/* Vasarlas */

div.webshop, div.product_list {
  	width: 100%;
	height: auto;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #D7DCE0;
}

div.webshop h1 {
  	border-bottom: 30px;
}


div.left {
	width: 20%;
	display: block;
	float: left;
}

div.right {
	width: 80%;
	display: block;
	float: left;
}

div.right h2 {
	margin-bottom: 35px;
}

div.right p.ar {
	color: #8F0554;
	font-weight: bold;
}



div.product_list p.cart {
	background-image: url(../biomark.hu/images/kosarbg.gif);
	background-repeat: repeat-x;
    background-position: top left;
    vertical-align: bottom;
    height: 25px;
	line-height: 25px;
	width: 100%;
	color: #1f4772;
    font-weight: bold;
	display: block;
}

div.webshop span.title {
    float: left;
	width: 70px;
	margin-left: 9px;
}

div.webshop span.stock {
    float: left;
	width: 100px;
}

div.webshop input.cart {
	width: 30px;
	text-align: center;
    background-color: #F2F4F7;
	border: none;
	float: left;
	line-height: 25px;
	height: 18px;
	margin-top: 4px;
	margin-right: 9px;
}

div.webshop input.cart_submit {
	width: 95px;
    background-image: url(../biomark.hu/images/kosargombbg.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    border: none;
    height: 25px;
	line-height: 25px;
	margin-right: 10px;
	text-align: right;
	float: right;
}


