#shop {
	margin: 0;
}

#shop .shop_col {
	float: left;
	width: 260px;
	/*border: 1px solid black;*/
}

#shop .shop_info {
	float: left;
	width: 260px;
	/*border: 1px solid blue;*/
	padding-top: 12px;
}

#shop .shop_infotext {
	width: 260;
	text-align: justify;
	padding-bottom: 45px;
}

#shop .shop_pic {
	float: left;
	width: 260px;
	/*border: 1px solid red;*/
	text-align: center;
}

#shop img{
	margin: 0;
}

#shop span.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #757575;
	font-weight: bold;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 3px;
}

#shop span.price  {
	font-weight: bold;
	color: #ff7d00;
	font-size: 14px;
}

#shoptoolbox h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #757575;
	font-weight: bold;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 3px;
	text-align: center;
}

#shoptoolbox .price  {
	font-weight: bold;
	color: #ff7d00;
	font-size: 11px;
}

#shoptoolbox a  {
	text-decoration: none;
	font-size: 11px;
	color: #757575;
}
