@charset "UTF-8";
/* CSS Document */

/* BASIC CSS */
body {
    background-color: #7e7e7e;
    margin: 25px;
    margin-top: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

a {
    color: #000000
}
a:visited {
    color: #000000;
}

a.print_link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
}

#clear {
    clear: both;
}


#head_title {
    border-bottom: 1px solid #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 20px;
}




#username {
    float: left;
    text-align: right;
    padding-top: 4px;
    padding-right: 10px;
}


#usernamefield {
    float: left;
    padding-right: 20px;
}

#password {
    float: left;
    padding-top: 4px;
    text-align: right;
    padding-right: 10px;
}

#passwordfield {
    float: left;
    padding-right: 10px;
}

#loginbutton {
    float:left;
    padding: 0px;
}

#button {
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: right;
}

#forgotp {
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}


.optional {
    font-size: 9px;
    color: #999999;
}



#secure_pic {
    float:left;
    padding-top: 3px;
}





/* POSITIONS */

#caddress {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: right;
    padding-top: 20px;
    padding-right: 15px;
}


#logo {
    float: right;
    padding-right: 15px;
    padding-top: 80px;
}



#body_wrapper {
    background-color: #FFFFFF;
    width: 950px;
    margin:0 auto;
}

#header {
    background-color: #dddddd;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 6px;
    padding-left: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
}

#header_wrapper {
    padding: 5px;
    padding-bottom: 10px;
}

#list_header {
    padding-left: 5px;
    padding-bottom: 10px;
    border-bottom:     #dddddd 1px solid;

}

#content_wrapper {
    float: left;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    width: 650px;
}

#blog_content_wrapper {
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 650px;
}


#content_bottom {
    padding-top: 10px;
    padding-right: 20px;
}

#left-col {
    float: left;
    width: 200px;
}


#right-col {
    float: right;
    width: 250px;
}

#center-col {
    float: left;
    padding-bottom: 20px;
}

#top {
    padding-right: 0px;
    padding-left: 0px;
    width: 930px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#welcomemsg {
    padding-bottom: 10px;
}

#search_wrapper {
    padding-right: 20px;
    padding-top: 20px;
}

#search {
    float: left;
    padding-top: 5px;
}
#search_icon {
    padding-left: 15px;
}

#useractions {
    padding-top: 15px;
    padding-bottom: 10px;
}

#useractions_lists{
    padding: 15px;
    float:right;
}

#pagenav {
    float: right;
}

#userpanel {
    float: right;
}

#title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-right: 20px;
    border-bottom:     #dddddd 1px solid;
    margin-bottom: 50px;
    padding-bottom: 10px;
}

#title_wrapper {
    border-bottom:     #dddddd 1px solid;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
}

#title_fl {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    float: left;
}

#job_details {
 /*   background-color: #ddd; */
    padding-top: 10px;

}

#job_details_apply {
}

#job_details_cv {
    padding: 15px;
    padding-left: 0px;
}

#job_details_left {
    float: left;
    width: 400px;
    padding-right: 10px;
}
#job_details_left a:link {
    text-decoration: underline;
    color: #999999;
}
#job_details_left a:visited{
    text-decoration: underline;
    color: #999999;
}

#jobseek_details_left {
    float: left;
    width: 350px;
    padding-right: 10px;
}
#jobseek_details_left a:link {
    text-decoration: underline;
    color: #999999;
}
#jobseek_details_left a:visited{
    text-decoration: underline;
    color: #999999;
}

.member_icon_jobs {
    padding-top: 5px;
    float: left;
}


#row1 a:link {
    text-decoration: underline;
    color: #999b9d;
}
#row1 a:visited{
    text-decoration: underline;
    color: #999b9d;
}

#row2 a:link {
    text-decoration: underline;
    color: #999b9d;
}
#row2 a:visited{
    text-decoration: underline;
    color: #999b9d;
}

#job_details_right {
    float: left;
    width: 230px;
}

/*JOB ACTIONS */
#rss {
    float: left;
    padding-right: 10px;
}
#rsstext {
    float: left;
    padding-right: 10px;
}

#jobmail{
    float:left;
    padding-right: 10px;
}
#jobmailtext {
    float: left;
}

