/*--------------------------------------------------------------------
[Master Stylesheet]
Project:	    Finderbase
Version:	    2.0
Author:	    	SLICING PSD TO HTML (http://www.slicingpsdtohtml.com)
Powered By:     SP2H     			(http://www.sp2h.com)
---------------------------------------------------------------------*/
/* @group Global Reset */
@import url('jquery.tabs.css');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body{
	margin:0px;
	padding:0px;
	/*background:url(../images/bg.jpg) no-repeat center top;*/
	font-family:Arial, Helvetica, sans-serif;
}

.left{float:left;}
.paga_inner  a {color:#1ab4c2; font-size:12px;}
#loader-streetsearch { float:right; margin:-13px 5px 0 0;}
#loader-streetsearch-popup { float:right; margin:-13px 5px 0 0;}
#loader-streetsearch-map{ position:relative;float:right; margin:-17px 5px 0 0;}
.red { color:#CC0000; font-size:11px;}
.claim_popup label.error {left:370px;}
.terms{ position:absolute;}
.username_info { padding-left:10px; color:#CC0000; font-size:12px;}

label.error {
	background: url("../images/form-error.png") no-repeat 0 0;
	position:absolute;
	left:430px;
	color:#ff0000;
	font-weight:bold;
	padding-left:35px;
	padding-top:5px;
	font-size:12px;
	height:30px;
}

/*@font-face {
font-family: 'MyriadPro Semibold';
src: url('../fonts/MyriadPro-Semibold.eot');
src: local('MyriadPro Semibold'), local('MyriadPro'), url('../fonts/MyriadPro-Semibold.otf') format('opentype');
} 
@font-face {
font-family: 'Museo300';
src: url('../fonts/Museo300-Regular.eot');
src: local('Museo300'), local('Museo'), url('../fonts/Museo300-Regular.otf') format('opentype');
}
@font-face {
font-family: 'Museo500';
src: url('../fonts/Museo500-Regular.eot');
src: local('Museo500'), local('Museo'), url('../fonts/Museo500-Regular.otf') format('opentype');
}
@font-face {
font-family: 'Museo700';
src: url('../fonts/Museo700-Regular.eot');
src: local('Museo700'), local('Museo'), url('../fonts/Museo700-Regular.otf') format('opentype');
}
*/
#outer{
	clear:both;
	margin:0 auto;
	padding:0;
	position:relative;
	top:0;
	width:100%;
	float:left;
	border-top:solid 8px #DCD2C2;
}
#container {
	width: 960px;
	margin:0 auto;
	text-align:left;
	position: relative;
	top:-8px;
}

/* LOADERES */
p.massage{
	float:left;
	width:333px;
	border:1px solid #a0d4d9;
	-moz-border-radius:2px; 
	background:#e8f8f9;
	padding:11px;
	font-size:12px;
	line-height:19px;
	color:#333;
	margin:15px 0 0 52px;
	display:inline;
}
p.massage span{
	float:left;
	width:auto;
	background:url(../images/icon_msg.gif) no-repeat 0 3px;
	padding-left:24px;
}
p.massage span.loading{
	float:left;
	width:auto;
	background:url(../images/loading.gif) no-repeat 0 1px;
	padding-left:28px;
	color:#1ab4c2;
}

.paga_inner .form_box .notice{
	float:left;
	width:851px;
	padding:5px;
	padding-left:20px;
	margin-top:10px;
	border:1px solid #a0d4d9;
	border-left:10px solid #DB2F84;
}

/* Form */

.country-sel { 
	background-color:#e8f8f9;
	border-top:2px solid #a0d4d9;
	border-left:2px solid #a0d4d9;
	border-right:1px solid #a0d4d9;
	border-bottom:1px solid #a0d4d9;
	padding:2px;
	color:#749fa2;
	}

.confirm-sel { 
	width: 140px;
	background-color:#e8f8f9;
	border-top:2px solid #a0d4d9;
	border-left:2px solid #a0d4d9;
	border-right:1px solid #a0d4d9;
	border-bottom:1px solid #a0d4d9;
	padding:2px;
	color:#749fa2;
	margin-top:2px;
	margin-left:4px;
}
	

/* BUTTONS */
.btn-small {

}

.btn-padding { 
	padding:8px 0 15px 26px;
}
.btn-small a { 
	font-family:Arial, Helvetica, sans-serif;
	color:#1ab4c2;
	text-decoration:none;
	line-height:30px;
	font-size:12px;
	font-weight:bold;
	}
.btn-small a:hover { 
	color:#E04C95;
	}		
.btn-small span.bt-left {
	background:url(../images/btn-small-left.png) no-repeat 0 0; 
	padding-left:6px; 
	float:left; 
	height:30px;
	cursor:pointer;
	}
.btn-small span.bt-center {
	background:url(../images/btn-small-center.png) repeat-x 0 0; 
	height:30px; 
	float:left;
	padding:0 10px 0 10px;
	cursor:pointer;
	}
.btn-small span.bt-right {
	background:url(../images/btn-small-right.png) no-repeat 0 0;
	padding-left:6px;
	float:left; 
	height:30px;
	cursor:pointer;
	}

.btn-medium {

}
.btn-medium a { 
	font-family:Arial, Helvetica, sans-serif;
	color:#1ab4c2;
	text-decoration:none;
	line-height:42px;
	font-size:14px;
	font-weight:bold;
	}
.btn-medium a:hover { 
	color:#E04C95;
	}	
.btn-medium span.bt-left {
	background:url(../images/btn-medium-left.png) no-repeat 0 0; 
	padding-left:6px; 
	float:left; 
	height:42px;
	cursor:pointer;
	}
.btn-medium span.bt-center {
	background:url(../images/btn-medium-center.png) repeat-x 0 0; 
	height:42px; 
	float:left;
	padding:0 10px 0 10px;
	cursor:pointer;
	}
.btn-medium span.bt-right {
	background:url(../images/btn-medium-right.png) no-repeat 0 0;
	padding-left:6px;
	float:left; 
	height:42px;
	cursor:pointer;
	}

/* START HEADER CODE */

#header{
	float:left;
	border-top: solid 8px #E04C95;
	width:100%;
}
#header #logo{
	float:left;
	padding-left:20px;
	padding-top:20px;
}
#header #logo span{
	float:left;
	text-decoration:line-through;
	padding-left:10px;
	padding-right:10px;
	color:#978363;
	margin-top:5px;
}
#header #logo h1{
	float:left;
	color:#978363;
    /*font-family: "Museo700";*/
	font-size:24px;
}
#header #logo h1 span{
	color:#E04C95;
	float:none;
	text-decoration:none;
	padding:0px;
    /*font-family: "Museo300";*/
}
#header #logo h2{
	float:left;
	color:#978363;
	font-size:16px;
	margin-top:5px;
    /*font-family: "Museo300";*/
	font-weight: normal;
}
#header #logo h2 strong{
    /*font-family: "Museo700";*/
}
#header #signin_box_adjest{
	float:right;
	height:83px;
}

/* sign-in box */
#header #signin_box {
}
#header #signin_box a { 
	font-family:Arial, Helvetica, sans-serif;
	color:#1ab4c2;
	text-decoration:none;
	line-height:30px;
	font-size:12px;
	font-weight:bold;
	}
