@CHARSET "UTF-8";

div#basket-info { display: none; }
.bag_variant_price, .bag_variant_amount, .basket_img { display: none !important; }
div.product div.price { display: none; }
div.price_left { display: none; }
div.price_right { display: none; }
div.product div.basket_compare { display: none; }

/* TEMPLATE 6, DARK, BLACK AND ORANGE */
/* RESET */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body, .dummy {line-height:1.5;}
table {border-collapse:collapse;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* DUMMY PLACEHOLDER FOR FAVICON EDITABLE VIA ADMIN - DO NOT REMOVE! */
.favicon_placeholder {
	background-image: url(../img/favicon.ico);
}

.accessible {
	position: absolute;
	top: -10000px;
}

legend {
	display: none;
}

.location {
	/* dummy - do not remove */
}

#product_catalog .params {
	/* dummy - do not remove */
}

.gallery {
	/* dummy - do not remove */
}

#customer_rating {
	/* dummy - do not remove */
}

.comments {
	/* dummy - do not remove */
}

#language_bar {
	/* dummy - do not remove */
}

/*** common styles ***/
.left {
	float: left;
}

.right {
	float: right;
}

.centered {
	text-align: center;
}

p, .light {
	color: #333333;
}

.dark {
	color: #222;
}

.small {
	font-size: 8px;
}

.cleaner {
	clear: both;
	height: 0;
}

a:link, a:visited, a:hover, a:active, a:active {
	color: #393a3d;
	text-decoration: none;
}

a:hover {
	color: #53545c;
}

#head-menu a:link, #head-menu a:visited, #head-menu a:hover, #head-menu a:active, #head-menu a:active,
#main-content a:link, #main-content a:visited, #main-content a:hover, #main-content a:active, #main-content a:active,
body.main_container_ckeditor a:link, body.main_container_ckeditor a:visited, body.main_container_ckeditor a:hover,
body.main_container_ckeditor a:active, body.main_container_ckeditor a:active {
	text-decoration: underline;
}

#head-menu a {
	color: #ffffff;
}

#head-menu a:hover, #main-content a:hover, body.main_container_ckeditor a:hover, .dummy {
	text-decoration: none;
}

#product_catalog a:link, #product_catalog a:visited, #product_catalog a:hover, #product_catalog a:active, #product_catalog a:active {
	text-decoration: none;
}

.highlight {
	background-image: url(../img/background-transparent.png);
}

.red {
	color: #cc0000;
}

#left-bar h2.side_panel_widget_title {
	padding: 8px;
	background-color: #1f1f1f;
	color: #e56b23;
	font-weight: bold;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#left-bar ul.recommended_widget {
	list-style: none;
	font-size: 7pt;
	font-weight: bold;
}

#left-bar ul.recommended_widget li {
	background-color: #000;
	padding: 8px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #1f1f1f;
}

#left-bar ul.recommended_widget li.first {}
#left-bar ul.recommended_widget li.last {
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
}

#left-bar ul.recommended_widget li a:link, #left-bar ul.recommended_widget li a:visited,
#left-bar ul.recommended_widget li a:active, #left-bar ul.recommended_widget li a:hover, .dummy {
	color: #ccc;
	text-decoration: none;
}

#left-bar ul.recommended_widget li a:hover, .dummy {
	text-decoration: underline;
}

#left-bar ul.recommended_widget li div.recommended_right_1,
#left-bar ul.recommended_widget li div.recommended_right_2 {
	line-height: 160%;
}

#left-bar ul.recommended_widget li div.small_picture {
	float: right;
}

#left-bar ul.recommended_widget .price-old {
	color: #ff0000;
}

.price_left {
	display: none;
	float: left;
	position: relative;
	width: 100px;
}


/*** Buttons ***/

.submits {
	margin: 5px 0 5px 15px;
	padding: 4px 15px 4px 15px;
	text-decoration:none !important;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
	color: #fff;
	background-color: #717171;
	border-color: #272727;
	border-width: 2px;
	border-style: solid;
	height: 28px;
}

