body
{
    font-size: 62.5%;
    margin: 0;
    padding: 0px;
    background: #fff;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}
html, body
{
    height: 100%;
}

/*---Global tags---*/
img
{
    border: 0;
}
form
{
    padding: 0;
    margin: 0;
}
a
{
    color: #2d92d3;
    text-decoration: underline;
    outline: 0;
}
a:hover
{
    text-decoration: none;
}

hr
{
    color: #ededed;
    background-color: #ededed;
    border: 0px none;
    height: 1px;
}
h1, h2, h3, h4
{
}
h1
{
}
h2
{
    font-size: 18px;
    font-weight: normal;
}
h2 a, h3 a
{
    color: #333;
}
h3
{
    font-weight: normal;
}
h4, h5
{
    font-size: 12px;
}
h6
{
    font-size: 11px;
}


p
{
    margin: 12px 0;
}
fieldset
{
    padding: 0;
    border: none;
    border: 0px solid #000;
    margin: 0;
}
table
{
    border-collapse: collapse;
}
textarea, input
{
    font-family: Tahoma;
}
big
{
    font-size: 1.1em;
}
small
{
    font-size: 0.9em;
}

.cleared
{
    clear: both;
    font-size: 0;
    height: 0;
    margin: 0;
    padding: 0;
}
.right
{
    float: right;
}
.left
{
    float: left;
}

.container
{
    font-size: 12px;
    width: 973px;
    padding: 16px 15px 0 16px;
    margin: 0 auto;
}
.container_big
{
    font-size: 12px;
    width: 1200px;
    padding: 16px 15px 0 16px;
    margin: 0 auto;
}
.header
{
    padding: 0 0 14px;
}
.logo
{
    margin: 0 0 5px;
}
.header img
{
    display: block;
}
.population
{
    height: 25px;
    background: url(images/small_frame.png) 0 0 no-repeat;
    color: #7f7f7f;
    padding: 12px 23px 0 18px;
    font-family: Arial;
}
.population a
{
    float: right;
    color: #7f7f7f;
    font-weight: bold;
}
.narrow_column
{
    width: 220px;
    float: left;
    margin: 0 0 0 0;
}
.right_column
{
    width: 220px;
    float: right;
    margin: 0 10px 0 0;
}
.wide_column h2
{
    color: #000;
    font-size: 26px;
    margin: 0 0 10px;
}
.narrow_column h2
{
    margin: 14px 6px 8px;
}
.wide_column
{
    width: 740px;
    float: right;
    margin-right:9px;
}

.main_menu
{
    padding: 0;
    margin: 5px 0 0;
    list-style: none;
    height: 37px;
    overflow: hidden;
    font-size: 16px;
    background: url(images/menu_bg.png) 0 0 no-repeat;
}
.main_menu li
{
    float: left;
    background: url(images/dvr.gif) 0 6px no-repeat;
    margin: 0 0 0 -2px;
}
.main_menu .option
{
    width: 90px;
    text-align:center;
}

.main_menu .active
{
    width: 88px; 
}

.main_menu .home
{
    width: 67px;
}

.main_menu .active a, .main_menu a:hover
{
    background: url(images/b10.png);
}
.main_menu a
{
    color: #fff;
    display: block;
    padding: 7px 22px 11px 18px;
    margin: 0 1px;
    text-align:center;
}
.main_menu .home a
{
    padding: 12px 27px 6px;
    height: 19px;
    display: block;
}

.content
{
    padding: 0 0 9px;
}
.content .narrow_column
{
    font-size: 11px;
}
.login
{
    background: url(images/login_bg.png) 0 100% no-repeat;
    padding: 0 0 10px;
}
.login_in
{
    background: url(images/login_bg.png) 0 0 no-repeat;
    padding: 10px 12px 0;
    padding-right:20px;
}
.login label
{
    font-size: 12px;
}
.input_text
{
    border: 1px #d5d5d5 solid;
    height: 18px;
    padding: 2px;
    margin: 2px 0 3px;
    width: 97%;
}
.login .pad
{
    padding: 9px 0 0;
}
.login .lab
{
    color: #666;
    font-size: 11px;
}
.chbox
{
    margin: 0 3px 0 0;
    vertical-align: middle;
}
.login a
{
    color: #8d8d8d;
}
.login a.right
{
    font-size: 10px;
}
.login .register
{
    font-size: 11px;
    font-weight: bold;
    vertical-align: middle;
}
.login .login_button
{
    margin: 0 10px 0 0;
}
.login_button
{
    background: url(images/button1.png) 0 0 no-repeat;
    padding: 0 0 0 5px;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}
.login_button:hover, #spnSocialModerationYes:hover, #spnSocialModerationNo:hover, #spnSocialModerationBlock:hover
{
    background: url(images/button1.png) 0 100% no-repeat;
}
.login_button span
{
    background: url(images/button1.png) 100% 0 no-repeat;
    padding: 2px 5px 4px 0;
    display: -moz-inline-box;
    display: inline-block;
    height: 18px;
}
.login_button:hover span, #spnSocialModerationYes:hover span, #spnSocialModerationNo:hover span, #spnSocialModerationBlock:hover span
{
    background: url(images/button1.png) 100% 100% no-repeat;
}
.login_button a
{
    padding: 2px 0;
    display: -moz-inline-box;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}
.login_button input
{
    border: 0;
    background: none;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    padding: 0;
    height: 18px;
}
.center_button
{
    display: block;
    width: 10%;
    margin: 0 auto;
}

.discussion
{
    background: url(images/discuss.png) 99% 3px no-repeat;
    padding: 0 17px 0 0;
}
.discuss_item
{
    margin: 0 0 12px;
    font-size: 11px;
    color: #666;
}
.discuss_item p
{
    margin: 0 0 5px;
}
.discuss_item h4
{
    margin: 4px 0 0;
}
.author_img
{
    float: left;
    width: 36px;
    margin: 1px 7px 0 0;
}
.author
{
    color: #666;
}
.discuss_excerpt
{
    float: left;
    width: 148px;
}
.bubble_block
{
    background: url(images/discuss_bg.png) 0 100% no-repeat;
    padding: 0 0 14px;
    margin: 0 0 -7px;
}
.bubble_block_in
{
    background: url(images/discuss_bg.png) 0 0 no-repeat;
    padding: 8px 8px 0;
}
.discuss_item .readmore
{
    margin: 0 0 0 50px;
}
.readmore
{
    font-size: 10px;
    color: #777;
    background: url(images/larr.gif) 100% 4px no-repeat;
    padding: 0 10px 0 0;
}

.frame_block
{
    background: url(images/frame.png) 0 0 no-repeat;
    padding: 8px 0 0;
    margin: 0px 0 18px;

}
.frame_block123
{
    background: url(images/frame.png) 0 0 no-repeat;
    padding: 8px 0 0;
    margin: -13px 0 10px;
}
.frame_block h3, .frame_block2 h3, .frame_block3 h3, .frame_block3_correct h3, .full_block h3
{
    margin: 0 0 8px;
    font-size: 18px;
}


.full_block h4
{
    margin: 0 0 6px;
    font-size: 14px;
}
.full_block img.right
{
    margin: 0 0 10px 13px;
}
.full_block img.left
{
    margin: 0 13px 10px 0;
}
.frame_block_in
{
    background: url(images/frame.png) 0 100% no-repeat;
    padding: 0 11px 10px;
}
.news_title a
{
    background: url(images/cup.png) 100% -1px no-repeat;
    padding: 0 24px 0 0;
}
.news_item
{
    padding: 0 0 5px;
    margin-top: -15px;
}
* + html .news_item
{
    padding: 0 0 5px;
    margin-top: 0px;
}

.blue_frame
{
    background: url(images/frame20.png) 0 0 no-repeat;
    padding: 6px 0 0;
    margin: 0 0 10px;
}
.blue_frame ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.blue_frame ul li
{
    padding: 0 0 4px;
}
.blue_frame_in
{
    background: url(images/frame20.png) 0 100% no-repeat;
    padding: 0 11px 6px;
}
.frame_block2
{
    background: url(images/frame21.png) 0 0 no-repeat;
    padding: 8px 0 0;
    margin: 0 0 10px;
    font-size: 11px;
}
.frame_block2_correct
{
	background: url(images/frame21_b.png) 0 0 no-repeat;
  padding: 8px 0 0;
  margin: 0 0 10px;
  font-size: 11px;
}
.frame_block2, .frame_block2_correct p
{
    margin: -1 0 5px;
}
.frame_block2 .frame_block_in
{
    background: url(images/frame21.png) 0 100% no-repeat;
}
.frame_block2_correct .frame_block_in
{
    background: url(images/frame21_b.png) 0 100% repeat-y;
    margin-top: -14px;
}
.frame_block2_correct .frame_block2_top {
	 background: url(images/frame21_top.png);
	 padding: 8px 0px 0px;
	 margin-bottom: 0px;
}
.frame_block2_correct .frame_block2_bot {
	background: url(images/frame21_bot.png);
	padding: 8px 0px 0px;
	margin: 0px 0px 0px 0px;
	margin-bottom: -6px;
}
.frame_block3
{
    background: url(images/frame3.png) 0 0 no-repeat;
    padding: 8px 0 0;
    margin: 0 0 10px;
}

.frame_block3_top
{
    background: url(images/frame3_top.png) 0 0 no-repeat;
    padding: 8px 0 0;
    margin-bottom: 0px;    
}

* + html .frame_block3_top
{
	margin-bottom: -15px;
}

.frame_block3_bot
{
    background: url(images/frame3_bot.png) 0 0 no-repeat;
    padding: 8px 0 0;
    margin: 0 0 10px;
}

.frame_block3_correct
{
    /*background: url(images/frame3.png) 0 0 no-repeat;*/
    padding: 8px 0 0;
    margin: 0 0 10px;
}

.frame_block3 .frame_block_in
{
    background: url(images/frame3.png) 0 100% no-repeat;
    padding: 0 11px 7px;
}

.frame_block3_correct .frame_block_in
{
    background: url(images/frame3_body.png) 0 100%;
    padding: 0 11px 8px;
    margin-top: -1px;
}

.people
{
    background: url(images/slides_bg.png) 0 100% no-repeat;
    padding: 0 0 8px;
    margin: 0 0 10px;
}
.people h2
{
    margin: 0 0 7px;
    font-size: 18px;
}
.people_in
{
    background: url(images/slides_bg.png) 0 0 no-repeat;
    padding: 8px 8px 0;
    position: relative;
}
.people_title a
{
    background: url(images/people.png) 100% 1px no-repeat;
    padding: 0 24px 0 0;
}
.person
{
    float: left;
    width: 123px;
    margin: 0 14px 0 0;
    font-size: 11px;
    text-align: center;
}
.person a
{
    font-weight: bold;
}
.image_holder
{
    position: relative;
    margin: 0 0 4px;
}
.image_holder a
{
    position: relative;
}
.image_holder img
{
    display: block;
}
.online
{
    position: absolute;
    right: 4px;
    bottom: 5px;
    display: -moz-inline-box;
    display: inline-block;
    background: url(images/online_bg.gif) 0 0 no-repeat;
    font-family: Arial;
    font-size: 9px;
    color: #000;
    width: 35px;
    height: 12px;
    text-align: center;
}
.mask
{
    background: url(images/mask.gif) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 123px;
    height: 123px;
}
.filter
{
    float: right;
    padding: 5px 0 0;
    font-size: 12px;
}
.filter a
{
    color: #666;
    margin: 0 0 0 10px;
}
.slides
{
    width: 671px;
    overflow: hidden;
    margin: 0 0 0 23px;
}
.slides_in
{
    width: 700px;
}
.people .prev, .people .next
{
    /*top: 90px;*/
    top: 40%;
}
.people .prev_nodisplay, .people .prev_relative, .people .next_nodisplay, .people .next_nodisplay
{
    /*top: 90px;*/
    padding-top: 90px;
}
.prev
{
    width: 8px;
    height: 11px;
    position: absolute;
    left: 12px;
    background: url(images/arrs.gif) 0 0 no-repeat;
    display: block;
}
.prev_nodisplay
{
    width: 8px;
    height: 11px;
    position: absolute;
    left: 12px;
    background: url(images/arrs.gif) 0 0 no-repeat;
}

.prev_relative
{
    width: 8px;
    height: 11px;
    background: url(images/arrs.gif) 0 0 no-repeat;
    position: relative;
}

.next
{
    width: 8px;
    height: 11px;
    position: absolute;
    right: 12px;
    background: url(images/arrs.gif) 0 100% no-repeat;
    display: block;
}
.next_nodisplay
{
    width: 8px;
    height: 11px;
    position: absolute;
    right: 12px;
    background: url(images/arrs.gif) 0 100% no-repeat;
}
.next_relative
{
    width: 8px;
    height: 11px;
    position: relative;
    background: url(images/arrs.gif) 0 100% no-repeat;
}
.slides ul, .slides li
{
    list-style: none;
    height: 155px;
}

.photos_slides ul, .photos_slides li
{
    list-style: none;
    height: 86px;
}

.photos_slides ul
{
    margin: 0px;
    padding-left: 0px;
}

.videos_slides ul, .videos_slides li
{
    list-style: none;
    height: 103px;
    padding-right:1px;
}

.videos_slides ul
{
    margin: 0px;
    padding-left: 0px;
}

.tape_slider
{
    height: 155px;
    width: 100%;
}
.photos_tape_slider
{
    height: 86px;
    width: 100%;
}

.videos_tape_slider
{
    height: 103px;
    width: 100%;
}

.tape_slider ul, .tape_slider li
{
    margin: 0;
    padding: 0;
}

.center_left
{
    background: url(images/center_left_bg.png) 0 0 no-repeat;
    width: 394px;
    padding: 6px 0 0;
    float: left;
    margin: 0 0 10px;
}
.center_left h2
{
    margin: 0 0 5px;
    font-size: 18px;
}
.center_left h3
{
    margin: 0 0 5px;
    font-size: 16px;
}
.center_left_in
{
    background: url(images/center_left_bg.png) 0 100% no-repeat;
    padding: 0 8px 10px 10px;
}
.group_item
{
    margin: 0 0 3px;
}
.group_item p
{
    margin: 0 0 6px;
}
.groups a
{
    background: url(images/groups.png) 100% 1px no-repeat;
    padding: 0 24px 0 0;
}
.music a
{
    background: url(images/music.png) 100% 1px no-repeat;
    padding: 0 29px 0 0;
}
.img_holder
{
    width: 86px;
    float: left;
    padding: 3px 0 0;
}
.txt_holder
{
    width: 290px;
    float: left;
}

.center_right
{
    background: url(images/center_right_bg.png) 0 0 no-repeat;
    width: 330px;
    padding: 6px 0 0;
    float: right;
    margin: 0 0 10px;
}
.center_right h2
{
    margin: 0 0 5px;
    font-size: 18px;
}
.center_right_in
{
    background: url(images/center_right_bg.png) 0 100% no-repeat;
    padding: 0 8px 6px 10px;
}
.song_list
{
    color: #535353;
    width: 100%; /*table-layout: fixed;*/
}
.song_list td
{
    padding: 0 7px 5px 0;
}
.groups_photo .song_list td
{
    padding: 0 3px 3px 0;
}
.track
{
    overflow: hidden;
    width: 223px;
}
.track span
{
    white-space: nowrap;
}
.song_list .time
{
    font-size: 11px;
    text-align: right;
    padding: 0 0 6px;
}
.play
{
    display: block;
    width: 30px;
    height: 23px;
    background: url(images/play.png) 0 0 no-repeat;
}
.pause
{
    display: block;
    width: 30px;
    height: 23px;
    background: url(images/play.png) 0 100% no-repeat;
}
.song_list .fade
{
    padding: 0 0 6px;
    width: 1px;
}
.song_list .fade i
{
    display: block;
    width: 28px;
    height: 23px;
    position: relative;
    left: -25px;
    background: url(images/fade.png) 0 0 no-repeat;
}
.volume
{
    height: 5px;
    width: 42px;
    background: url(images/vol.gif) 0 0 no-repeat;
    position: relative;
    margin: 2px 0 0;
}
.position
{
    height: 5px;
    width: 209px;
    background: url(images/position.gif) 0 0 no-repeat;
    position: relative;
    margin: 2px 0 0;
}
.progress
{
    position: absolute;
    height: 5px;
    top: 0;
    left: 0;
    background: url(images/position.gif) 0 100% no-repeat;
}
.slider
{
    position: absolute;
    top: 0;
    display: block;
    cursor: pointer;
}
.simple_list
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.simple_list li
{
    padding: 0 0 3px;
}

.full_block
{
    background: url(images/frame2_mid.png) repeat-y;
    margin: 0 0 10px;
}
.full_block_top
{
    background: url(images/frame2.png) 0 0 no-repeat;
    padding: 12px 0 0;
}
.full_block_bot
{
    background: url(images/frame2.png) 100% 100% no-repeat;
    padding: 2px 12px 12px 12px;
    position: relative;
}
.full_block h2
{
    margin: 0 0 6px;
    font-size: 18px;
}
.full_block .image_holder
{
    float: left;
    margin: 0 11px 0 0;
}
.videos .image_holder
{
    margin: 0 17px 0 0;
}
.videos_slides .image_holder
{
    margin-right: 13px;
}

.full_block .image_holder img
{
    display: block;
}
.photo a
{
    background: url(images/photo.png) 100% 2px no-repeat;
    padding: 0 29px 0 0;
}
.tl
{
    display: block;
    width: 3px;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/mask.gif) 0 0 no-repeat;
}
.bl
{
    display: block;
    width: 3px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(images/mask.gif) 0 100% no-repeat;
}
.tor
{
    display: block;
    width: 3px;
    height: 3px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/mask.gif) 100% 0 no-repeat;
}
.bor
{
    display: block;
    width: 3px;
    height: 3px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(images/mask.gif) 100% 100% no-repeat;
}
.person .tl
{
    background: url(images/mask1.gif) 0 0 no-repeat;
}
.person .bl
{
    background: url(images/mask1.gif) 0 100% no-repeat;
}
.person .tor
{
    background: url(images/mask1.gif) 100% 0 no-repeat;
}
.person .bor
{
    background: url(images/mask1.gif) 100% 100% no-repeat;
}
.play_button
{
    display: block;
    width: 30px;
    height: 23px;
    margin: -12px 0 0 -15px;
    position: absolute !important;
    top: 50%;
    left: 50%;
    background: url(images/play2.png) 0 0 no-repeat;
}
.full_block .next, .full_block .prev
{
    /*top: 65px;*/
    top: 40%;
}

