@import '/css/form.css';
@import '/css/layout.css';
@import '/css/layout_common.css';
@import '/css/layout_contact.css';
@import '/css/layout_getintouch.css';
@import '/css/layout_headerimages.css';
@import '/css/layout_home.css';
@import '/css/layout_leftnav.css';
@import '/css/layout_pagi.css';
@import '/css/layout_shared.css';
@import '/css/layout_topnav.css';
@import '/inc/modules/home_header/home_header.css';
@import '/inc/modules/cat/cat.css';
@import '/inc/modules/prod/prod.css';
@import '/inc/modules/brand/brand.css';
@import '/inc/modules/homecontent/homecontent.css';
@import '/inc/modules/customer_review/customer_review.css';
@import '/inc/modules/prodtype/prodtype.css';
@import '/inc/modules/gallery/gallery.css';
@import '/inc/modules/video/video.css';
@import '/inc/modules/cart/cart.css';

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #000 url('/images/backgrounds/bg_page2.jpg') top center repeat-x fixed;
	position: relative;
}

div, td, th, input, textarea, select, label {
	font: normal normal 11px/14px Arial, Helvetica, sans-serif;
}

a {
	outline: none;
	cursor: pointer;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0 0 10px 0;
}

h1, h2, h3, h4 { padding: 0; }

h2, h3, h4 {
	margin: 0 0 10px 0;
}

h1 {
	font: normal normal 22px/28px Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
}

h2 {
	font: normal bold 15px/15px Arial, Helvetica, sans-serif;
	color: #404040;
}

h3 {
	font: normal bold 20px/36px Arial, Helvetica, sans-serif;
	color: #404040;
}

h4 {
	font: normal bold 13px/15px Arial, Helvetica, sans-serif;
}

img {	border: 0; }

ol, ul, li { 	margin: 0 0 10px 16px; padding: 0; }

li {
	list-style: none;
	margin: 3px 0;
}

#maincol ul li {  list-style: disc; }

.facebook_like {
	border: none; overflow: hidden; width: 400px; height: 40px
}

.loading {
	background: #fff url('/images/backgrounds/loading.gif') no-repeat center;
	min-height: 100px;
}

.loadingm {
	background: url('/images/backgrounds/loadingm.gif') no-repeat center;
	min-height: 20px;
}

