/* color css file to import*/
	@import 'profiles/pro_violet.css';
/* ------------------- */
html, body{
	width:100%;
	height:100%;
	font:11px Arial, Helvetica, sans-serif;
}
#profile{
	background:#f5f5f5;
	color:#fff;
	font:10px Arial, Helvetica, sans-serif;
	padding:8px 0 0;
}
#p_container{
	width:580px;
	margin:0 auto;
}
#p_header{
	display:block;
	background:url(../images/profiles/header.jpg) no-repeat;
	width:580px;
	height:89px;
	text-align:center;
	padding:14px 0 0;
}
#p_action_holder, #p_promo_holder{
	display:block;
	background:url(../images/profiles/action.jpg) no-repeat;
	width:580px;
	height:55px;
	padding:13px 0 0;
}
#p_action, #p_promo{
	display:block;
	width:466px;
	height:38px;
	line-height:38px;
	margin:0 auto;
	padding:0 0 0 50px;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color:#fff;
}
#p_promo{
	background:url(../images/profiles/black/promo_bg.gif) no-repeat;
}
#p_promo .coupon{
	float:right;
	background:url(../images/promo/coupon.gif) top;
	width:110px;
	height:38px;	
}
#p_promo .coupon:hover{
	background-position:bottom;
}
#p_promo .coupon span{
	visibility:hidden;
}
/*
#p_promo span.promo{
	display:table-cell;
	vertical-align:middle;
	line-height:13px;
	width:300px;
	height:38px;
}*/
#p_vid_logo{
	width:580px;
	height:203px;
	background:url(../images/profiles/video_logo.jpg) no-repeat;
}
#p_video{
	width:256px;
	float:left;
	padding:9px 0 0 27px;
}
#p_logo{
	width:275px;
	float:left;
	padding:12px 22px 0 0;
	text-align:center;
}
#p_addy{
	display:block;
	text-align:center;
	color:#666;
	padding:6px 0 0;
}
#p_addy strong{
	font-size:12px;
	color:#333;
}
#p_contents_holder{
	width:580px;
	background:url(../images/profiles/desc_repeat.jpg) repeat-y;
}
#p_contents{
	width:518px;
	padding:13px 31px 8px;
	background:url(../images/profiles/desc_top.jpg) no-repeat;
}
#p_desc{
	padding:6px;
	text-align:justify;
}
#p_nav{
	width:520px;
	background:url(../images/profiles/desc_btm.jpg) no-repeat #f5f5f5;
	padding:0 30px;
}
#p_info{
	background:url(../images/profiles/info_repeat.gif) repeat-y;
}
#p_info_top{
	background:url(../images/profiles/info_top.gif) top no-repeat;
	height:15px;
	overflow:hidden;
}
#p_info_content_holder{
	margin:1px 31px;
	padding:0 6px 6px;
}
#p_info_content strong.p_info_title{
	display:block;
	margin:0 0 10px;
	font-size:11px;
}
#p_info_content div{
	margin:5px 0;
	padding:5px;
}
#p_info_hidden{
	display:none;
}
#p_info_btm{
	background:url(../images/profiles/info_btm.gif) bottom no-repeat;
	height:18px;
	overflow:hidden;
}
/* overlay */
#overlay{
	background:#000;
	height:100%;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	filter:alpha(opacity=0);	
}
#overlay_content{
	/*background:#fff;
	border:1px solid #f5f5f5;
	padding:10px;*/
	position:absolute;
	left:50%;
	top:50%;
	opacity:0;
	filter:alpha(opacity=0);	
}
.close{
	padding:3px;
	position:absolute;
	top:0;
	right:0;
}
.close a{
	color:#666;
}
.close a:hover{
	color:#f3ae03;
}
/* email profile overlay styles*/
#email_profile, #promo_coupon_over{
	width:300px;
	height:200px;
	padding:5px;
	opacity:.95;
	background:url(../images/profiles/email_profile.gif) no-repeat bottom #fff;
}
#email_profile input, #email_profile textarea, #promo_coupon_over input, #promo_coupon_over textarea{
	padding:0;
	margin:0;
	border:1px solid #666;
	font:11px Arial, Helvetica, sans-serif;
	height:auto;
}
#promo_coupon_over{
	height:125px;
}
/*add fav overlay */
#add_fav{
	width:300px;
	height:100px;
	padding:5px;
	background:url(../images/profiles/email_profile.gif) no-repeat bottom #fff;
}
#add_fav input{
	border:1px solid #e5e5e5;
}	
/* extra class and tag styles */
div.cleaner{
	padding:0;
	margin:0;
	height:1px;
	clear:both;
	line-height:1px;
	visibility:hidden;
}
.fav{
	text-align:right;
	padding:0 23px 0 0;
	margin:0;
}
.fav a{
	color:#666;
}
a{
	text-decoration:none;
	color:#fff;
}
p{
	padding:0;
	margin:0 0 1em;
}
h1, h2, h3, h4, h5, h6, form{
	padding:0;
	margin:0;
}
