* {
	font-style: normal;
	font-weight: normal;
	list-style: none;
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
}
img {
	border: none;
}
html {
	background: #0b0b0b;
	color: #0b0b0b;
	font: small/150% Arial, Helvetica, Verdana, sans-serif;
	overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: -1px;
}
#wrapper {
	margin: 0 auto;
	width: 820px;
}
#content {
	background: #212121;
	float: left;
	padding: 0 10px;
	width: 800px;
}

#forgot_passwd {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	border: 2px solid #000000;
	width: 80%;
	}

/*** Header Components ********************************************************/

#header  {
	padding-top: 20px;
	position: relative;
}
#header h1 {
	padding-left: 5px;
	margin-bottom: 10px;
}
#header h1 a {
	background: transparent url("../images/logo.gif") no-repeat 0 0;
	display: block;
	height: 80px;
	width: 250px;
	overflow: hidden;
	line-height: 200px;
}
#header #linkbar {
	font-family: 'Lucida Grande', Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	position: absolute;
	right: 0;
	top: 55px;
	padding: 0 20px 0 0;
	height: 37px;
	line-height: 35px;
}
#header #linkbar * {
	float: left;
	font-size: 100%;
	color: #ffffff;
}
#header #linkbar li {
	background: transparent url("../images/vertical_separator.gif") no-repeat 0 50%;
	display: inline; /* be nice to IE */
	margin-left: 10px;
	padding-left: 12px;
}

#header #linkbar li.first {
	background: transparent;
}

#header #linkbar li a {
	color: #ffffff;
}

#header #linkbar li a:hover {
	color: #ed5395;
}

.pink {
	color: #ed5395;
}

/*** Search Components ********************************************************/

#search,
#login  {
	font-size: 85%;
	position: absolute;
	right: 35px;
	top: 25px;
}
#search a,
#search a span,
#index #maincontent form .button,
#index #maincontent form .button button {
	background: transparent url("../images/button_search.gif") no-repeat 0 0;
	border: none;
	color: #ffffff;
	cursor: pointer;
	float: left;
	display: block;
	height: 24px;
	line-height: 23px;
}
#search a span,
#index #maincontent form .button button {
	background-position: 100% 0;
	position: relative;
	padding-right: 17px;
	right: -29px;
	padding-bottom: 4px;
}
#search a:hover,
#index #maincontent form .button:hover {
	background-position: 0 -28px;
}
#search a:hover span,
#index #maincontent form .button:hover button {
	background-position: 100% -28px;
}
#search a:active,
#index #maincontent form .button:active {
	background-position: 0 -56px;
}
#search a:active span,
#index #maincontent form .button:active button {
	background-position: 100% -56px;
}

/*** Navigation Components ****************************************************/

#navigation {
	background: #212121  url("../images/bg_content.gif") no-repeat 0 0;
	height: 32px;
	width: 100%;
	padding-top: 5px;
	position: relative;
}
#navigation ul {
	padding-left: 10px;
}
#navigation * {
	float: left;
	cursor: pointer;
}
#navigation li a,
#navigation li a span {
	background: transparent url("../images/bg_tab.gif") no-repeat 0 0;
	display: block;
	height: 32px;
	line-height: 32px;
}
#navigation li {
	margin-right: 4px;
}
#navigation li a span {
	background-position: 100% 0;
	color: #ffffff;
	position: relative;
	padding-left: 10px;
	padding-right: 15px;
	right: -5px;
}
#navigation li a:hover {
	background-position: 0 -32px;
}
#navigation li a:hover span {
	background-position: 100% -32px;
}
#navigation li.current a,
#navigation li.current a:hover {
	background-position: 0 -64px;
}
#navigation li.current a span,
#navigation li.current a:hover span {
	background-position: 100% -64px;
	color: #0b0b0b;
}

/*** Contentheader Components *************************************************/

#contentheader * {
	float: left;
}
#contentheader {
	background-repeat: repeat-x;
	background-position:  0 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	overflow: hidden;
	padding: 20px 20px;
	position: relative;
	float: left;
	width: 760px;
}
* html #contentheader {
	height: 35px;
}
#contentheader h2 {
	font-size: 200%;
	margin: 0;
	float: left;
}
#contentheader h2 span {
	float: left;
	font-weight: bold;
	padding-right: 5px;
}
#contentheader h2 strong {
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	height: 21px;
	overflow: hidden;
	width: 21px;
	line-height: 200px;
}
#contentheader h2 .male {
	background-image: url("../images/icon_sex_male.gif");
}
#contentheader h2 .female {
	background-image: url("../images/icon_sex_female.gif");
}
#contentheader p {
	clear: both;
	text-transform: uppercase;
}
#contentheader .buttonrow {
	position: absolute;
	right: 30px;
	top: 20px;
	z-index: 1000;
}

