/* these link styles are here only because upload_pic_iframe.html
 * cannot include the full site.css because of the background color/image
 * but this page still needs link style css */
a:link, a:visited {
color: #0f0f0f;
}

a:hover, a:active {
color:#b90000;
}
div { zoom: 1; }
div#profile_info, div#more_info, div#send_message_ui, div#comments_ui { zoom:1; }

div#profile_info { overflow-x:hidden; background-color:#fff; }

div#profile_user_detail_area {
    position:relative;
    *float: left;
    background-color:#fff;
    margin-top:-1px;
    padding-bottom: 22px;
    text-align:left;
}

#profile { position:relative; }

#profile .labels {
padding-right:10px;
font-size:12px;
font-weight:700;
color:#555;
width:21%;
}

#profile .notice {
font-size:10px;
font-weight:700;
color: #b90000;
}

#profile .data {
font-size:12px;
font-weight:400;
color:#0f0f0f;
}

#profile .data a {  }

#profile .title1 {
float:left;
display:inline-block;
height:43px;
font-size:28px;
color:#b90000;
padding:0;
max-width: 430px;
_width:430px;
}

#profile .subtitle1 {
font-size:20px;
color:#999;
}

#profile .title2 {
font-size:20px;
color:#036;
}

#profile .title3 {
font-size:20px;
color:#999;
}

#profile .mainphoto {
background-color:#0f0f0f;
border:1px solid #ccc;
color:#0f0f0f;
padding:0;
}

td.about_text { padding-top:5px; }
div.about_content { line-height:18px; }

div#send_message_ui {  }


#comments .roweven {
background-color:#ecefff;
}

#comments .rowodd {
background-color:#f6f6f6;
}

#comments .roweven img {
float:left;
margin-right:4px;
border:#ddd solid 1px;
width:64px;
height:64px;
}

#comments .rowodd img {
float:right;
margin-left:4px;
border:#ddd solid 1px;
width:64px;
height:64px;
}

#moreanswers .question {
font-weight:700;
font-size:12px;
}

#moreanswers .answer {
font-weight:400;
font-size:12px;
}

#moreanswers .noanswer {
color:#999;
font-weight:400;
font-size:12px;
}

#thumbnotext a:link img,#thumbnotext a:visited img {
border:solid 1px #ccc;
}

#thumbnotext a:hover img,#thumbnotext a:active img {
border:solid 1px #b90000;
}

#profile .subtitle2,#profile .subtitle3 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#999;
}

.user-media
{
    display:block;
    padding-top: 10px;
    zoom: 1;
}

.user-media .media-btns
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    position:relative;
    z-index:2;
}

.user-media .media-btns li
{
    float:left;
    border:1px solid #ccc;
    margin-right:5px;
}

.user-media .media-btns li a
{
    display: inline-block;
    height:29px;
    line-height:29px;
    padding:0 5px;
    font-size:15px;
    font-weight:bold;
    text-decoration: none;
    background-color: #CCC;
    outline: none;
}

.user-media .media-thumbs
{
    position: relative;
    margin-top:-1px;
    border:1px solid #ddd;
    padding:3px;
}

#active-tab, #active-media-tab, #active-profile-tab { border-bottom-color:#fff; border-color: #ddd; }
#active-tab a, #active-media-tab a, #active-profile-tab a { background-color:#FFF; padding-bottom:1px; }

.hide_block { display:none; }

.uploads A, #uploadphotos A, #uploadvideos A
{
    outline:none;
    text-decoration: none;
    text-align: center;
    margin:0 1px 5px 0;
}

table#prof_options { height:60px; margin:5px 0 0 0; }
table#prof_options .ico_options { margin-right:4px; }

div#report_block { position:absolute; right:0; bottom:0; height:20px; text-align: right; }
div#report_block a { color:#444; display: inline-block; margin-right: 7px; }
div#report_block a:hover { color:#b90000; }


/**** Profile game ****/
#profile_game { padding:8px 12px 0 4px; zoom:1; width:400px}
#profile_game p.title { font-size:20px; margin:0 0 10px 0; color:#444; }
#profile_game a#link { float:right; }
#profile_game #prof_questions { height:78px; zoom:1; }
#profile_game input.rad { margin-right:5px; }

