/* CSS Document for EditProfil Page */

#left_panel_view_profil {
float:left;
width: 305px;
margin-left:40px;
font-weight:bold;
color: #fff;
}

#right_panel_view_profil {
float:right;
margin-right:45px;
width: 572px;
color: #fff;
}

#view_browse_styles{
	width: 567px;
	height:286px;
	margin-top:16px;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#E0E0E0;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#E0E0E0;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#E0E0E0;
}

/*font text*/
.light_grey_text{font-family:tahoma; color:#B9B8BD; text-decoration:none;}
.pink_text{font-family:tahoma; color:#F30B90;}
.dark_grey_text{font-family:tahoma; color:#778790;}
.dark_grey_text_maj{font-family:tahoma; color:#778790; text-transform: uppercase; text-decoration:none;}
.dark_grey_text_maj:hover{color:#F30B90; text-decoration:underline;}
.dark_grey_text_maj:active{color:#F30B90; text-decoration:underline;}

.tab_active
{
	color:#F30B90; 
	font-family: tahoma; 
	font-size:11px;
	cursor:pointer;
	text-decoration:none;
	font-weight:bold;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#E0E0E0;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#E0E0E0;
	
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
	
	background-image:url(../images/onglet_background.gif);
	padding-left:16px;
	padding-right:16px;
	padding-top:6px;
	height:19px;
	text-align:center;
}

.tab_inactive
{
	color:#BAB7C0;
	font-family: tahoma; 
	font-size:11px;
	cursor:pointer;
	text-decoration:none;
	font-weight:bold;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#E0E0E0;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#E0E0E0;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#E0E0E0;
	background-color:#FFF;
	padding-left:16px;
	padding-right:16px;
	padding-top:6px;
	height:19px;
	text-align:center;
}

.first_tab
{
	height:263px;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#E0E0E0;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#E0E0E0;
	
	/*
	padding-left:20px;
	padding-right:15px;
	padding-bottom:10px;
	margin-top:-4px;
	padding-top:20px;
	*/
}

.second_tab
{
	height:128px;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#E0E0E0;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#E0E0E0;
	
	/*
	padding-left:20px;
	padding-right:15px;
	padding-bottom:10px;
	margin-top:-4px;
	padding-top:20px;
	*/
}
.form_title{
	color: #F985C7;	
	font-family: tahoma;
	font-size:12px;
	float:left;
	padding-left:5px;
}
.form_readonly{
	border:none;
	height:24px;
	width:137px;
	text-decoration:none;
	color: #778790;	
	font-family: tahoma;
	font-size:12px;
	background-image:url(../images/form_style.gif);
	background-repeat:no-repeat;
	padding-top:4px;
	padding-left:10px;
	margin-top:7px;
	margin-bottom:5px;
}

.form_edit{
	border:none;
	height:24px;
	width:137px;
	text-decoration:none;
	color: #778790;	
	font-family: tahoma;
	font-size:12px;
	background-image:url(../images/form_style.gif);
	background-repeat:no-repeat;
	padding-top:4px;
	padding-left:10px;
	margin-top:7px;
	margin-bottom:5px;
}

.favourites_font{
	float:left;
	font-family: tahoma;
	text-decoration:none;
	font-size:12px;
	color:#CFCDD4;
	cursor:pointer;
	padding-top:4px;
}

.page_on{
	float:left;
	cursor:pointer;
	padding-top:5px;
	color:#F30B90;
	font-family:Tahoma;
	font-size:12px;
}

.page_off{
	float:left;
	cursor:pointer;
	padding-top:5px;
	color:#756F81;
	font-family:Tahoma;
	font-size:12px;
}

.brand_edit{
	border:none;
	text-decoration:none;
	width:450px;
	font-family: tahoma;
	font-size:12px;
	color:#756F81;
	text-transform: uppercase;
}

.editit{
	float:right;
	font-family:tahoma;
	font-size:9px;
	color:#BAB9C1;
	text-decoration:none;
	cursor:pointer;
	padding-right:20px;
	padding-top:3px;
}

.popup{
	position: absolute;
	top: 360px;
	left: 570px;
	z-index:1;
}

.popup_index{
	position: absolute;
	top: 300px;
	left: 270px;
	z-index:1; 	
	
}
