@CHARSET "UTF-8";

* {
	padding: 0px;
	margin: 0px;
}

/* TODO: Fix this */
*:focus
{
  -moz-outline: 0px solid #FFFF00  !important;
  -moz-outline-offset: 0px         !important;
  -moz-outline-radius: 0px         !important;
}

html {
	min-height: 101%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #0c0a0b;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

a {
	color: #ffffff;
	text-decoration: none;
}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.cb {
	clear: both;
}

/* ////////////////////////////////////////////////////////////////////////// */

input, textarea {
	border: 0px;
	background-color: #556e82;
	color: #b4d7f5;
	font-size: 11px;
	padding: 2px;
}
select {
	border: 0px;
	background-color: #556e82;
	color: #b4d7f5;
	font-size: 11px;
}
option {
	background-color: #556e82;
	color: #b4d7f5;
	font-size: 11px;
	padding: 2px;
}
.w100 {
	width: 100%;
}
.w300 {
	/*width: 300px;*/
	width: 100%;
}

/* FORM STYLES BEGIN */
div#cForm
{
	margin-top: 20px;
	width: 100%;
	text-align: center;
}
#cForm h2 {
	width: 460px;
	text-align: left;
	margin: 0px auto;
}
#cForm table {
	width: 460px;
	text-align: left;
	margin: 0px auto;
	/*border: 1px solid #b3d6f6;*/
	padding: 5px;
}
#cForm table td {
	vertical-align: top;
	padding-bottom: 5px;
}
#cForm table td.label {
	width: 100px;
	text-align: left;
	font-size: 11px;
	/*padding-bottom: 5px;*/
}
#cForm table td.textField {
	width: 206px;
	text-align: left;
	font-size: 11px;
}
#cForm table td.textInput {
	width: 306px;
	text-align: right;
	font-size: 11px;
}
#cForm table td.textInputCB {
	width: 306px;
	text-align: left;
	font-size: 11px;
}
#cForm table td.textInfo {
	text-align: left;
	font-style: italic;
}
#cForm table td.buttons {
	text-align: right;
	vertical-align: middle;
}
#cForm table td.buttons input {
	color: #ffffff;
}
#cForm span.mandatory {
	color: #ff0000;
}
#cForm input {
	border: 1px solid #b3d6f6;
	background-color: #556e82;
	color: #b4d7f5;
	font-size: 11px;
	padding: 2px;
}
/* FORM STYLES END */

/* ////////////////////////////////////////////////////////////////////////// */

#outer {
	text-align: center;
	background-color: #556e83;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	width: 950px;
	margin: 0px auto;
	text-align: left;
}
#wrapper #page {
	padding-top: 10px;
	padding-bottom: 20px;
}
#wrapper #page #leftCol {
	width: 195px;
	float: left;
}
#wrapper #page #cnw {
	width: 755px;
	float: right;
}
#wrapper #page #cnw #centerCol {
	width: 560px;
	float: left;
}

#centerCol h1 {
	font-family: Arial, Helvetica, sans-serif; /*Verdana, */
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 6px;
}
#centerCol h2 {
	font-family: Arial, Helvetica, sans-serif; /*Verdana, */
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}
#centerCol h3 {
	font-family: Arial, Helvetica, sans-serif; /*Verdana, */
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
}
#centerCol p {
	margin-bottom: 6px;
}

#wrapper #page #cnw #rightCol {
	float: right;
}
#fWrapper {
	background-color: #ffffff;
	background-image: url(../images/background_brands.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #b4d7f5;
	border-bottom: 3px solid #ed2229;
}
#fWrapper #footer {
	width: 940px;
	margin: 0px auto;
	text-align: center;
	padding-bottom: 5px;
}
#copyWrapper {
	margin-top: 5px;
	padding-bottom: 10px;
}
#copyWrapper #copy {
	width: 950px;
	margin: 0px auto;
	text-align: right;
}
#copyWrapper #copy p.cp {
	font-size: 11px;
	color: #ed2229;
	margin-bottom: 10px;
}
#copyWrapper #copy p.is {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #6f6f6f;
	text-transform: uppercase;
	font-variant: small-caps;
}
#copyWrapper #copy p.is a {
	color: #6f6f6f;
}

