adult-layout-dp 2.0.0 - 2.0.3 Changelog

Files operations:
DELETE ITEM des_box.html from /templates/
ADD ITEM privacy_policy.html to /templates/
REPLACE ITEM send_msg_friend.html in /templates/
REPLACE ITEM news_moder.html in /templates/
REPLACE ITEM news_comment.html in /templates/
REPLACE ITEM news.html in /templates/
REPLACE ITEM moder.html in /templates/
REPLACE ITEM mem_membership_diagram.html in /templates/
REPLACE ITEM mem_home.html in /templates/
REPLACE ITEM get_zip.html in /templates/
REPLACE ITEM get_city.html in /templates/
REPLACE ITEM bl_email.html in /templates/
REPLACE ITEM articles_read.html in /templates/
REPLACE ITEM articles_in.html in /templates/
REPLACE ITEM articles.html in /templates/
REPLACE ITEM article_comment.html in /templates/
REPLACE ITEM art_moder.html in /templates/
REPLACE ITEM _key_usr_serarch.html in /templates/
REPLACE ITEM _image_console.html in /templates/
REPLACE ITEM _article_v_block.html in /templates/
REPLACE ITEM _article_h_block.html in /templates/
REPLACE ITEM mem_pass_change_popup.html in /templates/
REPLACE ITEM mem_report.html in /templates/
REPLACE ITEM layout.php in /
REPLACE ITEM profile_card_extended.html in /templates/
REPLACE ITEM profile_card.html in /templates/
REPLACE ITEM mem_unregister.html in /templates/
REPLACE ITEM mem_search.html in /templates/
REPLACE ITEM mem_signin.html in /templates/
REPLACE ITEM mem_profile.html in /templates/
REPLACE ITEM mem_predit.html in /templates/
REPLACE ITEM mem_photos.html in /templates/
REPLACE ITEM mem_messages.html in /templates/
REPLACE ITEM mem_membership.html in /templates/
REPLACE ITEM mem_list.html in /templates/
REPLACE ITEM mem_join.html in /templates/
REPLACE ITEM mem_forgot.html in /templates/
REPLACE ITEM mem_folders.html in /templates/
REPLACE ITEM mem_email_verification.html in /templates/
REPLACE ITEM mem_compose_frame.html in /templates/
REPLACE ITEM mem_compose.html in /templates/
Actions with files:
Show only edited files Show only subjects Show all
Bugfixes:
Subject: HTML & CSS validation
FILE: /themes/main/layout.css
FIND
form {
padding:0;
margin:0;
}
AND REPLACE WITH
form {
padding:0px;
margin:0px;
}
FILE: /themes/main/layout.css
FIND
.q_search_head {

	font-weight:bold;
	font-size:11px;
	font-family:Verdana;
	color:#fff;
	padding-bottom:2px;
}
AND REPLACE WITH
.q_search_head {

	font-weight:bold;
	font-size:11px;
	font-family:Verdana;
	color:#fff;
	width:100px;
	padding-bottom:2px;
}
FILE: /themes/main/layout.css
FIND
#input_zip {
	
	float:left;
	color:#fff;

}
AND REPLACE WITH
.input_zip { 
	
	float:left;
	color:#fff;
	padding-left:5px;
	padding-bottom:5px;

}
FILE: /themes/main/layout.css
FIND
#radius_search_cont {

	border:1px none #000;
	width:97%;
	margin:0;
	padding:0;
}
AND REPLACE WITH
#radius_search_cont {

	border:1px none #000;
	width:97%;
	margin:0px;
	padding:0px;
}
FILE: /themes/main/layout.css
FIND
legend { 
	color:#fff;
	padding:2px;
}
AND REPLACE WITH
.legend { 
	color:#fff;
	padding:2px;
}
FILE: /themes/main/layout.css
FIND
.search_tabs_index {

	margin-top:10px;
	font-size:11px;
	margin-bottom:0px;
	width:120px;
	float:left;
	margin-left:7px;
	position:relative;
}
AND REPLACE WITH
.search_tabs_index {

	margin-top:10px;
	font-size:11px;
	margin-bottom:0px;
	width:120px;
	float:left;
	margin-left:0px;
	position:relative;
}
FILE: /themes/main/layout.css
FIND
.search_tab_open {

	clear:both;
	width:350px;
	padding:5px;
	display:normal;
	background:#7d7d7d;

}
AND REPLACE WITH
.search_tab_open {

	clear:both;
	padding:5px;
	background:#7d7d7d;

}
FILE: /themes/main/layout.css
FIND
.home_tab_open {

	clear:both;
	width:200px;
	display:normal;

}
AND REPLACE WITH
.home_tab_open {

	clear:both;
	width:200px;
}
FILE: /themes/main/layout.css
FIND
.console_tab_open {
	width:100%;
	clear:both;
	padding-bottom:2px;
	display:normal;

}
AND REPLACE WITH
.console_tab_open {
	width:100%;
	clear:both;
	padding-bottom:2px;
}
FILE: /themes/main/layout.css
FIND
.index_tab_open {

	clear:both;
	width:250px;
	display:normal;

}
AND REPLACE WITH
.index_tab_open {

	clear:both;
	width:250px;
}
FILE: /themes/main/layout.css
FIND
#home_menu_pic {
	padding-top:5px;
	padding-bottom:5px;
	background:#660000;
        color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
        position:relative;
        font-family:Verdana;
	width:185px;

}
AND REPLACE WITH
#home_menu_pic {
	padding-top:5px;
	padding-bottom:5px;
	background:#660000;
        color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
        position:relative;
        font-family:Verdana;
	width:185px;

}
FILE: /themes/main/layout.css
FIND
#icon {

	background:url('img/icon.gif') no-repeat;
	width:20px;
	height:20px;

}
AND REPLACE WITH
.icon {

	background:url('img/icon.gif') no-repeat;
	width:20px;
	height:20px;
	margin:auto;

}
FILE: /themes/main/layout.css
FIND
.join_tbl {
	width:580px;
	border-spacing:2px;	
	border-padding:5px;

}
AND REPLACE WITH
.join_tbl {
	width:580px;
	border-spacing:2px;
}
FILE: /themes/main/layout.css
FIND
#art_cat {
	
	width:100%;
	font-size:10px;
}

#art_cat_pic {
	background-color:#600;
	border-top:1px solid #666;
	border-bottom:1px solid #484848;
	color:#fff;
	font-weight:bold;
	font-family:Tahoma;
	font-size:11px;
	letter-spacing:1px;
	text-transform:uppercase;
	padding:2px;
}
AND REPLACE WITH
.art_cat {
	
	width:100%;
	font-size:10px;
}

