@CHARSET "UTF-8";

* {
	padding:0;
	margin:0;
}

body {
	background-color: white;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #555555;
	text-align:center;
	background: #ffffff url('/img/bg_body.png') repeat-x 0 0;
}

/* Useful */
.align_center { text-align:center; }
.align_right { text-align:right; }
.right { float: right; }
.middle { vertical-align: middle; }
.uppercase { text-transform:uppercase; }
.hidden, .collapsed, .block_hidden_only_for_screen { display:none; }
.wrap { white-space: normal; }
.bold { font-weight: bold; }
.strike { text-decoration:line-through; }
.italic { font-style: italic; }
.top { vertical-align: top; }
.span_link { cursor:pointer; }
.span_link:hover { text-decoration:underline; }
.clear { clear:both; }

ul, li { list-style: none; }

a {
	color: #51aeff;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
input:focus {
	outline: 0;
	outline-offset: 0;
}
a img {
	outline: none;
	border: none;
	text-decoration: none;
}

h1 {
	color: #339af3;
	font-weight: bold;
	font-size: 18px;
	margin: 5px;
}

h2 {
	color: #339af3;
	font-weight: bold;
	font-size: 14px;
	margin: 5px;
}

h3 {
	color: #339af3;
	font-weight: bold;
	font-size: 12px;
	margin: 5px;
}

h4 { font-size:11px; }

/* buttons */
a.button {
	display: block;
	width: 108px;
	height: 29px;
	line-height: 29px;
	color: #ffffff;
	background: transparent url('/img/button.png') no-repeat 0 0;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#page {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	height: 105px;
}

#header #logo {
	position: absolute;
	top: 30px;
	left: 0px;	
}

ul#top {
	position: absolute;
	top: 0px;
	left: 360px;
}
ul#top li {
	display:block;
	float: left;
	width: 620px;
	height: 36px;
	margin: 10px 20px 0px 0px;
	background: transparent url('/img/bg_top.png') repeat-x 0 0;
	color: white;
	line-height: 13px;
	font-weight: bold; 
}
ul#top li span.topleft {
	display: block;
	float: left;
	width: 10px;
	height: 36px; 
	background: transparent url('/img/bg_top_left.png') no-repeat;
}
ul#top li span.topright {
	display: block;
	float: right;
	width: 10px;
	height: 36px; 
	background: transparent url('/img/bg_top_right.png') no-repeat;
}

#menu {
	background: transparent url('/img/bg_menu.png') repeat-x 0 0;
	height: 35px;
	width: 980px;
}
#menu span.menuleft {
	display: block;
	float: left;
	width: 6px;
	height: 35px; 
	background: transparent url('/img/bg_menu_left.png') no-repeat;
}
#menu span.menuright {
	display: block;
	float: right;
	width: 6px;
	height: 35px; 
	background: transparent url('/img/bg_menu_right.png') no-repeat;
}

#menu ul li {
	color: #ffffff;
	float: left;
	line-height: 30px;
	font-size: 13px;
	margin: 4px 10px 0px;
	width: 140px;
	text-align: center;
	font-weight: bold;
}
#menu ul li a { text-decoration: none; color: #ffffff;}
#menu ul li a:hover { color: #339AF3; }
#menu ul li.selected a { color: #339AF3; }
#menu ul li.selected {
	background: transparent url('/img/bg_selected.png') repeat-x 0 0;
	color: #4c4c4c;
}
#menu ul li.selected span.selectedright {
	display: block;
	float: left;
	width: 6px;
	height: 31px; 
	background: transparent url('/img/bg_selected_left.png') no-repeat;
}
#menu ul li.selected span.selectedleft {
	display: block;
	float: right;
	width: 6px;
	height: 31px; 
	background: transparent url('/img/bg_selected_right.png') no-repeat;
}

#main {
	position: relative;
	}
#maintop {
	margin: 15px 0px;
	text-align: center;
	}
#mainleft {
	float: left;
	width: 733px;
	padding-right: 10px;
	}
#mainright {
	float: right;
	width: 230px;
}
#mainleft_top {
	background: transparent url('/img/bg_box_large.png') repeat-x 0 0;
	padding: 10px;
}
#bottom {
	padding-top: 15px; 
	text-align: center;
}
#footer {
	margin-top: 20px;
	padding-top: 15px;
	height: 100px;
	background: #ffffff url('/img/bg_body.png') repeat-x 0 0;
}

div.text { padding-bottom: 2em;}
div.text p{
	padding: 3px 0;
}
div.text ul li {
	margin-left: 20px;
	list-style-type: square;
}

div.detail_img {
	margin: 10px 15px;
	_margin: 10px 5px;
	padding: 15px;
	height: 209px;
	width: 292px;
	background: transparent url('/img/bg_img_large.png') no-repeat 0 0;
	text-align: center;
	float: left;
}
div.detail_desc {
	margin-left: 10px;
	width:350px;
	float: right
}
div.detail_desc h2.detail {
	background: transparent url('/img/h_border.gif') repeat-x bottom left;
	color: #339af3;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
	margin-top: 20px;
}
div.detail_desc a.button {
	float: right;
	margin-right: 30px;
	margin-top: 15px;
}
div.detail_desc span.price {
	font-size: 24px;
	font-weight: bold;
	color: #0a0a0a;
	float: left;
	margin-top: 15px;
}
div.detail_img img {
	max-height: 209px;
	max-width: 292px;
	height: expression(
		(this.width<=this.height) && (this.height> 209) ? "209px": "inherit"
		);
	width: expression(
		(this.width>this.height) && (this.height> 292) ? "292px": "inherit"
		);
}


