@charset "utf-8";
/* CSS Document */


/* Products Page */

div.promo_banner {
	display: 				block;
	height:					15px;
	padding:				10px;
	font-size:				15px;
	background:				#ee92b9;
	border:					1px solid #ead6de;
	margin-bottom:			15px;
	text-align:				center;
}

div.product_list_box {
	float:					left;
	display:				block;
	margin:					0px 10px 25px 0px;
	height:					270px;
	width:					210px;
	border:					1px solid #FFF;
	padding:				5px;
}

div.product_img {
	width:					210px;
	height: 				187px;
	border:					0px;
	margin:					0px 0px 5px 0px;
}

div.product_type {
	color:					#9c9891;
	font-size:				11px;
	height:					14px;
	margin:					5px 0px;
}

div.product_type a {
	display:				block;
	float:					right;
	padding-top:			0px;
}

div.product_type input {
	display:				block;
	float:					left;
	background:				url("/framework/images/btn_add_to_cart.png") no-repeat;
	width:					87px;
	height:					34px;
	border:					0px;
	overflow: 				hidden;
	text-indent:			-999px;
	font-size: 				0;
	line-height: 			0;
	cursor:					pointer;
	margin-top:				-10px;
}

div.product_select {
	height:					30px;
	margin:					5px 0px 0px 0px;
}

div.product_select select {
	display:				block;
	float:					left;
	width:					210px;
	height:					22px;
	border:					0px;
	font-size:				14px;
	font-weight:			bold;
	line-height:			18px;
	font-family:			"Trebuchet MS", "arial", "helvetica", sans-serif;
	color:					#686868;
	border:					1px solid #d3d3d3;
}

img.productPageLeft {
	display:				block;
	float:					left;
	width:					487px;
	height:					503px;
}

img.productPageRight {
	display:				block;
	float:					left;
	width:					202px;
	height:					392px;
	margin-top:				30px;
}

div#checkout_bar {
	display:				block;
	float:					right;
	background:				url("/framework/images/bar_checkout.png") no-repeat;	
	width:					720px;
	height:					99px;
	margin:					0px -31px 0px 0px;
}

div#checkout_bar input {
	display:				block;
	float:					right;
	background:				url("/framework/images/btn_buy_now.png") no-repeat;
	width:					189px;
	height:					70px;
	border:					0px;
	overflow: 				hidden;
	text-indent:			-999px;
	font-size: 				0;
	line-height: 			0;
	margin:					8px 45px 0px 0px;
	cursor:					pointer;
}

div#checkout_bar select {
	display:				block;
	float:					left;
	width:					250px;
	height:					30px;
	border:					0px;
	font-size:				18px;
	font-weight:			bold;
	line-height:			18px;
	font-family:			"Trebuchet MS", "arial", "helvetica", sans-serif;
	color:					#686868;
	border:					1px solid #d3d3d3;
	margin:					26px 0px 0px 160px;
}