@charset 'utf-8';
/*
 SITE NAME
 Author: Developer Name Here
 Updated: 01/01/2011

 +-+-+-+-+-+-+ GLOBAL STYLES +-+-+-+-+-+-+
 =NORMALIZE ALL ELEMENTS (CROSS-BROWSER)
 =GLOBAL ELEMENTS
 =GLOBAL CLASSES
 =GLOBAL FORMS RULES
 =WRAPPER
 =HEADER
 =NAVBAR
 =MAIN
 =BANNER
 =COLUMN-LEFT
 =COLUMN-RIGHT
 =BOTTOM WRAP
 =FOOTER
 =DISCLAIMERS
 +-+-+-+-+-+-+ PAGE SPECIFIC STYLES +-+-+-+-+-+-+
 =SFNT PAGE
 =CTGY PAGE
 =PROD AND PATR PAGES
 =POUT PAGE
 =SRCH PAGE
 =BASK PAGE
 =OCST, OSEL, OPAY AND INVC PAGES
 =ACAD, ACED, AFAD, AFED PAGES
 =LOGN, ORDL AND ORHL PAGES
 =ACLN PAGE
 =ORDH AND ORDS PAGES
 =NTFD PAGE
 =SMAP PAGE
 =CTUS PAGE
 =ORDP PAGE
 =free-catalog
 +-+-+-+-+-+-+ SMART DESIGN +-+-+-+-+-+-+

 */

/* ======================== NORMALIZE ALL ELEMENTS (CROSS-BROWSER) ===================================
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal, Kroc Camen, and the H5BP dev community and team.
 * [Based on the HTML5 Boilerplate (http: //html5boilerplate.com/) and normalize.css (http: //github.com/necolas/normalize.css)]
 *
 * Detailed information about this CSS: h5bp.com/css
 */

/* ------------------------ HTML5 element display ------------------------ */
/* Corrects block display not defined in IE6/7/8/9 & FF3 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* Corrects inline-block display not defined in IE6/7/8/9 & FF3. Known limitation:  IE6 will not apply style for 'audio[controls]' */
audio, canvas, video {
	display: inline-block;
}
.ie6 audio, .ie7 audio, .ie6 canvas, .ie7 canvas, .ie6 video, .ie7 video {
	display: inline;
	zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none;
}

/* ------------------------ base elements ------------------------ */
/*
 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units (http: //clagnut.com/blog/348/#c790)
 2. Keeps page centred in all browsers regardless of content height
 3. Removes Android and iOS tap highlight color to prevent entire container being highlighted (www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/)
 4. Prevents iOS text size adjust after orientation change, without disabling user zoom (www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/)
 */
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
/* Font normalization inspired by YUI Library's fonts.css (developer.yahoo.com/yui/) [*Hack retained to preserve specificity] */
body {
	font: 12px/1.4 sans-serif;
	margin: 0;
}
/* Addresses font-family inconsistency between 'textarea' and other form elements. */
select, input, textarea, button {
	font: 99% sans-serif;
}
/* Corrects font family set oddly in IE6, S5, Chrome (en.wikipedia.org/wiki/User: Davidgothberg/Test59) [*Hack retained to preserve specificity] */
pre, code, kbd, samp {
	font-family: monospace, sans-serif;
	font-size: 1em;
}
.ie6 samp {
	font-family: 'courier new', monospace;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
	clear: both;
}

/* ------------------------ links ------------------------ */
a:hover, a:active {
	text-decoration: underline;
}
a:link {
	color: #1d6eac;
}
/* Addresses outline displayed oddly in Chrome */
a:focus {
	outline: thin dotted;
}

/* ------------------------ typography ------------------------ */
ins {
	text-decoration: underline;
	background: #ff9;
	color: #000;
}
del {
	text-decoration: line-through;
}
small {
	font-size: 75%;
}
/* Addresses styling not present in IE7/8/9, S5, Chrome */
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
dfn {
	font-style: italic;
}
/* Addresses style set to 'bolder' in FF3/4, S4/5, Chrome */
b, strong, th {
	font-weight: bold;
}
/* Addresses CSS quotes not supported in IE6/7 */
blockquote, q {
	quotes: none;
}
/* Addresses quote property not supported in S4 */
blockquote: before, blockquote: after, q: before, q: after {
	content: '';
	content: none;
}
/* Addresses styling not present in IE6/7/8/9 */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
/* Prevents sub and sup affecting line-height in all browsers (gist.github.com/413930) */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* Improves readability of pre-formatted text in all browsers (www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/) */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
/* These selection declarations have to be separate No text-shadow (twitter.com/miketaylr/status/12228805301) */
::-moz-selection {
	background: #39f;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #39f;
	color: #fff;
	text-shadow: none;
}

/* ------------------------ lists ------------------------ */
ul, ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
	-moz-padding-start: 0;
	-webkit-padding-start: 0;
}
ol {
	list-style-type: decimal;
}
dd {
	margin: 0 0 0 40px;
}
/* Remove margins for navigation lists and menus */
nav ul, nav li, menu ul, menu li {
	margin: 0;
	list-style: none;
	list-style-image: none;
}

/* ------------------------ embedded content ------------------------ */
/*
 1. Removes border when inside 'a' element in IE6/7/8/9
 2. Prevent a gap from showing below images in some browsers
 */
img {
	border: 0;
	vertical-align: bottom;
}
/* Improves image quality when scaled in IE7 (code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/) */
.ie7 img {
	-ms-interpolation-mode: bicubic;
}
/* Corrects overflow displayed oddly in IE9 */
svg:not(:root) {
	overflow: hidden;
}

/* ------------------------ figures ------------------------ */
/* Addresses margin not present in IE6/7/8/9, S5, O11 */
figure {
	margin: 0;
}

/* ------------------------ forms ------------------------ */
/* Corrects margin displayed oddly in IE6/7 */
form {
	margin: 0;
}
/* Define consistent margin and padding */
fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/* Corrects color not being inherited in IE6/7/8/9 */
legend {
	border: 0;
}
/* Corrects alignment displayed oddly in IE6/7 */
.ie6 legend, .ie7 legend {
	margin-left: -7px;
}
/*
 1. Corrects font size not being inherited in all browsers
 2. Addresses margins set differently in IE6/7, F3/4, S5, Chrome
 3. Improves appearance and consistency in all browsers
 */
button, input, select, textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: baseline;
}
.ie6 button, .ie6 input, .ie6 select, .ie7 button, .ie7 input, .ie7 select {
	vertical-align: middle;
}
/*
 1. Addresses FF3/4 setting line-height using !important in the UA stylesheet
 2. Corrects inner spacing displayed oddly in IE6/7
 */
button {
	width: auto;
	overflow: visible;
	line-height: normal;
}
input, select {
	line-height: normal;
	overflow: visible;
}
/*
 1. Addresses box sizing set to content-box in IE8/9
 2. Align checkboxes, radios, text inputs with their label by:  Thierry Koblentz tjkdesign.com/ez-css/css/base.css
 */
input[type="radio"], input[type="checkbox"] {
	box-sizing: border-box;
	width: auto;
}
.ie7 input[type="checkbox"] {
	vertical-align: baseline;
}
/*
 1. Improves usability and consistency of cursor style between image-type 'input' and others
 2. Corrects inability to style clickable 'input' types in iOS
 */
label, input[type="button"], input[type="submit"], input[type="image"], button {
	cursor: pointer;
}
input[type="button"], input[type="submit"], input[type="image"], button {
	-moz-appearance: button;
	-webkit-appearance: button;
}
/*
 1. Addresses appearance set to searchfield in S5, Chrome
 2. Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
input[type="search"]::-webkit-search-decoration {
	-moz-appearance: none;
	-webkit-appearance: none;
}
/* Sets basic placeholder styling */
input::-webkit-input-placeholder {
	color: #9c9c9c;
	font-style: italic;
}
input:-moz-placeholder {
	color: #9c9c9c;
	font-style: italic;
}
/* Corrects inner padding and border displayed oddly in FF3/4 (www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/) */
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/* Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7 */
.ie6 table button, .ie6 table input, .ie7 table button, .ie7 table input {
	overflow: auto;
}
/*
 1. Removes default vertical scrollbar in IE6/7/8/9
 2. Improves readability and alignment in all browsers
 */
textarea {
	overflow: auto;
	vertical-align: top;
}
/* Colors for form validity */
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
	border-radius: 1px;
	-moz-box-shadow: 0 0 5px #d00000;
	-webkit-box-shadow: 0 0 5px #d00000;
	box-shadow: 0 0 5px #d00000;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
	background-color: #f0dddd;
}

/* ------------------------ tables ------------------------ */
/* Remove most spacing between table cells */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}

/* ======================== END NORMALIZATION ======================== */

/* ======================== SITE STYLES ======================== */

/*
 ------------------------ GLOBAL ELEMENTS ------------------------ */
#content-item{
	float: left;
	width: 100%;
	margin-bottom:10px;
}
body, select, input, textarea {
	color: #434242;
}
body {
	background: url("../images/background_tile.jpg") repeat scroll center center transparent;
}
h1 {
	color: #000;
	font-size: 22px;
}
h2 {
	color: #000;
	font-size: 16px;
}
h3 {
	color: #000;
	font-size: 14px;
}
h4 {
	color: #000;
	font-size: 12px;
}
h5 {
	color: #000;
	font-size: 11px;
}
h6 {
	color: #000;
	font-size: 10px;
}
blockquote {
	background: #efefef;
	color: #3f3f3f;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-style: italic;
	margin: 0 10px 10px;
	padding: 10px;
}
a, a:active, a:visited {
	color: #1d6eac;
	outline: none;
	text-decoration: none;
}
a:hover {
	outline: none;
	text-decoration: underline;
}
ol li {
	list-style-type: decimal;
}
ul li {
	list-style-type: disc;
}
ul ul li {
	list-style-type: circle;
}
ul ul ul li {
	list-style-type: square;
}
ol ol li {
	list-style-type: lower-alpha;
}
ol ol ol li {
	list-style-type: lower-roman;
}
h1, h2, h3, h4, h5, h6, p, ul, dl, ol {
	margin: 0 0 10px;
}

/*
 ------------------------ =GLOBAL CLASSES ------------------------ */