#profile_game #prof_game_btn {
float:right;
background:#86a516 repeat-x 0 0;
border:1px solid #6c8902;
border-radius:7px;
-moz-border-radius:7px;
-webkit-border-radius:7px;
padding:4px 10px;
margin-top:3px;
font-size:12px;
font-weight:bold;
color:#fff;
text-shadow:0 -1px 0 #80a914;
text-transform:uppercase;
cursor:pointer;
}

#profile_game #prof_game_foot { padding:32px 0 0 8px; zoom:1; position:relative; }
#profile_game #progress { float:left; }
#profile_game #progress p { font-size:11px; color:#555; margin:0; padding:0; }
#profile_game #progress div#bar {
width:250px;
height:11px;
background-color:#ccc;
margin-top:2px;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
zoom:1;
}

#profile_game #progress div#bar_done {
height:11px;
background-color:#6fbe00;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
zoom:1;
}

#pic1 {
    max-width:320px;
    max-height:320px;
    width:auto !important; /* IE8 bug */
    height:auto !important; /* IE8 bug */
    cursor: pointer;
}

/* new pic uploader styles */
.error_container {
    display:none;
    border:1px solid #eed3d7;
    background-color:#f2dede;
    color: #b94a48;
    padding:5px;
    margin-bottom:10px;
    text-align:left;
}
.error_container div.header {
    font-weight:bold;
    height:15px;
}
.error_container p {
    margin:3px 3px 3px 15px;
}

.notice_container {
    display:none;
    border:1px solid #aaa;
    background-color:#eee;
    padding:5px;
    margin-bottom:10px;
    text-align:left;
}
.notice_container #notice_text {
    margin: 0 0 5px 2px;
    font-weight:bold;
}
.notice_container #upload_progress_ie {
    display:none;
}

.info_container {
    border:1px solid #358698;
    background-color: #daecf8;
    padding:5px;
    margin-bottom:10px;
    text-align:left;
}
.info_container #info_text {
    color: #358698;
    margin: 10px;
}

.success_container {
    display:none;
    border:1px solid #d6e9c6;
    background-color: #dff0d8;
    color: #468847;
    padding:5px;
    margin:10px 0;
    text-align:left;
}
.success_container #check {
    display:inline-block;
    padding:5px;
    margin-bottom:-5px;
}
.success_container #success_text {
    display:inline-block;
    position:relative;
    top:-9px;
    margin-left:2px;
}

#manage_pics {
    font-family: Helvitica, sans-serif;
}
#manage_pics .user_pic_s {
    width:90px;
    height:120px;
    float:left;
    margin:5px 3px 5px 0;
}
#manage_pics .add_pic {
    width:90px;
    height:90px;
    border:1px solid #ccc;
    background-color:#eee;
    text-align:center;
    cursor:pointer;
}
#manage_pics .add_pic:hover {
    background-color:#ddd;
}
#manage_pics .pic_container {
    position:relative;
    width:92px;
    height:92px;
}
#manage_pics .pic_container img.user_pic {
    border:1px solid #ccc;
    width:90px;
    height:90px;
    position:absolute;
    top:0;
    left:0;
}
#manage_pics .add_pic img {
    margin:30px 0 3px 0;
}
#manage_pics a, #manage_pics label {
    color:#212121;
    font-size:12px;
}
#manage_pics .pic {
    position:relative;
    text-align:center;
}
#manage_pics .pic a, #manage_pics .pic label {
    display:inline-block;
    padding:5px;
}
#manage_pics .pic .delete_ico {
    display:none;
    position:absolute;
    top:5px;
    right:2px;
    cursor:pointer;
}

#uploaded_pic {
    margin:10px 0;
    border:1px solid #ccc;
}

#file_chooser {
    position:absolute;
    left:-99999px;
    margin-right: 34px;
}

#upload_tabs #upload_close_link { position: absolute; top: 16px; right: 44px; color: #888; z-index: 100; text-decoration: none; }
#upload_tabs #upload_close_link:hover { color: #333; }
#upload_tabs #upload_button_wrap { margin: 25px 0 40px 0; }

#upload_tabs #upload_button {
    display: inline-block;
    width:110px;
    margin: 0 34px 0 0;
}

