/* --------- /stylesheets/reset.css --------- */ 
HTML,BODY,DIV,SPAN,APPLET,OBJECT,IFRAME,
H1,H2,H3,H4,H5,H6,P,BLOCKQUOTE,PRE,
A,ABBR,ACRONYM,ADDRESS,BIG,CITE,CODE,
DEL,DFN,EM,FONT,IMG,INS,KBD,Q,S,SAMP,
SMALL,STRIKE,STRONG,SUB,SUP,TT,VAR,
B,U,I,CENTER,
DL,DT,DD,OL,UL,LI,
FIELDSET,FORM,LABEL,LEGEND,
TABLE,CAPTION,TBODY,TFOOT,THEAD,TR,TH,TD {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

BODY {
	line-height: 1;
}

OL,UL {
	list-style: none;
}

BLOCKQUOTE,Q {
	quotes: none;
}

BLOCKQUOTE:before,
BLOCKQUOTE:after,
Q:before,Q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

INS {
	text-decoration: none;
}

DEL {
	text-decoration: line-through;
}

TABLE {
	border-collapse: collapse;
	border-spacing: 0;
}/* --------- /stylesheets/application.css --------- */ 
body {
  height: 100%;
  font: normal 1em/1.3 Arial, Helvetica, Sans-serif;
  background-color: white; }

html {
  height: 100%;
  font-size: 80%; }

a.external {
  background: transparent url(/images/icon_newwindow.gif) no-repeat scroll right 50%;
  padding-right: 14px; }
a:link {
  color: #0066ff; }
a:visited {
  color: #0066cc; }
a:hover {
  color: #003399; }
  a:hover.a_add, a:hover.a_approve, a:hover.a_undo, a:hover.a_eye {
    color: #009900; }
  a:hover.a_edit {
    color: #ff9900; }
  a:hover.a_del {
    color: #990000; }
a.a_edit {
  padding-left: 14px;
  line-height: 1.8;
  background: url(/images/a/edit.png) no-repeat scroll left center; }
a.a_approve {
  padding-left: 14px;
  line-height: 1.8;
  background: url(/images/a/approve.png) no-repeat scroll left center; }
a.a_eye {
  padding-left: 14px;
  line-height: 1.8;
  background: url(/images/a/eye.png) no-repeat scroll left center; }
a.a_add {
  padding-left: 14px;
  line-height: 1.8;
  background: url(/images/a/add.png) no-repeat scroll left center; }
a.a_del {
  padding-left: 14px;
  line-height: 1.8;
  background: url(/images/a/del.png) no-repeat scroll left center; }
a.a_print {
  padding-left: 14px;
  line-height: 1.8;
  background: url(/images/a/print.png) no-repeat scroll left center; }
a.a_undo {
  padding-left: 14px;
  line-height: 1.8;
  background: url(/images/a/revert.png) no-repeat scroll left center; }
a.a_folder {
  padding-left: 14px;
  line-height: 1.8;
  background: url(/images/a/folder.png) no-repeat scroll left center; }
a.a_item {
  padding-left: 14px;
  line-height: 1.8;
  background: url(/images/a/item.png) no-repeat scroll left center; }

h1 {
  font-weight: normal;
  font-size: 240%;
  padding: 0.4em 0em 0.2em 0em; }

h2 {
  font-weight: normal;
  font-size: 200%;
  padding: 0.4em 0em 0.2em 0em; }

h3 {
  font-size: 130%;
  font-weight: bold;
  color: #333333;
  padding: 0.4em 0em 0em 0em; }

.t4, h4 {
  font-weight: bold;
  padding: 0.4em 0em 0em 0em;
  font-size: 110%; }

p {
  padding: 0.3em 0 0.7em 0; }

#container .leftColumn {
  width: 25%;
  background: #eeeeee;
  float: left; }
#container .rightColumn {
  margin-left: 25%;
  padding: 1em; }

.p1 {
  padding: 1em; }

.errorExplanation {
  border-left: 7px solid #ff6666;
  background: #ffeeee;
  padding: 0.5em 1em;
  color: #660000; }

input.e {
  font: normal 1em/1.3 Arial, Helvetica, Sans-serif;
  width: 100%;
  background: #eeeeee;
  border: 1px solid #999999;
  xpadding: 0.2em;
  font-size: 140%; }
input.w100 {
  background: #eeeeee;
  border: 1px solid #999999;
  width: 100%; }

textarea.e {
  font: normal 1em/1.3 Arial, Helvetica, Sans-serif;
  width: 100%;
  background: #eeeeee;
  border: 1px solid #999999;
  line-height: 1.2em; }
textarea.w100 {
  width: 100%; }
textarea.w250 {
  width: 250px; }
textarea.w300 {
  width: 300px; }
textarea.w500 {
  width: 500px; }

.content ol {
  margin: 0.2em 0em 1em 3em;
  list-style-type: decimal; }
  .content ol li {
    padding: 0.2em 0em; }
.content ul {
  margin: 0.2em 0em 1em 3em;
  list-style-type: disc; }
  .content ul li {
    padding: 0.2em 0em; }

table.e th, table.e td {
  padding: 0.2em 0.5em; }
table.e thead {
  background: #eeeeee; }
  table.e thead th {
    border-bottom: 2px solid #999999; }
table.e tbody td {
  border-bottom: 1px solid #cccccc; }

fieldset {
  border: 1px solid #cccccc;
  margin: 1em 0em;
  padding: 0.5em 1em; }

label {
  cursor: pointer; }

.cols2 {
  overflow: hidden; }
  .cols2 .col {
    float: left;
    width: 50%; }

.cols3 {
  overflow: hidden; }
  .cols3 .col {
    float: left;
    width: 33%; }

.col P, .col DIV, .col UL {
  padding-right: 1em; }

.actions, .info {
  padding: 0.5em 1em;
  xbackground: #f6f6f6;
  border: 1px solid #dddddd;
  font-size: 90%; }

ul.actions {
  margin: 1em 0em;
  list-style-type: none; }

.text_block ul {
  list-style-type: disc;
  margin: 0.3em 0em 0.5em 3em; }
  .text_block ul li {
    padding-bottom: 0.4em; }
.text_block ol {
  list-style-type: decimal;
  margin: 0.3em 0em 0.5em 3em; }
  .text_block ol li {
    padding-bottom: 0.4em; }
.text_block .admin {
  position: absolute; }

.textile_hint {
  font-size: 80%; }
  .textile_hint td {
    padding: 0.3em 1em;
    border-bottom: 1px dotted #999999; }
  .textile_hint table {
    margin-top: 0.3em;
    border: 1px solid #999999; }

span.required {
  color: #990000; }

.login_form input[type=text], .login_form input[type=password] {
  border: 1px solid #999999;
  font-size: 120%; }

.cb {
  clear: both; }

.fl {
  float: left; }

.fr {
  float: right; }

input#captcha, .sc_image {
  vertical-align: middle; }

.inplace input[type=text] {
  text-align: right; }

.editable {
  background-color: #ffffcc; }

#activity {
  display: none; }

.hidden {
  display: none; }

.tar {
  text-align: right; }

.tac {
  text-align: center; }
/* --------- /stylesheets/clearfix.css --------- */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* --------- /stylesheets/mebelmol.css --------- */ 
body {
  background: white;
  width: 100%;
  min-width: 900px; }

div#header {
  background: white;
  padding: 0em; }
  div#header div.phone {
    float: right;
    padding: 10px 20px;
    font-size: 180%;
    color: #3e596c;
    background: url(/images/phone.gif) no-repeat 0px 17px; }
  div#header div.nav {
    padding: 20px; }
    div#header div.nav img {
      margin-right: 0.6em; }
  div#header .topbar {
    height: 80px;
    background: #eeeeee url(/images/topmenu_bg.gif); }
div.block.articles ul li h3 {
  font-weight: normal; }
div.block.articles ul li p {
  font-size: 90%;
  color: #333333; }
div.topbar div.col.topinfo li {
  font-size: 90%; }
div.cat_description div.pic {
  float: right; }
div.product_info div.pic {
  float: right; }
div.product_info div.buy_form {
  clear: right; }
div.buy_form ul {
  list-style-type: none;
  margin: 0em;
  padding: 0em; }
div.recent_products ul li {
  padding-bottom: 0.5em; }
  div.recent_products ul li img {
    border: 1px solid #cccccc;
    vertical-align: middle; }

#footer {
  height: 100px;
  background: #eeeeee;
  clear: both; }
  #footer .copy {
    background: transparent url(/images/logo_bg.gif) repeat-y top right;
    background-color: #506e82;
    height: 100px;
    width: 275px;
    float: left;
    color: white;
    font-size: 85%; }
    #footer .copy p, #footer .copy address {
      margin: 10px 10px 5px 20px;
      padding: 0;
      font-style: normal; }
    #footer .copy a {
      color: #cceeff; }
      #footer .copy a:link, #footer .copy a:visited {
        color: #cceeff; }
    #footer .copy .adr {
      display: none; }
    #footer .copy .tel {
      white-space: nowrap; }
      #footer .copy .tel .type {
        display: none; }
  #footer div.friends {
    margin-left: 280px;
    font-size: 85%;
    text-align: center;
    padding-top: 20px;
    color: #cccccc; }
    #footer div.friends a {
      color: #999999; }
      #footer div.friends a:link, #footer div.friends a:visited {
        color: #999999; }
      #footer div.friends a:hover {
        color: #333333; }

#logo {
  background: transparent url(/images/logo_bg.gif) repeat-y top right;
  background-color: #506e82;
  height: 80px;
  width: 275px;
  float: left; }
  #logo h1 {
    margin: 0em;
    padding: 0em;
    margin-left: 20px;
    margin-top: 16px; }
    #logo h1 a {
      width: 202px;
      height: 47px;
      overflow: hidden;
      display: block;
      position: relative; }
      #logo h1 a span {
        position: absolute;
        width: 202px;
        height: 47px;
        top: 0;
        left: 0;
        background: transparent url(/images/logo.gif) no-repeat 0 0;
        background-color: #506e82; }

