/* global */

html, body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10pt;
	font-family: "Trebuchet MS", sans-serif;
	text-align: center;
}

a, img, body, html, div, table, table tr, table tr td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}

body { 
	margin: 0px 0px 0px 0px;
	background-image: url(../images/body_bg.png);
	background-position: center top;
	background-repeat: repeat-x;
}

div {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table {
	width: 100%;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
}

table tr td {
	padding: 2px 5px 2px 5px;
	vertical-align: top;
}

table tr th {
	border: 1px solid white;
	padding: 2px 5px 2px 5px;
}

h1 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14pt;
	font-weight: bold;
	color: black;
}

h2 {
	margin: 5px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12pt;
	color: #91a6b6;
}

h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11pt;
	font-weight: bold;
	color: #e9a839;
}

h4 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10pt;
	font-weight: bold;
	color: gray;
	border-bottom: 1px solid gray;
}

p {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 0px;
	text-align: justify;
}

ul, ol {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 20px;
	text-align: justify;
}

ul li {
	padding: 0px 0px 3px 0px;
	list-style-image: url(../images/li.gif);
}

ol li {

}

a {
	cursor: pointer;
}

a:link, a:visited, a:active {
	color: #91a6b6;
	text-decoration: underline;
}


a:hover {
	color: #e9a839;
	text-decoration: none;
}

fieldset {
	margin: 0px 0px 5px 0px;
	padding: 0px 10px 0px 10px;
	border: 1px solid silver;
}

legend {
	color: black;
	font-weight: bold;
}

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

input {
	padding: 0px 1px 0px 1px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 8pt;
}

select {
	padding: 0px 1px 0px 1px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 8pt;
}

textarea {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 8pt;
}

sup, sub {
	line-height: 50%;
}


/* layout */

#web_general {
	margin: 0px auto 0px auto;
	width: 1006px;
}


/* header */

#web_top {
	position: relative;
	width: 1006px;
	height: 42px;
	color: white;
}

.login_form {
	position: absolute;
	top: 18px;
	left: 30px;
}

.login_field {
	padding: 2px 15px 0px 14px;
	width: 115px;
	height: 17px;
	background-image: url(../images/field_login.png);
	background-position: top center;
	background-repeat: no-repeat;
	border: 0px none;
}

.login_button {
	position: absolute;
	top: 15px;
	left: 415px;
	width: 27px;
	height: 27px;
	background-image: url(../images/button_login.png);
	background-position: top center;
	background-repeat: no-repeat;
	border: 0px none;
	cursor: pointer;
}

.logout_button {
	position: absolute;
	top: 15px;
	left: 448px;
	width: 27px;
	height: 27px;
	background-image: url(../images/button_logout.png);
	background-position: top center;
	background-repeat: no-repeat;
	border: 0px none;
	cursor: pointer;
}

.edit_button {
	position: absolute;
	top: 15px;
	left: 415px;
	width: 27px;
	height: 27px;
	background-image: url(../images/button_edit.png);
	background-position: top center;
	background-repeat: no-repeat;
	border: 0px none;
	cursor: pointer;
}

.register_button {
	position: absolute;
	top: 15px;
	left: 448px;
	width: 27px;
	height: 27px;
	background-image: url(../images/button_register.png);
	background-position: top center;
	background-repeat: no-repeat;
	border: 0px none;
	cursor: pointer;
}

#web_btn_top1 {
	position: absolute;
	top: 16px;
	right: 98px;
}

#web_btn_top2 {
	position: absolute;
	top: 16px;
	right: 63px;
}

#web_btn_top3 {
	position: absolute;
	top: 16px;
	right: 28px;
}

#web_header {
	position: relative;
	width: 986px;
	height: 80px;
	padding: 35px 20px 0px 20px;
	background-image: url(../images/header_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
}


/* menu */

#web_menu {
	margin: 0px auto 0px auto;
	width: 998px;
	height: 33px;
	background-image: url(../images/menu_bg.png);
	background-position: left top;
	background-repeat: repeat-x;
}

#web_menu img {
	float: left;
}

.menu_btn1 {
	width: 97px;
	height: 32px;
}

.menu_btn2 {
	width: 173px;
	height: 32px;
}

.menu_btn3 {
	width: 136px;
	height: 32px;
}

.menu_btn4 {
	width: 193px;
	height: 32px;
}

.menu_btn5 {
	width: 108px;
	height: 32px;
}

.menu_btn6 {
	width: 108px;
	height: 32px;
}

#web_sub {
	position: relative;
	margin: 0px auto 0px auto;
	width: 998px;
	height: 41px;
	background-image: url(../images/sub_bg.png);
	background-position: left top;
	background-repeat: repeat-x;
}

