*, html {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(../images/body_back.jpg) repeat-y top center #000;
	color: #FFF;
	font-size: 11px;
	font-family: tahoma, arial;
}

img {
	border:0 none;
	vertical-align:top;
}

.wrap {
	margin: 0 auto;
	width: 906px;
}

.clear {
	clear: both;
	visibility: hidden;
	width: 1px;
	height: 1px;
}

a, a:visited {
	cursor: pointer;
	color: #FFF;
	text-decoration: underline;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #b2b2b2;
}

h1#logo {
	position: absolute;
	margin: 70px 0px 0px 0px;
}

#sound {
	position: absolute;
	margin: -213px 0 0 -100px;
}
#top {
	height: 422px;
	background: url(../images/top_back.jpg) no-repeat top center;
}

#slogan {
	position: absolute;
	margin: 174px 0px 0px 15px;
}

a#main_email {
	position: absolute;
	margin: 339px 0 0 0px;
	width: 121px;
	height: 25px;
	text-decoration: none;
}

#slogan2 {
	width: 362px;
	height: 13px;
	position: absolute;
	margin: 108px 0 0 255px;
	background: url(../images/slogan.png) no-repeat top center;
}

#top_bar {
	background: url(../images/top_bar_back.png) no-repeat top center;
	height: 29px;
	margin-top: 369px;
	position: absolute;
	width: 906px;
	z-index: 10;
}

#top_bar ul {
	margin-left: 10px;
}
#top_bar ul li{
	float: left;
	list-style: none;
}

#top_bar ul li a{
	color: #3a3a3a;
	text-decoration: none;
	padding: 0px 10px;
	line-height: 29px;
	text-shadow: 1px 1px 0px #FFF;
}

#top_bar ul li a:hover {
	text-decoration: underline;
}

#left_bar {
	width: 196px;
	float: left;
}

#content {
	float: left;
	width: 700px;
	padding-left: 10px;
}

#content.copc{
	padding: 0px;
}

#content-3-col {
	float: left;
	width: 495px;
	padding-left: 10px;
}

#right_bar {
	width: 196px;
	float: right;
}

ul#categories li {
	list-style: none;
	border-bottom: 1px dotted #FFF;
}

ul#categories li.active{
	background: url(../images/link_active_01.png) center center no-repeat;
}

ul#categories li a {
	font-size: 1.1em;
	color: #FFF;
	display: block;
	padding: 0px 0px 0px 10px;
	line-height: 25px;
	height: 25px;
	text-decoration: none;
}

ul#categories li a:hover {
	background: url(../images/transp_back.png) repeat top left;
}

.toolbar, .breadcrumbs{
	/*background: #171717;*/
	height: 32px;
	padding-top: 10px;
	clear: both;
	background: url(../images/transp_back.png) repeat top left;
}

.breadcrumbs {
	line-height: 32px;
	padding: 0px 10px;
	font-size: 0.8em;
}

.toolbar-bottom {
	clear: both;
	margin-top: 10px;
}

.toolbar .pager {
	padding:3px 8px;
}

.pager .limiter {
	float:right;
}

.pager .amount {
	float:left;
	margin:0;
}

.products-grid li.item {
	float:left;
	list-style: none;
	width:223px;
	margin: 10px 10px 0px 0px;
}

.products-grid li.item.small {
	width: 190px;
}

.products-grid li.item.last {
	margin: 10px 0px 0px;
}

.products-grid .product-image {
	display:block;
	height:135px;
	width:223px;
	text-align: center;
	background: #0a0a0a;
	margin: 0px auto;
}
.products-grid .small .product-image {
	height: 100px;
	width: 66px;
}

h2.product-name {
	background: url(../images/transp_back.png) repeat top left;
	height: 45px;
	line-height: 20px;
}

.block-content .product-name, #cart-sidebar .product-name {
	background: transparent;
}

#cart-sidebar .product-name { 
	float: left;
}

.block-content li, #cart-sidebar li {
	border-bottom: 1px dotted #2c2c2c;
}

