/*
  $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
*/

.boxText { /*font-family: 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: #f2fff7;
}
.orderEdit { /*font-family : Verdana, Arial, sans-serif;*/ font-size : 10px; color: #70d250; text-decoration: underline; }

html, body {width:100%;}

BODY {
	color: #000000;
	background: #d4d4d4;	
	background-image: url(images/background2.gif);
	background-position: center;
	font-family: Verdana, Arial, sans-serif;
	}

A {
	color: #000000;
	text-decoration: none;
}

A:hover {
  color: #FF0000;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
	background: #ffffff;
}

TR.headerNavigation {
  background: #2D2D2D;
}

TD.headerNavigation {
  /*font-family: Verdana, Arial, sans-serif;*/
  font-size: 10px;
  background: #2D2D2D;
  color: #ffffff;
  font-weight : bold;
  padding:3px;
}

/*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: #2D2D2D;
}

TD.footer {
  /*font-family: Verdana, Arial, sans-serif;*/
  font-size: 10px;
  background: #2D2D2D;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
	background: #f8f8f9;
	font-size: 12px;
	/*font-family: Verdana, Arial, sans-serif;
	font-weight: bold;*/
	line-height: 18px;
	padding-left: 3px;
}
.infoBoxContents a {
    font-weight: bold;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  /*font-family: Verdana, Arial, sans-serif;*/
  font-size: 10px;
}

TD.infoBoxHeading {
  /*font-family: Verdana, Arial, sans-serif;*/
  font-size: 12px;
  font-weight: bold;
  background: #2D2D2D;
  color: #ffffff;
}

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: #fFFFFF;
}

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: #FFFFFF;
	border-spacing: 1px;
}

.productListing-heading {
  /*font-family: Verdana, Arial, sans-serif;*/
  font-size: 10px;
  color: #FF0000;
  font-weight: bold;
}

TD.productListing-data {
  /*font-family: Verdana, Arial, sans-serif;*/
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #FF0000;
}

TD.pageHeading, DIV.pageHeading {
  /*font-family: Verdana, Arial, sans-serif;*/
  font-size: 20px;
  font-weight: bold;
  color: #FF0000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  /*font-family: Verdana, Arial, sans-serif;*/
  font-size: 10px;
  color: #000000;
}

TD.main, P.main, DIV.main {
  /*font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  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: #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; }

/* Spec Table for Mobiles, added by richard */

#specTable {/*font-family:Arial;*/}
#specTable td {vertical-align: top; padding:2px; border-collapse: collapse;}
#specTable td.specTableDesc {border: solid red 1px;font-weight:bold;}
#specTable td.specTableData {border: solid rgb(217, 217, 217) 1px;}
#specTableCamera {background-color:rgb(247, 246, 241);width:100%;}
#specTableCamera td.specTableDesc {border: none;font-weight:normal; border-width: medium medium 1px; border-style: none none solid; border-color: rgb(241, 240, 229) rgb(235, 233, 237);}
#specTableCamera td.specTableData {border: none; border-width: medium medium 1px; border-style: none none solid; border-color: rgb(241, 240, 229) rgb(235, 233, 237);}

/* main navigation */
/* -------- CATEGORIES MENU ------------- */
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 150px;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 24px;
		margin-bottom : 0px;
		width: 150px;
		background-color : #F8F8F9;
		text-indent: 5px;					
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 149px;
		margin-top : -27px;
		border: 1px solid #b6b7cb;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
		margin-bottom: -1px;
	}
	
	#nav li a {
		width: 148px;
		display : block;
		/*font-family: Verdana, Arial, sans-serif;*/
  		font-size: 12px;
  		font-weight: bold;
		color: #000000;
		text-decoration : none;
		border : 0px solid #d9d9da;
		padding : 0;
	}

	#nav li:hover {
	    background-position: 0 0; /* IE7 Hover fix */
    }
	
	#nav li a:hover, #nav li a.daddy:hover {
		width: 148px;
  		font-weight: bold;
		color : #FF0000;
		background-color : #ffffff;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: 1px;
	}

	
/* Menu items with subcategories */	
#nav li a.daddy {
	background: url(images/infobox/cat_arrow.gif) center right no-repeat;
}