.search_field {
	position: absolute;
	top: 10px;
	left: 350px;
	padding: 2px 15px 0px 26px;
	width: 200px;
	height: 17px;
	background-image: url(../images/field_search.png);
	background-position: top center;
	background-repeat: no-repeat;
	border: 0px none;
}

.search_button {
	position: absolute;
	top: 6px;
	left: 600px;
	width: 27px;
	height: 27px;
	background-image: url(../images/button_search.png);
	background-position: top center;
	background-repeat: no-repeat;
	border: 0px none;
	cursor: pointer;
}

.img_katalog {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 181px;
	height: 41px;
	background-image: url(../images/img_katalog.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.img_kosik {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 181px;
	height: 41px;
	background-image: url(../images/img_kosik.png);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: right;
}

/* container */

#web_container {
	margin: 0px auto 0px auto;
	width: 998px;
	background-position: top right;
	background-image: url(../images/right_bg.png);
	background-repeat: repeat-y;
}

.ok_button_grey {
	width: 27px;
	height: 27px;
	background-image: url(../images/button_ok1.png);
	background-position: top center;
	background-repeat: no-repeat;
	border: 0px none;
	cursor: pointer;
}

.ok_button_white {
	width: 27px;
	height: 27px;
	background-image: url(../images/button_ok2.png);
	background-position: top center;
	background-repeat: no-repeat;
	border: 0px none;
	cursor: pointer;
}


/* left */

#web_left {
	float: left;
	width: 180px;
}

.left_end {
	width: 180px;
	height: 145px;
	padding: 5px 0px 0px 0px;
	background-image: url(../images/left_end.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

ul.catalog {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

ul.catalog li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 1px 0px;
	display: block;
}

ul.catalog li a {
	display: block;
	padding: 2px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	width: 160px;
	height: 20px;
}

.main a {
	background-image: url(../images/catalog_btn_l1.png);
	background-repeat: no-repeat;
	text-decoration: none;
}

.main a:link, .main a:visited {
	color: white;
}

.main a:hover, .main a:active {
	color: white;
	
	background-image: url(../images/catalog_btn_l1a.png);
	background-repeat: no-repeat;
}

.sub1 a {
	background-image: url(../images/catalog_btn_l2.png);
	background-repeat: no-repeat;
	text-decoration: none;
}

.sub1 a:link, .sub1 a:visited {
	color: black;
}

.sub1 a:hover, .sub1 a:active {
	color: white;
	background-image: url(../images/catalog_btn_l2a.png);
	background-repeat: no-repeat;
}

.sub2 a {
	text-decoration: none;
}

.sub2 a:link, .sub2 a:visited {
	color: silver;
}

.sub2 a:hover, .sub2 a:active {
	color: white;
}

a.category_selected {
	font-weight: bold;
}

a.category_selected:link, a.category_selected:visited {
	color: #f5c66b;
}

a.category_selected:hover, a.category_selected:active {
	color: white;
}


/* content */

#web_content {
	position: relative;
	float: left;
	width: 636px;
	padding: 0px 1px 0px 1px;
	text-align: left;
}

.content_header {
	padding: 5px 5px 5px 5px;
	background-image: url(../images/h1_bg.png);
	background-repeat: repeat;
}

.content_text {
	clear: both;
	width: 626px;
	padding: 5px 5px 5px 5px;
}

.product_box_c {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	width: 210px;
	height: 185px;
	
}

.product_box {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 5px 5px;
	width: 200px;
	height: 180px;
	background-image: url(../images/product_box_bg.png);
	background-repeat: repeat-x;
	background-position: top left;
	
}

.product_box_name {
	position: absolute;
	bottom: 50px;
	left: 5px;
}

.product_box_btn {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.product_box_price_eur {
	position: absolute;
	bottom: 11px;
	right: 1px;
	padding: 20px 22px 0px 0px;
	width: 60px;
	height: 40px;
	background-image: url(../images/product_box_price.png);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: right;
	text-shadow: #333333 1px 1px;
	color: white;
	font-size: 11pt;
}

.product_box_price_skk {
	position: absolute;
	bottom: 0px;
	right: 2px;
	text-align: right;
	color: white;
}

.product_detail_img {
	float: left;
	padding: 21px 23px 0px 23px;
	width: 271px;
	height: 189px;
	background-image: url(../images/product_detail_img.png);
	background-repeat: no-repeat;
	text-align: center;
}

.product_detail_desc {
	float: right;
	width: 299px;
}

.product_detail_variants {
	position: relative;
	width: 606px;
	padding: 10px 10px 10px 10px;
	background-color: #f0f3f4;
}

.product_detail_price {
	font-size: 12pt;
}

.product_detail_cart {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 100px;
}

.color_box {
	float: left;
	width: 25px;
	height: 25px;
	padding: 1px 1px 1px 1px;
	cursor: pointer;
}

.color_box img {
	border: 1px solid white;
	width: 23px;
	height: 23px;
}

#extraPay {
	padding: 0px 2px 5px 2px;
	font-size: 16pt;
	font-weight: bold;
}

#pricePayEUR {
	font-size: 14pt;
	font-weight: bold;
}

