/* Jeniko's Old CSS */
.navLink {
	font-family: Tahoma;
	font-weight: bold;
	color: #13087E;
	font-size: 13px;
}
.navLink:link 
	{
	text-decoration: none;
	color: #13087E;
	cursor: hand;
	}
.navLink:visited 
	{
	text-decoration: none;  
	color: #13087E;
	cursor: hand;
	}
.navLink:hover 
	{
	text-decoration: none;  
	color: #FF0000;
	cursor: hand;
	}
.left-tile {
	background-image: url(../images/left_tile.jpg);
	background-repeat: repeat;
	background-position: right top;
}
.right-tile {
	background-image: url(../images/right_tile.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.bold1blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #13087E;
}
.boldmaintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.boldredtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #CC0000;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.mainRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.categories {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #13087E;
}
.sub_cat {
	font-family: Tahoma;
	color: #13087E;
	font-size: 11px;
}
.subCatLink:link 
	{
	text-decoration: none;
	color: #13087E;
	cursor: hand;
	}
.subCatLink:visited 
	{
	text-decoration: none;  
	color: #13087E;
	cursor: hand;
	}
.subCatLink:hover 
	{
	text-decoration: none;  
	color: #FF0000;
	cursor: hand;
	}

/**************************/
/*     PRODUCT PAGES      */
/**************************/

.prodPageHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #404060;
}

.prodPageLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #13087E;
	text-decoration: none;
}

.prodPageFoot {
	font-family: Tahoma;
	color: #13087E;
	font-weight: bold;
	font-size: 11px;
}

.prodPagePrice {
	font-family: Arial, Helvetica, sans-serif;
	color: #C00000;
	font-size: 14px;
}

.prodPageCaption {
	font-family: Arial, Helvetica, sans-serif;
	color: #C00000;
	font-size: 12px;
}

.prodPageText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.horiz_line {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.right_vert {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.prodPrevNextArrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}


/**************************/
/*     CONTACT FORM       */
/**************************/

.contacttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.galleryListText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 9px;
	color:#FFFFFF;
}
a.galleryListText:link {
	text-decoration:none;
}
a.galleryListText:visited {
	text-decoration:none;
}
a.galleryListText:active {
	text-decoration:none;
}
a.galleryListText:hover {
	text-decoration:underline;
	color:#FF6975;
}

.galleryPhotosHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCFF33;
	font-size:12px;
}

.galleryPhotosMaintext {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCFF33;
	font-size:12px;
}

.galleryPhotosMaintext:link {
}

.galleryPhotosMaintext:visited {
}

.galleryPhotosMaintext:active {
}

.galleryPhotosMaintext:hover {
}

.galleryCategoryHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCFF33;
	font-size:12px;
}

.galleryCategoryMaintext {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000000;
	font-weight: bold;
	font-size:12px;
}

.galleryCategoryMaintext:link {
}

.galleryCategoryMaintext:visited {
}

.galleryCategoryMaintext:active {
}

.galleryCategoryMaintext:hover {
}


.galleryPageLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size:12px;
}
a.galleryPageLinks:link {
	text-decoration:none;
	color:#323C9E;
}
a.galleryPageLinks:visited {
	text-decoration:none;
	color:#323C9E;
}
a.galleryPageLinks:active {
	text-decoration:none;
	color:#323C9E;
}
a.galleryPageLinks:hover {
	text-decoration:none;
	color:#323C9E;
}
/*******************/
.documents{
	color: #333333;
	font-size: 10px;
}
.documents a{
	color: #ff0000;
}
.movie {
				background-color: #FFFFFF;
				z-index:1000;
				position:relative;
				top:-16px;
				left:6px;
				width:580px;
				height:264px;
}

.topList{
	display:inline;
	color:#ff0000;
	text-align:center;
}

/*
  $Id: stylesheet.css, template: OS03C00204 v3.00 03/26/07  13:29:07 project3000 Exp $

  This file created as a part of graphical design by AlgoZone, Inc
  http://www.algozone.com for osCommerce v 2.2ms2
  
  Copyright (c) 2003-2005 AlgoZone, Inc

*/