.clear {
	clear: both;
}
.img-left {
	float: left;
	margin: 2px 10px 10px 0;
}
.img-right {
	float: right;
	margin: 5px 0 10px 10px;
}
.float-left {
	display: inline;
	float: left;
}
.float-right {
	display: inline;
	float: right;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.required {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.red {
	color: #d90000;
}
.hidden {
	display: none;
}
.shown {
	display: block;
}
.invisible {
	visibility: hidden;
}
.visible {
	visibility: visible;
}

/* ------------------------ buttons ------------------------ */
.button, a.button, .sec-button, a.sec-button {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #666666;
	-pie-background: linear-gradient(#666666, #555555);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#555555));
	background-image: -webkit-linear-gradient(top, #666666, #555555);
	background-image: -moz-linear-gradient(top, #666666, #555555);
	background-image: -ms-linear-gradient(top, #666666, #555555);
	background-image: -o-linear-gradient(top, #666666, #555555);
	background-image: linear-gradient(to bottom, #666666, #555555);
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255, 0.10);
	border: 1px solid rgba(0,0,0,0.4);
	border-top: 1px solid rgba(0,0,0,0.0);
	border-left: 1px solid rgba(0,0,0,0.2);
	color: #fff;
	cursor: pointer;
	font: bold 16px/1.5 Arial, sans-serif;
	padding: 5px 10px 3px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.ie7 .button, .ie7 a.button, .ie7 .sec-button, .ie7 a.sec-button {
	border: 0;
	line-height: 1.8;
}
input.button {
	width: auto;
}
.button: hover, input.button: hover {
	background: rgba(0,0,0,1);
	color: #ccc !important;
}
.sec-button, a.sec-button {
	font-size: 12px;
	line-height: 18px;
	padding: 7px 18px;
}
input.sec-button {
	padding: 2px 25px;
	width: auto;
}
.sec-button: hover, input.sec-button: hover {
	background: #fff;
	color: #6f6f6f !important;
}

#live-chat a.support {
background: url('http://www.toolsusa.com/mm5/images/live-chat.png');
left: 0px;
top: 250px;
height: 108px;
width: 40px;
margin: 0;
padding: 0;
position: fixed;
z-index: 9999;
display:block;
}

.cta-button, a.cta-button {
	background-color: #cb2027;
	border: 1px solid #d3252d;
	background-image: -webkit-linear-gradient(bottom, #d3252d 0%, #cb2027 70%);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: inset 0 0 0 1px rgba(255,255,255, 0.4);
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255, 0.4);
	box-shadow: inset 0 0 0 1px rgba(255,255,255, 0.4);
	color: #fff;
	cursor: pointer;
	display: inline;
	float: right;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
	padding: 6px 15px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
	width: auto;
}
input.cta-button {
	padding: 5px 15px;
}
.cta-button: hover, input.cta-button: hover {
	background: #fff;
	color: #98c63d !important;
}
.btn-quote, .btn-quote:link {
	border: 0;
	display: inline-block;
	font-weight: bold;
	text-align: center;
	color: #ffffff !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 1px 1px rgba(100, 100, 100, 0.5);
	text-transform: uppercase;
	height: 33px;
	font-size: 17px;
	line-height: 33px;
	width: 170px;
	background: url(../images/btn-prod-quote.png) repeat-x center center transparent;
}
#download-btn {
	background: url(../images/btn_download.png) repeat-x center center transparent;
	text-indent: 99999px;
	border: 0;
	display: inline-block;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	color: #ffffff !important;
	width: 223px;
	height: 45px;
	line-height: 45px; /* coupled with height */
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 1px 1px rgba(100, 100, 100, 0.5);
	text-transform: uppercase;
}
.btn-quote:hover {
	text-decoration: none;
}

.btn-blank, a.btn-blank {
	background: transparent url(../images/btn_product_blank.png) no-repeat scroll center;
	border: 0;
	display: inline-block;
	width: 97px;
	height: 32px;
	font-weight: bold;
	line-height: 32px; 
}

.btn-cta, a.btn-cta {
	background: transparent url(../images/btn_cta_blank.png) no-repeat scroll center;
	border: 0;
	font-size: 22px;
	font-weight: bold;
	line-height: 45px;
	color:#fff;
	margin: 15px 0;
	padding-right: 65px;
	text-align: center;
	width: 223px;
	height: 45px;
	border-radius:5px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 1px 1px rgba(100, 100, 100, 0.5);
}

/* ------------------------ lightbox-me layout ------------------------ */
.lightbox-me {
	background: #fff;
	border: 3px solid #eaeaea;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: rgba(255, 255, 255, 0.65) 0 0 15px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.65) 0 0 15px;
	box-shadow: rgba(255, 255, 255, 0.65) 0 0 15px;
	display: none;
	padding: 15px;
	text-align: left;
}
.lightbox-me .close {
	cursor: pointer;
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 2000;
}
/* ------------------------ image replacement ------------------------ */
.ir {
	border: 0;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
}
/* ------------------------ advanced browers goodies ------------------------ */
.corners {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.shadows {
	-moz-box-shadow: rgba(68, 68, 68, 0.75) 0 0 5px;
	-webkit-box-shadow: rgba(68, 68, 68, 0.75) 0 0 5px;
	box-shadow: rgba(68, 68, 68, 0.75) 0 0 5px;
}
.bottom-shadow {
	-moz-box-shadow: rgba(68, 68, 68, 0.75) 0 0 5px;
	-webkit-box-shadow: rgba(68, 68, 68, 0.75) 0 0 5px;
	box-shadow: rgba(68, 68, 68, 0.75) 0 0 5px;
}
.text-shadows {
	text-shadow: 0 1px 1px rgba(68, 68, 68, 0.3);
}
.text-shadow-dark {
	text-shadow: 0 -1px 0 hsla(0,0%,  0%,0.3)
}
.text-shadow-light {
	text-shadow: 0 1px 0 hsla(0,0%,100%,0.3)
}

/*
 ------------------------------- =GROUPED PAGE MODIFICATIONS ------------------------------- */
#ABUS #column-right #page-title, #ABUS #column-right #page-title, #FAQS #column-right #page-title, #FAQS #column-right #page-title, #PRPO #column-right #page-title, #PRPO #column-right #page-title, #SARP #column-right #page-title, #SARP #column-right #page-title {
	border-bottom: 1px solid #6F6C68;
	padding-bottom: 10px;
}

#content-item ol, #content-item ul, .logn-wrappers ul, .logn-wrappers ul {
	margin-left: 18px;
}

/*
 ------------------------------- =GLOBAL FORM ELEMENTS ------------------------------- */
form {
}
form br {/* defaults vertical spacing between fields */
	font-size: 0;
	height: 0;
	line-height: 0;
}
fieldset {
	border: 1px solid #ccc;
}
legend {
	font: normal normal bold 12px/12px Arial, Helvetica, sans-serif;
	margin: 0 5px;
	padding: 3px 5px;
}
#custom-quote legend{
	margin:0 0 5px;
	padding:0;
}
label {
	cursor: pointer;
	display: block;
	float: left;
	margin-right: .5em;
	padding: 3px 0;
	text-align: right;
	width: 125px;
}
label.required {
	font-weight: bold;
}
label.error {
	color: #c00;
}
input, textarea, select, button {
	border: 1px solid #CCCCCC;
	color: #5b5b5b;
	padding: 3px;
}
input, button {
	overflow: visible;
	width: 150px;
}
input: focus, button: focus {
	border-color: #c00;
}
input.submit {
	cursor: pointer;
	width: auto;
}
select {
	width: auto;
}
textarea {
	margin: 0 0 4px 0;
	width: 200px;
	height: 90px;
}
.textfield {/* Use this class to apply a background or background-image to all text inputs and text areas */
	background-color:#ffffff;
}
.form-row {
	margin: 0 0 10px;
}

/* ------------------------ validation messages ------------------------ */
.info-message, .warning-message, .error-message, .success-message {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 8px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 8px;
	color: #333;
	font-weight: bold;
	padding: 10px 10px 10px 50px !important;
	position: relative;
}
.info-message {
	background: #9dd7f9 url(../images/icons/icon_info.png) no-repeat 10px center;
	border: 1px solid #64a6cc;
}
.warning-message {
	background: #f9e29d url(../images/icons/icon_warning.png) no-repeat 10px center;
	border: 1px solid #d0bc81;
	height: 25px;
	line-height: 25px;
}
.error-message {
	background: #f9a89d url(../images/icons/icon_error.png) no-repeat 10px center;
	border: 1px solid #d3847a;
}
.success-message {
	background: #c5f99e url(../images/icons/icon_check.png) no-repeat 10px center;
	border: 1px solid #98cf70;
}

#newsletter-form .warning-message, #maillist-form .warning-message {
	display: none;
}
#maillist-form .warning-message{
	margin-top:5px;
	float: left;
	width:auto;
	clear:both;
}

div.info-message, div.warning-message, div.error-message, div.success-message {
	margin-bottom: 10px;
}
.info-message p, .warning-message p, .error-message p, .success-message p {
	margin: 0.5em 0;
}
.info-message ul, .warning-message ul, .error-message ul, .success-message ul {
	margin-bottom: 0;
}
.info-message ul li, .warning-message ul li, .error-message ul li, .success-message ul li {
	list-style: none;
}
/* --- Sprites --- */
.facebook, .youtube, .account, .header-basket, .checkout, .blog-icon{
	background: url("../images/sprites/sprite_icons.png") no-repeat;
}

/*
 ------------------------------- =container ------------------------------- */
.container {
	margin: 0 auto;
	width: 979px;
}
/*
 ------------------------------- =HEADER ------------------------------- */
header a:hover{
	text-decoration:none;
}
header .row1 {
    color: #fff;
    height: 40px;
    line-height: 22px;
    margin-bottom: -5px;
    margin-top: 20px;
}
.facebook{
	background-position: -50px 0;
	width: 32px;
	height: 32px;
}
.youtube{
	background-position: -50px -34px ;
	width: 32px;
	height: 32px;
}
.blog-icon{
	background-position: -50px -68px ;
	width: 34px;
	height: 32px;
}
header .social{
	float: right;
}
header .social li{
	display:inline-block;
}
.ie7 header .social li{
	display:inline;
	float: left;
}
header .social li a{
	text-indent:-9999px;
	display: block;
	margin-left:5px;
}
/* .row2 -- logo, cart search */
header .row2 .container {
	height: 100%;
}
header .row2 {
    background: url("../images/header_bg.png") no-repeat scroll center top transparent;
    height: 133px;
    margin: 0;
    position: relative;
}
/* .row2 defaults */
header .logo, header .phone, header .search, header .account-wrap{
	background: transparent no-repeat scroll 0 0;
	display: block;
	position: absolute;
	bottom: 0;
}
header .account-wrap {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #DEDEDE;
    height: 20px;
    padding: 5px 10px;
    right: 10px;
    text-align: center;
    top: 40px;
    width: 70px;
}
.ie7 header .account{
	left:10px;
}
header .account {
    background-position: -100px -64px;
    color: #000000;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 14px;
    line-height: 15px;
    padding-left: 20px;
    position: absolute;
    text-align: center;
    top: 8px;
    width: auto;
}
header #mini-basket {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #DEDEDE;
    display: block;
    height: auto;
    padding: 4px 10px;
    position: absolute;
    right: 230px;
    text-align: center;
    text-decoration: none;
    top: 40px;
    width: auto;
}
.ie7 header #mini-basket{
	height:22px;
	vertical-align:middle;
}
.ie7 header #mini-basket a{
	line-height: 22px;
}
header .header-basket {
    background-color: transparent;
    background-position: -100px 0;
    border: medium none;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    height: 16px;
    line-height: 15px;
    padding-left: 22px;
    width: 16px;
}
header #checkout-wrap {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #DEDEDE;
    display: block;
    height: auto;
    padding: 4px 10px;
    position: absolute;
    right: 112px;
    text-align: center;
    text-decoration: none;
    top: 40px;
    width: auto;
}
header .checkout{
	background-position: -100px -30px;
	line-height: 15px;
	font-size: 13px;
    font-weight: bold;
	width: 16px;
	height: 17px;
	color:#1d6eac;
	line-height: 15px;
    padding-left: 22px;
}
header .logo {
    background: url("../images/logo_company.png") no-repeat scroll center top transparent;
    bottom: 15px;
    color: #1D6EAC;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    left: 30px;
    padding-top: 48px;
    text-align: center;
    width: 341px;
}
header .logo:hover{
	text-decoration:none;
}
header .search {
    bottom: 15px;
    height: 34px;
    right: 8px;
    width: 400px;
}
header .search input {
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #CBC9C5;
    display: block;
    height: 31px;
    line-height: 31px;
    padding: 0;
    position: absolute;
}
header .search input[type="submit"] {
    background: none repeat scroll 0 0 #3B55A9;
    border-bottom: 1px solid #CBC9C5;
    border-right: 1px solid #CBC9C5;
    border-top: 1px solid #CBC9C5;
    color: #FFFFFF;
    text-shadow: none;
    height: 33px;
    right: 0;
    line-height: 33px;
    width: 81px;
}
header .search input[type="text"] {
    height: 31px;
    left: 21px;
    padding: 0 10px;
    width: 277px;
}
header .phone {
    background: url("../images/icon_phone.png") no-repeat scroll left 3px transparent;
    color: #ffffff;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding-left: 22px;
    position: relative;
    text-transform: uppercase;
}
/* ------------------------ basket hover calculator ------------------------ */

