/*********************************************************************************************************
GENERAL STYLE
**********************************************************************************************************/ 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, form, label, table, caption, tbody, 
tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: tahoma;
	background-color: transparent;
}

html {
	background-color:#ebe9e1;
	background-image:url('/gfx/bg.jpg');
	background-repeat:repeat-x;
	color:#7c7c7c;
	font-size:0.70em;
	line-height:150%;
    overflow-x: hidden;
	overflow-y: scroll;

}

a {
	color:#1a89c3;
	text-decoration:none;
}

a:hover {
	color:#1a89c3;
	text-decoration:underline;
}

h1 {
	display:none;	
}

h2 {
	display:none;	
}

.xtra_icon {
	float:left;
	width:20px;
}

.xtra_link {
	float:left;
	color:#d84100;
	text-decoration:none;
	width:190px;
}


input, textarea, select {
	border: solid 1px #d9d6cb;
	background-image:url('/gfx/txtfield.jpg');
	background-repeat:repeat-x;
	font-family:verdana;
	color:#6c6b67;
	padding:5px;
	font-size:.9em;
}


.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}


#top_bg {
	width:100%;
	height:95px;
	background-image:url('/gfx/bg_top.jpg');
}

#top_container {
	width:1010px;
	margin:0 auto;
}

#container {
	width:1010px;
	margin:0 auto;
}

#left {
	width:230px;
	float:left;
}


#left #domains {
	background-image:url('/gfx/bg_left_domains.jpg');
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#322e2f;
	width:212px;
}
#left #domains #inside {
	padding:10px;	
	color:#807e7f;
	overflow:auto;
}

#left #domains #inside a {
	color:#bebdbe;	
}

#left #domains #inside ul {
	margin:0;
	padding:0;
}

#left #domains #inside li {
	list-style:none;
	margin:0;
	padding:0;
}


#content {
	width:765px;
	float:left;
	margin-left:10px;
}

.box {
	background-image:url('/gfx/bg_box.jpg');	
	background-repeat:repeat-x;
	background-color:#fff;
	border: solid 1px #dedcd4;
	padding:8px;
	margin-bottom:10px;
}


#products {
	clear:both;
	overflow:auto;
}

	#products .product {
		clear:both;	
		margin-bottom:30px;
		clear:both;
		overflow:auto;
	}
	
		#products .product .img {
			width:220px;
			float:left;
			text-align:center;
		}
		
		#products .product .description {
			width:420px;
			float:left;
			margin-top:10px;
		}

		
		#products .product .price {
			background-image:url('/gfx/product_price.png');
			background-repeat:no-repeat;
			width:123px;
			height:53px;
			position:absolute;
			margin-left:641px;
			#margin-left:1px;
			color:#fff;
			padding:12px 0 0 5px;
			text-align:center;
			z-index:1;
		}
		
		#products .product .price_offer {
			background-image:url('/gfx/product_price_offer.png');
			background-repeat:no-repeat;
			width:123px;
			height:74px;
			position:absolute;
			margin-left:641px;
			#margin-left:1px;
			margin-top:50px;
			padding:12px 0 0 20px;
			color:#a8a8a8;
			z-index:2;
		}
		
		#products .product .erotic_site {
			background-image:url('/gfx/erotic_side.png');
			background-repeat:no-repeat;
			width:123px;
			height:53px;
			position:absolute;
			margin-left:641px;
			#margin-left:1px;
			margin-top:120px;
			padding:12px 0 0 5px;
			text-align:center;
			color:#fff;
			z-index:3;
		}
		





#logo {
	width:230px;
	float:left;
	text-align:left;
}

#topnav {
	float:left;
	position:relative;	
	margin-top:25px;
}

	#topnav ul {
		padding:0;
		margin:0;
		width:800px;
		position:absolute;
		top:30px;
		font-size:0.95em;
	}
		
		#topnav ul li {
			list-style:none;
			float:left;
			margin-left:5px;
			color:#898989;
			height:30px;
			padding: 10px 12px 0px 12px;
			font-weight:bold;
		}
		
			#topnav ul li a {
				border-bottom:solid 1px #312e2e;
				color:#898989;
				text-decoration:none;
			}
			
			#topnav ul li a:hover {
				border-bottom:solid 1px #1a89c3;
				color:#898989;
				text-decoration:none;
			}
		
		#topnav ul li.active {
			color:#898989;
			background-image:url('/gfx/bg_nav.jpg');
			background-repeat:repeat-x;
			background-color:#fff;
		}
		
			#topnav ul li.active a {
				border-bottom:solid 1px #1a89c3;
				color:#646262;
				text-decoration:none;
			}

