/* ====================== MAIN THEME STYLES: layout, fonts & colors ====================== */




form{
 padding:0px;
 margin: 0px;
}

a
{
  color: #49565C;
}

a:hover { color:#CC6600;}

a img{
 border:none;
}
div { zoom:1;}
/* ====================== COMPONENT CONTAINER STYLES ====================== */

#container_top_left
{ text-align: center;
  vertical-align: middle;
  width: 200px;
  height: 102px;
}

#container_top
{ text-align: left;
  vertical-align: top;
  width:'*'; 
  height: 102px;
}

#container_top_right
{ text-align: right;
  vertical-align: top;
  width: 200px; height: 102px;
}

#container_left_sidebar, #container_right_sidebar
{
  text-align: left;
  vertical-align: top;
  width: 200px;
}

#container_main_content
{ text-align: left;
  vertical-align: top;
  width:'*';
}



/* ====================== DEFAULT STYLES OF VARIOUS COMPONENTS ====================== */

/* padding for all general components */
.cpt_survey, .cpt_category_tree, .cpt_maincontent,
.cpt_currency_selection, .cpt_divisions_navigation, .cpt_auxpages_navigation
{
}

ul.vertical, ul.horizontal
{ padding: 0px;
  margin: 0px;
}
ul.horizontal{
width: 100%;
overflow: hidden;
}
.vertical li
{ padding-left: 0px;
  padding-bottom: 5px;
}
.horizontal li
{ float: left;
  margin-right: 25px;
}

.cpt_divisions_navigation ul
{ list-style-type: none;
margin: 0px;
}

.cpt_auxpages_navigation ul.vertical
{ list-style-image: url('../../images/li_infopages.gif');
  padding-left: 15px;
}
.cpt_auxpages_navigation .vertical li
{ padding-left: 5px;
}
.cpt_auxpages_navigation ul.horizontal
{ list-style-type: none;
  padding-left: 0px;
}

.cpt_auxpages_navigation ul.vertical li a { text-decoration:none; font-weight:bold;border-bottom:solid 1px;}

.cpt_survey
{ background: #f5dfc8;
}
.cpt_survey label { font-size:85%;}
.survey_question{
 font-weight: bold;
 margin-bottom: 10px;
 font-size:85%;
}
.survey_submit{
 margin-top: 10px;
}
.cpt_survey form{
 padding:0px;
 margin: 0px;
}

.cpt_currency_selection
{ text-align: center;
  font-size: 75%;
}
.cpt_currency_selection select
{ font-size: 90%;
}

.cpt_news_short_list
{ background: #e8e8e8;
}
.cpt_currency_selection form{
 display: inline;
}


.cpt_category_tree .parent_current a{
 font-weight: bold;
 color: black!important;
 text-decoration: none;
}
.cpt_category_tree .child .bullet{
// padding-left: 8px;
// background-repeat: no-repeat;
// background-position: left center;
// background-image: url("../../images/li_unselected.gif");
}
.cpt_category_tree .child_current .bullet{
// padding-left: 8px;
// background-repeat: no-repeat;
// background-position: left center;
// background-image: url("../../images/li_selected.gif");
}
.cpt_category_tree .child a{
font-weight:normal;
 padding-left: 10px;
 background-repeat: no-repeat;
 background-position: left center;
 background-image: url("../../images/li_unselected.gif");
// padding-left: 0px;
// background-image: none;
}
.cpt_category_tree .child_current a{
 padding-left: 10px;
 background-repeat: no-repeat;
 background-position: left center;
 background-image: url("../../images/li_selected.gif");
// padding-left: 0px;
// background-image: none;
 color: black!important;
 text-decoration: none;
}
a .bullet{
  text-decoration: none!important;
}

.cpt_category_tree .tab{
 margin-left:10px;
}
.cpt_product_add2cart_button
{ padding-top: 10px;
}

/* ====================== SET HOW CERTAIN COMPONENTS APPEAR IN VARIOUS CONTAINERS ====================== */
/* ====================== (if you wish to overwrite default appearence of components in certain containers) ====================== */

#container_top .cpt_divisions_navigation, #container_top .cpt_auxpages_navigation
{ background-color: black;
  height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#container_top .cpt_auxpages_navigation .vertical li
{ padding-left: 0px;
}

#container_top .cpt_divisions_navigation a, #container_top .cpt_auxpages_navigation a
{ color: white;
  text-decoration: none;
  font-weight: normal; font-size:80%;
}

#container_top .cpt_auxpages_navigation ul.vertical
{ list-style-image: none;
  padding-left: 0px;
}

#container_top .cpt_divisions_navigation a:hover, #container_top .cpt_auxpages_navigation a:hover
{ text-decoration: underline;
}

#container_top_right .cpt_language_selection, #container_top .cpt_language_selection
{ background: black;
  height: 18px;
  font-size: 85%;
}
#container_top_right .cpt_language_selection a, #container_top .cpt_language_selection a
{ color: white;
}

#container_top .cpt_product_search
{ background: #95ADDB;
  vertical-align: middle;
  text-align: center;
  padding-top: 17px;
  height: 43px;
// height: 60px;
}
.cpt_product_search form{
 margin: 0px!important;
}
#container_left_sidebar .cpt_product_search, #container_right_sidebar .cpt_product_search, #container_top_right .cpt_product_search
{ background: #DB95AD;
}
#container_top .cpt_product_search form
{ display: inline;
}
.cpt_shopping_cart_info a { font-weight:bold; text-decoration:none;  border-bottom:solid 1px;}
#container_top_right .cpt_shopping_cart_info
{
  height: 74px; 
// height: 80;
}

#container_left_sidebar .cpt_shopping_cart_info
{ background: #B2D281;
  border: 5px solid #90aa60;
}

#container_right_sidebar .cpt_shopping_cart_info
{ color: white;
  background: #DB95AD;
  border: 5px solid #C5808D;
}
#container_right_sidebar .cpt_shopping_cart_info a
{ color: white;
}

#container_footer .cpt_divisions_navigation a
{ font-size: 70%;
  font-weight: normal;
}

#container_main_content .cpt_product_lists
{ padding-bottom: 20px;
}

#container_left_sidebar .cpt_custom_html, #container_left_sidebar .cpt_custom_html div { //width:100%;}
/* ====================== STYLES OF ELEMENTS THAT APPEAR INSIDE VARIOUS COMPONENTS ====================== */

#searchstring
{ width: 120px;
}

#shpcrtca{
 font-weight: bold;
 font-size: 130%;
 white-space: nowrap;
}

#container_top #searchstring
{ width: 60%;
}

#container_main_content #searchstring
{ width: 60%;
}
.parent a { text-decoration:none; font-weight:bold; border-bottom:solid 1px; line-height:130%;}

/* ====================== PREDEFINED STYLES; edit, but do not delete these styles ====================== */

.small
{ font-size: 60%;
}
.big
{ font-size: 150%;
}

.background1, .background1 td
{ background-color: 1px solid #BFBBB3;
}





.error_block
{ font-weight: bold;
  color: red;
}

/*

a.admdivslst:hover,a.admdivslst:link,a.admdivslst:visited,a.admdivslst:active{text-decoration: none;color: blue;font-weight:normal;font-size:10pt;}
a.admdivslst:hover{color: navy;}

a.h_admdivslst:hover,a.h_admdivslst:link,a.h_admdivslst:visited,a.h_admdivslst:active{text-decoration: none;color: #888888;font-weight:normal;font-size:10pt;}
a.h_admdivslst:hover{color: #555555;}

*/

#tbl-checkout-progress td{
font-size: 0.7em;
vertical-align: top;
}

