@CHARSET "UTF-8";

#divProducts{
	/*margin: 5px;*/	
}
/* product box styles */
.divProductBox {
	width: 205px;
	min-height: 250px;
	height: 250px;
	border: solid 1px #B3B3B3;
	float: left;
	margin: 3px;		
}

.divProductInfo{	
	background-color: #F3F4F6;
	padding: 2px;		
	/*min-height: 100px;*/		 			
}
.divProductInfo table{
	padding: 1px;
	font-size: 95%;	
	/*min-height: 100px;*/					
}

.divProductInfo table td.key_cell {		
	vertical-align: top;	
	color: #777777;
}

.divImageProduct{
	border: 1px solid black;
	float: left;
	height: 200px;
	width: 200px;
	background-color: white;
	background-repeat: no-repeat;
	background-position: center;	
}	
.black_bold{
	color: black;
	font-weight: bold;
}
.blue_bold {
	color: blue;
	font-weight: bold;
}

table td.value_cell {	
	padding-left: 5px; 
}

.divBasketButtonPanel{
	min-height: 25px;
	height: 25px;
	padding: 2px;		
}

.basketButtonCounter{	
	float: left;
	display: inline;
	margin-left: 4px;
	margin-top: 2px;	
}
.basketButtonCounter img{
	float: none;	
	border: none;
	margin: 0px;
	vertical-align: middle;	
}
.basketButtonCounter .amountField{
	vertical-align: middle;
	width: 20px;
	margin: 0;	
	border:solid 1px rgb(200,200,200);
}
.basketButtonInsert{
	float: right;
	margin-right: 4px;	
}
/*****************************************/
/*				detail product 			 */
/*****************************************/

#divDetailProduct {
	/*width: 720px;*/
	margin: 0 auto;		
	width: 655px;
}
#divTitleProduct {
	border-bottom: solid 1px gray;
	font-weight: bold;
	padding-bottom: 5px;
}
#divImageProduct{
	border: 1px solid black;	
	float: left;
	width: 200px;
	height: 200px;
	background-color: white;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 10px;
}
#divInfoProduct{
	float: left;
	width: 420px;		    
}
#divFooterDetail {	
	padding-top: 15px;
}
#tableDetail {
	width: 100%;
	font-size: 100%;
}
#tableDetail td {
	height: 30px;
	border-bottom: solid 1px gray; 
	padding-left: 10px;
}
#divAddToBasketForm{	
	float: right;
	height: 75px;						
}
#divAddToBasketForm .add_to_basket{
	margin-left: 2px; 					
}
#divBackSpace{	
	
}
.vypredaj_product{
	padding: 4px;
	border-bottom: solid 1px gray;
}
.vypredaj_product h4{
	font-size: 110%;
	margin-bottom: 5px;
	padding: 2px;
}
.price {
	margin-top: 15px;
	font-weight: bold;
	font-size: 110%;
	color: blue;
	text-align: right;
}
.specialna_ponuka{
	font-size: 120%;
	color: red;
	text-transform: capitalize;
}
.product_image{
	margin-left: 15px;	
}
.pdfLink{
	font-size: 110%;
	background-image: url("../images/layout/pdf_icon.jpg");
	background-position: left;
	background-repeat: no-repeat;
	margin-left: 45px;
}