/*** Button Components ********************************************************/

#wrapper .button,
#wrapper .button em {
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
	font-weight: bold;
	height: 23px;
	float: left;
	line-height: 23px;
	text-transform: none;
}
#wrapper .button em {
	background-position: 100% 0;
	display: block;
	position: relative;
	padding-right: 10px;
	right: -10px;
}
#wrapper .button:hover {
	background-position: 0 -23px;
}
#wrapper .button:hover em {
	background-position: 100% -23px;
}
#wrapper .button:active {
	background-position: 0 -46px;
}
#wrapper .button:active em {
	background-position: 100% -46px;
}

/*** Content Components *******************************************************/

#maincontent {
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: 0 0;
	border-top: 1px solid #ffffff;
	clear: both;
	float: left;
	width: 100%;
}
#maincontent .column {
	float: left;
	padding: 15px 20px 0 20px;
	width: 220px;
}
#maincontent .column.large {
	padding-right: 0;
	width: 500px;
}
#maincontent .column .column {
	padding-top: 0;
	padding-left: 0;
	width: 230px;
}
#maincontent .column .column.right {
	padding-right: 0;
}
#maincontent .row {
	clear: both;
}
#maincontent .imagecollection {
	float: left;
	padding-bottom: 10px;
}
#maincontent .imagecollection div {
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
	margin-right: 9px;
	margin-bottom: 10px;
	overflow: hidden;
	width: 64px;
	height: 64px;
}
#maincontent .imagecollection div.large {
	width: 210px;
	height: 190px;
}
#maincontent p {
	margin-bottom: 1em;
}
#maincontent h2 {
	font-size: 140%;
}
#maincontent h2,
#maincontent h3 {
	font-weight: bold;
	margin-bottom: 0.5em;
}
#maincontent .section {
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 1em;
	padding-bottom: 1em;
	clear: both;
	width: 100%;
}
#maincontent .section.lastchild {
	border-bottom: none;
}
#maincontent .section h4 {
	color: #aaaaaa;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
}
#maincontent .section dt {
	font-weight: bold;
}
#maincontent .section .column {
	padding: 0;
	margin-right: 20px;
	width: 225px;
}
#maincontent .linklist {
	margin-bottom: 15px;
}
#maincontent .linklist li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 0.2em 0;
}
#maincontent .linklist li.last {
	border-bottom: none;
}
#maincontent .linklist li a {
	background-repeat: no-repeat;
	background-position: 0 50%;
	color: #0b0b0b;
	padding-left: 14px;
}
#maincontent .linklist strong {
	font-weight: bold;
}

/*** Tab Components ***********************************************************/

#maincontent .tabbar {
	display: inline; /* be nice to IE */
	margin-left: -15px;
	padding-bottom: 20px;
	float: left;
	width: 480px;
}
#maincontent .tabbar * {
	float: left;
	font-weight: bold;
}
#maincontent .tabbar li a,
#maincontent .tabbar li a span {
 	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
	display: block;
	position: relative; /* be nice to IE */
}
#maincontent .tabbar li.current a,
#maincontent .tabbar li.current a span,
#maincontent .tabbar li a:hover,
#maincontent .tabbar li a:hover span {
	color: #0b0b0b;
}
#maincontent .tabbar li a span {
	background-position: 100% 0;
	position: relative;
	padding-top: 0.5em;
	padding-left: 10px;
	padding-right: 15px;
	right: -5px;
}
#maincontent .tabbar li {
	margin-right: 4px;
}

/*** Listing Components *******************************************************/

#maincontent .listing {
	border-collapse: collapse;
	clear: both;
	margin-bottom: 20px;
	margin-left: -10px;
	width: 100%;
}
#maincontent .listing caption {
	background-position: 10px 0.55em;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-weight: bold;
	margin-bottom: 2px;
	padding: 0.3em 10px;
	padding-left: 28px;
	text-align: left;
	text-transform: uppercase;
}
#maincontent .listing th,
#maincontent .listing td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 0.2em 0;
	vertical-align: top;
}
#maincontent .listing th {
	font-weight: bold;
	padding-left: 10px;
	padding-right: 20px;
	text-align: left;
	white-space: nowrap;
}
#maincontent .listing.small th {
	width: 90px;
}
#maincontent .listing.medium th {
	width: 180px;
}
#maincontent .listing.large th {
	width: 240px;
}
#maincontent .listing td {
	width: 100%;
}
#maincontent .listing.small td,
#maincontent .listing.medium td,
#maincontent .listing.large td {
	width: auto;
}
#maincontent .listing.small th,
#maincontent .listing.medium th,
#maincontent .listing.large th {
	white-space: auto;
}