ul.list_small li {
	background: transparent url('/img/bg_box_large.png') repeat-x 0 0;
	padding: 5px;
}
ul.list_small li img {
	max-width: 60px;
	max-height: 110px;
	width: expression(
		(this.width>=this.height) && (this.height> 60) ? "60px": "inherit"
		);
	height: expression(
		(this.width<=this.height) && (this.height> 110) ? "110px": "inherit"
		);
	margin-left: 10px;
}
ul.list_small li .desc {
	float: right;
	width: 140px;	
}
ul.list_small li .desc .title {
	font-size: 12px;
	font-weight: bold;
	color: #339af3;
}
ul.list_small li .desc .title a {
	text-decoration: none;
}
ul.list_small li .desc .text {
	font-size: 10px;
	padding: 0px;
}
ul.list_small li .desc .price {
	font-size: 12px;
	font-weight: bold;
	color: #181818;
	text-align: right;
}


ul.bullet_list li {
	float: left;
	width: 110px;
	padding-left: 15px;
	background: transparent url('/img/bullet.png') no-repeat 3px 4px;	
}
ul.bullet_list li a {
	color: #616161;
	text-decoration: none;
}
ul.bullet_list li a:hover { text-decoration: underline; }

ul.vyrobci {
	float: left;
	width: 125px;
	padding-left: 15px;
}
ul.vyrobci li {
	float: none;
	display: block;
}
#mainright ul.vyrobci { float: none; }

div.pagination {
	background: transparent url('/img/bg_pagination.png') repeat-x 0 0;
	height: 31px;
	line-height: 31px;
}
div.pagination span.pagleft {
	display: block;
	float: left;
	width: 6px;
	height: 31px; 
	background: transparent url('/img/bg_pag_left.png') no-repeat;
	background-color: #ffffff!important;
}
div.pagination span.pagright {
	display: block;
	float: right;
	width: 6px;
	height: 31px; 
	background: transparent url('/img/bg_pag_right.png') no-repeat;
	background-color: #ffffff!important;
}
div.pagination h3.pagination_text {
	float: left;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
	margin: 0px;
}
ul.pagination {
	list-style: none;
	float: right;
	line-height: 20px;
	margin-top: 5px;
}
ul.pagination li {
	width: 23px;
	height: 23px;
	float: left;
	margin-right: 0.3em;
	background: transparent url('/img/bg_pag_ul.png') no-repeat top left;
}
ul.pagination a, ul.pagination span {
	font-weight: bold;
	color: #ffffff;
	display: block;
	width: 21px;
	height: 21px;
	text-align: center;
	text-decoration: none;
	line-height: 21px;
}
ul.pagination a:hover { text-decoration: underline; }
ul.pagination li.current {
	background: transparent url('/img/bg_pag_ul_disabled.png') no-repeat top left;
}
ul.pagination li.truncate {
	padding: 0.3em;
	background: none;
	color: #ffffff;
	font-weight: bold;
	height: 15px;
}
.pagination_previous a, .pagination_previous span, .pagination_next a, .pagination_next span {
}
li.disabled {
	display: none;
}

div.product_list div.text {
	padding-bottom: 0px;
}
div.product_list ul li {
	float: left;
	width: 	224px;
	background: transparent url('/img/list_border.png') repeat-y top right;
	padding: 0px 10px;
	margin: 10px 0px;
}
div.product_list ul li.last {
	background: none;
}
div.product_list ul li.clear {
	clear: both;
	float: none;
	width: 100%;
	height: 1px;
	border: none;
	background: none;
	padding:0px;
	margin:0px;
}
div.product_list ul li .img a {
	display: block;
	text-align: center;
}
div.product_list ul li .img {
	float: right;
	width: 100px;
}
div.product_list ul li .text {
	float: left;
	width: 120px;
}
div.product_list ul li .img img {
	max-height: 120px;
	max-width: 84px;	
	width: expression(
		(this.width>=this.height) && (this.height> 75) ? "84px": "inherit"
		);
	height: expression(
		(this.width<=this.height) && (this.height> 120) ? "120px": "inherit"
		);
}
div.product_list ul li .title { margin-top: 5px; }
div.product_list ul li .title a{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	clear: both;
}
div.product_list ul li .price {
	font-size: 14px;
	font-weight: bold;
	color: #181818;
	margin: 5px 0;
}
div.product_list ul li .price a {
	float: right;
	}

div.banners-right {
	text-align: center;
}

div#magazin {
	position: absolute;
	top: 45px;
	right: 0px;
	width:615px;
}
div#magazin ul li a { font-weight: bold; }
div#magazin a.magazin-vse { display: block; text-align: right; }

div.text-magazin {
	font-size: 12px;
	margin: 15px 0;
}

#index {
	margin: 100px auto;
	width: 400px;
}
#index h1 {
	color: #555555;
	text-align: center;
	margin: 10px 0px;
	font-size: 30px;	
}
#index h1 span {
	font-size: 15px;
}
#index p { text-align: center; }
#index a { text-decoration: none; white-space: nowrap; margin: 5px 20px; }
#index a:hover { text-decoration: underline; }