#header #signin_box span.signin-left {
	background:url(../images/sign-in-box-left.png) no-repeat 0 0; 
	padding-left:13px; 
	float:left; 
	height:29px;
	}
#header #signin_box span.signin-center {
	background:url(../images/sign-in-center.png) repeat-x 0 5px; 
	height:29px;
	padding:0 5px 5px 5px; 
	float:left;
	margin-top:-5px;
	}

#header #signin_box span.signin-center  a{
	color:#FFFFFF;
  /*font-family: "MyriadPro Semibold";*/
	font-size:14px;
	}
#header #signin_box span.signin-right {
	background:url(../images/sign-in-box-right.png) no-repeat 0 0;
	padding-left:14px;
	float:left; 
	height:29px;
	}

/*
#signin_box{
	width:175px;
	float:left;
	background-color:#E04C95;
}
#signin_box_heading{
	float:right;
	padding-right:10px;
	background:url(../images/downarrow.gif) no-repeat center right;
	clear:both;
	display:block;
}
#header #signin_box a{
text-decoration:none;
}
#header #signin_box h1{
	color:#FFFFFF;
	float:left;
    font-family: "MyriadPro Semibold";
}
*/
.fader{
	float:left;
	clear:both;
	display:block;
	width:100%;
}
#header #signin_box .signin_text_field{
	background:url(../images/text-input.gif) no-repeat;
	padding:3px;
	margin:5px 13px 5px 13px;
	width:142px;
	height:18px;
}
#header #signin_box .signin_text_field input[type=text]{
	background:transparent;
	border:none;
	color:#CEBEA4;
}
#header #navigation_left{
	float:left;
	padding-left:10px;
	background:url(../images/navigation_back.png) no-repeat left top;
}
#header #navigation_right{
	float:left;
	padding-right:10px;
	background:url(../images/navigation_back.png) no-repeat right top;
}
#header #navigation{
	float:left;
	background:url(../images/navigation_back.png) repeat-x left -47px;
	height:40px;
	width:940px;
	padding-top:7px;
}
#header #navigation ul li{
	display:inline;
	float:left;
	margin-right:4px;
}
#header #navigation ul li.active span.button_left{
	background:url(../images/active_menu.png) no-repeat left top;
	height:33px;
	float:left;
	padding-left:15px;
}
#header #navigation ul li.active span.button_right{
	background:url(../images/active_menu.png) no-repeat right top;
	height:33px;
	float:left;
}
#header #navigation ul li.active span.button_mid{
	background:url(../images/active_menu.png) repeat-x left -33px;
	float:left;
}
#header #navigation ul li.active span.button_mid a{
border:none;
}
#header #navigation ul li span.button_mid{
	background:url(../images/active_menu.png) repeat-x left -33px;
	float:left;
}
#header #navigation ul li span.button_left{
	background:url(../images/navigation_menu.png) no-repeat left top;
	height:33px;
	float:left;
	padding-left:15px;
}
#header #navigation ul li span.button_right{
	background:url(../images/navigation_menu.png) no-repeat right top;
	height:33px;
	float:left;
	padding-right:20px;
}
#header #navigation ul li span.button_mid{
	background:url(../images/navigation_menu.png) repeat-x left -33px;
	float:left;
	height:33px;
}
#header #navigation ul li span.button_mid a{
	height:17px;
	float:left;
	text-decoration:none;
	padding-top:6px;
	border-bottom:1px solid #FF8DC4;
	padding-left:4px;
	/*font-family: MyriadPro Semibold;*/
	color:#1AB4C2;
	font-size:16px;
}
#header #navigation ul li span.button_mid a:hover{
	color:#E04C95;
	text-decoration:none;
}

/*END Header CSS*/

#flash_map{
	float:left;
	margin-top:5px;
	width:958px;
	height:473px;
	overflow:hidden;
}
.main_tab_area{
float:left;
clear:both;
}
.main_bg_tab_content{
float:left;
width:936px;
background:url(../images/slide_bg.png) repeat-x left top;
min-height:260px;
padding:15px 5px 5px 15px;
border-left:solid 1px #D9ECEE;
border-right:solid 1px #D9ECEE;
clear:both;
display:block;
}
.main_tab_content_left{
float:left;
width:180px;
} 
.main_tab_small_box{
float:left;
margin-right:6px;
margin-bottom:3px;
}
.last{
margin-right:0px;
}
.main_tab_small_box a{
float:left;
width:236px;
height:45px;
padding:3px;
background:url(../images/multi_small_bg.png) repeat-x left top;
text-decoration:none;

color:#178B95;
font-weight:bold;
font-size:12px;
cursor:pointer;
}
.main_tab_small_box a:hover{
color:#E04C95;
}
.main_tab_small_box a.active{
background:#DBEFEF;
border:solid 2px #C0DCE6;
padding:1px;
}
.main_tab_small_box a span{
padding-left:50px;
background:url(../images/multi_small_icon.png) no-repeat left top;
height:40px;
padding-top:0px;
float:left;
margin-left:10px;
margin-top:5px;
}
.main_tab_small_box a span.description{
padding:0;
margin:0;
font-size:10px;
font-weight:bold;
background:none!important;
}
.main_tab_content_left ul{
float:left;
margin-top:5px;
width:100%;
}
.main_tab_content_left ul li{ 
display:block;
}
.main_tab_content{
float:left;
width:740px;
border:solid 3px #C0DCE6;
background-color:#FFFFFF;
position:relative;
left:-3px;
padding:5px 5px 2px 5px;
}

/*lost vehicle details*/
.box{
	float:left;
	width:892px;
	padding:25px 10px 23px 35px;
	border:3px solid #c0dce6;
	-moz-border-radius:3px;
	background:#fff;
	margin-bottom:10px;
}
.box .left_box{
	float:left;
	width:500px;
}
/*.box .left_box a{
	float:left;
	width:auto;
	margin-left:30px;
	display:inline;
}*/