#cart {
	margin-top:15px;	
}

#cart #price {
	background-color:#ebe9e1;
	border: solid 1px #dedcd4;
	padding:3px;
	text-align:center;
}

#cart #goto_payment {
	width:210px;
	height:24px;
	background-image:url('/gfx/goto_payment.png');
	background-repeat:no-repeat;
	color:#fea5c4;
	margin-top:10px;
	padding:2px 0 0 13px;
}

#cart #goto_payment a {
	color:#fea5c4;
	text-decoration:none;
}

#cart #goto_payment a:hover {
	color:#fea5c4;
	text-decoration:underline;
}

#bar {
	overflow:auto;	
}

	#bar #nav {
		float:right;
		margin-top:12px;	
	}
	

	#bar #nav ul {
		padding:0;
		margin:0;
	}
	
	#bar #nav ul li a {
		color:#fff;	
		text-decoration:none;
	}
	
	#bar #nav ul li a:hover {
		color:#fff;	
		text-decoration:none;
	}
	
	#bar #nav ul li {
		list-style:none;
		float:left;
		margin-left:10px;	
		background-color:#4aa2d2;
		color:#fff;
		padding: 3px 10px 3px 10px;
	}

	#bar #nav ul li:hover {
		background-color:#2c7da9;
		cursor:pointer;
	}


#myPosition {
	float:left;
	margin-top:18px;
}

.btn {
	background-color:#322e2f;
	background-image:url('/gfx/searchBtn.jpg');
	color:#fff;
	border:0;
}

.btn:hover {
	cursor:pointer;	
}

.btnColor {
	background-color:#322e2f;
	background-image:url('/gfx/btn_color.jpg');
	color:#fff;
	border:0;
}

.btnColor:hover {
	cursor:pointer;	
}

.icon_box {
	clear:both;	
}


.icon {
	float:left;	
	width:20px;
}

.icon_txt {
	float:left;	
}


#myCart {
	width:765px;
	height:105px;
	background-image:url('/gfx/mycart.jpg');
	margin-bottom:10px;
}

#myCart_info {
	padding:45px 0 0 135px;
	color:#8f8b8b;
}

#myCart .checkout {
	background-image:url('/gfx/product_price.png');
	background-repeat:no-repeat;
	width:123px;
	height:53px;
	position:absolute;
	margin-left:641px;
	#margin-left:651px;
	margin-top:15px;
	padding:12px;
	text-align:center;
}

#myCart_bar {
	width:751px;
	height:28px;
	background-image:url('/gfx/myCart_bar.jpg');
	background-repeat:no-repeat;
	margin-bottom:10px;
	color:#fff;
	padding:5px;
}

.myCart_product {
	clear:both;
	overflow:auto;
	border-bottom:dotted 1px #cecccc;
	padding-bottom:10px;
}

#myCart_products {
	overflow:auto;
	clear:both;
	padding:5px;
}

	#myCart_products .remove, #myCart_bar .remove {
		float:left;	
		width:50px;
	}
	
	#myCart_products .product_id, #myCart_bar .product_id {
		float:left;	
		width:70px;
	}
	
	#myCart_products .img, #myCart_bar .img {
		float:left;	
		width:150px;
		text-align:center;
	}
	#myCart_products .title, #myCart_bar .title {
		float:left;	
		width:200px;
	}
	#myCart_products .quantity, #myCart_bar .quantity {
		float:left;	
		width:100px;
	}
	#myCart_products .price_each, #myCart_bar .price_each {
		float:left;	
		width:100px;
	}
	#myCart_products .price_final, #myCart_bar .price_final {
		float:left;	
	}



#footer {
	width:100%;
	height:85px;
	background-image:url('/gfx/footer.jpg');
}

#footer_content {
	width:1010px;
	height:85px;
	background-image:url('/gfx/footer_light.jpg');
	background-repeat:no-repeat;
	margin:0 auto;
}

#footer_inside {
	padding:20px;	
}

#footer a {
	color:#b1b1b1;
	text-decoration:none;
}

#footer a:hover {
	color:#b1b1b1;
	text-decoration:underline;
}



#front {
	width:708px;
	height:339px;
	background-image:url('/gfx/bg_front.jpg');
	background-repeat:repeat-x;
	background-color:#141213;
	padding:20px;
}

#front #info {
	background-image:url('/gfx/product_price.png');
	background-repeat:no-repeat;
	width:123px;
	height:74px;
	position:absolute;
	margin-left:614px;
	#margin-left:614px;
	margin-top:-10px;
	padding:14px 0 0 20px;
	color:#a8a8a8;
	cursor:pointer;
}