.current_prd_thumbnail img{
	border: #BBBBBB 3px solid;
}
a.prd_thumbnail img{
	border: #FFFFFF 3px solid;
}
a.prd_thumbnail:hover img{
	border: #BBBBBB 3px solid;
}


.news_title
{ padding-bottom: 10px; font-size:85%;
}

.news_subscribe, .news_thankyou
{ font-size: .8em;
}.news_thankyou{  font-weight: bold;  color: #fff;}.news_subscribe strong, .news_thankyou strong{  color: #5e5e5e;  display: block;  margin: 0 0 4px 0;}
.news_subscribe .input_message, .news_thankyou .input_message, .news_subscribe .input_message_focus, .news_thankyou .input_message_focus{ margin:0 0 4px 0; width:190px;}
/************************
BLOG STYLES
***************************/
.post_title{
 color: #666;
 margin-top: 30px;
 margin-bottom: 0px;
}
.post_date{ 
 color: #999;
 border: 0px solid #EEE;
 border-top-width: 1px;
 margin-bottom: 15px;
 }
.post_content{
 padding-left: 15px;
}

/***************************
PRODUCTS COMPARISON
****************************/
.cmp_headers{
 background-color: #d9e9ff;
}
.cmp_column_odd{
 background-color: white;
 vertical-align: top;
}
.cmp_column_even{
 background-color: #F2F8FF;
 vertical-align: top;
}
#cmp-table tr:hover td{
 background-color: #d5e5fa!important;
}
#cmp-table tr td{
 text-align:center;
 padding: 6px;
}
#cmp-table tr td.cmp_headers{
 text-align: left;
}