#upload_done_link { color: #333; }
a#upload_guidelines { color: #777; }

/* jquery-ui tabs */
#upload_tabs.ui-tabs {
    padding:0;
}
#upload_tabs ul {
    padding-top:0;
    border-bottom: 1px solid #999999;
}
#upload_tabs li {
    margin-left:0;
    margin-right:0;
    border-left:none;
    border-top:none;
}
#upload_tabs li.first {
    margin-left:0;
    border-left:none;
}
#upload_tabs li a {
    font-size:15px;
    padding:10px 12px;
}

#upload_tabs #tabs-1, #upload_tabs #tabs-2 {
    text-align:center;
    height:450px;
    border-top:0;
    background:#FFFFFF;
}

/* jquery-ui progressbar */
.notice_container .ui-progressbar {
    height:20px;
    border: 1px solid #1C1C1C;
    background-color: #313131;
    -webkit-box-shadow: 0 0 1px #666, inset 0 1px 1px #222;
    -moz-box-shadow: 0 0 1px #666, inset 0 1px 1px #222;
    -o-box-shadow: 0 0 1px #666, inset 0 1px 1px #222;
    box-shadow: 0 0 1px #666, inset 0 1px 1px #222;
    background-image: -webkit-linear-gradient(#323232, #2E2E2E 50%, #323232);
    background-image: -moz-linear-gradient(#323232, #2E2E2E 50%, #323232);
    background-image: -o-linear-gradient(#323232, #2E2E2E 50%, #323232);
}
.notice_container .ui-progressbar .ui-progressbar-value {
    margin:0;
    background-color: #5387BA;
    border-right: 1px solid #282828;
    -webkit-box-shadow: inset 0 0 1px #ddd;
    -moz-box-shadow: inset 0 0 1px #ddd;
    -o-box-shadow: inset 0 0 1px #ddd;
    box-shadow: inset 0 0 1px #ddd;
    background-image: -webkit-linear-gradient(#66A3E2, #5387BA 50%, #4B79AF 51%, #385D87);
    background-image: -moz-linear-gradient(#66A3E2, #5387BA 50%, #4B79AF 51%, #385D87);
    background-image: -o-linear-gradient(#66A3E2, #5387BA 50%, #4B79AF 51%, #385D87);
}


/* jpegcam & verify photobooth */
#jpegcam_container {
    width: 532px;
    height:700px;
    margin: 15px auto 0 auto;
    text-align:left;
}
#jpegcam_container.nocam {
    height:110px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}
#jpegcam {
    width: 532px;
    height: 398px;
    line-height: 360px;
    text-align: center;
    color:#666;
}
#jpegcam_controls {
    display:none;
    height:55px;
    padding:15px 0;
    background-color:#eee;
    text-align: center;
}

a.btn_verify_camera {
    display:inline-block;
    background:transparent url(//cachemd.cdnhost2000xl.com/images/btn_verify_camera.png) no-repeat 0 0;
    width:52px;
    height:52px;
    cursor:pointer;
    outline:none;
}

a.btn_verify_camera:hover { opacity: 0.88;filter: alpha(opacity=88); outline:none; }

a.btn_verify, a.btn_verify_blue {
    display:inline-block;
    width:226px;
    height:36px;
    line-height:36px;
    border:1px solid #7c7c7c;
    background-color:#6b6b6b;
    color:#fff;
    font-size:20px;
    margin:8px 23px 0 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    background-image: -moz-linear-gradient(top, #bababa, #646464);
    background-image: -ms-linear-gradient(top, #bababa, #646464);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bababa), to(#646464));
    background-image: -webkit-linear-gradient(top, #bababa, #646464);
    background-image: -o-linear-gradient(top, #bababa, #646464);
    background-image: linear-gradient(top, #bababa, #646464);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bababa', endColorstr='#646464', GradientType=0);


    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor:pointer;
}

a.btn_verify:hover {
    background-color:#5a5a5a;
    background-image: -moz-linear-gradient(top, #a7a7a7, #595959);
    background-image: -ms-linear-gradient(top, #a7a7a7, #595959);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a7a7a7), to(#595959));
    background-image: -webkit-linear-gradient(top, #a7a7a7, #595959);
    background-image: -o-linear-gradient(top, #a7a7a7, #595959);
    background-image: linear-gradient(top, #a7a7a7, #595959);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7a7a7', endColorstr='#595959', GradientType=0);

}

a.btn_verify_blue {
    margin:0;
    border:1px solid #2d54c8;
    background-color:#0045c8;
    background-image: -moz-linear-gradient(top, #6ca9fa, #003bbe);
    background-image: -ms-linear-gradient(top, #6ca9fa, #003bbe);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6ca9fa), to(#003bbe));
    background-image: -webkit-linear-gradient(top, #6ca9fa, #003bbe);
    background-image: -o-linear-gradient(top, #6ca9fa, #003bbe);
    background-image: linear-gradient(top, #6ca9fa, #003bbe);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ca9fa', endColorstr='#003bbe', GradientType=0);
}

a.btn_verify_blue:hover {
    background-color:#0039b9;
    background-image: -moz-linear-gradient(top, #609ded, #0031b1);
    background-image: -ms-linear-gradient(top, #609ded, #0031b1);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#609ded), to(#0031b1));
    background-image: -webkit-linear-gradient(top, #609ded, #0031b1);
    background-image: -o-linear-gradient(top, #609ded, #0031b1);
    background-image: linear-gradient(top, #609ded, #0031b1);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#609ded', endColorstr='#0031b1', GradientType=0);
}

#jpegcam_uploading {
    font-weight:bold;
    width:220px;
    height:32px;
    vertical-align:bottom;
    display:none;
}

#jpegcam_cancel, #jpegcam_upload {
    color:#fff;
}

#verify_info {
    width:532px;
    margin:40px auto 0 auto;
}

.verify_status {
    text-align:center;
    padding-top:15px;
    margin:0 -2px;
}
.verify_status.border {
    border-bottom:1px solid #aaa;
}
.verify_status p {
    font-weight:bold;
    padding:0 25px;
}
.verify_header {
    font-size:22px;
    color:#000;
}

.verify_title .ico_av_lg { float:left; }
.verify_title p { float:left; margin:9px 0 0 10px; padding:0; font-size:27px; }

.verify_instructions { padding:15px; background-color:#f1f1f1; margin:10px 0 15px 0; text-align:left; }
.verify_instructions h4 { color:#444; font-size:16px; font-weight:normal; margin:0 0 15px 0; padding:0; }
.verify_instructions p { color:#666; line-height:18px; margin:0; padding:0; }

.verify_instructions.verify_success { background-color:#e3ffc5; }
a.verify_home_link { display:inline-block; font-size:16px; text-decoration:underline; margin:5px 0 0 15px; }


#verify_status_unverified .verify_header span {
    color:#b22222;
}
#verify_status_pending .verify_header span {
    color:#daa520;
}
#verified_logo {
    margin:-10px 0 -20px 5px;
}

/* edit profile => photo/video gallery */
#video_gallery .gallery_item, #video_gallery .add_pic,
#photo_gallery .gallery_item, #photo_gallery .add_pic {
    float:left;
    width:98px;
    height:150px;
    font-size:11px;
    text-align:center;
    margin:5px 1px 0 0;
    border:1px solid #ccc;
}
#video_gallery .add_pic,
#photo_gallery .add_pic {
    height:98px;
}

#video_gallery .gallery_item p,
#photo_gallery .gallery_item p {
    margin:0;
    padding:1px 4px;
}

#video_gallery .gallery_item img,
#photo_gallery .gallery_item img {
    border:1px solid #ccc;
    cursor:pointer;
    width:97px;
    height:97px;
}
#video_gallery .gallery_item img:hover,
#photo_gallery .gallery_item img:hover {
    border:1px solid #b90000;
}
#video_gallery .gallery_item p a,
#photo_gallery .gallery_item p a {
    display:inline;
    margin:0;
    padding:0 3px;
}
#video_gallery .gallery_item p a.show,
#video_gallery .gallery_item p a.hide,
#video_gallery .gallery_item p a.remove,
#photo_gallery .gallery_item p a.show,
#photo_gallery .gallery_item p a.hide,
#photo_gallery .gallery_item p a.remove {
    text-decoration:underline;
}
#video_gallery .gallery_item p a.inactive,
#photo_gallery .gallery_item p a.inactive {
    text-decoration:none;
    cursor:default;
    font-weight:bold;
    color:#650000;
}

#video_gallery_view .add_pic,
#photo_gallery_view .add_pic,
#video_gallery .add_pic,
#photo_gallery .add_pic {
    cursor:pointer;
}
#video_gallery_view .add_pic:hover,
#photo_gallery_view .add_pic:hover,
#video_gallery .add_pic:hover,
#photo_gallery .add_pic:hover {
    background-color:#ddd;
}
#video_gallery_view .add_pic img,
#photo_gallery_view .add_pic img,
#video_gallery .add_pic img,
#photo_gallery .add_pic img {
    margin:33px 0 3px 0;
}
#video_gallery_view .add_pic a,
#photo_gallery_view .add_pic a,
#video_gallery .add_pic a,
#photo_gallery .add_pic a {
    font-size:12px;
    text-decoration:underline;
}
#video_gallery_view .add_pic a:hover,
#photo_gallery_view .add_pic a:hover,
#video_gallery .add_pic a:hover,
#photo_gallery .add_pic a:hover {
    color:#000;
}
#photos .add_pic_profile
#photos .add_pic_profile {
    width:130px;
    height:130px;
    margin-bottom:13px;
    border:1px solid #ccc;
    background-color:#eee;
    text-align:center;
    cursor:pointer;
}
#photos .add_pic_profile:hover {
    background:#ddd;
}
#photos .add_pic_profile img {
    margin:50px 0 10px 0;
}

#photos #manage_photos {
    text-align:center;
    font-size:14px;
}

#video_gallery_view .add_pic,
#video_gallery_view .gallery_item,
#photo_gallery_view .add_pic,
#photo_gallery_view .gallery_item {
    float:left;
    width:100px;
    height:100px;
    margin:5px 9px;
    border:1px solid #ccc;
    cursor:pointer;
    text-align:center;
    background-color:#eee;
}
#video_gallery_view .gallery_item:hover,
#photo_gallery_view .gallery_item:hover {
    border:1px solid #b90000;
}

/* profile page options */

.fl-ico-prof-msg { background-position: 0 -249px; width: 16px; height: 16px; margin: 4px 7px 0 0; }
.fl-ico-prof-fav { background-position: -18px -249px; width: 15px; height: 14px; margin: 5px 8px 0 0; }
.fl-ico-prof-notify { background-position: -35px -249px; width: 16px; height: 17px; margin: 3px 7px 0 0; }
.fl-ico-prof-friend { background-position: -53px -249px; width: 17px; height: 16px; margin: 4px 6px 0 0; }
.fl-ico-prof-wink { background-position: -72px -249px; width: 16px; height: 17px; margin: 3px 7px 0 0; }
.fl-ico-prof-video { background-position: -90px -249px; width: 16px; height: 13px; margin: 6px 7px 0 0; }

#prof_options .fl-ico-sms { margin: 3px 7px 0 -3px; }

#prof_options { margin: 7px 0 0 0; }
#prof_options_left { float: left; width: 158px; }
#prof_options_right { float: right; width: 158px; }
#prof_options i { float: left; }

.btn-prof-action {
    display: block;
    height: 24px;
    line-height: 25px;
    padding: 0 3px 0 11px;    
    margin: 0 0 4px 0;
    font-size: 13px;
    color: #fff !important;
    text-align: left;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow:hidden;
    white-space: nowrap;
}

/* user reviews (comments) */
textarea[name="user_comment"] {
    display: inline-block;
    float:left;
    width:272px;
    height:30px;
    margin-right:10px;
}
#submit-comment {
    background-color: #FFFFFF;
    border: 1px solid #0F0F0F;
    color: #B90000;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    overflow: visible;
    padding: 7px 25px 7px 25px;
    text-align: center;
}
.important_label {
    font-weight: bold;
    color: #00697f;
    float:left;
    padding: 0 10px 0 0;
}
#comments_view {
    max-height: 287px;
    overflow-y: auto;
    margin-bottom: 10px;
}
#comment_note {
    margin-top:20px;
    margin-bottom:20px;
}
.delete {
    position: absolute;
    color:red;
    padding: 0 5px 0 5px;
    cursor: pointer;
    top: 5px;
    right: 5px;
    font-size: 15px;
    font-weight: bold;
}
.more_bar {
    background-color: #eaeff3;
    padding: 10px;
    margin: 0 0 2px 0;
    text-align: center;
    cursor: pointer;
    color: #1c7da0;
    font-weight: bold;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.more_bar:hover { background-color: #e1e6eb; }

#requirement { padding: 14px 0 0 0; }
#requirement ul { margin: 0; padding: 0; }
#requirement ul li { padding: 4px 0; margin: 0 0 0 16px; }
#requirement p { margin: 0 0 7px 0; font-weight: bold; }

.comment_sender_username a {
    display: inline;
    float: left;
    font-weight: bold;
    padding: 0 10px 0 0;
    color: #0058B4;
    text-decoration: none;
}

#profile-detail-comments {
    padding: 10px;
}

#comments_ui {
    position:relative;
}

