/*
  $Id: stylesheet.css 1524 2007-03-30 16:53:31Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2006 osCommerce

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License v2 (1991)
  as published by the Free Software Foundation.
*/

/* MARKUP */

BODY {
  background: #000000;
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 10;
  min-width: 760px;
  
  /* kusang 
  max-width: 990px;
  */
}

H1 {
  color: #CCC;
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  white-space: nowrap;
  margin: 5px 0 10px 0;
  height:40px;
}

H2 {
  color: #CCC;
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  white-space: nowrap;
  margin: 0;
}

H6 {
  color: #CCC;
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  margin: 0;
}

TD, P {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #CCC;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 10px;
}

IMG {
  border: 0;
}

FORM {
  margin-top: 0;
  margin-bottom: 0;
}

FORM OL {
  margin: 0;
  padding: 0;
}

FORM OL LI {
  list-style: none;
  margin: 0;
  clear: left;
}

FORM LABEL {
  float: left;
  width: 160px;
  margin: 5px;
}

FORM LABEL.fieldLabel {
  float: none;
}

FORM INPUT, FORM SELECT, FORM TEXTAREA {
	background-color:#313030;
	color:#dddada;
	border: solid 1px #555;
}

INPUT.submitbtn{
	background:none;
	border:none;
}

FORM EM {
  color: #FF0000;
  font-size: 9px;
  margin-left: 2px;
}
DIV {
  color: #CCC;
}

/* LAYOUT */

#pageHeader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
/*  width: 978px;*/
}

#pageContent {
  float: left;
  /*margin-top: 192px;*/
  margin-left: 0px;    
}

#pageColumnLeft {
  /*float: left;
  width: 20%;
  margin-top: 195px;
  padding-left: 5px;*/
}

#pageBlockLeft {
  float: left;
  width: 756px;
  margin: 0 0 10px 5px;
}

#pageColumnRight {
  float: right;
  width: 200px;
  margin: 192px 5px 10px 0;
}

#pageFooter {
  clear: both;
  padding: 5px;
}

/* LINKS */

#navigationBar A {
  color: #FFFFFF;
}

#navigationBar A:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

/* DEFINITIONS */

#siteLogo {
  float: left;
}

#navigationIcons {
  float: right;
  margin: 0;
  padding: 15px 0 0 0;
  list-style-type: none;
}

#navigationIcons li {
  display: inline;
  padding: 5px;
}

#navigationBar {
  background-color: #333;
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 50px;
  text-align: right;
  padding-right: 5px;  
}

#breadcrumbPath {
  float: left;
  padding-left: 5px;
}

#pageIcon {
  float: right;
  margin-right: 10px;
  margin-top: 10px;
  height: 40px;
}

.messageStack {
  border-width: 1px;
  border-style: dotted;
  border-color: #C8AD91;
  background-color: #FFFCF5;
  font-family: Verdana, Arial, sans-serif;
  color: #465584;
  margin: 5px;
}

.moduleBox {
}

.moduleBox .content {
  border-width: 1px;
  border-style: solid;
  border-color: #ab075c;
  background-color: #0C0C0C;
  padding: 5px;
  margin-bottom: 5px;
  text-align:justify;
}

.moduleBox H6 {
  padding: 5px 0px 5px 0px;
}

.inputRequirement {
  font-size: 10px;
  font-weight: normal;
  color: #CCC;
  margin-top: 10px;
}

.submitFormButtons {
  padding: 5px;
  border: 0;
}

.listingPageLinks {
  padding: 5px;
}

.moduleRow { }

.moduleRowOver {
  background-color: #360a32;
}

.moduleRowSelected {
  background-color: #360a32;
}


/////////////////////////
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #360a32; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #ab075c; text-decoration: underline; font-weight: normal; }

A {
  color: #ffffff;
  text-decoration: none;
}

A:hover {
  color: #ab075c;
  text-decoration: none;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: white;
  vertical-align: top;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #333;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #212121;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  background: #666;
  color: white;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.boxCheckoutTrail {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #8c8c8c;
}

.boxCheckoutTrailActive {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #FF8400;
}

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

.footerkus{
/*
	color: #999;
	text-align: center;
	
	#630C4A
*/
	color: #9a0051;
	text-align: center;

}
.footerkus:hover {
  color: #999;
  text-decoration: none;
}


/* CSS Boxes */

.boxGroup {
  /*border-width: 1px;*/
  /*border-color: #ab075c;*/
  /*border-style: solid;*/
  /*width:220px;*/
  /*min-width: 200px;*/
  
  
  
}
/*kusang*/
.boxNew {
}

.boxTitle {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  /*background: #666;*/
  background-image:url(../../images/template/box-header.png);
  color: #E5E5E5;
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left:10px;
}

.boxContents {
 /* background: #333;*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding: 6px 5px 6px 7px;
  border:solid 1px #ab075c;
  margin-bottom: 5px;
  margin-left:10px;
}

.loginKK {
  font-family:Verdana, Geneva, sans-serif;
  font-size:13px;
}

/*Example CSS for the two demo scrollers*/

#pscroller1{
	width: 200px;
	height: 100px;
	border: 1px solid black;
	padding: 5px;
	background-color: lightyellow;
}

#pscroller2{
	width: 960px;
	height: 20px;
	border: 0px;
	font-size:11px;
	padding-top:4px;
	padding-left:20px;
}

#pscroller2 a{
	text-decoration: none;
}

.someclass{
/*	padding-top:2px; */
	text-align:center;
	background-image:url(../../images/iklan_bg.png)
}
.someclass a:hover {
	color: #999;
	text-decoration: none;
}
