@charset "utf-8";
@import "global.css";
@import "layout.css";
@import "shadowbox/shadowbox.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:178px;	/* because padding is on the left-side,
				   the left-column"s background image is
				   going to be applied to this element. */
	margin-right:178px;	/* 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;
}
#header, #innerColumnContainer, #header2, #header3, #footer
{
	background-color:#fff;
}
#innerColumnContainer
{
	background:url(../Images/Background.gif) top center repeat-y;
}

/* END BACKGROUND IMAGES */

/* Begin with generic selectors so that they can be overridden if needed
 * by classes deeper in the stylesheet */

body
{
	color: #465560;
	font-family: arial, helvetica, sans-serif;
}
a, a:link, a:visited, a:active
{
	text-decoration: none;
	color: #6D8E4B;
}
a:hover, a:focus
{
	text-decoration: underline;
	color: #C4D4B2;
}
hr
{
	border-top: 1px solid #7762AF; /* Set standard hr colour - use border for browser consistency */
}
h1, h3
{
	color:#6D8E4B;
	padding:0;
	margin:0;
}
h2, h4
{
	color:#85A365;
	padding:0;
	margin:0;
}
h5
{
	color:#6D8E4B;
	padding:0;
	margin:0;
}
h6
{
	color:#6D8E4B;
	padding:0;
	margin:0;
}
legend
{
	color:#85A365;
}
/* everything below this point is related to the page's "theme" */

