/*                        CSS RESET
**************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 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, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100.01%;
	background: transparent;
}
html.busy, html.busy * { 
	cursor: wait !important;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
textarea {
	overflow: auto;
}
input, textarea, select {
	margin: 0;
	padding: 0;
	border: 1px solid #333;
	background: #303437;
	color: #ccc;
}

/*                        BASE STYLES
**************************************************************/

body	{
	color: #fff;
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #000 url(../images/bg_body_sub.jpg) no-repeat center top;
}
body.home	{
	background: #000 url(../images/bg_body_home.jpg) no-repeat center top;
}

/*                        PAGE LAYOUT
**************************************************************/

.wrap	{
	width: 960px;
	margin: 0 auto;
}
#header	{
	height: 337px;
}
div.content	{
	background: url(../images/bg_content_top.png) repeat-x left top;
}
#footer	{
	padding-bottom: 15px;
}

/*                         TYPOGRAPHY
**************************************************************/

h1.head1 { font-size: 3em; line-height: 1; }
h2.head2 { font-size: 2em; line-height: 1; }
h3.head3 { font-size: 1.5em; line-height: 1; }
h4.head4 { font-size: 1.2em; line-height: 1.25; }
h5.head5 { font-size: 1em; font-weight: bold; }
h6.head6 { font-size: 1em; font-weight: bold; }

p.text   { font-size: 1.2em; line-height: 1.25; }
.list li { font-size: 1.2em; line-height: 1.25; }

strong      { font-weight: bold;  }
cite, em    { font-style: italic; }

a:focus,
a:hover     { color: #f8f7f7; text-decoration: none; }
a           { color: #999999; text-decoration: none; }

/*                        GLOBAL STYLES
**************************************************************/

h1.head1 { margin-bottom: 0.5em; }
h2.head2 { margin-bottom: 0.75em; }
h3.head3 { margin-bottom: 1em; }
h4.head4 { margin-bottom: 1.25em; }
h5.head5 { margin-bottom: 1.5em; }

p.text  { margin: 0 0 1.5em; }

ul.list, ol.list   { margin: 0 1.5em 1.5em 0; padding-left: 3.333em; }
li ul, li ol       { margin: 0; }

ul.list li         { list-style-type: disc; }
ol.list li         { list-style-type: decimal; }

a, a:visited, a *, a:visited *, button	{
	cursor: pointer;
}
.inv	{
	height: 0;
	display: block;
	overflow: hidden;
}
.clear	{
	clear: both;
}
.bg	{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

/*                        HEADER STYLES
**************************************************************/

#header .wrap	{
	padding-top: 40px;
}
#header li	{
	float: left;
}
#header li a, #header li a:visited, #header li	{
	text-transform: uppercase;
}
#header h1 {
	margin: 0;
	overflow: hidden;
}
#header a#logo, #header a#logo:visited	{
	width: 310px;
	height: 100px;
	display: block;
	overflow: hidden;
	text-indent: -9000px;
	margin: 0 0 20px 110px;
	overflow: hidden;
}
#lang	{
	float: right;
}
#lang li	{
	height: 19px;
	line-height: 80%;
	padding: 8px 15px 0 16px;
}
#lang li.last	{
	background: url(../images/bg_lang_li.png) no-repeat 0px -1px;
}
#lang li.active a, #lang li.active a:visited	{
	color: #fff;
	cursor: default;
}

#contacts	{
	height: 27px;
	margin-bottom: 73px;
}

	#contacts li	{
		height: 19px;
		line-height: 80%;
		padding: 8px 25px 0 40px;
	}
	
	#contacts li.phone	{
		background: url(../images/bg_main_cont.png) no-repeat 0px 0px;
	}
	
	#contacts li.email	{
		background: url(../images/bg_main_cont.png) no-repeat 0px -27px;
	}
	
	#contacts li.privt	{
		background: url(../images/bg_main_cont.png) no-repeat 0px -54px;
	}
	
	#contacts li, #contacts li a, #contacts li a:visited	{
		color: #88838d;
	}
	
	#contacts li a:hover	{
		color: #fff;
	}
	
	#contacts li.inprivt	{
		background: url(../images/bg_main_cont.png) no-repeat 0px -81px;
	}
	
	#contacts li.inprivt span	{
		color: #e50000;
	}
	
	#sidebar #contacts {
		font-size: 1.4em;
		margin: 1.5em 0;
	}
	
		#sidebar #contacts li {
			height: 20px;
			line-height: 50%;
			padding-left: 25px;
		}
		
		#sidebar #contacts li.phone	{
			background: url(../images/bg_main_cont.png) no-repeat -17px 0px;
		}
		
		#sidebar #contacts li.email	{
			background: url(../images/bg_main_cont.png) no-repeat -17px -27px;
		}
	
	

