@import url('/potapko.css');

/* styl produktů */

/* seznam kategorií */

#kat_table {
	margin: 25px 0px;
	/*height: 250px;*/
	width: 95%; /*kvuli IE nefunguje 100%, nechápu... */
	border-collapse: collapse;
}

#main_kat {
	width: 50%;
	text-align: right;
	border-right: 1px solid #D9ECFF;
	padding: 20px 5px;
}

#sub_kat {
	width: 50%;
	text-align: left;
	border-left: 1px solid #D9ECFF;
	padding: 20px 5px;
}

#kat_table a{
	border-bottom: none;
}
#kat_table a.active{
	font-weight: bold;
}
#kat_table a:hover {
	border-bottom: 2px solid #FFCC00;	
}

#katnav a{
	border-bottom: none;
}
#katnav a:hover {
	border-bottom: 2px solid #FFCC00;	
}

/* seznam produktů */

#prod_list{
	margin: 20px 0px;
}

.produkt {	
	background-color: #E9F4FF;
	height: 70px;
	margin-bottom: 3px;	
}
.produkt.nezobrazovat{
	background-color: #FFA0A0;
}
.produkt2{
	padding: 3px;
}

.produkt .popis{
	margin-left: 70px;
}

.produkt .vyrobce{
	position: absolute;
	margin-top: 10px;
}
.produkt .cena{
	/*text-align: right;*/
	position: absolute;
	right:0px;
	margin-right: 15px;
	margin-top: 5px;
}

.thm {	
	float: left;
	background-color: white;	
	width: 64px; 
	height: 64px;
	margin: 0px;
	overflow:hidden;
}

.varselect{
	width: 70px;
}

/* tlačítko přidat do koše */
.kos_add_but{
	/*nechápu proč je to posunutý...*/
	position: relative;
	top: 4px;
}


/* detaily produktu */
#prod_details {
	margin: 5px 0px;
	padding: 5px;
	background-color: #E9F4FF;
}
#prod_popis {
	margin: 5px 0px;
	padding: 5px;
	background-color: #E9F4FF;
}

#prodimgtitle {
	text-align: center;
	font-weight: bold;
}

.prodimgth{
	margin: 2px;
}

/* košík */

#kosik{
	width: 100%;
}

#kosik thead{
	font-weight: bold;
	background-color: #B9D4DF;	
	text-align: center;	
}
#kosik tbody{
	background-color: #E9F4FF;
}
#kosik tfoot{
	background-color: #B9D4DF;	
	font-weight: bold;
}

#kosik tfoot .noback{
	background-color: white;
}

#kosik .cena{	
	text-align: right;		
}

#kosik td{
	margin:1px;	
	padding: 1px 4px;
}

