/* 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 FIELDSET------------*/
#stock{
	/*margin-top: 65px;
	margin-left:40px;
	margin-right:40px;*/
	list-style:none;
	overflow: auto;
	height:500px;
	/*text-indent:30px;*/
	display:block;
	width:355px;
	padding-right: 0px;
}
#stock li{
	border-bottom: 1px solid #ff8700;
	font-size:1.3em;
	border-right:none;
	padding:1px;
	clear:both;
}
.prod{
	color:#ff8700;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:2px;
	margin-top:2px;
}/**/
.qnt{
	font-weight:bold;
	display:block;
	width:155px;
	/*background-color:#AAFFFF;*/
}
.qnt span{
	font-weight:normal;
	font-style:italic;
}
.qntR{
	width:165px;
	float:right;/**/
	display:inline-block;
	/*background-color:#A0A0A4;*/
	text-align:right;
	margin-top:-20px;
}
.qntR label{
	font-size:1em;
	font-weight:normal;
	font-style:italic;
	display:inline;
}
.qntR input{
	width:50px;
	margin-left:3px;
	margin-right:3px;
	/*margin-bottom:3px;
	float:right;
	margin-right:5px;*/
	display:inline;
}
.descrip{
margin-bottom:2px;
}
/*-----------DETAILS FIELDSET-------------*/
#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;
}
#subBtn{
	background-color:#ff8700;
	font-size: 1.6em;
	font-weight:bold;
	color:white;
	width:10em;
	float:right;
	margin-top:10px;
}