#global-mini-basket-container {
	display: block;
	float: right;
	line-height: 22px;
	padding: 4px 3px 0px 0px;
}

#global-mini-basket-hover-content {
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    float: left;
    max-width: 410px;
    min-width: 250px;
    position: absolute;
    right: 25px;
    top: 75px;
    z-index: 110;
}

#global-mini-basket-hover-content table {
	display: table;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid #EBF3F7;
	background: #FFF;
}

#global-mini-basket-hover-content table thead th, #global-mini-basket-hover-content table tfoot td {
	color: #003366;
	padding: 5px;
	font-weight: bold;
	font-size: 13px;
	background: #F2F2F2;
}

#global-mini-basket-hover-content table tbody td {
	padding: 3px 5px;
	line-height: 14px;
}

#global-mini-basket-hover-content table tbody tr.on td {
	border-bottom:1px solid #EBF3F7;
}
#global-mini-basket-hover-content table tbody tr td img{
	max-width:75px;
	max-height:75px;
}
#global-mini-basket-hover-content table tbody tr td.remove{
	vertical-align:middle;
}
#global-mini-basket-hover-content table tbody tr td.mb_prod{
	min-width:230px;
}
#global-mini-basket-hover-content table a, #global-mini-basket-hover-content table a:link, #global-mini-basket-hover-content table a:active, #global-mini-basket-hover-content table a:visited {
	color: #4176AC;
}
#global-mini-basket-hover-content table a:hover{
	color:#003366;
}
#global-mini-basket-hover-content input.mb_remove {
    background: url("../images/icons/btn_remove.png") no-repeat scroll center center transparent;
    border: medium none;
    cursor: pointer;
    height: 15px;
    width: 15px;
}
.minibasket_backing {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}
/* ------------------------ =NAV ------------------------ */
.nav-container {
	z-index: 1000;
}
.nav-global, .nav-global a, .nav-global a:active, .nav-global a:link, .nav-global a:visited {
	color: #FFFFFF;
}
/* .nav-global */
.nav-global {
	font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    text-transform: uppercase;
	height: 40px;
	position: relative;
	width: 100%;
	background: url("../images/bg_nav_global.png") no-repeat scroll left center #434242;
	float: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.nav-global ul {
	padding: 0;
	text-align: center;
	list-style: none outside none;
	margin: 0;
}
.nav-global ul li {
	display: inline;
	list-style: none outside none;
	float: left;
	height: 40px;
}
.nav-global ul li.first a {
	background-color: transparent;
	border: 0 none;
	color: transparent;
	overflow: hidden;
	padding: 0;
	text-shadow: none;
	width: 57px;
}
.nav-global ul li a {
	color: #FFFFFF;
	border-left: 2px solid #ffffff;
	padding: 0 27px;
	display: inline-block;
	text-decoration: none;
}
.nav-global ul li.first a:hover {

}
.nav-global ul li a:hover {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.25);
}

/* .nav-user */
.nav-user {
	float: right;
}
.nav-user ul {
	padding: 0;
	text-align: center;
}
.nav-user li {
	display: inline;
	list-style: none outside none;
	float: left;
}
.nav-user li a, .nav-user li a:active, .nav-user li a:visited {
	font-size: 11px;
	line-height: 100%;
	color: #FFFFFF;
}
.nav-user li a {
	margin-left: 10px;
	padding-right: 0;
	display: inline-block;
	border-left: 1px solid rgba(255, 255, 255, 0.15);
	box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.1);
	padding-left: 10px;
}
.nav-user li a:hover {
	text-decoration: underline;
}
/* ------------------------ =BANNER ------------------------ */
.banner {
	background: transparent url("../images/bg_banner.jpg") no-repeat scroll center;
	-mox-box-shadow: 0 8px 5px -5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 8px 5px -5px rgba(0,0,0,0.2);
	box-shadow: 0 8px 5px -5px rgba(0,0,0,0.2);
	margin-top: 0;
	margin-left: -10px;
	padding: 0 10px;
	position: relative;
	width: 100%;
	height: 40px;
}
.banner .arrow-left, .banner .arrow-right {
	border-top: 10px solid #000;
	line-height: 0;
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
}
.banner .arrow-left {
	border-left: 10px solid transparent;
	left: 0
}
.banner .arrow-right {
	border-right: 10px solid transparent;
	right: 0
}

/*
 ------------------------ =MAIN ------------------------ */
#main {
	background: #ffffff;
	padding: 0;
}
#hdft-header, #hdft-footer, #prod-ctgy-hdft-header, #prod-ctgy-hdft-footer, #content-item, #page-title {
	clear: both;
}
/*
 ------------------------ =COLUMN-LEFT ------------------------ */
/* cattree
 -------------------------------------------------- */
.cattree ul {
	margin: 0;
	padding:0;
}
.cattree li {
	border-top: 1px solid #eaeaea;
	list-style: none;
}
.cattree li.first{
	border-top: none;
}
.cattree li.active {
	background: transparent url("../images/bg_cattree_expanded.png") no-repeat scroll center right;
}
.cattree a {
    color: #434242;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: auto;
    line-height: 27px;
    margin: 1px 0;
    padding-left: 5px;
    text-decoration: none;
}
.cattree a:hover {
	background-color: #434242;
	color: #fff;
	font-weight: normal;
}
.cattree li.level-2, .cattree li.level-3, .cattree li.level-4, .cattree li.level-5 {
	border: 0;
	font-weight: normal;
}
.cattree li.level-2 a {
	padding-left: 10px;
	font-weight: normal;
}
.cattree li.level-3 a {
	padding-left: 15px;
	font-weight: normal;
}
.cattree li.level-4 a {
	padding-left: 20px;
	font-weight: normal;
}
.cattree li.level-5 a {
	padding-left: 25px;
	font-weight: normal;
}
/*
 ------------------------ =COLUMN-LEFT ------------------------ */
.column-left {
    display: inline;
    float: left;
    margin: 10px 0 0 5px;
    width: 200px;
}
.single-column .column-left, #WP .column-left {
	display: none;
}
.column-left h1 {
	color: #434242;
}
/*
 ------------------------ =COLUMN RIGHT ------------------------ */
#column-right {
	border-left: 1px solid #e9e9e9;
	display: inline;
	float: right;
	margin: 10px 10px 0 0;
	min-height: 460px;
	padding: 0 0 0 15px;
	width: 740px;
}
.single-column #column-right, #WP #column-right {
    border-left: 0 none;
    display: block;
    float: left;
    margin: 0;
    padding: 0 10px 15px;
    width: 960px;
}
/* ------------------------ =BREADCRUMBS ------------------------ */
#breadcrumbs {
	clear: both;
	color: #000;
	font: normal 11px Arial, Helvetica, sans-serif;
	height: 25px;
	line-height: 25px;
	margin-bottom: 10px;
	overflow: hidden;
}
#breadcrumbs ul {
	list-style: none;
	margin-bottom: 0;
}
.ie7 #breadcrumbs ul, .ie8 #breadcrumbs ul, .ie9 #breadcrumbs ul {
	padding: 0;
}
#breadcrumbs ul li {
	display: block;
	float: left;
	list-style: none;
	margin-left: 0;
}
#breadcrumbs a {
	color: #434343;
	font-weight: normal;
	margin: 0 6px;
	text-decoration: none;
}
#breadcrumbs .breadcrumb-border {
	color: #777;
	font-weight: normal;
}
#breadcrumbs .breadcrumb-home {
	margin-left: 0;
}
#breadcrumbs .cats-hidden {
	color: #434343;
	font-weight: normal;
	margin: 0 6px;
	text-decoration: none;
}
#breadcrumbs .current-item {
	color: #434343;
	font-weight: bold;
	margin: 0 6px;
}
#breadcrumbs .shortbreadcrumb {
	color: #434343;
	font-weight: normal;
	padding: 0 6px;
}
/*
 ------------------------ =BOTTOM WRAP ------------------------ */
