@charset "utf-8";
/* CSS Document */
div#content{
	min-height:370px;
	padding-top:3px;
}

div#product{
	position:relative;
	}
	div#product div#product-previous{
		position:absolute;
		left:0;
		top:130px;
		width:46px;
		height:46px;
		z-index:99;
		}
		div#product div#product-previous a{
			display:block;
			width:46px;
			height:46px;
			overflow:hidden;
			background: transparent url(/images/product-btn-previous.gif) 0 0 no-repeat;
			text-indent:-20000px;
		}

	div#product div#product-next{
		position:absolute;
		right:0;
		top:130px;
		width:46px;
		height:46px;
		z-index:99;
		}
		div#product div#product-next a{
			display:block;
			width:46px;
			height:46px;
			overflow:hidden;
			background: transparent url(/images/product-btn-next.gif) 0 0 no-repeat;
			text-indent:-20000px;
		}
	div#product div#product-back{
		position:absolute;
		right:77px;
		top:16px;
		width:225px;
		height:17px;
		z-index:9;
		}
		div#product div#product-back a{
			display:block;
			width:225px;
			height:17px;
			overflow:hidden;
			background: transparent url(/images/product-btn-overview.gif) 0 0 no-repeat;
			text-indent:-20000px;
		}
	div#product div#product-photo{
		position:absolute;
		left:76px;
		top:17px;
		width:416px;
		height:337px;
		background:transparent url(/images/product-bg-photo.gif) 0 0 no-repeat;
		z-index:50;
		}
		div#product div#product-photo p{
			margin:3px 3px;
		}
		div#product div#product-photo div#zoom-icon{
			position:absolute;
			bottom:10px;
			right:10px;
			width:45px;
			height:32px;
			background:transparent url(/images/bg-zoom.gif) 0 0 no-repeat;
		}
	div#product div#product-info{
		position:absolute;
		left:540px;
		top:40px;
		width:370px;
		z-index:1;
		height:240px;
		overflow:hidden;
		}	
		div#product div#product-info h1{
			height:59px;
		}
		div#product div#product-info div.price{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:14px;
			color:#cdd0c8;
		}
		div#product div#product-info div.description{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#fff;
			margin:20px 0 20px 0;
			}
			div#product div#product-info div.description p{
				margin-bottom:1.2em;
			}
	div#product div#product-order{
		position:absolute;
		left:540px;
		top:290px;
		width:225px;
		height:17px;
		}
		div#product div#product-order a{
			display:block;
			width:163px;
			height:26px;
			overflow:hidden	;
			background: transparent url(/images/product-btn-bestel.gif) 0 0 no-repeat;
			text-indent:-20000px;
		}
	div#product div#product-taf{
		position:absolute;
		left:540px;
		top:325px;
		width:225px;
		height:17px;
		}
		div#product div#product-taf a{
			display:block;
			width:163px;
			height:26px;
			overflow:hidden	;
			background: transparent url(/images/product-btn-taf.gif) 0 0 no-repeat;
			text-indent:-20000px;
		}

	div#product div#taf {
		position:absolute;
		right:50px;
		top:50px;
		width:410px;
		height:300px;
		background:transparent url(/images/product-bg-taf.png) 0 0 repeat;
		z-index:9;
		}
		div#product div#taf div#close{
			position:absolute;
			top:20px;
			right:30px;
			}
			div#product div#taf div#close a{
				display:block;
				width:122px;
				height:12px;
				text-indent:-10000px;
				overflow:hidden;
				background:transparent url(/images/product-btn-taf-close.gif) 0 0 no-repeat;
			}
		div#product div#taf div#taf_title{
			position:absolute;
			top:20px;
			left:30px;
			width:122px;
			height:10px;
			text-indent:-10000px;
			overflow:hidden;
			background:transparent url(/images/product-title-taf.gif) 0 0 no-repeat;
			}
		div#product div#taf div#taf_form{
			position:absolute;
			top:50px;
			left:30px;
			}
			div#product div#taf div#taf_form a.privacy{
				color:#fff;
				line-height:22px;
			}
			div#product div#taf div#taf_form p{
				color:#fff;
			}
			div#product div#taf div#taf_form fieldset{
				margin:0;
				padding:0;
				border:0;
				}
				div#product div#taf div#taf_form fieldset input{
					width:349px;
					border:1px solid #7d8374;
					background-color:#7d8374;
					margin-bottom:20px;
					color:#fff;
					padding:3px 0;
					}
					div#product div#taf div#taf_form fieldset input.send {
						width:auto;
						background:none;
						border:none;
						float:right;
						padding-right:30px;
						overflow:hidden;
					}
				div#product div#taf div#taf_form fieldset textarea{
					width:349px;
					height:100px;
					border:1px solid #7d8374;
					background-color:#7d8374;
					margin-bottom:20px;
					color:#fff;
				}	

.jqzoom{
	float:left;
	position:relative;
	padding:0px;
	cursor:pointer;
}

.jqzoom img{
}


div.zoomdiv {
z-index                 : 100;
position                : absolute;
top:0px;
left:0px;
width                   : 120px;
height                  : 120px;
background: #ffffff;
border:0;
display:none;
text-align: center;
overflow: hidden;


}

div.jqZoomPup {
z-index                 : 100;
visibility              : hidden;
position                : absolute;
top:0px;
left:0px;
width                   : 50px;
height                  : 50px;
border: 1px solid #aaa;
background: #ffffff;
opacity: 0.5;
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
filter: alpha(Opacity=50);
}
		
