/* Profile 3.0 */

#profile_content {
    width: 760px;
    margin: 0 auto 35px;
}

#profile_content h2 {
    margin: 10px;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    background-color: #F1F1F1;
    border-bottom: 1px solid #3272A2;
    color: #565656;
    font-size: 13px;
    font-weight: bold;
}

#profile_content h4 {
    margin: 10px;
    color: #565656;
}

#profile_content p {
    margin: 10px;
}

#profile_frame {
    border-right: 1px solid #AAAAAA;
}

#profile_sidebar {
    float: left;
    width: 210px;
    background: red;
}

#profile_main {
    margin: 10px 0 0;
    background: #C9DAE7;
}

#profile_main div.spacer {
    float: left;
    width: 240px;
    background: #C9DAE7;
}

#profile_photo_frame {
    float: left;
    width: 240px;
    height: 290px;
    background: #F1F1F1;
    border: 1px solid #AAAAAA;
    text-align: center;
}

#profile_photo_frame img {
    margin-top: 15px;
}

#profile_unique_data {
    float: right; 
    height: 20px;
    width: 517px;
    line-height: 20px;
    position: relative;
    border-bottom: 1px solid #AAAAAA;
}

#profile_unique_data .first_name {
    padding-left: 10px;
    color: #B20F10;
    font-size: 16px;
    font-weight: bold;
}

#profile_unique_data .account_information {
    position: absolute;
    right: -5px;
    top: -1px;
    background: #FFFFFF;
    padding-right: 15px;
}

#profile_unique_data .user_id {
    color: #808080;
    font-size: 14px;
}

#profile_unique_data .account_information .level {
    font-size: 14px;
    padding-right: 10px;
    font-weight: bold;
}

#profile_unique_data .account_information .level.standard {
    color: #565656;
}

#profile_unique_data .account_information .level.gold {
    color: #E96C12;
}

#profile_top {
    position: relative;
    height: 270px;
    float: right;
    width: 517px;
}

#keyfacts_top {
    margin: 10px;
}

#profile_actions {
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    height: 230px;
    background: url('/images/profile_v3/bg_profile_actions.gif') no-repeat 3px -2px #F0F8FE;
}

/* No facts */
#profile_no_facts {
    margin: 15px;
    width: 300px;
}

/* Profile Actions */
.profile_actions {
    margin: 10px 0 0;
    padding: 0;
    list-style-image: none;
    list-style-type: none;
}

.profile_actions li {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dotted #E1E1CB;

    /* Weird IE6 stuff */
    _height: 20px;
    _line-height: 20px;
    _padding-top: 6px;
    _padding-bottom: 6px;
}

.profile_actions li.send_message {
    background: url('/images/profile_v3/icon_message.gif') 13px 7px no-repeat;
}

.profile_actions li.show_interest {
    background: url('/images/profile_v3/icon_interest.gif') 13px 7px no-repeat;
}

.profile_actions li.add_favorite {
    background: url('/images/profile_v3/icon_favorites.gif') 10px 3px no-repeat;
}

.profile_actions li.virtual_gift {
    background: url('/images/profile_v3/icon_virtual_gift.gif') 8px 3px no-repeat;
}

.profile_actions li.shop {
    background: url('/images/profile_v3/icon_gift.gif') 10px 3px no-repeat;
}

.profile_actions li.add_block {
    background: url('/images/profile_v3/icon_block.gif') 10px 3px no-repeat;
}

.profile_actions li.videochat {
    background: url('/images/profile_v3/icon_videochat.gif') 10px 3px no-repeat;
}

.profile_actions li.history {
    background: url('/images/profile_v3/icon_history.gif') 10px 3px no-repeat;
}

.profile_actions li.abuse {
    background: url('/images/profile_v3/icon_abuse.gif') 10px 3px no-repeat;
}

.profile_actions a {
    display: block;
    padding-left: 50px;
    font-size: 11px;
/*    color: #333333;*/
    text-decoration: none;
}

.profile_actions a:hover {
    text-decoration: none;
}

.profile_actions a.disabled {
    color: #CCCCCC;
}

.profile_actions_vertical {
    width: 100%;
    float: none;
    margin: 0 auto;
    margin-left: -1px;
    border: 1px solid #AAAAAA;

    _border-right: none;
}

.profile_actions_vertical li {
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 24%;
    height: 25px;
    line-height: 25px;

    /* Weird IE6 stuff */
    zoom: 1;
    *display: inline;
    _vertical-align: middle;
    _display: inline;
}

.profile_actions_vertical li.add_block {
    background: url('/images/profile_v3/icon_bottom_block.gif') 35px center no-repeat;
}

.profile_actions_vertical li.send_message {
    background: url('/images/profile_v3/icon_bottom_message.gif') 35px center no-repeat;
}

.profile_actions_vertical li.show_interest {
    background: url('/images/profile_v3/icon_bottom_interest.gif') 35px center no-repeat;
}

.profile_actions_vertical li.abuse {
    background: url('/images/profile_v3/icon_bottom_abuse.gif') 35px center no-repeat;
}

.profile_actions_top {
    width: 276px;
    margin: 10px;
    padding: 0;
}

.profile_actions_top li {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 136px;
    height: 26px;
    line-height: 26px;
    background-color: #F0F8FE;
    color: #5E6EC7;
    text-align: center;

    /* Weird IE6 stuff */
    zoom: 1;
    *display: inline;
    _vertical-align: middle;
    _display: inline;
}

.profile_actions_top a {
    display: block;
    text-decoration: none;
    height: 26px;
    line-height: 26px;
    padding-left: 30px;
}

