/********** css reset **************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
abbr,acronym { border:0;
}


body {
	background-color: #FFFFFF;
	color: #333333;
	margin: 0px;
	width: 100%;
	text-align: center;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
td {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

/*Site Centering*/
#wrapper{
	width: 960px;
	text-align: left;
	margin: 0 auto;
}
h1 {
	font-size: 21px;
	color: #CC0000;
	margin-bottom: 16px;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}
h3 { font-size: 12px; 
	font-weight: bold;
	margin-bottom:6px;
}
a:link		{
	color: #0066CC;
}
a:visited	{
	color: #0066CC;
}
a:hover		{
	color: #000000;
}
a:active	{
	color: #000000;
}
ul {
	margin: 4px 0px;
}
li {
	list-style: disc inside;
	margin-left: 10px;
}
p {
	margin: 10px 0px;    
}

/********** Header  ***********/

.headerBkgd {
	background: #FFF url(/s/GB/images/header.gif) no-repeat left top;
	height: 146px;
	width: 960px;
}
.headerBkgdMin {
	height: 146px; width: 960px; z-index: 2; position: absolute; top:0px; margin: 0 auto; clear:both; float:left; 
}
.headerBkgdMin img {
	padding-top: 0px;
}
.headerBkgdCart {
	background: #FFFFFF url(/s/GB/images/headerCart.gif) no-repeat;
	height: 122px;
	width: 960px;
}
/********** Header Login ***********/

#headerLogin {
	width:960px;
	font-size:9px;
	color: #7d7d7d;
	height:22px;
  }
#headerLogin ul {
	float:right;
	margin:0;
	padding:0 0 0 8px;
	background: url(/s/GB/images/headerCartLinkBkgd-left.gif) no-repeat left top;
  }
#headerLogin li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
  }
#headerLogin a {
	float:left;
	display:block;
	padding:4px 6px 0px 6px;
	text-decoration:none;
	color:#7d7d7d;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#headerLogin a {float:none;}
/* End IE5-Mac hack */
#headerLogin a:hover {
	color:#CC0000;
	text-decoration: underline;
	background: #F5F5F5;
  }

/********** Header 1-2 ***********/  
#header1-2  {
	width: 960px;
}
#header1-2 ul {
	padding-top:2px;
}
#header1-2 li {
	float:left;
	list-style:none;
}
#header1-2 .LiveChat {
	margin: 35px 0px 0px 265px;
	text-align: left;
} 
#header1-2-cart  {
	width: 960px;
	height: 90px;
}
#header1-2-cart ul {
	padding-top:25px;
}
#header1-2-cart li {
  float:left;
  list-style:none;
}
#header1-2-cart .LiveChat {
	margin: 35px 0px 0px 265px;
	text-align: left;
} 
/********** Header Tabs or Links ***********/

#headerTabs {
	float:left;
	display:block;
	width:960px;
	color: #7d7d7d;
	height: 25px;
	margin: 6px 0px 0px 0px;
  }
#headerTabs ul {
  margin:6px 0px 0px 16px;
  padding:0px;
  list-style:none;
  }
#headerTabs li {
	float:left;
	margin:0 6px 0 0;
	padding:0 5px 0 0;
	background: url(/s/GB/images/menuDivider.gif) no-repeat right top;
	list-style:none;
  }

#headerTabs a {
	float:left;
	display:block;
	padding:4px 5px 4px 3px;
	text-decoration:none;
	color:#7d7d7d;
	font-size: 11px;
	font-weight: bold;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#headerTabs a {float:none;}
/* End IE5-Mac hack */
#headerTabs a:hover {
	color:#CC0000;
	text-decoration: underline;
	background: #F5F5F5;
  }

#rightMenu {
    width:150px;
	margin: 10px 0 0 0;
	padding: 3px 0 0 0;
	font-size:10px;
	line-height:normal;
	font-weight: normal;
	color: #7d7d7d;
	background-image: url(images/rightMenuLoginTop.gif);
	background-repeat: no-repeat;
	background-position: top;
  }
#rightMenu ul {
	margin:0 0 0 8px;
	padding:0 0 4px 0;
	list-style:none;

  }
#rightMenu li {
    margin:0 0 0 0;
	padding:0 0 0 0;
	list-style:none;
  }
#rightMenu a {
    padding: 1px 0 1px 13px;
	margin: 0 0 0 0;
	text-decoration:none;
	font-weight:normal;
	color:#7d7d7d;
	background-image: url(images/buttons/buttonArrowYellowOnBlue.gif);
	background-repeat: no-repeat;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#rightMenu a {float:none;}
