/* -----Site collors help for Replace-----
======DO NOT USE THE SAME COLLORS IN DIFERENT STYLES !!!=====
#E6E5DE - Bacground betwen lines
#D6B79A - Bodrer color
#E4E3D9 - Bacground box collor
#AF4919 - Header text color
#3E3E3E - Main text collor
#FAD3CD - Button background
#D3B395 - Button border
#cccccc - Forms border
#F2E6DA - Tables background
#3E3E3E - Links top menu collor
#D03C3C - Link hover

====== HOW TO CHANGE COLOR SCHEME !!! - You need to make images with the same names =====
main_bg_image.gif - main bg image
main_bg_left_image.gif - main bg left image
main_bg_right_image.gif - main bg right image
top_menu_bg_image.gif - top menu bg image
h1_bg_image.gif - H1 bg image

====== Size =====
1030px - Main table width
1000px - Center vertical block width
203px  - Logo height
600px  - language Flags block width
38px   - Top menu height
160px  - Left menu width
*/



/* -----Main part 1----- */

body
{
margin:0px;
background:url('../images/own/main_bg_image.gif'); /* main bg image */
font-family:Verdana;
font-size: 11px;
scrollbar-face-color: #F2E6DA;
scrollbar-base-color: #D3B395;
scrollbar-arrow-color: #D3B395;
scrollbar-track-color: #fffaf8;
scrollbar-shadow-color: #D3B395;
scrollbar-highlight-color: #D3B395;
scrollbar-3dlight-color: #fffaf8;
scrollbar-darkshadow-color: #fffaf8;
}

/*index.html||main-table*/
.mtbl
{
width:1030px; /* Main table width */
height:100%;
}

/*index.html||left content-table background*/
.bgleft
{
width:15px; /* Left vertical line */
background:url('../images/own/main_bg_left_image.gif'); /* main bg left image */
}

/*index.html||center content-table background*/
.bgcenter
{
width:1000px; /* Center vertical block width */
background:#E4E3D9; /* Bacground box collor */
}

/*index.html||right content-table background*/
.bgright
{
width:15px; /* Right vertical line */
background:url('../images/own/main_bg_right_image.gif'); /* main bg right image */
}

/*index.html||content-table*/
.inmtbl
{
background:#E4E3D9; /* Bacground box collor */
width:100%;
height:100%;
}

/* -----Top----- */

/*index.html||Site logo*/
.logo
{
height:203px; /* Logo height */
}

/*index.html||language Flags content-table background*/
.langbar
{
width:600px; /* language Flags block width */
background:none; /* Bacground box collor */
}

/*index.html||top-menu class*/
.navbg
{
height:38px; /* Top menu height */
background:url('../images/own/top_menu_bg_image.gif'); /* Top menu bg image */
}

/*menu_item.html||top-menu items delimiter*/
.topnp {
float:left;
width:2px;
height:32px;
background:none;
}

/* -----Main part 2----- */

/*index.html||site content class*/
.content
{
padding-left:4px;
padding-right:4px;
}

/*index.html||side-table*/
.cont_tbl
{
height:100%;
width:100%;
}

/* -----Left menu----- */

/*Left menu class*/
.lnavc
{
width:160px; /* Left menu width */
padding-right:4px;
}

/* index.html||outer area of bloks in Left menu class*/
.menu_bg
{
padding:3px;
margin:3px;
background:#E6E5DE; /* Bacground betwen lines */
border:#D6B79A 1px solid; /* Bodrer color 3x */
width: 160px; /* Box width */
}

/* index.html||inner area of bloks in Left menu class*/
.mmenu
{
text-align:left;
background:#E4E3D9; /* Bacground box collor */
border:#D6B79A 1px solid; /* Bodrer color 3x */
}

/* index.html||Headers of the bloks in Left menu */
.menu_z
{
padding:5px;
color:#AF4919; /* Header text color */
background:url('../images/own/h1_bg_image.gif'); /* H1 bg image */
border-bottom:#D6B79A 1px solid; /* Bodrer color 3x */
text-align:center;
font-weight:bold;
}

/* -----Central text box----- */

