/**
 * Product Feature
 */
#product_feature {
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  background: #e1e1e1 url(../images/product_bg.gif) bottom left repeat-x;
  height: 421px;
}
#product_feature .pic_left, #product_feature .info_right {
  width: 470px; float: left;
}

#product_feature .pic_left {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  background: url(../uploads/product.png) center center no-repeat;
  height: 421px;
}

#product_feature .info_right {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  height: 411px;
  margin-top: 30px;
  
  width: 455px;
  padding-right: 15px;
}

#product_feature .pic_left a.watch_video {
  position: relative;
  top: 350px;
  left: 30px;
}


/**
 * Tabs
 */
ul#product_tabs {
  padding: 0;
  margin: 0;
  height: 31px;
  border-bottom: 1px solid #cfcfcf;
}
ul#product_tabs li {
  list-style-type: none;
  margin: 0;
  float: left;
}
ul#product_tabs a {
  padding: 6px 8px;
  border-left: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
  background: #ededed;
  margin: 0;
  color: #555;
  margin-bottom: -10px;
  position: relative;
  display: block;
  height: 30px;
  height: 18px;
}
ul#product_tabs a.last {
  border-right: 1px solid #cfcfcf;
}
ul#product_tabs a:hover {
  text-decoration: none;
}
ul#product_tabs a.active {
  background: #fff;
  border-bottom: none;
  top: 1px;
  height: 19px;
  margin-top: -1px;
} 

#product_tab_info {
  background: #fff;
  clear: left;
  border: 1px solid #cfcfcf;
  border-top: none;
  padding: 20px;
  height: 220px;
  overflow: auto;
  overflow-x: hidden;
}

#product_tab_info td {
  border-bottom: 1px solid #ededed;
  padding: 2px;
  text-align: left;
  border: 1px solid #ededed;
}
#product_tab_info th {
  background: #cfcfcf;
  text-align: center;
}


#product_downloads {
  text-align: right;
  background:  #ededed;
  height: 30px;
  border: 1px solid #d0d0d0;
  border-top: none;
  border-right:  none;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
#product_downloads a {
  padding-left: 10px;
  color: #000;
  font-weight: bold;
  height: 16px;
  padding: 7px 12px;
  display: block;
  float: left;
  border-right: 1px solid #d0d0d0;
}
#product_downloads a:hover {
  color: #CA581A;
  text-decoration: none;
}


#product_slider {
  width: 300px;
  margin-left: 20px;
  float: left;
  position: relative;
}
#product_description {
  width: 580px;
  margin: 0 18px;
  float: left;
}

/**
 * Product Image Slider
 */
#product_slider {
  width: 300px;
  height: 260px;
  border: 1px solid #cfcfcf;
}
#product_slides {
  width: 300px;
  height: 260px;
}
#arrow_left, #arrow_right {
  z-index: 100;
  margin-top: 70px;
  cursor: pointer;
  display: none;
}
#arrow_right {
  right: 0;
}

/**
 * Product description
 */
#product_description p {
  margin-bottom: 20px;
}

/**
 * iPod tab
 */
table.ipod_compat_table {
    
}
table.ipod_compat_table td {
    
}
table.ipod_compat_table td.check {
  text-align: center !important;
  vertical-align: middle;
}
table.ipod_compat_table td.check img { width: 32px; }
table.ipod_compat_table th {
    text-align: left;
}

#fancy_div {
    background:  #fff !important;
}
#fancy_div {
    color: #000 !important;
}
#fancy_content {
    overflow:  auto;
}