#catf-submit, #catf-reset {
	float: right;
}

input, select, textarea, .ibox {
	padding: 2px 5px 2px 5px;
	text-decoration: none !important;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #000;
	background-color: #ccc;
	border-color: #999;
	border-width: 2px;
	border-style: solid;
}


/*** Body and main body elements ***/

html, body {
	color: #333333;
	font: normal 8pt Verdana, Helvetica, Arial, sans-serif;
	background-color: #ffffff;
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	min-height: 100%;
}

body.main_container_ckeditor {
	background-color: #ffffff;
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center -220px;
	width: auto;
	margin: 0;
	padding: 10px;
}

ul {
	position:relative;
	left: 15px;
}

ul.recommended_widget {
  left: 0;
}

div#body, .dummy {
	width: 1000px;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 200px;
}

div#head,
div#top-bar,
div#container,
div#footer {
	width: 100%;
	clear: both;
}

div#head,
div#top-bar {
	position: relative;
}

div#head {
	background-image: url(../img/bg_top.png);
	background-repeat: no-repeat;
	background-position: top left;
}

div#container {
	padding-top: 10px;
}


div#left-bar {
	float: left;
	width: 200px;
	height: auto;
}

div#main-content {
	float: right;
	width: 790px;
}

body.main_container_ckeditor h1, div#main-content h1 {
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0 10px 0;
	color: #d48224;
}

.h1_padding {
	margin-left: 15px;
}

body.main_container_ckeditor h2, div#main-content h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0 15px 0;
	color: #d48224;
}

body.main_container_ckeditor h3, div#main-content h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0 15px 0;
	color: #d48224;
}

body.main_container_ckeditor h3 a, div#main-content h3 a {
	color: #E56B23;
}

body.main_container_ckeditor h3 a:hover, div#main-content h3 a:hover, .dummy {
	text-decoration: underline;
}

div.gap {
	padding-top: 10px;
}


/*** Horizontal menu definitions ***/
ul.menu-h,
ul.menu-v {
	display: block;
	overflow: hidden;
	list-style: none;
	position:relative;
	left: 0px;
}

.menu-h ul,
.menu-v ul {
	list-style: none;
	position:relative;
	left: 0px;
}

ul.menu-h li {
	/* shift and unshift by 1px, so left border is hidden*/
	margin-left: -1px; /* maybe remove if used .first */
	margin-right: 1px;
	float: left;
	display: block;
	padding: 5px 0;
}

#top-menu ul li,
ul.vmenu li {
	padding: 0;
	margin: 0;
}

ul.menu-h li a,ul.menu-h li a:link, ul.menu-h li a:visited, ul.menu-h li a:hover, ul.menu-h li a:active {
	display: block;
	float: left;
	min-height: 14px;
	padding: 3px 8px;
	background-image: url(../img/item-divider.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #ccc;
}

/* MSIE6 wouldn't work correctly without the following */
/*\*/
* html ul.menu-h li a, * html ul.menu-h li a:link, * html ul.menu-h li a:visited, * html ul.menu-h li a:hover, * html ul.menu-h li a:active {
	height: 14px;
}
/**/

ul.menu-h li a:hover, .dummy {
	color: #ffffff;
}

ul.menu-h li.first a {
	background: none;
}

/** #head and main head elements ***/

div#head, .dummy {
	height: 150px;
}

div#head div,
div#head table {
	position: absolute;
}

div#head input {
	border: none;
}

/* real inputs like text fields*/
div#head label,
div#head input.input {
	padding: 8px 8px 8px 4px;
	height: 17px;
}

div#head input.input {
	font-size: 11pt;
	font-weight: bold;
}

div#head input.button {
	font-size: 8pt;
	height: 29px;
	cursor: pointer;
}

#logo {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 675px;
	min-height: 150px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 7;
}

/*\*/
* html #logo, .dummy {
	height: 150px;
}
/**/