#bottom-wrap {
	clear: both; /* important - do not remove */
	height: 0;
}
/*
 ------------------------ =FOOTER ------------------------ */
.footer {
	margin: 10px auto 0;
	float:left;
	background-color:#434242;
	color:#e9e7e2;
}
.footer.container .row1, .footer.container .row2 {
    background: none repeat scroll 0 0 #6F6C68;
    float: left;
    padding-bottom: 10px;
    width: 100%;
}
.footer .row2 ul {
    padding-top: 20px;
    text-align: center;
    width: 100%;
}
.footer ul {
    padding-left: 0;
}
.footer .row2 ul li {
    border-left: 1px solid #E9E7E2;
    color: #E9E7E2;
    display: inline-block;
    font-size: 12px;
    line-height: 9px;
    padding: 0 15px;
}
.footer li {
    list-style: none outside none;
}
.footer .row2 ul li.first {
    border-left: medium none;
}
.footer a{
	color:#E9E7E2;
}
.footer .column1 {
    padding-left: 50px;
    width: 590px;
}
.footer [class*="column"] {
    float: left;
}
.footer .newsletter {
    float: right;
}
.footer .column3 {
    width: 305px;
}
.footer h3 {
    color: #E9E7E2;
    font: bold 16px/2 Arial,sans-serif;
    margin:0;
}
.footer .links ul {
    float: left;
    margin-right: 20px;
    padding: 0;
}
.footer .newsletter form {
    margin-bottom: 10px;
    width: 265px;
}
.footer .newsletter form input[type="email"], #maillist-form input[type="email"] {
    float: left;
    height: 19px;
    line-height: 19px;
    overflow: hidden;
    width: 177px;
}
.footer .newsletter form input[type="submit"], #maillist-form input[type="submit"]{
    background-color: #3B55A9;
    border: medium none;
    color: #FFFFFF;
    height: 27px;
    line-height: 19px;
    width: 69px;
}
.disclaimers {
    clear: both;
    font-size: 10px;
    margin: 25px auto;
    text-align: center;
}
.disclaimers p, .disclaimers a {
    color: #FFFFFF;
}
.credit-cards{
	float:left;
	width:100%;
	text-align:center;
}
.credit-cards ul li{
	display:inline-block;
	text-indent: -9999px;
}
.pmt_amex{
	background-position: 0 -108px ;
	width: 39px;
	height: 24px;
}
.pmt_check{
	background-position: 0 -134px ;
	width: 37px;
	height: 24px;
}
.pmt_discover{
	background-position: 0 -54px ;
	width: 39px;
	height: 24px;
}
.pmt_mastercard{
	background-position: -1px -81px ;
	width: 39px;
	height: 24px;
}
.pmt_paypal{
	background-position: 0 -27px ;
	width: 39px;
	height: 24px;
}
.pmt_visa{
	background-position: 0 0;
	width: 39px;
	height: 24px;
}
/*
 ------------------------ =SFNT PAGE ------------------------ */
#column-right #hdft-footer h2 {
	font-weight: normal;
	color: #434242;
}
.about h2, #column-right #hdft-footer h2 {
    clear: both;
    color: #002495;
    font-size: 20px;
    font-weight: bold;
}
.about {
    border-top:1px solid #E8E8E8;
    clear: both;
    margin-bottom: 20px;
    padding: 10px 0;
}
.about img {
    float: left;
    margin: 3px 20px 15px 0;
}
.about p {
    color: #434242;
}
.features span {
	display: inline-block;
	float: left;
	margin-bottom: 25px;
	width:185px;
	text-align: center;
}
.features .full {
	width: 100%;
}
.features .half {
	width: 48%;
}
.half, .half + .half + .half {
	margin-right: 4%
}
.half + .half, .half + .half + .half + .half {
	margin-right: 0
}

/*
 ------------------------ =CTGY PAGE ------------------------ */
#category-listing, #subcategory-listing {
	clear: both;
	overflow: hidden;
}
.products {
	clear: both;
}
.product {
	margin: 0 4% 4% 0;
	overflow: hidden;
	float: left;
	width: 22%;
	height: 325px;
}
.ie7 .product {
	width: 21.9%;
}
.product .img-wrap {
	border: 1px solid #e9e9e9;
	height: 140px;
	line-height: 140px;
	overflow: hidden;
	padding: 10px;
	text-align: center;
}
.product .img-wrap img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	display: inline;
}
.product .details {
	border-top: 1px solid #e9e9e9;
	margin: 10px 0 0;
	padding: 5px 0 0;
	text-align:center;
}
.product .name:active, .product .name:link, .product .name:visited{
	color: #4176AC;	
}
.product .name {
	height: 70px;
	display: block;
	overflow: hidden;
	font-weight:bold;
	color: #4176AC;
}
.product .price {
	font-weight:bold;
}
.product .button {
	font-size: 12px;
	margin-top: 5px;
}
.product.row-last {
	margin-right: 0;
}
/* related products */

.products.related {
	background: none repeat scroll 0 0 #EEEEEE;
	border:1px solid #D2D2D2;
	float: right;
	padding: 5px 10px 0;
	width: 190px;
	/* .products overrides */
	clear: none;
}

.products.related h3 {
	color: #787878;
	font-weight: normal;
}

.products.related .product {
	background: #fff;
	min-height: 70px;
	padding: 5px;
	/* .product overrides */
	margin-bottom: 10px;
	width: 180px;
	height: auto;
}

.products.related .product > * {
	float: left;
	width: 50%;
}

.products.related .product .img-wrap {
	/* .img-wrap overrides */
	border: 0;
	height: auto;
	line-height: 0;
}

.related.products .product .name {
	/* .name overrides */
	height: auto;
	overflow: visible;
	color: #232323;
	font-size: 12px;
	text-transform: uppercase;
}
.product .price {
    color: #4277AD;
}
.related.products .product .name:hover {
	text-decoration: none;
	color: #4277AD;
}
.related.products .details, .related.products .purchase-buttons {
	text-align: left;
}

.related.products .details {
	border: 0;
	margin: 0;
}
/* sub categories
 -------------------------------------------------- */
.subcategories {
	background: #e9e9e9;
	padding: 5px;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.subcategory {
	width: 48.4%;
	margin: 5px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.subcategory a {
	display: block;
	font-size: 12px;
	line-height: 15px;
}
.subcategory a:hover {
	background: rgba(0,0,0,0.8)
}
/* ------------------------ product filtering options ------------------------ */
#filter-items-container {
	color: #434343;
	float: right;
	font-size: 11px;
	margin: 0 5px 20px;
}

/* ------------------------ product sorting ------------------------ */
#filter-items-container .sorting {
	float: left;
	padding: 0 10px 0 0;
	position: relative;
}
.ie7 #filter-items-container .sorting {
	margin-left: 50px;
}
#filter-items-container .sorting label {
	width: auto;
}
#filter-items-container .sorting select {
	font-size: 11px;
	float: left;
}

/* ------------------------ products per page ------------------------ */
#filter-items-container .per-page {
	float: left;
	padding: 0;
	position: relative;
}
#filter-items-container .per-page label {
	width: auto;
}
#filter-items-container .per-page select {
	font-size: 11px;
	float: left;
}

/* ------------------------ pagination ------------------------ */
.page-links {
	color: #5b5b5b;
	float: right;
	margin: 0;
	margin-left: 20px;
	text-align: right;
}
.page-links a {
	color: #5b5b5b;
}
.page-links-title {
	display: block;
	float: left;
	margin-top: 3px;
	position: relative;
}
.page-links-container {
	border: 1px solid #e9e9e9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	float: right;
	margin-left: 10px;
	text-decoration: none;
}
.ie7 .page-links-container {
	float: left;
}
.page-links-previous, .page-links-next {
	font-weight: bold;
	line-height: 20px;
	padding: 0 8px;
	text-decoration: none;
	white-space: nowrap;
}
.page-links-previous {
	border-right: 1px solid #e9e9e9;
	float: left;
	text-align: right;
}
.page-links-next {
	float: right;
	text-align: left;
}
.page-links-deactivated {
	color: #999;
	text-decoration: none;
}
.page-links-deactivated:hover {
	background: none;
	color: #999;
	text-decoration: none;
}
.page-disp {
	display: block;
	float: left;
	line-height: 20px;
	text-align: center;
}
.page-links-inactive {
	border-right: 1px solid #e9e9e9;
	padding: 2px 3px;
	text-decoration: none;
}
.page-links-active {
	border: 1px solid #e9e9e9;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	color: #3B55A9;
	font-weight: bold;
	padding: 1px 3px;
	text-decoration: none;
}

/*
 ------------------------ =PROD PAGE ------------------------ */
#product-info-wrap {
	margin: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}
#product-image-container {
	float: left;
	padding: 0 20px 0 0;
	text-align: center;
	width: 350px;
}
#product-image {
	width: 350px;
	height: 350px;
}
#product-image span {
	display: inline-block;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
#product-image img {
	vertical-align: middle;
}
#product-info-container {
	float: left;
	width: 590px;
}
#product-info-container.related{
	width: 360px;
}
#product-info-container p {
	/*margin: 0 0 10px;*/
	line-height: 1.7;
	color: #434242;
}
#product-info-container p.product-code {
	font-size: 18px;
	font-weight: normal;
}
#product-info-container p.custom-field {
	font-size: 14px;
	font-weight: normal;
	line-height: 10px;
}
#product-info-container #specs-link {
    color: #D3252D;
    display: block;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    width: 100%;
}
#product-image-container p.zoom {
	margin-top: 5px;
}
#product-info-container ol, #product-info-container ul {
	padding-left: 0;
}
#inventory-message {
	color: #d00000;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 10px;
}
#product-info-container .product-quantity-label {
	text-align: left;
	width: 50px;
}
#product-quantity {
	margin-right: 0.5em;
	text-align: center;
	width: 18px;
}
#product-info-container .product-price {
    clear: both;
    color: #D10000;
    float: left;
    font-size: 18px;
    font-weight: normal;
    margin: 20px 0 0px;
    padding-bottom: 8px;
    width: 100%;
}
#product-info-container .free-ship {
    clear: both;
    color: #D10000;
    float: left;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding-bottom: 8px;
    width: 100%;
}
#product-info-container #page-title {
	font-size: 26px;
	line-height: 1.2em;
	color: #4277AD;
	background: -webkit-gradient(linear, left top, left bottom, from(#5F8AB7), to(#366BA1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
}
#product-description {
	clear: both;
	float: left;
	padding: 10px 20px;
	width: 918px;
	background: #EEEEEE;
	border: 1px solid #d2d2d2;
}
#product-description ul li {
	margin-left: 15px;
}
#product-description p {
	line-height: 1.5;
}
/* ------------------------ #CALL ------------------------ */

