@charset "iso-8859-1";
@import url(../../base/css/index.css);
@import url(login_section.css);
/*------------------*/

	/*---------- Main content section ----------*/
	div#first_column {
		position: relative;
		width: 370px;
		margin-left: 10px;
		margin-right: 10px;
		float: left;
	}
	
	div#second_column {
		position: relative;
		width: 370px;
		float: left;
	}

	/*---------- Login section ----------*/	
	div#login_section_block, div#logged_section_block {
		width: 322px;
		height: 38px;
		left: 2px;
		position: relative;		
		float: right;	
		border: 0px solid red;
	}
	div#login_section_block div.lf_column {
		width: 110px;
		position: relative;
		float: left;	
		text-align: left;
		font-weight: bold;
		color: #c37e3b;
	}
	div#login_section_block div.submit {
		width: 100px;
		height: 19px;
		border: 1px solid #660000;
		overflow: hidden;
	}
	input.login_form_input {
		width:100px;
		font-family: Arial, Georgia, Verdana, "Times New Roman", Times, serif;
		font-size:12px;
		background-color:#300000;
		border:1px solid #680000;
		font-weight:bold;
		color:#956b3b;
		padding-left: 2px;
	}
	input.login_form_submit_common, input.login_form_submit_active {
		width:100px;		
		border: 0px;
		background: transparent;
		text-transform: lowercase;
		font-family: Arial, Georgia, Verdana, "Times New Roman", Times, serif;
		font-size:12px;
		font-weight:bold;
		color:#956b3b;
		cursor: pointer;
	}
	input.login_form_submit_active {
		color: #fefff0;
	}
	div.logged_section_block {
		position:relative;
		height:35px;
		border:0px solid red;
		text-align:center;
		padding-left:20px;
	}
	div.logged_section_block div {
		position:relative;
		float:left;
		height:20px;
		line-height:20px;
		vertical-align:middle;
		border:0px solid red;
		margin-top:9px;
		margin-right:5px;
	}
	/*----- Thumbnail block -----*/	
	div.usr div.thumbnail_block {
		width: 43px;
		height: 43px;
	}

	/*----- Main content section -----*/
	div.submit {
		width: 100px;
		height: 19px;
		margin-left: auto;
		margin-right: auto;
		background-image: url(../images/pas_bgMain.jpg);
		border: 1px solid #660000;
		overflow: hidden;
	}
	input.form_submit_common, input.form_submit_active {
		width:100px;		
		border: 0px;
		background: transparent;
		font-family: Arial, Georgia, Verdana, "Times New Roman", Times, serif;
		font-size:12px;
		font-weight:bold;
		color:#956b3b;
		cursor: pointer;
	}
	input.form_submit_active {
		color: #fefff0;
	}
	div#MemberStat, div#Featured, div#index_login_section
	{
		position:relative;
		margin:0px;
		padding:0px;
		display:block;
	}
	/*----- Member statistics section -----*/
	div#MemberStat
	{
		position:relative;
		display:block;
	}
	div.membes_statistic_block
	{
		position:relative;
		text-align:center;
	}
	div.member_stat_block
	{
		position:relative;
		display:block;
		width:150px;
		height:auto;
		margin:0px auto;
		border:0px solid red;
		overflow:hidden;
		text-align:left;
	}
	div.member_stat_block div
	{
		border:0px solid red;
		margin:2px 0px;
	}
	div.member_stat_block div select {
		margin:0px;
		padding:0px;

		background-color:#300000;
		border: 1px solid #680000;

		font-weight:bold;
		color:#956b3b;
		vertical-align:middle;
		font-family: Arial, Georgia, Verdana, "Times New Roman", Times, serif;
	}

	div.siteStatUnit {
		position: relative;
		float: left;
		width: 115px;
	}
	
	div.siteStatUnit img {
		width: 16px;
		height: 16px;
	}

	/*----- Quick search -----*/
	div#QuickSearchIndex
	{
		position:relative;
		display:block;
	}
	div.qsi_line {
		position:relative;
		overflow:hidden;
		height:20px;
		margin-bottom:2px;
	}

	div.qsi_first {
		position:relative;
		float:left;
		width:80px;
		line-height:18px;
		vertical-align:middle;
		text-align:right;
		white-space:nowrap;
	}
	div.qsi_second
	{
		position:relative;
		float:left;
		width:102px;
		left:6px;
	}
	div.qsi_second select, input {
		margin:0px;
		padding:0px;

		background-color:#300000;
		border: 1px solid #680000;

		font-weight:bold;
		color:#956b3b;
		vertical-align:middle;
		font-family: Arial, Georgia, Verdana, "Times New Roman", Times, serif;
	}
	div.qsi_second input
	{
		padding:1px 1px;
	}

