/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  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 { background: #8B8B8B; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration:none; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

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

A:hover {
  color: #ED0380;
  text-decoration:none;
}
.classbg{
	 background:url(images/bg.jpg) no-repeat; width:899px; height:551px;
	}

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; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

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: #2E2E2E;
}

.infoBoxContents {
  background: #1D1D1D;
  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: #ffffff;
}

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: #1D1D1D;
}

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: #1D1D1D;
}

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

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #D90979;
  color: #FFFFFF;
  font-weight: bold;
}

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

A.pageResults {
  color: #9F336E;
}

A.pageResults:hover {
  color: #9F336E;
  background: #1d1d1d;
}

TD.pageHeading, DIV.pageHeading {
   margin:0px; padding:0px; font-size:22px; font-weight:normal; font-family:Arial, Helvetica, sans-serif;  color:#ffffff; line-height:30px;
}

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;*/
  FONT-SIZE: 12px; COLOR: #fff; FONT-FAMILY: arial; line-height:18px;
}

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

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

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

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 {
 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 { }
.moduleRowOver { background-color: #8B8B8B; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #8B8B8B; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #9F336D; }

/* 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: #86265A; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #86265A; }

/* input requirement */

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


BODY {PADDING:0px; MARGIN: 0px; voice-family: "\"}\""; voice-family: inherit; font-family:Arial, Helvetica, sans-serif; color:#fff; font-size:12px; background:#252525 url(images/bg-body.jpg) no-repeat top center;} 

a, img, span {border:0; margin:0; padding:0;}
p{ padding:0px; margin:0px; font-size:12px; color:#fff; line-height:17px; text-decoration:none; font-weight:normal;}
h1{ margin:0px; padding:0px; font-size:22px; font-weight:normal; font-family:Arial, Helvetica, sans-serif;  color:#ffffff; line-height:30px;} 
h1 span{color:#ed0380;}
h2{ margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif; font-size:10pt; font-weight:normal; color:#fff; line-height:35px;} 
 
h3{ margin:0px; padding:0px; font-size:1.58em; font-weight:normal; color:#fff; line-height:35px;} 
h3 span{font-size:1.72em; line-height:35px; font-weight:normal}
h4{ margin:0px; padding:0px; font-size:1.45em; font-weight:bold; color:#D50A77; line-height:25px; letter-spacing:0px; vertical-align:top;}  
h5{ margin:0px; padding:0px; font-size:1.45em; font-weight:bold; color:#5fa91d; line-height:28px; }
h6{ margin:0px; padding:0px; font-size:1.8em; font-weight:normal;  color:#5fa91d; line-height:23px; font-style:italic;} 




ul{margin:0px; padding: 0 0 0 40px;}
.right{float:right; padding:0px; margin:0px;}
.left{float:left; padding:0px; margin:0px;}
.textbox{ border:none; padding:5px 5px 7px 5px; height:28px; background:#5f0a38; font-family:Tahoma; font-size:12px; color:#af859c; width:197px;}
.stylcombo{ border:none; padding:4px 5px 3px 5px; background:#8b8b8b; font-family:Tahoma; font-size:12px; color:#000; height:25px; width:160px;}
.textarea{ border:none; padding:5px 5px 0 5px; background:#fbfafa; font-family:Tahoma; font-size:12px; color:#696464; height:25px; width:225px; height:80px; border:1px solid #d4d4d4;}

table{FONT-SIZE: 12px; COLOR: #fff; FONT-FAMILY: arial; text-align:left; line-height:18px;}
input, inputtexarea {FONT-SIZE: 12px; COLOR: #000; FONT-FAMILY: arial; text-align:left; line-height:18px;}

/* Header */
.bgheader{background:#161616 url(images/bg-header.gif) repeat-x; padding:5px 0 0 0;}
/*Top Links */

ul.topmanu {margin:0px 0; padding:0px 0 0 5px; list-style:none; width:110px; }
ul.topmanu li{ margin:0px; padding:0px 0 0 0; display:block; float:left; width:110px; height:30px; }
ul.topmanu li a{font-family:Arial, Helvetica, sans-serif; font-size:10pt; color:#ffffff; font-weight:normal; line-height:17px;  text-decoration:none; padding:2px 0 9px 15px; width:90px; display:block; text-align:left; text-transform:none;}
ul.topmanu li a:hover{ color:#fff; background:url(images/left-link-bg.gif) no-repeat;}

ul.topmanu li.current{ margin:0px; padding:0px 0 0 0; display:block; float:left; width:100px; height:30px;}
ul.topmanu li.current a{font-family:Arial, Helvetica, sans-serif; font-size:10pt; color:#ffffff; font-weight:normal; line-height:17px;  text-decoration:none; padding:2px 0 9px 15px; width:90px; display:block; text-align:left; text-transform:none; background:url(images/left-link-bg.gif) no-repeat;}
ul.topmanu li.current a:hover{ color:#fff; background:url(images/left-link-bg.gif) no-repeat;}

.saptopver{background:url(images/bg-sap-y.gif) repeat-y 3px 0px; width:30px;}
.saptophor{background:url(images/bg-sap-x.gif) repeat-x bottom; height:11px;}

.phone{font-size:26pt; color:#fff; line-height:35px; text-decoration:none; padding:0px; margin:0px; font-style:italic;}
.textcurrecy{font-size:10pt; color:#fff; text-decoration:none;}

.bgtdsearch{background:url(images/bg-search.gif) repeat-x; height:49px; padding:0px 8px 0 8px;}

/* Content */
.bgcontent{background:#000; padding:15px 17px 0 17px;}
.bgcontentinner{background:#000; padding:15px 8px 0 8px;}
.paratexthome{font-size:9pt; color:#fff; line-height:18px; text-decoration:none;}
.heading{vertical-align:top; height:30px;}
.paratexthome a{color:#ed0380; text-decoration:none;}
.paratexthome a:hover{color:#7c7c7c;}

/* Left Content */
.contlefttop{background:url(images/cont-left-top.gif) no-repeat; width:6px; height:36px;}
.topbglefmanu{background:url(images/bg-top-leftmanu.gif) repeat-x; color:#fff; font-size:20px; text-decoration:none; padding:0 0 0 3px;}
.conrighttop{background:url(images/cont-right-top.gif) no-repeat; width:6px; height:36px;}
.leftmanubg{background:#1d1d1d;}
.conleftbtm{background:url(images/cont-left-btm.gif) no-repeat; width:6px; height:18px;}
.bgbtmleftmanu{background:#1d1d1d; height:18px;}
.conrightbtm{background:url(images/cont-right-btm.gif) no-repeat; width:6px; height:18px;}


ul.leftlink {margin:0px 0; padding:3px 0 0 0px; list-style:none; }
ul.leftlink li{ margin:0px; padding:0px; display:block; float:left; width:190px; height:31px; }
ul.leftlink li a{font-family:Arial, Helvetica, sans-serif; font-size:10pt; color:#ffffff; font-weight:bold; line-height:25px;  text-decoration:none; padding:1px 0 2px 20px; width:173px; display:block; text-align:left; text-transform:none;  background:url(images/leftlink-manu.gif) no-repeat 0px 0px; height:30px;}
ul.leftlink li a:hover{ color:#fff; background:url(images/leftlink-manu-ho.gif) no-repeat 0px 0px;}
ul.leftlink li.last{ margin:0px; padding:0px; display:block; float:left; background:url(images/leftlink-manu1.gif) no-repeat 0px 0px; width:190px; height:31px;}
ul.leftlink li.last a{font-family:Arial, Helvetica, sans-serif; font-size:10pt; color:#ffffff; font-weight:bold; line-height:25px;  text-decoration:none; padding:1px 0 2px 20px; width:173px; display:block; text-align:left; text-transform:none;}
ul.leftlink li.last a:hover{ color:#fff;}
ul.leftlink li.current{ margin:0px; padding:0px; display:block; float:left; width:190px; height:31px; }
ul.leftlink li.current a{font-family:Arial, Helvetica, sans-serif; font-size:10pt; color:#ffffff; font-weight:bold; line-height:25px;  text-decoration:none; padding:1px 0 2px 20px; width:173px; display:block; text-align:left; text-transform:none; background:url(images/leftlink-manu-ho.gif) no-repeat 0px 0px; }
ul.leftlink li.current a:hover{ color:#fff; background:url(images/leftlink-manu-ho.gif) no-repeat 0px 0px;}

ul.leftlink ul {padding:0px 0 0 0px; margin:0px; }
ul.leftlink ul li.subleftlink{ margin:0px; padding:0px 0px 0px 22px; display:block; float:left;  width:100px; height:28px; color:#fff; text-decoration:none; }
ul.leftlink ul li.subleftlink a{ text-decoration:none; color:#F584C0; background:url(images/leftlink-manu.gif) no-repeat left 0px; width:150px; display:block; line-height:28px;}
ul.leftlink ul li.subleftlink a:hover{ text-decoration:none; color:#F584C0; background:url(images/sub-leftlink-manu-ho.gif) no-repeat;}
ul.leftlink ul li.subleftlinkact{ margin:0px; padding:0px 0px 0px 22px; display:block; float:left;  background:url(images/sub-leftlink-manu-ho.gif) no-repeat; width:121px; height:30px; color:#fff; text-decoration:none; }


/* Right Content */
.rightpartbg{background:#243946 url(images/bg-content.gif) repeat-x; padding:13px 0 0 22px;}
ul.point {margin:0px 0; padding:0 0 0 0px; list-style:none;}
ul.point li{padding:0px 0 0px 20px; background:url(images/arrow.gif) 0px 7px no-repeat;  font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#696464; line-height:26px; font-weight:bold; }
ul.point li a{ text-decoration:none; color:#696464;}
ul.point li a:hover{ text-decoration:none; color:#696464;}


.table1{background-color:#1D1D1D; vertical-align:top;}
.table2{background-color:#000; vertical-align:top;}


/*Footer links*/

.footerbg{background:#101010 url(images/bg-footer.gif) repeat-x; padding-top:15px; padding-bottom:15px;}
.btmtext{ font-size:12px; color:#7c7c7c; text-decoration:none; height:23px; padding:0 0 0 15px;}
.btmtext span{color:#be0266;}
a.btmlink{ font-size:12px; color:#7c7c7c; text-decoration:none; padding:0 3px 0px 3px;}
a.btmlink:hover{color:#be0266;}

a.whitelink{color:#FFF; text-decoration:none;}
a.whitelink:hover{color:#ED0380;}

a.pinklink{color:#ED0380; text-decoration:none;}
a.pinklink:hover{color:#FFF;}

a.pinklinkbig{color:#ED0380; text-decoration:none; font-size:18px;}
a.pinklinkbig:hover{color:#FFF; font-size:18px;}

.boxbottom{ background:url(images/boxbottom.gif) no-repeat; height:5px;}
.boxtop{ background:url(images/boxtop.gif) no-repeat; height:5px;}
.boxbg{ background-color:#181818; }
.boxspace{ padding:0px 11px 0px 10px;}
.productname{ font-size:11pt; color:#fff; font-weight:bold;}
.pricetext{ font-size:11pt; color:#ED0380; font-weight:bold;}
.whitebg{ background-color:#fff;}
.pinktxt{color:#ED0380;}