body
{
    margin: 0px;
    min-width: 970px;
    color: rgb(80,80,86);
    font-family: "Lucida Sans Unicode";
    font-size: 13px;
    /*
    font-family: Arial;
    font-family: Tahoma;
    font-size: 14px;
    
    font-family: Verdana;
    font-family: Helvetica;
    */
}

table
{
    border-collapse: collapse;
    table-layout: fixed;
}

p
{
    text-align: justify;
    margin-top: 0.5em;
}

.info_box
{
    /*width: auto;*/
    padding: 7px 11px 16px 11px;
    text-align: justify;
    border: 1px solid rgb(255,228,161);
    color: rgb(235,95,31);
    background: rgb(255,250,200) url(images/box_bottom_bk.png) repeat-x scroll left bottom;
    
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /*-moz-box-shadow: 0px 0px 3px rgb(210,210,210);*/
}

a:link,
a:visited {
    color: rgb(30,90,255);
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
    color: rgb(250,128,0);
	text-decoration: underline;
}

#intro_top1
{
    /*background-color: rgb(46,95,193);*/
    background: rgb(66,88,153) url(images/to_bar_bk.png) repeat-x;
    border-bottom: 1px solid rgb(224,224,224);
    height: 56px;
}

#intro_top2
{
    width: 860px;
    margin-left: auto;
    margin-right: auto;
}

#intro_logo
{
    float: left;
    margin: 9px 28px 0px 0px;
    color: rgb(255,255,255);
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6em;
}

.intro_pics
{
    float: left;
    width: 44px;
    overflow: hidden;
    height: 48px;
    margin-top: 4px;
    margin-right: 3px;
    background-color: rgb(200,200,200); /*temp*/
    font-size: 11px;
    position: relative;
}

#intro
{
    padding-top: 42px;
    background: #fff url(images/bk_gray.png) repeat-x scroll 0px 0px;
}

.intro_left
{
    float: left;
    width: 49%;
    text-align: right;
}

.intro_right
{
    float: left; 
    width: 49%;
    text-align: left;
    position: relative;
}

#balloon_text
{
    position: absolute;
    left: 50px;
    top: 70px; 
    width: 210px;
    height: 100px;
    text-align: center;
    font-size: 14px;
    color: rgb(68,68,74);
}

#intro_left_text
{
    width: 270px;
    text-align: center;
    float: right;
    margin-right: 20px;
    font-size: 13px;
    /*font-family: verdana;*/
    font-family: arial;
    line-height: 1.4em;
}

#intro_right_text
{
    width: 304px;
    text-align: center;
    float: left;
    font-size: 13px;
    font-family: arial;
    line-height: 1.4em;
    position: relative;
}

#intro_login
{
    float: left; 
    width: 49%;
    text-align: left;
}

#intro_footer
{
    text-align: center;
    margin-top: 78px;
    /*font-family: tahoma;*/
    font-family: arial;
    font-size: 12px;
}

#login_box
{
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px 6px;
    background-color: rgb(253,248,201);
    border: 1px solid rgb(240,240,190);
    width: 354px;
    position: absolute;
    left: 4px;
    top: -0.7em;
    visibility: hidden;
}

#email_box
{
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px 6px;
    background-color: rgb(253,248,201);
    border: 1px solid rgb(240,240,190);
    width: 354px;
    position: absolute;
    left: 4px;
    top: -0.7em;
    visibility: hidden;
}

#error_box
{
    visibility: hidden;
    background-color: rgb(224,235,248);
    border: 1px solid rgb(130,155,240);
    border-left: 0px;
    border-right: 0px;
    padding: 2px 0px;
    margin: 0px;
    font-weight: bold;
}

#login_username
{
    width: 130px;
    background: rgb(255,255,255) url(images/username.png) no-repeat 5px center;
}

#login_password
{
    width: 130px;
    background: rgb(255,255,255) url('images/password.png') no-repeat 5px center;
}

#login_email
{
    width: 272px;
    background: rgb(255,255,255) url('images/email.png') no-repeat 5px center;
}

#header
{
    width: 100%;
    height: 66px;
    background: rgb(66,88,153) url('images/to_bar_bk.png') repeat-x;
}

#header_padding
{
    width: 100%;
    height: 5px;
    background-color: rgb(255,248,144);
}

#navigation
{
    float: left;
    margin: 39px 0px 0px 56px;
    font-size: 14px;
    font-weight: bold;
    font-family: tahoma;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
    display: block;
    float: left;
    padding: 6px 14px 4px 14px;
}

