/* CSS Document */
#content h2{
background-image: url("../img/secTitle_bg.png");
background-repeat: no-repeat;
background-position: 5px 4px;
font-size: 1.4em;
padding-left: 50px;
padding-right: 50px;
margin-bottom:35px;
}
#content{
  background-image: url("../img/content_bg.jpg");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  height: 637px;/**/
}
#stock{
/*margin-top: 65px;
margin-left:40px;
margin-right:40px;*/
overflow: auto;
height:500px;
/*text-indent:30px;*/
display:block;
width:350px;
padding-right: 5px;
}
th{
color:#ff8700;
font-size:1.4em;
}
tr{
border-collapse:collapse;
}
.qntR input{
width:50px;
float:right;
margin-right:25px;
display:inline;
}
.prod{
width:150px;
font-weight:bold;
}
td{
border-bottom: 1px solid #ff8700;
font-size:1.3em;
border-right:none;
padding:1px;
}
#details{
float:right;
margin-top:-520px;
margin-right:15px;
padding:3px;
}
*html #details{
width:300px;
margin-right:5px;
}
*+html #details{
width:300px;
margin-right:5px;
}
legend{
font-size:1.4em;
}
#stock{
margin-left:25px;
}
label{
display: block;
width: 300px;
font-size:1.6em;
padding-bottom: 0px;
padding-top:4px;
}
form input{
color:black;
width: 300px;
font-size:1.3 em;
/*height:25px;*/
}
form fieldset textarea{
width:300px;
font-family: arial;
color: black;
font-size:1.3 em;
}
#submitBtn{
background-color:#ff8700;
font-size: 1.6em;
font-weight:bold;
color:white;
width:10em;
float:right;
margin-top:10px;
}