/* End IE5-Mac hack */
#rightMenu a:hover {
	color:#FFF;
	text-decoration: underline;
  }
#rightMenuBot {
    width:150px;
	display:block;
	background-image: url(images/rightMenuLoginBot.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0;
	padding: 0;
}
#rightMenuTitle {
	margin: 0 0 0 0;
	padding: 0px 0 10px 8px;
	font-size:11px;
	line-height:normal;
	font-weight: bold;
	color: #FFF;
  }
.clear {
   clear:both;
}

/***************************** New Two Col Content Page ***************************************************/
.twoColFixLeft #mainContent
{
	padding: 0px 0px 0px 24px;
	min-height: 1000px;
}
.twoColFixLeft #rightCol
{
	float: left;
	width: 810px;
	background-color: #ffffff;
}

.twoColFixLeft #leftCol
{
	width: 150px;
	float: left;
}
.center
{
	text-align: center;
}
/***************************** Breadcrumb Trail  ********************/
#breadcrumb {
	margin: 0px;
	padding: 10px 10px 10px 24px;
	/**width: 960px;**/
	border-bottom: 1px solid #DFDFDF;
	font-size: 10px;
	color: #666666;
}
/***************************** Two Col SE0 Page ***************************************************/
.twoColFixRtHdr2 #container {
	margin: 0px 10px 0px 10px;
	padding: 0px; 
} 
.twoColFixRtHdr2 #rightSidebar {
	float: left;
	width: 612px;
	padding: 0px 0px 24px 0px;
	margin: 0px 0px 0px 0px;
	background: #FFFFFF;
}
.twoColFixRtHdr2 #mainContent {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 24px 0px;
	width: 304px;
	float: right;
	background: #FFFFFF;
}
/***************************** New Two Col Content Page for Revised Checkout *************************************/

.twoColFixLeft-RC #mainBody {
	background-color: #ffffff;
	margin-top: 28px;
}
.twoColFixLeft-RC #mainContent
{
	padding: 0px;
	min-height: 400px;
}
.twoColFixLeft-RC #leftCol
{
	float: left;
	width: 630px;
}

.twoColFixLeft-RC #rightCol
{
	width: 310px;
	float: right;
}
#incentiveContainer {
	margin:120px 0px 0px 0px;
	padding:0px;
}
#incentiveContainerSpecs {
	margin:120px 0px 0px 0px;
	padding:0px;
}
#incentiveContainerCart {
	margin:120px 0px 16px 0px;
	padding:0px;
	width: 310px;
}
#incentiveContainerCredit {
	margin:120px 0px 0px 0px;
	padding:0px;
}
#orderSummaryContainer {
	background: url(/s/yb/images/RC-orderSummaryBkgd.jpg) no-repeat left top;
	font-size:11px;
	margin-bottom:12px;
}
/*#orderSummaryContainer table, td, tr {
    background-color: transparent;
}*/
#orderSummaryContainer td{
	font-size:11px;
	text-align:right;
}
#orderSummaryContainer h5{
	font-size: 14px;
	font-weight: bold;	
	margin: 0px;
	padding:18px 0px 8px 48px;
}
#orderSummaryContainer table {
	width:275px;
	border-collapse:collapse;
	margin-left:6px;
}
#orderSummaryContainer .one-td {
	width:200px;
}
#orderSummaryContainer .two-td {
	width:75px;
}
#orderSummaryContainer .shippingFree {
	color: #990000;	
	font-weight: bold;
}
#orderSummaryContainer .total {
	font-weight: bold;		
}
#orderSummaryContainer .totalPrice {
	font-weight: bold;
}
#savingsFromContainer {
	background: url(/s/yb/images/RC-savingsFromBkgd.jpg) no-repeat left top;
	font-size:11px;
	margin-bottom:12px;
}
/*#savingsFromContainer table, td, tr {
    background-color: transparent;
}*/
#savingsFromContainer td{
	font-size:11px;
	text-align:right;
}
#savingsFromContainer h5{
	font-size: 14px;
	font-weight: bold;	
	margin: 0px;
	padding:18px 0px 8px 48px;
}
#savingsFromContainer table {
	width:275px;
	border-collapse:collapse;
	margin-left:6px;
}
#savingsFromContainer .one-td {
	width:200px;
}
#savingsFromContainer .two-td {
	width:75px;
}
#savingsFromContainer .totalSavings {
	font-weight: bold;
	color: #990000;		
}
#savingsFromContainer .totalSavingsPrice {
	font-weight: bold;
	color: #990000;
}
#saveMoreContainer {
	background: url(/s/yb/images/RC-saveMoreBkgd.jpg) no-repeat left top;
	font-size:11px;
	margin-bottom:12px;
}
#saveMoreContainer  h5{
	font-size: 14px;
	font-weight: bold;	
	margin: 0px;
	padding:18px 0px 8px 48px;
}
#saveMoreContainer .textBox {
	margin: 0px 10px 0px 12px;
} 
/***************************** Two Col Product Page ***************************************************/
.twoColFixRtHdr #container {
	margin: 26px 0px 0px 0px;
	padding: 0px; 
} 
.twoColFixRtHdr #sidebar1 {
	float: right; 
	width: 150px;
	padding: 0px 0px 24px 0px;
	margin: 0px;
}
.twoColFixRtHdr #mainContent {
	margin: 0px;
	padding: 0px 0px 24px 24px;
	width: 762px;
	float: left;
	background-color: #ffffff;
} 
/***************************** Two Col HOME Page ***************************************************/
.twoColFixRtHdr-home #container {
	margin: 26px 0px 0px 0px;
	padding: 0px; 
} 
.twoColFixRtHdr-home #sidebar1 {
	float: right; 
	width: 150px;
	padding: 0px 0px 24px 0px;
	margin: 0px;
}
.twoColFixRtHdr-home #mainContent {
	margin: 0px;
	padding: 0px 0px 24px 0px;
	width: 786px;
	float: left;
	background-color: #ffffff;
} 

