/*
  $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: Tahoma; font-size: 11px; }
.errorBox { font-family: Tahoma; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family: Tahoma; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #6a3660; }
.orderEdit { font-family: Tahoma; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #030303;
  color: #a883a2;
  margin: 0px;
}

A {
  color: #FFFFFF;
  text-decoration: none;
  font-weight:normal;
}

A:hover {
  color: #ffcef7;
  text-decoration: none;
}

FORM {
	display: inline;
}

/* az template settings */
.pagewidth {
	width:1000px;
	font-family: Tahoma;
}

#sitelink {
	background:url(images/az_template/az_sitelink_center.gif) repeat-x;
	width:100%;
	height:38px;
	text-align: center;
}
#sitelink a {
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
	background:url(images/az_template/az_arrow_white.gif) left center no-repeat;
	padding-left:10px;
}
#sitelink a:hover {
	color:#ffcef7;
}
#topbox {
	background:url(images/az_template/az_topbox_center.gif) repeat-x;
	height:38px;
	width:100%;
}

#menubox_center {
	background:url(images/az_template/az_topnav_center.gif) repeat-x;
	height:78px;
	width:663px;
}

.az_main_menu {
	height:100%;
}
.az_main_menu td {
	text-align:center;
	width:129px;
}
.az_main_menu a img {
	margin:2px 0 4px 0; 
	behavior: url(js/iepngfix.htc);
	padding:0;
}
.az_main_menu a {
	background:url(images/az_template/az_menu.png) no-repeat;
	display:block;
	text-decoration:none;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	font-family: Tahoma;
	height:76px;
	text-transform:uppercase;
}
.az_main_menu a:hover {
	background:url(images/az_template/az_menu_sel.png) no-repeat;
}
.az_main_menu TD.menu_sep {
	width:1px;
}

#searchbox {
	background:url(images/az_template/az_searchbox_center.gif) repeat-x;
	width:100%;
	height:38px;
}

TD.pathway {
	background:url(images/az_template/az_pathway_left.gif) left top no-repeat;
	height:46px;
}
DIV.pathway {
	background:url(images/az_template/az_pathway_right.gif) right top no-repeat;
	padding:17px 0 17px 0;
}

TABLE#main_content {
	background:url(images/az_template/az_body_bg.gif) 204px top no-repeat;
}
TD.main_content {
	background:url(images/az_template/az_bottom1_bg.gif) right bottom no-repeat;
	padding-bottom:38px;
	width:100%;
}

TABLE.bottom_nav {
	background:url(images/az_template/az_bottombox_center.png) left top repeat-x;
	height:38px;
}
TD.bottom_nav {
	background:url(images/az_template/az_bottombox_right.png) right top no-repeat;
	height:38px;
	width:100%;
}

.footerText {
	font-family: Tahoma;
	font-size: 11px;
	color:#793f6f;
	font-weight:bold;
}

TD#bottom_bg {
	background:url(images/az_template/az_bottom2_bg.gif) right top no-repeat;
	height:55px;
}

#az_bottom_nav {
	font-family:Tahoma;
	font-size:10px;
}
#az_bottom_nav a {
	color:#ffcef7;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
}
#az_bottom_nav a:hover {
	color:#a883a2;
	text-decoration:none;
}
TD.bottom_nav_sep {
	padding:0 10px 0 10px;
	font-weight:bold;
	color:#ffcef7;
}

.topboxText {
	color:#ffffff;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
}

.cartItems {
	 color:#da98d1;
	 font-weight:normal;
}

ul.pagenav {
	list-style:none;
	padding:0;
	margin:0;
	float:right;
	margin-right:10px;
}
ul.pagenav li {
	float:left;
	font-family:Tahoma;
	font-size:10px;
	background:url(images/az_template/az_arrow_pink.gif) left 6px no-repeat;
	text-indent:8px;
}
ul.pagenav a {
	color:#ffffff;
	text-decoration:underline;
	margin-right:14px;
}
ul.pagenav a:hover {
	color:#ffcef7;
}

