/***********  BASIC FORMATTING  ************/
	
body {
	font-family: arial, san-serif;
	margin: 0 auto 0 auto;
	background-color: #fff;
	/*background-image:url(../images/KahrBGSPAN.jpg);
	background-repeat:repeat-x;*/
}

.holder {
	font-family: arial, san-serif;
	margin: 0 auto 0 auto;
	background-color: #20202F;
	/*background-image:url(../images/KahrBGSPAN.jpg);
	background-repeat:repeat-x;*/
}
p { }
img { border: 0px; }
form {
	padding: 0;
	margin: 0;
}
h1 {
	color: #000;
	font-weight: bold;
	font-size: 18px;
}
h2 {
	color: #333;
	font-weight: bold;
	font-size: 14px;
}

h3 {
	color: #999;
	font-weight: bold;
	font-size: 12px;
}


h4 {
	color:#F00;
	font-weight: bold;
	font-size: 16px;
}

a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

/***  CYO styles  ***/
.CYOPageWrapper .reviewlist ul {text-align: center; line-height: 20px;}
.CYOPageWrapper .reviewlist li {list-style-type:none; font-size:13px;}

.CYOPageWrapper h2 a:link {color: #333;
	font-weight: bold;
	font-size: 14px;}
.CYOPageWrapper h2 a:hover {color: #333;
	font-weight: bold;
	font-size: 14px;}
	
.CYOPageWrapper h2 a:visited {color: #333;
	font-weight: bold;
	font-size: 14px;}

.CYOPageWrapper .reviewArticle #PA-1B h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
        color: black;
    font-weight: bold;
    font-size: 20px;
    margin-top:0px;
}

.CYOPageWrapper .reviewArticle #PA-1B h4 {
     color: black;
    font-weight: bold;
    font-size: 16px;
}

.CYOPageWrapper .reviewArticle #PA-1B h5 {
     font-family: Geneva, Arial, Helvetica, sans-serif;
     font-size: 11px;
     line-height: 14px;
     color:#444444;
     font-weight:normal;
}

.CYOPageWrapper .reviewArticle #PA-1B img {
    float:left;
    border: 1px solid black;
    margin-right:20px;
}

.CYOPageWrapper .reviewArticle #PA-1B_contents h4 {
     color: black;
    font-weight: bold;
    font-size: 16px;
}

/***  Misc global styles  ***/
	
	.Description { display: none; }
.ClearFloat1 { clear: both; }
#ShopVisibleFooter {
	font-size: 12px;
	color: #999;
	margin: 20px 0;
	text-align:center;
}
#ShopVisibleFooter a:link, #ShopVisibleFooter a:visited, #ShopVisibleFooter a:active {
	font-size: 15px;
	color: #148ee1;
	text-decoration: none;
}
#ShopVisibleFooter a:hover {
	font-size: 15px;
	color: #000;
}
/***********  LAYOUT  ************/
	
	#Frame {
	margin: 0px auto 0px auto;
	padding: 0;
	width: 1000px;
}
/***  Column Bounding  ***/
	
	#ContentBox {
	margin: 0;
	padding: 0;
}
/***********  HEADER  ************/
	
	#Header {
	background-color:#FFFFFF;
	background-image:url("../images/kahrheader1494x108.jpg");
	background-repeat:repeat-x;
	background-size: 1000px 72px;
	font-size:12px;
	height:107px;
	margin:0;
	padding:0;
	width:1000px;
}
/***********  MAINNAV  ************/

	
	
	
	#nav, #nav ul { /* all lists */
	float:left;
	line-height:1;
	list-style:none outside none;
	margin:0;
	padding:0 0 0 2px;
	width:100%;
}

#nav li ul li a:hover{
	background-color:none;
	padding:0px;
	margin:0px;
	font-size:11px;
	color:#000;
	opacity:none;
	
	}

#nav a {
	display: block;
	width: auto;
}
#nav li { /* all list items */
	/*float: left;
	width: auto; 
	padding:0 24px 0 0;*/
-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	float:left;
	height:14px;
	padding:10px 0;
	text-align:center;
	width:198px;
	/*background:#fff;*/
}
#nav li a { /* all list items */
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
#nav li a:hover {
background-color:#000000;
/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
font-size:14px;
font-weight:bold;
height:24px;
margin:-10px 0 0;
padding:10px 0 0;
color:#ffffff;
text-decoration: none;
	}

#nav li ul { /* second-level lists */
	position: absolute;
	/*background: #fff;*/
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	top:107px;
	width:18em;
	font-size:11px;
	background-image:url("../images/navbgspan.jpg");
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#fff;
}

#nav li ul li { border:none;}

#nav li ul li a {
	color:#000;
	padding:7px;
	font-size:11px;
	background-color:none;
}

#nav li ul li a:hover {color:#ffffff;
	padding:7px 0 0 0;
	font-size:11px;
	background-color:none;
	height:18px;
	}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */ left: auto; }
.Logo {
	float:left;
	padding:7px 0 0 11px;
	height:65px;
}
.NavHolder {
	float:right;
	height:56px;
	width:80%;
}
.NavHolder ul {
	list-style-image:none;
	list-style:none;
	float:right;
	color:#fff;
	float:right;
}
.NavHolder ul li {
	float:right;
	padding:0 6px 0 0;
	margin:0 6px 0 0;
	color:#333;
	font-size:11px;
}
.NavHolder ul li a {
	color:#333;
	font-size:11px;
}
.MainNav {
	background:none repeat scroll 0 0 #FFFFFF;
	float:right;
	margin:0;
	overflow:hidden;
	padding:0;
	width:1000px;
}
.BreadcrumbBoxHolder {
	border-bottom:1px solid #CCCCCC;
	float:left;
	height:52px;
	margin:0 0 0 -12px;
	padding:0 12px;
	width:976px;
}
.SearchBox {
	background-color:none;
	background-image:url(../images/spacer.gif);
	background-repeat:repeat-x;
	float:left;
	height:26px;
	margin:0 25px 0 0;
	padding:8px;
	width:auto;
}
.SearchBox h1 {
	color:#bbb;
	font-size:14px;
	font-weight:bold;
	float:left;
	margin:5px 0 0 0;
	padding:0 5px 0 0;
}
.SearchBox .Go {
	padding:4px;
	background-color:#fff;
	float:left;
	margin:0 0 0 12px;
}
.SearchBox .input { float:left; }
.SearchBox .Go a {
	color:#333;
	font-weight:bold;
}
.BreadcrumbsBoxRight {
	background:none none repeat scroll 0 0;
	float:left;
	height:33px;
	padding:5px;
	width:626px;
}
.BreadcrumbsBoxRight ul {
	list-style:none;
	list-style-image:none;
	float:right;
	padding:9px 0 9px 9px;
	margin:0px;
}
.BreadcrumbsBoxRight ul li {
	float:left;
	color:#666;
	padding:0 10px 0 0;
	font-size:13px;
}
.BreadcrumbsBoxRight ul li a {
	color:#333;
	font-weight:bold; text-decoration: none;
}
/***********  SUBNAV  ************/

	#SubNav {
	margin: 0;
	padding: 0;
}
/***********  SIDEBARLEFT  ************/
	
