body
{
	margin: 0px;
	background-color: #434343;
	color: #F7F7F5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a
{
	color: #FF1F1F;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1, h2, h3, h4
{
	margin: 0px;
	font-size: 11px;
}

#container
{
	width: 94%;
	margin: 0px auto 0px auto;
}

/* HEADER */
.header
{
	width: 100%;
	margin: 25px 0px 10px 0px;
}

.header h1
{
	margin: 0px 0px 0px 9px;
	padding: 0px;
}

.header p
{
	float: right;
	margin: 0px;
}

/* NAVBAR */
.bar
{
	background: url('../images/navbar-bg.gif');
	height: 37px;
	margin: 10px 0px 10px 0px;
}

.bar span
{
	float: right;
	background: url('../images/navbar-bg.gif') no-repeat 0px -37px;
	width: 17px;
	height: 37px;
	margin: 0px;
}

.bar ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.bar li
{
	float: left;
	height: 37px;
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.bar li a
{
	color: #FFFFFC;
	text-decoration: none;
}

.bar li a:hover
{
	color: #070706;
	text-decoration: none;
}

#home
{
	padding: 0px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
}

a#home
{
	overflow: hidden;
	display: block;
	background: url('../images/navbar-home.gif') no-repeat;
	width: 70px;
	height: 27px;
	padding: 10px 0px 0px 10px;
}

a#home:hover
{
	background: url('../images/navbar-home.gif') no-repeat 0px -37px;
}

.common
{
	padding: 0px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
}

/*
a.common
{
	overflow: hidden;
	display: block;
	width: 90px;
	height: 27px;
	padding: 10px 0px 0px 0px;
}
*/

a.common
{
	overflow: hidden;
	display: block;
	height: 27px;
	padding: 10px 10px 0px 10px;
	float: left;
}

a.common:hover
{
	background: url('../images/navbar-bg.gif') no-repeat center -74px;
}

.search
{
	background-color: #393535;
	width: 100px;
	height: 18px;
	margin: 6px 15px 3px 8px;
	padding: 2px 0px 0px 8px;
	border: 1px solid #CE0000;
	font-size: 12px;
	font-weight: bold;
	color: #F51919;
}

/* SIDEBAR */
.box
{
	background-color: #393535;
	width: 203px;
	padding: 8px;
	border-left: 1px solid #CE0000;
	border-right: 1px solid #CE0000;
}

.box-banner
{
	background-color: #393535;
	width: 203px;
	padding: 15px 8px 10px 8px;
	border-left: 1px solid #CE0000;
	border-right: 1px solid #CE0000;
	text-align: center;
}

.box #advsearch
{
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

.box a
{
	color: #F7F6F6;
	text-decoration: none;
}

.box a:hover
{
	text-decoration: underline;
}

.box ul
{
	margin: 0px;
	padding: 0px;
}

.box li
{
	list-style-type: none;
	background: url('../images/square.gif') no-repeat;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 4px 20px;
}

.boxcaption
{
	background: url('../images/sidebar-header.gif') no-repeat;
	width: 211px;
	height: 22px;
	padding: 6px 0px 0px 10px;
	color: #F7F4F4;
}

.boxtop
{
	background: url('../images/sidebar-top.gif') no-repeat;
	width: 221px;
	height: 3px;
	margin: 0px;
}

.boxbottom
{
	background: url('../images/sidebar-bottom.gif') no-repeat;
	width: 221px;
	height: 3px;
	margin: 0px 0px 10px 0px;
}

/* MIDDLE */
.page
{
	margin: 5px 0px 5px 0px;
	color: #F92806;
	font-size: 12px;
	font-weight: bold;
}

.page p
{
	margin: 15px 0px 5px 0px;
	color: #F92300;
	font-size: 12px;
	font-weight: bold;
}

.padding
{
	padding: 0px 20px 0px 0px;
}

.padding2
{
	padding: 0px 0px 0px 20px;
}

.caption
{
	background: url('../images/middle-bg.gif') repeat-x bottom;
	height: 30px;
	margin: 0px 0px 10px 0px;
	color: #F8F8F6;
	font-size: 11px;
	font-weight: bold;
}

.caption p
{
	background: url('../images/middle-left.gif') no-repeat left;
	height: 20px;
	margin: 0px;
	padding: 8px 0px 2px 14px;
	color: #FEFCFC;
}

.caption a
{
	color: #FAF8F8;
	text-decoration: none;
}

.caption a:hover
{
	text-decoration: underline;
}

.caption h2
{
	background: url('../images/middle-right.gif') no-repeat right;
	float: right;
	height: 22px;
	margin: 0px;
	padding: 8px 10px 0px 0px;
	font-size: 10px;
}

.content
{
	margin: 0px 16px 0px 10px;
}

.content ul
{
	margin: 0px;
	padding: 0px;
}

.content li
{
	list-style-type: none;
	background: url('../images/square.gif') no-repeat;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 4px 20px;
}

.fbox
{
	background-color: #393535;
	margin: 5px 5px 10px 5px;
	padding: 10px;
	border: 1px solid #CE0000;
}

.lbox
{
	background-color: #393535;
	margin: 5px 5px 10px 5px;
	padding: 10px;
	border: 1px solid #CE0000;
}

/* PAGINATION */
.pagination
{
	float: right;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
}

.pagination ul
{
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size: 12px;
	text-align: left;
}

.pagination li
{
	display: inline;
	padding: 0px 0px 1px 0px;
	list-style-type: none;

}

.pagination a
{
	margin: 0px 5px 0px 0px;
	padding: 5px;
	border: #F82502 1px solid;
	color: #F6F3F2;
	text-decoration: none;
}

.pagination a:visited
{
	padding: 5px;
	border: #F82502 1px solid;
	color: #FB2300;
	text-decoration: none;
}

.pagination a:hover
{
	background-color: #393535;
	border: #F82502 1px solid;
	color: #F62402;
	text-decoration: none;
}

/* FOOTER */
.footer
{
	background: url('../images/footer-bg.gif') repeat-x top;
	width: 94%;
	height: 40px;
	margin: 0px auto 0px auto;
	padding: 15px 0px 0px 0px;
	color: #BFBFBF;
}

.footer p
{
	margin: 0px;
}

.footer h3
{
	float: right;
	margin: 0px;
	font-weight: normal;
}

.footer a
{
	color: #F41717;
	text-decoration: none;
}

.footer a:hover
{
	text-decoration: underline;
}

.nav
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #F82300;
	font-size: 11px;
	font-weight: bold;
}

.nav p
{
	margin: 0px;
	padding: 2px 0px 0px 0px;
}

.nav h3
{
	float: right;
	margin: 0px;
	font-size: 11px;
}

.nav a
{
	color: #030303;
	font-size: 11px;
	text-decoration: none;
}

.nav a:hover
{
	color: #C6C5C4;
	font-size: 11px;
	text-decoration: underline;
}

.article
{
	margin: 5px 5px 10px 5px;
	line-height: 18px;
}

.article a
{
	color: #F52402;
	font-weight: bold;
	text-decoration: none;
}

.article a:hover
{
	color: #F42604;
	font-weight: bold;
	text-decoration: underline;
}

/* FORM&FIELDS */
.text
{
	background-color: #393535;
	width: 360px;
	height: 17px;
	padding: 2px 2px 2px 6px;
	border: 1px solid #CE0000;
	color: #F51919;
	font-size: 12px;
}

.textarea
{
	background-color: #393535;
	width: 360px;
	padding: 2px 2px 2px 6px;
	border: 1px solid #CE0000;
	color: #F51919;
	font-size: 12px;
}

.textpy
{
	background-color: #393535;
	width: 50px;
	height: 17px;
	padding: 2px 2px 2px 6px;
	border: 1px solid #CE0000;
	color: #F51919;
	font-size: 12px;
}

select
{
	padding: 2px;
	border: 1px solid #CE0000;
	color: #F51919;
	font-size: 12px;
}

.limit_field
{
	background: none;
	border: 0px;
	color: #FF51919;
 	font-size: 10px;
}

.captcha
{
	background: url('../images/loader.gif') no-repeat center;
	border: 1px solid #CE0000;
}

form
{
	margin: 0px;
}

.cat
{
	margin: 0px 0px 6px 0px;
	color: #0D0C0C;
	font-size: 13px;
	font-weight: bold;
}

.cat a
{
	color: #F5F0F0;
	font-size: 13px;
	text-decoration: none;
}

.cat a:hover
{
	text-decoration: underline;
}

.cat span
{
	padding: 0px 0px 0px 4px;
	font-size: 9px;
	color: #FF2A07;
}
	
.subcat
{
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 5px;
	color: #FAF5F5;
	font-size: 11px;
	font-weight: normal;
}

.subcat a
{
	color: #050404;
	text-decoration: none;
}

.subcat a:hover
{
	text-decoration: underline;
}

.break
{
	padding: 3px 0px 3px 0px;
}

.title
{
	margin: 0px 0px 2px 0px;
	color: #FF2400;
	font-size: 13px;
	font-weight: bold;
}

.title a
{
	color: #FF2400;
	font-size: 13px;
	text-decoration: none;
}

.title a:hover
{
	text-decoration: underline;
}

.desc
{
	margin: 0px 0px 2px 0px;
	color: #D8D7D6;
	font-size: 11px;
	font-weight: normal;
}

.url
{
	margin: 5px 0px 5px 0px;
	color: #FF2400; 
	font-size: 11px;
	font-weight: normal;
}

/* PR */
div.pr
{
	color: #F4E600;
	font-size: 6pt;
}

div.prg
{
	width: 40px;
	height: 3px;
	border: 1px solid #F52503;
	font-size: 1px;
}

div.prb
{
	background: #FFF000;
	height: 3px;
	font-size: 1px;
}

.small, .small a
{
	margin: 0px;
	padding: 0px;
	color: #F32807;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
}

.err
{
	margin: 0px 5px 5px 5px;
	padding: 6px;
	border: 1px solid #F42C0B;
	color: #F32807;
	font-weight: bold;
}

.msg
{
	margin: 0px 5px 5px 5px;
	padding: 6px;
	border: 1px solid #F32605;
	color: #F12706;
	font-weight: bold;
}

span.req
{
	color: #F02807;
	font-weight: bold;
}

/* INTRO */
.intro
{
	margin: 5px 16px 18px 10px;
	text-align: justify;
}

.intro h1
{
	color: #FF2400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.intro a
{
	color: #FA1B1B;
	font-weight: bold;
}

/* CATEGORY TREE */
#toggleCategTree
{
	display: block;
	cursor: pointer;
	color: #FF2400;
	font-weight: bold;
}

#categtree
{
	overflow: auto;
	width: 300px;
	height: 200px;
	margin: 3px 0px 3px 0px;
	border: 1px dotted #666666;
	border-width: 0px 1px 1px;
}

#catTitle
{
	background: none;
	font-weight: bold;
}

#categtree h2
{
	background-color: #A7CB67;
	margin: 0px 0px 5px;
	padding: 2px;
	color: #000000;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
}

#categtree #close_tree
{
	right: 0px;
	padding: 1px;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
}

#categtree .categ-item
{
	clear: both;
	display:block;
	margin: 3px 5px 3px 5px;
	padding: 2px 5px 2px 5px;
	color: #303030;
	border: 1px dotted #FFFFFF;
	border-width: 1px 0px;
	cursor: pointer;
}

#categtree .categ-item img
{
	margin: 0em 1em 0em 0em;
}

#categtree .odd
{
	background-color: #D9E9BD;
}

#categtree .even
{
	background-color: #FFFFFF;
}

#categtree .categ-item:hover
{
	background-color: #EEEEEE;
}

.minibanners
{
	padding: 0px 10px 0px 10px;
}

/* FREE PORN PAGE */
.v-banner
{
	width: 100%;
	margin: 6px 0px 22px 0px;
	text-align: center;
}

.v-banner-last
{
	width: 100%;
	margin: 6px 0px 0px 0px;
	text-align: center;
}

.o-links a
{
	color: #F6F6F2;
	text-decoration: none;
}

.o-links a:hover
{
	color: #F4F4F3;
	text-decoration: underline;
}

.o-links a:visited
{
	color: #FA1414;
	text-decoration: none;
}