/*
(C) Copyright MarketLive. 2006. All rights reserved.
MarketLive is a trademark of MarketLive, Inc.
Warning: This computer program is protected by copyright law and international treaties.
Unauthorized reproduction or distribution of this program, or any portion of it, may result
in severe civil and criminal penalties, and will be prosecuted to the maximum extent
possible under the law.
*/
.default {
	font-size : 12px;
	color : #000000;
	font:Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
}
.default A:LINK, .default A:VISITED, .default A:ACTIVE {
	color : #000000;
}

.defaultnu A:LINK, .defaultnu A:VISITED, .defaultnu A:ACTIVE {
	color : #666666;
	text-decoration : none;
}
.colorsubheader, .colorsubheader A:LINK, .colorsubheader A:VISITED, .colorsubheader A:ACTIVE {
	font-size : 12px;
	color : #000000;
	font-weight: bold;
}
.defaultsubheader, .defaultsubheader A:LINK, .defaultsubheader A:VISITED, .defaultsubheader A:ACTIVE {
	font-size : 13px;
	color : #666666;
	font-weight: bold;
}
H1 {
 font-size : 16px;
 color : #666666;
 font-weight: bold;
 margin: 0px;
}

.detailheader{
 font-size : 16px;
	color : #000000;
 font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif
}
.link{
	font-size : 12px;
	color : #000000;
	font-weight: normal;
	text-decoration:underline;
	}
a.link:hover{
	font-size : 12px;
	color : #000000;
	font-weight: normal;
	text-decoration:none;
	}
.boldlink{
	font-size : 12px;
	color : #000000;
	font-weight: bold;
	text-decoration:underline;
	}
