
/*** HTML STYLES ************************************************/

/* Set the default font and page margin here. Do not set colors here.*/
BODY {
	MARGIN: 0 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size : 12px;
}

p{
	margin:0px;
	padding:0px;
}

/* Style for links */
A:link {
	text-decoration: none;
}
A:visited {
	text-decoration: none;
} 
A:active {
	text-decoration: none;
} 
A:hover {
	text-decoration: underline;
}

/* Style for lines. */
div.thickline {
	height: 2px;
	margin-bottom : 2px;
	margin-top : 2px;
	border: none; 
}
div.thickline hr {
  display: none;
}

div.thinline {
	height : 1px;
	margin-bottom : 2px;
	margin-top : 0px;
	border: none; 
}
div.thinline hr {
  display: none;
}

/* Style for page breaks when printing */
P.pageEnd {page-break-before: always}

/*** Login Box Styles ****************************************/

.LoginBoxTop {
	BACKGROUND-POSITION: 50% bottom; BACKGROUND-IMAGE: url(images/box_T.gif); BACKGROUND-REPEAT: repeat-x; HEIGHT: 4px;
}
.LoginBoxLeft {
	BACKGROUND-POSITION: left 50%; BACKGROUND-IMAGE: url(images/box_L.gif); WIDTH: 4px; BACKGROUND-REPEAT: repeat-y;
}
.LoginBoxRight {
	BACKGROUND-POSITION: right 50%; BACKGROUND-IMAGE: url(images/box_R.gif); WIDTH: 4px; BACKGROUND-REPEAT: repeat-y;
}
.LoginBoxBottom {
	BACKGROUND-POSITION: 50% top; BACKGROUND-IMAGE: url(images/box_B.gif); BACKGROUND-REPEAT: repeat-x; HEIGHT: 5px;
}

/* UTILITIES */
/*Start: clearfixThis snippet allows containers to expand the full height of the floated content */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/*END: clearfix*/



/*** Tophat layout ****************************************/

/* Your Main Site Name. */
#siteName {
	font-size: 24px;
	line-height: 35px;
	margin-left: 5px;
}

#tophathome{
	position:relative;
}

#tophatBckgrndHome{
	background-image: url(../images/Layout/hp_tophat.jpg);
	background-repeat: no-repeat;
	height: 166px;
	background-position: left top;
}

#tophat{
	position:relative;
}
#tophatBckgrnd {
	background-image: url(../images/Layout/ll_tophat.jpg);
	background-repeat: no-repeat;
	height: 126px;
	background-position: left top;
}

.storewideDiscount {
	font-size: 14px;
	color: purple;
}

#basketStats {
	font-size: 11px;
}

.courtesyNavA {
	position:absolute;
	top:45px;
	left: 600px;
	color:#000;
}

.courtesyNavB {
	color:#FFFFFF;
	float:right;
	padding-right:25px;
}


.courtesyNav {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#fff;
	padding: 2px 3px 2px 2px;
}

a.courtesyNav.link, a.courtesyNav.visited, a.courtesyNav.active{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#fff;
	text-decoration:none;
}

a.courtesyNav.hover{
	text-decoration:underline;
}

#logobox {
	width:187px;
	height: 139px;
	margin-left: 27px;
}

#tagbox{
	background-color: #000;
	vertical-align:bottom;
}

#footerNav {
	height: 78px;
	z-index: auto;
}

.footerText {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-top: 28px;
	width: 747px;
	letter-spacing: .05em;
}

.footerText a:link, .footerText a:visited, .footerText a:active {
	color: #000;
	text-decoration: none;
}

.footerText a:hover {
	color: #000;
	text-decoration: underline;
}

.BWLink {
	color:#F2DFAC;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding-top:28px;
	text-align:center;
}

.BWLink a:link, .BWLink a:visited, .BWLink a:active {
	color: #f2dfac;
	text-decoration: none;
}

.BWLink a:hover {
	color: #f2dfac;
	text-decoration: underline;
}

#FooterCenterHome{
	padding-top:7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: -0.01em;
	color:#fff;
}

#FooterCenterHome a{
	color:#fff;
}

#JoinListNav { 
	HEIGHT:32px;
	padding-left:10px;
	margin:0px 0px;
}

#MailingList{
	text-align: center;
	width: 163px;
	margin-top:58px;
	margin-left: 20px;
}
#MailingListHome{
	background-color:#d6a213;
	height:28px;
}
#MailingListHome p{
	margin: 0px;
	padding: 5px 0px 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;	
}

.JoinList{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	margin: 8px 0 8px 0;
	text-align: center
}
p.JoinList {
	padding-top: 5px;
}

/*** GENERAL PAGE LAYOUT ****************************************/
#frame{
}


/*** START::: NEW LAYOUT CODE - 1-5-2010 ****************************************/

