/***********************************/
/************* OVERALL *************/

* {outline:none;}
html, body {height:100%;}

body {
	background: #fff url(../i/bgr.jpg) repeat-x center top fixed;
	color:#575757;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	margin:0 auto;
	text-align:center;
}

div#wrapper {
	margin:0 auto;
	z-index:1;
	position:relative;
	text-align:left;
	width:980px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0 5px 0;
	color: #7b7b7b;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
h1 {
	color:#4b4b4b;
	font-size:20px;
	margin-top:0;
}
h2 {font-size:18px; color:#4b4b4b;}
h3 {font-size:16px; color:#6b6b6b;}
h4 {font-size:15px;}
h5 {font-size:15px;}
h6 {font-size:15px;}

table.basic {border-collapse:collapse;}
table.basic th, table.basic td {border:1px solid #ddd; padding:2px 10px;}

a {color:#FF4E00; text-decoration:none;}
a:hover {text-decoration:underline;}
a img {border:none;}
p {margin:8px 0;}
ul {margin:8px 0; padding-left:20px;}
ol {margin:8px 0; padding-left:20px;}

input, select, textarea {
	border:1px solid #d1d1d1;
	background: #fff;
	color:#444;
	padding:6px;
	font: normal 12px Arial, Arial, Helvetica, sans-serif;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}
select {padding:2px;}

input:focus, select:focus, textarea:focus {border:1px solid #a5a5a5;}

input.button {
	background: #e46710 url(../i/button.jpg) repeat-x left top;
	border:none;
	color:#fff;
}
input.button:hover {
	background:#E46710 none;
	border:none;
	color:#fff;
	cursor:pointer;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	select {height:28px;}
	input.button {padding:7px 12px;}
}


/***********************************/
/********* COMMON CLASSES *********/

div.empty {
	clear: both;
	width: 100%;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
div.line {
	border-bottom:1px solid #ccc;
	margin:10px 0;
}

.hidden {
	position:absolute;
	left:-9999px;
	top:-9999px;
}

.last {margin-right:0 !important;}
.left {float:left;}
.right {float:right;}
.red {color:#8e1300;}
img.left {margin-right:15px;}
img.right {margin-left:15px;}

a.button {
	background: #e46710 url(../i/button.jpg) repeat-x left top;
	display:inline-block;
	padding:0 16px;
	height:28px;
	line-height:28px;
	color:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;		
	border-radius:3px;		
	font-size:13px;	
	}
a.button:hover {
	background:#e46710;
	text-decoration:none;
	background-position:left bottom;
	}

/**************************/
/********* PREVIEW *********/	

div#templates-preview {
	position:fixed;
	top:10px;
	left:10px;
	background-color: #000;
	border:1px solid #fff;
	padding:0px;
	margin-bottom:10px;	
	z-index:10;
	text-align:left;
	opacity:0.1;
	font-size:11px;
	width:7px;
	height:7px;
	overflow:hidden;
	text-indent:-9999px;
	-moz-border-radius:4px; 	
	-webkit-border-radius:4px;
	border-radius:4px; 	
}
div#templates-preview:hover {
	-moz-border-radius:3px; 	
	-webkit-border-radius:3px;
	border-radius:3px; 	
	opacity:1; 
	width:auto; 
	height:auto; 
	padding:10px; 
	text-indent:0; 
	cursor:help;
	background-color: #F1F1F1;	
}

/**************************/
/********* HACKS *********/	

::-moz-selection {background:#5A5A5A; color:#fff;}
::selection {background:#5A5A5A; color:#fff;}

*:first-child+html div#ie-fixed {}
* html div#ie-fixed {}


div#header {
	height:181px;
	background:url(../i/header-bgr.jpg) no-repeat left top;
	display:block;
	position:relative;
	margin-bottom:15px;
	font-size:13px;
}
div#header a {color:#FC834A;}

div#header a#logo {
	position:absolute;
	left:30px;
	top:30px;
	width:330px;
	height:80px;
	overflow:hidden;
}
div#header a#logo:hover {padding-top:1px;}

div#header div#search {
	position:absolute;
	top:62px;
	left:425px;
}
div#header div#search input {
	background:#eaeaea;
	border:1px solid #dbdbdb;
	float:left;	
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}
div#header div#search input.text {
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
	-moz-border-radius-bottomleft:4px; 	
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px; 		
}
div#header div#search input.button {
	background:#fff url(../i/search-button.jpg) no-repeat center center;
	width:30px;
	padding:5px;
	border-left:none;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
	-moz-border-radius-bottomright:4px; 	
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px; 		
}

div#header a#contacts {
	position:absolute;
	display:block;
	top:40px;
	right:30px;
	color:#b90000;
	font-size:38px;
	text-decoration:none;
}
div#header a#contacts span {
	font-size:14px;
	color:#8a8a8a;
	display:block;
	padding-left:38px;
}
div#header a#contacts b {
	display:block;
	letter-spacing:-2px;
	background:url(../i/telephone-symbol.gif) no-repeat left center;
	height:32px;
	line-height:32px;
	padding-left:38px;	
}



