
/* =RESET CSS
-------------------------------------------------------------- */

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =Fonts
-------------------------------------------------------------- */

body,
input,
textarea,
input[type="text"],
input[type="password"],
input[type=submit] {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input[type="text"],
input[type="password"],
textarea {
	background: #f9f9f9;
	border: 1px solid #555;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
	margin: 0 0 1px 0;
}

input[type="button"],
input[type=submit] {
	border: 0px solid #fff;
	outline: none;
	cursor : pointer;
	}
	
/* =Global Elements
-------------------------------------------------------------- */

#site-wrapper {
	margin: 0  auto;
	position: relative;
	width: 1000px;
	}
	
div.clear { 
	border: 0; 
	clear: both; 
	margin: 0; 
	padding: 0; 
	height: 0px; 
	overflow: hidden; 
	}
	
body.retail {
	background-image: url(/images/background-v10.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #ffec00;
	}
	
body.dealer{
	background-color: #2a2a2a;
	}
	
body,
input,
textarea {
	color: #000;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}

strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
/* a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
} */
	
a,
a:link,
a:visited,
a:active {
	color: #000;
	}
	
a:hover {
	color: #777;
	text-decoration: none;
	}
	
a.bluelink,
a.bluelink:link,
a.bluelink:visited,
a.bluelink:active {
	color: #000;
	}
	
a.bluelink:hover {
	color: #777;
	text-decoration: none;
	}
	
.red{
	color: red;
	}
	
/* =Header
-------------------------------------------------------------- */

#site-wrapper {
	margin: 0  auto;
	position: relative;
	width: 1000px;
	}
	
#heading {	
	width: 1000px;
	height: 150px;
	}
	
#logo {
	width: 500px;
	height: 150px;
	}
	
/* =Content Products Single Product Detail
-------------------------------------------------------------- */	

div#icons-brand { 
	display: table-cell;
	color: #000000; 
	width: 780px; 
	height: 120px;
	vertical-align: middle;
	}
table#pr-detail-box td#height-brand {
 	margin: 0;
	padding: 0;
	display: block;
	height: 80px; 
	}	
div#product-wrapper img.brand_product_img { 
	width: 150px;
	}	
	
table#pr-detail-box {
 	margin: 20px 20px 5px 0;
	padding: 0;
	display: block;
	float: left;
	width: 250px;
/* 	height: 250px; */
 	}
table#pr-detail-box td#height {
 	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 252px;
	height: 257px; 
	}	
table#pr-detail-box .boxgrid{ 
 	width: 250px; 
	height: 250px; 
	float:left; 
	background: white; 
	border: 1px solid #AAA;
	overflow: hidden; 
	position: relative;  
	} 
table#pr-detail-box .boxgrid a{ 
 	text-decoration: none;
	cursor : pointer; 
	}
table#pr-detail-box .boxgrid img{ 
 	position: absolute; 
	width: 250px; 
	height: 250px; 
	top: 0; 
	left: 0; 
	border: 0; 
	}

table#pr-detailthumb-box {
 	margin: 5px 5px 10px 0;
	padding: 0;
	display: block;
	float: left;
	width: 50px;
	height: 50px; 
	}
table#pr-detailthumb-box td#height {
 	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 52px;
	height: 52px; 
	}	
table#pr-detailthumb-box .boxgrid{ 
 	width: 50px; 
	height: 50px; 
	float:left; 
	background: white; 
	border: 1px solid #AAA;
	overflow: hidden; 
	position: relative; 
	} 
table#pr-detailthumb-box .boxgrid a{ 
 	text-decoration: none;
	cursor : pointer; 
	}
table#pr-detailthumb-box .boxgrid img{ 
 	position: absolute; 
	width: 50px; 
	height: 50px; 
	top: 0; 
	left: 0; 
	border: 0;
	}
	
table#pr-detail-description-box {
 	margin: 20px 0 5px 0;
	padding: 0;
	display: block;
	float: left;
	width: 500px;
	/*height: 250px;*/ 
	}
table#pr-detail-description-box td#height {
 	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 252px;
	height: 252px; 
	}	
		
table#pr-detail-description-box span.product-category {
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-align: left; 
	}

table#pr-detail-description-box p.product-text,
table#pr-detail-description-box span.product-text,
table#pr-detail-description-box span.fits{
	color: black;
	text-align: left;
	text-transform: none; 
	}

table#pr-detail-description-box td.tdleft { 
 	min-width: 150px;
 	}
table#pr-detail-description-box td.tdleft-border { 
 	min-width: 150px;
	display: block;
	height: 5px;
	}
table#pr-detail-description-box td.tdright { 
 	width: 350px;
 	}

table#pr-detail-description-box td.tdleft-info { 
	padding: 10px;
	background: #eee;
 	}
table#pr-detail-description-box td.product-special { 
	padding: 5px;
	background: red;
 	}
	
table#pr-detail-description-box span.product-order { 
	font-size: 14px;
	font-weight: bold;
	color: black; 
	}	
table#pr-detail-description-box span.product-order-special { 
	font-size: 14px;
	font-weight: bold;
	color: #fff; 
	}
table#pr-detail-description-box span.product-no-special { 
	font-weight: bold;
	color: red; 
	}	
table#pr-detail-description-box span.product-available { 
	font-weight: normal;
	color: #696969; 
	}
	
table#pr-detail-description-box span.product-price { 
/*  	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: black;  */
	}	
	
table#pr-detail-description-box span.product-yes { 
	font-weight: normal;
	color: #66BC0B;  
	}

table#pr-detail-description-box span.product-no { 
	font-weight: normal;
	color: red; 
	}

table#pr-detail-description-box span.product-stock-info {
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
 	color: #696969; 
	}

table#pr-detail-box td.reference { 
 	margin: 5px 0 0 0;
	padding: 5px;
	text-align: center;
	/* background: #eee; */
	background: none;
	}
	
table#pr-detail-box span.reference { 
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
 	/* color: #696969;  */
	color: red;
	}