.art_cat_pic {
	background-color:#600;
	border-top:1px solid #666;
	border-bottom:1px solid #484848;
	color:#fff;
	font-weight:bold;
	font-family:Tahoma;
	font-size:11px;
	letter-spacing:1px;
	text-transform:uppercase;
	padding:2px;
}
FILE: /themes/main/layout.css
FIND
#art_cat_txt {
	width:150px;
	font-weight:normal;
	border-top:1px solid #333;
	padding:3px;
	border-bottom:1px solid #333;
	background:#151515;
	margin:4px auto 12px auto;
}
AND REPLACE WITH
.art_cat_txt {
	width:150px;
	font-weight:normal;
	border-top:1px solid #333;
	padding:3px;
	border-bottom:1px solid #333;
	background:#151515;
	margin:4px auto 12px auto;
}
FILE: /themes/main/layout.css
FIND
#art_new_item {
	
	width:394px;
	min-height:104px;
	text-align:right;
	font-size:10px;
	border:1px solid #333;
	background:#151515;
	font-weight:bold;
	position:relative;
	clear:both;
	margin:auto;
	padding:2px;
	padding-bottom:0px;
}
AND REPLACE WITH
.art_new_item {
	
	width:394px;
	min-height:104px;
	text-align:right;
	font-size:10px;
	border:1px solid #333;
	background:#151515;
	font-weight:bold;
	position:relative;
	clear:both;
	margin:auto;
	padding:2px;
	padding-bottom:0px;
}
FILE: /themes/main/layout.css
FIND
#art_n_item_tn{
	margin-right:8px;
	border:1px solid #333;
}

#art_n_item_txt {
	text-align:justify;
	font-size:10px;
	margin-top:4px;
	font-weight:normal;
}
AND REPLACE WITH
.art_n_item_tn{
	margin-right:8px;
	border:1px solid #333;
}

.art_n_item_txt {
	text-align:justify;
	font-size:10px;
	margin-top:4px;
	font-weight:normal;
}
FILE: /themes/main/layout.css
FIND
#art_sep {
	width:1px;
	height:236px;
	border-left:1px solid #222;
	margin-top:6px;
	float:left;
}

#art_sep_new {
	width:400px;
	height:1px;
	border-top:1px solid #222;
	margin:5px auto;
	clear:both;
}
AND REPLACE WITH
.art_sep {
	width:1px;
	height:236px;
	border-left:1px solid #222;
	margin-top:6px;
	float:left;
}

.art_sep_new {
	width:400px;
	height:1px;
	border-top:1px solid #222;
	margin:5px auto;
	clear:both;
}
FILE: /themes/main/layout.css
FIND
#art_read {
	margin-bottom:4px;
	margin-right:0;
}
AND REPLACE WITH
.art_read {
	margin-bottom:4px;
	margin-right:0;
}
FILE: /themes/main/layout.css
FIND
#msg_messages {

	background:#151515;
	width:380px;
	float:left:
}
AND REPLACE WITH
#msg_messages {

	background:#151515;
	width:380px;
	float:left;
}
FILE: /themes/main/layout.css
FIND
#msg_show {

	background:#151515;
}
AND REPLACE WITH
#msg_show {
        clear:both;
	background:#151515;
}
FILE: /themes/main/layout.css
FIND
#upload_desc {
	width:100%;
	padding:6px;
	text-align:left;
}
AND REPLACE WITH
.upload_desc {
	width:100%;
	padding:6px;
	text-align:left;
}
FILE: /themes/main/layout.css
FIND
#upload_pic_none {
	float:right;
	margin:4px;
	width:264px;
	height:170px;
	background:#222;
}
AND REPLACE WITH
.upload_pic_none {
	float:right;
	margin:4px;
	width:264px;
	height:170px;
	background:#222;
}
FILE: /themes/main/layout.css
FIND
.prof_edit_tbl {
	margin-right:10px;
	margin-left:10px;
	border-spacing:3px;	
	border-padding:5px;

}
AND REPLACE WITH
.prof_edit_tbl {
	margin-right:10px;
	margin-left:10px;
	border-spacing:3px;
}
FILE: /themes/main/layout.css
FIND
#list_gallery {

	float:left;
	margin:4px;
}


#list_details {

	float:left;
	margin:0 0 0px 0;

}
AND REPLACE WITH
#list_gallery {

	float:left;
	margin:3px;
}


.list_details {

	float:left;
	margin:0px;

}
FILE: /themes/main/layout.css
FIND
#prof_ext {

	height:135px; 
	width:570px; 
	margin-bottom:10px;
	margin-left:10px;

	
}

#prof_ext_left {

	width:183px; 
	height:135px;
	float:left;
	background-image: url('img/prof_left_bg.gif');
	background-repeat:no-repeat;
	background-position:bottom;

}

#prof_ext_pic {

	height:105px; 
	width:183px;
	text-align:left;
	clear:both;
	float:left;
	background:transparent;


}
AND REPLACE WITH
.prof_ext {

	height:135px; 
	width:570px; 
	margin-bottom:10px;
	margin-left:10px;

	
}

.prof_ext_left {

	width:183px; 
	height:135px;
	float:left;
	background-image:url('img/prof_left_bg.gif');
	background-repeat:no-repeat;
	background-position:bottom;

}

.prof_ext_pic {

	height:105px; 
	width:183px;
	text-align:left;
	clear:both;
	background:transparent;


}
FILE: /themes/main/layout.css
FIND
#prof_ext_usr {	
	
	width:183px;
	height:15px;
	float:left;
	padding-left:5px;
	color:#999;
	font-weight:bold;
}
AND REPLACE WITH
.prof_ext_usr {	
	
	width:178px;
	height:15px;
	padding-left:5px;
	float:left;
	color:#999;
	font-weight:bold;
}
FILE: /themes/main/layout.css
FIND
a.prof_ext_usr:link, a.prof_ext_usr:visited { color:#ffffff; font-size:12px; font-weight:bold; text-decoration: none; }
a.prof_ext_usr:active, a.prof_ext_usr:hover { color:#fcc; font-size:12px; font-weight:bold; text-decoration: underline; }
AND REPLACE WITH
a.ext_usr:link, a.ext_usr:visited { color:#ffffff; font-size:12px; font-weight:bold; text-decoration:none; }
a.ext_usr:active, a.ext_usr:hover { color:#fcc; font-size:12px; font-weight:bold; text-decoration:underline; }
FILE: /themes/main/layout.css
FIND
#prof_ext_loc {
	
	clear:both;
	height:13px;
	text-align:center;
	width:180px;
	margin-left:1px;
	margin-right:1px;
	color:#ff9999;

}
AND REPLACE WITH
.prof_ext_loc {
	
	clear:both;
	height:13px;
	text-align:center;
	width:180px;
	margin-left:1px;
	margin-right:1px;
	color:#ff9999;

}
FILE: /themes/main/layout.css
FIND
#prof_ext_thumb {
	
	width:100px;
	height:100px;
	float:left;
	text-align:right;
	padding-left:3px;
	padding-top:1px;
	margin-left:1px;
}
AND REPLACE WITH
.prof_ext_thumb {
	
	width:100px;
	height:100px;
	float:left;
	text-align:right;
	padding-left:3px;
	padding-top:1px;
	margin-left:1px;
}
FILE: /themes/main/layout.css
FIND
#prof_ext_act {

	float:right;
	width:65px;
	margin-left:3px;
	margin-right:3px;
	height:104px;
	color:#999;
	background-image: url('img/act_bg.gif');
	background-repeat:repeat-x;
	text-align:center;

}


#prof_ext_right {

	width:380px;
	float:left;
	height:136px;
	background:url('img/right_bg.gif') no-repeat;
	background-position:top;


}