.paga_inner .space_none{ 
	margin:0!important;
}
.box h3{
	float:left;
	width:100%;
	font-size:24px;
	line-height:26px;
	font-weight:bold;
	color:#db2f84;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:14px;
}
.box h4{
	float:left;
	width:100%;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	color:#db2f84;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:18px;
	padding-top:10px;
}
.box h5{
	float:left;
	width:100%;
	font-size:15px;
	line-height:17px;
	font-weight:bold;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:8px;
	padding-top:5px;
}
.box .cost_box{
	float:right;
	width:315px;
	height:80px;
	border:1px solid #a0d4d9;
	padding-top:25px;
	-moz-border-radius:2px;
	background:#e8f8f9;
	margin-right:15px;
	display:inline;
}
.box .cost_box h4{
	text-align:center;
	padding:0;
}
.box .cost_box strong{
	float:left;
	width:100%;
	font-size:23px;
	line-height:35px;
	color:#333;
	text-align:center;
}
.box p{
	float:left;
	width:652px;
	font-size:13px;
	line-height:17px;
	color:#333;
	padding-bottom:5px;
}
.box p a{
	color:#1ab4c2;
	text-decoration:none;
}
.box p a:hover{ 
	text-decoration:underline;
}
.box p span.red{
	color:#db2f84;
}
.comments a{
	text-decoration: none;
	font-size:13px;
	line-height:19px;
	color:#7b7b7b;
}
.box .left_box p.massage{
	float:left;
	width:333px;
	border:1px solid #a0d4d9;
	-moz-border-radius:2px; 
	background:#e8f8f9;
	padding:11px;
	font-size:12px;
	line-height:19px;
	color:#333;
	margin:15px 0 0 52px;
	display:inline;
}
.box .left_box p.massage span{
	float:left;
	width:auto;
	background:url(../images/icon_msg.gif) no-repeat 0 3px;
	padding-left:24px;
}
.box .right_box{
	float:right;
	width:300px;
	margin-right: 20px;
}
.box .right_box_wide{
	float:right;
	width:440px;
	margin-right: 20px;
}
.box .right_box .image{
	float:left;
	width:auto;
	border:1px solid #c7c7c7;
	background:#eaeaea;
	padding:2px;
	margin-bottom: 22px;
}
.box .right_box .row{
	float:left;
	width:100%;
}
.box .right_box p{
	float:left;
	width:205px;
	padding-left:14px;
	font-size:13px; 
	line-height:19px;
	color:#7b7b7b;
}
.box .right_box p strong{
	display:block;
	color:#db2f84;
	font-size:15px;
	font-weight:bold;
}
.box .right_box p span{
	 color:#333;
	 font-weight:bold;
}
.box h5{
	float:left;
	width:65%;
	font-size:18px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}
.box .left_box h5 span{
	float:left;
	width:100%;
	font-weight:normal;
}
.box .left_box h5 strong{
	float:left;
	width:100%;
	color:#db2f84;
}
.box .left_box ul{
	float:left;
	width:100%;
	padding-left:0;
	padding-top:8px;
	padding-bottom:15px;
	list-style:none;
}
.box .left_box ul li{
	float:left;
	width:100%;
	border-bottom:1px solid #eaeaea;
	padding:5px 0 8px;
}
.box ul li strong{
	float:left;
	width:150px;
	color:#7b7b7b;
	font-size:13px;
	line-height:15px;
	font-family:Arial, Helvetica, sans-serif;
}
.box .left_box ul li p{
	float:left;
	width:340px;
	color:#333;
	font-size:13px;
	line-height:15px;
}
.stats_box {
	float:left;
	width:550px;
}
.user_items_box {
	float:left;
	width:550px;
}
.item_comment_box {
	float:left;
	width:500px;
}
.item_comments .time{
	float:left;
	color:#7b7b7b;
	font-size:13px;
	line-height:15px;
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;	
	padding-top:4px;
}
.item_comments .name{
	float:left;
	color:#7b7b7b;
	font-size:13px;
	line-height:15px;
	width:140px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-top:4px;
}

.item_comments ul{
	float:left;
	width:100%;
	padding-left:0;
	padding-top:8px;
	padding-bottom:15px;
	list-style:none;
	border-top:1px solid #eaeaea;
}
.item_comments ul li{
	float:left;
	width:500px;
	border-bottom:1px solid #eaeaea;
	padding:5px 0 8px;
}
.item_comments ul li strong{
	float:left;
	width:auto;
	color:#7b7b7b;
	font-size:13px;
	line-height:15px;
	font-family:Arial, Helvetica, sans-serif;
}
.item_comments ul li p{
	float:left;
	width:480px;
	color:#333;
	font-size:13px;
	line-height:15px;
	padding: 12px 0px 2px 10px;
}

.main_tab_date, .main_tab_save{
float:left;
background: url(../images/slide_bg.png) repeat-x left -587px;
height:90px;
width:921px;
border-left:solid 1px #D9ECEE;
border-right:solid 1px #D9ECEE;
border-top:solid 1px #D9ECEE;
border-bottom:solid 1px #D9ECEE;
padding-top:25px;
padding-left:35px;
}
.main_tab_date h1, .main_tab_save h1{
color:#1AB4C2;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}
.main_tab_date .main_tab_date_content{
float:left;
width:100%;
clear:both;
margin-top:20px;
}
.main_tab_date .main_tab_date_content span.calender{
background:url(../images/calender.gif) no-repeat left top;
float:left;
padding-left:40px;
height:25px;
padding-top:3px;
}

.profile-item-admin{
	width:500px;
	float:right;
	clear:right;
	padding-top:10px;
}

.item-admin{
	width:500px;
	float:left;
	clear:left;
	padding-bottom:10px;
}

.main_tab_date .main_tab_date_content span.days{
float:left;
font-size:10px;
padding-left:40px;
height:23px;
padding-top:5px;
font-weight:bold;
}

.main_tab_date .main_tab_date_content span.calender input[type=text]{
background:url(../images/text-input.gif) no-repeat left bottom;
border:none;
height:24px;
width:142px;
padding-left:10px;
}
.main_tab_save{
background-position:left -703px;
height:40px;
border-top:none;
padding-top:21px;
}
.main_tab_save h1{float:left;}
.main_tab_save span.email{
padding-left:30px;
background:url(../images/email_icon.png) no-repeat;
margin-left:50px;
color:#000000;
font-size:11px;
float:left;
font-weight:bold;
height:25px;
}
.main_tab_save span.close{
float:right;
margin-top:8px;
}
.main_tab_save span.close a{
color:#FFFFFF;
background:url(../images/closer.png) no-repeat;
width:74px;
padding-left:45px;
display:block;
height:28px;
padding-top:5px;
font-weight:bold;
text-decoration:none;
}
.main_tab_content_left ul li a{
display:block;
text-decoration:none;
color:#1AB4C2;
background:url(../images/multi_tab.png) no-repeat left bottom;
height:34px;
margin-bottom:1px;
padding-top:12px;
padding-left:45px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}
.main_tab_content_left ul li a.active{
background-position:left top;
position:relative;
z-index:40;
}

.main_tab_content_left ul li a:hover{
color:#E04C95;
}

#option_menu{
float:left;
position:relative;
top:-39px;
top:0px;
}
/* image popup starts */
.map_popup{
	position:absolute;
	top:320px;
	left:312px;
	width:580px;
	border:2px solid #eaeaea;
	background:#fff;
	z-index:9999;
}
.map_popup form{
	float:left;
	width:100%;
	border:none;
}
.map_popup span.close{
float:right;
}
.map_popup span.close a{
color:#FFFFFF;
background:url(../images/close.png) no-repeat 0 0;
width:80px;
padding-right:33px;
text-align:right;
display:block;
height:28px;
padding-top:5px;
font-weight:bold;
text-decoration:none;
}
.map_popup .content{
	float:left;
	width:360px;
	padding:35px 0 30px 35px;
}
.map_popup h5{
	float:left; width:100%;
	font-size:18px;
	line-height:22px;
	color:#333;
	padding-bottom:7px;
}
.map_popup h5 span{
	float:left;
	width:100%;
	font-weight:normal;
}
.map_popup h5 strong{
	float:left;
	width:100%;
	color:#db2f84;
}
.map_popup p{
	float:left;
	width:100%;
	padding:5px 0 7px;
}
.map_popup p strong{
	float:left;
	width:60px;
	font-size:13px; 
	line-height:15px;
	color:#7b7b7b;
}
.map_popup p small{
	float:left;
	width:auto;
	font-size:13px; line-height:15px;
	color:#333;
}
.map_popup p a{
	color:#1ab4c2;
	text-decoration:none;
}
.map_popup p a:hover{
	 text-decoration:underline;
}
.map_popup h6{
	float:left;
	width:100%;
	color:#7b7b7b;
	font-size:13px;
	line-height:14px;
	padding:14px 0 8px;
	font-weight:bold;
}

