html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* start */
body{
	/*background: #fff url(bg.jpg) no-repeat top left fixed;*/
	font: normal 12px/17px Arial, Helvetica, "lucida sans unicode", sans-serif;
	color: #333;
   	font-size: 12px;

}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
/* wrap */
.wrap{
	width: 860px;
	display: block;
	margin: 0px auto;
	padding: 0px;
}
.col2{
	width: 870px	
}
/* top */
.top{
	height: 50px;
	line-height: 50px;
	background: #333 url(top.gif) repeat;
}
.top a{
	color: #E7E7E7;
	font-weight: bold;
}
.top ul{
	float: left;
}
.top li{
	display: inline;
	float: left;
}
.top li a{
	margin: 0 10px;	
}
.top .sub{
	background: url(subicon1.png) no-repeat right ;
}
.top ul.nav li:hover ul {
	display: block;
	top: 50px;
	position: absolute;
	margin: 0;
	z-index: 100;
	background-color: #333;
	border: 5px solid #666;
}
.top ul.nav li ul li{
	position: relative;
	display: block;
	float: none;
	background-color: #333;
}
.top ul.nav li ul li a{
	line-height: 34px;
	background: none;
	height: 34px;
	width: 190px;
	text-align: left;
	padding: 0 10px;
	display: block;
	border: 0px;
	margin: 0px;
}
.top ul.nav li ul li a:hover{
	background-image: none;
	background-color: #999;
	text-decoration: none;
}
.top form{
	float: right;	
}
.top input[type=text]{
	padding: 2px 5px;
	width: 180px;
	border: 3px solid #E7E7E7;
	vertical-align: middle;
	margin: 0 10px;
}
.top button{
	background: transparent;
	border: 0px;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
}
/* header */
.header{
	height: 111px;
	color: #fff;
}
.header .logo{
	float: left;
	width: 380px;
	margin: 25px 0 0 0;
}
.header .logo img,
.header .logo h1{

}
.header .logo a{
	color: #FFF;
	text-shadow: 1px 1px 1px #999;
	font: bold 36px Arial, Helvetica, sans-serif;
}
.header .logo a:hover{
	text-decoration: none;
}
.header .logo h1{
	display: none;
}
.header .logo h2{
	font-weight: normal;
}
.header .banner{
	float: right;
	width: 470px;
}
.header .banner img{
	margin: 25px 0;
}
/* in out */
.out{
	background: url(bg_out.png) repeat;
	padding: 5px;
    width: 606px;
}
.in{
	background: url(bg_in.png) repeat;
    width: 600px;
}
.long{
	padding: 5px 0;
}
/* menu */
.menu{
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	text-transform: uppercase;
}
.menu ul{
	float: left;
}
.menu li{
	display: inline;
	float: left;
}
.menu li a,
.menu a{
	display: inline-block;
	height: 40px;
	color: #000;
	padding: 0 15px;
}
.menu li a:hover,
.menu a:hover{
	background-color: #fff;
	text-decoration: none;
}
.menu .sign{
	display: block;
	float: right;
	height: 40px;
	background-color: #666;
	color: #fff;
	padding: 0 15px;
}
.menu .sign a{
	color: #fff;
	background-color: #666;
	text-decoration: none;
	padding: 0px;
}
.menu .sign a:hover{
	text-decoration: underline;
}
ul.nav li ul {
	display: none;
}
ul.nav li:hover ul {
	display: block;
	top: 205px;
	position: absolute;
	margin: 0;
	z-index: 100;
	background-color: #fff;
	border: 5px solid #f7f7f7;
}
ul.nav li ul li{
	position: relative;
	display: block;
	float: none;
	background-color: #fff;
}
ul.nav li ul li a{
	line-height: 34px;
	background: none;
	height: 34px;
	width: 190px;
	text-align: left;
	padding: 0 10px;
	display: block;
	border: 0px;
}
ul.nav li ul li a:hover{
	background-image: none;
	background-color: #e7e7e7;
}
.menu .sub{
	background: url(subicon2.png) no-repeat right ;
}

