@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;
}
* html #pageWrapper
{
	background-image:url(../Images/RightColumn_IE.gif);
}
#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;
}
a, a:link, a:visited, a:active
{
	text-decoration: underline;
	color: #AF312B;
}
a:hover, a:focus
{
	text-decoration: underline;
	color: #CFB78E;
}
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:#000;
	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:139px;
	background:#FBFDFC url(../Images/HeaderRight.jpg) no-repeat top right;
}
#header h1
{
	background:transparent url(../Images/Logo.gif) no-repeat;
	height:75px;
	width:570px;
	margin-top:0px;
	margin-left:10px;
	float:left;
	text-indent: -100em; 
	overflow: hidden 
}
#header h1 a 
{ 
	display: block; 
	height: 75px 
}
#header h3
{
	clear:left;
	font-size:140%;
	padding:0 0 0 300px;
	margin:0;
}
/* 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 #F5F3EE;
}
#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:#411E0A;
}
#home #tab-home a, #myaccount #tab-myaccount a, #article130 #tab-article130 a, #contactus #tab-contactus a, #gallery #tab-gallery a, #article126 #tab-article126 a
{
	background-position:0 -150px;
	border-width:0;
	border-bottom:1px solid #E2DACC;
}
#home #tab-home span, #myaccount #tab-myaccount span, #article130 #tab-article130 span, #contactus #tab-contactus span, #gallery #tab-gallery span, #article126 #tab-article126 span
{
	background-position:100% -150px;
	padding-bottom:5px;
	color:#000;
}
#tabs a:hover 
{
	background-position:0% -150px;
	border-bottom:1px solid #E2DACC;
}
#tabs a:hover span 
{
	background-position:100% -150px;
}
/* End Tabs */
.hnav2
{
	padding:0;
	white-space:nowrap;
	background:#E2DACC;
	text-align:center;
	color:#714F29;
	border-bottom:solid 1px #817C74;
}
.hnav2inside
{
	border-bottom:solid 1px #BEB7AB;
}
.hnav2 h6
{
	text-transform:uppercase;
	font-weight:bold;
	color:#714F29;
	display:inline;
	font-size:95%;
	padding:0 5px 0 0px;	
}
.signin
{
	padding:10px 10px 0 0;
}
.searchbox
{
	padding:7px 5px 6px 10px;	
}
*html .searchbox
{
	padding:6px 5px 7px 10px;	
}
#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:#562D13 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 .inside
{
	background:url(../Images/LeftColumn_full_bg.jpg) no-repeat left top;
	min-height:765px;
}
* html #leftColumn .inside
{
	height:725px;
}
#rightColumn .inside
{
	background:url(../Images/RightColumn_full_bg_FF.jpg) no-repeat right top;
	min-height:725px;
}
* html #rightColumn .inside
{
	background:url(../Images/RightColumn_full_bg_IE.jpg) no-repeat right top;
	height:725px;
}

