﻿* {
	margin: 0;
}

body
{
    height:100%;
    width:100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    /*background: url(/img/des/bg_grad.png) repeat-x top fixed;*/
    background: #ccc url(/img/des/bg_grad3.png) repeat-x top fixed;

}

.fixed-side
{
    background: url(/img/des/bg_shadow_1.png) repeat-y top center;
}

html {
     overflow: scroll;
}

strong
{
    font-weight: bold;
    font-size: 14px;
    color: #2a2a2a;
    
}

.sitepadding
{
 
 padding: 10px;
 background: white; 
    
}

div.body-wrapper
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}
div.footer-wrapper{
     height: 4em;
}

body,form
{
	padding:0;
	margin:0;
}
table
{
	text-align:left;
}

table caption
{
    float:left;
    color: #0066cc;
	font-weight:bold;
	font-size:14px;
}
table th
{
   text-align:center;
}

.sbox
{
 
 width: 210px;
 background: url(/img/des/sbox_middle.gif) repeat-y top right;
    
}

.sbox-top
{
  background: url(/img/des/sbox_top.gif) no-repeat top right;
  height: 13px;       
}

.sbox-bottom
{
  background: url(/img/des/sbox_bottom.gif) no-repeat top right;
  height: 13px;       
}

img
{
	border:none;
	vertical-align:middle;

}
a
{
    color: #00f;
	text-decoration:underline;
}
a:hover
{
	color:#3399ce;
	text-decoration: underline;
}

input.small 
{
	width:35px;
	font-size:10px;
}
input.inside
{
    color:Gray;
    font-style:italic;
}
input.transparent
{
    border:none;
    background:none;
    padding: 0px;
    margin: 0px;
    color: Blue;
    text-decoration: underline;
    border-bottom: 1px solid blue;
    cursor: pointer;
    height: 17px;
}

H1
{
	color: #006698;
	font-weight:bold;
	font-size:14px;
}
H2
{
	color:#009998;
	text-transform:uppercase;
	padding:2px 2px 2px 5px; 
	margin:0px;
}

table.sbox tr th
{
	height:43px;
	color: #fffffe;
}
table.sbox tr td.top
{
	height:9px;
}
table.sbox tr td.foot
{
	height:10px;
}

table.griditem
{
	border:solid 1px #CCCCCC;
	float:left;
	height:100%;
	line-height:25px;
}
table.griditem tr td
{
	padding:5px;
}
table.griditem tr th
{
	height:30px;
	color: #006698;
	background:url(/img/des/nav/white.png) repeat-x;
}

table.paging tr td, table.paging tr td
{
	text-align:center;
	background: white;
	border: 1px solid black;
	width:15px;
	height:15px;
	padding:0px;
	margin:0px;
	
}

table.paging tr td, table.paging tr td a{
	
	font-size:10px;
    text-decoration: none;
    color: #2a2a2a;
}
table.paging tr td.active
{
	background: #1595D3;
	color: #fffffe;
	border: 1px solid white;
	font-weight:bold;
}

.tab-text{

    padding:20px 0 0 0px;
    height: 180px;
    overflow: auto;

}

li{

padding-top:2px;
margin-left: 15px;

}

.highlight
{
    background-color: #fff;
}
.borderline
{
    width: 50px;
    border: solid 1px #999;
    margin: 8px 1px 1px;
    padding: 2px;
}

 a:hover img.borderline
{
 
 border: 2px solid #39c;
 margin: 7px 0 0;
    
}

div.divpop
{
    background:white url(/img/des/loading.gif) no-repeat center;
    position:absolute;
    border:solid 10px black;
    height:100%;
    width:100%;

}
div.message
{
    text-align:center;
    background-color:#009999;
    color:White;
    padding:10px;
}
div.message h1
{
    color: #fffffe;
}
div.form-entry
{
    background-color: #ffffff;
    padding:20px;
    width:420px;
    height: 175px;
}
div.big-border
{
	background-color:white;
	border:solid 8px #99cccc;
}

table.result_set
{
    background-color:white;
}
table.result_set tr th
{
    background-color:#222;
    color:White;
    padding: 4px 10px;
}

table.result_set tr td
{
    background-color:White;
}

table.result_set tr th.orderstatus
{
    background: #069;
    
}