ul#menu {
	padding:0;
	margin:0;
	position:absolute;
	top:130px;
	left:10px;
}
ul#menu li {
	float:left;
	background:url(../i/menu-sep.jpg) no-repeat right top;
	height:30px;
	line-height:30px;
	list-style:none;
	padding:10px 8px 10px 6px;
}
ul#menu li a {
	display:inline-block;
	height:30px;
	line-height:30px;
	font-size:15px;
	color:#fff;
	text-shadow:1px 1px 0px #2a2a2a;
	padding:0 15px;
	text-decoration:none;
}
ul#menu li.home {padding-left:0;}
ul#menu li.home a {
	background:url(../i/menu-home.gif) no-repeat center center;
	width:5px;
}
ul#menu li a:hover,
ul#menu li a.active {
	background:#1d1d1d;
	color:#ffd44d;
	text-decoration:none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

ul#menu li.home a:hover,
ul#menu li.home a.active {
	background:#1d1d1d url(../i/menu-home-h.gif) no-repeat center center;
	text-decoration:none;
}


div#header a#cart {
	text-decoration:none;
	position:absolute;
	bottom:10px;
	right:10px;
	color:#fff;
	text-shadow:1px 1px 0px #2a2a2a;
	font-size:14px;
	background:url(../i/cart-bgr.gif) no-repeat left top;
	height:31px;
	line-height:30px;
	padding-left:35px;
	font-weight:bold;
}
div#header a#cart span {
	display:block;
	height:31px;
	line-height:31px;
	background:url(../i/cart-bgr.gif) no-repeat right top;
	padding-right:45px;
}
div#header a#cart:hover {color:#ffd44d; background-position:left bottom;}
div#header a#cart:hover span {background-position:right bottom;}

div#header a#cart.empty {
	text-decoration:none;
	position:absolute;
	bottom:10px;
	right:10px;
	color:#ddd;
	text-shadow:1px 1px 0px #2a2a2a;
	font-size:14px;
	background:url(../i/cart-bgr.gif) no-repeat left top;
	height:31px;
	line-height:30px;
	padding-left:35px;
	font-weight:normal;
	cursor:default;
}
div#header a#cart.empty span {
	display:block;
	height:31px;
	line-height:31px;
	background:url(../i/cart-bgr.gif) no-repeat right top;
	padding-right:45px;
}



div#main {
	background:url(../i/main-bgr.gif) repeat-y left top;
	position:relative;
}

div#main div#top-bgr {
	position:absolute;
	background:url(../i/main-top.gif) no-repeat left top;
	height:10px;
	width:980px;
	top:0;
	left:0;
	z-index:1;
}
div#side-block {
	width:240px;
	float:left;
	position:relative;
	z-index:2;
	padding:15px 0;
}
div#main-block {
	width:700px;
	float:right;
	position:relative;
	z-index:2;
	padding:20px;
}

div#side-block ul#products {
	margin:0;
	padding:0;
	list-style:none;
}
div#side-block ul#products li {
	padding:0;
}
div#side-block ul#products li a {
	font-size:14px;
	color:#fff;
	padding:10px 12px;
	background:url(../i/sidenav-sep.gif) repeat-x center bottom;
	line-height:18px;
	display:block;
	text-decoration:none;	
}
div#side-block ul#products li a:hover,
div#side-block ul#products li a.active {
	color:#ffd44d;
	background:#222 url(../i/sidenav-hover.gif) repeat-x left bottom;
	text-decoration:none;
}
div#side-block ul#products li ul {
	list-style:none;
	margin:-3px 0 0;
	padding:0 0 10px;
	background:#222 url(../i/sidenav-hover.gif) repeat-x left bottom;
}
div#side-block ul#products li ul li a {
	font-size:13px;
	background:none;	
	padding:4px 12px 4px 28px;
	background:url(../i/sidenav-b.gif) no-repeat 12px 8px;
}
div#side-block ul#products li ul li a:hover,
div#side-block ul#products li ul li a.active {
	background:url(../i/sidenav-bh.gif) no-repeat 12px 8px;
}