/*******************THREE COLUMN LAYOUT**************************************/
#mainBody {
	background-color: #ffffff;
	/**background-image: url('images/leftColBg.gif');
	background-repeat: repeat-y;**/
	width: 100%;
	margin-top: 4px;
}
	
/**#mainContent a img
{	border: none;}**/
.threeCol #rightSidebar {
	float: left;
	background: #ffffff;
	width: 150px;
}
.threeCol #rightCol {	
    float: left;
	background: #ffffff;
	width: 810px;
}
.threeCol #midCol {
	float: left;
	width: 660px;
	background: #ffffff;
	min-height:290px;
}
.threeCol #mainContent {
	background: #FFFFFF;
	width:612px;
	padding: 0px 24px 0px 24px;
}
.threeCol #leftCol {	
    width: 150px;
	float: left;
}




/*********************** Left Navigation **********************************************************************/
#leftNav {
	background: url(/s/GB/images/leftNavTopBkgd.gif) no-repeat left top;
	padding: 16px 0px;
	text-align: left;
	width: 150px;
}
#leftNav .Margin2 a:link, #leftNav .Margin2 a:visited {
	color: #7d7d7d;
	/**display: block;**/
	/**width:120px;**/
	text-decoration: none;
	margin: 0px;
	padding: 0px 0px 0px 9px;
	font-weight: normal;
	font-size: 10px;
	background: url(/s/GB/images/redArrowOnBlue.gif) no-repeat left top;
}
#leftNav .Margin2 a:hover {
	color:#CC0000;
	text-decoration: underline;
	background: #F5F5F5 url(/s/GB/images/redArrowOnBlue.gif) no-repeat left top;
}
#leftNav  ul {
	padding: 0px;
	margin: 0px 4px 0px 10px;
	list-style: none;
}
#leftNav  .cart {

	margin: 0px 4px 0px 4px; !important

}
#leftNav  li {
	padding: 0px;
	margin: 0px 0px 4px 0px;
	list-style: none outside;
}
#leftNav  h3  {
	font-size: 12px;
	margin: 0;
	padding: 5px 0px 6px 9px;
	font-weight: bold;
	color: #666666;
}

#leftNav .leftMenuLine {
	height: 1px;
	background: url(/s/GB/images/leftNavDivider.gif) no-repeat left top;
	margin-top: 11px;
}
#leftNavBot {
	background: url(/s/GB/images/leftNavBottomBkgd.gif) no-repeat left top;
	height: 5px;
}
/******************************* PriceIt - Category Page *******************************/