#outterWrap1 {
	background-color: #fff;
	background-image: url(../images/layout/ll_ContentWrapBckgrnd.jpg);
	background-repeat: repeat-y;
	border: #d6a213 solid 2px;
	margin: 0 auto;
	width: 986px;
}

.outterWrap2 {
	background-image:url(../images/layout/ll_WrapBckgrnd.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.mainContainer {
	width: 986px;
	height: auto;
}

.mainpage {
	float:right;
	left:0;
	margin:0 0 150px;
	position:relative;
	top:120px;
	width:741px;
}

.lftColWrap {
	float: left;
	margin-top: 103px;
}

.lftColCnt {
	background-image: url(../images/layout/ll_navColBckgrnd.jpg);
	background-repeat: repeat-x;
	margin-left: 18px;
	margin-top: 22px;
	width: 203px;
}

.clear{
	clear:both;
}

/*** END::::: NEW LAYOUT CODE - 1-5-2010 ****************************************/






#main{
	border-right: #000 1px solid;
	border-bottom: #000 1px solid;
	border-left: #000 1px solid;
	background-color: #ebe1c4;
}
#mainhomepage{
	background-image:url(../images/Layout/logohomebottom.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#fff;
}

#mainNavHolder{
	background-image:url(../images/Layout/ll_navBckgrnd.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#mainNavHolderHome {
	background-image:url(../images/Layout/hp_navBckgrnd.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#LeftColumn{
	border-right:#000 solid 1px;
	background-color:#000;
}

#SecondaryHolder{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;

}

#LeftColumnBottom{
	background-color:#0a6826;
}

#HomePagetext{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	padding:10px 10px 5px 15px;
	}


#CircuitBody{
	margin:0 33px 0 0;
	padding: 0;
}


#MainBody {
	padding: 0;
}

#PageTitle{
	padding: 0;
	margin: 34px 0 0 0;
}


#HomePage{
	margin: 60px 0 0 0;
	padding: 0;
}

.homeImage{
	border:1px solid #D6A213;
	margin:0 0 10px 0;
	padding:0;
}

#MainContent{
	margin: 0;
	padding: 0;
}


#ToutColumnHome{
	padding:0px 15px 0px 15px;
}

#ToutColumn{
	/*padding: 0 14px 0 24px;*/
	padding: 0 0 0 24px;
}

#ToutColumnAlpaca{
	/*padding: 0 14px 0 24px;*/
	margin: 20px 0 0 0;
	padding: 0;
}

#homeFeatures{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#000;
}

.border {
	border: #d6a213 solid 1px;
	margin: 0px 15px 5px 0px;
}

/* This is a smaller text used for the wishlist, etc. */
.smalltext {
	font-size : 9px;
}


/* Header is a large separating bar used for "What's New" and 
'Product of the Day'. It uses the Highlight Box (Order Box) Title Bar
colors. */
.header {
	FONT-SIZE: 14px;
	font-weight : bolder;
	color: #000; 
}

/* Highlight and Input Form box title bars. */
.BoxTitle {
	FONT-SIZE: 12px;  
	font-weight: bold;
}
/* Used primarily in Highlight boxes. */
.BoxText {
	FONT-SIZE: 11px;  
}

/* Sections separate sections on listings and detail pages like the
'more images' and 'customer reviews' sections of the product page. */
.section_title {
	font-size: 12px;
	font-weight: bold;
	color : #000;
}

.Sub_Cat_NoProds{
	padding-left:10px;
}

/* Used for listing and detail page navigation links like the 'Sort by' links
on listing pages and 'next | back' links at the bottom of product detail pages.*/
.section_footer {
	font-size: 11px;
	color : #000;
}
A.section_footer {
	text-decoration : none;
}

.caution {
	COLOR: #ff6600; FONT-SIZE: 12px; FONT-WEIGHT: 700
}
	
.NextPreviousWrapper{
	margin:0 0 39px;
	text-align:center;
	}
	
.NextPrevious{
	font-size: 11px;
	text-transform:capitalize;
}

A.NextPrevious {
	color:#000;
	text-decoration : underline;
}


/*** CATEGORY & PAGES ****************************************/

#Catheader{
	padding: 5px 10px 0px 12px;
}

#template{
}

#PageTemplate{
	padding: 2px 20px 10px 15px;
}

.SuperCathdrAlt {
	margin:5px 0px;
	padding:5px 15px 0px 12px;
}

.SuperCatBgndAlt {
	padding:5px 0px 30px 12px;
}

.SuperCathdr {
	background-color:#000;
	padding:5px 0px;
}

.SuperCatBgnd {/*
	background-color:#FBE599;
	margin:0px 0px 0px 12px;
	padding:0px 0px 0px 12px;
	border-bottom:thin #000 solid;
	height:350px;*/
}

.Bottom20{
	margin:0px 0px 20px 0px;
}

ul#tabSubCatMenu{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	background-color:#000;
	width:100%;
}

#tabSubCatMenu li{
	color:white;
	float:left;
	line-height:2.5em;
}