a.boldlink:hover{
	font-size : 12px;
	color : #000000;
	font-weight: bold;
	text-decoration:none;
}
.quotetext
{
	font-size: 13px;
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-style : italic;
}
.small, .small A:LINK, .small A:VISITED, .small A:ACTIVE{
	font-size : 10px;
	color : #666666;
}
.thumbheader{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.thumbtext{
	font-size: 11px;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.thumbtext A:LINK, .thumbtext A:ACTIVE, .thumbtext A:VISITED{
	color: #000000;
	text-decoration : none;
}
.thumbtext A:HOVER{
	color: #000000;
	text-decoration : underline;
}

.mainLayoutTable {
    border:0px solid #000000;
}

.popupLayoutTable {
  border:0px solid #000000;
}

.tableheader {
	font-size: 12px;
	color: #FFFFFF;
	font-weight : bold;
	margin-bottom : 2px;
	margin-left : 4px;
	margin-right : 4px;
	margin-top : 2px;
}
.tableheaderedit, .tableheaderedit A:LINK, .tableheaderedit A:ACTIVE, .tableheaderedit A:VISITED{
	font-size: 10px;
	color: #FFFFFF;
	font-weight : bold;
}
.tableitem{
	font-size: 12px;
	color: #000000;
	margin-bottom : 2px;
	margin-left : 0px;
	margin-right : 4px;
	margin-top : 2px;
}
.tableitem A:LINK, .tableitem A:ACTIVE, .tableitem A:VISITED{
	color: #000000;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.tablesavedheader{
	font-size: 11px;
	color: #333333;
	font-weight : bold;
}
.tablesaveditem{
	font-size: 11px;
	color: #000000;
}
.tablesaveditem A:LINK, .tablesaveditem A:ACTIVE, .tablesaveditem A:VISITED{
	color: #000000;
}
.remove, .remove A:LINK, .remove A:ACTIVE, .remove A:VISITED{
    
}
.messagewas{
	color: #333333;
}
.pricewas{
	color: #333333;
	text-decoration : line-through;
}
.pricesale, .messagesale {
	color: #FF0000;
	font-weight : bold;
}
.formlabel, .formlabel A:LINK, .formlabel A:ACTIVE, .formlabel A:VISITED{
    FONT-SIZE: 12px;
    COLOR: #000000;
}
.formrequiredtext{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #333333;
}
.formfieldnote{
    FONT-SIZE: 10px;
    COLOR: #333333;
}
.formrequired{
    COLOR: #990000;
}
.breadcrumb{
    FONT-SIZE: 12px;
    COLOR: #044d99;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
}
.breadcrumb A:LINK{
    color: #044d99;
    text-decoration:none
}
.breadcrumb A:VISITED{
   color: #993399;
   text-decoration:none;
}
.breadcrumb A:hover{
   color: #FF0000;
   text-decoration:none;
}
.breadcrumb A:ACTIVE{
  color: #044d99;
  text-decoration:none;
}
.brandingtext{
	font-size : 12px;
}
.footer{
	font-size:11px;
	color: #6590B0;
}
.footer A:LINK, .footer A:ACTIVE, .footer A:VISITED{
	color: #27567A;
	text-decoration : none;
}
.footer A:HOVER{
	color: #27567A;
	text-decoration : none;
}
.message {
	color: #333333;
	font-weight : bold;
}
.messageerror, .messagealert, .messagebackorder {
	color: #990000;
	font-weight : bold;
}

.messagediscount, .messagefreegift, .messagesent, .messageoverweight {
	color: #FF0000;
	font-weight : normal;
}
.errorblock {
	color: #990000;
	font-weight: bold;
	border:1px solid #990000;
	padding:10px;
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	margin-bottom:10px;
}

 .errorblock A:LINK, .errorblock A:VISITED, .errorblock A:ACTIVE {
	color : #990000;
 }

.errorblock H1 {
   font-size: 15px;
   margin: 0px;
}

.errorblock UL {
   padding-left: 15px;
   margin: 0px;
}

.errorblock LI {
   padding-top: 5px;
   padding-bottom: 5px;
}
.navsearchbox {
	width : 136px;
	font-size: 11px;
	color: #666666;
	height:14px;
	margin: 0px;
	border: 1px solid #7b9ebd;
	padding:3px 0;
}
.navemailbox{
	width : 151px;
	color: #666666;
	height:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top:3px;}
input.address
{
	width:305px;
}
input.firstname
{
	width:119px;
}
input.lastname
{
	width:155px;
}
input.zip
{
	width:120px;
}
input.phone
{
	width:141px;
}
input.login
{
	width:225px;
}
input.tellafriend
{
	width:130px;
}
.tableitemheaderbg, .verticalrule, .tablesavedheaderbg {
	background-color : #0659a5;
}
.tableitemheaderdivbg, .tableitembottomdivbg {
	background-color : #0659a5;
}
.tableitemheaderline{
	background-color : #000000;
}

.tableitem1bg {
	background-color : #FFFFFF;
}
.tableitem2bg, .tablesavedbg, .crosssellbg, .upsellbg, .recoverybg {
	background-color : #FFFFFF;
}
.tableitem3bg {
	background-color : #CCCCCC;
}
.headerrule, .tableitemdivbg, .tablesavedborder, .crosssellborder, .upsellborder, .recoverborder, .thumbborderbg {
	background-color : #336699;
}
.lrgimagebg, .tabledivrule {
	background-color : #DFEAF2;
}
.altviewborder {
    cursor: pointer;
    border-top:1px solid #DFEAF2;
    border-right:1px solid #DFEAF2;
    border-bottom:1px solid #DFEAF2;
    border-left:1px solid #DFEAF2;
}
.altviewactiveborder {
    cursor: pointer;
    border-top:1px solid #336699;
    border-right:1px solid #336699;
    border-bottom:1px solid #336699;
    border-left:1px solid #336699;
}
.imagecellbg {
	background-color : #FFFFFF;
}
.navheaderbg{
	background-color : #ffffff;
}
.navfooterbg{
	background-color : #ffffff;
}
.navleftbg{
	background-color : #d3e8f9;
}
.navLeft1Spacer{
    background-color:#C3D6E6;
    border-top:0px;	border-left:0px; border-right:0px; border-bottom:1px;
    border-style:solid;
    border-color:#FFFFFF;
}
.navLeftSubsOff{
    color:#044D99;
    padding-left:0px; padding-top:0px; padding-bottom:0px; padding-right:5px;
    cursor:pointer;
}
.navLeftSubsOff A:LINK,.navLeftSubsOff A:ACTIVE,.navLeftSubsOff A:VISITED {
    color:#044D99;
    font-size:11px;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration:none;
    font-weight:normal;
    line-height:15px;
}
.navLeftSubsOn{
    color:#044D99;
    padding-left:0px; padding-top:0px; padding-bottom:0px; padding-right:5px;
    cursor:pointer;
}
.navLeftSubsOn A:LINK,.navLeftSubsOn A:ACTIVE,.navLeftSubsOn A:VISITED {
    color:#044D99;
    font-size:11px;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration:underline;
    font-weight:normal;
    line-height:15px;
}
.navLeftMoreOff, .navLeftMoreOn {
    background-color:#C3D6E6;
    padding-left:35px; padding-top:0px; padding-bottom:6px; padding-right:5px;
    border-top:0px; border-left:0px; border-right:0px; border-bottom:1px;
    border-style:solid;
    border-color:#FFFFFF;
    cursor:pointer;
}
.navLeftMoreOn A:LINK,.navLeftMoreOn A:ACTIVE,.navLeftMoreOn A:VISITED {
    color:#2E5A82;
    font-size:11px;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration:none;
    font-weight:normal;
}
.navLeftMoreOff A:LINK,.navLeftMoreOff A:ACTIVE,.navLeftMoreOff A:VISITED {
    color:#666666;
    font-size:11px;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration:none;
    font-weight:normal;
}
.contentbg, .popupcontentbg {
	background-color : #FFFFFF;
}
.clearbg{
	background-image : url(/images/en_US/global/globalgraphics/spacer01.gif);
}
body.main{
	background-image : none;	
	background-color: #FFFFFF;
    margin: 0px;
    padding-top: 30px;
}
body.popup{
	background-color: #FFFFFF;
    margin: 10px;
    padding: 0px;
}
td, body, input, textarea {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	FONT-SIZE: 12px;
}
select{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	FONT-SIZE: 12px;
}
A.nu {
	text-decoration : none;
}
.menuItemOn {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #0a5ca8;
	padding-left: 10px;padding-top: 6px;padding-bottom: 6px;padding-right: 10px;
	text-decoration: underline;
	
}
.menuItemOn A:LINK,.menuItemOn A:ACTIVE,.menuItemOn A:VISITED {
	color : #0a5ca8;
	text-decoration: underline;
	padding-left: 0px;padding-top: 0px;padding-bottom: 0px;padding-right: 0px;
}
.menuItemOff {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #0a5ca8;
	font-weight:bold;
	padding-left: 10px;padding-top: 6px;padding-bottom: 6px;padding-right: 10px;
	text-decoration: none;
	
}
.menuItemOff A:LINK,.menuItemOff A:ACTIVE,.menuItemOff A:VISITED {
	color : #0a5ca8;
	font-weight:bold;
	padding-left: 0px;padding-top: 0px;padding-bottom: 0px;padding-right: 0px;
}
.topmenuItemOn {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #0a5ca8;
	padding-left: 10px;padding-top: 6px;padding-bottom: 6px;padding-right: 10px;
	text-decoration: underline;
	}
.topmenuItemOn A:LINK,.topmenuItemOn A:ACTIVE,.topmenuItemOn A:VISITED {
	color : #0a5ca8;
	text-decoration:underline;
	padding-left: 0px;padding-top: 0px;padding-bottom: 0px;padding-right: 0px;
}
.topmenuItemOff {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #0a5ca8;
	font-weight:bold;
	padding-left: 10px;padding-top: 6px;padding-bottom: 6px;padding-right: 10px;
	text-decoration: none;
	}
.topmenuItemOff A:LINK,.topmenuItemOff A:ACTIVE,.topmenuItemOff A:VISITED {
	color : #0a5ca8;
	font-weight:bold;
	padding-left: 0px;padding-top: 0px;padding-bottom: 0px;padding-right: 0px;
}
.homepagekickerheading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#ed1c24;
	text-decoration:none;
}
.partydatesbold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#044d99;
	text-decoration:none;
}
.shipnextday {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#044d99;
	text-decoration:none;
}