#prof_ext_desc {
	
	height:80px;
	width:354px;
	overflow:hidden;
	clear:both;
	background:#fff;
	margin-left:10px;
	margin-right:10px;
	margin-top:8px;
	margin-bottom:4px;
	color:#999999;
	font-size:12px;
	background:transparent;
	background-repeat:no-repeat;
}

#prof_ext_menu {

	height:18px;
	width:100%;
	text-align:right;
	clear:both;
	margin-top:10px;

	left:0;
}

#prof_ext_headline {

	height:15px;
	font-weight:bold;
	margin-top:5px;
	width:350px;
	margin-left:5px;
	font-size:11px;
	padding-right:2px;
	color:#fff;
	text-align:left;

}
AND REPLACE WITH
.prof_ext_act {

	float:right;
	width:65px;
	margin-left:3px;
	margin-right:3px;
	height:104px;
	color:#999;
	background-image: url('img/act_bg.gif');
	background-repeat:repeat-x;
	text-align:center;

}


.prof_ext_right {

	width:380px;
	float:left;
	height:136px;
	background:url('img/right_bg.gif') no-repeat;
	background-position:top;


}

.prof_ext_desc {
	
	height:80px;
	width:354px;
	overflow:hidden;
	clear:both;
	background:#fff;
	margin-left:10px;
	margin-right:10px;
	margin-top:8px;
	margin-bottom:4px;
	color:#999999;
	font-size:12px;
	background:transparent;
	background-repeat:no-repeat;
}

.prof_ext_menu {

	height:18px;
	width:100%;
	text-align:right;
	clear:both;
	margin-top:10px;

	left:0;
}

#prof_ext_headline {

	height:15px;
	font-weight:bold;
	margin-top:5px;
	width:350px;
	margin-left:5px;
	font-size:11px;
	padding-right:2px;
	color:#fff;
	text-align:left;

}
FILE: /themes/main/layout.css
FIND
#membership {
	
	min-height:350px;
	height:350px;
	color:#fff;
	text-align:left;
	padding:10px;
	font-size:11px;
}
AND REPLACE WITH
#membership {
	
	color:#fff;
	text-align:left;
	padding:10px;
	font-size:11px;
}
FILE: /themes/main/layout.css
FIND
.quick_search_adv_index {

	float:right;
	font-size:10px;
    position:absolute; 
    bottom:18px;        
    right:85px;
}
AND REPLACE WITH
.quick_search_adv_index {

	float:right;
	font-size:10px;
    position:absolute; 
    bottom:10px;        
    right:95px;
}
FILE: /themes/main/layout.css
FIND
#home_search_pic {

	padding-top:6px;
	padding-bottom:6px;
	text-transform:uppercase;
	font-weight:bold;
	background:#660000;
         color:#fff;
	font-size:10px;
	width:100%;
	position:relative;
}
AND REPLACE WITH
.home_search_pic {

	padding-top:6px;
	padding-bottom:6px;
	text-transform:uppercase;
	font-weight:bold;
	background:#660000;
         color:#fff;
	font-size:10px;
	width:100%;
	position:relative;
}
FILE: /themes/main/layout.css
FIND
#home_q_search_cont {
		
	margin-left:7px;
	margin-right:7px;
	margin-top:0px;
	padding-bottom:0px;
	text-align:left;


}
AND REPLACE WITH
#home_q_search_cont {
		
	margin-left:5px;
	margin-right:5px;
	margin-top:0px;
	padding-bottom:0px;
	text-align:left;


}
FILE: /themes/main/layout.css
FIND
#home_search_cont {
	margin-left:6px;
	margin-right:5px;
	margin-top:7px;
	margin-bottom:8px;
	font-size:11px;
	color:#fff;
	text-align:left;
}
AND REPLACE WITH
.home_search_cont {
	margin-left:6px;
	margin-right:5px;
	margin-top:7px;
	margin-bottom:8px;
	font-size:11px;
	color:#fff;
	text-align:left;
}
FILE: /themes/main/layout.css
FIND
#quick_search_pref {

	padding-top:7px;
        clear:both;
	
}
	
#quick_search_pref_index {

	padding-top:0px;
	font-size:11px;
	color:#fff;
	padding-bottom:0px;
	float:left;	
	margin-left:7px;
}
AND REPLACE WITH
.quick_search_pref {

	padding-top:0px;
        clear:both;
	
}
	
.quick_search_pref_index {

	padding-top:0px;
	font-size:11px;
	color:#fff;
	padding-bottom:0px;
	float:left;
	margin-left:0px;
}
FILE: /themes/main/layout.css
FIND
.quick_search_btn_index {

	bottom:15px;
        right:5px;    
	float:right;
	text-align:left;
        clear:both;
        position:absolute;
}
AND REPLACE WITH
.quick_search_btn_index {

	bottom:7px;
        right:5px;    
	float:right;
	text-align:left;
        clear:both;
        position:absolute;
}
FILE: /themes/main/layout.css
FIND
#sign_info {
	float:left;
	font-size:13px;
	color:#999;
	line-height:18px;
	margin-left:6px;
}
AND REPLACE WITH
#sign_info {
	font-size:13px;
	color:#999;
	line-height:18px;
	margin-left:6px;
}
FILE: /themes/main/layout.css
FIND
#sign_usr_name
{
	font-size:11px;
	font-family:Tahoma;
	width:126px;
}
AND REPLACE WITH
.sign_usr_name
{
	font-size:11px;
	font-family:Tahoma;
	width:126px;
}
FILE: /themes/main/layout.css
FIND
#sign_usr_input input
{
	width:120px;
}
AND REPLACE WITH
.sign_usr_input
{
	width:120px;
}
FILE: /themes/main/layout.css
FIND
#contr_console
{
	width: 130px;
	position: relative;
	clear:both;
	background-color:#333;
	text-align:center;
	margin:0px auto;
	padding:auto;
	color:#999;
   	font-size:11px;
}
AND REPLACE WITH
.contr_console
{
	width:130px;
	position:relative;
	clear:both;
	background-color:#333;
	text-align:center;
	margin:0px auto;
	color:#999;
   	font-size:11px;
}
FILE: /themes/main/layout.css
FIND
a.console_new_msg:active, a.console_new_msg:hover { f
	font-size:10px; 
	font-family:Verdana;
	color:#fff; 
	text-decoration:none;
}
AND REPLACE WITH
a.console_new_msg:active, a.console_new_msg:hover {
	font-size:10px;
	font-family:Verdana;
	color:#fff;
	text-decoration:none;
}
FILE: /themes/main/layout.css
FIND
#mod_form{
	border:1px solid #666;
	width:240px;
	text-align:left;
	color:#999;
}

#mod_form_cap{
	background:#300;
	border-bottom:2px solid #100;
	padding:2px;
	height:16px;
	font-size:10px;
	font-weight:bold;
	color:#fc3;
	text-transform:uppercase;
}
AND REPLACE WITH
.mod_form{
	border:1px solid #666;
	width:240px;
	text-align:left;
	color:#999;
}

.mod_form_cap{
	background:#300;
	border-bottom:2px solid #100;
	padding:2px;
	height:16px;
	font-size:10px;
	font-weight:bold;
	color:#fc3;
	text-transform:uppercase;
}
FILE: /themes/main/layout.css
FIND
#mod_form_label{
	border:1px solid #600;
	border-right:none;
	background:#100;
	width:110px;
	font-size:10px;
	font-weight:bold;
	padding:2px;
}

