/* DOERING CSS */

/* includes */
@import url(navi.css);
@import url(dialogs.css);
@import url(components.css);

body, table, input, select, textarea, tt, label{
  margin: 0;
  padding: 0;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 10px;
  font-size-adjust: none;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 130%;
  zoom:1; /*force every element in IE6&7 to have layout*/
}

body {
  contenteditable: true;
}
div#body.plain {
  padding: 20px 0 20px 20px;
}

input, select {
  border: 1px solid #9C998F;
  padding: 1px;
}
h1 {
  margin: 0;
  padding: 0;
  font-size: 18px;  /* ref #1531 */
  font-weight: lighter;
  line-height: 25px;
}
h2 {
  margin: 0;
  padding: 20px 0 10px 0;
  color: #E03509;
  font-size: 18px;
  font-weight: lighter;
  line-height: 20px;
}
.cleardiv { clear:both; font-size:0; height:0; line-height:0; }
.debug { border: 1px solid #f00; }
.isRgt { float:right; }
.isLft { float:left; }
.btn { border: 0; width: auto; height: auto; }

span.btn {
  background: url();
}
span.btn input {
  height: 20px;
  border: 0;
  background:#FFCB02;
  text-transform: uppercase;
  font-size:12px;
}

/* line */
.blank_line { padding-top: 10px; }
.dot_line { background:transparent url(/out/esono/src/bg/linedot.gif) repeat-x scroll center bottom; height: 1px; }
.pl_line { border-bottom: 1px dotted #9C998F; padding: 0px 0 20px 0; margin-bottom: 20px; }
.blank_dot_line { border-top: 1px dotted #9C998F; padding: 0; margin-bottom: 20px; height: 1px; }

.link_simple {
  color:#FF3600 !important;
  font-size:10px;
  line-height:1.1em;
  padding-left:7px;
  text-decoration:none;
}
.link {
  background:transparent url(/out/esono/img/esono/bg_tree_arrows.gif) no-repeat scroll 0 -385px;
  color:#FF3600 !important;
  font-size:10px;
  line-height:1.1em;
  padding-left:7px;
  text-decoration:none;
}
.link_black {
  background:transparent url(/out/esono/img/esono/bg_tree_arrows.gif) no-repeat scroll 0 -412px;
  color:#000 !important;
  font-size:10px;
  line-height:1.1em;
  padding-left:7px;
  text-decoration:none;
}

/* Layout     */
/* div#page         { width:980px; margin:0px auto 0; padding:0; position: relative; background:#fff } */

div#d_page         { width:960px; margin:0px auto 0; padding:0; position: relative; background:#FFF; }
  div#d_navi_top { clear:both; background:#FFF;  width:920px; height:28px; padding:0; margin-left: 20px; }
  div#d_header   { clear:both; background:#FFF; background-image: url(/out/esono/img/esono/bg_header.jpg); background-repeat:no-repeat; width:920px; height:110px; margin-left: 20px; }
    div#d_logo   { clear:both; padding: 13px 0 0 20px }
    div#d_slogan { text-align: right; padding: 0 18px 0 0 }
  div#d_navi_main { clear:both; background:#FFCB03;  background-image: url(/out/esono/img/esono/bg_navi_main.gif); width:920px; height:28px; margin-bottom: 30px; margin-left: 20px; }

  /* div#header  { clear:both; background:#fff } */
  /* div#content { clear:both; background:url(bg/bd_ce_.gif) repeat-y } */
  div#d_content { clear:both; background:url(bg/bd_ce_.gif) repeat-y }
    /* div#path  { margin:0 0 0 195px; background:#fff; padding:15px 0 0 0; border-bottom:1px solid #f0f0f0; color:#969696 } */
    /* div#left  { float:left; width:180px; background:#ffffcc; border-right:4px solid #ff3600 } */
    /* div#right { float:right; width:204px; background:#ffffcc } */
    /* div#body  { margin:0 210px 50px 190px; padding:10px 0 0 0 } */
    div#d_left  { float:left; width:201px; margin-left: 19px; }
    div#d_right { float:right; width:199px; margin-right: 19px; }
    div#d_body  { margin:0 248px 50px 251px; padding:0; position:relative; overflow:hidden; width:460px }
    div#d_body_wide  { margin:0 0 50px 20px; padding:0; position:relative; overflow:hidden; width:690px }

  /* div#footer  { clear:both; background:#fff } */
  div#d_footer { clear:both; background:url(/out/esono/img/esono/bg_footer.gif) repeat-x; border-top: dotted 1px #D5CFC4; padding-top: 20px; width: 960px; height:235px }
  div#d_copy { clear:both; color: #777777; border-top: dotted 1px #D5CFC4; padding: 10px 20px; width: 920px; height:20px }

  div.clear {clear: both }


/* d_footer */

div#d_footer ul {
  display:block;
  list-style-type:none;
  margin:0 0 0 21px;
  padding: 4px 0 0 0;
}
div#d_footer ul li {
  color: #777777;
  background-image:none;
  display:block;
  float:left;
  margin-left:40px;
  padding-left:0px
}
div#d_footer ul li.firstNode {
  margin-left:0;
  padding-left:0;
}
div#d_footer ul li .title {
  font-size: 11px;
  font-weight: 700;
  padding-bottom: 10px;
}
div#d_footer ul li .links {
  background-color: transparent;
  color: #777777;
}
div#d_footer ul li .links a {
  color: #777777;
  line-height: 1.5;
  clear:both;
  padding: 0;
  margin: 0;
  font-weight:normal;
}