/* Selected items with subcategories */	
#nav li.selected {
    background-color: #ffffff;
}
/* ------------------------------- END CATEGORIES MENU */

/* specials sidebar */

.specialsTitle {
    color:#FF0000;
    font-size:16px;
}

.specialsDesc {
    font-size:12px;
}

.specialsPrices {
    font-size:14px;
}

/* breadcrumb */
.breadcrumb, #breadcrumb {font-size:0.6em;padding-bottom:1em;}
/*.breadcrumbCurrent {font-weight:bold;color:red;font-size:1.3em;}*/

#bodycontainer {width:900px;margin-left:auto;margin-right:auto;}

#header {
    width:900px;
    height:93px;
    background-color:#f8f8f9;
	/*background-image: url(images/siteimages/productCluster.gif);
	background-repeat:no-repeat;
	background-position:right bottom;*/
    vertical-align:bottom;
    position:relative;
    border-bottom:solid 1px #b6b7cb;
	}

H1 {color:Red;font-weight:bold;font-size:1.3em;}

.main H1 {/*color:Red;font-weight:bold;font-size:1.3em;*/margin-top:0;margin-bottom:0;}

#logo {margin:0;}

#logo a {
   position:relative;
   display:block;
   width:226px;
   height:93px; 
   color:Red;
   overflow:hidden;
   }

#logo span {
   display:block;
   position:absolute;
   width:100%;
   height:100%;
   background:transparent url(images/store_logo.png) no-repeat left top;
   z-index:100; /* Places <span> on top of <a> text */ 
   top:0;
   left:0; 
   }

#search {
    position: absolute; 
    bottom: 0; 
    right: 0; 
    padding:10px;
    padding-bottom:10px;
    /*vertical-align:middle;*/
    font-size:1.4em;
    }
	
#search .textinput {/*background-color:Transparent; background-image: url(images/siteimages/whiteTransparent90.png);*/ border:solid 1px #b6b7cb;margin-right:72px;padding:2px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;vertical-align:bottom;}
.inputButtonImage {position:absolute;right:0;bottom:0;margin-right:10px;margin-bottom:10px;}

#headerNavigation {
    position: absolute; 
    top: 0; 
    right: 0; 
    padding:10px;
    vertical-align:middle;
    font-size:0.6em;
    }

#productHeadder H1, #productHeadder H2, #productHeadder H3 {
    color:Red;
    margin:0;
    }
    
#productHeadder H3 {
    font-size:0.6em;
    margin-bottom:5px;
    }
    
#productInfo {
    float:left;
    margin-bottom:20px;
    overflow: hidden;
    }
    
#networkLogos {font-size:0.7em;}
#networkLogos img {
    vertical-align:middle;
    margin-left:10px;
    margin-bottom:1px;
    }
    
#productPrice {
    text-align:right;
    line-height:1.4em;
    float:right;
    margin-bottom:20px;
    margin-left:5px;
    }
    
#productPrice sup {font-size:0.4em;}
    
#productStock {font-size:0.7em;}

#productDescription, #productHeader, #productFooter {width:100%;overflow:visible;}

#video {
    clear:both;
    float:right;
    font-size:0.7em;
    text-align:center;
    margin:7px 0 15px 15px;
    }
    
#video img {opacity:0.6;}
#video img:hover {opacity:1;}

#productMain {clear:left;}

#productFooter {padding-top:20px;clear:both;}

#notfound {text-align:center;margin:50px;}
#notfound img {vertical-align:middle;}


#tags {
    margin-bottom:15px;
    overflow:auto;
    }

.freedelivery img, .oneyearwarranty img, .nohiddenfees img {
    visibility:hidden;
    }
    
.freedelivery {
    width:216px;
    background:transparent url("images/siteimages/tags/tagImageFreeDelivery.gif") no-repeat scroll left top;
    }
   
.oneyearwarranty {
    width:173px;
    background:transparent url("images/siteimages/tags/tagImageOneYearWarranty.gif") no-repeat scroll left top;
    margin:0 6px;
    }
    
.nohiddenfees {
    width:148px;
    background:transparent url("images/siteimages/tags/tagImageNoHiddenFees.gif") no-repeat scroll left top;
    }
    
#tags div {
    float:left;
    height:24px;
    overflow:hidden;
    }