/* ------------------------ #custom-quote ------------------------ */
#custom-quote {
	clear: both;
	float: left;
	margin: 10px 0;
	padding: 10px 10px;
	width: 938px;
	background-color:#EEEEEE;
	border: 1px solid #d2d2d2;
}
#custom-quote .column {
	float: left;
	width: 286px;
}
#custom-quote .column .form_row {
	padding: 3px 0;
	position: relative;
	float: left;
	width: 100%;
}
#submit-div {
	margin: 10px 0 0;
	float:left;
}
#custom-quote .column.one .dimensions {
	width: 33.33%;
	float: left;
}
#custom-quote .column.one .dimensions input, #realPerson {
	width: 79px;
}
#realPerson {
	margin: 5px 0 20px;
}
#custom-quote .column.one textarea {
	height: 96px;
	width: 271px;
}
	#LEASEAPP #custom-quote .column.one textarea {
		width: 281px;
	}
#custom-quote .column .bottom {
	width: 50%;
	float: left;
}
#custom-quote .column.three .radio-div div.buttons {
	float:right;
}
#custom-quote .column .radio-div label {
    color: #6F6C68;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 10px 0 5px;
    padding:0;
    width: auto;
}
	#custom-quote .column.three .radio-div span.red{
		margin:0;
		color:#9D261D;
	}
#custom-quote .column.three .radio-div .radio {
	margin-top: 7px;
	vertical-align: top;
}
#custom-quote .column .bottom input.textfield {
	width: 120px;
}
	#LEASEAPP #custom-quote .column .bottom input.textfield {
		width: 120px;
	}
		#LEASEAPP #custom-quote .column .bottom.state input.textfield{
			width: 130px;	
		}
#custom-quote .column select {
	width: 280px;
}
	#LEASEAPP #custom-quote .column select {
		width: 290px;
	}
#custom-quote .column .bottom.zip input.textfield, #custom-quote .column .bottom.zip label {
	margin-left: 8px
}
	#LEASEAPP #custom-quote .column .bottom.zip input.textfield, #LEASEAPP #custom-quote .column .bottom.zip label {
		margin-left: 8px
	}
#custom-quote .column.two {
	margin: 0 40px;
}
	#LEASEAPP #custom-quote .column.two {
		margin: 0 10px;
	}
	#LEASEAPP #custom-quote .column{
		width: 306px;
	}
	#LEASEAPP #custom-quote .column .checkbox span.label{
		display: block;
		line-height: 18px;
		float:left;
		margin-left:10px;
	}
	#LEASEAPP #custom-quote .column .checkbox input{
		height: 15px;
		float:left;
	}
#custom-quote .column.three {
	float: right;
}
#quote-form div.error-message, #quote-form div.success-message {
	margin: 15px 0;
}
#custom-quote .column.three .radio-div span.error {
	border-right: 3px solid #D10000;
	color: #D10000;
	float: left;
	font-weight: normal;
	height: 15px;
	left: 0;
	line-height: 15px;
	padding-right: 8px;
	right: 140px;
	top: 50px;
}
#QQFORM #custom-quote .column.three .radio-div span.error{
	top: 50px;
    width: 125px;
}
#quote-form div.form_row span.error {
	color: #D10000;
	float: right;
	padding: 3px 5px;
	position: absolute;
	top: 30px;
	right: 15px;
	text-align: right;
	width: auto;
}
#quote-form div.one div.form_row.radio-div span.error {
    border-left: 3px solid #D10000;
    line-height: 10px;
    padding-left: 8px;
    right: 0;
    top: 10px;
}
	#LEASEAPP #quote-form div.form_row.products span.error{
		top:60px;
	}
	#LEASEAPP #quote-form div.form_row.checkbox span.error{
		right: 170px;
		top: 37px;	
	}
	#LEASEAPP #quote-form div.form_row.type span.error{
		right:40px;	
	}
#quote-form div.form_row.multipleSelect span.error{
	top:18px;
}
#quote-form div.form_row.select span.error{
	right:40px;
	top:26px;
}
#quote-form div.form_row.bottom span.error {
	right: 25px;
}
	#LEASEAPP #quote-form div.form_row.bottom span.error{
		right: 15px;
	}
#quote-form div.form_row.bottom.zip span.error {
	right: 15px;
}
#custom-quote .column input.textfield.error, #custom-quote .column input.textarea.error, #custom-quote .column select.error, #LEASEAPP #custom-quote .column.one textarea.error {
	border-top: 1px solid #D10000;
	border-bottom: 1px solid #D10000;
	border-left: 3px solid #D10000;
	border-right: 1px solid #D10000;
}
#custom-quote .column input.radio.error {
	background-color: #D10000;
	color: #D10000;
}
#custom-quote .column label, #custom-quote .column div.label {
	width: 100%;
	text-align: left;
	margin: 0;
	font-size: 12px;
	font-weight: 600;
	color: #6f6c68;
	padding: 3px 0 0;
	float: none;
	line-height:20px;
}
#custom-quote .column label span.small {
	font-weight: normal;
	font-size: 11px;
}
#custom-quote .column input.textfield, #custom-quote .column input.textarea, #realPerson {
	width: 271px;
	height: 24px;
	border: 1px solid #d2d2d2;
}
	#LEASEAPP #custom-quote .column input.textfield, #LEASEAPP #custom-quote .column input.textarea, #LEASEAPP #realPerson{
		width: 281px;
	}
#submit-form .btn-quote {
	width: 90%;
}
#submit-form .btn-quote.submit {
	width: 60%;
}
/* Real Person jQuery plugin styles v1.0.1. */
#response {
	color: red;
	float: right;
	position: relative;
	right: 5px;
	top: 15px;
}
.realperson-challenge {
	display: block;
	color: #000;
	float: right;
	width: 100%;
	padding: 3px 0 0 0;
}
.realperson-text {
	font-family: "Courier New", monospace;
	font-size: 6px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 3px;
	float: left;
	margin: 0 10px 5px;
}
.realperson-regen {
	padding: 8px;
	margin-right: 20px;
	font-size: 0px;
	text-align: center;
	cursor: pointer;
	background: url("../images/refresh.png") no-repeat center center;
	float: left;
}
#product-overview {
	min-height: 160px;
}

#product-overview p {
	font-size: 14px;
}
#product-overview li {
	list-style: none;
	line-height: 1.7;
}
#product-overview li span {
	color: #232323;
	font-weight: bold;
	margin-right: 5px;
}

#PROD #breadcrumbs {
	margin: 0;
}

#PROD .cta-button {
	background: transparent url(../images/btn_cta_featured_main.png) no-repeat scroll 0 0;
	border: 0;
	display: block;
	float: left;
	font-size: 20px;
	line-height: 40px;
	width: 223px; /* background-image size - padding-left */
	height: 50px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 5px;
	font-weight: bold;
	margin: 15px 0; /* zero out .cta-button defaults and set */
	padding: 0 0 0 15px; /* zero out .cta-button defaults and set */
	text-align: left;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 3px #aaa;
	-webkit-box-shadow: 1px 1px 3px #aaa;
	box-shadow: 1px 1px 3px #aaa;
}



/* ------------------------ additional product images ------------------------ */
#product-image-container .thumbnails {
	display: block;
	margin: 5px auto;
	padding: 0;
	overflow: hidden;
	width: 300px;
	text-align: center;
}
#product-image-container .thumbnails li {
	cursor: pointer;
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 0;
	text-align: center;
	width: 55px;
	height: 55px;
}
#product-image-container .thumbnails li span {
	display: inline-block;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
#product-image-container .thumbnails li img {
	vertical-align: middle;
}

/* ------------------------ product close-up image ------------------------ */
.closeup {
	background: #FFFFFF;
	border: 3px solid #E9E7E2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: rgba(233, 231, 226, 0.65) 0 0 15px;
	-webkit-box-shadow: rgba(233, 231, 226, 0.65) 0 0 15px;
	box-shadow: rgba(233, 231, 226, 0.65) 0 0 15px;
	display: none;
	min-width: 274px;
	min-height: 274px;
	padding: 15px;
	position: absolute;
	top: 50px;
	text-align: center;
	z-index: 3000;
}
.closeup a {
	cursor: pointer;
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 3000;
}
#closeup-caption {
	background: #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: rgba(255, 255, 255, 0.75) 0 0 25px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.75) 0 0 25px;
	box-shadow: rgba(255, 255, 255, 0.75) 0 0 25px;
	color: #fff;
	display: none;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 15px 15px 0;
	padding: 5px;
}
.closeup_backing {
	background: #000;
	background: rgba(0, 0, 0, .6);
	filter: alpha(opacity=60);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2500;
}

/* ------------------------ product attribute swatches ------------------------ */

#swatches {
	clear: both;
	overflow: hidden;
}
#swatches ul {
	border: 1px solid #6F6C68;
	border-width: 1px 0;
	padding: 15px 0;
	margin-bottom: 15px;
	overflow: hidden;
}
#swatches ul li {
	border: 1px solid #eee;
	cursor: pointer;
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	padding: 0;
	text-align: center;
	width: 48px;
	height: 48px;
}
#swatches ul li span {
	display: inline-block;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
#swatches ul li img {
	max-width: 40px;
	max-height: 40px;
	vertical-align: middle;
}
.product-attributes table{
	margin:0 0 10px;
}
.product-attributes td{
	padding:0 5px;
}

/* ------------------------ related products ------------------------ */
#related-products {
	background: #f1f1f1;
	float: right;
	overflow: hidden;
	padding: 10px;
	width: 190px;
	max-height: 400px;
	overflow: hidden;
}
#related-products h3 {
	color: #787878;
	font-weight: normal;
}
#related-products .product-item {
	background: #fff;
	margin: 0;
	margin-bottom: 10px;
	min-height: 70px;
	width: 180px;
	padding: 5px;
}
#related-products .product-item a img {
	border: 0;
	float: left;
	margin-right: 20px;
	max-width: 65px;
	max-height: 65px;
}
.ie7 #related-products .product-item a {
	display: inline;
}
#related-products .product-name a {
	border: 0;
	padding-top: 0;
	margin: 0;
}
#related-products .product-details, #related-products .purchase-buttons {
	text-align: left;
}
#product-description div.default {
	float: left;
	overflow: hidden;
}
#expand, #collapse {
	background: none repeat scroll 0 0 #3b55a9;
	border-bottom: 1px solid #D2D2D2;
	border-left: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	color: #ffffff;
	display: block;
	float: left;
	font-size: 13px;
	padding: 1px 10px;
	width: 938px;
	font-weight: bold;
}
#expand:hover {
	text-decoration: none;
	background: #4277AD;
}
#product-description h3 {
	color: #2d2d2d;
	font-size: 16px;
}

