/* ==============================================================
		general styles
   ============================================================== */

* { margin: 0; padding: 0; }

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #4d4d4d;
	background: #ffffff;
}

img {
	border: 0px;
	vertical-align: middle;
}

a, a:link, a:visited, a.hover, a:active {
	text-decoration: none;
	color: #3b3b3b;
}

a img {
    border: none;
}

table {
	border-collapse: collapse;
	width: 100%;
}


/* ==============================================================
		header
   ============================================================== */

.hed {
	text-align: center;
	background: #063d1d;
	padding: 5px;
}

/* ==============================================================
		nav
   ============================================================== */

.sort-active {
	background: #d6b985;
	padding: 2px;
}

.navA {
	background: #d6b985;
	padding: 10px 20px 0 20px;
}

.navA td {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 5px;
	width: 20%;
}

.navA td a {
	color: #684d1a;
	text-transform: uppercase;
}

.navA td.on {
	border-bottom: none;
	background: #f0e2c8;
}

.navB {
	border-bottom: 2px solid #b08d4b;
	background: #f0e2c8;
	padding: 7px 10px;
	font-size: 18px;
	font-weight: bold;
	color: #7c461e;
}

/* ==============================================================
		footer
   ============================================================== */

.fut {
	background: #d6b985;
	padding: 5px 0 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.fut a {
	color: #684d1a;
}

.fut-links{
	background: #d6b985;
	padding: 0 0 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

/* ==============================================================
		list
   ============================================================== */

.list {
	color: #3b3b3b;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
}

.list p {
	border-bottom: 1px solid #b08d4b;
	padding: 6px 0;
}

.list p.last {
	border: 0;
}

.list a {
	padding-left: 6px;
	font-size: 14px;
}

.list img{
	border: 1px solid #cccccc;
	padding: 1px;
	vertical-align: middle;
}

.noLink {
	font-size: 14px;
}

/* ==============================================================
		quick search
   ============================================================== */

.quick {
	padding: 20px 10px;
	text-align: center;
}

.quick .input {
	border: 1px solid #b08d4b;
	font-size: 14px;
	color: #3b3b3b;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	padding: 3px;
}

.quick p {
	font-size: 14px;
	padding: 5px 0 20px 0;
}

/* ==============================================================
		searchOptions
   ============================================================== */

.searchOptions {
	padding: 10px 0;
}

.searchOptions .bannerRed {
	background: #e7d6d6;
	padding: 4px 10px;
	font-size: 16px;
	color: #502929;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

.searchOptions .bannerGrey {
	background: #d8d8d8;
	padding: 4px 10px;
	font-size: 16px;
	color: #454545;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

.submit {
	padding: 0px 40px;
	text-align: center;
}

.submit p {
	padding: 5px 0px;
	font-style: italic;
}

.submit .button {
	background: url(../img/buttonBack.gif) repeat-x;
	padding: 4px 10px;
	border: 1px solid #4b2006;
	font-style: normal;
	font-weight: bold;
	width: 140px;
	margin: 0 auto;
}

.submit .button a {
	color: #eeddbf;
	font-size: 14px;
}

.span {
	text-align: center;
}

.span p {
	padding: 5px 0px;
	font-style: italic;
}

.span .button {
	background: url(../img/buttonBack.gif) repeat-x;
	padding: 4px 10px;
	font-style: normal;
	font-weight: bold;
}

.span .button a {
	color: #eeddbf;
	font-size: 14px;
}

.spanLeft {
	text-align: left;
}

.spanRight {
	text-align: right;
}

/* ==============================================================
		results
   ============================================================== */

.results {
	color: #3b3b3b;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

.results td {
	border-bottom: 1px solid #b08d4b;
	padding: 8px 4px;
}

.results .titl {
	font-size: 16px;
	padding-bottom: 8px;
}

.results .titl a, .results .titl a:hover {
	color: #36557c;
}

.results .pric {
	padding-left: 4px;
	font-size: 16px;
	color: #7c461e;
	padding-bottom: 4px;
}

.results .mlnum {
	padding-left: 4px;
	font-size: 14px;
	padding-bottom: 4px;
}
.results .mlnum img {
	border: 1px solid #cccccc;
	padding: 1px;
	vertical-align: middle;
}
.results .phot img {
	border: 1px solid #473010;
}

.results .lnks a, .results .lnks a:hover {
	color: #be3317;
}

/* ==============================================================
		paging
   ============================================================== */

.paging {
	background: red;
	background: #e7d6d6;
	border-bottom: 1px solid #b08d4b;
	font-size: 14px;
	font-weight: bold;
}

.paging .prev {
	padding: 5px 10px;
	width: 100px;
	text-align: left;
}

.paging .next {
	padding: 5px 10px;
	width: 100px;
	text-align: right;
}

.paging a, .paging a:hover {
	color: #be3317;
}

/* ==============================================================
		detail
   ============================================================== */

.detail {
	font-size: 14px;
}

.detail .phts {
	text-align: center;
	padding-top: 14px;
}

.detail .phts p {
	padding-bottom: 14px;
}

.detail .phts img {
	margin: 0 auto;
	border: 1px solid #4b2006;
}

.detail .head {
	font-size: 20px;
	color: #7c461e;
	font-weight: bold;
	padding: 8px 6px 4px 6px;
	border-top: 1px solid #4b2006;
}

.detail .copy {
	line-height: 18px;
	padding: 0 6px 10px 6px;
}

.detail .info {
	padding-bottom: 10px;
}

.detail .info p {
	padding: 2px 6px;
	font-weight: bold;
}

.detail .info em {
	font-style: normal;
	font-weight: normal;
}

.detail .bokr {
	padding-bottom: 8px;
}

.detail .bokr p {
	padding: 2px 6px;
}

.detail .bokr a {
	color: #36557c;
	text-decoration: underline;
}

.detail .bokr .name {
	font-weight: bold;
}

.contact {
	padding-left: 60px;
	text-align: left;
}

.contact a {
	color: #36557c;
	text-decoration: underline;
}
