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


/* Links Manager v1.19 begin */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #470443;
  border-spacing: 1px;
}

.linkListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #470443;
  color: #FFFFFF;
  text-align: center;
}
A.linkListing-heading {
  color: #FFFFFF;
}
A.linkListing-heading:hover {
  color: #FF0000;
}
TD.linkListing-data {
  border-right: 1px solid #470443;
  border-bottom: 1px solid #470443;
  padding: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

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

TR.linkListing-even {
  background: #F5F5F5;
}

.linkFeatured {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;

}


.featuredlinksBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}



.linkFeaturedHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
A.linkListingHeading {
  color: #000000;
}
A.linkListingHeading:hover {
  color: #FF0000;
}
.linkFeaturedMain {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #dbd6d6;
  color: #FFFFFF;
  text-align: center;
}
A.linkFeaturedMain {
  color: #FFFFFF;
}
A.linkFeaturedMain:hover {
  color: #FF0000;
}
.linkListingMain {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #ffffff;
  color: #000000;
  text-align: left;
}
A.linkListingMain {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}
A.linkListingMain:hover {
  color: #FF0000;
}
.linkListingCats {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
A.linkListingCats {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}
A.linkListingCats:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #FF0000;
}
.linkListingSubCats {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
}
A.linkListingSubCats {
  color: #000;
}
A.linkListingSubCats:hover {
  color: #FF0000;
}
/* VJ Links Manager v1.19 end */



#dropinboxv2cover{
width: 320px; /*change width to desired */
height: 160px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
position:absolute; /*Don't change below 4 rules*/
z-index: 100;
overflow:hidden;
visibility: hidden;
}

#dropinboxv2{
width: 300px; /*change width to above width-20. */
height: 140px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 1px dashed; /*Customize box appearance*/
background-color: lightyellow;
padding: 4px;
position:absolute; /*Don't change below 4 rules*/
top:0
left:0

}



#pscroller1{
width: 637px;
#width: 646px;
height: 16px;

#height: 25px;
border: 0px;
padding: 4px;
background-color: #470443;  

text-align : center;
#text-align : ;
}

#pscroller2{
width: 400px;
height: 150px;
border: 1px solid black;
padding: 5px;
background-color: #F0F0F0;
}

.rssclass .rsstitle{
width: 640px;
#text-align : center;

color: #ffffff;


}

.rssclass .rssdate{
color: gray;
font-size: 85%;
}

.rssclass a{
width: 640px;
text-decoration: none;
color: #ffffff;

}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -150px;
left: -100px; /*position where enlarged image should offset horizontally */

}


.boxText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align : center;
}
.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 {
	background: #ffffff;
	color: #000000;
	margin: 0px;
}
body {
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
A {
	color: #3b3b3b;
	text-decoration: none;
	font-size : 11px;
}
A:hover {
	color: #000000;
	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: #c9c9c9;
}
.infoBoxContents {
	background: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
}
.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: 12px;
	background: #470443;
	color: #ffffff;
	padding-top: 3px;
	padding-bottom: 6px;
	text-align: center;
	vertical-align:text-bottom
}
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: #ECECEC;
//	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: #ECECEC;
//	shopping-cart content color;
}
TABLE.productListing {
	border: 0px;
	border-style: solid;
	border-color: #FFF5D9;
//	shopping-cart header/footer color border-spacing: 1px;
}
.productListing-heading {
	border-right: 2px solid #470443;
	border-bottom: 2px solid #470443;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	padding: 10px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	background: #470443;
//	shopping-cart header/footer color;
}
TD.productListing-data {
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	text-align: center;
	vertical-align: top;
	padding: 10 12 10 12;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #470443;
}
A.pageResults {
	color: #0000FF;
}
A.pageResults:hover {
	color: #0000FF;
	background: #FFFF33;
}
TD.pageHeading, DIV.pageHeading {
	font-size: 12px;
	color: #002538;
	font-weight: bold;
	text-decoration: sharp;
	height: 40px;
	width: 646px;
	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;
}
TD.smallText, SPAN.smallText, P.smallText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding-left: 10px;
	vertical-align:text-bottom
}
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 {
	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: 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: 10px;
	background-color: #99ff00;
}
/* input requirement */
.inputRequirement {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ff0000;
}
body {
	background-image: url(images/b03.jpg);
	background-repeat: no-repeat;
	background-position: top center; 
}
h1 {
	font-family: verdana,tahoma, arial;
	font-size: 13px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight: bold;
	color: #5b5b5b;
}
h2 {
	font-family: verdana,tahoma, arial;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #5b5b5b;
}
td {
	font-family: verdana,tahoma, arial;
	font-size: 11px;
	color: #5b5b5b;
}
.bg {
	background-image: url(images/m19.gif);
	background-repeat: repeat-y;
}
.bg1 {
	background-image: url(images/m27.gif);
	background-repeat: repeat-y;
}
.bg2 {
	background-image: url(images/m29.gif);
	background-repeat: repeat-y;
}
.bg3 {
	background-image: url(images/m41.gif);
	background-repeat: repeat-y;
}
.bg4 {
	background-image: url(images/m10.gif);
	width: 378px;
	height: 79px;
}
.bgWellcome {
	background-image: url(images/m27a.gif);
	background-repeat: repeat-y;
}
.go {
	border-style: solid;
	border-width: 1px;
	border-color: #CFCFCF;
	width: 135px;
	height: 19px;
	color: #6c6c6c;
	font-size: 11px;
}
.cs {
	font-size: 10px;
	color: #6C6C6C;
	font-weight: bold;
}
.cs1 {
	font-size: 10px;
	color: #2C2C2C;
}
.cs2 {
	font-size: 16px;
	color: #2C2C2C;
	font-weight: bold;
}
.cs3 {
	font-size: 11px;
	color: #424242;
}
.ml {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

.mlz {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	
}

.mlz:hover {
	color: #FFFFFF;	
}


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


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

.ml1z:hover {
	color: #FFFFFF;
	}


.ml2 {
	color: #470443;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.ml3 {
	color: #5b5b5b;
	font-size: 10px;
	text-decoration: none;
}
.ml4 {
	color: #470443;
	font-size: 11px;
	text-decoration: underline;
}
.ml5 {
	font-size: 11px;
	color: #424242;
	font-weight: bold;
	text-decoration: none;
}
.ml6 {
	color: #470443;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.se {
	width: 93px;
	font-size: 9px;
	color: #B2B2B2;
}






/***** Begin Sitemap_SEO *****/
ul.sitemap {
	color: #470443;
}
.sitemap {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #0000ff;
	font-weight : normal;
}
.sitemapHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #0000ff;
	font-weight : normal;
}
.sitemapProducts {
	font-family: Verdana, Arial, sans-serif;
	font-size: 7px;
	color: #5b5b5b;
	font-weight : normal;
}
A.sitemap {
	color: #000000;
}
A.sitemap:hover {
	color: #ff0000;
}
/***** End Sitemap_SEO *****/
/*Prize Draw & Welcome Page */

.prizeDrawInfoBoxNotice {
  background: #FF8E90;
}

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

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

/*Prize Draw & Welcome Page - END */

/* BOF: More Pics 6 */
TABLE.popup {
  border-width: 1px;
  border-style: dotted;  
  border-color
}
/* EOF: More Pics 6 */