#mod_form_input{
	border-right:1px solid #600;
	width:130px;
	text-align:center;
}

#mod_form_input input{
	width:130px;
	border:1px solid #900;
	background:#000;
	color:#fff;
}
AND REPLACE WITH
.mod_form_label{
	border:1px solid #600;
	border-right:none;
	background:#100;
	width:110px;
	font-size:10px;
	font-weight:bold;
	padding:2px;
}

.mod_form_input{
	border-right:1px solid #600;
	width:130px;
	text-align:center;
}

.mod_form_input input{
	width:130px;
	border:1px solid #900;
	background:#000;
	color:#fff;
}
FILE: /themes/main/layout.css
FIND
#mod_form_btn{
	background:#100;
}

/* --- Moder News --- */

#mn_main{
	margin:auto;
	width:556px;
	border:1px solid #600;
	padding:10px;
	background:#333;
}

#mn_title{
	font-size:10px;
	font-weight:bold;
}

#mn_text_body{
	margin-top:6px;
	font-size:10px;
	font-weight:bold;
}
AND REPLACE WITH
.mod_form_btn{
	background:#100;
}

/* --- Moder News --- */

.mn_main{
	margin:auto;
	width:556px;
	border:1px solid #600;
	padding:10px;
	background:#333;
}

.mn_title{
	font-size:10px;
	font-weight:bold;
}

.mn_text_body{
	margin-top:6px;
	font-size:10px;
	font-weight:bold;
}
FILE: /themes/main/layout.css
FIND
#mn_input_body textarea{
	width:554px;
	margin:auto;
}

#mn_back_btn{
	float:left;
	margin-top:6px;
}

#mn_2sub_btn{
	float:right;
	margin-top:6px;
}

#mn_preview_block{
	margin:auto;

}

#mn_auth_date{
	margin-top:1px;
	text-align:right;
}
AND REPLACE WITH
.mn_input_body textarea{
	width:554px;
	margin:auto;
}

.mn_back_btn{
	float:left;
	margin-top:6px;
}

.mn_2sub_btn{
	float:right;
	margin-top:6px;
}

.mn_preview_block{
	margin:auto;

}

.mn_auth_date{
	margin-top:1px;
	text-align:right;
}
FILE: /themes/main/layout.css
FIND
#mn_upd_comment{
	margin:auto;
	padding:1px;
	font-weight:bold;
}

#mn_upd_comment small{
	color:#666;
	font-weight:normal;
}

#mn_upd_comment textarea{
	width:320px;
}
AND REPLACE WITH
.mn_upd_comment{
	margin:auto;
	padding:1px;
	font-weight:bold;
}

.mn_upd_comment small{
	color:#666;
	font-weight:normal;
}

.mn_upd_comment textarea{
	width:320px;
}
FILE: /themes/main/layout.css
FIND
#artm_HL_label{
	float:left;
	font-weight:bold;
	margin-bottom:2px;
}

#artm_HL_input{
	float:right;
	margin-bottom:4px;
	width:290px;
}

#artm_HL_input select{
	float:left;
	width:160px;
}

#artm_HL_input input{
	width:284px;
}
AND REPLACE WITH
.artm_HL_label{
	float:left;
	font-weight:bold;
	margin-bottom:2px;
}

.artm_HL_input{
	float:right;
	margin-bottom:4px;
	width:290px;
}

.artm_HL_input select{
	float:left;
	width:160px;
}

.artm_HL_input input{
	width:284px;
}
FILE: /themes/main/layout.css
FIND
#artm_HL_img{
	float:left;
	margin-bottom:4px;
	width:123px;
	height:100px;
}

#artm_HL_textarea{
	float:right;
	margin-bottom:4px;
	width:288px;
	height:100px;
}

#artm_HL_textarea textarea{
	 width:288px;
	 height:97px;
	 float:right;
}
AND REPLACE WITH
.artm_HL_img{
	float:left;
	margin-bottom:4px;
	width:123px;
	height:100px;
}

.artm_HL_textarea{
	float:right;
	margin-bottom:4px;
	width:288px;
	height:100px;
}

.artm_HL_textarea textarea{
	 width:288px;
	 height:97px;
	 float:right;
}
FILE: /themes/main/layout.css
FIND
#artm_HL_upload{
	float:left;
	margin-bottom:4px;
	width:125px;
660000	height:20px;
	text-align:center;
}
AND REPLACE WITH
.artm_HL_upload{
	float:left;
	margin-bottom:4px;
	width:125px;
	height:20px;
	text-align:center;
}
FILE: /themes/main/layout.css
FIND
#artm_HL_btn{
	float:right;
	margin-bottom:4px;
	width:120px;
	height:20px;
	text-align:right;
}

#artm_HL_back{
	clear:both;
	float:right;
	margin-top:4px;
}
AND REPLACE WITH
.artm_HL_btn{
	float:right;
	margin-bottom:4px;
	width:120px;
	height:20px;
	text-align:right;
}

.artm_HL_back{
	clear:both;
	float:right;
	margin-top:4px;
}
FILE: /themes/main/layout.css
FIND
#artm_EP_headline{
	border:1px solid #1a1a1a;
	width:400px;
	margin:auto;
	margin-top:6px;
}
AND REPLACE WITH
.artm_EP_headline{
	border:1px solid #1a1a1a;
	width:400px;
	margin:auto;
	margin-top:6px;
}
FILE: /themes/main/layout.css
FIND
DIV#upl_img_l{
	float:left;
	margin-left:2px;
	margin-bottom:2px;
}

DIV#upl_img_r{
	float:right;
	margin-right:2px;
	margin-bottom:2px;
}

#upl_img_form{
	width:156px;
}

#upl_img_input input{
	width:156px;
	font-size:10px;
	background:#151515;
}

#upl_img_btn{
	clear:both;
	margin:2px 1px;
	text-align:right;
}
AND REPLACE WITH
.upl_img_l{
	float:left;
	margin-left:2px;
	margin-bottom:2px;
}

.upl_img_r{
	float:right;
	margin-right:2px;
	margin-bottom:2px;
}

.upl_img_form{
	width:156px;
}

.upl_img_input input{
	width:156px;
	font-size:10px;
	background:#151515;
}

.upl_img_btn{
	clear:both;
	margin:2px 1px;
	text-align:right;
}
FILE: /themes/main/layout.css
FIND
DIV#art_mod_uhl{
	float:left;
	border-top:1px solid #600;
	width:478px;
	height:15px
}

DIV#art_mod_uhr{
	float:right;
	border-bottom:1px solid #600;
	background:#300;
	width:92px;
	height:15px;
	text-align:center;
}
AND REPLACE WITH
.art_mod_uhl{
	float:left;
	border-top:1px solid #600;
	width:478px;
	height:15px
}

.art_mod_uhr{
	float:right;
	border-bottom:1px solid #600;
	background:#300;
	width:92px;
	height:15px;
	text-align:center;
}
FILE: /themes/main/layout.css
FIND
#f_pannel {
	background:#1a1a1a;
	padding:2px;
}

#art_mod_textarea_div{
	width:100%;
}