.shipnextday A:LINK,.shipnextday A:ACTIVE,.shipnextday A:VISITED{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#044d99;
	text-decoration:none;
}
.partydatesnormal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#044d99;
	text-decoration:none;
	line-height:10px;
}
.botttompromotext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	color:#044d99;
	text-decoration:none;
}
.basketfreeshipping {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#ed1c24;
	text-decoration:none;
	
}
.subcatheading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#ed1c24;
	text-decoration:none;
	
}
.proddetailheading{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	
}
.proddetailheading a:link, .proddetailheading a:visited, .proddetailheading a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
.proddetailheading a:hover {
	text-decoration:underline;
}
.footercompinfo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #044d99;
	text-decoration : none;
}
.footercomplink{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #044d99;
	text-decoration : none;
}
a.footercomplink:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #044d99;
	text-decoration : underline;
}
form{
margin:0px;
}

/* Added for the Short Desc Display*/
.detailShortheader{
	font-size : 16px;
	color : #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif
}
.adressbooktext{
	color:#FFFFFF;
}
.minithumbborder{
	border:1px solid #999999;
}
.tblhdrbg{
	background-color: #c7e7e7;
	text-transform: uppercase;
	font-size : 12px;
	color : #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif
}
.promoMessage{
	font-size : 12px;
	color : #FF0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.promoMessage A:LINK,.promoMessage A:ACTIVE,.promoMessage A:VISITED{
	font-size : 12px;
	color : #FF0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.storelink{
	font-size : 12px;
	color : #FF0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
.storelink A:LINK,.storelink A:ACTIVE,.storelink A:VISITED {
	font-size : 12px;
	color : #FF0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.sitemap
{
	font-size : 12px;
	color : #FF0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.sitemap A:link
{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 text-decoration: none;
}

.sitemap A:visited
{
text-decoration: none; 
color: purple;
}

.sitemap A:active
{
text-decoration: none;
}

.sitemap A:hover
{
text-decoration: underline;
color: red;
}

.sitemapheaders,.sitemapheaders A:LINK,.sitemapheaders A:ACTIVE,.sitemapheaders A:VISITED
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0E3690;
	font-weight:bold;
	text-decoration: none;
}

.sitemapheaders A:hover
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0E3690;
	font-weight:bold;
	text-decoration: underline;
}
.width_fivepx {
	width: 5px;
}
.width_picpx {
	width: 80px;
}
.width_detailpx {
	width: 170px;
}
.width_qtprpx {
	width: 55px;
}
.width_midspacerpx {
	width: 18px;
}
.width_tpicpx {
	width: 360px;
	height: 1px;
}
.leftnavnormal, .leftnavnormal A:LINK, .leftnavnormal A:VISITED, .leftnavnormal A:ACTIVE
{
 color:#0054a6;
font-size: 15px;
font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
text-decoration: none;
font-weight: normal;
line-height: 26px;
padding: 3px 5px 0px 14px;
}
.leftnavsubsub, .leftnavsubsub A:LINK, .leftnavsubsub A:VISITED, .leftnavsubsub A:ACTIVE
{
font-size: 10px;
font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
font-weight: normal;
line-height: 26px;
}
.leftnavheader, .leftnavheader A:LINK, .leftnavheader A:VISITED, .leftnavheader A:ACTIVE
{
color:#0054a6;
font-size: 15px;
font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
text-decoration: none;
font-weight: normal;
line-height: 16px;
padding: 0px 5px 0px 14px;
}
.leftnavsub, .leftnavsub A:LINK, .leftnavsub A:VISITED, .leftnavsub A:ACTIVE
{
 color:#0054a6;
font-size: 12px;
font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
text-decoration: none;
font-weight: normal;
line-height: 16px;
padding: 0px 5px 0px 14px;
}
.catnavoff, .catnavoff A:LINK, .catnavoff A:VISITED, .catnavoff A:ACTIVE
{
color:#0b3288;
font-size: 16px;
font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
text-decoration: none;
font-weight: normal;
line-height: 26px;
padding: 0px 5px 0px 0px;
}
.gatewayleftnavoff, .gatewayleftnavoff A:LINK, .gatewayleftnavoff A:VISITED, .gatewayleftnavoff A:ACTIVE
{
color:#0b3288;
font-size: 12px;
font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
text-decoration: none;
font-weight: bold;
line-height: 20px;
padding: 0px 5px 0px 0px;
}
.gatewayleftnavon, .gatewayleftnavon A:LINK, .gatewayleftnavon A:VISITED, .gatewayleftnavon A:ACTIVE
{
color:#0b3288;
font-size: 12px;
font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
text-decoration:underline;
font-weight: bold;
line-height: 20px;
padding: 0px 5px 0px 0px;
}
.navLeft1Off, .navLeft1Off A:LINK, .navLeft1Off A:VISITED, .navLeft1Off A:ACTIVE
{
color:#0b3288;
font-size: 12px;
font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
text-decoration: none;
font-weight: bold;
line-height: 20px;
padding: 0px 5px 0px 0px;
}
.navLeft1On, .navLeft1On A:LINK, .navLeft1On A:VISITED, .navLeft1On A:ACTIVE
{
color:#0b3288;
font-size: 12px;
font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
text-decoration:underline;
font-weight: bold;
line-height: 20px;
padding: 0px 5px 0px 0px;
}
.navLeft2Off{
    color:#0b3288;
    padding-left:0px; padding-top:0px; padding-bottom:0px; padding-right:5px;
    cursor:pointer;
}
.navLeft2Off A:LINK,.navLeft2Off A:ACTIVE,.navLeft2Off A:VISITED {
    color:#0b3288;
    font-size:11px;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration:none;
    font-weight:normal;
    line-height:15px;
}
.navLeft2On{
    color:#0b3288;
    padding-left:0px; padding-top:0px; padding-bottom:0px; padding-right:5px;
    cursor:pointer;
}
.navLeft2On A:LINK,.navLeft2On A:ACTIVE,.navLeft2On A:VISITED {
    color:#0b3288;
    font-size:11px;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration:underline;
    font-weight:normal;
    line-height:15px;
}
.kickertitle{
font-size : 12px;
color : #044d99;
font-weight: bold;
text-decoration:none;
}
.kickertext{
font-size : 9px;
color : #044d99;
text-decoration:none;
}
.infoTabOn{
	cursor: pointer;
	background-color:#F5F5F5;
	border-top:1px;
	border-left:1px;
	border-right:1px;
	border-bottom:0px;
	border-style:solid;
	border-color:#336699;
	padding:5px;
	font-size:11px;
	color:#333333;
	font-weight:bold;
	text-align:center;
    white-space: nowrap;
}

.infoTabOff{
	cursor: pointer;
	background-Color:#DFEAF2;
	border-top:1px;
	border-left:1px;
	border-right:1px;
	border-bottom:1px;
	border-style:solid;
	border-color:#336699;
	padding:5px;
	font-size:11px;
	color:#808080;
	font-weight:bold;
	text-align:center;
}

.infoTabSpacer{
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:1px;
	border-style:solid;
	border-color:#336699;
}

.infoTabContent{
	background-color:#F5F5F5;
	border-top:0px;
	border-left:1px;
	border-right:1px;
	border-bottom:1px;
	border-style:solid;
	border-color:#336699;
}

@media print{
  .tableitemheaderdivbg, .tableitembottomdivbg {
    border-bottom:1px solid #000000;
  }
}

.optionValueNearDetailImage {
}

.swatchHeader {
	padding-bottom:5px;
}

.swatchUnSelected{
	background-color:#F5F5F5;
	border-top:2px;
	border-left:2px;
	border-right:2px;
	border-bottom:2px;
	border-style:solid;
	border-color:#FFFFFF;
}

.swatchSelected{
	background-color:#F5F5F5;
	border-top:2px;
	border-left:2px;
	border-right:2px;
	border-bottom:2px;
	border-style:solid;
	border-color:#000000;
}

.swatchHover{
	background-color:#F5F5F5;
	border-top:2px;
	border-left:2px;
	border-right:2px;
	border-bottom:2px;
	border-style:solid;
	border-color:#CCCCCC;
}

.recentlyViewedTdPadding{
	padding:5px;
}
/* Rad Modules Classes 5.5 */
.GlobalCartOn {
	font-size : 10px;
	width:137px; 
	color: #e21909;
	background: #fff;
	text-decoration: none;
}
.GlobalCartOff {
	position:absolute !important;
	font-size : 10px;
	width:160px;
	color: #e21909;
	background: #FFFFFF;
	text-decoration: none;
}
.GlobalCartItemOn {
	font-size: 9px;
	color: #000;
	background: #dfecf9;
	text-decoration: none;
}
.GlobalCartItemOff {
	font-size: 9px;
	color: #000;
	background: #FFFFFF;
	text-decoration: none;
}
.GlobalCartLeft {
	padding: 0px 0px 0px 0px;
	width: 34px;
	text-decoration: none;
}
.GlobalCartRight {
	padding: 0px 0px 0px 2px;
	width: 109px;
	font-size: 10px;
	color: #e21909;
	text-decoration: none;
}
.cartmoreitems {
	text-align: center;
	background-color: #fff;
	width:200px;
	font-size: 9px;
	color: #000;
	padding: 5px 0px 0px 0px;
	text-decoration: none;
}
.viewcartbtn {
	text-align: center;
	background-color: #fff;
	width:200px;
	padding: 10px 0px 10px 0px;
}
.cartnoitems {
	text-align: center;
	width: 150px;
	padding: 10px 10px 10px 10px;
	color: #e21909;
	font-weight: normal;
	font-size: 9px;
	background-color: #fff;
}
.cartmenunamehdr{
	padding: 10px 10px 5px 10px;
	background-color: #0659a5;
	width: 130px;
	color: #fff;
	font-weight:bold;
	font-size: 10px;
}
.cartmenuqtyhdr{
	padding: 10px 10px 5px 0px;
	background-color: #0659a5;
	text-align: center;
	width: 30px;
	color: #fff;
	font-weight:bold;
	font-size: 10px;
}
.cartmenu1column {
	padding: 3px 10px 3px 10px;
	width: 130px;
	color: #000;
	font-size: 10px;
}
.cartmenuqtyitem {
	padding: 3px 10px 3px 0px;
	text-align:center;
	width: 30px;
	color: #000;
	font-size: 10px;
}
.cartmenunameitem{
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
}
.cartmenupriceitem {
	text-decoration: none;
}
.colldirln01fs1, .colldirln01fs2 {
	margin:0 0 0 0;
}
.colldirln01fs3 {
	margin: 10px 0 0 0;
}
.colldirtn01fs1, .colldirtn01fs2{
	margin: 0;
}
.colldirtn01fs3{
	margin:0 0 0 0;
}
.colldiritemtable {
	border:0px solid #666666;
}
.colldirR1C1, .colldirR2C1 {
	background-color: #fff;
	padding: 10px 8px 10px 0;
	text-align: center;
	vertical-align: top;
	border-bottom: 1px solid #0659a5;
}
.colldirR1C2, .colldirR2C2 {
	background-color: #fff;
	padding: 10px 0;
	vertical-align: top;
	border-bottom: 1px solid #0659a5;
}
.colldirnoproducts{
	padding: 10px;
}
.colldirmoredetails, .colldirmoredetails A:LINK,.colldirmoredetails A:ACTIVE,.colldirmoredetails A:VISITED  {
	margin: 4px 0 0 0;
	text-align: left;
	font-size: 11px;
	color: #044d99;
	font-weight: normal;
	text-decoration: underline;
}
.colldirprodname,.colldirprodname A:LINK,.colldirprodname A:ACTIVE,.colldirprodname A:VISITED,.colldirprodshortdesc,.colldirprodshortdesc A:LINK,.colldirprodshortdesc A:ACTIVE,.colldirprodshortdesc A:VISITED {
  	margin: 0 0 5 0;
	font-size: 11px;
	color:#000;
	font-weight: bold;
	text-decoration: none;
}
.colldirprodcode {
	margin: 0 0 2px 0;
	font-size: 11px;
	color: #000;
}
.colldirprodlongdesc {
 	color:#333333;
 	margin: 5 0 5 0;
	font-size: 11px;
}
.colldirlongdescreadmore a{
	color:#000;
	text-decoration: underline;
}
.colldirprodprice {
	font-size: 11px;
	font-weight: bold;
	color:#da413d;
	text-align:left;
	padding: 0 0 0 0;
}
.colldiroptions, .colldiroptions select {
	color: #000;
	width: 200px;
	margin:0 0 0 0; 
}
.colldiroptions div {
	margin: 7px 0 0 0; 
}
.colldirpersreq, .colldirpersoption {
	padding:0 0 0 0; 
}
.colldirqty {
	color: #000;
	text-align: right;
	font-weight: bold;
	padding: 20px 0 0 0;
	width: 285px;
	font-size: 11px;
}
.colldiraddtobasket {
	text-align: right;
	margin: 10px 0 0 0;
}
.colldirborder {
	border-bottom: 1px solid #0659a5;
}
.colldirqty input {
	width: 20px;
}
.messagealertdir {
	font-size: 11px;
}
.ETSBox{
	position: absolute;
	margin: -10px 0px 0px 0px;
	background-color: #D3E8F9;
	border: 1px solid #0659A5;
	padding: 10px 10px 10px 10px;
	width: 250px;
}
.esttableitem{
	font-size: 11px;
	text-align:right;
	color: #000;
	padding: 2px 4px 2px 4px;
}
.esttableitem A:LINK, .esttableitem A:ACTIVE, .esttableitem A:VISITED{
	color: #27567A;
}
.esttableitemtotal {
	font-size: 12px;
	font-weight: bold;
	text-align:right;
	color: #000;
	padding: 4px 4px 4px 4px;
	border-top: 1px solid #0659A5;
	border-bottom: 1px solid #0659A5;
}
.ETSBoxmsg{
	color: #000;
	font-size: 11px;
	font-weight: bold;
	margin: 2px 0px 2px 0px;	
}
.ETSBoxhdr{
	color: #000;
	font-size: 10px;
	font-weight: bold;
	margin: 2px 0px 2px 0px;	
}
select.estState {
	font-size: 10px;
	width: 250px;
}
select.estshipMethod {
	font-size: 10px;
	width: 250px;
}
.messageshipmentcostwas {
	color: #000;
	font-weight: bold;
	text-decoration: line-through;
}
.messageshipmentcostis {
	color: #f00;
	font-weight: bold;
}
.familypagetablebg {
	background-color: #c7e7f7;
}
.paddingleftgutter {padding: 0 0 0 15px;}

#headerflash {display:none !important;}

#pPrint {
text-align:right;
margin-top:-10px;
width:740px;
}
.span {
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	color:#333333;
	FONT-SIZE:13px;
}
/* *** Alt/Condensed Checkout *** */
form {
	margin: 0px;
	padding: 0px;
}
.condensedCheckoutSection {
	border: solid 1px #c0c0c0;
	margin-bottom:10px;
}
.condensedCheckoutSection h2 {
	background-color: #C3D6E6;
	margin:0px;
	font-size:13px;
	margin:0;
	padding: 2px 0 2px 2px;
}
.condensedCheckoutSectionContent {
	padding:10px;
}
.condensedCheckoutSectionContent #orderTable, .condensedCheckoutSectionContent #itemTable{
	width:100%;
}
.condensedCheckoutSectionContent #shipping {
	padding-left:15px;
	padding-right:15px;
}
#condensedBillingAddressContainer {
	border-right: 1px solid #c0c0c0;
}
#condensedAddressBookSelector {
	width:317px;
	margin-bottom:15px;
}
#condensedShipSectionContainer {
	height:350px;
}
#condensedShipFromContainer {
	height:325px;
}
#condensedAltPaymentReview {
	margin-bottom:15px;
}
.disableOverlayDiv {
	background-color: white;
	filter:alpha(opacity=70); /* IE */
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity:0.70; /* FireFox */
	z-index: 20;
	height: 100%;
	width: 100%;
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	top: 0px;
	left: 0px;
}
.applybtn {
	margin-left:5px;
	margin-right:5px;
}
.applybtn img {
	cursor:pointer;
}
.successfullyApplied {
	color:#339900;
	font-weight:bold;
	display:none;
}
.invalidEntry {
	color:#900;
	font-weight:bold;
	display:none;
}
.removeGiftCert {
	font-size:10px;
	color:#900;
	text-decoration:underline;
	cursor:pointer;
}
.siteLanguageSelectorLinkOn {
 	font-size: 10px;
 	color: #3E678F;
 	font-weight: bold;
 	text-decoration: underline;
}
.siteLanguageSelectorLinkOn A:LINK,.siteLanguageSelectorLinkOn A:ACTIVE,.siteLanguageSelectorLinkOn A:VISITED {
 	font-size: 10px;
 	color: #3E678F;
 	font-weight: bold;
 	text-decoration: underline;
}
.siteLanguageSelectorLinkOff {
 	font-size: 10px;
 	color: #3E678F;
 	font-weight: bold;
 	text-decoration: underline;
}
.siteLanguageSelectorLinkOff A:LINK,.siteLanguageSelectorLinkOff A:ACTIVE,.siteLanguageSelectorLinkOff A:VISITED {
 	font-size: 10px;
 	color: #3E678F;
 	font-weight: bold;
 	text-decoration: underline;
}
.siteLanguageSelectorLinkOff A:HOVER, .siteLanguageSelectorLinkOn A:HOVER {
 	font-size: 10px;
 	color: #3E678F;
 	font-weight: bold;
 	text-decoration: underline;
}
.siteLanguageSelectorDropDownOn {
 	font-size : 10px;
 	color : #000000;
 	text-decoration: none;
 	background-color: #FFFFFF;
	text-align:left;
}
.siteLanguageSelectorDropDownOn A:LINK,.siteLanguageSelectorDropDownOn A:ACTIVE,.siteLanguageSelectorDropDownOn A:VISITED {
 	font-size: 10px;
 	color: #000000;
 	text-decoration: underline;
}
.siteLanguageSelectorDropDownOff {
 	font-size : 10px;
 	color : #000000;
 	text-decoration: none;
 	background-color: #FFFFFF;
	text-align:left;
}
.siteLanguageSelectorDropDownOff A:LINK,.siteLanguageSelectorDropDownOff A:ACTIVE,.siteLanguageSelectorDropDownOff A:VISITED {
 	font-size: 10px;
 	color: #000000;
 	text-decoration: none;
}
.siteLanguageSelectorDropDownOff A:HOVER, .siteLanguageSelectorDropDownOn A:HOVER {
 	font-size: 10px;
 	color: #000000;
 	text-decoration: underline;
}
/* TextTopNav */
/*The styles used for the topnav links*/
#top_logo {
vertical-align:top;
}
#top_middle {
vertical-align:top;
}
#top_search{
vertical-align:middle;
}
#top_globalcart {
float: right;
}
#top_banner {
font-weight:bold;
font-size: 12px;
color:#274869;
padding:5px 0pt 10px 7px;
}
.top_links {
float:left;
font-weight:bold;
width:385px;
padding:0pt 0pt 0pt 0pt;
}
.top_links ul{
margin:0px;
padding:0px;
list-style-type:none;
}
.top_links ul li{
display:block;
float:left;
margin:0px;
padding:0px;
}
.top_links ul li a{
display:block;
float:left;
padding:0px 3px 6px 20px;
color:#FFFFFF;
text-decoration:none;	
white-space: nowrap;
/*background:transparent url(/images/en_US/global/globalgraphics/topnavlink_bg.png) no-repeat scroll 0 0;*/
}
.top_links ul li a:hover {
/*background:transparent url(/images/en_US/global/globalgraphics/topnavlink_bg.png) no-repeat scroll 0 -66px;*/
color:#666666;
}
#top_shopbasket a{
/*background:transparent url(/images/en_US/global/globalgraphics/top_shopbasket_icon.png) no-repeat scroll 0px 0px;*/
display:block;
float:left;
padding:0px 3px 6px 22px; 
}
#top_shopbasket a:hover {
/*background:transparent url(/images/en_US/global/globalgraphics/top_shopbasket_icon.png) no-repeat scroll 0px -65px;*/
}
#top_langselector {
 padding:0px 0px 6px 0px;
}
#top_advancedsearch a, #top_langselector a{
color:#27567A;
}
#top_advancedsearch a:hover{
color:#FFFFFF;
}
/* i.e. 6 fixes */
* html .top_links ul li a{
background-image: none;
/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/en_US/global/globalgraphics/topnavlink_bg.png", sizingMethod="crop");*/
}
* html  .top_links ul li a:hover {
background-image: none;
/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/en_US/global/globalgraphics/topnavlink_bgover.png", sizingMethod="crop");*/
}
* html #top_shopbasket a{
background-image: none;
/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/en_US/global/globalgraphics/top_shopbasket_icon.png", sizingMethod="crop");*/
}
* html #top_shopbasket a:hover{
background-image: none;
/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/en_US/global/globalgraphics/top_shopbasket_iconover.png", sizingMethod="crop");*/
}
/*The styles used for the topnav category links*/
#CatTopNavContainer{
	margin:0px;
	font-size:11px;
	font-weight:bold;
	font-family:Arial,Verdana,Helvitica,sans-serif;	
}
.CatTopNav{
	border-top:4px solid #B30000;
	border-bottom:1px solid #999999;
	display: block;
	float:left;
	/*background:transparent url(/images/en_US/global/globalgraphics/catnav_style4_bg.png) repeat bottom left;*/
	width:768px;
}
.CatTopNav ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.CatTopNav ul li{
	display:block;
	float:left;
	margin:0px;
	padding:0px;
}
.CatTopNav ul li a{
	display:block;
	float:left;
	padding:8px 10px 5px 10px;
	color:#666;
	text-decoration:none;
	/*background:transparent url(/images/en_US/global/globalgraphics/catnav_style4_divider.png) no-repeat 0px 0px;*/
}
.CatTopNav ul li a:hover {
	/*background:#FFF url(/images/en_US/global/globalgraphics/catnav_style4_divider.png) no-repeat 0px -60px;*/
	color:#FF6600;
}
.CatTopNav ul li a.current {
	color:#B30000;
	/*background:#CCC url(/images/en_US/global/globalgraphics/catnav_style4_divider.png) no-repeat 0px -120px;*/
}
/* i.e. 6 fixes */
* html .CatTopNav ul li a{
    cursor: pointer;
	background-image: none;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/en_US/global/globalgraphics/catnav_style4_divider.png", sizingMethod="crop");*/
}
* html  .CatTopNav ul li a:hover {
	background-image: none;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/en_US/global/globalgraphics/catnav_style4_ie_divover.png", sizingMethod="crop");*/
}
* html .CatTopNav ul li a.current {
	background-image: none;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/en_US/global/globalgraphics/catnav_style4_ie_divon.png", sizingMethod="crop");*/
}
/* IntelligentImaging */	
#iiHeaderTable {
	padding-top:20px;
	width:100%;
	margin-bottom:5px;
}
#iiSubHeader {
	padding-left:10px;
	padding-right:10px;
}
.iiThumbViewsTable {
	padding-top:20px;
	padding-bottom:20px;
}
.iiThumbViewsTable TD {
	text-align:left;
	padding-right:25px;
}
.iiThumbViewOn IMG {
	border:2px solid #666666;
	width:80px;
	height:80px;
}
.iiThumbViewOver IMG {
	border:2px solid #666666;
	width:80px;
	height:80px;
}
.iiThumbViewOff IMG {
	border:2px solid #CCCCCC;
	width:80px;
	height:80px;
}
.iiHorizontalRule {
	background-color:#CCCCCC;
	height:1px;
	overflow:hidden;
}
#iiTargetsTable {
	border:1px solid #CCCCCC;
	margin-right:20px;
	float:left;
	display:none;
}
#iiTargetsTable TD {
	padding-top:10px;
	padding-left:10px;
	padding-bottom:15px;
	width:88px;
}
#iiTargetsHeader {
	font-family:Verdana;
	color:#333333;
	font-size:11pt;
	font-weight:bold;
}
.iiTargetText {
	font-family:Verdana;
	font-size:9pt;
	color:#333333;
}
.iiTargetHidden {
	display:none;
}
.iiTargetOn IMG {
	margin-top:10px;
	border:2px solid #666666;
	width:60px;
	height:60px;
}
.iiTargetOver IMG {
	margin-top:10px;
	border:2px solid #666666;
	width:60px;
	height:60px;
}
.iiTargetOff IMG {
	margin-top:10px;
	border:2px solid #CCCCCC;
	width:60px;
	height:60px;
}
#iiZoomImageTable {
	width:420px;
	height:470px;
	float:left;
}
/* End RAD Modules */
/*** Start Category Menu Styles  ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			20em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */

}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			50px; /* match top ul list item height */

}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			20em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			20em; /* match ul width */
	top:			0;
}
/*** MENU SKIN ***/
.sf-menu {
	float:			left;
}
.sf-menu a {
	border-left:	1px solid #fff;
	padding: 		.65em 1em;
	text-decoration:none;
}
.sf-menu a.sf-top-level-link {
	border-left:	0px solid #fff;
	border-top:		0px solid #CFDEFF;
	padding: 		0px;
	text-decoration:none
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#0A5CA8;
	font-weight:	bold;
	font-size:		11px;
}
.sf-menu li {
	background:		#BDD2FF;
}
.sf-menu li li {
	background:		none repeat scroll 0 0 #EEF9FE;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#C7E7F7;
	outline:		0;
	z-index:		99;
	
}
.sf-menu a:focus, .sf-menu a:hover{text-decoration:underline;}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	 /* 8-bit indexed alpha png. IE6 gets solid image only */
	/*background:		url('/includes/jquery/plugins/assets/arrows-ffffff.png') no-repeat -10px -100px;*/
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	border:	1px solid #0054A6;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/*** text top nav ***/
#sf-menu-text-nav{
	/* default styles */
	font-size:11px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#666;
}
#sf-menu-text-nav .sf-menu {
	/* text nav block */
	line-height: 1.0;
	border-top: 4px solid #B30000;
	border-bottom: 1px solid #999999;
	display: block;
	position: relative;
	color: #666;
	width:100%;
	z-index:99;
}
#sf-menu-text-nav .sf-menu a {
	/* link styles */
	display: block;
	position: relative;
	color: #666;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#sf-menu-text-nav .sf-menu a.current {
	/* current link */
	color: #B30000;
}
#sf-menu-text-nav  .sf-menu a:visited  {
	/* visited link styles */
	color: #666;
}
#sf-menu-text-nav .sf-menu a:focus, #sf-menu-text-nav .sf-menu a:hover, #sf-menu-text-nav .sf-menu a:active {
	/* link focus, hover and active */
	background: #CFDEFF;
	outline: 0;
	z-index: 99;
	color: #FF6600;
}
.sf-menu li {
	/* top level li */
	background: #C3D6E6;
}
#sf-menu-text-nav .sf-menu li a:focus, #sf-menu-text-nav .sf-menu li a:hover, #sf-menu-text-nav .sf-menu li a:active  {
	/* sub menu links */
	color: #FF6600;
}
/*The style used for the Cart Items*/
.globalCartWrapper{
	width:137px;
	margin-right:5px;
	padding:0 0px 0 0px;
	}
