/*==============================================================================
 Common
==============================================================================*/
body
{
    background: #fff url(images/bgr.jpg) repeat-x top center;
    color: #000;
    font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
    font-size: 13px;
    /*line-height: 14px;*/
    margin: 0;
    padding: 0;
    text-align: center;
}

body.pdf
{
    text-align: left;
}

input,
textarea,
select,
option
{
    font-family: Arial, sans-serif;
    vertical-align: middle;
}

ul
{
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
}

form
{
    margin: 0;
}

label
{
    cursor: pointer;
    cursor: hand;
}

img
{
    border: 0;
}

a
{
    color: #4162cd;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.clear
{
    clear: both;
}

.hide
{
    position: absolute;
    top: -9999px;
}

/*==============================================================================
 Image Replacement
 http://wellstyled.com/css-replace-text-by-image.html
==============================================================================*/
.image-replacement,
.image-replacement-container
{
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.image-replacement span,
.image-replacement-target
{
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

a.image-replacement span,
a .image-replacement-target
{
    /* Make IE7 display the correct cursor */
    cursor: pointer;
    cursor: hand;
}

/* To use:
 * 
 * <div class="myclass image-replacement">
 *   Content
 *   <span></span>
 * </div>
 * 
 * .myclass, .myclass span {
 *   background-image: url(/images/myimage.gif);
 *   height: 100px;
 *   width: 200px;
 * }
 */

/*==============================================================================
 Framework
==============================================================================*/
.framework
{
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 967px;
}

.block_left
{
    margin: 0;
    padding: 0 0 0 32px;
    float: left;
    width: 639px;
}

.block_right
{
    margin: 0;
    padding: 0 32px 0 0;
    float: right;
    width: 246px;
    font-weight: normal;
}

/*==============================================================================
 Header
==============================================================================*/
.header
{
    height: 256px;
}

/* Logo */
.header-logo
{
    float: left;
    font-size: 21px;
    padding: 12px 0 11px 32px;
}

.header-logo img
{
    display: block;
}

.pdf-logo
{
    margin-bottom: 40px;
}

/* Log in/out */
.header-user
{
    float: right;
    font-size: 14px;
    padding: 20px 32px 0 0;
    width: 358px;
}

.header-user .login_username
{
    float: left;
    width: 137px;
}

.header-user .login_password
{
    float: left;
    width: 137px;
}

.header-user .login_username label,
.header-user .login_password label
{
    color: #03bd51;
    display: block;
    font-size: 14px;
}

.header-user .login_username input,
.header-user .login_password input
{
    border: 1px solid #cfd0d0;
    font-size: 14px;
    width: 131px;
}

.header-user .login_submit
{
    float: left;
    padding-top: 1.15em;
    width: 84px;
}

.header-user .login_submit input
{
    font-size: 14px;
}

.header-user .login_remember
{
    clear: both;
    float: left;
    width: 137px;
}

.header-user .login_remember
{
    font-size: 13px;
}

.header-user .login_register
{
    float: left;
    width: 137px;
}

.header-user .login_register a
{
    text-decoration: underline;
}

/* Image */
.header-image
{
    background: url(images/header1.jpg) no-repeat top left;
    clear: both;
    height: 150px;
    width: 926px;
    margin: 0;
}

.header-image1
{
    background-image: url(images/header1.jpg);
}

.header-image2
{
    background-image: url(images/header2.jpg);
}
.header-image3
{
    background-image: url(images/header3.jpg);
}

/* PDF title */
.pdf-title
{
    color: #4665b4;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
}

/*==============================================================================
 Main menu
==============================================================================*/
.header-menu
{
    margin: 0 0 7px 27px;
    padding: 0;
    width: 909px;
    height: 28px;
}

.menu_left,
.menu_join,
.menu_right,
.menu_item
{
    float: left;
}

.menu_left
{
    background: #4162cd url(images/menu_left.png) no-repeat 0 top;
    height: 28px;
    width: 15px;
}

.menu_left_righton
{
    background-position: 0 -28px;
}

.menu_join
{
    background: #4162cd url(images/menu_join.png) no-repeat 0 top;
    height: 28px;
    width: 15px;
}

.menu_join_righton
{
    background-position: 0 -56px;
}

.menu_join_lefton
{
    background-position: 0 -28px;
}

.menu_right
{
    background: #4162cd url(images/menu_right.png) no-repeat 0 top;
    height: 28px;
    width: 15px;
}

.menu_right_lefton
{
    background-position: 0 -28px;
}

.menu_item a
{
    background: #4162cd url(images/menu_bg.png) repeat-x 0 top;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.menu_item a:hover
{
    background: #03bd51 url(images/menu_bg.png) repeat-x 0 -28px;
    text-decoration: none;
}

.menu_item_home a       { width: 89px;  }
.menu_item_search a     { width: 97px;  }
.menu_item_account a    { width: 130px; }
.menu_item_register a   { width: 110px; }
.menu_item_add a        { width: 137px; }
.menu_item_pricing a    { width: 108px; }
.menu_item_about a      { width: 115px; }
/*
.menu_item_home a       { width: 84px;  }
.menu_item_search a     { width: 93px;  }
.menu_item_account a    { width: 130px; }
.menu_item_register a   { width: 110px; }
.menu_item_add a        { width: 131px; }
.menu_item_about a      { width: 110px; }
.menu_item_contact a    { width: 128px; }
*/

/*==============================================================================
 Introduction
==============================================================================*/
.intro h1
{
    color: #03bd51;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
}

.intro h1 span
{
    font-weight: bold;
}

.intro p
{
    margin: 0 0 1.5em 0;
}

/*==============================================================================
 Results
==============================================================================*/
.result
{
    background: #fff url(images/result_bg.gif);
    clear: both;
    margin: 5px 0;
    width: 637px;
}

.result_top
{
    background: url(images/result_top.gif) no-repeat top left;
    margin: 0;
}

.result_bottom
{
    background: url(images/result_bottom.gif) no-repeat bottom left;
    margin: 0;
    padding: 15px 20px 10px 20px;
}

.result_title
{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.result_title a
{
    color: #000;
}

.result_title span
{
    font-weight: normal;
}

.result_tag_line
{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.result_tag_line_under_title
{
    margin-top: -2px;
}

.search_categories b,
.result_title b,
.result_description b
{
    /* Highlight search words */
    background: #ffff99;
}

.result_logo
{
    float: right;
    text-align: center;
    width: 185px;
}

.result_logo div
{
    margin-bottom: 0.5em;
}

.result_details_withlogo
{
    margin-right: 195px;
}

.result_details_image2
{
    float: right;
    margin: 0 0 0.5em 1em;
}

.result_details_image2 div
{
    margin-bottom: 20px;
}

/* Metadata */
.result_meta
{
    /*clear: both;*/
    margin: 20px 0 1em 0;
}

.details_page .result_meta
{
    margin-bottom: 1.5em;
}

.result_meta th
{
    color: #03bd51;
    font-weight: normal;
    text-align: left;
}

.result_meta th,
.result_meta th *
{
    white-space: nowrap;
}

.result_meta td
{
    color: #7b7a7a;
    padding-left: 10px;
    padding-bottom: 5px;
}

/* Links */
.result_links
{
    clear: both;
}

.result_links ul,
.result_links li
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.result_links li
{
    display: inline;
}

.result_links a
{
    font-weight: bold;
}

.result_links li.result_links_details,
.result_links li.result_links_tell_friend
/*.result_links li.result_links_visit*/
{
    padding-right: 15px;
}

.result_links li.result_links_email,
.result_links li.result_links_visit
{
    float: right;
    font-size: 18px;
    padding-left: 15px;
}

.result_links li.result_links_details a
{
    background: url(images/icon_details.gif) left 50% no-repeat;
    padding-left: 14px;
}

.result_links li.result_links_visit a
{
    /*background: url(images/icon_visitb.gif) left 50% no-repeat;
    padding-left: 13px;*/
    background: url(images/icon_visit_big.png) left 50% no-repeat;
    padding-left: 23px;
}

.result_links li.result_links_tell_friend a
{
    background: url(images/icon_tell_friend.gif) left 50% no-repeat;
    padding-left: 13px;
}

.result_links li.result_links_email a
{
    background: url(images/icon_email.gif) left 50% no-repeat;
    padding-left: 23px;
}

/* Listing admin (for users) */
.result_admin
{
    border-top: 1px solid #f0ebdd;
    margin-top: 15px;
    padding-top: 5px;
}

.result_admin ul,
.result_admin li
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.result_admin li
{
    display: inline;
    padding-left: 10px;
}

.result_admin li strong
{
    font-size: 15px;
}

.result_admin li.listing_type
{
    color: #7b7a7a;
    font-style: italic;
    padding-left: 20px;
}

/* Administrator bar (for site administrators) */
.result_adminbar
{
    background: #fff;
    border: 1px solid #f0ebdd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #999;
    margin: 10px -5px 2px -5px;
    padding: 3px 7px;
}

.result_adminbar strong,
.result_adminbar a
{
    color: #444;
}

/* Platinum */
.platinum_result
{
    background-color: #fef0bf;
    background-image: url(images/result_platinum_bg.gif);
}

.platinum_result .result_top
{
    background-image: url(images/result_platinum_top.gif);
}

.platinum_result .result_bottom
{
    background-image: url(images/result_platinum_bottom.gif);
}

.platinum_result .result_title span
{
    color: #e5a57e;
}

.platinum_result .result_tag_line
{
    color: #cb500e;
}

.platinum_result .result_adminbar
{
    border-color: #ebd7cb;
}

/* Sponsored */
.gold_result
{
    background-color: #fef0bf;
    background-image: url(images/result_sponsored_bg.gif);
}

.gold_result .result_top
{
    background-image: url(images/result_sponsored_top.gif);
}

.gold_result .result_bottom
{
    background-image: url(images/result_sponsored_bottom.gif);
}

.gold_result .result_title span
{
    color: #ecc306;
}

.gold_result .result_tag_line
{
    color: #bc9303;
}

.gold_result .result_adminbar
{
    border-color: #fee9a0;
}

/* Premium */
.silver_result
{
    background-color: #f3f0e9;
    background-image: url(images/result_premium_bg.gif);
}

.silver_result .result_top
{
    background-image: url(images/result_premium_top.gif);
}

.silver_result .result_bottom
{
    background-image: url(images/result_premium_bottom.gif);
}

.silver_result .result_title span
{
    color: #aea997;
}

.silver_result .result_tag_line
{
    color: #aea997;
}

.silver_result .result_adminbar
{
    border-color: #f0ebdd;
}

/* Browse pages */
.category_jump
{
    color: #03bd51;
    margin: 1em 0;
    text-align: right;
}

/* Details pages */
.details_logo
{
    float: right;
    margin: 0 0 0 20px;
}

.details_subheading
{
    color: #03bd51;
}

/*==============================================================================
 Blocks
==============================================================================*/
.block_large_title
{
    background: #b4b4b4 url(images/bgr_modul_large.gif) no-repeat top left;
    clear: both;
    margin: 0;
    width: 639px;
}

.block_large_title_text
{
    color: #FFF;
    font-size: 18px;
    height: 28px;
    line-height: 28px;
    margin: 0;
    padding: 0 0 0 14px;
    text-align: left;
}

.block_large_content
{
    background: url(images/bgr_modul_large_content_top.gif) no-repeat top left;
    margin: 1px 0 0 0;
    padding: 4px 0 4px 0;
    width: 639px;
}

.block_large_content_text
{
    background: #f8f7f7 url(images/bgr_modul_large_content_bottom.gif) no-repeat bottom left;
    color: #000;
    margin: 0;
    /* n.b. The 1px at the top is to prevent <p> margins moving the whole block down! */
    padding: 1px 6px 6px 6px;
    text-align: left;
    zoom: 1;
}

.block_left_01
{
    float: left;
    margin: 0;
    padding: 0;
    width: 311px;
}

.block_right_01
{
    float: right;
    margin: 0;
    padding: 0;
    width: 311px;
}

.block_medium_title
{
    background: #b4b4b4 url(images/bgr_modul_medium.gif) no-repeat top left;
    margin: 0;
    width: 311px;
}

.block_medium_title_text
{
    color: #FFF;
    font-size: 18px;
    height: 28px;
    line-height: 28px;
    margin: 0;
    padding: 0 0 0 14px;
    text-align: left;
}

.block_medium_content
{
    background: url(images/bgr_modul_medium_content_top.gif) no-repeat top left;
    margin: 1px 0 0 0;
    padding: 4px 0 4px 0;
    width: 311px;
}

.block_medium_content_text
{
    background: #f8f7f7 url(images/bgr_modul_medium_content_bottom.gif) no-repeat bottom left;
    color: #000;
    margin: 0;
    /* n.b. The 1px at the top is to prevent <p> margins moving the whole block down! */
    padding: 1px 6px 6px 6px;
    text-align: left;
}

.block_subtitle
{
    color: #03BD51;
    font-size: 14px;
    font-weight: bold;
    margin: 1em 0 0.8em 3px;
}

/*==============================================================================
 Search
==============================================================================*/
.search_field
{
    margin: 0;
    padding: 13px 0 13px 35px;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
}

.search_field label
{
    padding-right: 5px;
}

.search_field #search_keyword
{
    width: 200px;
}

/*==============================================================================
 Recent Listings
==============================================================================*/
ul.recent_listings
{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.recent_listings li
{
    font-weight: bold;
    margin: 6px 0;
    padding: 0 9px;
}

/*==============================================================================
 Popular Tags
==============================================================================*/
.tags_alphabar
{
    font-weight: bold;
    padding: 10px 13px 12px 13px;
}

.tags_alphabar a
{
    margin-right: 8px;
}

.tags_popular
{
    padding: 0 13px 8px 13px;
    /*text-align: justify;*/
}

.tags_popular ul,
.tags_popular li
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.tags_popular li
{
    display: inline;
    line-height: 20px;
}

.tags_popular li a
{
    color: #000;
}

.tags_popular .smallest_tag
{
    font-size: 12px;
}

.tags_popular .small_tag
{
    font-size: 13px;
}

.tags_popular .medium_tag
{
    font-size: 15px;
}

.tags_popular .large_tag
{
    font-size: 16px;
}

.tags_popular .largest_tag
{
    font-size: 18px;
}

.tags_popular li span
{
    color: #999999;
    font-size: 10px;
    padding: 0 5px 0 1px;
}

/*==============================================================================
 Forms
==============================================================================*/
.block_form
{
    margin: 0;
    padding-bottom: 1em;
}

.form_intro
{
    padding: 0 10px 1em 10px;
}

.form_intro p
{
    margin: 0.5em 0;
}

.block_form label
{
    clear: both;
    width: 150px;
    font-weight: normal;
    float: left;
    /*padding: 5px 0 0 10px;
    font-size: 11px;*/
    padding: 0 0 0 10px;
}

.block_form .inline label
{
    clear: none;
    float: none;
    padding: 0;
}

.block_form .reqd
{
    border: none;
    color: #f00;
    cursor: text;
    font-weight: normal;
}

.block_form input
{
    margin: 2px 0 0 165px;
    display: block;
}

.block_form textarea
{
    margin: 2px 0 0 165px;
    display: block;
}

.block_form .help,
.block_form .length-message
{
    color: #666;
    clear: both;
    font-size: 12px;
    line-height: 14px;
    margin: 1px 0 11px 165px;
}

.block_form .length-error
{
    color: #c00;
}

.block_form select
{
    margin: 2px 0 0 165px;
    display: block;
}

.block_form .text
{
    padding: 5px 0 0 165px;
    display: block;
    min-height: 15px;
    position: relative;
    *padding: 5px 0 0 7px; /* IE6/7 */
    _height: 15px; /* IE6 */
}

.block_form .capctha
{
    margin: 10px 0 0 165px;
    display: block;
}

.block_form .inline
{
    margin: 2px 0 0 165px;
    display: block;
}

.block_form .inline input, .block_form .inline textarea, .block_form .inline select
{
    margin: 0;
    display: inline;
}

.block_form .inline label
{
    clear: right;
    width: auto;
    padding: 0 2px 2px 0;
    margin: 0;
}

.block_form br
{
    clear: left;
}

.errors
{
    color: #f00;
    font-weight: bold;
    padding: 5px 0 0 10px;
}

.errors ul
{
    font-weight: normal;
    margin-bottom: 1em;
}

/* Small forms, e.g. login page */
.small_form
{
    
}

.form_input_container label,
.form_captcha_container label
{
    color: #03bd51;
    display: block;
    font-size: 14px;
}

.form_captcha_container
{
    position: relative;
}

.form_captcha
{
    right: 12px;
    position: absolute;
    bottom: 0;
}

.form_input_container,
.form_captcha_container,
.form_button_container,
.form_checkbox_container
{
    margin-top: 0.5em;
}

.form_forgotten_container
{
    margin-top: 0.5em;
    text-align: right;
}

/* Add/Edit forms */
.block_form .listing_row
{
    /*border-bottom: 2px solid #fff;*/
    clear: both;
    padding: 6px 0;
}

.block_form .disabled,
.block_form .disabled label
{
    color: #999;
}

.block_form .disabled input,
.block_form .disabled textarea
{
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.block_form .disabled_reason
{
    display: none;
}

.block_form .disabled .disabled_reason
{
    color: #03BD51;
    display: inline;
    font-size: 11px;
}

/*==============================================================================
 Category list
==============================================================================*/
.category_link
{
    font-size: 16px;
}

.category_title
{
    font-size: 17px;
    font-weight: bold;
}

.category_description
{
    color: #7b7a7a;
}

/* Subcategories */
.subcategories .category_link
{
    font-size: 12px;
}

.subcategories .category_title
{
    font-size: 13px;
}

.subcategories p
{
    margin: 4px 0;
}

/*==============================================================================
 My Account
==============================================================================*/
.account_details
{
    float: right;
}

.account_details table
{
    border-collapse: collapse;
    width: 280px;
}

.account_details th
{
    font-weight: bold;
    padding: 0 5px 2px 0;
    text-align: left;
}

.account_details td
{
    padding: 0 0 2px 0;
}

/*==============================================================================
 Sidebar
==============================================================================*/
.right_buttons /* adverts, but ad block plus filters that word out! */
{
    margin-bottom: 10px;
}

.block_small_title
{
    margin: 0;
    width: 246px;
    background: #b4b4b4 url(images/bgr_modul_small_title.gif) no-repeat top left;
}

.block_small_title_text
{
    margin: 0;
    padding: 0 6px 0 14px;
    text-align: left;
    color: #fff;
    font-size: 18px;
    height: 28px;
    line-height: 26px;
}

.block_small_content
{
    margin: 1px 0 0 0;
    padding: 4px 0 5px 0;
    width: 246px;
    background: url(images/bgr_modul_small_content_top.gif) no-repeat top center;
}

.block_small_content_text
{
    background: #f8f7f7 url(images/bgr_modul_small_content_bottom.gif) no-repeat bottom center;
    color: #7b7a7a;
    margin: 0;
    padding: 14px 21px 12px 20px;
    text-align: left;
}

/*==============================================================================
 Category & Region
==============================================================================*/
.block_small_list
{
    color: #000;
}

.block_small_list a
{
    font-weight: bold;
}

.box_middle_left
{
    float: left;
    text-align: left;
}

.box_middle_right
{
    float: right;
    text-align: right;
}

/*==============================================================================
 Tell A Friend
==============================================================================*/
.tell_friend label
{
    color: #03bd51;
    display: block;
}

.tell_friend input
{
    width: 99%;
}

.tell_friend input.button
{
    width: auto;
}

.tell_friend_my_name,
.tell_friend_friend_name,
.tell_friend_captcha
{
    clear: both;
    float: left;
    width: 48%;
}

.tell_friend_my_email,
.tell_friend_friend_email,
.tell_friend_captcha_image
{
    float: right;
    width: 48%;
}

.tell_friend_captcha_image
{
    padding-top: 8px;
    text-align: center;
}

.tell_friend_submit
{
    clear: both;
    padding-top: 5px;
}

/*==============================================================================
 Mailing List
==============================================================================*/
.mailing_list_email,
.mailing_list_submit
{
    padding-top: 5px;
}

.mailing_list_email label
{
    color: #03bd51;
    display: block;
}

.mailing_list_email input
{
    width: 200px;
}

.mailing_list_unsubscribe
{
    font-size: 12px;
    text-align: right;
}

/*==============================================================================
 Footer
==============================================================================*/
.block_footer
{
    background: url(images/bgr_footer_top.gif) no-repeat top center;
    clear: both;
    font-size: 12px;
    margin: 20px 32px 0 32px;
    padding: 4px 0 7px 0;
    width: 903px;
}

.block_footer_text
{
    background: #eee url(images/bgr_footer_bottom.gif) no-repeat bottom center;
    margin: 0;
    padding: 0 8px 5px 5px;
}

.footer_left
{
    float: left;
    padding-left: 1px;
}

.footer_left ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer_left ul li
{
    background: url(images/footer-sep.gif) no-repeat left 50%;
    display: inline;
    margin: 0;
    padding: 0 8px 0 11px;
}

.footer_left ul li.first
{
    background: none;
}

.footer_left a
{
    color: #000;
}

.footer_right
{
    float: right;
    text-align: right;
}

.footer_right,
.footer_right a
{
    color: #7b7a7a;
}

.footer_right span
{
    display: block;
}

/*==============================================================================
 SEO Links
==============================================================================*/
.seo_links
{
    padding: 10px 5px 7px 5px;
    font-size: 11px;
    line-height: 13px;
}

.seo_links
{
    color: #ccc;
}

.seo_links a,
.seo_links span
{
    color: #808080;
}


/*==============================================================================
 Premium links table
==============================================================================*/
.premium_summary td
{
    padding: 2px 5px;
    vertical-align: top;
}

.premium_summary tr.odd td
{
    background: #e6e6e6;
}

.premium_summary tr.toplevel td
{
    font-weight: bold;
}

/*==============================================================================
 Social media
==============================================================================*/

/* Horizontal (under image) */
.social_media_listing
{
    margin: 10px 0 20px 0;
}

.social_media_listing .social_media_facebook,
.social_media_listing .social_media_twitter,
.social_media_listing .social_media_googleplus
{
    float: left;
}

.social_media_listing .social_media_facebook
{
    margin-right: 3px;
}

.social_media_listing .social_media_twitter
{
    margin-right: 10px;
}

.social_media_listing .social_media_googleplus
{
    padding-top: 2px;
}

/* Homepage */
.social_media_site_block
{
    padding: 9px 7px 9px 7px;
}

.social_media_site_title
{
    color: #666;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
}

.social_media_site
{
    margin: 0 auto;
    padding-bottom: 2px;
    width: 173px;
}

.social_media_site .social_media_facebook,
.social_media_site .social_media_twitter,
.social_media_site .social_media_googleplus
{
    float: left;
}

.social_media_site .social_media_facebook
{
    margin-right: 3px;
}

.social_media_site .social_media_twitter
{
    margin-right: 10px;
}

.social_media_site .social_media_googleplus
{
    padding-top: 2px;
}

.social_media_site_pages
{
    border-top: 1px solid #cfcfcf;
    margin-top: 10px;
    padding-top: 7px;
    text-align: center;
}

/*==============================================================================
 Stats
==============================================================================*/
body.pdf .stats_page
{
    page-break-inside: avoid;
}

.stats_chart
{
    background: #fff;
    border: 1px solid #b4b4b4;
    margin-bottom: 20px;
}

table.stats
{
    background: #fff;
    border: 1px solid #b4b4b4;
    border-collapse: collapse;
}

table.stats th,
table.stats td
{
    padding: 4px 5px;
}

table.stats thead th
{
    border-bottom: 1px solid #b4b4b4;
    vertical-align: bottom;
}

table.stats .stats_icon
{
    border-right: 1px solid #b4b4b4;
}

table.stats .stats_data
{
    text-align: right;
}

table.stats .stats_totals
{
    border-left: 1px solid #b4b4b4;
    text-align: right;
}

table.stats tfoot th,
table.stats tfoot td
{
    border-top: 1px solid #b4b4b4;
}

.stats_back_forward
{
    color: #b4b4b4;
    margin-top: 5px;
    text-align: right;
}

.stats_pdf
{
    margin-top: 20px;
    padding-left: 5px;
}

/*==============================================================================
 OLD & UNCHECKED
==============================================================================*/
.block_header
{
    margin: 0;
    padding : 6px 0 3px 0;
    width : 781px;
    float: left;
    background: url(images/bgr_logo_top.gif) no-repeat top center;
}

.block_header_text
{
    margin: 0;
    padding: 0 6px 6px; 6px;
    float: left;
    width: 769px;
    background: #A2BCD5 url(images/bgr_logo_bottom.gif) no-repeat bottom center;
}

.header_left
{
    margin: 0;
    padding: 0;
    float: left;
    width: 300px;
    background: #A2BCD5;
}

.header_right
{
    margin: 0;
    padding: 10px 0 0 0;
    float: right;
    width: 380px;
    background: #A2BCD5;
    font-weight: normal;
}

.clear_both
{
    clear: both;
}

.ln_menu_top
{
    height: 8px;
    margin: 0;
    padding: 0;
    background-image: url(images/ln_menu_top.gif);
    background-repeat: repeat-x;
}

.topnav
{
    font-family: Arial, sans-serif;
    clear: both;
    font-size: 11px;
    height: 34px;
    color: #000;
    margin: 0;
    padding: 0 0 0 0;
    text-align: left;
}

.topnav li
{
    margin: 0;
    padding: 8px 4px 0 10px;
    color: #FFEADC;
    list-style: none;
    float: right;
    background: url(images/bgr_menu_top.gif) no-repeat top left;
    height: 34px;
}

.topnav li.menus a
{
    color: #999999;
    padding: 0 0 0 0;
}

.topnav li.menus a:hover
{
    color: #CB7674;
    padding: 0 0 0 0;
    text-decoration: underline;
}

.topnav li a
{
    color: #999999;
    text-decoration: none;
}

.topnav li a:hover
{
    color: #E0691A;
}

.news_left
{
    margin: 0;
    padding: 0;
    float: left;
    width: 50px;
    height: auto;
    text-align: left;
}
.news_right
{
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-align: left;
    width: auto;
}

.reguler_list
{
    margin: 0;
    padding: 2px 2px 2px 2px;
    background-color: #ECECEC;
    height: auto;
    text-align: left;
    color: #51697F;
}

.premium_list
{
    margin: 0;
    padding: 2px 2px 2px 2px;
    background-color: #D2D8FF;
    height: auto;
    text-align: left;
    color: #51697F;
}

.sponsored_list
{
    margin: 0;
    padding: 2px 2px 2px 2px;
    background-color: #FEBCC8;
    height: auto;
    text-align: left;
    color: #51697F;
}

.row
{
    width: auto;
    height: auto;
    padding: 0 0 0 15px;
    text-align: left;
    font-weight: normal;
}

* html .row
{
    height: 1%;
}

.row_left
{
    width: 65px;
    float: left;
    height: auto;
    padding: 5px 0 0 5px;
    text-align: left;
    font-weight: normal;
}

.row_right
{
    float: right;
    display: block;
    text-align: left;
    width: 470px;
    font-weight: normal;
    padding: 5px 0 0 5px;
}

* html .row_right
{
    height: 1%;
    padding: 5px 0 0 0;
}

.block_column
{
    margin: 0;
    padding: 0 5px 0 5px;
}

.col_1
{
    width: 10%;
    float: left;
    min-height: 18px;
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: normal;
}

.col_2
{
    width: 15%;
    float: left;
    min-height: 18px;
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: normal;
}

.col_3
{
    width: 20%;
    float: left;
    min-height: 18px;
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: normal;
}

.col_4
{
    width: 25%;
    float: left;
    min-height: 18px;
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: normal;
}

.col_5
{
    width: 40%;
    float: left;
    min-height: 18px;
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: normal;
}

a.cp_menu
{
    color: #000000;
    background-color: inherit;
    text-decoration: underline;
}

a.cp_menu:active, a.cp_menu:link, a.cp_menu:visited
{
    color: #000000;
    background-color: inherit;
}

a.cp_menu:hover
{
    color: #000000;
    background-color: inherit;
    text-decoration: underline;
}

.bold-white-text
{
    color: #f3f3f3;
    background-color: inherit;
    font-size: 11px;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.featuredprice
{
    color: #ff6600;
    background-color: inherit;
    font-size: 11px;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.feattxt
{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
}

.corner
{
    background-image: url(images/corner1.gif);
    width: 610px;
    height: 21px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: left top;
}

.right
{
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cccccc;

    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #cccccc;
}

.button
{
    /*
    background: #D4D0C8;
    height: 20px;
    width: auto;
    border: 1px solid #999999;
    */
    cursor: pointer;
    cursor: hand;
}

.btn_image
{
    float: left;
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 0;
    border: 1px solid #999999;
    cursor: pointer;
    cursor: hand;
    font-size: 11px;
    color: #000000;
    background: #D4D0C8;
    height: 15px;
    width: 50px;
    text-align: center;
}

.feed_desc img
{
    margin-right: 5px;
    border-right: #cfcfcf 1px solid; 
    border-top: #cfcfcf 1px solid; 
    border-left: #cfcfcf 1px solid; 
    border-bottom: #cfcfcf 1px solid; 
}

.block_category_left
{
    clear: both;
    width: 55px;
    margin: 0;
    padding: 0;
    float: left;
}

.block_category_right {  
    margin: 0;
    padding: 0 0 0 55px;
    display: block;
}

* html .block_category_right
{
    height: 1%;
    padding: 0;
}

.pricing_table th,
.pricing_table td
{
    padding: 3px 1px;
}

/*==============================================================================
 Print
==============================================================================*/
@media print
{
    .header-user,
    .header-image,
    .header-menu,
    .block_right,
    .footer_left,
    .seo_links
    {
        display: none;
    }
    
    body,
    .framework,
    .header,
    .header-logo,
    .block_left,
    .block_large_title,
    .block_large_title_text,
    .block_large_content,
    .block_large_content_text,
    .block_footer,
    .block_footer_text,
    .footer_right
    {
        background: none;
        border: none;
        float: none;
        height: auto;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    
    .block_large_title_text
    {
        color: #4665b4;
        font-size: 18px;
        font-weight: bold;
        margin: 20px 0;
    }
    
    .block_footer
    {
        color: #666;
        font-size: 11px;
        margin-top: 20px;
    }
    
    .footer_right span
    {
        display: inline;
    }
}

