.product_image {
	float: left;
	padding-right: 10px;
}

div.webshop_product {
	font-weight: bold;
	margin-bottom: 10px;
}

.webshop_product span {
	font-weight: normal;
}

.details_link {
	margin-top: 15px;
	display: block;
}

.back_button {
    margin-top: 15px;
	display: block;
}

.addOneProduct {
    text-decoration: none;
	font-size: 110%;
	color: #000;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #ECE9D8;
	border: 1px solid;
}

.removeOneProduct {
    text-decoration: none;
	font-size: 110%;
	color: #000;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #ECE9D8;
	border: 1px solid;
}

form.webstore_product_form input.webstore_product_number {
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 50px;
	border: 1px solid #AAA;
	margin-right: 5px;
	text-align: right;
	margin-bottom: 2px;
	font-weight: bold;
}

form.webstore_product_form input.webstore_product_number_submit {
	margin: 0px;
	padding: 0px;
	height: 20px;
	border: 1px solid;
	cursor: pointer;
}

div.select_product {
    padding-left: 30px;
	padding-bottom: 5px;
	background-color: #ECECEC;
	display: block;
	height: 20px !important;
	height: 22px;
	padding-top: 5px !important;
	padding-top: 3px;
}

div.select_product select {
    z-index: 0;
	border: 1px solid #000000;
	display: inline;
	float: left;
}

div.select_product a {
	display: block;
    margin-left: 350px;
	text-indent: 35px;
	background-image: url(../cms/pics/list_gomb.jpg);
	width: 156px;
	height: 19px;
    text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}

div.select_product a:hover {
    color: #666666;
}

