.shopcontainer-grey {
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
	behavior:url(../border-radius.htc);
	margin: 5px;
	padding: 5px;
	border: 2px solid #000;
	width: 700px;
	background-color: #BCBCBC;
}
.shopcontainer-white {
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
	behavior:url(../border-radius.htc);
	margin: 5px;
	padding: 5px;
	border: 2px solid #000;
	background-color: #FFFFFF;
}
.shopcontainer-green {
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
	behavior:url(../border-radius.htc);
	margin: 5px;
	padding: 5px;
	border: 2px solid #000;
	background-color: #99FF99;
	vertical-align: top;
}

.curved {
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
	behavior:url(../border-radius.htc);
	margin: 5px;
	padding: 5px;
	border: 2px solid #000;
	<?php echo $bgcol3 ; ?>;
 }
 
 .LNitemDiv {
  -moz-border-radius:10px;
 -webkit-border-radius:10px;
	behavior:url(../border-radius.htc);
	clear: both;
	float: left;
	border: thin solid <?php echo $bgcol3 ; ?>;
	width: 100%;
	position: relative;
	padding-top: 5px;
	background-color: #FFFFFF;
	
}
 .imgboarder {
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 behavior:url(../border-radius.htc);
 margin: 3px;
 padding: 2px;
 border: 2px solid #000;
}

.faqlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}


/*This is how the faq <ul> tag will look before mouse over*/
.faq_list_ul {
	text-align: left;
	display: block;
	font-size: 90%;
	text-decoration: none;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: disc;
	font-weight: bold;
	line-height: 130%;
	padding: 0px;
	margin: 5px;
}
/*This is how the faq <ul> will look with mouse over*/
.faq_list_ul:hover 
{
	text-align: left;
	display: block;
	font-size: 90%;
	text-decoration: none;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: disc;
	font-weight: bold;
	line-height: 150%;
	padding: 0px;
	margin: 5px;
	background-color: <?php echo $bgcol4 ; ?>;
}
/*This is how the sub menu title will look before mouse over*/
.faq_sub {
	font-size: 80%;
	font-weight: bold;
	line-height: 50%;
	background-color: <?php echo $bgcol4 ; ?>; 
}
/*This is how the individual questions will look with mouse over*/
.faq_atag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
}
.faq_atag:hover
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #000080;
	background-color: <?php echo $bgcol4 ; ?>;
	text-decoration: underline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;
	background-image: url(../../images/bricks.jpg);
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 130%;
	font-style: normal;
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 80%;
}
p {
	font-size: 80%;
}
hr {
	color: #150002;
	background-position: left;
	width: 50%;
	
}
a {
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration: none;	
	background-color: <?php echo $bgcol4 ; ?>;
}
.style2 {
	font-size: 12pt
}
.curved1 { 
	-moz-border-radius:10px;
 	-webkit-border-radius:10px;
	behavior:url(../border-radius.htc);
	margin: 5px;
	padding: 5px;
	border: 2px solid #000;
	background-color: <?php echo $bgcol3 ; ?>;
}


/*not sure if below is ever used  */

rapido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #000000;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	vertical-align: top;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
a {
	text-decoration: none;
}
body {
	background-image: url(images/bricks.jpg);
	

}
.menudiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
	}

.flyout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.box {
	text-align: center;
	padding: 5px;
	float: left;
	clear:right;
}
.boxcontainer {
	position:relative;
	z-index:1;
	float:left; 
	margin:5; 
	height:120; 
	width:100%;  
	z-index:1; 
	background-color: <?php echo $bgcol ;?>; 
	layer-background-color: <?php echo $bgcol ; ?>; 
	visibility: visible; 
	overflow: visible;
}

