/* CSS Document */
#content {
	padding: 0;
	width: 600px;
	}


#product_image {
	float: left;
	width: 350px;
	margin: 0 0 10px 0;
	}
	
#product_photo {
  width: 350px;
  height: 350px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
	
#color_picker {
	margin: -10px 0 0;
	text-align: center;
	position: relative;
	z-index: 100;
	}
	
#color_picker img {
	border: 1px solid #aaa;
	}
	
#product_detail {
	width: 230px;
	float: left;
	color: #7b858a;
	line-height: 1.4em;
	font-size: 11px;
	padding-left: 20px;
	display: inline;
	}
	
#product_detail h2{
    visibility: visible !important;
}
	
/* Overide font tags */
#product_detail font {
  color: #7b858a !important;
}

#product_detail em {
  font-style: normal;
}
	
#product_detail h2 {
  margin: 0 0 5px 0;
  font-size: 25px;
}

#product_detail table {
	width: 200px !important;
	}

#price {
  min-height: 1px;
  margin: 0 0 10px 0;
}

* html #price {
  height: 1px;
}

#price:after {
  height: 0;
  content: ".";
  visibility: hidden;
  clear: both;
  display: block;
}

h4.price {
  float: left;
  margin: 0 10px 0 0;
  font-size: 16px;
  visibility: visible;
}

.currency_select {
  font-size: 10px;
  float: left;
}
	
#cart_tools {
	margin-top: 10px;
	border-top: 1px solid #e5e5e5;
	padding-top: 10px;
	}
	
#cart_tools .control {
	padding: 0;
	margin: 10px 0;
	line-height: normal;
	width: 150px;
	}
	
#cart_tools .control label,
#cart_tools .control sup

 {
	display: none;
	}
	
#cart_tools .short label {
  display: block;
  float: left;
  width: 60px;
  text-transform: lowercase;
  font-size: 12px;
  font-weight: normal;
  color: #7b858a;
  margin: 0;
}

#cart_tools .short input {
  width: 30px;
  float: right;
}
	
#cart_tools .control select {
	width: 150px;
	margin: 0;
	}
	
.linkButton_addtocart {
	display: block;
	width: 150px;
	height: 65px;
	background: url(linkbutton_addtocart.gif) no-repeat 0 0;
	margin: 10px 0 10px -5px;
	}
	
.linkButton_addtocart:hover {
	background-position: 0 -65px;
	}
	
.linkButton_addtocart strong {
	display: none;
	}
	
/*** Image Type ***/

#image_type {
  position: absolute;
  width: 175px;
  height: 20px;
  padding: 1px 87px 0;
  background: url(image_type.gif) no-repeat top;
  top: -11px;
  left: 0px;
  z-index: 200;
}

#image_type a * {
  display: none;
}

#image_type a {
  display: block;
  width: 60px;
  height: 20px;
  background: #fff;
  float: left;
}

#image_type a.front {background: #ddd url(image_type_front.gif);}
#image_type a.back {background: #ddd url(image_type_back-enlarge.gif); width: 115px;}


/*** Other Products ***/

#other_products {
  clear: both;
  border-top: 1px solid #ddd;
  margin: 0 0 0 20px;
  padding: 10px 0 0 0;
}

#other_products .product_thumb {
	border-right: 1px solid #ddd;
	padding: 0 20px;
	}
	
#other_products .product_thumbs {
	margin: -5px 0 0 0;
	}
