/*
$Id: main.css,v 1.1.2.128 2009/06/24 13:22:16 aim Exp $
vim: set ts=2 sw=2 sts=2 et:
*/
/*
	general tags styles
*/
html,body {
  height: 100%;
  background-color: #fdf7d8;
  margin: 0px auto;
  padding: 0px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  min-width: 900px;
  border: 0px none;
}
div,th,td,p,input,select,textarea,tt,button {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
	line-height: 150%;
}
a:link { 
	text-decoration: none;
	color: #3c5c28;
	}
a:visited { 
	text-decoration: none;
	color: #3c5c28;
	}
a:hover, a:active { 
	text-decoration: underline;
	color: #3c5c28;
	}
h1 {margin:0;padding:20px 0 0 0;font-family:"Verdana";font-size:14px;font-weight:bold;color:#5b1300;text-align:left;}
h2 {margin:0;padding:20px 0 0 0;font-family:"Verdana";font-size:12px;font-weight:bold;color:#5b1300;text-align:left;}
h3 {margin:0;padding:20px 0 0 0;font-family:"Verdana";font-size:13px;font-weight:bold;color:#5b1300;text-align:left;}
hr {
	border: 0px none;
  border-bottom: 1px solid #888888;
  margin: 20px 0px 10px 0px;
	padding: 0px;
	height: 0px;
}
form {
	margin: 0px;
}
table, img {
	border: 0px;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
/*
  service styles
*/
/* float-box finisher */
.clearing {
  height: 0px;
  font-size: 0px;
  clear: both;
}
/* vertical align (center) */
.valign-middle {
	vertical-align: middle;
	height: 100%;
}
.valign-middle-adv-lvl1 {
  height: 100%;
  display: table;
}
.valign-middle-adv-lvl2 {
  display: table-cell;
  vertical-align: middle;
}
.valign-middle-adv-lvl3 {
}
/* horizontal align */
.halign-center {
  display: table;
  margin: 0px auto;
  text-align: center;
}
.center {
  text-align: center;
}
.right-box {
  width: 100%;
  text-align: right;
}
/* text block container */
.text-block {
  margin-bottom: 15px;
}
.text-pre-block {
  margin-top: 15px;
}
/* no-wrap */
.nowrap {
  white-space: nowrap;
}
/* width:100% emulator */
table.width-100 {
  width: 100%;
}
/* page break */
.page-break {
  height: 0px;
  line-height: 0px;
  margin: 0px;
  padding: 0px;
  page-break-after: always;
}
/* overflow wrapper */
.overflow {
  margin-right: 20px;
  overflow: auto;
}
label {
  vertical-align: bottom;
  line-height: 15px;
}
label input {
  margin: 0px;
  vertical-align: bottom;
}
label.input-block {
  vertical-align: middle;
  line-height: 21px;
}
label.input-block input,
  label.input-block select
{
  vertical-align: middle;
}
label.input-row,
  .input-row label
{
  float: left;
  padding-right: 20px;
}
label.plain-box {
  display: block;
  padding-bottom: 15px; 
}
label.plain-box .label-title {
  display: block;
}
a.underline:link,
  a.underline:visited,
  a.underline:hover,
  a.underline:active
{
  text-decoration: underline;
}
/*
  common styles
*/
a.small-link:link {
  color: #3c5c28;
  text-decoration: none;
  font-size: 12px;
  font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
}
a.small-link:visited {
  color: #3c5c28;
  text-decoration: none;
  font-size: 12px;
  font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
}
a.small-link:hover {
  color: #3c5c28;
  text-decoration: underline;
  font-size: 12px;
  font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
}
a.small-link:active {
  color: #3c6992;
  text-decoration: none;
  font-size: 12px;
  font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
}
.error-message {
  color: #b51a00;
  font-weight: bold;
}
div.error-message {
  margin: 0px 0px 15px 0px;
}
.form-text {
  color: #112536;
  font-weight: bold;
}
.black-text {
  color: #000000;
}
a.list-item:link,
  .list-item a:link
{
  color: #043fa0;
  text-decoration: none;
}
a.list-item:visited,
  .list-item a:visited
{
  color: #043fa0;
  text-decoration: none;
}
a.list-item:hover,
  .list-item a:hover
{
  color: #2863c2;
  text-decoration: underline;
}
a.list-item:active,
  .list-item a:active
{
  color: #043fa0;
  text-decoration: none;
}
table tr.head-row td,
  table tr.head-row th
{
  background: #cccccc none;
  font-weight: bold;
}
table tr.subhead-row td,
  table tr.subhead-row th
{
  background: #eeeeee none;
}
table tr.center-row th {
  text-align: center;
}
/* Currency */
.currency {
  white-space: nowrap;
}
input.input-text {
  margin-top: 3px;
  margin-bottom: 2px;
  background: #ffffff none;
  border-top: #516e99 1px solid;
  border-right: #c0cada 1px solid;
  border-bottom: #c0cada 1px solid;
  border-left: #516e99 1px solid;
}
/*==============================================================================
	layout styles
==============================================================================*/
/* page container */
#page-container {
  width: 900px;
	min-height: 100%;
	position: relative;
}
/* page layout */
#content-container {
	clear: both;
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-bottom: 68px;
	margin-top: 172px;
  z-index: 1;
}
#content-container2 {
	float: left;
	position: relative;
	right: 100%;
	width: 200%;
}
#center {
	float: left;
	position: relative;
	width: 50%;
	left: 50%;
}
#left-bar {
	float: left;
        background:url(http://www.gustareoliveoil.com/images/left-margin.jpg);
	position: relative;
	width: 294px;
	height: 100%
}
#center-main {
	margin: 0px 0px 0px 314px;
	overflow: hidden;
	position: relative;
}
.welcome-page #center-main {
  margin-left: 0px;
}
#header {
	height: 145px;
	position: absolute;
	top: 0px;
	width: 100%;
}
#footer {
	height: 30px;
	width: 100%;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	float: left;
}
/*
  Right-to-left
*/
.rtl {
  direction: rtl;
}
/*
  header styles
*/
#header .line1 {
  margin: 0px;
	position: relative;
	height: 145px;
  direction: ltr;
}
#header .line1 .logo {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 750px;
  height: 145px;
}
#header .line1 .logo a:link,
  #header .line1 .logo a:visited,
  #header .line1 .logo a:hover,
  #header .line1 .logo a:active
{
  display: block;
  width: 900px;
  height: 145px;
  background: transparent url(http://www.gustareoliveoil.com/images/header900x145.jpg) no-repeat left top;
}
#header .line1 .logo img {
  display: none;
}
/* header tabs */
.tabs {
	position: absolute;
  top: 0px;
  right: 5px;
  margin: 0px;
  padding: 0px;
	height: 21px;
  width: 70%;
  text-align: right;
}
.tabs ul {
  margin: 3px 0px 0px 0px;
  padding: 0px;
  list-style: none;
}
.tabs li {
  float: right;
  margin: 0px 1px 0px 0px;
  padding: 0px;
  height: 15px;
}
.tabs a:link,
  .tabs a:visited,
  .tabs a:hover,
  .tabs a:active
{
  background: transparent url("images/fashion_mosaic/arrow.gif") no-repeat left 3px;
  margin: 0px;
  padding: 0px 0px 0px 27px;
  vertical-align: middle;
  white-space: nowrap;
  color: #5b1200;
  text-decoration: none;
  font-size: 11px;
  outline-style: none;
}
.tabs a:hover {
  text-decoration: underline;
}
/* phones line */
#header .phones {
	position: absolute;
	left: 40px;
	top: 0px;
	height: 21px;
	vertical-align: middle;
	line-height: 18px;
  font-size: 10px;
	white-space: nowrap;
  color: #5b1300;
}
/* header line 2 */
#header .line2 {
  position: relative;
  margin: 0px;
  height: 46px;
  color: #183b6f;
  font-size: 11px;
}
#header div.search {
  width: 294px;
}
#header .search-top-box {
  border: 0px none;
  background: #5b1300 none;
  height: 26px;
  white-space: nowrap;
}
#header span.search {
  padding-left: 7px;
  padding-right: 9px;
  line-height: 26px;
  vertical-align: top;
  color: #ffffff;
  font-size: 12px;
}
#header a.search:link,
  #header a.search:visited,
  #header a.search:hover,
  #header a.search:active
{
  display: block;
  position: absolute;
  top: 26px;
  left: 0px;
  width: 180px;
  height: 20px;
  line-height: 20px;

  vertical-align: middle;
  text-align: right;
  font-size: 10px;
  color: #6b88a7;
  text-decoration: underline;
  white-space: nowrap;
}
#header a.search:hover {
  color: #40608f;
}
#header .search-top-box input.input-text {
  width: 90px;
}
#header input.input-text {
  margin-top: 5px;
}
#header button.simple-button {
  vertical-align: middle;
  margin-right: 3px;
}
#header button.simple-button img {
  margin-left: 0px;
}
#header .languages {
	position: absolute;
  top: 48px;
	right: 5px;
	text-align: right;
  vertical-align: middle;
}
#header .languages label {
  line-height: 21px;
  vertical-align: middle;
  font-size: 10px;
  color: #646673;
}
#header .languages select {
	margin-left: 5px;
  vertical-align: middle;
}
div.welcome_back {
position: absolute;
top: 26px;
left: 0px;
height: 21px;
line-height: 20px;
vertical-align: middle;
text-align: right;
font-size: 10px;
color: #6b88a7;
}
/* header line 3 */
.line2 .auth {
  position: absolute;
  top: 0px;
  left: 294px;
  width: 606px;
  border: 0px none;
  background: 5b1300 none;
  height: 26px;
  white-space: nowrap;
}
.line2 label,
.line2 span.search
{
  line-height: 26px;
  vertical-align: top;
  padding-left: 8px;
  padding-right: 8px;
  color: #183b6f;
}
.line2 input.image-button {
  margin: 0px 0px 6px 5px;
  background-position: left top;
  height: 13px;
}
.auth .register-button {
  position: absolute;
  top: 0px;
  right: 5px;
  height: 26px;
  line-height: 26px;
}
.auth .register-button a:link,
  .auth .register-button a:visited,
  .auth .register-button a:hover,
  .auth .register-button a:active
{
  padding: 0px;
  background: transparent none;
  color: #1b4a8f;
  text-decoration: underline;
  font-weight: normal;
}
.auth .register-button button.simple-button {
  margin-top: 4px;
  margin-bottom: 6px;
  line-height: 15px;
  vertical-align: top;
}
.auth .register-button button.simple-button img {
  display: none;
}
.auth .register-button button.simple-button span {
  color: #1b4a8f;
  font-weight: normal;
  text-decoration: underline;
}
.auth .register-button .simple-button {
  line-height: 26px;
  vertical-align: middle;
}
.line2 .subauth-line {
  position: absolute;
  top: 26px;
  left: 200px;
  width: 580px;
  height: 20px;
  line-height: 20px;
  font-size: 9px;
  color: #aaaaaa;
}
.line2 .subauth-line a:link,
  .line2 .subauth-line a:visited,
  .line2 .subauth-line a:hover,
  .line2 .subauth-line a:active,
  .line2 .subauth-line font
{
  font-size: 9px;
  color: #aaaaaa;
}
.line2 .printable-bar {
	position: absolute;
  top: 0px;
  right: 0px;
	height: 16px;
}
.line2 .printable-bar a:link,
  .line3 .printable-bar a:visited,
  .line3 .printable-bar a:hover,
  .line3 .printable-bar a:active
{
  color: #aaaaaa;
  font-size: 9px;
  line-height: 16px;
}
/*
  footer styles
*/
#footer {
  background: transparent url(http://www.gustareoliveoil.com/images/footer-bar.jpg) repeat left top;
}
#footer .box {
  width: 900px;
  padding: 0px;
  margin-top: 0px;
  height: 30px;
}
#footer .subbox {
  position: relative;
  height: 50px;
  vertical-align: middle;
  padding: 0px;
}
#footer .subbox .left {
  background: transparent none;
  position: absolute;
  left: 12px;
  top: 0px;
  line-height: 30px;
  vertical-align: middle;
  color: #ffffff;
}
#footer .subbox .right {
  background: transparent none;
  position: absolute;
  right: 12px;
  top: 0px;
  text-align: right;
  line-height: 30px;
  vertical-align: middle;
  color: #ffffff;
}
#footer .subbox a:link {
  text-decoration: underline;
  color: #ffffff;
}
#footer .subbox a:visited {
  text-decoration: underline;
  color: #ffffff;
}
#footer .subbox a:hover {
  text-decoration: none;
  color: #3c5c28;
}
#footer .subbox a:active {
  text-decoration: underline;
  color: #3c5c28;
}
/*==============================================================================
  widgets
==============================================================================*/
/*
  location bar
*/
#location {
  height: 20px;
  line-height: 20px;
  width: 85%;
  overflow: hidden;
}
a.bread-crumb:link {
  text-decoration: underline;
}
a.bread-crumb:visited {
  text-decoration: underline;
}
a.bread-crumb:hover {
  text-decoration: underline;
}
a.bread-crumb:active {
  text-decoration: underline;
}
font.last-bread-crumb {
  text-decoration: none;
}
#location span {
  padding: 0px 5px 0px 5px;
}
/*
  dialog message container
*/
#dialog-message {
  padding: 15px 0px 20px 0px;
  width: 100%;
}
#dialog-message .box {
  position: relative;
  margin-left: 8%;
  margin-right: 8%;
  border: 1px solid black;
  border-top: 3px solid black;
  padding: 10px 25px 10px 59px;
  vertical-align: middle;
  text-align: left;
  min-height: 32px;
}
#dialog-message a.close-link:link,
  #dialog-message a.close-link:visited,
  #dialog-message a.close-link:hover,
  #dialog-message a.close-link:active
{
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 13px;
  height: 13px;
  text-decoration: none;
}
#dialog-message .close-img {
  width: 13px;
  height: 13px;
  background: transparent url(images/but_cross.gif) no-repeat left top;
}
#dialog-message .message-i {
  color: #112536;
  border-color: #3869b1;
  background: #f8f9fa url(images/icon_info.gif) no-repeat 10px 10px;
}
#dialog-message .message-w {
  color: #3e3104;
  border-color: #3869b1;
  background: #f8f9fa url(images/icon_warning.gif) no-repeat 10px 10px;
}
#dialog-message .message-e {
  color: #590a0a;
  border-color: #3869b1;
  background: #f8f9fa url(images/icon_error.gif) no-repeat 10px 10px;
}
#dialog-message .anchor {
  position: relative;
  margin-left: auto;
  margin-right: 0px;
  height: 15px;
  text-align: right;
  vertical-align: middle;
}
#dialog-message .anchor img {
  width: 12px;
  height: 10px;
  vertical-align: middle;
  background: transparent url(images/goto_arr.gif) no-repeat left top;
}
.dialogtr {
	color: #1a2b3c;
}
/* inline message */
.inline-message {
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
  padding: 1px 1px 15px 1px;
  margin: 0px;
}
.inline-message img.icon-w {
  vertical-align: top;
  width: 18px;
  height: 18px;
  background: transparent url(images/icon_warning_small.gif) no-repeat;
}
/*
  side bar container
*/
.menu-dialog {
  width: 180px;
  margin-bottom: 1px;
}
.menu-dialog .title-bar {
  height: 20px;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding: 0px 0px 0px 11px;
  line-height: 18px;
  vertical-align: bottom;
}
.menu-dialog .title-bar img.icon {
  display: none;
}
.menu-dialog .title-bar a:link,
  .menu-dialog .title-bar a:visited,
  .menu-dialog .title-bar a:hover,
  .menu-dialog .title-bar a:active
{
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
  text-decoration: none;
}
.rtl .menu-dialog .title-bar a:link,
  .rtl .menu-dialog .title-bar a:visited,
  .rtl .menu-dialog .title-bar a:hover,
  .rtl .menu-dialog .title-bar a:active
{
  right: auto;
  left: 7px;
}
.menu-dialog .title-bar a:link img,
  .menu-dialog .title-bar a:visited img,
  .menu-dialog .title-bar a:hover img,
  .menu-dialog .title-bar a:active img
{
  width: 13px;
  height: 13px;
  background: transparent url(http://www.gustareoliveoil.com/images/left-margin.jpg) no-repeat left top;
}
.rtl .menu-dialog .title-bar a:link img,
  .rtl .menu-dialog .title-bar a:visited img,
  .rtl .menu-dialog .title-bar a:hover img,
  .rtl .menu-dialog .title-bar a:active img
{
  background: transparent url(images/menu_arrow_invert.gif) no-repeat left top;
}
.menu-dialog .content {
  background: transparent url(http://www.gustareoliveoil.com/images/left-margin.jpg) repeat-x left top;
  border: 0px;
  padding: 8px 10px 20px 5px;
  overflow: hidden;
  font-size: 11px;
}
.welcome-page .menu-dialog .content {
  padding-bottom: 10px;
}
.menu-dialog .content a:link,
  .menu-dialog .content a:visited,
  .menu-dialog .content a:link
{
  color: #000000;
  font-size: 12px;
}
.menu-dialog .content a:hover {
  color: #000000;
  font-size: 12px;
}
.menu-dialog ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.menu-dialog ul li {
  padding: 0px 0px 0px 19px;
  vertical-align: middle;
    line-height: 16px;
}
.menu-dialog .item {
  color: #112536;
}
.menu-dialog ul li a:link {
	text-decoration: none;
}
.menu-dialog ul li a:visited {
	text-decoration: none;
}
.menu-dialog ul li a:hover {
	text-decoration: underline;
}
.menu-dialog ul li a:active  {
	text-decoration: none;
}
.menu-dialog hr {
  background-color: #999999;
}
/*
  dialog container
*/
.dialog {
  border: 0px none;
  padding: 0px;
  margin: 0px 0px 15px 0px;
  page-break-inside: avoid;
  position: relative;
}
.dialog .title {
  color: #183b6f;
  background: transparent url(images/fashion_mosaic/menu_hr.gif) repeat-x left bottom;
  font-weight: bold;
  font-size: 12px;
  border: 0px none;
  vertical-align: middle;
  margin: 0px;
  padding: 5px 0px;
  text-align: left;
  overflow: hidden;
}
.dialog .content {
  border: 0px none;
  background: transparent none;
  text-align: left;
  padding: 10px 0px 25px 0px;
}
.dialog .dialog-sort-row {
  height: 24px;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  overflow: hidden;
}
.dialog .title-with-sort-row h2 {
  width: 50%;
}
.dialog .title-with-sort-row .dialog-search-sort-bar {
  height: 24px;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  overflow: hidden;
}
.dialog-search-sort-bar .search-sort-bar {
  padding: 0px;
  margin: 4px 0px;
}
.dialog-search-sort-bar .search-sort-title,
  .dialog-search-sort-bar .search-sort-cell
{
  padding-right: 10px;
}
.welcome-page .dialog .title,
  .hl-dialog .title
{
    margin: 0px;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  background: #d4d39b none;
  padding-left: 16px;
}
/*
  buttons
*/
/* button-based */
button.button {
  border: 0px none;
  background-color: transparent;
  cursor: pointer;
  height: 21px;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
  overflow: visible;
  outline-style: none;
}
button.button .button-right {
  display: block;
  background: transparent url(images/fashion_mosaic/button_grey_right.gif) no-repeat right top;
  padding: 0px 8px 0px 0px;
  height: 21px;
}
button.button .button-left {
  display: block;
  margin: 0px;
  background: transparent url(images/fashion_mosaic/button_grey_left.gif) no-repeat left top;
  padding: 0px 7px 0px 15px;
  vertical-align: middle;
  white-space: nowrap;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #9a9f42;
  font-weight: bold;
  font-size: 11px;
  height: 21px;
  line-height: 20px;
}
/* div-based */
div.button {
  border: 0px none;
  background: transparent none;
  cursor: pointer;
  margin: 0px;
  padding: 0px 8px 0px 0px;
  white-space: nowrap;
  background: transparent url(images/fashion_mosaic/button_grey_right.gif) no-repeat right top;
  float: left;
}
div.button div,
  div.button a:link,
  div.button a:visited,
  div.button a:hover,
  div.button a:active
{
  display: block;
  background: transparent url(images/fashion_mosaic/button_grey_left.gif) no-repeat left top;
  padding: 0px 7px 0px 15px;
  line-height: 20px;
  white-space: nowrap;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #2d5289;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  outline-style: none;
}
/* button-based link */
button.simple-button {
  border: 0px none;
  background-color: transparent;
  cursor: pointer;
  height: 16px;
  margin: 3px 0px 0px 0px;
  padding: 0px;
  white-space: nowrap;
  color: #6b88a7;
  font-size: 10px;
  line-height: 15px;
  vertical-align: middle;
  outline-style: none;
}
button.simple-button span {
  font-weight: bold;
}
button.simple-button img {
  display: none;
}
/* a-based link */
a.simple-button:link,
  a.simple-button:visited,
  a.simple-button:hover,
  a.simple-button:active
{
  font-size: 10px;
  white-space: nowrap;
  margin: 0px;
  padding: 0px 0px 3px 18px;
  line-height: 21px;
  vertical-align: bottom;
  text-decoration: none;
  outline-style: none;
  color: #6b88a7;
  font-weight: bold;
  background: transparent url(images/fashion_mosaic/go.gif) no-repeat left top;
}
/* input-image-based */
input.image-button {
  margin: 0px;
  margin-bottom: 1px;
  padding: 0px;
  border: 0px none;
  width: 13px;
  height: 20px;
  background: transparent url(images/fashion_mosaic/go.gif) no-repeat left top;
  vertical-align: middle;
}
/* a-image-based */
a.image-button:link,
  a.image-button:visited,
  a.image-button:hover,
  a.image-button:active
{
  text-decoration: none;
}
a.image-button:link img,
  a.image-button:visited img,
  a.image-button:hover img,
  a.image-button:active img
{
  margin: 0px;
  padding: 0px;
  border: 0px none;
  width: 13px;
  height: 18px;
  background: transparent url(images/fashion_mosaic/go.gif) no-repeat left center;
  vertical-align: middle;
}
/*
  Buttons alternative styles
*/
/* highlighted button */
button.main-button .button-right {
  background: transparent url(images/fashion_mosaic/button_blue_right.gif) no-repeat right top;
}
button.main-button .button-left {
  background: transparent url(images/fashion_mosaic/button_blue_left.gif) no-repeat left top;
  color: #ffffff;
}
div.main-button {
  background: transparent url(images/fashion_mosaic/button_blue_right.gif) no-repeat right top;
}
div.main-button div,
  div.main-button a:link,
  div.main-button a:visited,
  div.main-button a:hover,
  div.main-button a:active
{
  background: transparent url(images/fashion_mosaic/button_blue_left.gif) no-repeat left top;
  color: #000000;
}
/* Delete cart item button */
a.simple-delete-button:link,
  a.simple-delete-button:visited,
  a.simple-delete-button:hover,
  a.simple-delete-button:active
{
  color: #880000;
  background: transparent url(images/delete_cross.gif) no-repeat left 7px;
  padding-left: 13px;
}
/*
  link-with-arrow
*/
button.simple-button img.left-simple-button {
  display: inline;
  width: 13px;
  height: 13px;
  background: transparent url(images/fashion_mosaic/go.gif) no-repeat left top;
  margin-right: 3px;
  vertical-align: bottom;
}
/*
  button(s) containers
*/
.button-row,
  .button-row-right
{
  margin-top: 20px;
  padding: 0px;
  height: 23px;
  line-height: 23px;
}
.buttons-row .button,
  .buttons-row button.simple-button,
  .buttons-row a.simple-button:link,
  .buttons-row a.simple-button:visited,
  .buttons-row a.simple-button:hover,
  .buttons-row a.simple-button:active
{
  float: left;
}
.buttons-row a.simple-button:link,
  .buttons-row a.simple-button:visited,
  .buttons-row a.simple-button:hover,
  .buttons-row a.simple-button:active,
  .buttons-row-right a.simple-button:link,
  .buttons-row-right a.simple-button:visited,
  .buttons-row-right a.simple-button:hover,
  .buttons-row-right a.simple-button:active,
  .button-row-right a.simple-button:link,
  .button-row-right a.simple-button:visited,
  .button-row-right a.simple-button:hover,
  .button-row-right a.simple-button:active
{
  background-position: left 4px;
}
.buttons-row a.simple-delete-button:link,
  .buttons-row a.simple-delete-button:visited,
  .buttons-row a.simple-delete-button:hover,
  .buttons-row a.simple-delete-button:active
{
  background-position: left 7px;
}
.buttons-row-right .button,
  .buttons-row-right button.simple-button,
  .buttons-row-right a.simple-button,
  .button-row-right .button,
  .button-row-right button.simple-button,
  .button-row-right a.simple-button
{
  float: right;
}
.buttons-row-right-box {
  float: right;
}
.buttons-row-right,
  .buttons-row
{
  margin: 20px 0px 0px 0px;
  height: 23px;
}
.buttons-row .button-separator {
  float: left;
  width: 20px;
  height: 15px;
}
.buttons-row-right .button-separator {
  float: right;
  width: 30px;
  height: 15px;
}
table tr td.buttons-row,
  table tr td.button-row,
  table tr td.buttons-row-right,
  table tr td.button-row-right
{
  margin: 0px;
  padding-top: 15px;
}
.buttons-auto-separator .button,
  .buttons-auto-separator button.simple-button,
  .buttons-auto-separator a.simple-button
{
  margin-right: 20px;
}
.button-up {
  position: relative;
  margin-top: -23px;
  width: 30%;
}
/*
  popup help link
*/
a.popup-link:link,
  a.popup-link:visited,
  a.popup-link:hover,
  a.popup-link:active
{
  text-decoration: none;
}
a.popup-link:link img,
  a.popup-link:visited img,
  a.popup-link:hover img,
  a.popup-link:active img
{
  vertical-align: bottom;
  width: 20px;
  height: 18px;
  background: transparent url(images/question_button.gif) no-repeat left top;
  margin-bottom: 1px;
}
/*
  Popup window
*/
.popup-modal-bg {
  background: transparent url(images/grey.png) repeat left top;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1000;
}
.popup-window {
  position: absolute;
  background: white none;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  z-index: 1100;
  text-align: left;
}
.popup-window .popup-bg-iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0px none;
  background: white none;
  margin: 0px;
  padding: 0px;
  z-index: 1150;
  top: 0px;
  left: 0px;
}
.popup-window .popup-title {
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  height: 24px;
  background: #a3cbf9 none;
  vertical-align: middle;
  z-index: 1200;
}
.popup-window .popup-title span {
  color: #304e7b;
  font-size: 10px;
  line-height: 24px;
  font-family: verdana, helvetica, sans-serif;
  font-weight: bold;
  padding: 0px 0px 0px 20px;
}
.popup-window .popup-title a:link,
  .popup-window .popup-title a:visited,
  .popup-window .popup-title a:hover,
  .popup-window .popup-title a:active
{
  display: block;
  position: absolute;
  top: 6px;
  right: 6px;
  outline-style: none;
  text-decoration: none;
  width: 13px;
  height: 13px;
}
.popup-window .popup-title img {
  width: 13px;
  height: 13px;
  background: transparent url(images/fashion_mosaic/popup_cross.gif) no-repeat left top;
}
.popup-window .popup-content {
  position: absolute;
  top: 24px;
  left: 2px;
  right: 2px;
  bottom: 20px;
  overflow: auto;
  margin: 0px;
  padding: 0px;
  z-index: 1200;
}
.popup-window .popup-frame {
  padding: 5px;
  margin: 0px;
}
.popup-window .popup-footer {
  position: absolute;
  bottom: 2px;
  left: 2px;
  right: 2px;
  background: #f3f5f7 none;
  height: 18px;
  text-align: right;
  z-index: 1200;
}
.popup-window .popup-footer div {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0px;
  right: 0px;
  background: transparent url(images/popup_bottom_arrow.gif) no-repeat 9px 9px;
  cursor: se-resize;
}
.popup-dnd-border {
  position: absolute;
  border: 1px dotted #000000;
  background: transparent none;
  z-index: 1200;
}
.popup-window .popup-border {
  position: absolute;
  line-height: 0px;
  font-size: 0px;
  margin: 0px;
  padding: 0px;
}
.popup-window .popup-t-side {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  border: 0px none;
  border-top: 1px solid #80adde;
  background: #80adde none;
  height: 2px;
  cursor: n-resize;
  z-index: 1250;
}
.popup-window .popup-tr-corner {
  right: 0px;
  top: 0px;
  height: 2px;
  width: 2px;
  border-top: 1px solid #80adde;
  border-right: 1px solid #80adde;
  background: #80adde none;
  cursor: ne-resize;
  z-index: 1260;
}
.popup-window .popup-r-side {
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  border-right: 1px solid #80adde;
  background: #80adde none;
  width: 2px;
  cursor: e-resize;
  z-index: 1250;
}
.popup-window .popup-br-corner {
  right: 0px;
  bottom: 0px;
  height: 2px;
  width: 2px;
  border-bottom: 1px solid #80adde;
  border-right: 1px solid #80adde;
  background: #80adde none;
  cursor: se-resize;
  z-index: 1260;
}
.popup-window .popup-b-side {
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  border-bottom: 1px solid #80adde;
  background: #80adde none;
  height: 2px;
  cursor: s-resize;
  z-index: 1250;
}
.popup-window .popup-bl-corner {
  left: 0px;
  bottom: 0px;
  height: 2px;
  width: 2px;
  border-bottom: 1px solid #80adde;
  border-left: 1px solid #80adde;
  background: #80adde none;
  cursor: sw-resize;
  z-index: 1260;
}
.popup-window .popup-l-side {
  top: 0px;
  left: 0px;
  bottom: 0px;
  height: 100%;
  border-left: 1px solid #80adde;
  background: #80adde none;
  width: 2px;
  cursor: w-resize;
  z-index: 1250;
}
.popup-window .popup-tl-corner {
  left: 0px;
  top: 0px;
  height: 2px;
  width: 2px;
  border-top: 1px solid #80adde;
  border-left: 1px solid #80adde;
  background: #80adde none;
  cursor: nw-resize;
  z-index: 1260;
}
/*
  data table
*/
table.data-table td {
  padding: 4px 1px;
  line-height: 21px;
  vertical-align: top;
}
table.data-table td.data-name {
  vertical-align: top;
  color: #112536;
  padding-right: 5px;
}
table.data-table .data-required,
  .data-required
{
  color: #880000;
}
table.data-table td.data-required {
  padding-right: 4px;
}
table.data-table td.data-required {
  text-align: center;
  width: 5px;
}
table.data-table .error-message {
  color: #880000;
  vertical-align: middle;
}
table.data-table div.error-message {
  margin: 0px;
}
table.data-table tr.head-row th {
  padding-left: 5px;
  padding-right: 5px;
}
table.data-table tr th.data-checkbox-column {
  width: 10px;
}
table.data-table tr .data-right-column {
  text-align: right;
}
table.data-table tr .data-width-100 {
  width: 100%;
}
table.data-table tr td.data-name label {
  line-height: 21px;
  vertical-align: top;
}
/*
	search sort bar
*/
.search-sort-bar {
  vertical-align: middle;
  line-height: 16px;
  height: 16px;
	padding-right: 20px;
  white-space: nowrap;
  margin: 15px 0px 30px 0px;
  text-align: right;
}
.search-sort-title {
  padding-right: 20px;
}
.search-sort-cell {
  padding-right: 20px;
}
a.search-sort-link:link,
  a.search-sort-link:visited,
  a.search-sort-link:hover,
  a.search-sort-link:active
{
	text-decoration: underline;
}
.search-sort-bar img,
.search-sort-bar-float img {
	width: 9px;
	height: 9px;
	margin-right: 5px;
}
.search-sort-bar a.up-direction:link,
  .search-sort-bar a.up-direction:visited,
  .search-sort-bar a.up-direction:hover,
  .search-sort-bar a.up-direction:active
{
  font-weight: bold;
  padding-left: 14px;
  background: transparent url(images/uarrow.gif) no-repeat left 3px;
}
.search-sort-bar a.down-direction:link,
  .search-sort-bar a.down-direction:visited,
  .search-sort-bar a.down-direction:hover,
  .search-sort-bar a.down-direction:active
{
  font-weight: bold;
  padding-left: 14px;
  background: transparent url(images/darrow.gif) no-repeat left 3px;
}
/*
	expandable section
*/
.expand-section {
  height: 16px;
  margin: 20px 0px 20px 0px;
  vertical-align: middle;
  line-height: 16px;
}
.expand-section img {
  width: 11px;
  height: 11px;
  vertical-align: middle;
  margin: 2px 5px 3px 0px;
}
.expand-section a:link,
  .expand-section a:visited,
  .expand-section a:hover,
  .expand-section a:active
{
  font-weight: bold;
  text-decoration: underline;
}
/*
	pagination mechanism
*/
.nav-pages {
  white-space: nowrap;
  vertical-align: bottom;
  padding: 0px;
  margin: 0px;
}
.nav-pages-title {
  padding-right: 10px;
}
.nav-pages img {
  vertical-align: bottom;
  width: 13px;
  height: 13px;
}
.nav-pages a:link,
  .nav-pages a:visited,
  .nav-pages a:hover,
  .nav-pages a:active
{
  text-align: center;
  text-decoration: underline;
}
.nav-pages .left-arrow img {
  background: transparent url(images/fashion_mosaic/go_left.gif) no-repeat left top;
}
.nav-pages .right-arrow img {
  background: transparent url(images/fashion_mosaic/go.gif) no-repeat left top;
}
.nav-pages .current-page {
  text-align: center;
  font-weight: bold;
}
.nav-pages .right-delimiter {
  padding-right: 12px;
}
/*
	subheader styles
*/
.subheader {
  margin: 0px 0px 10px 0px;
  color: #646673;
  font-weight: bold;
  font-size: 12px;
  padding: 0px;
  border: 0px none;
}
.subheader-grey {
	color: #666666;
	font-size: 11px;
	border-bottom: 1px solid #cccccc;
}
.subheader-black {
	color: #010101;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}
.subheader-red {
	border-bottom: 1px solid #acb7c7;
}
/*
  Table head cell
*/
.img-down-direction {
  width: 7px;
  height: 6px;
  vertical-align: middle;
  background: transparent url(images/r_bottom.gif) no-repeat left top;
  margin-right: 3px;
}
.img-up-direction {
  width: 7px;
  height: 6px;
  vertical-align: middle;
  background: transparent url(images/r_top.gif) no-repeat left top;
  margin-right: 3px;
}
/*
  NoScript warning
*/
div.noscript-warning {
  text-align: center;
  height: 30px;
  line-height: 30px;
  padding: 0px 0px 20px 0px;
}
div.noscript-warning div.content {
  background: transparent url(images/icon_warning.gif) no-repeat left top;
  color: #b51a00;
  font-weight: bold;
  padding: 0px 0px 0px 33px;
  white-space: nowrap;
  line-height: 30px;
  overflow: hidden;
}
/*
    Webmaster mode
*/
.lbl {
  display: inline !important;
  color: green !important;
  font-weight: bold !important;
  width: auto !important;
  margin: 0px !important;
  padding: 0px !important;
}
.section {
  margin: 0px !important;
  padding: 0px !important;
  width: auto !important;
}
/*==============================================================================
  side-bar styles
==============================================================================*/
/*
  Welcome page styles
*/
.welcome-top {
  position: relative;
  margin-bottom: 20px;
}
.height-extender,
  .fancy-height-extender  
{
  display: none;
}
.welcome-top .height-extender {
  display: block;
  float: left;
  width: 1px;
  height: 207px;
}
.welcome-top .fancy-height-extender {
  display: block;
  float: left;
  width: 1px;
  height: 207px;
}
.categories-clearing {
  height: 0px;
  font-size: 0px;
  display: none;
}
.welcome-top .categories-clearing {
  display: block;
  clear: both;
}
.welcome-top .menu-dialog {
  background:url(http://www.gustareoliveoil.com/images/left-margin.jpg);
  width: 294px;
  overflow: hidden;
}
.welcome-top .menu-dialog .title-bar,
  .welcome-top .menu-dialog .content,
  .welcome-top .menu-dialog .content a:link,
  .welcome-top .menu-dialog .content a:visited,
  .welcome-top .menu-dialog .content a:hover,
  .welcome-top .menu-dialog .content a:active
{
  color: #000000;
}
.welcome-top .menu-dialog .content {
  background: transparent no-repeat 14px 4px;
  padding-top: 0px;
}
img.welcome {
  width: 580px;
  height: 262px;
  margin-left: 20px;
  float: right;
}
img.empty-height-extender {
  height: 262px;
  width: 10px;
}
.menu-columns tr td {
  vertical-align: top;
  width: 294px;
  padding: 0px 14px 0px 0px;
}
.menu-columns tr td.contact-us {
  padding-top: 20px;
}
.menu-columns a.contact-us:link,
  .menu-columns a.contact-us:visited,
  .menu-columns a.contact-us:hover,
  .menu-columns a.contact-us:active
{
  display: block;
  width: 138px;
  height: 60px;
  <span id="siteseal"><script type="text/javascript" src="https://seal.godaddy.com/getSeal?sealID=ZknSx5EiB4NJKi8V2sEKY1YPImQWjqIsPc0J7JpMkjdVRVEYHOo"></script>;
}
/*
  categories list
*/
.menu-categories-list {
  background: #D4D39B none;
  margin-bottom: 22px;
  width: 294px;
background:transparent url(http://www.gustareoliveoil.com/images/left-margin.jpg) repeat scroll 0 0
}
.menu-categories-list .title {
  color: #324c76;
}
.menu-categories-list .content {
  no-repeat 14px 4px;
  padding-top: 15px;
  font-size: 12px;
}
.menu-fancy-categories-list .title-bar,
  .menu-categories-list .title-bar
{
  height: 29px;
  line-height: 40px;
  padding-left: 32px;
}
.welcome-page .menu-fancy-categories-list .content {
  padding-bottom: 0px;
}
.menu-categories-list .content a:link,
  .menu-categories-list .content a:visited,
  .menu-categories-list .content a:hover,
  .menu-categories-list .content a:active
{
  font-size: 12px;
}
.menu-categories-list .content ul li {
  background-position: 15px 7px;
  line-height: 18px;
  padding-left: 27px;
}
.welcome-top .menu-categories-list ul li {
  background: transparent url(http://www.gustareoliveoil.com/images/left-margin.jpg) 294px;
  width: 294
}
.welcome-top .menu-categories-list ul li a:link,
  .welcome-top .menu-categories-list ul li a:visited,
  .welcome-top .menu-categories-list ul li a:hover,
  .welcome-top .menu-categories-list ul li a:active
{
  color: #000000;
}
/*
  special menu
*/
.menu-special .title-bar img.icon {
  background: url(images/dingbats_categorie.gif) no-repeat;
}
/*
  help menu
*/
.menu-help .title-bar img.icon {
  background: url(images/dingbats_help.gif) no-repeat;
}
/*
  minicart
*/
.menu-minicart .content {
  background: #transparent none;
  padding: 0px;
}
div.minicart {
  height: 35px;
  white-space: nowrap;
  background: #5b1200;
}
div.minicart strong,
  div.minicart span
{
  line-height: 34px;
  vertical-align: top;
  color: #ffffff;
}
div.minicart img.full {
  margin: 11px 4px 11px 1px;
  width: 23px;
  height: 12px;
  background: transparent url(images/fashion_mosaic/cart.gif) no-repeat left top;
}
div.minicart img.empty {
  margin: 11px 4px 11px 1px;
  width: 23px;
  height: 12px;
  background: transparent url(images/fashion_mosaic/cart.gif) no-repeat left top;
}
.menu-minicart ul {
  margin: 7px 5px 20px 10px;
}
.menu-minicart ul li {
  background-position: 3px 7px;
  padding-left: 13px;
}
/*
  auth box
*/
.menu-auth .title-bar img.icon {
  background: url(images/dingbats_authentification.gif) no-repeat;
}
.login-buttons {
}
.login-buttons .button {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.menu-dialog .recovery {
  clear: both;
  margin-bottom: 5px;
}
.menu-dialog .recovery a:link,
  .menu-dialog .recovery a:visited,
  .menu-dialog .recovery a:hover,
  .menu-dialog .recovery a:active
{
  text-decoration: underline;
  font-size: 10px;
}
.menu-dialog .left {
  text-align: left;
}
.menu-dialog .login-text {
  vertical-align: top;
  margin-left: 15px;
}
.small-note,
  a.small-link:link {
  color: #3c6992;
  text-decoration: none;
  font-size: 9px;
  font-family: arial, verdana, helvetica, sans-serif;
}
a.small-link:visited {
  color: #3c6992;
  text-decoration: none;
  font-size: 9px;
  font-family: arial, verdana, helvetica, sans-serif;
}
a.small-link:hover {
  color: #3c6992;
  text-decoration: underline;
  font-size: 9px;
  font-family: arial, verdana, helvetica, sans-serif;
}
a.small-link:active {
  color: #3c6992;
  text-decoration: none;
  font-size: 9px;
  font-family: arial, verdana, helvetica, sans-serif;
}
/*
  news box styles
*/
.menu-news .title-bar img.icon {
  background: url(images/dingbats_news.gif) no-repeat;
}
.menu-dialog .news {
  font-size: 9px;
  margin-bottom: 6px;
}
.menu-dialog .subscribe {
  margin-top: 8px;
}
.menu-dialog a.prev-news:link,
  .menu-dialog a.prev-news:visited,
  .menu-dialog a.prev-news:hover,
  .menu-dialog a.prev-news:active
{
  font-size: 11px;
  text-decoration: underline;
}
/*
  interneka menu
*/
.menu-interneka .title-bar img.icon {
  background: url(images/dingbats_affiliates.gif) no-repeat;
}
/*============================================================================
  page-specific styles
==============================================================================*/
/*
	category page
*/
.category-description {
  margin-bottom: 15px;
}
.current-category-icon {
  padding: 0px;
  height: 100%;
  vertical-align: top;
}
.current-category-icon img {
  margin: 5px;
}
h1.category {
  display: block;
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-decoration: none;
  padding-left: 10px;
  color: #5b1200;
  font-weight: bold;
  font-size: 12px;
  background: #d4d39b none;
}
ul.subcategories {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 15px 0px;
}
ul.subcategories li {
  margin: 0px 0px 10px 0px;
	text-align: left;
}
ul.subcategories a:link,
  ul.subcategories a:visited,
  ul.subcategories a:hover,
  ul.subcategories a:active
{
  text-decoration: underline;
  font-weight: bold;
}
div.subcategories {
  float: left;
  margin: 0px 10px;
  text-align: center;
  padding-bottom: 0px;
}
.subcategory-image {
  float: left;
  margin: 0px 10px 10px 0px;
}
.subcategory-descr {
  width: auto;
  padding: 0px;
}
/*
	product details page
*/
.product-details {
  position: relative;
}
.product-details .image {
  text-align: center;
  vertical-align: top;
  padding: 0px;
  float: left;
  margin: 5px 20px 5px 0px; 
}
.product-details .image .image-box {
  margin: 0px auto;
  padding: 0px;
  border-top: 1px solid #fdf7d8;
}
.product-details .image .image-box img {
  border-style: solid;
  border-color: #fdf7d8;
}
.product-details .details {
  padding-left: 35px;
  padding-top: 11px;
}
.product-details .details .descr {
  padding: 0px;
  margin: 0px 60px 0px 0px;
}
.product-details .details .save {
  position: absolute;
  right: 3px;
  top: 0px;
  width: 57px;
  height: 57px;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  padding: 28px 0px 0px 0px;
  font-weight: bold;
  background: transparent url(images/fashion_mosaic/save_money.gif) no-repeat;
}
.product-details .product-subtitle {
  height: 10px;
}
.product-details .message {
  color: #b51a00;
}
.product-details .warning-message {
  color: red;
}
.product-details .customer-message {
  color: #b51a00;
  font-weight: bold;
}
/* product properties table */
table.product-properties {
  margin: 0px;
  width: 100%;
}
table.product-properties tr td {
  padding: 0px;
}
table.product-properties .property-name {
  padding-right: 5px;
  white-space: nowrap;
  width: 30%;
}
table.product-properties .property-value {
  white-space: nowrap;
}
table.product-properties .product-price {
  color: #646673;
  font-weight: bold;
  font-size: 12px;
  vertical-align: top;
}
table.product-properties .product-price-value {
  color: #a70914;
  font-weight: bold;
  font-size: 12px;
  white-space: nowrap;
}
table.product-properties .product-market-price {
  color: #787878;
  padding-left: 5px;
  font-size: 12px;
  font-family: verdana;
  white-space: nowrap;
  font-weight: bold;
}
table.product-properties .product-input {
  height: 25px;
}
table.product-properties .product-min-amount {
  padding-left: 5px;
  font-size: 14px;
  font-family: 'times new roman', verdana, arial, helvetica, sans-serif;
}
table.product-properties .product-one-quantity {
  padding-left: 5px;
  font-size: 14px;
  font-family: 'times new roman', verdana, arial, helvetica, sans-serif;
}
table.product-properties .separator td {
  height: 18px;
}
/* send 2 friend section */
input.send2friend {
  width: 300px;
}
/*
  products list
*/
/* common styles */
.products {
  margin-bottom: 15px;
  margin-top: 15px;
}
.products .image {
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}
.products .image .image-border {
  width: auto;
  border-top: 1px solid #bed7f2;
  background: #d4d39b none;
  padding: 9px 9px 9px 7px;
}
.products .image a.image-link:link img,
  .products .image a.image-link:visited img,
  .products .image a.image-link:hover img,
  .products .image a.image-link:active img
{
  background: #ffffff none;
}
.products a.see-details:link,
  .products a.see-details:visited,
  .products a.see-details:hover,
  .products a.see-details:active
{
  display: block;
  text-align: center;
  text-decoration: underline;
  color: #6b88a7;
}
.products a.see-details:hover {
  color: #5b1200;
}
.products a.product-title:link,
  .products a.product-title:visited,
  .products a.product-title:hover,
  .products a.product-title:active,
  .products .product-title,
  .product-details .product-title
{
  display: block;
  width: auto;
  color: #5b1200;
  border-top: 1px solid #bed7f2;
  background: #d4d39b none;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 0px 5px 10px;
  outline-style: none;
}
.products a.product-title:hover {
  color: #5b1200;
}
.products .descr {
  padding: 15px 0px 0px 0px;
  margin: 0px;
}
.products .sku {
  margin-top: 15px;
}
.products .price-row {
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.products .market-price {
}
.products .market-price-value {
  text-decoration: line-through;
}
.products .price {
  font-weight: bold;
  font-size: 12px;
}
.products .price-value {
  font-weight: bold;
  font-size: 12px;
  color: #b51a00; 
}
.products .price-save {
  padding: 0px;
  margin: 0px;
  color: #b51a00;
}
.products .taxes {
  margin-top: 15px;
  padding: 2px 2px 2px 70px;
}
.products .buy-now {
  margin: 10px 0px 0px 0px;
}
.products .buy-now .quantity {
  height: 25px;
  white-space: nowrap;
  vertical-align: middle;
}
.products .buy-now .quantity-empty {
  height: 25px;
}
.products .buy-now .quantity-title {
  width: 75px;
  padding-right: 16px;
}
.products .buy-now .quantity select {
  vertical-align: middle;
}
.products .buy-now .out-of-stock {
  white-space: nowrap;
  font-weight: bold;
}
.products .buy-now .prices {
  height: 15px;
  vertical-align: middle;
}
.products .product-details-title {
  color: #b51a00;
  font-weight: bold;
  font-size: 12px;
}
.products .product-price-text {
  color: #010101;
  font-weight: bold;
  font-size: 12px;
}
/* list as list */
.products-list .item {
  position: relative;
  margin: 0px 0px 45px 0px;
}
.products-list .image {
  text-align: center;
  float: left;
  position: relative;
  padding: 3px 20px 3px 0px;
  margin-right: auto;
}
.products-list .details {
  vertical-align: top;
  padding-left: 20px;
  border: 0px none;
  padding-top: 3px;
}
.products-list .details hr {
  margin: 5px 5px 5px 0px;
}
.products-list .buy-now .center,
  .products-list .buy-now .halign-center
{
  margin-left: 0px;
  text-align: left;
}
/* list as multicolumn table */
.products-table .product-cell {
  background: #ffffff none;
  text-align: center;
  padding: 0px;
  vertical-align: top;
}
.products-table .products-row td.product-cell {
  padding-top: 60px;
}
.products-table td.product-cell-price {
  padding-top: 14px;
}
.products-table td.product-cell-buynow {
  padding-top: 12px;
}
.products-table .image {
  padding: 0px;
  margin: 5px 0px;
}
.products-table .sku {
  margin-top: 10px;
  text-align: center;
}
.products-table .market-price {
  padding: 8px 0px 0px 0px;
}
.products-table .price-row {
  text-align: center;
}
.products-table .buttons-row,
  .products-table .button-row
{
  margin: 0px;
}
.products-table .buttons-row button,
  .products-table .button-row button
{
  margin: 0px;
  float: none;
}
.products-table .buy-now {
  margin-top: 5px;
}
.products-table .buy-now .quantity-title {
  width: auto;
  padding-right: 5px;
}
.products-table a.product-title:link,
  .products-table a.product-title:visited,
  .products-table a.product-title:hover,
  .products-table a.product-title:active
{
  padding: 0px;
  display: inline;
  background: transparent none;
  border: 0px none;
}
.products-table .image-border {
  margin: 0px auto;
}
/*
  advanced search page
*/
.adv-search table td {
  white-space: nowrap;
  padding: 3px 5px 3px 0;
}
.adv-search table .data-name {
  width: 20%;
  vertical-align: top;
  color: #112536;
  font-weight: bold;
}
.adv-search table .data-input {
  white-space: nowrap;
}
.adv-search table .pattern {
  padding-bottom: 0px;
}
.adv-search table .pattern input,
.adv-search table .pattern select
{
  width: 95%;
  vertical-align: bottom;
}
.adv-search table .search-button {
  width: 25%;
  padding: 0px;
}
#adv_search_box {
  margin-bottom: 15px;
}
/*
  register page
*/
.register-note {
  color: #000000;
  margin-bottom: 15px;
}
.register-newbie-note {
  text-align: center;
  margin-top: 30px;
}
.register-bottom-note {
  margin-top: 30px;
  padding-bottom: 45px;
}
.register-ups-box {
  margin-top: 45px;
  margin-bottom: 15px;
}
.register-section-title {
  height: 30px;
  vertical-align: middle;
}
.register-section-title label {
  display: block;
  color: #2c3e49;
  font-size: 10px;
  font-weight: bold;
  width: 100%;
  line-height: normal;
  border-bottom: 1px solid black;
}
table.register-table td.data-name {
  text-align: right;
  font-weight: normal;
  width: 30%;
}
table.register-table .register-exp-section {
  padding-top: 16px;
  padding-bottom: 16px;
}
table.register-table .register-exp-section label.register-sec-minimized {
  border-bottom: 0px none;
}
/*
  cart page
*/
.cart .item {
  margin: 0px 0px 30px 0px;
}
.cart .item .image {
  padding: 3px 8px 3px 3px;
  height: 100%;
}
.cart .item div.image {
  position: relative;
}
.cart .details {
  padding-top: 3px;
  margin-left: 138px;
  vertical-align: top;
  width: 80%;
}
.cart a.product-title:link,
  .cart a.product-title:visited,
  .cart a.product-title:hover,
  .cart a.product-title:active
{
  text-decoration: underline;
}
.cart .descr {
  padding-bottom: 15px;
}
.cart .poptions-title {
  
  font-weight: bold;
}
.cart .poptions-list {
  margin-bottom: 15px;
}
.cart .buttons {
  position: relative;
  vertical-align: top;