/*JOB LIST TITLES*/
#jobtitle_h {
    float: left;
    width: 360px;
    color: #999;
}

#jobtitle_h_seek {
    float: left;
    width: 260px;
    color: #999;
}

#jobcompany_h {
    float: left;
    width: 150px;
        color: #999;
}

#jobcompany_h_seek {
    float: left;
    width: 90px;
        color: #999;
}

#joblocation_h {
    float: left;
    width: 130px;
        color: #999;
}

#joblocation_h_seek {
    float: left;
    width: 130px;
        color: #999;
}



#jobdate_h {
    float: left;
    width: 80px;
        color: #999;
}

#jobdate_h_seek {
    float: left;
    width: 80px;
        color: #999;
}

#jobactions_h {
    float: right;
    color: #999;
}

#jobactions_h_seek {
    float: right;
    color: #999;
}

#jobtitle {
    float: left;
    width: 350px;
    padding-right: 10px;
    font-weight: bold;
}

#jobtitle a:link {
    font-weight: bold;
    color: #000;
}

#jobtitle a:visited {
    font-weight: bold;
    color: #000;
}


#jobtitle_seek {
    float: left;
    width: 250px;
    padding-right: 10px;
    font-weight: bold;
}

#jobtitle_seek a:link {
    font-weight: bold;
    color: #000;
}

#jobtitle_seek a:visited {
    font-weight: bold;
    color: #000;
}

#job_company {
    float: left;
    width: 350px;
    padding-right: 10px;
}

#job_company_seek {
    float: left;
    width: 80px;
    padding-right: 10px;
}

#job_company2 {
    float: left;
    width: 350px;
    padding-right: 10px;
}

#job_location {
    float: left;
    width: 120px;
    padding-right: 10px;
}

#job_location_seek {
    float: left;
    width: 120px;
    padding-right: 10px;
}

#job_date{
    float: left;
    width: 70px;
}

#job_date_seek{
    float: left;
    width: 70px;
}

#job_actions {
    float: right;
}

#job_actions_seek {
    float: right;
}

.job_profile_link {
    padding-left: 10px;
    padding-top: 8px;
    float: left;
}

.job_profile_link a:visited{
    text-decoration: none;
    color: #999999;
}

.job_profile_link a:link{
    text-decoration: none;
    color: #999999;
}


.special_login_blick_text {
    padding-right: 15px;
}

.special_login_blick_text a:link{
    text-decoration: none;
    color: #999999;
}

.special_login_blick_text a:visited{
    text-decoration: none;
    color: #999999;
}

#job_content_bottom a:visited{
    text-decoration: none;
    color: #999999;
}

#job_content_bottom a:link{
    text-decoration: none;
    color: #999999;
}

.job_detail_back a:link{
    text-decoration: none;
    color: #999999;
}
.job_detail_back a:visited{
    text-decoration: none;
    color: #999999;
}

/* ROWS */
#row1 {
    border-bottom:     #ccc 1px solid;
    min-height: 50px;
    padding: 5px;
    padding-top: 15px;
}

#row2 {
 /*   background-color: #dddddd; */
    border-bottom:     #ccc 1px solid;
    min-height: 50px;
    padding: 5px;
    padding-top: 15px
}

/* FILTERS */

#title_filters {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 10px;
}

#filtertext {
    float: left;
    padding-right: 15px;
    padding-top: 4px;
}

#filterdrop {
    float: left;
    padding-right: 50px;
}

/* BLOCKS JOBS */
#hblock1 {
    float: left;
    width: 650px;
    padding-left: 10px;
    padding-top: 30px;
}

#hblock1_nopackage {
    float: left;
    padding-left: 10px;
    padding-top: 10px
    padding-right: 10px;
}

#hblock2 {
    float: right;
    width: 230px;
    padding-left: 20px;
}

#hblock3 {
   padding-top: 20px;
   padding-left: 10px;
}

#hblock4 {
    float: left;
    width: 230px;
    padding-left: 20px;
}

#login {
    float: right;
}

#login_block {
    background-color: #d8d8d8;
    width: 185px;
    float: right;
    margin-top: 20px;
    margin-right: 15px;
    padding: 5px;
}