div#footer {
	background:url(../i/footer-bgr.gif) no-repeat left top;	
	font-size:12px;
	color:#555;
	line-height:18px;
	height:120px;
	display:block;
}
div#footer div#credits {
	background:url(../i/logo-10x.gif) no-repeat 10px 30px;
	padding-left:55px;
	padding-top:30px;
	float:left;
}
div#footer a {
	color:#444;
}
div#footer div#author {
	padding-top:40px;
	padding-right:10px;
	float:right;
}



div.sort {
	float:right;
	color:#666;
}
div.sort a {
	color:#666;
	font-weight:normal;
	font-size:12px;
	background:url(../i/arr.gif) no-repeat 3px 2px;
    padding-left: 15px;
    margin-left:5px;
}
div.sort a.dn {background: url(../i/arr-dn.gif) no-repeat scroll 3px 4px transparent; color:#343434; font-weight:bold;}
div.sort a.up {background: url(../i/arr-up.gif) no-repeat scroll 3px 4px transparent; color:#343434; font-weight:bold;}

table#products {}
table#products tr {}
table#products tr td {
	vertical-align:top;
	width:33%;
}
table#products tr.images td {
	vertical-align:bottom;
	padding-top:20px;
}

table#products tr td h2 {
	font-size:14px;
	line-height:18px;
	margin:5px 0;
	padding-right:15px;
}
table#products tr td h2 a {
	color:#3e3e3e;
}
table#products tr td p.desc {
	color:#878787;
	font-size:12px;
	line-height:18px;
	margin:5px 0;
	padding-right:15px;
}
table#products tr td p.price {
	color:#ff4e00;
	font-size:15px;
	line-height:18px;
	font-weight:bold;
	margin:5px 0;
	padding-right:15px;
}

h2.id {
	color:#9a9a9a;
	font-weight:normal;
	font-size:12px;
	margin-top:0;
}

div.gallery {
	width:300px;
	float:right;
	margin:0 0 20px 20px;
}
div.gallery a.right {
	font-weight:bold;
	font-size:13px;
}

table.order {font-size:12px; margin:10px 0;}
table.order tr th {
	background:#dadada;
	color:#323030;
	padding:2px 10px;
	font-size:11px;
	border-bottom:1px solid #cacaca;
}
table.order tr td {
	white-space:nowrap;
	background:#f3f3f3;
	padding:4px 8px;
	border-bottom:1px solid #dadada;
	border-top:1px solid #fff;
	color:#323232;
}
table.order tr td.desc {
	white-space:normal;
	line-height:15px;
	padding:6px 8px;
}
table.order tr td.id {
	color:#878787;
}
table.order tr td.price {
	color:#ff4e00;
	font-weight:bold;
	font-size:13px;
}

p.note {
	color:#555;
	font-size:11px;
	margin:0;
	line-height:13px;
}



th.header {
    background-position: right center;
    background-repeat: no-repeat;
    font-weight: bold;
    padding-left: 20px;
}
th.header span.sort_me {
    background: url(../i/arr.gif) no-repeat scroll right center transparent;
    cursor: pointer;
    display: inline-block;
    padding-right: 10px;
}
th.headerSortUp span.sort_me {
    background-image: url(../i/arr-dn.gif);
}
th.headerSortDown span.sort_me {
    background-image: url(../i/arr-up.gif);
}
th span.sort_me:hover {
    color: #E46710;
}



div.order {
	background:#F3F3F3;
	padding:10px;
	display:inline-block;
	border-bottom:1px solid #DEDEDE;
}
div.order p.price {
	font-size:15px;
	color:#FF4E00;
	font-weight:bold;
	float:left;
	margin-right:15px;
	line-height:12px;
}
div.order input.qty {
	margin-right:10px;
}