/* search bar */
#search-bar {
	display: block;
	width: 380px;
	height: 50px;
	bottom: 0px;
	left: 300px;
	background-image: url(../img/bg_search.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	z-index: 8;
}

input#search-field {
	position: absolute;
	width: 208px;
	background: none;
	left: 7px;
	top: 7px;
}

input#search-button {
	position: absolute;
	width: 138px;
	background: none;
	left: 232px;
	top: 7px;
	padding-left: 20px;
}

/* login bar */
#login-bar {
	margin-top: 5px;
	margin-left: 5px;	
}

#login-bar td {
	min-width: 85px;
	
}

/* MSIE7 wouldn't work correctly without the following */
#login-bar td:FIRST-CHILD {
	width: 85px;
}

/* MSIE6 wouldn't work correctly without the following */
/*\*/
* html #login-bar td {
	width: expression(this.previousSibling==null ? '85px' : 'auto');
}
/**/

#top_login_form.loged-in #login-bar td {
	min-width: auto;
}

/* MSIE7 wouldn't work correctly without the following */
#top_login_form.loged-in #login-bar td:FIRST-CHILD {
	width: auto;
}

/* MSIE6 wouldn't work correctly without the following */
/*\*/
* html #top_login_form.loged-in #login-bar td {
	width: auto;
}
/**/

#top_login_form {
	float: right;
	width: 312px;
	height: 90px;
	top: 58px;
	left: 690px;
	background-image: url(../img/bg_login.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}

#top_login_form.loged-in {
	border: 6px solid transparent;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	background-image: url(../img/login-bar.png);
	background-position: center center;
	border: 6px solid transparent;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	padding-left: 10px;
	padding-top: 2px;
}

div#head #login-bar label {
	font-size: 8pt;
	width: 120px;
	color: #ffffff;
}

input#login-login,
input#login-passw {
	width: 208px;
	position: relative;
	margin-left: 36px;
	background: transparent no-repeat center center;
}

input#login-login {
	background: none;
	width: 155px;
	margin-top: 7px;
}
input#login-passw {
	background: none;
	width: 120px;
	margin-bottom: 5px;
	margin-top: 2px;
	float: right;
}

input#login-button {
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
	background: none;
	width: 32px;
	float: right;
	margin-left: 2px;
	margin-top: 3px;
}

table#login-bar ul {
	list-style: none;
}

table.loged-in tr td ul li {
	padding: 1px;
}

table.loged-in tr td {
	padding-left: 8px;
}

table#login-bar a {
	text-transform: capitalize;
}

table#login-bar .logout a {
	font-weight: bold;
	text-transform: uppercase;
	color: #d48224;
	float: left;
}

#head-infobar {
	left: 0px;
	top: 0px;
	position: absolute;
}

ul#head-menu {
	right: 0px;
	left: auto;
	top: 35px;
	position: absolute;
}

#language-bar {
	right: 5px;
	top: 0px;
}
#language-bar a {
	display: block;
	float: left;
}
#language-bar img {
	padding: 5px 3px;
}


/*** Manin (top) menu ***/
#top-bar {
	height: 50px;
	z-index: 1000;
}

#top-bar img, #top-bar .content, .dummy {
	float: left;
}

#top-bar .content {
	height: 30px;
	background-color: #121212;
	border-top-color: #e56b23;
	border-top-width: 3px;
	border-top-style: solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 20px;
	width: 957px;
	background-image: url(../img/bg_header.png);
	background-repeat: repeat-x;
}

#top-menu {
	text-transform: uppercase;
	overflow: visible;
	width: auto;
	float: left;
	z-index: 1000;
}

ul#top-menu li {
	position: relative;
}

ul#top-menu ul {
	position: absolute;
	top: 30px;
	left: 10px;
	display: none;
	box-shadow: 2px 2px 15px rgba(0,0,0,0.7);
	-moz-box-shadow: 2px 2px 15px rgba(0,0,0,0.7);
	-webkit-box-shadow: 2px 2px 15px rgba(0,0,0,0.7);
}

