/*
***********************************************************
* CSS Definition file
***********************************************************
* Generic elements
***********************************************************
*/

/***
* BARVY
* oranzova: e88700;
* jerie modra: 002a5e;
* sediva text: 58595b;
*/

a {
	color:#e88700;
	text-decoration:underline;
}

a:link {
	color:#e88700;
	text-decoration:underline;
}

a:visited {
	color:#e88700;
	text-decoration:underline;
}

a:active {
	color:#e88700;
	text-decoration:underline;
}

a:hover {
	color:#e88700;
	text-decoration:none;
}

body {
	/*
	width: 960px;
	margin: auto;
	*/
	margin: 0px;
	font-family: Arial, Verdana;
	font-size: 11px;
	color:#58595b;
	background-color :#fff;
}

#page {
 	width:960px;
 	margin: auto;
}

/* reset */
p, form, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h1 span {
	display:none;
}

/*
MAIN
*/

#logo {
	position: absolute;
	width: 67px;
	height: 38px;
	top:20px;
}

/*
MENU
*/

ul#menu {
	background-color: #b9b2a8;
	height:28px;
	margin:0px;
	padding:0px;
	font-weight:bold;
	margin: 30px 0px 20px 87px;
}

ul#menu li {
	background-color: #b9b2a8;
	list-style-image: none;
	list-style-type: none;
	float:left;
	margin:0px;
	padding:0px;
	color:#fff;
}

ul#menu li.en {
	float:right;
	border-left: 10px solid #eee;
	background-color: #998f84;
}

ul#menu li a {
	display: block;
	padding: 7px 9px 7px 10px;
	color:#fff;
	text-decoration:none;
}

ul#menu li a:hover {
	color:#fff;
	background-color: #e88700;
}

ul#menu li a.sel {
	background-color: #e88700;
}

/**************
* LEFTCOL
****/
#leftcol {
	width:215px;
	float:left;
}

/*
sidemenu
*/

ul#sidemenu {
	background-color: #d4d0c8;
	margin:0px;
	padding:0px;
	font-weight:bold;
}

ul#sidemenu li {
	background-color: #998f84;
	list-style-image: none;
	list-style-type: none;
	margin:0px;
	padding:0px;
	color:#fff;
	margin-top: 10px;
}

ul#sidemenu li.first {
	margin-top: 0px;
}

ul#sidemenu li a {
	display: block;
	padding: 7px 9px 7px 10px;
	color:#fff;
	height:14px; /* ??? */
	text-decoration:none;
}

ul#sidemenu li a:hover {
	color:#fff;
	padding: 7px 9px 7px 10px;
	background-color: #e88700;
}

ul#sidemenu li a.sel {
	background-color: #e88700;
}

ul.sidesub {
	background-color: #fed49a !important;
	margin:0px !important;
	padding:7px 0px !important;
}

ul.sidesub li {
	margin:0px !important;
	background-color: #fed49a !important;
}

ul.sidesub li a {
	display: inline !important;
	background-color: #fed49a !important;
	padding: 0px 9px 0px 10px !important;
	margin:0px !important;
	color:#58595b !important;
	text-decoration:none !important;
}

ul.sidesub li a:hover {
	color:#e88700 !important;
}

ul.sidesub li a.sel {
	color:#e88700 !important;
}


/* odsazeni u sidemenu */
li.smo {
	padding-bottom:14px !important;
	background:url('../img/bg_sidemenu.gif') left bottom repeat-x;
}

/* kontakt */
#hp-cont {
	background-color: #bd9b04;
	color: #fff;
	font-size: 11px;
	padding: 7px 10px;
	margin-top:20px;
}

a#hp-popt {
	display:block;
	background-color: #2a8c94;
	font-family: "Arial Black", Arial;
	font-size: 11px;
	color:#fff;
	padding: 7px 10px;
	margin-top:20px;
	text-decoration:none;
}

a#hp-popt:hover {
	/*background-color: #5cabb1;*/
	background-color: #e88700;
}

/**
* MAINCOL
**/

#maincol {
	text-align: left;
	width: 725px;
	float:right;
}