/*** Infoarea Components ******************************************************/

#maincontent .infoarea {
	clear: both;
	float: left;
	margin-top: 1em;
	padding: 5px 0;
	padding-bottom: 20px;
	width: 800px;
}
#maincontent .infoarea h3 {
	font-weight: bold;
	font-size: 130%;
	margin-bottom: 0;
}
#maincontent .infoarea strong {
	color: #ed5395;
	font-weight: bold;
}

/*** Thumbnail Components *****************************************************/

#maincontent .thumbnail {
	display: inline; /* be nice to IE */
	float: left;
	font-size: 11px;
	line-height: 130%;
	margin-right: 11px;
}
#maincontent .thumbnail img {
	background: #ffffff;
	width:50px;
	height:50px;
	margin-bottom: 5px;
	padding: 3px;
}
#maincontent .thumbnail a {
	color: #ffffff;
	display: block;
	font-weight: normal;
	width: 68px;
	text-align: left;
}
#maincontent .thumbnail em {
	display: block;
	font-weight: normal;
}

/*** Footer Components ********************************************************/

#footer {
	background: transparent url("../images/bg_footer.gif") no-repeat 0 0;
	font-size: 11px;
	float: left;
	clear: both;
	padding: 22px 10px;
	position: relative;
	width: 800px;
}
#footer a {
	color: #ed5395;
}
#footer ul {
	position: absolute;
	right: 15px;
	top: 17px;
}
#footer ul * {
	float: left;
}
#footer ul li {
	display: inline; /* be nice to IE */
	font-size: 85%;
	margin-left: 10px;
	padding-left: 10px;
}
#footer ul li a {
	color: #ffffff;
	display: block;
}
#footer ul .flag a {
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0.2em 0;
	padding-left: 30px;	
}
#footer ul .flag.en a {
	background-image: url("../images/flag_en.gif");
}
#footer ul .flag.de a {
	background-image: url("../images/flag_de.gif");
}
#footer ul li a:hover {
	color: #ed5395;
}
#footer ul li.first {
	background: transparent;
}

.flag {
	width:22px;
	height:22px;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0.2em 0;
	padding-left: 3px;	
}

#droplist {
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:11px;
	font-weight:strong;
	text-align:center;
}

/*** Start Page Specific Components *******************************************/

#index #content {
	background: #212121  url("../images/bg_content.gif") no-repeat 0 0;
	padding-top: 10px;
}
#index #slide-show {
	border-bottom: 1px solid #000;
	position: relative;
	float: left;
	height: 465px;
	width: 100%;
}
#index #slide-show li {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
#index #slide-show #joinnow {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
#index #slide-show #joinnow img {
	height: 55px;
	width: 190px;
}
#index #slide-show #findoutmore {
	position: absolute;
	right: 15px;
	top: 240px;
}
#index #slide-show #findoutmore img {
	height: 32px;
	width: 126px;
}
#index #maincontent {
	background: #171717;
	padding: 10px 0;
	padding-top: 1px;
	border: none;
	color: #ffffff;
	text-shadow: 1px 1px 2px #000;
	position: relative;
	margin-top: -140px;
	z-index: 1000;
}
#index #content > #maincontent {
	background: transparent url("../images/bg_maincontent.png") repeat-x 0 0;
}
#index #maincontent h2 {
	letter-spacing: 0;
	margin-bottom: 1.2em;
	padding-bottom: 0;
}
#index #maincontent h2.separator {
	background: transparent url("../images/horizontal_separator.gif") repeat-x 0 100%;
	padding-bottom: 0.5em;
}
#index > #wrapper #maincontent h2.separator {
	background-image: url("../images/horizontal_separator.png");
}
#index #maincontent h2 span {
	color: #ed5395;
	font-weight: bold;
}
#index blockquote {
	background: transparent url("../images/icon_quote.gif") no-repeat 0 0.45em;
	font-size: 100%;
	text-indent: 20px;
}
#index blockquote * {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	line-height: 160%;
	text-shadow: 1px 1px 2px #000;
}
#index blockquote cite {
	color: #ed5395;
	font-size: 80%;
	white-space: nowrap;
	text-shadow: none;
}
#index #maincontent a {
	color: #ed5395;
	font-style: normal;
	text-shadow: none;
}
#index #maincontent a:hover {
	color: #ffffff;
}
#index .column {
	background: transparent url("../images/vertical_separator2.gif") no-repeat 300px 0;
	width: 276px;
}
#index #maincontent > .column {
	background-image: url("../images/vertical_separator2.png");
}
#index #maincontent .column.large {
	background: transparent;
	width: 450px;
}
#index #maincontent form {
	padding-bottom: 10px;
	overflow: hidden;
}
#index #maincontent form select,
#index #maincontent form option {
	font-size: 90%;
	min-width: 40px;
}
#index #maincontent form em {
	float: left;
	width: 8em;
}