.comment_answer {
    text-align: center;
    color: #5b5956;
}

.comment {
    margin: 0 25px 0 0;
}

.comment_section {
    position: relative;
    padding: 5px 0 5px 0;
}

#comment_response {
    text-align: center;
    font-size: 14px;
}

.comment_highlight {
    padding: 5px;
    background-color: #fff4c9;
}

.modal-raty { margin: 0 auto; }

/* clearfix: //nicolasgallagher.com/micro-clearfix-hack/ */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

#profile-content {
    width: 980px;
    margin: 0 auto;
}
#profile-main {
    background-color: #fff;
    padding: 0;
    margin: 0;
    text-align: left; /* IE7 */
}
#profile-main #profile {
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    margin: 15px auto;
    padding: 10px 5px;
    width: 940px;
}
#profile #profile-top {
    max-height: 110px;
    margin: 0 0 5px 3px;
    cursor: default;
}
#profile #profile-top .username,
#profile #profile-top .tagline,
#profile #profile-top .match-info {
    max-width: 650px;
}
#profile #profile-top .username {
    position: relative;
    margin-bottom: 5px;
    *z-index: 100;
}
#profile #profile-top .username span.username-container {
    font-size: 28px;
    color: #b90000;
    float: left;
    display: inline-block;
    max-width: 430px;
}
#profile #profile-top .username img {
    vertical-align: top;
    border: none;
}
#profile #profile-top .tagline {
    margin-bottom: 5px;
}
#profile #profile-top #verified-badge {
    float: left;
    font-size: 15px;
    position: relative;
    height: 22px;
    margin: 7px 0 0 12px;
    *z-index: 110;
}
#profile #profile-top #verified-badge a {
    float: left;
    text-decoration: none;
}
#profile #profile-top #verified-badge .verified-icon {
    float: left;
    display: inline-block;
    background: no-repeat url('//cachemd.cdnhost2000xl.com/images/acc_approved_sprite.png') 0 -147px;
    width: 21px;
    height: 20px;
}
#profile #profile-top #verified-badge .verified-text {
position: relative;
float: left;
margin: 2px 0 0 4px;
font-size: 15px;
}
#profile #profile-top #verified-badge .verified-nub {
    position: absolute;
    bottom: -26px;
    left: -19px;
    background: no-repeat url('//cachemd.cdnhost2000xl.com/images/acc_approved_sprite.png') 0 -194px;
    width: 58px;
    height: 28px;
    z-index: 110;
}
#profile #profile-top #verified-modal {
    position:absolute;
    top: 52px;
    left: 75px;
    width:610px;
    padding: 14px;
    border:1px solid #7e7e7e;
    background-color:#fff;
    -moz-box-shadow:0 0 10px #888;
    -webkit-box-shadow:0 0 10px #888;
    box-shadow:0 0 10px #888;
    z-index: 100;
    font-size: 16px;
    color: #444;
}
#profile #profile-top #verified-modal h1.title {
    background: no-repeat url('//cachemd.cdnhost2000xl.com/images/acc_approved_sprite.png') 0 -98px;
    height:45px;
    padding:0 0 0 60px;
    margin:0 0 17px 0;
    font-size:26px;
    color:#000;
    line-height:45px;

}
#profile #profile-top #verified-modal h2.title {
    font-size:20px;
    padding:0 0 15px 0;
    color:#000; 
}
#profile #profile-top #verified-modal div.content {
    background-color:#f1f1f1;
    padding:15px 20px;
}
#profile #profile-top #verified-modal ol {
   line-height:23px;
   margin:0 0 6px 24px;
   padding:0;
}
#profile #profile-top #verified-modal ol a { color:#1146c9; }
#profile #profile-top #verified-modal ol a { color:#b90000; }
#profile #profile-top #verified-modal ol li { padding:0 0 13px 0; }