#nav	{
	float: left;
	height: 36px;
	width: 100%;
	background: url(../images/bg_nav_ul.png) no-repeat right center;
}
#nav li a, #nav li a:visited	{
	float: left;
	height: 25px;
	display: block;
	padding: 11px 15px 0 15px;
	background: url(../images/bg_nav_a.png) repeat-x 0px -100px;
	color: #afafaf;
	text-transform: uppercase;
}
#nav li a:hover	{
	background: url(../images/bg_nav_a.png) repeat-x 0px 0px;
	color: #fff;
}
#nav li.active a, #nav li.active a:visited	{
	color: #fff;
	background: url(../images/bg_nav_a.png) repeat-x 0px -36px;
	cursor: default;
}

/*                        CONTENT STYLES
**************************************************************/

div.content_int	{
	background: url(../images/bg_content_bottom.png) repeat-x center bottom;
}
div.content div.wrap	{
	background: url(../images/bg_overview_content_wrap.jpg) no-repeat center top;
}
div.content h2	{
	font-size: 4.4em;
	line-height: 80%;
	padding-top: 40px;
}

div.content h3	{
	font-size: 2.3em;
	line-height: 80%;
}

	div.content h3.subtitle {
		color: #4b484d;
		font-size: 0.9em;
		line-height: 80%;
		margin-bottom: 65px;
		text-transform: uppercase;
	}

div.content h4 {
	color: #f0f0f0;
	font-size: 1.3em;
	line-height: 80%;
	margin: 1.5em 0 1.5em;
	text-transform: uppercase;
}


/*                       FOOTER STYLES
**************************************************************/

#footer ul	{
	text-align: center;
	padding: 25px 0 5px 0;
	margin-top: 35px;
}
	
	#footer li	{
		padding: 0 4px;
		display: inline;
		font-size: 1em;
	}
	
	#footer li a {
		text-transform: uppercase;
	}
	
#footer p	{
	color: #656565;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.9em;
	margin: 1.5em 0 0 0;
}

	#footer p small {
		font-size: 0.8em;
	}

/*                   HOME [PAGE LAYOUT] STYLES
**************************************************************/

body.home #header	{
	height: 478px;
}

/*                     HOME [HEADER] STYLES
**************************************************************/

.home #contacts	{
	margin-bottom: 130px;
}
body.home #header a#logo, body.home #header a#logo:visited	{
	width: 342px;
	height: 110px;
	margin: 0 0 11px 100px;
}

/*                     HOME [CONTENT] STYLES
**************************************************************/

#home div.content_int	{
	background: url(../images/bg_home_content.png) repeat-x center top;
}
#home div.wrap	{
	height: 511px;
	background: url(../images/bg_home_content_wrap.jpg) no-repeat center top;
}

/*                      MAIN STYLES
**************************************************************/

#main	{
	float: left;
	width: 700px;
	color: #878686;
	font-size: 1.2em;
	line-height: 2em;
}
#main h2	{
	font-size: 3.4em;
	line-height: 80%;
	color: #fff;
	margin-top: 30px;
}
#main h2 span.hoefler	{
	
}
#main h2 span.gotham	{
	font-size: 0.35em;
	text-transform: uppercase;
}
#main h3 {
	margin-bottom: 30px;
}

#main h3#redirect {
	color: #fff;
	margin-top: 120px;
	margin-bottom: 30px;
}

#main h5 {
	color: #fff;
	text-transform: uppercase;
	font-size: 0.9em;
}
#main p	{
	margin-bottom: 2em;
}

#main a {
	color: #cf0000;
}

	#main a:hover {
		text-decoration: underline;
	}
	
#main ol,
#main ul {
	margin: 1.5em;
	padding-left: 1.5em;
}
	
	#main ol {
		list-style: decimal;
	}
	
	#main ul {
		list-style: disc;
	}
	