#usermenu_block {
    background-color: #d8d8d8;
    width: 185px;
    float: right;
    margin-right: 15px;
    margin-top: 20px;
    padding: 5px;
}

#ublock_title {
    background-repeat: no-repeat;
    font-weight: bold;
}


#lblock_title {
    background-repeat: no-repeat;
    font-weight: bold;

}

#block_title {
    background-repeat: no-repeat;
    font-weight: bold;

}


/* FORM FIELDS */
#form_text {
    width: 200px;
    min-height: 30px;
    float: left;
}

#form_text_small {
    font-size: 9px;
}

#form_input {
    float: left;
}

#form_input2 {
    float: left;
    padding-top: 5px;
}

.input {
    width: 160px;
    margin-top: 3px;
}

.forminput {
    width: 280px;
    margin-top: 3px;
}


#secure_text {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    float: right;
    padding-top: 5px;
    padding-right: 0px;
}


/* ACCORDIAN */


.basic  {
    width: 650px;
    font-family: verdana;
}
.basic div {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.basic p {
    margin-bottom : 10px;
    border: none;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
    margin: 0px;
    padding: 10px;
}
.basic a {
    cursor:pointer;
    display:block;
    padding:5px;
    margin-top: 0;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    color: black;
    background-color: #ddd;

    background-image: url("AccordionTab0.gif");
}
.basic a:hover {
    background-color: white;
    background-image: url("AccordionTab2.gif");
}
.basic a.selected {
    color: black;
    background-color: #7e7e7e;
    background-image: url("AccordionTab2.gif");
}


/* MENU */

#menu_item {
    float: left;
    padding-left: 5px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 5px;
}

.active_item {
    color: #FFFFFF;
    background-color: #dddddd;
}

#bmenuitem {
    padding: 3px;
}

.right_col {
    padding-right: 20px;
    padding-left: 10px;
}

.top_url a:link, a:visited {
    color: #FFFFFF;
    padding-bottom: 5px;
}

.languages {
    color: #FFFFFF;
}

/* Error */
#authMessage {
    clear: both;
    color: #990000;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #990000;
    border-bottom: 1px solid #990000;
}

.error, .error-message {
    clear: both;
    color: #990000
}



/* Flash/Error/Success */
.error, .message, .success {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

#flashMessage {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #990000;
    border-bottom: 1px solid #990000;
}

/* Flash */
.message {
    color: #817134;
}

/* Success */
.success {
    color: green;
}

#preview_wrapper {
    background-color: #ffffff;
    width: 650px;
}

/* Apply_Form */

#apply_sender {
    float: left;
    padding-bottom: 20px;
    width: 100px;
}

#apply_prename {
    float: left;
    padding-right: 10px;

}

#apply_lastname {
    float: left;
    padding-right: 10px;
}

#apply_sender_mail {
    float: left;
}

#apply_title {
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

#apply_mail_wrapper {
    border: 1px solid #666666;
    padding: 10px;
}

#apply_sende {
    float: left;
    width: 150px;
}

#apply_prename {
    float: left;
}

#apply_subject {
    float: left;
    width: 100px;
}

#apply_subject_title1 {
    float: left;
}

#apply_subject_title2 {
    float: left;
}

#appply_salutation {
    padding-top: 20px;
}

#apply_letter {
    padding-top: 10px;
}

#apply_attachement {
    float: left;
    padding-top: 20px;
}

#apply_attachement_title {
    float: left;
    padding-right: 20px;
    padding-top: 20px;
}

#topmenu {
    background-color: #7e7e7e;
    padding: 0px;
    margin: 0px;
}

h1 a:link, h1 a:visited {
    color: #ffffff;
    text-decoration: none;
}

/* LOGIN BLOCK FRONTEND */
#login_block_front {
    width: 210px;
    background-color: #DDDDDD;
    padding: 5px;
    padding-bottom: 10px;
}

#block_header {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 18px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #7E7E7E;
    margin-right: 30px;
}

#block_header_title {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

#block_content {

}

#block_username {
    padding-bottom: 3px;
}

#block_usernamefield {
    padding-bottom: 3px;
}