#tabSubCatMenu li a{
	display:block;
	padding:0 2em;
	line-height:2.5em;
	text-decoration:none;
	color:white;
	float:left;
}

#tabSubCatMenu li  a.DoActive{
	color:#F3B115;
}

#tabSubCatMenu li a:hover{
	text-decoration:underline;
	color:#F3B115;
}



/* Page Title - only 1 title per page: category, feature, page, product */
H1 {
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	margin: 0;
	padding: 0px;
	text-transform: uppercase;
}

H1.page {
	display: inline;
}

H1.homepage {
	FONT-WEIGHT: normal;
}

H1.category {
	display: inline;
}

H1.feature {
}

H1.product {
	display: inline;
}

H1.alpaca {
	display: inline;
}


/* Page SubTitles - Category Teaser Listings: category, feature, page, product */

h2 {
	font-family: "Times New Roman", Times, serif;
	display: inline;
}

h2 a {
}



h2.category{	
	margin: 0;
	padding: 0;
	font-size: 18px;
}

h2.category a {
	color: #fff;
	text-decoration: none;
}


h2.SuperSupercategory{	
	margin: 0;
	padding: 0;
	font-size: 18px;
}

h2.SuperSupercategory a {
	color: #fff;
	text-decoration: none;
}

h2.Supercategory, h2.Supercategory a {	
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}


h2.alpaca, h2.alpaca a {	
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}


h2.product, h2.product a {	
}

h2.feature, h2.feature a {	
	color:#D6A213;
	text-decoration:none;
	font-size: 14px;
}

.SeeAll{
	color: #000;
	margin: 12px;
}

.alignright{
	float:right;
	margin: 5px 0px 0px 10px;
	font-size:9px;
}

/* Teaser Lists: category, feature, page, product */
H3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:	12px;
	font-weight: bold;
	color: #000;
	margin: 0px;	
}
H3.product {
	text-decoration: none;
}

H3.alpacaAdd {
	font-size: 20px;
	display: inline;
	color:#000;
}

H3.alpaca {
	font-family:Arial, Helvetica, sans-serif;	
}

H3.category {	
}

H3, H3.alpaca a{	
	font-size:	12px;
	font-weight: bold;
	color: #9b5c1e;
	margin-bottom: 10px;	
}

.SubCatHolder{
	float:left;
	margin:18px 0 0;
}
.SubCatHolderA{
	/*Row*/
	/*subcatholder part A*/
	margin:0px auto;
	width:100%;
}

.SubCatHolderB100{
	/*subcatholder part B*/
	margin-bottom:20px;
	margin-right:10px;
	float:left;
	width:99%
}
.SubCatHolderB50{
	/*subcatholder part B*/
	margin-bottom:20px;
	margin-right:10px;
	float:left;
	width:47%
}
.SubCatHolderB33{
	/*subcatholder part B*/
	margin-bottom:20px;
	margin-right:10px;
	float:left;
	width:30%
}

.SubCatHolderC{
	/*subcatholder part C*/
	
}

.subCatHdrBckgrnd {
	background-image:url("../images/layout/subcatHdrBckgrnd_left.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	height:27px;
	margin:0;
	padding:2px 0 0 10px;
}

.scHdrRight {
	background-image:url("../images/layout/subcatHdrBckgrnd_right.jpg");
	background-position:right center;
	background-repeat:no-repeat;
	display:block;
	height:27px;
	margin-bottom:10px;
}

.subCatunderline{
	width:100%;
	background-image:url(../images/Layout/Underline.jpg);
	background-position:center;
	background-repeat:repeat-x;
	margin-top:-7px;
}

.cat_text_large {
	vertical-align:text-top;
	font-size: 12.5px;
}

.cat_text_featured {
	font-size: 13px;
}

.cat_text_small {
	display: inline;
	font-size: 12.5px;
}

.cat_text_list {
	font-size: 12px;
}

.review_title {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.M_ImageCenter{
	margin:0px 0px 10px 0px;
	border:#d6a213 1px solid;
}

.M_ImageRight{
	text-align:right;
	margin: 0px 5px 10px 10px;
	border:#d6a213 thin solid;
	width:280px;
}

.M_ImageLeft{
	text-align:left;
	margin: 0px 10px 10px 0px;
	border:#d6a213 thin solid;
	width:280px;
}

.readmore{
	text-align:right;
	float:right;
	margin: 2px 10px 0px 0px;

}

/*** FEATURE DETAIL ****************************************/

#FeatureListing{
	padding: 0;
}

.FeatureTeaser {
	font-size:12px;
	margin:20px 0;
}

.Featurelistingimg{
	border:1px solid #000;
	margin: 5px 10px 5px 0px;

}

#FeatureByline {
}

#featurebyline p{
	font-size : 11px;
	font-weight:bold;
	}

#FeatureByline p{
	font-size : 12px;
	font-weight:bold;
	}