.header,  .header h2{

	font-weight: bold;
	font-family: Tahoma, Arial, helvetica, Sans-Serif;
	font-size:14px;
	color: #069;
}

.status
{
	font-weight: bold;
	color: #666;
	font-size: 14px;
	padding: 5px 0 10px;
	text-transform: uppercase;
}

.Out{color: #c00;}
.Available
{
    background: url(/img/des/prod/available_checkmark.png) no-repeat left;
    padding-left: 18px;
    color: #490;
    
}

.knockout, .knockout a{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFe;
    text-decoration: none;
	
}

.knockout a:hover

{
    text-decoration:underline;
}

.list
{
    
	padding: 5px 10px;    
    
}

.list a{
	
	line-height:13px;
	padding: 2px 0 2px 20px;
	color:#2A2A2A;
	text-decoration: none;
	font-size: 10px;
    display: block;
    background: url(/img/des/nav/li.png) no-repeat scroll left top transparent;
}

.list a:hover
{
 
     background: url(/img/des/nav/li_active.png) no-repeat scroll left top transparent;
     text-decoration: none;
     color: #2a2a2a;
    
}

.list-header{
	
	font-weight: bold;
	text-transform:uppercase;
	line-height:14px;
	color:#2A2A2A;
	padding-left:10px;
	
}

.viewmore
{
 
 display: block;
 border-bottom: 1px solid #ccc;
 text-align: right;

}

	.nav a, .nav2 a{
	
    color: #0F68A0;
    font-size: 13px;
    font-weight: bold;
	text-decoration: none;
	
	}
    
    .nav404 a
{	
	line-height: 12px;
	font-weight:bold;
	text-transform:none;
    text-decoration: none;
	color: #fffffe;
	height:20px;
    
}


.prodtitle, .prodtitle a
{
 
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    padding: 6px 0;
	font-size: 22px;
	line-height:18px;
	font-weight:bold;
	color:#2A2A2A;
    text-decoration: none;
    
}

.prodtitlesmall, .prodtitlesmall a
{
 
    padding: 6px 0;
	font-size:13px;
	line-height:13px;
	font-weight:bold;
	color:#2A2A2A;
    text-decoration: none;
    
}

.price-small, .price-small a, .account-header, .home-featured span{
	
	font-size:14px;
	font-weight:bold;
	text-transform:none;
	color: #0f68a0;
    text-decoration: none;
    padding: 10px;
	
}

.home-featured span
{
 padding: 0;   
}

.price-large{
	
	font-size:26px;
	line-height:20px;
	font-weight:bold;
	color: #0f68a0;
	padding: 10px 0;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;

}

.price-large sup
{
 
 font-size: 12px;
 line-height: 9px;
 vertical-align: top;
 font-family: Tahoma, Arial, Helvetica, Sans-Serif; 
    
}

.big, .big a:link, .big a:visited{
	
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	color:#2A2A2A;
    text-decoration: none;

}

.regular{
	
	line-height:14px;
	color:#2A2A2A;
	
}
	
	.regular a{
	
	line-height:14px;
    color:#003399;
	text-decoration:underline;

}

.small{
	
    line-height:13px;
	color:#555555;
	
}
	
	.small a:link, .small a:visited{
	
    color:#003399;
	text-decoration:underline;

}

.strong{
	
	font-weight:bold;
	color:#2A2A2A;
	line-height:13px;
	
}

	.strong a:link, .strong a:visited{
	
    line-height: 14px;
	color:#2A2A2A;
	text-decoration:none;	
}

	.regular a:hover, .small a:hover, .strong a:hover, .footer a:hover, table.menu td.momo-over a:hover, div .momo-over a:hover, .sitemap a:hover, .sitemap-list a:hover{
	
	color: #369;
	text-decoration: underline;
	
	}

.stronger, .stronger a{
	
	font-weight:bold;
	text-transform:uppercase;
	color:#2A2A2A;
	line-height:18px;
    text-decoration: none;
	
}

.searchbar
{
 
 font-size: 14px;
 color: #000000;
 width: 350px;
 height: 16px;
 border: 1px solid black;
 padding: 5px; 
    
}

div.top-links{
	
background: #333 url(/img/des/top-nav-bg.gif) no-repeat left bottom;
padding: 3px 0 3px 25px;
float: right;

}

div.top-links-cart
{
 
 background: #39c;
 padding: 3px 8px;
 float: right; 
 border-left: 1px solid white;
    
}

.top-links, .top-links a, top-links-cart, .top-links-cart a{
	
	color: #fffffe;
	text-decoration:none;
	padding: 0 13px 0 11px;
	

}

	.top-links a:hover, .top-links-cart a:hover{
	
	text-decoration:underline;	
}
    
    .top-links .divide
    {
     
       border-right: 1px solid #999; 
        
    }

.clear{
	
	font-size:9px;
	text-transform:uppercase;
	line-height:14px;
	padding: 0 10px 5px 0;
	vertical-align: bottom;
	
}

.clear a
{
 color: #666;  
}

.carousel-text{

	color:#2A2A2A;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;

}

div.error{
	font-size:14px;
	font-weight:bold;
	border:solid 3px red;
	color:Red;
	line-height:16px;
	text-align:center;
	margin:10px 0;
}

div.error table
{
 
 padding: 20px;   
    
}

div.error table th
{
    font-size:15px;
    padding: 4px;
}

div.error table td{

text-align: center;

}

input.error
{
	border:solid 1px red;
	background-color:#FFFFCC;
}

div.sitemap
{
 
  padding: 10px 0 2px 0;  
    
}

.sitemap a

{
    font-weight: bold;
    font-size: 14px;
    color: #369;
    text-decoration: none;
    
}

div.sitemap div a{
	
	line-height:15px;
	color:#2A2A2A;
	font-weight: normal;
}

.brand, .brand a:link, .brand a:visited{
	
	font-size:12px;
	color:#000000;
	text-decoration:none;
    width: 10px;

}

	.brand a:hover{
	
    font-weight: bold;
    font-size: 16px;
    color: #3399ce;
    
}

.brand-knockout, .brand-knockout a{
	
    font-weight: bold;
	line-height:14px;
	color: #fffffe;
    text-decoration: none;
	
}

.newsletter-box{

background: #eee;
border: 1px solid #999;
width: 500px;
height: 325px;
color: black;
font-size: 12px;

}

.account-border{

padding:20px;
border: 1px solid #999;

}

.prodpop{

width: 670px;

}

.prodpop-inner{

width: 636px;
border: 1px solid #999;
background: white;

}

.prodpop-top{

background: url(/img/des/popup/prod_pop_top.png) no-repeat bottom center;
height: 17px;

}

.prodpop-middle{

background: url(/img/des/popup/prod_pop_middle.png) repeat-y center;

}

.prodpop-bottom{

background: url(/img/des/popup/prod_pop_bottom.png) no-repeat top center;
height: 17px;

}

.prodpop-header{

background: #006699;
height: 30px;
padding: 0 10px;

}

.prodpop-subheader{

text-transform: uppercase;
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
font-weight: bold;
color: #2a2a2a;
height: 24px;
}

p{

padding-bottom: 14px;

}
.contact-message{
    
    width:325px;
    background: #eee;
    border: 1px dotted #999;
    font-weight: bold;
    
    }
    

    
    .success{
    
    color: green;
    
    }
    
    
.divider{

border-right: 1px dotted #999;

}

small{

line-height:12px;

}

.bulletspacing ul li{

padding-top:10px;

}

table.upsell{

background: #CCCC99 url(/img/des/prod/upsell_bg.gif) no-repeat bottom right;
padding: 10px 10px 15px 10px;
                    
}

.enlarge{

padding: 3px 10px 3px 0;
border: 1px dotted #999;
font-size: 10px;
color: Black;
background: url(/img/des/prod/enlarge_icon.gif) no-repeat top right;

}

.zoom{

padding: 3px 10px 3px 0;
border: 1px dotted #999;
font-size: 10px;
color: Black;
background: url(/img/des/prod/zoom_icon.gif) no-repeat top right;

}

.compare-col{

width: 480px;
border-right: 1px dashed #ccc;
padding-bottom: 10px;

}

.compare-col td{

padding:5px 20px;

}

.bar{

background: #f0f0f0;

}

div.subcats
{
    background: url(/img/des/cats_bg.jpg) no-repeat top left;
    margin: 0;
    padding: 0;
    vertical-align: top;

}

.subcats a{

text-decoration: none;

}

.subcats a{

float: left;
width: 143px;
height: 160px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
font-weight: bold;
color: #333;
text-align: center;
vertical-align: bottom;
font-size: 15px;

}

/*.subcats a:hover{

background: #CCE6FF;

}*/

.searchpop
{
 
 padding: 4px;
 background: url(/img/des/bluebg.png) repeat-x;
    
}

.cartbox
{
 
 height: 36px;
 width: 70px;
 background: url(/img/des/bluebg.png) repeat-x;
 text-align: center;
}

.cartbox img
{
 height: 36px;   
}

.cartbox a
{
    
 font-size: 13px;
 line-height: 13px;
 font-family: Tahoma, Arial, helvetica, Sans-Serif;
 font-weight: bold;
 color: White;
 text-decoration: none;
 display: block;
    
}

.csdrop
{
 height: 36px;
 width: 135px;
 padding: 0 10px;
 background: url(/img/des/bluebg.png) repeat-x;

}

.csdrop option
{
 font-size: 10px;
 padding: 2px;   
}




td.rewards-bg{

background: url(/img/des/account/rewards_bar.gif) repeat-x top;
height: 35px;


}

.rewards-bg div{

float: right;
padding: 9px 0 0 10px;

}

.rewards-bg a{

padding: 10px 20px;
color: #fffffe;
text-decoration: none;
border-left: 1px solid #333;
height: 35px;
font-size: 12px;
font-weight: bold;

}

.rewards-bg a:hover, .rewards-bg-over{

background: url(/img/des/account/rewards_bar_over.gif) repeat-x top;
border-left: 1px solid #999;

}

.account-border big{
 
 line-height: 25px;  
    
}

td.footer
{
 
 padding: 20px;
 border-top: 3px solid #333;
    
}

.footer div
{
 
    float: left;
    width: 176px;
     
}

.footer a
{
 
 width: 170px;
 text-align: left;
 color: #2a2a2a;
 text-decoration: none;
 display: block;
 font-weight: normal;
 padding: 4px 0;
 border-bottom: 1px dotted #999;
    
}

.line {
border-bottom: 1px dotted #7F7F7F;
height:1px;

}


.footer div.footerline {
	border-bottom: 1px solid #7F7F7F;
    height: 3px;
    margin-bottom: 5px;
    width: 170px;
}

.footer b
{
 font-size: 12px;   
}

a.logo
{
 
 font-family: "Times New Roman", Arial, helvetica, Sans-Serif;
 font-size: 38px;
 color: Black;
 text-decoration: none;
 letter-spacing: 1px; 
    
}

.hp-banners img
{
 
 padding: 10px 7px 10px 0;
}

.coupon-area
{
 
 background: #eee;   
    
}

.ratingtext
{
 
 font-size: 14px;
 color: #ff660e;
 font-weight: bold;
    
}

.moredets
{
 
 width: 225px;
 height: 64px;
 padding: 20px;
 background: #eee;
 border-top: 1px dotted #aaa;   
    
}


a.manflink{
 
 color: #666;
 display: block;
 text-decoration: underline;
 font-weight: normal;
 font-size: 10px;
    
}

a:hover.manflink
{
    color: #369;
    
}

tr.dotteddivide td
{
 
 border-bottom: 1px dotted #ccc;
 padding: 10px 0;
    
}


div.chat  {
height:41px;
overflow:hidden;
}

.question
{
 
 width: 210px;
    
}

td.question table tr td
{
    
 background: #fff url(/img/des/banners/question.jpg) no-repeat bottom center;
 padding: 15px;
 border: 1px solid #ccc;
 height: 320px;
    
}

.toptext
{
 vertical-align: bottom;
 color: white;
 font-size: 10px;
 line-height: 9px;
 font-weight: bold;
 height: 26px;
 max-width: 200px;
}

.rewards a
{
 
 padding: 4px 15px;
 background: #CCE5FF;
 color: #0F68A0;
 text-decoration: none;
 font-weight: bold;
 float: right;
 
}

.rewards a:hover 

{
 
 text-decoration: none;
 color: White;
 background: #0F68A0;   
    
}

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
	float: right;
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 17px 4px 10px;
	background: #CCE5FF url(/img/des/cs_droparrow.png) no-repeat right;
	color: #0F68A0;
	text-align: center;
	text-decoration: none;
    width: 115px;
}