#block_password {
    padding-bottom: 3px;
}

#block_passwordfield {
    padding-bottom: 3px;
}

#block_forgotp {
    padding-top: 5px;
    padding-bottom: 5px;
}

#block_loginbutton {
    padding-bottom: 0px;
}

#key_icon {
    width: 50px;
    float: right;
}

#credtis_status {
    padding-bottom: 10px;
}

/* PRODUCTS CSS RULES */

#content_wrapper_products {
    width: 910px;
    padding: 20px;
}
#cat_wrapper_preview {
    width: 635px;
}

#content_left {
    float: left;
    width: 635px;
}

#content_right {
    float: left;
    width: 225px;
    padding-left: 30px;
    padding-right: 10px;
    margin-top: 60px;
}
#content_right_products {
    float: left;
    width: 225px;
    padding-left: 30px;
    padding-right: 10px;
}

#cat_title {
    border-bottom:1px solid #DDDDDD;
color:#000000;
font-size:18px;
font-weight:bold;
margin-bottom:10px;
padding-bottom:3px;
}

#prodllib_catname {
    padding-top: 5px;
    text-align: center;
}

#breadcrumbbar {
    padding-top: 5px;
    padding-bottom: 10px;
}

#product_pre_pic {
    float: left;
    width: 75px;
}

#manufacture_pre_pic {
    float: left;
    padding: 2px;
    width: 75px;
    height: 75px;
    border: 1px solid #ccc;
}

#product_pic_spacer {
    float: left;
    width: 5px;
}
#vertical_spacer{
    height: 5px;
}
#category_spacer{
    height: 20px;
}
#banners_products {
    width: 220px;
    padding-top: 20px;
}
#products_more {
    font-weight: normal;
    text-align: right;
    padding-top: 10px;
}
#products_subnav {
    text-align: left;
}
#small_search_block {
    padding-top: 10px;
    padding-left: 5px;
    padding-bottom: 10px;
}
#products_search_dropdown {
    float: left;
    padding-right: 10px;
    margin:3px;
}

#products_pagenav {
    padding-top: 20px;
    text-align: center;
}

#prodlilb_br_man_letter {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

ul{
    margin: 0;
    padding: 0;
}

.listNav { margin:0 0 10px;}
.listNav a { font-size:0.9em; display:block; float:left; padding:2px;
    border:#ff; border-right:none; text-decoration:none }
.listNav a.ln-last { border-right:#ff; }
.listNav a:hover,
.listNav a.ln-selected { background-color:#eaeaea; text-decoration:underline }
.listNav a.ln-disabled { color:black }
.listNav .ln-letterCount { text-align:center; font-size:0.8em; line-height:1;
    margin-bottom:3px; color:#336699; } /* extra styling using jquery.listnav.js internally used class name */

/* USER PANEL */

#logout_top {
    float: right;
}

#userpanel {
    float: left;
    padding-left: 20px;
    width: 80%;
}

#userpanel_icon {
    float: left;
    padding-right: 10px;
}
#userpanel_icontext {
    float: left;
    padding-right: 10px;
    padding-top: 5px;
}

#userpanel_icontext a:link, a:visited {
    color:#000000;
    text-decoration:none;
    font-family:Helvetica,Verdana,Arial,sans-serif;
    font-size:12px;
    font-weight:normal;
}

#form_radio_yn {
    float:left;
    width:30px;
}

#send2friend_wrapper {
    background-color: #ffffff;
    width: 450px;
    padding: 10px;
}
#s2f_title {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 20px;
}
#s2f_email_friend {
    float: left;
}
#s2f_email_friend_text {
    float: left;
    padding-right: 10px;
    padding-top: 5px;
    width: 150px;
}
#s2f_your_email {
    float: left;
    margin-top: 15px;
}
#s2f_your_email_text {
    float: left;
    padding-right: 10px;
    padding-top: 5px;
    margin-top: 15px;
    width: 150px;
}
#s2f_comment_friend {
    margin-top: 15px;
    padding-bottom: 10px;
}
#s2f_commentbox {
    padding-bottom: 15px;
}
#s2f_send {
}

