/* My Css 400
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body { font-family: "Arial"; /*background-color: #b0c4de;*/ }

h1 { font-size: 32px; color: #0066CC; font-weight: bold; }
h2 { font-size: 24px; color: #0000ff; font-style: italic; font-weight: bold; }
h3 { display: inline; font-family: "Times"; font-size: 18px; color: #ff0000; margin: 0px; }
h3.capital { font-size: 26px; color: #ff0000;}

.mainBox { width: 100%; text-align: center; margin:auto; /*border: 1px solid red;*/}
.mainBoxImage { width: 33%; /*border: 1px solid #0000FF;*/ float: left;}

.mainBoxSub { width: 65%; /*border: 1px solid #7B68EE;*/ float: right;}
.mainBoxCode { width: 8%; /*border: 1px solid #696969;*/ float: left;}
.mainBoxDescr { width: 90%; /*border: 1px solid #228B22;*/ float: left;}
.mainBoxPrice { width: 90%; /*border: 1px solid #FFA07A;*/ float: right; padding-top: 5px; margin: 10px 0px 3px 0px; border-top: 1.5px solid #C9C9C9;}

.mainBoxPriceLeft { width: 32%; height: 33%; /*border: 1px solid #FFA07A;*/ float: left;}
.mainBoxPriceCenter { width: 32%; height: 33%; /*border: 1px solid #FFA07A;*/ float: left;}
.mainBoxPriceRight { width: 32%; height: 33%; /*border: 1px solid #FFA07A;*/ float: left;}

.formBox { width: 400px; text-align: center; margin:auto; }
p.formFieldNames { font-size: 16px; font-style: italic; font-weight: bold; text-align: left; margin: 10px 0px 5px 0px;}
.formField { width: 96%; height: 25px; text-align: left; margin: 0px 0px 20px 0px; }
.formFieldShortBox { width: 96%; text-align: left; margin: auto; }
.formFieldShort { width: 60%; height: 25px; margin: 0px 0px 20px 0px; }
.formSubmit { width: 49%; float: left; text-align: left; margin: 22px 0px 35px 0px;}
.submitBtn { background: #D8D8D8; border: 1px solid #6E6E6E; width: 100px; height: 40px; font-size: 14px; font-weight: bold; }

p.quant { font-style: italic; font-size: 12px; margin: 0px;}
p.priceLeft { font-weight: bold; font-size: 20px; color: #FF0066; margin: 5px 0px 3px 0px;}
p.priceCenter { font-weight: bold; font-size: 20px; color: #669900; margin: 5px 0px 3px 0px;}
p.priceRight { font-weight: bold; font-size: 20px; color: #CC00FF; margin: 5px 0px 3px 0px;}

p.descrMain { font-weight: bold; font-style: italic; font-size: 17px; margin: 5px 0px 0px 0px;}
p.descrSub { font-style: italic; font-size: 14px; margin: 4px 0px 0px 0px;}
p.itemOff { font-weight: bold; font-size: 16px; color: #FF0000; margin: 4px 0px 0px 0px; padding: 5px; background-color: #FFFF83;}

p.codeNumber { font-weight: bold; font-size: 17px; margin: 8px 0px 0px 0px; color: #A0A0A0;}

p.boxHeadSample { width: 33%; font-style: italic; font-size: 14px; /*border: 1px solid #02AFFF;*/ float: left; margin: 0px 0px 5px 0px;}
p.boxHeadCode { width: 7%; font-style: italic; font-size: 13px; letter-spacing: -1px; /*border: 1px solid #02AFFF;*/ float: left; margin: 0px 0px 5px 0px;}
p.boxHeadDescr { width: 60%; font-style: italic; font-size: 14px; /*border: 1px solid #02AFFF;*/ float: left; margin: 0px 0px 5px 0px;}

p.boxHeadPriceReal { width: 0%; font-style: italic; font-size: 0px; margin: 0px; }
.boxHeadPriceRealMed { width: 90%; font-weight: bold; font-style: italic; font-size: 13px; color: #62747C; margin: 0px 0px 5px 0px; padding-bottom: 5px; border-bottom: 1px solid #E5E5E5;}

p.subOne { font-size: 18px; color: #0000ff; font-style: italic; font-weight: bold; padding: 0px; margin: 0px;}
p.subTwo { font-size: 22px; color: #0066CC; font-style: italic; font-weight: bold; padding: 0px; margin: 5px 0px 5px 0px;}
p.subThree { font-size: 17px; font-weight: bold; padding: 0px; margin: 20px 0px 10px 0px;}
p.subFour { font-size: 14.5px; padding: 0px; margin: 0px 0px 25px 0px;}


hr.styleDivider { border-top: 1px dotted #8c8b8b; width: 95%; margin-bottom: 30px; }
hr.headDivider { border-top: 1px dotted #6C6C6C; width: 95%; margin: 5px 0px 15px 0px; }
hr.codeDivider { border-width: 2px; border-top: 0.5px #C1C1C1; width: 92%;}

.contact { font-size: 18px; color: #0066CC; font-weight: bold; margin: 35px 0px 15px 0px;}
.fb { font-size: 22px; color: #0066CC; font-style: italic; float: left; margin: 7px 0px 16px 25px;}

.clear { clear: both; }