/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/*=== CUSTOM == */

.testi {
	border: 2px solid #c2bfb0;
	padding:15px 25px 0px 25px;
	margin:5px auto 15px;
	width:80%;
	background: #f0feff;
	outline-style:solid;
	outline-color:#ebebeb;
}
.buy {
	font-family:Georgia, "Times New Roman", Times, serif; color:#777777;
	background:#EFEFEF;
	border-top:1px solid #E5E3D1;
	border-bottom:1px solid #E5E3D1;	
	width:75%; height:auto;
	margin:5px auto 5px;
	padding:15px 15px 0px 15px;
}
.bonus-buy {
	font-family:Georgia, "Times New Roman", Times, serif; color:#777777;
	background:#EFEFEF;
	border-top:1px solid #E5E3D1;
	border-bottom:1px solid #E5E3D1;	
	width:60%; height:auto;
	margin:5px auto 5px;
	padding:15px 10px 0px 10px;
}
.squeeze {
	padding:15px 25px 0px 25px;
	margin:5px auto 15px;
	width:550px;
}
.quote {
	font-family:Georgia, "Times New Roman", Times, serif; color:#777777;
	background:#f9faf4 url(icey/ico-quote.gif) no-repeat 10px 10px;
	border-top:1px solid #e4e4e0;
	border-bottom:1px solid #e4e4e0;
	width:80%; height:auto;
	margin:0 0 15px 10px; padding:15px 25px 15px 55px;
	display:block;
}