.photos_slides .next_nodisplay, .photos_slides .next_relative, .photos_slides .next_nodisplay a, .photos_slides .prev_nodisplay, .photos_slides .prev_relative, .photos_slides .prev_nodisplay a
{
    /*top: 65px;*/
    top: 50%;
}

.white_button
{
    background: url(images/white_button.png) 0 0 no-repeat;
    padding: 0 0 0 5px;
    color: #999;
    font-size: 10px;
    text-decoration: none;
    display: -moz-inline-box;
    display: inline-block;
}
.white_button span
{
    background: url(images/white_button.png) 100% 0 no-repeat;
    padding: 1px 15px 4px 11px;
    display: -moz-inline-box;
    display: inline-block;
}
.user_pic
{
    float: left;
    margin: 0 8px 0 0;
}
.separate
{
    padding: 0 0 7px;
}
.my_page
{
    height: 350px;
    padding: 10px 10px 10px 30px;
    background: url(images/login_bg.png) 0 0 no-repeat;
    margin: 0 0 10px;
    position: relative;
}
.bamboo
{
    background: url(images/bamboo.png) 0 0 no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 59px;
}
.my_page h4
{
    margin: 5px 0 8px;
}
.my_page ul
{
    list-style: none;
    margin: 0;
    padding: 0 0 7px;
    font-size: 12px;
    color: #444;
    margin-top : 20px;
}
.my_page li
{
    padding: 0 0 8px;
    font-weight: bold;
}
.my_page ul a
{
    color: #444;
    font-weight: normal;
}
.social
{
    color: #828282;
    font-size: 11px;
}
.info
{
    color: #666;
    text-align: center;
}
.question
{
    position: absolute;
    bottom: 7px;
    left: 5px;
    display: block;
    width: 14px;
    height: 14px;
    background: url(images/ques.gif) 0 0 no-repeat;
    z-index: 1000;
}
.number
{
    font-size: 10px;
    display: -moz-inline-box;
    display: inline-block;
    background: url(images/count.png) 0 0 no-repeat;
    padding: 0 0 0 3px;
    color: #fff;
    line-height: 1em;
    margin: 0 0 0 9px;
}
.number b
{
    display: -moz-inline-box;
    display: inline-block;
    background: url(images/count.png) 100% 0 no-repeat;
    padding: 0 3px 2px 0;
}

