/*Produk*/

.produk-wrap {
    width: 200px;
    height: 280px;
    padding: 5px;
    float: left;
}

.produk-wrap:hover {
    background-color: #E3EFF9;
}

.produk-wrap div {
    margin-bottom: 5px;
    text-align: center;
}

.image-iner {
    position: relative;
    width: 200px;
    height: 200px;
    text-align: center;
	Xborder:1px solid yellow;
}

.harga-lama {
    color: red;
    text-decoration: line-through;
}

.no-image {
    width: 198px;
    height: 198px;
    border: solid 1px silver;
    background-color: #F4F9FD;
}

.no-image span {
    display: block;
    text-align: center;
    margin-top: 90px;
}

.trans {
    top: 0;
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: white;
    opacity: 0.7;
    filter:alpha(opacity=70);
}

.trans span {
    display: inline-block;
    background-color: red;
    padding: 10px;
    color: white;
    margin-top: 80px;
}

.image-section {
    float:left;
    Xwidth: 200px;
	width:100%;
    padding: 0 10px 10px 10px;
	Xborder:1px solid red;
}

.image-wrap
{
	xborder: 1px solid black;
}

.desc-section {
    float: left;
    width: 575px;
	xborder:1px solid red;
}

.produk-name
{
	margin:10px; 
	font-size:35px; 
	color:red; 
	font-weight:bold; 
	xborder:1px solid red; 
	margin-top:30px;
}

.produk-name-kategori
{
	xfont-size:15px;
}

.produk-deskripsi
{
	color:#0b0a0a;
	font-size:15px;
}

.desc-section p {
    line-height: 18px;
}

.thumb-wrap {
    margin-top: 10px;
}

.thumb-wrap img {
    margin-right: 3px;
}

.meta-produk {
    font-size: 25px;
    padding: 10px;
    background-color: #FCFCFC;
	color:#0b0a0a;
    border: solid 1px #F4F4F4;
}

span.stok, span.harga {
    display: inline-block;
    width: 100px;
    font-weight: bold;
    margin-bottom: 10px;
}

.button-wrap {
    padding: 10px;
    margin-top: 10px;
    background-color: #FCFCFC;
    border: solid 1px #F4F4F4;
	color:#0b0a0a;
}

.button-wrap label {
	margin-right:10px;
    display: inline-block;
    width: 50px;
}

a.clear, a.checkout {
    display: inline-block;
    color: black;
    padding: 5px;
    border-radius : 3px;
    -webkit-border-radius : 3px;
    margin-right: 10px;
    margin-top: 10px;
    box-shadow : 1px 1px 3px silver;
    -webkit-box-shadow : 1px 1px 3px silver;
    text-decoration: none;
}

a.clear {
    background-color: #96D1F5;
}

a.checkout {
    background-color: #CDE9FE;
}

.note-cart {
    background-color: #E9F8FE;
    border: solid 1px #74BDFA;
    padding: 10px;
    text-align: center;
    color: #062468;
}

.left {
    float: left;
}

.right {
    float: right;
}

form.order label, form.order input, form.order textarea{
    display: block;
	font-weight:bold;
	padding:5px;
}

form.order input, form.order textarea {
    margin-bottom: 10px;
}

form.order label {
    width: 100px;
    font-weight: bold;
}

.error {
    padding: 3px 5px;
    background-color: #FFF0F0;
    border: solid 1px #FF8080;
    margin-bottom: 3px;
}

.sukses {
    padding: 3px 5px;
    background-color: #F2FFF0;
    border: solid 1px #66DF78;
    margin-bottom: 3px;
}

table {border:2px solid #cfcfcf;}
table th {border-right:1px solid #0074B3; background-color:#0085cc; color:#fff;}
table td {border:1px solid #cfcfcf;}
table tr.bg td {background-color:#e8f6ff;}

.AllProduct
{
	xborder: solid 1px silver;
    xbackground-color: #F4F9FD;
	float:left;
	padding:5px;
	xwidth:137px;
	xheight:137px;
	margin:27px;
	text-align:center;
}

.AllProduct a:hover
{
    background-color: #F4F9FD;
}

.xAllProduct img
{
	xwidth:200px;
	xpadding:5px;
	xborder: solid 1px silver;
    xbackground-color: #F4F9FD;
}

.no-image-all-product{
	width:150px;
	height:150px;
	padding:5px;
	xborder: solid 1px silver;
    xbackground-color: #F4F9FD;
}

.no-image-all-product span {
    display: block;
    text-align: center;
    margin-top: 45px;
}

}