.body{
	width: 980px;
	text-align: left;
	margin: auto;
	padding: 0;
}
.sky{
	height: 26px;
	background: #4B8EBB;
}
.mainmenu{
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0;
}

ul#menunav{padding: 0px;}
#menunav, #menunav ul {z-index:20; list-style:none; margin:0; padding:0 !important;}
#menunav li {float:left; margin:0; padding: 0;}
#menunav li a{display:block; color:#fff; line-height:26px; padding:0 8px;}
#menunav li a:hover{color:#333 !important;}
#menunav ul{position:absolute; width:200px; z-index:99; left:-999px; }
#menunav li:hover ul, #menunav li.menuhover ul {left: auto;}
#menunav li:hover, #menunav li.menuhover, #menunav li.active{position:static;}
#menunav li:hover a, #menunav li.menuhover a{background:#A0C9EB; color:#333;}
#menunav li li{width:100%; border-right:none; margin: 0px;}
#menunav li li a{background:#A0C9EB !important; display:block; line-height:25px; width:210px; w\idth:194px; margin:0; border-bottom:1px solid #8DB0CE;}
#menunav li li a:hover{background:#8DB0CE !important; text-decoration:none; color:#333 !important;}
#menunav li ul li:hover, #menunav li ul li.menuhover{border:none !important;}
#menunav li.active li.active{
	border: none !important;
}

.header{
	background: url(../images/bg.jpg) repeat-x bottom #fff;
	height: 55px;
	margin: 15px 0 0 0;
	overflow: hidden;
}
.logo{
	width: 400px;
	float: left;
}
.logo a{
	display: block;
	padding-left: 10px;
}
.widgetsosmed{
	width: 130px;
	padding: 14px 0 0 0;
	float: right;
}
.widgetsosmed2{
	padding: 0 0 0px 10px;
	border-left: 1px solid #d0eaa1;
}
.widgetsosmed .promo-item{
	width: 36px;
	float: left;
}
.widgetsosmed .promo-item img{
	width: 32px;
	height: 32px;
}
.shopping_counter{
	width: 245px;
	float: right;
	height: 55px;
	background: url(../images/sp.png) no-repeat right 5px;	
	text-align: right;
}
.shopping_counter a{
	color: #777;
	display: block;
	padding: 30px 50px 0 13px;
	font-size: 11px;
}
.shopping_counter a:hover{
	color: #f80;
}
.search{
	padding: 6px 5px 10px 0;
	text-align: center;
}
.search .txt{
	width: 125px;
	background: #fff;
	border: 1px solid #ddd;
}
.search .btn{
	background: #4B8EBB;
	border: none !important;
}
.top{}
.mainbtm{
}
.wrap{
	background: url(../images/mainbg.jpg) repeat-y;
	width: 980px;
}
.wrap2{
}
.sdbar_left{
	width: 200px;
	float: left;
}
.sdbar_left_content{
	padding: 10px;
	
}
.sdbar_left_content * {
	font-size: 11px;
}

.sdbar_left h3{
	margin: 4px 0 6px 0;
	padding: 0;
	line-height: 26px;
	color: #4B8EBB;
	font-size: 11px;
	text-transform: uppercase;
	border-bottom: 1px solid #C0DDFB;
}

.product-categories{
	padding: 0 0 10px 0;
}
.product-categories h3{
	background: url(../images/cath2.jpg) repeat-x center;
	height: 26px;
	padding: 0 10px;
	line-height: 26px;
	color: #fff;
	border-bottom: 1px solid #4B8EBB;
	border-radius: 5px 5px 0 0;
	font-size: 11px;
	margin: 0 !important;
}

.product-categories ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;
}

/* css untuk daftar kategory produk */
#prcats {padding: 0;}
#prcats ul {margin:0px; padding:0px;}
#prcats li {list-style: none;} 
#prcats ul.parent {border-left: 1px solid #C0DDFB; border-right: 1px solid #C0DDFB; background: #fff;}
#prcats ul.parent li {border-bottom: 1px solid #a4c1ef; font-weight: bold; font-size: 11px;}

#prcats a {
 cursor: pointer;
 display:block;
 height:32px;
 line-height: 32px;
 text-indent: 8px;
 text-decoration:none;
 width:100%;
}
#prcats a:hover{
 color: #fff;
}
#prcats li:hover a{
	color: #333;
}

#prcats li:hover {
 background: #ffffff;
 position: relative;
}

#prcats ul.children {
    width: 720px;
    padding: 5px 20px 20px 20px;
    display: none;
	z-index: 100000000;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
#prcats ul.children a{
	color: #333;
	display: block;
}
#prcats ul.children a:hover{
	background: #ffc;
}
#prcats li:hover .children {
	border-bottom: 1px solid #a4c1ef;
	border-top: 1px solid #a4c1ef;
	border-right: 1px solid #a4c1ef;
    background: #ffffff;
    display: block;
    position: absolute;
    left: 176px;
    top: -1px;
}
#prcats ul.children li {
    border: none;
    float:left;
    width:180px;
	border-bottom: 1px solid #a4c1ef;
}