.navigation_active a
{
    color: #222;
    background: rgb(255,248,144) url(yellow_bk.png) repeat-x;
    border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    text-decoration: none;
}

.navigation_std a
{
    text-decoration: none;
    color: #fff;
}

.navigation_std a:hover
{
    color: rgb(245,238,134);
}

#logo
{
    float: left;
    margin: 35px 20px 2px 14px;
}

#main_container
{
    width: 100%;
    background: #fff url(images/bk_gray.png) repeat-x scroll 0px 0px;
    margin: 0;
    padding: 0;
    position: relative;/* per left_pane */
}

#left_pane
{
    /*float: left;*/
    position: absolute; 
    left: 0px;
    top: 0px;
    width: 187px;
    margin: 10px 0px 0px 10px;
    font-size: 11px;
    font-weight: bold;
    font-family: tahoma;
}

#left_pane ul
{
	margin: 3px 0px 0px 0px;
	padding: 0;
}

#left_pane ul li
{
	list-style-type: none;
}

.left_link a
{
    display: block;
    padding: 4px 0px 4px 18px;
    border-bottom: 1px solid rgb(210,210,210);
    /*margin: 3px 0px 0px 0px;*/
}
.left_link a:hover
{
    /*background-color: rgb(255,250,200);*/
    background-color: rgb(255,250,235);
    text-decoration: none;
}

.left_link_img {
    /*padding: 2px 3px 0px 0px;*/
    vertical-align: sub;
    padding-right: 2px;
    border: 0;
}

.left_link_sel a {
    /*background: rgb(130,140,255) url('images/link_arrow.gif') no-repeat right 50%;*/
    background-color: rgb(115,163,254);
    border-bottom: 1px solid rgb(210,210,210);
    color: rgb(255,255,255);
}
.left_link_sel a:hover
{
    background-color: rgb(150,150,255);
    text-decoration: none;
}

#content
{
    margin: 0px 195px 0px 220px;
    padding-top: 22px;
    /*min-width: 600px;*/
    min-height: 600px; /* ad */
	/*border-right: 1px dashed rgb(160,230,250);*/
}

#content h1
{ 
    margin: 0px;
    font-family: Tahoma;
    font-size: 16px;
    font-weight: bold;
}

#content h2 {
    font-size: 14px;
    margin-top: 1.3em;
    margin-bottom: 0.4em;
    color: rgb(220,120,70);
    padding-bottom: 2px;
    border-bottom: 1px dotted rgb(220,220,220);
}

#ad
{
    float: right;
    width: 160px;
    margin: 10px 10px 0px 0px;
}

#footer
{
	clear: both;
    white-space: pre-wrap;
    background: rgb(238,238,238) url('images/bk_gray2.png') repeat-x scroll 0px 0px;
    font-size: 11px;
    text-align: center;
	padding: 3px 0px 5px 0px;
}

#sub_title
{
    padding: 5px 0px;
    margin-bottom: 10px;
}

#logout
{
    float: right;
    margin: 10px 20px 0px 0px;
    font-size: 14px;
    font-weight: bold;
    font-family: tahoma;
    color: rgb(255,255,255);
}

#logout_mini_bar
{
    text-align: right; 
    margin-bottom: 9px;
    margin-right: 6px;
}

#search
{
    float: right;
    margin: 40px 0px 0px 0px;
}

.search_bar {
    width: 250px;
    height: 18px;
    left: 0px;
    padding: 1px;
    background: rgb(255,255,255);
    border: 1px solid rgb(224,224,224);
}

.search_field {
    width: 154px;
    height: 15px;
    float: left;
    font-family: Tahoma, Sans-serif;
    font-size: 11px;
    vertical-align: top;
    padding: 2px 0px 0px 3px;
    margin: 0;
    border: 0;
}

