body {
	background-color: #202020;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.bg-whats-new {
	background-image: url(images/bg-whats-new.jpg);
	background-repeat: no-repeat;
}

.arial-12-putih {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

/* xxx link*/
a.xxx:link {
	margin-bottom:5px;
	color: #9BA626;
	text-decoration: none;
}

a.xxx:visited {
	margin-bottom:5px;
	color: #9BA626;
	text-decoration: none;
}

a.xxx:hover {
	margin-bottom:5px;
	color: #FFFFFF;
	text-decoration: underline;
}

/* xxxx link*/
a.xxxx:link {
	color: #AC2200;
	text-decoration: none;
}

a.xxxx:visited {
	color: #AC2200;
	text-decoration: none;
}

a.xxxx:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.table-putih {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

/* xxxxx link*/
a.xxxxx:link {
	color: #222222;
	text-decoration: none;
}

a.xxxxx:visited {
	color: #222222;
	text-decoration: none;
}

a.xxxxx:hover {
	color: #000000;
	text-decoration: underline;
}

/* xxxxx link*/
a.x6:link {
	color: #ffffff;
	text-decoration: none;
}

a.x6:visited {
	color: #ffffff;
	text-decoration: none;
}

a.x6:hover {
	color: #c5a246;
	text-decoration: underline;
}

#dropmenudiv{
	position:absolute;
	font:normal 12px/12px Arial, Helvetica, sans-serif;
	z-index:100;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 0 solid #333333;
	border-left: 1px solid #333333;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #333333;
	padding: 3px 0 4px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #CCCCCC;
	color: #333333;
}

.sub-hitam {
	background-color: #000000;
	font-family: Arial;
	font-size: 11px; color: #ffffff;
	padding-top:2px; padding-bottom:2px;
}

.sub-merah {
	background-color: #3f0c03;
	font-family: Arial;
	font-size: 11px; color: #ffffff;
	padding-top:2px; padding-bottom:2px;
}

.sub-menu {
	font-family: Arial;
	font-size: 11px; color: #c5a246;
	font-weight: bold;
	padding-top:2px; padding-bottom:2px;
}

.judul-produk {
	font-family: Arial;
	font-size: 13px; color: #c5a246;
	font-weight: bold;
}

.nama-produk {
	font-family: Arial;
	font-size: 12px; color: #e7be79;
	font-weight: bold;
}

.detil-produk {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
}
.inputright{
	font-family: Tahoma;
	text-align:right;
}

.mypets{ /*header of 1st demo*/
margin-top:10px;
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px solid gray;
background: #E1E1E1;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background: yellow;
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 10px 0;
}

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;
}
.cigars {
display:none;
}