.block  {
	margin-bottom: 10px;
}

h1 {
	color: #FFF;
	margin: 0px;
	padding: 5px 0px;
}

h2.product-name a {
	display: block;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	padding-left: 12px;
}

h2.product-name a:hover {
	background: #CCC;
	color: #000;
	text-decoration: underline;
}

.price-box {
	height: 22px;
	padding-top: 8px;
	float: left;
	width: 49.9%;
	background: url(../images/transp_back.png) repeat top left;
	text-align: center;
	color: #8b8b8b;
}

.actions {
	height: 24px;
	padding-top: 6px;
	float: right;
	width: 50%;
	background: url(../images/transp_back.png) repeat top left;
	text-align: center;
}

.btn-cart, .form-button, .button {
	background: url(../images/button_back.png) no-repeat center center;
	width: 91px;
	height: 19px;
	border: 0px none;
	color: #FFF;
	font-size: 11px;
	cursor: pointer;
}

.continue-shopping, .checkout-link  a, .btn-checkout, .btn-success{
	background: url(../images/button_back_bigger.png) no-repeat center center;
	width: 130px;
	height: 19px;
	border: 0px none;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
}

.checkout-link a{
	margin: 5px 0px;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	height: 17px;
}

.checkout-link li{
	float: right;
}

.checkout-link a:hover {
	text-decoration: underline;
}

#copyright {
	margin-top: 20px;
	border-top: 1px solid #353535;
	height: 60px;
	/*line-height: 60px;*/
	text-align: center;
	color: #686868;
	padding-top: 10px;
}

.zoom2 {
	display: block;
	position: absolute;
	background: url(../images/lupa.png) no-repeat right center;
	color: #545454;
	font-size: 1em;
	padding-right: 10px;
	margin: 152px 0 0 132px;
	z-index: 100;
}


/* Breadcrumbs */
.breadcrumbs {
}

.breadcrumbs li { display:inline; }

.breadcrumbs li a {
    color: #FFF;
}
.breadcrumbs li a:hover {
	/*color: #6B6234;*/
}

.breadcrumbs li strong {
    /*color: #6B6234;*/
    font-weight: normal !important;
}

.product-view {
	background: #171717;
	color: #5e5e5e;
	font-size: 11px;
}

.product-view h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background: transparent;
}

.product-view .product-name {
	background: transparent;
}

label {
	color: #5e5e5e;
}

.email-friend  a{
	color: #a60000;
}

.product-view .price-box {
	background: transparent;
	text-align: left;
	float: none;
	width: auto;
}
.product-view .price-box .regular-price .price {
	font-size: 14px;
	color: #FFF;
}

.add-to-box {
	text-align: left;
}

.product-shop .short-description {
	margin-top: 10px;
	text-align: justify;
}

.box-description {
	text-align: justify;
	margin-bottom: 10px;
}

.box-description > div {
	line-height: 1.5em;
}

.product-view h2 {
	font-size: 12px;
	color: #FFF;
}

.product-img-box .more-views li a {
	width: 120px;
	height: auto;
	border: 2px solid #212121;
}

#track_hint {
	margin: 0;
	padding: 0;
	color: #FFF;
	font-size: 1.2em;
}
#track {
	background: #474d54;
	top: 15px;
}
#handle .selected {
	
}
.product-view .product-img-box .zoom-notice { margin:0 0 10px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:24px; margin:0 auto 13px; padding:0 28px;  cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:2px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-10px; width:9px; height:22px; background:url(../images/magnifier_handle.png) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:10px; top:7px; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:10px; top:7px; }


.block-title {
	height: 42px;
	line-height: 42px;
	color: #000;
	padding: 0px 3px;
	background: url(../images/block_title_back.png) repeat-x top center;
}

