body{
	margin:0;
	text-align:center;
	font-family:arial, verdana, sans-serif;
	font-size:11px;
	background:#ffffff url(../aimages/bg_02.png) repeat-x;
	color:#393939;
}

.radius{
	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}

.radius_top{
	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;

}

.radius_bottom{
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;
}

.radius_bottom_left{
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
}

.radius_bottom_right{
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;
}

.tombol {
	background: url(../images/button-black.png) no-repeat; width:60px; height:20px;
	border:0px;
	color:#FFFFFF; font-weight:bold;
	cursor: pointer;
	font-size:10px; padding: 0 0 4px 0;
}

a:link, a:visited {
	color:#FF6600;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#container{
	width:900px; height:auto;
	margin:auto;
	border:0px solid #c0c60b;
}

#header{
	height:11px; border:0px solid #c0c60b;
	background:url(../images/aizza_03.png) repeat-x;
}

#top_menu{
	height:30px; color:#717171; line-height:27px; font-size:12px;
}

#top_menu_1{
	float:left; width:7px; background:url(../images/top_menu_03.png) repeat-x; height:30px;
}

#top_menu_2{
	float:left; width:693px; background:url(../images/top_menu_03.png) repeat-x; height:30px;
	font:tahoma
}

#top_menu_3{
	float:left; width:200px; background:url(../images/top_menu_03.png) repeat-x; height:30px; font-style:italic; color:#FF6600;
}

#today{
	float:right; width:150px; text-align:right;
	color:#ff6c00; padding:0 10px 0 0;
}

#member_login{
	height:50px;
	border-left:1px solid #c0c60b; border-right:1px solid #c0c60b; border-bottom:1px solid #c0c60b;
}

#content{ 
	height:auto;
	margin: 1px 0 1px 0;
	border:0px solid #80de2e;
	padding: 0;
	background:#ffffff
}

#main_page{
	width:500px; height:auto;
	text-align:left; vertical-align:top;
	padding:0 0px 5px 0px;
}

#new_product{
	background:url(../images/np_18.png) repeat-x;
	height:25px; padding:0 0 0 30px;
	margin: 0 0 5px 0;
}

#sidebar_left{
	width:200px; vertical-align:top;
	height:auto;
	border:0px solid #c0c60b;
	padding:5px 0;
}

#sidebar_right{
	width:200px; vertical-align:top;
	height:auto;
	border:0px solid #c0c60b;
	padding:5px 0;
}

.content_sidebar{
	background:#e9e9e9;
	width:190px; height:auto; float:left;
	padding: 0 0 8px 0;
	margin: 0 0 5px 0;
}

.title_content_sidebar{
	text-align:center;
	height:38px;
	margin: 0 0 0 0;
}

.main_content_sidebar{
	background:#FFFFFF;
	height:auto;
	margin: 0 1px;
	padding:2px 5px;
	text-align:center;
}

.footer_content_sidebar{
	color:#FFFFFF; font-weight:bold;
	text-align:left;
	margin: 5px 0 0 0;
}

#foot_top{
	width:900px; height:auto; background:#ffffff url(../images/aizza_10.png) repeat-x;
	text-align:center; color:#ff9537; font-size:10px; border:1px solid #f2f2f1; margin:0 0 30px 0;
}

#footer{
	height:auto; width:900px; text-align:center; font-size:11px; font-weight:bold;
	color:#FFFFFF; padding:0px;
	bottom:0; position:fixed;
}

#footer_01{
	float:left; width:69px; height:30px; background:url(../images/aizza_13.png) no-repeat; padding:0px; margin:0px;
}

#footer_02{
	float:left; width:765px; height:30px; background:url(../images/aizza_14.png) repeat-x; padding:0px; margin:0px;
}

#footer_03{
	float:right; width:66px; height:30px; background:url(../images/aizza_17.png) no-repeat; padding:0px; margin:0px;
}

.addtocart {
	background:url(../images/addtocart.png) no-repeat ;
	border:0px;	width:70px;	height:20px;
	cursor:pointer; padding:0; margin: 0;
}

#pagin {
	text-align:center; margin: 0 0 0 10px;
}

