@charset "utf-8";
/* CSS Document */

html,body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
#topMenus, 
.breadCrumb,
#rightCol,
#utils,
#leftUsed,
.leftUsed,
.carousel ul,
.printLink,
.carouselButtons, 
.newsFoot,
.zoom,
#preview-message{
	display:none;
	}
	
.prod #rightCol{
	display:block;
	}
	
#header h1{
	font-size:1.6em;
	border-bottom:#000 1px solid;
	}
	
#footer{
	border-top:#000 1px solid;
	padding-top:2.5em;
	text-align:center;
	line-height:0.8em;
	font-size:0.6em;
	}
	
a{
	color:#000;
	text-decoration:none;
	}
	
.active{
	color:#FF6600;
	}
	
.specs td, .specs th{
	border-right:#000 1px solid;
	border-bottom:#000 1px solid;
	text-align:left;
	padding:4px;
	}
	
.specs {
	border-left:#000 1px solid;
	border-top:#000 1px solid;
	}