ul#top-menu li ul li ul {
	position: absolute;
	top: 5px;
	left: 170px;
	z-index: 1002;
	display: none !important;
	/* MSIE hack */
	display: none;
}

/* MSIE HACK */
/*\*/
* html #top-menu, * html #top-menu li {
	position: relative;
}

* html #top-menu ul {
	position: absolute;
	top: 24px;
	left: 10px;
}

* html ul#top-menu li ul ul ul, .dummy {
	border-size: 1px;
	border-style: solid;
	border-color: #e56b23;
}
/**/

ul#top-menu li ul ul ul {
	position: relative;
	margin-left: -12px;
	top: 1px;
	left: 0;
	display: none !important;
	/* MSIE hack */
	display: none;
}

ul#top-menu li ul li:hover ul {
	display: block !important;
	/* MSIE hack */
	display: block;
}

#top-menu li:hover ul {
	display: block;
}

ul#top-menu li ul ul li {
	background-image: url(../img/menu-divider.png);
	background-position: 30px bottom;
	background-repeat: no-repeat;
	z-index: 1002;
}

ul#top-menu ul li {
	position: relative;
	width: 188px;
	height: 25px;
	padding-left: 12px;
	background-color: #e56b23;
	font-weight: bold;
	clear: both; 
}

#top-menu ul li a {
	color: #ffffff;
	margin: 0;
	font-size: 7pt;
	padding: 5px 3px 5px 17px;
	background-image: url(../img/menu-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	z-index: 10000;
}

#basket-info a, #basket-info a:link, #basket-info a:hover, #basket-info a:visited, #basket-info a:active {
	float: right;
	font-weight: bold;
	padding: 10px 0;
	color: #ccc;
	text-decoration: underline;
}

/*** Left menu ***/

#left-menu li {
	background-color: #272727;
	text-transform: uppercase;
	font-size: 7pt;
	font-weight: bold;
}

#left-menu li:FIRST-CHILD,
#top-menu > li > ul > li:FIRST-CHILD,
#top-menu > li > ul > li > ul > li:FIRST-CHILD {
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#left-menu li:LAST-CHILD,
#top-menu > li > ul > li:LAST-CHILD,
#top-menu > li > ul li:LAST-CHILD {
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

#left-menu li.special {
	text-transform: none;
	font-size: 9pt;
}

#top-menu  ul li, #left-menu ul li {
	text-transform: none;
	background-color: #717171;
	background-image: url(../img/menu-divider.png);
	background-repeat: no-repeat;
	background-position: 30px bottom;
}

#top-menu ul > li:LAST-CHILD,
#left-menu ul li:LAST-CHILD {
	background-image: none;
}

/* MSIE HACK */
/*\*/
* html #top-menu ul li {
	background-image: expression(this.nextSibling == null ? 'none' : 'inherit');
}
/**/

#left-menu ul ul li {
	background-color: #d48224;
}

#left-menu ul li a {
	background: none;
	color: #fff;
}

#left-menu ul li ul li a {
	background: none;
	color: #fff;
}

#left-menu li a {
	display: block;
	min-height: 14px;
	padding: 5px 3px 6px 29px;
	width: 168px;
	background-image: url(../img/menu-icon.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	color: #ffffff;
}

/* MSIE6 wouldn't work correctly without the following */
/*\*/
* html #left-menu li a {
	height: 14px;
}
/**/

#left-menu li.active {
	background-color: #2e2e2e;
}

#left-menu li:hover {
	background-color: #404040;
}

#left-menu ul li.active {
	background-color: #808080;
}

#top-menu ul li:hover {
	background-color: #fd833b;
}

#left-menu ul li:hover {
	background-color: #8a8a8a;
}

#left-menu ul ul li.active {
	background-color: #ed9128;
}

#left-menu ul ul li:hover {
	background-color: #de8826;
}

