/* smutBOX.tv */
* { margin: 0; padding: 0; }

body { background: #000 url('../../static/img/back.jpg') top left repeat-x; color: #c0c0c0; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; }
img {border: 0px;}
div.clear { clear: both; padding-left: 1px; }

#container { min-width: 980px; }

#topbar { border-bottom: 1px solid #ff53bb; background-color: #222; padding: 4px; }
#topbar a { color: #fff; text-decoration: none; }
#topbar a:hover { color: #ff53bb; text-decoration: underline; }
#topbar_left { float: left; color: #fff; font-size: 14px; font-weight: bold; }
#topbar_right { float: right; color: #fff; }

#logo { float: left; width: 330px; height: 86px; margin-left: 10px; margin-top: 4px; }
#search { float: right; margin-right: 10px; font-size: 14px; font-weight: bold; color: #fff; padding-top: 15px; text-align: right; }
#search span { color: #ff53bb; }

#search a { font-size: 10px; color: #c0c0c0; font-weight: normal; text-decoration: none; }
#search a:hover { color: #ff53bb; }
#search_bar { background-color: #222; border: 1px solid #c0c0c0; padding: 4px; font-size: 22px; font-weight: bold; color: #ff5ebb; margin-top: 3px; }
#search_button { background-color: #000; border: 1px solid #ff53bb; color: #fff; font-size: 21px; font-weight: bold; padding: 4px; }

#sortbar { background-color: #333; padding: 4px; border-bottom: 1px solid #808080; margin-top: 10px; font-size: 14px; }
#sortbar_sort { float: left; }
#sortbar_sort a { color: #c0c0c0; text-decoration: none; }
#sortbar_sort a:hover { color: #ff53bb; text-decoration: underline; }
#sortbar_sort a.selected { color: #fff; font-weight: bold; text-decoration: none; }
#sortbar_sort a.selected:hover { color: #ff53bb; text-decoration: underline; }
#sortbar_upload { float: right; color: #fff; font-size: 12px; }
#sortbar_upload a { font-size: 14px; font-weight: bold; color: #c0c0c0; text-decoration: none; }
#sortbar_upload a:hover { color: #ff53bb; }

#videos { float: left; width: 700px; }
ul#video_listing { padding: 0px; margin: 8px 0 0 0; list-style-type: none; }
ul#video_listing li { width: 140px; float: left; margin-bottom: 8px; display: inline; text-align: center; }
ul#video_listing li .img { width: 120px; height: 90px; border: 2px solid #c0c0c0; margin: 2px auto; background: #000 url('/c3/nothumb.jpg') top left repeat-x;}
ul#video_listing li .img img { width: 120px; height: 90px; border: 0px; }
#videos { float: left; width: 700px; }
ul#video_listing li .info { width: 124px; height: 70px; background: #000 url('../../static/img/li_back.jpg') top left repeat-x; margin: 0 auto; font-size: 11px; border-bottom: 1px solid #808080; text-align: left; }
ul#video_listing li .info a { color: #333; text-decoration: none; }
ul#video_listing li .info img { border: 0px;}

ul#video_listing li .info .title { height: 14px; overflow: hidden; color: #ff53bb; width: 124px; }
ul#video_listing li .info .title a { color: #ff53bb; text-decoration: none; }
ul#video_listing li .info .title a:hover { color: #fff; }


#pagination { padding: 4px 8px; font-size: 11px; color: #fff; }
#pagination_left { float: left; }
#pagination_mid { float: left; width: 330px; text-align:center;}
#pagination_mid a { color: #ff53bb; text-decoration: none; }
#pagination_mid a:hover { color: #c0c0c0; text-decoration: underline; }

#pagination_right { float: right; }
#pagination_right a { color: #ff53bb; text-decoration: none; }
#pagination_right a:hover { color: #c0c0c0; text-decoration: underline; }



#videodetails { float: left; margin: 5px 5px 0 5px; width: 145px; }
#advert { float: right; width: 124px; padding: 8px 2px; }

#catandmenu { float:left; width: 150px; }

.category { margin: 5px 3px 0 3px; width: 150px; }
.category span { color: #ff53bb; }
.categories { padding: 0px; margin: 2px 0 0 2px;float:left; width: 70px; font-size: 9px; overflow: hidden;}
.categories a { text-decoration: none; color: #ffffff;}


.menumodule {float:left;width:145px;background-color:#1d1d1d;padding:0px 0 0 0;font-size:0.88em;}
.mainmenu ul {padding:0px;margin:0px;background-image:url(../../static/img/menubck.jpg);background-position:top right;background-color:#1d1d1d;background-repeat:no-repeat;}
.mainmenu ul li {padding:7px;margin:0px;list-style:none;background-image:url(../../static/img/horsep.jpg);background-repeat:repeat-x;background-position:bottom;}
.mainmenu ul li a:link, .mainmenu ul li a:visited {text-decoration:none;color:#fff;font-size:1.2em;}
.mainmenu ul li a:hover{color:#ff53bb;}
.mainmenutop {padding:0px;margin:0px;background-image:url(../../static/img/menubck.jpg);background-position:top right;background-color:#1d1d1d;background-repeat:no-repeat;width:145px;font-size: 12px; }