.map_popup input.send{
	float:left;
	width:73px;
	height:30px;
	background:url(../images/btn_send.gif) no-repeat 0 0;
	cursor:pointer;
	border:none;
}
.map_popup p.massage{
	float:left;
	width:345px;
	border:1px solid #a0d4d9;
	padding:8px 0 8px 10px;
	margin-top:15px;
	font-size:13px;
	line-height:17px;
	-moz-border-radius:2px; 
}
.map_popup span.loading{
	float:left;
	width:auto;
	background:url(../images/loading.gif) no-repeat 0 1px;
	padding-left:28px;
	color:#1ab4c2;
}
.map_popup span.error{
	float:left;
	width:auto;
	color:#eb1818;
}
.map_popup .text_bg{
	float:left;
	width:368px;
	height:22px;
	background:url(../images/text_bg_long.gif) no-repeat 0 0;
	padding:4px 0 0 7px;
}
.map_popup input.text{
	float:left;
	width: 98%;
	height:15px;
	font-size:13px;
	color:#749fa2;
	border:none;
	background:none;
}
.location_picker_info_box strong{
	display: block;
	padding-bottom:5px;
	padding-left:5px;
}
.location_picker_info_box span{
	display: block;
	padding-bottom:5px;
	padding-left:5px;
}

.location_picker_info_box{
	font-size:13px;
	padding-left:10px;
}

/* image popup ends */
/* image popup starts */
.image_popup{
	position:absolute;
	top:320px;
	left:312px;
	width:480px;
	min-height:160px;
	border:2px solid #eaeaea;
	background:#fff;
	z-index:9999;
}
.image_popup form{
	float:left;
	width:100%;
	border:none;
}
.image_popup span.close{
float:right;
}
.image_popup span.close a{
color:#FFFFFF;
background:url(../images/close.png) no-repeat 0 0;
width:110px;
padding-right:33px;
text-align:right;
display:block;
height:28px;
padding-top:5px;
font-weight:bold;
text-decoration:none;
}
.image_popup .content{
	float:left;
	width:400px;
	padding:0 0 30px 35px;
}
.image_popup h5{
	float:left; width:100%;
	font-size:18px;
	line-height:22px;
	color:#333;
	padding-bottom:7px;
}
.image_popup p{
	float:left;
	width:100%;
	padding:5px 0 7px;
}
.image_popup p.massage{
	float:left;
	width:345px;
	border:1px solid #a0d4d9;
	padding:8px 0 8px 10px;
	margin-top:15px;
	font-size:13px;
	line-height:17px;
	-moz-border-radius:2px; 
}
.image_popup span.loading{
	float:left;
	width:auto;
	background:url(../images/loading.gif) no-repeat 0 1px;
	padding-left:28px;
	color:#1ab4c2;
}
.image_popup span.error{
	float:left;
	width:auto;
	color:#eb1818;
}
/* image popup ends */
/* sharer popup starts */
.sharer_popup{
	position:absolute;
	top:320px;
	left:312px;
	width:480px;
	min-height:220px;
	border:2px solid #eaeaea;
	background:#fff;
	z-index:9999;
}
.sharer_popup span.close{
float:right;
}
.sharer_popup span.close a{
color:#FFFFFF;
background:url(../images/close.png) no-repeat 0 0;
width:110px;
padding-right:33px;
text-align:right;
display:block;
height:28px;
padding-top:5px;
font-weight:bold;
text-decoration:none;
}
.sharer_popup .content{
	float:left;
	width:400px;
	padding:0 0 30px 35px;
}
.sharer_popup h5{
	float:left; width:100%;
	font-size:18px;
	line-height:22px;
	color:#333;
	padding-bottom:7px;
}
.sharer_popup p{
	float:left;
	width:100%;
	padding:30px 0 20px;
}
.sharer_popup a{
	text-decoration: none;
}
/* sharer popup ends */
/* claim popup starts */
.claim_popup{
	position:absolute;
	top:320px;
	left:312px;
	width:533px;
	border:2px solid #eaeaea;
	background:#fff;
	z-index:9999;
}
.claim_popup form{
	float:left;
	width:100%;
	border:none;
}

.claim_popup .text_bg{
	float:left;
	width:206px;
	height:24px;
	background:url(../images/text_bg.gif) no-repeat 0 0;
	margin:0px;
	display:inline;
	padding:2px 0 0 9px
}
.claim_popup input.text{
	float:left;
	width: 98%;
	height:15px;
	font-size:13px;
	color:#749fa2;
	border:none;
	background:none;
}
.claim_popup span.close{
float:right;
}
.claim_popup span.close a{
color:#FFFFFF;
background:url(../images/close.png) no-repeat 0 0;
width:110px;
padding-right:33px;
text-align:right;
display:block;
height:28px;
padding-top:5px;
font-weight:bold;
text-decoration:none;
}
.claim_popup .content{
	float:left;
	width:460px;
	padding:0 0 30px 35px;
}
.claim_popup h5{
	float:left; width:100%;
	font-size:18px;
	line-height:22px;
	color:#333;
	padding-bottom:7px;
}
.claim_popup h5 span{
	float:left;
	width:100%;
	font-weight:normal;
}
.claim_popup h5 strong{
	float:left;
	width:100%;
	color:#db2f84;
}
.claim_popup .row{
	float:left;
	width:100%;
	border-bottom:1px solid #eaeaea;
	padding:5px 0 7px;
}
.claim_popup .row strong{
	float:left;
	width:100px;
	font-size:13px; line-height:15px;
	color:#7b7b7b;
}
.claim_popup .row small{
	float:left;
	width:auto;
	font-size:13px; line-height:15px;
	color:#333;
}
.claim_popup .row a{
	color:#1ab4c2;
	text-decoration:none;
}
.claim_popup .row a:hover{
	 text-decoration:underline;
}
.claim_popup h6{
	float:left;
	width:70%;
	color:#7b7b7b;
	font-size:13px;
	line-height:14px;
	padding:14px 0 8px;
	font-weight:bold;
}
.text_area_comment textarea{
 	float:left;
	background-color:#e8f8f9;
	border:none;
	font-size:13px;
	line-height:15px;
	color:#749fa2;
	font-family:Arial, Helvetica, sans-serif;
}