table#carttable {
    border: medium none;
    margin: 10px 0 0;
    font-size:12px;
}
table#carttable th {
    background-color: #F8F8F8;
    color: #585858;
    font-size: 11px;
    font-weight: normal;
    padding: 6px 8px;
}
table#carttable td {
    border-bottom: 1px solid #EDEDED;
    color: #333333;
    padding: 8px;
}
table#carttable p {
    margin: 0;
}

table#carttable a.productimage img {
    max-height: 60px;
    max-width: 60px;
}
table#carttable td.info a.title {
    font-size: 16px;
}
table#carttable td.info p {
    line-height: 17px;
    padding-top: 3px;
    color:#666;
    font-size:11px;
}
table#carttable td.price1 {
    color: #444444;
    white-space: nowrap;
}
table#carttable td.qty {
    color: #777777;
    white-space: nowrap;
}
table#carttable td.price2 {
    color: #B90000;
    font-size: 15px;
    text-align: left;
    white-space: nowrap;
}
table#carttable td.opt {
    text-align: center;
    width: 70px;
}
table#carttable td.opt a {
    display: inline-block;
    height: 14px;
    margin: 0 1px;
    opacity: 1;
    width: 14px;
}
table#carttable td.opt a.add {
    background: url("../i/cart-add.gif") no-repeat scroll left top #FFFFFF;
}
table#carttable td.opt a.sub {
    background: url("../i/cart-sub.gif") no-repeat scroll left top #FFFFFF;
}
table#carttable td.opt a.rem {
    background: url("../i/cart-rem.gif") no-repeat scroll left top #FFFFFF;
}
table#carttable td.opt a:hover {
    opacity: 0.8;
}
table#carttable tr.summary td {
    background-color: #F9F9F9;
    font-size: 15px;
}
table#carttable tr.delivery td {
    background-color: #F9F9F9;
}
table#carttable tr.overall td {
    background-color: #E6E9EA;
    border-bottom: 1px solid #CCCCCC;
    font-size: 15px;
}
table#carttable tr.overall td.suminfo {
    color: #000000;
}
table#carttable tr.overall td.sumprice {
    color: #B90000;
    font-weight: bold;
    white-space: nowrap;
}
table#order {
    width: 100%;
}
table#order tr td {
    padding: 8px 0;
}
table#order tr td label {
    padding-right: 10px;
}
table#order tr td input.text {
    width: 200px;
}
table#order tr td textarea {
    width: 340px;
}
input.order {
    -moz-border-radius: 3px 3px 3px 3px;
    background: url("../i/button.jpg") repeat-x scroll left top #E46710;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
}
input.reset {
    -moz-border-radius: 3px 3px 3px 3px;
    background: none repeat scroll 0 0 #EEEEEE;
    color: #777777;
    float: left;
    font-size: 14px;
}
div.message {
    -moz-border-radius: 6px 6px 6px 6px;
    cursor: pointer;
    display: none;
    z-index: 10000;
}
div.info, div.success, div.warning, div.error, div.validation {
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid #DCDCDC;
    margin: 10px 0;
    padding: 8px;
}
div.info {
    background-color: #E6E9EA;
    color: #00529B;
}
div.success {
    background-color: #E6E9EA;
    color: #4F8A10;
}
div.warning {
    background-color: #E6E9EA;
    color: #9F6000;
}
div.error {
    background-color: #E6E9EA;
    color: #D8000C;
}
div.validation {
    background-color: #E6E9EA;
    color: #D63301;
}

div.contactus {
	background:#f3f3f3;
	margin:20px 0 0;
	padding:20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
div.contactus h2 {
	font-size:25px;
	margin:0 0 10px;
}
form#cntct table {
	margin:10px 0 0;
	width:100%;
	font-size:13px;
}
form#cntct table tr td {
	padding:4px 0;
}
form#cntct table tr td input.text {width:220px;}
form#cntct table tr td label {padding-right:20px;}
form#cntct table tr td textarea {width:540px; resize:none;}

form#cntct table tr td a.button {width:100px; text-align:center; font-weight:bold; font-size:15px; height:34px; line-height:34px;}
form#cntct table tr td a.reset {background:#bbb;}

p.error {padding:10px; border:1px dotted #bbb; background:#f9f9f9; -moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
color:#B90000;
font-size:12px;
line-height:17px;
}
p.success {padding:10px; border:1px dotted #bbb; background:#f9f9f9; -moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
color:#E46710;
font-size:14px;
line-height:18px;
font-weight:bold;
}
