/* only for the products page */

.callout_box {
	display:inline;
	float:left;
	margin-right:10px;
	margin-bottom:15px;
	width:324px;
	height:305px;
	background-image: url(../images/products/bg_callout.gif);
}
.callout_box a:hover, 
.callout_box a:active, 
.callout_box a:focus {
	outline:none;
}
.callout_box a img{
	border:none;
}
.callout_box h3 {
	padding:18px 0px 5px 0px;
	text-align:center;
}
.callout_box h3 a{
	color:white;
	font-size:14px;
	font-weight:bold;
}
.callout_box h3 a:hover{
	text-decoration:none;
}
.callout_box p {
	display:block;
	text-align:center;	
	width:100%;
	padding:0px 0px;
	margin:5px 0px;
}
.callout_box p a{
	text-decoration:underline;
}
.callout_box .guillemets {
	margin-left:5px;
	color:black;
	font-size:22px;
	font-weight:bold;	
	position:relative;
	top:1px;
	left:0px;
}
#condoms_box img{
	position:relative;
	top:20px;
	left:20px;
} 
#pleasure_box {
	width:229px;
	height:305px;
	background-image: url(../images/products/bg_pleasure.gif);
}

#pleasure_box h3 a{
	font-size:11px;
}
#pleasure_box .guillemets {
	top:3px;
}
#pleasure_box img{
	position:relative;
	top:15px;
	left:55px;
} 
#retailers_box img {
	position:relative;
	top:15px;
	left:90px;
}