@font-face {
    font-family:FontAwesome;
    src:url(../font/fontawesome-webfont.ttf);
}

/* Global Settings */
html, body
{
    margin: 0px;
    padding: 0px;
    font: normal 12px "Tahoma" , Arial, Helvetica, sans-serif;
    line-height: 18px;
    color: #dadada;
    background: url(../images/body_bg.gif);
    background-color:#161616;
    height: 100%;
}
#containerRoot { height: 100%; }
body > #containerRoot { height: auto; min-height: 100%; min-width: 1038px; }

h1, h2, h3, h4
{
    font-size: 100%;
}
.title-list
{
    color: #dacb46;
	text-shadow: 1px 1px 1px #1a1a1a;
	display: inline-block;
	text-transform: uppercase;
	font-size: 18px;
}
.title-list.icon
{
    background: transparent url('../images/star.png') no-repeat;
    padding-left: 35px;
    line-height: 30px;
}
input.checkbox
{
    border: 1px solid #bdac85;
}

a
{
    /*  color: #333333; */
    color: #ecc835;
    text-decoration: none;
    outline: medium none;
}

.dotUnder
{
    border-bottom: 1px dotted #444444;
}
.textDark
{
    color: #888888;
}
.textWhite
{
    color: #fff;
}
a:hover
{
    color: #ffffff;
    text-decoration: none; /*border-bottom: 1px dotted #333333;*/
}

.clear
{
    clear: both;
}

.clear2
{
    clear: both;
    height: 10px;
}

.line
{
    clear: both;
    height: 1px;
    border-bottom: 1px solid #2F2F2F;
    margin: 5px 0px 6px 0px;
}

fieldset
{
    margin: 1em 0;
    border: none;
}

legend
{
    margin: 1em 0;
    padding: 0 .5em;
    background: transparent;
    font-size: 19px;
    font-weight: normal;
    color: #ecc835;
    letter-spacing: -1px;
}

input.fullboxtext
{
    margin: 0 0 10px 0;
    padding: 3px;
    border: 1px solid #666666;
    background: #393939 url(../images/tpl_input_bg.gif) no-repeat top left;
    font: normal 15px "Tahoma" , Arial, Helvetica, sans-serif;
    color: #ccc;
    width: 240px;
    height: 15px;
}

textarea.fullboxtext
{
    margin: 0 0 10px 0;
    padding: 3px;
    border: 1px solid #666666;
    background: #1b1a1a url(../images/tpl_textarea_bg.gif) no-repeat top left;
    color: #ccc;
    font: normal 12px "Tahoma" , Arial, Helvetica, sans-serif;
    width: 240px;
}

/* End Of Global Settings */



/* Clip Share Logo */
#head
{
    margin: 0px auto;
    padding: 0px;
    width: 1038px;
}



#head h1
{
    margin: 30px 30px 0px 0px;
    padding: 0px;
    background: transparent url(../images/logo.png?v=4) no-repeat;
    text-indent: -9999px;
    float: left;
    display: inline;
}

#head h1 a.logo
{
    display: block;
    width: 300px;
    height: 110px;
    border: none;
}

#head h2
{
    margin: 48px 0 0 10px;
    padding: 0px;
    font: normal 14px "Tahoma" , Arial, Helvetica, sans-serif;
    color: #303030;
    float: left;
}

#head h3
{
    margin: 48px 0 0 30px;
    font: normal 14px "Tahoma" , Arial, Helvetica, sans-serif;
    padding: 0px;
    float: right;
}

/* End of Clip Share Logo */

/* Clip Share Navigation */

#headnav
{
    margin: 10px auto;
    padding: 0px;
    text-align: left;
    width: 100%;
}

#navbar
{
    width: 100%;
    height: 40px;
    background-color: #353535;
    border-top: 2px solid #dacb46;
}

#navsubbar
{
    width: 100%;
    background-color: #292929;
    height: 25px;
    line-height: 20px;
}


#navcontainer
{
    width: 1038px;
    margin: 0px auto;
}



#navcontainer ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    font: bold 12px/27px Arial, Helvetica, sans-serif;
}



#navcontainer li
{
    display: inline;
    margin: 0;
    padding: 0;
}