#SideBarLeft {
	background-position:right center;
	background-repeat:repeat-y;
	float:left;
	font-size:12px;
	height:100%;
	margin:0 0 0 4px;
	padding:0;
	text-align:left;
	width:235px;
}
#SideBarLeft h1 { font-size: 16px; font-weight: bold;}
#SideBarLeft ul {
	font-weight:normal;
	list-style:none outside none;
	margin:0;
	padding:0;
	width: 100%;
}
#SideBarLeft ul li {
	color:#333;
    font-size:13px;
    font-weight:normal;
    padding:0 0 8px 18px;
    text-align:left;
}
#SideBarLeft li ul {
    margin-bottom: 20px;
    width: 90%;
}
#SideBarLeft li ul li { font-weight: normal; font-size: 12px; }
#SideBarLeft ul li a { color:#fff; text-decoration: none; }
.HeadlineBlock2 {
	background: #010101 url(../images/titleSPANA.jpg) repeat-y;
	display: block;
	padding:9px 0px 9px 12px;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	margin:0px 0 10px 0;
}
.HeadlineBlock2 a,
.HeadlineBlock2 a:hover,
.HeadlineBlock2 a:visited { color: #fff !important; }
.HeadlineBlock3,
.subCatHeading {
	background: #ccc url(../images/SIDENAVCATSPANA.jpg) repeat-x;
	color:#fff;
	display: block;
	font-size:12px;
	font-weight:bold;
	margin:0px 0 9px 0;
	padding:6px 0px 5px 9px;
}
.CYOPageWrapper .HeadlineBlock3 a:link,  { color:#fff; }
.CYOPageWrapper .HeadlineBlock3 a:hover  { color:#fff; }
.CYOPageWrapper .HeadlineBlock3 a:visited  { color:#fff; }

.HeadlineBlock3 a:link, a:hover, a:visited { color:#fff; }
/***********  CONTENT  ************/ 

	#Content {
	float: right;
	margin: 0;
	padding: 12px 12px 12px 12px;
	width: 976px;
	text-align: left;
	color: #000;
	font-size: 12px;
	background-image:url(../images/ContentBGA.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
}
/***********  HOME PAGE  ************/ 

.HomeTopLeftContent {
	float:left;
	width:375px;
	height:auto;
	margin:0 20px 0 0;
}
.LeftMainImage {
	float:left;
	padding:0 0 10px 0;
}
.LeftAdImage {
	float:left;
	margin:0 0 10px 8px;
}
.HeadlineBlock {/*background-image:url(../images/titleSPAN.jpg); background-repeat:repeat-y;*/
	background-color:#010101;
	padding:9px 0px 9px 9px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	width:98%;
	margin:0px 0 10px 0;
	float:left;
}
.HomeTopLeftContent .HeadlineBlock{background-color:#CC6600 !important}
.HeadlineBlock a { color:#fff; }
.HomeList {
	float:left;
	list-style:none;
	list-style-image:none;
	margin:0px;
	padding:0px 0 0 12px;
	font-size:11px;
}
.HomeTopMiddleContent ul.HomeList li {
	float:left;
	list-style-image:none;
	color:#fff;
	margin:0px;
	padding:0 0 12px 0;
	width:98%;
	border:none;
	background-color:#fff;
	font-size:10px;
	height:auto;
}
.HomeList li a {
	color:#333;
	border:none;
	background-color:none;
	font-size:13px;
}
.ViewMore {
	float:left;
	text-align:right;
	width:100%;
	font-weight:bold;
	padding:0 0 10px 0;
	font-size:10px;
}
.ViewMore a {
	color:#333;
	font-size:10px;
}
.HomeTopMiddleContent {
	float:left;
	width:275px;
	height:auto;
	margin:0 29px 0 0;
}
.newModelsHeadline{
   background-color:#62627B;
}
.newAccessoriesHeadline{
   background-color:#62627B;
}
.qandaHeadline{
   background-color:#62627B;
   color:#fff;
}
.newsHeadline{
   background-color:#62627B;
}
.productReviewsHeadline{
   background-color:#62627B;
}
.FeaturedProduct {
	float:left;
	width:94%;
	padding:0 9px 9px 9px;
	margin:0 0 9px 0;
	background-color:#E6DEB9;
	border:1px solid #999;
}
.FeaturedProduct h1 {
	float:left;
	font-weight:bold;
	font-size:14px;
	margin:0px;
	padding:9px 0 9px 0;
	color:#333;
}
.FeaturedProduct .image {
	width:auto;
	border:2px solid #7A603B;
	float:left;
}
.FeaturedProduct .image a { }
.FeaturedProduct h2 {
	float:left;
	font-weight:bold;
	font-size:14px;
	margin:0px;
	padding:9px 0 4px 0;
	color:#333;
	width:100%;
}
.FeaturedProduct h2 a { color:#002B81; }
.FeaturedProduct .description {
	float:left;
	height:26px;
	overflow:hidden;
	font-size:10px;
	width:100%;
}
.FeaturedProduct h3 {
	float:left;
	font-weight:bold;
	font-size:14px;
	margin:0px;
	padding:9px 0 9px 0;
	color:#7A603B;
	text-decoration:none;
}
.FeaturedProduct h3 a {
	color:#7A603B;
	font-size:11px;
	text-decoration:none;
}
.HomeTopMiddleContent ul {
	list-style-image:none;
	list-style:none;
	margin:0px;
	padding:0;
}
.HomeTopMiddleContent ul li {
	float:left;
	width:94%;
	padding:0 9px 9px 9px;
	margin:0 0 9px 0;
	background-color:#ddd;
	border:1px solid #ddd;
	height:115px;
}
.HomeTopMiddleContent ul li .image {
	border:1px solid #B9B9CB;
float:left;
height:72px;
margin:13px 0 0;
overflow:hidden;
width:100px;
}
.HomeTopMiddleContent ul li .image a { }
.HomeTopMiddleBoxContent {
	float:right;
	width:55%;
}
.HomeTopMiddleBoxContent h1 {
	float:left;
	font-weight:bold;
	font-size:14px;
	margin:0px;
	padding:11px 0 4px 0;
	color:#333;
}
.HomeTopMiddleBoxContent h1 a { color:#002B81; }
.HomeTopMiddleBoxContent .description {
	float:left;
	height:26px;
	overflow:hidden;
	font-size:10px;
}
.HomeTopMiddleBoxContent h2 {
	float:left;
	font-weight:bold;
	font-size:14px;
	margin:0px;
	padding:9px 0 9px 0;
	color:#7A603B;
}
.HomeTopMiddleBoxContent h2 a {
	color:#666666;
	font-size:11px;
}
.HomeTopRightContent {
	float:left;
	width:275px;
	height:auto;
}
.HomeTopRightContent ul {
	list-style-image:none;
	list-style:none;
	margin:0px;
	padding:0;
}
.HomeTopRightContent ul .block {
	float:left;
	width:94%;
	padding:0 9px 9px 9px;
	margin:0 0 9px 0;
	background-color:#ddd;
	border:1px solid #ddd;
	height:115px;
}
.HomeTopRightContent ul li .image {
	width:auto;
	border:1px solid #B9B9CB;
	float:left;
	margin:13px 0 0;
}
.HomeTopRightContent ul li .content {
	float:right;
	width:51%;
}
.HomeTopRightContent ul li h1 {
	float:left;
	font-weight:bold;
	font-size:14px;
	margin:0px;
	padding:11px 0 4px 0;
	color:#333;
}
.HomeTopRightContent ul li h1 a { color:#002B81; }
.HomeTopRightContent ul li .description {
	float:left;
	height:26px;
	overflow:hidden;
	font-size:10px;
}
.HomeTopRightContent ul li h2 {
	float:left;
	font-weight:bold;
	font-size:14px;
	margin:0px;
	padding:9px 0 9px 0;
	color:#7A603B;
}
.HomeTopRightContent ul li h2 a {
	color:#666666;
	font-size:11px;
}
.divider {
	width:100%;
	border-bottom:1px solid #CCC;
	margin:0 0 12px 0;
}
.HomeBottomLeftBox {
	float:left;
	width:52%;
	margin:0;
}
.Video {
	float:left;
	width:47%;
	margin:0 15px 0 0;
}
.VideoHeadlineBlock {/*background-image:url(../images/titleSPAN.jpg); background-repeat:repeat-y; background-color:#010101;*/
	padding:9px 5px 9px 9px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	width:96%;
	margin:0px 0 10px 0;
	float:left;
	background-color:#62627B;
}
.disassembleHeadline{
   background-color:#62627B;
}
.VideoHeadlineBlock a { color:#fff; }
.Video ul {
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-image:none;
}
.Video ul li {
	float:left;
	width:43%;
	margin:0 15px 0 0;
	min-height:150px;
}
.Video ul li .image {
	float:left;
	padding:0 0 12px 0;
}
.Video ul li h1 {
	font-weight:bold;
	font-size:14px;
	margin:0;
	padding:0;
}
.Video ul li h1 a { color:#333; }
.BottomAds {
	float:left;
	width:100%;
	padding:20px 0 20px 0;
}
.BottomAds ul {
	float:left;
	list-style-image:none;
	list-style:none;
	margin:0px;
	padding:0px;
}
.BottomAds ul li {
	float:left;
	padding:0 10px 10px 0;
}
.BottomAds ul li a { }
.HomeBottomRightBox {
	float:left;
	width:45%;
	margin-right:25px;
}
.HomeBottomRightBox ul {
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-image:none;
}
.HomeBottomRightBox ul li {
	float:left;
	width:100%;
	padding:0 0 2px 0;
}
.HomeBottomRightBox ul li .image { float:left; }
.HomeBottomRightBox ul li .content {
	float:right;
	width:79%;
	font-size:11px;
}
.HomeBottomRightBox ul li .content h1 {
	width:100%;
	font-weight:bold;
	font-size:14px;
	margin:0px;
	padding:0px 0 5px 0;
	color:#333;
}
.HomeBottomRightBox ul li .content h1 a { color:#7A603B; }
.HomeBottomRightBox ul li .content h2 {
	width:100%;
	font-weight:bold;
	font-size:10px;
	margin:0px;
	padding:0px 0 5px 0;
	color:#CCC;
}
.HomeBottomRightBox ul li .content h2 a { }
.HomeBottomRightBox ul li .readmore {
	float:left;
	text-align:left;
	width:80%;
	font-weight:bold;
	padding:12px 0 10px 0;
}
.HomeBottomRightBox ul li .readmore a { color:#333; }
/***********  FOOTER  ************/
		
	#Footer {
	padding: 20px;
	margin: 0 auto 0 auto;
	width: 960px;
	background-color: #00ff00;
	font-size: 12px; /*background-image:url(../images/footerBG.jpg);*/
	background-repeat:repeat-x;
	background-color:#E7E6DF;
	height:auto;
	/*float:left;*/
}
#Footer a {
	color: #0000cc;
	text-decoration: none;
}
#Footer a:hover {
	color: #cc0000;
	text-decoration: underline;
}
#Footer .BoxLeft {
	float:left;
	width:18%;
	padding:0 12px 0 0;
}
#Footer .BoxLeft h1 {
	font-weight:bold;
	font-size:16px;
	margin:0;
	padding:0 0 12px 0;
}
#Footer .BoxLeft h1 a { color:#000; }
#Footer .BoxLeft ul {
	float:left;
	width:100%;
	list-style-image:none;
	color:#333;
	margin:0;
	padding:0;
}
#Footer .BoxLeft ul li {
	float:left;
	padding:0 0 6px 0;
	color:#333;
	list-style:none;
	width:100%;
}
#Footer .BoxLeft ul li a { color:#333; }
#Footer .BoxRight {
	float:left;
	width:40%;
	padding:0 12px 0 0;
}
#Footer .BoxRight h1 {
	font-weight:bold;
	font-size:16px;
	margin:0;
	padding:0 0 12px 0;
}
#Footer .BoxRight h1 a { color:#000; }
#Footer .BoxRight ul {
	float:left;
	width:100%;
	list-style-image:none;
	color:#333;
	margin:0;
	padding:0;
}
#Footer .BoxRight ul li {
	float:left;
	padding:0 0 6px 0;
	color:#333;
	list-style:none;
	width:50%;
}
#Footer .BoxRight ul li a { color:#333; }
/** CATEGORY **/
.ContentSpanBox {
	background-image:url(../images/catspanwideA.jpg);
	background-position:left center;
	background-repeat:repeat-y;
	float:left;
	margin:0 0 0 -12px;
	width:100%;
}
.ContentMainBox {
	background-image:url(../images/ContentBGA.jpg);
	background-repeat:repeat-x;
	float:right;
	margin:0 -24px 0 -2px;
	padding:14px 18px;
	width:724px;
}
.ContentMainImage {
	float:left;
	border:3px solid #E4DFB9;
	margin:0 0 12px 0;
}
.SubCat {
	float:left;
	list-style:none;
	list-style-image:none;
	margin:0px;
	padding:0px;
}
.SubCat li {
	float:left;
	padding:10px;
	background-color:#E6DEB9;
	margin:0 0 12px 0;
	width:703px;
	border:1px solid #CCC;
}
.SubCat .image {
	float:left;
	padding:0 12px 0 0;
	margin:0 12px 0 0;
	width:104px;
	height:96px;
	overflow:hidden;
}
.SubCat .description {
	background-color:#F9F3D3;
	float:left;
	font-size:18px;
	height:47px;
	padding:36px 12px 12px;
	text-align:center;
	width:78%;
}
.SubCat .description a {
	color:#333;
	font-weight:bold;
}
.PartsCat {
	float:left;
	list-style:none;
	list-style-image:none;
	margin:0px;
	padding:0px;
}
.PartsCat li {
	background-color:#fff;
	border:1px solid #CCCCCC;
	float:left;
	margin:0 13px 12px 0;
	padding:10px;
	width:100px;
}
.PartsCat .image {
	float:left;
	padding:0 12px 0 0;
	margin:0 12px 0 0;
	width:104px;
	height:96px;
	overflow:hidden;
}
.PartsCat .description {
	background-color:#F9F3D3;
	float:left;
	font-size:12px;
	height:47px;
	padding:6px;
	text-align:center;
	width:88%;
}

.PartsCat .Text {
	background-color:#F9F3D3;
	float:left;
	font-size:11px;
/*	height:85px;
*/	overflow:hidden;
	padding:6px;
	text-align:center;
	width:88%;
}
div.partName { height: 50px; }
div.qtyAdd { margin: 5px 0;}
.PartsCat .Text a {
	color:#333;
	font-weight:bold;
}
.PartsCat .description a {
	color:#333;
	font-weight:bold;
}
.ProdSubCat {
	float:left;
	list-style:none;
	list-style-image:none;
	margin:0px;
	padding:0px;
}
.ProdSubCat li {
	background-color:#E6DEB9;
	border:1px solid #CCCCCC;
	float:left;
	margin:5px 8px 5px 0;
	padding:9px;
	width:152px;
}
.ProdSubCat .image {
	background-color:#FFFFFF;
	float:left;
	height:96px;
	margin:0 12px 12px 0;
	overflow:hidden;
	padding:13px;
	width:123px;
}
.ProdSubCat .description h1 {
	font-size:12px;
	font-weight:bold;
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	max-height:30px;
	overflow:hidden;
}
.ProdSubCat .description h1 a { color:#039; }
.ProdSubCat .description {
	background-color:#F9F3D3;
	float:left;
	font-size:11px;
	height:73px;
	padding:6px;
	width:91%;
}
.ProdSubCat .descriptiontext {
	height:43px;
	overflow:hidden;
	float:left;
}
/****bottom featured content area****/

.bottomfeatcont {float:left; margin:12px 0; background:#F9F3D3; width:100%; height:auto;}
.bottomfeatcont h1 { width:100%; font-size:14px; font-weight:bold; text-align:center;}
.bottomfeatcont ul { float:left; width:19%;}
.bottomfeatcont ul h2 {font-size:14px; font-weight:bold; text-align:center; margin:0px 0 0 -16px; padding:0px 0 10px 0; float:left;}

.bottomfeatcont ul li { float:left; width:100%; padding:0 0 10px 0;}
.bottomfeatcont ul li a {text-decoration:none; color:#333;}





.bottomfeatcont .ProdSubCat {
	float:left;
	list-style:none;
	list-style-image:none;
	margin:0px;
	padding:12px 0 12px 65px;
width:100%;
}
.bottomfeatcont .ProdSubCat li {
	background-color:#E6DEB9;
	border:1px solid #CCCCCC;
	float:left;
	margin:0 36px 12px 0;
	padding:9px;
	width:152px;
}
.bottomfeatcont .ProdSubCat .image {
	background-color:#FFFFFF;
	float:left;
	height:96px;
	margin:0 12px 12px 0;
	overflow:hidden;
	padding:13px;
	width:123px;
}
.bottomfeatcont .ProdSubCat .description h1 {
	font-size:12px;
	font-weight:bold;
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	max-height:30px;
	overflow:hidden;
}
.bottomfeatcont .ProdSubCat .description h1 a { color:#333; }
.bottomfeatcont .ProdSubCat .description {
	background-color:#F9F3D3;
	float:left;
	font-size:11px;
	height:73px;
	padding:6px;
	width:91%;
}
.bottomfeatcont .ProdSubCat .descriptiontext {
	height:43px;
	overflow:hidden;
	float:left;
}

/***********  SUB CATEGORY  ************/ 	




/***********  PRODUCT  ************/ 

.ProductLeftBox {
	float:left;
	height:auto;
	width:362px;
	margin:0 12px 0 0;
}
.ProductLeftBox .image {
	background-color:#FFFFFF;
	border:3px solid #E4DFB9;
	float:left;
	height:290px;
	margin:0 0 12px;
	overflow:hidden;
	padding:3px;
	width:345px;
}
.ProductLeftBox ul {
	margin:0px;
	padding:0px;
	float:left;
	list-style-image:none;
	list-style:none;
}
.ProductLeftBox ul li {
	background-color:#FFFFFF;
	border:3px solid #E4DFB9;
	float:left;
	height:51px;
	margin:0 4px 4px;
	overflow:hidden;
	padding:3px;
	width:66px;
}
.ProductLeftBox ul li a { }
.ProductRightBox {
	float:left;
	height:auto;
	width:350px;
}
.ProductRightBox .shipping {
	float:left;
	margin:10px 0 10px 0;
	width:93%;
	padding:15px;
	background:#E6DEB9;
}
.ProductRightBox .shipping h2 {
	padding:0px;
	margin:0px;
}
.TabArea {
	float:left;
	width:100%;
	padding:20px 0 20px 12px;
}
.PartsProduct {
	float:left;
	height:335;
	overflow:hidden;
	width:726px;
	margin:0 12px 0 0;
	border:3px solid #E4DFB9;
	background-color:#fff;
	text-align: center;
}
.clr { clear: both !important; height: 0px !important; width: 100%;}
.PartsProduct .image {
	background-color:#FFFFFF;
	/*float:left;
	margin:0 0 12px;*/
	margin: 0px auto;
	overflow:hidden;
	padding:3px;
	width:auto;
	height: 362px;
}
a#imgZoom { margin: 0px auto; width: 362px; height: 362px; }
    .cloud-zoom-loading { display: none; height: 0px; line-height: 0px; }
    #slider { position: relative; width: 728px; height: auto !important; clear: both !important; *margin-left: -40px !important;}
        .viewport { width: 728px; height: auto; float: left; position: relative; }
            ul.thumbs { padding: 0; width: 728px; height: auto; position: relative; list-style-type: none; }
            ul.thumbs { padding: 0; }
            ul.thumbs li { float: left; width: 150px; height: 150px; border: 1px solid #E4DFB9; margin: 10px 40px 0 0; }
            ul.thumbs li.gt_selected { border: 1px solid #B49870; }
            .thumb_no_right { margin-right: 0px !important; }
/* tabset start */
/* add by ajc */
.tab-content { height: 380px; overflow: auto; padding-top: 20px !important; padding-bottom: 0 !important;}
/*end add for tabs*/
.tabset {
	margin: 32px -4px 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 725px;
	height: 45px;
	background: url(../images/product-tab-top-bg.gif) no-repeat 0 100%;
 *height:45px;
 *overflow:visible;
}
.tabset li {
	background-image:url(../images/ProductTabGreySpan.jpg);
background-position:center top;
background-repeat:repeat-x;
float:left;
font-size:11px;
line-height:13px;
margin:0 7px 0 0;
text-align:center;
width:95px;
}
.tabset li a {
	background:url(../images/tabset-bg.gif) no-repeat scroll 0 0 transparent;
color:#626262;
display:table-cell;
font-weight:bold;
height:45px;
text-decoration:none !important;
vertical-align:middle;
/*width:94px;
*/}
* html .tabset li a { float: left; }
* +html .tabset li a { float: left; }
.tabset li a span {
	margin-top: -4px;
	display: block;
 *margin-top:8px;
}
.tabset li.first a {
	/*background-image:url(../images/ProductTabBrownSpan.jpg);
	background-position:center top;
	background-repeat:repeat-x;*/
}
.tabset li.last a {
	background-image: url(../images/tabset-last-bg.gif);
	height:40px;
	overflow:hidden;
}
.tabset a.active, .tabset a:hover { background-position: 0 -45px; }
/* tabset end */
/* product-tab start */
.product-tab {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#E5DEB8 none repeat scroll 0 0;
	color:#333333;
	margin:-7px 0 0;
	overflow:hidden;
	width:710px;
	height:230px;
}
.product-tab .bottom-bg {
	background: url(../images/content-block-bottom-bg.gif) no-repeat 0 100%;
	overflow: hidden;
	height: 100%;
	padding: 25px 27px 53px 17px;
}
.product-tab h3 {
	margin: 0;
	font-size: 12px;
	color: #6c6c6c;
}
.product-tab h2 {
	margin: 19px 0 0;
	font-size: 16px;
}
.product-tab p {
	margin: 18px 0 0;
	line-height: 18px;
}
.product-tab p .head { display: block; }
/* product-tab end */
/* product-area start */
.product-area {
	overflow: hidden;
	width: 721px;/*background: url(../images/content-block-bg.gif) repeat-y;*/
}
.product-area .top-bg { /*background: url(../images/product-area-top-bg.gif) no-repeat;*/ }
.product-area .bottom-bg {
	overflow: hidden;
	height: 100%;
	padding: 0 10px 37px 14px;/*background: url(../images/content-block-bottom-bg.gif) no-repeat 0 100%;*/
}

/*ajc added for tab content */

.tabcontent_1 {
	display: block;
	padding: 5px;
	text-align: left;
	color: #333;
	background:#C3C3C3;
}
.tabcontent_2 {
	display: block;
	padding: 5px;
	text-align: center;
	color: #333;
	background: #f9f9f9;
}
.tabcontent_3 {
	display: block;
	padding: 5px;
	text-align: center;
	color: #333;
	background: none;
}


/*end add*/




/***SUB CAT PARTS ***/
.ProdSubCatParts {float:left; list-style:none; list-style-image:none; margin:0px; padding:0px;}
.ProdSubCatParts li {background-color:#fff;
border:1px solid #CCCCCC;
float:left;
margin:0 9px 12px 0;
padding:9px;
width:212px;}


.ProdSubCatParts .image {background-color:#FFFFFF;
float:left;
height:96px;
margin:0 12px 0px 0;
overflow:hidden;
padding:13px;
width:88%;
text-align:center;}
.ProdSubCatParts .description h1 {font-size:12px; font-weight:bold; float:left; width:100%; margin:0px; padding:0px; max-height:30px; overflow:hidden;}
.ProdSubCatParts .description h1 a {color:#333;}
.ProdSubCatParts .description {background-color:#fff;
float:left;
font-size:11px;
height:auto;
padding:6px;
width:95%;}

.ProdSubCatParts .descriptiontext { height:43px; overflow:hidden; float:left;}

.SubCatPartsArea {}
.SubCatPartsArea .PartsList {}
.SubCatPartsArea .PartsList li {line-height:27px;}


/***********  CLASSIFICATION  ************/

/***********  BRAND  ************/

.watermarked { color:#999999;
float:left;
font-style:italic;
margin:0 5px 0 0;}
.watermark {color:#999999;
float:left;
font-style:italic;
margin:0 5px 0 0;}

.spin-button {
    border: 1px solid #ccc;
	padding-right:20px;
	background-repeat:no-repeat;
	background-position:100% 0%;
	background-image:url(../images/design/spinbtn_updn.gif);
}
.spin-button.up {
	cursor:pointer;
	background-position:100% -18px;
}
.spin-button.down {
	cursor:pointer;
	background-position:100% -36px;
}


/* *** JQUERY *** */

/* Layout helpers
----------------------------------*/
.jqZoomPup { width:170px; height:170px; background:#fff;
/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;

}
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default {  background: #BABABA/*{bgColorDefault}*/ url(../images/design/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: bold/*{fwDefault}*/; color: #ffffff/*{fcDefault}*/; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #ffffff/*{fcDefault}*/; text-decoration: none; outline: none; font-weight:bold; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: /*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(../images/design/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: bold/*{fwDefault}*/; color: #fff/*{fcHover}*/; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #fff/*{fcHover}*/; text-decoration: none; outline: none; font-weight:bold; }
.ui-state-active, .ui-widget-content .ui-state-active { background: #B72467/*{bgColorActive}*/ url(../images/design/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff/*{fcActive}*/; outline: none; text-decoration: none; font-weight:bold; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(../images/images/design/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(../images/design/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(../images/design/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-content .ui-icon {background-image: url(../images/design/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-header .ui-icon {background-image: url(../images/design/ui-icons_222222_256x240.png)/*{iconsHeader}*/; }
.ui-state-default .ui-icon { background-image: url(../images/design/ui-icons_888888_256x240.png)/*{iconsDefault}*/; }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../images/design/ui-icons_454545_256x240.png)/*{iconsHover}*/; }
.ui-state-active .ui-icon {background-image: url(../images/design/ui-icons_454545_256x240.png)/*{iconsActive}*/; }
.ui-state-highlight .ui-icon {background-image: url(../images/design/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-top {}
.ui-corner-bottom { /*-moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; /*-webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; /*-moz-border-radius-bottomright: 4px/*{cornerRadius}*/; /*-webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-right {  -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-left { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all {  }

/* Overlays */
.ui-widget-overlay { background: #aaa/*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .5;filter:Alpha(Opacity=50)/*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; }

/* Tabs
----------------------------------*/
#ProductBoxFeatures h3 {color:#fff;
font-size:15px;
font-weight:bold;}
#ProductBoxFeatures h2 {color:#333333;
font-size:12px;
font-weight:normal;}
.rating { font-size:12px;
font-weight:normal;}
#ProductBoxReviews h3 {color:#fff;
font-size:15px;
font-weight:bold;}
.ui-tabs { padding: 45px 0 0 0; zoom: 1; }
.ui-tabs .ui-tabs-nav { 
	/*background:url('../images/design/tab_nav_shadow.gif') repeat-x left bottom;*/
	list-style: none; position: relative; padding: .2em .2em 0; border-bottom:3px solid #E6DEB9; background-image:url(../images/design/tabbg.jpg); background-repeat:repeat-x; }
.ui-tabs .ui-tabs-nav li { 
	background:#bababa url('../images/design/tab_default_shadow.gif') repeat-x left bottom;
	position: relative; float: left; border-bottom-width: 0 !important; margin: 0 2px; padding: 0; border-top:#999 3px solid; width:auto;}
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding:9px 5px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {border-bottom-width: 0; background:#E6DEB9 url(none); border-top:#B49870 3px solid;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: pointer; color: #333; width: 90px; text-align: center;}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; color: #666; width: auto; text-align:center;} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; background-color:#E6DEB9; width:694px; height:auto; float:left;}
.ui-tabs .ui-tabs-hide { display: none !important; }

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(../images/design/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../images/design/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(../images/design/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../images/design/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(../images/design/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(../images/design/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../images/design/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../images/design/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../images/design/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(../images/design/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/design/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../images/design/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(../images/design/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../images/design/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/design/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/design/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/design/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/design/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/design/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/design/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/design/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/design/borderMiddleRight.png, sizingMethod='scale');}


/*ajax cart rollover*/
.ViewCart:hover {border-right:1px solid #ccc; border-top:1px solid #ccc; border-left:1px solid #ccc; border-bottom:1px solid #fff; color:#fff; z-index:700; color:#B72467;float:right;font-size:14px;font-weight:bold;padding:0px 12px 0 0;text-decoration:none;width:77%; }
.ViewCart {color:#B72467;float:right;font-size:14px;font-weight:bold;padding:0px 3px 0 0;text-decoration:none;width:77%; z-index:700; position:relative;}
#ajaxbuttoncheckoutcart:hover { background: #990000; }
#ajaxbuttoncheckoutcart a { color: #fff; text-decoration: none; }
#ajaxbuttoneditcart {
    background: #ccc url(..images/design/btnbg.png) repeat-x left bottom;
    
    padding: 7px;
	float:left;
	margin:0 10px 0 0;
}
#ajaxbuttoneditcart a {
    color: #333;
    text-decoration: none;
}
#ajaxbuttoneditcart:hover { background: #ddd; }
#ajaxbottombox { font-weight: bold; width:100%; border-bottom:1px solid #ccc; padding:0 0 7px 0; margin:0 0 6px 0; }
#ajaxbottommasterarea { padding: 8px 0; }
#ajaxrightbox { padding-left: 8px; }
#ajaxdetailsproductescription { font-weight: bold; color:#000; font-size:12px; width:100%; padding:0px; margin:0px; text-align:left;  }
#ajaxdetailsbox div:first-child {  }
#ajaxdetailsbox { padding:8px 0 8px 0; border-bottom:1px solid #ccc; margin:0 0 6px 0;  }

.CartRight {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font:12px/14px Arial,Verdana,sans-serif;
    margin:0 0 0 -110px;
    padding:8px;
    position: fixed;
    top:43px;
    width:300px;
    z-index:600;
}
.CartRight h2 { 
    border-bottom: 1px solid #ccc;
    color: #666;
    font: normal 22px/23px 'Trebuchet MS', Arial, sans-serif;
    margin: 0 0 4px 0;
	text-align:left;
}
.CartAdded { text-align:left; padding:0 5px 5px 5px; border-bottom:1px solid #ccc;}
.CartProductImage{float:left; padding:7px 20px 7px 7px; margin:0 30px 0 0;}
.CartProductDescription{float:left; width:45%; text-align:left;}
.CartRight p { 
    margin: 2px 0px;
    padding: 2px 0px;
}

#addtocartajaxbox {padding:6px;}
#ajaxdetailsoption { float:left; width:100%; padding:0 0 3px;}
#ajaxdetailspartno{float:left; width:100%; padding:0 0 3px;}
#ajaxdetailsquantity{float:left; width:100%; padding:0 0 3px;}
#ajaxdetailsprice{float:left; width:100%; padding:0 0 3px;}
.ajaxsubtotal {float:left; padding:0 0 0 10px;}
.ajaxtotal { float:right; padding:0 10px 0 0;}
#ajaxbuttonsbox { float:right;}

.CartRight .border { border-bottom: 1px solid #ccc; }
 #ajaxbuttoncheckoutcart {
    background: #990000 /*url(../images/design/btnbg.png) repeat-x left bottom*/;
   
    color: #fff;
    padding: 7px;
	float:left;
}

/*end ajax cart rollover*/


/*Blog CSS-------------------------------------------------------*/

#blog_rssbutton
{
    font:bold 10px verdana,sans-serif; 
    color:#FFFFFF;
    padding:10px 0 20px 35px; 
    background:url(../images/RSS-icon.jpg) no-repeat;
    text-decoration:none;
    margin:0px;
    display:block;  
}
#blog_block
{
    padding:0;
	margin: 0 auto 0 auto;
}
#blog_block a
{
    text-decoration:none;
    color:#990000;
}
.hrDash HR 
{
color: #e2e2e2;
width:100%;
height:1px;
border-top: 1px dashed;
}

.blogsidebar 
{
    background:#f1f1f1; 
    border:1px solid #CCCCCC;
}
.blogsidebartitle
{
    background:#990000;
    padding:5px 0;
	color: #fff;
	padding-left: 8px;
}
.blogsidebartitle b
{
    text-transform:uppercase;
}
#CntrlBlogSider_btnSearch
{   
    height:21px;
    width:25px;
    background:url(../images/blog-go.jpg);
    cursor:pointer;
    border:0;
}
.blogentry
{   
    border-top:1px solid #c8d0d6;
    border-left:1px solid #c8d0d6;
    border-right:1px solid #c8d0d6;
    margin:0 0 10px 0;
    padding:0 5px 5px 5px;
    background:url(../images/blog-commentend-bg.gif) repeat-x 0 100%;
}
#blog_author
{

}
#blog_sticky {
    background-image:url(../images/sticky.jpg);
    display:table;
    float:right;
    font-size:9px;
    padding:25px 0 42px 0;
    width:80px;
    text-align:center;
}
.tagTable {
    background-color: #eee;
    width:100%;
}
#hypPage 
{
	color: #000;
	text-decoration:none;
	font-size:22px;
}

#hypPage, #hypPage a, #hypPage a:link, #hypPage a:visited, #hypPage a:active {color: #990000;}

#BlogTagCloud {width: 100%;}

.blogcommententryform   
{ 
     background:url(../images/blog-comment-bg.gif)  repeat-x; 
     border-top:1px solid #c8d0d6;
	 border-bottom:2px solid #c8d0d6;
	 border-left:1px solid #c8d0d6;
	 border-right:1px solid #c8d0d6;
     color:black;
     padding:10px; 
} 
.blogcommententryform hr{
	display:none;
}
.blogcommententryform a {
	color: #666;
}

.blogcommententryform span{
	font-weight:bold;
	font-size: small;
}
span#grdComments_ctl02_lblComment{
	font-weight:normal;
}
#comment
{
    font-size:10pt;
}
#btnSaveComment{
	border:0;
	background:url(../images/savecomment-button.jpg) no-repeat 50% 0;
	padding:4px 0;
	cursor:pointer;
}
#txtWebsite,#txtVideo,#txtPicture,#txtComment{
	border:1px solid #c8d0d6;
	margin:0 0 5px 0;
	width: 450px;
    height: 23px;
}
#txtName,#txtEmail{
	border:1px solid #c8d0d6;
	margin:0 0 5px 0;
	width: 225px;
    height: 23px;
}

#txtComments
{
	height: 132px;
    width: 450px;	
}
#comment_writeown
{
    font-weight:bold;
    font-size:12pt;
    margin:0 0 10px 0;
}  
.blogsearchtext   
{ 
     font-family: Helvetica, Arial, sans-serif; 
     font-size: 12px; 
     font-weight: bold; 
     letter-spacing: -1px; 
     color:#000; 
}
.blogTitle {
font-size:18px;
text-decoration:underline;
}
/* ------------- Rating Start ----------------*/ 
#BlogRating{
	position:relative;
	display:table;
	width:110px;
}
.ratingStar  
{ 
     background-color: #ffffff; 
    font-size: 0pt; 
    width: 18px; 
    height: 18px; 
    margin: 0px; 
    padding: 0px; 
    cursor: pointer; 
    display: block; 
    background-repeat: no-repeat; 
} 

.filledRatingStar { 
    background-image: url(../images/FilledStar.gif); 

} 

.emptyRatingStar { 
    background-image: url(../images/EmptyStar.gif); 
} 

.savedRatingStar { 
    background-image: url(../images/SavedStar.gif); 
}
/* ------------- Rating End ----------------*/ 

.detailsLink{margin-left:25px;}
/*-------------- Search Results with side nav ------------------*/
#searchLeft {
    float: left;
    margin-left: -10px;
    width: 240px; 
}
#searchRight { 
    float: right;
    width: 744px; 
}
#searchLeftFilter { 
    background: url(../images/catsidenavbg.jpg) repeat-x;
    width: 240px;
}
#searchLeftFilter h2 {
    margin-bottom: 0px;
}
#searchLeftFilter a {
    color: #5d5856;
    font-size: 12px;
    font-weight: normal;
}
#searchLeftFilter table { 
    padding-left: 10px;
    width: 100%;
}
#searchLeftCategories { float: left; width: 100%; margin-right: 20px; }
#searchLeftCategories a { margin: 0 10px 0 0}
#searchLeftBrands { float: left; width: 100%; margin-right: 20px;}
#searchLeftPrices { float: left; width: 100%;}
#searchLeftFeatured { 
    margin: 10px;
}
.itemStyleHorizontal { 
border:1px solid #DEDBC7;
float:left;
height:314px;
margin:5px;
padding:25px;
width:25%;
}
.searchImage {
    text-align: center;
    height: 135px;
}
.searchName {
    height: 30px;
    overflow: hidden;
}
.searchDescription {height: 30px; overflow: hidden; }
.searchPrice {
  float:left;
height:27px;
width:100%;
}
.searchRating { 
float:left;
height:45px;
margin:15px 0 0;
width:100%;
}
.searchRatingStars { float: left; }
.searchRatingStarsImage { }
.searchRatingCount {
    float: left;
    padding: 0px 0px 0px 4px;
}
.searchLearnMore {
    clear: both;
    text-align: right;
}
.searchLearnMore a:link {
   background:none repeat scroll 0 0 #990000 !important;
color:#FFFFFF !important;
padding:6px 8px;
}
.searchLearnMore a:visited {
   background:none repeat scroll 0 0 #990000 !important;
color:#FFFFFF !important;
padding:6px 8px;
}

input#Search2Button2 { /*width: 28px; height: 23px;*/ }
.SearchArea {float:left; padding:0 20px 0 0;}
.SearchArea .Box {float:left; background-image:url(../images/searchbox.png); width:310px; height:25px; background-repeat: no-repeat;}
.SearchArea .Box #tSearch {border: 0px solid #fff;margin:3px 30px 0 28px;width:202px; vertical-align: top;}
#tSearchUpdate { z-index: 9997; position: absolute; padding: 0; font-size: 12px; text-align: left; }
#tSearchUpdateInner { width: 248px; background: #fff; border: solid 1px #eee; padding: 5px; }  /*  Container style  */
#tSearchUpdateInner h3 { padding: 2px; margin: 2px; }  /*  Header style  */

#tSearchUpdateInner ul { padding: 0px; margin: 0px; list-style-type: none; clear: both; }  /*  Matches list style  */
#tSearchUpdateInner ul li { padding: 2px; border-top: solid 1px #eee; clear: both; position: relative; color: #aaa; width: 248px; }  /*  Matches list item style  */
#tSearchUpdateInner ul li strong { color: #666; display: inline; font-size: 12px; }  /*  Matches list item bolded style  */
#tSearchUpdateInner ul li:hover { background: #eee; }  /*  Matches list item hover style  */
#tSearchUpdateInner ul li span.informal { display: none; }  /*  Matches relevance style  */
/*  #tSearchUpdateInner ul li.selected { background: #cccccc; }  */  /*  Matches list item selected style  */

#tSearchUpdateInner ol { padding: 0px; margin: 0px; list-style-type: none; clear: both; }  /*  "Other Links" list style  */
#tSearchUpdateInner ol li { border-top: solid 1px #eee; width: 248px; }  /*  "Other Links" list item style  */
#tSearchUpdateInner ol li a { padding: 2px; display: block; color: #6eb8d8; text-decoration: underline; }  /*  "Other Links" link style  */
#tSearchUpdateInner ol li a:hover { background: #eee; }  /*  "Other Links" link hover style  */
#tSearchUpdateInner ol li span { color: #aaa; }  /*  "Other Links" subtext style  */
#tSearchUpdateInner ol li span strong { color: #666; }  /*  "Other Links" subtext bolded style  */
.SearchArea .Button {float:left; padding:0 0 0 9px;}

.confirmationTitleRow {background-color:#990000; color:#fff; padding:14px;}
#tblEmailFormat {margin:0 auto; padding:0 0 0 158px;}

#searchResultsTags {border-bottom:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
padding:10px;}
/********************QUICK VIEW*********************/
#quickviewmain {

}
#quickviewleft {
    width: 48%;
}
#quickviewleft ul {
    float: left;
    width: 50px;
	list-style:none;
	list-style-image:none;
	
}
#quickviewleft ul li { float:left;}
#quickviewmainimage {
    float: left;
}

#quickviewright {
    width: 50%;
}
#quickviewright {
    font-size: 10px;
}
#quickviewright h1 {
    font-size: 14px;
}
#quickviewright #litPrice {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
#quickviewright #divfreeshipping {
    background: #e8feed;
    border-left: 1px solid #b2e2d0;
    border-bottom: 1px solid #b2e2d0;
    color: #009e64;
    display: inline-block;
    margin: 6px 0px 8px;
    padding: 5px 6px 7px;
}
#quickviewright #divnewproduct {
   background: url(../images/design/prodIcons.png) no-repeat -62px 0px;
   height: 60px;
   width: 60px;
   overflow: hidden;
   text-indent: 200px;
}
#quickviewright #divnewproduct span {
    display: none;
}
#quickviewright #divreview {}
#quickviewright .ui-tabs {
    padding: 20px 0 0;
}
#quickviewright .ui-tabs-nav li a {
    font-size: 10px;
    padding: 5px 7px;
}
#quickviewright #featured,
#quickviewright #descriptionHeader {
    font-weight: bold;
}
#quickviewright .productFeatures {
    font-size: 10px;
    list-style: disc inside;
    margin-bottom: 10px;
}
#quickviewright #ProductBoxSpecs,
#quickviewright #ProductBoxFeatures {
    height: 235px;
	width:249px;
}
#quickviewmain #lnkAddToCart {
    background: url(../images/buttonAddtoCart.gif) no-repeat;
    display: inline-block;
    height: 38px;
    width: 115px;
    vertical-align: middle;
}
#quickviewmain #lnkAddToCart span {
    display: none;
}
#quickviewmain #quickviewbottom {
     position: absolute;
     bottom: 0;
     width: 91%;
}
#quickviewmain #quickviewbottomleft{ 
    margin-left: 15%;
}
#lnkMore {
     background: url(../images/design/fullDetails.png) no-repeat;
     display: inline-block;
     height: 38px;
     width: 130px;
}
#lnkMore span { display: none; }

