@charset "utf-8";
/* CSS Document */


.feat_prod_box {
	border-bottom : 1px dashed #C8C8C8;
	clear : both;
	text-align: left;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
}
.feat_prod_box h3 {
	color: #1C8EC4;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	font-size: 12px;
	letter-spacing: 2px;
}
.feat_prod_box_details {
	padding : 10px 0 10px 0;
	margin : 0 20px 10px 0;
	clear : both;
	text-align: left;
}
.feat_prod_box_details h3 {
	color: #1C8EC4;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	font-size: 12px;
	letter-spacing: 2px;
}

.contact_form {
	width : 470px;
	float : left;
	padding : 25px;
	margin : 20px 0 0 15px;
	border : 1px dashed #CCCCCC;
	position : relative;
	color: #333333;
}
.form_row {
	width : 450px;
	clear : both;
	padding : 10px 0 10px 0;
	color : #333333;
}
label.contact {
	width : 150px;
	float : left;
	text-align : right;
	padding : 4px 5px 0 0;
	color : #333333;
}
input.contact_input {
	width : 280px;
	height : 18px;
	background-color : #F2F2F2;
	color : #333333;
	border : 1px solid #CCCCCC;
	float : left;
}
textarea.contact_textarea {
	width : 280px;
	height : 120px;
	color : #333333;
	background-color : #F2F2F2;
	border : 1px solid #CCCCCC;
	float : left;
}
input.register {
	width : 71px;
	height : 25px;
	border : none;
	cursor : pointer;
	text-align : center;
	float : right;
	color : #ffffff;
	background : url(images/register_bt.gif) no-repeat center 0%;
}
.button {
	width : 90px;
	height : 25px;
	display : block;
	float : right;
	text-decoration : none;
	text-align : center;
	line-height : 24px;
	background-color: #333333;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.contact {
	width : 71px;
	height : 25px;
	display : block;
	float : right;
	margin : 0 0 0 10px;
	text-decoration : none;
	text-align : center;
	line-height : 24px;
	color : #fff;
	background-color: #333333;
}
a.checkout {
	width : 71px;
	height : 25px;
	display : block;
	float : right;
	margin : 10px 30px 0 10px;
	background : url(images/register_bt.gif) no-repeat center 0%;
	text-decoration : none;
	text-align : center;
	line-height : 25px;
	color : #fff;
}
a.continue {
	width : 71px;
	height : 25px;
	display : block;
	float : left;
	margin : 10px 0 0 0;
	background : url(images/register_bt.gif) no-repeat center 0%;
	text-decoration : none;
	text-align : center;
	line-height : 25px;
	color : #fff;
}
.terms {
	padding : 0 0 0 80px;
}
.form_subtitle {
	position : absolute;
	top : -11px;
	left : 7px;
	width : auto;
	height : 20px;
	background-color : #333333;
	text-align : center;
	padding : 0 7px 0 7px;
	color : #FFFFFF;
	font-size : 11px;
	line-height : 20px;
}