#sddm li a:hover
{
    display: block;
    background: #0F68A0 url(/img/des/cs_droparrow_over.png) no-repeat right;
 	color: White;
 	}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 5px;
	background: white;
	border: 1px solid #5970B2;
	border-top: 0px;
	width: 130px;
}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: white;
		color: #0F68A0;
		border-bottom: 1px dotted #ccc;
		
		}

	#sddm div a:hover
	{	background: #CCE5FF;
		color: #0F68A0}
		
.carousel-bg
{
    background: url(/img/des/carousel_bg.jpg) repeat-x bottom left;
}

#ImageScrollerFXDiv
{
 margin-top: 0;
}

.top-tabs
{
 vertical-align: bottom;  
 height: 45px;
}

.top-tabs div
{
 width: 961px;
 text-align: right;
}

.top-tabs ul
{
 list-style: none;
 padding: 0;
}

.top-tabs ul li
{
 float: right;
 margin: 0;
 text-align: center;
}

.top-tabs ul li a
{
 
 font: bold 12px tahoma, arial, helvetica, sans-serif;
 text-decoration: none;
 color: white;
 background: url(/img/des/tab/top_tab_inactive2.png) no-repeat left top;
 padding: 8px 20px 12px;
    
}

.top-tabs ul li.top-tabs-active a, .top-tabs ul li.selected-style a
{
 background: white url(/img/des/tab/top_tab_active.png) no-repeat left bottom;
 color: #069;
}

/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;

}