.prodimg { 
    height:auto;
    /*overflow:hidden;*/
    position:relative;
    text-align: center;
    width:100%; 
}
.prodimg .quickview {
    position: absolute;
    top: 26px;
	width:100px;
	padding:7px;
	margin:0 auto;
	left:-6px;
	*z-index:99999;
	display:none;
}

/***CYO PAGES*****/
table.WD-1Alist  {
font-family:Geneva,Arial,Helvetica,sans-serif;
font-size:12px;
width:100%;
}
table.WD-1Alist caption {
color:#CC6600;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:13px;
font-weight:bold;
margin-top:10px;
padding-bottom:10px;
padding-top:10px;
}
table.WD-1Alist th {
font-family:Verdana,Arial,Helvetica,sans-serif;
padding-left:7px;
padding-right:20px;
padding-top:3px;
text-align:left;
}
table.WD-1Alist td {
border-bottom:1px dotted #999999;
font-family:Geneva,Arial,Helvetica,sans-serif;
padding:3px 7px;
}
.red {
color:#990000;
font-weight:bold;
}
table.WD-1Blist {
font-family:Geneva,Arial,Helvetica,sans-serif;
font-size:12px;
font-variant:small-caps;
width:100%;
}
table.WD-1Blist caption {
color:#CC6600;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:14px;
font-variant:small-caps;
font-weight:bold;
margin-top:10px;
padding-bottom:10px;
padding-top:10px;
}
table.WD-1Blist th {
border-bottom:1px dotted #999999;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:13px;
padding:3px 20px 3px 7px;
text-align:left;
}
table.WD-1Blist td {
border-bottom:1px dotted #999999;
font-family:Geneva,Arial,Helvetica,sans-serif;
padding:3px 7px;
}
.contents .mainbg-WD .information .WDbanner {
background-color:#FFFFFF;
border-left:1px dotted #999999;
float:right;
font-family:Geneva,Arial,Helvetica,sans-serif;
font-size:12px;
padding:10px;
width:170px;
}