.claim_popup input.send{
	float:left;
	width:73px;
	height:30px;
	background:url(../images/btn_send.gif) no-repeat 0 0;
	cursor:pointer;
	border:none;
}
.claim_popup p.massage{
	float:left;
	width:345px;
	border:1px solid #a0d4d9;
	padding:8px 0 8px 10px;
	margin-top:15px;
	font-size:13px;
	line-height:17px;
	-moz-border-radius:2px; 
}
.claim_popup span.loading{
	float:left;
	width:auto;
	background:url(../images/loading.gif) no-repeat 0 1px;
	padding-left:28px;
	color:#1ab4c2;
}
.claim_popup span.error{
	float:left;
	width:auto;
	color:#eb1818;
}
/* claim popup ends */
/* extend item popup starts */
.extend_item_popup{
	position:absolute;
	top:320px;
	left:312px;
	width:533px;
	border:2px solid #eaeaea;
	background:#fff;
	z-index:9999;
}
.extend_item_popup p{
	font-size:13px;
	line-height:17px;
	padding-bottom:5px;
}
.extend_item_popup form{
	float:left;
	width:100%;
	border:none;
}

.extend_item_popup .text_bg{
	float:left;
	width:206px;
	height:24px;
	background:url(../images/text_bg.gif) no-repeat 0 0;
	margin:0px;
	display:inline;
	padding:2px 0 0 9px
}
.extend_item_popup input.text{
	float:left;
	width: 98%;
	height:15px;
	font-size:13px;
	color:#749fa2;
	border:none;
	background:none;
}
.extend_item_popup span.close{
float:right;
}
.extend_item_popup span.close a{
color:#FFFFFF;
background:url(../images/close.png) no-repeat 0 0;
width:110px;
padding-right:33px;
text-align:right;
display:block;
height:28px;
padding-top:5px;
font-weight:bold;
text-decoration:none;
}
.extend_item_popup .content{
	float:left;
	width:460px;
	padding:0 0 30px 35px;
}
.extend_item_popup h5{
	float:left; width:100%;
	font-size:18px;
	line-height:22px;
	color:#333;
	padding-bottom:7px;
}
.extend_item_popup h5 span{
	float:left;
	width:100%;
	font-weight:normal;
}
.extend_item_popup h5 strong{
	float:left;
	width:100%;
	color:#db2f84;
}
.extend_item_popup .row{
	float:left;
	width:100%;
	padding:5px 0 7px;
}
.extend_item_popup .row strong{
	float:left;
	width:100px;
	font-size:13px; line-height:15px;
	color:#7b7b7b;
}
.extend_item_popup .row small{
	float:left;
	width:auto;
	font-size:13px; line-height:15px;
	color:#333;
}
.extend_item_popup .row a{
	color:#1ab4c2;
	text-decoration:none;
}
.extend_item_popup .row a:hover{
	 text-decoration:underline;
}
.extend_item_popup h6{
	float:left;
	width:70%;
	color:#7b7b7b;
	font-size:13px;
	line-height:14px;
	padding:14px 0 8px;
	font-weight:bold;
}
.text_area_comment textarea{
 	float:left;
	background-color:#e8f8f9;
	border:none;
	font-size:13px;
	line-height:15px;
	color:#749fa2;
	font-family:Arial, Helvetica, sans-serif;
}

.extend_item_popup input.send{
	float:left;
	width:73px;
	height:30px;
	background:url(../images/btn_send.gif) no-repeat 0 0;
	cursor:pointer;
	border:none;
}
.extend_item_popup p.massage{
	float:left;
	width:345px;
	border:1px solid #a0d4d9;
	padding:8px 0 8px 10px;
	margin-top:15px;
	font-size:13px;
	line-height:17px;
	-moz-border-radius:2px; 
}
.extend_item_popup span.loading{
	float:left;
	width:auto;
	background:url(../images/loading.gif) no-repeat 0 1px;
	padding-left:28px;
	color:#1ab4c2;
}
.extend_item_popup span.error{
	float:left;
	width:auto;
	color:#eb1818;
}
/* extend item popup ends */

/*signin popup starts*/
.signin_popup{
	position:absolute;
	top:320px;
	left:127px;
	width:688px;
	border:2px solid #eaeaea;
	background:#fff;
	z-index:9999;
}
.signin_popup form{
	float:left;
	width:100%;
	border:none;
}
.signin_popup span.close{
float:right;
}
.signin_popup span.close a{
color:#FFFFFF;
background:url(../images/close.png) no-repeat 0 0;
width:110px;
padding-right:33px;
text-align:right;
display:block;
height:28px;
padding-top:5px;
font-weight:bold;
text-decoration:none;
}
.signin_popup .content{
	float:left;
	width:651px;
	padding:0 0 30px 37px;
}
.signin_popup h5{
	float:left; width:100%;
	font-size:18px;
	line-height:22px;
	color:#333;
	padding-bottom:22px;
}
.signin_popup h5 span{
	float:left;
	width:100%;
	font-weight:normal;
}
.signin_popup h5 strong{
	float:left;
	width:100%;
	color:#db2f84;
	font-weight:normal;
}
.signin_popup .col{
	float:left;
	width:275px;
	width:609px;	
	border:1px solid #a0d4d9;
	background:url(../images/sign_box_bg.gif) repeat-x 0 0;
	-moz-border-radius:2px; 	
}
.signin_popup span.or{
	float:left;
	width:auto;
	padding:77px 20px 0 20px;
	font-size:18px; line-height:20px;
	color:#333;
}
.signin_popup .col p{
	float:left;
	width:auto;
	font-size:13px; line-height:17px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	padding:12px 0 15px 30px;
}
.signin_popup .col a.btn{
	float:left;
	width:auto;
	margin:21px 0 0 30px;
	display:inline;
	text-decoration:none;
}
.signin_popup .col .border{
	float:left;
	width:100%;
	height:21px;
	border-bottom:1px solid #a0d4d9;
}
.signin_popup .col .text_bg{
	float:left;
	width:206px;
	height:24px;
	background:url(../images/text_bg.gif) no-repeat 0 0;
	margin-left:30px;
	margin-top:4px;
	margin-bottom:6px;
	display:inline;
	padding:2px 30px 0 9px
}
.signin_popup .col input.text{
	float:left;
	width:200px;
	border:none;
	background:none;
	height:20px;
	color:#749fa2;
}
.signin_popup .col input.signin{
	float:left;
	width:80px;
	height:30px;
	background:url(../images/btn_signin.gif) no-repeat 0 0;
	cursor:pointer;
	border:none;
	margin-left:30px;
	display:inline;
}
.signin_popup .row input.register{
	float:left;
	width:108px;
	height:30px;
	background:url(../images/btn_register.gif) no-repeat 0 0;
	cursor:pointer;
	border:none;
	margin-top:6px;
}
.signin_popup .col .space_top{margin-top:20px;}
.signin_popup .row{
	float:left;
	width:609px;
	border:1px solid #a0d4d9;
	padding:24px 0 28px;
	-moz-border-radius:2px;
	margin-top:19px;
	background:#e8f8f9;
}
.signin_popup .row h5{
	float:left;
	width:439px;
	padding:0 0 0 27px;
}
.signin_popup .row h5 span{ font-size:15px;}