/* cumic */
.cumic{
	color: #fff;
	font-size: 12px;
	line-height: 48px;
	height: 48px;
}
.cumic a{
	color: #fff;
}
.cumic img{
	vertical-align: middle;
	margin: 0 0 0 5px;
}
.cumic .cumb{
	float: left;
}
.cumic .icon{
	float: right;
}
/* slide */
.slide{
	font-size: 12px;
	line-height: 17px;
}
.slide .img{
	float: left;
	width: 460px;
}
.slide .img img{
	border: 4px solid #ccc;
	background: #fff;
	padding: 1px;
	margin: 15px;
}
.slide .text{
	float: right;
	width: 330px;
	margin: 15px;
}
.slide h3 a{
	text-decoration: none;
}
.slide p{
	margin: 10px 0;
}
.slide a{
	color: #333;
	text-decoration: underline;
}
.slide .text .buy a{
	text-decoration: none;
}
.slide .text .buy a:hover{
	text-decoration: underline;
}
.buy{
	width: 119px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	display: block;
	background: url(bg_cart.png) no-repeat;
	font-weight: bold;
}
.buy img{
	vertical-align: middle;
}
.buy a{
	color: #fff;
	margin: 0 0 0 2px;
}
.buy button{
	color: #fff;
	margin: 0 0 0 2px;
	background: transparent;
	border: 0px;
	cursor: pointer;
}
.slide h3{
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -2px;
}
.slide h3 a{
	color: #000;
}
.grey{
	color: #999;
}
.lit{
	padding-bottom: 10px;
}
.lit li{
	display: inline;
	margin: 0 0 0 15px;
}
.lit a img{
	border: 3px solid #fff;
}
.lit a:hover img,
.panel-hover{
	border: 3px solid #ccc;
}
/* slide2 */
.outslide{
	margin: 20px auto;
}
.outslide h3{
	float: left;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -2px;
	padding: 10px;
	width: 90px;
}
.outslide .genre{
	float: right;
	padding: 10px 0;
	width: 740px;
}
.genre li{
	display: inline;
	margin: 0 3px;
}
.genre li a img{
	border: 1px solid #e7e7e7;
	padding: 4px;
	margin-bottom: -20px;
}
.genre li a:hover img{
	background:  #565656;
}
.genre li span{
	background-color: #000;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	width: 120px;
	display: inline-block;
	margin: 0 0 0 -129px;
}
/* mainbar */
.mainbar{
	float: left;
	width: 540px;
	margin: 0px;
}
.mainbar h3{
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -1px;
	padding-bottom: 10px;
}
.mainbar .in{
	padding: 10px;
	clear: both;
}
.mainbar .prod{
	font-size: 12px;
	line-height: 17px;
}
.mainbar .prod{
	width: 240px;
	padding-bottom: 20px;
	float: left;
}
.mainbar .prod a img{
	border: 1px solid #E7E7E7;
	padding: 4px;
	float: left;
	margin: 0 15px 0 10px;
}
.mainbar .prod a:hover img{
	background: #565656;
}
.mainbar a{
	color: #333;
}
.mainbar .buy a{
	color: #fff;
}
/* sidebar */
.sidebar{
	text-align: center;
	width: 300px;
	margin: 0px;
	font-size: 12px;
}
a{
	font-weight: bold;
}
h3{
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -2px;
	padding-bottom: 10px;
}
p{
	padding: 0 0 12px 0;
}
.mainbar .out{
	margin-bottom: 20px;
}
.in{
	padding: 10px;
	clear: both;
}
.follow img{
	margin: 0 3px;
}
.ads img{
	margin: 0 3px;
}
p,
.prod{
	font-size: 12px;
	line-height: 17px;
	clear: both;
}
.prod{
	width: 240px;
	padding-bottom: 20px;
}
.prod a img{
	border: 1px solid #E7E7E7;
	padding: 4px;
	float: left;
	margin: 0 15px 0 10px;
}
.prod a:hover img{
	background: #565656;
}
a{
	color: #333;
}
.buy a{
	color: #fff;
}
/* prevnext */
.prevnext{
	display: block;
	text-align: center;
	padding-bottom: 15px;
}
.prevnext a{
	font-weight: bold;
	font-size: 14px;
	padding: 5px 10px;
}
.prevnext a:hover{
	background-color: #F7F7F7;
	border: 1px solid #E7E7E7;
	text-decoration: none;
	padding: 4px 9px;
}
.prevnext img{
	vertical-align: middle;
}
.prevnext .no,
.prevnext .no:hover{
	background: none;
	border: 0px;
	padding: 5px 10px;
}
/* snapblog */
.snapblog{
	display: block;
	border-bottom: 1px solid #e7e7e7;
	font-size: 12px;
	line-height: 17px;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}