#art_mod_textarea_div textarea{
	width:568px;
	border:1px solid #600;
	background:#000;
	margin:auto;
	color:#999;
}
AND REPLACE WITH
.f_pannel {
	background:#1a1a1a;
	padding:2px;
}

.art_mod_textarea_div{
	width:100%;
}

.art_mod_textarea_div textarea{
	width:568px;
	border:1px solid #600;
	background:#000;
	margin:auto;
	color:#999;
}
FILE: /themes/main/layout.css
FIND
#art_mod_btn{
	padding:3px;
	padding-top:2px;
	text-align:right;
}

DIV#art_mod_page_sep{
	float:left;
	border-bottom:1px solid #600;
	width:100%;
	margin-bottom:4px;
}
AND REPLACE WITH
.art_mod_btn{
	padding:3px;
	padding-top:2px;
	text-align:right;
}

.art_mod_page_sep{
	float:left;
	border-bottom:1px solid #600;
	width:100%;
	margin-bottom:4px;
}
FILE: /themes/main/layout.css
FIND
#mod_add_new{
	margin:0px 4px 6px 0px;
	text-align:right;
}

#news_main{
	font-size:11px;
	width:590px;
	margin:auto;
}
FILE: /themes/main/layout.css
FIND
#npages{
	margin:0px 1px;
	background: #222;
	border-top:1px solid #933;
	border-bottom:1px solid #933;
	padding:1px;
	padding-top:none;
}
AND REPLACE WITH
.npages{
	margin:0px 1px;
	background:#222;
	border-top:1px solid #933;
	border-bottom:1px solid #933;
	padding:1px;
	padding-top:0px;
}
FILE: /themes/main/layout.css
FIND
DIV#nb_head{
	float:left;
	border:1px solid #666;
	background:#300;
	padding:2px;
	color:#fff;
}

DIV#nb_title{ float:left; padding:1px; font-weight:bold; color:#fff }

SPAN#nb_susp{ float:left; padding:1px; color:#930 }

DIV#nb_mod_links{
	float:right;
}
AND REPLACE WITH
.nb_head{
	float:left;
	border:1px solid #666;
	background:#300;
	padding:2px;
	color:#fff;
}

.nb_title{ float:left; padding:1px; font-weight:bold; color:#fff }

.nb_susp{ float:left; padding:1px; color:#930 }

.nb_mod_links{
	float:right;
}
FILE: /themes/main/layout.css
FIND
DIV#news_body{
	padding: 26px 1px 6px 2px;
	border:1px solid #666;
	background:#1a1a1a;
}

DIV#nb_upd_comment{
	margin:2px;
	margin-top:6px;
	border:1px solid #333;
	background:#151515;
	font-size:10px;
	color:#ccc;
	padding:2px;
}

DIV#nb_upd_time{
	margin-top:2px;
	padding:1px;
	padding-bottom:0px;
	border-top:1px solid #222;
	font-size:10px;
	color:#933;
}
AND REPLACE WITH
.news_body{
	padding:26px 1px 6px 2px;
	border:1px solid #666;
	background:#1a1a1a;
}

.nb_upd_comment{
	margin:2px;
	margin-top:6px;
	border:1px solid #333;
	background:#151515;
	font-size:10px;
	color:#ccc;
	padding:2px;
}

.nb_upd_time{
	margin-top:2px;
	padding:1px;
	padding-bottom:0px;
	border-top:1px solid #222;
	font-size:10px;
	color:#933;
}
FILE: /themes/main/layout.css
FIND
DIV#nb_comments_num{
	float:left;
	margin-left:2px;
	margin-bottom:16px;
	font_size:10px;
	color:#930;
}
AND REPLACE WITH
.nb_comments_num{
	float:left;
	margin-left:2px;
	margin-bottom:16px;
	font-size:10px;
	color:#930;
}
FILE: /themes/main/layout.css
FIND
DIV#nb_auth_date{
	float:right;
	margin-right:2px;
	font-size:10px;
	color:#999;
}
AND REPLACE WITH
.nb_auth_date{
	float:right;
	margin-right:2px;
	font-size:10px;
	color:#999;
}
FILE: /themes/main/layout.css
FIND
#news_no_comments{
	font-family:Verdana;
	font-size:13px;
	letter-spacing:1px;
	color:#633;
	
}
AND REPLACE WITH
.news_no_comments{
	font-family:Verdana;
	font-size:13px;
	letter-spacing:1px;
	color:#633;
	
}
FILE: /themes/main/layout.css
FIND
#cmm_main{
	width:400px;
	margin:10px;
	font-size:10px;
}

#cmm_info{
	color:#933;
}

#cmm_h3{
	color:#fff;
	font-size:13px;
	padding-bottom:4px;
}

#cmm_head{
	float:left;
}
AND REPLACE WITH
.cmm_main{
	width:400px;
	margin:10px;
	font-size:10px;
}

.cmm_info{
	color:#933;
}

.cmm_h3{
	color:#fff;
	font-size:13px;
	padding-bottom:4px;
}

.cmm_head{
	float:left;
}
FILE: /themes/main/layout.css
FIND
#cmm_del{
	float:right;
}

#cmm_body{
	margin:2px;
	padding:2px;
	padding-bottom:4px;
	border-bottom:1px solid #444;
}

#cmm_form{
	color:#999;
}

#cmm_form_cap{
	font-size:11px;
	font-weight:bold;
	color:#F99;
}
AND REPLACE WITH
.cmm_del{
	float:right;
}

.cmm_body{
	margin:2px;
	padding:2px;
	padding-bottom:4px;
	border-bottom:1px solid #444;
}

.cmm_form{
	color:#999;
}

.cmm_form_cap{
	font-size:11px;
	font-weight:bold;
	color:#F99;
}
FILE: /themes/main/layout.css
FIND
#cmm_form_label{
	width:136px;
	font-size:10px;
	font-weight:bold;
}

#cmm_form_input{

}

#cnn_form_textarea{
	font-size:10px;
	font-weight:bold;
}
AND REPLACE WITH
.cmm_form_label{
	width:136px;
	font-size:10px;
	font-weight:bold;
}

.cmm_form_input{

}

.cnn_form_textarea{
	font-size:10px;
	font-weight:bold;
}
FILE: /themes/main/layout.css
FIND
#cat_table{
	border-top:1px solid #666;
	border-left:1px solid #666;
	width:560px;
	margin:4px auto;
}

#cat_td{
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	font-size:10px;
	padding:2px;
	color:#ccc;
}
AND REPLACE WITH
.cat_table{
	border-top:1px solid #666;
	border-left:1px solid #666;
	width:560px;
	margin:4px auto;
}

.cat_td{
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	font-size:10px;
	padding:2px;
	color:#ccc;
}
FILE: /themes/main/layout.css
FIND
#cat_td_n, #p1{
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	font-size:10px;
	font-weight:bold;
	padding:2px;
	color:#fff;
}

#p1{padding:1px}
AND REPLACE WITH
.cat_td_n, .p1{
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	font-size:10px;
	font-weight:bold;
	padding:2px;
	color:#fff;
}