#main-banner {
	width: 100;
	clear: both;
	padding-bottom: 20px;
}

/* product */
div.product {
	float: left;
	width: 125px;
	height: 250px;
	padding: 15px 15px 15px 15px;
	background-image: url(../img/product.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 3px 3px 0;
}

div.product strong {
	display: block;
	font-weight: bold;
	height: 40px;
	padding-bottom: 10px;
}

div.product strong a, div.product strong a:link, div.product strong a:visited, div.product strong a:hover, div.product strong a:active {
	color: #76777e;
	text-decoration: none !important;
}

div.product strong a:hover, .dummy {
	color: #1d2021;
}

.no_product_image {
	background-image: url(../img/no-img-small.jpg);
}

div.product .flags_rating {
	position: absolute;
	z-index: 5;
	float: left;
	padding: 2px;
}

div.product img {
	top: 18px;
	left: 0px;
}

img.flag_preorder {
	position: absolute;
}

div.product p {
	color: #76777e;
	height: 40px;
	padding: 5px 0;
}

div.product-pict {
	height: 124px;
	width: 124px;
	text-align: center;
	display: table-cell;
}

div.product div.price {
	display: none;
	float: left;
	height: 32px;
	width: 97px;
	position: relative;
}



div.product span.price-new {
	color: #c90a0a;
	font-weight: bold;
	font-size: 8pt;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

div.product span.price-old {
	color: #76777e;
	position: absolute;
	top: 0px;
	left: 0px;
	text-decoration: line-through;
}

.basket_img {
	color: #ff0000;
	border: none;
	display: block;
	float: right;
	width: 28px;
	height: 28px;
	background-image: url(../img/product-buy.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	text-indent: 100px;
}

.basket_no_products_img {
	color: #ff0000;
	border: none;
	display: block;
	float: right;
	width: 28px;
	height: 28px;
	background-image: url(../img/product-buy-na.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	text-indent: 100px;
}

div#product_detail_main_img.no_img {
	display: table-cell;
	vertical-align: middle;
}

div#product_detail_main_img.no_img_dummy {
	background-image: url(../img/no-img-full.jpg);
}

/* FOOTER */

#footer-banner, #footer-info {
	display: block;
	clear: both;
	height: auto;
	margin-top: 3px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #959595;
	font-size: 9px;
}

#footer-banner a, #footer-banner a:link, #footer-banner a:visited, #footer-banner a:hover, #footer-banner a:active {
	color: #959595;
	font-size: 9px;
}

#footer-banner a:hover, .dummy {
	color: #fff;
}

#footer-info a, #footer-info a:link, #footer-info a:visited, #footer-info a:hover, #footer-info a:active {
	color: #959595;
	font-size: 9px;
}

#footer-info a:hover, .dummy {
	color: #fff;
}

#footer-banner ul {
	position: relative;
	left: 10px;
}

#footer-banner img, #footer-banner .content, #footer-info img, #footer-info .content, .dummy {
	float: left;
}


#footer-banner .content, #footer-info .content, .dummy {
	padding: 15px;
	width: 967px;
}

#footer-banner {
	bottom: 88px;
	height: 107px;
}

#footer-banner-inside-ckeditor, #footer-info-inside-ckeditor {
	bottom: auto;
}

#footer-banner .content {
	height: 77px;
	background-color: #474747;
	background-image: url(../img/bg_footer.png);
	background-repeat: repeat-x;
	border-top-color: #f85f1f;
	border-top-width: 3px;
	border-top-style: solid;
	padding-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.facebook_footer {
	/* dummy - do not remove */
	background-image: url(../img/fb-footer.png);
}

.footer_right_image {
	/* dummy - do not remove */
	background-image: url(../img/made-in-cz-footer.png);
}

#footer-info {
	height: 74px;
}

#footer-info .content {
	height: 44px;
	background-color: #474747;
	background-image: url(../img/bg_footer.png);
	background-repeat: repeat-x;
	border-top-color: #f85f1f;
	border-top-width: 3px;
	border-top-style: solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