#main strong {
	color: #dfdfdf;
}

	#main strong.seo {
		color: #878686;
		font-weight: normal;
	}
	
div.table table {
	margin: 1.5em 0 3em;	
}

	div.table.rates {
		font-size: 1.1em;	
	}

	div.table table {
		width: 100%;
		text-align: left;
		border-bottom: 3px solid #2f2f2f;
	}
	
	div.table table,
	div.table th,
	div.table td {
		border-top: 1px dotted #2f2f2f;
		border-collapse: collapse;
		font-family: "Trebuchet MS", Arial, sans-serif;
	}
	
	div.table table th,
	div.table table td {
		padding: 3px 10px;
		color: #bfbfbf;
	}
	
	div.table table th {
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
		background: #2f2f2f;
	}

	div.table tr {
		background: #0f0f0f;
	}
	
	div.table tr:hover {
		background: #1f1f1f;
		color: #fff;
		cursor: crosshair;
	}
	
#management div.item {
	margin: 1.5em 0;
	font-size: 0.9em;
}

	#management div.item img {
		float: left;
		width: 250px;
		border: 7px solid #242424;
		margin: 0 1.5em 1.5em 0;	
	}
	
	#management div.item .details {
		float: left;
		width: 415px;	
	}
	
		#management div.item .details h4 {
			margin: 0 0 0.5em 0;
			font-size: 1.2em;	
		}
		
		#management div.item .details p {
			margin: 1.5em 0;
			line-height: 1.6em;
		}
		
		#management div.item .details ul {
			margin: 0 0 1.5em 0;
			line-height: 1.6em;
		}
		
		#management div.item .details .phone {
			text-transform: uppercase;
			color: #fff;
		}
	
hr {
	display: none;
	margin: 0:
	padding: 0;
	height: 1px;
}
	
	div.hr {
		border-bottom: 1px dotted #333;
		margin-bottom: 30px;
	}
	
div.girls_list_line_wrapper	{
	overflow: auto;
}


/*                     HOME [SIDEBAR] STYLES
**************************************************************/

#sidebar	{
	float: right;
	width: 210px;
	padding: 80px 20px 0 30px;
}
#sidebar h3	{
	font-size: 1em;
}
#sidebar h3 span.hoefler	{
	font-size: 2.9em;
	line-height: 80%;
}
#sidebar h3 span.gotham	{
	font-size: 1em;
	line-height: 80%;
}

#sidebar p.view	{
	margin-top: 30px;
}
#sidebar p.view a, #sidebar p.view a:visited	{
	color: #fff;
	height: 32px;
	width: 196px;
	display: block;
	font-size: 1.1em;
	line-height: 80%;
	padding-top: 13px;
	text-align: center;
	background: url(../images/bg_home_sidebar_button.png) no-repeat 0px 0px;
}
#sidebar p.view a:hover	{
	background: url(../images/bg_home_sidebar_button.png) no-repeat 0px -45px;
}
#sidebar p.view a:active	{
	background: url(../images/bg_home_sidebar_button.png) no-repeat 0px -90px;
}

/*                     HOME [RANDOM GIRLS] STYLES
**************************************************************/

#random_girls {
   position: relative; /* important */
   overflow: hidden; /* important */
   margin: 1em 0;
}

#random_girlsContent {
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.random_girlsImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
   border: 7px solid #242424;
}

.random_girlsImage span {
   position: absolute; /* important */
   left: 0;
   padding: 11px 13px;
   background-color: #000;
   filter: alpha(opacity=70);
   -moz-opacity: 0.7;
   -khtml-opacity: 0.7;
   opacity: 0.7;
   color: #fff;
   display: none;
   bottom: 0;
   text-transform: uppercase;
   font-size: 0.9em;
   z-index: 100;
}

.clear {
   clear: both;
}

li.random_girlsImage img	{
	display: block;
}

/*                   OVERVIEW [GALLERY] STYLES
**************************************************************/