.number_orange
{
    font-size: 10px;
    display: -moz-inline-box;
    display: inline-block;
    background: url(images/count_orange.png) 0 0 no-repeat;
    padding: 0 0 0 3px;
    color: #fff;
    line-height: 1em;
    margin: 0 0 0 9px;
}
.number_orange b
{
    display: -moz-inline-box;
    display: inline-block;
    background: url(images/count_orange.png) 100% 0 no-repeat;
    padding: 0 3px 2px 0;
}

.user_column
{
    width: 200px;
    float: left;
    margin: 0 10px 0 0;
}

.user_content
{
    width: 523px;
    float: right;
}
.full_pic
{
    position: relative;
    margin: 0 0 10px;
}
.full_pic img
{
    display: block;
}

.small_user
{
    width: 53px;
    margin: 0 8px 0 0;
    text-align: center;
    color: #999;
    font-size: 10px;
    float: left;
}
.small_user a
{
    font-size: 11px;
}
.holder
{
    width: 185px;
}
.over
{
    width: 178px;
    overflow: hidden;
}
.orange
{
    color: #e99606;
}
.gray
{
    color: #999;
}
small.gray
{
    font-size: 11px;
}
.single_album
{
    overflow: hidden;
    margin: 0 0 10px;
    font-size: 12px;
}
.album
{
    background: url(images/album_bg.png) 0 0 no-repeat;
    padding: 0 2px 3px 0;
    width: 75px;
    height: 75px;
    float: left;
    margin: 0 9px 0 0;
    position: relative;
}
.count
{
    display: block;
    background: url(images/ora_bg.gif) repeat-x;
    position: absolute;
    right: 0;
    top: 52px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    padding: 0 2px 1px;
    line-height: 1em;
}
.album .tl, .wider .image_holder .tl
{
    background: url(images/corners.png) 0 0 no-repeat;
}
.album .bl, .wider .image_holder .bl
{
    background: url(images/corners.png) 0 100% no-repeat;
}
.album .tor, .wider .image_holder .tor
{
    background: url(images/corners.png) 100% 0 no-repeat;
}
.album .bor, .wider .image_holder .bor
{
    background: url(images/corners.png) 100% 100% no-repeat;
}

.user_name
{
    font-size: 16px;
    color: #000;
    padding: 0 0 10px 13px;
}
.user_name strong
{
    font-size: 20px;
}
.user_name small
{
    font-size: 12px;
    color: #666;
}
.stronger
{
    font-weight: bold;
}
.about
{
}
.about td
{
    padding: 0 15px 5px 0;
}

.gifts
{
    text-align: center;
    padding: 10px 0;
}
.news_roll
{
    width: 100%;
}
.news_roll td
{
    padding: 0;
    vertical-align: top;
}
.news_roll p
{
    margin: 0 0 5px;
}

.div_news_roll
{
    width: auto;
}
.div_news_roll table
{
}
.div_news_roll td
{
    padding: 0;
    vertical-align: top;
}
.div_news_roll p
{
    margin: 0 0 5px;
}

