h1{
	border-bottom:1px solid #637563;
	font-size:18px;
	margin-top:0;
	padding:10px 0 10px 20px;
}

.content{
	font-size:13px;
	line-height: 17px;
}
.prodwrapper{
	margin: 10px 0 20px 0;
	padding-bottom: 5px;
	border-bottom:1px dotted #FF0000;
}
.prodwrapper h2{
	font-size:13px;
	margin:0px;
	padding-left: 20px;
	background-image: url('../img/arrow.gif');
	background-position: left center;
	background-repeat: no-repeat;
	
}
.prod_img img{
	border: 1px solid #FF9900;
	padding:3px;
	
}
.prod_img{
	width: 147px;
	padding:10px;
	padding-top: 15px;
	
}
.prodcontent{
	line-height: 16px;
	font-size: 11px;
}

.gallery-div{
	border:1px solid #CCCCCC;
	float:left;
	margin:10px 11px 10px 27px;
	padding:8px;
	text-align:center;
}

.ordbutton{
	float: left;
	margin: 0 15px;
	display: block;
	text-align: center;
	padding: 5px;
	width: 150px;
	-moz-border-radius: 6px;
	background-color: #fff;
	border:1px solid #ccc;
	color:#555555;
	font-weight:bold;
	font-size: 12px;
}

.ordbutton:hover{
	background-color: #FFE4D3;
	background-color: #efefef;
	text-decoration: none;
}
.smallordbutton{
	margin: 5px 15px;
	display: block;
	text-align: center;
	padding: 3px;
	width: 100px;
	-moz-border-radius: 6px;
	background-color: #fff;
	border:1px solid #ccc;
	color:#555555;
	font-weight:bold;
	font-size: 10px;
}

.smallordbutton:hover{
	background-color: #FFE4D3;
	background-color: #efefef;
	text-decoration: none;
}
.sendtable{
	margin-left: 10px;
}
.sendtable label{
	font-size: 10px;
	padding-bottom: 3px;
}
.sendtable input, .sendtable textarea{
	margin-left: 20px;
	width: 400px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	color:#333333;
	padding:2px 0 2px 5px;
}
.sendtable textarea{
	height: 70px;
}
.formerr{
	color: #f00;
	font-size:10px;
	font-weight: bold;
	padding-left: 20px;
}

.pages{
	text-align: center;
}
.pages a {
	font-weight: bold;
	color: #2F4F4F;
	
}
.currentpage {
	color: #DC143C;
}

.border_right{
	border-right: 1px dotted #666; 
}

.border_bottom{
	border-bottom: 1px dotted #666; 
}

.img_border{
	border: 1px solid #FF9900;
	padding:3px;
}
