.list_box {
	width: 264px;
	height: 225px;
	float: left;
	display: inline;
	border-right: 1px dotted #c1bdb6;	
	font-size: 0.8em;
	color: #979797;
	padding: 5px;
	border-bottom: 1px solid #eceae6;
	margin-bottom: 5px;
}
.list_tit {
	font-weight: bold;
	margin-bottom: 10px;
}
#page .list_tit a {
	color: #66645e;
}
#page .list_tit a:hover {
	color: #999999;
}
.list_obr {
	width: 115px;
	float: left;
	margin-right: 5px;
	background-color: #FFFFFF;
	text-align: center;
}
.list_popis {
	float: left;
}
.list_boxl {
	float: left;
	width: 135px;
}

.list_price {
	display: block;
	width: 130px;
	height: 39x;
}
.list_cena {
	color: #f14848;
	font-weight: bold;
	font-size: 1.1em;
}
.list_id {
	display: block;
	width: 130px;
	height: 13px;
	
}
.list_boxr {
	float: right;
	width: 120px;
	text-align: right;
	margin: 0; padding: 0;
}
.list_print {
	display: block;
	width: 110px;
	height: 26px;
	margin-bottom: 5px;
}
.list_buy {
	display: block;
	width: 110px;
	height: 26px;
	margin-bottom: 5px;
}

.clearing2 {
	clear: both;
	height: 10px;
}

/* ---------- DETAIL PRODUKTU ----------- */
.prod_left {
	float: left;
}
.prod_right {
	float: right;
	width: 310px;
	padding: 0 5px 0 0;
	margin-top: 20px;
}

.prod_block {
}

.prod_katnum {
	color: #466473;
}
.prod_kat {
	color: #466473;
	font-size: 0.8em;
	margin-top: 5px;
}

.prod_lista {
	color: #466473;
	font-size: 0.8em;
	margin-bottom: 5px;
}

.prod_obr {
	text-align: center;
	display: block;
	padding: 1px;
	margin-top: 20px;
	border: 1px solid #000;
	background-color: White;
}

.prod_obr img {
	max-width: 200px;
}

.prod_cena {
	font-weight: normal;
	color: #00438C;
	font-size: 1em;
	margin-top: 10px;
}
.prod_popis {
	width: 310px;
	float: left;
	padding: 3px 3px 3px 3px; 
	font-size: 0.9em;
}
.prod_obj {
	display: block;
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #C5D8E0;
	margin-bottom: 50px;
	text-align: right;
}
.prod_title {
	font-size: 1.2em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #00438C;
	padding: 5px 5px 10px 5px;
	border-bottom: 3px solid #C5D8E0;
}
/* ---------- NOVINKY A AKCIE NA BOKU ----------- */
.akcnew_obr {
	text-align: center;
}
.akcnew_naz a {
	color: #188A00;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
	text-decoration: none;
	display: block;
}
.akcnew_naz a:hover {
	color: #A6C9A0;
}
.akcnew_cena {
	color: #565656;
	text-align: center;
	margin: 10px 0;
}
.akcnew_separ {
	border-bottom: 1px solid #d7e8ee;
	margin-bottom: 10px;
}

/* basket */
#basket {
	font-size: 0.8em;
}
.bas_prod {
	border-bottom: 1px solid #C5D8E0;
	padding: 3px 3px 3px 3px;
}
.bas_tit {
	background-color: #E8F4FF;
	border-bottom: 2px solid #75B8FF;
	font-weight: bold;
}
.bas_sum {
	background-color: transparent;
	border-top: 2px solid #75B8FF;
	padding: 3px 3px 3px 3px;
}
div.bas_but {
	border: 1px solid #75B8FF;
	padding: 1px 1px 1px 1px; 
	text-align: center;
}
.bas_but a {
	color: #00438C;
	padding: 5px 5px 5px 5px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
}
.bas_but a:hover {
	background-color: #EFEFEF;
	color: White;
	text-decoration: none;
}
.bas_tab {
	border: 1px solid #75B8FF;
	margin: 1px;
	padding: 5px;
}
.bg_input {
	vertical-align: top;
}