/*signin popup ends*/
/*forgot_password popup starts*/
.forgot_password_popup{
	position:absolute;
	top:320px;
	left:312px;
	width:480px;
	min-height:160px;
	border:2px solid #eaeaea;
	background:#fff;
	z-index:9999;
}
.forgot_password_popup form{
	float:left;
	width:100%;
	border:none;
}
.forgot_password_popup span.close{
float:right;
}
.forgot_password_popup span.close a{
color:#FFFFFF;
background:url(../images/close.png) no-repeat 0 0;
width:110px;
padding-right:33px;
text-align:right;
display:block;
height:28px;
padding-top:5px;
font-weight:bold;
text-decoration:none;
}
.forgot_password_popup .content{
	float:left;
	width:400px;
	padding:0 0 30px 35px;
}
.forgot_password_popup h5{
	float:left; width:100%;
	font-size:18px;
	line-height:22px;
	color:#333;
	padding-bottom:7px;
}
.forgot_password_popup p{
	float:left;
	width:100%;
	padding:5px 0 7px;
}
.forgot_password_popup .text_bg{
	float:left;
	width:206px;
	height:24px;
	background:url(../images/text_bg.gif) no-repeat 0 0;
	margin-left:0px;
	margin-top:4px;
	margin-bottom:6px;
	display:inline;
	padding:2px 30px 0 9px
}
.forgot_password_popup input.text{
	float:left;
	width:200px;
	border:none;
	background:none;
	height:20px;
	color:#749fa2;
}
.forgot_password_popup p.massage{
	float:left;
	width:345px;
	border:1px solid #a0d4d9;
	padding:8px 0 8px 10px;
	margin-top:15px;
	font-size:13px;
	line-height:17px;
	-moz-border-radius:2px; 
}
.forgot_password_popup span.loading{
	float:left;
	width:auto;
	background:url(../forgot_passwords/loading.gif) no-repeat 0 1px;
	padding-left:28px;
	color:#1ab4c2;
}
.forgot_password_popup span.error{
	float:left;
	width:auto;
	color:#eb1818;
}
/*forgot_password popup ends*/


/*full page layout starts*/
.paga_outer{
	float:left;
	width:959px;
	margin-top:5px;
	background:url(../images/outer_box_strip.gif) repeat-y 0 0;
	border-bottom:1px solid #d9ecee;
}
.paga_inner{
	float:left;
	width:943px;
	background:url(../images/box_inner_bg.gif) no-repeat 0 0;
	padding:8px;
}

.paga_inner .form_box{
	float:left;
	width:100%;
}
.paga_inner form{
	float:left;
	width:100%;
	border:none;
}
.paga_inner .form_box h4{
	padding:0 0 8px;
	}
.paga_inner .form_box p{
	float:left;
	width:100%;
	padding-bottom:8px;
}
.paga_inner .form_box .row{
	float:left;
	width:450px;
	padding-bottom:15px;
	padding-right:20px;
}
.paga_inner .form_box .drop_box{
	float:left;
	width:208px;
	height:20px;
	background:url(../images/text_bg.gif) no-repeat 0 0;
	padding:6px 0 0 7px;
	position:relative;
}
.paga_inner .form_box .drop_box label{
	float:left;
	width:185px;
	font-size:13px; line-height:15px;
	color:#749fa2;
}
.paga_inner .form_box .drop_box a{
	float:left;
	width:auto;
	text-decoration:none;
	margin-top:5px;
}
.paga_inner .left_box .drop_box ul{
	float:left;
	width:211px;
	border:1px solid #a0d4d9;
	position:absolute;
	top:27px;
	left:0;
	list-style:none;
}
.paga_inner .form_box .drop_box ul li{
	float:left;
	width:100%;
	padding:4px 0 4px;
	font-size:13px;
}
.paga_inner .form_box .drop_box ul li a{
	float:left;
	width:auto;
	text-decoration:none;
	color:#749fa2;
	padding-left:7px;
}
.paga_inner .form_box .text_box1{
	float:left;
	width:368px;
	height:22px;
	background:url(../images/text_bg_long.gif) no-repeat 0 0;
	padding:4px 0 0 7px;
}
.paga_inner .form_box input.text{
	float:left;
	width: 98%;
	height:15px;
	font-size:13px;
	color:#749fa2;
	border:none;
	background:none;
}

.paga_inner .map_sh{
border:1px solid #c0dce6;
padding:4px;
background-color:#dbefef;
margin-bottom:8px;
}

.paga_inner .map_sh:hover{
border:3px solid #b0ccd6;
padding:2px;
background-color:#ebffff;
margin-bottom:8px;
}
/*
.paga_inner .form_box .text_area{
	float:left;
	width:488px;
	height:227px;
	padding:5px 0 5px 7px;
	background:url(../images/textarea_bg_lost.gif) no-repeat 0 0;
}
*/
.text_area{
 	float:left;
    padding:5px 0 5px 7px;
	background-color:#e8f8f9;
	border-top:2px solid #a0d4d9;
	border-left:2px solid #a0d4d9;
	border-right:1px solid #a0d4d9;
	border-bottom:1px solid #a0d4d9;
}
/*
.text_area_comment{
        float:left;
        width:488px;
        height:227px;
        padding:5px 0 5px 7px;
        background:url(../images/textarea_bg_lost.gif) no-repeat 0 0;
}
*/

.user_description_char_count{
	color: rgb(204, 204, 204); 
	margin-left: 10px;
	font-size: 16pt; 
	font-weight: bold;
}

.item_description_char_count{
	color: rgb(204, 204, 204); 
	margin-left: 10px;
	font-size: 16pt; 
	font-weight: bold;
}

.comment_char_count{
	color: rgb(204, 204, 204); 
	font-size: 16pt; 
	font-weight: bold;
}

.claim_char_count{
	color: rgb(204, 204, 204); 
	font-size: 16pt; 
	font-weight: bold;
	padding-right: 20px;
	float: right;
}

.text_area_comment{
	float:left;
	padding:5px 0 5px 7px;
	background-color:#e8f8f9;
	border-top:2px solid #a0d4d9;
	border-left:2px solid #a0d4d9;
	border-right:1px solid #a0d4d9;
	border-bottom:1px solid #a0d4d9;
}

.paga_inner .form_box .textbg2{
	float:left;
	width:117px;
	height:21px;
	background:url(../images/text_bg124.gif) no-repeat 0 0;
	padding:5px 0 0 7px;
}

.paga_inner .form_box .textbg3{
	float:left;
	width:257px;
	height:21px;
	background:url(../images/text_bg_264.gif) no-repeat 0 0;
	padding:5px 0 0 7px;
}
.paga_inner .form_box a.map{
	background:url(../images/icon_map.gif) no-repeat 0 0;
	padding-left:55px;
	padding-bottom:40px;
	font-size:14px; 
	color:#1ab4c2;
	float:left;
	width:auto;
	text-decoration:underline;
	margin:5px 0 0 0px;
}
.dropdown_map {
	position:relative;
	clear:left;
	margin:0px; 
	padding:0px;
}
.dropdown_map a, .dropdown_map a:visited { 
	color:#1ab4c2; 
	text-decoration:none; 
	outline:none;
}
.dropdown_map a:hover, .dropdown_map a:focus { 
	color:#1ab4c2;
}
.dropdown_map ul { 
	background:#e8f8f9 none repeat scroll 0 0; 
	border:1px solid #a0d4d9; 
	color:#1ab4c2; 
	left:0px; 
	padding:3px 0px; 
	position:absolute; 
	top:2px; width:auto; 
	min-width:190px; 
	list-style:none;
}
.dropdown_map ul li a { 
	padding:3px; display:block;
}
.dropdown_map ul li a:hover {
	background-color:#d4e8ea;
}
.dropdown_map ul li span {
	padding:3px;
	display:block;
}

