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

BODY {
  background: #ffffff;
  color: #6a5a2e;
  margin: 0px;
}

A {
  color: #686257;
  text-decoration: none;
}

A:hover {
  color: #bb7844;
  text-decoration: none;
}

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

A.headerNavigation:hover {
  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: 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: #e0e3e8;
}

.infoBoxContents {
  background:url(az_template/images/az_sidebox_bg.gif) left bottom repeat-x #ffffff;
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family:"Century Gothic", Tahoma, Verdana, Arial;
  font-size: 11px;
  font-weight: bold;
  background: #f5228f;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
}

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

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: #e0e3e8;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #f10b82;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  background:url(az_template/images/az_sidebox_bg.gif) left bottom repeat-x #ffffff;
}

A.pageResults {
	font-family:"Century Gothic", Arial, Helvetica;
  color: #717A83;
  font-size:12px;
}

A.pageResults:hover {
  color: #E44487;
  /*background: #505157;*/
}

TD.pageHeading, DIV.pageHeading {
  font-family:"Century Gothic", Tahoma, Verdana, Arial;
  font-size: 18px;
  font-weight:bold;
  color: #717A83;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Tahoma, 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;
}

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

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  color:#717a83;
  background:#fafbfd;
  border:1px solid #e0e3e8;
}

TEXTAREA {
  width: 100%;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  color:#717a83;
  background:#fafbfd;
  border:1px solid #e0e3e8;
}

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

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #fbeaf3; cursor: pointer; }
.moduleRowSelected { background-color: #fbeaf3; }

.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; color:#333333; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; color:#333333; }

/* input requirement */

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


/*** Overrides for Template_styles ***/
body {
	text-align:left !important;
}

.az_footer_note {
	text-align:center;
}

.az_box_top_new .boxTitle {
	text-align:center;
}

.az_left_bar .boxContents, 
.az_right_bar .boxContents {
	font-family:"Century Gothic", Tahoma, Arial, Verdana;
	font-size:11px;
	font-weight:normal;
	color:#717a83;
	text-align:left;
}
.az_left_bar .boxContents a, 
.az_right_bar .boxContents a {
	font-family:"Century Gothic", Tahoma, Arial, Verdana;
}

#az_search_field {
	background:none !important;
}

/*------------------------------------------*/
/*        Refine Search Settings            */
/*------------------------------------------*/
.az_sbox_new {}

.az_sbox_top_l_new {}
.az_sbox_top_r_new {}
.az_sbox_top_m_new {}

.az_sbox_cont_l_new {}
.az_sbox_cont_r_new {}
.az_sbox_cont_m_new {}

.az_sbox_bottom_l_new {}
.az_sbox_bottom_r_new {}
.az_sbox_bottom_m_new {}

.az_rs_container {
	width:90%;
	margin:0 auto 0 auto;
	padding:5px 0;
}
.az_rs_searchHeading {
	font-family:Tahoma, Verdana, Arial;
	color:#627d9b;
	font-size:12px;
	text-align:center;
	padding-top:0px;
}
.az_rs_searchContent {
	margin-top:5px;
	text-align:center;
}
.az_rs_searchContent input {
	width:135px;
	height:14px;
	border:1px solid #7d97c1;
}
.az_rs_searchButton {
	margin-left:3px;
}
.az_rs_search_items {
	list-style:none;
	padding:0;
	margin:0 0 0 0px;
}
.az_rs_search_items li {
	padding:0;
	margin:0;
	font-weight:600;
}
.az_rs_search_items li a {
	text-transform:capitalize;
	font-size:11px;
	font-weight:600;
}
.az_rs_search_group {
	color:#717A83;
}
.az_rs_heading {
	font-size:11px;
	color:#E44487;
	font-weight:600;
	text-transform:capitalize;
	padding:0;
	margin:8px 0 6px 0;
}
.az_rs_content {
	margin-top:8px;
}
.az_rs_groupbox, .az_rs_groupbox_end {
	padding:5px 0px 6px 15px;
}
.az_rs_groupbox_end {
}
.az_rs_groupHeading {
	font-family:"Century Gothic", Tahoma, Arial;
	font-size:14px;
	color:#E44487;
	font-weight:normal;
}
.az_rs_nav {
	list-style:none;
	padding:0 0 0 0px;
	margin:0;
}
.az_rs_nav li {
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	color:#627d9b;
	line-height:18px;
	padding:0;
	margin:0;
}
.az_rs_nav a {
	background:url(az_template/images/az_bullet.gif) left center no-repeat;
	padding-left:10px;
	color:#627d9b;
}
.az_rs_nav a:hover {
	color:#ff7c00;
}
.az_rs_prod_count {
	color:#E44487;
}
.az_rs_toggle {
	font-size:12px;
	text-align:right;
	text-decoration:underline;
	cursor:pointer;
	margin-top:4px;
	color:#F00880;
}
.az_rs_collapse {
	overflow:hidden;
}
/*------------------------------------------*/
/*      Refine Search Settings (EOF)        */
/*------------------------------------------*/

