﻿
/***** User Profile *****/
.profileH3
{
    margin-top: 4px;
    margin-bottom: 8px;
    font-size: 19px;
    font-weight: bold;
    clear: left;
}

.profile-txtbx-bg
{
    background-color: #fffff0;
    border-right: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
}

.profileHrDots
{
    background-image: url(images/hrdots.gif);
    background-repeat: repeat-x;
    height: 15px;
}

.profileBar
{
    float: left;
    padding-right: 7em;
    padding-left: 0px;
    padding-bottom: 2px;
    padding-top: 5px;
    width:100%;
    font-size: 15px;
}

.profileBar .barLinksLeft
{
    display: block;
    float: left;
    padding-right: 8px;
    padding-left: 0px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.profileBar .barLinksMiddle
{ 
	display: block;
	float: left;
	background: url(images/tab-article-divider-03.gif) 0 50% no-repeat;
	min-height: 24px;
    white-space: nowrap; /*need for IE6*/
    padding: 2px 8px; 
}

.profileBar .barLinksSpanRightDropDown
{
    display: block;
    float: left;
    color: #0F5AB3;
    background: url(images/tab-article-divider-03.gif) 0 50% no-repeat;
	min-height: 24px;
    white-space: nowrap; /*need for IE6*/
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 0px;
    padding-top: 0px;
    
}

.flagNotReported
{
    width:90px;
    display: block;
    float:left;
    padding:2px;
}
.flagReported
{
    padding-left: 22px;
    padding-top: 2px;
    background: url(images/list-reported-16px.gif) no-repeat 0px center;
    color: #cc3333;
    float: left;
}

.profileBar .profileFlaggedOnFavorite
{
    padding-left: 22px;
    background: url(images/list-add-flagged-2.png) no-repeat 0px 0px;
    text-decoration: none;
}

.profileBar .profileComments
{
    padding-left: 22px;
    background: url(images/list-comment-16px-color5.gif) 0 0px no-repeat;
    text-decoration: none;
}

.profileBar .profileAddFavoriteVote
{
    padding-left: 22px;
    background: url(images/list-add-16px-color4.gif) no-repeat 0px 0px;
    text-decoration: none;
}

.profileBar .profileSavedFavorite
{
    
    padding-left: 22px;
    background: url(images/list-favorite-16px-color2.gif) no-repeat 0px 0px;
    text-decoration: none;
    color: #666666;
}

.profileBar .profileReportedByUser
{
    
    padding-left: 22px;
    background: url(images/list-reported-16px.gif) no-repeat 0px 0px;
    text-decoration: none;
    color: #cc3333;
}

.profileBar .profileRemoveFavoriteVote
{
    padding-left: 22px;
    background: url(images/list-remove-16px-color1.png) no-repeat 0px 0px;
    text-decoration: none;
}

.profileBar .profileEmail
{
    padding-left: 22px;
    background: url(images/list-email-16px.gif) no-repeat 0px 0px;
    text-decoration: none;
}

.profileBar .comparePrices
{
    padding-left: 22px;
    background: url(images/list-compare-prices-16px-01.png) 0 0px no-repeat;
    text-decoration: none;
}

#profiletab-wrapper
{
    border: solid 1px #cccccc;
    background-color: #f5f5f5;
    padding-top: 4px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    padding-right: 4px;
    margin-top: 10px;
    padding-left: 4px;
    height:17px;
}

ul.profileTabs
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
}

ul.profileTabs li {
  float: left;
  padding: 0;
  margin: 0;
  margin-right: 0px;
  font-size: 17px;
}

ul.profileTabs li a {
  display: block;
  padding: 0px 10px;
  text-decoration:none;
  }

ul.profileTabs li a:hover
{
    display: block;
    padding: 0px 10px;
    color: #fff;
    background-color: #99cc66;
    text-decoration:none;
}


/***** Friend Profile *****/
#friend-wrapper
{
    float: left;
    width: 350px;
    padding-bottom: 25px;
}

#friend-left
{
    float: left;
    width: 50px;
    text-align: center;
}

