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


BODY {
  text-align: center;
  background: url('/img/fon.png');
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  margin: 0px;
}

.fixcenter {
  width: 950px;
  background: #ffffff;
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  margin: auto;
  text-align: left;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
}

table{
  background: #fff;
}

h1 { 
	font-family: Verdana,Arial,sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	color: #6396C2;
	text-decoration: none;
	text-align: left;
	text-indent: 3px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

h6 {
	font-family: Verdana,Arial,sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	color: #6396C2;
	text-decoration: none;
	text-align: center;
	text-indent: 3px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

h2 {
  font-family:  Arial;
  font-size: 15px;
  font-weight: bold;
  color: #E40404;
}

h3 { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #404040;
	font-weight: bold;
	margin: 0px;
}

h5 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
    font-weight: bold;
    color: rgb(73, 98, 135);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}


.heading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
    font-weight: bold;
    color: rgb(73, 98, 135);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

DIV.container { position: relative; width:720px; height:100%; top:10px; bottom:10px; z-index: 1; margin:0 auto; text-align:left;}
DIV.h1 { position: absolute; top: 0px; width: 100%; height: 20px; z-index: 1; vertical-align: middle; }
DIV.content-area {position: relative; padding-top: 105px; z-index: 1; vertical-align: top; width: 720px;}
DIV.content { float:right; padding-top:110px; z-index: 1; vertical-align: top; left:197px; width:523px;}
DIV.header { position: absolute; top: 21px; width: 720px; height: 85px; z-index: 1; vertical-align: middle; }
DIV.headerNavigation { position: absolute; top: 105px; width: 555px; height: 20px; z-index: 1; vertical-align: middle; left:210px; font-size: 9pt; }
DIV.footer { position: relative; top: 20px; width: 720px; z-index: 1; vertical-align: middle; clear:both; }
div.leftcolumnmenu {
float:left;
top:105px;
left:0px;
width:196px;
}

TD.content_left { width: 160px; height: 100% }
TD.content_right { width: 160px; height: 100% }
TD.content_center { }
TD.empty { padding: 0px; height: 0%; }

.boxText { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 11px; color: #6E6E6E; }
.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; }

P {
  font: Verdana,Arial, Helvetica, sans-serif;
color:#000;
font-size: 11px;
  size: 1;
}

A { 
  color: #000; 
  text-decoration: none; 
}
A:hover { 
  color: #8DC63F;
  text-decoration: underline; 
}

A.def:hover {
  color: #000000;
  text-decoration: underline; 
}

A.link {
  color: #006699;
  text-decoration: underline;
}

FORM {
	display: inline;
}
INPUT{
  border: 1px solid #808080;
  background: #FFFFFF;
  color: #000;
}
INPUT.az_search_input{
  border: 1px solid #808080;
  color: #9B9B9B;
}
INPUT.submit_button, INPUT.az_login_input{
	border: 0px;
}
.infoBox a{ color:#000; font-weight:700;}
TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #6699cc;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9pt;
  background: #6699cc;
  color: #F70101;
  font-weight : bold;
}

A.headerNavigation { 
  color: #ff6420;
  font-weight : bold;
  font-size: 9pt;
}

A.headerNavigation:hover {
  color: #F70101;
}

.headerNavigation {
  color: #ff6420;
}

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

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

.infoBox {
  border: 1px solid #CCCCCC;
}

.infoBoxContents {
font-family: Tahoma;
font-size: 11px;
font-weight: normal;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

A.infoBoxHeading {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

A.infoBoxHeading:hover {
  color: #AABBDD;
  text-decoration: none;
}

TD.infoBoxHeading {
  font-family: Tahoma;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  padding-left: 10px;
  background-image: url(images/az_leftbox_top.gif);
  background-repeat:  repeat-x;
  background-position: top right;
  height: 32px;
  padding-bottom: 2px;}

TD.infoBoxHeading2 {
  font-family: Tahoma;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  text-align: left;
  padding-left: 10px;
  background-image: url(images/az_leftbox_top.gif);
  background-repeat:  repeat-x;
  background-position: top right;
  height: 32px;
  padding-bottom: 2px;}

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

TD.newProductBox {
  border: 1px;
  border-style: solid;
  border-color: white;
}

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

TABLE.productListing {
  border: 1px solid #CCCCCC;
  border-right: 0px;
  border-bottom: 0px;
  width: 500px;
}
TABLE.productListing1 {
  border: 1px solid #CCCCCC;
}
A.productListing-heading {
  color: #000;
  font-family: Arial;
  border-bottom: 0px;
  border-right: 0px;
}
A.productListing-heading:hover {
  color: #000;
  font-family: Arial;
}
.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;

  background-image: url('images/infobox/center_box.gif');
  color: #FFFFFF;
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  color: #ffffff;
  font-size: 11px;
  border-bottom: 1px solid #CECECE;
}
TD.productListing-data1 {
  font-family: Verdana, Arial, sans-serif;
  color: #000;
  font-size: 11px;
}

TD.productListing-subtitle {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  padding: 1px 7px 1px 7px;
}

.pageResults { 
font-size: 11px;
color: #000;
}
A.pageResults { 
  color: #000; 
}
A.pageResults:hover { 
  color: #F6ECDC; 
  background: #8DC63F; 
}
TD.pageHeading, .pageHeading, DIV.pageHeading, .pageHeading H1, .greetUser {
  font-family:  Arial;
  font-size: 15px;
  font-weight: bold;
  color: #EB0505;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, TD.main2, P.main, TD.pageContent {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.3;
  color: #000;
}

.blueprice {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  color: #0000cc;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
color: #000;
  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: 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: #fff;
  border: 1px solid #CCCCCC;
}

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: 18px;
  color: #ff0000;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #0000ff;
  font-size: 14pt; 
  font-family: arial;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  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; }

.cssbutton {
	background: #3E5E89;
	color : white;
	width : 110px;
	vertical-align: top;
	font-weight: normal;
	font-family: Impact;
	font-size: 14px;
	cursor: pointer;
	text-align:center;
	border: 1px;
	border-style: outset;
	border-color: #6AE4A3A;
	border-spacing: 1px;
  white-space: nowrap;
	letter-spacing: 1px;
}

.cssbuttonsubmit{
  color: #000;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
  text-decoration:none;
}

a.cssbuttonsubmit, a.cssbuttonsubmit:hover{
  color: #000;
 	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
 }

.himg {
/* background-image: url(/catalog/images/bgt1.jpg); */
}

/* header tabs */

TD.tab {
/*	image: url("images/tabs/2.gif"); */
	color: #6699cc;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	}
A.tab {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: #3366FF;
	text-decoration: none;
	}
A.tab:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: #e69100;
	text-decoration: underline;
}
TD.ontab {
	color: #e69100;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
}
A.ontab {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: #e69100;
	text-decoration: none;
	}
A.ontab:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: #e69100;w
	text-decoration: none;	
}
TD.tableft {
}
TD.tabright {
}

