@charset "utf-8";
/* CSS Document */

body, html {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	background-attachment: fixed;
	background-color: #04101C;
	background-image: url(/_img/bgBody.png);
}
img {
	border: 0;
}
img.link {
	cursor: pointer;
}
a {
	text-decoration: none;
	color: #E62821;
}
h1 {
	margin: 10px 0 10px 0;
	font-size: 1.5em;
}

.oldPrice {
	text-decoration: line-through;
}
.clear {
	clear: both;
}


header, footer, nav, section, article {
	display: block;
}
header {
	clear: both;
	width: 800px;
	height: 284px;
	margin: 0 auto;
}
nav {
	clear: both;
	height: 32px;
	background-position: top left;
	background-repeat: repeat-x;
}
#logo {
	float: left;
	width: 476px;
	height: 198px;
	margin: 6px 0 6px 0;
}
#plug {
	float: left;
	width: 238px;
	height: 153px;
	margin: 25px 43px 32px 43px;
}
section {
	clear: both;
	width: 780px;
	margin: 0 auto 0 auto;
	padding: 10px;
	background-color: #FFF;
}
section#mainFP {
	background: none;
}
section#mainFP h1 {
	color: #FFF;
}
section#mainFP p {
	color: #FFF;
	font-size: 1.1em;
}
section#carousel {
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0;
}
section#debug {
	width: 800px;
	background: none;
	background-color: #FFF;
	padding: 0;
}
section.plugs {
	width: 800px;
	background: none;
	padding: 0;
}
section#productPreview {
	clear: both;
}
section#productPreview > ul {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}
section#productPreview > ul > li {
	float: left;
	width: 238px;
	margin: 0 15px 15px 0;
	padding: 5px;
	border: 1px dashed #090909;
}
section#productPreview > ul > li.last,
section#productPreview > ul > li:last-child {
	margin-right: 0;
}
section#productPreview > ul > li > a > .productTitle {
	display: block;
	height: 45px;
	line-height: 150%;
	font-size: 1.25em;
	font-weight: bold;
	overflow: hidden;
}
section#productPreview > ul > li > a > .productTitle > img {
	margin-right: 10px;
	width: 45px;
	height: 45px;
}
section#productPreview > ul > li > a > .productImage {
	display: block;
	width: 238px;
	height: 179px;
	text-align: center;
}
section#productPreview > ul > li > a > .productPrice {
	display: block;
	color: #E62821;
	font-weight: bold;
}
section#productPreview > ul > li > a > .productAttrs {
	display: block;
}
section#productPreview > .pagination {
	clear: both;
	text-align: center;
}
section#productPreview > .pagination td.pagination {
	padding: 2px 7px;
	border: 1px solid #E62821;
}
section#productPreview > .pagination td.pagination > a {
	color: #E62821;
	text-decoration: none;
}
section#productDisplay {
	clear: both;
}
section#productDisplay > .col600 {
	float: left;
	width: 600px;
}
section#productDisplay > .col180 {
	float: left;
	width: 180px;
}
section#productDisplay > .col180 > .productInfoField {
	float: left;
	display: block;
	width: 60px;
	margin-top: 20px;
	font-weight: bold;
}
section#productDisplay > .col180 > .productInfoValue {
	float: left;
	display: block;
	width: 120px;
	margin-top: 20px;
}
section.text {
	background: none;
}
section.text h1 {
	color: #FFF;
}
section.text p {
	color: #FFF;
	font-size: 1.1em;
}
.plug800C {
	clear: both;
	width: 800px;
	margin: 0 0 10px 0;
}
.plug395L {
	float: left;
	width: 395px;
	margin: 0 5px 10px 0;
}
.plug395R {
	float: right;
	width: 395px;
	margin: 0 0 10px 5px;
}
footer {
	width: 790px;
	height: 28px;
	margin: 0 auto 10px auto;
	padding: 2px 5px;
	font-size: 2em;
	font-family: "Rockwell", "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-position: top left;
	background-repeat: repeat-x;
	background-image: url(/_img/bgBarBlue.png);
}
footer > #payments {
	float: left;
	width: 294px;
}
footer > #telephone {
	float: left;
	width: 249px;
	padding: 6px 0 0 0;
	text-align: center;
}

footer > #socialMedia {
	float: left;
	width: 247px;
}

.oldPrice {
	font-weight: normal;
	text-decoration: line-through;
}
.clear {
	clear: both;
}

.noLink {
	color: #000;
	text-decoration: none;
}