



/* __________ GALLERY __________ */




div.g1 {
	position: relative;
	float: left;
	width: 260px;
	height: 330px;
	margin-left: 30px;
}
	div.g1 .g1h2 {
		width: 260px;
		height: 16px;
		margin: 0 0 10px 0!important;
		font-size: 12px;
		font-family: Arial, Tahoma, Verdana, sans-serif;
		text-transform: uppercase;
	}
	
	div.g1 div.g1player {
		position: absolute;
		right: -2px;
		top: 19px;
		width: 45px;
		height: 5px;
	}
		div.g1 div.g1player a {
			display: block;
			float: left;
			width: 5px;
			height: 5px;
			padding: 0 2px;
			background: url(../design/icons/point-silver.gif) center center no-repeat;
		}
			div.g1 div.g1player a span {
				position: absolute;
				left: -2000px;
			}
		
		div.g1 div.g1player a:hover {
			background-image: url(../design/icons/point-white.gif);
		}
		div.g1 div.g1player a.g1actual {
			background-image: url(../design/icons/point-white.gif);
		}
	
	div.g1 p {
		width: 260px;
		margin: 12px 0 10px 0;
		line-height: 16px;
	}
		div.g1 p b {
			display: block;
			float: left;
			width: 80px;
			font-weight: normal;
		}
	div.g1 p.g1caption {
		height: 50px;
		margin: 10px 0 0 0;
	}
	
	div.g1 div.g1icons {
		width: 260px;
		height: 30px;
		margin: 20px 0 0 0;
	}
		div.g1icons a, div.g1icons div {
			float: left;
			display: block;
			height: 30px;
			margin-right: 20px;
		}
			div.g1icons a span, div.g1icons div span {
				position: absolute;
				left: -2000px;
			}
		div.g1icons a.g1-cart {
			width: 27px;
			background-image: url(../design/icons/cart.jpg);
		}
		div.g1icons a.g1-zoom {
			width: 27px;
			background-image: url(../design/icons/zoom.jpg);
		}
		div.g1icons div.g1-new {
			width: 31px;
			height: 32px;
			margin-top: -1px;
			background-image: url(../design/icons/new.jpg);
		}
		div.g1icons div.g1-sale {
			width: 31px;
			background-image: url(../design/icons/sale.jpg);
		}
		div.g1icons div.g1-sale5 {
			width: 31px;
			background-image: url(../design/icons/sale5.jpg);
		}
		div.g1icons div.g1-sale7 {
			width: 31px;
			background-image: url(../design/icons/sale7.jpg);
		}
		div.g1icons div.g1-sale10 {
			width: 31px;
			background-image: url(../design/icons/sale10.jpg);
		}
		div.g1icons div.g1-sale15 {
			width: 31px;
			background-image: url(../design/icons/sale15.jpg);
		}
		div.g1icons div.g1-sale20 {
			width: 31px;
			background-image: url(../design/icons/sale20.jpg);
		}
		div.g1icons div.g1-sale25 {
			width: 31px;
			background-image: url(../design/icons/sale25.jpg);
		}
		div.g1icons div.g1-sale30 {
			width: 31px;
			background-image: url(../design/icons/sale30.jpg);
		}
		div.g1icons div.g1-sale35 {
			width: 31px;
			background-image: url(../design/icons/sale35.jpg);
		}
		div.g1icons div.g1-sale40 {
			width: 31px;
			background-image: url(../design/icons/sale40.jpg);
		}
		div.g1icons div.g1-sale45 {
			width: 31px;
			background-image: url(../design/icons/sale45.jpg);
		}
		div.g1icons div.g1-sale50 {
			width: 31px;
			background-image: url(../design/icons/sale50.jpg);
		}
		div.g1icons div.g1-sale55 {
			width: 31px;
			background-image: url(../design/icons/sale55.jpg);
		}
		div.g1icons div.g1-sale60 {
			width: 31px;
			background-image: url(../design/icons/sale60.jpg);
		}
		div.g1icons div.g1-sale65 {
			width: 31px;
			background-image: url(../design/icons/sale65.jpg);
		}
		div.g1icons div.g1-sale70 {
			width: 31px;
			background-image: url(../design/icons/sale70.jpg);
		}
		div.g1icons div.g1-sale75 {
			width: 31px;
			background-image: url(../design/icons/sale75.jpg);
		}
		div.g1icons div.g1-sale80 {
			width: 31px;
			background-image: url(../design/icons/sale80.jpg);
		}
		div.g1icons div.g1-sale85 {
			width: 31px;
			background-image: url(../design/icons/sale85.jpg);
		}
		div.g1icons div.g1-sale90 {
			width: 31px;
			background-image: url(../design/icons/sale90.jpg);
		}