#priceIt_category {
	background: url(/s/GB/images/priceIt_Category_TopBkgd.gif) no-repeat left top;
	padding: 16px 0px 0px 0px;
	height: 33px;
	width: 608px;
	text-align: center;
}
#priceIt_category h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	display: inline;
	font-style: italic;
}
#priceIt_category .width{
	display: inline;
	font-weight: bold;
	margin-left: 8px;
}
#priceIt_category .height{
	display: inline;
	font-weight: bold;
	margin: 0px 4px 0px 8px;
	width:60px;
}
#priceIt_category select{
	display: inline;
	font-size: 10px;
}
#priceIt_category .button{
	display: inline;
	margin: 0px 0px 0px 6px;
}
#priceIt_categoryBottom {
	background: url(/s/GB/images/priceIt_Category_BottomBkgd.gif) no-repeat left top;
	height: 4px;
	width: 608px;
}

/******************************* Category List - Category Page *******************************/
#categoryListContainer {
	margin-top: 16px;
	margin-bottom: 16px;
}
#categoryListContainer .categoryItemBox {
	width:606px;
	background: url(/s/GB/images/categoryListDivider.gif) repeat-x left bottom;
	margin-bottom:16px;
}

#categoryListContainer .productImageBox {
    width:180px;
	float:left;
	margin-bottom:16px;
}
#categoryListContainer .productImage {
	padding-bottom:4px;
}
.imageCaptionMag {
	color: #666666;
	font-size: 10px;
	text-align: center;
	line-height: 16px;
}
#categoryListContainer .productDescriptionBox {
    width:395px;
	float:right;
	margin-left:0px;
	padding:0px;
	margin-bottom:16px;
}
#categoryListContainer h2{
	color:#000000;
	font-size: 16px;
	margin-bottom: 12px;
	font-weight: bold;
}
#categoryListContainer h2 a:link, #categoryListContainer h2 a:visited{
	color: #0066CC;
	font-size: 14px;
	margin-bottom: 12px;
	font-weight: bold;
	text-decoration: underline;
}
#categoryListContainer h2 a:hover{
	color: #000000;
	font-size: 14px;
	margin-bottom: 12px;
	font-weight: bold;
	text-decoration: underline;
}
#categoryListContainer .productDescriptionBox .whyBuy 
{
	margin:10px 0 0 0;
}
#categoryListContainer .productDescriptionBox .whyBuy h5
{
	font-size: 10px;
	color: #333333;
	margin-bottom: 2px;
	font-weight: bold;
}
#categoryListContainer .colorOptionsBox {
	padding-top: 6px;
	margin-bottom: 6px;
	font-size: 10px;
}
#categoryListContainer .colorOptionsBox h5 {
	color: #333333;
	margin-bottom: 2px;
	font-weight: bold;
}
#categoryListContainer .smallSwatch {
	border: 1px solid #0066CC;
}
#categoryListContainer .priceBoxTop {
	background: url(/s/GB/images/PriceBoxTop.gif) no-repeat left top;
	padding: 6px 0px 0px 0px;
	/**height: 31px;**/
	width: 402px;
}
#categoryListContainer .priceBoxLeft {
	float:left;
	margin-left: 10px;
	margin-top: 5px;
}
#categoryListContainer .NBprice {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	margin: 0px 0px 2px 0px;
}
#categoryListContainer .strikeThrough {
	text-decoration: line-through;	
}
#categoryListContainer .price {
	font-size: 16px;
	font-weight: bold;
	color: #cc0000;
	margin: 0px 0px 2px 0px;
}
#categoryListContainer .priceText {
	font-size: 9px;
	color: #999999;
	font-weight: normal;
}
#categoryListContainer .YouSaveprice {
	font-size: 12px;
	font-weight: bold;
	color: #cc0000;
	margin: 0px 0px 12px;
}
#categoryListContainer .priceBoxRight {
	float:right;
	text-align: center;	
	margin: 8px 10px 0px 0px;
}
.redArrowLink {
	color: #0066cc;
	text-decoration: none;
	background: url(/s/GB/images/redArrowOnBlue.gif) no-repeat left bottom;
	padding: 3px 0px 0px 10px;
}
#categoryListContainer .buyButton {
	margin: 4px 0px 0px 0px;
}
#categoryListContainer .priceBoxBottom {
	background: url(/s/GB/images/PriceBoxBottom.gif) no-repeat left top;
	height: 3px;
	width: 402px;
	margin-bottom: 6px;
}
#categoryListContainer .delivery {
	font-style: italic;
}
/******************************* Right Box *******************************/
.rightBox {
	background: url(/s/gb/images/rightBoxTop.gif) no-repeat left top;
	width: 150px;
	font-size: 10px;
	color: #7b7b7a;
	text-align: left;
	margin-top:6px;
	
}
.rightBox p {
	padding: 46px 10px 6px 10px;
}
.rightBox .testimonials {
	background: url(/s/gb/images/rightBoxTestimonials.gif) no-repeat left top;
}
.rightBox .sale1 {
	background: url(/s/gb/images/rightBoxSale1.gif) no-repeat left top;
}
.rightBox .name {
	font-style: italic;
	display:block;
	padding-top:4px;	
}
.rightBoxBottom {
	background: url(/s/gb/images/rightBoxBottom.gif) no-repeat left top;
	height:4px;
	width: 150px;
}
/******************************* Product Page *******************************/
#productPageItemBox {
	width:762px;
	background: url(/s/GB/images/categoryListDivider.gif) repeat-x left bottom;
	margin-bottom:16px;
}