.date
{
    text-align: right;
    font-size: 11px;
    padding: 0 0 0 12px;
    color: #999;
}
.photo_holder
{
    padding: 4px 0 8px;
}
.photo_holder img
{
    margin: 0 4px 4px 0;
}
.photo_comments
{
    width: 100%;
    margin: 4px 0;
}

.photo_comments td
{
    vertical-align: top;
    padding: 0 10px 0 0;
}
.photo_comments .commenter
{
    font-size: 11px;
    border-left: 1px #e5e5e5 solid;
    padding: 0 5px 0 7px;
}
.smaller_font
{
    font-size: 11px;
}

.wall
{
    width: 100%;
    margin: 0 0 5px;
}
.wall td
{
    vertical-align: top;
    padding: 0 10px 10px 0;
}
.wall .delete
{
    padding: 0;
    font-size: 10px;
}
.wall .delete a
{
    color: #666;
}
.wall p
{
    margin: 5px 0;
}
.txt
{
    margin: 8px 0 5px;
    width: 497px;
    height: 116px;
    border: 1px #d9d9d9 solid;
}
.smiles
{
    display: block;
    width: 35px;
    height: 16px;
    background: url(images/smiles.png) 0 0 no-repeat;
    cursor: pointer;
}
.pages
{
    padding: 17px 0 10px;
}
.pages a, .pages b
{
    margin: 0 4px 0 0;
}

.breadcrumbs
{
    color: #999;
    padding: 0 0 8px;
    font-size: 11px;
}
.breadcrumbs a
{
    color: #999;
}
.settings
{
}
.settings .heading
{
    margin: 0;
}
.heading
{
    height: 34px;
    background: url(images/top.png) 0 0 no-repeat;
    position: relative;
    margin: 0 0 19px;
}
.tl_corner
{
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/tl.gif) 0 0 no-repeat;
    width: 2px;
    height: 2px;
}
.heading ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.heading li
{
    float: left;
    border-right: 1px #e3dfdb solid;
}
.heading li span
{
    padding: 10px 14px;
    display: block;
}
.heading a
{
    color: #666;
}
.heading .active
{
    color: #fff;
    font-weight: bold;
    background: url(images/active.png) 0 0 no-repeat;
    padding-left: 1px;
    position: relative;
}
.heading .active a
{
    color: #fff;
    text-decoration: none;
}
.heading .active .tri
{
    position: absolute;
    display: block;
    width: 7px;
    height: 5px;
    background: url(images/tri.gif) 0 0 no-repeat;
    bottom: -4px;
    left: 50%;
    margin-left: -3px;
    padding: 0;
}
.heading .active span
{
    background: url(images/active.png) 100% 0 no-repeat;
}
.f_block
{
    background: url(images/borders.gif) 0 0 repeat-y;
}
.f_block_in
{
    background: url(images/bottom.png) 0 100% no-repeat;
    padding: 17px 13px 15px;
}
.photos_list
{
    width: 480px;
}
.photos_list td
{
    padding: 0 14px 2px 0;
}
.photos_list .options
{
    border-top: 1px #e5e5e5 solid;
    font-size: 11px;
    vertical-align: top;
    padding: 10px 14px 8px 0;
}
.photos_list .image_holder
{
    width: 86px;
    margin: 0 0 10px;
}

.subscribe
{
    background: url(images/gray_bg.png) 0 0 no-repeat;
    padding: 8px 0 0;
    width: 173px;
    color: #666;
    margin: 0 0 15px 15px;
    float: right;
}
.subscribe ul
{
    list-style: none;
    margin: 0;
    padding: 10px 0 0;
    color: #333;
}
.subscribe li
{
    padding: 0 0 5px;
    font-size: 11px;
}
.subscribe input
{
    margin: 0 7px 0 0;
    vertical-align: middle;
}
.subscribe label
{
    vertical-align: middle;
}
.subscribe_in
{
    background: url(images/gray_bg.png) 0 100% no-repeat;
    padding: 0 10px 8px;
}

.filter_block
{
    background: url(images/filter_bg.png) 0 0 no-repeat;
    padding: 8px 0 0;
    color: #666;
    margin: 0 0 18px;
}
.filter_block input
{
    border: 1px #d0d0d0 solid;
    width: 450px;
}
.filter_block_in
{
    background: url(images/filter_bg.png) 0 100% no-repeat;
    padding: 0 8px 8px;
}
.friends_holder
{
    width: 467px;
    padding: 0 20px 0 0;
    float: left;
    border-right: 1px #e5e5e5 solid;
}

.groups_holder
{
    width: 460px;
    padding: 0 20px 0 0;
    float: left;
}
.table_mod
{
    font-size: 11px;
    width: 100%;
}
.remove
{
    font-size: 10px;
    padding: 0 0 15px !important;
}
.remove a
{
    color: #999;
}
.table_mod .options
{
    border-top: 1px #e5e5e5 solid;
    font-size: 10px;
    vertical-align: top;
    padding: 4px 14px 8px 0;
}
.table_mod .options a
{
    margin: 0 5px 0 0;
}
.table_mod td
{
    vertical-align: top;
    padding: 0;
}
.table_mod h4
{
    margin: 0 0 2px;
    font-size: 14px;
}
.table_mod .image_holder
{
    margin: 5px 10px 10px 0;
    width: 53px;
}
.extra_block
{
    padding: 0 0 0 9px;
    width: 211px;
    float: left;
    font-size: 11px;
}
.extra_block small
{
    font-size: 11px;
}
.extra_block h5
{
    font-size: 11px;
    color: #666;
    margin: 5px 0 10px;
}
.friends_news_item
{
    padding: 0 0 8px;
}
.friends_news_item p
{
    margin: 0 0 2px;
}
.table_mod .online
{
    right: 1px;
    bottom: 1px;
}

.messages
{
    font-size: 10px;
}
.new_messages
{
    font-weight: bold;
    color: #e99606;
}

.all_groups td
{
    padding: 0 10px 13px 0;
    line-height: 15px;
}
.all_groups h4
{
    margin: 0 0 7px;
}
.search_block
{
    width: 228px;
    color: #666;
    float:right;
}
.search_block h5
{
    font-size: 12px;
    margin: 5px 0 14px;
}
.extra_search
{
    background: url(images/extra.png) 0 0 no-repeat;
    padding: 10px 0 0;
    margin: 13px 0;
}
.extra_search .login_button
{
    margin: 7px 0 0;
}
.extra_search select
{
    width: 205px;
    color: #666;
    margin: 7px 0 0;
}
.extra_search_in
{
    background: url(images/extra.png) 0 100% no-repeat;
    padding: 0 10px 10px;
}
.param
{
    padding: 0 0 8px;
}
.param .inp
{
    margin: 5px 0 0;
    width: 201px;
}
.param .chb
{
    margin: 0 5px 0 0;
    vertical-align: middle;
    width: auto;
}
.param label
{
    vertical-align: middle;
}
.sml
{
    font-size: 11px;
    color: #333;
    line-height: 18px;
}

.single_item
{
    font-size: 11px;
    padding: 0 0 11px;
}
.single_item h4, .discussion_item h4
{
    font-size: 14px;
    margin: 0;
}
.single_item p, .discussion_item p
{
    margin: 0 0 5px;
}
.readmore2
{
    font-size: 11px;
    color: #333;
    background: url(images/larr.gif) 100% -10px no-repeat;
    padding: 0 10px 0 0;
    display: -moz-inline-box;
    display: inline-block;
    margin: 0 0 3px;
}
.pictures
{
    width: 100%;
    overflow: hidden;
}
.pictures .image_holder
{
    margin: 0 0 5px;
}
.pictures_in
{
    width: 520px;
}
.single_picture
{
    float: left;
    margin: 0 17px 4px 0;
    width: 86px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
}
.videos_holder .image_holder
{
    width: 155px;
    float: left;
    margin: 0 16px 4px 0;
}

.discussion_item
{
    font-size: 11px;
    border-top: 1px #e5e5e5 solid;
    margin: -1px 0 0;
    padding: 12px 0 14px;
}
.overfl
{
    overflow: hidden;
    margin: -10px 0 0;
}

* + html .overfl
{
    width: 100%; /*margin-top: -35px; */
}
.pure_overflow
{
    overflow: hidden;
}
.ava_holder
{
    float: left;
    width: 53px;
    margin: 0 10px 4px 0;
}