#product-description table#specs {
	float: left;
	padding: 10px;
	width: 350px;
}
#product-description table#specs th {
	background: #434242;
	color: #fff;
	border-bottom: 8px solid white;
	font-size: 16px;
	line-height: 1.5;
	padding: 0 10px;
	text-align: left;
}
#product-description table#specs tr {
	color: #3a3a3a;
}
#product-description table#specs td {
	padding: 0 10px;
	line-height: 1.5;
}
#product-description table#specs tr:nth-child(odd) {
	background: #6F6C68;
}

/*
 ------------------------ =POUT PAGE ------------------------ */
#pout-form {
	padding: 0 20px;
}

/*
 ------------------------ =SRCH PAGE ------------------------ */
#search-results {
	clear: both;
	overflow: hidden;
}

/*
 ------------------------ =BASK PAGE ------------------------ */
#BASK #page-title {
	display: inline;
	float: left;
}
#top-checkout-button {
	display: inline;
	float: right;
	margin-right: 10px;
}
#basket-contents {
	margin-top: 10px;
}
#basket-update-row {
	line-height: 2.7;
}

/* ------------------------ basket ------------------------ */
.basket {
	clear: both;
	border: none;
	margin: 0 auto;
	width: 940px;
}
.basket td {
	padding: 5px;
}
.basket #basket-header-row {
	background: #434242;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #434242;
	border-left: 1px solid #434242;
}
.basket #basket-header-row td.prod {
	text-align: left;
}
.basket .basket-prod-row {
	border-bottom: 1px solid #434242;
	border-right: 1px solid #434242;
	border-left: 1px solid #434242;
	vertical-align: top;
}
.basket .basket-prod-row td.prod {
	width: 100%;
}
.basket .basket-prod-row td.prod a {
	color: #2f86af;
	text-decoration: none;
}
.basket .basket-prod-row td.prod a:hover {
	color: #000;
}
.basket .basket-prod-row td input.quantity {
	text-align: center;
	width: 35px;
}
#basket-contents .basket tr.basket-prod-row p {
	margin: 0 0 5px;
}
.basket .basket-prod-row img {
	border: 1px solid #fff;
	display: block;
	margin: 0 auto;
	max-width: 50px;
}
.basket .basket-prod-row label {
	background: #fff;
	color: #2d7abb;
	cursor: pointer;
	display: block;
	float: none;
	font-size: 10px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: auto;
}
.basket .basket-prod-row input.remove {
	display: none;
}
.basket #basket-update-row {
	vertical-align: middle;
	background: none repeat scroll 0 0 #F0F0F0;
    border-bottom: 1px solid #434242;
    border-left: 1px solid #434242;
    border-right: 1px solid #434242;	
}
.basket #basket-update-row .continue-shopping {
}
.basket #basket-update-row .update-cart {
}
.basket #basket-bottom-row {
	border-bottom: 3px solid #434242;
	font-size: 0;
	height: 0;
	padding: 0;
}

/* ------------------------ totals block ------------------------ */
#totals {
	float: right;
	margin: 0px 10px;
	text-align: right;
}
.basket #totals {
	margin: 15px 0;
}
#totals div {
    background: none repeat scroll 0 0 #F0F0F0;
    border-bottom: 1px solid #434242;
    border-left: 1px solid #434242;
    border-radius: 0 0 0 0;
    border-right: 1px solid #434242;
    margin-bottom: 10px;
    padding: 10px 5px 0;
}
#totals div .charges {
	font-size: 14px;
}
#totals div .total {
	font-size: 16px;
}

/*
 ------------------------ =OCST, OSEL, OPAY AND INVC PAGES ------------------------ */
#ocst-form, #osel-form, #opay-form, #invoice-messages {
	display: inline;
	float: left;
	padding: 0;
	width: 670px;
}
#INVC .order-id, #INVC .order-date {
	font-size: 18px;
}
#customer-fields {
	clear: both;
}
#customer-fields-wrap{
	float: left;
	width: 668px;
	border: 1px solid #434242;
	padding-bottom:10px;
}
#customer-fields #fields-key {
	margin: 0 0 10px;
}
#customer-fields label {
	clear: both;
	display: inline;
	float: left;
	padding: 2px 5px 3px 0;
	text-align: right;
	white-space: nowrap;
	width:130px;
}
.address2-label {
	margin: 0 0 14px 0;
}
#customer-fields input, #customer-fields select {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#customer-fields input.textfield, #tax-fields input {
	margin: 0;
	width: 165px;
}
.non-editable div.form_row div {
	margin: 0 0 4px 0;
	width: 310px;
}
#customer-fields select {
	margin: 0;
	width: 173px;
}
#ship-to, #bill-to {
	float: left;
	width: 50%;
}
#ship-to h2.fields-heading, #bill-to h2.fields-heading {
	background: none repeat scroll 0 0 #434242;
	color: #ffffff;
	margin: 0 0 10px;
	padding: 4px 4px 4px 12px;
}
#shipping_fields{
}
#billing_fields{
}
#update-record{
	float: left;
	width:100%;
	margin: 5px 0 0;
}
#update-record input{
	margin-left:35px;
	vertical-align: top;
}
#update-record label {
    float: none;
    margin: 0;
    padding: 0;
    width: auto;
}
#ship-to h2 .controls-heading, #bill-to h2 .controls-heading {
	display: block;
	float: left;
	padding-right: 15px;
}
#customer-fields .controls {
	font: normal .75em Arial, Helvetica, sans-serif;
	visibility: hidden;
}
#customer-fields .controls label {
	float: none;
}
#ship-to h2 input.checkbox, #bill-to h2 input.checkbox {
	cursor: pointer;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 13px;
	height: 13px;
}
#ship-to h2 {
}
#bill-to h2 {
}
div.invalid input.textfield, div.invalid select, #tax-fields div.invalid input {
	border-color: #d90000;
}
div.invalid label {
	color: #d90000;
}
#customer-fields.editable .form_row {
	margin: 0 0 6px 0;
	text-align: left;
}
#customer-fields.non-editable .form_row {
	margin: 0 0 4px 0;
	text-align: left;
}
#customer-fields.non-editable label {
	clear: both;
	float: left;
	font-weight: bold;
	margin: 0 0 0 30px;
	padding: 0 4px 0 0;
	text-align: right;
	white-space: nowrap;
	width: 110px;
}
#customer-fields.non-editable .form_row div {
	float: left;
}
.continue-button{
	margin-top: 10px;
	float: left;
	width: 100%;
}
/* ------------------------ order summary layout ------------------------ */
#order-summary {
    border: 1px solid #434242;
    display: inline;
    float: right;
    margin: 26px 0 0;
    padding: 0;
    width: 278px;
}
ul#order-summary-steps, ul#order-summary-steps li ul {
	background: #fff;
	border: solid #fff;
	border-width: 1px 1px 0;
	margin: 0;
	padding: 0;
}
ul#order-summary-steps li {
	border-bottom: 1px solid #fff;
	list-style-type: none;
	margin: 0;
}
ul#order-summary-steps li a {
	background: #434242;
	color: #fff;
	display: block;
	padding: 0.5em;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}
ul#order-summary-steps li a.inactive{
	background: #333;
}
ul#order-summary-steps ul li a {
	border-radius: 5px;
}
ul#order-summary-steps li a:hover {
	background: #333;
}
ul#order-summary-steps li .mark {
	float: left;
	font-weight: bold;
	margin-right: 5px;
	text-align: center;
	width: 10px;
}
ul#order-summary-steps li .item {
	clear: both;
	overflow: hidden;
	padding: 5px;
}

/* ------------------------ order summary basket ------------------------ */
#order-summary #basket-contents {
	margin: 0;
}
#order-summary .summary-basket {
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#order-summary .summary-basket td {
	padding: 2px 0 0;
}
#order-summary .summary-basket #basket-header-row {
	border-bottom: 3px double #ccc;
	vertical-align: middle;
}
#order-summary .summary-basket .basket-header-row td {
	padding: 0;
}
#order-summary .summary-basket .basket-header-row td.prod {
	width: 100%;
}
#order-summary .summary-basket .basket-prod-row {
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}
#order-summary .summary-basket .basket-prod-row td.prod {
	width: 100%;
}
#order-summary .summary-basket .basket-prod-row p {
	margin: 0 0 2px;
}
#order-summary .summary-basket .basket-prod-row p.basket-attribute {
	font-size: 10px;
}

/* ------------------------ order summary customer information ------------------------ */
#order-summary h4 {
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	margin: 0 0 5px;
}
#order-summary address.item {
	padding: 5px 0 0;
}
#order-summary address p {
	margin: 0 0 0 5px;
}

/* ------------------------ checkout headers ------------------------ */
#checkout-headers-wrapper {
	background: #f6f6f6;
	border: 1px solid #e9e9e9;
	color: #ccc;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 10px auto 20px;
	padding: 0;
	width: 940px;
	text-align: center;
}
#checkout-headers {
	margin: 0 auto;
	padding: 5px 10px;
	display: block;
}

#column-right #checkout-headers li {
	list-style-type: none;
	display: inline-block;
	padding: 5px 10px;
	margin: 0 10px;
}
#column-right #checkout-headers li#secure {
	padding: 0 10px 0 0;
	vertical-align: middle;
}
.ie6 #checkout-headers div, .ie7 #checkout-headers div, .ie8 #checkout-headers div, .ie9 #checkout-headers div {
	margin: 0;
}
#checkout-headers .id-page {
	background: #828282;
	color: #fff;
}

/* ------------------------ ocst login form ------------------------ */
#OCST #login-form {
	width: 280px;
}
#OCST #login-form label {
	width: 90px;
}

/* ------------------------ ocst account sign-up form ------------------------ */
#OCST #ocst-acad-form {
	width: auto;
}
#OCST #ocst-acad-form h2.fields-heading {
	background: #5c5c5c;
	color: #fff;
	font-size: 14px;
	margin: 0 0 10px;
	padding: .5em 0 .5em 10px;
}
#OCST #ocst-acad-form #ship-to {
	float: none;
	width: auto;
}

