/************************************************************************/
/* IP.Board 3 CSS - By Rikki Tissier - (c)2008 Invision Power Services	*/
/************************************************************************/
/* ipb_profile.css - Profile specific styles							*/
/************************************************************************/

#profile_photo { max-width: 138px; max-height: 138px; }
#profile_content_main {
	line-height: 1.3;
	margin-bottom: 20px;
}
#pane_info .ipsLayout_right { width: 260px !important; margin-right: -290px; }
#friends_overview .ipsUserPhoto_link { margin: 0 2px 5px 2px; display: inline-block; }

#profile_panes_wrap .reputation {
	float: none;
	margin: 0 0 5px 0;
	padding: 10px;
	text-align: center;
	font-weight: normal;
	display: block;
}
	#profile_panes_wrap .reputation .number {
		font-size: 20px;
		font-weight: bold;
		display: block;
	}

#profile_panes_wrap .ipsList_data .row_data {
	display: block;
	margin-left: 195px;
}

.warn_panel { text-align: center; margin: 8px 0; }
.photo_holder { position: relative; }
#change_photo { 
	position: absolute;
	top: 0; left: 0;
	background: rgba(0,0,0,0.2);
	color: #fff;
	opacity: 0.3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}
	.photo_holder:hover #change_photo {
		opacity: 1;
		background: #000;
	}
	
#user_info_cell {
	display: table-cell;
	white-space: nowrap;
	padding-right: 15px;
}
#user_info_cell a:hover {
	text-decoration:underline;
}
#user_status_cell {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}
#user_latest_status {
	background: url(https://www.mycarforum.com/public/style_images/master/stems/profile_status_stem.png ) no-repeat 0px 50%;
	padding-left: 11px;
}

#user_latest_status > div {
	padding: 10px 15px;
	background-color: #ebece5;
	color: #343434;
	font-size: 14px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	min-height: 45px;
	word-wrap: break-word;
}

#user_latest_status > div > span { display: block; }
#user_utility_links { margin-top: 10px; text-align: right; }
.rating { margin-top: 10px; }

#status_wrapper .ipsBox_container {
	margin-bottom: 9px;
}
#profile_updateaddress {
	background:#9FDBFF;
	padding-bottom:3px;
}
#profile_addrhead {
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	padding: 10px 15px 5px;
}
#profile_addrbonus {
	padding-left: 16px;
	color: #FFF;
	font-size: 12px;
	line-height:1.4em;
	margin-bottom:8px;
}
#profile_addrfields {
	width: 100%;
	overflow: hidden;
}
.profile_addrlabel {
	font-weight: bold;
	color: #000;
	float: left;
	width: 85px;
	height:26px;
	margin-left: 15px;
	clear: both;
}
.profile_addrinput {
	float:left;
	height:18px;
	margin-bottom:8px;
}
#profile_vehnumcontent {
	border:1px solid #E4E9ED;
}
#profile_vehnumcontent .input_submit {
	display:block;
	margin:18px auto;
}
#profile_updatevehnum {
	background:#FEC955;
	padding-bottom:3px;
}
#profile_carhead {
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	padding: 10px 15px 5px;
}
#profile_carbonus {
	padding-left: 16px;
	color: #FFF;
	font-size: 12px;
	line-height:1.4em;
	margin-bottom:8px;
}
#profile_carfields {
	width: 100%;
	overflow: hidden;
	margin-bottom:8px;
}
.profile_carlabel {
	font-weight: bold;
	color: #000;
	float: left;
	width: 145px;
	height:26px;
	margin-left: 15px;
	clear: both;
}
.profile_carinput {
	float:left;
	height:18px;
	margin-bottom:8px;
}
.warm_button{
	position: absolute;
	max-width:948px;
	left: 60%;
	top: 290px;
	padding-left: 15px;
	
}
.warm_button_content{
	background:#FFCC34;
	color:#ffffff;
	width:266px;
	font-weight:bold;
	font-size:14px;
	padding:5px 12px;
	border-radius:3px;
	cursor:pointer;
	border-width:1px;
	border-style:solid;
	border-color:#FFCC34;
}
.band_form{
	position: absolute;
	max-width:948px;
	left: 60%;
	top: 325px;
	padding-left: 15px;
	display:none;
	background:
}
.edit_button{ 
	clear: both;
	margin:-10px 0 12px 8px;
}

#profile_cardetails{
	width:50%;
	height:auto;
	float:left;
}

#profile_carsect1{
	padding:15px;
	width:auto;
	height:auto;
	float:left;
}	
.carsect1_label{
	float:left;
	font-weight:bold;
	width:50%;
	color:#000;
	line-height:25px;
}
.carsect1_value{
	float:left;
	width:50%;
	color:#000;
	line-height:25px;
}
#carval_container{
	float:left;
	width:48%;
	margin-left:2%;
	padding:15px;
	width:auto;
	height:auto;
	float:left;
}
#carval_container h2{
	text-transform: uppercase;
	font-size:16px;
	line-height:25px;
	margin-bottom:5px;
	color:#000;
}

.carvalsect1_text{
	color:#000;
	line-height:25px;
}

.carvalsect1_value{
	color:#FF0000;
	padding:10px 0px 10px 0px;
	font-size:22px;
	font-weight:bold;
}
.profile_quotzlink{
	margin-top:-42px;
	margin-left:25px;
}