@charset "utf-8";
@import "global.css";
@import "layout.css";

/*******************************************************************************
*  theme.css : 24.07.2006
* -----------------------------------------------------------------------------
*  Set the main website themed elements
*******************************************************************************/

/* BACKGROUND IMAGES */

#outerColumnContainer
{
	border-left-width:0;
	border-right-width:0;	/* we remove the borders so we can apply
				   background images. */
	padding-left:181px;	/* because padding is on the left-side,
				   the left-column"s background image is
				   going to be applied to this element. */
	margin-right:180px;	/* the right-column"s space is reserved
				   with margin space rather than padding,
				   so we can apply a background image to
				   the parent element, #pageWrapper, and
				   it will peek through. */
	background-image:url(../Images/LeftColumn.gif);
	background-repeat:repeat-y;
	background-position:0;
}
#pageWrapper
{
	background-image:url(../Images/RightColumn.gif);
	background-repeat:repeat-y;
	background-position:100% 0;
	background-color:#fff;
}
#header, #innerColumnContainer, #header2, #header3, #footer
{
	background-color:#fff;
}

/* END BACKGROUND IMAGES */

/* Begin with generic selectors so that they can be overridden if needed
 * by classes deeper in the stylesheet */

body
{
	color: #454545;
	font-family: arial, helvetica, sans-serif;
}
#bgWrapper
{
	padding-top:10px;
	background-color:#2F2929;
}
a, a:link, a:visited, a:active
{
	text-decoration: none;
	color: #BF8217;
}
a:hover, a:focus
{
	text-decoration: underline;
	color: #7F5917;
}
hr
{
	border-top: 1px solid #A99672; /* Set standard hr colour - use border for browser consistency */
}
h1, h3
{
	color:#000;
	padding:0;
	margin:0;
}
h2, h4
{
	color:#000;
	padding:0;
	margin:0;
}
h5
{
	color:#786441;
	padding:0;
	margin:0;
}
h6
{
	color:#000;
	padding:0;
	margin:0;
}
legend
{
	color:#000;
}

