/* table */
table.product td { /* izy css */
padding-left:15px;
padding-top:10px;
padding-bottom:5px;
text-align:center;
}

table.product .productwrapper {/* izy css */
background:url(../images/bg_productlist.png) repeat-x bottom;
border:1px solid #dfeaef;
padding-bottom:10px;
}

.cropproduct {/* izy css */
width:148px;
height:148px;
overflow:hidden;
margin:0 auto;
margin-top:10px;
border:1px solid #b8cfd8;
}

table.product td:first-child {
padding-left:0px;
}

table.product td .productname { /* izy css */
font-family:tahoma;
font-size:14px;
margin-top:5px;
color:#056eb7;
text-transform:capitalize;
}

table.product td .price,
table.detproduct td .price
{
font-family:verdana;
font-size:12px;
color:#4d4d4d;
margin-bottom:5px;
}



/* Detail Product */
h1.productname {
margin:0; padding:0;
}




/* ul li HORIZONTAL */
ul.product, ul.product li {
list-style:none;
margin:0;
padding:0;
}

ul.product li {
width:105.7px;
float:left;
margin-left:10px;
margin-top:20px;
margin-bottom:10px;
text-align:center;
}

ul.product li:nth-child(4n+1) {
margin-left:0px;
}

ul.product li .productname {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
margin-top:5px;
}

ul.product li .price {
font-family:"Times New Roman", Times, serif;
font-size:12px;
font-weight:bold;
color:#6d6066;
margin-top:5px;
height:35px;
}




/* ul li VERTICAL */
ul.vproduct, ul.vproduct li {
list-style:none;
margin:0;
padding:0;
}

ul.vproduct li { /* izy css */
border-top:1px dashed #b8dcea;
}

ul.vproduct li:first-child { /* izy css */
border:none;
}

ul.vproduct li:nth-child(odd) { /* izy css */
background-color:#f0f7fa;
}

ul.vproduct li:nth-child(4n+1) {
margin-left:0px;
}

ul.vproduct li .productname {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
margin-top:5px;
}

ul.vproduct li .price {
font-family:"Times New Roman", Times, serif;
font-size:12px;
font-weight:bold;
color:#6d6066;
margin-top:5px;
height:35px;
}


/* additional image */
.addimg img {
cursor:pointer;
border:4px solid #ccc;
}

.addimg td {
padding:0 5px;
}

#showimg {
cursor:pointer;
}