.simplecheckout {
    overflow:hidden;
    width:98%;
	padding:10px;
}
.simpleregister {
	background:url('../image/lukk.png') no-repeat;
	background-position:400px -90px;
}
.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 solid #EEEEEE;
    padding: 10px;
}
.simpleregister-block-content {
    overflow:hidden;
    margin-bottom: 10px;
    border: 0px solid #EEEEEE;
    padding: 10px;
    width: 50%;
}
.simplecheckout-methods-table {
    width: 100%;
}
.simplecheckout-methods-table tr {
	height:30px;
}
.simplecheckout-methods-table td.code {
    width: 1px;
}
.simplecheckout-methods-table td.title {
    
}
.simplecheckout-methods-table td.quote {
    text-align: right;
    width: 15%;
}
.simplecheckout-required {
    color: #FF0000;
    font-weight: bold;
}
.simplecheckout-button-block {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0px solid #EEEEEE;
    margin-bottom: 20px;
    overflow: auto;
    padding: 6px;
    text-align:right;
    clear:both;
}
.simplecheckout-button {
	color: #6e6e6e;
    font: bold 14px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 7px 12px;
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #dcdcdc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-right: 10px;
}
a.simplecheckout-button {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
	height: 18px;
}
input.simplecheckout-button {
	cursor: pointer;
	cursor: hand;
	height: 36px;
	padding: 0px 12px 0px 12px;
}
a.simplecheckout-button:hover, input.simplecheckout-button:hover {
	color: #333;
    border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
#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-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-top: 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 {
    
}
.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-bottom: 1px solid #DDDDDD;
    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;
    vertical-align:top;
    min-width:60px;
    max-width:60px;
}
.simplecheckout-cart td.quantity input[type=text] {
    padding:0;
    text-align:right;
    vertical-align:top;
}
.simplecheckout-cart td.quantity img {
    border: 0px;
    cursor:pointer;
    display:inline-block;
}
.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;
}
.simplecheckout-proceed-payment {
    text-align: center;
    font-weight: bold;
    padding: 10px;
}
#simple_payment_address_block {
    margin-top: 15px;
}
.simplecheckout-customer-same-address {
    text-align: left;
}