/*************** MISC *****************/

h1 a, h2 a, h3 a, h4 a, h5 a {
    color:#000;
}

h1 {
    font-weight:bold;
    font-size:44px;
    line-height:1;
    margin-bottom:10px;

}

h2 {
    font-weight:bold;
    font-size:40px;
    line-height:1;
    margin-bottom:10px;
}

h3 {
    font-weight:bold;
    font-size:14px;
    line-height:1;
    margin-bottom:10px;
}

h4 {
    font-weight:bold;
    font-size:17px;
    line-height:1;
    margin-bottom:20px;
}

h3 span {
    font-size:12.8px;

}

p {
    margin-bottom:10px;
    line-height:1.5;
}



.clearLeftPadding {
    padding-left:0px !important;
}

.caption {
    color:#999;
    font-size:11px;
    min-height:10px;
}

.smallPrint {
    color:#999;
    margin-bottom:4px;
}

.morePhoto {
    font-size:22px;
}

.hr {
    width:140px;
    border-top:2px solid #999;
    margin-top:20px;
    margin-bottom:10px;
    clear:both;
}
.hrSmall {
    width:80px;
    border-top:2px solid #999;
    margin-top:40px;
    margin-bottom:10px;
    clear:both;
}

.hrSmallBlack {
    width:18px;
    border-top:2px solid #000;
    margin-top:20px;
    margin-bottom:5px;
    clear:both;
}

.translate {
    background:#FAFF98;
    padding-right:10px;
}

/******************* paginator *************/

.paginator {
    font-size:11px;
    margin-top:20px;
}

.paginator ul li {
    float:left;
    margin-right:3px;
}

.paginator span, .paginator a {
    display:block;
    text-align:center;
    height:17px;
    width:20px;
    border:1px solid #0300F8;
    padding-top:3px;
}

.paginator .current {
    color:#999;
    border:1px solid #999;
}

.paginator .space {
    border: none;
}

.paginator span.wide {
    width:auto;
    padding:3px 8px 0 8px;
}

.paginator .nextPage {
    border:1px solid #999;
    font-weight:bold;
    float:left;
    width:auto;
    padding:8px;
    margin-top:-5px;
    margin-left:10px;

}

.paginator .disabled {
    color: grey;
}


/******************* breadcrumbs ***********/

ul#breadCrumbs {
    border-top:2px solid #000;
    padding: 5px 0 0;
}

ul#breadCrumbs li {
    float:left;
    padding-left:5px;
    font-size:11px;
}


/******************** tab ******************/

#totalEntry {
    font-size:23px;
    float:right;
    line-height: 30px;
}

#search-wrapper {
    border-bottom: 4px solid #000;
    position: relative;
    z-index:3;
}


#tab {
    position: absolute;
    width:160px;
    left: 0;
    bottom: 0;
}

#tab .nav {
}

#tab .nav li {
    float:left;
        width:auto;
}

#tab .nav li a {
    display:block;
    padding:6px 10px 4px 10px;
    background:#EEE;
    color:#343434;
    border-right:1px solid #ccc;
}

#tab .nav li a.selected {
    background:#000;
    color:#fff;
    font-weight:bold;
}

#subnav {

}
#subnav li {
    float:left;
}

#subnav li a {
    padding:10px;
    padding-top:8px;
    padding-bottom:8px;
    display:block;
    font-weight:bold;
    color:#000;
    font-size:11px;
}

/***************** results *******************/

.resultRemark {
    font-size:13px;
}
    .resultRemark span {
        font-size:14px;
    position:relative;
    top:15px;
    }

.companyThumb {
    float:left;
    width:108px;
    height:173px;
    padding-right:14px;
    overflow:visible;
    line-height:1.2;
    font-size:11.9px;
}

.companyThumb a.thumb {
    display:block;
    width:108px;
    height:108px;
    text-align:center;
    margin-bottom:8px;
}

.companyThumb a.thumb img {
    border:1px solid #ccc;
    bottom: 0;
}

.companyThumb a.bottomSpacer {
    display:block;
    margin-bottom:2px;
}

.companyThumb .remarks {

}

.related-companies .companyThumb {
    padding-right: 3px;
    width:95px;
}

.related-companies .companyThumb a.thumb {
    width: 95px;
    height: 95px;
}

.related-companies .companyThumb img {
    width: 90px;
    height: 90px;
}
/* My Account */
#account h1 {
    font-size: 3.2em;
    margin: 5px 0 12px 0;
    font-weight: bold;
}

