body {
  background: #d8d1bd url('../img/body-bg.gif') repeat-x top;
  margin: 0;
  padding: 0;
  font-family: 'Georgia', serif;
  font-size: 11px;
  line-height: 14px;
  color: #705e3d;
}

#wrap {
  margin: 37px 0 0 0;
  position: relative;
  min-width: 990px;
  min-height: 600px;
  cursor: default;
}

#wrap-fader {
  width: 100%;
  position: absolute;
  background: url('../img/background-1.jpg') no-repeat center 36px;
  min-width: 990px;
  min-height: 600px;
  display: none;
  z-index: 10;
}

#menu {
  background: url('../img/menu-bg.gif') no-repeat center top;
  height: 36px;
  text-align: center;
  z-index: 50;
}

#menu ul {
  width: 860px;
  margin: 0 auto 0 auto;
  padding: 7px 0 0 0;
  list-style-type: none;
}

#menu li {
  float: left;
  margin: 0;
  padding: 4px 0 0 0;
}

#menu li.last a {
  border-right: 0;
}

#menu a {
  display: block;
  padding: 2px 14px 6px 14px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  border-right: 1px solid #584b30;
}

#menu a:hover {
  text-decoration: underline;
}

#menu li.selected {
  background: url('../img/menu-selected-bg.gif') no-repeat top center;
  height: 30px;
}

#menu li.selected a {
  border-right: 1px solid #fff;
  color: #4d0960;
}

#background-description {
  position: absolute;
  top: 25px;
  right: 0px;
  background: url('../img/background-description-bg.gif') no-repeat left;
  padding: 0 0 0 10px;
  color: #e0dcd7;
  font-size: 12px;
  font-style: italic;
  z-index: 999;
}

#content-area {
  position: relative;
  width: 980px;
  margin: 0 auto 20px auto;
  z-index: 10;
  padding-top: 1px; 
}

.frontpage #content-area {
  height: 500px;
}

#frontpage-columns {
  margin: 274px 0 0 0;
  position: absolute;
  height: 213px;
  z-index: 10;
}

html > body #frontpage-columns {
  background: url('../img/frontpage-columns-bg.png') no-repeat;
}

#frontpage-columns .inner {
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='files/vindirekt/img/frontpage-columns-bg.png', sizingMethod='crop');
}

#frontpage-columns .column {
  float: left;
  display: inline;
  background: url('../img/frontpage-columns-separator.gif') no-repeat right;
  width: 265px;
  height: 183px;
  padding: 15px 15px 15px 15px;
  position: relative;
  z-index: 100;
  overflow: hidden;
}

#frontpage-columns .column h1 {
  margin: 0 0 12px 0;
  padding: 0;
  color: #fff;
  font-size: 0;
}

#frontpage-columns .logo {
  width: 120px;
}

#frontpage-columns .logo h1 {
  padding: 10px 0 0 10px;
  height: 100px;
  background: url('../img/vindirekt-logo.gif') no-repeat 50% 50%;
  color: #fff;
  font-size: 0;
}

#frontpage-columns .season-wines h1 {
  background: url('../img/title-kauden-viinit-alkossa.gif') no-repeat top left;
  height: 28px;
  margin-bottom: 12px;
}

#frontpage-columns .season-wines {
  width: 210px;
  background: none;
}

#frontpage-columns .news h1 {
  background: url('../img/title-ajankohtaista.gif') no-repeat top left;
  height: 28px;
}

#frontpage-columns .news p {
  margin: -5px 0 15px 0;
}

#frontpage-columns .novelties h1 {
  background: url('../img/title-uutuudet.gif') no-repeat top left;
  height: 28px;
}

#frontpage-columns .novelties table {
  margin: -3px -3px 0 -3px;
}

#frontpage-columns .novelties td {
  padding: 3px 3px 4px 3px;
  color: #b1a080;
}

#frontpage-columns .novelties td a {
  color: #705e3d;
  text-decoration: none;
}

#frontpage-columns .novelties td a:hover {
  text-decoration: underline;
}

#frontpage-columns .novelties tr:hover td {
  background: #f8f6f2;
}

#frontpage-columns .column h2 {
  margin: 0 0 10px 0;
  font-size: 11px;
  color: #685e3a;
}

#frontpage-columns .column h2 a {
  color: #685e3a;
  text-decoration: none;
}

#frontpage-columns .column h2 a:hover {
  text-decoration: underline;
}

#season-wines-roulette {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 -14px 0 -14px;
  height: 158px;
}

#season-wines-roulette dd {
  position: absolute;
  top: 0;
  width: 210px;
  height: 158px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#season-wines-roulette dd img {
  float: left;
  margin-right: 10px;
}