.groups_photo
{
    font-size: 11px;
    width: 482px;
    float: left;
}
.groups_photo .album
{
    margin: 0;
    float: none;
}
.groups_photo table
{
    width: 100%;
}
.groups_photo td
{
    vertical-align: top;
    padding: 0 10px 12px 0;
    line-height: 15px;
}
.groups_photo h4
{
    margin: 0 0 5px;
    font-size: 14px;
}
.extra2
{
    width: 228px;
    float: right;
}
.gray_block
{
    background: url(images/extra.png) 0 0 no-repeat;
    padding: 10px 0 0;
    margin: 13px 0 0;
    font-size: 11px;
}
.gray_block h4
{
    margin: 0 0 5px;
    color: #666;
}
.gray_block h5
{
    margin: 0 0 3px;
    font-size: 11px;
}
.gray_block h6
{
    margin: 0 0 12px;
    font-size: 12px;
    color: #666;
}
.gray_block p
{
    margin: 0 0 5px;
}
.gray_block label
{
    font-size: 12px;
    color: #666;
}
.gray_block select
{
    width: 147px;
}
.gray_block .inp
{
    margin: 5px 0 12px;
}
.gray_block .simple_list a
{
    color: #666;
}
.gray_block_in
{
    background: url(images/extra.png) 0 100% no-repeat;
    padding: 1px 10px 10px;
}
.single_comment
{
    border-top: 1px #e5e5e5 solid;
    margin: -1px 0 0;
    padding: 8px 0 6px;
}

.wider
{
    color: #666;
}
.wider .image_holder
{
    margin: 5px 10px 10px 0;
    width: 75px;
}
.wider .online
{
    right: 3px;
    bottom: 2px;
}

.wider .number, .wider .number_orange
{
    position: absolute;
    right: 3px;
    bottom: 2px;
}

.wider .number_orange
{
    right: 0px;
    bottom: 8px;
}

.pos_button, .neg_button
{
    background: url(images/button.png) 0 0 no-repeat;
    padding: 0 0 0 15px;
    display: -moz-inline-box;
    display: inline-block;
    text-decoration: none;
    font-size: 10px;
    margin: 0 15px 0 0;
    color: #999;
}
.pos_button span, .neg_button span
{
    background: url(images/button.png) 100% 0 no-repeat;
    padding: 1px 15px 4px 0;
    display: -moz-inline-box;
    display: inline-block;
    cursor: pointer;
}
.pos_button:hover
{
    background: url(images/button.png) 0 -28px no-repeat;
    color: #fff;
}
.pos_button:hover span
{
    background: url(images/button.png) 100% -28px no-repeat;
    color: #fff;
}
.neg_button:hover
{
    background: url(images/button.png) 0 -56px no-repeat;
    color: #999;
}
.neg_button:hover span
{
    background: url(images/button.png) 100% -56px no-repeat;
    color: #999;
}

.user_block
{
}
.user_block .online
{
    bottom: 1px;
    right: 1px;
}
.user_block .name_holder
{
    width: 247px;
    float: left;
    color: #666;
    font-size: 11px;
    line-height: 15px;
}
.user_block .name_holder h4
{
    margin: 0 0 3px;
}
.user_block .sub_block
{
    width: 137px;
    float: left;
}
.user_block .sub_block
{
    font-size: 10px;
}
.user_block .sub_block a
{
    color: #999;
}
.scroll_pane_holder
{
    padding: 4px 5px 4px 13px;
    border-top: 1px #e0e0e0 solid;
    border-bottom: 1px #e0e0e0 solid;
    margin: 10px -11px;
}
.scroll_pane
{
    height: 285px;
}

.message
{
    font-size: 11px;
    border-bottom: 1px #f2f2f2 solid;
    padding: 10px 0;
}
.message p
{
    margin: 2px 0;
}
.message a
{
    color: #666;
}
.hilight
{
    color: #5a89a7;
}
.hilight a
{
    color: #2d92d3;
}
.unread
{
    font-size: 10px;
    color: #666;
    padding: 0 0 0 10px;
}
.reply_form
{
    width: 500px;
    padding: 1px 30px 0 0;
    float: left;
    margin: 12px 0px 0 0;
}
.reply_form .txt
{
    width: 99.6%;
}
.whosonline
{
    font-size: 11px;
    color: #999;
    float: left;
    width: 170px;
    margin: 12px 0 0;
}
.whosonline ul
{
    padding: 6px 0 0;
}
.whosonline li
{
    padding: 0 0 5px;
}
.whosonline .online
{
    position: static;
    margin: 0 0 0 7px;
}

.single_video
{
    line-height: 14px;
    color: #979797;
    padding: 0 0 13px;
}
.single_video p
{
    margin: 4px 0 0;
}
.video_description
{
    float: left;
    width: 229px;
    padding: 0 12px 0 0;
    color: #333;
    line-height: 16px;
}
.video_description p
{
    margin: 0;
}
.extra_links
{
    float: left;
    width: 90px;
}
.extra_links ul
{
    list-style: none;
    margin: 0;
    padding: 3px 0 0;
}
.extra_links ul a
{
    color: #999;
}
.player_holder
{
    width: 485px;
    height: 292px;
    margin: 0 0 14px;
}
.video_links
{
    float: right;
}
.video_links a
{
    margin: 0 9px 0 0;
}
.sub_video
{
    font-size: 11px;
    padding: 0 0 3px;
}
.bordered
{
    border-right: 1px #e5e5e5 solid;
    padding: 0 7px 0 0;
}
.author_block
{
    background: url(images/fade2.jpg) 0 0 no-repeat;
    min-height: 73px;
    padding: 5px 9px 9px;
    margin: 0 0 10px -9px;
}
.right_column h5
{
    font-size: 12px;
    margin: 12px 0 3px;
    color: #666;
}
.author_block h5
{
    margin: 0 0 5px;
}
.right_column p
{
    margin: 0 0 10px;
}
.similar_videos
{
    padding: 10px 0;
}
.similar
{
    padding: 0 0 11px;
}
.similar .image_holder
{
    margin: 0 9px 0 0;
}
.similar h6
{
    margin: 0 0 2px;
}

.small_input
{
    width: 67px !important;
}
.site_news img
{
    margin: 8px 0;
}
.site_news h4
{
    margin: 6px 0 0;
}
.sub_links
{
    float: right;
}
.sub_links a
{
    color: #999;
}

.comments
{
    padding: 15px 0 0;
    width: 485px;
}
.comments .txt
{
    width: 99.7%;
}
.comment_body
{
    width: 370px;
    float: left;
}

.comment_body_e
{
    float: left;
}

.comment_body, .comment_body_e p
{
    margin: 3px 0 1px;
}
.comment_item .right
{
    font-size: 10px;
    color: #666;
}
.comment_item
{
    padding: 0 0 10px;
}
.comment_item .comment_item
{
    padding: 10px 0 0 20px;
}
.comment_item .reply
{
    font-size: 10px;
    color: #999;
}
.comment_item .image_holder
{
    width: 53px;
    padding: 3px 0 0;
}

.form_table
{
    width: 100%;
}
.form_table .chbox
{
    margin: 4px 4px 4px 0;
}
.form_table .rad
{
    margin: 4px 4px 4px 0;
}
.form_table .inp
{
    border: 1px #ccc solid;
}
.form_table td
{
    vertical-align: top;
    padding: 0 15px 10px 0;
}
.form_table select
{
    margin: 0 5px 0 0;
}
.form_table textarea
{
    border: 1px #ccc solid;
    margin: 7px 0;
}
.form_table label
{
    vertical-align: middle;
}
.form_table input
{
    vertical-align: middle;
}
.error
{
    color: #d12222;
    font-size: 11px;
}