#prcats .isparent{
	background-image: url(../images/isparent.png);
	background-repeat: no-repeat;
	background-position: 160px center;
}

#prcats .children {
    background: #444;
}
#prcats h2{
    font-size: 16px;
    padding: 10px 0;
    margin: 0;
    color: #4B8EBB;
}
#prcats h2 small{
    color: #777;
}

.sdbar_right{
	width: 195px;
	float: right;
}
.sdbar_right_content{
	padding: 8px;
}

.sdbar_right h3{
	margin: 0;
	line-height: 28px;
	font-size: 12px;
	padding: 0 15px;
	color: #fff;
	background: #4B8EBB;
	text-align: center;
	text-transform:uppercase;
	margin-bottom: 10px;
}


.cs,.infobank,.news-categories, .membermenu, .login-form{
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	padding: 0 10px 10px 10px;
}

.membermenu ul{
	margin: 0;
	padding: 0 5px;
	list-style: none;
}
.membermenu a{
	color: #333;
}
.membermenu a:hover{
	color: #f80;
}

.news-categories ul{
	margin: 0;
	padding: 0px;
	list-style: none;
}
.membermenu li{
	line-height: 25px;
	border-bottom: 1px solid #efefef;
}
.news-categories li{
	line-height: 25px;
	border-bottom: 1px solid #efefef;
}

.cs table{
	width: 170px;
	margin: auto;
}


.login-form .txt{
	background: #fff;
}
.login-form table{
	width: 160px;
	margin: auto;
}


.infobank p{
	padding: 5px 0px !important;
	margin: 0 !important;
}
.main{
	width: 750px;
	float: right;
	margin-right: 15px;
}
.main_content{
	padding: 0;
}
.main_content h1{
	font-size: 24px;
	margin: 0 0 12px 0;
	padding-bottom: 6px;
	border-bottom: 1px dotted #ccc;
	font-weight: normal;
}
.shopping_cart table{
	width: 100%;
}
.shopping_cart th{
	background: #4B8EBB;
	color: #fff;
	text-align: center;
	padding: 6px 2px;
	white-space: nowrap;
}
.shopping_cart td{
	border-bottom: 1px solid #ddd;
	padding: 6px 2px;
}
tr.subtotal{
	background: #efefef;
	font-weight: bold;
}
.shopping_cart h3{
	font-size: 14px;
	margin: 6px 0;
}
.shopping_cart form td{
	border: none !important;
}
.shopping_cart .shoppingcart_runout{
	background: #ffcfcf;
}
#shipping_price_box{
	font-weight: bold;
	text-align: right;
	line-height: 50px;
}
.shoppingcart_link{
	margin: 10px 0;
	height: 25px;
}
.shoppingcart_link a{
	display: block;
	padding: 0 10px;
	text-align: center;
	line-height: 25px;
	background: #444;
	color: #fff;
	float: left;
	margin-right: 5px;
}
.shoppingcart_link a:hover{
	background: #4B8EBB;
	color: #fff;
}
.shopping_step_nav{
	padding: 10px 0;
	text-align: right;
}
.shoppingcart_address{
	font-size: 14px;
	width: 300px;
	border: 4px double #aaa;
	padding: 6px 10px;
	margin: 10px 0;
	background: #f5f5f5;
	line-height: 150%;
}
.shoppingcart_address b{
	text-transform: uppercase;
}


.news-item{
	background: #fbf7f8;
	padding: 10px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
}
.news-item h3{
	margin: 0;
	font-size: 14px;
	margin-bottom: 5px;
}
.news-info {
	font-size: 11px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #efefef;
	padding-bottom: 5px;
}

.news-frontpage h2{
	font-size: 14px;
	padding: 0 10px;
	line-height: 31px;
	background: #4B8EBB;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	color: #fff;
}


.product_frontpage h2{
	font-size: 14px;
	padding: 0 10px;
	line-height: 31px;
	background: #4B8EBB;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	color: #fff;
}



.product_list .item{
	float: left;
	width: 180px;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: center;
}
.product_list .item-spacer{
	width: 10px;
	height: 250px;
	float: left;
}
.product_list .item-inside{
	padding: 0 10px;
	height: 270px;
	border: 1px solid #91B2DD;
}

.product_list h3{
	margin: 10px 0 0 0;
	font-size: 12px;
	height: 50px;
}
.product_list h3 a{
	color: #4B8EBB;
}
.product_list h3 a:hover{
	color: #333;
}
.product_list .image{
	height: 170px;
	overflow: hidden;
}
.product_list .price{
	font-size: 14px;
	font-weight: bold;
	color: #ccc;
	text-decoration:line-through;
}
.price-call{
	margin: auto;
	color: #555;
	font-size: 11px;
	text-transform: uppercase;
	height: 25px;
	line-height: 25px;
	background: #E9F2FB;
	border-radius: 5px;
	text-align: center;
	width: 120px;
}
.product_list .promo{
	font-size: 16px;
	color: #f80;
	padding-bottom: 10px;
}
.product_list .action{
	display: none;
	height: 25px;
	padding: 0 10px;
}
.product_list .buy{
	display: block;
	width: 65px;
	height: 22px;
	float: left;
	background: url(../images/beli.jpg) no-repeat;
}
.product_list .buy:hover{}
.product_list .buy span, .product_list .detail span, .product_list .sold_out span{
	display: none;
}
.product_list .detail{
	display: block;
	width: 65px;
	height: 22px;
	float: right;
	background: url(../images/detail.jpg) no-repeat;
}
.product_list .detail:hover{}