#header {
	background-image: url(../images/header_1280.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 180px;
}

#hContent {
	width: 950px;
	margin: 0px auto;
	text-align: right;
}
#hContent #loginForm {
	height: 153px;
}
#hContent #loginForm #lfWrap {
	float: right;
	text-align: left;
	margin-top: 40px;
}
table#frmLayout {
	width: 186px;
}
#frmLayout td {
	vertical-align: top;
	font-size: 11px;
	color: #b4d7f5;
	padding-top: 5px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif !important;
}
#hContent #loginForm #lfWrap input {
	border: 0px;
	background-color: #556e82;
	color: #b4d7f5;
	font-size: 11px;
	padding: 1px;
}
#hContent #loginForm #lfWrap input.un {
	width: 186px;
	height: 16px;
	text-indent: 5px;
}
#hContent #loginForm #lfWrap input.pw {
	width: 110px;
	height: 16px;
	text-indent: 5px;
}
#hContent #topNav {
	float: right;
}
#hContent #topNav ul {
	list-style: none;
	text-align: left;
}
#hContent #topNav ul li {
	display: inline;
}
#hContent #topNav ul li a {
	display: block;
	float: left;
	width: 91px;
	height: 28px;
	margin-left: 5px;
	background-image: url(../images/btn_bgr.jpg);
	background-repeat: no-repeat;
	text-transform: uppercase;
	text-align: center;
}
#hContent #topNav ul li a span {
	display: block;
	padding-top: 6px;
}
#hContent #topNav ul li a:hover {
	background-image: url(../images/btn_bgr_active.jpg);
	background-repeat: no-repeat;
}
#hContent #topNav ul li a.selected {
	background-image: url(../images/btn_bgr_active.jpg);
	background-repeat: no-repeat;
}

.modBox {
	border: 1px solid #556e82;
	color: #556e82;
	background-color: #b3d6f6;
	margin-bottom: 10px;
	width: 188px;
	font-size: 11px;
}
html>body div.modBox {
	width: 186px;
}
.modBox .title {
	padding: 12px;
	padding-bottom: 0px;
	font-weight: bold;
	text-transform: uppercase;
}
.modBox .content {
	color: #36444f;
}
.modBox .content a {
	color: #36444f;
}
.modBox .content a:hover {
	text-decoration: underline;
}
.modBox .content a.selected {
	color: #ffffff;
}
.modBox .content {
	padding: 12px;
}
.modBox .content ul {
	list-style: none;
}
.modBox .content ul li.active {
	font-weight: bold;
	color: #ffffff;
	list-style: square;
	margin-left: 12px;
}

.modBox #sForm {
	padding: 12px;
}
.modBox #sForm table {
	margin-bottom: 12px;
}
.modBox #sForm table td {
	padding-bottom: 4px;
	width: 160px;
	font-size: 10px;
	color: #36444f;
}
.modBox #sForm table td .tri {
	width: 50px;
	color: #ffffff;
}
.modBox #sForm table td .full {
	width: 160px;
	color: #ffffff;
}

.modBox .content_vc {
	background-image: url(../images/background_vc.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 12px;
	padding-top: 120px;
}
.modBox .content_sc {
	background-image: url(../images/icon_shopping_cart.gif);
	background-repeat: no-repeat;
	background-position: 15px 83px;
	padding: 12px;
}
.modBox .content_sc table {
	width: 158px;
	margin-bottom: 12px;
}
.modBox .content_sc table th {
	font-weight: normal;
	font-size: 11px;
	text-align: center;
}
.modBox .content_sc table th.tar {
	text-align: right;
	width: 75px;
}
.modBox .content_sc table td {
	padding: 2px;
	color: #36444f;
	font-size: 11px;
}
.modBox .content_ml {
	padding: 12px;
}
.modBox .content_ml table {
	margin-bottom: 5px;
}
.modBox .content_ml td input {
	width: 158px;
	color: #ffffff;
}

p.wheelsTitle { font-weight: bold; color: #36444F; margin-top: 10px; }

/* Breadcrumb BEGIN */
div#breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	margin-bottom: 6px;
	color: #41525f;
	text-transform: uppercase;
}
div#breadcrumb a {
	color: #bfe1ff;
}
div#breadcrumb h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 12px;
	font-weight: normal;
	display: inline;
}
/* Breadcrumb END */