/* Product list */

#product_subcat_list ul {
	width: 772px;
	padding: 7px 5px 7px 10px;
	left: 0px;
	display: block;
	overflow: hidden;
	list-style: none;
	background-color: #272727;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#product_subcat_list ul li {
	display: block;
	float: left;
}

#product_subcat_list ul li a, #product_subcat_list ul li a:link, #product_subcat_list ul li a:active, #product_subcat_list ul li a:hover, #product_subcat_list ul li a:visited {
	border-left: #ddd solid 1px;
	padding: 0 7px 0 7px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
}

#product_subcat_list ul li a:hover, .dummy {
	text-decoration: underline;
}

#product_subcat_list ul li a.first {
	border-left: none;
}

#product_subcat_list_caption {
	padding: 0 0 5px 15px;
}

#info {
	padding: 15px;
	margin: 15px;
	background-color: #272727;
	color: #cc0000;
	font-weight: bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

div.product_catalog_navig {
	width: 772px;
	padding: 5px 0 5px 15px;
	margin-bottom: 15px;
	background-color: #272727;
	color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.product_catalog_navig a, div.product_catalog_navig a:link, div.product_catalog_navig a:visited, div.product_catalog_navig a:hover, div.product_catalog_navig a:active {
	color: #ffffff;
}

div.pos_info {
	float: left;
}

div.pos {
	float: left;
	width: 530px;
	text-align: center;
}

#product_catalog_listing_type {
	padding-left: 15px;
}

#product_catalog_sort {
	float: left;
	padding-left: 10px;
}

#product_table tr td {
	width: 100%;
	padding: 5px;
}

#product_table tr th {
	padding: 5px;
	vertical-align: top;
	font-weight: bold;
}

td.price_value_red {
	color: #cc0000;
}


/*** Product search ***/

#product_search .search_title {
	width: 200px;
	padding: 15px;
	float: left;
	font-weight: bold;
}

#product_search .search_parameters,
#product_search .search_parameter_value {
	padding: 10px;
	float: left;
}

#product_search .search_unit {
	padding-top: 13px;
}

#product_search select {
	width: 300px;
}

.right_overlay, .toggle_overlay {
	position:absolute;
	z-index:100;
	cursor:pointer;
	background-color: transparent;
}

.dummy, .toggle_overlay {
	width: 24px;
	height: 22px;
	font-size: 1px;
	background-color: transparent;
	background-image: url(../img/plus.png);
	background-repeat: no-repeat;
	background-position: 11px 7px;
}

#left-bar ul li.sub_open .toggle_overlay {
	background-image: url(../img/minus.png);
}


/*** Product detail ***/

div#product_detail h3 {
	color: #E56B23;
}

div#product_detail h3 a {
	color: #E56B23;
}

div.content_div {
	background-color: #272727;
	color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.content_div a, div.content_div a:link, div.content_div a:visited, div.content_div a:hover, div.content_div a:active {
	color: #ffffff;
}

div.content_tab {
	background-color: #272727;
	color: #ffffff;
	-moz-border-radius: 0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
	padding: 15px;
}

div.content_tab a, div.content_tab a:link, div.content_tab a:visited, div.content_tab a:hover, div.content_tab a:active {
	color: #ffffff;
}

div.content_tab p {
	color: #ffffff;
}

div.product_detail_header {
	padding: 10px 0 10px 15px;
}

div.product_detail_header h1 {
	color: #ffffff !important;
}

div.product_detail_body, .dummy {
	padding: 15px;
	margin: 10px 0 10px 0;
}

div.product_detail_body .image_encapsulation {
	float: left;
	margin-right: 5px;
}

div#product_detail_img_gallery {
	width: 276px;
}

div.product_detail_body .product_detail_left_section {
	position: relative;
	z-index: 100;
	float: left;
	width: 600px;
	padding-right: 10px;
	border-right-color: #333333;
	border-right-style: solid;
	border-right-width: 1px;
}