/* index.html||outer area of top text bloks class*/
.menup_bg
{
padding:3px;
margin:3px;
background:#E6E5DE; /* Bacground betwen lines */
border:#D6B79A 1px solid; /* Bodrer color 3x */
/*width: 798px;  Box width */
}

/* index.html||inner area of top text bloks class*/
.mmenup
{
text-align:left;
background:#E4E3D9; /* Bacground box collor */
border:#D6B79A 1px solid; /* Bodrer color 3x */
}

/* index.html||Headers of top text bloks */
.menup_z
{
padding:5px;
color:#AF4919; /* Header text color */
background:url('../images/own/h1_bg_image.gif'); /* H1 bg image */
border-bottom:#D6B79A 1px solid; /* Bodrer color 3x */
text-align:center;
font-weight:bold;
}

/* -----Main texts in Central text box and Left menu----- */

/* Use for make texts in center of bloks */
.stylecenter
{
text-align:center;
padding:3px;
margin:3px;
color:#3E3E3E; /* Main text collor */
font-family:Verdana;
font-size:11px;
}

/* Use for make texts in left of bloks */
.styleleft
{
text-align:left;
padding:3px;
margin:3px;
color:#3E3E3E; /* Main text collor */
font-family:Verdana;
font-size:11px;
}

/* Use for make texts in right of bloks */
.styleright
{
text-align:right;
padding:3px;
margin:3px;
color:#3E3E3E; /* Main text collor */
font-family:Verdana;
font-size:11px;
}

/* -----Forms and Buttons----- */

/* Buttons */
.button1 {
background:#FAD3CD none repeat scroll 0%; /* Button background */
border:1px solid #D3B395; /* Button border */
color:#3E3E3E; /* Main text collor */
font-family:Verdana;
font-weight: bold;
font-size:11px;
margin:2px;
}

/* Input field in main part like Email Subject*/
input
{
font-family: Verdana;
font-size: 11px;
font-weight: normal;
text-decoration: none;
color: #3E3E3E; /* Main text collor */
border:#cccccc 1px solid;  /* Forms border */
background-color: #E4E3D9; /* Bacground box collor */
}

.text_field_ok 
{
font-family: Verdana;
font-size: 11px;
font-weight: normal;
text-decoration: none;
color: #3E3E3E; /* Main text collor */
border:#cccccc 1px solid;  /* Forms border */
background-color: #E4E3D9; /* Bacground box collor */
}

.text_field_bad
{
  color: #000;
  background-color: #c40000;
  border: 1px solid #c40000;
}

.text_field_uncomplete
{
  border: 1px solid #c40000; 
}

select
{
font-family: Verdana;
font-size: 11px;
font-weight: normal;
text-decoration: none;
color: #3E3E3E; /* Main text collor */
background-color: #E4E3D9; /* Bacground box collor */
border: 1px solid #cccccc; /* Forms border */
}

/* Input field Models Search and Members Search in left menu*/
.search
{
width:100px;
}

/* Input field in main part like Email Subject*/
.inputf
{
width:350px;
}

/* Input field in main part like characters left */
.inputshort
{
width:40px;
}

/*Text field style Default size - cols="122" rows="20" */
.Text-field
{
font-family: Verdana;
font-size: 11px;
font-weight: normal;
text-decoration: none;
color: #3E3E3E; /* Main text collor */
background-color: #E4E3D9; /* Bacground box collor */
border: 1px solid #cccccc; /* Forms border */
}

.Text-field-simple
{
font-family: Verdana;
font-size: 11px;
font-weight: normal;
text-decoration: none;
}

/* -----Main part 3----- */

/*Site body class*/
.right_tbl
{
width: 100%;
}

/* -----Bottom----- */

/*index.html||bottom menu*/
.bnav
{
border:#D3B395 1px solid; /* Button border */
background:#F2E6DA; /* Tables background */
color:#3E3E3E; /* Main text collor */
padding:10px;
text-align:center;
margin:4px;
}

/*index.html||copyright box style*/
.copyr
{
color:#3E3E3E; /* Main text collor */
text-align:center;
margin-bottom:4px;
}

/* -----Tables----- */

/* Collors for tables */
.rdiv
{
background-color:#F2E6DA;  /* Tables background */
padding:2px;
margin:1px;
}