/* d_copy */

div#d_copy a {
  color: #777777;
}


/* d_wellcome */

.d_wellcome {
  border-bottom: 1px dotted #9C998F;
  padding: 0px 0 20px 0;
  margin-bottom: 20px;
}

/* pl_text_wide */

.pl_text_wide {
  background-color: #F4F0E7;
  padding: 8px 10px 0 10px;
}
.pl_tw_item {
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  height: 70px; height: 80px;
  owerflow: hidden;
}
.pl_tw_item div.text {
  width: 290px;
}
.pl_tw_item div.title {
  text-transform:uppercase;
}
.pl_tw_item div.title a {
  color: #000;
  font-weight: bold;
  font-size: 11px;
}
.pl_tw_item div.desc {
  padding: 5px 0 0 0;
  font-size: 11px;
  height: 40px;
  overflow:hidden;
}
.pl_tw_item div.pricebox {
  padding: 10px 0 0 0;
  width: 133px;
}

/* pricebox */
/* pricebox_item_alist */

div.pricebox_item_alist,
div.pricebox .pricelabel {
  font-size: 10px;
  font-weight: bold;
  float: left;
}
div.product_item_noticelist .price,
div.pricebox_item_alist .price {
  margin: 0 0 5px 5px;
  font-size: 19px;
  font-weight:normal;
  text-align: left;
}
div.pricebox .price {
  padding-left: 2px;
  font-size: 11px;
  float: left;
}
div.pricebox_item_alist .actions,
div.pricebox .actions {
  font-size: 10px;
  float: right;
}

div.pricebox_item_alist .tocart,
div.pricebox .tocart {
  padding: 9px 0 0 0;
  float: right;
}

/* adwBox */

div.adwBox {
  margin: 0 0 0 30px;
}

/* product_box_img1 */

.product_box_img1 {
  width: 195px;
  height: 263px; height: 303px;
  background-color: #F4F0E7;
  border-bottom: 1px solid #fff;
  padding: 12px 10px;
  overflow:hidden;
}
.product_box_img1 div.imgWrapper {
  text-align: center;
  border: 1px solid #B6B1A8;
  background-color: #fff;
  overflow:hidden;
  line-height: 142px;
  width: 192px;
  height: 142px;
}
.product_box_img1 img {
  border: 0;
  vertical-align: middle;
}

.product_box_img1 div.contentWrapper {
  height: 100px;
  height: 140px;
  overflow:hidden;
}
.product_box_img1 div.title {
  padding: 5px 0;
  text-transform:uppercase;
  font-weight: bold;
  font-size: 10px;
  color: #000;
}
.product_box_img1 div.title a {
  color: #000;
}
.product_box_img1 div.short_desc {
  padding: 0 0 5px 0;
}
.product_box_img1 div.pricebox {}
.product_box_img1 .price {
  display:block;
}
.d_links {
  padding-top: 3px;
  clear: both;
  float: left;
}

/* product_item_noticelist */
/* product_item_alist */
/* product_box_wide */
/* sub_cat_box */

.detail_box,
.sub_cat_box,
.product_item_noticelist,
.product_item_alist,
.product_box_wide {
  width: 440px;
  /* height: 120px; */
  background-color: #F4F0E7;
  padding: 12px 10px;
  overflow:hidden;
}
.product_box_wide {
  height: 140px;
}

.sub_cat_box,
.product_item_alist {
  height: auto;
}
.detail_box {
  margin-top: 10px;
  height: auto;
}
.product_item_alist .bigprice {
  font-size: 24px;
  line-height: 100%;
}

/* Order list */