/***************************
PRODUCT DETAILED
****************************/
.product_list a { font-weight:bold; text-decoration:none; border-bottom:solid 1px; }
.product_list td a { border:none;}

.regularPrice{
 color: brown;
 text-decoration: line-through;
}

.youSaveLabel{
 font-size: 75%;
}
.youSavePrice{
 font-size: 75%;
}
.prd_out_of_stock {
 font-style:  italic;
}
.product_option { width:100%; _width:auto;}
/************************
PRODUCT REVIEWS STYLES
***************************/
.review_block
{ margin-left: 20px;
}
.review_title{
 color: #333;
 margin-top: 10px;
 margin-bottom: 0px;
 font-size: 120%;
}
.review_date{ 
 color: #999;
 border: 0px solid #EEE;
 border-top-width: 1px;
 font-size: 90%;
 margin-bottom: 5px;
 }
.review_content{
 color: #333;
 padding-left: 20px;
}
.review_showall{
 margin-left: 20px;
}
.cpt_product_related_products a {font-weight:bold;}

/****************************
SHOPPING CART
*****************************/
.background_cart_top
{ background-color: #D6D5D3;
  border-bottom: 1px solid #BFBBB3;
}
.background_cart_top h1{
 display: inline;
 padding: 0px;
 margin: 0px;
}
#cart_content_tbl{  font-size: .8em;
  min-width:550px;  width: 100%;  width: expression(document.body.clientWidth <550? "550px": "auto");}a.gofromfade{  font-weight: bold;}
#cart_content_tbl td{
 padding: 6px;
}
#cart_page_title.modal{
 padding: 10px;  background: #D6D5D3;  border-bottom: 1px solid #BFBBB3;
}#my_closeButton{  z-index: 10001;  margin: 35px 0 0 -10px;}
#cart_page_title h1{
 display: inline;
 padding: 0px;
 margin: 0px;
}#cart_clear{  position: absolute;  top: 0;  right: 0;  font-size: .8em;  margin: 22px 10px 0 0;}#cart_clear.modal{  margin: 12px 40px 0 0;}
#recalculate{background: transparent; border: 0; color: #49565C; padding: 0; border-bottom: 1px solid #49565C; cursor: pointer;}#cart_checkout_buttons{  text-align: right;`}#cart_total_section{  text-align: right;}
.cart_discount_label{
 font-weight: bold;
}#coupon_discount_value{  font-weight: bold;  color: #666;}#cart_coupon{  text-align: right;}  #cart_coupon em{    font-size: .8em;    font-style: italic;    color: #333;  }
#cart_total_label{ font-weight: bold;
}#blck-content p{  margin: 0 0 5px 0;}#blck-content div{  margin: 0 0 20px 0;}
#cart_total{ font-weight: bold; white-space: nowrap;
}
#cart_checkout_btn{  outline: none;
 padding-top: 20px;
}