/* -----Links as buttions----- */

/* Links as Buttions like BACK */
a.cams {
text-align:center;
border:#D3B395 1px solid; /* Button border */
color: #3E3E3E; /* Main text collor */
text-decoration: none;
display: block;
background-color: #F2E6DA; /* Tables background */
margin:2px;
}

a.cams:hover
{
text-decoration:none;
display:block;
color: #3E3E3E; /* Main text collor */
background-color:#E4E3D9; /* Bacground box collor */
}

/* -----Links----- */

a
{
font-size: 11px;
color:#3E3E3E; /* Main text collor */
text-decoration:none;
}

a:hover
{
COLOR:#D03C3C; /* Link hover */
text-decoration:none;
}

/* Links left menu */
a.mainlinks
{
font-size: 11px;
color:#3E3E3E; /* Main text collor */
text-decoration:none;
}

a.mainlinks:hover
{
COLOR:#D03C3C; /* Link hover */
text-decoration:none;
}

/* Links top menu */
a.menu
{
font-weight:bold;
font-size: 12px;
color:#3E3E3E; /* Main text collor */
text-decoration:none;
}

a.menu:hover
{
COLOR:#D03C3C; /* Link hover */
text-decoration:none;
}


/* Links categories */
a.parent_category_link
{
font-weight:bold;
font-size: 12px;
color:#3E3E3E; /* Main text collor */
text-decoration:none;
}

a.parent_category_link:hover
{
COLOR:#D03C3C; /* Link hover */
text-decoration:none;
}

a.child_category_link
{
font-size: 11px;
color:#3E3E3E; /* Main text collor */
text-decoration:none;
}

a.child_category_link:hover
{
COLOR:#D03C3C; /* Link hover */
text-decoration:none;
}

/* Links model name and down menu */
a.sdown
{
font-size: 11px;
color:#3E3E3E; /* Main text collor */
text-decoration:none;
}

a.sdown:hover
{
COLOR:#D03C3C; /* Link hover */
text-decoration:none;
}

/* -----News----- */

/* Use for make header for news */
.stylenewsheader
{
COLOR:#D03C3C; /* Link hover */
font-family:Verdana;
font-size:16px;
}

/*Tarnslate styles*/
.trans_bar
{
font-weight:normal;
line-height:1.5em;
text-transform:none;
border:1px solid #D6B79A; /* Bodrer color */
padding:2px;
}

.trans_link
{
color:#3E3E3E; /* Main text collor */
text-decoration:none;
}

.newsImagesTitle
{
border-bottom:1px dashed #000;
color:#000;
font-weight:bold;
padding:3px;
text-align:center;
}

.smallNewsImages
{
background:#F9F9F9 none repeat scroll 0;
border:2px solid #DDDDDD;
padding:4px;
}

/* -----Models box in list of models----- */

.mboxl_bdy
{
text-align:center;
background:#F2E6DA; /* Tables background */
border:#D3B395 1px solid; /* Button border */
}

.mboxl_img
{
margin:2px;
width:100px;
height:100px;
border:#D3B395 1px solid; /* Button border */
}

a.mboxl {
text-align:center;
border:#D3B395 1px solid; /* Button border */
color: #3E3E3E; /* Main text collor */
text-decoration: none;
display: block;
background-color:#F2E6DA; /* Tables background */
margin:2px;
}

a.mboxl:hover
{
text-decoration:none;
display:block;
color: #3E3E3E; /* Main text collor */
background-color:#FAD3CD; /* Button background */
}
/* End Models box in list of models */








a.link_1
{
text-decoration: none;
color: #9b9b9b;
}

a.link_1:hover
{
text-decoration: none;
color: #3E3E3E;
}

a.join
{
text-decoration: none;
color: #000000;
}

a.join:hover
{
text-decoration: underline;
color: #d22c2c;
}

a.edit
{
text-decoration: none;
color: #d22c2c;
}

a.edit:hover
{
text-decoration: underline;
color: #d22c2c;
}

/*************************************************Video description***************************************************************************************/
#vd_top_div {
visibility: hidden;
left: 660px; 
top: 475px; 
position: absolute; 
z-index: 4014;
}

