@charset "UTF-8";
/* CSS Document */
.cta_box{
	width:178px;
	height:180px;
	margin:20px 0 20px 11px;
	background:url(../images/cta.buy_now.bg.png) no-repeat top left;
	padding:20px 15px 10px;
	position:relative;
}
.cta_box span.cta_box_image{
	width:94px;
	height:130px;
	display:block;
	margin:0 0 0 0; /* Edit - 3/17/10 */
	float:left;
}
.cta_box div.cta_box_content{
	color:#ffffff;
}
.cta_box div.cta_box_content h3{
	color:#414141;
	padding:0;
	margin-top:7px;
}
.cta_box div.cta_box_content p{
	padding:0;
	color:#414141;
	line-height:normal;
	margin-bottom:7px;
}
.product-currency .product-price{ 
	font-weight:bold; 
	margin-bottom: 7px;
}
.currency-selector select{
	width: 60px;
}
.cta_box a.cta_box_link{
	width:171px;
	height:23px;
	display:block;
	font-size:14px;
	padding:12px 5px 10px 5px;
	position:absolute;
	top:150px;
	left:15px;
	background:url(../images/button.buy_now.png) no-repeat top left;
	text-align:center;
}

.cta_box a.cta_box_link span {
	left:3px;
	top:3px;
	position:relative;
}

.cta_box a.cta_box_link span img {
left:0px;
position:absolute;
top:-2px;
}

.cta_box a,
.cta_box a:active,
.cta_box a:visited {
color:#fff;
text-decoration:none;
}