#account h3 a {
    font-weight: normal;
    padding: 0 0 0 20px;
}

.company-header {
    border-bottom: 1px solid #ccc;
}

.company-header h4 {
    float: left;
    width: 50%;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom:0px;
}

.company-header .company-actions {
    float: right;
    width: 50%;
    text-align: right;
}

.company-details {
    padding: 15px 0;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.cdesc {
    width: 400px;
}

.cdesc h5 {
    color: #000;
    font-weight: bold;
    font-size: 1.2em;
    margin: 15px 0 0 0;
}

.cdesc p {
    margin: 0;
    color: #313131;
}

.cdesc p.ac-history {
    font-style: italic;
    color: #727272;
}

.cdesc p.impressions {
    color: #656565;
}

.cdesc p.advertising_history {
    color: #656565;
    font-style:italic;
}

.cactions {
    width: 200px;
}

.cactions .boost {
    background: #fff912;
    padding: 5px;
    margin: 0 0 10px 0;
}

.status {
    font-weight: bold;
}

.active {
    color: #116615;
}

.pending {
    color: #ff6800;
}

.closed {
    color: #f80501;
}

/* Company Page Styles */
#cslideshow {
    position: relative;
}

#cslideshow .image {
    text-align:center;
}

#cslideshow .image-desc {
    position: absolute;
    left: 10px;
    top: 250px;
    background: #ccc;
    color: #000;
    opacity: .7;
    padding: 5px 10px;

}

.company-header {

}

.image-control {
    float: left;
}

.company-tagline {
    float: left;
    width: 500px;
}

h2.company-name {
    float: left;
    width: 50%;
    margin: 10px 0 0 0;
}

h2.company-name a {
    color: #000;
}

#fb-like {
    float: right;
    width: 50%;
    margin: 22px 0 0 0;
}

.news-header {
    width: 670px;
    position:relative;
    margin-top:-8px;
}

#news-fb-like {
    float: right;
    height:22px;
    overflow:hidden;
    position:relative;
    margin-bottom:8px;
    display:block;
}

.news-reader #news-fb-like {
    position:relative;
    margin-top:16px;
}

.content-left {
    float: left;
    width: 450px;
}

    .content-left div.thumbs {
        border:1px solid #ccc;
        float:left;
        cursor:pointer;
        margin-right:3px;
    }

    .content-left div.thumbs img {
        float:left;
    }


.content-right {
    float: right;
    width: 175px;
    margin-bottom:15px;
}

.image-list .image {
    position: relative;
}

.image-list .image p.image-desc {
    position: absolute;
    left: 10px;
    top: 250px;
    background: #ccc;
    color: #000;
    opacity: .7;
    padding: 5px 10px;
}

.contact-info {
    text-align: right;
}

.contact-info h5 {
    font-weight: bold;
    font-size: 1.2em;
}

.infoBox {
    border: 1px solid #cdcdcd;
    padding: 15px;
}

.grid_2 {
    width:100px;
    min-height:170px;
    font-size:11px;
    line-height:1;
}

.grid_2 img {
    margin-bottom:10px;
}

ul.navTab {
    float:left;
    width:100%;
    font-size:15px;
    margin-bottom:15px;
}

.navTab li a {
    margin-top:1px;
}

.navTab li {
    float:left;
    border:1px solid #ccc;
    border-right:none;
    display:block;
    padding:4px 14px 4px 14px;
    height:19px;
}

.navTab li.last {
    border-right:1px solid #ccc;
}

.navTab .selected {
    border-bottom:1px solid #fff;
}

.navTab .selected a, .navTab .selected {
    color:#000;

}

.navLine {
    float:left;
    width:630px;
    margin-top:30px;
    border-top:1px solid #ccc;
    position:absolute;
    z-index:-10;
}

/*************** Profile *****************/

.fbook_short {
    position:relative;
    border-width:0px;
    bottom:-3px;
    right:-8px;
}

.fbook_short img {;
    border-width:0px;
}

.company-header {
    position:relative;
    width:630px;
    padding-bottom:6px;
    overflow:hidden;
}

.image-control {
    float:right;
}

.image-control .prev {
    margin-right:6px;
}

.number_of_clicks {
    color:gray;
}

.content-right .left_oriented_block {
    text-align:left;
}

#container .additions_title {
    font-size:18px;
    padding-bottom:3px;
    font-weight:bold;
    display:block;
}

#company-map-marker img {
    border:1px solid #cfcfcf;
    padding:1px;
    background-color:#f3f3f3;
}