BODY {
	margin: 0px;
	background-color: #ffffff;
	background-image: url(images/metalbg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
}
BODY.mceContentBody {
	background-color: #ffffff;
	color: #000000;
}
.boxText, .breadCrumb, .plainbox-description { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 11px; color: #1C1D20;}
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #DCDEB3; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #49483d; text-decoration: underline; }

A {
  color: #49483d;
  text-decoration: none;
}
A:hover {
  color: #FF0000;
  text-decoration: underline; 
}
FORM {
  display: inline;
}
INPUT{
 
}
INPUT.submit_button, INPUT.az_login_input{
	border: 0px;
}
tr.header {
  background: #17191D;
}
.formArea {
	border: 1px solid #302e2b;
}
tr.headerError { }
td.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  background: #DCDEB3; 
  font-size: 11px;
  color: red;
  text-align : center;
}
tr.headerInfo { }
td.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #DCDEB3;
  color: #000000;
  text-align: center;
}
tr.footer {
  background: #008193;
}
td.footer {
  font-family: Arial;
  font-size: 11px;
  background: #009384;
  color: #ffffff;
}
.infoBoxNotice {
  background: #C3000B;
}
.infoBoxNoticeContents {
  background: #FFE6E6;
  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 {
}
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-color: #ffffff;
}
TR.productListing-heading {
}
TD.productListing-heading, TH.productListing-heading {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #302e2b;
	white-space: nowrap;
}
.productListing-heading A, TH.productListing-heading A {
  color: #302e2b; 
}
.productListing-heading A:hover, TH.productListing-heading A:hover {
  color: #FF0000; 
}
TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-bottom: 1px solid #CECECE;
}
.pageResults { 
font-size: 11px;
color: #302e2b;
}
A.pageResults { 
  color: #49483d; 
}
A.pageResults:hover { 
  color: #F6ECDC; 
  background: #FF0000; 
}
.pageHeading {
	height: 20px;
	padding-left: 10px;
}
.pageHeading, DIV.pageHeading, .pageHeading H1, .infoBoxHeadingtop {
  font-family:  Arial;
  font-size: 15px;
  font-weight: bold;
  color: #49483d;
}
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.3;
  color: #302e2b;
}
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: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #302e2b;
  text-align: left;
	width: 494px;
  height: 36px;
  text-transform: uppercase;  
}
SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #C3000B;
}

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;
}
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: #979797;
  font-weight: bold;
}
SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #C3000B;
}
SPAN.errorText, .messageStackError {
  font-family: Verdana, Arial, sans-serif;
  color: #C3000B;
  font-size: 11px;  
}
.inputRequirement{
  font-family: Verdana, Arial, sans-serif;
  color: #C3000B;
  font-size: 11px;  
}
.moduleRow { }
.moduleRowOver { background-color: #ffffff; cursor: pointer; }
.moduleRowSelected { background-color: #ffffff; }
.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; }
.messageStackError, .messageStackWarning, .messageStackSuccess { font-family: Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }

	/*
		#################
			Algozone CSS 
		#################
	*/

	/* HEADER bar css controls */

.header_tb { }
.header_td1 {
	width: 339px;
	height: 27px;
	background-image: url("images/az_header_top.gif");
	background-position: left top;
	background-repeat: no-repeat;
}
.header_td2 {
	text-align: right;
	vertical-align: middle;
	background-image: url("images/az_infobar_bg.gif");
	background-position: left top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #818e9e;
}
.header_td2 A:link, .header_td2 A:active, .header_td2 A:visited {
	color: #ffffff;
	text-decoration: none;
}
.header_td2 A:hover {
	color: #ff0000;
	text-decoration: underline;
}
.header_td3 {
	width: 810px;
	height: 140px;
	background-image: url("images/az_header_left.jpg");
	background-position: left top;
	background-repeat: no-repeat;
}
.header_td4 {
	width: 225px;
	background-image: url("images/az_header_logo.jpg");
	background-position: left top;
	background-repeat: no-repeat;
}
.header_td5 {
	width: 211px;
	background-image: url("images/az_header_logo_right.jpg");
	background-position: left top;
	background-repeat: no-repeat;
}
.header_td6 {
}
.header_td7 { }
.header_boxes_tb { }
.header_boxes_top { }
.header_boxes_div {
	height: 20px;
	background-image: url("images/az_header_boxes_div.gif");
	background-position: right center;
	background-repeat: no-repeat;
}
TD.infoBoxHeadingHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8px;
	color: #ffffff;
	text-transform: uppercase;
}
.infoBoxHeader { }
.infoBoxContentsHeader, .infoBoxContentsHeader TABLE {
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  color: #fefefe;
}
.infoBoxContentsHeader TD.boxText {
	text-align: right;
	padding-right: 10px;
}
.infoBoxContentsHeader A:link, .infoBoxContentsHeader A:active, .infoBoxContentsHeader A:visited {
	color: #fefefe;
	text-decoration: none;
	font-weight: bold;
}
.infoBoxContentsHeader A:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}

	/* MENU bar css controls */
