/*
  $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 { 										/*Text used in right/left column boxes*/
  font-family: Verdana, Arial, sans-serif; 
  font-size: 11px; 
  line-height: 1.5;
}

a img {	
  border: none;
  }

TD.boxText a:link,TD.boxText a:visited,TD.boxText a:hover,TD.boxText a:active {
  text-decoration: none; 
}

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

.orderEdit { 
  font-family : Verdana, Arial, sans-serif; 
  font-size : 10px; color: #70d250; 
  text-decoration: underline; 
}

BODY {										/*General page settings*/
  background:url(images/bg_slice.jpg) center repeat-y #aaaaaa;
  color: #000000;
  margin: auto;
  padding-top: 5px;
  font-family: Verdana, Arial, sans-serif; 
  font-size: 11px; 
  line-height: 1.5;
}

#centralise {
	width: 100%;
	text-align: center;
	}

#headerdiv {
	background:url(images/bg_header.gif) no-repeat;
	margin: auto;
	padding-top: 5px;
	position:relative;
	top: 0;
	width: 1000px;
	height: 100%;
	text-align:left;
	}
	
#headerbreadcrumbs {
	padding-left: 55px;
	}

#headerclick {
	clear: left;
	margin: 12px 0 12px 30px;
	width: 325px;
	height: 100px;
}

#headericons {
	position:absolute;
	top: 80px;
	left: 398px;
	}

#maincontent {
	padding-left: 50px;
	}

a {											/*Font Colour for Links*/
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #cc0000;
  text-decoration: underline;
}

FORM {
	display: inline;
}

/* TR.header { background: #ffffff; }		/*background colour of header box (with title)*/


.headerNavigation {						/*font colour of key links (when no link) ???*/
  font-family: Verdana;
  font-size: 11px;
  color: #cc0000; 		
}


.headerNavigation a:link,.headerNavigation a:visited,.headerNavigation a:hover,.headerNavigation a:active {
  font-family: Verdana;
}

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {										/*????*/
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  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 {									/*border colour of info boxes*/
 background: #FFc9bB;
}

.infoBoxContents {					
  background: #ffeadc;						/*fill colour of info boxes*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;	
  align: center;	
											/*font size within CERTAIN infoboxes i.e. notifications*/
}


.infoBoxNotice {							/*???*/
  background: #FF8E90;
}

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

TD.infoBoxHeading {							/*Header bar for the info boxes*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #CA0823;
  	color: #ffffff;
}

TD.infoBoxHeading a {						/*Header bar for the info boxes WHEN TEXT IS LINK*/
  color: #ffffff;
  font-size: 20px
  text-decoration: underline;
}

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

}

/*JAYADD ------------------------------------------------------------------*/

.boxTextAlt { 									/*Text used in left column boxes*/
  font-family: Verdana, Arial, sans-serif; 
  font-size: 12px; 
  line-height: 1.75;
}

.boxTextAltSub { 									/*Text used in left column boxes subcategories*/
  font-family: Verdana, Arial, sans-serif; 
  font-size: 11px; 
  line-height: 1.75;
}

.infoBoxAlt {									/*border colour of info boxes*/
 background: #ffffff;
}

.infoBoxContentsAlt {							/*Alternate design to allow two different type of infoboxes     */
  background: #ffffff;							/*fill colour of info boxes*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 19px;		
												/*font size within CERTAIN infoboxes i.e. notifications*/
}

TD.infoBoxHeadingAlt {							/*Header bar for the info boxes*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  background: #ffffff;
  color: #000000;
}

.NewProductText {								/*Font for name of product in "new product" box*/
  font-size: 9px;
  line-height: 1.2;
}

.FAQText {		
  font-size: 9px;
  line-height: 1.5;
}

TD.content-table {								/*Text of individual product listings*/
  font-family: Arial;
  font-size: 13px;
  line-height: 1.5;
}


/*END JAYADD ------------------------------------------------------------------*/


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: #FFD9CB;			/*Product listing: Table cell background colour for odd entries*/
}

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: #ffeadc;			/*Product listing: Table cell background colour for even entries*/
}

TABLE.productListing {			/*Table settings for product listings*/
  border: 0px;
  border-style: solid;
  border-color: #ffdddd;
  border-spacing: 0px;
}

.productListing-heading {		/*Table heading text for product listings*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #CA0823;
  color: #ffffff;
  font-weight: bold;
}

.productListing-heading:Hover {		/*Hover - Table heading text for product listings -> stop colour change*/
  color: #ffffff;
}

TD.productListing-data {		/*Text of individual product listings*/
  font-family: Verdana;
  font-size: 11px;
  line-height: 1.5;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading { 				/*Title of the page content, also for product pages*/
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {								/*Main page text*/
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

TD.category_desc {						/* CATEGORY DESCRIPTIONS*/
  font-family: Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

TD.bundle_name {						/* CATEGORY DESCRIPTIONS*/
  font-family: Verdana, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-decoration:none;
}

.main a:link, .main a:visited, .main a:hover, .main a:active {
text-decoration: underline;
}


TD.smallText, SPAN.smallText, P.smallText {		/*Small text attached to product thumbnails*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.smallTextparse, SPAN.smallTextparse, P.smallTextparse {
  font-family: Verdana, Arial, sans-serif;
  font-size: 8px;
  color: #ffffff;
}

TD.smallTextFAQ, SPAN.smallTextFAQ, P.smallTextFAQ {		/*Small text FAQ BOX*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
}

TD.smalltexthighlight, SPAN.smalltexthighlight, P.smalltexthighlight {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-color: #FFFF00;
}

.smallTextFAQ a:link,.smallTextFAQ a:visited,.smallTextFAQ
a:hover,.smallTextFAQ a:active {
text-decoration: underline;
  line-height: 1.5;
    font-weight: normal;
}

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: #000000;
  font-weight: bold;
}

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

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 9px; color: #CA0823; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 9px; color: #770000;   font-weight: bold;}

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

/* input requirement */

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


div.teaser {
	width: 215px;
	height: 150px;	
	}
	
div.teasertext {
    font-family: Verdana, Arial, sans-serif; 
    font-size: 11px; 
    line-height: 1.5;
	padding: 90px 10px 0 10px;
	}
	
#teaser1 {	background: url(../../../images/index_go.jpg); }
#teaser2 {	background: url(../../../images/index_cbg.jpg); }
#teaser3 {	background: url(../../../images/index_3dp.jpg); }
#teaser4 {	background: url(../../../images/index_sbg.jpg); }
#teaser5 {	background: url(../../../images/index_zen.jpg); }
#teaser6 {	background: url(../../../images/index_xqi.jpg); }

div.shippingoffer {
	position:absolute;
	width: 165px;
	height: 125px;
	top: -5;
	left: 645px;
	z-index: 10; 
	}

#shippingofferen {	background: url(../../../images/shippingofferen.png) no-repeat; }
#shippingofferde {	background: url(../../../images/shippingofferde.png) no-repeat; }