TR.plistText, TD.plistText {
  font-family: Verdana, Arial, sans-serif;
  color: #404040;
  font-size: 10px;
  text-align:left;
}

/* VJ Links Manager v1.13 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;
}

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;
}
/* VJ Links Manager v1.13 end */
/* BEGIN Fancier Invoice and Packingslip */
.dataTableHeadingContent_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; }
.dataTableHeadingRow_INVOICE { background-color: #C9C9C9; }
.dataTableRow_INVOICE { background-color: #F0F1F1; }
.dataTableContent_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
.order_history_top { color : #000; font-weight: bold; font-family: Arial; font-size: 13px; }
.order_infobox_heading { color : #404040; font-weight: bold; font-family: Verdana; font-size: 12px; }
.order_infobox_data { color : #404040; font-family: Verdana; font-size: 12px; }
.product_infobox_heading_row { background-color: #C9C9C9; }
.product_infobox_heading { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #404040; font-weight: bold; }
.product_infobox_data_row { background-color: #F0F1F1; }
.product_infobox_data { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #404040; }
.order_history_top_INVOICE { color : #006699; font-weight: bold; font-family: Verdana; font-size: 13px; }
.order_infobox_heading_INVOICE { color : #000000; font-weight: bold; font-family: Verdana; font-size: 12px; }
.order_infobox_data_INVOICE { color : #000000; font-family: Verdana; font-size: 12px; }
.product_infobox_heading_row_INVOICE { background-color: #C9C9C9; }
.product_infobox_heading_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; }
.product_infobox_data_row_INVOICE { background-color: #F0F1F1; }
.product_infobox_data_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
.smallText_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.smallTextBlue_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #006699; }
.smallAddressBlue_INVOICE { font-family: Arial; font-size: 9px; color: #006699; }
.main_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
.pageHeading_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 18px; color: #727272; font-weight: bold; }
/* END Fancier Invoice and Packingslip */

/* #################
		  template-faq.com CSS 
	   #################
	*/
	.topbanner_td1{
	}
	.topbanner_td2{
	}
	.topbanner_td3{
	}
	.topbanner_td4{
	}
	.az_topmenu_area{
	margin-top: 1px;
	}
	.az_topmenu_area A:link, .az_topmenu_area A:active, .az_topmenu_area A:visited{ 
	font-size: 11px; 
	font-family: Tahoma;
	color: #6E6E6E;
	font-weight: normal;
	text-decoration: none;
	}
	.az_topmenu_area A:hover{
	font-size: 11px;
	color: #379BC8;
	}
	.az_top_nav{
	}
	.az_topmenu_cart{
	margin-top: 5px;
	padding: 5px;
	}
	.az_topmenu_cart_td1{
	font-size: 11px; 
	font-family: Tahoma;
	color: #379BC8;
	font-weight: normal;
	}
	.az_topmenu_cart_td1 A:link, .az_topmenu_cart_td1 A:active, .az_topmenu_cart_td1 A:visited{ 
	font-size: 11px; 
	font-family: Tahoma;
	color: #379BC8;
	font-weight: bold;
	text-decoration: underline;
	}
	.az_topmenu_cart_td1 A:hover{
	color: #8DC63F;
	}
	.az_topmenu_cart_td2{
	font-size: 16px; 
	font-family: Tahoma;
	color: #8DC63F;
	font-weight: bold;
	}
	/* MENU bar css controls */
	.menubarmain A:link, .menubarmain A:active, .menubarmain A:visited{ 
	font-size: 12px; 
	font-family: Tahoma;
	color: #9B9B9B;
	font-weight: bold;
	text-decoration: none;
	}
	.menubarmain A:hover{
	font-size: 12px;
	color: #379BC8;
	}
	.az_subheader_tb{
	margin-bottom: 4px;
	}
	.menubarmain{
	font-size: 12px; 
	font-family: Tahoma;
	font-style: normal;
	margin-bottom: 2px;
	}
	.menubarmain_td4{
	background-image: url(images/az_nav_menu_mid.gif);
	background-repeat:  repeat-x;
	height: 37px;	
	}
	.menubarmain_td4cart{
	background-image: url(images/az_nav_menu_mid.gif);
	background-repeat:  repeat-x;
	height: 37px;	
	font-size: 12px; 
	font-family: Tahoma;
	color: #9B9B9B;
	font-weight: bold;
	text-decoration: none;
	}
	/* MAIN table css controls */		
	.maincont_tb{
	}
	/* LEFT bar css controls */	
	.maincont_left_td {
	width: 200px;
	padding-right: 15px;
	}
	/* fix for mozila */
	.leftbar_tb TD {
	padding-bottom: 5px;
	}	
	.leftbar_tb {
	width: 200px;
	}
	.leftcolumn_tb{
	width: 100%;
	}
	.maincont_mid_td{
	padding-left: 3px;
	}
	.category_level_1{
	background-image:url(images/az_dot_line.gif); 
	background-repeat: repeat-x;
	padding-left: 10px;
	}

	.category_level_2{
	background-image:url(images/az_dot_line.gif); 
	background-repeat: repeat-x;
	padding-left: 10px;
	}
	/* RIGHT bar css controls */		
	.maincont_right_td {
	width: 0px;
	}
	.rightbar_tb{
	width: 0px;
	}
	.footer_tb{
	font-size: 10px;
	color: #808080;
	background-image:url(images/az_bottom_r.gif); 
	background-repeat: repeat-x;	
	}
	.footer_td1{
	width: 192px;
	}
	.footer_td2{
	height: 40px;
	}
	.footer_td4{
	font-family: Tahoma;
	font-weight: normal;
	color: #6E6E6E;
	font-size: 9px; 
	}
	.footer_menu_tb, .footer_cprt_tb{
	font-family: Tahoma;
	font-weight: normal;
	color: #808080;
	font-size: 10px; 
	padding-bottom: 5px;
	}
	.footer_menu_tb A:link, .footer_menu_tb A:active, .footer_menu_tb A:visited{ 
	font-size: 11px; 
	color: #379BC8;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
	}
	.footer_menu_tb A:hover{
	font-size: 11px;
	color: #8DC63F;
	}
	.pageHeading_main_1	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.1;
	color: #6E6E6E;
	}
	.main_page_promo{
	background-image: url(images/az_promo_box_mid.gif);
	background-repeat:  repeat-x;
	background-position: bottom left;
	height: 67px;
	}
	.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: Tahoma;
	font-weight: bold;
	font-size: 12px; 
	cursor: pointer;
	display: inline;
    text-decoration: none; 	
	}
	.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: Tahoma;
	font-weight: bold;
	font-size: 12px; 
    height: 21px;
	cursor: pointer;
	margin: 0 auto;
	}
	/* ZenCart Specific */	
	span.normalprice {
		text-decoration: line-through;
	}
	SPAN.productSpecialPrice, SPAN.productSalePrice, .stockWarning, span.coming {
		color: #0000ff;
		font-size: 14pt; 
		font-family: arial;
	}
	span.productSpecialPriceSale {
		color: #ff0000;
		text-decoration: line-through;
	}
	.plainBox{
	font-family: Tahoma, Verdana, Arial, sans-serif; 
	font-size: 11px; 
	color: #6E6E6E;
	}
	/* checkout totals */
	TD.ot-subtotal-Text, TD.ot-cod-fee-Text, TD.ot-total-Text, TD.ot-group-pricing-Text, TD.ot-gv-Text, TD.ot-loworderfee-Text, TD.ot-shipping-Text, TD.ot-subtotal-Text, TD.ot-tax-Text, TD.ot-coupon-Text {
	font-weight: bold;
	}
	TD.ot-subtotal-Amount, TD.ot-cod-fee-Amount, TD.ot-total-Amount, TD.ot-group-pricing-Amount, TD.ot-gv-Amount, TD.ot-loworderfee-Amount, TD.ot-shipping-Amount, TD.ot-subtotal-Amount, TD.ot-tax-Amount, TD.ot-coupon-Amount {
	}
	

.infoBoxHeadingSearch
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #646464;
	padding-left: 20px;	
	padding-top: 6px;	
	background-image: url("images/az_boxsearch_top.gif");
	background-repeat: repeat-x;
	height: 12px;
}
.infoBoxSearch{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #707070;
	vertical-align: top;
	padding-bottom: 2px;
	background-image: url("images/az_boxsearch_mid.gif");
	background-repeat: repeat-x;
	border-left: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
}
	.infoBoxContentsSearch {
	vertical-align: top;
}
.infoBoxContentsSearch A:link, .infoBoxContentsSearch A:active, .infoBoxContentsSearch A:visited {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #379BC8;
}
.infoBoxContentsSearch A:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #707070;
}

.infobox {
margin-bottom:5px;
}

/* AZ product box control */
.productBoxHeading_tb, .productBoxOuter, .productBoxBottom_tb{
	width: 235px;	
}
.productBox {  
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #828382;
}
.productBox A:link, .productBox A:active, .productBox A:visited{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #8DC63F;
}
.productBox A:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #379BC8;
}
.productBoxHeading {
	line-height: 0.8;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-left: 4px;
}
.productBoxHeading A:link, .productBoxHeading A:active, .productBoxHeading A:visited{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #8DC63F;
}
.productBoxHeading A:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #379BC8;
}
.productBoxMBottom{
  background-image: url(images/az_dot_line.gif);
  background-repeat: repeat-x;
  background-position: bottom right;
}
.productName A:link, .productName A:active, .productName A:visited{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.productName A:hover {
  font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #8DC63F;
}
.productName{
  height: 20px;
  background-image: url(images/az_dot_line.gif);
  background-repeat: repeat-x;
  background-position: bottom right;
}
.productPrice{
   padding-top: 2px;
   font-family: Tahoma; 
   font-size: 20px;
   font-weight: normal;	
   color: #8DC63F;
}
.az_buynow A:link, .az_buynow A:active, .az_buynow A:visited { 
  color: #2C788D; 
  font-size: 12px;
  font-weight: normal;
}
.az_buynow A:hover { 
  color: #379BC8; 
  font-size: 12px;
}
.productBoxHeadingRcorner {}
.productBoxHeadingLcorner {}
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: #8DC63F;
}
.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: #F5F4ED;
}
TR.productListing-heading {
}
TD.productListing-heading {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color:#000;
}
A.productListing-heading { 
  color: #000;
  font-family: Arial;
}
A.productListing-heading:hover { 
  color: #000;
  font-family: Arial;
}
TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
.pageResults { 
font-size: 11px;
color: #6E6E6E;
}
A.pageResults { 
  color: #8DC63F; 
}
A.pageResults:hover { 
  color: #F6ECDC; 
  background: #8DC63F; 
}

.suggest_link {
	background-color: #FFFFFF;
	padding: 2px 6px 2px 6px;
}
.suggest_link_over {
	background-color: #3366CC;
	padding: 2px 6px 2px 6px;
}
.loginlink {
	color: red;
	font-weight: bold;
	font-size:12px;
}
#search_suggest {
	position: absolute; 
	background-color: #FFFFFF; 
	text-align: left; 
	border: 1px solid url(images/az_leftbox_top.gif);		
}
td.tableTD{
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
.screenshotsHeader {
background:#DF0708 url(images/infobox/corner_right.gif) no-repeat scroll right top;
margin:10px 0 0;
padding:0;
}

.screenshotsHeaderText {
background:transparent url(images/infobox/corner_left.gif) no-repeat scroll left top;
color:#FFFFFF;
font-family:Verdana,Arial,sans-serif;
font-size:11px;
font-weight:bold;
margin:0;
padding:0 0 0 15px;
text-align:left;
}
.screenshotsBlock {
background:#F8F8F9 none repeat scroll 0 0;
border:1px solid #CBC9CA;
margin:0;
padding:0;
text-align:center;
}
.screenshots {
float:left;
margin:0;
padding:5px 0;
text-align:center;
width:25%;

}
.clearScreenshots {
clear:both;
height:1px;
width:100px;
color: #fff;
}
td.stylenewproduct{
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
}
.softborder {
border: 1px solid #dddddd;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.3;
  color: #000;
}
.scrollArea {
width: 620px;
height: 100px;
padding-left: 5px;
padding-right: 5px;
border-color: #6699CC;
border-width: 1px;
border-style: solid;
float: left;
overflow: auto;
 font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.3;
  color: #000;
}

.test_border {
 display: block;
 clear: both;
	float: right;
	position:relative; left:10px; top:-180px;
	padding: 10px;
	width: 289px;
	border: 1px solid #990000;
}

.testboxheader {
 height:25px;
 background:#f3ede1;
 font-family: Verdana, Arial, sans-serif;
 font-weight: bold;
 font-size: 12px;
 text-align:center;
}

.testbox {
 padding: 10px;
 color: #000;
 background:#fff8eb;
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 text-align:center;
}

.headerNavigationItem {
  color: #ff9000;
  font-size: 9pt;
  font-family: arial;
}