a.button, a.smallbutton {
	float: left;
	display: block;
	padding: 0 20px;
	font-weight: bold;
	background: url('/images/buttons/button.png') repeat-x;
	cursor: pointer;
	line-height: 28px;
	color: #fff;
	behavior: url(/css/pie.htc);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

a.smallbutton {
	padding: 0 8px;
	font-size: 11px;
	line-height: 20px;
}

a.button:hover, a.smallbutton:hover {
	color: #fff;
	background-position: 0 -28px;
}

.imgleft,
.imgleft20 { float: left; margin: 0 20px 20px 0; clear: both; }
.imgleft10 { float: left; margin: 0 10px 10px 0; clear: both; }

.imgright,
.imgright20 { float: right; margin: 0 0 20px 20px; clear: both; }
.imgright10 { float: right; margin: 0 0 10px 10px; clear: both; }

div.msg { background: #690; font-weight: bold; color: #fff; font-size: 14px; padding: 8px 10px; margin: 0 0 20px 0; }

ul.errmsg { margin: 0; padding: 0; }
ul.errmsg li { margin: 0; padding: 0; border: none; width: auto; float: none; }

div.col50p { width: 50%; float: left; }

.hide { display: none; }

.bold { font-weight: bold !Important; }

.noborder {	border: 0 !important; }

.flleft {	float: left !Important; }

.flright { float: right !Important; }

.tcenter { text-align: center !Important; }

.tleft { text-align: left !important; }

.tright { text-align: right !important; }

.err { color: #c00; }

.black { color: #000; }

/* Text Icon  Links */
a.arrow, a.arrow2, a.pdf, a.email, a.excel, a.mp3, a.video, a.word, a.rss { line-height: 16px; text-decoration: none; }

a.arrow { background: url(/images/icons/arrow_next.gif) right center no-repeat; font-weight: bold; padding: 1px 11px 1px 0 !Important; }

a.arrow2 { background: url(/images/icons/arrow_prev.gif) left center no-repeat; font-weight: bold;	padding: 1px 0 1px 11px !Important; }

a.pdf { background: url(/images/icons/pdf.png) center left no-repeat;padding: 1px 0 1px 20px !Important; }

a.email {	background: url(/images/icons/email.png) center left no-repeat;padding: 1px 0 1px 20px !Important; }

a.excel {	background: url(/images/icons/excel.png) center left no-repeat;padding: 1px 0 1px 20px !Important; }

a.mp3 {	background: url(/images/icons/MP3.png) center left no-repeat;padding: 1px 0 1px 20px !Important; }

a.video {	background: url(/images/icons/video.png) center left no-repeat;padding: 1px 0 1px 20px !Important; }

a.word { background: url(/images/icons/word.png) center left no-repeat; padding: 1px 0 1px 20px !Important; }

a.rss { background: url(/images/icons/rss.png) center left no-repeat; padding: 1px 0 1px 20px !Important; }

/* padding/margin and clearfixes */

.padd10 { padding: 10px; }
.padd10t { padding-top: 10px; }
.padd10r { padding-right: 10px; }
.padd10b { padding-bottom: 10px; }
.padd10l { padding-left: 10px; }

.padd20 { padding: 20px; }
.padd20t { padding-top: 20px; }
.padd20r { padding-right: 20px; }
.padd20b { padding-bottom: 20px; }
.padd20l { padding-left: 20px; }

.marg10 { margin: 10px; }
.marg10t { margin-top: 10px; }
.marg10r { margin-right: 10px; }
.marg10b { margin-bottom: 10px; }
.marg10l { margin-left: 10px; }

.marg20 { margin: 20px; }
.marg20t { margin-top: 20px; }
.marg20r { margin-right: 20px; }
.marg20b { margin-bottom: 20px; }
.marg20l { margin-left: 20px; }

.clfx10 { height: 10px; clear: both; }
.clfx20 { height: 20px; clear: both; }
.clfx30 { height: 30px; clear: both; }
.clfx40 { height: 40px; clear: both; }

.clfx:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clfx {
	display: inline-block;
}
 
html[xmlns] .clfx {
	display: block;
}
 
* html .clfx {
	height: 1%;
}

/* Debug Panel */

div#debug {
	width: 330px;
	height: 100%;
	overflow: scroll;
	position: fixed;
	right: 0;
	top: 0;
	background: #fff;
	border: 2px solid #ededed;
}

div#debug ul { margin: 5px; padding: 0; }
div#debug ul li { margin: 0; padding: 5px 0; list-style: none; font-size: 10px; text-align: left; border-bottom: 1px solid #ededed; }
div#debug ul li label { float: left; width: 100px; font-weight: bold; }
div#debug ul li input { float: left; border: 1px solid #ededed; padding: 1px; width: 190px; font-size: 11px; }

input.redbutton { 
	border-radius:4px 4px 4px 4px;
	-o-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
	border: none;
	background:none repeat scroll 0 0 #CC0C2C;
	color:#FFFFFF;
	display:block;
	float:left;
	line-height:22px;
	padding:3px 6px;
	font-size: 13px;
	cursor: pointer;
}

input.center { margin: 0 auto; }

body, div, td, th, input, textarea, select, label {
	color: #000;
}

h1, h2, h3, h4 {
	color: #cc0c2c;
}

h1 em { color: #cc0c2c; }

h1 span {	padding: 0 0 0 10px; color: #121F47; }

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

#content p a { color: #cc0c2c; }

a:hover {	color: #000; }

/* Styles are read by CMS FCK Editor */

.strike_through { text-decoration: line-through; color: #aaa; font-weight: normal !important; }

.purple { color: #cc0c2c; }

.orange { color: #FB7500; }

.size_10_text { font-size: 10px; }

.size_11_text { font-size: 11px; }

.size_12_text { font-size: 13px;	line-height: 18px; }

.size_14_text { font-size: 14px;	line-height: 20px; }

.size_16_text { font-size: 16px;	line-height: 22px; }

img.imgright { margin: 0 0 20px 20px; float: right; }

img.imgright_border { margin: 0 0 20px 0; float: right; padding: 4px; border: 1px solid #999; }

img.imgleft { margin: 0 20px 20px 0; float: left; }

img.imgleft_border { margin: 0 0 20px 20px; float: right; padding: 4px; border: 1px solid #999; }