.p1{padding:1px}
FILE: /themes/main/layout.css
FIND
.cat_text{
	font-size:11px;
	padding:0px;
}
AND REPLACE WITH
.cat_text{
	font-size:10px;
	padding:0px;
}
FILE: /themes/main/layout.css
INSERT AT THE END OF FILE
}
FILE: /templates/_body-pre.html
FIND
<title>{$title|default:$_lang.T_DEFAULT}</title>
AND REPLACE WITH
<title>{$title|default:$_lang.T_DEFAULT|replace:"&":"&amp;"}</title>
	{if $meta_description}<meta name="description" content="{$meta_description}" />{/if}
	{if $meta_keywords}<meta name="keywords" content="{$meta_keywords}" />{/if}
FILE: /templates/_body-pre.html
FIND
<meta name="{$meta_entry.name}" content="{$meta_entry.content}">
AND REPLACE WITH
<meta name="{$meta_entry.name}" content="{$meta_entry.content}" />
FILE: /templates/_body-pre.html
FIND
<meta http-equiv=Content-Type content="text/html;charset={$_site.charset}">
	<link type=text/css rel=stylesheet href={$_url.layouts}{$_site.layout}/themes/{$_site.theme}/layout.css>
AND REPLACE WITH
<meta http-equiv="content-type" content="{$meta_entry.content|escape:"html"}"/>
	<link type="text/css" rel="stylesheet" href="{$_url.layouts}{$_site.layout}/themes/{$_site.theme}/layout.css"/>
FILE: /templates/_body-pre.html
FIND
{section name=js_modules loop=$js}<script src={$_url.js}{$js[js_modules]}.js type=text/javascript></script>{/section}
AND REPLACE WITH
{section name=js_modules loop=$js}<script src="{$_url.js}{$js[js_modules]}.js" type="text/javascript" ></script>{/section}
FILE: /templates/_body-pre.html
FIND
<body marginheight=0 marginwidth=0 topmargin=0 bottommargin=0 leftmargin=0 rightmargin=0 {if $onLoad}onLoad="{$onLoad}"{/if} {if $body_class}class="{$body_class}"{/if} >
AND REPLACE WITH
<body {if $onLoad}onload="{$onLoad}"{/if} {if $body_class} class="{$body_class}"{/if} >
FILE: /templates/_footer.html
FIND
<div class=ads_footer>{$_page.advertisement.buttom}</div>
AND REPLACE WITH
<div class="ads_footer">{$_page.advertisement.buttom}</div>
FILE: /templates/_footer.html
FIND
<a class=cr href="http://www.dotsilver.com/" title="Powered by dotSilver Dating Software">dotSilver Member</a><br />
		<a class=cr href="{$_href.personals}">{$_lang._link_personals}</a>&nbsp;|&nbsp;
		<a class=cr href="{$_href.about}">{$_lang._about_us}</a>&nbsp;|&nbsp;
		<a class=cr href="{$_href.terms}">{$_lang._terms_of_use}</a>&nbsp;|&nbsp;
		<a class=cr href="{$_href.contact}">{$_lang._contact_us}</a>
AND REPLACE WITH
<a class="cr" href="http://www.dotsilver.com/" title="Powered by dotSilver Dating Software">dotSilver Member</a>.<br />
		<a class="cr" href="{$_href.personals}">{$_lang._link_personals}</a>&nbsp;|&nbsp;
		<a class="cr" href="{$_href.privacy_policy}">{$_lang._privacy_policy}</a>&nbsp;|&nbsp;
		<a class="cr" href="{$_href.about}">{$_lang._about_us}</a>&nbsp;|&nbsp;
		<a class="cr" href="{$_href.terms}">{$_lang._terms_of_use}</a>&nbsp;|&nbsp;
		<a class="cr" href="{$_href.contact}">{$_lang._contact_us}</a>
FILE: /templates/_header.html
FIND
{show_units}
AND AFTER IT INSERT
&nbsp;|&nbsp;
FILE: /templates/_header.html
FIND AND DELETE
ADDEN
FILE: /templates/_member_console.html
FIND
{if $console_mem_upgrade}(<a class="console" href={$_href.membership}>{$_lang._upgrade}</a>){/if}
{if $console_mem_extend}(<a class="console" href={$_href.membership}>{$_lang._extend}</a>){/if}
AND REPLACE WITH
{if $console_mem_upgrade}(<a class="console" href="{$_href.membership}">{$_lang._upgrade}</a>){/if}
{if $console_mem_extend}(<a class="console" href="{$_href.membership}">{$_lang._extend}</a>){/if}
FILE: /templates/_member_console.html
FIND
<div id="contr_console">
AND REPLACE WITH
<div class="contr_console">
FILE: /templates/_member_console.html
FIND
<div id="contr_console">
AND REPLACE WITH
<div class="contr_console">
FILE: /templates/_member_console.html
FIND
<br class="clearboth">
AND REPLACE WITH
<br class="clearboth" />
FILE: /templates/_member_console.html
FIND
<br class="clearboth">
AND REPLACE WITH
<br class="clearboth" />
FILE: /templates/_member_console.html
FIND
<input type=submit class="input_button" value="{$_lang._sign_up}">
AND REPLACE WITH
<input type="submit" class="input_button" value="{$_lang._sign_up}" />
FILE: /templates/_member_console.html
FIND
<div class="console_input"><input class="input_text" name=Username size=21></div>
AND REPLACE WITH
<div class="console_input"><input class="input_text" name="Username" size="21" /></div>
FILE: /templates/_member_console.html
FIND
<br class=clearboth>
AND REPLACE WITH
<br class="clearboth" />
FILE: /templates/_member_console.html
FIND
<a class="sign_in_forgot" href={$_href.forgot}>{$_lang._forgot_pwd}</a>
AND REPLACE WITH
<a class="sign_in_forgot" href="{$_href.forgot}">{$_lang._forgot_pwd}</a>
FILE: /templates/_member_console.html
FIND
<a class=console_new_msg href="{$_href.mailbox}">&nbsp; {$_lang._new_msgs}! &nbsp;&nbsp;</a>
AND REPLACE WITH
<a class="console_new_msg" href="{$_href.mailbox}">&nbsp; {$_lang._new_msgs}! &nbsp;&nbsp;</a>
FILE: /templates/_member_console.html
FIND
<div id=console_q_search>
AND REPLACE WITH
<div id="console_q_search">
FILE: /templates/_member_console.html
FIND
search_ext="display:normal"
AND REPLACE WITH
search_ext="search_tabs"
FILE: /templates/_member_console.html
FIND
<div id=console_search_ku>
AND REPLACE WITH
<div id="console_search_ku">
FILE: /templates/_quick_search.html
FIND
<script language="JavaScript" type="text/javascript">
{$js_features.RestoreDown}
</script>
<div id="home_qs" style = '{$search_qs}'>
	{if $smarty.server.LC_PHP_SELF == '/index.php'}
	<div id="index_q_search_pic"></div>
	{else}
	<div id="{$quick_search_pic}">&nbsp;{if $show_one_tab && $tab_open == 'home_tab_open'}{$_lang._quick_search}{elseif $show_one_tab}{$_lang._refine_search}{else}{$_lang._detailed_search}{/if}</div>
	{/if}
