.inputbox {
	border: 1px solid silver;
	border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 5px 5px 4px;
}

table.dealer-search td {
	padding-right: 6px;
	padding-bottom: 6px;
}

.messageStackError, .messageStackSuccess {
	color: #c00;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 11px;
}

td.main {
	color:#000000;
	font-size:0.75em;
	font-family:Arial,Helvetica,sans-serif;
	padding: 3px;
}

.inputRequirement {
	color: #9d9b90;
}

p.blue {
	color: #2d82a2;
}

div.clear {
	clear: both;
}

/* @group week table */

#weektable {
	font-size: 11px;
	border-top: 1px solid #45433E;
	border-left: 1px solid #45433E;
	width: 100%;
}

#weektable tr.head td {
	color: white;
	background-color: #45433E; 
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
}

#weektable tr.topcat {
	font-weight: bold;
	font-size: 11px; 
	color: #000000; 
	background-color: #dcd9ca; 
	padding: 3px;
}

#weektable tr.cat td {
	font-weight: bold;
	font-size: 11px; 
	color: #000000; 
	background-color: #dcd9ca; 
	padding: 3px;
}

#weektable td {
	font-family:Arial,Helvetica,sans-serif;
	background-color: #f5f5f5; 
	border-bottom: 1px solid #45433E;
	border-right: 1px solid #45433E;
	padding: 3px;
	vertical-align: top;
}

#weektable td .stock {
	border: none;
	width: 70px;
	border: 1px solid silver;
	background-color: #f5f5f5;
}

#weektable td.size {
	width: 70px;
}

#weektable td select {
	font-size: 9px;
}

#weektable td a {
	color: #666;
}



/* @end */

/* @group image-bank */

#imageBank {
	overflow: hidden;
	border-left: 1px dashed #f5f5f5;
	border-top: 1px dashed #f5f5f5;
}

#imageBank div {
	width: 130px;
	height: 180px;
	float: left;
	border-right: 1px dashed #f5f5f5;
	border-bottom: 1px dashed #f5f5f5;
	font-size: 12px;
	background-color: #f5f5f5;
}

#imageBank div p {
	margin: 0;
	padding: 0;
}

#imageBank div .p1 {
	height: 115px;
	padding-left: 15px;
	padding-top: 15px;
	background-color: white;
}

#imageBank div .p2 {
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#imageBank div .p2 input {
	vertical-align: middle;
	line-height: 12px;
	float: left;
	margin-right: 5px;
}

#imageBankAll {
	float: right;
	margin-top: 3px;
	margin-right: 20px;
}



/* @end */

/* @group category-scroll */

#category-scroll {
	clear: both;
	width: 980px;
	height: 395px;
}

#category-scroll ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 340px;
	overflow: hidden;
}

#category-scroll li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	height: 340px;
	text-align: center;
	position: relative;
	cursor: pointer;
}

#category-scroll li .image {
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
	left: 0;
}

#category-scroll li .reflector {
	margin-left: auto;
	margin-right: auto;
}

#category-scroll li .name {
	font-size: 12px;
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	left: 0;
}

#category-scroll span {
	position: absolute;
	display: block;
	text-align: center;
	width: 100%;
	height: 110px;
	color: #fff;
	font-size: 11px;
	padding-top: 212px;
	text-decoration: none;
	text-indent: -99999px;
	top: 0;
	left: 0;
}

#category-scroll li.hover span {
	background: url(/images/tile-select.png) no-repeat center 210px;
	text-indent: 0;
}

/* @end */

/* @group scrollers */