#front #order {
	background-image:url('/gfx/product_order.png');
	background-repeat:no-repeat;
	width:123px;
	height:74px;
	position:absolute;
	margin-left:614px;
	#margin-left:614px;
	margin-top:40px;
	padding:14px 0 0 34px;
	color:#a8a8a8;
	cursor:pointer;
}




.info_bar {
	background-image:url('/gfx/info_bar.png');
	background-repeat:no-repeat;
	width:770px;
	height:53px;
	position:absolute;
	margin-left:-6px;
	padding:12px 0 0 20px;
	color:#a8a8a8;
}




* {
    margin: 0;
}
html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -85px;
}
.footer, .push {
    height:85px;
	clear:both;
}
.push {
	margin-top:70px;	
}





/*********************************************************************************************************
ADMIN
**********************************************************************************************************/ 

#front_admin {
	width:752px;
	height:204px;
	background-image:url('/gfx/front_admin.jpg');
}

#front_admin_inside {
	width:100%;
	padding:50px;
	color:#fff;
}


.admin_website_headline {
	clear:both;	
	overflow:auto;
	padding:5px;
	border-bottom:dotted 1px #fff;
}

.admin_website {
	clear:both;	
	overflow:auto;
	padding:5px;
	border-bottom:dotted 1px #fff;
}

.admin_website:hover {
	background-color:#f5f5f5;
	cursor:pointer;
	border-bottom:dotted 1px #777777;
}

	.admin_website .screenshot, .admin_website_headline .screenshot {
		width:40px;
		float:left;  
	}
	
	.admin_website .type, .admin_website_headline .type {
		width:70px;
		float:left;  
	}
	
	.admin_website .title, .admin_website_headline .title {
		width:120px;
		float:left;  
	}
	
	.admin_website .url, .admin_website_headline .url {
		width:170px;
		float:left;  
	}
	
	.admin_website .currency, .admin_website_headline .currency {
		width:70px;
		float:left;  
	}
	
	.admin_website .price, .admin_website_headline .price {
		width:70px;
		float:left;  
	}
	
	.admin_website .turnover, .admin_website_headline .turnover {
		width:90px;
		float:left;  
	}
	
	.admin_website .expenses, .admin_website_headline .expenses {
		width:70px;
		float:left;  
	}
	
	.admin_website .adult_content, .admin_website_headline .adult_content {
		width:20px;
		float:left;  
	}
	
	
#screenshot{
	position:absolute;
	border:1px solid #dedcd4;
	background:#fff;
	padding:5px;
	display:none;
	color:#fff;
}


#admin_actions a {
	color:#fff;	
}

.admin_action_edit {
	float:left;
	margin:3px;
	color:#fff;
	padding:5px 10px 5px 10px;
	background-color:#a08f00;
}

	.admin_action_edit:hover {
		float:left;
		margin:3px;
		color:#fff;
		padding:5px 10px 5px 10px;
		background-color:#cdb803;
	}

.admin_action_edit {
	float:left;
	margin:3px;
	color:#fff;
	padding:5px 10px 5px 10px;
	background-color:#a08f00;
	cursor:pointer;
}

.admin_action_aprove {
	float:left;
	margin:3px;
	color:#fff;
	padding:5px 10px 5px 10px;
	background-color:#4fa000;	
}

	.admin_action_aprove:hover {
		float:left;
		margin:3px;
		color:#fff;
		padding:5px 10px 5px 10px;
		background-color:#62c402;
		cursor:pointer;
	}


.admin_action_decline {
	float:left;
	margin:3px;
	color:#fff;
	padding:5px 10px 5px 10px;
	background-color:#a00000;	
}
	
	.admin_action_decline:hover {
		float:left;
		margin:3px;
		color:#fff;
		padding:5px 10px 5px 10px;
		background-color:#cd0202;
		cursor:pointer;
	}

.admin_action_blacklist {
	float:left;
	margin:3px;
	color:#fff;
	padding:5px 10px 5px 10px;
	background-color:#000;	
}


	.admin_action_blacklist:hover {
		float:left;
		margin:3px;
		color:#fff;
		padding:5px 10px 5px 10px;
		background-color:#4c4c4c;
		cursor:pointer;
	}
	
	
/*********************************************************************************************************
AD
**********************************************************************************************************/ 

#ad_top {
	background-image:url('/gfx/bg_ad.jpg');
	background-repeat:repeat-x;
	background-color:#121212;
	width:752px;
	height:220px;
	clear:both;
	overflow:auto;
}

#ad_top_inside {
	padding:19px 25px 25px 25px;	
}