#pricePaySKK {
	font-size: 9pt;
}

.order_box {
	position: absolute;
	top: 2px;
	right: 5px;
	font-size: 12pt;
}

.cart_header {
	height: 25px;
	background-image: url(../images/cart_header.png);
	background-position: top left;
	background-repeat: no-repeat;
}


.cart_header th {
	border: 0px none;
	vertical-align: bottom;
	color: white;
}

.cart_item {
	background-image: url(../images/cart_bg.png);
	background-position: top left;
	background-repeat: repeat;
}

.cart_total {
	height: 46px;
	background-image: url(../images/cart_total.png);
	background-position: top left;
	background-repeat: repeat-x;
}

.cart_cash {
	height: 46px;
	background-color: #85d361;
	border-top: 1px solid white;
}

.cart_item td {
	border-bottom: 1px solid white;
}

.cart_item ul, .cart_item ul li {
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 135%;
}

.cart_buttons {
	position: absolute;
	top: 5px;
	right: 5px;
}

.cart_img {
	width: 95px;
	float: right;
}

a.page_selected {
	font-weight: bold;
	font-size: 12pt;
}

a.page_selected:link, a.page_selected:visited {
	color: black;
}

a.page_selected:hover, a.page_selected:active {
	color: #f5c66b;
}

a.gallery {
	float: left;
	margin: 2px 2px 2px 2px;
	padding: 1px 1px 1px 1px;
	width: 200px;
	height: 150px;
}

a.gallery:link, a.gallery:visited, a.gallery:active {
	border: 1px solid silver;
}


a.gallery:hover {
	border: 1px solid #f5c66b;
}


/* right */

#web_right {
	float: left;
	width: 160px;
	padding: 5px 10px 10px 10px;
	text-align: left;
}




/* footer */

#web_footer {
	margin: 0px auto 0px auto;
	width: 998px;
	height: 120px;
	color: white;
	background-image: url(../images/bottom_bg.png);
	background-repeat: repeat-x;
}


/* format */

.warning {
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	color: red;
	background: white;
	border: 3px double red;
	text-align: center;
}

.success {
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	color: green;
	background: white;
	border: 3px double green;
	text-align: center;
}

.vivid {
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	background: white;
	color: #f5c66b;
	border: 3px double #f5c66b;
	text-align: center;
}

.ico_new {
	color: #5abf2d;
	font-weight: bold;
}

.a_mid {
	text-align: center;
}

.a_left {
	text-align: left;
}

.a_right {
	text-align: right;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.newline {
	clear: both;
}

.line {
	width: 100%;
	height: 1px;
	border-top: 1px solid silver;
}

.img_left {
	float: left;
	padding-right: 20px;
}

.img_right {
	float: right;
	padding-left: 20px;
}

.white, .white a {
	color: white;
}

.white a:link, .white a:visited {
	color: white;
	text-decoration: underline;
}

.white a:hover, .white a:active {
	color: #e9a839;
	text-decoration: none;
}

.orange {
	color: #f5c66b;
}

.silver {
	color: #c0cbd3;
}

.bg_orange {
	background: #f5c66b;
	color: white;
}

.bg_silver {
	background: #c0cbd3;
	color: white;
}

.bg_orange a:link, .bg_orange a:visited, .bg_silver a:link, .bg_silver a:visited {
	color: white;
}

.bg_orange a:hover, .bg_orange a:active, .bg_silver a:hover, .bg_silver a:active {
	color: white;
}

.field_xxs {
	width: 20px;
	height: 12px;
	text-align: center;
}

.field_xs {
	width: 50px;
}

.field_s {
	width: 80px;
}

.field_m {
	width: 150px;
}

.field_l {
	width: 200px;
}

.field_xxl {
	width: 99%;
}

.button {
	width: 80px;
}

.t_10 {
	width: 10%;
}

.t_15 {
	width: 15%;
}

.t_20 {
	width: 20%;
}

.t_25 {
	width: 25%;
}

.t_30 {
	width: 30%;
}

.t_40{
	width: 40%;
}

.t_50 {
	width: 50%;
}

.t_60 {
	width: 60%;
}

.t_70 {
	width: 70%;
}

.t_75 {
	width: 75%;
}

.c_hand {
	cursor: pointer;
}

.c_help {
	cursor: help;
}