#slideshow IMG.active {
    z-index:10;

}

#slideshow IMG.last-active {
    z-index:9;
}

.site-category
{
 font-family: Tahoma, Arial, verdana, helvetica, Sans-Serif;
 font-size: 12px;
 padding: 0 0 0 10px;
}

.site-category td
{
    width: 25%;
    vertical-align: top;
}

.site-category ul, .site-category li
{
    list-style: none;
    margin: 0;
    padding: 3px 0;
    color: #666;
}

.site-category ul
{
 padding: 0 0 20px 0;   
}

.site-category a
{
 color: #C30404;
 text-decoration: none;
 font-weight: bold;   
}

.site-category li a
{
 color: #444;
 text-decoration: none;
 font-weight: normal;   
}

.site-category a:hover
{
 text-decoration: underline;
}

img.social
{
 
}

.support-banner
{
    width: 235px;    
}

.support-banner img
{
 padding-bottom: 10px;   
}

.support-banner div a
{
    color: #036;
    text-decoration: none;
    display: inline;
    font-weight: bold;
}

.support-banner a
{
    color: #666;
    text-decoration: none;
    display: block;
    padding-left: 10px;
}

.support-banner a:hover
{
    color: #036;
    text-decoration: underline;
}

.support-banner td.top
{
 height: 32px;
 background: url(/img/des/home/support_banner_top.gif) no-repeat top left;
 font-weight: bold;
 font-size: 12px;
 color: White;
 padding-left: 15px;
}

