
.divCategory {
	PADDING-BOTTOM: 20px
}
.divCategory UL {
	PADDING-RIGHT: 13px; 
	PADDING-LEFT: 13px; 
	font-family: Verdana, Helvetica, sans-serif;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 8pt; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	COLOR: #000000; 
	PADDING-TOP: 0px
}
.divCategory UL LI {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 2px; 
	MARGIN: 0px; 
	PADDING-TOP: 10px; 
	list-style-type:square;
}
.divCategory UL LI A {
	DISPLAY: block; 
	COLOR: #000000; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 8pt; 
	TEXT-DECORATION: underline;
}
.divCategory A.subcat {
	PADDING-RIGHT: 0px; 
	DISPLAY: inline; 
	PADDING-LEFT: 0px; 
	COLOR: #000000; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 8pt; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	TEXT-DECORATION: none
}

.divCategory A.subcat:hover {
	color: #FF0000;
}

#current a {
	color: #FFFFFF !important;
	/*/*/background-color: #999999 !important;
	border: 2px dotted #999 !important; /* */
}

#minicart {
	font-size: 10px;	
}

@font-face {
  font-family: Futura;
  src: url('Futura.ttf'); /* Edit this line */
}

.entryTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
}

.entryTableHeader {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #ffffff;
	background-color: #7F92A4;
	font-weight: bold;
	background-position: center;
}

.entryTable .label {
	background-color: #EFEFEF;
	
}

.entryTable .content {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}


.infoTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
}

.infoTableHeader {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #7F92A4;
	font-weight: bold;
	background-position: center;
}

.infoTable .label {
	background-color: #EFEFEF;
}

.infoTable .content {
	background-color: #FFFFFF;
}

.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #CC6666;
}

.box1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}

.bluebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336699;
	border: 1px solid #000000;
}