.order_list_box {
  background:#F4F0E7;
  margin-bottom: 5px;
  padding: 5px;
}
.order_list_table {
}
.order_list_table td {
  vertical-align: top;
  font-size: 10px;
}
.order_list_table td.td1 {
  width: 110px;
  font-weight: bold;
}
.order_list_table td.td2 {
  width: 170px;
}
.order_list_table td.td3 {
}
.order_list_table .note {
  font-weight: bold;
  color: #000;
}
.order_list_table .order_link_box {
  padding-top: 3px;
}
.order_list_table .ocnt {
  margin-bottom: 3px;
}

/* imgWrapper */

.sub_cat_box div.imgWrapper,
.product_item_noticelist div.imgWrapper,
.product_item_alist div.imgWrapper,
.product_box_wide div.imgWrapper {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border: 1px solid #B6B1A8;
  text-align: center;
  overflow:hidden;
  background-color: #fff;
}
.sub_cat_box img,
.product_item_noticelist img,
.product_item_alist img,
.product_box_wide img,
.detail_wrapper_img img,
.basketImgWrapper img {
  vertical-align: middle;
  border: 0;
}
.detail_wrapper_img {
  margin-right: 10px;
}

.sub_cat_box img {
  margin: 10px;
}
.sub_cat_box div.contentWrapper,
.product_item_noticelist div.contentWrapper,
.product_item_alist div.contentWrapper,
.product_box_wide div.contentWrapper {
  x_width: 300px;
  x_height: 100px;
  overflow:hidden;
  padding: 0 0 0 10px;
}
.product_item_alist div.contentWrapper {
  x_height: 80px;
}
.product_box_wide div.contentWrapper,
.sub_cat_box div.contentWrapper {
  height: 120px;
}
.product_item_noticelist div.contentWrapper {
  xheight: 80px;
}
.sub_cat_box div.title,
.product_item_noticelist div.title,
.product_item_alist div.title,
.product_box_wide div.title {
  padding: 0 0 5px 0;
  text-transform:uppercase;
  font-weight: bold;
  font-size: 10px;
  color: #000;
}
.sub_cat_box div.title a,
.product_item_noticelist div.title a,
.product_item_alist div.title a,
.product_box_wide div.title a {
  color: #000;
}
.product_item_noticelist div.short_desc,
.product_item_alist div.short_desc,
.product_box_wide div.short_desc {
  padding: 0 0 5px 0;
}
.product_item_noticelist .tocart_box {
  padding:0 0 5px 10px;
}

/* catHead */

.catHead {
  height: 130px;
  background-repeat:no-repeat;
}
.catHeadMini {
}
.catHeadTitle {
  padding: 18px;
}

/* listSsortRow */

.listLocator {
  padding: 5px 0;
}
.listLocBody a {
  font-size: 11px;
  color: #E03509;
}
.listLocBody a.active {
  color: #000;
  font-weight: bold;
}

/* details */