#navcontainer a
{
    float: left;
    display: block;
    padding: 0px 20px;
    height: 40px;
    line-height: 40px;
    color: #fff;
}


#navcontainer a:hover
{
    float: left;
    color: #dacb46;
    text-decoration: none;
    background-color: #292929;
}

#navcontainer li a#currentTab
{
    float: left;
    background-color:#292929;
}

#navsubbar p
{
    margin: 0px auto;
    padding: 2px 0;
    text-indent: 20px;
    width: 1038px;
    color: #ffffff;
    text-align: left;
}



#navsubbar p a
{
    margin: 0px 7px;
    color: #ffffff;
}



/* End of Clip Share Navigation */

/* GENERAL CONTAINER */

#container
{
    margin: 0px auto;
    padding: 0px;
    width: 1038px;
    text-align: center;    
}



#leftside
{
    margin: 0px;
    padding: 0px;
    width: 728px;
    text-align: left;
    float: left;
}

#fullside
{
    margin: 0px;
    padding: 0px;
    width: 970px;
    text-align: left;
}



.barTitle
{
    height: 25px;
    padding-left: 10px;
    background: url("../images/tpl_box_bar.png") repeat-x;
    font: normal 17px/23px "Tahoma" , Arial, Helvetica, sans-serif;
    letter-spacing: -1px;
    color: #fff;
}

#small-rightbox-title-small
{
    height: 25px;
    padding-left: 10px;
    background: url("../images/tpl_box_bar.png") repeat-x;
    font: normal 16px/24px "Tahoma" , Arial, Helvetica, sans-serif;
    letter-spacing: -1px;
    color: #FFFFFF;
}

.barContent
{
    padding: 10px;
    margin-top: 2px;
}

.episodeList td a:visited
{
    color: #89741E;
}

.episodeList td a:hover
{
    color: white;
}

.episodeVisited
{
    color: #89741E;
}


/* Clip Share Search */

#search
{
    width: 450px;
    text-align: right;
}

#search p
{
    margin: 10px 40px 10px 0;
    padding: 0px;
}

input.text
{
    margin: 0 0 0 0;
    border: 1px solid #666666;
    background: #393939 url(../images/tpl_input_bg.gif) no-repeat top left;
    font: normal 15px "Tahoma" , Arial, Helvetica, sans-serif;
    color: #ccc;
}

select
{
    background-color: #393939;
    color: #ccc;
    border: 1px solid #666666;
    font: normal 15px "Tahoma" , Arial, Helvetica, sans-serif;
}

#search input.text
{
    width: 190px;
    padding: 3px;
}

#search select
{
    width: 110px;
    padding: 2px;
}



#search input.button
{
    margin: -4px 0 0 0;
    padding: 0px;
    vertical-align: middle;
}

.thinText
{
    background: url("../images/tpl_input_bg.gif") no-repeat scroll left top #393939;
    border: 1px solid #666666;
    color: #CCCCCC;
    font: 12px "Tahoma" ,Arial,Helvetica,sans-serif;
    margin: 0 0 5px;
    padding: 2px;
    width: 180px;
}

/* End of Clip Share Search */



/* Clip Share Banner */
.banner
{
    margin: 0 0 10px 0;
    padding: 0px;
    width: 100%;
    background: transparent url(../images/tpl_banner_bg.gif) repeat-x top;
    border: 1px solid #333333;
    height: 208px;
}

.banner img:hover
{
    border: 1px solid #c62400;
}



/* * html #banner {

    margin: -10px 0 10px 0;

} */




.bigChar
{
    margin: 0px;
    padding: 0px;
    font: normal 27px "Tahoma" , Arial, Helvetica, sans-serif;
    color: #ecc835;
    letter-spacing: -2px;
}




/* Left side */