/* hp-news */
.newsitem {
	width:352px;
	float:left;
	margin-top: 20px;
}

.newsitem .nc {
	border-top: 2px solid #e3e0db;
	border-bottom: 2px solid #e3e0db;
	height: 138px;
	margin-left: 152px;
	padding-left: 1px;
}

.newsitem img {
	float:left;
}

.newsitem h2 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 14px;
	margin-top: 6px;
}

.newsitem a.more {
	display:block;
	background: url('../img/arr_more.gif') right 4px no-repeat;
	width:36px;
	font-weight: bold;
	margin-top: 14px;
}

form#help {
	clear:both;
	width:352px;
	background: url('../img/bg_form.gif') 0px 19px no-repeat;
	height:134px;
	padding-top: 28px;
	padding-left: 12px;
	font-weight: bold;
	color: #e88700;
	float:left;
}

form#help select {
	margin-top: 6px;
	width:328px;
	font-size: 11px;
	padding:1px;
}

#answer {
	width: 352px;
	color:#fff;
	font-weight: bold;
	background: url('../img/a_bot.gif') left bottom no-repeat;
	background-color: #e88700;
	float:right;
	margin-top: 20px;
}

#answer p {
	background: url('../img/a_top.gif') left top no-repeat;
	padding: 8px 12px;
}

#answer a {
	color:#002a5e;
	font-weight: bold;
}

/*
* IN
*/
#maincol h1 {
	margin-bottom: 10px;
}

#maincol h2 {
	margin-bottom: 14px;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}

img.undertext {
	display:block;
	margin-top: 15px;
}

#in {
	margin-right: 162px;
}

#rightcol {
	float:right;
	width: 142px;
}

#rightcol img.rcol {
	margin-bottom: 20px;
}

#rightcol p {
	padding:0px;
	margin:0px;
	margin-bottom: 20px;
}

/*
* tabulka s produktama
*/
#prodin {
	margin-right: 159px;
	position:relative;
	top:-5px;
	/* background-color: #123; */
}

h3 {
	margin:0px;
	padding:0px;
	color:#58595b;
	width:360px;
}

table .intbl th {
	margin:0px;
	padding:0px;
	/*
	font-family: "Arial narrow";
	font-size: 23px;
	font-weight: bold;
	*/
}

table .intbl td {
	border-top: 2px solid #e3e0db;
	font-size: 11px;
	padding:6px 0px;
}

table td.imgill {
	padding-top:5px;
}

table td.leg {
	font-weight: bold;
	color:#998f84;
}

table td.sleva {
	text-decoration: line-through;
}

table td.novacena {
	font-weight: bold;
	color:#ea8b1c;
}

a.grey, a.grey:visited, a.grey:active, a.grey:hover {
	color:#58595b;
}

.slevanove {
	color:#ea8b1c;
	font-weight: bold;
}

/*
DETAIL
*/
#smallimg {
	margin-top:10px;
	color:#e88700;
	font-weight: bold;
	background: url('../img/bg_simg.gif') left top no-repeat;
	padding:8px 0px 70px 13px;
}

#smallimg h4 {
	color:#e88700;
	font-weight: bold;
	font-size:11px;
	margin-bottom: 7px;
}

#smallimg img {
	margin-right: 10px;
}

/*
KOSIK - pridani do kosiku
*/
table.basketadd {
	background-color: #d4d0c8;
	color: #58595b;
	margin-top:5px;
	font-weight: bold;
}

table.basketadd td {
	padding:0px 0px 0px 10px;
	border:0px;
}

.ks {
	width: 45px;
	font-size: 10px;
	text-align: right;
	font-family: Arial, Verdana;
	color: #58595b;
}

.color {
	font-size: 11px;
	width: 118px;
	font-family: Arial, Verdana;
	color: #58595b;
}

table.basketadd td.sbtn {
	padding:0px;
	padding-left:10px;
	text-align: right;
}

.sub {
	border:0px;
	width:112px;
	height:38px;
}

#prodform2 {
	padding-top:15px;
}

/*
PRAVY PRUH
*/

/*
kosik
*/
#basket {
	background: url('../img/ico_basket.gif') left top no-repeat;
	background-color: #d4d0c8;
	font-weight: bold;
	padding: 45px 8px 7px 10px;
}