#cart_content_header td{
 font-weight: bold;
}
.cart_apply_for_discounts_extra{
 font-size: 80%;
 color: #777;
}
.cart_product_quantity{border: 1px solid #D6D5D3;
 text-align: center;
}

/********************
HOMEPAGE UNFOLDED TREE
*********************/
.cpt_root_categories td {vertical-align:top;}
.rcat_root_category
{text-decoration:none; 
font-size: 115%;
  font-weight: bold;
}
.rcat_root_category:hover { border-bottom:solid 1px;}
.rcat_products_num
{ color: #999999;
  font-size: 80%;
}
.rcat_child_categories a
{ font-size: 80%;
  font-weight: normal;
}

/********************
REGISTRATION PAGE
*********************/
#reg_fields_tbl td{
 padding: 5px;
}
#reg_auth_fields td{
 background-color: 1px solid #BFBBB3;
}
#reg_confcode td{
 background-color: 1px solid #BFBBB3;
}
#reg_fields_tbl td input, .addressform td input{
 width: 300px;
}
#subscribed4news{
 width:auto!important;
}
#reg_fields_tbl td textarea, .addressform td textarea{
 width: 300px;height: 100px;
}
#reg_submit_btn{
 font-weight: bold;
}

/*********
SEARCH IN CATEGORY
**********/
#cat_advproduct_search {display: none;
 background-color: #D9E9FF;
 float: right;
 padding: 10px;
 margin-left: 10px;

}
#cat_advproduct_search h3{
 padding:0px;
 margin: 0px;
 padding-bottom: 10px;
 font-size:85%;
}
#cat_advproduct_search td { font-size:85%;}



#cat_product_sort { font-size:85%;}
#cat_product_sort a { font-weight:normal; }

.cpt_product_category_info a, #cat_info_left_block a, .cat_path_in_productpage td a { font-weight:bold;text-decoration:none;border-bottom:solid 1px; }
a.product_print{ font-weight:normal;font-size: .8em;position:absolute;right:0;top:0;margin: -22px 10px 0 0;background: transparent url(images/printer.png) left no-repeat;padding-left: 20px;}
/************
CHECKOUT
************/body div.AuthorizeNetSeal{  position: absolute;  top: 0;  right: 0;  margin: 85px 20px 20px 20px;}
.checkout_noframe_title{
 padding: 5px 15px;
}
#checkout_have_account{
 padding: 15px;
 background-color: 1px solid #BFBBB3;
 margin: 0 -5px 15px -5px;
}
#checkout_logininfo{

}
#checkout_logininfo .inputtext, #checkout_addresses .inputtext, #checkout_addresses textarea{
 width: 200px;
}
.checkout_buttons{ font-weight: bold;
}
.checkout_steps_divider{
width: 40px; height:1px; background-color:#99C9DF; overflow:hidden;
}

/**********************
ORDER STYLES
***********************/
tr#ord_total_row *{
	font-size: 105%;
	font-weight: bold;
}

.row_odd td{
 background-color: #F6F6F6;
}
.row_even td{
 border: 0px solid #fff;
 border-width: 1px 0px;
}
.paddingblock{background: #fff;
 padding-left: 15px;
 padding-right: 15px;
}
.paddingblock h2{
 padding-top:20px;
 margin-top: 0px;
}
.asterisk{color:red;}
.cellpadding tr td{
 padding: 5px;
}
.cust_name{
 font-size:110%;
 font-weight: bold;
}