.Feature_Type {
	font-size : 9px;
	color : #000;
}
.Feature_Date {
	font-size : 9px;
	color : #000;
}
.Feature_More {
	font-size : 9px;
	font-weight:bold;
	color : #000;
}
/*** Alpaca DETAIL ****************************************/

/* Style for Alpaca Parent path. May not be needed in ALPACA */
.AlpacaParent{
	font-size: 16px;
	font-weight:bold;
	display: inline;
	color: #000;
	padding:0px;
}


#AlpacaWrapper{
	margin: 5px 5px 10px 4px;
}

#AlpacaName{
	position:relative;
}

#AlpacaMainImage{
	margin: 0px 0px 0px 10px;
	float:left;
	width:50%;
}

#AlpacaDetails{
	float:left;
	width:45% !important;
	width:44.9%;
}

.shell{
	margin:0 auto;
}

/* Listings */
.AlpacaIndexCell{
	float:left;
	margin:18px 0 0;
}
.short_frame{
	margin: 10px 0 0 0;
}

.vertical_frame{
	margin: 0px 10px 10px 0px;
}

.standard_frame{
	margin: 0px 10px 10px 0px;
}

#AlpacaDetail{
	background-color:#fff;
}

.AlpacaDetailImg{
	border:1px solid #000;
}

#AlpacaaccountArea{
	width:206px;
	padding-right:12px;
}

.Alpacaformtextsmallblack {
	FONT-SIZE: 10px; 
	color:#000;
}

/* Style for Alpaca Detail fields etc. */

.AlpacaLabel {
	margin-right:10px;
	float:left;
	width:30%;
	text-align:right;
	font-size : 12px;
	color : #000;
}

.AlpacaData {
	float:left;
	width:60%;
	text-align:left;
	font-size : 12px;
	color:#000;
	font-weight:bold;
}


/* Alpaca price line */
.Alpacaprice {
	font-size : 11px;
}

/* Alpaca price emphasized words: 'Our Price' */
.Alpacaprice2 {
	text-align:right;
	font-size : 11px;
	color : #000;
}

/* Amount saved from retail price */
.Alpacasavings {
	text-align:right;
	font-size : 11px;
	color : #000;
	font-style: italic;
}

/* Alpaca error messages */
.Alpacaerror {
	font-size : 12px;
	color: red;
}

/* Small image on catalog pages. */
.Alpacalistingimg {
	border:1px solid #d6a213;
	margin-bottom:10px;
	margin-right:5px;
}

/* Small image on gallery style of category pages */
.additionalAlpacaImages{
	padding: 10px 0px 5px 12px;
}

.galleryAlpacalistimg {
	border:1px solid #000;
}

/* Text styles on gallery listing page */
.Alpacagallerylist {
	color:#000;
	font-size: 12px;
}

A.Alpacagallerylist {
	color:#666699;
	font-size: 12px;
}

/* Medium image on Alpaca detail page. */
.Alpacamedium_img {
	margin-right : 10px;
	border:1px solid #000;
}

/* 'More Image' gallery on Alpaca detail page. */
.Alpacagallery_img {
	border-style : solid;
	border-color : #000;
	margin-right : 3px;
	border-width : 1px;
}
/* 'More Image' gallery detail caption. */
.Alpacaphotocaption {
	COLOR: white; FONT-SIZE: 11px; 
}


/* Styles for Additiional Details area. */
#AdditionalDetails{
	background-color:#4F7810;
	background-image:url("../images/layout/lftColRtShdw.png");
	background-repeat:repeat-y;
	margin:20px 0 0 -24px;
	width:765px;
}

#AlpacaWrapperADD{
	padding: 10px 10px 10px 20px;
}
#AlpacaNameADD{

}

#AlpacaImageAdd{
	float:left;
	width:30%;
}

#AlpacaDescADD{
	float:left;
	width:20%;
}

#AlpacaDetailsADD{
	float:left;
	width:50% !important;
	width:49.9%;
}

ul#tabAddDetailMenu{
	background-image:url(../images/layout/lftColRtShdw.png);
	background-repeat:repeat-y;
	background-color:#F7EDD1;
	border-bottom:1px solid #D6A213;
	border-top:1px solid #D6A213;
	float:left;
	height: 36px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	width:765px;
}

#tabAddDetailMenu li{
	line-height: 26px;
	font-family:"Times New Roman",Times,serif;
	font-size:14px;
	font-weight:bold;
	float:left;
	color:#4f7810;
	padding: 8px 0 10px 24px;
}

#tabAddDetailMenu li a{
	display:block;
	text-decoration:none;
	color:#4f7810;
	float:left;
}

