body { 
margin: 0px; 
padding: 0px; 
text-align: center; 
 
color: #444; 
font-size: 12px; 
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
background:#eee url('../images/bgph.png') repeat;
}

a { color: #1986c4; text-decoration: none; }
a:focus, a:hover { color: #de1c1c; }

a.submenulink { color: #c8efff; text-decoration: none; font-size: 11px; }
a.submenulink:focus, a.submenulink:hover { color: #fff; }

:focus { outline: 0; }

.r3{
	-moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; 
}

.r3-top {
-moz-border-radius-topleft: 3px;
-khtml-border-top-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-top-left-radius: 3px;
-moz-border-radius-topright: 3px;
-khtml-border-top-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-top-right-radius: 3px;
}

.r3-bottom {
-moz-border-radius-bottomleft: 3px;
-khtml-border-bottom-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-khtml-border-bottom-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
border-bottom-right-radius: 3px;
}

.r3-left {
-moz-border-radius-bottomleft: 3px;
-khtml-border-bottom-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-khtml-border-top-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-top-left-radius: 3px;
}

.r3-right {
-moz-border-radius-bottomright: 3px;
-khtml-border-bottom-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-khtml-border-top-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-top-right-radius: 3px;
}

.r5{
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}

.r5-top {
-moz-border-radius-topleft: 5px;
-khtml-border-top-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-khtml-border-top-right-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
}

.r5-bottom {
-moz-border-radius-bottomleft: 5px;
-khtml-border-bottom-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-khtml-border-bottom-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;
}

.r5-left {
-moz-border-radius-bottomleft: 5px;
-khtml-border-bottom-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-khtml-border-top-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
}

.r5-right {
-moz-border-radius-bottomright: 5px;
-khtml-border-bottom-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-khtml-border-top-right-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
}


#container { 
width: 990px; 
margin-left: auto; 
margin-right: auto;
margin-top:0px;
margin-bottom:0px; 
text-align: left; 
}
#header {
width:100%;
background: url('../images/header_bg.png') repeat-x left top;
}
#header_inner { 
width: 990px;
margin:0 auto;
height:85px;
overflow: hidden;
}
#logo { width: 250px; float: left; margin:16px 0 0 0;padding:0px;text-align:left;}
#right { width: 740px; float: right; text-align: right;margin:0px;}
#userlinks { margin: 6px; color:#ccc; }
#userlinks ul { margin: 0; padding: 0; }
#userlinks li { display: block; float: right; line-height: 15px; margin-left: 12px;}
#userlinks li a { font-size: 12px; color:#c7c7c7 }
#userlinks li a.icon { padding-left: 20px; }
#new_mail { background: url('../images/email.gif') no-repeat; }
#new_requests { background: url('../images/group.gif') no-repeat; }
#my_feeds { background: url('../images/feed.gif') no-repeat; }
#nologinlinks { margin-top: 3px; }
#toplinks { margin-top: 3px; }
#toplinks a { color: #797979; }
#toplinks a:hover { color: #de1c1c; }
#submenu { width: 100%; background: transparent url(../images/submenu_bg.png) no-repeat; height: 35px; text-align: right; }
#content { width: 100%; margin: 0px;}

#errors { margin: 0px 0 20px 0; padding: 10px; background: #ffecec; border: 1px solid #f19696; font: bold 13px Arial, Helvetica; text-align: center; color: #DE1C1C; }
#messages { margin: 0px 0 20px 0; padding: 10px; background: #fffdea; border: 1px solid #dcd069; font: bold 13px Arial, Helvetica; text-align: center; color: #333; }

.error_message { width: 80%; margin-left: 10%; margin-right: 10%; padding: 20px 0 20px 0; font: bold 13px Arial, Helvetica; text-align: center; color: #f72740; }

.left { float: left; }
.right { float: right; }
.span-150 { width: 150px; }
.span-200 { width: 240px; }
.span-300 { width: 300px; }
.span-320 { width: 320px; }
.span-350 { width: 370px; }
.span-390 { width: 390px; }
.span-400 { width: 420px; }
.span-550 { width: 550px; }
.span-560 { width: 560px; }
.span-590 { width: 590px; }
.span-600 { width: 600px; }
.span-630 { width: 630px; }
.span-650 { width: 675px; }
.span-740 { width: 740px; }
.span-750 { width: 750px; }
.span-755 { width: 730px; }
.span-740 { width: 745px; }
.span-760 { width: 760px; }
.span-100 { width: 990px; }
.height-190 { height: 190px; }
.height-200 { height: 200px; }
.margin-left { margin-left: 10px; }

#viewed_videos ul { margin: 0; padding: 0; }
#viewed_videos li { float: left; margin: 0; padding: 0;}

ul.quick-links { margin: 0 0 0 10px; padding: 0; }
ul.quick-links li { float: left; width: 140px; margin: 4px 0; padding: 0; }
ul.video_links { margin: 5px 0 10px 15px; padding: 0; }
ul.video_links li { float: left; width: 140px; margin: 5px 0 0 0; padding: 0; }
ul.categories { margin: 5px 0 10px 15px; padding: 0; }
ul.categories li { float: left; width: 140px; margin: 5px 0 0 0; padding: 0; }
ul.submenu_links { margin: 5px 0 0 20px; padding: 0; }
ul.submenu_links li { float: left; width: 200px; margin: 3px 0; padding: 0; font-size: 13px; font-weight: bold;}

.user_actions { width: 100%; margin: 0px; }
.user_actions ul { margin: 0; padding: 0; }
.user_actions li { margin: 0px 10px; font-weight: bold;}
.user_actions li a { display:block;padding-left: 22px; height:35px; line-height: 35px; font-size: 12px; border-bottom:1px solid #eee; }
.user_actions li a:hover { color: #de1c1c; }
#add_friend { background: url('../images/user_add.gif') no-repeat 0 10px; }
#remove_friend { background: url('../images/user_delete.gif') no-repeat 0 10px; }
#send_message { background: url('../images/email.gif') no-repeat 0 10px; }
#report_user { background: url('../images/user_comment.gif') no-repeat 0 10px; }
#block_user { background: url('../images/cancel.gif') no-repeat 0 10px; }
#handle_subscription { background: url('../images/user_go.gif') no-repeat 0 10px; }
#invite_message, #report_message { width: 94%; margin: 5px 2% 5px 2%; background: #f3f3f3; border: 1px solid #ccc; padding: 3px 0 3px 0;}
#invite_message span, #invite_message textarea, #report_message span, #report_message textarea { margin: 0 2% 0 2%; }
#invite_message textarea, #report_message textarea { width: 96%; overflow: auto;}
#invite_message input.radio, #report_message input.radio { border: 0; margin-left: 10px; }
.invite_header { width: 100%; padding: 5px 0 5px 0; border-bottom: 1px solid #ccc; font-size: 11px;}
.invite_left { width: 48%; float: left; margin-left: 2%; font-weight: bold; }
.invite_right { width: 48%; float: right; margin-right: 1%; text-align: right; }
.invite_error { margin-left: 10px; font-weight: bold; color: red; }
.submit_box { margin-top: 5px; text-align: center; }

.posting { width: 95%; margin: 5px 3% 5px 2%; padding: 5px 0 5px 0; text-align: center; border: 2px solid #eab665; background: #e5d8c3; text-align: center; color: #000;}
.response, .response_full { padding: 5px 0 5px 0; border: 1px solid #b3e76f; background: #d5e5c0; text-align: center; color: #000;}
.response { width: 95%; margin: 5px 3% 5px 2%; }
.response_full { width: 100%; margin: 5px 0 5px 0 }

.request { width: 640px; margin: 10px 5px 10px 5px; }
.request_left { width: 100px; margin-left: 5px; float: left; }
.request_left img { border: 1px solid #777; }
.request_left img:hover { border: 1px solid #de1c1c; }
.request_right { width: 470px; margin-right: 10px; float: right; }
.request_right p { margin: 5px; }
.request_actions { margin: 5px; }
.request_actions a { margin-right: 10px; float: left; display: block; width: 100px; padding: 2px 5px 2px 5px; background: #212021; border: 1px solid #777; color: #fff; text-align: center; }
.request_message { width: 96%; margin: 10px 2% 10px 2%; padding: 5px 0 5px 0; background: #212021; border: 1px solid #777; color: #fff; font-weight: bold; text-align: center; font-size: 14px; }
.user_message { margin: 5px 0 5px 0; padding: 5px 0 5px 0; }

.quick_links_left { width: 140px; float: left; margin: 5px 0 5px 6px; text-align: left;}
.quick_links_right { width: 140px; float: right; margin: 5px 6px 5px 0; text-align: left; }

#footer { background:#333; border-top:1px solid #fff; margin-bottom: 0px; text-align: left; color: #888;
width: 100%;
}

#footer .flinks {
float:left;width:600px;
}

#footer .flinks a {
font-size:12px;
color:#ddd;
}

#footer_inner {
width:990px;
margin: 0px auto;
padding: 20px 0;
}

.footer_cats {
border-bottom: 1px solid #555;
margin-bottom:20px;
}

.footer_cats ul {
margin:0px;
padding: 0px;
list-style-type: none;
}
.footer_cats li {
margin: 0px;
padding: 0px;
list-style: none;
width:90px;
float:left;
}

.footer_cats li a {
display: block;
float:left;
color:#aaa;
padding: 2px 0;
font-size:11px;
margin:0 10px 4px 0;
border-bottom: 1px solid #333;
}

.footer_cats li a:hover {
border-bottom:1px solid #555;
color:#eee;
}

.clear { clear: both; }
.clear_right { clear: right; }
.clear_left { clear: left; }

#search { width:400px; float: right;text-align: right; margin:15px 10px 15px 0;}
#search form { margin: 0; padding:0 }
#upload { width: 9%; float: right; margin: 7px 5px 0 0; text-align: center; }
#upload a { display: block; width: 79px; height: 21px; padding: 3px 0 3px 0; font-weight: bold; text-decoration: none; background: transparent url(../images/upload_btn.png) no-repeat; color: #fff; }
#search_advanced form { width: 80%; margin: 10px 10% 0 10%; }
#search_advanced label { width: 130px; }
#search_advanced .center { width: 800px; margin: 5px 0 5px 0; text-align: center;}
#scroller { width: 33%; float: left; text-align: left;}
#scroller_title { width: 60px; float: left; margin: 10px 0 0 10px; font-weight: bold; color: #fff;}
#scroller_container { width: 230px; height: 15px; float: left; margin-top: 10px; overflow: hidden; font-weight: bold;}

.search_left { width: 49%; float: left; }
.search_right { width: 49%; float: right; }

.button { 
font-family: Arial;
font-size:13px;
margin-left: 5px; 
border:3px solid #ccc; 
padding: 5px 10px; 
background: #616161 url(../images/menu_grd.png) repeat-x center center; 
color: #fff; 
cursor: pointer;
}

.span_search { font-size: 12px; color: #fff; margin-left: 10px; }
.advanced-search a { color: #999; } 
.advanced-search a:hover { color: #de1c1c; }

.language { width: 150px; float: left; margin: 5px; display: block; font-size: 14px;}
.language a {line-height: 15px;}
.language img { margin-right: 5px; }

.ads_box, .box_margin { background: #fff; padding: 1px; margin: 0 0 15px 0;
-moz-box-shadow:0 0 2px #ccc;
-webkit-box-shadow:0 0 2px #ccc;
}
.ads_box, .box_margin { border: 1px solid #bfbfbf; -moz-border-radius: 3px; }
.ads_btitle { -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; text-shadow: -1px -1px 0 #555;color:#fff; margin-bottom:1px; width: 100%; background: #e0e0e0 url(http://ianswer.cpwebdev.net/templates/default/img/main_menu_black_grd.png) repeat-x left center; text-align: left; height:20px; line-height: 20px; }
.ads_btitle h2 { margin: 0 0 0 8px; padding: 0; font-weight: normal; text-transform: uppercase; font-size: 11px; }



.box, .box_margin { background: #fff; padding: 1px; margin: 0 0 15px 0;

-moz-box-shadow:0 0 2px #ccc;
-webkit-box-shadow:0 0 2px #ccc;
	-moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; 
}
.box, .box_margin { border: 1px solid #bfbfbf; }
.box_insert { border: 1px solid #353335; }
.bsub { width: 100%; background: #212021; height: 7px; }
.btitle { margin-bottom:1px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; color:#fff; width: 100%; background: url('../images/menu_grd.png') repeat-x left bottom transparent; text-align: left; height:40px; line-height: 40px; }
.btitle h2 { margin: 0 0 0 20px; padding: 0; font-weight: normal;text-transform: uppercase; font-size: 14px; }
.bcontent { margin: 10px; padding: 0; }
.bmenu { text-shadow: -1px -1px 0 #555;color:#fff; width: 100%; background: url('../images/menu_grd.png') repeat-x left bottom transparent; text-align: left; height:40px; line-height: 40px; }
.bmenul, .btitlel { width: 40%; float: left; }
.bmenul h2, .btitlel h2 { margin: 0 0 0 20px; padding: 0; font-weight: normal; font-size: 14px; }
.bmenur { width: 37%; float: right; margin: 2px 2% 0 0; text-align: right;}
.btitler { width: 58%; margin: 0px 10px 0 0; float: right; text-align: right; }
.btitlerr { width: 38%; margin: 0px 10px 0 0; float: right; text-align: right; }
.bsubmenu {  width: 97%; text-align: right; border-bottom: 1px dotted #212021; padding: 3px 2% 3px 1%; font-size: 12px; height: 20px;}
.bsubmenul { width: 69%; float: left; text-align: left; margin-top: 2px;}
.bsubmenur { width: 30%; float: right; text-align: right;}
.bcenter { width: 120px; margin: 0 auto; padding: 5px; }
.btop { width: 100%; background: #e0e0e0 url(../images/box_title_bg.png) repeat-x; text-align: left; }
.btopl { width: 35%; float: left;}
.btopl h2 { margin: 0 0 0 8px; padding: 5px 0 5px 0; font-weight: bold; font-size: 13px; }
.btopc { width: 30%; float: left; text-align: center; margin-top: 5px;}
.btopr { width: 30%; float: right; text-align: right; margin: 5px 1% 0 0; }
.blink { width: 97%; text-align: right; border-bottom: 1px dotted #212021; padding: 3px 2% 3px 1%; font-size: 12px;}
.blinkl { width: 49%; float: left; font-size: 12px; text-align: left; }
.blinkr { width: 49%; float: right; font-size: 12px; text-align: right; }
.blinkcl { width: 49%; float: left; text-align: left; font-size: 12px;}
.blinkcr { width: 49%; float: right; text-align: right; font-size: 12px;}
.blinkp { width: 97%; padding: 3px 2% 3px 1%; border-bottom: 1px dotted #212021; }
.blinkpnodot { width: 97%; padding: 3px 2% 3px 1%; border: none; }
.blinkp span, .blinkcl span { font-weight: bold; color: #111; }
.blinkpl { float: left; font-size: 11px; color: #999; width: 96%; padding: 3px 2% 3px 2%; border-bottom: 1px solid #212021;}
.blinkpr { float: right; font-size: 11px; color: #999; width: 96%; padding: 3px 2% 3px 2%; border-bottom: 1px solid #212021;}
.blinkml { font-size: 11px; color: #999; width: 96%; padding: 3px 2% 3px 2%; border-bottom: 1px solid #212021; text-align: left; }
.blinkmr { font-size: 11px; color: #999; width: 96%; padding: 3px 2% 3px 2%; border-bottom: 1px solid #212021; text-align: right;}
.btext { width: 98%; text-align: center; font-size: 14px; font-weight: bold; margin: 5px 1% 5px 1%; }
.binfo { width: 97%; margin: 10px 1% 0 2%; }
.bexpl { width: 96%; margin: 20px 2% 0 2%; font-size: 12px; }
.profile_avatar { width: 100px; float: left; margin: 5px 6px 5px 6px; }
.profile_info { margin:0px; }
.user_message { margin: 10px 5% 10px 5%; padding: 10px 0 10px 0; width: 90%; text-align: center; border: 1px solid #212021; font-weight: bold; }
ul.profile_info { margin: 0 0 0 0px; padding: 0; }
ul.profile_info li { margin: 4px 0 4px 0; padding: 0; }
ul.user_info { margin: 10px 0 0 5px; padding: 0; }
ul.user_info li { margin: 4px 5px 4px 5px; padding: 0; }
.upload_video { width: 150px; float: left; text-align: center; margin: 25px 0 25px 78px; }
.upload_photo { width: 150px; float: left; text-align: center; margin: 25px 20px 25px 20px; }
.upload_game { width: 150px; float: left; text-align: center; margin: 25px 0 25px 0; }


#order_form, #timeline_form, #avatar_form { font-size: 12px; }
#order_form span, #timeline_form span, #avatar_form span { font-weight: bold; }
#order_form span.mleft, #timeline_form span.mleft, #avatar_form span.mleft { margin-left: 5px; }
#order_form select, #timeline_form select, #avatar_form select { font-size: 10px; padding: 2px; border: 1px solid #aaa; width: 85px;}

.pagination { width: 96%; margin: 5px 2% 0px 2%; padding: 6px 0 6px 0; text-align: center; }
.pagination ul { margin: 0; padding: 0; font: bold 12px Arial; }
.pagination li { display: inline; padding-bottom: 1px; margin-left: 5px; }
.pagination a, .pagination a:visited, .pagination span { padding: 0 5px; text-decoration: none; color: #ededed; border: 1px solid #777; background:#e0e0e0 url(../images/pagination_bg.gif) repeat-x scroll 0 0;}
.pagination a:hover, .pagination a:active{ color: #fff; background: transparent url(../images/button.gif) repeat-x scroll 0 0; padding: 1px 6px; border: none;}
.pagination span.currentpage { background: transparent url(../images/button.gif) repeat-x scroll 0 0; color: #FFF !important; font-weight: bold; cursor: default; padding: 1px 6px; border: none;}
.pagination a.disablelink, .pagination a.disablelink:hover{ background-color: white; cursor: default; color: #929292; border-color: #929292; font-weight: normal !important; }
.pagination a.prevnext{ font-weight: bold; }

.wall_comment { width: 96%; margin: 10px 2% 10px 2%; background: #f3f3f3; border: 1px solid #dedede; }
.wall_left { width: 70px; float: left; margin-top: 10px; text-align: center; }
.wall_right { width: 545px; float: right; margin-top: 10px; }
.wall_info { width: 520px; padding: 5px; background: #101010; border: 1px solid #212021; }
.wall_actions { width: 545px; border-top: 1px dotted #212021; padding: 5px 0 5px 0; margin-top: 10px; font-size: 10px; }
p.wall_message { margin: 10px; width: 520px; }
.wall_posting { width: 600px; margin: 10px auto; padding: 5px 0 5px 0; border: 2px solid #eab665; background: #e5d8c3; text-align: center; color: #000;}
.wall_response { width: 600px; margin: 10px auto; padding: 10px 0 10px 0; border: 1px solid #b3e76f; background: #d5e5c0; text-align: center; color: #000;}

.comment { margin:10px 20px; padding-top:10px; border-top:1px solid #eee; }
.comment span { margin: 0; padding: 0; }
.comment_left { width: 60px; float: left; margin-right: 0px; text-align: left; }
.comment_right, .comment_right_video, .comment_right_notice { float: right; margin-top: 0px; }
.comment_right { width: 610px; }
.comment_right_video { width: 830px; margin-right: 10px;}
.comment_right_notice { width: 630px; margin-right: 10px;}
.comment_info, .comment_info_video, .comment_info_notice { padding-top: 8px; background: #fff; border: 0px solid #dedede; }
.comment_info { width: 580px; }
.comment_info_video { width: 815px; }
.comment_info_notice { width: 615px; }
.comment_actions, .comment_actions_video, .comment_actions_notice { border-top: 1px dotted #212021; padding: 3px 0 5px 0; margin-top: 10px; font-size: 11px; }
.comment_actions { width: 530px; }
.comment_actions_video { width: 510px; }
.comment_actions_notice { width: 625px; }
p.comment_body, p.comment_body_video, p.comment_body_notice { margin: 0px; }
p.comment_body { width: 520px; }
p.comment_body_video { width: 805px; }
p.comment_body_notice { width: 590px;}
.no_comments { margin-left: 10px; }

.request { width: 600px; margin: 5px 25px 5px 25px; }

.no_items { margin: 10px 0 0 10px; }

#post_comment form, #post_comment_blog form { width: 96%; margin: 10px auto; }
#post_comment form { background: #f3f3f3; border: 1px solid #dedede; }
#post_comment textarea, #post_comment_blog textarea { padding: 5px; margin: 10px 0 0 35px;}
#post_comment textarea.video_comment, #post_comment textarea.game_comment { width: 840px; }
#post_comment textarea.user_txtarea, #post_comment_blog textarea.user_txtarea {width: 540px; }
#post_comment textarea.notice_comment { width: 630px; }
#post_comment .action, #post_comment_blog .action { width: 32%; float: left; text-align: center; margin: 10px 0 5px 0;}
.post_message { margin: 10px 0 10px 35px; font-weight: bold; color: red;}

.blog_header { margin: 10px 0 0 10px; font-size: 12px; }
.blog_header h5 { margin: 0; padding: 0; font-size: 12px; }
.blog_header a { font-weight: bold; }
.blog_content { margin: 10px 0 0 10px; font-size: 12px; }
.blog_links, .blog_links_user { padding: 3px 10px 3px 10px; background: #e0e0e0; font-size: 11px;}
.blog_links { width: 731px; }
.blog_links_user {  }
.blog_links_u { width: 626px; padding: 3px 10px 3px 10px; background: #e0e0e0; font-size: 11px; }
.blog_links_l { width: 200px; float: left; }
.blog_links_r { width: 200px; float: right; text-align: right;}
img.blog_image { border: 1px solid #777; margin: 5px;}
img.blog_image:hover { border: 1px solid #de1c1c; }
.blog_video { width: 510px; height: 390px; margin: 0; padding: 0; }


.toplinks { margin-top: 3px; }
.grey { color: #737173; }
.small { font-size: 11px; }
.smallest { font: normal 10px "Lucida Sans Unicode", Arial, Helvetica; }
.smaller { font-size: 11px;}

#wall form { width: 90%; margin: 0 auto; }
#wall textarea { padding: 5px; margin: 10px 0 10px 0;}
#wall .center { width: 90%; margin: 0 auto;}
#wall .left { width: 32%; float: left;}
#wall .middle { width: 32%; float: left; text-align: center;}
#wall .right { width: 32%; float: left; text-align: right; }
#wall textarea.user_txtarea { width: 570px; }

#search_tabs { width: 50%; margin: 0 auto; }
#search_tabs ul { margin: 0; padding: 0; }
#search_tabs li { float: left; border: 1px solid #777; border-bottom-width: 0; margin: 0 0.5em 0 0; font-weight: bold;}
#search_tabs a { display: block; background: #fff; padding: 3px 8px 3px 8px; }
#search_tabs a:hover { color: #333; position: relative; top: 1px; }
#search_tabs a.active { color: #333; position: relative; top: 1px; }
#search_tabs_delimiter { width: 96%; margin: 0 auto; padding-top: 10px; font-size: 1px; border-top: 1px solid #777; }

#profile_menu { width: 100%; margin-top: 5px; }
#profile_menu ul { margin: 0; padding: 0; }
#profile_menu li { float: left; margin-left: 10px; border: 1px solid #777; border-bottom-width: 0; margin: 0 0.5em 0 0; }
#profile_menu a { display: block; background: #fff; padding: 3px 8px 3px 8px; }
#profile_menu a:hover { color: #333; position: relative; top: 1px; }
#profile_menu a.active { color: #333; position: relative; top: 1px; }
#profile_menu_expl { width: 100%; background: #fff; border: 1px solid #777; padding: 10px 0 10px 0;margin-bottom:20px;}
.pmenu_left { width: 74%; float: left; margin-left: 1%; }
.pmenu_right { width: 18%; float: right; margin-right: 1%; text-align: right; }

#user_profile label { color: #4b4b4b; font-size: 12px;}
#user_profile label.small { width: 125px; }
#user_profile label.large { width: 150px; }
#user_profile label.mega { width: 220px; }
#user_profile textarea { width: 400px; height: 75px; }
#user_profile input.profile_button { font: normal 13px Arial; border: 0; padding: 2px 10px 2px 10px; font-weight: bold; text-decoration: none; background: transparent url(../images/button.gif) repeat-x; color: #fff; }
.profile_trans { width: 100%; padding: 5px 0 5px 0; text-align: center; }
.profile_bl { width: 150px; float: left; text-align: left; padding: 5px; margin-left: 5px; }
.profile_blr { width: 50px; float: left; text-align: center; padding: 5px; margin-left: 5px; }
.profile_blm { width: 75px; float: left; text-align: center; padding: 5px; margin-left: 5px; }
.profile_photo { margin: 10px 0 10px 0; width: 100%; }

#simple_form { width: 90%; margin: 10px auto; }
#simple_form label { width: 100px; }
#simple_form label.delete { width: 300px; font-size: 12px; font-weight: bold; }
#simple_form img { margin: 5px 0 0 113px; border: 1px solid #bdbabd; }
#username_check_response { margin-left: 145px; font-weight: bold; color: #de1c1c; padding: 3px 0 3px 0; } 
#signup form, #login form, #blog_form form { width: 90%; margin: 10px auto; }
#signup label { width: 130px; }
#login label { width: 100px; }
#signup img { margin: 5px 0 0 143px; border: 1px solid #bdbabd; }
#contact_form img { margin: 5px 0 0 113px; border: 1px solid #bdbabd; }
#upload_photo_form form { width: 100%; }
#upload_photo_form label { width: 150px; color: #de1c1c; font-weight: bold;}
#upload_photo_form span { margin: 3px 0 3px 165px; color: red; font-weight: bold;}
.upload_container { width: 90%; margin: 10px auto; }
.upload_photo_container { width: 88%; margin: 10px auto; padding: 10px 1% 10px 1%; background: #313031;}
.remove_photo { margin-left: 5px; }
.upload_photo_submit { width: 92%; margin: 0 auto; padding-bottom: 10px; }
.add_photo { margin-left: 5%; }
#upload_video_form form, #upload_game_form form { width: 90%; margin: 10px auto; }
#upload_video_form label, #upload_game_form label { width: 150px; color: #de1c1c; font-weight: bold;}
#upload_video_form input.large, #upload_game_form input.large { width: 350px; }
#upload_video_form span.radio, #upload_game_form span.radio { font-weight: bold; }
#upload_video_form span.expl, #upload_game_form span.expl { margin: 3px 0 3px 163px; font-size: 10px; }
#upload_video_form span.error, #upload_game_form span.error { margin: 3px 0 3px 163px; font-size: 11px; font-weight: bold; color: red;}
#upload_video_form textarea, #upload_game_form textarea { width: 350px; }
#upload_status, #upload_message { margin: 5px 0 10px 167px; }
#upload_message { font-size: 11px; font-weight: bold; color: red; }
#upload_progress { width: 400px; border: 1px solid #fff;}
#upload_progress .bar { background: #de1c1c; }
.upload_info { width: 400px; font-size: 10px;}
#upload_time { width: 145px; float: left; }
#upload_size { width: 145px; float: right; }
#upload_loader { margin: 3px 0 5px 163px; }

.delete_account { font-size: 13px; font-weight: bold; color: red; }

.ads { width: 100%; text-align: center; overflow: hidden;}

#blog_form {width: 100%; }
#blog_form label { width: 20px; }
#blog_form input.large { width: 400px; }
#blog_form .blog_toolbar { margin-left: 60px; }
#blog_form .blog_toolbar { display: block; float: left; margin-right: 2px; background: #fff; border: 1px solid #212021;}
#blog_form .blog_toolbar img { border: 0; }
.blog_message { width: 96%; margin: 0 auto; }

.block_username { width: 250px; margin: 10px; text-align: center; float: left; }
.block_action { width: 250px; margin: 10px; text-align: center; float: left; }
.block_none { width: 500px; margin: 10px; text-align: center; font-size: 16px; }

#compose_message form {width: 90%; margin: 0 auto; }
#compose_message label { width: 100px; }
#compose_message input.large { width: 400px; }
#compose_message span.expl { margin: 3px 0 3px 113px; font-size: 10px; }
#mail table { width: 96%; margin: 0 auto; border: 0; }
#mail tr { padding: 3px 0 3px 0; }
#mail tr.legend { background: #f3f3f3; text-align: center; font-size: 12px; font-weight: bold; }
#mail tr.dark { background: #f3f3f3; }
#mail tr.light { background: #fdfdfd; }
#mail td.center { text-align: center; }
#mail a.new { padding-left: 25px; background: url('../images/message_new.gif') no-repeat; }
#mail a.read { padding-left: 24px; background: url('../images/message.gif') no-repeat; }
.mail_left { margin: 20px 0 10px 10px; width: 70px; float: left; text-align: center; }
.mail_right { margin: 20px 10px 10px 0; width: 500px; float: right; }

.video_box, .video_c_box { float: left; position: relative; padding: 0; width: 160px;}
.video_box { margin: 18px 0px 10px 18px; }
.video_c_box { margin: 10px 10px 0 10px; }
.video_box img, .video_box_related img, .video_c_box img { border: 0px solid #777; margin-bottom: 3px;}
.video_box img:hover, .video_box_related img:hover, .video_c_box img:hover { border: 0px solid #de1c1c; }
.box_left { width: 78px; float: left; margin: 3px 0 1px 1px; text-align: left; font: normal 10px/11px "Lucida Sans Unicode", Arial, Helvetica;}
.box_right { width: 78px; float: right; margin: 3px 1px 1px 0; text-align: right; font: normal 10px/11px "Lucida Sans Unicode", Arial, Helvetica; color: #666;}
.video_box_related { float: left; position: relative; padding: 0; width: 160px; height: 180px; margin: 10px 0 0 18px;}
.vbox_rel_left { width: 78px; float: left; margin: 3px 0 1px 1px; text-align: left; font: normal 10px/11px "Lucida Sans Unicode", Arial, Helvetica;}
.vbox_rel_right { width: 78px; float: right; margin: 3px 0 1px 1px; text-align: right; font: normal 10px/11px "Lucida Sans Unicode", Arial, Helvetica;}

.album_box { float: left; position: relative; margin: 20px 0px 0 20px; width: 120px; }
.album_box img { border: 1px solid #777; margin-bottom: 3px;}
.album_box img:hover { border: 1px solid #de1c1c; }
.album_info { font: normal 10px/11px "Lucida Sans Unicode", Arial, Helvetica; }
.album_left { float: left; text-align: left; }
.album_right { float: right; text-align: right; }

.category_box { float: left; position: relative; margin: 0 5px 0 0; width: 375px; }
.category-box { float: left; position: relative; margin: 5px 20px 5px 20px; width: 140px; height: 140px; text-align: left; }
.category-box img { border: 1px solid #777; }
.category-box img:hover { border: 1px solid #de1c1c; }

.user-box           { float: left; width: 100px; margin: 10px 10px 20px 25px; }
.user-box img       { border: 1px solid #777; }
.user-box img:hover { border: 1px solid #de1c1c; }
.user-box-remove { width: 70px; margin: 0 auto; text-align: center; }

.user_box { float: left; width: 100px; margin: 10px 10px 20px 20px; }
.user_box img { border: 1px solid #777; }
.user_box img:hover { border: 1px solid #de1c1c; }

.video_box_small, .video_box_smaller, .video_box_attach { float: left; margin: 10px 5px 20px 17px; font-size: 10px; position: relative;}
.video_box_small { width: 120px; }
.video_box_smaller { width: 130px; }
.video_box_attach { width: 120px; height: 90px; }
.video_box_small img, .video_box_smaller img, .video_box_attach img { border: 1px solid #777; margin-bottom: 3px;}
.video_box_small img:hover, .video_box_smaller img:hover, .video_box_attach img:hover { border: 1px solid #de1c1c; }
.vbox_small_left, .vbox_smaller_left { float: left; font: normal 10px/11px "Lucida Sans Unicode", Arial, Helvetica;}
.vbox_small_left { width: 37px; }
.vbox_smaller_left { width: 35px; }
.vbox_small_right, .vbox_smaller_right { float: right; text-align: right; font: normal 10px/11px "Lucida Sans Unicode", Arial, Helvetica; }
.vbox_small_right { width: 75px; }
.vbox_smaller_right { width: 85px; }
.vbox_small_remove { width: 70px; margin: 0 auto; text-align: center; }

.vbs_left { width: 45px; float: left;}
.vbs_right { width: 60px; float: right; text-align: right;}

.photo_row { width: 100%; }
.photo_box, .photo_box_small { float: left; font-size: 10px; }
.photo_box {  }
.photo_box_small { width: 120px; margin: 10px 5px 20px 16px; }
.photo_box img { width: 150px; margin: 20px 5px 0px 20px; border: 3px solid #eee; }
.photo_box img:hover, .photo_box_small img:hover { border: 3px solid #ddd; }
.album_cover img { margin-left: 10px; }
.photo { width: 100%; text-align: center; font-size: 14px; font-weight: bold;}
.photo img { margin: 10px 0 10px 0; }
.album { width: 100%; text-align: center; font-size: 12px;}
.photo_actions { background: #fff; border-bottom: 1px solid #eee; margin: 0; padding: 10px}
.photo_rating { width: 310px; float: left; text-align: left; }
.photo_remove { margin-left:20px;text-align: center; }

.video_actions { width: 99%; padding: 1% 0.5% 1% 0.5%; margin: 5px 0 5px 0; }
.video_info, .video_download { width: 618px; padding: 5px; background: #f3f3f3; border: 1px solid #bfbfbf; margin-bottom: 5px;}
.video_download { font-size: 13px; font-weight: bold; text-align: center; margin: 5px 0 5px 0; }
.video_download a { padding-left: 23px; background-image: url(../images/download_video.png); background-repeat: no-repeat; background-position: 0 0; }
.video_download a:hover { background-position: 0 -20px; }
.video_username{ width: 49%; float: left; text-align: left; }
.video_views { width: 49%; float: right; text-align: right; }
.video_tags { width: 49%; float: left; text-align: left; margin-top: 5px; }
.video_addtime { width: 49%; float: right; text-align: right; margin-top: 5px; }
.video_rating { width: 315px; float: left; text-align: left; }

#share_video a, #share_photo a, #share_game a { float: right; padding-left: 26px; height:20px; background-image: url(../images/share_video.png); background-repeat: no-repeat; background-position: 0 0; font: bold 13px/20px Arial; }
#share_video a:hover, #share_photo a:hover, #share_game a:hover { background-position: 0 -20px; }
#favorite_video a, #favorite_photo a, #favorite_game a { margin-left: 5px; float: right; padding-left: 24px; height:20px; background-image: url(../images/favorite_video.png); background-repeat: no-repeat; background-position: 0 0; font: bold 13px/20px Arial; }
#favorite_video a:hover, #favorite_photo a:hover, #favorite_game a:hover { background-position: 0 -20px; }
#favorite_video_message, #favorite_photo_message, #favorite_game_message { width: 100%; margin: 5px 0 5px 0; text-align: center; font-size: 14px; font-weight: bold; color: #fff; }
#flag_video a, #flag_photo a, #flag_game a { margin-left: 5px; float: right; padding-left: 23px; height:20px; background-image: url(../images/flag_video.png); background-repeat: no-repeat; background-position: 0 0; font: bold 13px/20px Arial; }
#flag_video a:hover, #flag_photo a:hover, #flag_game a:hover { background-position: 0 -20px; }
#flag_video_message, #flag_photo_message, #flag_game_message { width: 100%; margin: 5px 0 5px 0; text-align: center; font-size: 14px; font-weight: bold; color: #fff; }
#embed_video a { margin-left: 5px; float: right; padding-left: 30px; height:20px; background-image: url(../images/embed_video.png); background-repeat: no-repeat; background-position: 0 0; font: bold 13px/20px Arial; }
#embed_video a:hover { background-position: 0 -20px; }

.video_box_left, .photo_box_left { width: 270px; padding: 10px; margin-left: 20px; float: left; }
.video_box_right, .photo_box_right { width: 290px; padding: 10px; float: right; }

.separator { padding: 0.3em 0 0.3em 0; clear: left; }
label { float: left; text-align: right; margin: 0.1em 1em 0 0; font-size: 12px;}
input { 
border: 1px solid #bdbabd; 
padding:3px 4px;
font-size:14px;
-moz-border-radius: 5px;
background: #fff;
-moz-box-shadow:0 0 2px #ccc;
}
input.large { width: 250px; }
input.login { width: 200px;margin:5px 0; }
input.mega { width: 350px; }
input.middle { width: 120px; }
input.radio { border: 0; }
input.checkbox { margin: 0; padding: 0; }
select { font: normal 12px Arial; padding-top:1px; }
textarea { border: 1px solid #bdbabd; }

.font-9 { font-size: 9px; }
.font-10 { font-size: 10px; }
.font-11 { font-size: 11px; }
.font-12 { font-size: 12px; }
.font-13 { font-size: 13px; }
.font-14 { font-size: 14px; }

.font-bold { font-weight: bold; }
.font-normal { font-weight: normal; }

.info { font-size: 9px; }
.reload { margin-left: 200px; font-size: 9px; }
.reload_contact { margin-left: 170px; font-size: 9px; }
.center, .center_related { width: 100%; text-align: center; }
.center_related { margin: 5px 0 5px 0; }

ul { list-style: none; }
img { border: 0; }
h1 { margin: 4px 0 4px 0; font: normal 26px "Lucida Sans Unicode", Arial; letter-spacing: -1px; color: #777;}

#rating { width: 100px; float: left; text-align: left; }
#rating ul { background:url(../images/star_user.png) bottom; height:18px; width:100px; overflow:hidden; list-style:none; margin: 0; padding: 0;}
#rating li { display:inline; float: left; }
#rating a { display:block; width:20px; height:18px; text-indent:-9999px; position:relative; }
#rating a.full { background:url(../images/star_user.png) center; position:static; }
#rating a.half { background:url(../images/star_user.png) top; position: static;}
#rating a:hover { background:url(../images/star_user.png) center; position:static; }
#rating span { display:block; width:20px; height:18px; float:left; text-indent:-9999px; position:relative; }
#rating span.full { background:url(../images/star_user.png) center; position:static; }
#rating span.half { background:url(../images/star_user.png) top; }
#rating_text { width: 130px; height: 17px; line-height: 17px; margin-left:10px; float: left; text-align: left; font-size:13px;}

#rating_user { width: 100px; float: left; text-align: left; margin-top: 5px;}
#rating_user ul { background:url(../images/star_user.png) bottom; height:18px; width:100px; overflow:hidden; list-style:none; margin: 0; padding: 0;}
#rating_user li { display:inline; float: left; }
#rating_user a { display:block; width:20px; height:18px; text-indent:-9999px; position:relative; }
#rating_user a.full { background:url(../images/star_user.png) center; position:static; }
#rating_user a.half { background:url(../images/star_user.png) top; position: static;}
#rating_user a:hover { background:url(../images/star_user.png) center; position:static; }
#rating_user span { display:block; width:20px; height:18px; float:left; text-indent:-9999px; position:relative; }
#rating_user span.full { background:url(../images/star_user.png) center; position:static; }
#rating_user span.half { background:url(../images/star_user.png) top; }
#rating_text_user { width: 100px; height: 17px; line-height: 17px; text-align: center; font-size: 13px; font-weight: bold;}


ul.rating_small { height:11px; width:65px; overflow:hidden; margin: 0; padding: 0; float: right;}
ul.rating_small li { display:inline; float: right; }
.rating_small span { background:url(../images/star_small.png) bottom; display:block; width: 13px; height:11px; text-indent:-9999px; position:relative; }
.rating_small span.full { background:url(../images/star_small.png) center; width:65px; margin-left:-52px; position:static; }
.rating_small span.half { background:url(../images/star_small.png) top; }

.photoslider { width: 630px; margin: 0 auto; text-align: center; }
.photoslider_nav { position: relative; border: solid #ccc 1px; overflow: hidden; height: 85px; width: 630px; background: #f3f3f3;}
.photoslider_thumbBar { position: relative; overflow: hidden; display: block; margin: 0px; padding: 0px; width: 32000px; }
.photoslider_thumb { border: solid black 1px; width: 90px; height: 65px; float: left; padding: 5px; margin: 5px; cursor: pointer; }
.photoslider_thumb img { width: 90px; height: 65px; }
.photoslider_clear { clear: both; }
.photoslider_main  { position: relative; padding-bottom: 5px; }
.photoslider_main img { position: relative; border: solid #ccc 10px; display: block; margin: auto; }
.photoslider_caption { font-weight: bold; text-align: center; }
.photoslider_control { display: none; text-align: center; font-weight: bold; padding-top: 10px; margin: auto; height: 30px; width: 52px; }
.photoslider_play, .photoslider_stop { width: 18px; height: 19px; margin: auto; padding: 3px; cursor: pointer; text-align: center; float: left; }
.photoslider_play { background: url('../images/play_pause.png') no-repeat 0px 0px; }
.photoslider_stop { background: url('../images/play_pause.png') no-repeat -25px 0px; }
.slideshow_disabled { border-bottom: solid #919191 2px; }

.ui-slider { width: 200px; height: 23px; position: relative; background-repeat: no-repeat; background-position: center center; }
.ui-slider-handle { position: absolute; z-index: 1; height: 23px; width: 12px; top: 0px; left: 0px; background-image: url(../images/slider-handle.gif);  }
.ui-slider-handle-active { border: none;  }
.ui-slider-disabled .ui-slider-handle { opacity: 0.5; filter: alpha(opacity=50); }
.ui-slider-range { position: absolute; background: #50A029; opacity: 0.3; filter: alpha(opacity=30); width: 100%; height: 100%; }
.ui-slider, .ui-slider-1 { background-image: url(../images/slider-bg-1.png); }
.ui-slider-2 { background-image: url(../images/slider-bg-2.png); }

#scrollable_musers, #scrollable_fusers, #scrollable_mousers, #scrollable_fousers { height: 160px; width: 730px; margin: 0 auto;}
.items { height: 160px; width: 740px; float: left; }

a.paging_related, a.prev_loop, a.next_loop { background: url('../images/submit_bg.png') repeat-x bottom; display:block; height: 14px; float: right; color: #fff; padding: 0 2px 0 2px; margin-right: 5px; text-align: center; font: bold 10px Arial; color: #222;}
a.paging_related { width: 50px; }
a.prev_loop, a.next_loop { width: 30px; color: #eee; }
a.prev_loop:hover, a.next_loop:hover, a.paging_related:hover { background-position: top; color: #fff; }

a.remove { width: 60px; background: url('../images/submit_bg.png') repeat-x bottom; display:block; height: 20px; line-height: 20px; color: #f4f4f4; padding: 0 4px 0 4px; font-weight: normal; margin: 10px 0;}
a.remove:hover { background-position: top; color: #fff; }

a.prev_bar, a.next_bar, .bar_space_left, .bar_space_right, a.prev_bar_related, a.next_bar_related, .bar_space_related_left, .bar_space_related_right { width: 15px; display: block; background-repeat: no-repeat; background-position: left; }
a.prev_bar, a.next_bar, .bar_space_left, .bar_space_right, a.prev_bar_related, a.next_bar_related { height: 98px; }
.bar_space_related_left, .bar_space_related_right { height: 98px; margin: 125px 5px 0 5px;}
.bar_space_left, .bar_space_related_left { float: left; }
a.prev_bar, a.prev_bar_related { background: url('../images/prev_bar_small.png'); }
.bar_space_right, .bar_space_related_right { float: right; }
.bar_space_left, .bar_space_right {  margin: 25px 5px 0 5px; }
a.next_bar, a.next_bar_related { background: url('../images/next_bar_small.png'); }
a.prev_bar:hover, a.next_bar:hover, a.prev_bar_related:hover, a.next_bar_related:hover { background-position: right; }

#users_new_Male, #users_new_Female, #users_online_Male, #users_online_Female, #users_popular_All, #related_videos_container, #related_games_container { float: left; }
#related_videos_container, #related_games_container { width: 900px; }

ul.notice_categories { margin: 5px 5px 5px 10px; padding: 0; }
ul.notice_categories li { float: left; margin: 2px 0; padding: 0; width: 180px;}
.notice_info { width: 745px; margin: 0 auto; border-bottom: 1px dotted #212021; font-size: 12px; padding: 3px 0 3px 0;}
.notice_info_left { width: 300px; float: left; }
.notice_info_right { width: 300px; float: right; text-align: right; }
.notice_content { margin: 15px 20px 10px 20px; }
.notice_footer { width: 731px; padding: 3px 10px 3px 10px; background: #e0e0e0; font-size: 11px;}

#embed_video_box textarea { margin: 10px 0 10px 100px; padding: 0; height: 50px; border: 1px solid #777;}
#player { width: 630px; height: 500px;}

.private { margin: 5px 0 5px 10px; }
.feed_row { width: 720px; margin: 5px 13px 0 13px; padding-bottom: 2px; border-bottom: 1px dotted #222; }

.font-size14 { font-size: 14px; }
.font-size16 { font-size: 16px; }
.profile-box			{ background-color: #111; margin-bottom: 11px; border: 1px solid #222; overflow: hidden; font-size: 14px; } /* used across whole site */

img.tmb, img.tmb_active { padding: 2px; }
img.tmb { border: 2px solid #ccc; }
img.tmb_active, img.tmb:hover { border: 2px solid #ff4800; }

#cloud { padding: 2px; line-height: 2.0em; text-align: center; margin: 0; }                                                                                  
#cloud ul { margin: 5px 0 5px 0; padding: 0; }                                                                                                               
#cloud a { padding: 0px; }                                                                                                                                   
#cloud li { display: inline; margin: 0; padding: 0; }                                                                                                        
#cloud a.tag1 { font-size: 0.8em; font-weight: 100; }                                                                                                        
#cloud a.tag2 { font-size: 0.9em; font-weight: 200; }                                                                                                        
#cloud a.tag3 { font-size: 1.0em; font-weight: 300; }                                                                                                        
#cloud a.tag4 { font-size: 1.1em; font-weight: 400; }                                                                                                        
#cloud a.tag5 { font-size: 1.2em; font-weight: 500; }                                                                                                        
#cloud a.tag6 { font-size: 1.3em; font-weight: 600; }                                                                                                        
#cloud a.tag7 { font-size: 1.4em; font-weight: 700; }                                                                                                        
#cloud a.tag8 { font-size: 1.5em; font-weight: 800; }                                                                                                        
#cloud a.tag9 { font-size: 1.8em; font-weight: 900; }                                                                                                        
#cloud a.tag10 { font-size: 2.0em; font-weight: 900; }

.videos_cat_list {
margin:20px;
padding:1px;
list-style-type: none;
background: #fff;
}
.videos_cat_list li {
margin:0px;
padding:0px;
list-style: none;
}
.videos_cat_list li a {
display: block;
height:25px;
line-height: 25px;
margin:1px;
font-weight: bold;
border-bottom:1px solid #f2f6f9;
padding:0 10px;
font-size:13px;
}
.videos_cat_list li a:hover {
background: #f4f4f4;
color:#333;
}
.videos_cat_list li a.cat_selected {
background: url('../images/menu_grd.png') repeat-x left center #a4afbb;
color:#fff;
text-shadow: -1px -1px 0 #333;
}
.featured_video_thumbs {
float:left;
width:390px;
margin-left:20px;
}
.featured_video_thumbs img {
width:95px;
margin: 0px;
}
.featured_video_thumbs h1 {
font-size:20px;
font-family: Arial;
color:#777;
margin:0 0 5px 0;
padding:0px;
} 
.featured_video_rating ul{
float:left;
margin:0 10px 0 0;
}
.featured_video_rating span {
font-size:11px;
}
.featured_video_rating {
margin:0 0 10px 0;
}
.featured_video_cover_thumb {
float:left;
width:520px;
background: #333;
}
.sidebox {
background: url('../images/shadow_rtl.png') repeat-y right top #f4f4f4;
width:260px;
}
.bodybox {
background: #fff;
border-left:1px solid #fff;
}
.page_head {
background: url('../images/page_head_grd.png') repeat-x left top #ccc;
height:51px;
line-height: 51px;
border-bottom:1px solid #fff;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
-webkit-border-radius-topleft: 3px;
-webkit-border-radius-topright: 3px;
}
.page_head a { 
color:#3f4b5f
}
.page_head_title{
float:left;margin:0px 0 15px 0;font-size:24px;
color:#222;
text-shadow: 1px 1px 0 #eee;
margin:12px 0 0 15px;
letter-spacing: normal;
}
.page_head_category h1{
float:left;margin:0px 0 15px 0;font-size:24px;
color:#222;
text-shadow: 1px 1px 0 #eee;
margin:13px 0 0 15px;
letter-spacing: normal;
}
.page_head_category {
color:#222;
font-size:18px;
}
.order-menu {
float:right;
margin-right:10px;
}
.order-menu ul {
margin:13px 0 0 0;
padding:0px;
list-style-type: none;
}
.order-menu li {
margin:0px;
padding:0px;
list-style: none;
float:right;
display: inline;
}
.order-menu li a {
display: block;
float:left;
height:25px;
line-height: 25px;
padding: 0 10px;
color:#222;
text-shadow: 1px 1px 0 #eee;
}
.order-menu li a.order_active {
height:23px;
line-height: 23px;
background: url('../images/menu_grd.png') repeat-x left center transparent;
color:#fff;
border-top:1px solid #666;
border-right:1px solid #333;
border-bottom:1px solid #333;
border-left:1px solid #666;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
text-shadow: 0px 0px 0 #eee;
}
.page_head_timeline {
height:30px;line-height:30px;padding:0 10px;
background: url('../images/cat_current.png') repeat-x left center #a4afbb;
}
#timeline-menu {
float:right;
margin:0px;
padding:0px;
color:#eee;
border-bottom:1px solid #fff;
}
#timeline-menu li {
float:right;
}
#timeline-menu a{
color:#fff;
font-size:11px;
padding: 0 20px;
height:30px;
display: block;
float: left;
}
#timeline-menu a:hover {
text-decoration: underline;
}
#timeline-menu a.timeline_active {
background: #b7b7b7;
height:22px;
line-height: 22px;
padding: 0 10px;
margin-top:-1px;
border: 1px solid #fff;
border-top: 0px;
color:#111;
}
.page_head_timeline_title {
font-size:12px;
text-shadow: -1px -1px 0 #444;
text-transform: uppercase;
font-weight: normal;
color:#fff;
}
.featured_videos {
margin:5px 2px 10px 0;
}
.featured_videos_rating ul {
float:left;
margin-top:10px;
}
.featured_videos_row {
border-bottom:1px solid #c8cfdd;
border-top:1px solid #fff;
margin-bottom:0px;
padding:5px 10px 5px 10px;
}
.featured_videos_title {
font-family: Arial;
font-size: 14px;
}
.featured_videos_details {
margin-top:5px;
font-size: 11px;
}
.msg_info {
background: #fffdea;
border: 1px solid #dcd069;
padding:20px;
margin:10px;
font-size:14px;
color:#777;
text-shadow: 1px 1px 0 #fff;
}

.user-menu {
margin:0px 0 0px 0;
background: url('../images/page_head_grd.png') repeat-x left top;
height:40px;
}
.user-menu ul {
margin:0px 0 0 0;
padding: 0px;
list-style-type: none;
float:right;
}
.user-menu li {
margin:0px;
padding: 0px;
list-style: none;
float:right;
}
.user-menu li a {
display: block;
height:40px;
float: left;
line-height: 40px;
color:#222;
font-family: Arial;
text-transform:uppercase;
font-size: 12px;
padding:0 20px;
border-left:1px solid #ccc;
text-shadow: 1px 1px 0 #fff;
}
.user-menu li a:hover {
background: url('../images/page_head_grd.png') repeat-x left -30px;
}
.user-menu li a.user-menu-current {
color:#111;
border:1px solid #777;
border-bottom:0px;
background: #eee;
height: 35px;
line-height: 35px;
margin-bottom: -3px;
margin-left: 10px;
margin-right: 10px;
position: relative;
bottom: -8px;
}
.user-menu h1 {
float:left;
margin:0px;
padding: 0px;
font-size:20px;
color: #333;
text-shadow: 1px 1px 0 #fff;
}
.popularity {
font-size:20px;
color:#c00;
}
.activity {
font-size:16px;
color:green;
}
.box-header {
padding:10px;
background: #f4f4f4;
}
.box-header-menu ul {
margin:0px 0px 0 0;
padding:0px;
list-style-type: none;
}
.box-header-menu li {
margin: 0px
padding: 0px;
list-style: none;
float:right;
}
.box-header-menu li a {
display: block;
height: 22px;
line-height: 22px;
font-size: 11px;
padding:0 8px;
text-transform: uppercase;
}
.box-header-menu li a.box-header-menu-current {
background: url('../images/cat_current.png') repeat-x left center;
color:#fff;
}
.box-header-menu li a.box-header-menu-special {
background: url('../images/menu_grd_upload.png') repeat-x left center;
color:#fff;
}
.box-header-menu li a.box-header-menu-sep {
border-right:1px solid #ccc;
margin:0 10px 0 0;
padding: 0;
width:10px;
}
.box-header-title {
float:left;margin:2px 0 0 0px;padding:0px;
font-size: 13px;
color: #555;
text-shadow: 1px 1px 0 #fff;
font-weight: normal;
}
.aButton {
display: inline;
height:30px;
line-height: 30px;
background: #eee;
border:1px solid #ddd;
padding: 0 10px;
}
.photo_cats {
margin:15px 20px;
padding:0px;
background: #fff;
border:1px solid #eee;
border-bottom:0;
list-style-type: none;
}
.photo_cats li {
margin:0px;
padding:0px;
list-style: none;
}
.photo_cats li a {
display: block;
height:25px;
line-height: 25px;
font-size:13px;
border-bottom:1px solid #eee;
padding:0 15px;
}
.photo_cats li a.cat_selected {
color:#333;
font-size:14px;
background: #f9f9f9;
border-top:1px solid #fff;
font-weight: bold;
}

.photo_cats li a:hover {
background: #f9f9f9
}
.albums_side {
background: url('../images/shadow_ltr.png') repeat-y left top #f4f4f4;
border-left:0px solid #eee;
}
.albums_header {
background: url('http://lh4.ggpht.com/s/v/58.14/img/top_grad.gif') repeat-x left center;
height:40px;
line-height:40px;
overflow: hidden;
}
.album_side_rate ul {
float:left;
}
.photo_show {
margin:20px 0;
}

/* featured videos index */
.featured_videos_index {
margin:5px 2px 10px 0;
}
.featured_videos_index_rating ul {
float:right;
margin-top:7px;
}
.featured_videos_index_row {
float:left;
width:200px;
margin: 5px 0px 20px 20px;
border-right:1px solid #444;
padding:0px 20px 0px 0px;
}


.featured_videos_index_vtitle {
font-family: Arial;
font-size: 14px;
margin-top:5px;
width: 200px;
height:18px;
overflow: hidden;
}
.featured_videos_index_title {
font-family: Arial;
font-size: 20px;
margin-top:10px;
margin-left:20px;
margin-bottom:0px;
width: 300px;
color:#eee;
float:left;
text-transform: uppercase;
font-weight: normal;
overflow: hidden;
}
.featured_videos_index_link {
width:400px;
float:right;
margin-top:10px;
margin-bottom:5px;
text-align: right;
margin-right:20px;
}
.featured_videos_index_link a{ 
font-size:16px;
margin:0px;
color:#ffa800;
}
.featured_videos_index_link a:hover{ 
color:#eee;
text-decoration: underline;
}
.featured_videos_index_details {
margin-top:7px;
width:110px;
float:left;
font-size: 11px;
}
/* featured videos index */

/* view video */
.video_title {
margin:0px 0 3px 0;
font-size: 18px;
color:#eee;
background-color: #555555;

}
.video_breadcrumb {
margin:0px 0 15px 0;
text-shadow: 1px 1px 0 #f9f9f9;
}
.video_breadcrumb a{
text-shadow: 1px 1px 0 #f9f9f9;
}
.video_prev_next {
margin:5px auto;
}

.video_prev_next a.video_prev {
float:left;display:block;width:50%;height:30px;line-height:30px;text-align:left;background:#222;overflow: hidden;
}
.video_prev_next a.video_next {
float:left;display:block;width:50%;height:30px;line-height:30px;text-align:right;background:#222;overflow: hidden;
}

.video_prev_next a:hover {
background: #000;
}
/* view video */


/* video thumb */
.video_thumb {
width:212px;
float:left;
margin:20px 0 0 20px;
border:2px solid #777;
-moz-box-shadow:0 0 3px #555;
-webkit-box-shadow:0 0 3px #555;
}
.video_thumb_inner {
width:212px;
height:159px;
position:relative;
}
.video_thumb_img {
width:212px;
height:159px;
}
.video_thumb_info {
width:212px;
position:absolute;
top:0;
left:0;
}
.video_thumb_info_top {
background:#fff;
opacity:0.8;
height:25px;
}
.video_thumb_info_bottom {
height:35px;
overflow:hidden;
margin-top:99px;
background:#222;
opacity:0.8;
}
.video_thumb_info_bottom h1 {
margin:0px;
font-size:12px;
font-family: Helvetica, Arial;
font-weight: normal;
color:#eee;
padding:4px;
line-height:14px;
letter-spacing: normal;
}
/* video thumb */

/* home cat list */
.home_cat_list {
margin:0px 0px 0 0px;
padding:0px;
list-style-type: none;
background: url('../images/cat_bg.png') repeat-x left top #e0e5eb;
z-index:9999;
width:986px;
border-top:1px solid #555;
}
.home_cat_list li {
padding:5px;
height:70px;
margin:20px 0 0px 20px;
list-style: none;
float:left;
background: #fff;
width:292px;
}
.home_cat_list li img {
height:70px;
float:left;
margin-right:10px;
}
.home_cat_list li h1 {
margin:0px 0 3px 0;
padding:0px;
font-size:16px;
line-height: 16px;
color:#222;
text-shadow: 1px 1px 0 #f4f4f4;
}
.home_cat_list h1 a{
color:#333;
}
.home_cat_list div {
margin-top:3px;
}
.home_cat_list div a{
font-size: 11px;
font-weight: bold;
font-style: normal;
color: #444;
text-decoration: underline;
}
.home_cat_list div a:hover{
color:#c00;
}
.home_cat_list li span {
font-size:12px;
}
.home_cat_list li span a:hover {
background: #777;
color:#fff;
}
.home_cat_list li:hover {
background: #f4f4f4;
}
.home_cat_list li a.cat_selected {

color:#fff;
text-shadow: -1px -1px 0 #333;
}
/* home cat list */

/* index nav tabs */
.index-nav-tabs {
margin:0px 10px 0 0;
padding: 0px;
list-style-type: none;
}
.index-nav-tabs li {
margin: 0px;
padding: 0px;
list-style: none;
float: right;
}
.index-nav-tabs li a {
display: block;
padding: 0 10px;
margin: 6px 0 0 6px;
float: left;
height: 25px;
line-height: 25px;
background: url('../images/menu_grd_upload.png') repeat-x left center transparent;
color:#fff;
	-moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.index-nav-tabs li a.ib_current {
height:35px;
line-height: 35px;
background: #fff;
color:#333;
font-weight: bold;
padding: 0 15px;
-moz-border-radius-topleft: 3px;
-khtml-border-top-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-top-left-radius: 3px;
-moz-border-radius-topright: 3px;
-khtml-border-top-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-top-right-radius: 3px;
}
/* index nav tabs */

/* video tabs */
.video_tabs {
margin:0px 0 0 0;
background: #222;
}
.video_tabs ul {
margin: 0px;
padding: 0px;
list-style-type: none;
}
.video_tabs li {
margin: 0px;
padding: 0px;
list-style: none;
float: left;
}
.video_tabs li a {
display: block;
float: left;
margin: 0 2px 0 0px;
padding: 0 10px;
line-height: 25px;
height: 25px;
background: url('../images/menu_grd_upload.png') repeat-x left center transparent;
color: #fff;
font-size: 12px;
}
.video_tabs li a.video_tabs_current {
height: 27px;
line-height: 27px;
background: #111;
}
/* video tabs */

.video_thumb_info_top h1{
margin: 0;
font-size: 12px;
color: #000;
padding-top: 4px;
padding-left: 5px;
}


iframe {
width: 720px;
height: 800px;
}

#formulaire{
padding: 50px;
}

.notice {
color: darkred;
}

.img_album {
max-width: 200px;
max-height: 150px;
margin-right: 10px;
margin-bottom: 10px;
}