#profile #profile-top #top-actions {
    position: absolute;
    top: 10px;
    right: 5px;
    text-align: right;
}
#profile #profile-top #bottom-actions {
    position: absolute;
    top: 60px;
    right: 5px;
}
#profile #profile-left {
    float: left;
    width: 757px;
    min-height: 700px; /* temp */
}
#profile #profile-left #user-left {
    float: left;
    width: 322px;
    height: 415px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 6px;
}

#profile #profile-left #user-left.featured {
    background-color: #8ab7fa;
}
#profile #profile-left #user-left.featured #media-container {
    border: 1px solid #8ab7fa;
}
#user-left #media-container {
    background-color: #000;
    border: 1px solid #ddd;
    text-align: center;
    position: relative;
    height: 320px;
    width: 320px;

}
#user-left #media-container #discreet-notice {
    position: absolute;
    left: 59px;
    top: 0;
    width: 200px;
    background: #fff;
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: .5;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
#user-left #media-container #discreet-notice p {
    font-weight: bold;
    padding: 3px;
    margin: 0;
}
#user-left #media-container table,
#user-bottom #profile-media-rphotos table,
#user-bottom #profile-media-photos table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
#user-bottom #profile-media-photos table,
#user-bottom #profile-media-rphotos table {
    background-color: #000;
}
#user-left #media-container img {
    margin-top: -1px;
    margin-bottom: -1px;
    margin-left: -1px;
}
#profile #profile-left #user-right {
    float: right;
    width: 415px;
    min-height: 427px;
}
#user-right .profile-info-content label {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    font-weight: bold;
    color: #555;
}
#user-right .profile-info-content span.info {
    display: inline-block;
    width: 309px;
}
#user-right #profile-detail-main > div,
#user-right #profile-detail-more > div {
    margin: 5px 0;
}
#user-right #profile-detail-main span.gold,
#user-right #profile-detail-more span.gold {
    color: #f90;
    font-weight: bold;
}
#user-right #profile-detail-main span.silver,
#user-right #profile-detail-more span.silver {
    color: #666;
    font-weight: bold;
}
#user-right #profile-detail-main .about-text {
    line-height: 19px;
}
#user-right #profile-detail-main .about-text .less,
#user-right #profile-detail-main .about-text .more {
    margin-left: 10px;
}