/* __________ INDEX GALLERY / only differencies __________ */




div.index_panel div.g1 {
	height: 420px;
}
	div.index_panel div.g1 h2 {
		margin: 40px 0 15px 0!important;/*@@@40px 0 10px 0!important;*/
	}
		div.index_panel div.g1 h2 a {
			display: block;
			width: 260px;/*@@@210px;*/
		}
	div.index_panel div.g1 h3 {
		margin: 10px 0 0 0;
	}
	div.index_panel div.g1 p {
		margin: 4px 0 0 0;
	}
	div.index_panel div.g1 div.g1player {
		top: 60px;/*@@@48px;*/
	}



/* __________ LEFT PANEL GALLERY - action stuff, best seller stuff, new stuff __________ */


div#left div.g1 {
	position: relative;
	float: left;
	width: 220px;
	height: 250px;
	margin: 20px 0 0 20px;
}







/* __________ PRODUCT SUBPAGE __________ */




div.ppage {
	position: relative;
	float: left;
	width: 550px;
	min-height: 230px;
	margin-left: 30px;
}
	div.ppage h3 {
		width: 260px;
		height: 16px;
		margin-bottom: 10px;
		font-size: 12px;
		text-transform: uppercase;
	}
	div.ppage div.g1img {
		float: left;
		width: 260px;
		margin-right: 30px;
	}
		div.ppage div.g1img a {
			float: left;
			margin-bottom: 10px;
		}
		div.ppage div.g1img a:last-child {
			margin-bottom: 20px;
		}
	
	div.ppage div.g1player {
		position: absolute;
		left: 217px;
		top: -8px;
		width: 45px;
		height: 5px;
	}
		div.ppage div.g1player a {
			display: block;
			float: left;
			width: 5px;
			height: 5px;
			padding: 0 2px;
			background: url(../design/icons/point-silver.gif) center center no-repeat;
		}
			div.ppage div.g1player a span {
				position: absolute;
				left: -2000px;
			}
		
		div.ppage div.g1player a:hover {
			background-image: url(../design/icons/point-white.gif);
		}
		div.ppage div.g1player a.g1actual {
			background-image: url(../design/icons/point-white.gif);
		}
		
	div.ppage div.g1icons {
		float: left;
		width: 260px;
		height: 30px;
		margin: 20px 0 0 0;
	}
	
	div.ppage p {
		float: left;
		font-size: 13px;
		line-height: 21px;
		width: 260px;
		margin: -4px 0 0 0;
	}
		div.ppage p b {
			display: block;
			float: left;
			width: 90px;
			font-weight: normal;
		}
		
	a.addtobasket {
		float: left;
		padding: 10px 12px 0 44px;
		margin: 20px 0 0 0;
		font-family: "FuturaBlack", Arial, Tahoma, Verdana, sans-serif;
		font-size: 18px;
		text-transform: uppercase;
		text-decoration: none;
		background: #111 url(../design/icons/cart-button.jpg) 10px center no-repeat;
		color: #F03;
	}
	
	
	










