* {
	margin: 0;
	padding: 0;
	color: #FFF;
	font-family: "Myriad Pro", Verdana, sans-serif;
	font-size: 98%;
}
input, select, option, textarea {
	color: #000;
}
img {
	border: none;
}
h1 {
	color: #d5a30c;
	margin-bottom: 10px;
	font-size: 160%;
}
.clear {
/* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
	clear: both;
	height: 1px;
}
.seznam_hp li {
	margin-left: 30px;
	list-style-image: url('../image/sipecka.png');
	padding-top: 5px;
	color: #d5a30c;
}
.required, span.error, .error {
	color: red;
}
.button {
	cursor: pointer;
	background: url('../image/bgButton.png') top center no-repeat;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #000;
	margin: 5px;
	display: inline-block;
	padding-left: 10px;
	margin-right: 10px;
}
.button:hover {
	background: url('../image/bgButton_hover.png') top center no-repeat;
}
.button span {
	background: url('../image/bgButton.png') top right no-repeat;
	color: #000;
	display: block;
	height: 20px;
	padding-right: 10px;
	margin-right: -10px;
}
.button span:hover {
	background: url('../image/bgButton_hover.png') top right no-repeat;
}
.button1 {
	cursor: pointer;
	background: url('../image/bgButton1.png') no-repeat;
	height: 20px;
	width: 79px;
	line-height: 20px;
	text-align: center;
	color: #000;
	margin: 5px;
	display: block;
}
.button1:hover {
	background: url('../image/bgButton1_hover.png') no-repeat;
}
html {
	background: #0c7ead url('../image/bg.png');
}
body {
	background: url('../image/bgTop.png') repeat-x;
}
#wrapperBg {
	background: url('../image/bgbottom.png') left bottom repeat-x;
}
#wrapperWeb {
	margin: 0 auto;
	background: url('../image/pc.png') right 27px no-repeat;
	width: 950px;
}
#header {
	position: relative;
	height: 149px;
}
#header #logo {
	position: absolute;
	top: 27px;
}
#header #scomputer {
	position: absolute;
	top: 16px;
	left: 550px;
}
#header #moto {
	position: absolute;
	top: 90px;
	width: 275px;
	font-size: 11px;
}
#header #module_login {
	background: url('../image/bgTransparentTop.png') no-repeat;
	position: absolute;
	top: 90px;
	left: 290px;
	height: 42px;
	width: 194px;
	color: #e1a608;
	text-align: center;
	font-size: 13px;
	line-height: 42px;
}
#header #module_cart {
	background: url('../image/bgTransparentTop.png') no-repeat;
	position: absolute;
	top: 90px;
	left: 500px;
	height: 42px;
	width: 194px;
	color: #e1a608;
	text-align: center;
	font-size: 13px;
	line-height: 42px;
}
#header #module_cart a, #header #module_login a {
	color: #e1a608;
}
#header #module_cart a:hover, #header #module_login a:hover {
	color: #fff;
}
#mainMenu li {
	text-align: center;
	float: left;
	list-style-type: none;
}
#mainMenu li a {
	background: url('../image/mainMenuButton.png') no-repeat;
	display: block;
	height: 41px;
	width: 136px;
	line-height: 41px;
	text-decoration: none;
	cursor: pointer;
	font-size: 12px
}
#mainMenu li a:hover, #mainMenu li a.active {
	background-position: 0 -41px;
	color: #000;
}
#wrapperContent {
	width: 607px;
	margin: 35px 33px 35px 0;
	float: right;
	display: inline;
}
#wrapperBgContentTop {
	background: url('../image/bgTransparentContentTop.png') no-repeat;
	height: 2px;
	font-size: 0;
}
#content {
	background: url('../image/bgTransparentContent.png') repeat-y;
	padding: 25px 25px 50px 25px;
}
#wrapperBgContentBottom {
	background: url('../image/bgTransparentContentBottom.png') left bottom no-repeat;
	height: 2px;
	font-size: 0;
}
#leftColumn {
	width: 299px;
	float: left;
	margin: 33px 10px 35px 0;
}
#category li {
	text-align: right;
	list-style-type: none;
	width: 299px;
}
#category li a {
	background: url('../image/bgTransparentCategory.png') 0 8px no-repeat;
	display: block;
	height: 88px;
	width: 299px;
	text-decoration: none;
	cursor: pointer;
}
#category li a:hover, #category li a.active {
	background-position: -299px 8px;
}
#category li a span.text {
	padding: 8px 15px 0 0;
	color: #0b89be;
	font-size: 18px;
	width: 160px;
	float: right;
	letter-spacing: 0.1em;
	display: inline;
}
#category li a span.text span {
	color: #fff;
	font-weight: 800;
}
#category li a span.image {
	background-position: 20px center;
	float: left;
	width: 120px;
	height: 88px;
}
#category li a:hover span.text span, #category a.active span.text span {
	color: #0b89be;
}
#category ul ul {
	background: url('../image/bgTransparentCategorySub.png') 43px bottom no-repeat;
	margin: -7px 0 7px 0;
	padding: 0 7px 3px 43px;
}
#category ul ul li {
	background: url('../image/bgTransparentCategorySubLi.png') no-repeat;
	height: 30px;
	vertical-align: bottom;
	width: 249px
}
#category ul ul li a {
	background: none;
	height: 30px;
	width: 249px;
	padding: 0;
}
#category li li a:hover, #category li li a.active {
	color: #fff;
}
#category li li a span.text {
	background: url('../image/categorySubLiA.png') 230px center no-repeat;
	padding: 0 25px 0 10px;
	line-height: 25px !important;
	font-size: 14px;
	width: 214px;
	letter-spacing: normal;
}
#category li li a span.text span {
	color: #0b89be;
	font-weight: 400;
}
#category li li a span.image {
	display: none;
}
#category li li a:hover span.text, #category li li a.active span.text {
	color: #fff;
}
#informations {
	clear: both;
	margin-right: 33px;
}
#informations .top {
	vertical-align: top;
}
#contact1 {
	width: 58%;
	float: left;
}
#contact1 * {
	font-size: 14px;
}
#contact1 #address {
	padding-right: 50px;
}
#contact1 .text {
	padding: 0 5px 0 15px;
	color: #000;
	font-weight: 800;
}
#recomend {
	width: 42%;
	float: left;
}
#recomend #recomend_us {
	line-height: 30px;
	text-transform: uppercase;
	font-size: 16px;
}
#recomend .text {
	color: #000;
	font-size: 12px;
	font-weight: 800;
}
#recomend .right {
	text-align: right;
}
#recomend input {
	width: 115px;
}
#recomend textarea {
	width: 240px;
	height: 25px;
	padding: 5px;
	font-size: 12px;
}
#recomend #submit {
	background: url(../image/buttonSendRecomend.png) no-repeat;
	border: none;
	width: 108px;
	height: 52px;
	color: #fff;
	padding-bottom: 20px;
	cursor: pointer;
}
#footer {
	clear: both;
	position: relative;
	height: 149px;
}
#footer #designer {
	position: absolute;
	left: 110px;
	top: 65px;
}
#footer #developer {
	position: absolute;
	right: 110px;
	top: 65px;
}
/* product category */
.wrapperProduct {
	background: url(../image/bgTransparentProductCat.png) no-repeat;
	height: 230px;
	width: 143px;
	padding: 20px;
	float: left;
}
.wrapperProduct .header {
	color: #d5a30c;
	text-decoration: none;
}
.wrapperProduct .image {
	padding: 0 12px;
}
.wrapperProduct .shortDescription {
	color: #000;
	height: 60px;
	margin-bottom: 10px;
	overflow: hidden;
	font-size: 11px;
	font-weight: 600;
}
.wrapperProduct .basket {
	position: absolute;
	left: 0;
	bottom: 0;
}
.wrapperProduct .cart {
	background: url(../image/categoryCart.png) no-repeat;
	float: left;
	height: 20px;
	width: 20px;
	cursor: pointer;
	border: none;
}
.wrapperProduct .price {
	float: right;
	color: red;
	font-size: 16px;
}
.pagination {
	clear: both;
	text-align: right;
	padding-top: 10px;
	color: #000;
}
.pagination .links {
	float: right;
}
.pagination a {
	background: url(../image/pagination.png) no-repeat;
	float: left;
	height: 21px;
	width: 23px;
	color: #000;
	text-align: center;
	line-height: 21px;
}
.pagination b {
	background: url(../image/paginationActive.png) no-repeat;
	float: left;
	height: 21px;
	width: 23px;
	color: #000;
	text-align: center;
	line-height: 21px;
}
/* product detail */
#productInfo {
	background: url(../image/bgProduct.png) repeat-y;
	width: 523px;
	padding: 10px 10px 0;
}
#productInfoGraphicTop {
	background: url(../image/bgProductTop.png) no-repeat;
	height: 11px;
	font-size: 0;
}
#productInfoGraphicBootom {
	background: url(../image/bgProductBottom.png) left bottom no-repeat;
	height: 35px;
	font-size: 0;
	margin-bottom: 30px;
}
#productInfo td, #productInfo td a {
	color: #000;
}
#productInfo td b {
	color: #157398;
}
#productInfo #add_to_cart {
	margin: 0 0 0 10px;
}
.tabs {
	height: 38px;
	padding-left: 10px;
}
.tabs a {
	background: url(../image/bgTab.png) no-repeat;
	float: left;
	height: 38px;
	width: 103px;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
}
.tabs a.selected {
	background-position: 0 -38px;
	color: #000;
}
#tabGraphicTop {
	background: url(../image/bgProductTop.png) no-repeat;
	height: 11px;
	font-size: 0;
	margin-top: -6px;
}
#tabGraphicBottom {
	background: url(../image/bgProductBottom.png) left bottom no-repeat;
	height: 35px;
	font-size: 0;
}
.tab_page {
	background: url(../image/bgProduct.png) repeat-y;
	width: 490px;
	padding: 20px 38px 0 30px;
}
.tab_page * {
	color: #000;
}
/* ostatni */
#contact *, #product * {
	font-size: 14px;
}
#create b {
	color: #d5a30c;
}
#cart table .cart tbody tr .even {
	margin-top: 15px;
	border: 1px solid #FFFFFF;
}
.odd a {
	font-weight: bold;
}
.even a {
	font-weight: bold;
}
.odd a:hover {
	font-weight: bold;
	color: #d5a30c;
	text-decoration: none;
}
.even a:hover {
	font-weight: bold;
	color: #d5a30c;
	text-decoration: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	background-color: orange;
	cursor: pointer
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
}
.ui-slider-horizontal {
	height: .8em;
	background-color: gray
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/.pagination .results {
	color: #000;
}
.conf-form{float: left;width: 240px;padding: 0px 10px 15px 0px;}
.conf-form select{width: 235px;}

.menu_podminky li { padding-top:5px; }
.menu_podminky li a { text-decoration:underline; color:#d5a30c; font-weight:bold;}
.menu_podminky li a:hover { text-decoration:none; color:#FFFFFF; font-weight:bold;}