.bigBarContainer
{
    display: block;
    width: 726px;
    background: #111;
    border: 1px solid #2f2f2f;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}



#mostactive img.thumb, #topwatched img.thumb, #recently-added img.thumb
{
    width: 120px;
    height: 90px;
}





#useraction
{
    display: block;
    width: 450px;
    padding: 2px;
    background: #161616;
    border: 1px solid #333333;
    margin-bottom: 20px;
    margin-left: 20px;
}

#useraction span.info
{
    color: #444444;
}

#bookmark ul
{
    margin-left: 20px;
    padding: 0;
}

* html #bookmark ul
{
    margin-left: 0;
    padding: 0;
}

#useraction p
{
    float: left;
    margin: 20px;
}

.arrow-general
{
    margin: 0px;
    padding: 0px;
    height: 9px;
    background: transparent url(../images/tpl_box_arrow.gif) no-repeat top left;
    position: relative;
    top: -12px;
    left: -10px;
}

#videocomment .arrow-general
{
    margin: 0px;
    padding: 0px;
    height: 9px;
    background: transparent url(../images/tpl_box_arrow.gif) no-repeat top left;
    position: relative;
    top: -2px;
    left: 0;
}

#myvideo .arrow-general, #myfriends .arrow-general, #groups .arrow-general
{
    margin: 0px;
    padding: 0px;
    height: 9px;
    background: transparent url(../images/tpl_box_arrow.gif) no-repeat top left;
    position: relative;
    top: -2px;
    left: 0;
}

#online .arrow-general
{
    margin: 0px;
    padding: 0px;
    height: 9px;
    background: transparent url(../images/tpl_box_arrow.gif) no-repeat top left;
    position: relative;
    top: -12px;
    left: 0;
}

#recently a img.right
{
    margin: 35px 0px 0px 0px;
    padding: 0px;
    border: 0px solid #bbbfaf;
    float: left;
}

#recently a img.left
{
    margin: 35px -4px 0px 8px;
    padding: 0px;
    border: 0px solid #bbbfaf;
    float: left;
}



.viewed
{
    margin: 10px 9px 0 13px;
    padding: 0 0 30px 0;
    float: left;
    width: 80px; /*width: 100px;*/
    display: inline;
}



.viewed a
{
    border: none;
    text-decoration: none;
}



.viewed a img.image
{
    margin: 0 0 15px 0;
    padding: 0px;
    border: 1px solid #bbbfaf;
    display: block;
}



.viewed p
{
    margin: 0px;
    padding: 0px;
    text-align: center;
}



.viewed p span
{
    display: block;
    font-size: 10px;
}



/* End of Clip Share Recently */



/* Clip Share Sub Tab Menu */

#submenu
{
    margin: 0px;
    padding: 0px;
    width: 100%;
}

#tabmenucontainer
{
    margin: 0px;
    padding: 0px;
    position: relative;
}

#tabmenucontainer ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    font: normal 15px/25px "Tahoma" , Arial, Helvetica, sans-serif;
}

#tabmenucontainer li
{
    display: inline;
    margin: 0px;
    padding: 0px;
}

#tabmenucontainer a
{
    float: left;
    display: block;
    width: 105px;
    height: 20px;
    color: #ffffff;
    border: none;
    text-decoration: none;
}

#tabmenucontainer ul {float: left; border: 1px solid #333; border-bottom: 0px;}
#tabmenucontainer li a
{
    float: left;
    background-color: #353535;
    padding: 10px 0px;
    color: #b9b9b9;
}

#tabmenucontainer li a.tabactive
{
    background-color:#111111;
    color: #ecc835;
}

#tabmenucontainer a:hover
{
    color: #fff;
}

#subcontent
{
    padding: 0px;
    background: #111111 url(../images/tpl_box_shading2.png) repeat-x;
    border: 1px solid #333333;
    border-top: 0px;
    float: left;
}



#subcontent div div
{
    margin: 0px;
    padding: 10px;
    float: left;
    display: block;
    width: 706px;
    background: #111111;
    font: normal 12px "Tahoma" , Arial, Helvetica, sans-serif;
}

#subcontent div div.blue
{
    background: #161616;
}

.title
{
    font: normal 15px "Tahoma" , Arial, Helvetica, sans-serif;
}

#subcontent span.title
{
    font: normal 15px "Tahoma" , Arial, Helvetica, sans-serif;
}

#subcontent span.duration
{
    font: bold 12px Arial, Helvetica, sans-serif;
}

.info
{
    color: #888888;
}

