/* PRODUCTS MAIN */

.categoryFloatItem {
  padding:7px;
  margin:3px;
  text-align:center;
  font-size:1.2em;
  background-color:#000000;
}
.categoryBorder1 {
  border:2px solid #61020A;
}
.categoryBorder2 {
  border:2px solid #011A42;
}
.categoryRow1 {
	height:350px;
}
.categoryRow2 {
	height:350px;
}
.categoryFloatImage {
  width:240px;
  text-align:center;
  position:relative;
}

/*PRORDUCTS FAMILY*/
.productFloatItem {
  width:160px;
  cursor:pointer;
  text-align:center;
  padding:8px 8px 12px 8px;
  font-weight: bold;
}
.productFloatItem div {
  width:160px;
  height:185px;
  background-image:url('../site/imageMetalFrame_150x150_button.png');
}

.productFloatImage {
  width:150px;
  height:150px;
  background-repeat:no-repeat;
  background-position:0px 0px;
  background-color:transparent;
  margin:17px 5px 18px 5px;
}

.productListItem {
  padding:3px 0px;
}

/*PRODUCTS DETAIL*/
.frame1Content div img.productDetailsImage
{
  margin-top:20px;
}

.productCat1 {
  width:240px;
  height:187px;
  background:url('../site/products_main_cards.jpg');	
}

.productCat2 {
	width:240px;
	height:187px;
	background-image: url('../site/products_main_games.jpg');
}

.productCat3 {
  width:240px;
  height:187px;
  background:url('../site/products_main_figures.jpg');
}

.productCat4 {
	width:240px;
	height:187px;
	background-image: url('../site/products_main_accessories.jpg');
}
.productCat5 {
	width:240px;
	height:187px;
	background-image: url('../site/products_main_gund.jpg');
}
#flasnove {
	position: absolute;
	top: 10px;
	right: 30px;
}
#flasnove2 {
	position: absolute;
	top: -60px;
	right: 100px;
	z-index: 150;
}