/* HOMEPAGE STYLES BEGIN */
#hpNews div.item {
	margin-bottom: 15px;
	padding-bottom: 6px;
	text-align: left;
}
#hpNews div.item h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
#hpNews div.item div.picture {
	float: left;
	width: 123px;
	background-color: #4c606f; /*#556e82;*/
	margin-right: 6px;
}
#hpNews div.item div.picture img {
	margin: 6px;
	border: 1px solid #ffffff;
}
#hpNews div.item div.description p.date {
	color:#41525F;
	font-size: 10px;
}
#hpNews div.item div.description p.readMore {
	font-weight: bold;
}

#hpContent {
	border: 1px solid #b3d6f6;
	padding: 6px;
	margin-bottom: 15px;
}
/* HOMEPAGE STYLES END */


/* SHOP STYLES BEGIN */
#catalog div.item {
	background-color: #4c606f; /*#556e82;*/
	text-align: center;
	float: left;
	width: 176px;
	margin-bottom: 15px;
	padding-bottom: 6px;
}
#catalog div.item h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}
#catalog div.item div.picture img {
	margin: 6px;
}

/******************************************/
#catalog div.item2 {
	background-color: #4c606f; /*#556e82;*/
	text-align: center;
	float: left;
	width: 178px;
	height: 230px;
	margin-bottom: 15px;
	padding-bottom: 6px;
}
#catalog div.item2 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}
#catalog div.item2 div.picture a {
	margin: 6px;
	display: block;
	width: 164px;
	height: 164px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	text-align: center;
}
#catalog div.item2 div.picture a img {
	/*
	margin: 6px;
	border: 1px solid #ffffff;
	*/
}

/******************************************/
div.itemPreview {
	background-color: #556e82;
	margin-bottom: 15px;
	height: 178px;	
}
div.itemPreview h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
div.itemPreview div.picture {
	float: left;
	/*width: 178px;*/
}
div.itemPreview div.picture img {
	margin: 6px;
	border: 1px solid #ffffff;
}
div.itemPreview div.description {
	margin: 6px;
	float: left;
}

table.orderDetail {
	border-left: 1px solid #556e82;
	border-top: 1px solid #556e82;
	width: 100%;
	margin-bottom: 10px;
}
table.orderDetail th {
	border-right: 1px solid #556e82;
	border-bottom: 1px solid #556e82;
	background-color: #b3d6f6;
	color: #556e82;
	text-align: right;
	vertical-align: middle;
	padding: 4px;
	font-size: 11px;
	width: 160px;
}
table.orderDetail td {
	border-right: 1px solid #556e82;
	border-bottom: 1px solid #556e82;
	background-color: #ffffff;
	color: #556e82;
	padding: 4px;
	font-size: 11px;
	vertical-align: top;
}

table.orderDetail td#controls {
	width: 146px;
	text-align: center;
	vertical-align: middle;
}

table#orderPayControl {
	border: 0px solid #ffffff;
}
table#orderPayControl td {
	border: 0px solid #ffffff;
	width: 140px;
	text-align: center;
}
table#orderPayControl input {
	color: #ffffff;
	width: 130px;
	cursor: pointer;
}
table#orderPayControl input.pay {
	background-color: #099700;
	height: 50px;
}
table#orderPayControl input.cancel {
	background-color: #9e0000;
}