/*************** Profile / Album *****************/

.albums_title_1 {
    font-size:16px;
    position:relative;
    width:100%;
}

#container h3.albums_title_1 a {
    font-weight:normal;
    position:absolute;
    right:0px;
    top:3px;
    color:#0300F8;
    font-size:12px;
}

#container .related-companies {
    width:100%;
    clear:both;
    overflow:hidden;
}

#container .related-companies .companyThumb {
    width:95px;
    overflow:hidden;
}

#container .related-companies .companyThumb .thumb {
    position:relative;
}

#container .related-companies .companyThumb .thumb span {
    position:absolute;
    background-color:#ffffff;
    z-index:2;
    font-size:10px;
    color:#f34210;
    left:58px;
    top:4px;
    width:32px;
    text-align:center;
    padding-top:1px;
    font-weight:bold;
}

#container .related-companies .companyThumb a.thumb {
    text-decoration:none !important;
}

#container .album_detail {
    width:630px;
    clear:both;
    margin-bottom:12px;
}

#container .album_detail .companyThumb {
    width:98px;
    height:141px;
    overflow:hidden;
}

#container .album_detail .companyThumb .wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width:93px;
    height:93px;
    border-width:0px;
    text-align:center;
}

#container .album_detail .companyThumb .wraptocenter_block {
    width:93px;
    height:93px;
    border:1px solid #cdcdcd;
    overflow:hidden;
    position:relative;
}

#container .album_detail .companyThumb .wraptocenter_block:hover {
    border-color:#000000;;
}

#container .album_detail .companyThumb .wraptocenter * {
    vertical-align: middle;
}

#container .album_detail .companyThumb .wraptocenter img {
    width:auto;
    height:auto;
    border-width:0px;
}

#container .company-name {
    position:absolute;
    width:960px;
    margin-bottom:-1px;
    z-index:2;
}

#container .company-name .buy_now {
    position:relative;
    float:right;
    top:10px;
}

#container .company-name .fb_like {
    position:relative;
	top:17px;
	float:right;
	display:block;
	height:20px;
	width:45px;
}

.button-orang {
	display:inline-block;
	width:108px;
	height:36px;
	position:relative;
	top:4px;
	margin-left:4px;
	background: url('../images/orangbutton.png') no-repeat left top;
	overflow:hidden;
	font-size: 1px;
	line-height: 1px;
}

.button-orang:hover {
	background-position:left bottom;
}

#container .company_suggest_links {
    position:absolute;
    z-index:3;
    top:50px;
}

#container .detail {
	width:630px !Important;
}

#container .company-header {
    border-width:0px;
    margin-top:51px;
    clear:both;
    width:100%;
    z-index:3;
}

#container .sub_title {
    clear:both;
    font-weight:bold;
    font-size:13px;
    padding-top:2px;
    min-height:22px;
    overflow:auto;
    padding-top:50px;
    padding-right:82px;
    position:relative;
}

#container .sub_title .navigation {
    position:absolute;
    right:0px;
    font-size:12px;
    font-weight:normal;
    top:51px;
    text-align:right;
}

#container .sub_title .navigation a {
    margin-left:6px;
}

/*************** News *****************/

#container .grid_2 {
    float:left;
}

#container .news_title {
    font-size:33px;
    margin-top:8px;
}

#container .smallPrint {
    position:relative;
    padding-bottom:15px;
    display:block;
    clear:both;
}

#container .smallPrint .black {
    color:#000000;
}

#container .first_smallPrint {
    padding-bottom:0px;
}


#container .smallPrint .media_share {
    position:absolute;
    right:0px;
    top:3px;
    font-size:14px;
    color:#575155;
}

#container .smallPrint .media_share span {
    position:relative;
    top:-4px;
    font-weight:bold;
}

#container .smallPrint .media_share .retweet_button {
    position:relative;
    float:right;
    top:-2px;
    margin-left:12px;
}

#container .morePhoto {
    font-size:20px;
}

#container .news_separator {
    background-color:#cccccc;
    border-color:#cccccc;
}

.paginator .wide{
    color:#686868;
    border-color:#686868;
}

.paginator .nextPage{
    border:2px solid #cccccc;
    margin-left:10px;
    margin-top:-7px;
    padding:8px;
    padding-top:4px;
    padding-bottom:9px;
    font-size:17px;
    font-weight:normal;
}

.automatic_translation span {
    background-color:#fffe97;
    padding-left:2px;
    padding-right:2px;
}

#container .news_image_alt, #container .image_alt {
    font-size:13px;
    color:#999999;
}