.base-mini { margin-bottom: 20px; }
.base-mini .head { }
.mini-cart .head { background: url(../images/basket_back.png) repeat-x top center; height: 42px; padding: 0px 3px;}
.base-mini .head h4 {color: #FFF; font-size: 11px; font-weight: bold;  line-height: 42px; float: none; text-align: left}
.base-mini .head h4 .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
.base-mini h5 { font-size:1em; }
.base-mini .content, .base-mini ol {}
.base-mini ol li { }
.base-mini ol li.odd { }
.base-mini ol li.even {  }
.base-mini .actions { background:url(../images/base_mini_actions_bg.gif) repeat-x #dee5e8; padding:6px; }
.base-mini .product-images { float:left; width:52px; height:52px; }
.base-mini .product-images a img { border:1px solid #a9a9a9; vertical-align:top; }
.base-mini .product-checkbox { float:left; width:10px; }
.base-mini .product-names { margin-left:18px; }
.base-mini .product-details { }
.base-mini .regular-price { font-size:11px; }
.base-mini .regular-price .price { color:#2f2f2f; }
.base-mini .special-price { font-size:11px; }
.base-mini .minimal-price { font-size:11px; }
.base-mini .price-box { margin:1px 0; }

.mini-cart .head h4 { background:url(../images/icon_basket.png) no-repeat center right; }
.mini-cart .subtotal { background:#fbebd9; margin-top:5px; padding:2px 0; text-align:center; }
.mini-cart h5 { margin:0; }
.mini-cart .actions { border-bottom:1px solid #c2c2c2; padding-top:3px; padding-bottom:1px; }
.mini-cart .actions .form-button { margin-top:3px; margin-bottom:5px; }

.product-img-box .product-image-zoom {
	height: 165px;
}

a.btn-remove {
	display: block;
	float: right;
	width: 15px;
	height: 13px;
	text-indent: -9999px;
	background: url(../images/btn_remove.png) no-repeat center center;
}

a.btn-remove:hover {
	background: url(../images/btn_remove_hover.png) no-repeat center center;
}

.cart-price {
	float: right;
	line-height: 30px;
}

.cart-actions {
	padding: 10px;
}

.related-checkbox {
	float: left;
}

.block-related .product-name-related {
	float: left;
}

.block-related .product-image {
	float: right;
	display: block;
}

#shopping-cart-totals-table {
	float: right;
}

.opc .active .step-title, .fieldset .legend  {
	background: url(../images/basket_back.png) repeat-x top center;
	color: #FFF;
}

.fieldset .legend  {
	border: 1px solid #BBAFA0;
}

.opc .active .step-title h2 {
	color: #FFF;
}

.opc .active .step-title .number {
	background: #000;
	border: none;
}

.opc .step, .account-login .content, .fieldset, .box-account {
	background: url(../images/transp_back.png) repeat top left;
}

.account-login .buttons-set {
	background: none;
}

.opc .step label {
	color: #FFF;
}

#lang {
	position: absolute;
	margin: 377px 0 0 830px;
	z-index: 50;
}

#manufacturer_div {
	position: absolute;
	margin: 375px 0 0 650px;
	z-index: 50;
}

#footer_links ul{
	margin: 0 auto;
	width: 575px;
	padding-bottom: 20px;
}
#footer_links li {
	float: left;
	margin: 0px 10px;
}

#search_div {
	height: 20px;
	margin: 3px auto;
	width: 350px;
}
#search_div label {
	color: #FFF;
}
#search_div  input.input-text{
	width: 200px;
}

.pages {
	position: absolute;
	padding: 10px;
}

.pages  ol li{
	float: left;
	padding: 5px;
	color: #8c8c8c;
}

.pages  ol li.current {
	background: url(../images/bullet.png) no-repeat center center;
	color: #000;
	width: 5px;
}

.pages  ol li a{
	color: #8c8c8c;
	display: block;
	padding: 0px 3px;
}

#kontakty {
	position: absolute;
	width: 250px;
	margin: 54px 0px 0px 276px;
}

.prod_count {
	float: right;
	font-size: 0.8em;
}
.cat_name {
	float: left;
	/*font-size: 0.8em;*/
}

.product-img-box .more-views li a {
	text-align: center;
}

.block-currency .block-content {
	text-align: center;
}
