/*
  $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 { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #DC9BAF; text-decoration: underline; }

BODY {
/*  background-image:url(images/design/bgcolour.jpg); */
  background-color: #FFFFFF;
  color: #000000;
  margin: 0px;
  padding:0;
}
.mainarea {
	background: url(images/design/bg-content.jpg) top left repeat-x; 
	padding:40px 15px 15px 15px
}
.contenttable {
	background: url(images/design/bg-content.jpg) top left repeat-x; 
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
}
h1 { 
	font-family: Verdana, Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0;
	padding-bottom:8px;
	color:#DC9BAF;
}
h2 { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
 	font-weight:bold;
	color:#DC9BAF;
	margin-top:20px;
	margin-bottom:5px;
}
h3 { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
 	font-weight:bold;
	color:#80A2BB;
	margin-top:20px;
	margin-bottom:5px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}
ul {
	margin-top:0;
}
li {
	margin-bottom:5px;
}
hr {
	color: #CCCCCC;background-color:#CCCCCC;height:1px;border:none;
}

a:link {
	color: #DC9BAF;
	font-weight:bold;
	border:none;
}
a:visited {
	color: #DC9BAF;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #F5D1DC;
	text-decoration: underline;
}
a:active {
	color: #CAE0F0;
	text-decoration: none;
}
FORM {
	display: inline;
}
.leftColumn {
	background:#80A2BB url(images/design/logo-bottom.gif) top left no-repeat;
	padding-top:43px;
	padding-bottom:25px;
	margin-top:-20px;
}
.rightColumn {

}

/* header styles */
TR.header {
	background:#F5D1DC url(images/design/header-girl.gif) bottom right no-repeat;
}
TD.headerNavigation, TD.headerNavigationL {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-align:right;
  padding-right:10px;
  padding-left:10px;
  color:#FFFFFF;
}
TD.headerNavigationL {
  font-weight: bold;
  text-align:left;
}
A.headerNavigation { 
  color: #FFFFFF;
  text-decoration:none;
  font-weight: bold;
}
A.headerNavigation:hover {
  color: #D69BB5;
}
A.headerNavigation:visited {
  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: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/***************** tabs ***************************/
#headerTabs { height:32px; font-size:12px; font-weight:bold; width:750px; }
#headerTabs ul#navTabs {
	margin:0;
	padding:0;
	list-style:none;
}
#headerTabs li {
	margin:0;
	padding:0;
	float:left;
	height:21px;
	text-align:center;
	border-bottom:1px solid #144266;
}
* html #headerTabs li {
	width:10px; /* fix for IE width bug */
	overflow:inherit;
}
#headerTabs li a {
	margin:0 0 0 0;
	padding:0;
	height:32px;
	background:transparent url(images/design/tab-paleblue.gif) top left no-repeat;
	text-decoration:none;
	border:0;
	display:block;
	color:#5b7e98;
	cursor:pointer;
}
#headerTabs li a:hover,
#home #headerTabs li.home a,
#about #headerTabs li.about a,
#ordering #headerTabs li.ordering a,
#comments #headerTabs li.comments a,
#news #headerTabs li.news a,
#contact #headerTabs li.contact a,
#account #headerTabs li.account a {
	text-decoration:none;
	border:0;
	color:#FFFFFF;
	background-image: url(images/design/tab-blue.gif);
}
#headerTabs li a span {
	padding:8px 15px 0 10px;
	margin-left:5px;
	height:24px;
	display:block;
	text-align:center !important;
	background:transparent url(images/design/tab-paleblue2.gif) top right no-repeat;
}
#headerTabs li a:hover span,
#home #headerTabs li.home a span,
#about #headerTabs li.about a span,
#ordering #headerTabs li.ordering a span,
#comments #headerTabs li.comments a span,
#news #headerTabs li.news a span,
#contact #headerTabs li.contact a span,
#account #headerTabs li.account a span {
	background-image: url(images/design/tab-blue2.gif);
}
/**
#headerTabs li.c0 a span, #headerTabs li.c0 a { background-image: url(images/design/c0tab.gif)}
#headerTabs li.c1 a span, #headerTabs li.c1 a { background-image: url(images/design/c1tab.gif)}
#headerTabs li.c2 a span, #headerTabs li.c2 a { background-image: url(images/design/c2tab.gif)}
#headerTabs li.c3 a span, #headerTabs li.c3 a { background-image: url(images/design/c3tab.gif)}
#headerTabs li.c4 a span, #headerTabs li.c4 a { background-image: url(images/design/c4tab.gif)}
#headerTabs li.c5 a span, #headerTabs li.c5 a { background-image: url(images/design/c5tab.gif)}
#headerTabs li.c6 a span, #headerTabs li.c6 a { background-image: url(images/design/c6tab.gif)}
#headerTabs li.c7 a span, #headerTabs li.c7 a { background-image: url(images/design/c7tab.gif)}
#headerTabs li.c8 a span, #headerTabs li.c8 a { background-image: url(images/design/c8tab.gif)}
#headerTabs li.c9 a span, #headerTabs li.c9 a { background-image: url(images/design/c9tab.gif)}
#headerTabs li a:hover span {
	color: #111111;
}**/