#tabAddDetailMenu li  a.DoActive{
	color:#d6a213;
	background-image: url(../images/layout/ADD_Active_Bull.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#tabAddDetailMenu li a:hover{
	text-decoration:normal;
	color:#d6a213;
	background-image: url(../images/layout/ADD_Active_Bull.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.AlpacaLabelAdd {
	margin-right:5px;
	float:left;
	width:45%;
	text-align:right;
	font-size : 10px;
	color : #000;
}

.AlpacaDataAdd {
	float:left;
	width:45%;
	text-align:left;
	font-size : 11px;
	color : #000;
	font-weight:bold;
}

.AlpacaDescription{
	margin:10px 33px;
}

.AlpacaDetailP{
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size: 12px;
	color: #fff;
}

#HistAward{
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	text-align:left;
	font-size: 12px;
}

.AltRow{
	background-color:#ebe1c4;
}

#HistAward th{
	font-style:bold;
	background-color:#d6a213;
	padding:2px;
}

#HistAward td{
	font-style:normal;
	border:1px solid #d6a213;
	padding:2px;
}


#HistAwardKey{
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	text-align:left;
	font-size: 12px;
}


/*********  DHTML POP OUTS STYLES **********/
.blur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
    position:absolute; 
	bottom: 30px; 
	right:0; 
	display:none;
	width:200px;
	text-align:left;
}

.shadow, .content{
	position: relative;
	bottom: 2px;
	right: 2px;
}

.shadow{
	background-color: #999999;/*shadow color*/
	color: inherit;
}

.content{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000; /*border color*/
	padding: .5em 2ex;
}

/*__________________________*/

/*** PRODUCT DETAIL ****************************************/

/* Style for Product Parent path, unique to Ideal Spaces. */
.ProductParent{
	font-size: 16px;
	font-weight:bold;
	display: inline;
	color: #000;
	padding:0px;
}
#ProdDetail{
	background-color:#000;
}

.ProdDetailImg{
	border:1px solid #000;
}

.ProdDetailP{
	font-size: 12px;
	font-weight:normal;
	color: #fff;
	padding:6px;
}

#accountArea{
	width:206px;
	padding-right:12px;
}

.formtextsmallwhite {
	FONT-SIZE: 10px; 
	color:#fff;
}

/* Style for Product SKU, number in stock, etc. */
.prodSKU {
	text-align:right;
	font-size : 10px;
	color : #000;
}

/* Product price line */
.prodprice {
	font-size : 11px;
}

/* Product price emphasized words: 'Our Price' */
.prodprice2 {
	text-align:right;
	font-size : 11px;
	color : #000;
}

/* Amount saved from retail price */
.prodsavings {
	text-align:right;
	font-size : 11px;
	color : #000;
	font-style: italic;
}

/* Discounted price amount */
.proddiscounted {
	font-size : 12px;
	font-weight: bold;
	color :#000;
}

/* Product discount line */
.proddisc {
	font-size : 12px;
	color : #000;
}

/* Product error messages */
.proderror {
	font-size : 12px;
	color: red;
}

/* Small image on catalog pages. */
.listingimg {
	border:1px solid #D6A213;
}

/* Small image on gallery style of category pages */
.additionalImages{
	padding: 10px 0px 5px 12px;
}

.gallerylistimg {
	border:1px solid #000;
}

/* Text styles on gallery listing page */
.gallerylist {
	color:#000;
	font-size: 12px;
}

A.gallerylist {
	color:#000;
	font-size: 12px;
}

/* Medium image on product detail page. */
.medium_img {
	margin-right : 10px;
	border:1px solid #000;
}

/* 'More Image' gallery on product detail page. */
.gallery_img {
	border-style : solid;
	border-color : #000;
	margin-right : 3px;
	border-width : 1px;
}
/* 'More Image' gallery detail caption. */
.photocaption {
	COLOR: white; FONT-SIZE: 11px; 
}

/*** POPUP IMAGE STYLES *************************************/
#showimage{
	position:absolute;
	/*visibility:hidden;
	border: 1px solid #000;*/
	}
#dragbar{
	cursor: hand;
	cursor: pointer;
	background-color: #EFEFEF;
	min-width: 100px; /*NS6 style to overcome bug*/
	}
#dragbar #closetext{
	font-size: 11px;
	margin-right: 2px;
	}
#detailimg{
	cursor: hand;
	cursor: pointer;
	border: 1px solid #000;
	}
#detailarea{
	width: 100%; 
	background-color: White;
	}
#caption{
	background-color: #f8e59e;
	font-size: 12px;
	padding: 2px;
	margin: 2px;
	}


/*** CONTACT US  *************************************/

/* Contact Us button */
.ContactUsbutton {
	margin:12px;
	padding:3px 0px 3px 0px;
	border: 1px solid #F3B115;
	font-weight: bold;
	font-size: 12px;
	COLOR: white;
	background-image: url(../images/Layout/buttonslice.jpg);
	background-repeat:repeat-x;
	text-align : center;
}
.ContactUsbutton a{
	COLOR: white;
	display:block
}

/*** WISH LIST DETAIL *************************************/

/* The delete and update buttons for Wish List product listings */
.WishButton {
	BORDER-RIGHT: 1px outset;
	BORDER-TOP: 1px outset;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	BORDER-LEFT: 1px outset;
	COLOR: white;
	BORDER-BOTTOM: 1px outset;
	BACKGROUND-COLOR: #999999;
	text-align : center;
}


