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

/* CSS Document */
.greyheaderbox {color: #000000; font-family: Verdana, Arial, sans-serif; font-size: 12px;}
a.greyheaderbox {text-decoration: none;}
a:visited.greyheaderbox {color: #999999; text-decoration: none;}
a:hover.greyheaderbox {color: #CCCCCC; text-decoration: underline;}
.prod_img 
{
background: url(images/prod-bg.gif);
background-repeat:no-repeat;
width: 218px;
height: 251px;
display: block;
padding: 5px 0 0 0;
margin: 10px 0 0 10px;
text-align: center;
font-family: Verdana, Arial, sans-serif; 
font-size: 10px;
}
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 12px; font-weight:500}
.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; }

BODY {
  color: #666666;
  margin: 0px;
}

#header {
background: url(images/header-bg.jpg) no-repeat top right;
width:100%;
height: 69px;
padding: 0 0 0 0;
margin: 0 0 0 0;
}

A {
  color: #666666;
  text-decoration: none; font-weight:700;
}

A:hover {
  color: #ff6600;
  text-decoration: underline; font-weight:700;
}

FORM {
	display: inline;
}

TR.headerNavigation {
  
background: #999999;
}

TD.headerNavigation {
  background: url(images/nav-bg.jpg);
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #999999;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #ffffff; 
}

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

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: #666666;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #999999;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #999999;
  color: #000;
}

.infoBox {
border:thin solid #999999
}

.infoBox2 {
border:thin solid #999999
}

.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

.infoBoxNotice {
  background: #666666;
}

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

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}

TD.infoBoxHeading2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}
TD.infoBox, SPAN.infoBox {
  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 {
  background: #F7F7F6;
}

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

TABLE.productListing {
  border: 2px;
  border-style: solid;
  border-color: #999999;
  border-spacing: 2px;
}

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

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

A.pageResults {
  color: #666666;
}

A.pageResults:hover {
  color: #FF6600;
  background: #FFFFFF;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #999999;
}

TR.subBar {
  background: #f4f7fd;
}

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

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

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

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

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

.strapline {
text-align: right;
height: 31px;
background: url(images/strapline.jpg);
}


#nav {

height: 30px;
border-left: 0px solid #999999;
}

.nav2 {
height: 30px;
border-right: 0px solid #999999;
align:right;
}

/* The New menu */

.submenutop
{
	border-right: #999999 thin solid ; border-left: #999999 thin solid; border-top: #999999 thin solid; border-bottom: #999999 thin solid;
	font-family: Verdana, Arial, sans-serif;
	color: #ffffff;
	width:900px;
	height: 20px;
	font-size: 10px;
	background:  url(images/subnav-bg.jpg);
    }
	

ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: auto;
	font-family: Verdana, Arial, sans-serif; 
    font-size: 10px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 5px 3px 0 0;
	padding: 0;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	background: #ccc url(newmenu/images/menu_item_r.jpg) no-repeat top right;
}

ul.MenuBarHorizontal li.selected
{      
    margin-top: 0;
	background: #999999 url(newmenu/images/menuselected_right.jpg) no-repeat top right;
}

/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	width: 14em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 14em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
	z-index: 100;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
	z-index: 100;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/



/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal li a
{
	display: block;
	cursor: pointer;
	color: #333;
	text-decoration: none;
    background:  url(newmenu/images/menu_item_l.jpg) no-repeat top left;
    padding: 6px 9px 7px 9px;
    border-bottom: 1px solid #999999;
}

ul.MenuBarHorizontal li.selected a
{
	color: #FFFFFF;
	text-decoration: none;
    background:  url(newmenu/images/menu_item_selected_l.jpg) no-repeat top left;
    padding: 8px 9px 10px 9px;
    border-bottom: 1px solid #999999;
}

ul.MenuBarHorizontal li.selected a:hover
{
    /*border-bottom: 1px solid #fff;*/
}

/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	 azimuth
    text-decoration: underline;
    border-bottom: 1px solid #ccc;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	text-decoration: underline;
    border-bottom: 1px solid #ccc;
}

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: none;
	background: #FFFFFF;
	border: 3px solid #ccc;
}

ul.MenuBarHorizontal li.selected ul
{
	border: 3px solid #999999;
	background: #999999;
}

ul.MenuBarHorizontal ul li, ul.MenuBarHorizontal ul li a, ul.MenuBarHorizontal li.selected ul li a 
{
	background: none;
	margin-top: 0;
}

ul.MenuBarHorizontal li.selected ul li 
{
}

ul.MenuBarHorizontal ul li a
{
	padding: 5px;
	color: #333;
	border: none;
}

ul.MenuBarHorizontal li.selected ul li a
{
	padding: 5px;
	color: #fff;
	border: none;
}

ul.MenuBarHorizontal ul li a:hover
{
	background-color: #FFFFFF;
	text-decoration: underline;
	border-bottom: none;
}

 ul.MenuBarHorizontal li.selected ul li a:hover
{
    background-color: #FFFFFF;
	color: #999999;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1000;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		/*background: #FFF;*/
	}
}

/*Left nav */
#Left_col{float:left; width:99%;}
 
.urbangreymenu{
width: 99%; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 11px Verdana;
color: white;
background: #999999;
margin-bottom: 2; /*bottom spacing between header and rest of content*/
padding: 4px 0 7px 10px; 
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: white;
display: block;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
color: #999999;
background: #FFFFFF;
display: block;
padding: 4px 0;
line-height: 5px;
padding-left: 7px; /*link text is indented 8px*/
text-decoration: none;
}


.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #FFFFFF;
background: #999999;
}