#productPageItemBox .productImageBox {
    width:231px;
	float:left;
	margin-bottom:16px;
}
#productPageItemBox .productImage {
	padding-bottom:4px;
}
.productImageGallery {
	padding:4px 0px 0px 0px;
	text-align: center;
	
}
.imageCaptionMag {
	color: #666666;
	font-size: 10px;
	text-align: center;
	line-height: 16px;
	display:none;
}
#productPageItemBox .productDescriptionBox {
    width:499px;
	float:right;
	margin-bottom:16px;
}
#productPageItemBox .productOptions {
   margin: 12px 0px 6px 0px;
}
#productPageItemBox .productOptionsTitle {
	font-weight: bold;
	color: #333333;
}
#productPageItemBox .powerReviewsBox {
   margin: 6px 0px 6px 0px;
}
#productPageItemBox h2{
	color:#cc0000;
	font-size: 21px;
	margin-bottom: 12px;
	font-weight: normal;
}
#productPageItemBox .priceBoxTop {
	background: url(/s/GB/images/PriceBoxTop.gif) no-repeat left top;
	padding: 6px 0px 0px 0px;
	margin-top:12px;
	width: 500px;
}
#priceIt_productPage {
	padding: 6px 0px 12px 0px;	
	margin-left:12px;
	height: 18px;
	width: 410px;
	text-align: center;
	background: url(/s/GB/images/categoryListDivider.gif) repeat-x left bottom;
}
#priceIt_productPage .width{
	display: inline;
	font-weight: bold;
	margin-left: 0px;
}
#priceIt_productPage .height{
	display: inline;
	font-weight: bold;
	margin-left: 6px;
	width:60px;
}
#priceIt_productPage select{
	display: inline;
	font-size: 10px;
}
#priceIt_categoryBottom {
	background: url(/s/GB/images/priceIt_Category_BottomBkgd.gif) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 4px;
	width: 608px;
}
#productPageItemBox .priceBoxLeft {
	float:left;
	margin-left: 12px;
	margin-top: 12px;
	/**width: 210px;**/
}
#productPageItemBox .NBprice {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	margin: 0px 0px 2px 0px;
}
#productPageItemBox .strikeThrough {
	text-decoration: line-through;	
}
#productPageItemBox .price {
	font-size: 16px;
	font-weight: bold;
	color: #cc0000;
	margin: 0px 0px 2px 0px;
}
#productPageItemBox .priceText {
	font-size: 9px;
	color: #999999;
	font-weight: normal;
}
#productPageItemBox .YouSaveprice {
	font-size: 12px;
	font-weight: bold;
	color: #cc0000;
	margin: 0px 0px 12px;
}
#productPageItemBox .buyButton {
	margin: 6px 0px 0px 12px;
	float:left;
}
#productPageItemBox .priceBoxBottom {
	background: url(/s/GB/images/PriceBoxBottom.gif) no-repeat left top;
	height: 3px;
	width: 500px;
	margin-bottom: 6px;
}
#productPageItemBox .delivery {
	font-style: italic;
}
#lowerBox {
	margin-bottom:16px;
	padding: 0px 0px 16px 0px;
	background: url(/s/GB/images/categoryListDivider.gif) repeat-x left bottom;
}
#lowerBox h2{
	color:#000000;
	font-size: 16px;
	font-weight: bold;
}
/******************************* Color Search  page 1*******************************/
#colorSearch .colorSearchBox {
	margin-bottom:16px;
}
#colorSearch h2{
	color:#000000;
	font-size: 16px;
	margin-bottom: 12px;
	font-weight: bold;
}
#colorSearch ul{
	margin:0px 0px 0px 16px;
}
#colorSearch li{
	float:left;
	list-style: none;
	width:180px;
	margin: 2px 0px 0px 0px;
}
#colorSearch .swatchColor{
	border: 1px solid #999999;
	margin: 2px 0px 2px 24px;
	
}
/******************************* Color Search  page 2 *******************************/
#colorSearch2 .colorSearchBox2 {
	margin-bottom:4px;
}
.searchAgainButton {
	margin: 0px 0px 6px 0px;
}
#priceIt_colorSearch {
	background: url(/s/GB/images/priceIt_colSearch_TopBkgd.gif) no-repeat left top;
	padding: 16px 0px 0px 0px;
	height: 33px;
	width: 780px;
	text-align: center;
}
#priceIt_colorSearch h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	display: inline;
	font-style: italic;
}
#priceIt_colorSearch .width{
	display: inline;
	font-weight: bold;
	margin-left: 8px;
}
#priceIt_colorSearch .height{
	display: inline;
	font-weight: bold;
	margin: 0px 4px 0px 8px;
	width:60px;
}
#priceIt_colorSearch select{
	display: inline;
	font-size: 10px;
}
#priceIt_colorSearch .button{
	display: inline;
	margin: 0px 0px 0px 6px;
}
#priceIt_colorSearchBottom {
	background: url(/s/GB/images/priceIt_colSearch_BottomBkgd.gif) no-repeat left top;
	height: 4px;
	width: 780px;
}
#colorSearch2 .colorSearchSort {
	margin-bottom:16px;
	font-size: 10px;
	padding: 6px;
	background: url(/s/gb/images/priceIt_colSearch_TopBkgd.gif)  no-repeat left top;
}
#colorSearch2 .sortBox {
	float:left;
}
#colorSearch2 .sortTitle {
	font-size: 11px;
	font-weight: bold;
}
#colorSearch2 .colorSearchSort select {
	font-size: 10px;
}
#colorSearch2 .pagination {
	float:right;
	padding: 4px 8px 0px 0px;
}
#colorSearch2 .colorSearchResults {
	margin-bottom:16px;
	background: url(/s/GB/images/categoryListDivider.gif) repeat-x left bottom;
	width:780px;
}
#colorSearch2 .colorSearchResults h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;	
}
#colorSearch2 .swatchBox {
	padding-bottom:16px;
	width:120px;
	float:left;
	text-align: center;
}
#colorSearch2 .swatchBox .swatch 
{
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #909090;
	border-bottom:1px solid #909090;
}
#colorSearch2 .swatchBox .price {
	color:#FF0000;
	font-weight:bolder;
	padding:4px;
	display:block;
	margin-bottom:-10px;
}
#colorSearch2 .swatchBox img {
	margin-top:2px;
}
.colorSearchPopOut  {
	padding:8px;
	text-align: left;
	width:550px;
}
.colorSearchPopOut .imageBox {
	float:left;
	width:200px;
}
.colorSearchPopOut .descriptionBox {
	float:left;
	margin-left:16px;
	width:300px;
}
.colorSearchPopOut h3 {
	font-size: 18px;
	color: #CC0000;
	margin-bottom: 12px;
	font-weight: normal;
}
.colorSearchPopOut .description {
	margin-bottom: 12px;
}
.colorSearchPopOut .buttonsPO {
	margin-bottom: 8px;
	display: block;
}
.colorSearchPopOut .descriptionBox img {
	margin-top:6px;
}
.colorSearchPopOut .buttons_pricing 
{
	float:left;
	width:330px;
}
.colorSearchPopOut .buttons 
{
	float:left;
	width:80px;
	margin-top:35px;
}
.colorSearchPopOut .pricing 
{
	float:right;
}
.colorSearchPopOut .priceBoxTop {
	background: url(/s/GB/images/PriceBoxTop.gif) no-repeat left top;
	padding: 6px 0px 0px 0px;
	margin-top:12px;
	width: 222px;
}
.colorSearchPopOut .priceBoxLeft {
	float:left;
	margin-left: 12px;
	margin-top: 12px;
}
.colorSearchPopOut .priceBoxBottom {
	background: url(/s/GB/images/PriceBoxBottom.gif) no-repeat left top;
	height: 3px;
	width: 222px;
	margin-bottom: 6px;
}
.colorSearchPopOut .priceBoxRight {
	float:right;
	text-align: center;	
	margin: 8px 10px 0px 0px;
}
.colorSearchPopOut  .NBprice {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	margin: 0px 0px 2px 0px;
}
.colorSearchPopOut  .price {
	font-size: 16px;
	font-weight: bold;
	color: #cc0000;
	margin: 0px 0px 2px 0px;
}
.colorSearchPopOut .priceText {
	font-size: 9px;
	color: #999999;
	font-weight: normal;
}
.colorSearchPopOut .YouSaveprice {
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	margin: 0px 0px 6px 0px;
}

