/*
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce                                       |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers                           |
// |                                                                      |
// | http://www.zen-cart.com/index.php                                    |
// |                                                                      |
// | Portions Copyright (c) 2003 osCommerce                               |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license,       |
// | that is bundled with this package in the file LICENSE, and is        |
// | available through the world-wide-web at the following url:           |
// | http://www.zen-cart.com/license/2_0.txt.                             |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to       |
// | license@zen-cart.com so we can mail you a copy immediately.          |
// +----------------------------------------------------------------------+
// $Id: stylesheet.css 1223 2005-04-22 03:46:20Z ajeh $
*/
BODY {
	color: #000000;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
   font: 11px Verdana, Arial, sans-serif;
   background-image:url(../images/bg.jpg);
   background-repeat:repeat-x;
   background-position:top;
   background-color:#FFFFFF;
   
}

.centershop {
	padding: 0px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 695px !important;
	margin-top:10px;
   background-image:url(../images/bg_white_shadow.jpg);	
}

.topCapImg {
	margin-top:-12px;
}

html >body .topCapImg {
	margin-top:0px;
}

.headerwidth {
	width:691px;
	background-image:url(../images/top_bg.jpg);
	background-repeat:repeat-x;
	padding: 0px;
	margin-top:-8px;
	/*border: 1px solid #000000;*/
}

html >body .headerwidth {
	width:691px;
	background-image:url(../images/top_bg.jpg);
	background-repeat:repeat-x;
	padding: 0px;
	margin-top:0px;
	/*border: 1px solid #000000;*/
}

#logo {
	flaot: left;
	margin: 10px 0px 10px 8px;
	border: 0px;
}

#header_btns {
	margin: 0px 0px 0px 345px;
}