.paga_inner .form_box a.map:hover{
	text-decoration:underline;
	color:#000000;
}

.paga_inner .form_box .row strong{
	float:left;
	width:auto;
	font-size:19px;
	line-height:21px;
	color:#333;
	padding-left:8px;
}
.paga_inner .form_box .textbg2 a.cal{ margin-top:3px;}
.paga_inner .form_box label.date{
	float:left;
	width:94px;
	font-size:13px;
	line-height:15px;
	color:#749fa2;
}
/*
.paga_inner .form_box textarea{
	float:left;
	width:488px;
	height:227px;
	font-size:13px;
	line-height:17px;
	color:#749fa2;
	border:none; background:none;
}
*/

textarea{
 	float:left;
	background-color:#e8f8f9;
	border:none;
	font-size:13px;
	line-height:15px;
	color:#749fa2;
	font-family:Arial, Helvetica, sans-serif;
}
.paga_inner .form_box .col p{
	float:left;
	width:89%;
	font-size:13px; 
	line-height:27px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	padding:12px 0 12px 20px;
}
.paga_inner .form_box .col p.head{
	padding:12px 0 12px 20px;
	line-height:17px;
}
.msg_no{
	font-size:18px;
	color:#db2f84;
	font-weight:bold;
}
.paga_inner .form_box .col a{
	float:left;
	width:auto;
	text-decoration:none;
}
.paga_inner .form_box .col.payment{
	background:url(../images/paypal_box_bg.gif) repeat-x 0 0;
}
.paga_inner .form_box .payment a.paypal{
	float:left;
	width:auto;
	margin:17px 0 0 120px;
	display:inline;
}
/*.paga_inner .right_box{
	float:left;
	width:330px;
	border: 2px dotted blue;
}*/
.paga_inner .form_box .comment{
	float:left;
	width:272px;
	border:1px solid #a0d4d9;
	background:#e8f8f9;
	padding:9px 0 9px 23px;
	font-size:13px;
	line-height:17px;
	color:#333;
	position:relative;
	-moz-border-radius:2px;
}
.paga_inner .form_box .comment span{
	float:left;
	width:11px;
	height:13px;
	position:absolute;
	top:20px;
	left:-11px;
}
.image_upload{
	float:right;
	width:300px;
	height:300px;
	border:4px solid #a0d4d9;
	-moz-border-radius:3px;
	background:#e8f8f9;
	text-align: center;
}
.paga_inner .form_box .col{
	float:left;
	width:365px;
	height:203px;
	border:1px solid #a0d4d9;
	background:url(../images/dual_strip_bg.gif) repeat-x 0 0;
	-moz-border-radius:2px;
	margin-top:5px;
}
.paga_inner .form_box span.or{
	float:left;
	width:auto;
	padding:87px 60px 0 60px;
	font-size:18px; 
	line-height:20px;
	color:#333;
}

.welcome_box{
	float:right;
	width:232px;
	height:42px;
	background:url(../images/welcome_bg-wide.gif) no-repeat 0 0;
	padding:12px 0 0 16px;
	margin:15px 0px 15px 0;
	display:inline;
}
.welcome_box span{
	float:left;
	width:auto;
	font-size:12px;
	line-height:14px;
	color:#333;
	font-weight:bold;
	padding-bottom:3px;
}
.welcome_box a{
	float:left;
	width:auto;
	font-size:12px;
	line-height:14px;
	color:#1ab4c2;
	background:url(../images/icon_profile.gif) no-repeat right 0;
	padding-right:20px;
	margin-right:20px;
	text-decoration:underline;
}

.welcome_box a.logout{
	color:#cd3b83;
	background:none!important;
}

