html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: tahoma, Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #464445;
	font-size: 12px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a {
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}
/* layout */
#container {
	margin-left: auto;
	margin-right: auto;
}
#header {
	position: relative;
	background: #121212;
}
#header .div1 {
	height: 145px;
	width: 982px;
	margin: 0 auto;
	text-align: right;
	background: url('../image/header.jpg') no-repeat top left;
}
#header .div1 a{
  display: block;
}
#main{
	width: 982px;
	margin: 0 auto;
	background: url('../image/main.jpg') repeat-y top left;
}
.menu{
	background: url('../image/menu.jpg') repeat-x top left;
  height: 35px;  
}
.menu ul{
	width: 982px;
	margin: 0 auto;
  font-size: 14px;  
}
.menu ul li{
  float: left;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.menu ul li a{
	display: block;
	color: #0d0d0d;
	float: left;
  height: 17px;
  text-decoration: none;
  text-transform: uppercase;
  background: url('../image/menu-item.jpg') no-repeat bottom right;
  padding: 9px 20px 9px 20px;  
}
.menu ul li a:hover{
	background: url('../image/menu-on.jpg') repeat-x top left; 
  color: #fff;   
}
#breadcrumb {
	padding-top: 7px;
	padding-bottom: 11px;
	padding-left: 10px;
	background: url('../image/breadcrumb.png') no-repeat;
	height: 13px;
	margin-bottom: 10px;
	color: #999;
}
#obal-right{
  float: right;
  width: 707px;
  padding-right: 15px;
}
#column_left {
	float: left;
	width: 212px;
	padding: 0px 0px 0px 28px;
}
#column_right {
	float: right;
	width: 225px;
	padding: 0px 0px 0px 0px;
}
#content {
	float: left;
	width: 462px;
	padding: 0px 0px 0px 0px;
	line-height: 1.5em;
	text-align: left;
}
#content .top {
	padding: 8px 0px 0px 0px;
}
#content .top h1, .heading {
	color: #f4aa00;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	background: #ffe200 url('../image/sort.jpg') no-repeat top left;
	height: 18px;
	width: 452px;
	padding: 10px 0px 10px 10px;
	color: #181818;
}
h1.category-nadpis{
  font-size: 11px;
  padding: 0px 0px 0px 17px;
  font-weight: normal;
  color: #ffe400;
}
h1.category-nadpis a{
  color: #fff;
  text-decoration: none;  
}
h1.category-nadpis a:hover{
  text-decoration: underline;
}

h1.category-nadpis p
	{
		display: inline;
	}
	
.heading {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#content .middle {
	padding: 2px 0px 1px 0px;
	color: #fff;
	width: 462px;
}
#content .bottom {
	width: 442px;
}
.box {
	margin-bottom: 5px;
	width: 212px;
	background: url('../image/box_top.jpg') no-repeat;
}
.majak {
	margin-bottom: 5px;
	width: 212px;
	background: url('../image/box_top2.jpg') no-repeat;
}
.box .top {
	padding: 30px 30px 10px 0px;
	color: #9e9e9c;
	font-size: 12px;
	font-weight: bold;
	height: 14px;
	width: 182px;
	text-align: right;
	text-transform: uppercase;
}
.box p{
  color: #fff;
  padding: 10px 0px 0px 0px;
  margin: 0px;
}
.box p strong{
  color: #f2aa04;
}
.box .top2 {
	padding: 34px 30px 10px 0px;
	color: #9e9e9c;
	font-size: 12px;
	font-weight: bold;
	height: 14px;
	text-align: right;
	text-transform: uppercase;
}
.box .middle {
	background: url('../image/middle-box.jpg') repeat-y;
	text-align: left;
	padding: 10px 0px 0px 0px;
	width: 212px;
}
.box .bottom {
	height: 14px;
	width: 212px;
	background: url('../image/box_bottom.jpg') no-repeat;
}
#column_left .box .bottom{
	height: 14px;
	width: 212px;
	background: url('../image/box_bottom.jpg') no-repeat;
} 
#column_left .box .middle {
	width: 212px;
}
#column_right .box .middle {
	width: 212px;
}
select.vyrobci{
  width: 180px;
  background: #181818;
  border: solid 1px #363636;
  color: #fff;
  position: relative;
  left: 15px;
  margin-top: 5px;
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #000000;
	border: 1px solid #ffe200;
	font-size: 11px;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #000000;
	border: 1px solid #707070;
	font-size: 11px;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
	clear: both;
	height: 1px;
}
a.button {
	background: #2e2e2c url('../image/btn-cart.jpg') repeat-x center right;
	color: #181818;
	border: solid 1px #1d1d1c;
	display: inline-block;
	height: 14px;
	font-weight: bold;
	float: right;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	padding: 5px 20px 5px 20px; /* sliding doors padding */
	text-decoration: none;
}

