@charset "utf-8";

/************* RESET CSS *************/
html {
	
	/*overflow-y:scroll;	*/
}
img, div, a, input { behavior: url(/iepngfix.htc) }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center,dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family:Tahoma;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



.wrapper {
	width:1010px;
	margin:20px auto;
}
.header {
	height:128px;
	background:url(../images/bgr_header_top.gif) top center repeat-x;
	margin-bottom:20px;
}
h1 {
	height:33px;
	line-height:33px;
	background:url(../images/bgr_header.gif) top left no-repeat;
	margin-bottom:20px;
}
.main {
	padding:10px 0px;
}
.sidebar {
	width:335px;
	float:left;
}
.sidebar.last {
	margin-left:20px;
}
h2 {
	color:#666;
	font-size:12px;
	text-transform:uppercase;	
}
.sidebar h2 {
	border-bottom:1px solid #ddd;
	margin-bottom:15px;
	padding-bottom:8px;
}
.sidebar h3 {
	text-transform:uppercase;
	font-size:10px;
	margin:0px 0px 10px 0px;
}
.sidebar .Multiple {
	margin-bottom:15px;
}

.sidebar .col1 {
	float:left;
	clear:left;
	width: 160px;
}
.sidebar .col2 {
	float:left;
	width: 165px;
	margin-left:10px;
}
.sidebar .Multiple select {
	width:165px;
	height:100px;
}
.sidebar .Multiple label {
	display:block;
	font-family:tahoma;
	font-size:10px;	
	color: #999;
	margin:0px;
	padding:0px;
	clear:both;
}

.sidebar .Multiple label.checked {
	font-weight:bold;	
	color: #000;
}

.sidebar .Multiple label.hasoptions {
	font-weight:bold;
	color: #000;
}
.sidebar .Multiple .multiple_options {
	overflow-y:scroll;
	overflow-x:hidden;
	height:132px;

	border-color:#abadb3 #dbdfe6 #dbdfe6 #dbdfe6;
	border-width:1px;
	border-style:solid;
	padding:2px;	
}
.sidebar .Multiple input {
	margin:0px 2px 5px 0px;
	width:13px;
	height:13px;
	padding:0px;
}

.sidebar .Multiple select option {
	margin-bottom:2px;
}
.buttons {
	margin-top:15px;
}
.buttons a.clearresults{
	background:url(../images/bgr_icons_butt.gif) no-repeat 0 -52px;
}
.buttons a.compareresults {
	background:url(../images/bgr_icons_butt.gif) no-repeat 0 -130px;
}
.buttons a.shop {
	background:url(../images/bgr_icons_butt.gif) no-repeat 0 0px;
}
.buttons input {
	float:left;
	margin:2px 5px 0px 0px;
	width:25px;
}
.buttons a.butt {
	color:#666666;
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	height:26px;
	line-height:26px;
	margin-right:5px;
	padding-left:24px;
	text-decoration:none;
}
.buttons a.butt em {
	background:url(../images/bgr_butt.gif) repeat-x right center;
	display:block;
	font-style:normal;
	padding:0 10px 0 5px;
}
.buttons a:hover {
	color:#be141b;
}


.content {
	width:655px;
	margin-left:20px;
	float:left;
}
.full {
	width:100% !important;
	margin:0px;
	float:none;
}
.content .header_title {
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:1px solid #ddd;
}
.content .header_title h2 {
	float:left;
}
.content .header_title ul.pages {
	font-size:11px;
	float:right;
}
.content .header_title ul.pages li {
	font-size:11px;
	margin-left:2px;
	float:left;
}
.content .header_title ul.pages li.title {
	margin:2px 10px 0px 0px;
}
.content .header_title ul.pages li a {
	color:#666;
	padding:2px 5px;
	text-decoration:none;
	display:block;
}
.content .header_title ul.pages li a:hover {
	color:#be141b;
}
.content .header_title ul.pages li.active a {
	background:#be141b;
	font-weight:bold;
	color:#fff;
}
.content .header_title ul.pages li.active a:hover {
	color:#fff;
}

.banner_small {
	float:right; 
	width:205px; 
	margin-right:35px; 
	margin-top:-17px; 
	text-align:center;
}

.content .item {
	width:205px;
	height:205px;
	margin-right:20px;
	margin-left:0px;
	overflow:hidden;
	float:left;
}
.full .item {
	width:232px;
	height:100% !important;
}
.item ul.specification {
	margin:15px 0px;
	padding:0px;
	font-size:10px;
	color:#666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.item ul.specification li {
	padding:5px;
	line-height:16px;
	text-transform:uppercase;
	border-bottom:1px solid #E0E0E0;
}
.item ul.specification li:hover {
	color:#fff;
	background:#BE141B;
}
.content .last {
	margin-right:0px;
}
.item h4 {
	font-size:10px;
	margin-bottom:10px;
}
.item h4 a {
	text-decoration:none;
	color:#000;
	white-space:nowrap;
}
.item h4 a:hover {
	color:#be141b;
}
.thumb {
	width:197px;
	height:131px;
	padding:3px;
	margin-bottom:5px;
	overflow:hidden;
	border:1px solid #e0e0e0;
	text-align:center;
	background:#fff;
}
.full .item .thumb {
	width:224px;
	height:162px;
}
.item .thumb:hover {
	border:1px solid #ABADB3;

}
.item .thumb a {
	display:block;
}
.item .thumb img {
	/*width:200px*/;
	height:130px;
	margin:auto;
	display:block;	
}
.full .item .thumb img {
	/*width:200px*/;
	height:166px;
	margin:auto;
	display:block;	
}
.item span.price {
	font-size:11px;	
	float:left;
}
.full .item span.price {
	float:none;
}
.item span.price strong {
	font-size:12px;	
	color:#be141b;
}
.item label.compare {
	font-size:11px;
	color:#000;
	float:right;
}
.item label.compare span, .item label.compare input {
	float:left;
}
.item label.compare span {
	margin-top:3px;
	height:13px;
	display:block;
}

table.item {
	width:100%;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
table.item tr th {
	width:300px;
	text-align:left;
}
table.item tr td {
	width:205px;
	overflow:hidden;
	margin-right:20px;
}
table.item tr th, table.item tr td {
	height:28px;
	border-bottom:1px solid #ddd;
	padding:0px 5px;
	vertical-align:middle;
}
table.item span.price {
	margin-left:5px;
}
table.item tr.row1 th, table.item tr.row1 td {
	background:#F9F9F9;
}
table.item tr.heading td, table.item tr.heading th {
	padding:0px 0px 10px 0px;
	background:#fff;
}
table.item tr.row1:hover th, table.item tr.row0:hover th, table.item tr.row1:hover td, table.item tr.row0:hover td {
	background:#BE141B !important;
	color:#fff;
}


/************* OVERLAY *************/
div.overlay {
/*	background-image:url(/images/white.png);*/
	background-color:#fff;
	border:1px solid #a2a2a2;
	width:880px;
	height:600px;		
	display:none;
	padding:45px 15px;
}
div.overlay div.close {
	background-image:url(/images/close.gif);
	background-repeat:no-repeat;
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:24px;
	width:24px;
}
div.compareContainer {
	width:880px;
	height:615px;
	overflow-x:scroll;
	overflow-y:hidden;	
	
}

/************* CLEAR FLOATS *************/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

