/* HOME PRODUCT */
.homecatproduct, .homecatproduct li {
margin:0; padding:0;
list-style:none;
}

.homecatproductWrapper {
z-index:999;
position:relative;
top:-125px;
margin-bottom:-95px;
}

.homecatproduct li {
width:109px;
height:109px;
float:left;
margin-left:11px;
text-align:center;
position:relative;

-moz-border-radius:150px;
-o-border-radius:150px;
-webkit-border-radius:150px;
border-radius:150px;
}

.homecatproduct li:first-child {
margin-left:0;
}

.homecatproduct li .catproduct_hover {
width:90px;
height:89px;
background:url(../images/transparan_cat.png);
position:absolute;
font-family:arialNarrow;
left:9.5px;
top:10px;
text-transform:uppercase;
text-align:center;
text-shadow:1px 1px 1px #000;
font-size:14px;
opacity:0;

-moz-transition-duration:0.5s;
-o-transition-duration:0.5s;
-webkit-transition-duration:0.5s;
transition-duration:0.5s;

-moz-border-radius:150px;
-o-border-radius:150px;
-webkit-border-radius:150px;
border-radius:150px;
}

.homecatproduct li:hover .catproduct_hover {
opacity:1;
}


/* 	PRODUCT LIST */
.catproductWrapper {
margin-top:20px;
}

.product tr td .productwrapper {
width:206px;
height:164px;
padding-top:5px;
margin-left:60px;
margin-top:60px;
background:url(../images/polaroid.png) no-repeat;

-moz-border-radius:7px;
-o-border-radius:7px;
-webkit-border-radius:7px;
border-radius:7px;

-moz-box-shadow:3px 3px 3px #a7998e;
-o-box-shadow:3px 3px 3px #a7998e;
-webkit-box-shadow:3px 3px 3px #a7998e;
box-shadow:3px 3px 3px #a7998e;
}

.product tr td:first-child .productwrapper {
margin-left:0px;
}

.product tr:first-child td .productwrapper {
margin-top:0px;
}

.cropproduct {
width:196px;
height:128px;
overflow:hidden;
margin-left:5px;

-moz-border-radius:2px 2px 0 0;
-o-border-radius:2px 2px 0 0;
-webkit-border-radius:2px 2px 0 0;
border-radius:2px 2px 0 0;
}

#center .productname {
font-family:arialNarrow;
font-size:14px;
text-align:center;
color:#000;
letter-spacing:-0.1px;
}

/* DETAIL PRODUCT */
.detproduct_title {
font-size:18px;
font-family:arialNarrowBold;
text-transform:uppercase;
margin-top:10px;
color:#be0100;
}

.detproduct_info {
font-size:18px;
font-family:arialNarrowBold;
color:#999;
}

.imgdetproduct {
border:2px solid #ccc;

-moz-border-radius:10px;
-o-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
}

