/*
$Id: main.IE6.css,v 1.25.2.3 2009/07/28 11:58:30 avg Exp $
vim: set ts=2 sw=2 sts=2 et:
*/
/* page container */
#page-container {
	height: 100%;
	border-left: 780px solid #ffffff;
	float: left;
	position: relative;
}
#page-container2 {
	float: left;
	margin-left: -780px;
	position: relative;
  height: 620px; /* bottom-expand */
}
#center-main {
	width: 100%;
}
hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* vertical align centering */
.valign-middle * {
  display: inline-block;
  vertical-align: middle;
}
.valign-middle-adv-lvl1 {
  position: relative;
}
.valign-middle-adv-lvl2 {
  position: absolute;
  top: 50%;
}
.valign-middle-adv-lvl3 {
  position: relative;
  top: -50%;
}

/* horizontal align */
.halign-center {
  display: inline;
  width: 1px;
  text-align: center;
}

label input {
  vertical-align: middle;
}

/* product page */
table.product-properties {
  width: auto;
}

/* dialog wrapper */
table.width-100 {
  width: 96%;
}

#dialog-message .box {
  height: 52px;
}

/*
  overflow wrapper
*/
.overflow {
  width: 100%;
  overflow-y: hidden;
  margin-right: 0px;
}

/* tab styles */
.tabs li {
  width: 0;
}

/* products list */
.products .details {
  width: 100%;
  padding-left: 0px;
}

/* product details page */
.product-details .details {
  padding-left: 40px;
}

/*
  alternative layout: printable
*/
.printable #page-container {
  float: none;
  border: 0px none;
  position: static;
}
.printable #page-container2 {
  float: none;
  margin-left: 0px;
  position: static;
}
.printable #center-main {
  width: auto;
  vertical-align: top;
  overflow: visible;
}
.printable .product-details .details .save {
  right: 13px;
}

/*
  alternative layout: error 404
*/
.error-404 #page-container {
  border-left: 0px none;
  float: none;
  height: 100%;
}
.error-404 #page-container2 {
  float: none;
  margin: 0px;
  width: 100%;
  height: 100%;
}

input.image-button {
  background-position: left center;
}


.flc-top-login {
  line-height: 16px;
}

/* menu dialog */
#left-bar .menu-dialog .content {
  width: 148px;
}
#right-bar .menu-dialog .content {
  width: 156px;
}

.popup-modal-bg {
  background: black none;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 50);
}
.popup-hidden-select {
  background: #cccccc none;
  color: #dddddd;
}

.images-viewer-icons img {
  margin: auto 1px;
}

/* right-to-left text direction*/
.rtl #page-container2 {
  float: none;
}
.rtl #content-container2 {
  right: 0%;
  left: 100%;
}