/* everything below this point is related to the page's "theme" */
#header
{
	border: 0;
	padding: 0;
	height:147px;
	background:url(../Images/HeaderRight.jpg) no-repeat top right;
}
#header h1
{
	background:transparent url(../Images/Logo.gif) no-repeat;
	height:105px;
	width:330px;
	margin-top:0px;
	margin-left:10px;
	float:left;
	text-indent: -100em; 
	overflow: hidden 
}
#header h1 a 
{ 
	display: block; 
	height: 105px 
}
/* Tabs */
#tabs 
{
	background: url(../Images/tab_bg.gif) repeat-x 50% bottom; 
	width: 100%; 
	line-height: normal;
	text-transform:uppercase;
	font-size:90%;
	float:left;
	padding-top:8px;
}
#tabs ul 
{
	padding:10px 10px 0 10px;
	margin: 0px; 
	list-style-type: none;
}
#tabs li
{
	display:inline;
	margin:0;
	padding:0;
}
#tabs a 
{
	padding:0 0 0 9px;
	font-weight: bold; 
	background: url(../Images/tab_left_both.gif) no-repeat left top; 
	float: left; 
	color: #fff;
	margin:0;
	text-decoration: none;
	border-bottom:1px solid #454545;
}
#tabs a span
{
	padding:5px 15px 4px 6px;
	display: block; 
	font-weight: bold; 
	background: url(../Images/tab_right_both.gif) no-repeat right top; 
	float: left; 
	color: #fff; 
	text-decoration: none;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span
{
	color:#000;
}
#tabs a:hover span 
{
	color:#000;
}
#tabs #current a 
{
	background-position:0 -150px;
	border-width:0;
}
#tabs #current a span 
{
	background-position:100% -150px;
	padding-bottom:5px;
	color:#000;
}
#tabs a:hover 
{
	background-position:0% -150px;
}
#tabs a:hover span 
{
	background-position:100% -150px;
}
/* End Tabs */
.hnav2
{
	padding:0;
	white-space:nowrap;
	background:#454545;
	text-align:center;
	color:#fff;
}
.hnav2 h4
{
	color:#FFFAEF;
	background:#454545;
	padding:9px 10px 7px 0;
}
.hnav2 h6
{
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	display:inline;
	font-size:95%;
	padding:0 5px 0 0px;	
}
.searchbox
{
	padding:5px 5px 1px 10px;	
}
*html .searchbox
{
	padding:3px 5px 3px 10px;	
}
.hnav3
{
	padding: 5px;
	background:#ECE3D2;
	border-bottom:solid 1px #454545;
}
.hnav3 a:link, .hnav3 a:visited, .hnav3 a:active
{
	color:#6F5522;
}
.hnav3 a:hover, .hnav3 a:focus
{
	color:#A99672;
}
#footerCards
{
	background-image:url(../Images/LeftColumn.gif);
	background-repeat:repeat-y;
	background-position:0;
	text-align:center;
	padding:5px 0;
}
#footer
{
	text-align: center;
	background:#454545 url(../Images/Footer.gif) repeat-x;
	color:#fff;
	padding: 0.5em;
}
#footer .inside
{
	padding-top:2px;
}
#footer a:link, #footer a:visited, #footer a:active
{
	color:#fff
}
#footer a:hover, #footer a:focus
{
	color:#E2D9C8
}
#leftColumn .column
{
	float:left;
	clear:left;
	margin-bottom:10px;
	width:180px;
}
#leftColumn .colHeader
{
	background:#A99672 url(../Images/ColBoxHeaderLeft.gif) repeat-y top left;
	padding:4px 0;
	color:#43321A;
	font-weight:bold;
	text-align:center;
}
#leftColumn .colBody
{
	background:url(../Images/LeftColumnBG.gif) no-repeat top left;
	padding:10px 8px 0 5px;
}
#rightColumn .column
{
	float:right;
	clear:right;
	margin-bottom:10px;
	width:180px;
}
#rightColumn .colHeader
{
	background:url(../Images/ColBoxHeaderRight.gif) repeat-y 1px 0px;
	padding:4px 0;
	color:#43321A;
	font-weight:bold;
	text-align:center;
}
#rightColumn .colBody
{
	background:url(../Images/RightColumnBG.gif) no-repeat 1px 0px;
	padding:10px 5px 0 8px;
}
*html #rightColumn .colHeader
{
	background:url(../Images/ColBoxHeaderRight.gif) repeat-y 0px 0px;
	border-right:solid 1px #000;
}
*html #rightColumn .colBody
{
	background:url(../Images/RightColumnBG_IE6.gif) no-repeat 0px 0px;
}
#leftColumn h3, #rightColumn h3
{
	font-weight:normal;
	font-size:130%;
	padding:0;
	margin:0;
}
#leftColumn a:link, #leftColumn a:visited, #leftColumn a:active, #rightColumn a:link, #rightColumn a:visited, #rightColumn a:active
{
	color:#6F5522;
}
#leftColumn a:hover, #leftColumn a:focus, #rightColumn a:hover, #rightColumn a:focus
{
	color:#A99672;
}
#leftColumn ul, #rightColumn ul
{
	margin:0 0 5px 0;
	padding:0 0 5px 10px;
	font-size:100%;
	border-bottom:dotted 1px #C5B8A2;
}
#leftColumn .first, #rightColumn .first
{
	border-bottom:none;
}
#leftColumn li, #rightColumn li
{
	list-style:none;
	padding:0;
	margin:0;
}
#colCategories .colBody
{
	padding-left:10px;
}
#colShoppingBasket h6
{
	background:url(../Images/EmptyShoppingBasket.gif) no-repeat;
	padding:5px 0 0 50px;
	height:60px;
	font-size:95%;
	color:#000;
}
#colNewsletter label
{
	font-size:85%;
	font-weight:bold;
}
#Currency .colBody
{
	padding-left:7px;
}
#middleColumn .inside
{
	padding:0 1%;
}

#outerColumnContainer
{
	border-left-color: #fff;	/* left column background color */
	border-right-color: #fff;	/* right column background color */
	background-color: #fff;		/* set the background color for the
					   middle column here */
}

.featuretext
{
	font-size: 85%;
}
tr.ItemStyle td, tr.AlternatingItemStyle td
{
	border-top:solid 1px #000;
}
.RadioButtonList td
{
	vertical-align: top;
}
.nopaddingbottom td
{
	margin-bottom:0px;
	padding-bottom:0px;
}
.nopaddingtop td
{
	margin-top:0px;
	padding-top:0px;
}
#banners
{
	width:14em;
	overflow:hidden;
	text-align:center;
}
.banner
{
	margin-top:15px;
}
.galleryBox
{
	border:solid 1px #A249C2;
	padding:10px;
}
#searchHeader
{
	border:1px solid #CDDF8B;
	background:#E4EFC2;
	padding:5px;
	margin:3px 0;
}

/** Shopping Basket **/
#basketAlert
{
	background:url(../Images/BasketAlert.gif);
	padding-bottom:10px;
}

/** Bread Crumb **/
#Breadcrumb
{
	margin:10px 0 5px 0;
	font-size:80%;
	font-weight:bold;
}
#Breadcrumb a:link, #Breadcrumb a:visited
{
	text-decoration:none;
	font-weight:normal;
}
#Breadcrumb a:hover, #Breadcrumb a:active, #Breadcrumb a:focus
{
	text-decoration:underline;
	font-weight:normal;
}

/** 404 Page **/
#pageNotFound
{
	padding-top:8px;
}
#pageNotFound ol, #pageNotFound ul
{
	padding-top:0;
	margin-top:0;
}
#pageNotFound li
{
	padding-bottom:5px;
}

/** Homepage **/
.hpHeader
{
	margin-top:10px;
	background:#454545;
	color:#fff;
	padding:5px;
	font-weight:bold;
	
}
.hpHeader a, .hpHeader a:link, .hpHeader a:visited
{
	color:#fff;
}
.hpHeader a:hover, .hpHeader a:active, .hpHeader a:focus
{
	color:#fff;
}
.hpHeaderLeft
{
	float:left;
}
.hpHeaderRight
{
	float:right;
}
.hpBody
{
	clear:both;
	border-left:1px solid #454545;
	border-right:1px solid #454545;
	border-bottom:1px solid #454545;
	padding:5px 0;
}
#homepage tr
{
	vertical-align:top;
}
/* 1 Product Name */
#homepage h3
{
	font-size:120%;
}
/* 2, 3, and 4 Row Product Names */
#homepage h4
{
	font-size:105%;
}
/* Prices */
#homepage h5
{
	font-size:100%;
	display:inline;
}
/** Department Homepage **/
.deptContainer
{
	border:solid 1px #F1FFBF;
	padding:2px;
	margin:2px;
}
.deptImageContainer
{
	width:70px;
	height:70px;
	overflow:hidden;
}
.deptTitleContainer
{
	padding-top:5px;
	height:33px;
}
/* Main box w/ categories and title */
#dhBrowse
{
	border:solid 1px #CDDF8B;
	margin-bottom:10px;
}
.dhBrowseHeader
{
	background:#E4EFC2;
	border-bottom:solid 1px #CDDF8B;
	padding:5px;
}
.dhBrowseItem
{
	padding:5px;
}
#dhEditorial
{
}
#dhNewProducts
{
	font-size:90%;
}
#dhNewProducts h3
{
	font-size:105%;
}
.dhNPContainer
{
	border:solid 0px #454545;
}
.dhNPItemStyle
{
}
.dhNPHeaderStyle
{
	background:#454545;
	border:solid 2px #fff;
	padding:3px 5px;
}
.dhNPHeaderStyle h5
{
	color:#fff;
}
.dhNPLayoutContainer
{
	padding:5px;
	border:solid 1px #454545;
	background:#F7FFDF;
}
.dhNPLayoutPicture
{
	width:70px;
	float:left;
	text-align:center;
}
#dhBestSellers
{
	font-size:90%
}
#dhBestSellers h3
{
	font-size:105%;
}
.dhBSContainer
{
	border:solid 0px #454545;
}
.dhBSItemStyle
{
	
}
.dhBSHeaderStyle
{
	background:#454545;
	border:solid 2px #fff;
	padding:3px 5px;
}
.dhBSHeaderStyle h5
{
	color:#fff;
}
.dhBSLayoutContainer
{
	padding:5px;
	border:solid 1px #454545;
	background:#F7FFDF;
}
.dhBSLayoutPicture
{
	width:70px;
	text-align:center;
	float:left;
}
#dhPromotedProducts
{
	font-size:95%
}
#dhPromotedProducts h3
{
	font-size:110%;
}
.dhFPLayoutContainer
{
	padding:5px 0;
	border-bottom:dotted 1px #BFBFBF;
}
.dhFPLayoutPicture
{
	width:90px;
	height:90px;
	float:left;
	text-align:center;
}
.dlLeftCol
{
	width:300px;
	float:left;
	margin-right:5px;
}
.dlLeftCol ul
{
	padding:0;
	margin:0;
}
.dlLeftCol li
{
	padding-left:5px;
	color:#454545;
	list-style-type:square;
}

/** Product Filter **/
/* Product Name - List Layout */
#productFilter h3
{
	font-size:120%;
}
/* Product Name - Grid Layout */
#productFilter h4
{
	font-size:105%;
}
/* Prices */
#productFilter h5
{
	font-size:100%;
}
.listLayoutPicture
{
	width:140px;
	float:left;
	text-align:center;
}
.listLayoutContainer
{
	padding:10px 0;
	border-bottom:dotted 1px #BFBFBF;
}
.listLayoutItemstyle
{
}
.gridLayout
{
	width:33.3%;
	text-align:center;
	display:block;
	float:left;
	padding:10px 0;
	border-top:dotted 1px #BFBFBF;
}

/** Product Display **/
#productDisplayContainer
{
}
#productDisplayDescription
{
}
#productDisplayDescription p
{
	padding:0;
	margin:0 0 7px 0;
}
#productDisplayVariants
{
	padding:10px;
	border:solid 1px #454545;
	background:#DFDFDF;
}
#productDisplayOffers
{
}
#productDisplayReviews
{
	border-top:solid 1px #A99672;
	padding:15px 0;
}
#productDisplayLinkedProducts
{
	border-top:solid 1px #A99672;
	padding:15px 0;
}
#productDisplayLinkedProductText
{
	font-size:90%;
}
/* Product Name */
#productDisplayLinkedProducts h3
{
	font-size:110%;
}
/* Prices */
#productDisplayLinkedProducts h5
{
	font-size:100%;
}
.gallery 
{ 
	PADDING: 5px; 
	BACKGROUND: #DDD2BD;
}
.gallery H5 
{ 
	PADDING-BOTTOM: 3px;
}

/* Start Article Filter */

.filterContainer
{
	border:solid 1px #454545;
	margin-top:10px;
	padding:1%;
	float:left;
	width:98%;
}
.filterPicture1
{
	float:left;
	margin-right:5px;
}
.filterPicture2
{
	float:right;
	margin-left:5px;
}
.filterContent
{
	text-align:justify;
	padding-top:2px;
	font-size:85%;
}
.filterTitle
{
}
.filterFooter
{
	clear:both;
}

/* End Article Filter */


/* Start Article Display */

#article h3
{
	padding:0; 
	margin:0;
}
#article h4
{
	padding:0; 
	margin:0;
}
#article h5
{
	padding:0; 
	margin:0;
	font-size:110%;
}
#article hr
{
	padding-bottom:5px;
}
.articleLinks
{
	padding:5px 0;
	font-weight:bold;
	font-size:80%;
}

/* End Article Display */


/* ColNewsletter */

#colNewsletter ul
{
	background:#FEFFAF;
	border:solid 1px #E78686;
	padding:5px;
	color:#FF3300;
	margin:10px 0;
}
#colNewsletter li
{
	list-style-type:disc;
	margin-left:15px;
}

/* Customer Gallery */

.galleryPicture1
{
	float:left;
	padding:0;
	margin-right:5px;
}
.galleryCaption1
{
	padding:10px 0 0 10px;
}
.galleryPicture2
{
	float:right;
	padding:0;
	margin-left:5px;
}
.galleryCaption2
{
	padding:10px 10px 0 0;
}
.galleryCaptionInside
{
	border:solid 1px #454545;
	padding:5px;
}
.galleryPictureInside img
{
	border:solid 2px #454545;
}
/*#outerColumnContainer
{
	background:url(../Images/backorchid.jpg) no-repeat right top;
}*/

/* Homepage */

#novem
{
	background:url(../Images/NovemRound.jpg) no-repeat left top;
	float:left;
	height:315px;
	width:40%;
}
#novemcontent
{
	float:right;
	width:60%;
}
.novem1
{
	padding:30px 0;
	text-align:center;
}
*html .novem1
{
	padding:32px;
}
.novem2
{
	background:#CF9F4D;
	color:#fff;
	padding:10px 0;
	text-align:center;
	font-size:130%;
	font-weight:bold;
	margin-left:5px;
}
.novem3
{
	margin:5px 0 0 5px;
}
.novemitem1
{
	float:right;
	display:block;
	width:32%;
}
.novemitem
{
	float:right;
	display:block;
	width:32%;
	margin-left:2%;
	cursor:hand;
}
*html .novemitem
{
	margin-left:1.35%;
}
.novemtitle
{
	background:#CF9F4D;
	color:#fff;
	padding:7px 0;
	text-align:center;
	font-size:110%;
	font-weight:bold;
}
.novemimage_mirrors
{
	background:url(../Images/hpMirrors.jpg) no-repeat;
	width:100%;
	height:100px;
	margin-bottom:5px;
}
.novemimage_tables
{
	background:url(../Images/hpTables.jpg) no-repeat;
	width:100%;
	height:100px;
	margin-bottom:5px;
}
.novemimage_wallart
{
	background:url(../Images/hpWallArt.jpg) no-repeat;
	width:100%;
	height:100px;
	margin-bottom:5px;
}
.novem3 a:link, .novem3 a:visited, .novem3 a:active
{
	color:#fff;
}
.novem3 a:hover, .novem3 a:focus
{
	color:#fff;
}

/* End Homepage */

/* Article Layouts */

/* No Pictures */
#layout1
{
}
#layout1 h3
{
}
#layout1 h4
{
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:solid 1px #E2DACC;
}
#layout1 .content
{
}
#layout1 .inside
{
}

/* 1 Picture */
#layout2
{
}
#layout2 h3
{
	text-align:left;
	margin-bottom:1px;
}
#layout2 h4
{
	text-align:left;
	margin-bottom:5px;
	font-size:110%;
	font-weight:normal;
	padding-bottom:3px;
	border-bottom:solid 1px #E2DACC;
}
#layout2 img
{
	float:left;
	border-right:solid 10px #fff;
	border-bottom:solid 5px #fff;
}
#layout2 .content
{
}
#layout2 .inside
{
}

/* 2 Pictures */
#layout3
{
}
#layout3 h3
{
	text-align:left;
	margin-bottom:1px;
}
#layout3 h4
{
	text-align:left;
	margin-bottom:5px;
	font-size:110%;
	font-weight:normal;
	padding-bottom:3px;
	border-bottom:solid 1px #E2DACC;
}
#layout3 .pic1
{
	float:left;
	border-right:solid 10px #fff;
	border-bottom:solid 5px #fff;
}
#layout3 .inside
{
}
#layout3 .prepic
{
	float:right;
	height:260px;
	width:1px;
}
#layout3 .pic2
{
	clear:right;
	float:right;
	border-top:solid 15px #fff;
	border-left:solid 10px #fff;
	border-bottom:solid 5px #fff;
}

/* 4 Pictures */
#layout4
{
}
#layout4 h3
{
	text-align:left;
	margin-bottom:1px;
}
#layout4 h4
{
	text-align:left;
	margin-bottom:5px;
	font-size:110%;
	font-weight:normal;
	padding-bottom:3px;
	border-bottom:solid 1px #E2DACC;
}
#layout4 img
{
	float:left;
	border-right:solid 10px #fff;
	border-bottom:solid 5px #fff;
}
#layout4 .inside
{
}
#layout4 .pictures
{
	margin-top:10px;
	text-align:center;
}
#layout4 .pictures img
{
}

/* End ArticleLayouts */

/******************************************************************************/

@import url("print.css") print;