div.checkout_outer {
	margin:0 0 5px 0;
}
div.checkout_outer p {
	color: #333;
}
div.checkout_outer h6 {
	font-size: 14px;
	font-weight: bold;
}
div.checkout_outer .checkout-heading {
	padding: 14px 20px;
	margin: 0 0 0 0;
	background-color: #F60;
	border: 1px dotted #aaa;
	cursor: pointer;
}
div.checkout_outer .checkout-heading span {
	font-size:15px;
}
div.checkout_outer .checkout-heading a {
	float: right;
	color: #FFF;
}

/*========= checkout-content =============*/
div.checkout-content {
	background:#fafafa;
	border:1px solid #e0e0e0;
	margin:5px 0 18px 0;
}
div.checkout-content div.not_register {
	float:left;
	width:40%;
	background:#f4f4f4;
	padding:20px 20px 30px;
	border-right:1px solid #ebebeb;
	min-height: 270px;
}
div.checkout-content div.not_register p {
	margin-bottom:24px;
}
div.checkout-content .login {
	float:left;
	padding:20px;
	width:40%;
}
div.checkout-content .login label {
	float:left;
	display: block;
	margin-bottom:12px;
	width:100%;
}
div.checkout-content .login label strong {
	color:#666;
	text-transform: uppercase;
	width:40%;
	float:left;
	font-size: 12;
	font-weight: 600;
	padding:4px 0;
}
div.checkout-content .login label strong em {
	color:#e81962;
}
div.checkout-content .login label input {
	float:left;
	width:50%;
	padding:0 10px;
	height:35px;
	line-height:34px;
	font-size:12px;
	margin:0;
	background:#fff;
	border:1px solid #ddd;
	/* inner shadow */
	-webkit-box-shadow: inset 0 1px 0 #f0f0f0;
	box-shadow: inset 0 1px 0 #f0f0f0; 
}
div.checkout-content .login div.submit input {
	margin-left:40%;
}
div.checkout-content .checkout-content-top { 
	padding: 30px 30px 0px 30px;
	background: #F4F4F4;
	border-bottom: 1px solid #EBEBEB;
}
div.checkout-content .warning {
	margin:0px;
}


/*==================== div.checkout-form ======================*/

div.checkout-form div.styled {
	background:#fafafa;
	padding:0;
	margin:0;
}
div.checkout-form table {
	width:100%;
	border-collapse: collapse;
}
div.checkout-form table td {
	padding:8px 12px;
	margin:0;
	border-bottom:1px solid #ebebeb;
}
div.checkout-form table td:first-child {
	border-right:1px solid #ebebeb;
	width:35%;
	text-align:right;
	background:#f4f4f4;
}

div.checkout-form table td strong {
	color:#666;
	text-transform: uppercase;
	font-size: 12;
	font-weight: 600;
}
div.checkout-form table td strong em {
	color:#e81962;
}
div.checkout-form table td.input input {
	width:50%;
	padding:0 10px;
	height:35px;
	line-height:34px;
	font-size:12px;
	background:#fff;
	border:1px solid #ddd;
	-webkit-box-shadow: inset 0 1px 0 #f0f0f0;
	box-shadow: inset 0 1px 0 #f0f0f0; 
}
div.checkout-form table td input.red_btn {
	margin:12px 0;
}
div.checkout-form table td.input input[type=radio],
div.checkout-form table td.input input[type=checkbox] {
	height: 20px!important;
	width: 20px!important;
	float: left;
}
div.checkout-form table td.input input[type=radio] + label {
	background:url('../images/icons/radio_btn.png') no-repeat 0 3px;
	height: 20px;
}
div.checkout-form table td.input input[type=radio]:checked + label {
	background-position:0 -26px;
	height: 20px;
}
div.checkout-form table td.input label {
	/*display: inline;*/
	cursor: pointer;
	float:left;
	/*padding-top:10px;*/
}
/*
.checkout-content-top input[type=radio],
.checkout-content-top input[type=checkbox] {
	margin:14px 3px 0 0;
	display: none;
}
.checkout-content-top input[type=radio] + label {
	background:url('../images/icons/radio_btn.png') no-repeat 0 3px;
}
.checkout-content-top input[type=radio]:checked + label {
	background-position:0px -26px;
}
.checkout-content-top input[type=checkbox] + label {
	background:url('../images/icons/checkbox_btn.png') no-repeat 0 3px;
}
.checkout-content-top input[type=checkbox]:checked + label {
	background-position:0 -26px;
}
.checkout-content-top label {
	display: inline;
	cursor: pointer;
	float:left;
	margin:8px 12px 0 0;*/
	/*padding-top:10px;*/
	/*padding-left:20px;
}  /*
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
	vertical-align: top;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}

table.radio input[type=radio],
table.radio input[type=checkbox] {
	margin:14px 3px 0 0;
	display: none;
}

table.radio input[type=radio] + label {
	background:url('../images/icons/radio_btn.png') no-repeat 0 3px;
}
table.radio input[type=radio]:checked + label {
	background-position: 0px -26px;
}
table.radio input[type=checkbox] + label {
	background:url('../images/icons/checkbox_btn.png') no-repeat 0 3px;
}
table.radio input[type=checkbox]:checked + label {
	background-position:0 -26px;
}*/
table.radio label {
	/*display: inline;*/
	cursor: pointer;
	float:left;
	margin:8px 12px 0 0;
	/*padding-top:10px;*/
	padding-left:20px;
} 


/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	div.checkout_option div.not_register {
		display: block;
		width:97%;
		padding:18px 11px;
		border-bottom:1px solid #e0e0e0;
	}

	div.checkout_option form {
		display: block;
		width:100%;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	div.checkout_option div.not_register {
		display: block;
		width:94%;
		padding:18px 12px;
		border-bottom:1px solid #e0e0e0;
	}

	div.checkout_option form {
		display: block;
		width:100%;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	div.checkout_option div.not_register {
		display: block;
		width:92%;
		padding:18px 11px;
		border-bottom:1px solid #e0e0e0;
	}

	div.checkout_option form {
		display: block;
		width:98%;
	}
}