div.directory  {
height:70px;
margin:0 0 0 200px;
width:530px;
}
div.directoryKA-2 {
height:40px;
margin:0 0 0 200px;
width:530px;
}
div.directoryKA-2A {
height:40px;
margin:0 0 0 200px;
width:530px;
}

/*360 Views Popup Styles*/
.viewerWindow{
	text-align:center;	
}
.viewerFooter{
	text-align:center;	
}
.viewerFooter span{
	display:block;	
}
.viewerFooter span small{
	display:block;	
	font-size:10px;
	padding-top:5px;
}
.viewerFooter span.viewerTip{
	padding-bottom:10px;
	font-size:12px;
	color:#8F0227;
}
.subcatList { }
.subcatList ul { 
	list-style:none outside none;
	margin:0;
	padding:0;
	}
.subcatList li { 
	float:left;
	margin:0 60px 50px 0;
}
.subcatList li a { }
.RColumn { }
.RColumn ul { list-style: none; margin: 0; }
.RColumn li { }

table.spectable td { font-size: 11px; }
table.spectable th { font-size: 11px; font-weight: bold; }
.descriptiontext a{text-decoration:underline}

.tabAccessories { list-style: none;
	margin: 0;
	padding: 0;
}
.tabAccessories li {
	float:left;
	margin:0 5px;
	text-align:center;
	width:125px;
}
.tabAccessories li span { 
	float:left;
	height:50px;
}

