﻿body {
  font-family: Verdana;
  color: #888;
}

footer {
  height:80px;
}

.panel {
  border-radius: 0px;
}

.pad-20 {
  padding: 20px;
}

.pad-top {
  padding-top: 20px;
}

.pad-bottom {
  padding-bottom: 20px;
}

.pad-v {
  padding-top:20px;
  padding-bottom:20px;
}

.pad-h {
  padding-left: 20px;
  padding-right: 20px;
}

.pad-left {
  padding-left: 20px;
}

.pad-right {
  padding-right: 20px;
}

/* */

.rrecord {
  float: left;
}

.rrow {
  clear: both;
}

table.basic2 {
  text-align: center;
  font-family: Verdana;
  font-weight: normal;
  font-size: 14px;
  color: #404040;
  background-color: #fafafa;
  border: 1px #6699CC solid;
  border-collapse: collapse;
  border-spacing: 0px;
}

  table.basic2 th {
    border: 1px solid #6699CC;
  }

  table.basic2 td.bd {
    height: 40px;
    border-bottom: 2px solid #6699CC;
    border-left: 1px solid #6699CC;
    background-color: #BEC8D1;
    text-align: left;
    text-indent: 5px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 11px;
    color: #404040;
  }

  table.basic2 td {
    height: 40px;
    border-bottom: 1px solid #9CF;
    border-top: 0px;
    border-left: 1px solid #9CF;
    border-right: 0px;
    text-align: left;
    text-indent: 10px;
    font-family: Verdana, sans-serif, Arial;
    font-weight: normal;
    font-size: 11px;
    color: #404040;
    background-color: #fafafa;
  }

    table.basic2 td.soft {
      text-align: center;
      font-family: Verdana;
      font-weight: normal;
      font-size: 11px;
      color: #404040;
      width: 580px;
      background-color: #fafafa;
      border: 1px #6699CC solid;
      border-collapse: collapse;
      border-spacing: 0px;
    }


/*
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}
*/

.container {
  max-width: 970px;
}


h1 {
  font-size: 30px;
}

.noline a {
  text-decoration: none;
  color: Black;
}

.designtitle {
  font-size: 20px;
  font-weight: bold;
}

img {
  border-style: none;
}

a {
  text-decoration: none;
  color: #2988c6;
}

.prodblock {
  /*background-color:#eeeeee;*/
  margin-bottom: 20px;
}

h2.title {
  font-size: 20px;
  height: 40px;
  padding-top:10px;
  margin:0;
}

.imgcontainer {
  /*width: 300px;*/
  /*background-color: #f6f6f6;*/
  height: 300px;
  background-image:url(img/bg_off.png);
}

  .imgcontainer img {
    /*max-width: 300px;*/
    /*max-height: 300px;*/
    max-width:100%;
    max-height:100%;
    margin:0;
    padding:5px;
    float:left;
  }

.proddesc {
  padding-top:10px;
  height: 70px;
  position:relative;
}

.viewinitunes {
  position:absolute;
  right:5px;
  bottom:15px;
}


.title a, .title a:hover .title a:visited, .title a:active {
  text-decoration:none;
  color: inherit;
}

.title img {
  max-height: 24px;
  max-width: 24px;
  margin-right:5px;
  margin-left:5px;
}
/* header */
.logo {
  display:block;
  padding: 10px;
}

.logo img {
  width: 80px;
  height: 80px;
}

/* home */
.home .review {
  font-size: 10px;
  color:#333;
}

.home .description {
}

/* home detail */
.productlist {
  padding:0;
  list-style-type:none;
}

  .productlist li {
    min-height : 30px;
  }

  .productlist a.selected {
    color:#000;
  }

.productimages {
}

  .productimages img {
    padding:5px;
    max-height: 300px;
  }

.main .panel.detail {
  height:100%;
  min-height: 1000px;
}

.productimages {
  background-image: url(img/bg_off.png);
}