table#articlesList {
	border-left: 1px solid #556e82;
	border-top: 1px solid #556e82;
	width: 100%;
	margin-bottom: 10px;
}
table#articlesList th {
	border-right: 1px solid #556e82;
	border-bottom: 1px solid #556e82;
	background-color: #b3d6f6;
	color: #556e82;
	text-align: center;
	vertical-align: middle;
	padding: 4px;
	font-size: 11px;
}
table#articlesList td {
	border-right: 1px solid #556e82;
	border-bottom: 1px solid #556e82;
	background-color: #ffffff;
	color: #556e82;
	padding: 4px;
	font-size: 11px;
}
table#articlesList td a {
	color: #556e82;
	text-decoration: underline;
}
table#articlesList td a:hover {
	color: #556e82;
}
table#articlesList td.pic {
	text-align: center;
	width: 82px;
}
table#articlesList td.actions {
	width: 95px;
	text-align: center;
}
table#articlesList td.vehicle {
	width: 26px;
	text-align: center;
}
table#articlesList td.cartActions {
	width: 68px;
}
table#articlesList td.cartActions .btn {
	width: 65px;
}
table#articlesList td.qty {
	text-align: center;
}
table#articlesList td.price {
	text-align: right;
	width: 60px;
}
table#articlesList td.priceNA {
	text-align: center;
	width: 60px;
	color: red;
}
table#articlesList td.priceViewOrder {
	text-align: right;
	width: 90px;
}
table#articlesList td.total {
	text-align: right;
	/*font-size: 14px;*/
	background-color: #b3d6f6;
	color: #556e82;
	border-right: 1px solid #556e82;
}


/* SEARCH DETAIL BEGIN */

table#articleDetail {
	border-left: 1px solid #556e82;
	border-top: 1px solid #556e82;
	width: 100%;
	margin-bottom: 10px;
}
table#articleDetail th {
	border-right: 1px solid #556e82;
	border-bottom: 1px solid #556e82;
	background-color: #b3d6f6;
	color: #556e82;
	text-align: right;
	vertical-align: middle;
	padding: 4px;
	font-size: 11px;
}
table#articleDetail td {
	border-right: 1px solid #556e82;
	border-bottom: 1px solid #556e82;
	background-color: #ffffff;
	color: #556e82;
	padding: 4px;
	font-size: 11px;
}
table#articleDetail td a {
	color: #556e82;
	text-decoration: underline;
}
table#articleDetail td a:hover {
	color: #556e82;
}
table#articleDetail td.pic {
	text-align: center;
}
table#articleDetail td.actions {
	text-align: center;
}
table#articleDetail td.cartActions {

}
table#articleDetail td.cartActions .btn {
	width: 65px;
}

div#shopMessageOK {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4eb630;
	background-color: #f3ffef;
	background-image: url(../images/shop_message_ok.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border: 1px solid #4eb630;
	padding: 10px;
	padding-left: 60px;
	height: 50px;
	margin-bottom: 20px;
	vertical-align: middle;
}
div#shopMessageOK p {
	margin-top: 5px;
	margin-left: 5px;
	vertical-align: middle;
}
div#shopMessageERR {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #b31313;
	background-color: #ffefef;
	background-image: url(../images/shop_message_err.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border: 1px solid #b31313;
	padding: 10px;
	padding-left: 60px;
	height: 50px;
	margin-bottom: 20px;
	vertical-align: middle;
}
div#shopMessageERR p {
	margin-top: 5px;
	margin-left: 5px;
	vertical-align: middle;
}

div.messageError {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #b31313;
	background-color: #ffefef;
	border: 1px solid #b31313;
	padding: 10px;
	margin-bottom: 20px;
}

/* SHOP STYLES END */

.mLogos {
	float: left;
	width: 50%; 
	padding-top: 8px;
}
.mLogos p {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #0c0a0b;
	font-weight: bold;
}
.mLogo {
	width: 105px;
	text-align: center;
	padding-bottom: 8px;
	margin-bottom: 3px;
}