@charset "utf-8";

/* Copyright : Copyright©  2008 Vadims Zemlanojs  */

body {
    color: #464646;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    /*line-height: 12px;	*/
    margin: 0;
    padding: 0;
    text-align: center;
    background: #AAAAAA;
}

.orderform {
    margin:0px auto;/*Prevents placing empty line after/before form in the table for the Opera9 */
}

.orderselect{
    width: 20px;
}


.box {
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

}

.boxcontainer {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    width: 290px;

    clear: both;
    position:relative;
}

.boxtop {	   
    min-height: 26px;
    padding-top: 10px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 2px;
    background: url(images/box_top.gif) no-repeat left top scroll;
}

* html .boxtop  { height: 26px;}



.boxtopcontent {

    width:  260px;
    padding-left: 10px;
    padding-right: 10px;
}

.boxtopcontent a:link{
    color: #F0F0F0;
}
.boxtopcontent a:visited{
    color:silver;
}
.boxtopcontent a:hover{
    color: #FFFFFF;
}
.boxtopcontent a:active{
    color: #FFFFFF;
}


.boxtopnormal {
    min-height: 26px;
    padding-top: 10px;
    font-weight: bold;
    color: #408080;
    background: url(images/box_top_normal.gif) no-repeat left top scroll;
}
* html .boxtopnormal  { height: 26px;}




.boxmid {   	
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #797979;
    height: 120px;
    width:  280px;
    background: url(images/box_middle.gif) repeat-y left top scroll;
}


.boxmidcontent{

    height: 120px;
    width:  260px;
    color: #408080;
    overflow:auto;
    padding: 2px;

}

.boxmidcontent a:visited{
    color:navy;
}

.boxmidcontent a:link{
    color:blue;
}

.boxmidcontent a:hover{
    color:blue;
}
.boxmidcontent a:active{
    color:blue;
}

.boxmidcontenthead{
    color:olive;
}


.boxbottom {
    height: 15px;
    background: url(images/box_bottom.gif) no-repeat left top scroll;
}

.tblno {
    color: #408080;
}



.clear {
    clear: both;
}
.greentext {
    color: #408080
}
.whitetext {
    color: #fff;
}

.er5 { color:#ff0000;  font-size: 140%;  font-family:"Times New Roman", Times, serif;}
.er4 { color:#ff0000;  font-size: 120%; font-family:"Times New Roman", Times, serif;}
.er3 { color:#ff0000;  font-family:"Times New Roman", Times, serif;}
.er2 { color:#ff0000;  font-size: 80%; font-family:"Times New Roman", Times, serif;}
.er1 { color:#ff0000;  font-size: 60%; font-family:"Times New Roman", Times, serif;}

.nt5 { color:#000000; font-size: 140%;  font-family:"Times New Roman", Times, serif;}
.nt4 { color:#000000;  font-size: 120%; font-family:"Times New Roman", Times, serif;}
.nt3 { color:#000000;  font-family:"Times New Roman", Times, serif;}
.nt2 { color:#000000;  font-size: 80%; font-family:"Times New Roman", Times, serif;}
.nt1 { color:#000000;  font-size: 60%; font-family:"Times New Roman", Times, serif;}


.bt6 { color:#000000; font-size: 18px; font-family: Verdana, Arial, Tahoma, "Sans Serif";}
.bt5 { color:#000000; font-size: 16px; font-family: Verdana, Arial, Tahoma, "Sans Serif";}
.bt4 { color:#000000; font-size: 14px; font-family: Verdana, Arial, Tahoma, "Sans Serif";}

.btn5 { color:#000000; font-size: 140%;  font-family:"Courier New", "Lucida Sans Typewriter", Courier;}
.btn4 { color:#000000;  font-size: 120%; font-family:"Courier New", "Lucida Sans Typewriter", Courier;}
.btn3 { color:#000000;  font-family:"Courier New", "Lucida Sans Typewriter", Courier;}
.btn2 { color:#000000;  font-size: 80%; font-family:"Courier New", "Lucida Sans Typewriter", Courier;}
.btn1 { color:#000000;  font-size: 60%; font-family:"Courier New", "Lucida Sans Typewriter", Courier;}



.b {font:bold;}
.it {font-style:italic;}
.big { font-size: 140%;}
.large { font-size: 120%;}
.medium { font-size: 80%;}
.small { font-size: 60%;}

.inp {
    border-width:1px;
    border-style: solid;
    border-color:gray;
    /*border-style:  inset;
    border-style:dotted;
    border-style: outset;*/   
}

.sel {  
    margin: 0px;
    border-width:1px;
   
}

#orderstbl  {
    border-collapse:collapse;
    border-color:gray;
}

#itemstbl  {
    border-collapse:collapse;
    border-color:gray;
}

#orderstbl td {
    border-collapse:collapse;
    border-color:gray;
}
#itemstbl td  {
    border-collapse:collapse;
    border-color:gray;
    
}








	






