body {
	margin:0;
	background-color: #ffffff;
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	background-image: url('../gfx/bg.gif');
	background-repeat: repeat-x;
}

a { text-decoration: none; color: #000000; cursor: pointer; }
a:hover { text-decoration: underline; }
img { border: 0; }
input { width: 145px; height: 13px; border: 1px solid #b3b9c3; font-size: 11px; margin: 1px 0 1px 0; padding-left: 3px; }
input#search { border: 0; height: 12px; width: 22px; background-image: url('../gfx/search.gif'); cursor: pointer; }
input.checkbox{ border: 0; padding: 0; margin: 0; width: 15px; height: 15px; cursor: pointer; }
label { cursor: pointer; }
h5 { font-size: 10px; margin: 2px 0 3px 0; }
a.vip { color: #cc6600 }

input, select {
	border: 1px solid #b3b9c3;
	font-family: verdana, serif;
	font-size: 11px;
	margin: 1px;
	padding: 2px;
}
textarea {
	border: 1px solid #b3b9c3;
	font-family: verdana, serif;
	font-size: 11px;
	margin: 1px;
	padding: 2px;
	width: 95%;
	height: 100px;
}

div#main {
	float: left;
	width: 913px;
	background-color: #ffffff;
}
div#logo {
	height: 214px;
	width: 913px;
	margin-right: -14px;
}
div#logo img {
	float: left;
}

div#sections {
	display: none;
}

/* menu */
div#menu {
	width: 212px;
	float: left;
	padding-bottom: 20px;
	background-image: url('../gfx/menu-bg.jpg');
	background-repeat: repeat-y;
}
div#menu #top {
	height: 23px;
	background-image: url('../gfx/menu-top.jpg');
	background-repeat: none;
}
div#menu h4 {
	margin: 15px 0 5px 10px;
}
div#menu h4#register {
	height: 18px;
	background-image: url('../gfx/register.gif');
	background-repeat: none;
	margin: 5px 0 5px 0;
	padding: 2px 0 0 10px;
	color: #ffffff;
}
div#menu h4#register a {
	color: #ffffff;
}
div#menu a.reg {
	text-decoration: none;
}
div#menu form, ul {
	margin-left: 20px;
}
div#menu span {
	display: block;
	width: 145px;
	text-align: right;
	font-size: 11px;
	cursor: pointer;
}
div#menu span.rem { font-size: 10px; }
div#menu ul {
	margin: 0 0 4px -38px;
	list-style-type: none;
	font-size: 11px;
}
div#menu ul li {
	padding: 4px 0 4px 20px;
	background-image: url('../gfx/list-arrow.gif');
	background-repeat: no-repeat;
	background-position: 10px center;
}
div#menu ul li.ul {
	background: none;
}
div#menu ul li.ul ul {
	margin: -5px 0 4px -40px;
}

div#menu div.box {
	width: 183px;
	margin-left: 10px;
	padding-bottom: 1px;
	border-left: 2px solid #afa374;
	border-right: 2px solid #afa374;
	background-color: #c1b791;
	background-image: url('../gfx/menu-box-middle.gif');
	background-repeat: repeat-x;
}
div#menu div.top {
	height: 6px;
	margin-left: 10px;
	background-image: url('../gfx/menu-box-top.gif');
	background-repeat: no-repeat;
}
div#menu div.bottom {
	height: 6px;
	margin-left: 10px;
	background-image: url('../gfx/menu-box-bottom.gif');
	background-repeat: no-repeat;
}
/* end menu */

/* menu top */
div#menu-top {
	float: left;
	width: 701px;
	height: 44px;
	background-image: url('../gfx/menu-top-bg.gif');
	background-repeat: repeat-x;
}
div#menu-top img {
	float: left;
}
div#menu-top ul {
	display: inline;
}
div#menu-top ul li {
	list-style-type: none;
	margin: 7px 5px 0 5px;
	padding-top: 10px;
	float: left;
	height: 27px;
	background-image: url('../gfx/bookmark-middle.gif');
	background-repeat: repeat-x;
}
div#menu-top ul li a {
	float: left;
	color: #ffffff;
	font-size: 13px;
	margin: 0 5px 0 5px;
}
div#menu-top ul li span {
	width: 2px;
	height: 37px;
	float: left;
	margin-top: -10px;
	background-image: url('../gfx/bookmark-left.gif');
	background-repeat: no-repeat;
}
div#menu-top ul li span.right {
	background-image: url('../gfx/bookmark-right.gif');
	background-repeat: no-repeat;
}
/*end menu top */