.support-banner td.top a
{
    color: White;
    padding-left: 0;
}

.support-banner td.middle
{
 background: url(/img/des/home/support_banner_middle.gif) repeat-y top left;
 padding: 3px;
 height: 230px;
}

.support-banner td.bottom
{
 height: 6px;
 background: url(/img/des/home/support_banner_bottom.gif) no-repeat top left;   
}

.home-featured a
{
 text-decoration: none;
 color: Black;
 font-weight: bold; 
}

div.home-carousel
{
    width: 148px;
}

.home-carousel a
{
    font-size: 12px;
 color: #333;
 text-decoration: none;
 line-height: 14px;
}

.home-carousel span
{
    font-size: 14px;
    font-weight: bold;
 color: #069;
 text-decoration: none;   
}

.home-carousel p
{
    height: 25px;  
}

.cart_blow
{
 background: #eee;
 padding: 10px;   
}

.cart_blow a
{
 color: Black;
 display: inline;
}

.cart_blow a:hover
{
 color: #069;
 text-decoration: underline;
}

div.cloud
{
   margin: 0 20px 0 12px;
   border-bottom: 1px solid #ccc;
}

.cloud, .cloud a
{
 color: #039;   
}
.cloud a:hover
{
 color: #06c;
 text-decoration: underline;   
}

.cloud ul, .cloud ul li
{
 padding: 0;
 margin: 0;
 list-style: none;  
}

.cloud ul li
{
 padding: 15px 0;
 border-top: 1px solid #ccc;  
}