.tabAccessories li a {
	font-size: 10px;
}
.tabAccessories li strong { }
.rmaForm{
   text-align:center;
   min-height:400px;
}
.rmaForm h2{
   width:650px;
   margin:20px auto;
   text-align:left;
}
.formRow{
   padding:10px 0;
   width:650px;
   margin:0 auto;
   text-align:left;
}
.formRow span{
   margin-right:5px;
   font-size:10px;
}
.formRow label{
   width:150px;
   display:block;
   float:left;
}

/*Warranty Form, Catalog Request*/

.warrantyForm h2{
   width:650px;
   margin:20px auto;
   text-align:left;
}

.warrantyForm h3{
   width:650px;
   margin:20px auto;
   text-align:left;
font-size:15px;
color: black;
}
.warrantyForm .formRow{
   padding:5px 0;
   width:650px;
   margin:0 auto;
   text-align:left;
}
.warrantyForm .formRow span{
   margin-right:5px;
   font-size:10px;
color: gray;
}
.warrantyForm .formRow label{
   width:150px;
   display:block;
   float:left;
 font-size:12px;
}
.warrantyForm .formRow2{
   padding:5px 0;
   width:650px;
   margin:0 auto;
   text-align:left;
}
.warrantyForm .formRow2 span{
   margin-right:5px;
   font-size:10px;
color: gray;
}
.warrantyForm .formRow2 label{
   width:210px;
   display:block;
   float:left;
 font-size:12px;
}

/* Dealer add to cart SOW */
.clr { clear: both; height: 0px; }
#dealer_tier_cart { width: 330px; height: auto; padding: 10px; margin: 10px 0px; background: #e6deb9; font-weight: bold; }
.dealer_price { float: left; }

/* Parts Product Template SOW */