#basket a {
	display:block;
	color: #58595b;
	padding-top: 14px;
}

/*
Novinka, sleva
*/
#rnews {
	margin-top: 20px;
}

.rsale {
	margin-top: 12px;
}

#rnews h4, .rsale h4 {
	font-weight: bold;
	font-size: 11px;
	padding: 7px 9px;
	background-color: #998f84;
	color:#fff;
}

#rnews a, .rsale a {
	display:block;
	padding: 7px 0px;
}

/*
Dodelavky
*/

.txttbl td {
	padding: 0px 10px 20px 0px;
}

/*
Poptávka
*/
table.tab-reg {
	margin-top:16px;
}

table.tab-reg td {
	padding-bottom: 6px;
}

td.tbl-label {
	width:67px;
	font-weight: bold;
	color:#998f84;
}

td.tbl-val input {
	width:187px;
	font-size: 11px;
	font-family: Arial;
}

td.tbl-val textarea {
	width:490px;
	font-family: Arial;
	font-size: 11px;
}

.subp {
	border:0px;
	display:block;
	background-color: #2a8c94;
	font-family: "Arial Black", Arial;
	font-size: 11px;
	color:#fff;
	padding: 6px;
	margin-top:2px;
	width:149px;
	text-decoration:none;
	cursor: pointer;
}

/*
obecna tabulka pro texty
*/

table.tab-com td, table.tab-com th {
	border-bottom: 2px solid #e3e0db;
	padding:6px 0px;
}

table.tab-com th {
	font-weight: bold;
	color:#998f84;
}

/*
galerie
*/

#galdet {
	text-align: left;
	padding-left: 77px;
}

img.gki {
	margin: 0px 0px 20px 20px;
}

#galdetail {
	text-align: right;
	padding-left: 97px;
}

img#gill {
	margin-bottom: 20px;
}

h4 {
	font-size: 11px;
	font-weight: bold;
}

.gnav {
	background-color: #998f84;
	height: 28px;
	margin-bottom: 20px;
	text-align: right;
}

#gleft {
	width:142px;
	float:left;
}

#gright {
	width: 466px;
	float: right;
	text-align: left;
}

img.glill {
	margin: 0px 0px 20px 0px;
}

a.gprev, a.gnext {
	font-family: "arial black", arial;
	font-size: 11px;
	color:#fff;
	text-decoration: none;
	display:block;
	padding: 7px 0px 6px 0px;
}

a.gprev:visited, a.gnext:visited {
	color:#fff;
	text-decoration: none;
}

a.gprev:hover, a.gnext:hover {
	color:#fff;
	text-decoration: none;
	background-color: #e88700;
}

a.gprev {
	float:left;
	text-align: left;
	background: url('../img/arr_l.gif') 9px 10px no-repeat;
	width:85px;
	padding-left: 28px;
	padding-right: 0px;
}

a.gnext {
	float:right;
	text-align: right;
	background: url('../img/arr_r.gif') 55px 10px no-repeat;
	width:45px;
	padding-right: 28px;
	padding-left: 0px;
}

/*
kosik
*/
ul#shopp {
	margin:0px;
	padding:0px;
	font-weight:bold;
	margin-bottom: 10px;
	clear:left;
}

ul#shopp li {
	list-style-image: none;
	list-style-type: none;
	background: url('../img/bg_shopmenu.gif') left top no-repeat;
	float:left;
	margin:0px;
	padding:0px;
	color:#fff;
	padding-left: 20px;
}

ul#shopp li.first {
	list-style-image: none;
	list-style-type: none;
	background-image: none;
	padding-left: 0px;
}

ul#shopp li span {
	background-color: #d4d0c8;
	display:block;
	float:left;
	padding:3px 9px 4px 9px;
	color:#998f84;
	font-size: 18px;
}

ul#shopp li strong {
	background-color: #998f84;
	display:block;
	float:left;
	padding:7px 9px 7px 10px;
	color:#fff;
	font-size: 11px;
}

ul#shopp li strong.sel {
	background-color: #ea8b1c;
}