.topbar .cols3 {
  padding-top: 10px; }
.topbar .col {
  border-right: 1px solid #cccccc; }
  .topbar .col h2 {
    font-size: 130%;
    padding: 0em;
    padding-left: 10px;
    padding-right: 10px; }
  .topbar .col p {
    font-size: 90%; }
  .topbar .col P, .topbar .col DIV, .topbar .col UL {
    padding-left: 10px;
    padding-right: 10px; }

#container .leftColumn {
  background: white;
  margin-top: 1em;
  width: 275px; }
#container .rightColumn {
  margin-left: 275px;
  padding: 0px 10px; }
  #container .rightColumn h2 {
    color: #343d43; }
    #container .rightColumn h2 a, #container .rightColumn h2 a:link {
      text-decoration: none;
      color: #343d43; }

.leftColumn div.block {
  width: 274px;
  padding: 0em;
  border: none;
  background: white;
  margin-bottom: 2em; }
  .leftColumn div.block h2 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 150%; }
  .leftColumn div.block h3 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 120%; }
  .leftColumn div.block P {
    margin-left: 20px;
    margin-right: 20px; }

#flash {
  border: none;
  margin-bottom: 0.3em;
  padding: 0.3em 20px; }

.price {
  color: #006699; }

.left_cat ul.l0 li a {
  display: block;
  padding: 8px;
  margin-bottom: 1px;
  margin-left: 10px;
  padding-left: 5px;
  border-left: 10px solid #eeeeee;
  background: #cccccc url(/images/arr.gif) no-repeat 98% 50%; }
  .left_cat ul.l0 li a.hl {
    border-color: #506e82; }
  .left_cat ul.l0 li a.current {
    border-color: #506e82;
    background: #86b8da url(/images/arr.gif) no-repeat 98% 50%;
    text-decoration: none; }
.left_cat ul.l1 li a {
  padding: 4px;
  margin-left: 20px;
  background: #dddddd url(/images/sarr.gif) no-repeat 98% 50%;
  border: none;
  font-size: 90%; }
  .left_cat ul.l1 li a.hl {
    border-left: 5px solid #86b8da;
    margin-left: 15px; }
  .left_cat ul.l1 li a.current {
    border-left: 5px solid #86b8da;
    margin-left: 15px;
    background: #becfda url(/images/redarr.gif) no-repeat 98% 50%;
    text-decoration: none; }
.left_cat ul.l2 {
  margin-bottom: 1em; }
  .left_cat ul.l2 li a {
    padding: 2px;
    margin-left: 30px;
    border: none;
    font-size: 85%;
    background: white; }
    .left_cat ul.l2 li a.hl {
      border: none;
      margin-left: 30px;
      font-weight: bold; }
    .left_cat ul.l2 li a.current {
      border: none;
      margin-left: 30px;
      background: white;
      text-decoration: none;
      font-weight: bold; }
.left_cat .l0 a {
  color: #343d43;
  font-weight: bold; }
  .left_cat .l0 a:link, .left_cat .l0 a:visited {
    color: #343d43;
    font-weight: bold; }
.left_cat .l1 a {
  color: #343d43;
  font-weight: normal; }
  .left_cat .l1 a:link, .left_cat .l1 a:visited {
    color: #343d43;
    font-weight: normal; }
.left_cat .l2 a, .left_cat .l3 a:link, .left_cat .l4 a:visited {
  color: #343d43;
  font-weight: normal; }

.pic {
  width: 300px;
  text-align: center;
  border: 1px solid #eeeeee; }
  .pic .zoom {
    font-size: 85%;
    text-align: center; }
    .pic .zoom a {
      padding-left: 20px;
      background: url(/images/zoom.gif) no-repeat top left;
      color: #343d43;
      line-height: 2;
      padding-top: 3px; }
  .pic img {
    margin: 0.5em 0em; }
  .pic .pics {
    background: #eeeeee;
    padding: 0.5em; }
    .pic .pics a img {
      border: 1px solid black; }

table.productlist {
  width: 100%; }
  table.productlist td {
    width: 50%;
    text-align: center;
    padding: 1em;
    border: 1px solid #cccccc; }
    table.productlist td.col1 {
      border-width: 0px 1px 1px 0px; }
    table.productlist td.col2 {
      border-width: 0px 0px 1px 0px; }
  table.productlist h3 {
    font-weight: normal; }
table.catlist {
  width: 100%;
  clear: right; }
  table.catlist td {
    width: 50%;
    text-align: center;
    padding: 1em;
    border: 1px solid #cccccc; }
    table.catlist td.col1 {
      border-width: 0px 1px 1px 0px; }
    table.catlist td.col2 {
      border-width: 0px 0px 1px 0px; }
  table.catlist h3 {
    font-weight: normal; }
    table.catlist h3 a {
      text-decoration: none; }
      table.catlist h3 a:link {
        text-decoration: none; }

.manufacturer_info {
  margin-top: 2em; }

.manufacturer_info ul, .product_info ul, .info_content .other_info ul {
  margin: 0.5em 0em 2em 2em;
  list-style-type: disc; }

.manufacturer_info ol, .product_info ol {
  margin: 0.5em 0em 2em 2em;
  list-style-type: decimal; }
  .manufacturer_info ol li, .product_info ol li {
    margin: 0.1em 0em 0.4em 0em; }

.info_content .other_info ol {
  margin: 0.5em 0em 2em 2em;
  list-style-type: decimal; }

.cat_description {
  font-size: 120%; }
  .cat_description ul {
    margin: 0.5em 0em 2em 2em;
    list-style-type: disc; }
    .cat_description ul li {
      padding-bottom: 0.3em; }
  .cat_description ol {
    margin: 0.5em 0em 2em 2em;
    list-style-type: decimal; }
    .cat_description ol li {
      padding-bottom: 0.3em; }

.trail {
  font-size: 85%;
  padding-bottom: 2px;
  border-bottom: 1px solid #dddddd;
  background: #f1f1f1;
  height: 22px; }
  .trail ul {
    padding-left: 16px;
    height: 24px; }
    .trail ul li {
      xdisplay: inline;
      display: block;
      overflow: hidden;
      float: left;
      height: 24px;
      background: url(/images/trail_arr.gif) no-repeat scroll 100% 50%; }
      .trail ul li span, .trail ul li a {
        padding: 4px 14px 0px 4px;
        display: block; }

.productlist span.price {
  font-size: 140%; }

.pagination {
  text-align: left;
  padding: 1em 0.3em; }
  .pagination a, .pagination span {
    padding: 0.2em 0.5em; }
  .pagination span.disabled {
    color: #aaaaaa; }
  .pagination span.current {
    font-weight: bold;
    color: #506e82; }
  .pagination a {
    border: 1px solid #dddddd;
    color: #343d43;
    text-decoration: none; }
    .pagination a:hover, .pagination a:focus {
      border-color: #343d43;
      background: #343d43;
      color: white; }
  .pagination .page_info {
    color: #aaaaaa;
    padding-top: 0.8em; }
  .pagination .prev_page, .pagination .next_page {
    border-width: 1px; }

.product_set_content .price {
  white-space: nowrap; }
.product_set_content table {
  width: 100%; }
  .product_set_content table th {
    vertical-align: bottom;
    font-size: 80%; }
  .product_set_content table td, .product_set_content table th {
    padding: 0.3em 0.5em; }
  .product_set_content table thead th {
    border-bottom: 2px solid #999999; }
  .product_set_content table tbody td {
    vertical-align: middle;
    border-bottom: 1px solid #cccccc; }
    .product_set_content table tbody td.pic {
      width: 70px;
      background: white;
      border: none; }
    .product_set_content table tbody td.title {
      font-size: 130%; }
    .product_set_content table tbody td.qty {
      width: 30px;
      text-align: center; }
      .product_set_content table tbody td.qty input {
        width: 20px;
        text-align: center; }
    .product_set_content table tbody td.price {
      text-align: right;
      width: 120px; }
  .product_set_content table tbody tr.even {
    background-color: #eeeeee; }
  .product_set_content table tfoot td {
    font-size: 120%;
    border-top: 2px solid #999999;
    font-weight: bold; }
    .product_set_content table tfoot td.qty {
      text-align: center; }
    .product_set_content table tfoot td.price {
      text-align: right;
      font-size: 120%; }

input.rbtn {
  cursor: pointer;
  font-size: 14px;
  height: 32px;
  margin-left: 3px;
  width: 140px;
  background: url(/images/rbtn0.png);
  border: 0 none; }
  input.rbtn:hover {
    background: url(/images/rbtn.png); }
input.rgbtn {
  cursor: pointer;
  font-size: 14px;
  height: 32px;
  margin-left: 3px;
  width: 140px;
  background: url(/images/rgbtn0.png);
  border: 0 none; }
  input.rgbtn:hover {
    background: url(/images/rgbtn.png); }

a.rgbtn {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  font-size: 14px;
  height: 32px;
  margin-left: 3px;
  width: 140px;
  background: url(/images/rgbtn0.png) no-repeat top left;
  border: 0 none;
  text-align: center; }
  a.rgbtn:hover {
    background: url(/images/rgbtn.png); }

.cart table td, .cart table th {
  padding: 0.2em 0.5em; }
.cart table tr.even {
  background: #eeeeee; }
.cart table td.price {
  text-align: right; }
.cart table thead th {
  border-bottom: 2px solid #999999; }
.cart table tbody td {
  border-bottom: 1px solid #cccccc; }
  .cart table tbody td.qty {
    text-align: center; }
    .cart table tbody td.qty input {
      width: 30px;
      text-align: center; }
.cart table tfoot td {
  font-weight: bold;
  border-top: 2px solid #999999;
  font-size: 120%; }
  .cart table tfoot td.qty {
    text-align: center; }

.top_search input[type=text] {
  width: 100%; }

.auto_complete {
  width: 350px;
  background: white; }
  .auto_complete ul {
    border: 1px solid #888888;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none; }
    .auto_complete ul li {
      margin: 0;
      padding: 3px; }
      .auto_complete ul li.selected {
        background-color: #ffffbb; }
    .auto_complete ul strong.highlight {
      color: #880000;
      margin: 0;
      padding: 0; }

.sitemap {
  margin-left: -2em; }
  .sitemap ul {
    margin: 0.3em 0em 0.5em 2em; }

.price .discount {
  color: red; }

.inv {
  display: none; }

.recommendations table {
  width: 100%;
  border-left: 1px dotted #cccccc; }
  .recommendations table td {
    width: 33%;
    text-align: center;
    padding: 0.5em 1em;
    border-right: 1px dotted #cccccc; }
/* --------- /stylesheets/lightbox.css --------- */ 
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(/images/0.gif); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