.paga_inner .publish{
	/*background:url(../images/publish_bg.gif) repeat-x 0 bottom;*/
	background-color: #e8f8f9;
}
.paga_inner .publish_box{
	float:left;
	padding-top:10px;
}
.paga_inner .publish_box a.btn{
	float:left;
	width:auto;
	margin:8px 28px 0 0 ;
	display:inline;
}
/*profile section starts*/
.profile{
	float:left;
	width:890px;
	padding-top:14px;
}
.profile .profile_pic{
	float:left;
	width:199px;
	height:198px;
	border:4px solid #a0d4d9;
	-moz-border-radius:3px;
	background:#e8f8f9;
	margin-right:30px;
	display:inline;
}
.profile ul{
	float:left;
	width:358px;
	list-style:none;
	padding-right:22px;
}
.profile ul li{
	float:left;
	width: 100%;
	border-bottom:1px solid #eaeaea;
	padding:5px 0 4px;
}
.profile ul li.last{ border:none; padding-top:13px;}
.profile ul li p span{ color:#bababa;}
.profile ul li p{
	float:left;
	width:240px!important;
	color:#333;
	font-size:13px;
	line-height:15px;
	padding-left:10px;
}
.profile ul li p a{
	color:#1ab4c2;
	text-decoration:none;
}
.profile .stats h3{
	padding-top:20px;
}
.profile .stats ul{
	float:left;
	width:100%;
	padding-left:0;
	padding-top:8px;
	padding-bottom:15px;
	list-style:none;
}
.profile .stats ul li{
	float:left;
	width:600px;
	border-bottom:1px solid #eaeaea;
	padding:5px 0 8px;
}
.profile .stats ul li strong{
	float:left;
	width:150px;
	color:#7b7b7b;
	font-size:13px;
	line-height:15px;
	font-family:Arial, Helvetica, sans-serif;
}
.profile .stats ul li p{
	float:left;
	width:400px;
	color:#333;
	font-size:13px;
	line-height:15px;
}

.profile .public_profile{
	float:left;
	width:247px;
	background:#e8f8f9;
	border:1px solid #a0d4d9;
	-moz-border-radius:2px;
	padding:16px 0 13px 18px;
	margin-top:18px;
}
.profile .public_profile .image{
	float:left;
	width:auto;
	border:1px solid #c7c7c7;
	background:#eaeaea;
	padding:2px;	
}
.profile .public_profile p{
	float:left;
	width:180px;
	padding-left:14px;
	font-size:13px; line-height:19px;
	color:#7b7b7b;
}
.profile .public_profile p strong{
	display:block;
	color:#db2f84;
	font-size:15px;
	font-weight:bold;
}
.profile .public_profile p span{
	 color:#333;
	 font-weight:bold;
}
/*profile section ends*/
/*tabs starts*/
.tab_section{
	float:left;
	width:889px;
}
.tab_section .nav{
	float:left;
	width:100%;
}
.tab_section .nav ul{
	float:left;
	width:100%;
	border-bottom:1px solid #eaeaea;
	list-style:none
}
.tab_section .nav ul li{
	float:left;
	width:auto;
	border:1px solid #bce8ec;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border-bottom:none;
}
.tab_section .nav ul li a{
	float:left;
	width:auto;
	padding:7px 18px 5px 18px;
	text-decoration:none;
	font-size:13px;
	line-height:15px;
	color:#1ab4c2;
	background:url(../images/tab_nav_bg.gif) repeat-x 0 bottom;
}
.tab_section .nav ul li a.active{
	color:#333;
	background:url(../images/tab_nav_hover.gif) repeat-x 0 0;
}
.tab_section .nav ul li a:hover{
	color:#E04C95;
}
.tab_section .subnav{
	float:left;
	width:100%;
}
.tab_section .subnav ul{
	float:left;
	width:100%;
	list-style:none
}
.tab_section .subnav ul li{
	float:left;
	width:auto;
}
.tab_section .subnav ul li a{
	float:left;
	width:auto;
	padding:5px 10px 5px 10px;
	text-decoration:none;
	font-size:12px;
	line-height:15px;
	color:#1ab4c2;
}
.tab_section .subnav ul li a.active{
 	color:#333;
}
.tab_section .subnav ul li a:hover{
	color:#E04C95;
}
.paging{
	float:left;
	width:100%;
	padding:5px 0;
}
.paging ul{
	float:right;
	width:auto;
	list-style:none;
}
.paging ul li{
	float:left;
	width:auto;
	padding:0 5px;
}
.paging ul li.none{
	padding:0;
}
.paging ul li a{
	float:left;
	width:18px;
	color:#1ab4c2;
	font-size:13px;
	line-height:15px;
	text-align:center;
}
.paging ul li span{
	float:left;
	width:18px;
	text-align:center;
	color:#1ab4c2;
	font-size:13px;
	line-height:15px;
}
.paging ul li a:hover{text-decoration:none;}
.paging ul li a.active{text-decoration:none; color:#cbcbcb;}
.tab_section .row{
	float:left;
	width:100%;
	border-bottom:1px solid #eaeaea;
	padding:11px 0;
}
.tab_section .row .icon{float:left; width:auto;}
.tab_section .row p{
	float:left;
	width:auto;
	font-size:13px;
	line-height:18px;
	color:#333;
	padding-left:12px;
}
.tab_section .row p strong{
	color:#db2f84;
	font-size:18px;
	line-height:22px;
}
.tab_section .row .just{
	float:right;
	width:140px;
}
.tab_section .row p.just_added{
	float:right;
	width:98px;
	height:26px;
	border:1px solid #a0d4d9;
	-moz-border-radius:2px;
	padding:10px 0 0 11px;
	font-size:15px; line-height:17px;
	color:#db2f84;
	background:#e8f8f9;
	font-weight:bold;
}
.tab_section .row p.links{
	float:right;
	width:auto;
	padding-top:10px;
}
.tab_section .row p.links span{
	color:#d4d4d4;
	margin:0 10px;
}
.tab_section .row .drop_box{
	float:right;
	width:208px;
	height:20px;
	background:url(../images/text_bg.gif) no-repeat 0 0;
	padding:6px 0 0 7px;
	position:relative;
	margin-top:6px;
}
.tab_section .row .drop_box label{
	float:left;
	width:185px;
	font-size:13px; line-height:15px;
	color:#749fa2;
}
.tab_section .row .drop_box a{
	float:left;
	width:auto;
	text-decoration:none;
	margin-top:5px;
}
.tab_section .row .drop_box ul{
	float:left;
	width:211px;
	border:1px solid #a0d4d9;
	position:absolute;
	top:27px;
	left:0;
	list-style:none;
}
.tab_section .row .drop_box ul li{
	float:left;
	width:100%;
	padding:4px 0 4px;
	font-size:13px;
}
.tab_section .row .drop_box ul li a{
	float:left;
	width:auto;
	text-decoration:none;
	color:#749fa2;
	padding-left:7px;
}
/*tabs ends*/
/*full page layout ends*/
/* start footer css */
#footer{
	background: url(../images/footer_bg.png) repeat-x;
	height:100px;
	float:left;
	width:100%;
}
#footer_container{
	width: 960px;
	margin:0 auto;
	text-align:left;
	position: relative;
}
#footer_container ul{
	float:left;
	margin-top:20px;
}
#footer_container ul li{
	display:inline;
	float:left;
	margin-right:30px;
}
#footer_container ul li a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	border-bottom:1px solid #34BCC8;
	float:left;
}
#footer_container ul li #facebook,#footer_container ul li #twitter, #footer_container ul li #rss {
margin-right:10px;
background:url(../images/icons_footer.png) no-repeat left top;
width:16px;
height:16px;
float:left;
}
#footer_container ul li #twitter{
background-position:-32px top;
}
#footer_container ul li #rss{
background-position:-16px top;
}
#footer_container #copyright ul{
margin-top:30px;
clear:left;
}
#footer_container #copyright ul li{
float:left;
color:#FFFFFF;
font-weight:bold;
font-size:10px;
}

.elabel{ 
	margin-left:-100px;
	width:200px;
	text-align:center;
}
.elabel table{
	background-color: white;
	margin:0 auto;
	padding:0px 4px;
	border:1px solid #1AB4C2;
	font-size:12px;
	font-family:arial;
	color: black;
}

input.basicbutton
{
   font-weight:bold;
   color:#1ab4c2;
   height:25px;
   background-color:#FFFFFF;
   border-style:solid;
   border-color:#bce8ec;
   border-width:1px;
}

.stats{
	width:750px;
}

.stats h4{
	float:left;
	width:70%;
	font-size:18px;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	padding-left:15px;
}

.stats .row {
	float:left;
	width:750px;
	border-bottom:1px solid #eaeaea;
	margin-bottom:5px;
	margin-top:5px;
}

.stats .row .rank {
	float:left;
	text-align:right;
	font-size:40px;
	width: 70px;
	margin-top: -5px;
	padding-right:10px;
	color:#999999;
	font-weight:bold;
}
.stats .row .icon{
	float:left; 
	width:auto;
	padding-left:5px;
}

.stats .row .info{
	font-size:13px;
	width:330px;
	float:left;
	padding-left: 12px;
	padding-bottom: 12px;
}

.stats .row .icon_padding{
	padding-right: 40px;
}

.stats .row .info .name strong{
	color:#DB2F84;
	text-decoration: none;
}

.stats .row .info .name{
	color:#1AB4C2;
	font-size:18px;
	line-height:22px;
	text-decoration: none;
}
.stats .row .info .name:hover{
	text-decoration:underline;
}

.stats .row .value {
	font-size:13px;
	padding-top:5px;
	text-align:right;
	width:120px;
	float:left;
	color:#999999;
}

.stats .row .image{
	float:right;
}

.map_address .text_bg{
	float:left;
	width:206px;
	height:24px;
	background:url(../images/text_bg.gif) no-repeat 0 0;
	margin:0px;
	display:inline;
	padding:2px 0 0 9px
}
.map_address input.text{
	float:left;
	width: 98%;
	height:17px;
	font-size:13px;
	color:#749fa2;
	border:none;
	background:none;
}

.paga_inner .form_box input.error {
	color:#ff0000;
}

.paga_inner .form_box textarea.error {
	color:#ff0000;
}

.paga_inner .form_box select.error {
	color:#ff0000;
}