/*************** Content *****************/

#content {
    position:relative;
}

/*************** Main menu with home *****************/

#tab {
    width:217px;
}


/*************** Sub menu ****************/

#subnav li {
    text-transform:uppercase;
}

/*************** Thumb nail hover in search ****************/

.companyThumb a:hover.thumb img {
    border-color:#000000;
}

/*************** Automatica translate ****************/

.automatic_translate_title span {
    background-color:#fdf7b9;
    padding-left:3px;
    padding-right:3px;
    padding-top:5px;
    padding-bottom:5px;
    font-size:10px;
}

/*************** Comments ****************/

.comments_title {
    font-size:16px;
}

h3.comments_title a {
    font-weight:normal;
    font-size:12px;
    color:#0206fd;
}

.comment-list .comment {
    padding-bottom:8px;
}

.comments_user {
    position:relative;
    margin-top:-11px;
}

.comments_user .gray {
    color:#676767;
    font-size:11px;
}

/*************** Search bug with padding ****************/

.companyThumb a.thumb {
    text-align:left;
}

/*************** Slider, updates ****************/

#container #cslideshow {
    text-align:center;
    background-color:#f2f2f2;
}

#container .album_picture_big_image {
    text-align:center;
    background-color:#f2f2f2;
    position:relative;
    top:1px;

}

#container .album_picture_big_image img {
    display:block;
    margin-left:auto;
    margin-right:auto;
}

#container .album_picture_description {
    position:relative;
    clear:both;
    width:550px;
    padding-right:80px;
    min-height:30px;
    margin-bottom:15px;
}

#container .album_pictuer_description .fb_like_2 {
    position:absolute;
    right:-3px;
    top:-3px;
}

.content-left div.thumbs {
    margin-right:2px;
    margin-bottom:2px;
    border-width:0px;
}

.content-left div.thumbs img {
    border:1px solid #cccccc !important;
}

.content-left div.thumbs.active img {
    border:1px solid #000000 !important;
}

#map-thumb-marker img {
    display:block;
    padding:1px;
    background-color:#f3f3f3;
}

/*************** Bread Crumbs and Back button ****************/

#container .back_button {
    background-image:url('../images/back_button_bg.png');
    background-repeat:no-repeat;
    width:69px;
    height:25px;
    overflow:hidden;
    float:left;
    position:absolute;
    top:72px;
    left:0px;
    z-index:11;
}

#container .back_button a {
    color:#000000;
    position:relative;
    font-size:10px;
    left:12px;
    top:5px;
    padding-left:14px;
}

/*************** My account (admin) ****************/

#container .my_account_h3 {
    position:relative;
    margin-bottom:-15px;
}

h3.my_account_h3 a {
    color:#0300F8;
}

.my_account_company_header {
    border-bottom:1px solid #cccccc !important;
    width:630px !important;
    position:relative;
    margin-bottom:-3px;
    overflow:visible !important;
}

.my_account_company_header h4 {
    position:relative;
    top:-2px;
    margin-bottom:-9px;
}

.my_account_company_header h4 a {
    color:#0300F8;
}

.my_account_company_header h4 span {
    font-size:12px;
    font-weight:normal;
}

.my_account_claim_block  {
    margin-bottom: 26px;
    font-size:16px;
}

/*************** Edit company ****************/

#container h2.edit_company_title {
    padding-top:11px;
    padding-bottom:12px;
}

ul.navTab {
    background-image:url('../images/company_edit_menu_bg.gif');
    background-position:left bottom;
    background-repeat:repeat-x;
    margin-bottom:18px;
}

.navTab li {
    border-color:#cdcdcd;
    border-style:solid none solid solid;
    border-width:1px medium 1px 1px;
    float:left;
    font-size:14px;
    background-color:#f2f2f2;
}

.navTab li.selected {
    background-color:#ffffff;
}

.navTab li a {
    display:block;
    height:19px;
    position:relative;
    overflow:hidden;
}

.navLine {
    background-color:#cdcdcd;
    border-width:0px;
    margin-top:30px;
    position:absolute;
    height:1px;
    overflow:hidden;
    width:630px;
    z-index:-10;
}

#add-button span {
    padding-left:8px;
    top:4px;
}

.companyThumb .edit_delete {
    padding-top:3px;
}

.company_change_cactions {
    position:absolute;
    right:30px;
    top:77px;
}

.cactions .boost {
    padding-top:2px;
    padding-bottom:3px;
    padding-right:5px;
    padding-left:5px;
    font-style:italic;
}

