@charset "utf-8";
/* CSS Document */
body {	
	background-color:black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;
	text-align:center;
	margin:0px;
	padding:0px;
	}
a:link {
	color:#FFFFFF;
	text-decoration:none;
}
a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

input, checkbox, select {
		/*background: #FFFFFF;*/
		color: red;
		text-align:center;
		font-size:8px;
		border-collapse:collapse;
		padding:0px;
margin:0px; 
font-weight:bold;
	}


input:focus, select:focus {
  background-color: #ffffee;
}



.page { 
text-align: left;
  position: relative;
  width: 1100px;
  margin: 0 auto;
  padding: 0 0px;
background-color: black;
}
.black_casette { 
padding:15px;
padding-bottom:15px;
background-color: black;
border:solid 2px red;
overflow:hidden;
}
.banner {
width:1100px;
height:206px;
background-image:url(images/header.jpg);
background-repeat:no-repeat;
position:relative;
top:0px;
left:0px;
}
.left {
width:188px;
position:relative;
top: 0px;
left: 0px;
float:left;
z-index:2;
}
.red
{
text-decoration: none;
font-weight:bold;
color:red;
}

.white
{
text-decoration: none;
font-weight:bold;
color:white;
}

#priv_menu{
float:right;
top:184px;
right:195px;
position:absolute;
background-color:red;
border: 1px solid #4a0f59;
padding: 5px;
text-color:white;
}
.nav {
position:absolute;
top:180px;
left:0px;
width:1100px;
height:22px;
font-size:16px;
color:#FFFFFF;
text-align:center;
}
a.nav {
position:absolute;
top:193px;
width:1100px;
height:22px;
font-size:16px;
color:#FFFFFF;
text-align:center;
}

.left_bloc{
background:url(images/bloc_bg.jpg);
width:188px;
height:287px;
border:1px solid red;

}

.left_advertise{
background:url(images/bloc_bg.jpg) no-repeat;
width:188px;
border:1px solid red;
background-color:rgb(70,0,0);

}

.left_bloc_title {
width:185px;
position: relative;
top:4px;
lef:center;
text-align:center;
color:white;
font-size:10px;
}
.left_bloc_pic {
position:relative;
top:15px;
border: 1px solid white;
}

.nav2 {
position:absolute;
top:0px;
left:85px;
width:1000px;
height:22px;
border:0px solid #4a0f59;
text-align:right;
}

.casette{
color:#CCCCCC;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
letter-spacing: 1.3px
}

/* */
.banner_pub { margin: 18px 8px; }
.banner_pub img {
  border: 1px #8D0202 solid;
}
.center { text-align: center !important; }

/* CONTENT */
.bloc {
  padding-left:13px;
  padding-right:13px;
  padding-bottom:20px;
  margin-right:10px;
  width: 850px;
  float: right;
  border: 1px solid red;
  background-color:rgb(82,0,0);

}

.table-header {
    background-color: #d1afdb;
}

form label {
cursor: pointer; }


input, select, textarea { font-size: 12px; _font-size: 100%; }
/* LOGIN */
#login strong {
    color: #8D0202;
    font-weight: bold;
    text-transform: uppercase;
}
#login form {
    margin: 1em 0;
    width: 100%;
    overflow: hidden;
}
#login label.myLabel {
	float: left;
	clear: both;
	width: 60px;
    margin-right: 0.5em;
    padding-top: 0.1em;
	text-align: right;
}
#login input.myText {
    float: right;
    width: 95px;
    margin-bottom: 3px;
    border: 1px solid;
}
#login .button {
    clear: both;
    float: right;
}
fieldset {
    margin: 0 0 1em 0;
    padding: 1em;
    border: 1px solid #800063;
	  background-color:rgb(82,0,0);
}

fieldset div {
    margin: 5px 0;
    padding-left: 167px;
}

fieldset legend {
    margin-bottom: 10px;
    padding: 0.2em 0.5em;
    color: red;
    font-weight: bold;
    border: 1px solid #800063;
	background-color:#b3adda;
}

row{
border-top:medium;
border-top-color:#FF0000;
}

.output hr{
color:red;
height:3px;
}

.output {
color:#999999;
    padding: 0;
    border: 0;
font-size:14px;
}

fieldset.output div {
    margin: 0;
    padding: 0;
}

fieldset.output legend {
    margin: 0.2em 0;
    padding: 0;
    color: red;
    font-size: 15px;
    border: 0;
}

fieldset.output .row {	
    width: 360px;
    overflow: visible;
    padding: 3px 0;
    border-top: 1px solid ;
}
* html fieldset.output .row {
    overflow: hidden;
    word-wrap: break-word;
}

fieldset.output .row strong {
    display: block;
    float: left;
    width: 180px;
}
fieldset.output .row .value {
    display: block;
    margin-left: 180px;
}

fieldset.output .about {
    margin: 2em 0;
    line-height: 1.4;
}
fieldset.output .about strong {
    display: block;
    padding: 2px;
    font-size: 120%;
    background: url(images/about_title_bg.gif) repeat-x left top;
}



label.myLabel {
	float: left;
	clear: left;
	width: 160px;
	margin-right: 0.5em;
	padding-top: 0.1em;
	text-align: right;
}

input.myText {
    width: 150px;
    margin-bottom: 3px;
    border: 1px solid;
}

textarea.myTextArea {
    width: 250px;
    margin-bottom: 3px;
    border: 1px solid;
}

select.mySelect {
    margin-bottom: 3px;
    color: black;
    background-color: white;
/*
    border: 0;
*/
}

