/* -------------------------------
 * Layouts
 * -------------------------------
 */
 
body {
  font-family: Helvetica, sans-serif;
  background-color: #e5e5e5;
  margin: 0px;
  padding: 0px;
}

img {
	border: 0px;
}

div#left {
  width: 800px;
  float: left;
}

div#wrapper {
  width: 1020px;
  height: auto;
}

div#header {
  width: 800px;
  height: 120px;
}

div#leftColumn {
  width: 240px;
  float: left;
  padding-left: 20px;
}

div#centerColumn {
  height: auto;
  width: 538px;
  float: right;
}

div#right {
  float: left;
  margin-left: 10px;
  margin-top: 20px;
}

.clear {
  clear: both;
}

.hidden{
  display: none;
}

div#footer {
	clear: both;
	height: 40px;
	text-align: center;
	font-size: 10px;
	margin-top: 20px;
	padding-top: 10px;
	padding-left: 80px;
}

div#footer a{
	text-decoration: underline;
}

a{
	color: #555555;
	text-decoration:none;
}
a:hover{
	color: #E79E37;
}

/* -------------------------------
 * Search
 * -------------------------------
 */
div#searchBox {
  background: url(/assets/images/search_iconWide.gif) top left no-repeat;
  width: 55px;
  height: 22px;
  float: right;
  margin:-3px 15px 0px 0px;
  cursor: pointer;
}

input#searchInput {
  border: none;
  background-color: white;
  height: 16px;
  font-size:11px;
  width: 110px;
  margin:9px 0px 0px 15px;	
  color: #444444;
}

#searchState,#searchCity,#searchPhoto,#searchOnline{
text-align:left;
vertical-align:bottom;
height:16px;
}

input#searchInput:focus {
  outline: 0 none;
}

.searchCountryBox, .searchCityStateBox {
	width: 250px;
	margin-bottom: 2px;
	margin-top: 2px;
}

div#searchBoxFull {
	background: url(/assets/images/search_full_background.png) bottom left no-repeat;
	width: 290px;
	height: 0px;
	position: absolute;
	top: 188px;
	left: 506px;
	z-index: 25;
}

div#searchBoxFull input, 
div#searchBoxFull select {
	margin:3px 0px 0px 0px;
}

div#searchBoxContent {

	padding:11px 22px 15px 17px; 
	visibility: hidden;
}

div.knob {
	width: 8px;
	height: 20px;
	background: url(/assets/images/slider_knob.png) top left no-repeat;
	cursor: pointer;
}

div#maxKnob {
    margin:0px 0px 0px 1px;
	float:left;
}

div.slider {
	width: 100px;
	background:url(/assets/images/bkg_slider_grey.jpg) top left repeat-x; 
	height:20px;
}

div#searchBoxContent h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	color: #444444;	
	margin-bottom: 10px;
	font-size: 12px;
}

div#sliderBackground, div.sliderBackground {
	position: absolute; 
	background:url(/assets/images/bkg_slider.jpg) repeat-x; 
	height: 8px;
	margin-top: 1px;
	margin-left: 62px;
}

div#searchBoxContent label {
	font-size: 11px;
	color: #444444;
	height: 16px;
	vertical-align:bottom;
	margin:0px 5px 0px 5px;
		
}

div#searchBoxContent p {
	margin: 0px;
	padding: 0px;
}

div.sliderLabel {
	color: #444444;
	margin:0px 10px 2px 0px;
	font-size:11px;
}

div.sliderLabel.right {
	float: left;
	margin:0px 0px 0px 10px;

}

div#searchBtn {
	margin:10px 0px 0px 0px;
}

/* -------------------------------
 * Languages
 * -------------------------------
 */
.imageBacked {
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-left: 22px;
  margin-left: 5px;
}

/* -------------------------------
 * Headings
 * -------------------------------
 */
 
h2 {
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  color: white;
  font-weight: normal;
  padding:0px 0px 0px 0px;	
  margin:2px 0px 0px 10px;
}

/* -------------------------------
 * Logo
 * -------------------------------
 */
 
div#logo {
  width: 260px;
  height: 120px;
  float: left;
}
 
img#imgLogo {
  margin-left: 50px;
  margin-top: 20px;
  width: 170px;
  height: 84px;
}

/* -------------------------------
 * Menu
 * -------------------------------
 */
 
div#menuBox {
  
  margin:0px 0px 0px 20px;
  margin:0px 0px 0px 20px;
  width: 780px;
  
}

div#itemsBox {
  width: 750px;
  margin:0px 0px 0px 10px;
  height: 31px;
}

div#itemsBox li a,div#itemsBox li,div#itemsBox ul {
	float:left;
	margin:0;
	padding:0
}

div#itemsBox ul {
	list-style:none
}

div#itemsBox li {
	height:31px;
	width:auto;
	background:url('/assets/images/menu_item_left.png') no-repeat left top;
	padding-left:10px
}

div#itemsBox li.first,div#itemsBox li.right {
	background-image:url('/assets/images/menu_first_item_left.png')
}

div#itemsBox li.last a,div#itemsBox li.right a {
	background-image:url('/assets/images/menu_last_item.png')
}

div#itemsBox li.last {
	margin-right: 50px;
}

div#itemsBox li a {
	font-size:13px;
	font-family: helvetica,sans-serif;
	font-weight: normal;
	line-height: 31px;
	color:#fff;
	display:block;
	padding-left:12px;
	padding-right:22px;
	text-decoration:none;
	background:url('/assets/images/menu_item.png') no-repeat right top
}

div#itemsBox li.active,div#itemsBox li:hover,div#itemsBox li.right {
	background-position:left bottom
}

div#itemsBox li.active a,div#itemsBox li:hover a, div#itemsBox li.right a {
	background-position:right bottom
}

/* -------------------------------
 * SubMenu
 * -------------------------------
 */

div#submenuBox {
  background: url('/assets/images/menu_sub_background.png') top left no-repeat;
  width: 780px;
  height: 35px;
  clear: both;
  padding:10px 0px 0px 0px;
}

.subitemsBox {
  padding:0px 0px 0px 20px;
  font-size: 13px;
  font-weight:normal;
}

.subitemsBox ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
  float: left;
}

.subitemsBox li {
  margin: 0px 8px 0px 8px;
  padding: 0px 0px 0px 0px;
  float: left;
  width: auto;
}

