* {
	margin: 0;
	padding: 0;
}
body,td,th,div,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

body {
	background-color:#fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
h1 {color: #669600; 
font-size:14px;  
text-decoration:underline; 
padding-top: 4px;
padding-bottom: 2px;
}

h2 {color: #5d5d5d; 
font-size:11px;  
padding-top: 2px;
padding-bottom: 2px;
font-family: Arial, Tahoma;
}
img {
	border:#c8c8c7 0px solid;
}

a:link {
	color: #5d5d5d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5d5d5d;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #333;
}
.inputRequirement {
	color:red;
	font-size:25px;
}
.contents {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='bege.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.contents[class] {
  background-image:url(bege.png);
}
.all_products {
	text-align:center;
	padding:0px;
}
.product_listing {
	float:left;
	width:192px;
	height:138px;
	margin:2px;
	padding:1px;
	border:#c8c8c7 1px solid;
	background-image:url(../images/bgu.jpg);
}
.product_listing img {
	width:120px;
	height:83px;
	border: 0px;
	padding-bottom: 7px;
  padding-top: 8px;
}

.buttonshop {
	padding:2px;
	background:none;
	border:#900 1px solid;
	color:#900;
	font-size:9px;
	margin-left:20px;
}