.az_cat_nav {
	margin-bottom:4px;
	width:96%;
	text-indent:8px;
	text-align:left;
	color:#ffcef7;
}
.az_cat_nav a {
	color:#ffcef7;
	font-family:Tahoma;
	font-size:11px;
}
.az_cat_nav a:hover {
	color:#a883a2;
	text-decoration:none;
}

A.az_link {
	color:#ffcef7;
	font-family:Tahoma;
	font-size:11px;
}
A.az_link:hover {
	color:#a883a2;
	text-decoration:none;
}

#main_col {
	padding:0 6px 0 6px;
}

.az_button_submit, .az_button_submit2, .az_button_submit3 {
	padding:0;
	border:none;
	color:#FFFFFF;
	cursor: pointer;
	white-space:nowrap;
	margin:0;
	vertical-align:top;
	height:20px;
}
.az_button_submit, .az_button_submit3 {
	background:url(images/az_template/az_button1_center.gif) repeat-x;
	text-transform:lowercase;
}
.az_button_submit2 {
	background:url(images/az_template/az_button2_center.gif) repeat-x;
	text-transform:uppercase;
}
.az_button_submit3 {
	text-transform:none;
}

.az_button {
	background:url(images/az_template/az_button1_center.gif) repeat-x;
	text-transform:lowercase;
}
.az_button2 {
	background:url(images/az_template/az_button2_center.gif) repeat-x;
	text-transform:uppercase;
}
.az_button, .az_button2 {
	color:#FFFFFF;
	cursor:pointer;
	font-size:11px;
	height:20px;
	white-space:nowrap;
	text-align:center;
}
/* eof: az template settings */

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: Tahoma;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  /*background: #b6b7cb;*/
  border:1px solid #a883a2;
}
.az_infoBox {
}

.az_infoBoxContents {
  background:url(images/az_template/az_infobox_top_bg.gif) left top no-repeat;
}
.az_catBoxContents {
  background:url(images/az_template/az_catbox_top_bg.gif) left top no-repeat;
}

.infoBoxContents {
  /*background: #f8f8f9;*/
  font-family: Tahoma;
  font-size: 11px;
}

#infoBoxL {
  background:url(images/az_template/az_infobox_side_left.gif) left top repeat-y;
  width:2px;
}
#infoBoxC {
  width:100%;
  background:url(images/az_template/az_infobox_bg.gif) left bottom no-repeat;
}
#infoBoxR {
  background:url(images/az_template/az_infobox_side_right.gif) right top repeat-y;
  width:2px;
}
#infoBoxBottomC {
  background:url(images/az_template/az_infobox_bottom_bg.gif) left bottom repeat-x;
  height:11px;
  width:100%;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Tahoma;
  font-size: 10px;
}

TABLE.catBoxHeading {
  background:url(images/az_template/az_catbox_center_bg.gif) repeat-x;
}
TD.catBoxHeadingR {
  /*background:url(images/az_template/az_catbox_right.gif) no-repeat;
  width:12px;*/
}
TD.catBoxHeadingC {
  background:url(images/az_template/az_catbox_center.gif) right top no-repeat;
}

TABLE.infoBoxHeading {
  background:url(images/az_template/az_infobox_center_bg.gif) repeat-x;
}
TD.infoBoxHeadingR {
  /*background:url(images/az_template/az_infobox_right.gif) no-repeat;
  width:12px;*/
}
TD.infoBoxHeadingC, TD.catBoxHeadingC, .infoBoxHeadingText {
  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  text-transform:uppercase;
}
TD.infoBoxHeadingC {
  background:url(images/az_template/az_infobox_center.gif) right top no-repeat;
}
TD.infoBoxHeading {
  font-family: Tahoma;
  font-size: 14px;
  font-weight: bold;
  text-indent:2px;
  /*background: #bbc3d3;*/
  color: #eabae1;
  text-transform:uppercase;
}

TD.infoBox, SPAN.infoBox {
  font-family: Tahoma;
  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: #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;*/
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #a883a2;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Tahoma;
  font-size: 11px;
  background: #814376;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Tahoma;
  font-size: 11px;
}