.subitemsBox li a {
	color: white;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	display: block;
	float: left;
	font-weight: 500;
}

/*
.subitemsBox li a.selected, .subitemsBox li a.selected:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
*/

.subitemsBox li a.selected,
.subitemsBox li a:hover 
{
	color: #ffffff;
	text-decoration: none;
	border-bottom:1px solid #ffffff;
}

/* -------------------------------
 * Mijn Profiel
 * -------------------------------
 */

div#extraMenuBtn {
  
  background: url(/assets/images/menu_first_item_left.jpg) bottom left no-repeat;
  float: left;
  height: 31px;
  width: auto;
  margin: 0px 0px 0px 60px;
  padding: 0px 0px 0px 5px;

}

div#extraMenuBtn a {
  padding-right: 30px;
}



/* -------------------------------
 * Banners
 * -------------------------------
 */
 
/*468x60*/
.bannerTopBox {
  width: 540px;
  height: 84px;
  float: right;
}

.bannerTopLeft {
  margin:20px 0px 0px 0px;
  background: url('/assets/images/left_banner_top.png') no-repeat;
  width: 16px;
  height: 84px;
  float: left;
}

.bannerTopCenter {
  margin:20px 0px 0px 0px;
  padding:12px 0px 0px 20px;
  background-color: white;
  width: 488px;
  height: 72px;
  float: left;
 
  
}

.bannerTopRight {

  margin:20px 0px 0px 0px;
  background: url('/assets/images/right_banner_top.png') no-repeat;
  width: 16px;
  height: 84px;
  float: left;
}

/*Skyscraper*/
.bannerRightBox {
  
}

.skyscraperBox {
  height: 600px;
  padding: 0px 15px;
width: 120px;
  clear: both;
  background-color: #ffffff;
}

.skyscraperParentBox{
  overflow: visible;
  padding-bottom:15px;
  width: 150px;
}

.buttonRightBox {
  padding:0px 0px 0px 5px;
  width: 145px;
}

.buttonLeftBox {
  width: 187px;
  padding:5px 0px 0px 45px;
}

div#bannerLeft1
{
	float: left; 
	margin-bottom: 10px;
}

/* -------------------------------
 * Boxes
 * -------------------------------
 */
.spacer {
  height: 10px;
}

.spacerBig {
  height: 20px;
}

.boxRightTop {
  background: url('/assets/images/right_top.png') no-repeat;
  width: 150px;
  height: 16px;
}

.boxRightTopLeft{
  height: 15px;
  width: 15px;
  float: left;
  clear: left;
  background: url(/assets/images/rounded-body-corner-tl.png) no-repeat top left;
}

.boxRightTopRight{
  height:15px;
  width:15px;
  float: right;
  clear: right;
  background: url(/assets/images/rounded-body-corner-tr.png) no-repeat top right;
}

.boxRightCenter {
  background-color: white;
  margin-top: -2px;
}

.boxRightBottom {
  background: url('/assets/images/right_bottom.png') no-repeat;
  width: 150px;
  height: 16px;
}

.boxRightBottomLeft{
  position: relative;
  height:15px;
  width:15px;
  float: left;
  clear: left;
  background: url(/assets/images/rounded-body-corner-bl.png) no-repeat bottom left;
}

.boxRightBottomRight{
  position: relative;
  height:15px;
  width:15px;
  float: right;
  clear: right;
  background: url(/assets/images/rounded-body-corner-br.png) no-repeat bottom right;
}

.boxLeftHeader {
  background: url('/assets/images/left_header.png') no-repeat;
  width: 232px;
  height: 26px;
  padding-top: 5px;
}

.boxLeftTop {
  background: url('/assets/images/left_top.png') no-repeat;
  width: 232px;
  height: 16px;
}

.boxLeftCenter {
  background-color: white;
  margin:-5px 0px 0px 0px;
}

.boxLeftBottom {
  background: url('/assets/images/left_bottom.png') no-repeat;
  width: 232px;
  height: 16px;
}

.boxCenterHeader {
  background: url('/assets/images/center_header.png') no-repeat;
  width: 538px;
  height: 26px;
  padding:5px 0px 0px 0px;
 }

.boxCenterCenter {
  margin-top: -5px;
  background-color: white;
  width: 538px;
}

.boxCenterCenter.padded
{
	width: 528px;
	padding: 5px;
}

.boxCenterBottom {
  background: url('/assets/images/center_bottom.png') no-repeat;
  width: 538px;
  height: 16px;
}

.boxColumnHeader {
  background: url('/assets/images/column_header.png') no-repeat;
  width: 264px;
  height: 26px;
  padding:5px 0px 0px 0px;
  }

.boxColumnBottom {
  background: url('/assets/images/column_bottom.png') left bottom no-repeat;
  width: 264px;
  height: 16px;
}

/* -------------------------------
 * Info box
 * -------------------------------
 */
 
div#infoBox {
  width: 150px;
  height: 168px;
}

.infoBoxBody {
  height: 137px;
}

.infoImage {
  float: left;
  width: 50px;
  height: 40px;
  margin:0px 0px 0px 18px;
}

div#infoStatsProfiles {
  margin:6px 0px 0px 0px;
  font-size:12px;
  font-weight:normal;
  color: #07285f;
  float: left;
  width: 75px;
  text-align: center;
  text-indent: 11px;
}

div#infoStatsOnline {
  margin-top: 6px;
  font-size: 12px;
  color: #2a4f8d;
  float: right;
  width: 75px;
  text-align: center;
  text-indent: -4px;
}

div#infoStatsOnline a, div#infoStatsProfiles a{
	color: #3960a1;
	font-weight:bold;
	text-decoration: none;
}
div#infoStatsOnline a:hover, div#infoStatsProfiles a:hover{
	color: #07285f;
	font-weight: bold;
	text-decoration: underline;
}

div#infoLinks {
  font-size: 11px;
  color: #999999;
  margin:15px 0px 0px 5px;
  text-align:left;
}
img.infoHelp{
	height:24px; 
	width:24px;
	margin:0px 41px 0px 25px;
	border:none;
	
}

a.infoHelp{
	text-decoration:none;
	border:none;
	font-weight: bold;
	}

div#infoLinks a {
  color: #555555;
  text-decoration:none;
}

div#infoLinks a:hover {
  color: #555555;
  text-decoration:none;
}

