/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.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 { font-size:12px; font-family : Verdana, Arial, sans-serif; color:#333;}
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 8px; color: #fff; text-decoration: none; font-weight:bold;background:#5f0d0d; padding:2px;}

BODY {
  background: #eaeaea;
  background-attachment: fixed;
  color: #000000;
  margin: 0px;
}

.catstyle {
	font-size: 16px;
}

.maintable {        
  background: #fff;
}    

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

A:hover {
  color: #86141c;
  text-decoration: underline;
}

FORM {
 display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF;
  font-size: 13px;  
  font-weight: bold;
  text-decoration: none;
}

A.headerNavigation:hover {
  color: #FFFFFF;
  font-size: 13px;  
  font-weight: bold;
  text-decoration: underline;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #dcdcdc;
}

.infoBox2 {
  background: #dcdcdc;
  border:2px solid #dcdcdc;
} 

.infoBoxContents {
  background:#fff;
  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 {
  background-image: url('images/infobox/corner_center.gif');
  font-family: Arial, Verdana, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  display: none;
}

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: #fafafa;
  //shopping-cart content color
}

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: #eaeaea;
  //shopping-cart content color
}

TABLE.productListing {
  border: 1px;
  border-bottom:0px;
  border-style: dotted;
  border-color: #999;
  //shopping-cart header/footer color
}

.productListing-heading {

border-right:1px solid #cdcdcd;
border-bottom:1px solid #cdcdcd;
text-align:center; 

  color: #FFF;
  font-weight: bold;
  padding: 8px;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #5f0d0d;
  //shopping-cart header/footer color
}

TD.productListing-data {
border-right:1px solid #cdcdcd;
border-bottom:1px solid #cdcdcd;
text-align:center;
vertical-align:middle; 
padding:10 12 10 12;


  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #5f0d0d;
}

A.pageResults {
  color: #5f0d0d;
  border:1px solid #dfdfdf;
  padding:4px;
  background:#efefef;
}

A.pageResults:hover {
  color: #fff;
  border:1px solid #dfdfdf;
  background:#830000;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 12px;
  color: #002538;
  font-weight: bold;
  text-decoration: sharp;
  height: 40px;
  width: 485px;
  background: url('images/m99.gif');
  background-repeat: no-repeat;
  padding-top: 5px;
  padding-left: 25px;
  text-transform: uppercase;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color:#444;
}

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

.cartnotice {
  font-family: Verdana, Arial, sans-serif;
  border:2px dotted #acd369;
  font-size: 10px;
  background:#f0ffd6;
  padding: 8px; 
  color:#333;
}


TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color:#555;
}

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

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

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

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

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  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;
}