input[type="text"]{
    
    padding: 5px;   
    border: 1px solid #FF0000;
    
    /*Applying CSS3 gradient*/
    background: -moz-linear-gradient(center top , #FFFFFF,  #EEEEEE 1px, #FFFFFF 20px);    
    background: -webkit-gradient(linear, left top, left 20, from(#FFFFFF), color-stop(5%, #EEEEEE) to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF');
    
    /*Applying CSS 3radius*/   
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    /*Applying CSS3 box shadow*/
    -moz-box-shadow: 5px 5px 10px #000000;
    -webkit-box-shadow: 5px 5px 10px #000000;
    box-shadow: 5px 5px 10px #000000;

}
input[type="text"]:hover
{
    border:1px solid #cccccc;
}
/*input[type="text"]:focus
{
    box-shadow:0 0 2px #FFFE00;
}*/

input[id="s"]{
    
    padding: 5px;   
    border: 1px solid #FF0000;
    
    /*Applying CSS3 gradient*/
    background: -moz-linear-gradient(center top , #FFFFFF,  #EEEEEE 1px, #FFFFFF 20px);    
    background: -webkit-gradient(linear, left top, left 20, from(#FFFFFF), color-stop(5%, #EEEEEE) to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF');
    
    /*Applying CSS 3radius*/   
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    /*Applying CSS3 box shadow*/
   /* -moz-box-shadow: 5px 5px 10px #000000;
    -webkit-box-shadow: 5px 5px 10px #000000;
    box-shadow: 5px 5px 10px #000000; */

}
/*input[type="text"]:hover
{
    border:1px solid #cccccc;
}
input[type="text"]:focus
{
    box-shadow:0 0 2px #FFFE00;
}*/



input[type="button"]{
    
    padding: 5px;   
    border: 1px solid #FF0000;
    
    /*Applying CSS3 gradient*/
    background: -moz-linear-gradient(center top , #FFFFFF,  #EEEEEE 1px, #FFFFFF 20px);    
    background: -webkit-gradient(linear, left top, left 20, from(#FFFFFF), color-stop(5%, #EEEEEE) to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBFB', endColorstr='#FFFFFF');
    
    /*Applying CSS 3radius*/   
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    /*Applying CSS3 box shadow*/
    -moz-box-shadow: 5px 5px 10px #000000;
    -webkit-box-shadow: 5px 5px 10px #000000;
    box-shadow: 5px 5px 10px #000000;

}
input[type="button"]:hover
{
    border:1px solid #cccccc;
}
/*input[type="button"]:focus
{
    box-shadow:0 0 2px #FFFE00;
}*/

textarea[id="berita"]{
    
    padding: 5px;   
    border: 1px solid #FF0000;
    
    /*Applying CSS3 gradient*/
    background: -moz-linear-gradient(center top , #FFFFFF,  #EEEEEE 1px, #FFFFFF 20px);    
    background: -webkit-gradient(linear, left top, left 20, from(#FFFFFF), color-stop(5%, #EEEEEE) to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF');
    
    /*Applying CSS 3radius*/   
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    /*Applying CSS3 box shadow*/
    -moz-box-shadow: 5px 5px 10px #000000;
    -webkit-box-shadow: 5px 5px 10px #000000;
    box-shadow: 5px 5px 10px #000000;

}
textarea[id="berita"]:hover
{
    border:1px solid #cccccc;
}
/*textarea[id="berita"]:focus
{
    box-shadow:0 0 2px #FFFE00;
}*/

.notice {
	color: #996600;
	font-weight: bold;
}

.addToCartButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	font-weight:bold;
	border: 1px solid #336699;
	background-color:#FFCC00;
}

.outStockButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;
	border: 1px solid #336699;
	background-color:#FF0000;
}

#errorMessage {
	color: #990000;
	font-weight: bold;
}

.row1 {
    background-color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFF00;
}

.row2 {
	background-color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFF00
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.text3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

.text4 {
	font-family: 'Futura',Verdana, Helvetica, sans-serif;
	font-size: 18px;
}

.text5 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}

.text6 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	
	
}

.text7{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}


.textlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.mn1 {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #EFEFEF;
	font-weight: bold;
	text-decoration: none;
}

.mn2 {
	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	/*background-color: #7F92A4;*/
	/*font-weight: bold;*/
	text-decoration: none;
}
.mn2:hover {
	color: #999999;
	text-decoration: blink;
}

.gambar9 {
   float:left;
   display:block;
   width:281px;
   height:54px;
   background:transparent url(../images/kiri_09.jpg) 0 0 no-repeat;
}

.gambar9:hover {
   border-bottom:none;
   outline:none;
   background:transparent url(../images/kirihvr_09.jpg) 0 0 no-repeat;
}

.gambar11 {
   float:left;
   display:block;
   width:281px;
   height:37px;
   background:transparent url(../images/kiri_11.jpg) 0 0 no-repeat;
}

.gambar11:hover {
   border-bottom:none;
   outline:none;
   background:transparent url(../images/kirihvr_11.jpg) 0 0 no-repeat;
}

.gambar12 {
   float:left;
   display:block;
   width:281px;
   height:39px;
   background:transparent url(../images/kiri_12.jpg) 0 0 no-repeat;
}

.gambar12:hover {
   border-bottom:none;
   outline:none;
   background:transparent url(../images/kirihvr_12.jpg) 0 0 no-repeat;
}

.gambar13 {
   float:left;
   display:block;
   width:281px;
   height:35px;
   background:transparent url(../images/kiri_13.jpg) 0 0 no-repeat;
}

.gambar13:hover {
   border-bottom:none;
   outline:none;
   background:transparent url(../images/kirihvr_13.jpg) 0 0 no-repeat;
}

.gambar14 {
   float:left;
   display:block;
   width:281px;
   height:36px;
   background:transparent url(../images/kiri_14.jpg) 0 0 no-repeat;
}

.gambar14:hover {
   border-bottom:none;
   outline:none;
   background:transparent url(../images/kirihvr_14.jpg) 0 0 no-repeat;
}

.gambar15 {
   float:left;
   display:block;
   width:281px;
   height:40px;
   background:transparent url(../images/kiri_15.jpg) 0 0 no-repeat;
}

.gambar15:hover {
   border-bottom:none;
   outline:none;
   background:transparent url(../images/kirihvr_15.jpg) 0 0 no-repeat;
}

/* slide show */


/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:720px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:720px;
	height:215px;
	display:block;
}



/*
	Pagination
*/
/*
.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
*/

/*
	Anchors
*/

a:link,a:visited {
	color:#599100;
	text-decoration:none;
}

a:hover,a:active {
	color:#599100;
	text-decoration:underline;
}

/* end slide show */