select.myMultiSelect {
    width: 200px;
/*
    border: 0;
*/
}

input.myFile {
/*
    width: 250px;
*/
    margin-bottom: 3px;
    font-size: 10px;
    border: 1px solid #8D0202;

}

.myButton {
    margin: 2px;
    padding: 3px;
    font-size: 10px;
    font-weight: bold;
    color: black;
    background: white url(images/about_title_bg.gif) repeat-x left bottom;
    border: 1px solid black;
    cursor: pointer;
}
a.myButton, a.myButton:hover {
    overflow: hidden;
    display: block;
    color: black;
    text-decoration: none;
}

input.myHugeButton {
    width: 200px;
    height: 50px;
    color: white;
    background-color: #8D0202;
    font-weight: bold;
    border: 1px solid #666;
}

.test2 {
width:1000px;
height:100px;
background-color: #000000;
border: 0px solid #800063;
top:0px;
left:0px;
margin:0px;
padding:0px;
position:relative;
}
/* FONTS */
a.blanc {
text-decoration:none;
color:#FFFFFF;
}
a {
	text-decoration: underline;
	color: #8D0202;
}
a:hover {
	color: #8D0202;
	text-decoration: none;
}
h2 {
    font-size: 12px;
	color:#FFFFCC;
}
.statusError {
    color: red;
}
.important {
    color: red;
    font-weight: bold;
}
.endfloat {
    clear: both;
    height: 1px; font-size: 1px;
    visibility: hidden;
    margin: 0;
}
.dynamic-list-item {
	float: left;
	clear: left;
	width: 200px;
}
/* FOOTER */
.footer {
  margin-top: 2px;
  text-align: center;
  line-height: 400%;
  color: white;
  font-size: 10px; _font-size: 80%;
  background-color:#CCCCCC;
}
.footer a {
    color: white;
}
.vignettefiche2    { 
float:left;
display:block; 
overflow: hidden; 
width:90px; 
height:160px; 
padding:0; 
margin:5px; 
text-align:center; 
border:0px solid #000000;
} 
.crop    { 
display:block; 
overflow: hidden; 
width:90px; 
height:120px; 
padding:0px; 
margin:5px; 
text-align:center; 
border:1px solid #D9D9D9; 
}

.photo_name{
text-decoration: none;
font-weight:bold;
font-size:13px;
color:white;
font-family:verdana;
}

.premium-escorts {
  margin: 10px 0;
  padding: 0 0 5px 0;
}
.float-container-vip {
    overflow: hidden;
    width: 100%;
	border: 1px solid #800063;
	  background-color:#b3adda;
}
.escort-list-item {
  position: relative;
  float:left;
  height:195px;
  width:125px;
  margin: 5px;
  padding: 0 0 3px 0;
  color: #666666;
  background: transparent url("images/escort_list_item_bg.jpg") no-repeat;
  text-align: center;
  border:solid red 1px;
  overflow:hidden;
}
.escort-list-item2 {
  position: relative;
  float:left;
  height:195px;
  width:125px;
  margin: 5px;
  padding: 0 0 3px 0;
  color: #666666;
  background: transparent url("images/escort_list_item_bg2.jpg") no-repeat;
  text-align: center;
  border:solid red 1px;
overflow:hidden;
}
.escort-list-item3 {
  position: relative;
  float:left;
  height:195px;
  width:125px;
  margin: 5px;
  padding: 0 0 3px 0;
  color: #666666;
  background: transparent url("images/escort_list_item_bg3.jpg") no-repeat;
  text-align: center;
  border:solid red 1px;
overflow:hidden;
}


.new {
  position: absolute; left: -9px; top: -7px;
}
.showname {
  margin: 9px 0 2px 0;
  font-weight: bold;
  font-size: 13px; _font-size: 120%;
  color:white;
}
.photo img{
  display: block;
  padding: 0px;
  border: 1px white solid !important;
  margin: 0 auto;
margin-top:-10px;
}

.photo_ag img{
  display: block;
  padding: 0px;
  border: 1px white solid !important;
  margin: 0 auto;
margin-top:20px;
z-index:99;
}

.photo_ag3 img{
  display: block;
  padding: 0px;
  border: 1px white solid !important;
  margin: 0 auto;
margin-top:-22px;
z-index:99;
}


.creation-date {
    text-transform: uppercase;
}

.profile-card {
    float: left;
    width: 210px;
    background: url(images/card_bg.gif) repeat-y left top;
}
.profile-card-top {
    background: url(images/card_top_bg.gif) no-repeat left top;
}
.profile-card-bottom {
    padding: 5px 10px;
    background: url(images/card_bottom_bg.gif) no-repeat left bottom;
}

.profile-card h2 {
    color: #FFFFCC;
    font-size: 15px;
}
.profile-card .photo {
    text-align: center;
}
.profile-card .photo img {
    padding: 1px;
    border: 1px solid #8D0202;
}
.profile-card .photo p {
    margin: -10px 6px 0 6px;
    line-height: 1;
}
.profile-card .photo small {
    font-size: 9px;
}
.profile-card .photos {
    min-height: 16px;
    margin: 1em 0;
    padding-left: 25px;
    background: url(images/icon_photo.gif) no-repeat left top;
}
.profile-card .watchlist {
    min-height: 14px;
    margin: 1em 0;
    padding-left: 25px;
    background: url(images/icon_fav.gif) no-repeat 3px 0;
}
.profile-card .section {
    margin: 2em 0;
}
.center {
font-size:22px;
color:#FFF;
font-family:verdana;
background:black;
height:30px;
}