div#infoLanguage {
  padding:15px 0px 0px 10px;
}

.infoLanguageBox {
  width: 128px;
   
}

/* -------------------------------
 * Spotlight
 * -------------------------------
 */
 
div#spotlightContainer {
	min-height: 199px;
}

/* -------------------------------
 * Messenger
 * -------------------------------
 */

div#messageClick
{
	float: left; 
	width: 232px; 
	margin-bottom: 10px;
}
 
div#messenger {
  width: 232px;
  height: 425px;
}

.messengerBoxBody {
  height: 383px;
  width: 232px;
}

div#numMessages {
  color: #ff9900;
  font-size: 14px;
  padding:13px 0px 10px 30px;
  margin:0px 0px 0px 21px;
  float: left;
  height: 15px;
  line-height: 15px;
}

div#numMessages.newMessage{
	background: url('/assets/images/messenger_new_message.jpg') no-repeat scroll left 9px;
}

div#messageText {
	margin:0px 0px 0px 10px;
	padding:13px 0px 0px 0px;
	color: #555555;
	font-size: 12px;
	float: left;
}
div#messageText.noMessages{
	position: relative; 
	right: 9px;
}

div#messengerList {
  margin:0px 0px 0px 20px;
  padding:10px 0px 0px 0px;
  height: 330px;
  overflow-x: hidden;
  overflow-y: auto;
  clear: both;
}

div#messengerList ul {
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
}

div#messengerList li {
  font-size: 13px;
  margin:-8px 0px 0px 0px;
  padding:3px 0px 0px 30px;
  height: 31px;
  width: auto;
  background: url('/assets/images/messenger_icon_message.jpg') top left no-repeat;
  cursor: pointer;
  float: left;
  clear: both;
}
div#messengerList li.hasMessage{
	background: url('/assets/images/messenger_icon_highlight_anim.gif') top left no-repeat;
}

.online {
  color: #66cc00;
}

.offline {
  color: #ff0000;
}

.away {
	color: #bcbcbc;
}

#messengerList-ul li.sessionbuddy, #messengerList-ul li.sessionbuddy a{
	color: #726561;
	text-decoration:none;	
}

#messengerList-ul a
{
	white-space: nowrap;
}

.offline a {
  color: #ff0000;
  text-decoration: none;
}

.online a:hover, .away a:hover {
  color: #000000;
}

.offline a:hover{
  color: #ff0000;
}

.online a {
  color: #66cc00;
  text-decoration: none;
}

.away a {
  color: #bcbcbc;
  text-decoration: none;
}

/* -------------------------------
 * Login
 * -------------------------------
 */

div#login {
	width: 232px;
	float: left;
	margin-bottom: 10px;
}

.loginBoxBody {
  height: 190px;
  padding:10px 10px 15px 15px;
}

.loginBoxBody p, .loginBoxBody label {
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #444444;
}

.loginBoxBody .button {
	margin:0px 12px 0px 0px;

	
}

input.type-text, textarea.type-text {
	border: 1px solid #bcbcbc;
	font-size: 15px;
	margin:0px 0px 7px 0px;
	padding:2px 2px 2px 2px;
	background: url(/assets/images/input_bg.gif) top left repeat-x #ffffff;
	color: #333333;
}

select#status {
	width: 190px;
}

input.type-text.login {
	width: 190px;
}

input.type-text.invalid {
	background: url(/assets/images/input_bg_invalid.jpg) top left repeat-x;
}

form, input, select, label, span, textarea {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align:bottom;
}

/* -------------------------------
 * Home
 * -------------------------------
 */

hr.line {
  height: 1px;
  width: 100%;
  border: 0px;
  margin:4px 0px 0px 0px;
  padding:5px 0px 0px 0px; 
 
}

hr.line.nieuws {
  background-color: #ffa343;
} 

hr.line.stijl, hr.line.entertainment {
  background-color: #ffca00;
} 

hr.line.video {
  background-color: #c80240;
} 

hr.line.lijf, hr.line.gezondheid {
  background-color: #04a22b;
} 

hr.line.opinie, hr.line.columns {
  background-color: #020da3;
} 

hr.line.uit, hr.line.uitgaan {
  background-color: #6b05a7;
} 

.boxColumnHeader h2.bold {
  font-weight: normal;
}

.subitemsBox li a.nieuws:hover, h2.nieuws {
  color: #ff9900;
} 

.subitemsBox li a.stijl:hover, h2.stijl, .subitemsBox li a.entertainment:hover, h2.entertainment {
  color: #ffca00;
}

.subitemsBox li a.video:hover, h2.video {
  color: #d70141;
}

.subitemsBox li a.lijf:hover, h2.lijf, .subitemsBox li a.gezondheid:hover, h2.gezondheid {
  color: #26b215;
}

.subitemsBox li a.opinie:hover, h2.opinie, .subitemsBox li a.columns:hover, h2.columns {
  color: #101fba;
}

.subitemsBox li a.uit:hover, h2.uit, .subitemsBox li a.uitgaan:hover, h2.uitgaan {
  color: #8517da;
}

h2.home {
  color: #444444;
}

.columnBodyLarge {
  height: 300px;
  width: 264px;
}

.columnBodyMedium {
  height: 270px;
  width: 264px;
}

.columnBodySmall {
  height: 225px;
  width: 264px;
}

.columnBodyHalf {
  height:300px;
  width: 264px;
}

p.itemText {
	height:50px;	
}

.left {
	float: left;
}

.right {
	float: right;
}

.columnSpacer {
  margin:0px 0px 10px 0px;
}

div#lijf {
	margin:-110px 0px 0px 0px;
}

div.linkList {
	margin:10px 0px 0px 2px;
	padding:0px 10px 0px 10px;
	width: 264px;
	height: auto;

}

div.linkList.normal {
	margin:0px 0px 0px 0px;
	padding:20px 10px 0px 10px;
}

div#video div.columnBodyMedium .linkList {
	margin:0px 0px 0px 0px;
	
}

div.columnBodyMedium .linkList {
	margin:10px 0px 0px 0px;
}

div.columnBodyMedium .linkList.normal {
	margin:0px 0px 0px 0px;

}

div#lijf div.columnBodyMedium.html .linkList {
	margin:28px 0px 0px 0px;
	
}