.detail_head {
  padding-top: 10px;
}
.detail_content {
  width: 433px;
  padding: 0;
  margin: 0;
  overflow:hidden;
}
.detail_wrapper_img div.img_box {
  position: relative;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  border: 1px solid #B6B1A8;
  background-color: #fff;
  overflow:hidden;
}
.zoom_img {
  position: absolute;
  right: 1px;
  bottom: 1px;
}
.detail_icons {
  width: 120px;
}
.detail_ico {
  float: left;
  display: block;
  margin: 3px 0 0 2px;
  width: 36px;
  height: 36px;
  text-align: center;
  border: 1px solid #B6B1A8;
  background-color: #fff;
  overflow:hidden;
}
.detail_ico .isFirst {
  margin-left: 0;
}
.detail_wrapper_top div.title_box,
.detail_wrapper_top div.title_box_wide {
  width: 300px;
  padding-top: 10px;
  font-weight: bold;
  text-transform:uppercase;
}
.detail_wrapper_top div.title_box_wide{
  width: 440px;
}
.detail_desc .short_desc {
  margin-top: 30px;
}
.detail_desc .long_desc {
  margin-top: 20px;
}
.details_price {
  margin-top: 10px;
  margin-bottom: 10px;
}
.details_price .price .label_old {
  font-weight: bold;
  font-size: 11px;
  margin-left; 10px;
  text-align: right;
}
.details_price .price .price_old {
  text-decoration: line-through;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
}
.details_price .price .fprice {
  font-size: 14px;
  line-height: 16px;
  text-align: right;
}
.details_price .price .act {
  color: #f00;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}
.details_price div.fields_and_buttons {
  margin-top: 20px;
}
.details_price div.pperunit {
  text-align: right;
}

.product_price_unit_label_box {
  height: 24px;
}
.product_price_unit_label {
  margin: 10px 10px 0 0;
}

/* variants */

.variants_box div.title_other_variantlist,
.variants_box div.title_box {
  margin-top: 50px;
  padding-bottom: 10px;
  font-weight: bold;
  text-transform:uppercase;
}
.variants_box div.title_other_variantlist {
  margin-top: 20px;
}
.variantlist_item {
  background-color:#F4F0E7;
  padding: 5px;
  margin-bottom: 10px;
}
.variantlist_item div.img_box {
  background-color:#FFFFFF;
  border:1px solid #B6B1A8;
  height:69px;
  width:69px;
  overflow:hidden;
  float: left;
  /*
  line-height:69px;
  position:relative;
  */
  text-align:center;
  margin: 0px 5px 5px 0;
}
.variant_item_title,
.variant_item_title_wide {
  float: left;
  width: 250px;
  height: 45px;
}
.variant_item_title_wide {
  width: 440px;
}
.variant_item_title a,
.variant_item_title_wide a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.vi_price {
  font-weight: bold;
  font-size: 14px;
  /* line-height: 14px; */
  width: 105px;
  float: right;
  margin: 10px 10px 0 0;
}
.vi_price div.por {
  font-weight: normal;
  font-size: 10px;
}
.vi_price div.unitquantity {
  font-weight: normal;
  font-size: 10px;
}
.variant_fields {
  width: 370px;
  float: left;
  vertical-align: baseline;
}
.variant_fields div {
  /* border: 1px solid #f00; */
}
.variant_fields div.tocart,
.variant_fields div.amount,
.variant_fields div.actions {
  height:20px;
  width: 100px;
  vertical-align: middle;
}
.variant_fields div.actions {
  float: left;
}
.variant_fields div.amount {
  float: right;
}
.variant_fields div.tocart {
  float: right;
  width: 135px;
}
.variant_fields div.amount {
  margin-right: 5px;
}
.variant_fields div.amount label {
  font-weight: bold;
}
.variant_table {
  border: 1px solid #D6D1C5;
  border-left:0;
  border-right:0;
  width: 438px;
  float:right;
  padding:5px 0 5px 0;
}
.variant_table_fullw {
  width: 429px;
  padding: 0 10px 0 10px;
}
.variant_table td,
.variant_table_fullw td {
  height: 23px;
}


.style_table {
  /* height: 20px; width: 100px;   */
  display: table;
  #position: relative; /* IE! */
  overflow: hidden;
}
.style_table_td {
  #position: absolute;
  #top: 50%;
  display: table-cell;
  vertical-align: middle;
}
.style_table_td_inner {
  #position: relative;
  #top: -50%;
}
.style_table_td_inner_image {
  #position: relative;
  #top: -50%;
  #left: -50%;
}


.product_item_alist .price_block {
  margin: 10px 0 0 0;
  width: 380px;
}
.product_item_alist .price_block .toBasketButton{
  margin: 5px 0 0 0;
}


.fields_and_buttons .amount {
  padding-right: 10px;
  font-weight: bold;
  font-size: 11px;
  line-height: 20px;
  vertical-align: middle;
}
.fields_and_buttons .amount input {
  border: 1px solid #B6B1A8;
}

/* basket */

.basket_main {
  padding: 10px;
  background-color: #F4F0E7;
  width: 670px;
}
.basketImgWrapper {
  width: 98px;
  height: 76px;
  line-height: 76px;
  border: 1px solid #B6B1A8;
  text-align: center;
  overflow: hidden;
  background-color: #fff;
  margin-right: 8px;
}
table.basket {
  width: 670px;
}
table.basket tr td,
table.basket tr th,
table.basket tr,
table.basket {
  font-size: 11px;
}
tr.sumrow td {
  padding-top: 3px;
}

table.basket tr th,
tr.sumrow td b {
  padding-top: 10px;
  font-weight: bold;
  font-size: 11px;
  line-height: 20px;
  vertical-align: middle;
}
.art_title a,
.art_title {
  color: #000;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
}
.price,
.totalprice,
.ta_right,
.sumdesc {
  text-align: right;
}
tr.bsk_sep .bigline div {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #D7D1C6;
}
.action_links {
  padding-left: 5px;
}
.basket_navi_buttons .tbl {
  width: 100%;
}
.tbl td {
  font-size: 11px;
}
.tbl .btn_next {
  text-align: right;
}
table.basket input,
.tbl input {
  vertical-align: top;
  font-size: 12px;
}
.errorbox,
.err {
  font-weight: bold;
  line-height: 15px;
  color: #E9440B;
}
.option_box_last,
.option_box {
  width: 210px;
  margin-right: 30px;
}
.option_box_last {
  margin: 0;
}
.veri_boxhead,
.paymentboxhead,
.useroptboxhead {
  background-color:#F4F0E7;
  padding:5px 10px;
  font-weight:bold;
  margin-bottom: 3px;
}

.termsconfirm {
  background-color: #F4F0E7;
  padding: 5px;
  margin: 10px 0;
  border:1px solid #D7D1C6;
}
.orderinfocol {
  width: 330px;
  margin-left: 30px;
}
.oic_first {
  margin: 0;
}
dl#test_ObjOrderPaymentmethod dt,
dl#test_ObjOrderPaymentmethod dt,
dl#test_ShipPaymentShippingcarrier dt,
dl#test_orderShipAdress dt,
dl#test_orderBillAdress dt {
  background-color: #F4F0E7;
  font-weight: bold;
  padding: 5px;
  margin: 10px 0;
}