// Content archive style
#ca_head {
    padding-top: 20px;
    padding-left: 10px;
}
#ca_cat_title {
    font-size: 11px;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #7e7e7e;
    border-bottom-color: #7e7e7e;
    width: auto;
    display: inline-block;
}
#ca_head_date {
    font-size: 18px;
    padding-top: 10px;
}
#ca_content_wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}
#ca_left {
    float: left;
    width: 625px;
    border-right: 1px solid #7e7e7e;
    padding-right: 10px;
}
#ca_right {
    float: left;
    width: 225px;
    padding-left: 30px;
}
#ca_date_content_wrapper {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #7e7e7e;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
}
#ca_date_contents {
    float: left;
    width: 150px;
}
#ca_cotitles_wrapper {
    float: left;
}
#ca_arrow_right {
    float: left;
    padding-right: 10px;
    padding-top: 1px;
}
#ca_ct_title {
    float: left;
    width: auto;
    display: inline-block;
    padding-right: 20px;
}
#ca_search_block {
}
#ca_search_input {
}

#mi_side_title {
    font-size: 16px;
    padding-left: 20px;
    font-weight: bold;
}
#mi_list_wrapper {
    padding-top: 20px;
    padding-left: 20px;
}
#mi_company_logo {
    border:1px solid #CCCCCC;
    float:left;
    height:75px;
    padding:2px;
    width:75px;
}
#mi_img {
    float: left;
    padding-left: 10px;
}
#account_desc {
    padding-top: 5px;
}
/* PAGINATION STYLES */
#pagenav a:link {
    text-decoration: underline;
}

/* JOB DETAILS */
#job_detail_title {
    font-family: Helvetica,Verdana,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    float: left;
}
.job_detail_back {
    padding-bottom: 10px;
}
.job_detail_wrapper {
    border-bottom: 1px solid #CCC;
    padding-bottom: 20px;
}
.job_detail_left {
    float: left;
    width: 330px;
    padding-right: 10px;
}
.job_detail_right {
    float: left;
    width: 300px;
}
.job_detail_location {
    float: left;
    width: 140px;
}
.job_detail_add_date {
    float: left;
    width: 90px;
}
.job_detail_back_icon {
    float: right;
}
#job_content_bottom {
    padding-top: 10px;
    padding-bottom: 10px;
}
.job_detail_description {
    padding-top: 10px;
}
.job_detail_job_location {
    padding-top: 15px;
}
.job_detail_contact {
    padding-top: 10px;
}
.job_detail_company_infos {
    padding-top: 10px;
}
.special_login_blick_text {
    width: 220px;
}
.job_detail_company {
}

/* PRODUCT REVIEW */

#content_wrapper_pmessage {
    width: 910px;
    padding: 20px;
}

#pmessage_left {
    float: left;
    width: 650px;
}

#pmessage_right {
    float: left;
    width: 240px;
    padding-left: 20px;
}

#pmessage_title {
    border-bottom:1px solid #B8B8B8;
    color:#B8B8B8;
    font-family:arial,sans-serif;
    font-size:18px;
    font-weight:normal;
    padding-bottom: 5px;
    margin-bottom: 20px;
    width: 570px;
}

#pmessage_pic_title {
    margin-bottom:3px;
    color:#555555;
font-size:11px;
line-height:120%;
}

#pmessage_pics {
    float: left;
    width: 210px;
    margin-right: 10px;
}

#pmessage_text {
    float: left;
    width: 350px;
    font-size:12px;
    line-height:120%;
}

#pmessage_pic_bottom_text {|
    color:#555555;
    font-size:11px;
    line-height:120%;
    margin-bottom:3px;
    margin-top:3px;
}

.product_review_wrapper {
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 20px;
}

.job_detail_send2friend {
    float: left;
    padding-top: 10px;
}
.job_detail_send2friend_textlink {
    float: left;
    padding-top: 10px;
    padding-left: 10px;
}
.account_info_login {
    float: left;
    padding-top: 4px;
    padding-left: 10px;
}
.credit_infos_title {
    font-family: Helvetica,Verdana,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
}
.credits_packages_list {
    padding-top: 20px;
}
.credit_infos_text_add {
    padding-top: 20px;
}
a#thickbox_link {
    font-size: 10px;
    color: #ccc;
}

