* {
	padding: 0;
	margin: 0;
	font-size: 12px;
}

html,body {
	width: 100%;
	height: auto !important;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
}

img {
	border: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li {
	display: block;
	margin: 0px;
	padding: 0px;
}

a:link {
	text-decoration: none;
	cursor: pointer;
	color: #3d5c0d;
}

a:visited {
	text-decoration: none;
	cursor: pointer;
	color: #000;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
	color: #ff9900;
}

a:active {
	text-decoration: none;
	cursor: pointer;
	color: #4A8EBC;
}

a:focus {
	text-decoration: none;
	cursor: pointer;
	color: #3d5c0d;
	outline: none;
}

h1 {
	font-size: 12px;
}

h2 {
	font-size: 12px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 12px;
}

h2 a:link,h2 a:visited,h2 a:hover,h2 a:active {
	font-size: 14px;
	text-decoration: none;
	color: red;
}

div {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
}

span {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
}

p {
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
}

.clear {
	clear: both;
	display: block;
}

.selectedMenu {
	MARGIN-TOP: 3px; 
	background-image: url(../images/mainmenu1.jpg);
	background-repeat:no-repeat;
	width:112px; 
	HEIGHT: 29px;
	color:#fff;	
	padding-right:3px;
}

.unselectedMenu {
	MARGIN-TOP: 3px; 
	background-image: url(../images/mainmenu3.jpg);
	background-repeat:no-repeat;
	width:112px; 
	HEIGHT: 29px;
	color:#808080;	
	padding-right:3px;
}

.mouseoverMenu {
	MARGIN-TOP: 3px; 
	background-image: url(../images/mainmenu2.jpg);
	background-repeat:no-repeat;
	width:112px; 
	HEIGHT: 29px;
	color:#808080;	
	padding-right:3px;
}
.searchArea{
	background:url(../images/background_middle.jpg) repeat-x left bottom;
	HEIGHT:30px;
}
.search_ul{
	clear:both;
	height:22px;
	margin-top:6px;
}

.search_ul .p{
	width:62px;
	height:22px;
	background:url(../images/search_button.jpg);
	border:0px;
	font-weight:bold;
	text-align:center;
	color:#A10D0D;
	cursor:pointer;
}

.left-title{
	TEXT-ALIGN: center; 
	WIDTH: 200px; 
	vertical-align:middle;
	FONT: bold 16px/22px Arial; 
	BACKGROUNd: url(../images/right_title.jpg) no-repeat; 
	HEIGHT: 27px; 
	COLOR: #fff;
	border:red 0px solid;
}

.productDiv {
	float:left;
	width:210px;
	padding-left:20px;
	padding-right:20px;
	padding-top:6px;
	padding-bottom:10px;
	margin-right:10px;
	border-bottom :1px dashed  #e4e4e4;
	border-right:1px dotted #e4e4e4;
}

.productDiv .productTitle {
	height:10px;
	margin-top:3px;
	text-align:center;
}

.productDiv .productPrice {
	height:10px;
	margin-top:3px;
	text-align:center;
	padding:3px 0px;
}
.productDiv .addToCart {
	height:10px;
	margin-top:3px;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
}

.text {
	border: 1px #BBBBBB solid;
	background-color:transparent;
	height:20px;
	color:#0f2a43;
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	vertical-align: middle;
}

.button {
	border:1px solid #94b922;
	background:#fff;
	width:60px;text-align:center;
	height:20px;
	cursor:pointer;
}

.pageMouseOver {
	border:1px solid #3d5c0d;
	width:20px;
	background:#94b922;
	height:20px;
	margin-right:5px;
	cursor:pointer;
	text-align:center;
}

.pageMouseOut {
	border:1px solid #94b922;
	width:20px;
	background:#fff;
	height:20px;
	margin-right:5px;
	cursor:pointer;
	text-align:center;
}

.pageSelect {
	border:1px solid #94b922;
	width:20px;
	background:#C7C9C9;
	height:20px;
	margin-right:5px;
	cursor:pointer;
	text-align:center;
}