/******************************* Footer *******************************/
#footer {
	font-size: 10px;
	color: #666666;
} 
#footer .footerTop {
	background: url(/s/GB/images/footerBkgd_top.gif) no-repeat left top;
	width: 960px;
	margin-top: 16px;
}
#footer .footerContent {
	padding:16px 16px 12px 16px;
	text-align: center;
}  
#footer .footerBottom {
	background: url(/s/GB/images/footerBkgd_bottom.gif) no-repeat left top;
	height: 4px;
	width: 960px;
	margin-bottom: 16px;
} 
#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
} 

  /****************** Cart - from other site *********************/
.tableCart {
	border: 1px solid #CCC;
	border-collapse: collapse;
	color: #000000;
	font-size: 11px;
}
.tableCart td {
	padding: 5px;
	border: 1px solid #E5E5E5;
}
.tableCart select {
	font-size: 10px;
}
.tableCartH1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 6px 4px;
	background: #666666;
}

.tableCartH2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background: #B7B7B7;
}
.cartTableH2 {
	color: #303030;
	background: #D9E6E8;
	font-weight: bold;
} 

.tableCartAltrow {
	background: #EAEAEA;
}
.tableCartCoupon {
	color: #336600;
	font-weight: bold;
	background: #EBEBEB;
}
#cartTrail {
	padding:0px;
	margin:0px 0px 10px 0px;
}
#cartWizard {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 11px;
	width:612px;
}
.cartWizardOn {
	font-weight: bold;
	color: #666666;
}
.cartPriceRed {
	font-weight: bold;
	color: #FF0000;
}
a.cartPriceRed:link, a.cartPriceRed:visited {
	font-weight: bold;
	color: #FF0000;
}
a.cartPriceRed:hover {
	font-weight: bold;
	color: #000000;
}
.cartButtonRight {
	text-align: right;
	padding: 0px;
	margin: 6px 0 6px 0;
	width:570px;
}
#cartBillingAddress {
	visibility: hidden;
	position: relative;
	z-index: 30;
}
.text10 {
	font-size: 10px;
}
#cartOrderSummary {
	color: #000000;
	background: #FFFFFF;
	font: 11px/100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0px;
	width: 150px;
	border: 1px solid #CCCCCC;
  }