#header
{
	border:0;
	padding:0;
	height:130px;
	background:url(../Images/HeaderRight.jpg) no-repeat right top;
}
#logo
{
	float:left;
	background:url(../Images/Logo.gif) no-repeat;
	height:130px;
	width:476px;
}
#header2
{
	background:url(../Images/hnav_bg.gif);
	font-weight:bold;
}
#header3
{
	background:url(../Images/hnav_right.gif) no-repeat top right;
}
/* Horizontal Navigation Styling */
/*.hnavPadding
{
	padding-top:2px;
}
* html .hnavPadding
{
	padding-top:2px;
} */
.hnav, .hnav ul li a
{
	padding-top: 10px;
	padding-bottom: 9px;
}
.hnav ul, .hnav ul li
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.hnav ul li a
{
	margin: 0 -1px 0 0;
	padding-left: 25px;
	padding-right: 25px;	/* short-hand padding attribute would overwrite
				   top/bottom padding set in a previous rule */
	white-space: nowrap;
}
.hnav ul li a:link, .hnav ul li a:visited, .hnav ul li a:active, .hnav ul li a:hover
{
	text-decoration: none;
}
.hnav ul li span.divider
{
	display: none;
}
* html .hnav ul li, * html .hnav ul li a
{
	width: 1%; /* IE/Mac needs this */
	display: inline-block;	/* IE/Mac needs this */
	/* \*/
		width: auto;
		display: inline; 
		position: relative;
	/* reset above hack */
}
* html .hnav, * html .hnav ul a
{
	/* \*/ height: 0.01%; /* hasLayout hack to fix render bugs in IE/Win. 
				 IE/Mac will ignore this rule. */
}
* html .HNAV
{
	padding: 0;	/* IE5/Win will resize #hnav to fit the heights of its
			   inline children that have vertical padding. So this
			   incorrect case selector hack will be applied only by
			   IE 5.x/Win */
}
.hnav
{
	text-align:center;
	background:url(../Images/hnav_left.gif) no-repeat top left;
	font-size:87%;
	/*height:27px;*/
}
.hnav ul li a:link, .hnav ul li a:visited
{
	/*background-color:#9079C4;
	border-bottom:solid 1px #6A569A;
	border-top:solid 1px #9C88CB;*/
	color:#fff;
	border-left:solid 2px #9C88CB;
	border-right:solid 2px #6A569A;
}
.hnav ul li a:hover
{
	background-color:#AD9DD4;
	color:#422E7F;
	border-top:solid 1px #7861AE;
	/*border-bottom:solid 1px #9C88CB;*/
	border-left:solid 2px #6A569A;
	border-right:solid 2px #9C88CB;
}
.hnav ul li.first a
{
	border-left:0;
}
.hnav ul li.last a
{
	border-right:0;
}
/* End Horizontal Navigation Styling */
#signIn
{
	text-align:right;
	background:#F3EFFF;
	padding:6px 10px;
}
#searchbar
{
	text-align:center;
	padding:10px 0 8px;
	background-color:#E0E8D6;
	font-weight:bold;
	color:#6E8E4B;
	font-size:95%;
}
#middleColumn .inside
{
	padding:0 1%;
}
#footer1
{
	background:#7B995C url(../Images/FooterBG.gif) repeat-x top left;
	padding:10px;
	text-align:center;
	color:#fff;
	border-bottom:solid 1px #59723F;
}
#footer1 a
{
	color:#fff;
}
#footer
{
	text-align: center;
}
.mainTable
{
	width:13.9em;
}
.tableBorder
{
	width:13.4em;
	margin-bottom:20px;
}
#leftColumn .tableBorder
{
	margin-left:.1em;
	margin-right:.4em;
}
#rightColumn .tableBorder
{
	margin-left:.4em;
	margin-right:.1em;
}
#rightColumn th
{
	background:url(../Images/ColBoxHeaderRight.gif) repeat-y right top;
	padding:14px;
	color:#6D8E4B;
}
#leftColumn th
{
	background:url(../Images/ColBoxHeaderLeft.gif) repeat-y 2px top;
	padding:14px;
	color:#6D8E4B;
}
#leftColumn h3, #rightColumn h3
{
	font-weight:normal;
	font-size:120%;
	padding:0;
	margin:0;
}
#leftColumn h3
{
	background:url(../Images/FlowerBullet.gif) no-repeat left 5px;
	padding-left:12px;
	margin-left:5px;
	margin-top:5px;
}
#leftColumn ul, #rightColumn ul
{
	margin:0;
	padding:0 0 0 25px;
	font-size:100%;
}
#leftColumn li, #rightColumn li
{
	list-style:none;
	padding:0;
	margin:0;
}
.featuretext
{
	font-size: 85%;
	line-height: 13px;
}
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;
}
/** Shopping Basket **/
.freeshipping
{
	text-indent:-1000em;
	margin-top:0;
	margin-left:15px;
	width:150px;
	height:50px;
	background:url(../Images/FreeShippingBanner.jpg) no-repeat left top;
}
#basketAlert
{
	background:url(../Images/BasketAlert.gif);
	padding-bottom:10px;
}
#Breadcrumb
{
	margin:5px 0;
	font-size:85%;
	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 ol, #pageNotFound ul
{
	padding-top:0;
	margin-top:0;
}
#pageNotFound li
{
	padding-bottom:5px;
}

#searchHeader
{
	border:1px solid #B9A9DA;
	background:#EDE9F5 url(../Images/searchHeader.gif) repeat-x top left;
	padding:5px;
	margin:3px 0;
}

/** Homepage **/
.hpHeader
{
	margin-top:10px;
	border:1px solid #917BC5;
	background:#917BC5 url(../Images/hpHeader.gif) repeat-x top left;
	color:#fff;
	padding:5px;
	font-weight:bold;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px; 
}
.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-top:1px solid #917BC5;
	border-left:1px solid #917BC5;
	border-right:1px solid #917BC5;
	border-bottom:1px solid #917BC5;
	background:#fff url(../Images/hpShadow.gif) repeat-x top;
	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 **/
/* LeftCol stuff houses Department & Caqtegory Links and the Featured Product List */
.dlLeftCol
{
	width:300px;
	float:left;
	margin-right:5px;
}
.dlLeftCol ul
{
	padding:0;
	margin:0;
}
.dlLeftCol li
{
	padding-left:5px;
	color:#c692da;
	list-style-type:circle;
}
/* Container for Department and Category Links */
#dhBrowse
{
	border:solid 1px #6D8E4B;
	margin-bottom:10px;
}
.dhBrowseHeader
{
	background:#7B995C;
	padding:5px;
}
.dhBrowseHeader h3, .dhBrowseHeader a:link, .dhBrowseHeader a:visited, .dhBrowseHeader a:active
{
	color:#fff;
}
.dhBrowseItem
{
	padding:5px;
}
#dhEditorial
{
}
/* Used when images are shown for each category */
.deptContainer
{
	border:solid 1px #DFD9ED;
	padding:2px;
	margin:2px;
}
.deptImageContainer
{
	width:70px;
	height:70px;
	overflow:hidden;
}
.deptTitleContainer
{
	padding-top:5px;
	height:33px;
}
/* BestSellers - Top Right */
#dhBestSellers
{
	font-size:90%
}
#dhBestSellers h3
{
	font-size:105%;
}
/* Container Styling */
.dhBSContainer
{
	border:solid 1px #917BC5;
}
.dhBSItemStyle
{
	background:#fff;
	border-top:solid 1px #DFD9ED;
}
.dhBSHeaderStyle
{
	background:#917BC5 url(../Images/hpHeader.gif) repeat-x top left;
	padding:3px 5px;
}
.dhBSHeaderStyle h5
{
	color:#fff
}
/* Style for each item */
.dhBSLayoutContainer
{
	padding:5px;
	border:solid 1px #fff;
}
.dhBSLayoutPicture
{
	width:70px;
	text-align:center;
	float:left;
}
/* New Products - Bottom Right */
#dhNewProducts
{
	font-size:90%;
}
#dhNewProducts h3
{
	font-size:105%;
}
/* Container Styling */
.dhNPContainer
{
	border:solid 1px #917BC5;
}
.dhNPItemStyle
{
	background:#fff;
	border-top:solid 1px #DFD9ED;
}
.dhNPHeaderStyle
{
	background:#917BC5 url(../Images/hpHeader.gif) repeat-x top left;
	padding:3px 5px;
}
.dhNPHeaderStyle h5
{
	color:#fff
}
/* Style for each item */
.dhNPLayoutContainer
{
	padding:5px;
	border:solid 1px #fff;
}
.dhNPLayoutPicture
{
	width:70px;
	float:left;
	text-align:center;
}
/* Featured Products - Left */
#dhPromotedProducts
{
	font-size:95%
}
#dhPromotedProducts h3
{
	font-size:110%;
}
.dhFPLayoutContainer
{
	padding:5px 0;
	border-bottom:dotted 1px #D3CAE5;
}
.dhFPLayoutPicture
{
	width:90px;
	height:90px;
	float:left;
	text-align:center;
}

/** 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 #EA73B1;
}
.listLayoutItemstyle
{
}
.gridLayoutContainer
{
	padding:5px 0;
	border-top:dotted 1px #EA73B1;
}
.gridLayoutItemstyle
{
	vertical-align:top;
}

/** Product Display **/
#productPhoto
{
	float:left;
	width:300px;
	margin-right:15px;
}
#productDisplayContainer
{
}
#productDisplayDescription
{
}
#productDisplayDescription p
{
	padding:0;
	margin:0 0 7px 0;
}
#productDisplayVariants
{
	padding:10px;
	border:solid 1px #FFCFEF;
}
#productDisplayOffers
{
}
#productDisplayReviews
{
	border-top:solid 1px #FFCFEF;
	padding:15px 0;
}
#productDisplayLinkedProducts
{
	border-top:solid 1px #FFCFEF;
	padding:15px 0;
}
#productDisplayLinkedProductText
{
	font-size:90%;
}
/* Product Name */
#productDisplayLinkedProducts h3
{
	font-size:110%;
}
/* Prices */
#productDisplayLinkedProducts h5
{
	font-size:100%;
}
.enlargepicture
{
    padding-top:5px;
	text-align:center;
}
.enlargepicture span.zoom
{
    font-size:85%;
    padding-right:10px;
}
a:hover .enlargepicture span.zoom, a:active .enlargepicture span.zoom, a:focus .enlargepicture span.zoom
{
    color:#5F5F5F;
    cursor:auto;
}
.enlargepicture span.enlarge
{
    font-size:85%;
	background:url(../Images/enlarge.gif) no-repeat left top;
	padding:3px 0 0 18px;
}
.gallery 
{
	padding:10px 0;
	text-align:left;
}
.gallery img
{
	border:solid 1px #6B6654;
}
.gallery h5 
{ 
	padding-bottom: 3px;
}

/* Start Article Filter */

.filterContainer
{
	border:solid 1px #FFCFEF;
	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:85%;
}
#article hr
{
	padding-bottom:5px;
}
.articleLinks
{
	padding:5px 0;
	font-weight:bold;
	font-size:80%;
}

/* End Article Display */


/* ColNewsletter - validation */

#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 #696969;
	padding:5px;
}
.galleryPictureInside img
{
	border:solid 2px #696969;
}