#browse	{
	height: 60px;
	width: 240px;
	float: right;
	margin-top: 20px;
	padding: 30px 0 0 20px;
	background: url(../images/bg_browse.png) no-repeat left top;
}
#browse p	{
	color: #878686;
	font-size: 1.1em;
	line-height: 1.2;
}
#browse p.select	{
	width: 234px;
	height: 30px;
	font-size: 1em;
	margin-top: 5px;
	position: relative;
	background: url(../images/bg_dropdown.png) no-repeat left top;
	z-index: 100;
}
#browse p.select span	{
	display: none;
}
#browse p.select select	{
	color: #fff;
	padding: 3px;
	width: 234px;
	background: #000;
	font-size: 1.4em;
}
#browse p.select option	{
	color: #fff;
	background: #000;
}
#browse ul	{
	top: 0;
	left: 0;
	width: 234px;
	display: none;
	background: #000;
	position: absolute;
	margin: 30px 0 0 0;
}
#browse li	{
	padding: 4px;
	cursor: pointer;
	font-size: 1.4em;
	line-height: 1.2;
}
#browse li:hover	{
	color: #000;
	background: #ccc;
}
.js #browse p.select select	{
	display: none;
}
.js #browse p.select span	{
	height: 23px;
	display: block;
	color: #d8d8d8;
	cursor: pointer;
	font-size: 1.2em;
	padding: 7px 0 0 12px;
}
#gallery .gallery_entry	{
	float: left;
	width: 210px;
	padding: 0 40px 60px 0;
}
#gallery .gallery_entry_end	{
	padding-right: 0;
}
#gallery a img, #gallery a:visited img	{
	display: block;
	border: solid 7px #242424;
}
#gallery a:hover img	{
	border-color: #333;
}
#gallery h3	{
	font-size: 1.6em;
	line-height: 80%;
	padding: 20px 0 0 0;
}
#gallery h3 a, #gallery h3 a:visited	{
	color: #fff;
}
#gallery h3 a:hover	{
	color: #df1b28;
}
#gallery p	{
	font-size: 0.9em;
	line-height: 80%;
	padding-top: 3px;
	text-transform: uppercase;
}


span#private_overlay {
	margin: 0px 7px 7px 0px; 
	display: block; 
	position: absolute; 
	right: 0; 
	bottom: 0; 
	width: 133px; 
	height: 133px;
}

span#private_overlay img {
	border: 0px;
}

/*                   OVERVIEW [PLACES] STYLES
**************************************************************/

#places	{
	height: 25px;
	overflow: hidden;
	position: relative;
	background: url(../images/bg_places.png) repeat-x 0px -25px;
}
#places span.left, #places span.right	{
	z-index: 5;
	width: 35px;
	height: 25px;
	display: block;
	position: relative;
}
#places span.left {
	float: left;
	background: url(../images/bg_places.png) no-repeat 0px 0px;
}
#places span.right	{
	float: right;
	background: url(../images/bg_places.png) no-repeat -25px -50px;
}
#places span a, #places span a:visited	{
	width: 25px;
	height: 25px;
	display: block;
}
#places span.left a, #places span.left a:visited	{
	float: left;
}
#places span.right a, #places span.right a:visited	{
	float: right;
}
#places div	{
	top: 0;
	left: 0;
	margin-left: 35px;
	position: absolute;
}
#places div span.handle	{
	top: 0;
	left: 0;
	z-index: 2;
	width: 95px;
	height: 25px;
	position: absolute;
	background: url(../images/bg_slider_handle.png) no-repeat 0px 3px;
}
#places ul	{
	height: 25px;
}
#places li	{
	float: left;
	height: 17px;
	font-size: 0.9em;
	line-height: 80%;
	padding: 8px 45px 0 45px;
	text-transform: uppercase;
}
#places li a, #places li a:visited	{
	z-index: 3;
	color: #88838d;
	position: relative;
}
#places li a:hover	{
	color: #fff;
}
#places li a.active, #places li a.active:visited	{
	color: #fff;
}

/*                OVERVIEW [PAGINATION] STYLES
**************************************************************/

#pagin	{
	height: 140px;
}
#pagin ul	{
	width: 210px;
	display: block;
	margin: 0 auto;
	padding-top: 50px;
}
#pagin li	{
	float: left;
	width: 20px;
	height: 16px;
	text-align: center;
	padding: 4px 0 0 1px;
	background: url(../images/bg_pagin_li.png) no-repeat 0px 0px;
}
#pagin li.active	{
	width: 19px;
	background: url(../images/bg_pagin_li_active.png) no-repeat 0px 0px;
}
#pagin a, #pagin a:visited	{
	color: #878686;
	line-height: 1;
	font-size: 1.1em;
	font-weight: bold;
}
#pagin li.active a, #pagin li.active a:visited	{
	color: #fff;
}