/*** SHOPPING CART ****************************************/
/* Product name, prices, etc. */
.carttext {
	font-size : 11px;
}
/* Sku and options listed under product name*/
.smallcarttext {
	font-size : 10px;
}
/* errors listed under product name*/
.smallcarterror {
	font-size : 11px;
	color : Red;
}

.BusinessInfo{
	font-family:"Palatino",Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight:bold;
	margin: 20px 15px 0px 0px;
	padding:0 15px 0 0;

}

/*** LISTING RECORDS ******************************************/

/* Query Description line */
.ResultHead {
	FONT-SIZE: 16px;
}

/* Result table title row */
.listingHead {
	FONT-SIZE: 12px; 
	TEXT-DECORATION: none;
}
/* Result table smaller font */
.ListingSmall {
	font-size:	10px;
}
.listingTitle {
	FONT-SIZE: 14px;
	TEXT-DECORATION: none;
	font-weight : bold;
}
A.listingTitle:link {
	FONT-SIZE: 14px;  TEXT-DECORATION: none
}
A.listingTitle:visited {
	FONT-SIZE: 14px;  TEXT-DECORATION: none
	}
A.listingTitle:hover {
	FONT-SIZE: 14px; ; TEXT-DECORATION: underline
	}
	
.listingsubtitle {
	FONT-SIZE: 12px; FONT-STYLE: italic;  
}
.listingtext {
	FONT-SIZE: 12px; 
}
.listingsubtext {
	FONT-SIZE: 11px;  
}
/* For Feature listings author line */
.listingtagline {
	FONT-SIZE: 10px; 
}
/* For Event listings */
.listingdate {
	FONT-SIZE: 12px; 
}

/* For Manufacturer Listing */
.manufacturer_list {
	background-color: #FFFFFF;
	color:#666699;
	font-size: 12px;
	vertical-align: top;
}

/*** ALPHA MENU (SITEMAP) *************************************************/
A.alphaon:link {
	 FONT-SIZE: 13px; TEXT-DECORATION: none ; Font-Weight: Bold;
}
A.alphaon:visited {
	FONT-SIZE: 13px; TEXT-DECORATION: none; Font-Weight: Bold;
}
A.alphaon:hover {
	FONT-SIZE: 13px;
	TEXT-DECORATION: none;
	Font-Weight: Bold;
	background-color : #F0F0F0;
}
A.alphaoff:link {
	 FONT-SIZE: 9px; TEXT-DECORATION: none
}
A.alphaoff:visited {
	FONT-SIZE: 9px;  TEXT-DECORATION: none
}
A.alphaoff:hover {
	FONT-SIZE: 9px;
	TEXT-DECORATION: none;
	background-color : #F0F0F0;
}

#IndexHolder{
	position:relative;
}


/*** MENUS ******************************************/
/* Breadcrumb Trail Menu */
/* The Breadcrumb Trail DIV and non-link text */
#BreadCrumb {
	margin: 33px 0 16px 0;
}

.MenuTrail, .PrintEmail {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.PrintEmail {
	text-align:right;
}

.MenuTrail a:link, .MenuTrail a:visited, .MenuTrail a:active, .PrintEmail a:link, .PrintEmail a:visited, .PrintEmail a:active {
	color: #000;
	text-decoration: none;
}

.MenuTrail a:hover, .PrintEmail a:hover {
	color: #000;
	text-decoration: underline;
}

/* Category Jump Menu - first style form, then select box */
#categorySelect {
	text-align: right;
}
#categorySelect select {
	width: 140px;
	FONT-SIZE: 11px;
	color: purple;
}

.TopCatLevel_A_frame {
	text-align: center;
	margin-bottom: 10px;
}

.TopCatLevel_A {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #4f7810;
	font-size: 17px;
}

a:link.TopCatLevel_A, a:visited.TopCatLevel_A, a:hover.TopCatLevel_A, a:active.TopCatLevel_A {
	text-decoration:none;
	COLOR: #d6a213;	
}

.TopCatLevel_A_active {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	COLOR: #d6a213;
	font-size: 17px;
}

a:link.TopCatLevel_A_active, a:visited.TopCatLevel_A_active, a:hover.TopCatLevel_A_ative, a:active.TopCatLevel_A_active {
	text-decoration:none;
	COLOR: #d6a213;	
}



.CatLevel_A_frame  {
	text-align: center;
	margin: 27px 0 10px 0;
}

.CatLevel_A {
	color:#4F7810;
	font-family:"Times New Roman",Times,serif;
	font-size:17px;
	font-weight:bold;
	line-height:30px;
	margin:0 10px;
}

a:link.CatLevel_A, a:visited.CatLevel_A, a:active.CatLevel_A {
	color: #4f7810;
	text-decoration: none;
}