.account_types_title {
    font-family: Helvetica,Verdana,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
}

.account_type_title {
    font-family: Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
}
.account_user_account_wrapper {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: 10px;
    padding-bottom: 10px;
}

.reviews_archive_table_titles {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.reviews_arch_add_date_title {
    float: left;
    font-weight: bold;
    height: 20px;
    width: 100px;
}

.reviews_arch_title_title {
    float: left;
    font-weight: bold;
    height: 20px;
}

.reviews_arch_add_date {
    float: left;
    padding-bottom: 10px;
    width: 100px;
}

.reviews_arch_title {
    float: left;
    width: 520px;
    padding-bottom: 5px;
}
.captcha_input {
    padding-top: 5px;
    padding-bottom: 10px;
    float: left;
}
.captcha_input_text {
    float: left;
    padding-top: 5px;
    padding-left: 10px;
}
.captcha_image {
}
.captcha_refresh {
    padding-top: 5px;
    padding-bottom: 10px;
}
/* SPOTLIGHT */
.spotlight_wrapper {
    width: 615px;
    padding: 10px;
    background-color: #dddddd;
    margin-bottom: 20px;
}
.spotlight_title {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}
.intro_text {
    padding-bottom: 20px;
}
.prodlib_search_box {
    margin-top: 20px;
    background-color: #dddddd;
    padding: 10px;
    width: 200px;
}
.prodlib_search_title {
    font-size: 12px;
    padding-bottom: 10px;
    font-weight: bold;
}
.recomend_box_prodlib {
    background-color: #F00;
    padding: 10px;
    width: 200px;
    font-size: 11px;
    color: #FFF;
}

.recomend_box_prodlib a:link {
    color: #FFF;
    font-size: 11px;
}

.recomend_box_prodlib a:visited {
    color: #FFF;
    font-size: 11px;
}

.search_more {
    float: left;
}
.form_submit {
    float: right;
}
.search_forminput {
    padding-bottom: 10px;
}
.prodilb_focus_box {
    margin-top: 20px;
    background-color: #dddddd;
    padding: 10px;
    width: 200px;
}
.prodlib_box_title {
    font-weight: bold;
    padding-top: 10px;
    margin:0 auto;
    width: 200px;
}
.prodlib_focus_caption {
    padding-top: 10px;
    margin:0 auto;
    width: 200px;
}
.prodlib_focus_pic {
    width: 200px;
     margin:0 auto;
}

.prodlib_product_review {
    margin-top: 20px;
    background-color: #dddddd;
    padding: 10px;
    width: 200px;
}
.prodlib_prod_review_img {
}
.prodlib_prod_review_author {
    padding-top: 10px;
}
.prodlib_prod_review_caption1 {
    padding-top: 10px;
}
.prodlib_prod_review_caption2 {
    padding-top: 10px;
}

.recommend_wrapper {
    background-color: #ddd;
    padding: 10px;
}

.recommend_form_text {
    padding-top: 10px;
    padding-bottom: 5px;
}

.recommend_form_input {
    padding: 0px;
}

.recommend_form_submit {
    padding-top: 20px;
}
.recommend_intro {
    padding-bottom: 20px;
}
.thickbox_title {
        font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}

.thickbox_text {
    padding-top: 10px;
}

.thickbox_close {
    padding-top: 20px;
}

.prodlib_product_more {
    margin-top: 20px;
    background-color: #dddddd;
    padding: 10px;
    width: 200px;
}

.prodlib_product_more_title {
    font-size: 12px;
    padding-bottom: 10px;
    font-weight: bold;
}
.prodlib_product_more_link {
    padding-bottom: 10px;
    font-weight: bold;
}

.prodlib_product_more_link a:link {
    padding-bottom: 10px;
    font-weight: bold;
    color:#666666;
}

.prodlib_product_more_link a:visited {
    padding-bottom: 10px;
    font-weight: bold;
    color:#666666;
}

.product_review_archive_wrapper {
    padding-top: 20px;
}

.reviews_back_top {
  text-align: right;
  float: right;
}
.reviews_back {
    padding-top: 10px;
}