@charset "utf-8";
/* CSS Document */
.radio{
	position:relative;
	top:-10px;
}
.radio_label{
	position:relative;
	top:-35px;
}
form label{
	padding:10px 10px 10px 10px;
}
.input_radio{
	margin:0px 0px 10px 0;
}
.input_radio label{
	position:relative;
	color:#636363;
	font-size:12px;
}
.input_select1{
	margin:0px 0px 5px 0px;
}
.input_select{
	margin:0px 0px 45px 0px;
}
.input_select label{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#2f2f2f;
	font-size:12px;
	font-style:italic;
}
.selectbox_title{
	text-align:right;
	text-transform:uppercase;
	padding-right:10px;
}
/*span.checkbox {
   width: 19px;
   height: 25px;
   padding: 0 5px 0 0;
   background: url(checkbox.gif) no-repeat;
   display: block;
   clear: left;
   float: left;
}*/
 /*span.radio {
	position:relative;
	top:5px;
   width: 13px;
   height: 12px;
   padding: 0 5px 0 0;
   background: url(../images_front/radio.jpg) no-repeat;
   display: block;
   float:left;
}*/
span.select {
   position: absolute;
   width: 56px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
   height: 23px;
   padding: 0 0px 0 8px;
   color: #000;
   font: 12px/21px arial,sans-serif;
   background: url(../images_front/price_selectionbox.jpg) no-repeat;
   overflow: hidden;
}
.total_btn{
	background:url(../images_front/total_pricebtn.jpg) no-repeat;
	height:30px;
	width:201px;
	text-transform:uppercase;
	text-align:center;
	padding:5px 0px;
	margin-top:30px;
}
.total_btn a{
	font-size:15px;
}
.cart form{
	margin:0px;
	padding:0px;
}
.cart form label{
	margin:0px;
	padding:0px;
}
.cart form input{
	margin:0px;
	padding:0px;
}
.cart_input input{
	float:left;
	width:215px;
	margin:0px;
	padding:0px;
}
.cart_input label{
	float:left;
	width:150px;
	text-align:left;
	margin:0px;
	padding:0px;
}
.input{
	clear:both;
	overflow:hidden;
	margin-bottom:10px;
}
.input1{
	clear:both;
	overflow:hidden;
	margin-bottom:2px;
}
.cart_input select{
	float:left;
	width:215px;
}
.cart_input textarea{
	float:left;
	width:220px;
}
.textbox{
background:url(../images_front/textbox.jpg) no-repeat;
	width:215px;
	height:21px;
	border:none;
}
.cart_btn_align{
	clear:both;
	overflow:hidden;
	margin:5px 0px 0px 150px;
}
.cart_btn{
	background:url(../images_front/btn.png) no-repeat;
	width:150px;
	height:25px;
	border:none;
	cursor:pointer;	
	color:#FFF;
	font-weight:bold;
}
.cart_btn:hover{
	color:#999;
}
.input_checkbox{
	padding:10px 0;
}
.input_checkbox input{
	float:left;
	width:10px;
}
.input_checkbox label{
	float:left;
	width:500px;
	padding:0px;
	margin:0px;
}