

body {
	margin: 0;
	padding: 0;
	background-image: url('bg_body.gif');
	text-align: left;
	font-family: "Tahoma";
	font-size: 100%;
}

/* links */
a:link, a:visited, a:hover {
	color: #B10C0C;
	text-decoration: none;
}
a.boldy:link, a.boldy:visited, a.boldy:hover {
	font-weight: bold;
}
a.inverted:link, a.inverted:visited, a.inverted:hover {
	background-color: #B10C0C;
	color: #FFFFFF;
	padding: 0 2px 0 2px;
}
a.tag01:link, a.tag01:visited, a.tag01:hover {
	color: #000000;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

ul {
	list-style: none;
	margin: 0;
	padding: 10px;
	padding-left: 0;
}
ul li {
	line-height: 1.4em;
}

/* headings */
h1, .heading {
	font-size: 1.5em;
	font-weight: bold;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
}

h3 {
	color: #B10C0C;
	font-size: 1.15em;
	margin: 0;
	padding: 0;
}
h4 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}



/* main areas */
div#body_slot {
	font-size: .71em;
	position: relative;
	width: 835px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('bg_content.jpg');
	background-repeat: repeat-y;
}
div#header {
	height: 314px;
}
div#header #header_image {
	display: block;
	float: left;
}
div#header #header_sexiuni {
	display: block;
	float: right;
}
#main_area {
	width: 621px;
	float: left;
}
#right_area {
	background-color: #B10B0B;
	width: 200px;
	float: right;
}
div.content {
	margin-left: 13px;
	margin-right: 13px;
	margin-bottom: 13px;
}
div.padder {
	padding-left: 10px;
	padding-right: 9px;
}



/* navigation areas */
.navigation1 {
	margin-top: 2px;
}
.navigation2 {
	margin-top: 20px;
}

.navigation1 ul li a:link, .navigation2 ul li a:link, .navigation1 ul li a:visited, .navigation2 ul li a:visited, .navigation1 ul li a:hover, .navigation2 ul li a:hover {
	color: #FFFFFF;
	font-size: 1.3em;
	text-decoration: none;
	background-image: url('bg_portlet_title.jpg');
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: .8em;
}
.navigation1 ul li a:hover, .navigation2 ul li a:hover {
	background-image: url('bg_portlet_title_on.jpg');
}

.navigation2 ul li a:link, .navigation2 ul li a:visited, .navigation2 ul li a:hover {
	color: #FFFFFF;
	font-size: 1.5em;
	text-decoration: none;
}
.navigation1 ul, .navigation2 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.navigation2 ul li a {
	line-height: 1.4em;
}



/* columns */
#column_left {
	width: 180px;
	float: left;
}
#column_center {
	float: right;
	width: 387px;
	margin-left: 26px;
}



/* portlets */
.portlet-left, .portlet-right, .portlet-special {
	width: 180px;
	float: left;
	margin-bottom: 10px;
}

.portlet-right, .portlet-left {
	float: right;
}

.portlet-title {
	height: 17px;
	background-color: #B10C0C;
	background-image: url('bg_portlet_title.jpg');
	background-repeat: no-repeat;
	padding-left: 8px;
	margin-bottom: 3px;
}

.portlet-title h3 {
	color: #FFFFFF;
}

.portlet-right-body {
	clear: both;
}

.portlet-right-body a:link, .portlet-right-body a:visited, .portlet-right-body a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.portlet-left-body {
	clear: both;
}

.portlet-special {
	background-color: #FFEFDD;
}

.portlet-center {
	clear: both;
}


/* special styles */
div.search_bg {
	background-image: url('bg_search.jpg');
	background-repeat: no-repeat;
}
div.search_bg form {
	padding:0px;
	margin:0px;
}
input.search {
	background-color: transparent;
	border: 0;
	width: 120px;
	padding: 0 10px 0 10px;
	margin:  0;
	vertical-align: top;
	margin-top: 2px;
}
span.heading {
	padding-left: 10px;
}
div.rating_left {
	float: left;
	width: 200px;
}
div.rating_right {
	float: right;
	width: 220px;
	text-align: right;
}
div.rating_right label {
	
}
div.rating_line {
	margin-top: 7px;
	margin-bottom: 14px;
}
p.black_band {
	display: block;
	height: 17px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
	margin-top: 1px;
}
p.black_band a, p.black_band a:hover {
	color: #ffffff;
	text-decoration: none;
}
div.follow {
	clear: both;
	text-align: right;
	width: 100%;
	border-bottom: 1px solid #CE6767;
	padding-bottom: 1px;
	margin-bottom: 3px;
}
.group_lister {
	float: left;
	margin: 18px;
	margin-left: 0;
	width: 180px;
}
div.greyspacer {
	clear: both;
	background-color: #2B2B2B;
}
div#bottom_menu {
	margin:10px 0px 10px 0px;
	text-align: center;
}
div#bottom_menu a {
	padding-left:10px;
}
div#poweredby {
	text-align: center;
	margin:10px;
	padding:10px;
}
div#statistics {
	text-align:center;
	margin:10px;
	padding:10px;
}
.cleary {
	clear: both;
}