.snapblog h4{
	font-size: 18px;
	line-height: 24px;
}
.snapblog p{
	padding: 5px 0;
}
.snapblog img{
	float: left;
	border: 1px solid #E7E7E7;
	padding: 4px;
	margin: 0 15px 0 0;
}
.snapblog a{
	font-weight: bold;
}
.snapblog .cmt{
	color: #fff;
	background-color: #333;
	font-size: 14px;
	padding: 5px;
	float: right;
}
/* select */
.select{
	float: right;
	margin: -30px 10px 0 0;
}
/* preview */
.preview{
	text-align: center;
	display: block;
}
.preview .lit{
	padding: 10px 0 40px 0;
}
.preview .lit li{
	margin: 10px 5px;
}
.preview .prod{
	text-align: left;
}
.preview p{
	text-align: left;
	padding: 0px 15px 10px 15px;
}
.preview .buy{
	float: right;
	margin: -90px 15px 0 0;
}
/* adv */
.adv{
	display: block;
	text-align: center;
	margin: 0 0 15px 0;
}
/* cart */
.cart{
	margin: 0px 5px;
}
.cart .buy{
	float: left;
}
.cart .buyout{
	float: right;
}
.cart table{
	display: block;
	border-collapse: collapse;
	width: 260px;
	margin: 10px 0;
}
.cart th{
	background-color: #666;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	color: #fff;
}
.cart td{
	padding: 5px;
	border-bottom: 1px solid #e7e7e7;
}
.cart .no td{
	border: 0px;
}
.cart .tr2 td{
	background-color: #f7f7f7;
}
.cart .ctr{
	text-align: center;
}
/* titcat */
.titcat{
	border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	background-color: #f7f7f7;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin: 10px 0;
}
.titcat a{
	float: right;
	font-weight: normal;
}
/* tabs */
UL.tabNavigation {
  list-style: none;
}
UL.tabNavigation LI {
   display: inline;
}
UL.tabNavigation LI A {
	padding: 0 7px;
	text-decoration: none;
	color: #999;
	background-color: #F7F7F7;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	margin-right: -5px;
}
UL.tabNavigation LI A.selected {
	background-color: #fff;
	color: #262A2C;
}
.tabs{
	margin: 0;
}
.tabs .p{
	border-bottom: 1px solid #e7e7e7;
	padding: 5px;
	display: block;
}	
.tabs .no{
	border: 0px;
}
.tabs .p2{
	background: #f7f7f7;
}
.tabs a{
	font-weight: normal;
}
.tabs a img{
	float: left;
	border: 1px solid #e7e7e7; 
	padding: 4px;
	margin: 0 10px 5px 0;
}
.tabs a img:hover{
	background-color: #333;
}
/* checkout */
.payment{
	border-collapse: collapse;
	width: 500px;
	margin: 5px 0 15px 0;
}
.payment th{
	height: 30px;
	background-color: #666666;
	text-align: left;
	line-height: 30px;
	padding-left: 15px;
	color: #fff;
}
.payment td{
	border-bottom: 1px solid #e7e7e7;
	padding: 5px;
}
.payment .tr2{
	background-color: #f7f7f7;
}
.payment a{
	color: #2E81CD;
}
.payment input{
	width: 20px;
	padding: 2px;
	margin: 0 10px 0 0;
	font-size: 11px;
}
.payment button{
	font-size: 11px;
	cursor: pointer;
}
.total td{
	font-size: 12px;
	font-weight: bold;
	border: 0px;
	text-transform: uppercase;
}