/* ------------------------ osel error message ------------------------ */
#OSEL .error-message {
	display: none;
	margin: 5px 0;
}
#OSEL .error-message p.error {
	margin: 5px 0;
}

/* ------------------------ osel form layout ------------------------ */
#osel-form h2 {
	font-size: 14px;
	margin: 0 0 7px;
}
#osel-form #ship-pay-wrap {
	border: 1px solid #434242;
	overflow: hidden;
	margin-top: 8px;
}
#osel-form #shipping {
	float: left;
	width: 334px;
}
#osel-form #payment {
	float: right;
	width: 334px;
}
#osel-form #shipping h2.fields-heading, #osel-form #payment h2.fields-heading {
	background: none repeat scroll 0 0 #434242;
	color: #fff;
	font-size: 12px;
	margin: 0 0 10px;
	padding: .5em 0 .5em 10px;
}
#osel-form #shipping h2.fields-heading {
	margin-bottom:20px;
}
#osel-form #payment h2.fields-heading {
}
#osel-form #shipping input{
	margin-right: 10px;
	width: auto;
	display: block;
    float: left;
    height: 16px;
	vertical-align: middle;
}
#osel-form #payment input {
	display: block;
    float: left;
    height: 24px;
    margin-right: 10px;
    vertical-align: middle;
    width: auto;
}
#OSEL #shipping .shipping-icons {
	display: inline;
	float: right;
	overflow: hidden;
	text-align: left;
	width: 180px;
}
#osel-form #shipping .shipping-icons img {
	width: 120px;
}
#osel-form #shipping .shipping-row {
	margin: 0 0 10px;
	padding: 0 10px;
	float: left;
	width: 80%;
}
#osel-form #payment #payment-wrap {
	width: 250px;
}
#osel-form #payment .payment-row {
	margin: 0 0 10px;
	padding: 0 0 0 10px;
	width: 100px;
}
#osel-form #payment .payment-row label{
	display: block;
    float: left;
    height: 24px;
    margin: 0;
    padding: 0;
    text-align: left;
    width: auto;
}
#osel-form #shipping label{
	display: block;
    float: left;
    height: 16px;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 90%;	
}
#osel-form #payment .payment-icon {
	height: 24px;
	vertical-align: middle;
}

/* ------------------------ opay form layout ------------------------ */
#opay-wrap{
	float: left;
	border: 1px solid #434242;
	width: 668px;
	padding:10px 0;
	margin-bottom:10px;
}
#opay-form h2 {
	font-size: 14px;
	margin: 0;
	background: none repeat scroll 0 0 #434242;
	color:#ffffff;
	padding: 4px 0 4px 10px;
}
#opay-form #charges-summary {
	background: #f0f0f0;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 5px 15px;
	padding: 10px;
}
#opay-form #charges-summary-total {
	font-size: 16px;
}
#opay-form #payment-fields {
	display: inline;
	float: left;
	width: 450px;
}
#opay-form #payment-fields .payment-row {
	margin: 0 0 10px;
}
#opay-form #payment-fields label {
}
#opay-form #payment-fields input {
	width: 225px;
}
#OPAY #order-summary, #INVC #order-summary{
	margin-top:0;
}
/* ------------------------ INVC layout ------------------------ */
#INVC #order-summary {
	border: none;
}
#INVC .order-id-date, #INVC h3.invoice-message {
	font-size: 18px;
	text-align: center;
}
#INVC #order-summary {
	width: 100%;
}
#INVC .shipping-payment #basket-header-row, #ORDP .shipping-payment #basket-header-row {
	border-right: none;
	background: #434242;
    color: #FFFFFF;
    margin: 0 0 10px;
    padding: 4px 4px 4px 12px;
}
#INVC .shipping-payment tbody td, #ORDP.shipping-payment tbody td{
	padding: 10px
}
#INVC #customer-fields, #INVC #order-contents {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
#INVC #order-contents table, #INVC #payment-method-fields table, #ORDP #payment-method-fields table {
	width: 100%;
}
#INVC #order-contents #totals {
	margin: 0;
}
.shipping-payment #basket-header-row h2.fields-heading {
    color: #FFFFFF;
    font: bold 14px/1.4 Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 4px 10px;
}
#invoice-message {
	text-align: center;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
#payment-method-fields {
	float: left;
	width: 100%;
}
/*
 ------------------------ =ACAD, ACED, AFAD, AFED PAGES ------------------------ */
#acad-form, #aced-form, #afad-form, #afed-form {
	margin: 0 auto;
	width: 940px;
}
#login-details {
	margin: 0 0 10px;
	overflow: hidden;
}
#afad-form h2.fields-heading, #afed-form h2.fields-heading {
	background: #ccc;
	color: #333;
	margin: 0 0 12px 0;
	padding: 4px 4px 4px 12px;
}
#affiliate-fields {
	clear: both;
}
#affiliate-fields #fields-key {
	margin: 0 0 10px;
}
#affiliate-fields label {
	clear: both;
	display: inline;
	float: left;
	padding: 2px 5px 3px 0;
	text-align: right;
	white-space: nowrap;
}
#affiliate-fields input.textfield {
	margin: 0;
	width: 172px;
}
#affiliate-fields select {
	margin: 0;
	width: 180px;
}
#affiliate-fields.editable .form_row {
	margin: 0 0 6px 0;
	text-align: left;
}
#affiliate-fields.non-editable .form_row {
	margin: 0 0 4px 0;
	text-align: left;
}
#affiliate-fields.non-editable label {
	clear: both;
	float: left;
	font-weight: bold;
	margin: 0 0 0 30px;
	padding: 0 4px 0 0;
	text-align: right;
	white-space: nowrap;
	width: 110px;
}
#affiliate-fields.non-editable .form_row div {
	float: left;
}

/*
 ------------------------ =LOGN, ORDL AND ORHL PAGES ------------------------ */
#logn-left, #logn-right, #orhl-left, #orhl-right {
	margin: 10px 0 25px;
	padding: 0 25px;
	width: 430px;
}
#ordl-left, #ordl-center, #ordl-right {
}
#ordl-left {
	width: 25%;
}
#ordl-center {
	width: 50%;
}
#ordl-center .ordl-wrappers {
	border: solid #e9e9e9;
	border-width: 0 1px;
	padding: 20px;
	margin: 0 20px;
}
#ordl-right {
	width: 25%;
}
.logn-wrappers, .orhl-wrappers {
	border: 1px solid #e9e9e9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font: normal 14px/1.5 Arial, Helvetica, sans-serif;
	height: 195px;
	margin-top: 5px;
	padding: 20px 0;
}
.logn-wrappers {
	padding: 20px;
}
.orhl-wrappers {
	height: 105px;
}
.ordl-wrappers {
	font: normal 14px/1.5 Arial, Helvetica, sans-serif;
	margin-top: 5px;
	padding: 20px 0;
}
.logn-wrappers .form-row {
	clear: both;
	margin: 0 0 10px;
}
.logn-wrappers input.textfield {
	width: 223px;
}
.ordl-wrappers input.textfield, .orhl-wrappers input.textfield, #forgot-password input.textfield {
	width: 233px;
}

/* ------------------------ forgot password form ------------------------ */
#forgot-password {
	border: 1px solid #e9e9e9;
	clear: both;
	overflow: hidden;
	width: 400px;
	min-height: 60px;
	padding: 20px;
	margin: auto;
	border: 1px solid #e9e9e9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#LOGN #forgot-password {
	float: right;
	margin-right: 25px;
	width: 388px;
}
#forgot-password label {
	width: 90px;
}
#forgot-password input[type=text] {
	width: 155px;
	margin-right: 5px;
}
#LOGN #forgot-password input[type=text] {
	width: 145px;
}
#forgot-password input[type=submit] {
	font-size: 12px;
	line-height: 1.1;
}

/*
 ------------------------ =ACLN PAGE ------------------------ */
#ACLN #account-links {
	clear: both;
	margin: 10px 20px;
	overflow: hidden;
}
#ACLN #account-links ul {
	list-style: none;
	margin: 0 auto;
	overflow: hidden;
	width: 400px; /* ADD 200PX FOR EACH ADDITIONAL ICON PAST 2 */
}
#ACLN #account-links li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 10px 30px;
}
#ACLN #account-links li a {
	display: block;
	width: 128px;
	height: 128px;
}
#ACLN #account-links li a.edit-account {
	background: url("../images/icons/img_account_edit.png") no-repeat;
}
#ACLN #account-links li a.order-history {
	background: url("../images/icons/img_order_history.png") no-repeat;
}

/*
 ------------------------ =ORDH AND ORDS PAGES ------------------------ */
#orderhistory-list, #order-contents {
}
#orderhistory-list table, #order-contents table {
	border: none;
	clear: both;
	margin: 0 auto;
	width: 940px;
}
#orderhistory-list table thead {
	background: #d3d3d3;
	color: #000;
	text-align: left;
	vertical-align: middle;
}
#orderhistory-list table thead th {
	padding: 5px;
}
#orderhistory-list table tr.alt-row {
	background: #efefef;
}
#orderhistory-list table td, #order-contents table td {
	padding: 5px;
	vertical-align: top;
}
#order-history-pagination td {
	width: 33%;
}
#order-history-pagination input {
	text-align: center;
	width: auto;
}
#ORDS #customer-fields {
	margin: 0 auto 10px;
	overflow: hidden;
	width: 940px;
}
#ORDS #customer-fields .form-row {
	margin: 0 0 5px;
	overflow: hidden;
}
#ORDS #order-contents .basket tr.basket-prod-row p {
	margin: 0 0 5px;
}
#ORDS #order-contents .basket tr.basket-prod-row .order-reorder img {
	border: none;
}
#ORDS #order-contents .basket tr.basket-prod-row img.ords-image {
	max-width: 75px;
	max-height: 75px;
}
.ie6 #ORDS #order-contents .basket tr.basket-prod-row img.ords-image {
	width: 75px;
	height: 75px;
}

/*
 ------------------------ =NTFD PAGE ------------------------ */

/*
 ------------------------ =SMAP PAGE ------------------------ */
#sitemap-wrap {
	padding: 0 20px;
	overflow: hidden;
}
.sitemap-column {
	float: left;
	padding: 0 0 20px;
	width: 50%;
}
.sitemap-parent {
	color: #000;
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0 0;
}
.sitemap-subcat1 {
	display: block;
	line-height: 16px;
	padding: 0 0 0 10px;
}