a.button:hover {
	background: #2e2e2c url('../image/btn-cart-hover.jpg') repeat-x center right;
	color: #181818;
	border: solid 1px #1d1d1c;
	display: inline-block;
	height: 19px;
	font-weight: bold;
	float: right;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	padding: 5px 20px 0px 20px; /* sliding doors padding */
	text-decoration: none;
}

a.button span {

	display: inline-block;
	padding: 0px;
}
.buttons {
	clear: both;
	padding: 5px;
	margin-bottom: 10px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.sort {
	background: #ffe200 url('../image/sort.jpg') no-repeat top left;
	height: 28px;
	width: 438px;
	font-size: 12px;
	padding: 10px 12px 0px 12px;
	color: #181818;
	_width: 458px;
}
.sort .div1 {
	float: right;
	margin-left: 8px;
}
.sort .div2 {
	text-align: right;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
	width: 160px;
	background: #181818;
	border: solid 1px #000;
	color: #fff;
}
.sort h1{
	color: #f4aa00;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	height: 28px;
	width: 170px;
	padding: 0px 0px 0px 0px;
	color: #181818;
	float: left;
}
.pagination {
	display: inline-block;
	width: 100%;
	color: #181818;
	margin: 8px 0px;
}
.pagination .links, .pagination .results {
	padding: 0px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	padding: 2px 0px 2px 0px;
	text-align: center;
	text-decoration: none;
  width: 25px;
	display: block;
	margin-right: 3px;
	font-weight: bold;
	font-size: 13px;
	float: left;
	height: 18px;
	color: #f8ad01;
	margin-bottom: 5px;
	background: #2a2a2a url('../image/str.jpg') no-repeat top left;
}
.pagination .links b {
	padding: 2px 0px 2px 0px;
	text-align: center;
	float: left;
	text-decoration: none;
	color: #181818;
	font-size: 13px;
	margin-right: 3px;
	width: 25px;
	display: block;
	margin-bottom: 8px;
	height: 18px;
	background: #f8ad01 url('../image/str-on.jpg') no-repeat top left;
}
.pagination .links a:hover {
	background: #f8ad01 url('../image/str-on.jpg') no-repeat top left;
	color: #181818;
}
.pagination .results {
	float: right;
	color: #6a6969;
	background: #2a2a2a url('../image/str-back.jpg') no-repeat top left;
	width: 208px;
	height: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	font-size: 11px;
}
.tabs {
	display: block;
	width: 100%;
	clear: both;
	padding-top: 10px;
}
.tabs a {
	float: left;
	display: block;
	padding: 7px 0px 7px 0px;
	margin-right: 1px;
	width: 114px;
	height: 19px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	z-index: 1;
	text-align: center;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #2a2a2a url('../image/tab-item.jpg') no-repeat;
	border-bottom: solid 1px #6b6b69;
	color: #ffe100;
	font-weight: bold;
	z-index: 3;
}
.tabs a:hover {
	background: #2a2a2a url('../image/tab-item.jpg') no-repeat;
	border-bottom: solid 1px #6b6b69;
	color: #ffe100;
	font-weight: bold;
}
.tab_page {
	background: #3c3c3a url('../image/tab-bottom.jpg') no-repeat bottom left;
	display: inline-block;
	padding: 15px 0px;
	color: #8a8a8a;
	display: block;
	width: 462px;
	clear: both;
	z-index: 2;
}
#footer {
	width: 100%;
	clear: both;
	background: #181818;
}
.footerin{
	width: 942px;
	margin: 0 auto;
	color: #fff;
	text-align: left;
	padding: 40px 20px;
}
.footerin strong{
  color: #ffe400;
  font-weight: normal;
}
.footerin img{
  margin: 30px 120px 0px 120px;
}
.footerin a{
  color: #fff;
  text-decoration: none;
}
.footerin a:hover{
  text-decoration: underline;
}
table.table-copy-left{
  float: left;
  font-size: 11px;
  color: #fff;
  line-height: 1.4em;
}
table.table-copy-left tr td{
  padding: 0px 10px 0px 0px;
}
table.table-copy-right{
  float: right;
  font-size: 11px;
  position: relative;
  top: 15px;
  color: #fff;
}
table.table-copy-right input{
  border: solid 1px #313131;
  width: 110px;
  background: none;
  font-size: 11px;
  color: #fff;
  padding: 1px 3px;
}
table.table-copy-right textarea{
  border: solid 1px #313131;
  width: 245px;
  height: 35px;
  background: none;
  font-size: 11px;
  color: #fff;
  padding: 1px 3px;
}
table.table-copy-right tr td{
  padding: 0px 0px 5px 0px;
}
table.table-copy-right input.input-submit{
  width: 116px;
  height: 40px;
	background: url('../image/odeslat.jpg') no-repeat top right;
  color: #000;
  cursor: pointer;
  font-weight: bold;
  padding: 0px 0px;
  text-align: center; 
  border: none; 
  position: relative;
  top: 4px;
  left: 3px;
}
#category ul {
	margin: 0px;
	padding: 5px 0px 0px 15px;
	list-style: none;
}
#category ul li{
  padding: 0px;
  margin: 0px;
}
#category ul li a{
  font-weight: bold;
  color: #fff;
	background: url('../image/bullet_1.jpg') no-repeat 0px 6px;
	display: block;
  padding: 5px 0px 7px 18px;
  margin: 0px;
  text-decoration: none;
}
#category ul li a:hover{
  text-decoration: underline;
  color:#f1cc02;
}
#information2 ul {
	margin: 0px;
	padding: 5px 0px 5px 15px;
	list-style: none;
}
#information2 ul li{
  padding: 0px;
  margin: 6px 0px 12px 0px;
	list-style: none;
}
#information2 ul li a{
  font-weight: bold;
  color: #fff;
	background: url('../image/bullet_1.jpg') no-repeat 0px 1px;
  padding: 0px 0px 0px 18px;
  margin: 0px;
  text-decoration: none;
}
#information2 ul li a:hover{
  text-decoration: underline;
}
.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #707070;
	margin-bottom: 10px;
}
.cart th {
	background: #000000;
	padding: 5px;
	font-weight: normal;
	color:#eaed07;
}
.cart td {
	padding: 5px;
}
.blog_subject {
		font-size: 16px;
		font-weight: bold;
	}
