.border_top {
	width: 304px;
	border-top-style: solid;
	border-top-color: #c8c8c8;
	border-top-width:  2px;
	padding-bottom: 3px;
}
	

.border_bottom {
	width: 304px;
	border-bottom-style: solid;
	border-bottom-color: #c8c8c8;
	border-bottom-width:  2px;
	padding-top: 3px;
	
}

.envelope {
	 background: url('/static/img/icons/envelope.png') 0 5px no-repeat;
	 margin-top: 10px;



}

.request {
	background: url('/static/img/icons/request.png') no-repeat;
	margin-top: 10px;
	height:26px;
}


.phone {
	background: url('/static/img/icons/phone.png') no-repeat;
	margin-top: 10px;
	
}

.cart-1 {
	background: url('/static/img/icons/cart.png') no-repeat;
	margin-top: 10px;
	height: 29px;
	margin-bottom: 10px;

}

.txt {
	padding-left:50px;

	
}

.title {
	text-align: center;
	font-weight: bold;
	font-size: 22px !important;
	color: #595959;
}