.moduleRow td { padding:5px;}
.moduleRowOver td { padding:5px; color:#fff; font-weight:bold;}
.moduleRowSelected td { padding:5px; color:#333; font-weight:bold;}
.moduleRowOver { background-color: #5f0d0d; cursor: pointer; cursor: hand;}
.moduleRowSelected { background-color: #ffd6d6; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #555; padding-bottom:5px;}
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #333; font-weight:bold; padding-bottom:5px;}

/* message box */

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

.messageStackError, .messageStackWarning { 
  font-family: Verdana, Arial, sans-serif; 
  font-size: 10px; 
  background: #ffe4e5;
  color: #830000; 
  padding:8px;
  border:2px dotted #ffb3b5;
}

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

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #830000; }

td{
 font-family: Tahoma, verdana,arial;
 font-size: 11px;
 color: #7F7F7F;
}

 .bg{
 }

 .bg1{
  background-image: url(images/m27.gif);
  background-repeat: repeat-y; 
 }

 .bg2{
  background-image: url(images/m29.gif);
  background-repeat: repeat-y; 
 }

 .bg3{
  border-top:3px dotted #ccc;
  font-size:15px;
  padding:11px;
  font-weight: bold;
  text-align:center;
  color:#666;
 }


 .go{
  border-style: solid;
  border-width: 1px;
  border-color: #CFCFCF;
  width: 273px;
  height: 19px;
  color: #CFCFCF;
  font-size: 9px;
 }

 .cs{
  font-size: 10px;
  color: #6C6C6C;
  font-weight: bold;
 }

 .cs1{
  font-size: 10px;
  color: #2C2C2C;  
 }


 .cs2{
  font-size: 18px;
  color: #5f0d0d;
  font-weight: bold;  
 }

 .cs3{
  font-size: 11px;
  color: #424242;  
 }


 .ml{
  color: #2C2C2C;
  font-size: 10px;
  text-decoration: none;
 }

 .mlbot{
  color: #aaa;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
 }

 .mlbot:hover{
  color: #ffae00;
  font-size: 11px;
  text-decoration: underline;
 }

 .ml1{
  color: #AF0000;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
 }

 .ml2{
  color: #830000;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
 }

 .ml211{
  color: #555;
  font-size: 11px;
  text-decoration: None;
 }

 .ml3{
  color: #4f4f4f;
  font-size: 11px;
  text-decoration: none;
 }

 .ml4{
  color: #AF0000;
  font-size: 11px;  
  text-decoration: underline;
 }

 .ml52{ 
  font-size: 13px;
  color: #424242;
  text-decoration: none;
 }

 .ml52:hover{         
  color: #ff4800;     
 }

 .ml522{
  font-size: 11px;
  color: #424242;
  text-decoration: none;
 }

 .ml522:hover{        
  color: #ff4800;     
 }

 .ml5{
  font-size: 11px;
  color: #424242;
  text-decoration: none;
 }

 .ml5:hover{
  color: #ff4800;
 }

 .ml6{
  color: #545454;
  font-size: 10px;
  font-weight: bold;
  text-decoration: hone;
 }

 .ml6:hover{
  color: #830000;
  text-decoration: underline;
 }

 .se{
  width: 93px;
  font-size: 9px;
  color: #B2B2B2;
 }
.pics {  
    height:  220px;  
    width:   770px;
    padding: 0px;  
    border-bottom:2px solid #999;
}  
.pics img {
    height:  220px;
    width:   770px;
    top:  0;
    left: 0;
    border-bottom:2px solid #983939;
}

.cathover:hover{
  background:#8c1212 url('images/arrow_right.gif') no-repeat center right;
  color:#fff;
  cursor: pointer;
  font-weight:bold;
}

.cathover:hover a{
  color:#fff;
  text-decoration: none;
}

.cathover{    
  padding:3px 1px 3px 10px; 
  border-bottom:1px dotted #ccc;
}

.producthover:hover {
  background:#ffdfdf;
  border:3px dotted #5f0d0d;
  cursor: pointer;
}

.producthover:hover td{
  background:#ffdfdf;
}

.producthover {
  border:3px solid #e6e6e6;
}

.wishlist {
  background:url('images/add-to-wishlist.jpg');  
}

.buynow {
  background:url('images/add-to-bag.jpg');
}

.preorder {
  background:url('images/pre_order_cart.jpg');
}  

.update_cart {
  background:url('images/update_cart.jpg');
}  

.continue_shopping {
  background:url('images/continue_shopping.jpg');
}   

.check_out {
  background:url('images/check_out.jpg');
}  

.register_member {
  background:url('images/registrasi_member.jpg');
}

.member_login {
  background:url('images/login.jpg');
}

.change_address {
  background:url('images/ganti_alamat.jpg');
}                

.continue {
  background:url('images/continue.jpg');
}

.change_address_invoice {            
  background:url('images/ganti_alamat_invoice.jpg');
}

.confirm_order {
  background:url('images/confirm_order.jpg');
}  

.finish {
  background:url('images/order_selesai.jpg');
}

.account_home {
  background:url('images/account_home.jpg');
}                  

.order_history {   
  background:url('images/order_history.jpg');
}

.continue_save {
  background:url('images/continue_save.jpg');
}             

.tambah_alamat {
  background:url('images/tambah_alamat.jpg');
}

.buku_alamat { 
  background:url('images/buku_alamat.jpg');
}

.delete {
  background:url('images/delete.jpg');
}

.update_alamat {
  background:url('images/update_alamat.jpg');
}

.update_password {  
  background:url('images/update_password.jpg');
}

.update_mailing {
  background:url('images/update_mailing.jpg');
}  

.update_notifikasi {
  background:url('images/update_notifikasi.jpg');
} 

.kembali_tamochi {
  background:url('images/kembali_tamochi.jpg');
}    

.delete_wish {
  background:url('images/hapus_wish.jpg');
}

.kirim_email {    
  background:url('images/kirim_wishlist.jpg');
}

.punk {
  background:url('images/ukuran-baju.jpg') no-repeat center;
}

.hubungi_kami {
  background:url('images/hubungi_kami.jpg');
}

.search {
  background:url('images/search.jpg');
}

.forgot_password {             
  background:url('images/kirim_password.jpg');
} 

span.cloud a{
  color:#555;
}

span.cloud a:hover{
  color:#830000;
}

SPAN.pointWarning {
  color: #830000;
}

.pointFaq {
  background-color:#f8f8f9;
  border: 1px dashed #bbc3d3;
  display: none;
  position: relative;
  padding:4px;
  margin:2px;
  text-align:justify;
}

