.simplecheckout {
    overflow:hidden;
    width:100%;
}
.simplecheckout-left-column {
    float:left;
    width:50%;
    margin-right:10px;
}
.simplecheckout-right-column {
    float:right;
    width:48%;
}
.simplecheckout-block {
    margin-bottom: 20px;
    clear: both;
}
.simplecheckout-block-heading {
    overflow:hidden;
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #DBDEE1;
    color: #555555;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 8px;
}
.simplecheckout-block-heading-button {
    float:right;
}
.simplecheckout-block-heading-button a {
    display:inline-block;
}
.simplecheckout-block-content {
    overflow:hidden;
    border: 1px dashed #CFDFEA;
    padding: 10px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.simplecheckout-block-content:hover {
   border: 1px dashed #636E75;
}
.simpleregister-block-content {
    overflow:hidden;
    margin-bottom: 10px;
    border: 1px dashed #CFDFEA;
    padding: 10px;
    width: 50%;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.simpleregister-block-content:hover {
	border: 1px dashed #636E75;
}
.simplecheckout-methods-table {
    width: 100%;
}
.simplecheckout-methods-table td.code {
    width: 1px;
}
.simplecheckout-methods-table td.title {
    
}
.simplecheckout-methods-table td.quote {
    text-align: right;
    width: 10%;
}
.simplecheckout-required {
    color: #FF0000;
    font-weight: bold;
}
.simplecheckout-button-block {
    background: none repeat scroll 0 0 #FFFFFF;
    /*border: 1px solid #EEEEEE;*/
    margin-bottom: 20px;
    overflow: auto;
    padding: 6px;
    text-align:right;
    /*clear:both;*/
	float: right;
}
.simplecheckout-button-block-reg {width:50%;}
/*
.simplecheckout-button {
    display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
    cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: url('../image/button.png') top left repeat-x;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
}
.simplecheckout-button:hover {
   background: url('../image/button-active.png') repeat-x;
}
*/
#simplecheckout_customer .simplecheckout-block-content {
    text-align: center;
}
.simplecheckout-login {
    display: inline-block;
}
.simplecheckout-login-left {
    width:50%;
    text-align: left;
}
.simplecheckout-login-right {
    width:50%;
    text-align:left;
}
.simplecheckout-customer-block {
    overflow: hidden;
    padding: 5px;
}
.simplecheckout-company-header {
    font-weight:bold;
    margin-bottom: 10px;
    display: block;
    text-align: left;
}
.simplecheckout-customer {
    width: 100%;
    float: left;
}
.simplecheckout-customer-first {
    width: 49%;
    margin-right: 30px;
}
.simplecheckout-customer-second {
    width: 46%;
}
.simplecheckout-customer-left {
    width: 50%;
    text-align: left;
    padding-right: 10px;
}
.simplecheckout-customer-right {
    width: 50%;
    text-align: left;
}
.simplecheckout-customer-right input[type=text],.simplecheckout-customer-right input[type=password],.simplecheckout-customer-right textarea,.simplecheckout-customer-right select {
    width: 100%;
}
.simplecheckout-customer-type-select {
    text-align: left;
    margin-bottom: 10px;
}
.simplecheckout-customer-address {
    text-align: left;
    margin-bottom: 10px;
}
.simplecheckout-cart {
    width: 100%;
}
.simplecheckout-cart {
    border-collapse: collapse;
    border: 1px solid #DDDDDD;
    margin-bottom: 20px;
    width: 100%;
}
.simplecheckout-cart col.image {
    width: 5%;
}
.simplecheckout-cart col.name {

}
.simplecheckout-cart col.model {
    width: 10%;
}
.simplecheckout-cart col.quantity {
    width: 10%;
}
.simplecheckout-cart col.price {
    width: 10%;
}
.simplecheckout-cart col.total {
    width: 10%;
}
.simplecheckout-cart col.remove {
    width: 1px;
}
.simplecheckout-cart th {
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
    color: #4D4D4D;
    font-weight: bold;
    padding: 7px;
}
.simplecheckout-cart th.image {
    text-align: center;
}
.simplecheckout-cart th.name {
    text-align: left;
}
.simplecheckout-cart th.model {
    text-align: left;
}
.simplecheckout-cart th.quantity {
    text-align: right;
}
.simplecheckout-cart th.price {
    text-align: right;
}
.simplecheckout-cart th.total {
    text-align: right;
}
.simplecheckout-cart th.remove {
    text-align: center;
    width: 1px;
}
.simplecheckout-cart td {
    border-top: 1px dashed #CFDFEA;;
    vertical-align: top;
    padding: 7px;
}
.simplecheckout-cart td.image {
    text-align: center;
}
.simplecheckout-cart td.name {
    text-align: left;
}
.simplecheckout-cart td.model {
    text-align: left;
}
.simplecheckout-cart td.quantity {
    text-align: right;
}
.simplecheckout-cart td.price {
    text-align: right;
}
.simplecheckout-cart td.total {
    text-align: right;
}
.simplecheckout-cart td.remove {
    text-align: center;
    width: 1px;
}
.simplecheckout-cart span.product-warning {
    color: #FF0000;
    font-weight: bold;
}
.simplecheckout-cart td.right {
    text-align: right;
    vertical-align: middle;
}
.simplecheckout-scroll{
    max-height:300px;
    overflow-y:scroll;
}
.simplecheckout-error-text {
    color: #FF0000;
}
.simplecheckout-warning-text {
    font-weight: bold;
    margin: 5px 0;
}
.simplecheckout-warning-block {
    text-align: left;
    color: #555555;
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
    background: url("../image/warning.png") no-repeat scroll 10px center #FFD1D1;
    border: 1px solid #F8ACAC;
    border-radius: 5px 5px 5px 5px;
}