@charset "utf-8";
/* CSS Document */

/* Item Thumbs */
.item {
text-align:center;
}

.item ul {
list-style-type:none;
margin:0 auto;
padding:0;
}

.item ul li {
width:172px;
float:left;
padding:10px;
display:block;
border:1px solid #eee;
margin:0 3px 10px 2px;
text-align:center;
height:280px;
}

.item ul li:hover {
background-color:#f9f9f9;
border:1px solid #999;
}

.item h3.item-title {
font-size:14px;
height:50px;
font-weight:normal;
line-height:20px;
}

.item h3.item-title a {

}

.item-cut-price {
	font-size:11px;
	color:#FF0000;
	text-decoration:line-through;
	border-bottom:none;
}


.item-price {
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
	text-decoration:none;
}

.item-thumb-small {
	width: 170px;
	height: 170px;
	margin-right: 10px;
	border: solid 1px #99cc33;
	}
	
.item-thumb {
	width: 300px;
	border: solid 1px #99cc33;
	float:left;
	height: 300px;
	margin-right: 10px;
	}

.item-thumb-sidebar {
	width: 100px;
	height: 100px;
	margin-right: 10px;
	float:left;
	border: solid 1px #99cc33;
	}
/* Table Product Detail */
.product {
padding:10px 0;
}

table#product td {
font-size:14px;
}

table#product td a {
text-decoration:underline;
}

table#product td {
padding:10px 0;
b/order:1px solid #336666;

}

table#product td.product-separator {
border-bottom:1px solid #ccc;

}

table#product td.small-info div {
font-size:11px;
background-color:#f9f9f9;
padding:5px;
line-height:16px;
border:1px solid #efefef;
}


table#product h2.product-title {
font-size:24px;
margin:0;
padding:0;
}

table#product h3.product-price {
font-size:18px;
margin:0;
padding:0;
color:#FF0000;
font-weight:bold;
border:none;
}

table#product h3.product-cut-price {
font-size:15px;
margin:0;
padding:0;
color:#FF0000;
text-decoration:line-through;
border:none;
}

table#product #product-thumbs {
padding:10px 0;
}

table#product #product-thumbs li {
float:left;
width:50px;
}

table#product #product-thumbs li img {
border:1px solid #CCCCCC;
padding:5px;
}

table#product #product-thumbs li:hover img {
border:1px solid #999;
padding:5px;
background-color:#efefef;
}

table#product p.product-info {
font-size:12px;
}

/* Sidebar Item */

.item-sidebar ul.sidebar-bestseller .item-cut-price {
	font-size:11px;
	color:#FF0000;
	border:none;
}

.item-sidebar ul.sidebar-bestseller .item-price {
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
	border:none;
}


ul.sidebar-bestseller  {
list-style-type:none;
margin:0;
padding:0;
}

ul.sidebar-bestseller li {
background:none;
margin:0;
padding:0;
padding-bottom:10px;
	border-bottom: solid 1px #efefef;
}

ul.sidebar-bestseller li h3.title a {
font-size:13px;
color:#669933;
text-decoration:none
}

ul.sidebar-bestseller li h3.title a:hover {
color:#000;
text-decoration:underline
}

ul.sidebar-bestseller li span.number {
float:left;
width:20px;
font-size:16px;
}

ul.sidebar-bestseller li span.detail {
float:left;
width:120px;
}

.sedang {
font-size:11px;
}

.required {
color:#FF0000;
font-size:15px;
font-weight:bold;
padding-right:2px;
}

a.item-order {
font-size:14px;
color:#FFFFFF;
background-color:#669933;
padding:10px;
text-decoration:none;
border-bottom:none;
font-weight:bold;
}