#user-bottom ul.profile-media-nav,
#user-right ul.profile-info-nav {
    list-style-type: none;
    padding: 0;
    margin: 0 0 -1px 0;
    position: relative; /* affects z-index */
    z-index: 10;
}
#user-bottom ul.profile-media-nav li,
#user-right ul.profile-info-nav li {
    float: left;
    border: 1px solid #ccc;
    background-color: #ccc;
    margin-right: 5px;
}
#user-bottom ul.profile-media-nav li.active,
#user-right ul.profile-info-nav li.active {
    border-bottom: 1px solid #fff;
    background-color: #fff;
}
#user-bottom ul.profile-media-nav li a,
#user-right ul.profile-info-nav li a {
    display: inline-block;
    height: 29px;
    padding: 0 5px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    line-height: 28px;
}
#user-right div.profile-info-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0 10px 21px 10px;
    min-height: 376px;
}
#user-right div.profile-info-content #report-block {
    position: absolute;
    bottom: 7px;
    right: 0;
}
#report-block span {
    margin-right: 10px;
}
#user-right div.profile-info-content #profile-detail-msg {
    margin-top: 5px;
}


#user-bottom {
    margin-top: 10px;
}
#user-bottom .profile-media-content {
    background-color: #fff;
    border: 1px solid #ccc;
    height: 325px;

}
#user-bottom #profile-media-photos div.profile-photo-container,
#user-bottom #profile-media-rphotos div.profile-photo-container {
    float: left;
    height: 151px;
    width: 132px;
    margin: 9px 9px 0 9px;
    text-align: center;
}
#user-bottom #profile-media-photos div.profile-photo,
#user-bottom #profile-media-rphotos div.profile-photo {
    width: 130px;
    height: 130px;
    border: 1px solid #fff;
    overflow: hidden;
    text-align: left;
}
#user-bottom #profile-media-photos div.profile-photo.photo,
#user-bottom #profile-media-rphotos div.profile-photo.photo {
    border: 1px solid #ccc;
    cursor: pointer;
}
#user-bottom #profile-media-photos div.profile-photo.photo:hover,
#user-bottom #profile-media-rphotos div.profile-photo.photo:hover {
    border: 1px solid #b90000;
}
#user-bottom #profile-media-photos div.profile-photo img,
#user-bottom #profile-media-rphotos div.profile-photo img {
    max-width: 130px;
    /* remove neg margins if we ever stop using tables for the vertical align hack */
    margin: -1px 0 0 -1px;
}