#subcontent span.tags
{
    text-decoration: none;
    font-weight: normal;
    border-bottom: dotted 1px #444444;
}

#subcontent div a img
{
    margin: 0 20px 0 0;
    padding: 1px;
    text-decoration: none;
    border: 1px solid #333333;
    float: left;
}

#subcontent div a img:hover
{
    border: 1px solid #c62400;
}

.comment
{
    margin: 0;
    padding: 0;
    float: left;
    display: block;
    border-bottom: 1px solid #eaeaea;
    width: 477px;
}

.comment p a img
{
    margin: 0 20px 10px 0;
    padding: 0px;
    text-decoration: none;
    border: 1px solid #bbbfaf;
    float: left;
}



.blue
{
    background: #161616;
}

.selectedvideo
{
    background: #262626;
}

/* End of Clip Share Sub Tab Menu */



/* Content Styling */

.contentbox
{
    margin: 10px;
}

.firstdefinition
{
    font-size: 14px;
    font-weight: bold;
}

.txturgent
{
    font-size: 14px;
    font-weight: bold;
}

.txtsignup
{
    color: #ecc835;
}

p.txturgent a
{
    color: #ecc835;
}

.txtcontent a
{
    text-decoration: underline;
}

.hellomessage
{
    font-size: 13px;
    font-weight: bold;
}

.imgprofile
{
    margin: 10px 0 0 0;
}

.profileinfo
{
    margin: 10px 5px 0 0;
}

.pictprofile
{
    text-align: center;
}

.mypict
{
    width: 52px;
    margin: 10px;
    float: left;
    display: block;
}

.userprofile
{
    width: 150px;
    width: 130px;
    margin-left: 80px;
}

#bookmarklist
{
    margin: 0 auto;
    text-align: center;
}

#bookmarklist li
{
    list-style-type: none;
    margin: 0 20px 20px 0;
    float: left;
}

.strongtext
{
    font: bold 15px "Tahoma" , Arial, Helvetica, sans-serif;
}

.ratingDiv, .boxPart
{
    margin: 5px 0;
    text-align: center;
    padding-bottom: 7px;
    border-bottom: 1px solid #333333;
    font-size: 13px;
}