div.columnBodyMedium.html .linkList {
	margin:40px 0px 0px 0px;
	}

div.linkList ul {
	margin: 0;
	padding: 0;
}

div.columnBodyLarge div.linkList ul
{
	overflow: hidden; 
	width: 240px;
} 

div.linkList li {
	margin:0;
	padding: 0;
	list-style: none;
	height: 18px;
}

div.linkList a{
	display: block;
	background: url('/assets/images/arrow_grey.jpg') top left no-repeat transparent;
	text-decoration: none;
	font-size: 11px;
	color: #444444;
	padding:0px 0px 0px 15px;
	white-space: nowrap;
	overflow: hidden;
}

div.linkList a:hover, a.arrow:hover {
	background: url(/assets/images/arrow_orange.gif) top left no-repeat;
	color: #ff9900;
}

a.arrow {
	display: block;
	width: 35px;
	height: 10px;
	font-size: 10px;
	background: url(/assets/images/arrow_grey.gif) top left no-repeat;
	text-decoration: none;
	font-weight: normal;
	padding:0px 0px 0px 15px;
	margin:0px 15px 0px 0px;
	color: #444444;
	float: right;

}

a.arrow.password {
	margin: 0px 0px 0px 0px;
	float: none;
	width: 170px;
}

a.arrow.weblog {
	margin: 0px 0px 0px 0px;
	float: none;
	width: 100px;
}

a.arrow.search {
	margin: 5px 0px 2px 0px;
	float: left;
	font-size: 11px;
	width: 400px;
}

div.rankingList {
	padding:5px 10px 0px 10px;
	margin:0px 0px 0px 2px;
	width: 264px;
	height: auto;
	
}

div.rankingList ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
} 

div.rankingList li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	list-style: none;
}

div.rankingList a {
	display: block;
	width: 250px;
	height: 20px;
	text-decoration: none;
	font-size: 0.7em;
	color: #555555;
	padding:5px 0px 0px 29px;
	
}

div.rankingList a:hover {
	background-position: bottom left;
	color: #ff9900;
}

div.rankingList a.nieuws {
	background: url(/assets/images/arrow_nieuws.jpg) top left no-repeat;
}

div.rankingList a.entertainment {
	background: url(/assets/images/arrow_stijl.jpg) top left no-repeat;
}

div.rankingList a.video {
	background: url(/assets/images/arrow_video.jpg) top left no-repeat;
}

div.rankingList a.columns {
	background: url(/assets/images/arrow_opinie.jpg) top left no-repeat;
}

div.rankingList a.uitgaan {
	background: url(/assets/images/arrow_uit.jpg) top left no-repeat;
}

div.rankingList a.gezondheid {
	background: url(/assets/images/arrow_lijf.jpg) top left no-repeat;
}

div.itemHeader {
	width:264px;
	height:107px;
	background: url(/assets/images/item_header_background.jpg) top left no-repeat;
}

div.itemHeader img {
	float: left;
	width: 99px;
	height: 99px;
}

div.itemHeader img.print {
	margin: 65px 20px 0px 0px;
	cursor: pointer;
	float: right;
	width: 17px;
	height: 17px;
}

div.itemTitle {
	float: left;
	width: 145px;
	height: 80px;
	padding: 10px;
	overflow: hidden;
}

div.itemTitle h3 {
	font-size: 14px;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
	color: #555555;
	margin-bottom: 5px;
	font-weight: normal;
}

div.itemTitle h2 {
	font-weight:normal;
	font-size: 17px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #444444;
	line-height: 20px;
	height: 55px;
}

.columnBodyMedium p.author, .columnBodySmall p.author {
	font-size: 11px;
	color: #444444;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.itemTitle p.author {
	font-size: 11px;
	color: #444444;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: auto;
	
}

.columnBodyMedium p, .columnBodySmall p, .boxCenterCenter.section p {
	width: 230px;
	clear: both;
  padding:10px 10px 10px 15px;
  margin: 0px 0px 0px 0px;
  font-size: 11px;
  color: #333333;
}

.boxCenterCenter.section p {
	width:500px;
}

p.reacties {
	width:100px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 11px;
  color: #444444;
  font-weight: normal;
  padding-left: 15px;
  float: left;
}

.columnBodySmall p.reacties {
	margin-top: 30px;
}

.columnBodySmall .arrow {
	margin-top: 30px;
}

/* -------------------------------
 * Profile
 * -------------------------------
 */
 
div#profile {
  width: auto;
}

div#profileBoxBody {
  height: auto;
}

div#profileLeft {
  float: left;
  width: 195px;
  margin-left: 10px;
}

div#profilePhotoBox {
	border: 0 none transparent; 
	width: 195px; 
	height: 250px;
	font-size: 0;
	cursor: pointer;
	color: #ffffff;
}

div#profileInfo {
  float: left;
  padding-left: 20px;
  height: auto;
  width: 286px;
  margin-top: 0px;
}

div#profileInfo ul {
  margin: 0px;
  padding: 0px;
  padding-right: 10px;
  margin-top: -46px;
  list-style: none;
  float: left;
}

div#profileInfo li {
  font-size: 11px;
  padding:0px 0px 4px 0px;
}

.light {
  margin:2px 0px 0px 0px;
  color: #999999;
  width: 85px;
}

.dark {
  margin:2px 0px 0px 0px;
  color: #444444;
}

div#profileMoreInfo {
  width: 286px;
  height: 23px;
  cursor: pointer;
  margin:6px 0px 0px 0px;
  font-weight: bold;
}

div#profileMoreInfo p {
  color: #FFFFFF;
  font-size: 12px;
  padding:6px 0px 0px 10px;
  font-weight:normal;
}

.profileMoreInfoOff {
  background: url(/assets/images/profile_more_info.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}

.profileMoreInfoOn {
  background: url(/assets/images/profile_more_info.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
}

div#profileStats {
  float:left;
  padding:10px 0px;
  
}

div#profileStats ul {
  margin:0px 0px 0px 0px;
}

div#profileStats li {
  padding:0px 0px 4px 0px;
  
}

div#profileStats p {
  font-size: 11px;
  font-weight: bold;
  color: #444444;
  clear: both;
  padding:8px 0px 5px 0px;
  margin: 0px 0px 0px 0px;
 
}

.ulSignFix {
	margin:25px 0px 0px 0px;
}