#cartOrderSummary h1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background: #666666;
	text-align: center;
	padding: 3px;
	line-height: 14px;
	margin: 0px;
}
#cartOrderSummary td{
	font: 11px/100% Arial, Helvetica, sans-serif;
}
.customizeH2 {
	padding: 0px;
	margin: 0px;
	color: #666666;
	background: #eaeaea;
	font-weight: bold;
}
.customizeH3 {
	color: #024c54;
	font-weight: bold;
	font-size: 12px;
}

.required {
	font-size: 9px;
	color: #FF0000;
	margin: 4px;
}
.formLabel3 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.dota {
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}
/*********** Product Options on Customize Page (Qjuery pop outs) and on Product Page *******************/

#productOptions {
	margin: 0px;
	font: 11px/130% Arial, Helvetica, sans-serif;
	color: #000000;
	/*width: 550px;*/
}
#productOptions H5{
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding: 5px 0px 0px 10px;
}
#productOptions .productOptionImages {
	margin: 10px 0px 10px 10px;
	padding: 0px;
	/*float: left;*/
	text-align: center;
	color: #333333;
}
#productOptions .productOptionstext {
	margin: 12px 10px 10px 10px;
	padding: 0px;
	/*width: 210px;
	float: left;*/
}
#productOptions .productOptionstext2 {
	margin: 10px 0px 0px;
	padding: 6px;
	/*width: 530px;*/
	float: left;
	clear: both;
	background: #F4F4F4;
	border-bottom: 1px solid #CCCCCC;
}
#productOptions p {
	margin: 0px;
	padding: 10px 0px 0px 10px;
}
#productOptions ul {
	margin: 6px 0px 0px 0px;
	padding: 0px;
	/*width: 230px;
	float: left;*/
}
#productOptions li {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	font: 11px/130% Arial, Helvetica, sans-serif;
}