#season-wines-roulette-controller {
  position: absolute;
  left: 100px;
  bottom: 20px;
  width: 36px;
  height: 18px;
  padding: 4px;
  background: url('../img/season-wines-roulette-controller-bg.png') no-repeat;
  font-size: 0;
  line-height: 0;
}

#season-wines-roulette-controller span.previous {
  float: left;
  width: 18px;
  height: 18px;
  background: url('../img/slider-buttons.gif') no-repeat left;
}

#season-wines-roulette-controller span.next {
  float: left;
  width: 18px;
  height: 18px;
  background: url('../img/slider-buttons.gif') no-repeat right;
}

#season-wines-roulette-controller span:hover {
  opacity: 0.66;
  -moz-opacity: 0.66;
  filter: alpha(opacity=66);
}

#season-wines-roulette-controller span:active {
  opacity: 0.33;
  -moz-opacity: 0.33;
  filter: alpha(opacity=33);
}

#season-wines-roulette-controller span.disabled {
  opacity: 0.15;
  -moz-opacity: 0.15;
  filter: alpha(opacity=15);
}

#season-wines-roulette-shaders .left {
  position: absolute;
  left: 1px;
  bottom: 0;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='files/vindirekt/img/season-wines-roulette-shader-left.png', sizingMethod='crop');
  width: 14px;
  height: 158px;
}

html > body #season-wines-roulette-shaders .left {
  background: url('../img/season-wines-roulette-shader-left.png') no-repeat;
}

#season-wines-roulette-shaders .right {
  position: absolute;
  right: 1px;
  bottom: 0;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='files/vindirekt/img/season-wines-roulette-shader-right.png', sizingMethod='crop');
  width: 14px;
  height: 158px;
}

html > body #season-wines-roulette-shaders .right {
  background: url('../img/season-wines-roulette-shader-right.png') no-repeat;
}

#footer {
  width: 980px;
  margin: 0 auto 0 auto;
  padding: 0 0 10px 0;
  text-align: center;
  color: #8f8065;
}

#footer span {
  font-size: 1px;
  padding: 0 20px 0 20px;
}

#content-box {
  margin: 150px 0 0 0;
  position: relative;
  font-size: 0;
}

#content-box .top {
  background: url('../img/content-box-top.png') no-repeat bottom;
  width: 100%;
  height: 6px;
}

#content-box .middle {
  background: #fff url('../img/content-box-bg.gif') no-repeat bottom;
}

#content-box .bottom {
  clear: left;
  background: url('../img/content-box-bottom.png') no-repeat top;
  width: 100%;
  height: 6px;
}

#content-box .column {
  float: left;
  display: inline;
  padding: 15px 15px 15px 15px;
  position: relative;
  z-index: 100;
  font-size: 11px;
}

#content-separator {
  position: absolute;
  top: 0;
  left: 170px;
  width: 1px;
  height: 100%;
  background: #e6e6e6 url('../img/content-box-separator-top.gif') no-repeat top;
}

#content-separator span {
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 47px;
  background: url('../img/content-box-separator-bottom.gif') no-repeat bottom;
}

#content-left {
  width: 130px;
  margin-right: 30px;
}

#content-left h1 {
  margin: 20px 0 20px 0;
  color: #4d0960;
  font-size: 14px;
  font-weight: normal;
}

#content-left h1.logo {
  margin: 0;
  font-size: 0;
  color: #fff;
  height: 100px;
  background: url('../img/vindirekt-logo.gif') no-repeat 50% 50%;
}

#content-box h2 {
  font-size: 11px;
  font-weight: bold;
  margin: 0px 0px 5px 0px;
}

#content-left ul {
  margin: 0 0 15px 5px;
  padding: 0;
  list-style-type: none;
}

#content-left li {
  margin: 0;
  padding: 0;
}

#content-left a {
  background: url('../img/raquo.gif') no-repeat 3px 50%;
  padding: 0 6px 0 12px;
  color: #705e3d;
  text-decoration: none;
}

#content-left a:hover {
  text-decoration: underline;
}

#content-left li.selected a {
  background: #e7dfca url('../img/raquo.gif') no-repeat 3px 50%;
  color: #4d0960;
}

#content-right {
  width: 740px;
  padding-right: 0;
}

#content-right div.leftcolumn {
  width: 400px;
  padding-right: 0;
  float: left;
}

#content-right div.rightcolumn {
  width: 300px;
  padding-right: 0;
  float: right;
}

#content-right h1 {
  font-size: 22px;
  font-weight: normal;
  color: #b19958;
  margin: 10px 0 0 0;
  padding: 0 0 8px 0;
  line-height: 22px;
  border-bottom: 1px solid #ddd2b6;
}

#content-right.product-page h1 {
  color: #794687;
  border-bottom: 0;
}

#content-right h3 {
  color: #4d0960;
  font-family: 'Arial', sans-serif;
  font-size: 13px;
  font-weight: normal;
  margin: 5px 0 5px 3px;
}