#ad_top #img {
	width:250px;
	float:left;
}

#ad_top #info {
	width:370px;
	float:left;
	margin-right:80px;
}

#ad_top .white {
	color:#fff;
}

#ad_top .ad_title {
	color:#fff;
	font-weight:bold;
}

#ad_top .price {
	background-image:url('/gfx/product_price.png');
	background-repeat:no-repeat;
	width:123px;
	height:53px;
	position:absolute;
	margin-left:616px;
	#margin-left:-84px;
	margin-top:-15px;
	padding:12px 0 0 5px;
	text-align:center;
	color:#fff;
}

#ad_top .price_offer {
	background-image:url('/gfx/product_price_offer.png');
	background-repeat:no-repeat;
	width:123px;
	height:74px;
	position:absolute;
	margin-left:616px;
	#margin-left:-84px;
	margin-top:40px;
	padding:12px 0 0 20px;
	color:#a8a8a8;
}

#ad_top .erotic_site {
	background-image:url('/gfx/erotic_side.png');
	background-repeat:no-repeat;
	width:123px;
	height:53px;
	position:absolute;
	margin-left:616px;
	#margin-left:-84px;
	margin-top:115px;
	padding:12px 0 0 5px;
	text-align:center;
	color:#fff;
}

#contact_website {
	background-color:#3191c5;
	text-align:center;
	padding:5px;
}

#contact_website:hover {
	background-color:#5fb2e0;
	text-align:center;
	padding:5px;
	cursor:pointer;
}

#contact_website a {
	color:#fff;
	text-decoration:none;
}

#contact_website a:hover {
	color:#fff;
	text-decoration:underline;
}


.icon {
	float:left;
	width:20px;
}

.icon_txt {
	float:left;
}

.error_box {
	color:#fff;
	background-color:#ca0505;
	border:solid 1px #fff;
	padding:5px;
	font-weight:bold;
	text-align:center;
}
.ok_box {
	color:#fff;
	background-color:#3191c4;
	border:solid 1px #fff;
	padding:5px;
	font-weight:bold;
	text-align:center;
}



#error_msg {
	position:absolute;
	color:#fff;
	background-color:#ca0505;
	border:solid 1px #fff;
	padding:5px;
	margin-left:792px;
	#margin-left:563px;
	width:200px;
	margin-top:10px;
	font-weight:bold;
	text-align:center;
}

#error_activate {
	position:absolute;
	color:#fff;
	background-color:#3191c4;
	border:solid 1px #fff;
	padding:5px;
	margin-left:762px;
	#margin-left:533px;
	width:230px;
	margin-top:10px;
	font-weight:bold;
	text-align:center;
}

#newmessage_msg {
	position:absolute;
	color:#fff;
	background-color:#165d83;
	border:solid 1px #fff;
	padding:5px;
	margin-left:762px;
	#margin-left:533px;
	margin-top:10px;
	font-weight:bold;
	width:230px;
	text-align:center;
}

#newmessage_msg a {
	color:#fff;
}


/*********************************************************************************************************
WEBSITES
**********************************************************************************************************/ 


.website_headline {
	clear:both;	
	overflow:auto;
	padding:5px;
	border-bottom:dotted 1px #fff;
}

.website {
	clear:both;	
	overflow:auto;
	padding:5px;
	border-bottom:dotted 1px #dfdfdf;
	height:48px;
}

.website:hover {
	background-color:#f5f5f5;
	cursor:pointer;
	border-bottom:dotted 1px #777777;
}

	.website .screenshot, .website_headline .screenshot {
		width:100px;
		float:left;  
	}
	
	.website .type, .website_headline .type {
		width:70px;
		float:left;  
	}
	
	.website .title, .website_headline .title {
		width:165px;
		float:left;  
	}
	
	
	.website .currency, .website_headline .currency {
		width:70px;
		float:left;  
	}
	
	.website .price, .website_headline .price {
		width:100px;
		float:left;  
	}
	
	.website .turnover, .website_headline .turnover {
		width:90px;
		float:left;  
	}
	
	.website .expenses, .website_headline .expenses {
		width:70px;
		float:left;  
	}
	
	.website .adult_content, .website_headline .adult_content {
		width:90px;
		float:left;  
	}
	
	.website .edit, .website_headline .edit {
		width:25px;
		float:left;  
	}
	
	.website .delete, .website_headline .delete {
		width:25px;
		float:left;  
	}
	




/*********************************************************************************************************
DOMAINS
**********************************************************************************************************/ 


.domain_headline {
	clear:both;	
	overflow:auto;
	padding:5px;
	border-bottom:dotted 1px #fff;
}