.product_list .sold_out{
	display: block;
	width: 65px;
	height: 22px;
	float: left;
	background: url(../images/habis.jpg) no-repeat;
}

.product_list .description{
	font-size: 11px;
	padding: 10px;
	background: #efefef;
	margin-bottom: 10px;
}

.product_image{
	width: 350px;
	float: left;
	text-align: center;
	margin-right: 10px;
}
.product_thumbnail{
	padding: 20px 0 5px 0;
}
.product_thumbnail .item{
	width: 80px;
	float: left;
	border: 1px solid #eee;
	padding: 6px 0;
	margin-right: 5px;
}

.product_description{
	margin-top: 20px;
	width: 300px;
	padding: 10px;
	float: left;
}
.product_description h3{
	margin: 0;
	font-size: 14px;
	padding: 4px 4px 10px 4px;
}
.product_content{
	padding: 20px 0 5px 0;
}
.product_description table{
	width: 100%;
	margin-bottom: 10px;
}
.product_description td{
	padding: 6px 4px;
	background: url(../images/dot.gif) repeat-x bottom;
}
.product_description .price-call{
	margin: 0;
}
.product_description .price{
	font-size: 14px;
	color: #fa0;
	font-weight: bold;
	text-decoration:line-through;
}
.product_description .discount{
	padding: 5px 0 50px 0;
	background: url(../images/down_arrow.gif) no-repeat;
	background-position: 0 30px;
}
.product_description .discount span{
	font-weight: bold;
	color: #2a9948;
}
.product_description .promo{
	font-weight: bold;
}
.product_description .buy{
	display: block;
	width: 120px;
	text-align: center;
	line-height: 25px;
	background: #4B8EBB;
	color: #fff;
	font-weight: bold;
	float: right;
	margin-right: 5px;
}
.product_description .buy:hover{
	background: #444;
	color: #fff;
}
.product_spec{
	padding: 0 0 10px 0;
}
.product_spec table{
	width: 100%;
}
.product_spec th{
	background: #efefef;
	padding: 6px;
	border-bottom: 1px solid #e0e0e0;
}
.product_spec td{
	padding: 6px 4px;
}
.product_spec tr.even{
	padding: 6px 4px;
	background: #f7f7f7;
}
.product-comment{
	background: #fbf7f8;
	padding: 10px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	padding: 8px;
	line-height:1.5em;
}
.product-comment .moderation{
	font-weight:bold;
	margin-bottom:4px;
}
.product-comment h3{
	margin-bottom:4px;
	margin-top:0;
}
.product-comment h3 .location{
	font-weight:normal;
	font-style:italic;
}
.product-comment .comment-date{
	color:#666;
	margin-bottom:2px;
}
.product-comment .reply-comment{
	font-style:italic;
	padding:4px 0 4px 14px;
	background:#efefef;
}
.add-comment{
	width:150px;
	text-align:center;
}
.add-comment .add{
	display:block;
	padding:6px;
	background:#333;
	font-weight:bold;
	color:#fff;
}
.variation{
	padding: 20px 0;
}
.variation h2{
	font-size: 12px;
	padding: 5px 10px;
	background: #efefef;
	border-top: 1px solid #ddd;
	margin: 0 0 10px 0;	
}

.footer{
	padding: 0 10px 10px 10px;
	text-align: center;
	color: #fff;
}
.footermenu{
	padding: 5px 20px;
	text-align: center;
}
.footermenu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footermenu li{
	display: inline;
	padding-right: 8px;
	line-height: 18px;
}
.footer a, .footermenu a{
	color: #fff;
	font-weight: bold;
}
.footer a:hover, .footermenu a:hover{
	color: #fc0;
}



.order_step_guide{
	padding-bottom: 20px;
}
.order_step_guide table{
	width: 100%;
}
.order_step_guide td{
	text-align: center;
	background: #efefef;
	padding: 5px 0;
	color: #999;
	border-bottom: 2px solid #444;
	font-size: 12px;
}
.order_step_guide td.current{
	background: #444;
	color: #fff;
}

.compare td{
	font-size: 11px;
}

.welcome{
	padding-bottom: 20px;
}

.product_icons{
	padding: 0 10px 20px 10px;
}
.product_icons ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.product_icons a{
	float: right;
	display: block;
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
.product_icons a span{
	display: none;
}
#pi_pdf{
	background: url(../images/pdf-24.png) no-repeat;
}
#pi_print{
	background: url(../images/printer-24.png) no-repeat;
}
#pi_share{
	background: url(../images/forward-24.png) no-repeat;
}
#pi_brosur{
	width: 164px;
	background: url(../images/download.png) no-repeat;
}