.product-header {
  width: 720px;
  height: 60px;
  float: left;
  border-bottom: 1px solid #ddd2b6;
  margin: 0 0 20px 0;
}

.product-header a.back-to-ravintolavalikoima {
  display: block;
  background: url('../img/back-to-ravintolavalikoima.gif') no-repeat top;
  width: 130px;
  height: 20px;
  color: #fff;
  font-size: 0;
  line-height: 0;
  margin: 0 0 0 -9px;
}

.product-header a.back-to-ravintolavalikoima:hover {
  background: url('../img/back-to-ravintolavalikoima.gif') no-repeat bottom;
}

.product-header a.back-to-tuottajat {
  display: block;
  background: url('../img/back-to-tuottajat.gif') no-repeat top;
  width: 130px;
  height: 20px;
  color: #fff;
  font-size: 0;
  line-height: 0;
  margin: 0 0 0 -9px;
}

.product-header a.back-to-tuottajat:hover {
  background: url('../img/back-to-tuottajat.gif') no-repeat bottom;
}

.product-header a.back-to-alko-valikoima {
  display: block;
  background: url('../img/back-to-alko-valikoima.gif') no-repeat top;
  width: 130px;
  height: 20px;
  color: #fff;
  font-size: 0;
  line-height: 0;
  margin: 0 0 0 -9px;
}

.product-header a.back-to-alko-valikoima:hover {
  background: url('../img/back-to-alko-valikoima.gif') no-repeat bottom;
}


.product-header h1 {
  float: left;
  font-size: 22px;
  font-weight: normal;
  color: #794687;
  margin: 10px 0 10px 0;
  line-height: 22px;
}

.product-header p.symbols {
  float: left;
  margin: 15px 0 0 8px;
  font-size: 0;
  line-height: 0;
}

.product-left, .product-right {
  width: 270px;
  float: left;
  display: inline;
  margin: 0;
  margin-bottom: 15px;
}

.product-desc {
  width: 500px;
  float: left;
  display: block;
  margin: 0;
  margin-bottom: 15px;
}

.product-desc br {
 display: block;
 margin: 8px;
}

.product-left {
  margin-right: 44px;
}



.product-image {
  /*position: absolute;
  top: 30px;
  right: 60px;
  width: 160px;
  */
  float: right;
  display: inline;
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.product-image img {
  margin: 0 0 -1px 0;
}

.product-links {
  margin: 0;
  height: 20px;
  float: right;
}

.product-links a {
  position: relative;
  float: left;
  background: #ede8da;
  color: #705e3d;
  text-decoration: none;
  margin: 0 18px 0 0;
  padding: 2px 20px 2px 30px;
}

.product-links a img {
  position: absolute;
  top: 4px;
  left: 16px;
}

.product-links a:hover {
  text-decoration: underline;
}

.search-bar {
  margin: 8px 0 25px 0;
  background: #f3efe4;
  color: #8d7853;
  height: 33px;
  padding: 0 20px 0 20px;
  font-family: 'Arial', sans-serif;
}

.search-bar label, .search-bar input, .search-bar p {
  float: left;
  display: inline;
  margin: 6px 6px 0 0;
}

.search-bar label {
  font-weight: bold;
  padding: 3px 0 0 0;
}

.search-bar .query {
  width: 185px;
  border: 1px solid #cecece;
  border-top: 1px solid #757575;
  -moz-border-radius: 2px;
  padding: 2px;
  color: #8d7853;
  font-family: 'Arial', sans-serif;
  font-size: 11px;
}

.search-bar p {
  padding: 3px 0 0 40px;
}

table.product-list {
  width: 100%;
  margin: 0px 0px 20px 0px;
}

table.product-list td {
  padding: 5px;
  color: #8d7853;
  font-family: 'Arial', sans-serif;
  font-size: 11px;
  border-bottom: 1px solid #e6e6e6;
}

table.product-list td.name {
  width: 35%;
  font-size: 12px;
}

table.product-list td.amount {
  width: 5%;
}

table.product-list td.description {
  width: 380px;
}

table.product-list td.cost {
  text-align: right;
  font-size: 12px;
  white-space:nowrap;
}

table.product-list tr:hover td, table.product-list tr.hover td {
  background: #f6f3ea;
  color: #420056;
}

table.product-list a {
  color: #8D7853;
  text-decoration: none;
}

table.product-list a:hover {
  color: #420056;
  text-decoration: underline;
}

.clear {
  display: block;
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}

a img {
  border: 0;
}

a {
 color: #794687;
/* color: #705e3d;*/
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}
div.nosto {
 margin-top: 10px;
}

#content-left a.vindirekt_logo {
 background: none;
}

#content-left a.vindirekt_logo:hover {
  text-decoration:none;
}