/*
#webstore h1 { 
	color: #000000;
	font-size: 18px;
	font-family: Arial, Verdana, Geneva, Swiss, SunSans-Regular ; 
	background-color:#FFFFFF;
}
*/

#webstore h2 { 
	color: #000000; 
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Verdana, Geneva, Swiss, SunSans-Regular ;
	margin-top: 10px;
	margin-bottom: 6px;
	}

#webstore h3 { 
	color: #000000; 
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	margin: 0;
}
#webstore h4 { 
	color: #000000; 
	font-size: 12px;
	font-weight: normal;
	font-style:italic;
	letter-spacing:1px;
	font-family: Arial, Verdana, Geneva, Swiss, SunSans-Regular ;
	margin:0;
}
#webstore p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
}
#webstore a img{
	border-style:none;
}

.hidden{
	display:none;
	color:#fff;
}

/*********** FORMS **************/

form.fullpage{
	width: 550px;
	margin-left:20px;
}
form.fullpage input, form.fullpage textarea {
	background:#FFFFCC;
	border: thin solid #000000;
}
form.fullpage input:focus, select:focus, checkbox:focus, textarea:focus {
	color: #000;
	background:#FFF;
}
form.fullpage label {
	display: block;
	float: left;
	width: 140px;
	font-weight:bold;
	text-align:right;
	padding-right:5px;
	clear:left;
}
form.fullpage label.inline {
	display: inline;
	float:none;
	padding-right:0;
	clear: none;
	width:auto;
	vertical-align:top;
	margin-left:5px;
}
form.fullpage em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	padding-right:2px;
}
form.fullpage div {
	margin-top: 3px;
}
form.fullpage fieldset {
	padding: 10px;
	border: 1px solid #999999;
	margin-top:5px;
}
form.fullpage fieldset fieldset {
	padding: 5px;
	border: 1px solid #FF9900;
	width:auto;
}
form.fullpage legend {
	font-weight:bold;
	padding: 0 2px;
}
form.fullpage li{
	list-style: none;
	padding: 2px;
	margin:2px 0;
}
ol, li{
	margin:0;
	padding:0;
}
form.fullpage input#submit{
	background-color:#FF6600;
	border: thin solid #000;
}
form.fullpage input#submit:hover{
	color:#FFC;
	background-color:#FFFFCC;
	border:outset medium solid;
}
form.fullpage input.outer, p.outer{
	margin-left:180px;
	margin-top: 5px;
}

.button {
	background: #CCCCCC;
}

/*******Webstore Tables ****/

#webstore table.results{
	margin-left:20px;
	margin-top:12px;
}
#webstore table.results th{
	text-align:left;
}

#webstore table.results th.labelleft{
	text-align:right;
	padding-right:10px;
	font-size:0.8em;
}
#webstore table.results caption{
	font-size:14px;
	font-style:italic;
	text-align:left;
	margin:12px 0 0 30px;
}

/**** CART styles  ****/

#webstore table#cart{
	border-collapse:collapse;
	border:medium solid #999;
	width:95%;
}
#webstore table#cart tr{
	border:thin solid #999999;
}
#webstore table#cart th, #webstore table#cart td{
	padding:2px;
}
#webstore table#cart th.price, #webstore table#cart td.price{
	text-align:right;
}
#webstore table#cart th.qty, #webstore table#cart td.qty{
	text-align:center;
}
#webstore table#cart thead{
	font-size:smaller;
	border-bottom:medium solid #999;
}


/****** PRODUCTS LIST styles **/

#webstore #products_list {
}
#webstore #products_list form.productLine{
	float:left;
	width:100%;
}
#webstore #products_list img {
	margin:5px;
	float:left;
}
#webstore #products_list div.description{
	width:250px;
	vertical-align:top;
	display:inline;
	margin:5px;
	float:left;
}

#webstore #products_list div.price{
	width:70px;
	display:inline;
	margin-top: 5px;
	margin-left:5px;
	float:left;
}
#webstore #products_list div.qty{
	width:25px;
	display:inline;
	margin-top: 5px;
	margin-left:5px;
	float:left;
}
#webstore form.productLine input.buttonSubmit{
	margin-top:5px;
	margin-right:5px;
	float:right;
}
#webstore form.productLine hr{
	clear:both;
}
* html #webstore #products_list a{
height:1px;
}

/* special description class for header of product list */
#webstore #products_list h4 div.description{
	width:250px;
	margin-left:90px;
	vertical-align:top;
	display:inline;
}



/***** styles for ERROR REPORTING  ******/
.error
{
	font-family: "Courier New", Courier, mono;
	font-size: small;
	color: #990000;
}
li.error {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	color: #990000;
	margin-left: 20px;
	padding-left: 0px;
	list-style-type:circle;
}
.filledyellow
{
	background-color: #FFFF99;
	border: thin solid #996600;
	width: 75%;
	padding-left: 8px;
	margin-left: 20px;
	margin-top: 10px;
}
.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF6600;
	color : #FFF;
	font-weight: bold;
}
.codeErrorDisplay {
	font-family: "Courier New", Courier, monospace;
	color: #FFFF00;
}
.smaller {
	font-size: smaller;
}