.relatedvideolist
{
    margin: 0 0 20px 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* End Content Styling */



/* Right Side */



#rightside
{
    padding: 0px;
    width: 300px;
    text-align: left;
    float: right;
}

.rightBox
{
    display: block;
    width: 294px;
    padding: 2px;
    background: #111;
    border: 1px solid #2f2f2f;
}
div.navi
{
    position: relative;
    width: auto;
    height: 0px;
    float: left;
    margin: 1px 15px 0 10px;
}
div.navi a
{
    width: 8px;
    height: 8px;
    float: left;
    margin: 3px;
    background: url(../images/dots.png) 0 0 no-repeat;
    cursor: pointer;
}
div.navi a:hover
{
    background-position: 0 -8px;
}
div.navi a.active
{
    background-position: 0 -16px;
}


.scrollable_title
{
    float: left;
    font: normal 17px/23px "Tahoma" , Arial, Helvetica, sans-serif;
    letter-spacing: -1px;
    color: #fff;
    height: 25px;
}
#recently-nav
{
    float: right;
    margin-right: 5px;
    width: auto;
}
.scrollable
{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 254px;
}
.scrollable .prev, .scrollable .next
{
    background: rgba(0,0,0,0.6);
    position: absolute;
    z-index: 99;
    display: block;
    padding: 30px 10px;
}
.scrollable .prev:hover, .scrollable .next:hover 
{
    background: rgba(0,0,0,0.9); 
}
.scrollable .prev
{
    left: 0px;
    top: 76px;
}
.scrollable .prev .arrow-left
{
    background: url('../images/arrow.png') no-repeat;
    width: 18px;
    height: 24px;
    display: block;
}
.scrollable .next
{
    right: 0px;
    top: 76px;
}
.scrollable .next .arrow-right
{
    background: url('../images/arrow.png') -18px no-repeat;
    width: 18px;
    height: 24px;
    display: block;
}
.scrollable .items
{
    width: 20000em;
    position: absolute;
}
.scrollable .items a
{
    position: relative;
}
.scrollable .items a:hover
{
    color:#46E1FF;
}
.scrollable .items .item-title
{
    position: absolute;
    left: 1px;
    bottom: 3px;
    width: 184px;
    height: 54px;
    padding: 5px;
    background: rgba(0,0,0,0.7);
    overflow: hidden;
    text-align: left;
    font-weight: 700;
}
.items div
{
    float: left;
}
div.items a
{
    display: block;
    float: left;
    margin-right: 12px;
    width: 194px;
    height: 254px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
div.items img
{
    border: 1px solid #313031;
}

.scrollable_content
{
    width: 100%;
}

#footer
{   
    padding-top: 10px;
    background: url(../images/tpl_footer_bg.png) repeat-x;
    clear: both;
    position: relative;
    z-index: 10;
    height: 64px;
}

#footcontainer
{
    margin: 0px auto;
    padding: 0px;
    width: 970px;
    text-align: left;
}

#footcontainer p
{
    margin: 0 10px;
    padding: 0px;
    color: #444444;
}


#footcontainer p a
{
    margin: 0px;
    border: none;
    text-decoration: none;
    color: #cccccc;
}


#footcontainer p a:hover
{
    border-bottom: 1px dotted #444444;
    color: #ecc835;
}


#footcontainer p a img.rss
{
    border: none;
    text-decoration: none;
}

.details
{
    margin: 0px;
    padding: 5px;
    float: left;
    display: block;
    width: 720px;
    font: normal 12px "Tahoma" , Arial, Helvetica, sans-serif;
}

.details a img
{
    border: 1px solid #333333;
    float: left;
    margin: 0 20px 0 0;
    padding: 1px;
    text-decoration: none;
}

.read
{
    background: url(../images/read.png) no-repeat center left;
    padding: 12px 27px 12px;
    color: #ecc835;
    font: 15px "Tahoma" ,Arial,Helvetica,sans-serif;
    letter-spacing: -2px;
}

/* Listing */
.listing
{
    width: 100%;
    border-collapse: collapse;
}

.listing tr
{
    height: 25px;
}

.listing tr.odd
{
    background: none repeat scroll 0 0 #161616;
}

.listing tr:hover td
{
    background: none repeat scroll 0 0 #494949;
}

.listing th
{
    border-bottom: 1px solid #DDD2A4;
    font-size: 120%;
    text-align: left;
}

.list-cartoon { width: 100%; overflow: hidden; }
.list-cartoon .item { width: 166px; height: 260px; margin: 0px 14px 5px 0px; float: left; overflow: hidden; position: relative; }
.list-cartoon .item.last { margin-right: 0px; }
.list-cartoon .item a { display: block; }
.list-cartoon .item a img { width: 164px; height: 213px; border: 1px solid #313031; }
.list-cartoon .item a:hover img { border-color: #c62400; }
.list-cartoon .item .title { display: block; padding: 5px 0px 0px 0px; }
.list-cartoon .item .hot-label { display: block; width: 73px; height: 73px; background: transparent url('../images/hot_label.png') top left; position: absolute; top: 1px; left: 1px; z-index: 2; }
.list-cartoon .item .ep-bg { display: block; width: 164px; height: 40px; position: absolute; top: 170px; left: 1px; z-index: 99; background: rgba(0, 0, 0, 0.7); text-align: left; font-weight: 700; overflow: hidden; }
.list-cartoon .item .ep-bg a { color: #fff; padding: 2px; width: 145px; height: 36px; }
.list-cartoon .item .ep-bg .tiny { font-size: 13px; }
.list-cartoon .item .ep-bg p { margin: 0px 0px 2px 0px; }

.txtSignUp
{
    margin: 0 0 10px 0;
    padding: 2px;
    border: 1px solid #666666;
    background: #393939 url(../images/tpl_input_bg.gif) no-repeat top left;
    font: normal 12px "Tahoma" , Arial, Helvetica, sans-serif;
    color: #ccc;
    width: 220px;
    height: 15px;
}

.lblSignUp
{
    float: left;
    width: 150px;
    padding: 2px 20px;
    text-align: right;
    font: normal 14px "Tahoma" , Arial, Helvetica, sans-serif;
}

.lblAdvanceSearch
{
    float: left;
    width: 70px;
    padding: 2px 20px;
    font: normal 14px "Tahoma" , Arial, Helvetica, sans-serif;
}

.lbl
{
    width: 150px;
    padding: 2px 15px;
    text-align: right;
    font: normal 14px "Tahoma" , Arial, Helvetica, sans-serif;
}

label.error
{
    color: #C42A00;
    padding: 0 10px;
}

/* Advance search */
#genres
{
    float: left;
    width: 500px;
    padding-left: 0px;
    margin-top: 0px;
}

#genres li
{
    float: left;
    width: 50px;
    list-style: none;
    width: auto;
}

#genres li label
{
    height: 21px;
    width: 120px;
    float: left;
    position: relative;
    font-size: 11px;
}

#genres a.include
{
    background: url("../images/include.png") no-repeat;
}

#genres a.exclude
{
    background: url("../images/exclude.png") no-repeat;
}

#genres a
{
    background: url("../images/genre.png") no-repeat;
    padding-left: 20px;
}

#topHolderBox
{
    color: #FFF;
    background: #353535;
    font-family: Tahoma, Verdana, Arial;
    font-size: 13px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    z-index: 99;
    text-align: left;
    display: inline-block;
    text-align: center;
    padding-top: 8px;
}

.boxDropDown
{
    border: 1px solid #905cac;   
    -webkit-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; 
    background: #2f0a41;
    display: inline-block;
    width: auto;
    height: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    padding-top: 2px;
}

#menu_box
{
    position: absolute;
    top: 29px;
    left: 221px;
    width: 175px;    
    color: #FFF;
    background: #2f0a41;
    font-family: Arial;
    font-size: 12px;
    z-index: 100;
    text-align: left;
    border-top: 1px solid #905CAC;   
    border-left: 1px solid #905CAC;   
    border-right: 1px solid #905CAC;   
}

#menu_box img
{
    border: 0px;
}

#menu_box a
{
    color: #EEE;
    display: inline-block;
    width: 100%;
    line-height: 30px;
    text-decoration: none;    
    border-bottom: 1px solid #905CAC;  
}
#menu_box a img
{
    vertical-align:middle;
}
#menu_box .w
{
    color: #FFF;
    font-weight: bold;
}
#menu_box a:hover
{
    background: #82509c;
}

.aButton
{
    color: #EEE;
    display: inline-block;    
    
    text-decoration: none;    
    border-bottom: 1px solid #905CAC;  
    border-top: 1px solid #905CAC;   
    border-left: 1px solid #905CAC;   
    border-right: 1px solid #905CAC; 
    background: #2f0a41;
    cursor: pointer;
    text-align:center;
    width: 50px
}

.aButton:hover
{
    background: #82509c;
}



#result_box
{
    position: absolute;
    top: 29px;
    left: 0px;
    width: 250px;
    padding: 5px;
    color: #FFF;
    background: #353535;
    opacity: 0.9;
    filter: alpha(opacity=90);
    font-family: Tahoma, Verdana, Arial;
    font-size: 13px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    z-index: 99;
    text-align: left;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

#result_box a
{
    color: #EEE;
    display: inline-block;
    width: 100%;
    line-height: 16px;
    text-decoration: none;
}
#result_box .w
{
    color: #FFF;
    font-weight: bold;
}
#result_box a:hover
{
    background: #5d666f;
}
#loader
{
    width: 250px;
    height: 16px;
    display: block;
    background: url("../images/loader.gif") no-repeat 50% 50%;    
}


/* PAGER */
div.pagination
{
    margin: 10px 0 0 0;
    padding: 0;
    height: 1%;
    clear: both;
    overflow: hidden;
}

div.pagination div.results
{
    margin: 0;
    padding: 0;
    text-align: left;
    float: left;
}

div.pagination div.results span
{
    margin: 0;
    padding: 4px 6px;
    height: 1%;
    display: block;
    float: left;
    background: #ebebeb url("/Content/images/pager.png") repeat-x;
    border-top: 1px solid #dedede;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    color: #4A4A4A;
    font-weight: normal;
}

div.pagination ul.pager
{
    margin: 0;
    padding: 0;
    float: right;
    text-align: right;
}

div.pagination ul.pager li
{
    margin: 0 0 0 4px;
    padding: 0;
    height: 1%;
    float: left;
    list-style: none;
    background: #ebebeb url("/Content/images/pager.png") repeat-x;
    border-top: 1px solid #dedede;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    color: #4A4A4A;
    font-weight: normal;
}

div.pagination ul.pager li.separator
{
    padding: 4px;
}

div.pagination ul.pager li.current
{
    padding: 4px 7px;
    background: #b4b4b4 url("/Content/images/pager_selected.png") repeat-x;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #bebebe;
    border-right: 1px solid #b1b1b1;
    border-bottom: 1px solid #afafaf;
    color: #515151;
}

div.pagination ul.pager li.disabled
{
    padding: 4px;
    color: #B4B4B4;
}

div.pagination ul.pager li a
{
    margin: 0;
    padding: 4px 7px;
    height: 1%;
    display: block;
    float: left;
    color: #515151;
    text-decoration: none;
}

div.pagination ul.pager li a:hover, div.pagination ul.pager li a:active
{
    margin: -1px;
    background: #b4b4b4 url("/Content/images/pager_selected.png") repeat-x;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #bebebe;
    border-right: 1px solid #b1b1b1;
    border-bottom: 1px solid #afafaf;
}
.top_page_alert 
{
    width: 100%;
    height: 26px;
    padding: 3px 0px;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #e4ae35;
    z-index: 9998;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
}
.loading_page
{
    width: 100%;
    height: 100%;
    background-color: Gray;
    opacity: 0.5; 
    filter: alpha(opacity = 50);
    z-index: 9998;
    top: 0;
    left: 0;
    position: fixed;
    padding-top: 100px;
}
.loading_text
{
    z-index: 9999;
    background: #ffffff url('/Content/images/loading.gif') center center no-repeat;
    width: 150px;
    height: 20px;
    text-align: center;
    position: fixed;
    font-weight: bold;
    top: 40%;
    left: 40%;
    padding: 50px 0px 0px 0px;
    margin: 0;
    opacity: 0.9;
    color:#676767;
}
.fixed-bot-bar
{
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 10;
}
.switchViewMode 
{
    width: 100%;
    text-align: center;
    display: block;
    padding: 15px 0px;
    background-color: #FFAB34;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}
.video-js:focus
{
    outline: #333333 solid 1px;
}
#videoAd {
    width: 300px;
    height: 250px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -125px;
    display: none;
	background: #000;
}
a.videoAdClose {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 124px;
    margin-top: -125px;
    font-size: 16px;
    width: 26px;
    text-align: center;
    background: #fff;
    color: #000;
    font-weight: bold;
	z-index: 999;
    display: none;
}
a.videoAdClose:hover {
    color: #ff0000;
}
#dsq-app4 { display:none !important; }
.clsTempMSg, .clsMsg { text-align: center; padding: 10px 0px;}
.btn-cs{
	display: inline-block;
	outline: none;
	white-space: nowrap;
	border: 1px !important;
	background-color: #222;
	border-radius: 3px;
	color: #fff;
	font-weight: bold !important;
	font-size: 12px !important;
	line-height: initial !important;
	text-decoration: none;
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.4), 1px 1px 0 rgba(255, 255, 255, 0.15);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.4), 1px 1px 0 rgba(255, 255, 255, 0.15);
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.4), 1px 1px 0 rgba(255, 255, 255, 0.15);
	padding: 5px 7px;
}
.btn-cs:hover { color: #ecc835; }
.btn-cs.disable { color: #7d7d7d; }
.btn-cs.disable:hover { color: #7d7d7d; }
.fa{font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased}
.fa-lightbulb-o:before{content:"\f0eb"}
.fa-expand:before{content:"\f065"}
.fa-compress:before{content:"\f066"}
.fa-times:before{content:"\f00d"}
.icon-include { background: transparent url('../images/include.png') no-repeat; padding-left: 20px; }
.icon-plus { background: transparent url('../images/plus.png') no-repeat; padding-left: 20px; }