/*** Login Components *********************************************************/

#login {
	background: transparent url("../images/bg_linkbar.gif") no-repeat 0 0;
	color: #858585;
	right: 0;
	top: -2px;
	padding: 7px 20px;
	float: left;
}

#login * {
	float: left;
}
#login input {
	background: #ffffff url("../images/bg_input.gif") repeat-x 0 0;
	border: 1px solid #000;
	font-size: 100%;
	margin-left: 5px;
	margin-right: 10px;
	padding: 0.2em 0.2em;
	width: 80px;
}
#login a {
	color: #ed5395;
	text-decoration: underline;
}
#login button {
	background: transparent url("../images/button_ok.gif") no-repeat 0 0;
	border: none;
	cursor: pointer;
	height: 19px;
	width: 28px;
	overflow: hidden;
	line-height: 200px;
	text-indent: 200px;
}
* html #login button {
	text-indent: 0;
}

/*********************************/
/* stars */
#starsTable
{
	width:100%;
}

#starsTableTopde
{
	height:25px;
	font:bold 11px Arial, Verdana, Helvetica;
	color:#fff;
}


.starsDetailsde
{
	height:118px;
	text-align:left;
	font:11px Arial, Verdana, Helvetica;
	color:#000000;
	vertical-align:top; 
}

.starsPseudo
{
	font: 11px Arial, Helvetica, Sans-Serif;
	color:#ed5395;
}

.starsSearch
{
	text-align:left;
	font:bold 11px Arial, Verdana, Helvetica, Sans-Serif;
	color:#ffffff;
}

/***********************/
a.loginblack, a.loginblack:active, a.loginblack:visited, a.loginblack:hover, .loginblack{
/*
type: text title signup
description: normal
color: black
size: 11
*/
font-family:Arial, Helvetica, Sans-Serif;
color:#000000;
font-size:11px;
}

a.loginblack, a.loginblack:active, .loginblack{
text-decoration:none;
}

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

#mdp{
width: 760px;
font-family: Arial, Verdana, Helvetica;
font-size: 11px;
color: #666668;
border-top: 1px solid #FFFFFF;
}

#mdp_cell1{
width:532px;
padding-left: 10px;
}

.cor1, .cor2, .cor3, .cor4, .cor_w1, .cor_w2, .cor_w3, .cor_w4 {
		position: absolute;
		width: 10px;
		height: 9px;
		background-repeat: no-repeat;
		padding: 0px;
		z-index: 3;
	}
	.cor1, .cor_w1{
		background-image: url(../img/cor1.jpg);
		background-position: top left;
		left: -1px;
		top: -1px;
	}
	.cor_w1{
		background-image: url(../img/cor_w1.jpg);
	}
	.cor2, .cor_w2{
		background-image: url(../img/cor2.jpg);
		background-position: top right;
		right: -1px;
		top: -1px;
		z-index: 3;
	}
	.cor_w2{
		background-image: url(../img/cor_w2.jpg);
	}
	.cor3, .cor_w3 {
		background-image: url(../img/cor3.jpg);
		background-position: right bottom;
		bottom: -1px;
		right: -1px;
		z-index: 3;
	}
	.cor_w3{
		background-image: url(../img/cor_w3.jpg);		
	}
	.cor4, .cor_w4 {
		background-image: url(../img/cor4.jpg);
		background-position: left bottom;
		bottom: -1px;
		left: -1px;
		z-index: 3;
	}
	.cor_w4{
		background-image: url(../img/cor_w4.jpg);
	}
	