.konaLayers {
azimuth:center;
border-collapse:separate;
border-spacing:0pt;
caption-side:top;
cursor:auto;
direction:ltr;
elevation:level;
empty-cells:show;
font-size:medium;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
orphans:2;
page-break-inside:auto;
pitch:medium;
pitch-range:50;
position:static;
richness:50;
right:auto;
speak:normal;
speak-header:once;
speak-numeral:continuous;
speech-rate:medium;
stress:50;
//text-align:left;
text-indent:0pt;
text-transform:none;
visibility:visible;
volume:medium;
white-space:normal;
widows:2;
word-spacing:normal;
}
.konaLayers * {
background:transparent none repeat scroll 0%;
border-style:none;
border-width:medium;
clear:none;
//color:inherit;
content:normal;
counter-increment:none;
counter-reset:none;
cue-after:none;
cue-before:none;
float:none;
left:auto;
letter-spacing:normal;
margin:0px;
max-height:none;
max-width:none;
min-height:0pt;
min-width:0pt;
outline-color:invert;
outline-style:none;
outline-width:medium;
overflow:visible;
padding:0px;
page-break-after:auto;
page-break-before:auto;
pause-after:0s;
pause-before:0s;
position:static;
table-layout:auto;
//text-decoration:none;
top:auto;
unicode-bidi:normal;
width:auto;
z-index:auto;
}
.konaLayers .konaLayer {
//left:0px;
overflow:hidden;
padding:0px;
//position:absolute;
//text-align:left;
//top:0px;
//visibility:hidden;
width:313px;
}
.konaLayers .konaLayer a {
background:transparent none repeat scroll 0% !important;
border:0px none transparent !important;
bottom:0px;
display:inline !important;
font-variant:normal;
font-weight:normal;
left:0px;
margin:0px;
padding:0px !important;
right:0px;
text-decoration:none;
text-transform:none !important;
top:0px;
}
.konaLayers .konaLayer a:link {
background:transparent none repeat scroll 0% !important;
border:0px none transparent !important;
bottom:0px;
display:inline !important;
font-variant:normal;
font-weight:normal;
left:0px;
margin:0px;
padding:0px !important;
right:0px;
text-decoration:none;
text-transform:none !important;
top:0px;
}
.konaLayers .konaLayer a:hover {
background:transparent none repeat scroll 0% !important;
border:0px none transparent !important;
bottom:0px;
display:inline !important;
font-variant:normal;
font-weight:normal;
left:0px;
margin:0px;
padding:0px !important;
right:0px;
text-decoration:none;
text-transform:none !important;
top:0px;
}
.konaLayers .konaPlate {
cursor:pointer;
}
.konaLayers .konaPlate .konaBox {
background:transparent url(../images/video_desc/top_box.gif) no-repeat scroll left top;
width:313px;
}
.konaLayers .konaPlate .konaBottomBox {
background:transparent url(../images/video_desc/box_bottom.png) no-repeat scroll left top;
font-size:3px;
height:45px;
width:313px;
}
.konaLayers .konaPlate .konaBottomBox_Right {
background:transparent url(../images/video_desc/box_bottom_right.png) no-repeat scroll left top;
font-size:3px;
height:45px;
width:313px;
}
.konaLayers .konaPlate .konaBottomBox_drag {
background:transparent url(../images/video_desc/box_bottom_drag.png) no-repeat scroll center top;
font-size:3px;
height:20px;
width:313px;
}
.konaLayers .handleTd {
vertical-align:top;
width:180px;
}
.konaLayers .handleTd div {
padding: 0px 5px 3px 0px; 
font-size: 10px; 
font-weight: bold;
} 
.konaLayers .frameBar {
cursor:auto;
margin-left:7px;
margin-right:6px;
width:300px;
}
.konaLayers .konaDescDiv {
cursor:pointer;
padding-top:2px;
position: relative;
}
.konaLayers .table02 {
font-family:arial;
font-size:13px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin-left:9px;
width:305px;
}
.konaLayers .table03 {
font-family:arial;
font-size:13px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin-left:8px;
table-layout:fixed;
width:280px;
}
.konaLayers .konaLayerTitle {
padding-right:10px;
text-align:center;
}
.konaLayers .konaLayerTitleText {
color:#FFA200;
display:block;
font-family:tahoma;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
text-decoration:underline;
}
.konaLayers .konaLayerTitleText b {
color:#FFA200;
font-size:11px;
}
.konaLayers .konaLayerDesc {
/*color:BLACK;
font-family:verdana !important;
font-size:11px !important;
font-size-adjust:none !important;
font-stretch:normal !important;
font-style:normal !important;
font-variant:normal !important;
font-weight:normal !important;
line-height:normal !important;*/
padding:6px 7px 3px 10px;
//text-align:left;
}
.konaLayers .konaLayerDesc b {
color:BLACK;
font-size:11px;
}
.konaLayers .site {
overflow:hidden;
padding-left:8px;
}
.konaLayers .site a {
color:#666666 !important;
font-family:arial !important;
font-size:11px !important;
font-size-adjust:none !important;
font-stretch:normal !important;
font-style:normal !important;
font-variant:normal !important;
font-weight:normal !important;
line-height:normal !important;
overflow:hidden;
text-decoration:underline !important;
}
.konaLayers .site a:hover {
color:#FFA200 !important;
}
.konaLayers .buyNow {
text-align:right;
width:105px;
}
.konaLayers .konaLayer img {
border:0px none;
display:inline;
padding:0px;
}
.konaLayers .top_curve {
background:transparent url(../images/video_desc/top_curve.png) no-repeat scroll left top;
height:10px;
margin:0px;
padding:0px;
width:313px;
}
.konaLayers .drop_top_curve {
background:transparent url(../images/video_desc/drop_top_curve.png) no-repeat scroll center top;
font-size:3px;
height:35px;
width:313px;
}
.konaLayers .drop_top_curve_right {
background:transparent url(../images/video_desc/drop_top_curve_right.png) no-repeat scroll center top;
font-size:3px;
height:35px;
width:313px;
}
.konaLayers .konaBox_bottom {
background:transparent url(../images/video_desc/box_separator.gif) no-repeat scroll left top;
font-size:1px;
height:10px;
width:313px;
}
.konaLayers .konaBox02 {
background:transparent url(../images/video_desc/box.gif) no-repeat scroll left top;
padding-top:7px;
width:313px;
}
/*************************************************Video description***************************************************************************************/


