.blog_tagline {
		font-size: 10px;
		margin-bottom: 10px;
	}
.blog_content {
		margin-bottom: 25px;
}
.footerlinks{
	background: #121212;
	width: 100%;
	border-top: solid 10px #121212;
	padding: 0px 0px 10px 0px;
}
.footerlinks ul{	
	clear: both;  
  margin: 0 auto;
  width: 830px;
  padding: 0px;
	text-align: center;
}
.footerlinks ul li {
  float: left;  
  padding: 0px 30px;
  margin: 0px;
  list-style: none;
  font-size: 11px;
}
.footerlinks ul li a{
  font-size: 11px;
  color: #fff;
  float: left;
  text-decoration: none;
}
.footerlinks ul li a:hover{
  text-decoration: underline;
}
.style25 { width:25%; }

.color999 {color: #999; font-size: 11px;color: #999; font-size: 11px;}

.color900 {color: #900; font-weight: bold;}
.color900_line {color: #900; font-weight: bold; }
.colorF00 {color: #F00;}

.jazyk-inline {display: inline;}
.jazyk-pozice {text-align: left; color: #999; margin-bottom: 4px;}
.jazyk-vlajka {position: relative; top: 4px;}

.center-align {text-align: center;}

.kosik-100-sirka {width: 100%;}
.kosik-barva-999 {color: #999;}
.kosik-text-doprava {text-align: right; color:#ffe400; padding-right:10px;}
.kosik-100-sirka a { color:#ffe400; font-size:11px; text-decoration:none;}
.kosik-100-sirka a:hover { color:#FFFFFF; font-size:11px; text-decoration: underline;}
.pocet-v-kosiku { font-size:10px; color:#FFFFFF;}

.product-item{clear: both;width: 462px;padding-top: 6px;}
.product-item a.foto-prod{width: 119px;height: 106px;float: left;background: url('../image/img-produkt.jpg') no-repeat 0px 0px;display: block;text-align: center;padding: 12px 0px 15px 0px;}
.right-box-product{float: right;width:338px;height: 132px;background: url('../image/produkt-item.jpg') no-repeat 0px 0px;padding: 0px 0px 0px 0px;}
.product-item h2{color: #ffe400;padding: 8px 0px 15px 15px; margin: 0px;font-size: 12px;font-weight: normal;}
.product-item h2 a{color: #ffe400;text-decoration: none;}
.product-item h2 a:hover{text-decoration: underline;}
.product-item span.cena{font-weight: bold;float: right;color: #ffe100;font-size: 14px;padding-right: 15px;}
.product-item span{padding-left: 15px;}
a.foto-detail-product{width: 240px;float: left;background: #fff url('../image/img-detail.jpg') no-repeat bottom left;display: block;text-align: center;padding: 10px 0px 10px 0px;}
.price-detail{color: #ffe400;font-weight: bold;font-size: 14px;}
.detail-produkt-right{width: 220px;float: right;background: url('../image/detail-right.jpg') no-repeat bottom left;padding-bottom: 19px;color: #fff;font-size: 12px;}
.detail-produkt-right-middle{background: url('../image/detail-right-middle.jpg') repeat-y bottom left; border-top: solid 1px #70706f;padding: 18px 0px 0px 15px;min-height: 202px;}
.detail-produkt-right-middle table{border-collapse: collapse;margin: 15px 0px 20px 0px;padding: 0px;color: #fff;font-size: 12px;}
.detail-produkt-right-middle table tr td{margin: 0px;padding: 5px 10px 5px 0px;}
.detail-produkt-right-middle em{font-style:normal;color: #ffe400;}
.detail-produkt-right-middle table tr td a{color: #ffe400;font-weight: bold;}
input.quant-detail{border: solid 1px #3f3f3e;background: #181818;color: #fff;width: 26px;text-align: center;margin: 0px 2px 0px 5px;padding: 4px 0px;}
a.next-photo-product {width: 119px;height: 125px;float: left;background: url('../image/img-produkt.jpg') no-repeat 0px 0px;display: block;text-align: center;padding: 8px 0px 0px 0px;margin: 10px 12px;}
#module_search2 input{
  background: #181818;
  color: #fff;
  width: 175px;
  border: solid 1px #333333;
  padding: 2px 3px;
  margin-left: 15px;
}
#module_search2{
  padding-right: 15px;
}
.login-right input{
  background: #181818;
  color: #fff;
  width: 165px;
  border: solid 1px #333333;
  padding: 2px 3px;
  margin-left: 13px;
}
.login-right a.button{
  margin-right: 16px;
}
.login-right a.forgotten{
  display: block;
  text-align: right;
  color: #9e9e9c;
  font-weight: bold;
  text-decoration: none;
  padding:4px 15px 0px 0px;
  margin: 0px;
}
.login-right a.forgotten:hover{
  text-decoration: underline;
}
table.best-seller h2{
  padding: 0px 0px 5px 0px;
  margin: 0px;
  line-height: 1.0em;
}
table.best-seller h2 a{
  color: #ffe400;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}
table.best-seller h2 a:hover{
  text-decoration: underline;
  color:#FFFFFF;
} 
table.best-seller tr td span{
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: right;
}
table.best-seller tr td img{
  border: solid 1px  #3c3c3a;
  padding: 1px;
  display: block;
  margin-right: 8px;
  position: relative;
  top: 6px; 
}

table.best-seller tr td img:hover{
  border: solid 1px  #ffe000;
}

table.best-seller{
  border-collapse: collapse;
  width: 182px;
  margin-left: 15px;
} 
table.best-seller tr td{
  border-bottom: solid 1px #ffe000;
  padding-bottom: 9px;
  padding-top: 1px;
 }  
.index-box{
  padding: 10px;
  width: 430px;
}          
.index-box h2{
  font-size: 13px;
  color: #f4aa00;
}
h3.filter-pneu{
  background: url('../image/nadpis-filter.jpg') no-repeat 0px 0px;
  height: 27px;
  width: 462px;
  font-size: 13px;
  font-weight: normal;
  color: #ffe400;
  margin: 0px;
  padding: 7px 0px 0px 17px;
}
table.filters{
  background: #3c3c3a url('../image/filters-table.jpg') no-repeat bottom left;
  width: 462px;
  margin: 0px 0px 8px 0px;
  padding: 0px 0px 0px 0px;
  color: #fff;
  font-size: 11px;
  border-collapse: collapse;  
  border-top: solid 4px #3c3c3a;
}
table.filters tr td{
  padding: 0px 0px 0px 17px;
  margin: 0px;
}  
table.filters tr td input{
  background: #181818;
  border: solid 1px #2f2f2e;
  padding: 2px 3px;
  color: #ffe400;
  width: 120px;  
}
table.filters tr td select{
  background: #181818;
  border: solid 1px #2f2f2e;
  padding: 1px 1px;
  color: #ffe400;
  width: 128px;  
}
table.filters tr td input.but-s{
	background: #2e2e2c url('../image/btn-cart.jpg') repeat-x center right;
	color: #181818;
	border: solid 1px #1d1d1c;
	display: inline-block;
	height: 25px;
	font-weight: bold;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	width: auto;
	position: relative;
	top: -2px;
  left: 22px;
	padding: 0px 20px 0px 20px; /* sliding doors padding */
}
table.list-produkt{
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
}
table.list-produkt tr td{
  background: #2a2a2a;
  padding: 0px;
  margin: 0px;
  width: 150px;
  border-collapse: collapse;
  border: solid 4px #181818;
  vertical-align: top;
  background: url('../image/list-prod-back.jpg') no-repeat top right;
}
table.list-produkt tr td div{
  padding: 12px 15px 12px 15px;
  text-align: center;
  position: relative;
}
table.list-produkt tr td div img.akce-ico{
  position: absolute;
  top: -10px;
  left: 3px;
}
table.list-produkt tr td h2{
  font-size: 12px;
  color: #ffe400;
  padding: 5px 0px 0px 0px;
  font-weight: normal;

  text-align: center;
  margin: 0px;
  width: 150px;
  height: 58px;
  border-bottom: solid 1px #181818;
}
table.list-produkt tr td h2 em{
  font-style: normal;
  padding: 0px 5px;
}
table.list-produkt tr td h2 a{
  color: #ffe400;
  text-decoration: none;
}
table.list-produkt tr td h2 a:hover{
  text-decoration: underline;
}
table.list-produkt tr td span{
  font-size: 12px;
  color: #ffe400;
  padding: 3px 0px 0px 0px;
  font-weight: bold;
  display: block;
  text-align: center;
}
table.list-produkt tr td span img{
  position: absolute;
  right: 3px;
  top: -5px;
}
table.list-produkt tr td a.pozadi-img{
  width: 120px;
  height: 125px;
  text-align: center;
  display: block;
  padding: 0px 0px 0px 0px;
  background: url('../image/img-produkt.jpg') no-repeat 0px 0px;
}
table.list-produkt tr td img{
  margin-top: 10px;
}
table.list-produkt tr td div.cena-bot{
  padding: 0px 8px 7px 8px;
  position: relative;
  border-top: solid 1px #181818;

}
.text-box{
  padding: 10px;
  background: #3c3c3a url('../image/filters-table.jpg') no-repeat bottom left;
  text-align: justify;
  margin-bottom: 10px;
} 
.text-box strong{
  color: #fdb101;
}
.text-box a{
  text-decoration: none;
  color: #fff;
}
.text-box a.button{
  color: #000;
}
.text-box a:hover{
  text-decoration: underline;
}
.text-box h3{
  color: #fdb101;
  font-size: 14px;
  font-weight: normal;
  margin: 0px;
  padding: 15px 0px 10px 0px;
}
.text-box table{
  vertical-align: top;
}
table.form{
  width: 440px; 
  color: #fff;
  font-size: 11px; 
}
table.form tr td{
  padding: 1px 0px 1px 0px;
}  
table.form tr td input{
  background: #181818;
  border: solid 1px #2f2f2e;
  padding: 3px 3px;
  color: #ffe400;
  width: 160px;  
}
table.form tr td textarea{
  background: #181818;
  border: solid 1px #2f2f2e;
  padding: 2px 2px;
  color: #ffe400;
  width: 368px;  
}
table.form tr td select{
  background: #181818;
  border: solid 1px #2f2f2e;
  padding: 2px;
  color: #ffe400;
  width: 200px;  
}
.login-box{
  padding: 10px;
  background: #3c3c3a url('../image/filters-table.jpg') no-repeat bottom left;
  text-align: justify;
  margin-bottom: 10px;
} 
.login-box strong{
  color: #fdb101;
}
.login-box strong{
  color: #fdb101;
}
.login-box a{
  text-decoration: none;
  color: #fdb101;
} 
.login-box a:hover{
  text-decoration: underline;
}
.login-box a.button{
  color: #000;
}
input.text-inputek{
  background: #181818;
  border: solid 1px #2f2f2e;
  padding: 3px 3px;
  color: #ffe400;
  width: 195px; 
}

.input-nereg {
  background: #000000;
  border: solid 1px #2f2f2e;
  padding: 4px 4px;
  color: #ffe400;
  width: 195px; 
  font-size: 12px;
}

.bg_prihlasen{
  color: #fff;
  text-align: left;
  line-height: 1.8em;
}
.bg_prihlasen a{
  color: #fdb101;
  display: block;
  float: left;
  padding: 0px 20px 0px 0px;
  text-decoration: underline;
} 
.bg_prihlasen a:hover{
  text-decoration: none;  
}
.volby-detail{
  padding: 5px 0px 0px 0px;
}
.volby-detail span{
  width: 60px;

}
.volby-detail select{
  background: #181818;
  border: solid 1px #2f2f2e;
  padding: 2px;
  color: #ffe400;
  width: 100px;

 } 
 
 
.tab_page div b { color:#ffc700; }
.tab_page input { background-color:#000000; border:1px solid #6b6b69; color:#FFFFFF; }
.tab_page input:hover { background-color:#000000; border:1px solid #000000; color:#FFFFFF; }

.tab_page textarea { background-color:#000000; border:1px solid #6b6b69; color:#FFFFFF; font-size:12px; }
.tab_page textarea:hover { background-color:#000000; border:1px solid #000000; color:#FFFFFF; }

.even { border-bottom:1px solid #707070; }
.even:hover { background-color: #1c1c1c; }
.even a { color: #eaed07; font-size:11px;}
.even input { font-size: 11px; width:30px; background-color:#000000; border:1px solid #707070; color:#FFFFFF;}

.odd { border-bottom:1px solid #707070; }
.odd:hover { background-color: #1c1c1c; }
.odd a { color: #eaed07; font-size:11px;}
.odd input { font-size: 11px; width:30px; background-color:#000000; border:1px solid #707070; color:#FFFFFF;}
#poll table{
  font-size: 12px;
  color: #fff;
  margin-left: 15px;
  width: 180px;
}

#poll strong{

  color: #ffe000;

}

#poll span.nazev-ota{
  color: #fdb101;
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 0px 10px 5px 20px;
}



table.anketa-nehlasovano{
  margin: 0px 0px;
}
table.anketa-nehlasovano tr td{
  padding: 2px 5px;  
}
table.anketa-nehlasovano tr td input{
  position: relative;
  top: 1px;  
}
.button_delete {
	background: #181818 url('../image/smazat-ikona.jpg') no-repeat center;
	color: #181818;
	border: solid 1px #181818;
	display: inline-block;
	font-weight: bold;
	float: right;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	padding: 5px 20px 5px 20px; /* sliding doors padding */
	text-decoration: none;
}

#category ul li a b { color:#ffe000;}
#category ul li a { color:#ffe000;}
#category ul li ul li a { color:#ffffff;}
#category ul li a span { color:#ffe000; text-decoration: underline;}


a.kup-ico{
  display: block;
  color: #fff;
	background: url('../image/smazat-ikona.jpg') no-repeat center;
}
a.kup-ico {
	background: #2e2e2c url('../image/btn-cart.jpg') repeat-x center right;
	color: #181818;
	display: inline-block;
	height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	width: 70px;
	position: relative;
	left: 0px;
	margin-top: 2px;
	padding: 1px 0px 2px 0px; /* sliding doors padding */
	text-decoration: none;
}

a.kup-ico:hover {
	background: #2e2e2c url('../image/btn-cart-hover.jpg') repeat-x center right;
}

.green
	{
	color: #3C0;
	font-weight: bold;
	}
	
.menu_active
	{
	text-decoration: underline;
	}