/* category list */
#categoryList .boxText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  padding: 1px 8px;
}
/* manufaturer list */
#manufacturerList .boxText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  padding: 1px 8px;
}
/* price list */
#priceList .boxText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  padding: 1px 8px;
}
/* all lists */
#priceList select, #manufacturerList select, #categoryList select {
	width: 100%; 
	border: 1px solid #80A2BB; 
	background-color: #E3EEF7;
}
#priceList, #manufacturerList, #categoryList, #search {
	float:left;
	width:160px;
	margin-bottom:8px;
} 
#search {
	width: 250px;
}

/* search box */
#search {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  padding: 1px 8px;
}
#search input.search {
	border: 1px solid #80A2BB; 
	padding: 2px 3px;
	background-color: #E3EEF7; 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	width: 160px; 
	height: 20px; 
}

/* all side boxes */
#cart .infoBox, #whatsNew .infoBox, #categories .infoBox, #wishbox .infobox, #info .infobox {
	background: transparent url(images/design/box-bottom.gif) bottom left repeat-y;
}
#cart TD.infoBoxHeading, #whatsNew TD.infoBoxHeading, #categories TD.infoBoxHeading, #wishbox TD.infoBoxHeading, #info TD.infoBoxHeading {
	height:45px;
	font-family: Verdana, Arial, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#000000;
	vertical-align:top;
	text-align:left;
	border:0;
}
#cart TABLE.infoBoxContents, #whatsNew TABLE.infoBoxContents, #categories TABLE.infoBoxContents, #wishbox TABLE.infoBoxContents, #info TABLE.infoBoxContents {
	background: transparent url(images/design/box-mid.gif) top left no-repeat;

}
#cart .boxText, #whatsNew .boxText , #categories .boxText, #wishbox .boxText, #info .boxText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
  width:254px;
	padding: 5px 20px 15px 20px;
	line-height:1.4;
}
#cart a, #whatsNew a, #categories a, #wishbox a, #info a,
#cart a:visited, #whatsNew a:visited, #categories a:visited, #wishbox a:visited, #info a:visited {
	color:#333333;
	text-decoration:none;
}
#cart a:hover, #whatsNew a:hover, #categories a:hover, #wishbox a:hover, #info a:hover {
	color:#80a2bb;
}
a span.selected {
	font-style:italic
}

/* whats new box */
#whatsNew TD.infoBoxHeading {
	color:#FFFFFF;
	text-align:center;
}
#whatsNew a {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:normal;
}
#whatsNew a:hover {
	color: #E7BDD0;
}


/* categories box */
#categories TD.infoBoxHeading {
}
#categories a {
}
#categories a.subcat {
	padding-left:13px;
	margin-left:-12px;
	background: transparent url(images/design/subcat.gif) top left no-repeat;
	font-weight:normal;
}
#categories a:hover {
}

/* shopping cart box */
#cart TD.infoBoxHeading {
	color:#000000;
}
#cart .boxText {
    margin-left:25px;
}
#cart a {
	color: #000000;
	text-decoration:none;
}
#cart a:hover {
	color: #333333;
}