<form action={$_href.s_results} method=get name="search" autocomplete="off" OnSubmit="SetCookie('search_method','1');SetRealCookie()">
<input type=hidden name=PLCreate value=1>
<input type=hidden name=_s value="{$data._s}">
<div id="home_q_search_cont">
	<div class="{$quick_search_tbl}">

{search_rows_iam_weare}
	</div>
	
	<div id="{$quick_search_pref}">
		<div class=q_search_head>{$_lang._age_preference}:</div>
AND REPLACE WITH
<script language="JavaScript" type="text/javascript">
<!--	
{$js_features.RestoreDown}
// -->
</script>
<form action="{$_href.s_results}" method="get" name="search" onsubmit="SetCookie('search_method','1');SetRealCookie()">
<input type="hidden" name="PLCreate" value="1" />
{get_controls}
<div id="home_qs" style = '{$search_qs}'>
	{if $page_id == 17}
	<div id="index_q_search_pic"></div>
	{else}
	<div id="{$quick_search_pic}">&nbsp;{if $show_one_tab && $tab_open == 'home_tab_open'}{$_lang._quick_search}{elseif $show_one_tab}{$_lang._refine_search}{else}{$_lang._detailed_search}{/if}</div>
	{/if}
<div id="home_q_search_cont">
{search_rows_iam_weare}
	<div class="{$quick_search_pref}">
		<div class="q_search_head">{$_lang._age_preference}:</div>
FILE: /templates/_quick_search.html
FIND
<input type=hidden name="active_tab" id="active_tab" value="radius_search_cont">
	<input type=hidden name="search_method" id="search_method" value="1">
AND REPLACE WITH
<input type="hidden" name="active_tab" id="active_tab" value="radius_search_cont" />
	<input type="hidden" name="search_method" id="search_method" value="1" />
FILE: /templates/_quick_search.html
FIND
<div class=q_search_head>{$_lang._search_loc_within}:</div>
		{if !$show_one_tab}
		<div id="radius_search" class=search_tab_active OnClick="SetSearchType('firsttype');">
AND REPLACE WITH
<div class="q_search_head">{$_lang._search_loc_within}:</div>
		{if !$show_one_tab}
		<div id="radius_search" class="search_tab_active" onclick="SetSearchType('firsttype');">
FILE: /templates/_quick_search.html
FIND
<div id="select_reg" class=search_tab_passive OnClick="SetSearchType('secondtype');">
AND REPLACE WITH
<div id="select_reg" class="search_tab_passive" onclick="SetSearchType('secondtype');">
FILE: /templates/_quick_search.html
FIND
<div id="ext_search" class=search_tab_passive OnClick="SetSearchType('thirdtype');">
AND REPLACE WITH
<div id="ext_search" class="search_tab_passive" onclick="SetSearchType('thirdtype');">
FILE: /templates/_quick_search.html
FIND
<div id="quick_search_pref">
				<div id="input_zip">
					<table cellpadding="0" cellpadding="0" border=0>
AND REPLACE WITH
<div class="quick_search_pref">
				<div class="input_zip">
					<table cellpadding="0" cellspacing="0" border="0">
FILE: /templates/_quick_search.html
FIND
<input type=text class="input_text" size="3" maxlength="4" name="RadiusSearch" id="RadiusSearch" onChange="SetCookie(this.id+'/4txt',this.value)"> {$_lang._miles} {$_lang._from}
AND REPLACE WITH
<input type="text" class="input_text" size="3" maxlength="4" name="RadiusSearch" id="RadiusSearch" onchange="SetCookie(this.id+'/4txt',this.value)" /> {$_lang._miles} {$_lang._from}
FILE: /templates/_quick_search.html
FIND
				<div id="input_zip">
				<table cellpadding="0" cellpadding="0" border=0>
					<tr><td valign=top><input type=text class="input_text" size="20" name="ZIP" id="ZIP" onChange="SetCookie(this.id+'/4txt',this.value)"></td></tr>
					<tr><td class="td_zip" valign=top>{$_lang._us_zip} / {$_lang._city_worldwide}</td></tr>
AND REPLACE WITH
				<div class="input_zip">
				<table cellpadding="0" cellspacing="0" border="0">
					<tr><td valign="top"><input type="text" class="input_text" size="20" name="ZIP" id="ZIP" onchange="SetCookie(this.id+'/4txt',this.value)" /></td></tr>
					<tr><td class="td_zip" valign="top">{$_lang._us_zip} / {$_lang._city_worldwide}</td></tr>
FILE: /templates/_quick_search.html
FIND
<br class=clearboth>
AND REPLACE WITH
<br class="clearboth" />
FILE: /templates/_quick_search.html
FIND
<div id="select_reg_cont" class=search_tab_close>
			<div id="divCountry">
				<select name="Country" id="Country" style="{$country_input}" class=input_select onchange="LoadRegion('http://{$_sock.domain}/get_region.php','1','1');SetCookie(this.id+'/4sel',this.value);SetCookie('Region/4sel','STUB');" >
AND REPLACE WITH
<div id="select_reg_cont" class="search_tab_close">
			<div id="divCountry">
				<select name="Country" id="Country" style="{$country_input}" class="input_select" onchange="LoadRegion('http://{$_sock.domain}/get_region.php','1','1');SetCookie(this.id+'/4sel',this.value);SetCookie('Region/4sel','STUB');" >
FILE: /templates/_quick_search.html
FIND
<select name="Region" id="Region"  style="{$country_input}" OnChange="ShowCity('noZIP');SetCookie(this.id+'/4sel',this.value);">
AND REPLACE WITH
<select name="Region" id="Region"  style="{$country_input}" onchange="ShowCity('noZIP');SetCookie(this.id+'/4sel',this.value);">
FILE: /templates/_quick_search.html
FIND
<input class=input_text name="City" id="City" OnChange="SetCookie(this.id+'/4txt',this.value);" disabled><br/><span name='lookupcity' id='lookupcity'><a href="javascript:;" onclick="OpenLookUpCity('get_city.php?set_cookie=1&')">{$_lang.txt_lookup_city}</a></span>
AND REPLACE WITH
<input class="input_text" name="City" id="City" onchange="SetCookie(this.id+'/4txt',this.value);" disabled="disabled" /><br /><span id="lookupcity" ><a href="javascript:;" onclick="OpenLookUpCity('get_city.php?set_cookie=1&amp;')">{$_lang.txt_lookup_city}</a></span>
FILE: /templates/_quick_search.html
FIND
<div id="ext_search_cont" class=search_tab_close>
AND REPLACE WITH
<div id="ext_search_cont" class="search_tab_close">
FILE: /templates/_quick_search.html
FIND
<div id="cel{$cont_count}" class=search_adv_bar onclick="RestoreDown( this.id, 'block{$cont_count}','Country');">&nbsp;{if $show_one_tab}{$key|truncate:18:""}{else}{$key}{/if}</div>
		<input type=hidden name="count{$key}" id = "count{$key}" value=0>
AND REPLACE WITH
<div id="cel{$cont_count}" class="search_adv_bar" onclick="RestoreDown( this.id, 'block{$cont_count}','Country');">&nbsp;{if $show_one_tab}{$key|truncate:18:""}{else}{$key}{/if}</div>
		<input type="hidden" name="count{$key}" id = "count{$key}" value="0" />
