/*
  $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
*/

/* osCommerce alert styles */
.boxText { font-family: Arial, sans-serif; font-size: 90%; }
.errorBox { font-family : Arial, sans-serif; font-size: 90%; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, sans-serif; font-size: 90%; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial, sans-serif; font-size: 90%; color: #70d250; text-decoration: underline; }

/* HTML mainframe */
BODY {
  background: #d98da5;
  color: #000000;
  margin: 0px;
  background-image: url(images/template/bg_loop.png);
  background-position: center;
  background-repeat: repeat-y;
}

BODY, TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

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

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

FORM {
	/* display: inline; */
	margin: 0px;
}

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

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


/* HEADER */
TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #b25c75;
}

TD.headerNavigation {
  font-family: Arial, sans-serif;
  font-size: 90%;
  background: #b25c75;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, 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, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/* FOOTER */
TR.footer {
  background: #b25c75;
}

TD.footer {
  font-family: Arial, sans-serif;
  font-size: 90%;
  background: #b25c75;
  color: #ffffff;
  font-weight: bold;
}

/* INFOBOXES */
.infoBox {
  background: #b25c75;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Arial, sans-serif;
  font-size: 90%;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial, sans-serif;
  font-size: 90%;
}

TD.infoBoxHeading {
  font-family: Arial, sans-serif;
  font-size: 90%;
  font-weight: bold;
  background: #b25c75;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, sans-serif;
  font-size: 100%;
}

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

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

/* PRODUCTS */
TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b25c75;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Arial, sans-serif;
  font-size: 90%;
  background: #b25c75;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial, sans-serif;
  font-size: 90%;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 130%;
  color: #b25c75;
  font-style: italic;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, sans-serif;
  font-size: 90%;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial, sans-serif;
  font-size: 80%;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, sans-serif;
  font-size: 75%;
}

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

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

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

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

SPAN.newItemInCart {
  font-family: Arial, sans-serif;
  font-size: 90%;
  color: #ff0000;
}

SPAN.greetUser {
  font-family: 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, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

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

SPAN.productSpecialPrice {
  font-family: Georgia, "Times New Roman", serif;
  color: #ff0000;
}

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

.moduleRow { }
.moduleRowOver { background-color: #F0AABE; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #FADCE4; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, sans-serif; font-size: 90%; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, sans-serif; font-size: 90%; color: #000000; }

/* message box */

.messageBox { font-family: Arial, sans-serif; font-size: 90%; }
.messageStackError, .messageStackWarning { font-family: Arial, sans-serif; font-size: 90%; background-color: #f0aabe; }
.messageStackSuccess { font-family: Arial, sans-serif; font-size: 90%; background-color: #f0aabe; }

/* input requirement */

.inputRequirement { font-family: Arial, sans-serif; font-size: 90%; color: #ff0000; }



/* CUSTOM STYLES */
#container {
	width: 760px;
}

#header {
	width: 760px;
	background-image:url(images/template/header_loop.png);
	background-repeat: no-repeat;
	text-align: left;
}

#bodytext {
	width: 760px;
	text-align: left;
	background-image: url(images/template/sidenav_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 550px;
}

#footer {
	width: 760px;
	background-image: url(images/template/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	height: 122px;
}

#search_box {
	background-image: url(includes/languages/english/images/buttons/button_bg.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 30px;
}

#search_field {
	width: 70px;
	height: 22px;
	padding: 2px;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-right: 2px;
	margin-left: 4px;
	border: none;
	background-color: #FFFFFF;
	font-size: 95%;
}






/* CSS MENU STYLES */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 130px; /* Width of Menu Items */
	border-top: 1px dotted #b25c75;
	font-family: Arial, sans-serif;
	font-size: 83%;
}

.suckerdiv ul li{
	position: relative;
	background: none;
}

/*1st level sub menu style */
.suckerdiv ul li ul{
	left: 129px; /* Parent menu width - 1*/
	position: absolute;
	width: 130px; /*sub menu width*/
	top: 0;
	display: none;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{
	left: 129px; /* Parent menu width - 1*/
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li a{
	left: 129px; /* Parent menu width - 1*/
	background-color: #FFFFFF;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li a{
	background-color: #FFFFFF;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li ul li a{
	background-color: #FFFFFF;
}

/* menu links style */
.suckerdiv ul li a{
	display: block;
	color: #b25c75;
	text-decoration: none;
	background: none;
	padding: 1px 5px;
	border-bottom: 1px dotted #b25c75;
	line-height: 1.75em;
}

.suckerdiv ul li a:hover{
	color: #000000;
	text-decoration: none;
	background-image:url(images/menu_over.png);
	background-repeat: no-repeat;
	background-position: center right;
}

.suckerdiv ul li ul li a:hover{
	background-image:url(images/menu_over.png);
	background-repeat: no-repeat;
	background-position: center right;
	color: #000000;
	text-decoration: none;
}

.suckerdiv ul li ul li ul li a:hover{
	background-image:url(images/menu_over.png);
	background-repeat: no-repeat;
	background-position: center right;
	color: #000000;
	text-decoration: none;
}

/* The main categories with sub-categories */
.suckerdiv .subfolderstyle{
	background: url(images/menu_arrow.png) no-repeat center right;
}

.suckerdiv .subfolderstyle:hover{
	background-image:url(images/menu_over_arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
}



/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul .subfolderstyle {
	background-color: #222222;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul .subfolderstyle {
	background-color: #222222;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul li ul .subfolderstyle {
	background-color: #222222;
}

/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

#sitemap {
	margin: 20px;
}
#sitemap a {
	font-weight: bold;
}

#related {
	font-size: 500%;
}

.homebox {
	border: dotted 2px #b25c75;
	padding: 10px;
	margin: 10px;
	text-align: center;
	font-size: 110%;
}



/* HOMEPAGE STYLES */
.style1 {font-size: 150%}
.style2 {
	color: #de3163;
	font-weight: bold;
}
.style3 {
	font-size: 120%;
	font-style: italic;
}
.style4 {font-size: 120%}
.style5 {font-size: 85%}
.style6 {font-size: 125%}
.style7 {font-size: 120%; font-weight: bold; }
.style8 {color: #DE3163}
.style9 {font-size: 90%}


h1 {}
h2 {font-size: 130%; font-weight: normal;}
h3 {}


#away_notice {
	position: absolute;
	top: 122px;
	left: 50%;
	right: 50%;
	z-index: 100;
	margin: 0 0 0 220px;
	width: 138px;
	height: 39px;
}