/*----- Survey section -----*/
	div#Survey {
		position:relative;
		display:block;
	}
	div.survey_block {
		position:relative;
	}
	div.survey_question {
		position:relative;
		margin-bottom:10px;
		text-align:left;
		font-weight:bold;
		color: #956b3b;
	}
	div.survey_answer_block {
		margin: 0px;
	}
	div.survey_answer {
		margin: 2px;
		padding: 4px;
	}
	div.survey_answer input {
		border: none;
	}

	/*----- Latest news section -----*/
	div#News {
		position:relative;
		display:block;
	}
	div.news_title {
		position:relative;
		margin-left:20px;
		margin-bottom:5px;
		font-weight:bold;
		color: #c37e3b;
		vertical-align:middle;
	}
	div.news_title img {
		position:absolute;
		top:0px;
		left:-18px;
	}
	div.news_text {
		position:relative;
		line-height:18px;
	}
	div.news_date {
		position:relative;
		text-align:right;
		font-style:italic;
		padding-right:5px;
		margin:3px 0px;
	}
	div.news_divider {
		position:relative;
		margin:10px 0px;
		border-bottom:1px solid #c37e3b;
	}

	/*----- Newsletter section -----*/
	div#NewsLetters {
		position:relative;
		display:block;
	}
	div#NewsLetters .text {
		position:relative;
		text-align:left;
	}
	div#NewsLetters .email_here {
		position:relative;
		text-align:center;
		margin-top:10px;
	}
	div#NewsLetters .input {
		position:relative;
		margin-top:4px;
		text-align:center;
	}

	/*----- Top Rated section -----*/
	div#TopRated {
		position:relative;
		display:block;
	}
	div#prof_of_month,
	div#prof_of_week,
	div#prof_of_day {
		width:115px;
		margin-left:0px;
		margin-right:0px;
		left:0px;
		float:left;
		position:relative;
	}
	div.top_rated_head {
		position: relative;
		color: #c37e3b;
		font-weight: bold;
		text-align: center;
		margin-bottom: 10px;
	}
	div.top_prof_not_avail {
		position:relative;
		text-align:center;
		font-weight:bold;
		margin-top:20px;
	}
	div.rate_block_position {
		width: 110px;
		margin-top:3px;
		top: 0px;
		left: 0px;
		position:relative;		
		float:  left;
	}
	div#prof_of_week div.content, div#prof_of_month div.content {
		position: relative;
		padding-left: 10px;
		border: 0px;
	}

	/*----- Top Members section -----*/
	div.topmembers_block_1, div.topmembers_block_2 {
		width:112px;
		position:relative;
		float:left;
		overflow:hidden;
	}		
	div.topmembers_block_1 {
		margin: 0px 7px 7px 0px;
	}	
	div.topmembers_block_2 {
		margin: 0px 0px 7px;
	}	
	div.topmembers_desc_block {
		width:100%;
		left:0;
		position:relative;
		float:left;
		border:0px dashed blue;		
	}	
	div.topmembers_nickname {
		position:relative;
		height:17px;
		line-height:17px;
		vertical-align:middle;
		text-align:center;
		border:0px solid red;
		font-weight:bold;
		background-color: #4e0000;
	}	
	div.topmembers_age_sex_country {
		position:relative;
		line-height:15px;
		vertical-align:middle;
		text-align:center;
		color:#555;
		border:0px solid blue;
		font-weight:normal;
	}

	/*----- Feedback section -----*/
	div#SuccessStory {
		position:relative;
		display:block;
	}
	div#SuccessStory .subject {
		position:relative;
		color:#0168B9;
		font-weight:bold;
		text-align:left;
		margin-bottom:5px;
	}
	div#SuccessStory .text {
		position:relative;
		text-align:left;
		line-height:16px;
	}
	div#SuccessStory .author {
		position:relative;
		text-align:right;
		font-style:italic;
	}