.check hr{
	border: 0px;
	background-color: #e7e7e7;
	height: 1px;
	margin: 10px 0;
}
.check h4{
	color: #262A2C;
	font-size: 14px;
	padding: 0 10px;
	height: 30px;
	margin: 5px 0;
	line-height: 30px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
}
.check input,
.check textarea,
.check select{
	border: 1px solid #ccc;
	padding: 5px;
	font: normal 12px Lucida Sans, Helvetica, Arial, sans-serif ;
}
.check input[type=text]{

}
.form label{
	float: left;
	width: 100px;
	text-align: right;
	margin: 10px 0;
}
.form input,
.form select{
	width: 200px;
	margin: 5px 10px;
}
.form select{
	width: 206px;
}
.form textarea{
	width: 250px;
	height: 65px;
	margin: 5px 10px;
}
/* foot */
.foot .desc{
	float: left;
	display: block;
	width: 510px;
	font-size: 12px;
	line-height: 17px;
	padding: 20px 0;
}
.foot .desc a{
	color: #000;
	font: bold 24px Arial, Helvetica, sans-serif;
}
.foot .desc a:hover{
	text-decoration: none;
}
.foot .feed{
	float: right;
	display: block;
	padding: 20px 0 0 0;
}
.foot .feed li{
	display: inline;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	width: 80px;
}
.foot .feed strong{
	font-size: 16px;
}
/* bot */
.bot{
	padding: 20px 0 20px 0;
	font-size: 11px;
	color: #fff;
}
.bot a{
	color: #fff;
}
/* Captions */
.aligncenter, div.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption{
	text-align: center;
	padding-top: 0px;
	margin: 10px;
}
.wp-caption img{
	margin: 0;
	padding: 0;
	border: 0;
}
.wp-caption p.wp-caption-text{
	font: italic 11px Arial, Helvetica, sans-serif;
	margin: 0;
}
.alignleft{
	float: left;
}
.alignright{
	float: right;
}
.before{
	background-color: #F7F7F7;
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	padding: 8px 10px;
	color: #666;
	margin: 10px 0 15px 0;
}
.before .cmt{
	float: right;
}
.before a{
	font-weight: bold; 
	color: #666;
}
.blog p{
	margin-bottom: 20px;
}
.blog p a{
	color: #40508D;
	font-weight: bold;
}
.after{
	display: block;
	margin: 0px;
}
.after a{
	color: #40508D;
}
.readmore{
	float: right;
	margin-bottom: 20px;
}
.readmore a{
	color: #fff;
	background: url(bg_bt.png) repeat-x top center;
	padding: 0 15px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #000;
	display: block;
}
.blog .adv{
	margin: 20px 0;
}
.pic{
	float: left;
	margin-right: 10px;
}
.pic a img{
	border: 5px solid #F7F7F7;
}
.pic a:hover img{
	border: 5px solid #565656;
}
.blog blockquote{
	font: italic 13px/19px Arial, Helvetica, "lucida sans unicode", sans-serif;
	background: url(bg_quote.png) no-repeat top left;
	padding-left: 50px;
}
.blog blockquote p{
	font-weight: bold;
	font-style: normal;
}
.blog h1,
.blog h2,
.blog h3,
.blog h4,
.blog h5,
.blog h6{
	padding: 10px 0 5px 0;
	margin: 0px;
	letter-spacing: 0px;
	line-height: 100%;
}
.blog h1{
	font-size: 24px;
}
.blog h2{
	font-size: 21px;
}
.blog h3{
	font-size: 18px;
}
.blog h4{
	font-size: 16px;
}
.blog h5{
	font-size: 14px;
}
.blog h6{
	font-size: 13px;
}
.blog h1 a{
	letter-spacing: -1px;
}
.blog ul,
.blog ol{
	margin: 0 0 10px 30px;
	list-style: url(subicon2.png);
}
.blog ol{
	list-style: decimal;
}
.share{
	display: block;
	padding: 10px;
	background-color: #F7F7F7;
	border-bottom: 1px solid #E7E7E7;
	border-top: 1px solid #E7E7E7;
	color: #3F508C;
	font-size: 16px;
}
.share img{
	vertical-align: middle;
	margin: 0 2px;
}
.comment ol{
	list-style: none;
	margin: 0px;
}
.comment{
	padding: 0 0 30px 0;
}
.comment a{
	color: #3F508C;
}
.comment li{
	border-bottom: 1px solid #E7E7E7;
	padding: 15px 10px;
}
.comment .li2{
	background-color: #F7F7F7;
}
.comment .gravatar{
	float: left;
	margin-right: 10px;	
}
.comment .citem{
	display: inline-block;
	width: 90%;
}
.citem p{
	margin: 0px;
	padding: 0px;
}
.comment .name{
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.comment .name small{
	color: #999;
	font-weight: normal;
	font-size: 10px;
}
.comment form h1{
	background-color: #ccc;
	padding: 10px;
	margin: 20px 0;
}
.comment label{
	text-align: right;
	display: inline-block;
	width: 100px;
	padding: 5px 10px;
	float: left;
}
.comment input,
.comment textarea{
	padding: 5px;
	width: 290px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.comment textarea{
	width: 350px;
	height: 120px;
}
.comment button{
	margin-left: 120px;
	color: #fff;
	background: url(bg_bt.png) repeat-x top center;
	padding: 0 15px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #000;
	display: block;
	cursor: pointer;
}

/* TAMBAHAN BUDI */
.prevnext .current {padding:5px 10px;}
.wpsc_categories img, .wpsc_categories .item_no_image {display:none;}
.widget_wpsc_categorisation ul {list-style:none;margin-left:10px;}