/* ---------- */



























.warn_button {color:#FF0000;font-family:Verdana;font-size:11px;border:#e0e0e0 1px solid;background:#E4E3D9;width:110px;margin:1px;}
.warn_button_long {color:#FF0000;font-family:Verdana;font-size:11px;border:#e0e0e0 1px solid;background:#E4E3D9;width:150px;margin:1px;}
.cld_button {color:#434343;font-family:Verdana;font-size:11px;border:#e0e0e0 1px solid;background:#E4E3D9;margin:1px;}

td {font-family:Verdana;font-size: 11px;color:#3e3e3e;}
th {font-family:Verdana;font-size: 12px;color:#3e3e3e;text-align:center;font-weight:bold;}

/*main_gateway_none.html*/
.pstxt
{
margin:6px;
padding:6px;
border:#cccccc 1px solid;
text-align:center;
}















/*menu_item.html||top-menu items class*/
.btn {
float:left;
text-align:center;
padding:9px;
}





/*index.html||large headers of the bloks class*/
.menu_z_f
{
padding:5px;
color:#AF4919;
background:url('/template/default3/images/bg_menu_top_f.gif');
border-bottom:#D6B79A 1px solid;
text-align:center;
font-weight:bold;
}




/* Collor for Invite a Friend text in profile */
.invitefr {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: Green;
    text-decoration: none;
    text-align:center;
}





/* Use for titles in the central part of the pages */
.tbl_title
{
}

/* Use for titles in the central part of the pages */
.title_txt
{
padding:5px;
color:#AF4919;
background:url('/template/default3/images/bg_menu_top.gif');
border-bottom:#D6B79A 1px solid;
text-align:center;
font-weight:bold;
}



/*White area*/
.brd_intbl
{
border:#ffd3be 1px solid;
background:#E4E3D9;
padding:0px;
}

/*pink area*/
.intbl_txt
{
background:#E6E5DE;
padding:3px;
}

/*.msg
{
width:280px;
border:#D3B395 1px solid;
}*/

/*Start Models box in list of models */
.cam_bdy
{
text-align:center;
background:#F2E6DA;
border:#ced0a2 1px solid;
}

.cam_img
{
margin:2px;
width:100px;
height:100px;
background:#E4E3D9;
border:#D3B395 1px solid;
}
/*End models box in list of models */





 
/*Start Model stats styles*/
.status_online {
color: blue; 
font-weight: bold; 
}
.status_offline {
color: red; 
font-weight: bold; 
}
.status_private {
color: green; 
font-weight: bold; 
}
.link_online a {
color: #80C2FD; 
text-decoration: none; 
font-weight: bold; 
}
/*End Model stats styles*/

/*Flash player styles*/
.ms_notused {
  width:256px;
  height:192px;
  background-color: #cccccc;
} 

/*START Hot or not rate bar style*/
#ratebar {
background-color:#E6E5DE;
border:1px solid #D6B79A;
padding:4px;
text-align:center;
width:460px;
}
.rateval {
background-color:#E6E5DE;
cursor:pointer;
float:left;
font-size:12px;
font-weight:bold;
padding:3px;
text-align:center;
}
.hot_click
{
margin: 1px 3px 1px 4px;
color: #AF4919; 
background-color:#FFB896; 
font-size: 11px;
text-align:center;
border:#D6B79A 1px solid;
}
/*END Hot or not rate bar style*/

/*Top rating item style*/
.cam_bdy_l
{
background:#F2E6DA;
border:#ced0a2 1px solid;
}

/*Blog item style*/
.cam_bdy_blog
{
background:#F2E6DA;
border:#ced0a2 1px solid;
}

/*BCODE*START**/
#hidden_div {
    border: 1px solid #a9b8c2;
    background-color: #E4E3D9;
    padding: 3px;
}
blockquote.bb_quote {
    border: #d0d0d0 1px solid;
    background-color: #f6f6f6;
    padding: 5px;
    margin: 1em 0 0 .75em;
}
div.bb_quote_author {
    border: #d0d0d0 1px solid;
    border-width: 1px 2px 2px 1px;
    margin-top: -1.2em;
    background-color: #f6f6f6;
    width: 150px;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
}
div.bb_quote_author:after {
    content: " wrote:";
}
div.bb_code {
    border: #d0d0d0 6px double;
    background-color: #f6f6f6;
    color: #404060;
    padding: 5px;
    font-family: Monaco,'Courier New',monospace;
}
div.bb_code_header {
    border: #d0d0d0 1px solid;
    border-width: 1px 2px 2px 1px;
    padding-left: 5px;
    margin-top: -1.6em;
    background-color: #f6f6f6;
    white-space: nowrap;
    font-weight: bold;
    color: #404060;
    text-align: left;
}
span.bb_code_lang:before {
    content: "Code: ";
}
div.bb_code_footer {
    margin: 5px -5px -5px -5px;
    padding: 4px;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #a9b8c2;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
a.buttonMenu img {
    width: 9px;
}
a.toolbarButton img {
    width: 16px;
}
a.toolbarButton img, a.buttonMenu img {
	height: 16px;
	cursor: default;
	margin-top: 0px;
	margin-left: 2px;
	border: 0 !important;
}
a.toolbarButton img:hover, a.buttonMenu img:hover {
	border: 1px solid #eeee00 !important;
	margin-left: 0px;
}
a.toolbarButton img:active, a.buttonMenu img:active {
	border: 1px solid #eeee00 !important;
	background-color: #eeee00;
	margin-left: 0px;
}
/*BBCODE*END*/

/*Rating top video styles START*/
#ratebar_video {
background-color:#fff;
border:1px solid #000;
padding:4px;
text-align:center;
width:460px;
}
.rateval_video {
background-color:#fff;
cursor:pointer;
float:left;
font-size:12px;
font-weight:bold;
padding:3px;
text-align:center;
}
/*Rating top video styles END*/
#smiles {
  display: block;
  overflow: auto;
  overflow-y: auto; 
  overflow-x: hidden; 
  width: 380px; 
  height: 150px; 
}