.globalCartNav{
	
	background-color:#FFF;
}
.globalCartNavOver{
	background-color:#EEE;
}
.globalCartLayer{
	margin-top:3px;
	background-color:#FFF;
	border:1px solid #0659A5;
	}
.globalCartBasketImg{
	position:relative;
	float:left;
	padding-right:3px;

	}
.globalCartBasketInfo{
	position:relative;
	font-size:10px;
	margin-left:5px;
	color:#EE3A43;
	padding-top:5px;
}
.globalCartBasketInfo .navHeader, .globalCartBasketInfo .navTotal{
	font-weight:bold;
}
.globalCartItemHeaderBlock{
	zoom:1;
	background-color:#0659A5;
	position:relative;
	padding:5px;
	font-size:11px;
	font-weight:bold;
	overflow:auto;
}
.globalCartItemHeaderName{
	position:relative;
	float:left;
	text-align:left;
	color:#fff;
	padding:5px 5px 3px 7px;
	font-size:10px;
}
.globalCartItemHeaderQty{
	position:relative;
	float:right;
	text-align:right;
	color:#fff;
	padding:5px 5px 3px 7px;
	font-size:10px;
}
.globalCartViewBasketBtn{
	background-color:#fff;
	text-align:center;
	padding:5px;
}
.globalCartMoreItems{
	background-color:#fff;
	text-align:center;
	padding:5px;
}
.globalCartMoreItems a {
	color:#000000;
	text-decoration:none;
	font-size:9px;
}
.globalCartItemInfo{
	zoom:1;
	position:relative;
	font-size:9px;
	padding:3px 5px 3px 3px;
	background-color:#fff;
	overflow:auto;
}
.globalCartItemInfo:hover{
	background-color:#DFECF9;

}
.globalCartItemInfo .nameAndPrice{
	position:relative;
	float:left;
	text-align:left;
	padding:0px 5px 0px 7px;
	width:90px;
}
.globalCartItemInfo .nameAndPrice .name{
	font-weight:normal;
}
.globalCartItemInfo .nameAndPrice .name a{
	color:#000;
	text-decoration:none;
}
.globalCartItemInfo .nameAndPrice .name a:hover{
	text-decoration:none;
	
}
.globalCartItemInfo .qty{
	position:relative;
	float:right;
	text-align:right;
	padding:5px 10px 0 0;
}
.globalCartEmpty{
	padding:10px;
	text-align:center;
	background-color:#fff;
	font-size:9px;
	color:#EE3A43;
	

}
/*** End Category Menu Styles  ***/