.single_photo
{
    padding: 0 22px 12px 0;
    float: left;
}
.single_photo .simple_list
{
    font-size: 10px;
    margin: -2px 0 0;
}
.single_photo .simple_list li
{
    padding: 0;
}
.single_photo .simple_list a
{
    color: #999;
}
.single_photo .image_holder
{
    float: none;
    width: 86px;
    margin: 0 0 4px;
}
.turn_left, .turn_right
{
    display: -moz-inline-box;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 2px 0 0;
}
.turn_left
{
    background: url(images/sides.gif) 0 0 no-repeat;
}
.turn_right
{
    background: url(images/sides.gif) 100% 0 no-repeat;
}
.best_photo
{
    width: 470px;
    float: left;
    margin-left: 25px;
    margin-right: -17px;
}

.slides_holder
{
    position: relative;
    border-bottom: 1px #e5e5e5 solid;
    padding: 0 0 13px;
    margin: 0 -12px 13px;
}
.slides_holder .slides
{
    margin: 0 0 0 30px;
}
.slides_holder .prev
{
    /*top: 40px;*/
    top: 40%;
}
.slides_holder .next
{
    /*top: 40px;*/
    top: 40%;
}
.full_image
{
    width: 672px;
    margin: 0 auto;
    position: relative;
    border-bottom: 1px #e5e5e5 solid;
    padding: 0 0 12px;
    color: #666;
    font-size: 11px;
}
.full_image img
{
    margin: 0 0 10px;
}
.full_image .gray
{
    color: #666;
}
.full_image .prev
{
    width: 15px;
    height: 25px;
    background: url(images/arrs2.gif) 0 0 no-repeat;
    left: -22px; /*top: 209px;*/
}
.full_image .next
{
    width: 15px;
    height: 25px;
    background: url(images/arrs2.gif) 100% 0 no-repeat;
    right: -22px; /*top: 209px;*/
}
.img_name
{
    font-size: 12px;
    font-weight: bold;
    color: #333;
}
.in_right
{
    float: right;
    padding: 0 0 0 66px;
}
.b_frame
{
    display: block;
    width: 86px;
    height: 86px;
    background: url(images/b_frame.png) 0 0 no-repeat;
    position: absolute !important;
    top: 0;
    left: 0;
}

.footer
{
    border-top: 1px #d9d9d9 solid;
    padding: 10px 0;
    position: relative;
    margin-right:9px;
}
.sub_menu
{
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 227px;
    top: 10px;
}
.sub_menu li
{
    margin: 0 11px 0 0;
    float: left;
}
.language
{
    position: absolute;
    right: 0;
    top: 7px;
    /*width: 112px;*/
    height: 17px;
    padding: 2px 0 0 10px;
    /*background: url(images/lang_bg.png) 0 0 no-repeat;*/
}
.language a
{
    font-weight: bold;
    color: #787878;
    text-decoration: none;
    font-size: 11px;
}

