/* CSS Document */
body{
	margin:0;
	padding:0;
	padding-top:10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#main{
	margin-left:auto;
	margin-right:auto;
	width: 760px;
}
#header{
	height:105px;
	width:760px;
	display: block;
}
#header1{
	float:left;
	width:325px;
	height:105px;
}
#logo{
	border:0;
}
#headerfiller{
	float:left;
	width:415px;
	height:65px;
}
#header2{
	float:left;
	width:415px;
	height:35px;
	padding-top:5px;
	background-image: url(../images/header-mid.gif);
	background-repeat: repeat-x;
}
#header3{
	float: left;
	width:20px;
	height:40px;
}
#search{
	width:740px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:5px;
	margin-top:10px;
}
#content{
	width:750px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer{
	display:block;
	clear: both;
	width:760px;
}
.footer-end{
	float:left;
	height:42px;
}
#footer-mid{
	float:left;
	width:716px;
	height: 42px;
	background-image: url(../images/footer-mid.gif);
	background-repeat: repeat-x;
}
.prices{
	border: 1px solid silver;
}
.prices tr{
	border: 1px solid silver;
}
.prices th{
	padding: 3px;
	background-color: #e0e0e0;
}
.prices td{
	padding: 3px;
	background-color: #F0F0F0;
}
.prices .icon{
	text-align: center;
}
.prices .icon img{
	border:none;
}
.thumb{
	width: 170px;
	height: 170px;
	float: left;
	margin:5px;
	text-align:center;
}
.thumb img.prev{
	border:1px solid #ddd;
	padding: 10px;
}
.thumb p{
	margin-left: 9px;
}
.catlist{
	background-color: #f0f0f0;
	padding:10px;
}
.catlist a{
	margin:5px;
}
.float_fix{
	clear: both;
}
.listing{
	width:100%;
	border-collapse:collapse;
}
.listing th{
	background-color:#9fafb5;
	color:white;
}
.listing .odd td{
	background-color:#d8e8ed;
}
.listing td{
	padding:5px;
	line-height:20px;
}
.box{
	border:1px solid #9fafb5;
	padding:20px;
}