.column
{
	width:160px;
}
* html .column
{
	width:170px;
}
#leftColumn .column
{
	padding-left:8px;
}
#rightColumn .column
{
	padding-left:12px;
}
#leftColumn .first .colHeader
{
	background:url(../Images/ColBoxHeader_Left.gif) no-repeat center bottom;
	padding:10px 0 10px 0;
}
#rightColumn .first .colHeader
{
	background:url(../Images/ColBoxHeader_Right.gif) no-repeat center bottom;
	padding:10px 0 10px 0;
}
.colHeader
{
	font-size:100%;
	color:#3C1908;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}
.colBody
{
	padding:10px 8px 20px 5px;
}
#leftColumn h3, #rightColumn h3
{
	font-weight:normal;
	font-size:130%;
	padding:0;
	margin:0;
}
#colCategories .colBody h3, #colMagazine .colBody h3
{
	padding-left:20px;
	background:url(../Images/Cat_bullet.gif) no-repeat left top;
	color:#49230D;
	font-weight:bold;
	font-size:120%;
	font-variant:small-caps;
}
#colMagazine .colBody h3
{
	margin-left:5px;
}
#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 #colCategories ul, #rightColumn #colCategories ul
{
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	font-size:100%;
	border-bottom:dotted 1px #C5B8A2;
}
#leftColumn #colCategories .first, #rightColumn #colCategories .first
{
	border-bottom:none;
	padding:0;
	margin:0;
}
#leftColumn #colCategories li, #rightColumn #colCategories li
{
	list-style:none;
	padding:2px 0 0 0;
	margin:0;
}
#colCategories .colBody
{
	padding-left:10px;
}
#colCategories .colBody a, #colCategories .colBody a:link, #colCategories .colBody a:visited, #colCategories .colBody a:active,
#colMagazine .colBody a, #colMagazine .colBody a:link, #colMagazine .colBody a:visited, #colMagazine .colBody a:active
{
	text-decoration: none;
}
#colCategories .colBody a:hover, #colCategories .colBody a:focus,
#colMagazine .colBody a:hover, #colMagazine .colBody a:focus
{
	text-decoration: underline;
}
#colNewsletter label
{
	font-size:85%;
	font-weight:bold;
}
#Currency h6
{
	padding-top:2px;
	padding-bottom:17px;
	background:url(../Images/Currency.gif) no-repeat 20px top;
	font-size:100%;
	color:#3C1908;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}
#Currency .colBody
{
	padding-left:7px;
}
#middleColumn .inside
{
	padding:0 1%;
}
#giftcerts .colHeader
{
	padding:0 10px 0 10px;
}
#giftcerts .colBody
{
	background:url(../Images/GiftBox.gif) no-repeat right 10px;
	padding:225px 10px 0 20px;
}


#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
{
	background:#EFEAE0;
	border-bottom:solid 1px #CFC5B5;
	border-right:solid 1px #CFC5B5;
	padding:5px;
	margin:3px 0;
}

/** Shopping Basket **/
#colShoppingBasket .colBody
{
	padding:0;
}
#colShoppingBasket .colBodyInside
{
	background:#FEFEFC url(../Images/sb_footer.gif) no-repeat center bottom;
	padding:0 5px 35px 5px;
	margin:0 5px;
}
#colShoppingBasket h6
{
	height:60px;
	margin:10px 15px 0 15px;
	font-size:95%;
	color:#000;
	text-align:center;
}
#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:#BF7147;
	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;
}
.hpFreeText
{
	font-size:130%;
	line-height:120%;
	color:#6F665A;
}
.hpFreeText p
{
	padding:0;
	margin-bottom:5px;
}
.hpFreeText a:link
{
	font-size:80%;
}
.hpBody
{
	clear:both;
	border:1px solid #BF7147;
	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 #E2DACC;
	margin-bottom:10px;
}
.dhBrowseHeader
{
	background:#EFEAE0;
	border-bottom:solid 1px #E2DACC;
	padding:5px;
}
.dhBrowseItem
{
	padding:5px;
}
#dhEditorial
{
	margin-bottom:5px;
	font-size:130%;
	line-height:120%;
	color:#6F665A;
}
#dhNewProducts
{
	font-size:90%;
}
#dhNewProducts h3
{
	font-size:105%;
}
.dhNPContainer
{
	background:#DFCDB5;
}
.dhNPItemStyle
{
}
.dhNPHeaderStyle
{
	background:#AF926D;
	padding:3px 5px;
}
.dhNPHeaderStyle h5
{
	color:#fff;
}
.dhNPLayoutContainer
{
	padding:5px;
	background:#FFFAEF;
	min-height:100px;
}
* html .dhNPLayoutContainer
{
	height:100px;
}
.dhNPLayoutPicture
{
	width:70px;
	float:left;
	text-align:center;
}
#dhBestSellers
{
	font-size:90%
}
#dhBestSellers h3
{
	font-size:105%;
}
.dhBSContainer
{
	background:#DFCDB5;
}
.dhBSItemStyle
{
	
}
.dhBSHeaderStyle
{
	background:#AF926D;
	padding:3px 5px;
}
.dhBSHeaderStyle h5
{
	color:#fff;
}
.dhBSLayoutContainer
{
	padding:5px;
	background:#FFFAEF;
	min-height:100px;
}
* html .dhBSLayoutContainer
{
	height:100px;
}
.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: #FFF3DF;
}
.gallery H5 
{ 
	PADDING-BOTTOM: 3px;
}

/* Start Article Filter */

#articleFilter img
{
	border:solid 1px #A99672;
	float:left;
	margin:0 5px 5px 0;	
}
.filterArticle
{
	border-bottom:solid 1px #A99672;
	padding-bottom:10px;
	margin-bottom:10px;
}
.filterContent
{
	text-align:justify;
	padding:2px 0 0 0;
	font-size:90%;
}
.filterTitle
{
	color:#fff;
	padding-left:2px;
	padding-bottom:2px;
	font-weight:bold;
}
.filterFooter
{
	clear:both;
}

/* End Article Filter */


/* Start Article Display */

#article h3
{
	padding:0; 
	margin:0;
}
#article h4
{
	padding:0; 
	margin:0;
	font-weight:normal;
	color:#EF4036;
}
#article h5
{
	padding:0; 
	margin:0;
}
#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 */

#hp_main
{
	background:url(../Images/hp_main.jpg) no-repeat top center;
	height:242px;
}
#hp_sub
{
	background:#E2DACC url(../Images/hp_sub.gif) no-repeat top center;
	padding:13px 10px 6px 10px;
	border-bottom:solid 1px #C3B6A3;
	margin-bottom:5px;
}
#hp_sub h4
{
	font-size:130%;
	color:#6B3A05;
	text-align:center;
	text-transform:uppercase;
}
#hp_more
{
	width:629px;
}
#hp_more_container
{
	float:left;
	width:410px;
}
#hp_more1
{
	float:left;
	width:185px;
}
#hp_more2
{
	float:right;
	width:185px;
}
#hp_more3
{
	float:right;
	width:185px;
}
.subtitle
{
	padding:7px;
	margin:5px 0 10px 0;
	font-size:95%;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	color:#5F3406;
	background-color:#E2DACC;
}

/* 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 */

/* Newsflashes */
.newsflash ul li
{
	margin-left:15px;
	list-style-type:disc;
}
.newsflash img
{
}
.newsflash h5
{
	font-size:100%;
}
.newsflash h6
{
	font-size:90%;
}

/* SiteMap */
#SiteMap ul
{
	padding:0;
	margin:0 0 5px 0;
}
#SiteMap ul.first
{
	margin:0;
}
#SiteMap li
{
	margin-left:25px;
	padding:1px 0;
	list-style-type:circle;
}

/******************************************************************************/

@import url("print.css") print;