#friend-right h3 
{
    font-weight: bold;
	font-size: 110%;
	line-height: 1;
	margin-bottom: 0.2em;
}

#friend-right
{
    width: 290px;
    padding-left:5px;
    float:right;
    text-align: left;
}

/***** User Image Cropper *****/
#ava
{
    width: 200px;
    border: #808080 1px solid;
}
#ava_img {
	width: 200px;
	height: 200px;
	overflow: hidden;
	position: relative;
}
#ava_overlay {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/userprofile/cropperimages/overlay.png);
	z-index: 50;
}
#ava_drager {
	width: 400px;
	height: 400px;
	position: absolute;
	z-index: 100;
	color: #fff;
	cursor: move;
}
.avatar {
	position: absolute;
}
#ava_slider {
	width: 200px;
	height: 27px;
	background: #eee;
	position: relative;
	border-top: 1px solid gray;	
	background: url(images/userprofile/cropperimages/slider-background-01.jpg);
}
#ava_handle {
	width: 19px;
	height: 20px;
	background: blue;
	position: absolute;
	background: url(images/userprofile/cropperimages/handle-magnify-08.png);
}




/***** Tab User Profile Navigation *****/
#tab-wrapper { padding-right:5px;}

/*
.user-nav { height: 37px; overflow:visible }

.sub-menu { height: 2em; }
*/

.user-nav {
	background: url(images/userprofile/tab-line.gif) bottom repeat-x;
	float: right;
	width: 100%;
} 
/*IE6*/

.user-nav ul {
	margin: 0.5em 0 0 0;
	padding: 0 0 0 1em;
	list-style: none;
	font-size: 82%;
}

.user-nav ul {
	padding-top: 2px;
}

.user-nav li {
	margin: 0 1px 0 0;
	padding: 0 5px 0 0;
	background: url(images/userprofile/tab-background-09.jpg) 100% -100px;
	float: left;
	border-bottom: 1px solid #cccccc;
    text-align: center;
}

.user-nav {
	padding-right: 5px;
}

.user-nav li {
	float: right;
	font-size: 125%;
	font-weight: bold;
}

.user-nav li.active {
	border-bottom: 1px solid #fff;
	background: url(images/userprofile/tab-background-09.jpg) 100% 0;
}

 .user-nav li a, .user-nav li a:visited, .user-nav li span {
	display: block;
	float: left;
	padding: 5px 11px 5px 16px;
	text-align: center;
	white-space: nowrap;
	background: url(images/userprofile/tab-background-09.jpg) 0 -100px;
	text-decoration: none;
	min-height: 17px; /* fixes FX/Mac issue */
	
}
.user-nav li a, .user-nav li a:visited
{
    color: #808080;
}
.user-nav li a:hover
{
    color: #808080;
}

.user-nav li span
{
    color: #666666;
}

.user-nav li.active a, .user-nav li.active span {
	background: url(images/userprofile/tab-background-09.jpg) 0 0; 
} 
/*IE6*/


.user-nav li:hover {
	background-position: 100% -200px;
}

.user-nav li:hover a {
	background-position: 0 -200px;
}


.user-nav li.active:hover {
	background-position: 100% 0;
}

.user-nav li.active:hover a {
	background-position: 0 0;
	text-decoration: underline;
}


.user-nav li span {
	color: #666;
	letter-spacing: -0.02em;
}

/**** Sub Menu Styles ****/

.sub-menu {
	position: relative;
	clear: both;
	min-height: 3em;
} 
/*IE6*/

.sub-txt {
	display: block;
	float: left;
	background: url(images/userprofile/tab-subdivider.gif) 0 50% no-repeat;
	font-size: 90%;
	font-weight: bold;
	padding: 0 6px;
	min-height: 18px;
    white-space: nowrap; /*need for IE6*/
}

.sub-menu .sub-txt {
	padding: 7px;
}

.sub-menu strong {
	color: #99cc66;
	margin: 0;
	display: block;
	float: left;
	
}


.sub-menu a
{
    color: #0F5AB3;
    text-decoration: none;
} 

.sub-menu a:hover {
	color: #003;
}