/* Image Hover Zoomy Thing - CSS to add shadow to magnified image. Optional */
.magnifyarea
{
    box-shadow: 5px 5px 7px #818181;
    -webkit-box-shadow: 5px 5px 7px #818181;
    -moz-box-shadow: 5px 5px 7px #818181;
    filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5, positive=true);
    background: white;
    z-index:1000;
}

/* Homepage */
#homepagecontent
{
	padding:20px 20px 0;
}
#hplproducts
{
	float:left;
	width:200px;
}
#hplproducts h2
{
	font-size:120%;
	font-weight:normal;
	color:#fff;
	background:#6f8f4d;
	padding:5px 0;
	text-align:center;
	width:200px;
	text-shadow: 1px 1px 1px #000;
	filter: dropshadow(color=#000, offx=1, offy=1); 
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px; 
}
#hplproducts div.body
{
	text-align:center;
	height:385px;
	background:#e8ede2;
    -moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px; 
}
#hplproducts p
{
	text-align:left;
	margin:0;
	padding:15px;
	line-height:180%;
	color:#62853d;
}
#hplproducts p a
{
	font-weight:bold;
	font-size:110%;
}
#hpwelcome
{
	float:right;
	width:320px;
	height:145px;
}
#hpwelcome h2
{
	text-indent:-1000em;
	background:url(../images/welcome.jpg) no-repeat left top;
	width:165px;
	height:34px;
}
#hpwelcome p
{
	margin:0;
	padding:15px 0 0 5px;
	line-height:180%;
	color:#62853d;
}
#hpnews
{
	float:right;
	width:320px;
}
#hpnews h2
{
	font-size:120%;
	font-weight:normal;
	color:#fff;
	background:#917bc5;
	padding:5px 0;
	text-align:center;
	width:320px;
	text-shadow: 1px 1px 1px #000;
	filter: dropshadow(color=#000, offx=1, offy=1); 
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px; 
}

/* Slideshow */
ul.slideshow 
{
    float:left;
    list-style:none;
    width:320px;
    height:240px;
    overflow:hidden;
    position:relative;
    margin:0 20px 0 0;
    padding:0;
    background:#ede9f5;
    -moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px; 
}	
ul.slideshow li 
{
    padding:0;
    margin:0;
    position:absolute;
    left:0;
    right:0;
    height:320px;
}
ul.slideshow li.show 
{
    z-index:500;
}
ul.slideshow li img 
{
    border:none;
}
ul.slideshow li.nomargin img 
{
    margin-top:0;
}
#slideshow-caption 
{
    width:320px;
    height:100px;
    position:absolute;
    top:0;
    left:0;	
    color:#000;
    background:#DDE5F2;
    z-index:500;
    text-align:left;
}
#slideshow-caption .slideshow-caption-container 
{
    padding:5px 10px;	
    z-index:1000;	
}
#slideshow-caption h3 
{
    margin:0;
    padding:0;	
    font-size:120%;
    text-align:left;
    color:#000;
}
#slideshow-caption p 
{
    margin:5px 0 0 0;
    padding:0;
    text-align:left;
}
#slideshow-caption p a
{
    color:#000;
    text-decoration:none;
}



/******************************************************************************/

@import url("print.css") print;