/*----- Poll section -----*/

	div#ppoll_menu {
		text-align:center;
		margin-bottom:10px;
		text-transform:capitalize;
	}

	div.pollBody {
		position:relative;
		float:left;
	}
	div.pollInfo {
		padding: 20px 0px 20px 0px;
		position: relative;
		float: left;
		left: 10px;
	}
	div.poll_owner_info {
		padding-left: 5px;
		position: relative;
		float: left;
	}
	div.pool_oi_nickname {
		height: 20px;
		width: 110px;
		position: relative;
		line-height: 20px;
		font-weight: bold;
		color: #c37b3b;
	}
	div.pool_oi_addon {
		height: 36px;
		width: 110px;
		position: relative;		
	}

	/*------ New CSS ------*/
	.bodyBlock
	{
		margin-top:18px;
	}
	
	#first_column
	{
		position:relative;
		width:372px;
		margin-right:10px;
		float:left;
	}
	
	#second_column
	{
		position:relative;
		width:372px;
		float:left;
	}
	
	.login_block
	{
		width:300px;	
		height:120px;
	}
	
	* html .login_block
	{
		padding-top:11px;
	}
	
	.login_area
	{
		margin-left:5px;
		width:168px;
	}

	
	
	.login_section_hello
	{
		height:50px;
		position:relative;
	}
	
	.login_section_hello .topMemberBlock
	{
		top:0px;
		right:30px;
	}
		
	.indexPhoto
	{
		position:relative;
		height:203px;
		border:0px solid red;
		margin-bottom:14px;
	}
	
	.promo_code_wrapper
	{
		border:1px solid #ccc;
		margin-bottom:10px;
		padding:10px;
	}
	
	.memberDiv, .photosDiv, .tagsDiv
	{
		position:relative;
		margin-bottom:13px;
		padding-bottom:13px;
	}
	
	.blogsDiv
	{
		position:relative;
		/*margin-bottom:13px;*/
	}
	
	.blog_wrapper,
	.blog_wrapper_n
	{
		position: relative;
		float: left;
		margin-top:0px;
		margin-bottom:15px;
	}
	
	.blog_wrapper_n
	{
		width:293px;		
	}
	
	.blog_wrapper
	{
		width:350px;
	}
	
	
	/*div#show_photos,
	div#show_members
	{
		width:355px;
		padding-left:8px;
		padding-bottom:27px;
	}
	
	div#show_blogs
	{
		padding-bottom:27px;
	}*/
	
	.blog_subject
	{
		font-size:16px;
		font-weight:bold;
		padding-left:25px;
		padding-bottom:5px;
		background-repeat:no-repeat;
		background-position:left top;
		background-image:url(../images/icons/artic_papr.gif);
	}
	
	 .subject
	 {
	 	font-size:16px;
		font-weight:bold;
		padding-bottom:5px;
	 }
	 