img#profileSign {
  margin:0;
  margin-left: 4px;
  width: 18px;
  height: 14px;
}

.profileName {
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin: 7px 0px 20px 0px;
  padding:2px 0px 0px 0px;
  float: left;
  width: 250px;
}

img#profileValidation {
  float: left;
  width: 29px;
  height: 28px;
}

div#profileMembership {
  padding:15px 0px 0px 40px;
}

/* -------------------------------
 * Photos & Videos
 * -------------------------------
 */
 
div#photoVideo {
  width: 538px;
  height: auto;
}

div#photoVideoBoxBody {
  height: 140px;
}

div#flvPlayer { 
  margin:0px 0px 0px 70px;
  padding:25px 0px 0px 0px;
}

/* -------------------------------
 * About
 * -------------------------------
 */
 
div#about {
  width: 538px;
  height: auto;
}

.aboutBoxBody {
	width: 518px;
	height: auto;
	font-size: 11px;
	padding: 10px 10px 15px 10px;
	color:#444444;
}

.aboutBoxBody p {
  width: 518px;
}

/* -------------------------------
 * Venues
 * -------------------------------
 */
 
div#venues {
  width: 538px;
  height: 180px;
}

.venuesBoxBody {
  height: 120px;
}

/* -------------------------------
 * Comment
 * -------------------------------
 */
div#commentMeta{
	float: left;
	font-size: 11px;
	color: #666666;
	margin:3px 0px 0px 0px;
}

div#commentInfo{
	font-size: 11px;
	color: #666666;
}
div#commentSaved-text{
	display: none;
}
div#commentMeta.commentSaved{
	color: #66cc00;
	font-weight:bold;
}


/* -------------------------------
 * Section
 * -------------------------------
 */
 
div.sectionHeader {
	width: 538px;
	height: 50px;
}

div.sectionHeader h1 {
	font-size: 20px;
	color: #ffffff;
	margin:0px 0px 0px 0px;
	padding:10px 10px 10px 10px;
}

div.sectionHeader.nieuws {
	background: url(/assets/images/nieuws_main_header.jpg) top left no-repeat;
}

div.boxColumnHeader.nieuws {
	background: url('/assets/images/nieuws_header_small.png') top left no-repeat;
}

div.sectionHeader.lijf, div.sectionHeader.gezondheid {
	background: url(/assets/images/lijf_main_header.jpg) top left no-repeat;
}

div.boxColumnHeader.lijf, div.boxColumnHeader.gezondheid {
	background: url('/assets/images/lijf_header_small.png') top left no-repeat;
}

div.sectionHeader.uit, div.sectionHeader.uitgaan {
	background: url(/assets/images/uit_main_header.jpg) top left no-repeat;
}

div.boxColumnHeader.uit, div.boxColumnHeader.uitgaan {
	background: url('/assets/images/uit_header_small.png') top left no-repeat;
}

div.sectionHeader.opinie, div.sectionHeader.columns {
	background: url(/assets/images/opinie_main_header.jpg) top left no-repeat;
}

div.boxColumnHeader.opinie, div.boxColumnHeader.columns {
	background: url('/assets/images/opinie_header_small.png') top left no-repeat;
}

div.sectionHeader.stijl, div.sectionHeader.entertainment {
	background: url(/assets/images/stijl_main_header.jpg) top left no-repeat;
}

div.boxColumnHeader.stijl, div.boxColumnHeader.entertainment {
	background: url('/assets/images/stijl_header_small.png') top left no-repeat;
}

div.sectionHeader.video {
	background: url(/assets/images/video_main_header.jpg) top left no-repeat;
}

div.boxColumnHeader.video {
	background: url(/assets/images/video_header_small.jpg) top left no-repeat;
}

h2.section {
	color: #ffffff;
	height: 17px;
	overflow: hidden;
}

/* -------------------------------
 * Section page
 * -------------------------------
 */
 
.boxCenterHeader.lijf, .boxCenterHeader.gezondheid {
  background: url('/assets/images/lijf_header_big.png') top left no-repeat;
}

.boxCenterHeader.nieuws {
  background: url('/assets/images/nieuws_header_big.png') no-repeat;
}

.boxCenterHeader.video {
  background: url(/assets/images/video_header_big.jpg) no-repeat;
}

.boxCenterHeader.stijl, .boxCenterHeader.entertainment {
  background: url('/assets/images/stijl_header_big.png') no-repeat;
}

.boxCenterHeader.opinie, .boxCenterHeader.columns {
  background: url('/assets/images/opinie_header_big.png') no-repeat;
}

.boxCenterHeader.uit, .boxCenterHeader.uitgaan  {
  background: url('/assets/images/uit_header_big.png') no-repeat;
}

div.itemHeader.big {
	width:438px;
	height:100px;
	background: url(/assets/images/item_header_big_background.jpg) top left no-repeat;
}

div.itemTitle.big {
	width: 350px;
}

div.itemTitle.big p.author {
	margin:0px 0px 0px 5px;
}

div.itemTitle.big h2.big {
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	margin:0px 0px 0px 5px;
	height: auto;
	
}

div.articleBody {
	padding: 15px 15px 15px 15px;
}

div.articleBody p {
	color: #333333;
	margin: 0px;
	padding:0px 0px 0px 0px;
	font-size: 13px;
}



div.articleBody hr {
	background-color: #cccccc;
	height: 1px;
	width: 100%;
	border: 0px;
	clear: both;
}

div.articleBody span {
	color: #444444;
	font-size: 12px;
} 


div.articleBody span a {
	text-decoration: underline;
	color: #444444;
}

div.articleBody span a:hover {
	text-decoration: underline;
	color: #ff9900;
}

div.articleBody span img{
	
	padding:0px 0px 0px 0px;
	margin:5px;
	display:block;

	 
	
	}

div.articleBody embed
{
	margin-left:auto;
	margin-right:auto;
}


div.articleBody embed.left
{
	float:left;
}

div.articleBody embed.right
{
	float:right;
}

div.articleBody center
{
	display:block;
	clear:both;
}



/* -------------------------------
 * Agenda
 * -------------------------------
 */

div.boxCenterCenter table {

 	color: #333333;
 	padding: 15px;
 	width: 95%;
 	background-color:#ffffff;
}

div.boxCenterCenter table td {
 vertical-align: top;
}

div.boxCenterCenter table a {
	text-decoration: none;
	color: #333333;
}

