/* CSS Document */
body.modal{
	background:#000;
	overflow-x:hidden;
}  

.login_modal{
	width: 480px;
}

.shop_locator_modal{
	width:650px;
}

.padding_top_40 {
	padding-top: 40px;
}

.content_div {
	padding: 0 0 0 10px;
}

.sex_table p {
	margin-bottom: 0px;
	vertical-align: baseline;	
}

.sex_table input {
	margin: 12px 0px 0px 0px;
}

.form {
	padding: 0 0 0 20px;
}

.input_text_modal {
	background-color: #FFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 16px;
	padding: 3px;
	height: 16px;
	border: 0px;
	width: 280px;
}

.input_date_modal {
	background-color: #FFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 16px;
	padding: 3px;
	height: 16px;
	border: 0px;
	width: 160px; 
}

.btn_submit_modal, .btn_submit_modal:hover{
	display: block;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background: url(../images/btn_arrow.gif) right center no-repeat #535353;
	border-top: 1px solid #2A2A2A;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 0px;
	padding: 2px 25px 4px 10px;
	cursor: pointer;
}

.btn_submit_modal:hover{
	color: #DCDCDC;
	background: url(../images/btn_arrow_over.gif) right center no-repeat #535353;
}

#map, #map a, #map a:hover{
	color:#000;
	margin-bottom:30px;
}

#slcontainer{
	width:649px;
	text-align:left;
	overflow:hidden;
}

.sb_all{
	margin-bottom:10px;
	cursor:pointer;   
}

/*user profile edit*/
.m_box_title{
	width:auto;
	color:#000;
	background:#485F07;
	font-size:13px;
	font-weight:bold;
	padding:3px 5px;
	text-transform:uppercase;
}

.m_box_title a, .m_box_title a:hover{
	text-transform:uppercase;
	color:#91BF0E;
}

.m_box_title a:hover{
	color:#fff;
}

.m_box{
	float:none;
	clear:both;
	border:1px solid #485F07;
	padding:5px 10px;
}


.ipt_label{
	float:left;
	width:150px;
	padding-top:2px;
}

.ipt{
	float:left;
	padding-bottom:2px;
}

.user_edit_box{
	clear:both;
}

.user_edit_box img, .up_comment_box img, #user_videos img{
	float:left;
	margin-right:10px;
}

#user_events div, #user_videos div{
	padding:5px;
	border:1px solid #374905;
	margin-bottom:5px;
}

#user_events div div, #user_videos div div{
	border:none;
	margin:0;
	padding:0;
}

.up_comment_box div{
	float:left;
	width:550px;
}

.msg_unread, .msg_unread a, .msg_unread a:hover{
	font-weight:bold;
}

.msg_box{
	border-bottom:1px solid #374905;
	width:100%;
}

.msg_box div{
	float:left;
	overflow:hidden;
	height:15px;
}

div.msg_content{
	color:#CCCCCC;
	padding-bottom:3px;
	float:none;
	clear:both;
	display:none;
	height:auto;
}

a.msg_content_link, a.msg_content_link:hover{
	display:block;
}

.msg_header{
	font-weight:bold;
	background:#374905;
	padding-top:2px;
}
/*end user profile edit*/