.blog_subject_n
	{
		font-size:16px;
		font-weight:bold;
		/*margin-left:12px;*/
		/*padding-left:25px;*/
		padding-bottom:5px;
		background-repeat:no-repeat;
		background-position:left top;
		/*background-image:url(../images/icons/artic_papr.gif);*/
	}
	
	.blog_author, .author
	{
		font-size:11px;
		color:#956b3b;
		padding-top:2px;
		padding-bottom:2px;
	}
	
	.blog_author_n
	{
		font-size:11px;
		color:#956b3b;
		padding-top:2px;
		padding-bottom:2px;
	}

	.rss_item_header
	{
		padding-bottom:5px;
	}

	.rss_item_info
	{
		padding:2px 0px;
	}
	
	.rss_item_desc
	{
		text-align:justify;
	}
	
	.blog_author span,
	.blog_author_n span,
	.rss_item_info span
	{
		margin-right:5px;
		line-height:18px;		
	}
	
	.blog_author span img,
	.blog_author_n span img,
	.rss_item_info span img,
	.newsInfo img
	{
		vertical-align:middle;
		margin-right:3px;
	}

	.blog_text_n
	{
		text-align:justify;
	}
	
	.blog_text, .text
	{
		font-size:13px;
		text-align:justify;
	}
	
	.blogs_pages
	{
		margin:4px;
		text-align:center;
		font-weight:bold;
		font-size:12px;
	}
	
	.backMembers
	{
		float:left;
		margin-top:5px;
		margin-left:7px;
		font-size:11px;
		color:#669;
		text-transform:capitalize;
		font-weight:bold;
		position:relative;
	}
	
	.moreMembers
	{
		float:right;
		margin-top:5px;
		margin-right:7px;
		font-size:11px;
		color:#669;
		text-transform:capitalize;
		font-weight:bold;
		position:relative;
	}
	
	
	/*##############################################################*/
	
	
	div#TopMembers
	{
		position:relative;
		display:block;
		
		
	}
	div#top_members_menu
	{
		position:absolute;
		right:-1px;
		top:-28px;
		text-transform:capitalize;
		height:26px;
		text-align:center;
		border:0px solid red;
		font-family:Arial;
		font-size:12px;
		color:#669;
		text-decoration:none;
	}
	
	.boxTitle
	{
		position:absolute;
		top:4px;
		left:0px;
		font-family:Arial;
		font-size:14px;
		text-transform:uppercase;
		font-weight:bold;
		color:#666;
	}
	
	/*.active, .notActive
	{
		position:relative;
		width:60px;
		height:21px;
		float:left;
		text-align:center;
		padding-top:5px;
		border:1px solid #ccc;
	}
	
	div#top_members_menu .active
	{
		background-image:url('../images/ActiveCutting.gif');
	    background-repeat:repeat-x;
		border-bottom:1px solid #fff;
		color:#333;
		font-family:Arial;
	}
	
	div#top_members_menu  .notActive
	{
		background-color:#EFEFEF;
	}*/
	
	
	div.topmembers_block_1, div.topmembers_block_2
	{
		position:relative;
		overflow:hidden;
		float:left;
		width:112px;
	}
		
	div.topmembers_block_1
	{
		margin: 0px 7px 7px 0px;
	}
	
	div.topmembers_block_2
	{
		margin: 0px 0px 7px;
	}
	
	div.topmembers_desc_block
	{
		position:relative;
		float:left;
		border:0px dashed blue;
		width:100%;
		left:0;
	}
	
	div.topmembers_nickname
	{
		position:relative;
		height:17px;
		line-height:17px;
		vertical-align:middle;
		text-align:center;
		border:0px solid red;
		font-weight:bold;
	}
	
	div.topmembers_age_sex_country
	{
		position:relative;
		line-height:15px;
		vertical-align:middle;
		text-align:center;
		color:#555;
		border:0px solid blue;
		font-weight:normal;
	}
	
	.thumbnail_block
	{
		text-align:center;
	}
	
	div.logged_section_block
	{
		position:relative;
		padding-top:0px;
		padding-left:3px;
		font-size:13px;
		font-weight:bold;
		text-align:center;
	}
	
	.loading
	{
		text-align:center;
		margin-bottom:10px;
	}
	
	* html .loading
	{
		padding-top:60px;
	}
	
	/* * * * * * */
	
	.qsi_wrapper {
		height: auto;
	}
	
	div.qsi_line
	{
		position:relative;
		overflow:hidden;
		height:20px;
		margin-bottom:5px;
	}

	div.qsi_first
	{
		position:relative;
		float:left;
		width:100px;
		line-height:18px;
		vertical-align:middle;
		text-align:right;
		white-space:nowrap;
		margin-right:6px;
	}
	
	div.qsi_second
	{
		position:relative;
		float:left;
		width:170px;
		padding-bottom:10px;
	}
	
	div.qsi_second span input
	{
		height:14px;
	}
	
	div.qsi_second span select
	{
		width:50px;
	}	
	
	div.qsi_second select,
	div.qsi_second input
	{
		vertical-align:middle;
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
		margin:0px;
		padding:0px;
		width:170px;
	}
	
	div.qsi_second input
	{
		width:166px;
	}
	
	
	/* * * * * * */
	
	div.pollInfo
	{
		left:0px;
		margin-bottom:10px;
	}
	
	div.pollBody
	{
		left:0px;
		width:285px;
		margin:0px;
		margin-top:5px;
	}
	
	div.featured_info
	{
		left:10px;
		top:0px;
		font-weight:normal;
	}
	
	
	div.pollBlock
	{
		margin-top:3px;
		width:285px;
	}
	div.pollQuestionBlock
	{
		/*width:170px;*/
	}

	* html div.pollBlock input
	{
		border:none;
	}
	
	/*div#prof_of_week
	{

	}
	
	div#prof_of_month
	{
		left:5px;
	}*/
	
	div#prof_of_month,
	div#prof_of_week,
	div#prof_of_day
	{
		width:112px;
		margin-left:0px;
		margin-right:0px;
		left:0px;
		float:left;
		position:relative;
	}
	

	div#prof_of_month,
	div#prof_of_week
	{
		margin:0px 7px 0px 0px;
	}
	
	div.rate_block_position
	{
		margin-bottom:10px;
	}
	
	div.top_rated_head
	{
		text-align:center;
	}
	
	/*div.featured_container
	{
		position:relative;
		width:343px;
		left:0px;
	}*/
	
	div.featured_block_1
	{
		position:relative;
		float:left;
		border:none;
		margin:0px 7px 7px 0px;
	}
	div.featured_block_2
	{
		position:relative;
		float:left;
		border:none;
		margin:0px 0px 7px;
	}
	div.featured_block
	{
		margin:0px 2px 7px 2px;
		float:left;
		border:none;
	}
	
	* html div.featured_block
	{
		margin:3px 0px;
	}
	
	div.member_stat_block
	{
		float:left;
	}
	
	div.topOfBlock
	{
		font-weight:bold;
	}
	
	.online_offline_bulb
	{
		position:absolute;
		z-index:10;
		right:0px;
		top:0px;
		border:0px solid red;
	}
	
	/* * * * News * * * */
	
	div.news_title
	{
		position:relative;
		margin-left:20px;
		margin-bottom:5px;
		color:#0168B9;
		font-weight:bold;
		vertical-align:middle;
	}
	
	
	.siteStatUnit
	{
		position: relative;
		float: left;
		width: 115px;
	}
	
	.siteStatUnit img
	{
		width: 16px;
		height: 16px;
	}

	.sharePhotosContent_1, .sharePhotosContent_2
	{
		position: relative;
		float: left;
		width: 112px;
		overflow: hidden;
	}
	
	.sharePhotosContent_1
	{
		margin:0px 7px 7px 0px;
	}
	
	.sharePhotosContent_2
	{
		margin:0px 0px 7px;
	}
	
	.lastFilesPic
	{
		position: relative;
		/*float: left;*/
		border: 1px solid #660000;
		width: 110px;
		height: 110px;
		background-position: center;
		background-repeat: no-repeat;
		margin-right: 10px;
	}
	
	.sharePhotosContent_1 .votes_small b,
	.sharePhotosContent_2 .votes_small b
	{
		display: none;
	}
	
	.sharePhotosContent_1 .votes_small .votes_gray_small,
	.sharePhotosContent_2 .votes_small .votes_gray_small
	{
		
	}
	
	.lastVideoPic
	{
		position: relative;
		/*float: left;*/
		border: 1px solid #660000;
		width: 110px;
		height: 80px;
		margin-right: 10px;
	}
	.lastVideoPic img {
		width: 110px;
		height: 80px;
	}
	
	.shareMusicContent_1, .shareMusicContent_2
	{
		position: relative;
		float: left;
		width: 112px;
		overflow: hidden;		
	}
	
	.shareMusicContent_1
	{
		margin:0px 7px 7px 0px;
	}
	
	.shareMusicContent_2
	{
		margin:0px 0px 7px;
	}
	
	.shareMusicContent_1 .votes_small b, .shareMusicContent_2 .votes_small b
	{
		display: none;
	}
	
	.lastMusicPic
	{
		position: relative;
		/*float: left;*/
		border: 1px solid #660000;
		width: 110px;
		height: 110px;
	}
	
	.galleryRate .votes_small
	{
		width:112px;
	}
	
	.icon_block
	{
		position:relative;
		float:left;
		width:47px;
		height:47px;
		margin-right:10px;
	}