.navbar {
	background-image:url(../images/navbar_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	left: 7px;
	width: 676px; 
	height: 28px;
	overflow:visible;
	z-index:100;
}

/* Mozilla code */

html>body .navbar {
	height: 30px;
}

div.navbar img {
	float:left; 
}

.navbar img.links {
	margin: 6px 5px 0px 0px;
}

div.navbar div {
	float:left; 
	padding: 4px 3px 0px 0px;
}

/* Mozilla code */

html>body div.navbar div {
	padding-right: 5px;
	padding-top: 1px;
	margin: 0px 0px 0px 0px;
}

.searchFieldWrap {
position:absolute;
right:20px;
top:82px;
}

html>body .searchFieldWrap {
padding-top:0px;
position:absolute;
right:20px;
top:80px;
}

.searchBox {
	width: 100px; 
	margin-right:5px;
	margin-bottom:3px; 
	border: 1px solid #989898; 
	height:16px;
}

/* Mozilla code */

html>body .searchBox {
	margin-bottom:1px;
}

/* Mozilla code */

html>body .btn_search {
	position: relative;
	top:5px;
}

.flash_bar {
	padding:0px 0px 0px 7px; 
	margin-top:0px;
	position: relative;
	z-index:3;
}

.header_graphic {
	z-index:1;
	position: relative;
	top:-6px;
	margin: 0px 0px 0px 8px;
}

/* Mozilla code */

html>body  .header_graphic {
	top:-8px;
}

.footerwidth {
	padding: 0px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 695px !important;

}
.footertext {
	padding: 0px;
	margin: 0px auto;
	position: relative;
	width: 695px !important;
	text-align:right; 
	font-size:9px;
	background-image:none;
}
TD.main, P.main {
  font-size: 11px;
  line-height: 1.5;
}

A {
  color: #343A5F;
  text-decoration: none;
}

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

FORM {
	display: inline;
}
.banners {
  padding: 15px;
}

/*HEADER CSS*/

TABLE.header {
  background-color: #ffffff;
  border-right: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

TABLE.headerNavigation {
  background-color: #E1E1D1;
  border-right: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  width: 100% !important;
}

TD.headerNavigation {
  position: relative;
  vertical-align: middle;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color:#000000;
  letter-spacing:1px;
  padding: 5px;
}

TD.breadCrumb {
  font-size: 10px;
  font-weight: bold;
  color: #9a9a9a;
  padding: 3px;
  background-image:url(../images/breadcrumb.jpg);
  background-position:top;
}
TD.breadCrumbSpacer_new {
	padding:0px 12px 10px 7px;
}
TD.spacer {
	padding: 0px 0px 5px 0px;
	}

TD.headerNavigation A, TD.headerNavigation A:visited, td.footertop a  {
  font-weight: bold;
  color: #ffffff;
}

TD.headerNavigation A:hover, td.footertop a:hover  {
  color: #a8cfff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: 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: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/*SIDEBOX CSS*/

.column_right {
  background: #ffffff;
  padding: 4px;
}
.column_left_new {
  background: #FFFFFF;
  padding: 0px 8px 8px 8px;
  background-image:url(../images/left_column_bg.jpg);
  background-position:right;
  background-repeat:repeat-y;
}
.boxText {
  font-size: 11px;
  line-height: 125%;
}
.leftbox, .rightbox, .centerbox, .singlebox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
  margin-bottom: 8px;

}

.leftboxheading, .rightboxheading, .centerboxheading, .singleboxheading {
  background-color: #343A5F;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;

}

td.leftboxheading a, td.rightboxheading a, td.centerboxheading a, td.singleboxheading a {
  color: #ffffff;

}
TR.leftboxheading, TR.rightboxheading, TR.centerboxheading, TR.singleboxheading {
}

.leftboxcontent, .rightboxcontent, .centerboxcontent, .singleboxcontent {
  line-height: 125%;
  padding: 4px;
  border-left: 1px solid #000000;
  border-right: 1px solid #343A5F;
}


.leftboxfooter, .rightboxfooter, .centerboxfooter, .singleboxfooter {
  border-bottom: 1px solid #343A5F;
}

.plainBox, .plainbox-description {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
  border:0px solid #FFFFFF;
  padding: 5px;
}
.plainBoxHeading, TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
  padding: 11px 5px 5px;
}
.productListing-heading {
  background-color: #E1E1D1;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  padding: 3px 3px 3px 0px;
  height: 20px;
}

a.productListing-heading {
	padding: 3px 0px 3px 3px;
}

TD.productlisting {
  border:1px solid #FFFFFF;
}

TD.productListing-data {
  font-size: 10px;
  padding: 2px 3px 2px 3px;;
  margin:0px;
}

/*center main section
-----------------------------------*/
TD.pageHeading, DIV.pageHeading, h1 {
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  margin:0px;
  padding: 2px 0px 0px 4px;
  background-image:url(../images/pageheading.jpg);
  height:20px;
}
h2 {
margin:0px;
}
.center_column {
  padding: 0px 12px 0px 0px;
}
.main_page{
	width: 695px !important;
	height: 100%;
	margin: 0px auto;
	position: relative;
	text-align: left;
	vertical-align:top;
   background-image:url(../images/bg_white_shadow.jpg);	
  background-color: #ffffff;
}

/* footer
--------------*/

TABLE.footer {
  background: #ffffff;
  text-align: center;
  font-size: 10px;
  border-right: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

TR.footertop {
  background: #E1E1D1;
  font-size: 11px;
}

TD.footertop, TD.footerbottom {
  padding: 5px;
}

/*miscellaneous areas
-------------------------------------*/
TD.cartBox {
   background: #eff4f8;
   font-size: 10px;
   padding: 3px;
   border: 1px dotted #ffb062;
}

TR.product_Listing-odd, TR.upcomingProducts-odd, TR.product_Listing-even {
  background: #ffffff;
}

.product_Listing-even td {
	  border-top: dashed  #343A5F;
	  border-width: 1px 0px 0px 0px;
}

TR.upcomingProducts-even, .productsNotifications {
  background: #eff4f8;
}

TD.productListing-data-description-odd {
  background: #FFFFFF;
  font-size: 10px;
  padding-left: 0px;
  padding-right: 10px;
  padding-bottom: 12px;
}

TD.productListing-data-description-even {
  background: #FFFFFF;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
}

td.pageresults a {
  color: #343A5F;
}

td.pageresults a:hover {
  background: #FFFF33;
}

SPAN.newItemInCart {
  color: #ff0000;
  font-weight: bold;
}

TD.smallText, SPAN.smallText, P.smallText, td.pageresults{
   font-size: 10px;
}

td.pageresults {
	padding: 0px 0px 5px 3px;;
}

TD.smallText_cat {
   font-size: 10px;
	line-height:18px;
	padding:12px 0px 12px 0px;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

.greetUser {
   color: #f0a480;
   font-weight: bold;
   font-size: 12px;
   padding-top: 5px;
   padding-bottom: 5px;
}

SPAN.greetUser {}

SPAN.markProductOutOfStock {
	color: #c76170;
	font: bold 12px Verdana, Arial, sans-serif;
}

span.normalprice {
	text-decoration: line-through;
}

SPAN.productSpecialPrice, SPAN.productSalePrice, .stockWarning, span.coming {
  color: #ff0000;
}

span.productSpecialPriceSale {
  color: #ff0000;
	text-decoration: line-through;
}

SPAN.productPriceDiscount, .inputRequirement {
  font-size: 10px;
  color: #FF0000;
}
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

/* message box */

.messageBox {}
.messageStackError, .messageStackWarning, errorBox {
  background-color: #ff0000;
  color: #ffffff;
  font-size: 10px;
  padding: 4px;
  border: 1px solid #FFFFFF;
}
.messageStackSuccess { background-color: #b3ffa8; padding: 2px; border: 1px solid #FFFFFF; }
.messageStackCaution { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffff00; }

/* 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 {}

/* product_info attribute comments */

.ProductInfoComments, TD.ProductInfoComments, SPAN.ProductInfoComments {
  color: #ff0000;
  font-size: 10px;
  text-align : left;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #FFFFFF;
}

/* General alert span class */
TD.alert, SPAN.alert {
  color: #FF0000;
  font-weight: bold;
}

/* General alert span class */
TD.alertBlack, SPAN.alertBlack {
  color: #000000;
  font-weight: bold;
}

/* popup tables */
TABLE.popupattributeqty, TABLE.popupcouponhelp, TABLE.popupcvvhelp, TABLE.popupimage, TABLE.popupimageadditional, TABLE.popupsearchhelp, TABLE.popupshippingestimator, TABLE.popupinfoshoppingcart {
  background-color: #ffffff;
	margin: 6px;
  padding: 6px;
  font: 11px Verdana, Arial, sans-serif;
}

/* categories_description */
TABLE.categoriesdescription {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #D0D0D0;
  border:1px solid #FFFFFF;
}

TD.categoriesdescription {
  font-size: 11px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background-color: #EFEFEF
}

/* categories box parent and child categories and extra links */
A.category-top, A.category-links {
  color: #343A5F;
  text-decoration: none;
}
A.category-subs, A.category-products {
  color: #343A5F;
  text-decoration: none;
}
SPAN.category-subs-parent {
  font-weight: bold;
}
SPAN.category-subs-selected {
  font-weight: bold;
}

/* attribute images table */
TABLE.products-attributes-images {
/*  width: 100%; */
/*  border: 1px solid #FFFFFF; */
  float: left;
  padding: 2px;
}


.paddingDiv
{
	float: left;
	margin-right: 10px;
	width: 62px;
	display:inline-table;
}

html>body .paddingDiv {
	width: 60px;
}


hr.category {
	height:0px;
	border-bottom:1px solid #343A5F;
	border-top:0px solid #FFFFFF;
	border-left:0px solid #FFFFFF;
	border-right:0px solid #FFFFFF;
}

/* Styles for new home page */
.portalwrap {
	padding:0px 0px 0px 0px;
	margin-top:20px;
	margin-bottom:30px;
}

.topbox {
	margin-left:0px;
	width:668px;
	height:150px;
	border:1px solid #343A5F;
	background:url(http://localhost/nahas/includes/templates/template_custom/images/header_main.jpg) 0 -5px no-repeat;
	
}

.boxwrap {
	width:670px;
	padding:0px;
}

.adbox {
	margin-top:20px;
	margin-bottom:40px;
	margin-left:5px;
	border:1px solid #343A5F;
	width:161px;
	height:140px;
	
}

.adbox.one {
	margin-left:0px;
	float:left;
}


.adbox.two {
	float:left;
}

.adbox.three {
	float:left;
}

.adbox.four {
	float:left;
}

/****** Styles for Home Page Ad boxes ******/

.leftadbox {
	float:left;
}

.rightadbox {
	float:left;
	padding-left:10px;
	padding-bottom:30px;
	
}

/****** End Styles for Home Page Ad boxes ******/


.boxheader {
	background:#343a5f;
	color:#ffffff;
	font-size:12px;
	width:auto;
	height:16px; 
	padding:3px; 
}

a.boxlink:link, a.boxlink:active, a.boxlink:visited {
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
}

a.boxlink:hover{
	text-decoration:underline;
}
/* End Styles for new home page */


/* Styles for new brands page */

.brandwrap {
	padding:10px 0px 0px 0px;
}

.column {
	float:left;
	width:150px;
	height:auto;
	margin:10px 0px 10px 15px;
	
}

.column ul {
	list-style:none;
	padding-left:0;
	margin-left:0;
}

.column li a:link, a:active, a:visited {
	color:#343A5F;
  	text-decoration:none;
	font-size:11px;
}

.column li a:hover {
	color:#ffb062;
   text-decoration:underline;
}

.column.one {
	margin-left:5px;
}

.brands {
	clear:both;
}

.brandwrap h2 {
	background:#343a5f;
	font-size: 12px;
	 font-weight: bold;
	 color: #FFFFFF;
	 margin:4px;
	 padding: 2px 0px 0px 4px;
	 height:20px;
}

.brandwrap h3 {
	color:#343a5f;
	font-size:12px;
	width:auto;
	border-bottom:1px solid #343a5f;
}



/* End Styles for new brands page */

/* MENU STYLES */
a {
	color: #000000;
	}

#menubar A {
	BORDER-RIGHT: #6A3919 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #894A21 1px solid; PADDING-LEFT: 5px; FONT-SIZE: 10px; BORDER-LEFT: #f9f1c8 1px solid; COLOR: #ffffff; BORDER-BOTTOM: #6A3919 1px solid; FONT-FAMILY: Verdana, Helvetica, sans-serif; LETTER-SPACING: 1px; TEXT-DECORATION: none;
}
#menubar A.active {
	FONT-SIZE: 10px; BORDER-LEFT: #496D92; BORDER-BOTTOM: #ccc599; BORDER-TOP: #894A21; FONT-FAMILY: Verdana, Helvetica, sans-serif; BORDER-RIGHT: #ccc599;
}
.menu .options {
	BORDER-RIGHT: #999999 1px solid; FONT-SIZE: 10px; MARGIN-BOTTOM: 1px; MARGIN-RIGHT: 1px; BORDER-BOTTOM: #6A3919 1px solid; BORDER-TOP: #894A21 1px solid;FONT-FAMILY: Verdana, Helvetica, sans-serif; BACKGROUND-COLOR: #894A21;
}
.menu A {
	BORDER-RIGHT: #6A3919 1px solid; PADDING-RIGHT: 10px; DISPLAY: block; PADDING-LEFT: 10px; FONT-SIZE: 10px; PADDING-BOTTOM: 2px; BORDER-LEFT: #6A3919 1px solid; COLOR: #ffffff; PADDING-TOP: 2px; FONT-FAMILY: Verdana, Helvetica, sans-serif; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none;
}
.menu A:hover {
	FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Verdana, Helvetica, sans-serif; BACKGROUND-COLOR: #E4E5D7;
}

#menu1Container {
	/*margin-left:220px;
	margin-top:5px; */
	
}

html >body #menu1Container {
	/*margin-left:140px;
	margin-top:5px; */ 

}

#menu2Container {
/*margin-left:220px;
	margin-top:5px; */
}

html >body #menu2Container {
	/*margin-left:140px;
	margin-top:5px;  */
}

#menu3Container {
/*margin-left:220px;
	margin-top:5px;*/
}

html >body #menu3Container {
/*margin-left:140px;
	margin-top:5px; */
}



/****************** New TopNav Menu ****************************************************/

.chromestyle{
width: 99%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #ffffff;
width: 667px;
background: url(../images/fixed_navbar.jpg) center center no-repeat; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
margin-left:7px;
padding-left:7px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 2px 0px 0px 0px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
/*background: url(chromebg-over.gif) center center repeat-x; *//*THEME CHANGE HERE*/
}

/*.chromestyle ul li a[rel]:after{ HTML to indicate drop down link
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead
}*/


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
/*border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: #6A391A;
width: 180px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #E4E5D7;
color:#000000;
}

.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
color: #ffffff;
}