/* vertical scrollbar */
.mCSB_container{
	width:auto;
	margin-right:30px;
	overflow:hidden;
}
.mCSB_container.mCS_no_scrollbar{
	margin-right:0;
}
.mCustomScrollBox .mCSB_scrollTools{
	width:16px;
	height:100%;
	top:0;
	right:0;
}
.mCSB_scrollTools .mCSB_draggerContainer{
	height:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.mCSB_scrollTools .mCSB_buttonUp+.mCSB_draggerContainer{
	padding-bottom:40px;
}
.mCSB_scrollTools .mCSB_draggerRail{
	width:2px;
	height:100%;
	margin:0 auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.mCSB_scrollTools .mCSB_dragger{
	cursor:pointer;
	width:100%;
	height:30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:4px;
	height:100%;
	margin:0 auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	text-align:center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
	height:20px;
	overflow:hidden;
	margin:0 auto;
	cursor:pointer;
}
.mCSB_scrollTools .mCSB_buttonDown{
	bottom:0;
	margin-top:-40px;
}
/* horizontal scrollbar */
.mCSB_horizontal .mCSB_container{
	height:auto;
	margin-right:0;
	margin-bottom:30px;
	overflow:hidden;
}
.mCSB_horizontal .mCSB_container.mCS_no_scrollbar{
	margin-bottom:0;
}
.mCSB_horizontal.mCustomScrollBox .mCSB_scrollTools{
	width:940px;
	height:16px;
	top:auto;
	right:auto;
	bottom:0;
	left:20px;
	overflow:hidden;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerContainer{
	height:100%;
	width:auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	overflow:hidden;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonLeft+.mCSB_draggerContainer{
	padding-bottom:0;
	padding-right:20px;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:2px;
	margin: 0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	padding: 0;
	position: absolute;
	top: 7px;
	left: 0;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger{
	width:60px;
	height:100%;
	z-index: 9999;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:4px;
	margin:6px auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonRight{
	width:20px;
	height:100%;
	overflow:hidden;
	margin:0 auto;
	cursor:pointer;
	float:left;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonRight{
	right:0;
	bottom:auto;
	margin-left:-40px;
	margin-top:-16px;
	float:right;
}

/* default scrollbar colors and backgrounds */
.mCustomScrollBox .mCSB_scrollTools{
	opacity:0.75;
}
.mCustomScrollBox:hover .mCSB_scrollTools{
	opacity:1;
}
.mCSB_scrollTools .mCSB_draggerRail{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.4);
	filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.75);
	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(255,255,255,0.85);
	filter:"alpha(opacity=85)"; -ms-filter:"alpha(opacity=85)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(255,255,255,0.9);
	filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
	background-image:url(mCSB_buttons.png);
	background-repeat:no-repeat;
	opacity:0.4;
	filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp{
	background-position:0 0;
}
.mCSB_scrollTools .mCSB_buttonDown{
	background-position:0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight{
	background-position:0 -56px;
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover{
	opacity:0.75;
	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active{
	opacity:0.9;
	filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; /* old ie */
}

.mCSB_scrollTools {
}



/* @end */

/* @group basket */

table.basket {
	border-width: 0;
	border-style: none;
	border-spacing: 0;
	background-color: #e7e6e3;
	margin-bottom: 12px;
}

table.basket td {
	margin: 0;
	padding: 0;
}

table.basket td.basket-header {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	background-color: #323232;
	font-size: 11px;
	margin: 0;
	padding: 4px 8px;
}

table.basket td.basket-data {
	color: #333;
	vertical-align: middle;
	padding: 6px 10px;
	font-size: 12px;
}

table.basket td.basket-data a {
	color: #333;
	text-decoration: none;
}

table.basket td.basket-data a:hover {
	color: #848484;
}



p.sub-total {
	font-size: 12px;
	color: #fff;
	text-align: right;
	margin-top: 12px;
	overflow: hidden;
	margin-bottom: 20px;
	clear: both;
}

span.markProductOutOfStock {
	color: #c5262a;
}

td.stockWarning {
	color: #c5262a;
}

p.button-right {
	float: right;
}



/* @end */

/* @group info-block */

div.info-block {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	background-color: #e7e6e3;
	font-size: 12px;
}

div.info-block div.contents {
	overflow: hidden;
	padding: 5px 10px;
}

div.info-block h1.title {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	background-color: #323232;
	font-size: 11px;
	margin: 0;
	padding: 4px 8px;
}

div.info-block div.contents h1 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 10px;
}

div.info-block div.contents h2 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 10px;
}

div.info-block div.contents h3 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 8px;
	margin-top: 10px;
}

div.info-block div.contents ul {
	margin-left: 30px;
	font-size: 14px;
	list-style-type: disc;
	margin-bottom: 20px;
	margin-top: 10px;
}

.subArea div.info-block div.contents ul li {
	padding: 0;
	margin: 0 0 6px;
	background-image: none;
}

.subArea div.info-block div.contents ul {
	margin-left: 30px;
	font-size: 14px;
	list-style-type: disc;
	margin-bottom: 20px;
	margin-top: 10px;
}

div.info-block h2 {
	font-size: 14px;
	margin-bottom: 4px;
}

div.info-block p {
	font-size: 14px;
	line-height: 21px;
	margin-top: 6px;
	margin-bottom: 6px;
}

div.info-block td {
	font-size: 12px;
}

div.info-block li {
	font-size: 12px;
}

div.info-block input.inputbox {
	width: 300px;
}

div.info-block input.inputbox-short {
	width: 100px;
}

div.info-block input.inputbox-qty {
	width: 30px;
}

div.info-block ol {
	list-style-type: none;
	padding: 0;
	margin: 12px 0;
}

div.info-block ol li {
	list-style-type: none;
	background-image: none;
	margin: 5px 0;
	padding: 0;
}

div.info-block ol li.button {
	margin-top: 12px;
}

div.info-block li em {
	color: #9d9b90;
	margin-left: 5px;
}

div.info-block h6 {
	font-size: 11px;
	color: #9d9b90;
	font-weight: normal;
	position: absolute;
	top: 4px;
	right: 6px;
	margin: 0;
	padding: 0;
}

.subArea div.info-block h6 a {
	color: #9d9b90;
	font-weight: bold;
	text-decoration: none;
}

.subArea div.info-block h6 a:hover {
	color: #fff;
}

.subArea div.info-block a {
	text-decoration: none;
	color: #848484;
}

.subArea div.info-block a:hover {
	color: #333333;
}

div.info-block label {
	width: 160px;
	float: left;
	font-size: 12px;
	line-height: 18px;
}

div.info-block div.right {
	float: right;
	margin-right: 6px;
}

div.info-block div.content {
    padding: 8px;
    overflow: hidden;
}

div.info-block div.content-left {
    width: 50%;
    float: left;
}

div.info-block div.content-right {
    width: 50%;
    float: right;
    text-align: right;
}

div.messageStackSuccess {
	background-color: #108d71;
	padding: 4px 12px;
	border: 1px solid #108d71;
	color: #fff;
	margin-bottom: 12px;
	font-size: 12px;
}

div.messageStackWarning, div.messageStackError {
	background-color: #7a251e;
	padding: 4px 12px;
	border: 1px solid #952c22;
	color: #fff;
	margin-bottom: 12px;
	font-size: 12px;
}



/* @end */

/* @group checkout */

#shipping-address {
	margin-top: 15px;
}

textarea {
	width: 99%;
}



/* @end */

/* @group account */

table.orderTable td {
	padding-top: 1px;
	padding-bottom: 1px;
}

table.orderTable td {
	padding: 6px 0;
}


/* @end */

#voucher-box .main {
	color: #fff;
}