/* Float Properties*/
.clearfloat:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfloat
{
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfloat
{
    height: 1%;
}
* + html .clearfloat
{
    height: 1%;
}
.clearfloat
{
    display: block;
}

.nocolumns
{
    vertical-align: middle;
    padding-top: 150px;
    text-align: center;
}
.nocolumns_content
{
    border-bottom: solid 1px #E5E5E5;
    border-top: solid 1px #E5E5E5;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 50%;
    margin-left: 25%;
    font-family: Tahoma;
    font-size: 10pt;
}
* + html .nocolumns_content
{
    margin-left: 0%;
}

/*Smiles*/
.smiles_container
{
    visibility: hidden;
    width: 350px;
    display: none;
}

.smiles_block
{
    margin-left: 42px;
    width: 350px;
}
* + html .smiles_block
{
    margin-left: 34px;
}

.smiles_border_top
{
    background: url(images/smiles/border_top.png) 0 0 no-repeat;
    padding: 5px 0 0;
}

.smiles_border_bot
{
    background: url(images/smiles/border_bot.png) 0 0 no-repeat;
    padding: 0 0 5px;
}

.smiles_body
{
    background: url(images/smiles/smiles_b.png) 0 0 repeat;
}

* + html .smiles_body
{
    margin-top: -15px;
}

/*Bamboo helper*/

.bamh_ques
{
    background: url(images/bamboo_helper/ques.png) 0 0 no-repeat;
    position: absolute;
    bottom: 7px;
    left: 5px;
    display: block;
    width: 14px;
    height: 14px;
    z-index: 1001;
    display: none;
}

.bamh_ls
{
    background: url(images/bamboo_helper/bamboo_ls.png) 0 0 no-repeat;
}
.bamh_ms
{
    background: url(images/bamboo_helper/bamboo_ms.png) 0 0 repeat-x;
    width: 380px;
    height: 81px;
    vertical-align: middle;
}
.bamh_rs
{
    background: url(images/bamboo_helper/bamboo_rs.png) 0 0 no-repeat;
    width: 4px;
    height: 81px;
}

/*AlterBamboo Design*/
div.topBambooHint, div.botBambooHint
{
    background: url(images/bamboo_helper/top_bamboohint.png) 0 0 no-repeat;
    width: 389px;
    height: 4px;
}

div.midBambooHint
{
    border-right: solid 1px #7aaf56;
    border-left: solid 1px #7aaf56;
    background-color: #f3fcec;
    width: 377px;
    position: relative;
    min-height: 50px;
    text-align: justify;
    padding: 0px 5px 0px 5px;
}

/*
@media all and (-webkit-min-device-pixel-ratio:10000),not all and (-webkit-min-device-pixel-ratio:0) {  div.midBambooHint
{
    position: inherit;
}}*/

div.botBambooHint
{
    background: url(images/bamboo_helper/bot_bamboohint.png) 0 0 no-repeat;
}
div.leftTextureBambooHint
{
    background: url(images/bamboo_helper/leftTexture_bamboohint.png) 0 0 no-repeat;
    position: absolute;
    top: 10px;
    left: -9px;
    width: 10px;
    height: 13px;
}
/*
@media all and (-webkit-min-device-pixel-ratio:10000),not all and (-webkit-min-device-pixel-ratio:0) {  div.leftTextureBambooHint
{
    position: inherit;
    float: left;
    margin: 0px 0 0 0px;
    width: 9px;
    
}}
*/

/*Gifts*/
.myGifts_tableContainer
{
    width: 100%;
    border-top: solid 2px #FFFFFF;
}

.myGifts_trContainer
{}

.myGifts_trContainer div
{
    height: 1px;
    border-bottom: solid 1px #D9D9D9;
}

.myGifts_tdText
{
    padding-left: 20px;
    padding-right: 25px;
    text-align: justify;
    vertical-align: middle;
}

.myGifts_tdUserInfo
{
    vertical-align: middle;
    width: 210px;
}

.myGifts_divUserInfo
{
    border-left: solid 1px #D9D9D9;
    padding-left: 7px;
}

.myGifts_divUserInfo td
{
    padding-right: 5px;    
}

.giftsExch_div
{
    margin-left: 20px;
}

.giftsExch_table
{
    width: 100%;
}

.giftsExch_cbxtd
{
    width: 20px;
}

.giftsExch_text
{
    vertical-align: top;
    padding-top: 3px;
    width: 2000px;
}

.giftSend_chooseTable
{
    width: 100%;
    border-top: 4px solid #FFFFFF;
}

.giftSend_textTr
{
    border-top: solid 1px #D9D9D9;
}

.giftSend_textTr td
{
    padding-top: 10px;
    text-align: left;
}

.giftSend_imgTr
{
}

.giftSend_imgTr td
{
    padding-top: 5px;
    padding-bottom: 10px;
}

.giftSend_imgTr a
{
    color: #000000;
}

.giftsOfFriendsArr
{
    padding-left: 17px; 
    padding-bottom: 4px;
}

* + html .giftsOfFriendsArr
{
     padding-top: 5px; 
     padding-bottom: 5px;
}


.close_cross
{
    width: 11px;
    height: 11px;
    background-repeat: no-repeat;
    background-image: url(images/close_cross.jpg);
}
.m_content
{
    padding: 5px;
    background-color: #eeeeee;
}

.m_border_l
{
    width: 3px;
    background-color: #aaaaaa;
}

.m_border_r
{
    width: 3px;
    background-color: #aaaaaa;
}

.m_border_t
{
    height: 3px;
    background-color: #aaaaaa;
}

.m_border_b
{
    height: 3px;
    background-color: #aaaaaa;
}

.m_ltc, .m_rtc, .m_lbc, .m_rbc
{
    width: 3px;
    height: 3px;
    background-color: transparent;
}

.m_ltc
{
    background-image: url(images/m_ltc.png);
}

.m_rtc
{
    background-image: url(images/m_rtc.png);
}

.m_lbc
{
    background-image: url(images/m_lbc.png);
}

.m_rbc
{
    background-image: url(images/m_rbc.png);
}

.a_lbl
{
    margin: 0px;
    margin-left: 10px;
    color: #666666;
    font-size: 12px;
}

.a_lbl_active
{
    text-decoration: underline;
    cursor: pointer;
}

.a_lbl:hover
{
    text-decoration: none;
}

.div_for_flash
{
    padding-bottom: 5px;
}
/*Gift Control UserPage*/
div.topGiftHint, div.botGiftHint
{
    background: url(images/gift_helper/top_gifthint.png) 0 0 no-repeat;
    width: 214px;
    height: 4px;
}

div.midGiftHint
{
    border-right: solid 1px #d4a865;
    border-left: solid 1px #d4a865;
    background-color: #fcf9f5;
    width: 212px;
    position: relative;
    min-height: 50px;
}

@media all and (-webkit-min-device-pixel-ratio:10000),not all and (-webkit-min-device-pixel-ratio:0) {  div.midGiftHint
{
    position: inherit;
}}

div.botGiftHint
{
    background: url(images/gift_helper/bot_gifthint.png) 0 0 no-repeat;
}
div.leftTextureGiftHint
{
    background: url(images/gift_helper/leftTexture_GiftHint.png) 0 0 no-repeat;
    position: absolute;
    top: 10px;
    left: -9px;
    width: 10px;
    height: 13px;
}
@media all and (-webkit-min-device-pixel-ratio:10000),not all and (-webkit-min-device-pixel-ratio:0) {  div.leftTextureGiftHint
{
    position: inherit;
    float: left;
    margin: 20px 0 0 -9px;
    width: 9px;
    
}}

table.GiftSenderShortInfo
{
    width: 100%;
}

table.GiftSenderShortInfo td.tdPhoto
{
    width: 57px; 
    padding-left: 4px; 
    padding-top: 2px
}

table.GiftSenderShortInfo td.tdText
{
}

/*Cool tooltips*/
a.tt
{
    position: relative; z-index:24;
    text-decoration: none;
}
a.tt span
{
    display: none;
}
a.tt img
{
    /*z-index: -1000;*/
}

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover
{
    z-index: 25;
    color: #aaaaff;
    background: #FFF;
}
a.tt:hover span.tooltip
{
    display: block;
    position: absolute;
    top: -50px;
    left: 60px;
    padding: 15px 0 0 0;
    width: 141px;
    height: 250px;
    color: #993300;
    text-align: center; /* filter: alpha(opacity:90);  KHTMLOpacity: 0.90;  MozOpacity: 0.90;  opacity: 0.90;*/
    
}

@media all and (-webkit-min-device-pixel-ratio:10000),not all and (-webkit-min-device-pixel-ratio:0) {  a.tt:hover span.tooltip
{
    top: 10px;    
}}

a.tt:hover span.middle
{
    /* different middle bg for stretch */
    display: block;
    height: 25px;
    color: Black;
}
a.tt:hover span.bottom
{
    display: block;
    padding: 3px 8px 10px;
    color: #548912;
}


div.ttitem
{
    color: #3e3f3e;
    padding: 6px;
    font-size: 12px;
    font-style: normal;
    text-shadow: 1px 1px 2px #FFF;
}

/*User photo comments*/
/*Common table*/
table.tableUserPhotoComments
{
    
}
table.tableUserPhotoComments col.photo
{
    width: 75px;   
}

table.tableUserPhotoComments col.title
{
    width: 445px;
}

table.tableUserPhotoComments col.userphoto
{
    width: 53px;
}

table.tableUserPhotoComments col.info
{
    width: 160px;
}

table.tableUserPhotoComments div.title
{
    width: 445px;    
    overflow:hidden;
}

/*Table for control*/
table.tableUserPhotoCommentsCtl
{
    
}
table.tableUserPhotoCommentsCtl col.photo
{
    width: 75px;   
}

table.tableUserPhotoCommentsCtl col.title
{
    width: 240px;
}

table.tableUserPhotoCommentsCtl col.userphoto
{
    width: 53px;
}

table.tableUserPhotoCommentsCtl col.info
{
    width: 150px;
}

table.tableUserPhotoCommentsCtl div.title
{
    width: 240px;    
    overflow:hidden;
}

.h_separator {
 width: 100%;
 margin-bottom: 5px;
 height:2px;
 background-color:#EEEEEE;
}

.bgr_btn
{
	float: left;
	margin-right: 5px;	
	height:24px;
	overflow:hidden;
}

.bgr_btn div
{
	margin: 0px;
	height: 24px;
	float: left;
	vertical-align: middle;
}

.bgr_btn a
{
	text-decoration: none;
	color: #FFFFFF;
}

.bgr_btn .bgr_btn_center
{
	background-image: url(images/b_center.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	font-size: 12px;
	font-weight: bold;
	padding-left: 3px;
	vertical-align: middle;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
}

.bgr_btn_left
{
	background-image: url(images/b_left.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	padding-left: 4px;
}

.bgr_btn_right
{
	background-image: url(images/b_right.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	padding-right: 4px;
}

.bgr_btn:hover
{
	cursor: pointer;
}

.bgr_btn:hover .bgr_btn_center
{
	background-image: url(images/b_on_center.png);
}

.bgr_btn:hover .bgr_btn_left
{
	background-image: url(images/b_on_left.png);
}

.bgr_btn:hover .bgr_btn_right
{
	background-image: url(images/b_on_right.png);
}

div.groups-new-people-list
{
    width: 75px !important;
    height: 75px !important;    
}

div.news-group-image
{
    width: 75px; 
    height: 75px; 
    float: left; 
    margin: 0 4px 4px 0;    
}
.info-block{
	display:inline-block;
	vertical-align:top;
	width:212px;
	margin:0 17px 17px 0;
}
* html .info-block{
	display:inline;
}
*+html .info-block{
	display:inline;
}
.info-block .t{
	height:5px;
	overflow:hidden;
	background:url(images/box-ads01-t.gif) no-repeat;
}
.info-block .b{
	height:5px;
	overflow:hidden;
	background:url(images/box-ads01-b.gif) no-repeat;
}
.info-block .c{
	width:186px;
	padding:0 13px 6px;
	overflow:hidden;
	position:relative;
	background:url(images/box-ads01-c.gif) repeat-y;
}
.info-block .gallery{
	/*width:9999px;*/
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	min-height:101px;
}
* html .info-block .gallery{
	height:101px;
	overflow:visible;
}
.info-block .gallery li{
	float:left;
	width:186px;
	overflow:hidden;
	margin:0 13px 0 0;
	position:relative;
}
.info-block .gallery .prev{
	position:absolute;
	top:6px;
	left:0;
	width:8px;
	height:15px;
	background:url(images/arrs.gif) no-repeat;
	text-decoration:none;
}
.info-block .gallery .next{
	position:absolute;
	text-decoration:none;
	top:6px;
	right:0;
	width:8px;
	height:15px;
	background:url(images/arrs.gif) no-repeat 0 -19px;
}
.info-block .gallery .title{
	font-size:18px;
	text-align:center;
	line-height:18px;
	margin:0 0 10px;
}
.info-block .gallery .title span{
	background:url(../images/images/count.png) no-repeat;
}
.info-block .gallery .title b{
	font-size:10px; 
	display:-moz-inline-box;
	display:inline-block; 
	background:url(images/count.png) 0 0 no-repeat;
	padding:0 0 0 3px; 
	color:#fff; 
	margin:0 0 0 9px;
	vertical-align:bottom;
	line-height:10px; 
}
.info-block .gallery .title i{
	display:-moz-inline-box; 
	font-style:normal;
	display:inline-block; 
	background:url(images/count.png) 100% 0 no-repeat; 
	padding:0 3px 2px 0;
}
.info-block .wrap{
	overflow:hidden;
	height:1%;
}
.info-block .visual{
	float:left;
	position:relative;
	margin:0 8px 0 0;
}
* html .info-block .visual{
	margin-right:5px;
}
.info-block .visual img{
	visibility:top;
}
.info-block .visual .mask{
	position:absolute;
	top:100px;
	left:0;
	width:53px;
	height:53px;
}
.info-block .info{
	overflow:hidden;
	height:1%;
	text-align:left;
}
.info-block .note{
	font-weight:bold;
	font-size:11px;
	line-height:16px;
	margin:0 0 6px;
}
.info-block .note span{
	color:#e99606;
}
.info-block .note strong{
	color:#666;
	margin:0 0 0 3px;
}
.prev {width:8px; height:11px; position:absolute; left:12px; background:url(images/arrs.gif) 0 0 no-repeat; display:block; }
.next {width:8px; height:11px; position:absolute; right:12px; background:url(images/arrs.gif) 0 100% no-repeat; display:block; }

.btnActive{
    display:inline-block;
	background:url(images/game/btn06-l-h.gif) no-repeat;
	font-size:10px;
	color:black;
	text-decoration:none;
	overflow:hidden;
	cursor:pointer;
}
* html .btnActive
{
	display:inline;
}
* + html .btnActive
{
	display:inline;
}
.btnActive{
   background:url(images/game/btn06-l-h.gif) no-repeat;
   color:#fff; 
}
.btnActive span{
	background:url(images/game/btn06-r-h.gif) no-repeat 100% 0;
	display:inline-block;
	padding:1px 7px 0;
	height:16px;
}
* html .btnActive span
{
	display:inline;
}
* + html  .btnActive span
{
	display:inline;
}
.btnActive span{
    background:url(images/game/btn06-r-h.gif) no-repeat 100% 0;
}
.add a{
	border-bottom:dashed 1px #2d92d3;
	text-decoration:none;
	float:left;
}
.add a:hover{
	border:0;
	padding-bottom:1px;
}
.answers{
	width:100%;
	overflow:hidden;
	display:none;
}
.answers{
	display:block;
}
.answers ul{
	margin:0;
	padding:10px 0 6px 15px;
	list-style:none;
}
.answers ul li{
	padding:0;
	margin:0 0 3px;
	overflow:visible;
}
.answers ul li strong{
	background:url(images/arrs4.gif) no-repeat 0 4px;
	margin:0 0 0 -11px;
	padding:0 0 0 11px;
}
.answers .wrap{
	overflow:hidden;
	width:100%;
}
.answers .points{
	background:url(images/bg-cash-r.gif) no-repeat 100% 0;
	float:left;
	margin:0 0 0 11px;
	display:inline;
}
.answers .points span{
	background:url(images/bg-cash-l.gif) no-repeat;
	color:#876338;
	padding:0 5px;
	font-size:11px;
	height:14px;
	float:left;
	line-height:14px;
}
.answers .status{
	color:#876338;
	padding:0 0 8px 15px;
}
.answers .links{
	width:100%;
	overflow:hidden;
	margin:0 0 4px;
}
.answers .links a{
	float:left;
	border:0;
	margin:0 0 0 15px;
	display:inline;
	font-size:10px;
	color:#999;
	text-decoration:underline;
}
.answers .links a:hover{
	text-decoration:none;
}
.answers .links a:visited{
	color:#999;
}
.date-form{
	overflow:hidden;
	width:100%;
}
.date-form .t{
	background:url(images/bg-schedule-t.gif) no-repeat;
	height:4px;
	overflow:hidden;
}
.date-form .b{
	background:url(images/bg-schedule-b.gif) no-repeat;
	height:4px;
	overflow:hidden;
}
.date-form .c{
	background:#f6f5f5;
	border:solid 1px #e4e4e4;
	border-width:0 1px;
	overflow:hidden;
	padding:5px 0 0;
	height:1%;
	margin:0 0 -5px;
}
.date-form .row{
	overflow:hidden;
	height:1%;
	margin:0 0 8px;
}
.date-form .row label{
	float:left;
	padding:4px 8px 0 0;
	width:96px;
	font-size:12px;
	color:#666;
	text-align:right;
}
.date-form .row .text{
	margin:0;
	height:21px;
	float:left;
	line-height:21px;
	color:#666;
	font-size:12px;
	padding:0 5px;
	width:582px;
}
.date-form .wrap{
	float:left;
}
.date-form .wrap .calendar{
	float:left;
	color:#666;
	font-size:12px;
	width:88px;
	margin:0;
	line-height:21px;
	height:21px;
	padding:0 5px;
	background:#fff url(images/bg-tips.gif) no-repeat 100% 0;
	cursor: pointer;
}
.date-form .wrap em{
	float:left;
	margin:4px 5px 0;
	font-style:normal;
}
.date-form .login_button{
	margin:0 0 0 12px;
}
.drop{
	position:absolute;
	right:inherit;
	top:inherit;
	width:120px;
	clear:both;
	display:none;
	z-index: 500;
}
#nav li.hover .drop,
.main_menu li:hover .drop{
	display:block;
}
.drop .c{
	width:120px;
	background:#f0eae3;
	margin:0 0 0 -25px;
	padding:0;
	list-style:none;
}
.drop .c:after{
	display:block;
	clear:both;
	content:"";
}
.drop .frame{
	position:relative;
	float:left;
	width:120px;
	margin:0;
	padding:0;
	list-style:none;
}
.drop .b{
	background:url(images/bg-drop-b.png) no-repeat;
	width:120px;
	height:7px;
	overflow:hidden;
	margin-left:-25px;
}
.drop li{
	border-top:solid 1px #d8d3cd;
	background:none;
	padding:0;
	margin:0;
	width:120px;/*121*/
	display:block;
}
* html .drop li{
	width:123px;
}
.drop li:first-child{
	border:0;
}
#nav .drop li a{
	font-size:11px;
	color:#333;
	text-decoration:none;
	text-align:left;
	padding:5px 0 5px 3px;
	float:left;
	width:116px;/*110*/
	height:1%;
	cursor:pointer;
	position:relative;
	background:none !important;
}
#nav .drop li a:hover{
	color:#fff;
	background:#cf8708 !important;
}
.cash
{
    position:relative;
	float:right;
	background:url(images/bg-bux-cash-l.gif) no-repeat;
	font-size:14px;
	color:#000;
	top: -6px;
	right:-235px;
}
.cash div{
	background:url(images/bg-bux-cash-r.gif) no-repeat 100% 0;
	float:left;
	height:33px;
	padding:10px 9px 5px 11px;
}
.heading-dux .description
{
    font-size:11px;
}
.customize-form{
	width:100%;
	overflow:hidden;
	padding:3px 0 0;
}
.customize-form .row{
	overflow:hidden;
	height:1%;
	margin:0 0 12px;
}
.customize-form .row label{
	float:left;
	font-size:12px;
	padding:3px 0 0;
	color:#333;
	width:307px;
}
.customize-form .row input{
	float:left;
	height:21px;
	line-height:21px;
	margin:0;
	padding:0 5px;
	width:34px;
	font-size:12px;
	color:#666;
}
.dux-box .schedule{
	overflow:hidden;
	width:708px;
}
.dux-box h3{
	margin:0 0 13px;
	font-size:18px;
	font-weight:normal;
}
.dux-box .schedule .t{
	background:url(images/bg-schedule-t.gif) no-repeat;
	height:4px;
	overflow:hidden;
}
.dux-box .schedule .b{
	background:url(images/bg-schedule-b.gif) no-repeat;
	height:4px;
	overflow:hidden;
}
.dux-box .schedule .c{
	background:#f6f5f5;
	border:solid 1px #e4e4e4;
	border-width:0 1px;
	overflow:hidden;
	padding:14px 0;
	height:1%;
}
.dux-box .schedule .visual{
	overflow:hidden;
	width:100%;
	text-align:center;
}
.dux-box .schedule img{
	vertical-align:top;
}