/*
 ------------------------ =CTUS PAGE ------------------------ */
#contact-form {
	margin: 20px 0 10px;
}
#contact-form fieldset {
	margin: auto;
	width: 600px;
}
#contact-form input.textfield {
	width: 225px;
}
#contact-form textarea {
	width: 400px;
}
#contact-form .btn-container input {
	margin: 0 25px;
}
#contact-form .error-message ul, #contact-form .error-message ul li {
	margin: 0;
}
 ------------------------ =CTUS PAGE ------------------------ */
#contact-form {
	margin: 20px 0 10px;
}
#contact-form fieldset {
	margin: auto;
	width: 600px;
}
#contact-form input.textfield {
	width: 225px;
}
#contact-form textarea {
	width: 400px;
}
#contact-form .btn-container input {
	margin: 0 25px;
}
#contact-form .error-message ul, #contact-form .error-message ul li {
	margin: 0;
}
/*
 ------------------------ =CEROFINS PAGE ------------------------ */
#certofins {
	margin: 20px 0 10px;
}
#certofins fieldset {
	margin: auto;
	width: 600px;
}
#certofins input.textfield {
	width: 225px;
}
#certofins textarea {
	width: 400px;
}
#certofins .btn-container input {
	margin: 0 25px;
}
#certofins .error-message ul, #contact-form .error-message ul li {
	margin: 0;
}

/*
 ------------------------ =CertofIns PAGE ------------------------ */
#contact-form {
	margin: 20px 0 10px;
}
#contact-form fieldset {
	margin: auto;
	width: 600px;
}
#contact-form input.textfield {
	width: 225px;
}
#contact-form textarea {
	width: 400px;
}
#contact-form .btn-container input {
	margin: 0 25px;
}
#contact-form .error-message ul, #contact-form .error-message ul li {
	margin: 0;
}
/*
 ------------------------ =FAQ PAGE ------------------------ */
p.title{
	font-weight: bold;
	font-size:14px;
}
h2.questions-title{
	font-size:18px;
}
ul#faq-icons{
	margin-left:0;
}
ul#faq-icons li{
    clear: both;
    display: block;
    float: left;
    list-style: none outside none;
    margin-bottom: 3px;
}
ul#faq-icons li a{
	
}
ul#faq-icons li a{
	display: block;
	line-height: 32px;
	height: 32px;
}
ul#faq-icons li span.icon{
	background: url("../images/sprites/sprite_icons.png") no-repeat scroll 0 0 transparent;
	height: 32px;
	margin-right:3px;
    width: 35px;
    display:block;
    float:left;
}
ul#faq-icons li span.faq-blog{
	background-position: -50px -68px;
}
ul#faq-icons li span.faq-fb{
	background-position: -50px 0;
}
ul#faq-icons li span.faq-feedback{
	background-position: -51px -101px;
}
ul#faq-icons li span.faq-contact{
	background-position: -50px -135px;
}
/*
 ------------------------ =ORDP PAGE ------------------------ */
#ORDP {
	background-color: #fff;
	background-image: none;
	margin: 10px;
}
#printable-order {
	margin: 0;
	text-align: left;
	width: 920px;
}
#printable-order h3, #printable-order p {
	margin: 0 0 2px;
}
#printable-order #customer-fields {
	margin: 3px 0 10px;
	overflow: hidden;
}
#printable-order #customer-fields .form-row {
	margin: 0 0 5px;
}
#printable-order #order-contents {
	
}
#printable-order #order-contents .basket {
	width: 920px;
}
#printable-order #order-contents #totals {
	margin: 0;
}

/*
 ------------------------ =ORDP PAGE ------------------------ */
#PLST .product-item {
	margin-bottom: 20px;
}
#PLST .product-thumbnail a img {
	float: left;
}
#PLST .product-name a {
	border-top: 0;
}

/* ------------------------ The Magnificent Clearfix:  Updated to prevent margin-collapsing on child elements (j.mp/bestclearfix & blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page) ------------------------ */
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}

/* ======================== PRINT STYLES (Inlined to avoid required HTTP connection:  www.phpied.com/delay-loading-your-print-css/) ======================== */
@media print {
	* {
		background: transparent !important;
		color: black !important;
		-ms-filter: none !important;
		filter: none !important;
		text-shadow: none !important;
	}
	a, a:visited {
		color: #444 !important;
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	@page {
		margin: 0.5cm;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
}

/* ------------------------ shipping calculator ------------------------ */
#shipping-coupons {
	float: left;
	padding: 0 0 0 9px;
	width: 45%;
}
input.estimate-shipping {
	width: 200px;
}
#shipestimate_close {
	cursor: pointer;
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 1050;
}
.shipestimate_dialog {
	display: none;
	z-index: 11;
	position: absolute;
	background: #FFF;
	padding: 8px 20px;
	border: 1px solid #434343;
	width: 450px;
}

.shipestimate_backing {
	display: none;
	z-index: 10;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #FFF;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#shipestimate_inputfields_tbody input {
	width: 90%;
}
#shipestimate_inputfields_tbody select {
	width: 94%;
}

/* Payment Methods
 -------------------------------------------------- */

span.icon-payment, .credit-cards ul li{
	background: url("../images/sprites/sprite_icons.png") no-repeat;
	display: inline-block;
	vertical-align: middle;
}
span.American, .credit-cards ul li.pmt_amex {
	background-position: 0 -108px ;
	width: 39px;
	height: 24px;
}
span.Check, .credit-cards ul li.pmt_check {
	background-position: 0 -134px ;
	width: 37px;
	height: 24px;
}
span.Discover, .credit-cards ul li.pmt_discover {
	background-position: 0 -54px ;
	width: 39px;
	height: 24px;
}
span.MasterCard, .credit-cards ul li.pmt_mastercard {
	background-position: -1px -81px ;
	width: 39px;
	height: 24px;
}
span.PayPal, .credit-cards ul li.pmt_paypal {
	background-position: 0 -27px ;
	width: 39px;
	height: 24px;
}
span.Visa, .credit-cards ul li.pmt_visa {
	background-position: 0 0;
	width: 39px;
	height: 24px;
}
/* ------------------------ Miva Merchant Social Network Buttons ------------------------ */
#social-network-buttons {
	clear: both;
	margin-top: 15px;
	text-align: left;
	float: left;
}
#social-network-buttons .socialite {
	display: inline;
	float: left;
	padding: 0;
	position: relative;
	height: 30px;
	width: 33%;
}
#social-network-buttons .socialite.facebook-like{
	
}
#social-network-buttons a.socialite {
	background: url(../images/sprite_social_icons.png) no-repeat center 0;
	color: #fff;
	width: 60px;
	height: 25px;
	text-indent: -999em;
}
#social-network-buttons a.twitter-share {
	background-position: center 0;
}
#social-network-buttons a.googleplus-one {
	background-position: center -45px;
}
#social-network-buttons a.facebook-like {
	background-position: center -90px;
}
#social-network-buttons a.linkedin-share {
	background-position: center -135px;
}
#social-network-buttons a.pinterest-pinit {
	background-position: center -180px;
}
#social-network-buttons .socialite-loaded {
	background: none !important;
}
.vhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	height: 1px;
}
/* ------------------------ UI-TOGGLE ------------------------ */
#ui-toggle {
	margin: 0 auto 10px;
	text-align: center;
	font: normal 12px/30px Arial, Helvetica, sans-serif;
}
#ui-toggle span {
	margin: 0 10px;
	padding: 5px 10px;
	font-weight: bold;
	color: #000;
	border: 1px inset rgba(0,0,0, 0.3);
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgba(200,200,200, 0.9);
	cursor: pointer;
}
#ui-toggle a:hover{
	text-decoration:none;
}
#ui-toggle a {
	margin: 0 10px;
	padding: 5px 10px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0, 0.5);
	border: 1px solid #3B55A9;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#3B55A9;
	background: -webkit-gradient(linear, left top, left bottom, from(#0099ff), to(#3B55A9));
	background: -moz-linear-gradient(top, #0099ff, #3B55A9);
	cursor: pointer;
}
/* paint-booths
 -------------------------------------------------- */
h4.h4Home{
	color: #002495;
    font-size: 17px !important;
    margin:10px 0;
    padding: 0px;
    text-transform: uppercase;
}
#paint-booths #content-item ul{
	height:195px;
}
#paint-booths #booth-wrap{
	float:left;
	width:100%;
}
#paint-booths .interior_content{
	float: left;
	width: 50%;
	height:210px;
}
#paint-booths .interior_content h3 a, #paint-booths .interior_content h3 span{
	margin:0;
	background:#405BB0;
	color:#ffffff;
	height:23px;
	line-height: 23px;
	font-weight:normal;
	padding:5px;
	text-transform:uppercase;
	font-size: 16px;
	display:block;
}
#paint-booths .interior_content.left h3 a, #paint-booths .interior_content.left h3 span{
	width: 95%;
}
#paint-booths .interior_content h3{
	height:33px;
	line-height: 33px;
	margin:0;
}
#paint-booths .interior_content_img{
	float:left;
	width: 35%;
}
#paint-booths .interior_content_text{
	float:left;
	width: 63%;
	padding: 5px 0 20px;
	margin-bottom:10px;
}

/* free-catalog
 -------------------------------------------------- */
#catalogrequest-form .column-one, #catalogrequest-form .column-two{
	float: left;
	width: 50%;
}
#catalogrequest-form .form_row{
	margin:0 0 5px;
	position:relative;
}
#catalogrequest-form .form_row input.textfield{
	width:200px;
}
#catalogrequest-form .form_row select{
	width:209px;
}
#catalogrequest-form .sec-button{
	margin-right:20px;
}
#catalogrequest-form input.textfield.error, #catalogrequest-form input.textarea.error, #catalogrequest-form select.error {
	border-top: 1px solid #D10000;
	border-bottom: 1px solid #D10000;
	border-left: 3px solid #D10000;
	border-right: 1px solid #D10000;
}
#catalogrequest-form div.form_row span.error {
	z-index:20;
	color: #D10000;
	float: right;
	padding: 3px 5px;
	position: absolute;
	top: 2px;
	right: 40px;
	text-align: right;
	width: auto;
}
#catalogrequest-form div.form_row.select span.error{
	right:55px;
}

/* This rule is read by Galleria to define the gallery height: */
#galleria {
	height: 500px;
	margin-bottom: 20px;
}