#prddeatailed_container .cpt_product_rate_form table{
width: 100%;
/***********************/
width: auto;
/**/
}
.cpt_product_images{
float: left;
}/**ERISTOCRAT**/html, body{  background: #D6D5D3;  padding: 0;  margin: 0;  font-family: arial, helvetica, sans-serif;  font-size: 17px;}.clear{  display: inline-block;  clear:both;  overflow: hidden;}h1, h2, h3{  line-height: 1;}h1{  font-size: 1.4em;  color: #000;    margin: 0 0 20px 0;}h2, h3{  font-size: 1.1em;  color: #333;  margin: 0 0 .4em 0;}#page h3{    font-size: 1em;}#page{  position: relative;  padding: 0;  width: 953px;  margin: 0 auto;  background: #F6F6F6;}#page p{  color: #222;  line-height: 1.46em;  font-size: .9em;  margin: 0 0 1.46em 0;}#page ul{  margin: 0;  padding: 0;}#page li{  color: #222;  line-height: 1.46em;  font-size: .9em;  margin: 0;  list-style-type: none;  padding: 0;}#page p.caption{  font-size: .7em;}a.discrete{  color: #333;  background: #f0f0f0;  text-decoration: none;}a.discrete:hover{  color: #DF2C0B;}.left_align{  float: left;}.right_align{  float: right;}img.left_align{  margin: 0 20px 20px 0;}img.right_align{  margin: 0 0 20px 20px;}#page p.footnote{  font-style: italic;  margin: 1em 0;}/*HEADER*/#header{  padding-bottom: 22px;}#site_logo{  display: block;  width: 293px;  height: 152px;  margin: 0;  padding: 0;}#site_logo a{  display: block;  outline: none;  height: 152px;  width: 293px;  text-indent: -999em;  background: url(images/pivot-logo.jpg) no-repeat;}div#pivot_mission{  position: absolute;  width: 500px;  height: 152px;  text-align: center;  top: 0;  right: 0;  margin: 0 135px 0 0;  background: url(images/pivot-mission.jpg) no-repeat;}div#pivot_mission p{  visibility: hidden;}ul#main_menu{  padding: 0;  margin: 0 0 0 390px;  height: 55px;  width: 646px;  list-style-type: none;}  ul#main_menu li{    background: #D6D5D3;    height: 55px;    float: left;    list-style: none;    padding: 0 0 0 1px;    margin: 0;  }  ul#main_menu li.shop{    padding-left: 0;  }    ul#main_menu li a{      background: #F6F6F6;      display: block;      height: 55px;      text-indent: -999em;      outline: none;      background: url(images/main_menu_sprite.jpg) no-repeat;    }      ul#main_menu li.shop a{        width: 55px;        background-position: 0 0;      }      ul#main_menu li.shop a:hover{        background-position: 0 -55px;      }      ul#main_menu li.blog a{        width: 55px;        background-position: -55px 0;      }      ul#main_menu li.blog a:hover{        background-position: -55px -55px;      }      ul#main_menu li.events a{        width: 83px;        background-position: -110px 0;      }      ul#main_menu li.events a:hover{        background-position: -110px -55px;      }      ul#main_menu li.designers a{        width: 91px;        background-position: -193px 0;      }      ul#main_menu li.designers a:hover{        background-position: -193px -55px;      }      ul#main_menu li.press a{        width: 60px;        background-position: -284px 0;      }      ul#main_menu li.press a:hover{        background-position: -284px -55px;      }         ul#main_menu li.eco_smart a{        width: 120px;        background-position: -344px 0;      }      ul#main_menu li.eco_smart a:hover{        background-position: -344px -55px;      }               ul#main_menu li.about a{        width: 72px;        background-position: -464px 0;      }      ul#main_menu li.about a:hover{        background-position: -464px -55px;      }      ul#main_menu li.contact a{        width: 102px;        background-position: -536px 0;      }      ul#main_menu li.contact a:hover{        background-position: -536px -55px;      }                                                        /*SHOPPING CART CALLOUT*/  .cpt_shopping_cart_info{    background: none;    width: 96px;    vertical-align: middle;    position: absolute;    top: 0;    right: 0;    margin: 0 9px 0 0;    text-align: center;  }  .empty_cart #shpcrtgc{    visibility: hidden;  }    #shpcrtca, #shpcrtgc{      font-size: .5em;      font-weight: bold;      color: #666;      display: inline;    }    .cpt_shopping_cart_info a{      border: none;      font-size: .8em;      color: #00A02E;      text-decoration: none;      background: url(images/basket.png) left no-repeat;      line-height: 20px;      padding: 2px 0 0 19px;    }    .cpt_shopping_cart_info a:hover{      color: #007F23;    }/*CONTENT*/.cpt_maincontent{  position: relative;  padding: 0 10px 0 0;}#page.home .cpt_maincontent{  padding-top: 0;  height: 550px;}#content{  width: 100%;  background: #e8e8e8;  position: relative;}  #page.home #content .pane{    width: 740px;    padding: 0;  }  #content .pane{    background: #F6F6F6;    width: 710px;    float: left;    padding: 0 0 0 30px;    position: relative;    min-height: 550px;    border-right: 1px solid #f6f6f6;  }  #content .sidebar{    width: 212px;  }  #content #right_sidebar{    margin-left: 741px;    background: #e8e8e8;    position:  relative;  }/*SIDEBARS*/.cpt_news_short_list{  padding: 0 9px 0 9px;}.news_date{  color: #F07A0F;  font-size: .8em;  font-weight: bold;  margin: 0 0 3px 0;}.news_title{  font-size: .67em;}.news_viewall{  display: none;}.news_subscribe{}.sidebar .cpt_category_tree span.bullet{  display: none;}#page .sidebar .cpt_category_tree li{  padding-left: 9px;  line-height: 1.2;}.sidebar .cpt_category_tree li a{  border: 0;  color: #000;  font-size: 1em;  font-weight: bold;  text-decoration: none;}  .sidebar .cpt_category_tree li a:hover{    color: #222;  }/*FOOTER*/#footer{  border-top: 1px solid #f6f6f6;  background: #5D5D5D;}#footer ul{  height: 30px;  margin: 0 auto;  padding: 0;  width: 650px;}  #footer li{    height: 30px;    width: 130px;    margin: 0;    text-align: center;  }    #footer li a{      line-height: 30px;      font-size: .8em;      color: #fff;      font-weight: bold;      text-decoration: none;      border-bottom: 1px solid #5d5d5d;    }    #footer li a:hover{      border-bottom: 1px solid #f6f6f6;    }    #footer #footer_detail{      background: #D6D5D3;      padding: 9px 0 0 0;      line-height: 1;      font-size: .8em;      position: relative;      color: #666;    }      #footer_detail #page_copyright{        float: left;      }      #footer_detail #site_credit{        position: absolute;        right: 0;        text-align: right;        top: 0;        margin: 9px 0 0 0;      }      #footer_detail #site_credit a{        text-decoration: none;        font-weight: bold;      }      #page #footer_detail .adr{        width: 400px;        color: #333;        font-size: 1.2em;        text-align: center;        margin: 0 auto;      }      #page #footer_detail .adr .street-address{        display: inline;      }      #page #footer_detail .adr div.tel{        margin: 2px 0 0 0;      }/*CATEGORY PAGE*/#page ul.breadcrumb{  margin: -24px 0 0 0;  height: 22px;  position: absolute;}  #page ul.breadcrumb li{    float: left;    background: url(images/breadcrumb-arrow.jpg) left no-repeat;    padding: 0 2px 0 17px;  }  #page ul.breadcrumb li a{    font-weight: bold;    text-decoration: none;  }  #page ul.breadcrumb li.home{    padding-left: 0;    background: none;  }  #page div.pagination{    text-align: center;    font-size: .8em;  }  #page div.pagination.top{    position: absolute;    top: 0;    right: 0;    text-align: right;    margin: 22px 22px 0 0;  }  .category_product_list{    width: 710px;  }  .category_product_list td{    padding: 0 20px 30px 0;    width: 335px;  }.prdbrief_thumbnail{  width: 150px;  min-height: 150px;  text-align: center;  float: left;  margin: 0 0 10px 0;}  .prdbrief_thumbnail a{    display: table-cell;    vertical-align: middle;    height: 152px;    width: 150px;  }h3.prdbrief_name{  margin: 0 0 .4em 0;  font-size: 1em;  width: 332px;  overflow: hidden;  height: 1em;}h3.prdbrief_name a{  border-bottom: none;  text-decoration: none;  color: #000;}.prdbrief_option_group{  padding: 0;  clear:both;  position: relative;  background: #fff;}.prdbrief_price{  text-align: right;}.prdbrief_options{  height: 1.4em;}.prdbrief_options select{  width: 150px;  float: right;}.prdbrief_price .totalPrice{  color: #222;  font-size: 1em;  line-height: 1.3;  font-weight: bold;}.prdbrief_add2cart{  position: absolute;  bottom: 0;  left: 0;  margin: 0 0 -3px   0;}ul.category_list{  list-style-type: none;  display: inline-block;  clear: both;  margin: 22px 0 0 0;  padding: 0;}#page  ul.category_list li{    display: block;    float: left;    height: 117px;    width: 205px;    background: #5D5D5D;    margin: 0 25px 30px 0;  }/*PRODUCT LIST*/.prdbrief_detail_group{  background: #fff;  padding: 5px 5px 10px 5px;  position: relative;}#page .cpt_product_description li, #page .prdbrief_detail_group li{  list-style: disc;}.product_brief_block .prdbrief_brief_description{  font-size: .80em;  line-height: 1.2em;  margin: 0 0 10px 160px;  }/*PRODUCT DETAIL*/#box_product_thumbnails a{ display: block; height: 150px; width: 150px; float: left;}#box_product_thumbnails a img, .prdbrief_thumbnail img, img.right_align, img.left_align, ul.press_list img, #google_map, #new_hours, .prdbrief_detail_group{  border-top: 1px solid #e6e6e6;  border-left: 1px solid #e6e6e6;  border-bottom: 1px solid #D6D5D3;  border-right: 1px solid #D6D5D3;}.cpt_product_params_selectable td{  padding: 0;  }/*ECO-SMART*/ul.eco_smart_list{  list-style-type: none;  display: inline-block;  width: 675px;  margin: 0;  padding: 0;}  #page ul.eco_smart_list li{    width: 200px;    float: left;    margin: 0 25px 0 0;    padding: 10px 0 0 0;    height: 90px;    background: url(images/200x100-grey-round-rect.jpg) top no-repeat;  }    ul.eco_smart_list li a{      display: block;      width: 180px;      padding: 0 10px 10px 10px;      text-decoration: none;      font-size: .84em;      font-weight: bold;      color: #DB2E06;      outline: none;      background: url(images/200x100-grey-round-rect.jpg) bottom no-repeat;    }    ul.eco_smart_list li a img{      margin: 0 0 10px 0;    }    #page ul.eco_smart_list li a p{      color: #DB2E06;      margin: 0;    }    #page ul.eco_smart_list li a:hover p{      color: #585858;    }#page ul.smart_sites{  margin: 0 0 22px 0;}/*PRESS*/ul.press_list{  list-style-type: none;  width: 700px;  display: inline-block;  overflow: visible;  margin: 0;  padding: 0;}  #page ul.press_list li{    display: inline-block;    clear: both;    width: 680px;    margin: 0 20px 20px 0;    border-bottom: 1px solid #D6D5D3;    padding: 0 0 20px 0;  }  #page ul.press_list li p{    vertical-align: top;    font-size: .7em;    margin: 0 0 0 270px;  }  #page ul.press_list li .image_wrap{    display: block;    float: left;    text-align: center;    width: 250px;  }      ul.press_list li p strong{      display: block;      margin: 0 0 .4em 0;    }    ul.press_list li p em{          }    #page ul.press_list li a{      color: #222;      text-decoration: none;    }    ul.press_list li a:hover img{        border: 1px solid #F6F6F6;    }    ul.press_list li a:hover img{        border-top: 1px solid #47BF68;  border-left: 1px solid #47BF68;  border-bottom: 1px solid #00A02E;  border-right: 1px solid #00A02E;    }/*CONTACT*/#page #google_map{  width: 425px;  display: table-cell;  vertical-align: middle;  text-align: center;  float: right;  margin: 0 0 20px 20px;  background: #fff;  min-height: 350px;  padding: 1px;}  #google_map a{    font-weight: bold;    font-size: .7em;    line-height: 1.8;  }  #new_hours{    display: inline-block;    position: relative;    margin: 20px 0;    padding: 5px 9px 9px 10px;    width: 230px;  }  #new_hours strong{    display: block;    margin: 0 0 9px 0;  }  #new_hours dl{    width: 230px;    margin: 0;    color: #222;    font-size: .8em;  }  #new_hours dl dt{    display: block;    margin: 0;    height: 1.4em;    width: 130px;    float: left;    font-weight: bold;  }  #new_hours dl dd{    display: block;    height: 1.4em;    margin-left: 100px;    width: 100px;  }  #page .adr{    margin: 0 0 20px 0;  }  #page .adr span, #page .adr div{    font-size: .8em;  }  #page .adr span.direction-detail{    display: block;    font-style: italic;    font-size: .7em;    margin: 4px 0 0 0;    color: #444;  }  #page .adr div.tel{    margin: 9px 0 0 0;  }  #page p#about_emailing{    font-size: .8em;    margin: 0 0 11px 0;    line-height: 1.8;  }  #page a.email{    text-decoration: none;    padding-left: 20px;    line-height: 16px;    font-size: 1em;    background: url(images/email.png) left no-repeat;  }  #page a.facebook{    display: block;    background: url(images/facebook-icon.jpg) top left no-repeat;    margin: 0 0 20px 0;    padding: 0 0 0 22px;    text-decoration: none;    font-size: .8em;    font-weight: bold;    line-height: 20px;  }  #page ul.public_transportation{    margin: 0 0 20px 20px;    padding: 0;  }  #page ul.public_transportation li{    list-style: disc;    padding: 0;    line-height: 1.3;    margin: 0 0 .4em 0;  }/*EVENTS*/ul.event_list h2{  border-bottom: 1px solid #D6D5D3;}ul.event_list .event_list{  margin-bottom: 20px;}ul.event_list .event_list li{  margin-bottom: 11px;}/*BLOG*/iframe#wp_blog{  border: 0;  height: 600px;}

#page a.flickr{    
	display: block;    
	background: url(/images/flickr-icon.jpg) top left no-repeat;    
	margin: 0 0 20px 0;    
	padding: 0 0 0 22px;    
	text-decoration: none;    
	font-size: .8em;    
	font-weight: bold;    
	line-height: 20px;  
}

#page a.twitter{    
	display: block;    
	background: url(/images/twitter-icon.jpg) top left no-repeat;    
	margin: 0 0 20px 0;    
	padding: 0 0 0 22px;    
	text-decoration: none;    
	font-size: .8em;    
	font-weight: bold;    
	line-height: 20px;  
}