/* location bar */
div#location-bar {
	float: left;
	margin-top: 5px;
	padding: 4px 0 3px 20px;
	width: 681px;
	background-color: #c1b791;
	font-size: 11px;
}
/* end location bar */

/*content */
#content {
	float: left;
	width: 680px;
	margin: 15px 0 20px 20px;
	font-size: 13px;
}
#content h3 span {
	font-weight: normal;
}
#content div.box {
	width: 686px;
	float: left;
	margin-bottom: 20px;
}
#content div.box h3 {
	height: 25px;
	background-image: url('../gfx/box-top.jpg');
	background-repeat: no-repeat;
	padding: 4px 0 0 10px;
	font-size: 13px;
	margin: 0 0 -4px 0;
}
#content div.content {
	float: left;
	width: 654px;
	font-size: 11px;
	border-left: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
	padding: 10px 15px 15px 15px;
	background-color: #f5f1e7;
}
#content div.content h3 {
	background: none;
	padding: 0;
	margin: 0;
}
/* end content */

/* footer */
#footer {
	width: 100%;
	float: left;
	font-size: 12px;
	text-align: center;
	padding-bottom: 20px;
}
#footer div.line {
	width: 100%;
	height: 18px;
	background-color: #b10000;
	margin-bottom: 10px;
}
#footer div.line div {
	float: left;
	width: 713px;
	padding-top: 1px;
	margin-left: 212px;
}
#footer a {
	font-weight: bold;
}
#footer div.line a {
	margin: 3px 25px 0 25px;
	color: #ffffff;
}
#footer div.dwn {
	float: left;
	width: 915px;
	text-align: right;
}
/* end footer */

/*tables */
#content table td {
	vertical-align: top;
}
table.center {
	width: 600px;
	margin: auto;
}
table td.center {
	text-align: center;
}
	/* offers table */
	table.offers {
		width: 637px;
	}
	table.offers td {
		padding: 3px;
		vertical-align: top;
	}
	#content table.offers a {
		font-weight: normal;
	}
	table.offers td img {
		float: left;
		padding-right: 3px;
	}
	table.offers tr.top td {
		font-weight: bold;
	}
	table.offers td.section {
		color: #828282;
		padding: 3px 5px 0 5px
	}
	table.offers td.date {
		color: #828282;
	}
	table.offers tr.pr td {
		background-color: #dbdbdb;
	}
	table.offers tr.sponsor td {
		background-color: #ffa40e;
	}
	table.offers p {
		margin-bottom: 0;
		margin-top: 2px;
		text-align: right;
		font-size: 10px;
		color: #ae0000;
		display: block;
		width: 100%;
	}
	/* end offers table */
	
	/* table person */
	table.personinfo tr td.title {
		font-weight: bold;
	}
	table.personinfo tr td {
		padding: 3px;
		border-bottom: 1px dotted #c39646;
	}
	/* end table person */
/* end tables */

/* select categories */
select option.main {
	background-color: #cccc99;
}
select option.sub {
	background-color: #e5d9c1;
}
/* end select categories */