.az_box_sep {
	height:5px;
}

.boxContents{
	padding-bottom:5px;
}

.contentBoxHeading {
	margin-bottom:10px;
}
.contentBoxHeading_m {
	font-family:Tahoma, Arial, Verdana;
	font-size:14px;
	font-weight:bold;
}

.az_pbox_cont_m_new .boxContents {
	position:relative;
}

.az_prod_box_options {
	position:relative !important;
	width:100% !important;
}

.az_product_list_price {
	padding-top:5px !important;
}

.az_prod_box_options .f_right {
	float:none !important;
}

.az_product_list_buy {
	float:none !important;
	display:inline;
	margin-left:4px;
}

.az_product_list_info {
	float:none !important;
	display:inline;
}

.az_imgbox_new {
	width:100% !important;
}

.az_product_list_head {
	text-align:center;
}

.az_pbox_sep_ver {
	padding:0;
}

/*------------------------------------------*/
/*             Prices Settings              */
/*------------------------------------------*/
.productSpecialPrice, .az_productPrice .productSpecialPrice, 
.az_productPrice2 .productSpecialPrice {
	font-family:"Century Gothic", Arial, Tahoma, Verdana;
	font-size:24px;
	color:#e2377e;
	font-weight:normal;
	letter-spacing:-1px;
}
.az_productPrice2 .productSpecialPrice {
	font-family:"Century Gothic", Arial, Tahoma;
	font-size:24px;
	color:#e2377e;
}
.pageHeading .productSpecialPrice {
	font-family:"Century Gothic", Arial, Tahoma;
	font-size:24px;
	font-weight:normal;
	color:#e2377e;
}
.az_smallCur {
	font-size:12px;
	color:#717a83;
}
.az_productPrice2 .az_smallCur {
	font-size:12px;
}
.az_productPrice, .az_productPrice2 {
	font-family: "Century Gothic", Arial, Tahoma, Verdana;
	font-size:24px;
	color:#e2377e;
	font-weight:normal;
	letter-spacing:-1px;
}
.az_productPrice2 {
	font-family:"Century Gothic", Arial, Tahoma;
	font-size:24px;
	color:#e2377e;
}
.az_productPrice s, .pageHeading s, .az_productPrice2 s {
	color: #717a83;
	font-size:16px;
	font-weight:normal;
}
.az_productPrice2 s {
	font-size:16px;
	color:#717a83;
}
.az_productPrice s .az_smallCur, .pageHeading s .az_smallCur {
	font-size:16px;
}
.az_productPrice2 s .az_smallCur {
	font-size:16px;
}
/*------------------------------------------*/
/*          Prices Settings (EOF)           */
/*------------------------------------------*/

.az_page_nav {
	font-family:"Century Gothic", Arial, Helvetica;
	color: #E44487;
	font-size:12px;
}

.az_smallText {
	font-size:12px;
}
/*** eof: Overrides for Template_styles ***/