div.boxCenterCenter table tr:hover {
	/*background-color: #eaeaea;*/
}

/* -------------------------------
 * Dashboard
 * -------------------------------
 */
.dashboardBoxBody {
	height: auto;
}

div#dashboardContent {
	width: 285px;
}

div#dashboardContent h2 {
	font-size: 18px;
	color: #444444;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 15px;
	
}

div#dashboardContent h2 strong {
	color: #ff9900;
	font-weight: normal;
}

div#dashboardContent p {
	font-size: 0.7em;
	color: #262626;

	padding: 12px;
	margin: 0px;
	padding-left: 15px;
}

div#dashboardContent p strong {
	color: #e79e37;
}

div#dashboardContent a.arrow {
	width: 100px;
	cursor: pointer;
	color: #e79e37;
}

div.goldmemberBanner {
	margin-left: 10px;
	margin-top: 15px;
	background: url(/assets/images/goldmember_banner.jpg) top left no-repeat;
	width: 517px;
	height: 68px;
}

div.goldmemberBanner p {
	width: 230px;
}

div.tips {
	width: 228px;
	margin-right: 15px;
	margin-top: 20px;
}

div.tipsHeader {
	background: url(/assets/images/tip_header.jpg) top left no-repeat;
	width: 228px;
	height: 7px;
}

div.tipsBottom {
	background: url(/assets/images/tip_bottom.jpg) top left no-repeat;
	width: 228px;
	height: 7px;
}

div.tipsBody {
	width: 228px;
	height: auto;
	background-color: #f4f4f4;
}

div.tipsBody p {
	padding: 15px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
	font-size: 0.7em;
	color: #262626;
}

div.tipsBody h2 {
	font-size: 0.7em;
	color: #262626;
	padding-top: 10px;
}

div.tipsBody img {
	margin-left: 15px;
}

/* -------------------------------
 * User menu
 * -------------------------------
 */
 
ul.userMenuList {
	padding: 10px;
	margin: 0px;
	list-style: none;
}

ul.userMenuList li {
	padding:3px 0px 0px 35px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	height: 25px;
	
}

ul.userMenuList li a {
	font-size: 11px;
	color: #444444;
	text-decoration: none;
}

ul.userMenuList li a:hover {
	color: #ff9900;
	text-decoration: none;
}

ul.userMenuList li a.selected {
	color: #ff9900;
}

ul.userMenuList li.myAccount {
	background: url(/assets/images/icon_menu_account.jpg) top left no-repeat;
}

ul.userMenuList li.myProfile {
	background: url(/assets/images/icon_menu_profile.jpg) top left no-repeat;
}

ul.userMenuList li.myTravel {
	background: url(/assets/images/icon_menu_travel.jpg) top left no-repeat;
}

ul.userMenuList li.myVideos {
	background: url(/assets/images/icon_menu_vidoes.jpg) top left no-repeat;
}

ul.userMenuList li.myFriends {
	background: url(/assets/images/icon_menu_friends.jpg) top left no-repeat;
}

ul.userMenuList li.myInvites {
	background: url(/assets/images/icon_menu_invites.jpg) top left no-repeat;
}

.userMenuBoxBody {
	/*height: 220px;*/
	width: 232px;
}

.userMenuBoxBody .button {
	width: 110px;
	margin:10px 15px 0px 0px ;
	float: right;

}

.userMenuBoxHeader.up {
	background: transparent url('/assets/images/usermenu_header_up.png') no-repeat scroll 0 0;
}

.userMenuBoxHeader.down {
	background: transparent url('/assets/images/usermenu_header_down.png') no-repeat scroll 0 0;
}

/* -------------------------------
 * Button
 * -------------------------------
 */
 
div.button {
 	height: 21px;
 	padding:0px 0px 0px 10px;
 	width: auto;
	cursor: pointer;
	
}
 
div.button a, div.button input {
 	display: block;
 	width: auto;
 	height: 21px;
 	text-decoration: none;
 	font-size: 12px;
 	font-weight: bold;
 	color: #ffffff;
	line-height: 21px;
	text-align: center;
	padding:0px 10px 0px 0px;
	
}

div.button input{
	border:none;
	padding-bottom: 2px;
}

div.button.large input{
	width: 100%;
}

 
div.button.buttonCornerOn {
	background: url(/assets/images/button_left.gif) bottom left no-repeat;
}

div.button.buttonCornerOff {
	background: url(/assets/images/button_left.gif) top left no-repeat;
}

div.button .buttonOn {
	background: url(/assets/images/button.gif) bottom right no-repeat;
}

div.button .buttonOff {
	background: url(/assets/images/button.gif) top right no-repeat;
}

/* NEW VERSIONS */
div.btn {
	background-image:url(/assets/images/button_left.gif);
	background-repeat: no-repeat;
	padding-left:10px;
	float:left;
	white-space:nowrap
}

div.btn,div.btn a,div.btn input {
	height:21px
}

div.btn.right {
	float:right
}

div.btn a,div.btn input {
	font-size:12px;
	font-family: helvetica,sans-serif;
	font-weight: bold;
	line-height: 21px;
	padding-right:10px;
	display:block;
	width:auto;
	cursor: pointer;
}

div.btn a {
	background-image:url(/assets/images/button.gif);
	background-repeat; no-repeat;
	color:#fff
}

div.btn a,div.btn a:hover {
	text-decoration:none
}

div.btn a:hover,div.btn input {
	color:white
}

div.btn input {
	background-color:transparent;
	background-image:url(/assets/images/button.gif);
	background-repeat; no-repeat;
	border:none;
	cursor:pointer;
	padding-bottom:2px;
	padding-top:1px;
	letter-spacing:0
}

div.btn.blue:hover,div.btn {
	background-position:left bottom
}

div.btn.blue:hover input,div.btn input,div.btn.blue:hover a,div.btn a {
	background-position:right bottom
}

div.btn.blue,div.btn:hover {
	background-position:left top
}

div.btn.blue input,div.btn:hover input,div.btn.blue a,div.btn:hover a {
	background-position:right top
}

/* -------------------------------
 * Visitors
 * -------------------------------
 */
.visitorsBoxBody {
	width: 508px;
	height: auto;
	padding: 15px;
}

div#visitorsContent p {
	font-size: 11px;
	color: #444444;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div#visitorsContent div.tips p {
	padding: 10px;
}