/* image styles */
a img {
	border:0px;
}
img.img_blocky {
	display: block;
}
img.img_mainy {
	margin-top: 3px;
}
img.img_lefty_home {
	float: left;
	margin: 0px 10px 3px 0px;
}
img.img_lefty {
	float: left;
	margin: 0px 3px 3px 3px;	/* T   R   B   L */
}
img.img_righty {
	float: right;
	margin: 0px 3px 3px 3px;
}
img.img_rating {
	float: left;
}



/* result listings */
div.lister {
	padding-top: 3px;
	border-bottom: 1px solid #CE6767;
	width: 185px;
	float: right;
}
div.lister img {
	width: 50px;
	height: 50px;
}
div.lister_big {
	clear: both;
	padding-top: 10px;
}
div.lister_big img {
	float: left;
	margin-right: 20px;
}



/* form elements */
div.line {
	margin-top: 10px;
}
input.button {
	color: #FFFFFF;
	border: 0;
	background-color: #B10C0C;
	font-weight: normal;
}
.mandatory {
	color: red;
}
.lbl label {
	color: #B10C0C;
	font-size: 1em;
	font-weight: bold;
}
.ctrl input {
	border: 1px solid #B10C0C;
	background-color: #E1E1E1;
}
.ctrl textarea {
	border: 1px solid #B10C0C;
	background-color: #E1E1E1;
}
.ctrl .radios {
	border: 0;
	padding: 0;
	background-color: transparent;
}

.form_poll .line {
	clear: both;
}
.form_poll .lbl, .form_poll .ctrl {
	float: left;
}
.form_poll .lbl label {
	color: #000000;
}
.form_poll form {
	padding-top: 0px;
	margin-top: 0px;
}


/* footer */
.footer_left, .footer_center, .footer_right {
	width: 180px;
	float: left;
	padding-top: 10px;
}
.footer_center {
	margin-left: 20px;
}
.footer_right {
	float: right;
}

div#footer {
	margin: 30px;
}

hr {
	border: 0;
	color: #CE6767;
	background-color: #CE6767;
	height: 1px;
}


ul.sitemap {
	list-style:none;
	list-style-image:none;
}
ul.sitemap li {padding:0px 0px 5px 0px;}
ul.sitemap li.level0 a {margin-left:0px;font-weight:bold;}
ul.sitemap li.level1 a {margin-left:20px;}
ul.sitemap li.level2 a {margin-left:40px;}
ul.sitemap li.level3 a {margin-left:60px;}
ul.sitemap li.level4 a {margin-left:80px;}
ul.sitemap li.level5 a {margin-left:100px;}
ul.sitemap li.level6 a {margin-left:120px;}

div#footer_nav {
	text-align:center;
	padding:10px;
	margin:20px;
	border-top: 1px solid #CE6767;
}

.readmore {
	float: right;
}

.metadata {
}

.thumb-0 {
	display: inline;
	float: left;
	margin-right: 5px;
	border:1px solid #2B2B2B;
	width: 50px;
	height: 50px;
}
.thumb-1 {
	display: inline;
	float: right;
	margin-left: 5px;
	border:1px solid #2B2B2B;
	width: 50px;
	height: 50px;
}
.thumb-2 {
	margin-bottom: 5px;
	border:1px solid #2B2B2B;
	width: 50px;
	height: 50px;
}


.pic-left {
	float:left;
	margin: 0px 10px 10px 0px;
}

.pic-right {
	float:right;
	margin: 0px 0px 10px 10px;
}

.bar {
	height: 14px;
	line-height: 14px;	
	background-color: #B10C0C;
}

.sexymetru {
	position: relative;
}

.hotornot {
	position: absolute;
	left: 85px;
	z-index:9999;
}

