@charset "UTF-8";
/* CSS Document */


div.container_store_form {
    overflow: hidden;
    height: 25px;
	max-height: 25px;
    margin-top: 0px;
	margin-left: 0px;
	float: right;
	width: 200px;
	
}


div.store_label {
    float: left;
	margin-top: 3px;
	height: 25px;
	max-height: 25px;
	margin-left: 0px;
	line-height:25px; 
	
}


div.store_form {
    float: right;
    height: 25px;
	max-height: 25px;
	margin-left: 0px;
	
}


div.container_store{
    width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	height: 138px;
	max-height: 138px;
}


div.wrapper_item{
    float: left;
    width: 218px;
	max-width: 218px;
	margin-top: 0px;
	margin-left: 0px;
	height: 138px;
	max-height: 138px;
}


div.item_photo{
	float: left;
	width: 120px;
	max-width: 120px;
	margin-top: 0px;
	margin-left: 0px;
	height: 80px;
	max-height: 120px;
	padding-left: 5px;
	padding-top: 5px;
}


div.container_item_description{
    padding:0px;
    float: right;
	width: 98px;
	max-width: 98;
	margin-top: 0px;
	margin-left: 0px;
	height: 138px;
	max-height: 138px;
}


div.item_description{
    padding:0px;
    width: 100%;
	height: 65px;
	max-height: 65px;
	margin-top: 0px;
	margin-left: 0px;
}


div.item_description2{
    padding:0px;
    width: 100px;
	height: 42px;
	max-height: 42px;
	margin-top: 0px;
	margin-left: 0px;
}


div.item_basket{
    padding:0px;
    width: 138px;
	max-width: 138px;
	margin-left: 0px;
	height: 31px;
	max-height: 31px;
	background-image:url(../images/blue_btn.png);
}


div.wrapper_basket{
    padding:6px;
}


div.item_spacer{
    float: left;
	margin-left: 0px;
	width: 30px;
	min-width: 30px;
	height:1px;
	padding:0px;
}


.productbox {
	width: 240px;
	height: 205px;
	margin-right: 4px;
	margin-bottom: 8px;
	padding: 5 5 5 5;
	border: 0px;
	border-color: white;
	vertical-align: middle;
	text-align: center;
	float: left;
	background-color: #e6e6e6;}

.productbox2 {
	width: 240px;
	height: 255px;
	margin-right: 4px;
	margin-bottom: 8px;
	padding: 5 5 5 5;
	border: 0px;
	border-color: white;
	vertical-align: middle;
	text-align: center;
	float: left;
	background-color: #e6e6e6;}
	
.storeselectbox {
	font-size: small;
	
}

.storequantity {
	vertical-align: middle;
	clear: both;

}

.renewbutton {
	float: right;
}