div#visitorsContent p strong.orange {
	color: #ff9900;
}

div#visitorsContent p strong.big {
	font-size: 12px;
}

div#visitorsContent div.tips img.goldmember {
	margin:0px 0px 0px 35px;
	
}

input.type-text.pincode {
		width: 60px;
		margin:0px 0px 5px 0px;
	
}

.button.pincode {
	width: 100px;
	margin:10px 0px 0px 0px;
	
}

.latestVisitorsBoxBody {
       height:140px;
}

/* -------------------------------
 * Comments
 * -------------------------------
 */

.comment {
	clear: both;
	padding:10px 0px 0px 0px;
	float: left;
	width: 510px;
	border-bottom: 1px solid #BCC1C3;
}

div#commentsBoxBody, div#sendCommentBoxBody {
	width: 508px;
	padding:15px 15px 0px 15px;
	height: auto;
}

div#commentsBoxContents {
	width: auto;
	height: auto;
}

.commentUserPhoto {
	width: 70px;
	height: 35px;
	float: left;
	margin:0px 0px 5px 0px;
	background-position: center center;
	background-repeat: no-repeat;
}

.commentContent {
	width: 425px;
	float: left;
	margin:0px 10px 5px 0px;
	height: auto;

}

.commentContent span.commentTitle {
	color: #444444;
	font-size: 11px;
}

.commentContent span.commentTitle strong {
	color: #bcbcbc;
	height: auto;
}

.commentContent p {
	font-size: 11px;
	color: #444444;
	margin: 0px 0px 0px 0px;
	padding: 0;
	overflow: hidden;
}

.pages {
	margin-top: 20px;
	height: 20px;
	text-align: center;
}

.pages.topPages{
	margin: 0px 0px 0px 0px;
	padding:0px 0px 15px 0px;
	border-bottom: 1px solid #BCC1C3
}

.pages p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	color: #444444;
	width: 100%;
	text-align: center;
}

.pages p a {
	text-decoration: none;
	color: #444444;
	font-size: 11px;
	font-weight: normal;
	cursor: pointer;
	margin:0px 5px 0px 0px;
}

.pages p strong{
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	margin:0px 5px 0px 0px;
}

.pages p a:hover{
	color: #0289CD;
}


textarea#commentMessage {
	width: 510px;
	height: 65px;
	resize: none;
	
}

div#sendCommentBoxBody a.arrow {
	float: none;
	width: 500px;
	margin-bottom: 10px;
}

div#sendCommentBoxBody .button {
	width: 100px;
	float: right;
	margin-top: 10px;
}

span.quote{
	border: 1px solid rgb(206, 205, 205); 
	padding: 5px; 
	display: block; 
	font-weight: bold; 
	background-color: rgb(235, 235, 235);
	margin: 4px 0px;
}
span.quotetext{
	display: block; 
	font-weight: normal; 
	font-style: italic;
}

span.strong{
	font-weight: bold;
}

span.emph, span.em{
	font-style: italic;
}

span.u, span.underline{
	text-decoration: underline;
}

span.strike{
	text-decoration: line-through;
}

div#usermenu
{
	float:left;
}

div#usermenu img#gotoprofile{
	
	margin:-5px 0px 0px 5px;
}
p.notice{
	padding: 5px; 
	font-size: 11px; 
	color: #AFAFAF; 
	text-align: center; 
	margin: 3px 3px 0px 3px;
	padding:0px 0px 8px 0px;

	
}

p.notice.error{
	background-color: #FFD7D7;
	border:1px solid red;
	color: #FF0000;
}

div#shoutButton{
	text-align: right; 
	margin-top: 5px;
}

.blurred{
	opacity: 0.5;
}

div#messengerStatus{
	width: 70px; 
	margin:-1px 0px 0px 0px; 
	height: 18px; 
	float: right; 
	background-image: url('/assets/images/messenger_status.png'); 
	
}

div#messengerStatus.away{
	background-position: -70px 0;
}

div#messengerStatus.offline{
	background-position: -140px 0;
}

div#addBuddyLayer{
	font-size: 11px; 
	border-right: 1px solid rgb(218, 218, 218); 
	background: rgb(255, 255, 255) url('/assets/images/add_buddy_bg.gif') repeat-x scroll left center; 
	float: left; 
	width: 338px; 
	height: 49px; 
	position: absolute; 
}

img#addBuddyLayerCancel{
	position:absolute; 
	right: 5px; 
	top: 5px; 
	cursor: pointer
}

div#addBuddyLayer div.button{
	position: absolute; 
	right: 5px; 
	bottom: 5px;
}

div#addBuddyLayerContent{
	padding-top: 7px; 
	margin-left: 16px;
}
img#addBuddyLayerLoading{
	width: 20px; 
	position: absolute; 
	right: 23px; 
	bottom: 5px;
}
div#addBuddyLayerDone{
	padding-top: 12px; 
	padding-left: 19px;
}

div.aboutBoxBody div#textContainer{
	width: 518px;
	overflow: hidden;
	margin: 0;
}


/* -------------------------------
 * Weblogs
 * -------------------------------
 */


div.weblogText{
	font-size: 11px;
	padding:10px 10px 10px 10px;
	color:#444444;
	width: 518px;
}

div.weblogText.loading{
	color: transparent;
	background: url('/assets/images/loading.gif') transparent no-repeat center center;
}

div.weblogBottom{
    font-size: 10px;
	padding:10px 0px 2px 0px;
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
	height: 16px;
	color:#444444;
}

div.weblogMore, div.weblogDelete{
	padding:2px 10px 0px 10px;
	text-align: right;
	position:relative;
	left: 400px;
	top:-14px;
	width: 118px;
}
div.weblogOlder{
    font-size: 11px;
    padding:10px 10px 0px 10px;
}
a#weblogOlder{
	float: right;
}

div.weblogDate{
	padding:2px 0px 0px 10px;
    font-size:10px;
    color:#444444;
	width: 200px;
}

div.weblogEntry, div.weblogBottom
{
	width: 538px;
}

/* RECTANGLE BANNER */

div.left_columnSpacer_rectangle{
	
	width:228px;
	margin:0px 0px 10px 0px;
	padding:0px;
	float:left;

	
	}