.ProductPage_AvailableOptions 
{
	font-weight: bold;
}
/*********** Shop by Price/ Budget Calculator *******************/
#budgetCalculator {
}
#budgetCalculator .bcContainer{
	padding: 0px 0px 1px 0px;
	margin-bottom:8px;
	background: url(/s/GB/images/categoryListDivider.gif) repeat-x left bottom;
}
#budgetCalculator .bcContainer ul{
	padding:0px;
	margin:0px;

}
#budgetCalculator .bcContainer h3{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.textUnderH1{
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
#budgetCalculator .bcContainer input{
	font-size: 11px;
}
#budgetCalculator .bc1Windows{
	width:180px;
	display:inline;
	float:left;
}
#budgetCalculator .bc1Windows h4{
}
#budgetCalculator .bc1Windows ul{
	margin:0px 0px 8px 6px;
	padding:0px;
}
#budgetCalculator .bc1Windows li{
	width:155px;
	/**float: left;**/
	list-style: none;
}
#budgetCalculator .bc2Budget {
	width:160px;
	display:inline;
	float:left;
}
#budgetCalculator .bc2Budget h4{
}
#budgetCalculator .bc2Budget ul{
	margin:0px 0px 0px 6px;
	padding:0px;
}
#budgetCalculator .bc2Budget li{
	width:120px;
	/**float: left;**/
	list-style: none;
}
#budgetCalculator .bc3Button{
	width:160px;
	display:inline;
	float:left;
}
#budgetCalculator .bcResultContainer{
}
#budgetCalculator .bcResultContainer .resultTitle{
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
#budgetCalculator .bcResultContainer table{
	border-collapse: collapse;
	margin-left:0px;
	margin-top:-10px;
}
#budgetCalculator .bcResultContainer td{
	padding:4px;
}

#budgetCalculator .price{
	font-weight: bold;
	color: #CC0000;
}
/************************** Order Page ***************************************/
#orderPage p
{
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
#orderPage td
{
	font: normal 10.5px Verdana, Arial, Helvetica, sans-serif;
}

#orderPage .header_black {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #000000;}

/*********** Email Subscribe ***************************************/

#emailSubscribe {
	font-size: 10px;
	background: url(/s/GB/images/EmailSpecialsBkgd.gif) no-repeat left top;
	height:92px;
	width:150px;
}
#emailSubscribe .form {
	padding-top: 60px;
	text-align: center;
}
#emailSubscribe input {
	font-size: 10px;
}
/************************** old pages *********************************/
#bodyContainer {
	margin-top:25px;
	margin-left:10px;
}
#bodyContainerCart {
	margin:25px 10px 10px 0px;
}
#bodyContainer p {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
#bodyContainer td {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
td #leftNav {
	margin-top:26px;
}

#error {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	padding: 4px;
	background: #FCFFDF;
	border-top: 4px solid #FF0000;
	border-right: 1px solid #FF0000;
	border-bottom: 4px solid #FF0000;
	border-left: 1px solid #FF0000;
	margin-bottom: 4px;
	width: auto;
}
#error ul {
	margin: 0 0 4px 60px;
}
#error li {
	padding: 0;
	font-size: 11px;
	color: #000000;
}
.errorformLabel3 td {
	border-bottom: 1px solid #FF0000 !important;
	background: #FCFFDF;
}
.errorformLabel3 .formLabel3{
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}
/************************** Specials - Sale  ***************************************/
.sale {
	margin: 6px 0px 6px 0px;
}
.sale img {
	margin: 0px 6px 0px 0px;
}
/************************** Cart Phone Number and Chat  ***************************************/
#cartPhoneNumberChat {
	text-align:center;
}
#cartPhoneNumberChat h5{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}
#cartPhoneNumberChat .phoneNumber {
	font-size: 11px;
	font-weight: bold;
}
#cartPhoneNumberChat .chat {
	font-size: 11px;
}
#cartPhoneNumberChat .chat a:link {
	text-decoration: underline;	
}
/************************** specials  ***************************************/
.special {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	margin: 10px 0px;
}
.descContainerSpecialsS {
	color: #CC0000;
	font-weight: bold;
}
.divider2 {
	background:transparent url(/s/GB/images/categoryListDivider.gif) repeat-x scroll left bottom;
	margin-bottom: 12px;
}
.searchEngine {
	/*background: url(/s/YB/images/searchEngineBkgd.gif) repeat-x left top;
	border-bottom: 1px solid #CCCCCC;*/
	padding: 4px 4px 4px 8px;
	margin: 0px 0px 0px 0px;
}