body {
	
	font-size: 11px;
	
}
.header {
	background: #000;
	cursor: pointer;
	padding:4px;
}

.header:hover{
	background-color:#666;
}
.selected{
	background-color:#F00;
	color:#FFF;
}

.content{
	background:#FFF;
	padding:4px;
}



.productModel {	

font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
color:#494949;
font-size:14pt;
letter-spacing:-1px;
	
}



.productPrice {	

font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
color:#494949;
font-size:12pt;
letter-spacing:-1px;
	
}


.desTitle, .keyFeat  { font-family:Arial, Helvetica, sans-serif;
 
font-size:10pt;
color:#737373;
font-weight:bolder;


}


.specsCat{
	
	font-family:Arial, Helvetica, sans-serif;
	color:#5a5a5a;
	font-size:14pt;
	font-weight:bolder;
}


.specSubcat{
	
	font-family:Arial, Helvetica, sans-serif;
	color:#5a5a5a;
	font-size:10pt;
	font-weight:bolder;
}

ul li {
	
	font-family:Arial, Helvetica, sans-serif;
	color:#5a5a5a;
	font-size:10pt;
	list-style:circle;
	height:20px;

	}
	
	
	
	
	
	
	/* STYLES FOR PRODUCT LISTING */
	
	
	a.productNameLink:link, a.productNameLink:active, a.productNameLink:visited {
		
		font-weight:normal;
		color:#8A8A8A;
		text-decoration:none;
		
		
		
		}
		
		
		a.productNameLink:hover {
		
		font-weight:normal;
		color:#F30;
 		text-decoration:none;
		
		
		}
	
	
		
		.productPrice {
		
		font-weight:normal;
		font-family:Arial, Helvetica, sans-serif;
		color:#979797;
		font-size:12px;
 		text-decoration:none;
		
		
		}
	
	
	
	
/* anchor styles for mobile types*/

a.mobile-types:link, a.mobile-types:active, a.mobile-types:visited{
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-decoration:none;
	display: block;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	background-image: url(images/bullet_list_items_left.png);
	background-repeat: no-repeat;
    background-position: left center;
	float:left;
	
	}



a.mobile-types:hover{
	color:#3C3C3C;
	text-decoration:underline;

	}


.leftbox-title{ font-weight:bold; color:#666; font-size:12px;}


.ttl {
	width: 150px;
}
.tbl {
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
 .no-of-item
 {
    
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:8pt;
	text-decoration:none;
	display: block;
	height: 25px;
	line-height: 25px;
	padding-left: 5px;
	float:left;
 }
 a.filterlink:link, a.filterlink:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-decoration:none;
	line-height:25px;
	background-image: url(images/bullet_list_items_left.png);
	background-repeat: no-repeat;
    background-position: left center;
}

a.filterlink:hover	{
	color:#3C3C3C;
	text-decoration:underline;
}

 a.filterlink_new:link, a.filterlink_new:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	line-height:20px;
	text-decoration:none;
	line-height:25px;
    background-position: left center;
}

a.filterlink_new:hover	{
	color:#3C3C3C;
	font-weight:400;
	}

#specs-list {
	border-bottom: solid 9px #fff;
	width: 700px;
}

#specs-list p {
	padding: 4px 6px;
	font-size: 12px;
	background: #F1F0E5;
	border-bottom: solid 1px #fff;
}

#specs-list p a {
	color: #7D7464;
	text-decoration: underline;
}

#specs-list table {
	background: #efefef;
	border-top: solid 1px #F1F0E5;
	border-bottom: solid 1px #fff;
	width: 700px;
}

#specs-list caption {
	display: none;
}

#specs-list th,
#specs-list td {
	padding: 1px 6px;
	font: 12px Arial;
	vertical-align: top;
}

#specs-list th {
	width: 70px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	background:#ffffff;

}

#specs-list td {
	background: #ffffff;

}

#specs-list td.ttl {
	width: 80px;
	font-weight: bold;
	color: #666666;
}

#specs-list td.ttl a {
	color: #999999;
}

#specs-list td.nfo ul {
	margin-left: 16px;
}

#specs-list td.nfo a {
	color: #7D7464;
	text-decoration: underline;
}

#specs-list td.nfo li {
	padding: 1px 0;
	list-style-type: disc;
}