.search_button {
    float: right;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.search_extra {
    display: inline-block;
    float: right;
    height: 15px;
    margin: 1px 1px 0px 0px;
    padding: 1px 8px 1px 8px;
    border-left: 1px dotted rgb(200,200,200);
    background-color: rgb(255,255,255);
}
.search_extra a:link,
.search_extra a:visited {
    text-decoration: none;
    color: rgb(150,150,156);
}
.search_extra a:hover {
    color: rgb(255,255,255);
}
.search_extra a:focus,
.search_extra a:active {
    text-decoration: none;
    color: rgb(150,150,156);
}

.search_extra_hilight {
    background-color: rgb(40,100,200);
}
.search_extra_list {
    position: absolute;
    right: -1px;
    top: 19px;
    border: 1px solid rgb(49,80,145);
    border-top-width: 0px;
    background-color: rgb(109,133,182);
    font-family: Tahoma, Sans-serif;
    font-size: 11px;
    font-weight: bold;
    z-index: 99;
}
.search_extra_list a {
    height: 15px;
    text-align: right;
    padding: 2px 20px 2px 8px;
    text-decoration: none;
    display: block;
}
.search_extra_list a:link,
.search_extra_list a:visited {
    color: rgb(255,255,255);
}
.search_extra_list a:hover,
.search_extra_list a:focus,
.search_extra_list a:active {
    background-color: rgb(129,153,202);
}

.mandatory {
	/*background-color: rgb(254,235,200);
	border-bottom: 1px solid rgb(234,201,160);*/
}

.gui_borders {
	padding: 2px 3px;
	border: 1px solid rgb(189,199,216);
	font-size: 13px;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
}

.width200 {
    width: 240px;
}

.field_set {
	font-size: 11px;
	color: rgb(110,110,110);
	border: 0px dotted rgb(190,190,190);
	border-top-width: 1px;
	padding-bottom: 0px;
}

.mini {
	font-family: Arial;
	font-size: 10px;
}

.disabled_text {
	color: rgb(128,128,128);
}
.gray_text {
	color: rgb(116,116,122);
}

a.rollover_button {
	display: inline-block;
	width: 64px;
	height: 22px;
	margin: 0;
	padding: 0px;
	text-decoration: none;
	color: #FFFFFF;
	background: url(images/button.png) no-repeat 0 0;
	text-align: center;
	/*vertical-align: super;*/
	font-size: 11px;
	font-family: Tahoma;
	line-height: 23px;
	font-weight: bold;
}

a.rollover_button:hover {
	background-position: 0 -22px;
	color: #FFFFFF;
}

.tahoma_font {
	font-family: Tahoma, Sans-serif;
}
.verdana_font {
	font-family: Verdana, Sans-serif;
}
.size_15 {
	font-size: 15px;
}
.size_14 {
	font-size: 14px;
}
.size_13 {
	font-size: 13px; 
}
.size_12 {
	font-size: 12px; 
}
.size_11 {
	font-size: 11px; 
}
.size_10 {
	font-size: 10px; 
}
.size_9 {
	font-size: 8px; 
}
.size_8 {
	font-size: 8px; 
}
.bold {
	font-weight: bold;
}

img.photo {
	border-width: 2px;
	padding: 1px 1px 1px 1px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.pink_border {
	border-color: #FFAEFF;
}

.cyan_border {
	border-color: #BCDDFF;
}

.gray_border {
	border-color: #EEEEEE;
}

.green_border {
	border-color: rgb(180,214,118);
}

.yellow_border {
	border-color: rgb(250,238,60);
}
.select_border {
	border-color: rgb(240,40,40);
}

.input_label {
	/*text-align: right;*/
	vertical-align: top;
	padding: 3px 5px 0px 0px;
}

.photo_album {
    float: left;
    width: 54px;
    margin: 0px 9px 8px 0px;
    font-size: 11px;
    text-align: center;
}

.dotted_box {
    border: 1px dotted rgb(220,220,220);
    padding: 2px 12px 0px 10px;
}

.top_message {
    border: 1px solid;
    border-left: 0px;
    border-right: 0px;
    padding: 4px 14px;
    /*margin-top: 14px;*/
    font-weight: bold;
}

.error_message {
	border-color: rgb(200,0,0);
	background-color: rgb(255,150,140);
	color: rgb(255,255,255);
}

.success_message {
	border-color: rgb(80,160,80);
	background-color: rgb(190,255,180);
}

.sell_item_td {
    border: 1px solid rgb(255,240,235);
    -moz-border-radius: 3px; 
    border-radius: 3px; 
    -webkit-border-radius: 3px; 
    padding: 3px 4px 0px 4px;
    margin: 0px 6px 5px 0px;
    width: 180px;
    text-align: left;
    float: left;
    /*white-space: nowrap;*/
}

.market_item_name {
    font-weight: bold;
    color: rgb(70,70,70);
    /*max-width: 20px; */
    overflow: hidden;
    white-space: nowrap;
}

.bk_white {
    background-color: rgb(255,255,255);
}

.bk_yellow_pastel {
    background-color: rgb(255,255,235);
}

.won_item_box {
    float: left; 
    width: 64px; 
    height: 90px;
    max-height: 90px;
    margin-right: 9px;    
    margin-bottom: 8px;
    text-align: center; 
    overflow: hidden;
    font-size: 10px;
    color: rgb(80,80,86);
}

.debug {
    border: 1px dotted #ff8800;
}

.invisible {
	display: none;
}

.like_spacing {
    margin-right: 3px;
    vertical-align: text-top;
}

.comment_spacing {
    margin-right: 1px;
    vertical-align: bottom;
}

.news_pet_preview {
    max-width: 56px;
    min-width: 56px;
    overflow: hidden; 
    text-align: center;
    vertical-align: top;
    padding-right: 5px;
    font-family: Tahoma;
    font-size: 10px;
}

.news_room_preview {
    max-width: 136px;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    padding-right: 4px;
    font-family: Tahoma;
    font-size: 10px;
}

.padding_left_5 {
	padding-left: 5px;
}

.padding_right_10{
	padding-right: 10px;
}

.show_all {
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;
    margin-left: 20px;
}

.sticker_oro {
    /*background-color: rgb(255,250,181);*/
    background-color: rgb(255,255,255);
    border: 2px solid rgb(255,220,140);
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-right: 2px;
    margin-bottom: 2px;
    padding: 3px 0px;
}

.sticker_argento {
    /*background-color: rgb(240,240,240);*/
    background-color: rgb(255,255,255);
    border: 2px solid rgb(218,218,218);
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-right: 2px;
    margin-bottom: 2px;    
    padding: 3px 0px;
}

.sticker_bronzo {
    /*background-color: rgb(255,196,144);*/
    background-color: rgb(255,255,255);
    border: 2px solid rgb(255,151,57);
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-right: 2px;
    margin-bottom: 2px;    
    padding: 3px 0px;
}

.calendar {
    float: left; 
    text-align: center;
    color: rgb(90,90,90);
    position: relative;
    margin: 0px 5px 8px 0px;
}


.suggestion {
}

.suggestion  img {
	height: 32px;
	padding: 2px 4px 0px 2px;
	vertical-align: middle;
	border: 0;
}

.suggestion a {
	display: block;
	height: 36px;
	padding-top: 0px;
	text-align: left;
	text-decoration: none;
	font-size: 13px;
}

.suggestion a:link,
.suggestion a:visited {
	color: rgb(128,128,128);
}

.suggestion a:hover,
.suggestion a:focus,
.suggestion a:active {
	color: rgb(255,255,255);
	background-color: rgb(81,81,127);
}

.user_box {
	text-align: center;
	float: left;
	width: 54px;
	max-height: 80px;
	overflow: hidden;
	margin-right: 8px;
	margin-bottom: 8px;
}


.comment {
	background-color: rgb(236,239,245); 
}

.comment_font {
	font-size: 11px;
	font-family: Tahoma, Sans-serif;
}
.comment_font a:link,
.comment_font a:visited {
	text-decoration: none;
	color: rgb(59,89,162);
}
.comment_font a:hover ,
.comment_font a:focus {
	text-decoration: underline;
	color: rgb(159,189,252);
}

.catalog_item_header {
	/*clear: both;
	padding-top: 10px;*/
}

.catalog_item_section td{
	text-align: center;
	font-family: Verdana, Tahoma, Sans-serif;
	font-size: 11px;
	width: 80px;
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
	/*border: 1px dotted #665544;*/
}

.catalog_item_section img{
    width: 80px;
    border: 0; /*1px solid rgb(230,230,230);
    padding: 1px;*/
}

.update_date {
    font-size: 10px;
    font-weight: bold;
}

.no_underline_link a:link,
.no_underline_link a:visited ,
.no_underline_link a:hover,
.no_underline_link a:focus,
.no_underline_link a:active {
	text-decoration: none;
}

.search_results {
    padding-bottom: 8px;
    vertical-align: top;
}

.search_prev_next {
    font-size: 11px;
    font-family: tahoma;
    color: rgb(110,110,118);
    border-bottom: 1px dotted rgb(200,200,200);
}
.search_left {
    width: 50%;
    text-align: left;
    padding-left: 8px;
    padding-bottom: 2px;
}
.search_right {
    width: 50%;
    text-align: right;
    padding-right: 8px;
    padding-bottom: 2px;
}

/*
.prev_next a:link,
.prev_next a:visited {
	color: rgb(0,83,250);
}
.prev_next a:hover,
.prev_next a:focus,
.prev_next a:active {
	color: rgb(250,10,250);
}*/

.faq_question {
    margin-bottom: 4px; 
    padding-bottom: 1px;
    border-bottom: 1px dotted rgb(220,220,220);
    font-weight: bold;
}

.bk_red2 {
    background-color: rgb(255,200,200);
}

.bk_yellow {
    background-color: rgb(255,255,220);
}

.bk_green {
    background-color: rgb(236,255,236);
}

.bk_orange{
    background-color: rgb(255,230,240);
}

.bk_dark{
    background-color: rgb(200,200,200);
}

.bk_light_gray {
    background-color: rgb(242,242,242);
}

.row_separator tr {
    height: 62px;
    border-bottom: 1px solid rgb(230,230,230);
}

.news_time {
	color: rgb(130,130,130);
	font-family: Tahoma, Sans-serif;
	font-size: 11px;
	white-space: nowrap;
}

.request_icon {
	background: transparent url(images/clock_mini.png) no-repeat left center;
	padding-left: 16px;
}
.stickers_icon {
	background: transparent url(images/photo_album_mini.png) no-repeat left center;
	padding-left: 16px;
}
.crown_icon {
	background: transparent url(images/crown_gold_mini.png) no-repeat left center;
	padding-left: 16px;
}
.like_yes_icon {
	background: transparent url(images/vote_yes_mini.png) no-repeat left center;
	padding-left: 16px;
}
.like_no_icon {
	background: transparent url(images/vote_no_mini.png) no-repeat left center;
	padding-left: 16px;
}
.mywall_icon {
	background: transparent url(images/mywall_mini.png) no-repeat left center;
	padding-left: 16px;
}
.friends_wall_icon {
	background: transparent url(images/friends_wall_mini.png) no-repeat left center;
	padding-left: 16px;
}
.accept_icon {
	background: transparent url(images/accept_mini.png) no-repeat left center;
	padding-left: 16px;
}
.mypetbook_icon {
	background: transparent url(images/mypetbook_mini.png) no-repeat left center;
	padding-left: 16px;
}
.sell_icon {
	background: transparent url(images/coins_mini.png) no-repeat left center;
	padding-left: 16px;
}
.buy_icon {
	background: transparent url(images/cart_mini.png) no-repeat left center;
	padding-left: 16px;
}
.complete_profiles_icon {
	background: transparent url(images/rosette_mini.png) no-repeat left center;
	padding-left: 16px;
}
.comment_reply_icon {
	background: transparent url(images/comment_reply_mini.png) no-repeat left center;
	padding-left: 16px;
}
.comment_icon {
	background: transparent url(images/comment_mini.png) no-repeat left center;
	padding-left: 16px;
}
.clock_icon {
	background: transparent url(images/clock_mini.png) no-repeat left center;
	padding-left: 16px;
}
.vote_icon {
	background: transparent url(images/vote_mini.png) no-repeat 1px center;
	padding-left: 16px;
}
.profile_icon {
	background: transparent url(images/profile_mini.png) no-repeat 1px center;
	padding-left: 16px;
}
.pet_icon {
	background: transparent url(images/bug_mini.png) no-repeat left center;
	padding-left: 16px;
}
.news_icon {
	background: transparent url(images/news_mini.png) no-repeat left center;
	padding-left: 16px;
}
.room_icon {
	background: transparent url(images/room_mini.png) no-repeat left center;
	padding-left: 16px;
}
.user_icon {
	background: transparent url(images/user_mini.png) no-repeat left center;
	padding-left: 16px;
}
.warning_icon {
	background: transparent url(images/warning_mini.png) no-repeat left center;
	padding-left: 16px;
}
.idea_icon {
	background: transparent url(images/idea_mini.png) no-repeat left center;
	padding-left: 16px;
}
.wizard_icon {
	background: transparent url(images/wizard_mini.png) no-repeat left center;
	padding-left: 16px;
}
.photos_icon {
	background: transparent url(images/photos_mini.png) no-repeat left center;
	padding-left: 16px;
}
.love_icon {
	background: transparent url(images/love_mini.png) no-repeat left center;
	padding-left: 16px;
}
.heart_empty_icon {
	background: transparent url(images/heart_empty_mini.png) no-repeat left center;
	padding-left: 16px;
}
.heart_break_icon {
	background: transparent url(images/heart_break_mini.png) no-repeat left center;
	padding-left: 16px;
}
.heart_half_icon {
	background: transparent url(images/heart_half_mini.png) no-repeat left center;
	padding-left: 16px;
}
.cross_icon {
	background: transparent url(images/cross_octagon_mini.png) no-repeat left center;
	padding-left: 16px;
}
.friend_icon {
	background: transparent url(images/mini_new_pet.gif) no-repeat left center;
	padding-left: 16px;
}
.friend_ask_icon {
	background: transparent url(images/world_mini.png) no-repeat left center;
	padding-left: 16px;
}
.notifications_icon {
	background: transparent url(images/lightning_mini.png) no-repeat left center;
	padding-left: 16px;
}

.margin_top_4 {
    margin-top: 4px;
}

.margin_bottom_4 {
    margin-bottom: 4px;
}

.margin_left_4 {
    margin-left: 4px;
}

.margin_right_4 {
    margin-right: 4px;
}

.link_label {
	padding-right: 4px;
	text-align: right;
}

.pet_cell_photo {
    float: left;
    padding-bottom: 15px;
}
.pet_cell_header {
    margin: 4px 0px 10px 0px;
    font-weight: bold;
    font-size: 13px;
}
.pet_cell_body {
    float: left;
    margin: 0px 3px 0px 8px;
    font-size: 11px;
    line-height: 1.3em;
    color: rgb(130,130,136);
}

.room_cell_photo {
    float: left;
    width: 315px;
    padding-bottom: 15px;
    position: relative;
}
.room_cell_header {
    margin: 8px 0px 6px 0px;
    font-weight: bold;
    font-size: 12px;
    color: rgb(110,110,116);
}
.room_cell_desc {
    max-height: 3.9em;
    height: 3.9em;
    margin-bottom: 4px;
    overflow: hidden;
}
.room_cell_body {
    margin-left: 315px;
    font-size: 11px;
    line-height: 1.3em;
    color: rgb(130,130,136);
}

.perc_box {
    border: 1px solid rgb(190,190,190);
    padding: 1px;
    text-align: left;
}
.perc_box_bar {
    background-color: rgb(50,220,50);
}

#box_point_desc {
    text-align: justify;
    padding-right: 14px;
    vertical-align: top;
}
#box_points {
    padding: 5px 8px;
    background-color: rgb(255,250,225);
    -moz-border-radius: 4px;
    -moz-box-shadow: 0px 0px 3px rgb(210,210,210);
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.mywall_ad {
    /*margin: 12px 20px 0px 0px;*/
    padding: 4px 10px; 
    background-color: rgb(255,249,221);
    color: rgb(255,40,40);
    border: 1px solid rgb(255,225,185);
    -moz-border-radius: 6px;
}

.center {
	text-align: center;
}

img.photo_pet_portrait {
	max-width: 270px;
	max-height: 300px;
}

.border_round3 {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.mini_title {
	padding: 5px 2px 2px 6px;
	margin-bottom: 3px;
	border-bottom: 1px dotted rgb(200,200,200);
	font-weight: bold; 
	color: rgb(90,90,90);
}

.notification_sep {
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
	margin-top: 14px;
	color: rgb(100,100,104);
}

.bottom_dotted_border {
	border-bottom: 1px dotted rgb(200,200,200);
	padding-bottom: 1px;
}

.dialog_border {
	border: 10px solid rgba(0,0,0, 0.4);
	position: absolute;
	visibility: hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;	
	z-index: 99;
}

.dialog_title {
	background: rgb(66,88,153) url(images/to_bar_bk.png) repeat-x;
	color: rgb(255,255,255);
	font-weight: bold;
	font-family: Tahoma;
	font-size: 15px;
	padding: 10px 15px;
	z-index: 99;
}

.dialog_content {
	background-color: rgb(255,255,255);
	z-index: 99;
}

.dialog_photo {
	width: 630px;
	height: 300px;
}

.gui_borders_no_font {
	padding: 2px 3px;
	border: 1px solid rgb(189,199,216);
}

.banner_160_60 {
	max-width: 160px;
	margin-bottom: 20px;
}

.shop_arrow_equal {
}

.shop_arrow_up {
	background: url(images/up.gif) no-repeat scroll 60px center;
}

.shop_arrow_down {
	background: url(images/down.gif) no-repeat scroll 60px center;
}
