@charset "utf-8";
/* CSS Document */


*{
	margin:0;
	padding:0;
}

body, h1, h2, h3, h4, h5, h6, p, span, strong, ul, ol, li, table, th, td, tr, input, textarea, button, select{
	margin:0;
	padding:0;
}

body{
	background:#ececec;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	line-height:none;
}

#wrapper{
	width:900px;
	margin:0 auto;
	background:#ffffff;
	border-radius:0 0 12px 12px;
	padding:20px;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.fleft{
	float:left;
}

.fright{
	float:right;
}

.fnone{
	float:none;
}

.clear{
	display:block;
	visibility:hidden;
	clear:both;
}

#banner{
}

#banner .banner{
	padding:4px;
	background:#c5c5c5;
}
#banner .banner_shadow{
	background:url(../images/banner_shadow.png) no-repeat top center;
	height:31px;
	display:block;
}

#middlecontain{
	width:820px;
	margin:0 auto;
}

.yes_panel{
	position:relative;
	margin:0 0 20px 0 0;
	background:url(../images/yes_img.png) no-repeat left top;
	padding:20px 0 10px 235px;
	position:relative;
	top:-15px;
}

.yes_panel h2{
	font-size:26px;
	font-weight:bold;
	color:#000000;
	margin-bottom:10px;
}

.yes_panel p{
	font-size:14px;
	color:#000000;
	margin-bottom:10px;
	line-height:18px;
}

#footer{
	width:900px;
	margin:0 auto;
	padding:20px;
}

.footerContaint{
	font-size:12px;
	color:#636363;
	padding:30px;
}

.copyright{
	float:left;
	font-size:14px;
	color:#292929;
}

.footer_menu{
	float:right;
	font-size:14px;
	color:#292929;
}

.footer_menu a{
	color:#292929;
}

#testimonail{
	position:relative;
}

.testimonail{
	border:1px solid #c4c4c4;
	margin:18px 0;
}

.testimonail .head{
	background:#fbfaf6;
	padding:10px 37px;
	font-size:14px;
	color:#000000;
	border-bottom:1px solid #c4c4c4;
	margin-bottom:20px;
	position:relative;
}

.testimonail .head .arrow{
	background:url(../images/testimonail_arrow.png) no-repeat;
	width:25px;
	height:21px;
	position:absolute;
	bottom:-21px;
	left:50px;
}

.testimonail .desc{
	padding:10px 37px 20px;
	font-size:14px;
	color:#000000;
	line-height:22px;
}

.loader{
	width:100%;
	margin:30px 0;
	height:60px;
	position:relative;
}

.loader .midstrip{
	background:#dfdfdf;
	height:1px;
	width:100%;
	position:absolute;
	top:30px;
}

.loader span{
	background:#ffffff url(../images/loader.GIF) no-repeat center center;
	width:110px;
	height:60px;
	position:absolute;
	top:0;
	left:50%;
	margin:0 0 0 -55px;
}

.scrolltop{
	background:url(../images/scroll_top.png) no-repeat;
	width:97px;
	height:16px;
	margin:0 auto;
}

.scrolltop a{
	display:block;
	width:97px;
	height:16px;
}

/***********/

.cart_info{}

.box{
	background:#fbfaf6;
	border:1px solid #bebebe;
	margin:0 0 18px 0;
}

.box .mid{
	background:#ffffff;
}

.box .heading{
	border-bottom:1px solid #bebebe;
	padding:10px 10px 10px 40px;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	position:relative;
}

.box .heading span{
	background:url(../images/num_bg.png) no-repeat;
	position:absolute;
	left:5px;
	top:5px;
	width:29px;
	height:25px;
	color:#049cfc;
	font-size:16px;
	line-height: 16px;
	font-weight:normal;
	text-align:center;
	padding:6px 0 0;
}

.box .mid table td{
	border-bottom:1px solid #bebebe;
	padding:10px 15px;
	text-align:left;
}

.box .mid table tr:last-child td{
	border-bottom:none;
}

.certification_panel{
	position:relative;
	margin:10px 15px;
	background:url(../images/certify_logo.png) no-repeat left top;
	padding:20px 0 20px 180px;
	position:relative;
}

.certification_panel h2{
	font-size:26px;
	font-weight:bold;
	color:#000000;
	margin-bottom:5px;
}

.certification_panel p{
	font-size:14px;
	color:#000000;
	margin-bottom:10px;
	line-height:18px;
}

.billing_info.box .mid table{
	margin:0 auto;
}

.billing_info.box .mid table td{
	border-bottom:none;
	padding:10px 15px;
	text-align:left;
	font-size:12px;
	color:#000000;
}

.billing_info.box .mid table td input[type=text], .secured_sec input[type=text]{
	border:1px solid #999999;
	background:#ffffff;
	font-size:12px;
	color:#000000;
	padding:5px 10px;
	width:90%;
	 -moz-box-shadow: inset 0 0 10px #eeeeee; 
	 -webkit-box-shadow: inset 0 0 10px #eeeeee; 
	 box-shadow: inset 0 0 10px #eeeeee;
}

.billing_info.box .mid table td input.fullwidth[type=text]{
	width:95%;
}

.billing_info.box .mid table td a, .secured_sec .expiration a{
	color:#1ca5fc;
	font-size:12px;
}

.pad20{
	padding:20px;
}

.pad10{
	padding:10px;
}

.btn_checkout{
	display:table;
	margin:30px auto;
}

.secured_sec{
	background:url(../images/secure_icon.png) no-repeat left top;
	padding:10px 10px 0 155px;
	margin:20px 0 0;
	font-size:12px;
	color:#000000;
}

.secured_sec .expiration{
	margin:20px 0 0;
	display:inline-block;
}
.secured_sec .expiration input[type=text], .secured_sec .expiration select{
	border:1px solid #999999;
	background:#ffffff;
	font-size:12px;
	color:#000000;
	padding:5px 10px;
	width:88px;
	 -moz-box-shadow: inset 0 0 10px #eeeeee; 
	 -webkit-box-shadow: inset 0 0 10px #eeeeee; 
	 box-shadow: inset 0 0 10px #eeeeee;
	 margin:0 8px;
}