#user-bottom #profile-media-photos div.add-photo,
#user-bottom #profile-media-rphotos div.add-photo {
    float: left;
    width: 130px;
    height: 130px;
    margin: 9px 9px 19px 9px;
    border: 1px solid #ccc;
    background-color: #eee;
    text-align: center;
    cursor: pointer;
}
#user-bottom #profile-media-photos .add-photo:hover,
#user-bottom #profile-media-rphotos .add-photo:hover {
    background: #ddd;
}
#user-bottom #profile-media-photos .add-photo img,
#user-bottom #profile-media-rphotos .add-photo img {
    margin: 50px 0 10px 0;
}

#user-bottom #profile-media-gphotos div.add-photo,
#user-bottom #profile-media-videos div.add-photo {
    float: left;
    width: 100px;
    height: 100px;
    margin: 5px 9px;
    border: 1px solid #ccc;
    cursor: pointer;
    text-align: center;
    background-color: #eee;
}
#user-bottom #profile-media-gphotos div.add-photo:hover,
#user-bottom #profile-media-videos div.add-photo:hover {
    background: #ddd;
}
#user-bottom #profile-media-gphotos div.add-photo img,
#user-bottom #profile-media-videos div.add-photo img {
    margin: 33px 0 3px 0;
}

#user-bottom #profile-media-photos #manage-photos,
#user-bottom #profile-media-rphotos #manage-photos {
    text-align:center;
    font-size:14px;
}
#user-bottom #profile-media-photos .pic-rating,
#user-bottom #profile-media-rphotos .pic-rating {

    margin: 0 auto;
}