.domain {
	clear:both;	
	overflow:auto;
	padding:5px;
	border-bottom:dotted 1px #dfdfdf;
}

.domain:hover {
	background-color:#f5f5f5;
	cursor:pointer;
	border-bottom:dotted 1px #777777;
}


	.domain .status, .domain_headline .status {
		width:100px;
		float:left;  
	}
	
	.domain .title, .domain_headline .title {
		width:285px;
		float:left;  
	}

	.domain .price, .domain_headline .price {
		width:120px;
		float:left;  
	}
	
	.domain .negotiate, .domain_headline .negotiate {
		width:120px;
		float:left;  
	}
		
	.domain .date_added, .domain_headline .date_added {
		width:150px;
		float:left;  
	}

	
	.domain .edit, .domain_headline .edit {
		width:25px;
		float:right;  
	}
	
	.domain .delete, .domain_headline .delete {
		width:25px;
		float:right;  
	}
	



	
/*********************************************************************************************************
MEMBERS
**********************************************************************************************************/ 


.members_headline {
	clear:both;	
	overflow:auto;
	padding:5px;
	border-bottom:dotted 1px #fff;
}

.members {
	clear:both;	
	overflow:auto;
	padding:5px;
	border-bottom:dotted 1px #dfdfdf;
}

.members:hover {
	background-color:#f5f5f5;
	cursor:pointer;
	border-bottom:dotted 1px #777777;
}

	.members .id, .members_headline .id {
		width:50px;
		float:left;  
	}
	
	.members .name, .members_headline .name {
		width:150px;
		float:left;  
	}
	
	.members .email, .members_headline .email {
		width:200px;
		float:left;  
	}
		
	.members .city, .members_headline .city {
		width:150px;
		float:left;  
	}
	
	.members .suspend, .members_headline .suspend {
		width:70px;
		float:left;  
	}
	
	.members .status, .members_headline .status {
		width:70px;
		float:left;  
	}
	
	
	
/*********************************************************************************************************
REPORTS
**********************************************************************************************************/ 


.reports_headline {
	clear:both;	
	overflow:auto;
	padding:5px;
	border-bottom:dotted 1px #fff;
}

.reports {
	clear:both;	
	overflow:auto;
	padding:5px;
	border-bottom:dotted 1px #dfdfdf;
}

.reports:hover {
	background-color:#f5f5f5;
	cursor:pointer;
	border-bottom:dotted 1px #777777;
}

	.reports .is_read, .reports_headline .is_read {
		width:50px;
		float:left;  
	}
	
	.reports .from, .reports_headline .from {
		width:200px;
		float:left;  
	}
	
	.reports .against, .reports_headline .against {
		width:200px;
		float:left;  
	}
		
	.reports .topic, .reports_headline .topic {
		width:200px;
		float:left;  
	}
	
	.reports .delete, .reports_headline .delete {
		width:30px;
		float:left;  
	}



/*********************************************************************************************************
CATEGORIES
**********************************************************************************************************/ 


.categories_headline {
	clear:both;	
	overflow:auto;
	padding:5px;
	border-bottom:dotted 1px #fff;
}

.categories {
	clear:both;	
	overflow:auto;
	padding:5px;
	border-bottom:dotted 1px #dfdfdf;
}

.categories:hover {
	background-color:#f5f5f5;
	cursor:pointer;
	border-bottom:dotted 1px #777777;
}

	.categories .title, .categories_headline .title {
		width:550px;
		float:left;  
	}
	
	.categories .count, .categories_headline .count {
		width:100px;
		float:left;  
	}

	.categories .delete, .categories_headline .delete {
		width:30px;
		float:left;  
	}

	
	
.messages {
	clear:both;	
	overflow:auto;
	padding:5px;
	border-bottom:dotted 1px #dfdfdf;
}

.messages:hover {
	background-color:#f5f5f5;
	cursor:pointer;
	border-bottom:dotted 1px #777777;
}

.messages_headline {
	clear:both;	
	overflow:auto;
	padding:5px;
	border-bottom:dotted 1px #fff;
}


	
	.messages .icon, .messages_headline .icon {
		width:25px;
		float:left;  
	}
	
	.messages .member, .messages_headline .member {
		width:170px;
		float:left;  
	}
	
	
	.messages .title, .messages_headline .title {
		width:300px;
		float:left;  
	}
	
	.messages .date_added,.messages_headline .date_added {
		width:190px;
		float:left;  
	}
	
	.messages .delete, .messages_headline .delete {
		width:30px;
		float:left;  
	}
		
	