.back_to_link {
    position:relative;
    top:-6px;
}

.add_new_element_title {
    padding-top:2px;
    padding-bottom:11px;
}

/*************** Edit company / Description ****************/

#company-form {
    padding-top:5px;
}

#company-form .label {
    font-size:12px;
    padding-bottom:6px;
}

.label_for_video {
    font-size:10px;
    color:#686868;
    position:absolute;
    white-space:nowrap;
}


#company-form .label a {
    font-size:10px;
}

/*************** Flat page ****************/

#container .flat_page_title {
    font-size:33px;
    padding-bottom:10px;
    margin-top:9px;
}

#container .flat_page_content {
    position:relative;
    width:630px;
    overflow:hidden;
}

/*************** Header ****************/

#header {
    position:relative;
    z-index:10;
}

/*************** Content right ****************/

#container .content-right {
    margin-left:30px;
}

/*************** Content left ****************/

#container .description {
    padding-bottom:21px;
}

#container .company_detail_tags {
    padding-bottom:28px;
}

#container .company_detail_comments {
    padding-bottom:0px;
    position:relative;
    margin-bottom:-10px;
}

/*************** Claim company ****************/

#f_agreement, #f_subscribe {
    position:relative;
    width:630px;
}

#f_agreement .label, #f_subscribe .label {
    float:right !important;
    z-index:0;
    position:relative;
    width:600px;
}

#f_agreement .field, #f_subscribe .field {
    float:left !important;
    width:20px;
    position:relative;
    z-index:1;
    overflow:hidden;
    padding-right:0px;
    margin-right:0px;
    top:5px;
}

#f_agreement .help_text, #f_subscribe .help_text {
    position:relative;
    display:block;
    white-space:normal;
    right:20px;
    font-size:11px;
}

#f_agreement .errors, #f_subscribe .errors {
    padding:0px;
    margin:0px;
    width:630px;
    clear:both;
}

#f_agreement .errors ul li, #f_subscribe .errors ul li {
    padding-left:18px;
}

/*************** Inner page top ****************/

#search-wrapper {
    width:960px;
    clear:both;
    padding-top:21px;
    border-bottom: 4px solid #000;
    position: relative;
    height:44px;
}

.index_news_tab_title {
    position:absolute;
    left: 463px;
    top:45px;
    font-weight:bold;
}

/*************** Index news and search ****************/

.index_news_and_search {
    background-image:none;
    background-repeat:repeat-x;
    background-color:#f7f7f7;
    position:relative;
    width:960px;
    clear:both;
    margin-bottom:12px;
    z-index:1;
}

.index_news_and_search .link_on_news {
    clear:both;
    width:960px;
    background-color:#ffffff;
    text-align:right;
    padding-top:6px;
}

.index_news_and_search .index_search {
    padding-left:30px;
    padding-top:64px;
    padding-bottom:20px;
    width:399px;
    float:left;
    z-index:3;
}

.index_news_and_search .index_search h2{
    font-size:25px;
    font-weight:bold;
    padding-left:6px;
    position:relative;
    top:3px;
}

.index_news_and_search .index_search h3 {
    font-size:16px;
    font-weight:normal;
    font-family:georgian;
    font-style:italic;
    padding-left:6px;
    padding-bottom:7px;
}

.index_news_and_search .index_search h3 strong {
    font-style:italic;
}

.index_news_and_search .index_search_in {
    background-color:#f5f573;
    position:relative;
    width:399px;
    height:89px;
    z-index:3;
    overflow:visible;
}

.index_news_and_search .index_search_in #searchForm.css_search_form_2 {
    background-image:none;
    padding:0px;
    left:9px;
    top:20px;
}

.index_news_and_search .index_search_in #searchForm.css_search_form_2 .formInput_block {
    background-image:url('../images/input-bg-2.png');
    width:186px !important;
}

.index_news_and_search .index_search_in #searchForm.css_search_form_2 .formInput_block input {
    width:165px !important;
}

.index_news_and_search .index_search_in #searchForm.css_search_form_2 .formSelect_block {
    width:98px !important;
}

.index_news_and_search .index_search_in #searchForm.css_search_form_2 .formSelect_block input {
    width:65px !important;
}

.index_news_and_search .index_search_in .index_search_in_hint {
    position:absolute;
    z-index:0;
    left:12px;
    top:53px;
    color:#666666;
    font-size:12px;
}

/*************** Inder top news ****************/