#user-bottom #profile-media-videos,
#user-bottom #profile-media-gphotos {
    height: 315px;
    overflow-y: auto;
    margin: 5px 0;
}
#user-bottom #profile-media-videos .gallery-item,
#user-bottom #profile-media-gphotos .gallery-item {
    float: left;
    width: 100px;
    height: 100px;
    margin: 6px 10px;
    border: 1px solid #ccc;
    cursor: pointer;
    text-align: center;
}
#user-bottom #profile-media-videos .gallery-item:hover,
#user-bottom #profile-media-gphotos .gallery-item:hover {
    border: 1px solid #b90000;
}

#profile #advert-right {
    float: right;
    margin-top: 30px;
}
#profile #advert-right .advert-container {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 7px;
}
#profile #advert-right .advert-header {
    text-align: center;
    color: #999;
    font-weight: bold;
    margin: 5px 0;
}

#profile-main .go-back {
    text-align: center;
    padding-bottom: 5px;
}

#profile-suggestions > .profiles {
    padding: 0 0 30px 44px;
}
#profile-suggestions > p,
.scammer-profile {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0;
}
#profile-suggestions .profile_cont {
    float: left;
}


/******* SMS *******/
.btn-profile-sms-lg, .btn-profile-sms-lg:link {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
    padding: 11px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.btn-profile-sms-lg img { 
    float: left; 
}
.btn-profile-sms-lg .info-wrap {
    margin: 0 0 0 29px;
}
.btn-profile-sms-lg p { 
    margin: 0;
    padding: 0;
}
.btn-profile-sms-lg p.sms-title { 
    margin-bottom: 5px;
    line-height: 14px;
    font-weight: bold;
}