div.product_detail_body .product_detail_right_section {
	position: relative;
	left: 10px;
}

#product_detail_main_img {
	width: 266px;
	height: 266px;
	background-color: #333;
	text-align: center;
}

div.gallery_image {
	width: 59px;
	height: 59px;
	margin: 10px 10px 0 0;
	background-color: #ffffff;
	text-align: center;
	float: left;
}

div.product_detail_body .price-new,
#product_table .price-new {
	color: #ff000f;
	font-size: 10pt;
}

div.product_detail_body .price-old,
#product_table .price-old,
div.price_right .price-old {
	color: #3f3f3f;
	text-decoration: line-through;
}

#product_detail_img_gallery {
	width: 266px;
}

table#product_description {
	width: 310px;
}

table#product_description .title {
	width: 90px;
	color: #ffffff;
}

table#product_description td {
	padding: 2px 0 2px 0;
}

table#product_description hr {
	border: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

table#bag_variant .bag_variant_caption {
	width: 70px;
}

table#bag_variant .bag_variant_price {
	width: 155px;
	text-align: right;
}

table#params_table td {
	padding: 4px 15px 4px 0;
}

table#params_table .title {
	color: #ffffff;
}

div.comments .item .rating {
	float: right;
	padding-left: 15px;
}

div.comments .item .title {
	padding-top: 5px;
}

div.comments .item .description {
	padding: 5px 0 10px 0;
}

div.comments .item a {
	text-decoration: underline;
}

div.comments ul {
	list-style: none;
}

div.comments ul li {
	padding: 5px 0 0 15px;
}

div.product_detail_tab {
	position: relative;
	top: 4px;
	float: left;
	background-image: url(../img/background-tab.png);
	background-repeat: repeat-x;
	color: #ffffff;
	padding: 10px;
	margin: 10px 15px 0 0;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	cursor: pointer;
}

div.products_filter_tabs_active,
div.product_detail_tab:hover {
	top: 0px !important;
}

form#new_comment_form fieldset label {
	width: 150px;
}


/*** Register ***/

div#register label {
	display: block !important;
	/* MSIE hack */
	display: block;
	float: left;
	width: 150px;
}

/*** Special actions ***/

div#product_detail .flag_preorder {
	height: 1px;
	visibility: hidden;
	display: none;
}

td.bag_variant_amount {
	white-space: nowrap;
}


/*** Basket ***/

div#basket .summary {
	width: 100%;
}

div#basket .summary tr th {
	padding: 7px;
	font-weight: bold;
	background-image: url(../img/background-transparent.png);
}

div#basket .summary tr td {
	padding: 7px;
}

div#basket .summary2 {
	width: 100%;
}

div#basket .summary2 tr th {
	padding: 7px;
	font-weight: bold;
	background-image: url(../img/background-transparent.png);
}

div#basket .summary2 tr td {
	padding: 7px;
}

div#basket div.row_wrapper {
	padding-bottom: 7px;
}

div#basket div.row_wrapper .left_40 {
	float: left;
	min-width: 100px;
}

form#bag_submit_form .subtotal {
	padding: 7px;
	font-weight: bold;
	background-image: url(../img/background-transparent.png);
}

form#bag_submit_form .table_body, .dummy {
	padding: 15px;
	font-weight: bold;
	background-image: url(../img/background-transparent.png);
}

form#bag_submit_form #table_left {
	float: left;
	padding-right: 15px;
}

div.basket_buttons {
	text-align: center;
}

div#basket_addresses label {
	display: block !important;
	/* MSIE hack */
	display: block;
	float: left;
	width: 150px;
}

div#catf-box {
	background-color: #272727;
	padding: 5px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-top-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

div.catf-item {
	float: left;
	width: 156px;
	color: #ffffff;
}

div.catf-subtitle {
	padding-left: 5px;
	color: #ffffff;
	font-weight: bold;
}