.az_productListing-heading {
  font-family: Tahoma;
  font-size: 11px;
  color: #ffffff;
  text-transform:uppercase;
  height:22px;
  vertical-align:top;
}
.az_productListing-heading a {
  color: #ffffff;
  font-weight: bold;
  padding-bottom:2px;
  border-bottom:1px solid #8f8f8f;
}
.az_productListing-heading a:hover {
  text-decoration:none;
  color: #ffcef7;
}

A.pageResults {
  color: #ffcef7;
}

A.pageResults:hover {
  color: #a883a2;
  background: #620062;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Tahoma;
  font-size: 18px;
  font-weight: bold;
  color: #eabae1;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Tahoma;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Tahoma;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Tahoma;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Tahoma;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Tahoma;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Tahoma, 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: Tahoma;
  font-weight:normal;
  font-size:18px;
  color: #ffcef7;
}
.smallCur {
  font-size:11px;
}
.productPrice {
  font-family: Tahoma;
  font-size:18px;
  color:#ffcef7;
  font-weight:normal;
}
.productPrice s, .pageHeading s {
  font-size:12px;
  font-weight:normal;
}

SPAN.errorText {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #6a3660; cursor: pointer; }
.moduleRowSelected { background-color: #6a3660; }

.checkoutBarFrom, .checkoutBarTo { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Tahoma; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Tahoma; font-size: 10px; background-color: #ffb3b5; color:#000000; }
.messageStackSuccess { font-family: Tahoma; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* ANIMATED BOXES css controls */
.animBox {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}
.animBoxDropover {
    position: absolute;
    visibility: visible;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#animBoxCart {
	position:absolute;	
	border: #7f7f7f solid 1px;
	background-color: #edd6f2;
	display:none;
	width: 236px;
	top:auto;
	margin-left:-14em;
	z-index: 100;
}
.animBoxCartImage { }
.animBoxCartImage a img {
	border:none;
}
.animBoxCartContent {
	vertical-align: top;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #333333;
}
.animBoxCartContent A:link, .animBoxCartContent A:active, .animBoxCartContent A:visited {
	color: #6e3c65;
	text-decoration: underline;
}
.animBoxCartContent A:hover {
	text-decoration: none;
	color: #d700b1;
}
.animBoxCartName, .animBoxCartName A:link, .animBoxCartName A:active, .animBoxCartName A:visited  {
	font-weight: bold;
	color: #6e3c65;
	text-decoration: none;
}
.animBoxCartName A:hover {
	font-weight: bold;
	color: #d700b1;
	text-decoration: underline;
}
.animBoxCartLink, .animBoxCartLink A:link, .animBoxCartLink A:active, .animBoxCartLink A:visited  {
	font-weight: bold;
	color: #6e3c65;
	text-decoration: none;
}
.animBoxCartLink A:hover {
	font-weight: bold;
	color: #d700b1;
	text-decoration: underline;
}
.animBoxCartTotal, .animBoxCartLink {
	text-align: right;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #6e3c65;
}
.animBoxCartLink { border-bottom: #7f7f7f solid 1px; }
.animBoxCartTotal { border-top: #7f7f7f solid 1px; }
.animBoxCartNotice {
	padding: 5px;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #6e3c65;
}

<style>
<!--
BODY{
scrollbar-face-color:#9900CC;
scrollbar-arrow-color:#ffffff;
scrollbar-track-color:#EEEEEE;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:''
}
-->
</style>

/* BOF Dynamic Sitemap */
  ul.sitemap {
  color: #ff0000;
}
/* EOF Dynamic Sitemap */


/*** Begin Header Tags SEO ***/
h1 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 12px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #ffffff;
}
h2 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #ffffff;
}
/*** End Header Tags SEO ***/


/* Links Manager v1.19 begin */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.linkListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #FFFFFF;
  text-align: center;
}
A.linkListing-heading {
  color: #FFFFFF;
}
A.linkListing-heading:hover {
  color: #FF0000;
}
TD.linkListing-data {
  border-right: 1px solid #b6b7cb;
  border-bottom: 1px solid #b6b7cb;
  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;
  background: #dbd6d6;
  color: #FFFFFF;
  text-align: center;
  border: 1px solid black; 
}
.linkFeaturedHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: #dbd6d6;
  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 */

