@charset "utf-8";
/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, tt, var,
center,div,
dl, dt, dd, ol, ul, li,
fieldset, form, input, select, textarea, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: top;
}

div, input[type=text], input[type=number], select, textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}

table {
    border-spacing:0;
    border-collapse: collapse;
}

textarea {
    resize:none;
}

/* CURRENT reset */

html {
    font-family: "Roboto Condensed";
    font-size:14px;
    color:#232323;
}

body {
    background:#eee;
}

input[type=checkbox], input[type=radio] {
    line-height:29px;
    vertical-align: middle;
}

input[type=text], select, textarea {
    border:1px solid gray;
    border-radius:3px;
    padding:3px 10px;
    font-size:16px;
}

textarea {
    width:300px;
    height:200px;
}

input[type=text], select {
    height:29px;    
}

input[type=text].long {
    width:300px;    
}

input[type=text].middle {
    width:200px;
}

input[type=text].tel {
    width:150px;
}

input[type=text].money {
    width:80px;
}

input[type=text].num {
    width:60px;
    text-align:center;
}

/* PROPERTIES */
.white {color:white !important;}
.red {color:red !important;}
.WHITEBG {background:white !important;}

.bold {font-weight:bold}
.PL5 {
    padding-left: 5px !important; 
}
/* SITE */
#SITE {
    width:980px;
    margin:20px auto;
    background:white url('/images/b2b_sitebg.png') right bottom no-repeat;
    box-shadow: 0 0 15px gray;
    padding:60px 0;
}

.TITLE {
    text-align:center;
    font-weight:bold;
    font-size:24px;
    padding:20px 0 30px;
}

.bgray {
    background:#eee;
}

#CONTAINER {
    width:800px;
    margin:0 auto;
}

#MAINTABLE {
    width:100%;
}

#MAINTABLE td {
    vertical-align: middle;
    padding:10px 0;
    font-size:16px;
}


#MAINTABLE td.ORDERTITLE {
    text-align: left !important;
    font-weight: bold;
    font-size:24px;
    padding-top:30px;
}

#MAINTABLE tr td:first-child {
    vertical-align:top;
}

#ORDERTABLE {
    width:100%;
    font-size:12px;
}


#ORDERTABLE th,
#ORDERTABLE td {
    border:1px solid black;
    padding: 2px 6px;
    font-size:12px;
}

#ORDERTABLE th {
    border-top:2px solid black;
    text-align:center;
    font-weight:bold;
}

#ORDERTABLE th:first-child,
#ORDERTABLE td:first-child{border-left:2px solid black;}
#ORDERTABLE th:last-child,
#ORDERTABLE td:last-child{border-right:2px solid black;}


#ORDERTABLE tr:last-child td {
    border:0;
}

#ORDERTABLE tr:last-child td:nth-child(1){
    border-top:2px solid black;
}
#ORDERTABLE tr:last-child td:nth-child(2){
    border-top:2px solid black;
    border-right:2px solid black;
    text-align: right;
    font-weight:bold;
}

#ORDERTABLE tr:last-child td:nth-child(3){
    border:2px solid black;
    border-top:0;
    text-align:right;
}

.AUTOPARTROW td:nth-child(1),
.AUTOPARTROW td:nth-child(5) {
    text-align:center;
}

.AUTOPARTROW td:nth-child(4),
.AUTOPARTROW td:nth-child(6),
.AUTOPARTROW td:nth-child(7) {
    text-align:right;
}


/*PAY TABLE */
#PAYTABLE {
    width:40%;
    font-size:12px;
}


#PAYTABLE th,
#PAYTABLE td {
    border:1px solid black;
    padding: 2px 6px;
    font-size:12px;
}

#PAYTABLE th {
    border-top:2px solid black;
    text-align:center;
    font-weight:bold;
}

#PAYTABLE th:first-child,
#PAYTABLE td:first-child{border-left:2px solid black;}
#PAYTABLE th:last-child{border-right:2px solid black;}
#PAYTABLE td:last-child{border-right:2px solid black;text-align:right;}


#PAYTABLE tr:last-child td {
    border:0;
}

#PAYTABLE tr:last-child td:nth-child(1){
    border-top:2px solid black;
}
#PAYTABLE tr:last-child td:nth-child(2){
    border-top:2px solid black;
    border-right:2px solid black;
    text-align: right;
    font-weight:bold;
}

#PAYTABLE tr:last-child td:nth-child(3){
    border:2px solid black;
    border-top:0;
    text-align:right;
}





.ORANGEBUTTON {
    font-size: 20px;
    font-family: Helvetica;
    padding: 10px 20px;
    border: 1px solid gray;
    border-radius: 30px;
    box-shadow: 0 0 4px grey;
    background: orange;
    cursor: pointer;
    cursor: hand;
}

.ORANGEBUTTON:active {
    background:white;
    box-shadow: none;
}


#SENDBUTTON {
    margin-top:10px;
}

#DOPINFO {
    margin:20px 0 40px;
    text-align:justify !important;
}

.SERVICEINFO img {
    width:400px;
}

.service_helo {
    font-size:32px;
    font-weight: bold;
    text-align:center;
    margin:15px 5px;
}

.service_address {
    padding:0 5px;
}
.SERVICEINFO td {
    border:1px solid black;
}


#ORDERBLOCK {
    margin: 30px 0;
    text-align: center;
}

#ORDERBLOCK-label {
    position:absolute;
    top:20px;
    left:20px;
}

#ORDERBLOCK-rlabel {
    position:absolute;
    top:26px;
    left:362px;  
}

#ORDERBLOCK-money {
    position:absolute;
    top:22px;
    left:250px;
    width: 100px;
    text-align: center;
}

#ORDERBLOCK-SENDBUTTON {

}

#ORDERBLOCK-radios {
    position:absolute;
    top:20px;
    left:20px;
}

#pays_title {
    margin-top:20px;
    font-weight:bold;
    font-size: 16px;
}

.subtitle {
    font-size: 16px;
}