#pagin a {
   font-family:Tahoma;
   font-size:11px;   
   display:block;
   float:left;
   cursor:pointer;
   color:#00c;
   text-decoration:none;
   display:inline-block;
   border:1px solid #ccc;
   padding:2px 5px;
   margin:0 .38em 0 0;
   text-align:center
}

#pagin a:hover {
   background:#f0f7e8;
   border:1px solid #83bc46
}

#pagin a.sel {
   color:#333;
   font-weight:normal;
   background:#f0f7e8;
   cursor: default;
   border:1px solid #83bc46
}

.title_shop {
	font-weight:bold;
	background:#FFFF99;
	text-align:center;
	padding:5px;
	color:#FF6600;
}

.kolom{
	padding:5px;
}

.remove {
	background:url(../images/remove_shop.png) no-repeat;
	width:22px;	height:22px; border:0px;
	cursor:pointer;
}

#quantity {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.checkout {
	font-weight:bold;cfont-size:12px; text-align:center; color:#74c7f6; margin-top:30px;
}

.update{
	background:url(../images/update_shop.png) no-repeat;
	border:0; width:22px; height:22px;
	cursor:pointer;

}

.daftar label {
	display: block;
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0;
	text-align: right;
	font-size:11px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;
}

.daftar .warning {
	padding: 5px; 
	margin: 0 0 100px 180px;
	text-align:left;
	font-size:11px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;
	color:#FF9933;
	background:#FFFFCC;
	border:#FFCC33 1px solid;
}

.daftar .warning img{
	margin: 0 0 0 0px;
}

.daftar .text {
	height:13px;
}

.daftar .button_saran {
	margin: 0 0 0 200px;
	font-size:11px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;
	background:url(../images/button-black.png) no-repeat;
	border:0; width:70px; height:20px;
	padding:0 0 0 0; color:#FFFFFF;
	cursor:pointer;
}

.daftar input, .daftar textarea, .daftar select {
	width:auto; 
	margin:5px 0 0 10px;
	font-size:11px; font-family:Arial, Helvetica, sans-serif;
}

.daftar br {
	clear:left;
}

.daftar img{
	width:auto; 
	margin: 0 0 0 160px;
}

.kesalahan{
	padding: 5px; border: 1px solid #999; background-color: #FFFDE5; border: 1px solid #ADA979; margin: 25px 25px 25px 60px; width:250px;
	text-align:center;
}

.title_item_news{
	border:1px solid #cdcdcd; background:#f0f0f0 url(../images/aaizza_07.png); padding:1px 5px; height:36px; color:#666666
}

.running_product {
	float:left; width:100px; height:100px; color:#ff0099;
	text-align:center;
	border:0px solid #e9e9e9;
	padding: 10px 0px 10px 0px;
	margin: 0 5px;;
	cursor:pointer;
	background:#FFFFFF;
	font-size:10px; font-weight:bold; color:#121e94
}
.running_product:hover {
	border:#999999 0px solid; color:#ff0000;
}

.running_up_product{
	border:0px solid #e9e9e9; margin: 0 0 20px 0; padding:10px 0;  font-weight:bold; color:#FF0099

}

.sub_produk { 
	margin: 5px;
	padding: 5px;
	list-style: none;
} 
.sub_produk li a{
	display:block;
	color:#FF0000;
	text-decoration:none;
	padding:0 0 0 20px;
	font-weight:bold;
	background:url(../images/plus.png) no-repeat;
}
.sub_produk li a:hover{
	display:block;
	color:#FF6600;
	text-decoration:none;
	background:url(../images/plus.png) no-repeat;
}
.sub_produk_kat { 
	padding:0 0 0 20px;
	list-style:circle;
	margin: 0 0 0 20px; color:#FF0099;
} 
.sub_produk_kat li a{
	display:block;
	color:#FF0099;
	text-decoration:none;
	padding:0 0 0 0px;
	font-weight:bold;
	background:url(a../images/sub-plus.png) no-repeat;
}
.sub_produk_kat li a:hover{
	display:block;
	color:#FF66FF;
	text-decoration:none;
	background:url(a../images/sub-plus.png) no-repeat;
}