div.left_boxColumnHeader_rectangle{
	
	height:26px;
	width:228px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image: url('/assets/images/column_header_228px.png');
	background-repeat:no-repeat;
	background-position:top left;
	overflow:hidden;
	
	
	}
div.left_boxColumnHeader_rectangle h2.home.bold{
	
	font-family: Helvetica, sans-serif;
  	font-size: 12px;
  	color:#444444;
  	font-weight: normal;
  	padding:0px 0px 0px 0px;	
  	margin:6px 0px 0px 10px;
	font-weight:bold;
	overflow:hidden;
		
	
	}
div.boxLeftCenter_rectangle{
	
	width:218px;
	background-color:#fff;
	height:203px;
	margin:0px;
	padding:5px 10px 0px 0px;
	overflow:hidden;
	
	
	}



div.left_boxColumnBottom_rectangle{
	
	width:228px;
	height:16px;
	background-position:left top;
	background-image:url('/assets/images/column_bottom_228px.png');
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px;
	padding:0px;
	overflow:hidden;

	}
	
div.right_columnSpacer_rectangle{
	
	height:250px;
	width:300px;
	padding:0px;
	margin:0px;
	background-color:#d0d0d0;
	
	float:right;
	
	}

div.banner_rectangle{
	
	height:250px;
	width:300px;
	visibility:visible;
	
	
	}

div.boxCenterHeader.edit h2
{
	width: 400px;
	float: left;
}

div.boxCenterHeader.edit span
{
	display: block;
	float: right;
	margin: 2px 10px 0 10px;
	font-size:12px;
	color: white;
}

div.boxCenterHeader.edit span a
{
	color: white;
}

div.loginBoxBody div.button
{
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

div.loginBoxBody input#loginBtn
{
	float: right;
}
dl.settings {
	margin:0
}

dl.settings,dl.settings dd,dl.settings dt {
	float:left
}

dl.settings dd,dl.settings dt {
	font-size:0.7em
}

dl.settings dt {
	font-weight:bold;
	margin:10px;
	vertical-align:top;
	width:120px;
	clear:both
}

dl.settings dd {
	width:150px;
	margin-left:0;
	margin:10px 0
}

dl.settings dd label {
	display:block;
	margin-bottom:5px
}

dl.settings dd label input {
	margin-right:5px
}

div.profileIcons {
	float: left; 
	background-color: rgb(255, 255, 255);
}

div.profileIcons ul
{
	padding: 0;
	margin: 10px 10px 0 10px;
	width: 518px;
}

div.profileIcons ul li
{
	background: none left center no-repeat transparent;
	list-style-type: none;
	display: inline-block;
	float: left;
	width: 43px;
	color: #555555;
	font-size: 11px;
	padding-left: 33px;
	margin-right: 6px;
	height: 37px;
	vertical-align: top;
	overflow: hidden;
	cursor: pointer;
	line-height: 11px;
}

div.profileIcons ul li.blurred
{
	opacity: 0.5;
	cursor: default;
}

div.profileIcons ul li.blurred a:hover
{
	color: #555555;
	cursor: default;
}

div.profileIcons ul li.loading
{
	background-image: url('/assets/images/loading.gif') !important;
}

div.profileIcons li#sendMessage
{
	background-image: url('/assets/images/icon_send_message.jpg');
}

div.profileIcons li#addBuddy
{
	background-image: url('/assets/images/icon_add_friend.jpg');
}

div.profileIcons ul li#addFavorite
{
	background-image: url('/assets/images/icon_add_favorite.jpg');
}

div.profileIcons li#removeTraces
{
	background-image: url('/assets/images/icon_remove_traces.jpg');
}

div.profileIcons li#addAlert
{
	background-image: url('/assets/images/icon_online_alert.jpg');
}

div.profileIcons li#reportProfile
{
	background-image: url('/assets/images/icon_report_abuse.jpg');
}

/* PAYMENT EROTIC CONTENT */
div.payment {
	background:url('/assets/images/payment_erotic_bg.png') top left no-repeat #ffffff;
	font-family: helvetica; 
	font-size:15px;
	padding-left: 4px; width: 534px;
}

div.payment div.text {
	padding: 10px 10px 10px 200px; 
	min-height: 100px;
}

div.payment div.text a{
	color: #e79e37;
}

div.payment div.text a:hover{
	text-decoration: underline;
}

div.payment div.grey {
	width: 517px; 
	height: 73px;  
	background: url('/assets/images/payment_erotic_bg_grey.png') no-repeat left top transparent; 

	font-size: 14px; 
	padding: 5px; 
	text-align: center; 
	padding-top: 13px; 
	color: white;
}

div.payment div.grey div.call {
	float: left; 
	line-height: 15px; 
	width: 320px; 
	text-align: center; 
	margin-left: 125px;
}

div.payment div.grey div.call input#codeInput {
	padding: 3px; 
	border-width: medium 1px 1px medium; 
	border-style: none solid solid none; 
	border-color: #999999;
	margin-left: 100px; margin-top: 0px; margin-right: 10px;
	float: left;
	font-size: 14px;
}

div.payment div.grey div.call input#codeInput.error {
	border-color: #FF0000;
	background-color: #FFCFCF;
}

div.payment div.grey div.disc {
	clear: both; 
	font-size: 10px; 
	padding-top: 4px;
}

div.payment div.gold {
	width: 505px; 
	height: 166px; 
	background: url('/assets/images/payment_erotic_bg_gold.png') no-repeat top left; 
	padding: 10px; 
	padding-top: 20px; 
	color: #a66600; 
	text-align: center; 
	line-height: 20px; 
	position: relative;
}

div.payment div.gold.slim {
	background-image: url('/assets/images/payment_erotic_bg_gold_slim.png');
	padding: 10px;
	height: 79px;
}

div.payment div.gold span {
	color: black;
}

div.payment div.gold div.disc {
	font-size: 10px; 
	padding-top: 6px; 
	padding-bottom: 21px;
}

div.payment div.gold div.recommended {
	background: url('/assets/images/payment_erotic_recommended.png') top left; 
	width: 34px; 
	height: 84px; 
	position: absolute; 
	left: 4px; 
	top: 105px; 
}

div.payment div.gold.slim div.recommended {
	top: 10px;
}

div.payment div.gold div.goldmember {
	padding: 0 54px; 
	width: 400px; 
	text-align: center; 
	cursor: pointer
}