/* -- product_info.php -- */

div#productInfo h1 {
	margin: 0; text-align:left;
 }

#mainImage{
	float:right;
	width:300px;
	text-align:center;
}

#mainImage img{
border:1px solid #5c537e;
}

#galerie_mini{
	margin-right: 5px;
}


#productInfoSpec {
 margin-top: 20px;
 background-color:#FAF0F2;
 border:1px solid #5c537e;
 float:left;
}

#productInfoSpec p{
margin:1px;
}

#productInfoSpec .formBt{
	padding-left:220px;
	clear:both;
	margin-top:5px;
}

#productInfoSpec .headText{
	clear:both;
	width:100px;
	margin-top:5px;
	display:block;
	float:left;

}

#productInfoSpec .descriptionText{
	width:100px;
	font-weight:bold;
	margin-top:5px;
	display:block;
	float:left;
}

#productOptions{
margin-top: 50px;
clear:both;
}

#productDescription {
 margin-top: 20px;
 text-align:justify;
 margin-right: 315px;

}

div#productInfo form#cart_quantity {

 margin: 0;
}

div#productInfo .submitBt {
  margin:1px;
  width:115px;
  font-size:10px;
  text-align:center;
}


div#productInfo select{
 width:150px;
}

#productUrl {
 margin:0 0 0 150px;
}

#productDateAdded {
 margin:10px 0 0 0px;
  float:left;
}

#productInfoBack {
 clear: both;
 margin: 2em 2em 2em 0;
}


#productInfo legend {
  font-weight: bold;
}

.alsoPurchased{
clear:both;
margin-top:10px;
}

.tellAFriend{
float:left;
margin-top:10px;
width:400px;
margin-bottom:50px;
}


.alsoPurchasedTabs{
	float:left;
	text-align:center;
	margin: 10px 4px 10px 4px;
	border: 1px solid #5c537e;
	background: #fff;

}

.alsoPurchasedTabs .name{
	margin:0;
	font-weight:bold;
	height:35px;
}

.alsoPurchasedTabs .image{
	margin:0;
}

.alsoPurchasedTabs .price{
	margin:0;
}


/* lightbox styles */
#zoom {
	display: none;
	position: absolute;
	top: 327px;
	left: 120px;
	z-index: 100;
}

#zoom * {
	display: block;
	border-style: none;
}

#zoom .top, #zoom .bottom {
	height: 13px;
	margin-left: 13px;
	background: url(../images/ZoomShadow.png) 100% 0;
}

#zoom .top div, #zoom .bottom div {
	width: 13px;
	height: 13px;
	position: relative;
	left: -13px;
	background: url(../images/ZoomShadow.png) 0 0;
}

#zoom .bottom {
	background-position: 100% 100%;
}

#zoom .bottom div {
	background-position: 0 100%;
}

#zoom .i1 {
	padding-left: 7px;
	background: url(../images/ZoomShadowSides.png) repeat-y;
}

#zoom .i2 {
	padding-right: 7px;
	background: url(../images/ZoomShadowSides.png) repeat-y 100% 0;
}

#zoom .i3 {
	padding: 1px;
}

#zoom-close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -12px;
	left: -15px;
	background-image: url(../images/ZoomClose.png);
	text-indent: -1000em;
	overflow: hidden;
}

#zoom-close:active {
	background-position: 0 -30px;
}

#zoom-content {
	margin: -9px -1px -5px;
	background-color: #fff;
	position: relative;
	padding: 0;
}

#zoom-captioncontainer {
	position: absolute;
	color: #fff;
	top: 100%;
	margin-top: 10px;
	text-shadow: #000 0 1px 3px;
	width: 100%;
	font-weight: bold;
	cursor: default;
}

#zoom-captioncontainer * {
	display: inline;
}

#zoom-captioncontainer div {
	padding-top: 7px;
	padding-bottom: 14px;
	background: url(../images/ZoomCaptionLeft.png) no-repeat;
}

#zoom-captioncontainer div div {
	background: url(../images/ZoomCaptionRight.png) no-repeat 100% 0;
	margin-left: 15px;
}

#zoom-caption {
	background: url(../images/ZoomCaptionFill.png) repeat-x 100% 0;
	margin-right: 15px;
	padding: 7px 0 14px;
}

#zoom-load {
	width: 48px;
	height: 48px;
	background-image: url(../images/ZoomProgress.png);
	display: none;
}

#overlay { background-image: url(../images/ZoomOverlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/ZoomOverlay.png", sizingMethod="scale");
}