/* inputs */
input.long {
	border: 0;
	height: 19px;
	width: 116px;
	background-color: #f5f1e7;
	background-image: url('../gfx/input_long.gif');
	background-repeat: no-repeat;
	color: white;
	font-weight: bold;
	cursor: pointer;
}
input.short {
	border: 0;
	height: 19px;
	width: 56px;
	background-color: #f5f1e7;
	background-image: url('../gfx/input_short.gif');
	background-repeat: no-repeat;
	color: white;
	font-weight: bold;
	cursor: pointer;
}
input.file {
	border: 0;
	height: 19px;
	font-size: 11px;
}
input.big {
	width: 250px;
}
/* end inputs *


/**/
div.main_categories span {
	margin: 0 auto 0 10px;
	padding-left: 15px;
	float: left;
	width: 290px;
	background-image: url('../gfx/arrow.gif');
	background-repeat: no-repeat;
	background-position: 1px center;
	border-left: 1px solid #d5d5d5;
}
div.main_categories span a {
	background-image: url('../gfx/pointer.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
ul.list {
	margin: 0 0 0 -40px;
	list-style-type: none;
	font-size: 11px;
}
ul.list li {
	padding: 4px 0 4px 20px;
	background-image: url('../gfx/pointer.gif');
	background-repeat: no-repeat;
	background-position: 10px center;
}

.clear {
	clear: both;
}

div.pager {
	text-align: center;
	margin: 5px;
}
#content div.pager a {
	padding: 0 5px 0 5px;
	border: 1px solid #b7b7b7;
	font-weight: normal;
}
#content div.pager a.active {
	font-weight: bold;
}

#content div.categoriestree span a {
	font-weight: normal;
}
.text_center {
	text-align: center;
}
ul.categories {
	margin: 0 0 4px -30px;
	list-style-type: none;
}
ul.categories  li {
	padding: 0 0 2px 18px;
	background-image: url('../gfx/cat_main.gif');
	background-repeat: no-repeat;
	background-position: 10px center;
	list-style-type: none;
	cursor: pointer;
}
ul.categories ul li {
	margin: 0 0 2px -35px;
	background-image: url('../gfx/cat_sub.gif');
	background-repeat: no-repeat;
	background-position: 10px center;
}
ul.categories li.ul {
	background-image: none;
}
ul.categories li ul {
	margin-left: 0;
}
ul.categories li ul li ul li {
	background-image: none;
}
ul.categories li ul li ul {
	background-image: none;
	margin-left: 0;
}
ul.categories li.nostyle {
	background-image: none;
}
/* end categories */

.blad { color: #af0000; }

ol.help li {
	list-style-type: none;
	font-weight: bold;
}
ol.help li ul {
	margin: 0 0 10px -25px;
}
ol.help li ul li {
	padding: 4px 0 4px 20px;
	background-image: url('../gfx/list-arrow.gif');
	background-repeat: no-repeat;
	background-position: 10px center;
	font-weight: normal;
}

div.lastofert {
	width: 200px;
	margin: 5px 5px 10px 5px;
	text-align: center;
	float: left;
}
div.lastofert img {
	display: block;
	margin: auto;
	border: 2px solid #eee6d5;
}

div.cardnav {
	width: 230px;
	padding: 3px;
	margin: 0 0 10px 9px;
	background-color: #dcdcdc;
	text-align: center;
}

div.cardnav a.active {
	font-weight: bold;
}

div.cardcode div {
	width: 300px;
	margin: 20px 0 0 25px;
	float: left;
}
div.cardcode div textarea {
	height: 70px;
}

/* offer */
#offer small {
	margin-bottom: 12px;
	color: #828282;
}
#offer small.right { float: right }
#offer small.left   { float: left; color: black }
#offer p { clear: both; }
#offer p img {
	margin: 0 3px 3px 0;
	float: left;
	border: 2px solid #eee6d5;
}
#offer ul {
	list-style-type: none;
	margin: 20px 0 0 -40px;
}
#offer ul li { margin-bottom: 6px }
#offer ul li img { margin: 2px 2px -5px 0 }
#offer ul li a { margin-top: 2px }

#offer .links { margin: 20px 0 15px 0; text-align: center }
#offer .links a { margin-right: 8px }

#offer .contact {
	width: 520px;
	margin-left: 63px;
}
#offer .contact table {
	width: 190px;
	float: left;
	margin-top: -10px;
}
#offer .contact form {
	width: 330px;
	float: right;
}
#offer .contact form h3 {
	margin: 40px 0 0 55px;
}
#offer .contact textarea { width: 320px }
#offer .contact input.text { width: 320px }

#offer .important {
	width: 510px;
	margin: -5px 0 20px 0;
	padding: 5px;
	background-color: #c1b791;
	border: 1px solid #7f7349;
	font-weight: bold;
}
