@charset "utf-8";

a.button:link {
	color: #666600;
	margin-right: 2px;
	padding-right: 10px; /* sliding doors padding */
	text-decoration: none;
	background-image: url(images/btn_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	float: left;
	margin-left: 2px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 26px;
	background-color: transparent;
}
.footer {
	color: #FFFFFF;
}
.footer p {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
.footer a {
	color: #FFFFFF;
}


a.button span {
	display: block;
	line-height: 26px;
	background-image: url(images/btn_left.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 6px;
} 

a.button:visited {
	color: #666600;
	margin-right: 2px;
	padding-right: 10px; /* sliding doors padding */
	text-decoration: none;
	background-image: url(images/btn_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	float: left;
	margin-left: 2px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 26px;
	background-color: transparent;
}
a.button:hover {
	color: #663300;
	font-weight: bold;
	}
.mainmenu a:link {
	color: #666600;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	margin-right: 5px;
	margin-left: 5px;
	}
.mainback {
	background-image: url(images/main_back.jpg);
	background-repeat: repeat-y;
}

.mainmenu a:visited {
	color: #666600;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	margin-right: 5px;
	margin-left: 5px;
	}
.mainmenu a:hover {
	color: #663300;
	text-decoration: underline;
	}
	
.productlist{
	width: 890px;/*	border: solid 1px red;*/
}
	
.productlist .clr 
{
	clear:both;
	font-size:1px;
	line-height:1px;
	float: none;
}
.productlist ul {
	margin: 0;
	padding: 0;
	}
.productlist ul li {
	display:block;
	float:left;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0;
	margin-bottom: 10px;
	width: 265px;
	text-align:center;
	height: 225px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #996600;
	border-bottom-color: #996600;
	padding: 9px;
}
.productlist ul li p {
	margin-right: 15px;
	margin-left: 15px;
	}

.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
}