.index_top_news {
    position:relative;
    overflow:hidden;
    float:right;
    background-color:#080800;
    width:496px;
    padding-bottom:7px;
    z-index:0;
}

.index_top_news .image {
    display:block;
    height:278px;
    position:relaive;
    overflow:hidden;
}

.index_top_news .image img {
    border-width:0px;
    display:block;
    margin-bottom:5px;
}

.index_top_news .clear {
    position:relative;

}

.index_top_news .text {
    float:left;
    width:396px;
    padding-left:13px;
    padding-right:8px;
    position:relative;
    overflow:hidden;
    border-right:1px solid #333333;
    color:#999999;
}

.index_top_news .text h4 {
    color:#ffffff;
    font-size:14px;
    font-weight:bold;
    padding-top:8px;
    margin-bottom:0px;
}

.index_top_news .text h4 a {
    color:#ffffff;
}

.index_top_news .text p {
    margin:0px;
    position:relative;
    top:2px;
}

.index_top_news .next {
    background-image:url('../images/news_arrow.gif');
    background-repeat:no-repeat;
    background-position:0px 2px;
    display:blockt;
    float:left;
    position:relative;
    left:8px;
    padding-left:31px;
    color:#ffffff;
    top:16px;
}

/*************** Inder news list ****************/

.index_news_list {
    border-top:2px solid #cccccc;
    background-color:#f7f7f7;
    position:relative;
    width:940px;
    clear:both;
    padding-left:20px;
    padding-top:15px;
    padding-bottom:38px;
    margin-bottom:44px;
    z-index:0;
}

.index_news_list .clear {
    position:relative;
    width:940px;
    clear:both;
    height:30px;
}

.index_news_list .list_element {
    float:left;
    width:163px;
    padding-right:8px;
    position:relative;
    overflow:hidden;
    font-size:11px;
}

.index_news_list .list_element h5 {
    font-size:12px;
    font-weight:bold;
    height:22px;
    position:relative;
}

.index_news_list .list_element h5 span {
    font-size:10px;
    font-weight:normal;
    padding-left:6px;
}

.index_news_list .list_element .image {
    display:block;
    position:relative;
    margin-bottom:12px;
}

.index_news_list .list_element .image img {
    display:block;
    border-width:0px;
}

.index_news_list .list_element .more a {
    text-decoration:underline;
}

.index_news_list .list_element .more a:hover {
    text-decoration:none !important;
}

.index_news_list .list_element .more {
    color:#0300F8;
}

.index_news_list .more_categories {
    position:absolute;
    z-index:1;
    left:881px;
    top:77px;
    color:#0300F8;
}

/*************** Featured ****************/

form .featured.row {
    background-color:#feff99;
    color:#006b00;
    font-size:17px;
    padding-left:7px;
    padding-bottom:7px;
    padding-top:6px;
    padding-right:1px;
    width:463px;
    overflow:visible;
    margin-top:19px;
}

form .featured_price.row {
    font-size:17px;
    padding-left:7px;
    padding-top:2px;
    position:relative;
    padding-bottom:0px;
    margin-bottom:-15px;
}

/*************** Albums ****************/

.albums_title {
    font-size:17px;
    font-weight:bold;
    position:relative;
    height:44px;
    overflow:hidden;
    padding-top:25px;
}

.albums_title span {
    font-weight:normal;
    display:block;
    font-size:12px;
}

h4.albums_title a {
    color:#0300F8;
}

#container .sub_title.albums_single_image {
    padding-top:0px;
    margin-top:-19px;
    position:relative;
    overflow:visible;
    font-weight:normal;
}

#container .sub_title.albums_single_image a {
    margin-left:2px;
    margin-right:2px;
}

#container .sub_title.albums_single_image .navigation {
    top:1px;
}

/*************** Fancy box style ****************/

#fancybox-inner .fancy_box_title {
    font-size:16px;
    margin-bottom:10px;
    font-weight:bold;
}



/*************** selectfield Onno ****************/
ul.select-field {
    max-height:200px;
    background:#ffffff;
    min-width:260px;
    border:1px solid #ccc;
    width:auto;
    margin-top:29px;
    z-index:1000;
    display:none;
    position:absolute;
    overflow:auto;
}

.ie8 ul.select-field {
    width:260px;
}

ul.select-field li {
    font-family: arial, helvetica, sans-serif;
    font-weight:bold;
    cursor:pointer;
    padding:0px 8px;
}

ul.select-field li:hover {
    background:#EFEFEF;
}

ul.select-field li.child {
    font-weight:normal;
}