#rol { background-image:url(images/az_folder_2.jpg); background-repeat: no-repeat; cursor:hand;	}
#bg { background-image:url(images/az_folder_1.jpg); background-repeat: no-repeat;	}
.folder_td {
	height: 41px;
	width: 134px;
	vertical-align: middle;
}
.folder_td A:link, .folder_td A:active, .folder_td A:visited{ 
	font-family: Tahoma;
	font-style: bold;
	font-size: 18px;
	color: #ffffff;
}
.folder_td A:hover{
	font-family: Tahoma;
	font-style: bold;
	font-size: 18px;
	color: #ffffff;
}
.menubarmain_tb {
	height: 41px;
	background-image: url("images/az_nav_menu_mid.gif");
	background-position: left top;
	background-repeat: repeat-x;
}
.menubarmain_div {
	width: 20px;
	backgroundb-image: url("images/az_nav_menu_div.gif");
	background-position: center center;
	background-repeat: no-repeat;
}
	
	/* MAIN table css controls */

.siteWidth { width: 800px; }
.maincont_tb { background-color: #ffffff; }

	/* LEFT bar css controls */

.maincont_left_td {
	width: 196px;
}
.leftbar_tb {
	width: 196px;
	background-image: url("images/az_left_col_r.gif");
	background-position: right top;
	background-repeat: repeat-y;
}
TD.infoBoxHeadingLcornerLeft, TD.infoBoxHeadingLcornerLeft_categ {
	width: 0px;
}
TD.infoBoxHeadingRcornerLeft, TD.infoBoxHeadingRcornerLeft_categ {
	width: 0px;
}
TD.infoBoxHeadingLeft {
	height: 42px;
	background-image: url("images/az_otherbox_header.gif");
	background-position: right top;
	background-repeat: no-repeat;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #fefefe;
    text-align: left;
	vertical-align: middle;
	padding-left: 32px;
	padding-top: 8px;
}
.infoBoxLeft{
	padding-left: 5px;
}
.infoBoxLeft_az01 {
	padding-left: 15px;
}
.infoBoxContentsLeft {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #fefefe;
	text-align: left;
}
.infoBoxContentsLeft TD.boxText {
	padding-left: 15px;
	padding-right: 15px;
	line-height: 1.5;
    color: #fefefe;
}
.infoBoxContentsLeft A:link, .infoBoxContentsLeft A:active, .infoBoxContentsLeft A:visited {
	color: #ff0000;
	text-decoration: none;
}
.infoBoxContentsLeft A:hover {
	color: #ff0000;
	text-decoration: underline;
}
TD.infoBoxHeadingLeft_categ {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #fefefe;
  text-align: left;
  vertical-align: middle;
  padding-left: 37px;
  height: 35px;
}
.infoBoxLeft_categ {
	padding-left: 5px;
}
.infoBoxLeft_brand {
}
.infoBoxContentsLeft_categ {
    background-image: url("images/az_leftbox_category.gif");
    background-repeat: no-repeat;
	background-position: left top;
    height: 27px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #fefefe;
	text-align: left;
	padding-left: 25px;
}
.infoBoxContentsLeft_categ, .infoBoxContentsLeft_brand TD.boxText {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #fefefe;
	text-align: left;
}
.infoBoxContentsLeft_brand TD.boxText {
	padding-top: 10px;
	padding-bottom: 10px;
}
.infoBoxContentsLeft_categ TD.boxText, .infoBoxContentsLeft_brand TD.boxText {
	padding-left: 15px;
	padding-right: 15px;
}
.infoBoxContentsLeft_categCell { height: 20px; }
.infoBoxContentsLeft_categ A:link, .infoBoxContentsLeft_categ A:active, .infoBoxContentsLeft_categ A:visited,
.infoBoxContentsLeft_brand A:link, .infoBoxContentsLeft_brand A:active, .infoBoxContentsLeft_brand A:visited {
	font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
	color: #fefefe;
	text-decoration: none;
}
.infoBoxContentsLeft_categ A:hover, .infoBoxContentsLeft_brand A:hover {
	font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
	color: #ff0000;
	text-decoration: none;
}

	/* RIGHT bar css controls */

.maincont_right_td {
	width: 165px;
	background-color: #ffffff;
}
.rightbar_tb {
	width: 165px;
}
.rightbar_top {
	height: 20px;
	background-color: #ffffff;
}
TD.infoBoxHeadingLcornerRight {
	width: 0px;
}
TD.infoBoxHeadingRight {
	height: 35px;
	border-bottom: #c0c2c0 solid 1px;
}
TD.infoBoxHeadingRcornerRight {
	width: 0px;
}
TD.infoBoxHeadingRight {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #414141;
  text-align: left;
  vertical-align: middle;
  padding-left: 17px;
}
.infoBoxRight {
	margin-bottom: 10px;
}
.infoBoxContentsRight {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #49483d;	
	text-align: left;
}
.infoBoxContentsRight TD.boxText {
	padding-left: 15px;
	padding-right: 15px;
	line-height: 1.5;
}
.infoBoxContentsRight A:link, .infoBoxContentsRight A:active, .infoBoxContentsRight A:visited {
	color: #FF0000;
	text-decoration: none;
}
.infoBoxContentsRight A:hover {
	color: #49483d;
	text-decoration: underline;
}

	/* CENTER bar css controls */

.maincont_mid_td {
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
.maincont_mid_td_main{
	padding-top: 0px;
	padding-left: 3px;
	padding-right: 3px;
}
TD.infoBoxHeadingLcorner, TD.infoBoxHeadingLcornerCenter {
	width: 0px;
}
TD.infoBoxHeading, TD.infoBoxHeadingCenter {
	background-image: url("images/az_midbox_header.gif");
	background-position: left top;
	background-repeat: repeat-x;
	height: 33px;
}
TD.infoBoxHeadingRcorner, TD.infoBoxHeadingRcornerCenter {
	background-image: url("images/pixel_trans.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width: 109px;
}
TD.infoBoxHeading, TD.infoBoxHeadingCenter {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #302e2b;
  text-align: left;
  vertical-align: middle;
  padding-left: 10px;
}
.infoBox, .infoBoxCenter, .newProductsBox { }
.infoBox, SPAN.infoBox {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  border: 1px solid #302e2b;
}
.infoBoxContents {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #49483d;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 10px;
}
.infoBoxContents A:link, .infoBoxContents A:active, .infoBoxContents A:visited,
.infoBoxContentsCenter A:link, .infoBoxContentsCenter A:active, .infoBoxContentsCenter A:visited {
	color: #49483d;
	text-decoration: underline;
}
.infoBoxContents A:hover, .infoBoxContentsCenter A:hover {
	color: #FF0000;
	text-decoration: none;
}

	/* PRODUCT box css controls */

.productBoxHeading_tb { }
.productBoxOuter { }
TD.productBoxHeadingRcorner {
	width: 0px;
}
TD.productBoxHeading {
	height: 0px;
}
TD.productBoxHeadingLcorner {
	width: 0px;
}
TD.productBoxHeading {
	line-height: 0.8;
  font-family: Arial;
  font-size: 11px;
	font-weight: bold;
	color: #49483d;
}
TD.productBoxHeading A:link, TD.productBoxHeading A:active, TD.productBoxHeading A:visited {
	font-weight: bold;
	color: #49483d;
	text-decoration: none;
}
TD.productBoxHeading A:hover {
	font-weight: bold;
	color: #ff0000;
	text-decoration: underline;
}
.productBox {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #49483d;
	padding-left: 5px;
	padding-right: 5px;
}
.productBoxContent {  
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #49483d;
	width: 130px;
}
.productBox A:link, .productBox A:active, .productBox A:visited,
.productBoxContent A:link, .productBoxContent A:active, .productBoxContent A:visited{
	font-weight: bold;
	color: #302e2b;
	text-decoration: none;
}
.productBox A:hover, .productBoxContent A:hover {
	font-weight: bold;
	color: #ff0000;
	text-decoration: underline;
}
.productBoxImage {
	height: 150px;
	text-align: center;
	vertical-align: middle;
}
.productBoxName {
	font-weight: bold;
}
.productBoxDescription {
	height: 70px;
	text-align: left;
	vertical-align: top;
  font-family: Tahoma, Arial;
	font-weight: normal;
  font-size: 11px;
	color: #49483d;
}
.productInfoPrice, .productBoxPrice {
	height: 30px;
	text-align: left;
	vertical-align: middle;
  font-family: Tahoma, Arial;
	font-weight: bold;
  font-size: 14px;
	color: #333366;
}
.productBoxLBottom, .productBoxRBottom {
  font-family: Arial;
  font-size: 12px;
	font-weight: normal;
	color: #DE0177;
	height: 25px;
}
.productBoxLBottom { padding-left: 5px; text-align: left; }
.productBoxRBottom { padding-right: 5px; text-align: right; }
.productBoxLBottom A:link, .productBoxLBottom A:active, .productBoxLBottom A:visited,
.productBoxRBottom A:link, .productBoxRBottom A:active, .productBoxRBottom A:visited {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #03A8D7;
}
.productBoxLBottom A:hover,
.productBoxRBottom A:hover {
	color: #FF0000;
}

	/* FOOTER bar css controls */

.footer_tb {
	height: 70px;
	background-image: url("images/az_bottom_bg.gif");
	background-position: left top;
	background-repeat: repeat-x;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #b2bbc6;
}
.footer_tb A:link, .footer_tb A:active, .footer_tb A:visited {
	color: #ffffff;
	text-decoration: underline;
}
.footer_tb A:hover {
	color: #b2bbc6;
	text-decoration: none;
}
.footer_td1 {
	width: 205px;
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer_td2 {
	text-align: left;
	vertical-align: middle;
}
.footer_menu_tb {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #b2bbc6;
	padding-bottom: 5px;
	padding-top: 14px;
}
.footer_menu_tb A:link, .footer_menu_tb A:active, .footer_menu_tb A:visited {
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}
.footer_menu_tb A:hover {
	font-size: 10px;
	color: #b2bbc6;
	text-decoration: underline;
}

 /* BUTTONS css controls */

.az_button_img {
	background-image: url("images/az_button_mid.gif");
	background-repeat: repeat-x;
	background-position: top left;
	white-space: nowrap;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px; 
	cursor: pointer;
	display: inline;
	text-decoration: none; 	
	height: 20px;
}
.az_button_submit {
	background-image: url("images/az_button_mid.gif");
	background-repeat: repeat-x;
	white-space: nowrap;
	vertical-align: top;
	border: 0px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px; 
	cursor: pointer;
	height: 20px;
}

 /* DIV specific */

.centeredContainer { margin: auto; }
.alignLeft { text-align: left; }
.alignCenter { text-align: center; }
.alignRight { text-align: right; }
.alignTop { vertical-align: top; }
.alignMiddle { vertical-align: middle; }
.alignBottom { vertical-align: bottom; }
.floatLeft { float: left; }
.floatRight { float: right; }
.clearBoth { clear: both; }
.clearLeft { clear: left; }
.clearRight { clear: right; }
.inline { display: inline; }
.block { display: block; }
.nowrap { white-space: nowrap; }
.paddingTop { padding-top: 5px; }
.paddingRight { padding-right: 5px; }
.paddingBottom { padding-bottom: 5px; }
.paddingLeft { padding-left: 5px; }
.marginTop { margin-top: 5px; }
.marginRight { margin-right: 5px; }
.marginBottom { margin-bottom: 5px; }
.marginLeft { margin-left: 5px; }
.listPlain {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

 /* visual aid debug classes */

.borderBlack { border: black solid 1px; }
.borderWhite { border: white solid 1px; }
.borderRed { border: red solid 1px; }
.borderOrange { border: orange solid 1px; }
.borderYellow { border: yellow solid 1px; }
.borderGreen { border: green solid 1px; }
.borderCyan { border: cyan solid 1px; }
.borderBlue { border: blue solid 1px; }
.borderViolet { border: violet solid 1px; }
.borderCustom { border: #d9d9d9 solid 1px; }
.noborder { border: none; }

	/* ahoy m'atey */