#page {
	width: 774px;
  	position: relative;
	background-color: #f1f1f1;
	border: #A0A0A0 solid 1px;
	font: 11px Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: #666666;
	padding: 13px 13px 0px 13px;	
	border-bottom: none;
}

.page_bottom {
	width: 100%;
	position: relative;
	background-color: #f1f1f1;
	border: #A0A0A0 solid 1px;
	border-top:0;
	font: 11px Arial, Helvetica, Verdana, Geneva, sans-serif;
	height:13px;
}

.txtnorm {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
.txtnorms {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	text-decoration: none;
}

.vignette img
{
	border: 3px solid #dfcef0;
}

a:hover img
{
	border-color: #af8dda;
}

a.lnkwhite,a.lnkwhite:visited
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #dfcef0;
	font-size: 11px;
	text-decoration: none;
}

a.lnkwhite:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #af8dda;
	font-size: 11px;
	text-decoration: none;
}

a.lnkpays,a.lnkpays:visited
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
}

a.lnkpays:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #663398;
	font-size: 11px;
	text-decoration: overline underline;
}

a.lnkpaysht,a.lnkpaysht:visited
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

a.lnkpaysht:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #FFF;
	font-size: 11px;
	text-decoration: overline underline;
}

a.lnkviolet,a.lnkviolet:visited
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #A079C4;
	font-size: 11px;
	text-decoration: none;
}

a.lnkviolet:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #9B00CC;
	font-size: 11px;
	text-decoration: none;
}

a.lnkviolet2,a.lnkviolet2:visited
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #9966CB;
	font-size: 11px;
	text-decoration: none;
}

a.lnkviolet2:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #9900CC;
	font-size: 11px;
	text-decoration: none;
}

a.lnk12tem,a.lnk12tem:visited
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #666668;
	font-size: 12px;
	text-decoration: none;
}

a.lnk12tem:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #C70099;
	font-size: 12px;
	text-decoration: none;
}

a.lnk12,a.lnk12:visited
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #E82ACA;
	font-size: 12px;
	text-decoration: none;
}

a.lnk12:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #C70099;
	font-size: 12px;
	text-decoration: none;
}

.hvblack11
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000;
	font-size: 11px;
}

.hvwhite11
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #FFFFFF;
	font-size: 11px;
}

.hvwhite12
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #dfcef0;
	font-size: 12px;
}

.hvfuschia12
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #E82ACA;
	font-size: 12px;
}

.hvgrey11
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #666668;
	font-size: 11px;
}

.hvgrey12
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #666668;
	font-size: 12px;
}

.hvblack12
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000;
	font-size: 12px;
}

.hvwhite12
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #FFFFFF;
	font-size: 12px;
}

.hvviolet
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #B58CDB;
	font-size: 11px;
}

.hvviolet2
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #9966CB;
	font-size: 11px;
}

.log
{
	font-family: Arial, Helvetica, Sans-Serif;
	border:1px solid #999999;
	color:#333333;
	width:72px;
	font-size:11px
}

#page {
	width: 794px;
  	position: relative;
	background-color: #ffffff;
	border: #A0A0A0 solid 1px;
	font: 11px Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: #666666;
	padding: 13px 13px 0px 13px;	
	border-bottom: none;
}

.page_bottom {
	width: 100%;
	position: relative;
	background-color: #ffffff;
	border: #A0A0A0 solid 1px;
	border-top:0;
	font: 11px Arial, Helvetica, Verdana, Geneva, sans-serif;
	height:13px;
}

.cor1, .cor2, .cor3, .cor4, .cor_w1, .cor_w2, .cor_w3, .cor_w4 {
	position: absolute;
	width: 10px;
	height: 9px;
	background-repeat: no-repeat;
	padding: 0px;
	z-index: 3;
}

.cor1, .cor_w1 {
	background-image: url(../img/cor1.jpg);
	background-position: top left;
	left: -1px;
	top: -1px;
}

.cor_w1{
	background-image: url(../img/cor_w1.jpg);
}

.cor2, .cor_w2 {
	background-image: url(../img/cor2.jpg);
	background-position: top right;
	right: -1px;
	top: -1px;
	z-index: 3;
}

.cor_w2 {
	background-image: url(../img/cor_w2.jpg);
}

.cor3, .cor_w3 {
	background-image: url(../img/cor3.jpg);
	background-position: right bottom;
	bottom: -1px;
	right: -1px;
	z-index: 3;
}