/*                  DETAIL [PROFILE] STYLES
**************************************************************/

#profile	{
	padding-bottom: 60px;
}
#pic	{
	float: left;
	width: 331px;
	height: 500px;
	position: relative;
}
#pic img	{
	display: block;
	border: solid 7px #252525;
}
#pic p	{
	z-index: 5;
	width: 196px;
	height: 32px;
	font-size: 1.3em;
	line-height: 80%;
	padding-top: 13px;
	text-align: center;
	position: relative;
	margin: -60px auto 0 auto;
	background: url(../images/bg_detail_profile_button.png) no-repeat left top;
}
#pic span.watermark	{
	top: 0;
	left: 0;
	z-index: 2;
	width: 331px;
	height: 500px;
	display: block;
	position: absolute;
	background: url(../images/bg_watermark.png) no-repeat left top;
}
#prinfo	{
	float: right;
	width: 560px;
}
#prinfo h4	{
	margin: 4px 0 35px 0;
	color: #4b484d;
	font-size: 0.9em;
	line-height: 80%;
	text-transform: uppercase;	
}
#prinfo p	{
	color: #878686;
	font-size: 1.2em;
	line-height: 1.8;
}
#prinfo table	{
	width: 560px;
	display: block;
	margin-top: 10px;
	padding-top: 27px;
	border-top: solid 1px #121212;
}
#prinfo tr	{
	height: 27px;
}
#prinfo th, #prinfo td	{
	border-bottom: solid 1px #121212;
}
#prinfo th	{
	width: 145px;
	color: #88838d;
	font-size: 0.9em;
	line-height: 80%;
	text-align: left;
	text-transform: uppercase;
}
#prinfo th#notes	{
	width: 145px;
	color: #88838d;
	font-size: 0.9em;
	line-height: 80%;
	text-align: left;
	text-transform: uppercase;
	padding-top: 8px;
	padding-bottom: 8px;
	vertical-align: top;
}
#prinfo td	{
	width: 415px;
	color: #878686;
	font-size: 1.2em;
	line-height: 80%;
	font-weight: bold;
}

#prinfo td#notes	{
	width: 415px;
	color: #878686;
	font-size: 1.2em;
	line-height: 120%;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 8px;
}

#prinfo a:hover	{
	color: #fff;
}

/*                  DETAIL [BACKTO] STYLES
**************************************************************/

p.backto	{
	font-size: 1.1em;
}
p.backto a, p.backto a:visited	{
	color: #878686;
}
p.backto a:hover	{
	color: #fff;
}
p.backto span	{
	padding-right: 10px;
}

/*                  DETAIL [NAVGAL] STYLES
**************************************************************/

#navgal	{
	height: 85px;
	padding-top: 20px;
	background: url(../images/bg_navgal.png) no-repeat left top;
}
#navgal p	{
	font-size: 1.1em;
	line-height: 1.2;
}
#navgal p.right	{
	float: right;
}
#navgal p.left	{
	float: left;
}
#navgal p.right span	{
	padding-left: 10px;
}
#navgal p.left span	{
	padding-right: 10px;
}
#navgal a, #navgal a:visited	{
	color: #878686;
}
#navgal a:hover	{
	color: #fff;
}

/*               PRIVATE AREA SLIDE DOWN PANEL
******************************************************************/

div#parea {
	background: #151515;
	border-bottom: 7px solid #242424;
	z-index: 2000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
}

	div#parea #inner {
		position: relative;
	}

	div#parea .wrap {
		padding: 30px 0;
	}

	div#parea div#error {
		color: #f00;
		text-transform: uppercase;
		float: left;
		padding: 8px;
	}
	
	div#parea label {
		text-transform: uppercase;
	}
	
	div#parea div#input input {
		border: 1px solid #666;
		padding: 5px 7px;
		font-size: 1.4em;
		background: #000;
		float: left;
		color: #fff;
		margin-right: 5px;		
	}
	
	div#parea div#input a,
	div#parea div#input a:visited {
		color: #fff;
		height: 32px;
		width: 196px;
		float: left;
		font-size: 1.1em;
		line-height: 80%;
		padding-top: 8px;
		text-align: center;
		background: url(../images/bg_home_sidebar_button.png) no-repeat -1px -4px;
		text-transform: uppercase;
	}
	
	div#error span {
	
	}
	
	#close_private_area_panel {
		display: block;
		position: absolute;
		top: 7px;
		right: 15px;
		text-transform: uppercase;
	}
	
		#close_private_area_panel:hover {
			color: #fff;
		}