.profile_actions_top li.send_message {
    background: url('/images/profile_v3/icon_top_message.gif') 4px 3px no-repeat #F0F8FE;
}

.profile_actions_top li.show_interest {
    background: url('/images/profile_v3/icon_top_interest.gif') 7px 3px no-repeat #F0F8FE;
}

#profile_summary table {
    width: 280px;
    border-collapse: collapse;
    color: #000099;
}

#profile_summary td {
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    border-bottom: 1px solid #E1E1CB;
}

#profile_summary td.label {
    background: #F1F1F1;
    font-weight: bold;
}

#profile_summary div.action_button {
    margin: 10px 5px;
    width: 136px;
    height: 26px;
    line-height: 26px;  
    float: left;  
    background-color: #F0F8FE;
    color: #5E6EC7;
    text-align: center;

    /* Weird IE6 stuff */
    _height: 8px;
    _line-height: 8px;
    _padding-top: 3px;
    _padding-bottom: 3px;
}

#profile_facts_detail table {
    margin: 0 10px 10px;
}

#profile_summary div.action_button.first {
    margin-left: 10px;
}

#profile_summary div.action_button a {
    display: block;
    text-decoration: none;
    height: 26px;
    line-height: 26px;

    /* Weird IE6 stuff */
    _height: 8px;
    _line-height: 8px;
    _padding-top: 3px;
    _padding-bottom: 3px;
}

#profile_summary div.action_button a:hover {
    background-color: #E3E3E3;
}

#profile_summary div.action_button img {
    vertical-align: middle;
    margin-right: 10px;
}

/* Video Button */
#profile_summary div.more_video {
    position: absolute;
    bottom: 0;
    right: 4px;
    width: 174px;
    height: 36px;
    float: left;
    line-height: 12px;
    background: url('/images/profile_v3/more_video_dark_blank_180.jpg') no-repeat;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

#profile_summary div.more_video span.photo {
    position: absolute;
    top: 1px;
    left: 40px;
    height: 34px;
    width: 44px;
    background: no-repeat top center;
}

#profile_summary div.more_video span.label {
    position: absolute;
    top: 0;
    right: 15px;
    display: block;
    height: 36px;
    width: 70px;
    line-height: 18px;
    color: #000000;
    font-size: 11px;
}

/* Sub summary */
#profile_sub_summary {
    margin: 10px 0;
}

#profile_sub_summary h2 {
    position: relative;
    float: left;
    width: 499px;
    margin: 0;
}

#profile_sub_summary h2 .send_message_premium {
    position: absolute;
    top: 0;
    right: 10px;
}

#profile_sub_summary h2 .send_message_premium img {
    vertical-align: middle;
}

#profile_sub_summary h2 .send_message_premium a {
    color: #7B7B7B;
    font-weight: normal;
    text-decoration: none;
}

/* Facts detail */
#profile_facts_detail {
    float: right;
    width: 519px;
    background: #FFFFFF;
    color: #000099;
}

#profile_facts_detail p {
    margin: 0 15px 15px;
/*    margin: 0x;*/
}

p#profile_remarks {
    margin: 5px 0 15px;
    font-size: 11px;
    color: #565656;
    font-style: italic;
}

/* Facts */
table.facts {
/*    width: 100%;*/
    width: 499px;
    margin: 0 10px;
    border-collapse: collapse;
}

table.facts td {
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    border-bottom: 1px solid #E1E1CB;
}

table.facts td.label {
    background: #F1F1F1;
    font-weight: bold;
}

table.facts .col1 {
    width: 135px;
}

/* More Photos */
#more_photos {
    width: 240px;
    height: 30px;
    margin-right: 10px;
    line-height: 30px;
    background-color: #F1F1F1;
    border-bottom: 1px solid #3272A2;
    color: #565656;
    font-weight: bold;
    text-align: center;
    float: left;

    /* Weird IE6 stuff */
    _height: 10px;
    _line-height: 10px;
    _padding-top: 7px;
    _padding-bottom: 7px;
}

#more_photos a {
    display: block;
    text-decoration: none;
}

#more_photos a:hover {
    background-color: #E3E3E3;
}

#more_photos img {
    vertical-align: middle;
    margin-right: 10px;
}


/* My Profile */
#profile_my_profile {
	background-color: #F1FFEF;
	border: 1px solid #D5EFD1;
	margin-bottom: 15px;
}

#profile_my_profile h4 {
	margin: 10px 15px;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}

#profile_my_profile p {
	margin: 5px 15px;
	color: #000066;
}

#profile_my_profile ul {
	margin: 5px 30px 10px;
	padding: 0;
	color: #000066;
}

#profile_my_profile li {
	line-height: 20px;
}

/* Video */
#showVideo {
	width: 600px;
	text-align: center;
}

#showVideo h1, #showVideo h2 {
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #000080;
	margin-bottom: 20px;
}

#showVideo h2 {
	font-size: 16px;
}


/* Photo Album */
#profile_photo_album {
    display: none;
}


/* Profile Navigation */
ul.profile_navigation {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    list-style-image: none;
    list-style-type: none;
}

ul.profile_navigation li {
    width: 33%;
    text-align: center;

    display: inline-block;

    zoom: 1;
    _display: inline;
    *display: inline;
}

ul.profile_navigation li.first {
    text-align: left;
}

ul.profile_navigation li.last {
    text-align: right;
}

ul.profile_navigation li.first img {
    margin-right: 10px;
    vertical-align: middle;
}

ul.profile_navigation li.last img {
    margin-left: 10px;
    vertical-align: middle;
}

ul.profile_navigation li a {
    color: #333333;
}

ul.profile_navigation li a:hover {
    text-decoration: none;
}
