
#framedMonster {
	float:left;
	
	width:533px;
	height:166px;
	background-image:url('../images/btn_framedMonster.png');

}
#framedMonsterBig {
	
	width:932px;
	height:290px;
	background-image:url('../images/bg_product.png');
}

#cart {

	width:932px;
	height:120px;
	background-image:url('../images/bg_product.png');
	background-position:bottom;
	background-color:#161a1a;
}
.cartPrice {	background-image:url('../images/paginationNumbersBG.png'); }
.cartBox {
	float:left;
	height:120px;
	padding-left:9px;
	padding-right:9px;
	border-right:1px solid #000000;
}
.cartProduct {
	background-position:-60px -30px;
	background-repeat:no-repeat;
	padding:0px;
	width:40px;
	height:120px;
	float:left;
	border-right:solid 1px #ccc;
}
.cartAdd {
	height:120px;
	background-color:#e91212;
}
.cartBack {
	height:118px;

	background-image:url('../images/btn_goBack.gif');
	border: solid 1px #ccc;
	padding:0px;
	width:38px;
}
.cartBack:hover{
		background-image:url('../images/btn_goBackHover.gif');
}
.intro {
	width:210px;
	text-align:left;
	height:210px;
	padding:35px;
	padding-top:40px;
}
.action {
	position:relative;
	top:-300px;
	left:560px;
	width:322px;
	height:262px;
	padding:40px;
	
}
#corner_limited {
	position:absolute;
	z-index:400;
	top:-1px;
	left:50%;
	margin-left:363px;
	width:104px;
	height:104px;
	background-image:url(../images/corner_LimitedEdition.png);
}
#corner_sold{
	position:absolute;
	z-index:401;
	top:-1px;
	left:50%;
	margin-left:363px;
	width:104px;
	height:104px;
	background-image:url(../images/corner_Sold.png);
}
#product_title {
	position:relative;
	z-index:2;
	top:-205px;

	width:137px;
	height:27px;
	background-image:url(../images/title_products.png);
	}
#productPicture {
	z-index:201;
	position:relative;
	top:-304px;
	left:299px;
	width:632px;
	height:288px;
	overflow:hidden;
}
.productTest {
background-repeat:no-repeat;
width:182px;
height:182px;
display:block;
background-color:white;
cursor:pointer;
}
.productTest:hover {
background-position:-1px 1px;
cursor:pointer;

}
#choosenMonster {
	z-index:201;
	position:relative;
	top:-70px;
	left:82px;
	width:250px;
	height:247px;
	overflow:hidden;



}
#framedMonsterFlash {
	position:absolute;
	z-index:1000;
	top:35px;
	left:50%;
	margin-left:-105px;
	width:220px;
	height:200px;

	}
#framedMonsterFrame {
	
	position:absolute;
	z-index:1200;
	top:-10px;
	left:284px;
	width:348px;
	height:314px;
	background-image:url('../images/framedMonster.png');

}
#corner_framedMonster {
	position:relative;
	z-index:10;
	top:0px;
	left:428px;
	width:106px;
	height:105px;
	background-image:url(../images/corner_BadMoodProof.png);
	}
	
#corner_cart {
	position:relative;
	z-index:10;
	top:-2px;
	left:830px;
	width:104px;
	height:104px;
	background-image:url(../images/corner_BuyNow.png);
	}	
.btn_info{
	margin-left:225px;
	margin-top:1px;
  font-size:11px;
	line-height:11px;
	color:#505555;
	font-family:arial;
	text-transform:uppercase;
	height:128px;
	text-align: left;
	background: #fff;
	border: solid 1px #ccc;
	width: 290px;
	padding: 10px 5px 5px 10px;
	position: absolute;
	display: none;
	

	display: none;
}
.btn_infoHover:hover .btn_info {
	display: block;
	cursor:pointer;
}