a:hover.CatLevel_A {
	color: #D6A213;
	text-decoration: none;
}

.CatLevel_A_active{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #D6A213;
	font-size: 17px;
}


a:link.CatLevel_A_active, a:visited.CatLevel_A_active, a:hover.CatLevel_A_active, a:active.CatLevel_A_active {
	color: #D6A213;
	text-decoration: none;
}


.CatLevel_B_frame {
	border-bottom:1px solid #4F7810;
	border-top:1px solid #4F7810;
	padding:0;
	text-align:center;
}

.CatLevel_B{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #4f7810;
	font-size: 15px;
	margin: 0 10px;
	display:block;
}

a:link.CatLevel_B, a:visited.CatLevel_B, a:active.CatLevel_B {
	color: #4f7810;
	text-decoration: none;
}

a:hover.CatLevel_B {
	color: #D6A213;
	text-decoration: none;
}

.CatLevel_B_active {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #4f7810;
	font-size: 15px;
	margin: 0 10px;
	display:block;
}

a:link.CatLevel_B_active, a:visited.CatLevel_B_active, a:hover.CatLevel_B_active, a:active.CatLevel_B_active{
	color: #D6A213;
	text-decoration: none;
}

.CatLevel_C_frame {
	padding:0;
	text-align:center;
}

.CatLevel_C{
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #4f7810;
	font-size: 13px;
	margin: 0 10px;
	display:block;
}

a:link.CatLevel_C, a:visited.CatLevel_C, a:active.CatLevel_C {
	color: #4f7810;
	text-decoration: none;
}

a:hover.CatLevel_C {
	color: #D6A213;
	text-decoration: none;
}

.CatLevel_C_active{
	font-size: 12px;
	COLOR: #d6a213;
	display:block;
	FONT-WEIGHT: normal;
	margin: 0px 0px 2px 0px;
}

/* Page Menu Styles*/
.menu_page_title {
	font-size: 18px;
	COLOR: #d6a213;
	FONT-WEIGHT: bold;
}

a.menu_page_title
{
	font-size: 12px;
	COLOR: #d6a213;
	FONT-WEIGHT: bold;
}

.menu_page {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size: 14px;
	COLOR: #d6a213;
	margin: 0px;
}

a.menu_page{
	margin: 0px 10px 0px 10px;
}


/* Page Footer Menu */
.menu_footer {
	text-align:center;
	font-size: 10px;
	color : #000;
}
.menu_footer A {
	font-size: 10px;
	color : #000;
}
	
.menu_footer_frame {
	text-align:center;
}

/* Copyright Notice DIV */
#copyright {
	text-align:center;
	font-size: 10px;
	color : #000;	
} 
#copyright a {
	color : #000;
}