FILE: /templates/_quick_search.html
FIND
<br class=clearboth />
AND REPLACE WITH
<br class="clearboth" />
FILE: /templates/_quick_search.html
FIND
	<div class="{$quick_search_btn}" style = '{$search_q_btn}'><input type="submit" class="input_button" value="{$_lang._search}"></div>
	<div class="{$quick_search_adv}" style = '{$search_q_adv}'><a href={$_href.search}>{$_lang._advanced_search}</a></div>
AND REPLACE WITH
	<div class="{$quick_search_btn}" style = '{$search_q_btn}'><input type="submit" class="input_button" value="{$_lang._search}" /></div>
	<div class="{$quick_search_adv}" style = '{$search_q_adv}'><a class="adv_q_search" href="{$_href.search}">{$_lang._advanced_search}</a></div>
FILE: /templates/_quick_search.html
FIND
<br class=clearboth />
	<div id="search_ext" style = '{$search_ext}'>
AND REPLACE WITH
<br class="clearboth" />
<div id="search_ext"  class="{$search_tabs}" style = '{$search_ext}'>
FILE: /templates/_quick_search.html
FIND
<div id="cel{$key}" class=search_adv_bar onclick="RestoreDown( this.id, 'block{$key}','{$value}')">&nbsp;{php}global $_lang; echo $_lang['_sl'.$this->_tpl_vars['value']];{/php}</div>
	<input type=hidden name="count{$value}" id ="count{$value}" value=0>
AND REPLACE WITH
	<div id="cel{$key}" class="search_adv_bar" onclick="RestoreDown( this.id, 'block{$key}','{$value}')">&nbsp;{php}global $_lang; echo $_lang['_sl'.$this->_tpl_vars['value']];{/php}</div>
	<input type="hidden" name="count{$value}" id ="count{$value}" value="0" />
FILE: /templates/_quick_search.html
FIND
<div id=search_adv_bottom>
AND REPLACE WITH
<div id="search_adv_bottom">
FILE: /templates/_quick_search.html
FIND
<a href="javascript:void(0);" onClick="CheckSearchCond('1','{$_url.img}');SetRealCookie();document.search.reset();">{$_lang._txt_clearcookie}</a>
AND REPLACE WITH
<a href="javascript:void(0);" onclick="CheckSearchCond('1','{$_url.img}');SetRealCookie();document.search.reset();">{$_lang._txt_clearcookie}</a>
FILE: /templates/_quick_search.html
FIND
&nbsp;<input type="submit" class="input_button" value="{$_lang._search}" >
AND REPLACE WITH
<input type="submit" class="input_button" value="{$_lang._search}" />
FILE: /templates/_quick_search.html
FIND
		{if $show_one_tab}
		<div id="back_to_search">
			<a class="mod" href="{$_href.search}">{$_lang._advanced_search}</a>
		</div>
		{/if}
AND REPLACE WITH
	<br class="clearboth" />
FILE: /templates/index.html
FIND
<div class=ads_head>{$_page.advertisement.top}</div>
AND REPLACE WITH
<div class="ads_head">{$_page.advertisement.top}</div>
FILE: /templates/index.html
FIND
{show_units}
AND AFTER IT INSERT
&nbsp;|&nbsp;
FILE: /templates/index.html
FIND
{if $data.ID}
				<a class="inv_line" href={$_href.signout}>{$_lang._sign_out}</a>
				{else}
				<a class="inv_line" href={$_href.member}>{$_lang._sign_in}</a> |&nbsp;
				<a class="inv_line" href={$_href.search}>{$_lang._search}</a> |&nbsp;
				<a class="inv_line" href={$_href.join}><b>{$_lang._sign_up_free}</b></a>
				{/if}
AND REPLACE WITH
{if $data.ID}
				<a class="inv_line" href="{$_href.signout}">{$_lang._sign_out}</a>
				{else}
				<a class="inv_line" href="{$_href.member}">{$_lang._sign_in}</a> |&nbsp;
				<a class="inv_line" href="{$_href.search}">{$_lang._search}</a> |&nbsp;
				<a class="inv_line" href="{$_href.join}"><b>{$_lang._sign_up_free}</b></a>
				{/if}
FILE: /templates/index.html
FIND
<div class="sign_in_input"><input class=input_custom name=Username size=21></div>
					<div class="sign_in_input"><input type=password class=input_custom name=Password size=21></div>
AND REPLACE WITH
<div class="sign_in_input"><input class="input_custom" name="Username" size="21" /></div>
					<div class="sign_in_input"><input type="password" class="input_custom" name="Password" size="21" /></div>
FILE: /templates/index.html
FIND
<input name=mSubmit type=submit class=input_button value="{$_lang._sign_in}">
AND REPLACE WITH
<input name="msubmit" type="submit" class="input_button" value="{$_lang._sign_in}" />
FILE: /templates/index.html
FIND
<br class="clearboth">
AND REPLACE WITH
<br class="clearboth" />
FILE: /templates/index.html
FIND
<a class="sign_in_forgot" href={$_url.member}forgot.php{$get_vars}>{$_lang._forgot_pwd}</a>
AND REPLACE WITH
<a class="sign_in_forgot" href="{$_url.member}forgot.php{$get_vars}">{$_lang._forgot_pwd}</a>
FILE: /templates/index.html
FIND
<br class=clearboth>
AND REPLACE WITH
<br class="clearboth" />
FILE: /templates/index.html
FIND
<input name=mSubmit type=submit class=input_button value="{$_lang._sign_up}">
AND REPLACE WITH
<input name="mSubmit" type="submit" class="input_button" value="{$_lang._sign_up}" />
FILE: /templates/index.html
FIND
<br class=clearboth>
AND REPLACE WITH
<br class="clearboth" />
FILE: /templates/index.html
FIND
<a class=cr href="http://www.dotsilver.com/" title="Powered by dotSilver Dating Software">dotSilver Member</a>.<br />
	<a class=cr href="{$_href.personals}">{$_lang._link_personals}</a>&nbsp;|&nbsp;
	<a class=cr href="{$_href.about}">{$_lang._about_us}</a>&nbsp;|&nbsp;
	<a class=cr href="{$_href.terms}">{$_lang._terms_of_use}</a>&nbsp;|&nbsp;
	<a class=cr href="{$_href.contact}">{$_lang._contact_us}</a>
AND REPLACE WITH
<a class="cr" href="http://www.dotsilver.com/" title="Powered by dotSilver Dating Software">dotSilver Member</a>.<br />
	<a class="cr" href="{$_href.personals}">{$_lang._link_personals}</a>&nbsp;|&nbsp;
	<a class="cr" href="{$_href.privacy_policy}">{$_lang._privacy_policy}</a>&nbsp;|&nbsp;
	<a class="cr" href="{$_href.about}">{$_lang._about_us}</a>&nbsp;|&nbsp;
	<a class="cr" href="{$_href.terms}">{$_lang._terms_of_use}</a>&nbsp;|&nbsp;
	<a class="cr" href="{$_href.contact}">{$_lang._contact_us}</a>
FILE: /templates/index.html
FIND
<div class=ads_footer>{$_page.advertisement.buttom}</div>
AND REPLACE WITH
<div class="ads_footer">{$_page.advertisement.buttom}</div>