/* new products & specials on homepage */
#specials .infoBoxHeading, #newProductsList .infoboxHeading {
	text-align:center;
	font-family: Verdana, Arial, sans-serif;
	font-weight:bold;
	color:#DC9BAF !important;
	font-size:13px;
	height:25px;
	border-bottom: 0;
	width:135px;

}
#specials .infoBoxContents, #newProductsList .infoBoxContents {
	background:transparent;
}
#specials {

	margin-top:50px;
}

/* footer */ 
#footer table {

}
#footer TR{

}
#footer TD {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 4px 10px;
}
#footer a:link, #footer a:visited {
  color: #FFFFFF;
  text-decoration:none;
}
#footer a:hover{
  color: #FFFFFF;
  text-decoration:underline;
}


.infoBox {

}
.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
	text-align:center;
	font-family: Verdana, Arial, sans-serif;
	font-weight:bold;
	color:#DC9BAF;
	font-size:13px;
	height:25px;
	border-bottom: 0;
}

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

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

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

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

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

A.pageResults {
  color: #A10048;
}

A.pageResults:hover {
  color: #C77A9C;
  text-decoration:none;
}

TD.pageHeading, DIV.pageHeading, H1.pageHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-top:0px;
	padding-bottom:8px;
	color:#A10048;
}

TR.subBar {
  background: #FDEBF3;
}

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: 13px;
  line-height: 1.5;
}

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

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

SPAN.newItemInCart {

  color: #FFFFFF;
}

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

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

/* 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: 13px; background-color: #FFFFFF; }

/* input requirement */

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

/* footer */
.footerleft {
	text-align:left;
	font-size:13px;
}
.footerright {
	text-align:right;
	font-size:13px;
}

/* other text colour formatting */
.white {color: #FFFFFF; font-weight:bold}
a.white:link {color: #FFFFFF; text-decoration:underline; font-weight:bold}
a.white:hover {color: #FFFFFF; text-decoration:none;}
a.white:visited {color: #FFFFFF}
a.white:active {color: #FFFFFF}

/* VJ Links Manager v1.00 begin 
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}*/
.linkCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
}
a.linkCategory {
  font-weight: bold;
}

.linkListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  background: #FFFFFF;
  color: #00BEF2;
  text-align: center;
  border-bottom: 1px solid #EE161C;
}

TD.linkListing-data {
  border-bottom: 1px solid #00BEF2;
  padding: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
}

TR.linkListing-odd {
  background: #FFFFFF;
}

TR.linkListing-even {
  background: #FFFFFF;
}
/* VJ Links Manager v1.00 end */


/* estimated shipping box */
.estimatedshippingBox {
    background: transparent url(images/design/ppinkbox-bottom.gif) bottom left no-repeat;
}
TD.estimatedshippingBoxHeading {
	height:20px;
	font-family: Verdana, Arial, sans-serif;
	font-weight:bold;
	font-size:13px;
	vertical-align:top;
	text-align:left;
	padding-left:15px;
	color:#A10048;
	background: transparent url(images/design/ppinkbox-top.gif) top left no-repeat;
}
#shipping TABLE.estimatedshippingBoxContents {
	padding:0 15px 15px 15px;
}
.estimatedshippingBoxContents {
  padding-bottom:0;
}
.ShowShipping {
  background: transparent;
  color: #A10048;
  font-family: Verdana, Arial, sans-serif;
  font-size: 6px;
  font-weight: bold;
  text-align: left;
} 


/* homepage formatting */

#header1 {
	width:560px; height:140px;  background: transparent url(images/design/header1.gif) top left no-repeat;
}
#header1 img {
	border: 0;
}
#header1 a {
	text-decoration:none;
	color:#FFFFFF;
}
.catitem, .catitem1  {
	width:120px; padding: 2px 0px; margin:0; text-align:center; font-size:10px; font-weight:bold; color:#FFFFFF; float:left; margin-left:26px;
}
.catitem img, .catitem1 img {
	margin-top:13px;
}
.catitem1 {
	margin-left:0;
}
.pink {
	font-weight:bold;
	color:#DC9BAF;
}
.blue, a.blue {
	font-weight:bold;
	color: #80A2BB;
}
#homepageImages img {
	border:1px solid #666666;
}