/* ----- INPUT FORM ---------------------------------*/
TD.TopTierHeader {
}
.TopTierHeader {
	PADDING-RIGHT: 5px; PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

A.TopTierHeader:link {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;  TEXT-DECORATION: none
}
A.TopTierHeader:visited {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;  TEXT-DECORATION: none
}
A.TopTierHeader:hover {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
/* ----- top tier is tabs; TD produces height ---------------------------------*/
TD.TopTierNav {
	FONT-WEIGHT: bold; FONT-SIZE: 17px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.TopTierNav {
	FONT-WEIGHT: bold; FONT-SIZE: 11px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.TopTierNav:link {
	 FONT-SIZE: 11px; FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.TopTierNav:visited {
	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.TopTierNav:hover {
	FONT-SIZE: 11px;
	FONT-FAMILY: verdana,arial,sans serif;
	TEXT-DECORATION: none;
	background-color : transparent;
}


/* Admin Menu Links */

.menu_admin_lt {
	color:#711880;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.menu_admin_lt a:link, .menu_admin_lt a:visited, .menu_admin_lt a:active {
	color: #711880;
	text-decoration: none;
}

.menu_admin_lt a:hover {
	color: #580467;
	text-decoration: underline;
}

.menu_admin_dk {
	color: #1035B3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.menu_admin_dk a:link, .menu_admin_dk a:visited, .menu_admin_dk a:active {
	color: #1035B3;
	text-decoration: none;
}

.menu_admin_dk a:hover {
	color: #001767;
	text-decoration: underline;
}

/* ---------- Styles for Tracking Page --------------------- */

th.track {
	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none; Font-Weight: Bold;
	background-color : #B6B6B6;
}

td.trackbold {
	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none; Font-Weight: Bold;
}

td.track {
	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none; 
}

td.track0 {
	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none; 
	background-color : #F0F0F0;
}

td.track1 {
	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none; 
	background-color : #FFFFFF;
}


/* ---------- Styles for Gift Registry Printing --------------------- */
.printregistry {
	border: 2px solid #000000;
	FONT-SIZE: 14px;
	font-family:Arial, Helvetica, sans-serif;
}

/* ---------- Styles for Gift Registry Printing --------------------- */

/* Touts*/
#ToutsHome{
	margin:0 0 0 16px;
	padding:0;
}

#ToutsHomeLeft{
	padding: 15px 0px 15px 0px;
}

.ToutBoxHome{
	padding: 0px 0px 0px 0px;
}

.ToutBoxHomeLeft{
	padding: 0px 0px 0px 15px;
}

.ToutBox{
	margin: 0 0 15px 0;
}


/* BEGIN: Tout A Styling */
.ToutA {
	background-color: #fff;
	border-left: #4f7810 solid 1px;
	border-right: #4f7810 solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 14px 0 13px;
	width: 130px;
}

.ToutA td{
	padding: 0;
}


.ToutA ul{
	padding: 0;
	list-style:none;

}

.ToutA li{
	color:#000;
	padding: 0;
}

.ToutA li a{
	color:#000;
	padding: 0;
}


.ToutHdrBgnd {
	background-image: url(../images/layout/toutATop.png);
	background-repeat: no-repeat;
	margin: 0;
	display: block;
	margin:0;
	padding: 0;
	height: 27px;
	width: 159px;
}

.ToutHdrBgnd a{
}

.ToutBttmBgnd {
	background-image: url(../images/layout/toutABttm.png);
	background-repeat: no-repeat;
	display: block;
	height: 9px;
	margin:0;
	padding: 0;
	width: 159px;
}

.toutAImg {
	border:1px solid #d6a213;
	margin: 11px 0 0 0;
}
.ToutHdrBgnd h3 {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 4px 0 0 0;
	display:block;
	margin: 0;
}

.ToutHdrBgnd h3, .ToutHdrBgnd h3 a:link, .ToutHdrBgnd h3 a:active,.ToutHdrBgnd h3 a:visited, .ToutHdrBgnd .h3 a:hover {
	text-decoration: none;
	color: #fff;
}

.ToutA h4 {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	padding: 7px 0 0 0;
}

.ToutA h4 a:link, .ToutA h4 a:active, .ToutA h4 a:visited, .ToutA h4 a:hover {
	color: #000;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}

.ToutAp{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0;
	padding: 0;
}

.ToutAp a:link, .ToutAp a:active, .ToutAp a:visited, .ToutAp a:hover {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}

.ToutAByLine {
	color: #000;
	font-size: 12px;
	padding: 0;
}

.ToutAReadMore {
	color: #000;
	font-size: 11px;
	font-style: bold;
	padding: 0;
}

.ToutAReadMore a:link, .ToutAReadMore a:visited, .ToutAReadMore a:hover, .ToutAReadMore a:active {
	color: #000;
	text-decoration: underline;
}

/*ToutAHome*/
.ToutAHome {
	background-color: #fff;
	border-left: #4f7810 solid 1px;
	border-right: #4f7810 solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 14px 0 11px;
	width: 132px;
}

.ToutAHome td{
	padding: 0;
}


.ToutAHome ul{
	padding: 0;
	list-style:none;

}

.ToutAHome li{
	color:#000;
	padding: 0;
}

.ToutAHome li a{
	color:#000;
	padding: 0;
}


.ToutHdrBgndHome {
	background-image: url(../images/layout/toutATop.png);
	background-repeat: no-repeat;
	margin: 0;
	display: block;
	margin:0;
	padding: 0;
	height: 27px;
	width: 159px;
}

.ToutHdrBgndHome a{
}

.ToutBttmBgndHome {
	background-image: url(../images/layout/toutABttm.png);
	background-repeat: no-repeat;
	display: block;
	height: 9px;
	margin:0;
	padding: 0;
	width: 159px;
}

.toutAImgHome {
	border:1px solid #d6a213;
	margin: 11px 0 0 0;
}
.ToutHdrBgndHome h3 {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 4px 0 0 0;
	display:block;
	margin: 0;
}

.ToutHdrBgndHome h3, .ToutHdrBgndHome h3 a:link, .ToutHdrBgndHome h3 a:active,.ToutHdrBgndHome h3 a:visited, .ToutHdrBgndHome .h3 a:hover {
	text-decoration: none;
	color: #fff;
}

.ToutAHome h4 {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	padding: 11px 0 0 0;
}

.ToutAHome h4 a:link, .ToutAHome h4 a:active, .ToutAHome h4 a:visited, .ToutAHome h4 a:hover {
	color: #000;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}

.ToutApHome{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0;
	padding: 0;
}

.ToutApHome a:link, .ToutApHome a:active, .ToutApHome a:visited, .ToutApHome a:hover {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}

.ToutAByLineHome {
	color: #000;
	font-size: 12px;
	padding: 0;
}

.ToutAReadMoreHome {
	color: #000;
	font-size: 11px;
	font-style: bold;
	padding: 0;
}

.ToutAReadMoreHome a:link, .ToutAReadMoreHome a:visited, .ToutAReadMoreHome a:hover, .ToutAReadMoreHome a:active {
	color: #000;
	text-decoration: underline;
}


