@charset "UTF-8";

div.submenu {
	margin: 0px 10px 10px 45px;
}

div.submenuSelected {
	margin: 0px 10px 10px 45px;
	font-weight: bold;
	color: #000;
}

div.brand {
	margin: 10px 0 10px 25px;
	clear: both;
	font-weight: bold;
}

div.brand img {
	margin-top: 5px;
	position: relative;
	top: 1px;
}

div.productThumb {
	float: left;
	width: 100px;
	height: 130px;
	color: #777;
	margin: 10px 25px 10px 25px;
	text-align: center;
	font-size: 8pt !important;
}

div.productLine {
	width: 430px;
	margin: 10px 20px 10px 25px;
	color: #000;
	font-size: 8pt;
	font-weight: bold;
}

div.productTitle {
	font-size: 12pt;
	margin: 20px 10px 20px 25px;
}

div.story {
	color: #777;
	margin: 20px 20px 20px 25px;
}

div.story p.link {
	text-align: right;
	color: #000;
}

table.specs {
	width: 433px;
	margin: 0 20px 30px 25px;
	border: #FFF dotted 1px;
}

table.specs td table{
	width: 100%;
}

td {
	font-size: 8pt;
	text-align: center;
	color:#333;
	padding: 0 4px 5px 4px;
	vertical-align: top;
	border-bottom: 1px dotted #CCC;
}

td.model {
	font-size: 10pt;
	font-weight: bold;
	color: #000;
}

td.spec {
	color: #AAA;
	padding: 5px 0 0 0 !important;
	border: none;
}

td.price {
	font-size: 12pt;
	font-weight: bold;
	color: #000;
	border: none !important;
}