/*** Search Nave Style Sheet - Start ***/
.searchNavBG {    padding-top:10px;width:188px;}
ul.searchNavLeft { list-style:none; padding:0; margin:0; }
ul.searchNavLeft li { font-weight:bold; padding:0; margin:10px 0 0 0; }
ul.searchNavLeft li ul { list-style:none; padding:0; margin:0; }
ul.searchNavLeft li ul li { font-weight:normal; padding:0; margin:0 0 0 10px; }
ul.searchNavLeft li ul li a{ text-decoration:none; color:#000000; cursor: pointer !important; }
ul.searchNavLeft li ul li a:hover { text-decoration:underline; cursor: pointer !important; }
/*** Search Nave Style Sheet - End ***/
.popDownWrapper{
	position:relative;
	text-align:left;
	}
.popDownNav{
	zoom:1;
	position:relative;
	cursor:pointer;
}
.popDownLayer{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:160px !important;
}
.navQty,.navTotal{color:#EE3A43;}
.myBuysTile{border:0px solid #fff;}

/*** Start A/B Test Styles ***/
.abDiv {
	display:inline;
	position:relative;
	overflow:visible;
	zoom:1;
	cursor:pointer;
	border-color:#808080;
	border-style:dashed;
	border-width:0px;
}
.abOverlay {
	position:absolute;
	width:100%;
	height:100%
}
.abOverlayDefault {
	background-color:yellow;
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
}
.abOverlaySelected {
	background-color:#75FF75;
	filter:alpha(opacity=80);
	opacity: 0.80;
	-moz-opacity:0.80;
}
/*** End A/B Test Styles ***/
/*** Start Autocomplete ***/
.autocomplete-w1 {
	position:absolute; top:0px;
	left:0px;
	margin:8px 0 0 6px;
	/* IE6 fix: */
	_background:none;
	_margin:0;
}
.autocomplete {
	border:1px solid #999;
	background:#FFF;
	cursor:default;
	text-align:left;
	max-height:150px !important;
	overflow-x: none;
	overflow-y: auto;
	margin:-6px 6px 6px -6px;
	width: 136px !important;
	/* IE6 specific: */
	_height:100px !important;
	_margin:0;
	_overflow-x:hidden;
}
.autocomplete .selected {
	background:#E0E0E0;
}
.autocomplete div {
	padding:2px 5px;
	white-space:nowrap;
}
.autocomplete strong {
	font-weight:normal;
	color:#3399FF;
}
/*** End Autocomplete ***/

/*** End Autocomplete ***/
#popdiv{
    z-index:9999;
}
.pBG{
    position:absolute;
    z-index:1000;
    height:100%;
    width:100%;
    background-color:#000;
    filter:alpha(opacity=50);
    opacity:0.5;
}

#popLoad{
	background:#FFFFFF url("/images/set_c/en_us/local/localgraphics/basket_animation.gif") 50% 50% no-repeat;
}
#popLoad div{
	text-align:center;
	font-size:25px;
	font-weight:bold;
	color:#8B7DD5;
	padding:40px 0;
}
#popCL{
	position:absolute;
	background:red;
	height:23px;
	background:transparent url("/images/set_c/en_us/local/localgraphics/popCloseBG.gif") bottom left repeat-x;
	text-align:right;
}
#popCL img{
	margin:5px 10px 0 0;
	cursor:pointer;
}
.span {
    font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
    color:#333333;
    FONT-SIZE:13px;
}

.bgiframe{
display:none;
width:1px;
height:1px;
}
.crosssellbg .upcrossimg{
	width:80px;
	height:80px;
}
.crosssellbg .pqvbtn_thumb {
	margin:60px 0 0 30px;
}
.mbzone{

border:1px solid #fff;

}

/*** SOLR Search Result ***/
.searchMessage {
    /* font-weight:bold; */
    font-size:13px;
}
.noMatchFoundMessage {
    font-weight:bold;
    color:#FF0000;
    font-size:13px;
}
.searchMessageDidYouMean, .searchMessageDidYouMean a {
	/*font-weight:bold;*/
	font-size:13px;
	/*color:#900;*/
}
.searchMessageAlternateMessageCount, .searchMessageAlternateMessageCount a {
	/*color:#900;*/
}

/*** SOLR Search Result ***/