.cor_w3{
	background-image: url(../img/cor_w3.jpg);		
}

.cor4, .cor_w4 {
	background-image: url(../img/cor4.jpg);
	background-position: left bottom;
	bottom: -1px;
	left: -1px;
	z-index: 3;
}

.cor_w4 {
	background-image: url(../img/cor_w4.jpg);
}

/***********************/
a.mediumtxterror, a.mediumtxterror:active, a.mediumtxterror:visited, a.mediumtxterror:hover, .mediumtxterror
/*
type: texte
description: alerte
couleur: orange
taille: 11
*/
{
	font-family:Arial, Helvetica, Sans-Serif;
	color:#FF6600;
	font-size:12px;/*11*/
}

a.mediumtxterror, a.mediumtxterror:active, .mediumtxterror
{
	text-decoration:none;
}

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

a.mediumtxterror,a.mediumtxterror:visited,a.mediumtxterror:active,.mediumtxterror{
font-family:Arial,Helvetica,Sans-Serif;
color:#FF6600;
font-size:12px;/*11*/
text-decoration:none;
}

/****************************************/

a.smalltxterror, a.smalltxterror:active, a.smalltxterror:visited, a.smalltxterror:hover, .smalltxterror
/*
type: texte
description: alerte
couleur: orange
taille: 11
*/
{
	font-family:Arial, Helvetica, Sans-Serif;
	color:#FF6600;
	font-size:11px;/*11*/
}

a.smalltxterror, a.smalltxterror:active, .smalltxterror
{
	text-decoration:none;
}

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

a.smalltxterror,a.smalltxterror:visited,a.smalltxterror:active,.smalltxterror{
font-family:Arial,Helvetica,Sans-Serif;
color:#FF6600;
font-size:11px;/*11*/
text-decoration:none;
}

#hl_gender, #hl_login, #hl_password, #hl_password2, #hl_bdate, #hl_country, 
#hl_region, #hl_city, #hl_email, td.yesno, .pad_18, #hl_gender2, #hl_terms{	
color:#FF6600;	
}

a.mediumtxtstr,a.mediumtxtstr:visited,a.mediumtxtstr:active,.mediumstrtxt,.mediumtxt{
font-family:Arial,Helvetica,Sans-Serif;
color:#333333;
font-size:12px;/*11*/
text-decoration:none;
}

a.lnksmallaction img, a.lnksmallaction:visited img, a.lnksmallaction:hover img, a.lnksmallaction:active img, .txtnorm img,a.txtnorm img, a.txtnorm:visited img, a.txtnorm:hover img, a.txtnorm:active img, .txtnorm img
{
	text-decoration:none;
}

/****************************************/

a.txtnorm, a.txtnorm:active, a.txtnorm:visited, a.txtnorm:hover, .txtnorm
/*
type: texte
description: normal
color: grey
size: 11
*/
{
	font-family:Arial, Helvetica, Sans-Serif;
	color:#666666;
	font-size:12px;/*11*/
}

a.txtnorm, a.txtnorm:active, .txtnorm
{
	text-decoration:none;
}

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

a.txtnorml, a.txtnorml:active, a.txtnorml:visited, a.txtnorml:hover, .txtnorml {
/*
type: text
description: normal
color: grey
size: 11
*/
font-family: Arial, Helvetica, Geneva, Sans-Serif;
color:#666666;
font-size:11px;
letter-spacing: 0;
}

a.txtnorml, a.txtnorml:active, .txtnorml {
text-decoration:none;
}

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

/***********************/
a.txtnormhi, a.txtnormhi:active, a.txtnormhi:visited, a.txtnormhi:hover, .txtnormhi
/*
type: texte
description: highlight
couleur: rose
taille: 11
*/
{
	font-family:Arial, Helvetica, Sans-Serif;
	color:#ED4ED5;
	font-size:12px;/*11*/
}

a.txtnormhi, a.txtnormhi:active, .txtnormhi
{
	text-decoration:none;
}

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

.txtnormhi li{
 	list-style: none;
	padding-left: 20px;

 }
 
 .line {
	border-bottom: solid 1px #C7C7C7;
	margin-top: 2px;
	margin-bottom: 2px;
}

td.titleaction, .titleaction
/*
type: text
description: normal
color: black
size: 16
*/
{
	font-family:Verdana, Helvetica, Sans-Serif;
	color:#666666;
	font-size:14px;
	font-weight:bold;
}

.filet,.filet td
{
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	padding: 0px;
	border: 0px none transparent;
}