/* register form */

#body.plain .boxhead {
  padding: 0;
  margin: 0;
  background-color: #fff;
  border: 0;

  font-size: 24px;
  font-weight: normal;
  line-height: 26px;
  margin-bottom: 40px;
}

.boxhead {
  font-size: 24px;
  font-weight: normal;
  line-height: 26px;
  margin-bottom: 40px;
}
.box_info { font-size: 11px; }
.box_info a { color:#FF3600 !important; }
.box_info a:hover { text-decoration:underline; }

table.form {
}
table.form th,
table.form td {
  font-size: 11px;
  padding:5px 0;
  vertical-align: top;
}
.w100 { width: 100px; }
.w250 { width: 250px; }
.w300 { width: 300px; }
.w350 { width: 350px; }
.w100p { width: 100%; }

table.form th.section_box {
  padding-bottom: 20px;
}
table.form th div.section {
  background-color:#F4F0E7;
  padding:5px 10px;
  font-weight:bold;
  margin-bottom: 3px;
}
table.form td input,
table.form td select,
table.form td textarea {
  width: 250px;
}
table.form td input.newsletter {
  width: 20px;
}
table.form td input {
  height: 15px;
}
table.form td label {
  font-size: 11px;
  line-height:16px;
}
table.form td select {
  height: 20px;
  width: 254px;
}
table.form td select.short,
table.form td input.short {
  width: 50px;
}
table.form td select.half,
table.form td input.half {
  width: 122px;
}
table.form td select.middle,
table.form td input.middle {
  width: 194px;
}
table.form td input.rd,
table.form td input.cb {
  width: 20px;
  border: 0;
}
.reg_prevnext_bar {
  width: 250px;
}
table.form td input.btn { border: 0; width: auto; height: auto; }


/* account */

.header_table {
  width: 100%
}
.header_table td div.user_box {
  margin: 5px 0 0 0;
  padding: 8px 10px;
  background-color: #FAF7F1;
  height: 35px;
}
.header_table td div.last_box {
  margin-left: 5px;
}
.user_title {
  font-size: 10px;
  margin:0;
  padding:0;
  font-weight: bold;
  margin-bottom: 2px;
}

/* top 5 */

.rl_listitem {
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #fff;
}
.rl_last {
  padding: 10px 0 0 0;
  border: 0;
}
.topListImageWrapper {
  width: 88px;
  height: 88px;
  line-height: 88px;
  border: 1px solid #B6B1A8;
  text-align: center;
  background-color: #fff;
  overflow:hidden;
}
.topListImageWrapper img {
  vertical-align: middle;
  border: 0;
}
.topListTextContent {
  width: 80px;
  font-weight: bold;
}
.topListTextContent a {
  color: #000;
}
.topListTextContent .topPos {
  height: 73px;
  overflow:hidden;
  font-size: 10px;
  line-height: 14px;
}
.topListTextContent .topPos .topListPrice {
  margin-top: 3px;
  font-size: 11px;
}

/* search */

.search_res_info {
  color: #000;
  font-weight: bold;
  font-size: 11px;
}
.search_pager {
  border-top: 1px solid #E03509;
  width: 460px;
}
.search_pager td {
  padding-top: 3px;
  font-size: 11px;
}
.search_pager td a,
.search_pager td {
  color: #E03509;
}
.search_pager td a.active {
  font-weight: bold;
}
.search_pager tr td.lft {
  width: 100px;
  text-align: left;
  font-weight: bold;
}
.search_pager tr td.mid {
  text-align: center;
}
.search_pager tr td.rgt {
  width: 100px;
  text-align: right;
  font-weight: bold;
}

/* category list view */

.SubCategoryBox {
  border: 0 solid #f00;
  width: 218px;
}