/*              CONTACT FORM
************************************************************************/

div#overview dl 	{
	width: 960px;
}

div#overview dl dt 	{
	width: 960px;
	float: left;
	margin: 0px 0px 0px 5px;
}

div#overview dl dd 	{
	width: 810px;
	float: left;
	margin: 0px 0px 0px 5px;
}

div#overview dd input#name {
	width: 300px;
}

div#overview dd input#email {
	width: 300px;
}

div#overview dd input#telephone {
	width: 300px;
}

div#overview dd textarea#telephone {
	width: 300px;
	height: 200px;
	display: block;
	clear: left;
}


label {
	cursor: pointer;
	color: #878686;
}

#main .checkbox_group { }
	
	#main .checkbox_group label {
		margin: 0;
		padding-right: 1.5em;
		line-height: 120%;
	}

	#main .checkbox_group,
	#main .checkbox_group li {
		margin: 0;
		padding: 0;
		list-style: none;
		background: transparent;
		float: left;
		width: 100%;
	}
	
	#main .checkbox_group {
		margin: 0.5em 0 1.5em 0;
	}

	#main .checkbox_group li {
		width: 33%;
	}
	
.form .title label {
	margin-top: 15px;
}

/*              CASTING FORM
************************************************************************/

#casting #main {
	width: 100%;
}

#casting #main p {
	width: 700px;
}

	#casting #main #pictures p {
		width: auto;
		color: #878686;
	}
	
	table.casting#pictures	{
		width: 230px;
	}

table.casting#data	{
	width: 700px;
	float: left;
}

table.casting#data tr td.field	{
	padding: 0 0 5px 0;
}

form#casting input	{
	width: 425px;
}

form#casting input#dob	{
	width: 195px;
}

form#casting input#message_submit	{
	width: 100px;
}

form#casting textarea	{
	width: 425px;
}

form#casting select	{
	width: 160px;
}

div#progressbar	{
	width: 100%;
	color: #fff;
	display: block;
	margin-bottom: 25px;
}

ul#cpics {
	width: 100%;
	margin-top: 25px;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

	ul#cpics li {
		float: left;
		margin: 0 2px 2px 0;
		padding: 0;
		list-style: none;
		position: relative;
	}
	
	ul#cpics li img	{
		border: 2px solid #242424;
		display: block;
	}
	
	ul#cpics .remove img {
		border: none;
		position: absolute;
		bottom: 5px;
		left: 5px;
		z-index: 100;
	}

div.validation_errors {
	display: none;
	width: 195px;
	position: absolute;
	background: url(../images/bg_tip.png) no-repeat left 5px;
	z-index: 100;
	margin: -26px 0 0 430px;
	padding-left: 15px;
	display: block;
}

div.validation_errors#pictures_count {
	margin: -79px 0 0 60px;
}

div.validation_errors label	{
	padding: 5px 7px;
	font: 0.95em/1.4em Helvetica, Tahoma, Arial, sans-serif;
	color: #fff;
	background-color: #790914;
	display: block;
	cursor: default;
}

/*                          VARIOUS ELEMENTS
**********************************************************************/

#page ul.links {
	padding: 2em 0;
	margin: 1em 0 2em;
	list-style: none;
	text-align: center;
}

    #page ul.links li {
		padding: 0;
		margin: 1em auto;
		list-style: none;
		background: none;
	}
		
#page pre, #page code {
    font-family: Monaco, Verdana, Sans-serif;
    font-size: 11px;
    background-color: #1a1a1a;
    border: 1px solid #333;
    display: block;
    margin: 0 0 2em 0;
    white-space: normal;
    word-wrap: break-word;
    padding: 12px 10px 12px 10px;
}

#page .text-center {
	text-align: center;
}
