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

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
  font-family		: Verdana, arial, tahoma;
  font-size		: 11px;
}

td
{
	font-size: 11px;
}

A {
  color: #7f7f7f;
  text-decoration: none;
}

A:hover {
  color: #ff8000;
  text-decoration: underline;
}

img
{
	border			: 0;
}

FORM {
	display: inline;
}

span.notice
{
	color		: #ff7d00;
	font-weight: bold;
}

table.base {
  /*width: 800px;
  margin: auto;*/
}

table.header
{
  background-image: url('images/layout/electro-header.gif');
  background-repeat: no-repeat;
  background-position: left;
  background-color: #ededed;
}

	table.header-be
	{
		background-image: url('images/layout/electro-header-be.gif');
	}

TR.header {

  height: 100px; 
}

tr.header a
{
	color : #FFFFFF;
}

TR.header td.right a
{
	color : #000000;
	vertical-align: middle;
}


TR.header td {
  font-family: Verdana, Arial, sans-serif;
  font-weight : bold;
  vertical-align: top;
}

TR.header img {
  border: 0px;
}

TR.header div.menuitems {
	padding-left: 10px;

	font-size: 10px;
	color: #949494;
}

TR.header div.menuitems a {
	color: #000000;
}

TR.headerNavigation {

}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #cecece;
  font-weight : bold;
  
  background-color: #7f7f7f;
  padding	: 2px;

}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

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

.infoBoxContents {
 background-color: #ededed;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;

}

.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-image: url('/images/layout/infoBoxHeadingCenter.png');
  background-repeat: repeat-x;
  background-position: bottom;
  color: #ffffff;
  padding: 2px;
  padding-left: 5px;
  padding-top: 10px;
}

TD.infoBoxHeading A
{
  color: #ffffff;
}


TD.infoBoxHeadingLeft {
  background-image: url('/images/layout/infoBoxHeadingLeft.png');
  background-repeat: no-repeat;
  background-position: bottom left;
  color: #ffffff;
  width: 34px;
}

TD.infoBoxHeadingRight {
  background-image: url('/images/layout/infoBoxHeadingRight.png');
  background-repeat: repeat-x;
  background-position: bottom right;
  color: #ffffff;
  width: 8px;
}




td.disclaimer
{
	background-color: #7f7f7f;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 185px;
	padding-right: 185px;
}

td.disclaimer div
{

	text-align: left;
	padding: 3px;
}

td.copyright a
{ 
	color: #FFFFFF;
}



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

table.productListing
{
	border-collapse		: collapse;
}

tr.productListing td
{
	border-color		: #dddddd;
	border-width		: 0px;
	border-top-width	: 1px;
	border-style		: solid;
}

	tr.productListing td a
	{
		color			: #000000;
	}

	tr.productListing a.product-image
	{
		display		: block;
		border-color		: #efefef;
		border-width		: 0px;
		border-right-width	: 1px;
		border-style		: solid;
		background-color	: #FFFFFF;
		height			: 80px;
	}
	
		tr.productListing a.product-image img
		{
			 border		: 0;
		}
	
	
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: #f2f2f2; /* #dddddd;*/
}

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

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #ff7d00;
  border-spacing: 1px;
  border-collapse: collapse;
}

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

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


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

TR.subBar {
  background: #f4f7fd;
}

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

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;

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


/* bSeen - 2007-11-19 */
#extra_text {
	margin-bottom:30px;
}

#extra_text h1 {
	margin:0px;
	margin-bottom:20px;
	font-size:18px;
}

#extra_text h2 {
	margin:15px 0px;
	font-size:13px;
}

#extra_text p {
	margin:5px 0px;
}





h1
{
  color: #9a9a9a;
  font-size		: 23px;
}


div.product_info
{
	height			: 180px;

}

	div.product_info div.preview
	{
		float			: left;
		width			: 160px;
		text-align		: center;
		padding		: 5px;
	}
	
		div.product_info div.preview img
		{
			/*height			: 150px;*/
			
		}
		
	div.product_info div.data
	{
		margin-left		: 180px;
		padding-right		: 10px;
		
	}
	
		div.product_info div.data h1
		{
			margin			: 0;
			padding		: 0;
			margin-top		: 8px;
			font-size		: 15px;
			font-weight		: bold;
			color			: #000000;
		}
		
		div.product_info div.data span.price
		{
			font-size		: 20px;
			font-family		: Trebuchet MS;
			font-weight		: bold;
			color         : #FF9900;
		}
		
			div.product_info div.data span.price s
			{
				font-weight		: normal;
			}
	
		div.product_info div.data select
		{
			height			: 17px;
			font-size		: 10px;
		}
		

a.popup
{
	color			: #ff7d00;
	position		: relative;
	text-decoration	: none;
}

	a.popup div
	{
		display		: none;
		position		: absolute;
		left			: 5px;
		color			: #767676;
		text-decoration	: none;
		background-color	: #FFFFFF;
		padding		: 15px;
		width			: 300px;
		border			: 1px solid black;
		background-color	: #FFFFFF;
		line-height		: 20px;
	}
	
	a.popup:hover div
	{
		display	: block;
	}

a.box_block, td.box_block
{
	display		: block;
	color			: #7F7F7F;
	text-decoration	: none;
	padding		: 4px;
	height			: 100%;

}
	a.box_block:hover, td.box_block:hover
	{
		background		: #e5e5e5;
	}
	
	
	a.box_block img
	{
		float		: left;
		max-width	: 100px;
	}
	
	a.box_block span.info
	{
		display		: block;
		padding-top		: 4px;
		text-align		: left;
	}

.b
{
	font-weight		: bold;
}

a.pageResults, a.pageResults:hover
{
	text-decoration	: none;
}

a.pageResults_page
{
	font-size	: 13px;
	background	: #ededed;
	padding	: 1px;
	padding-left	: 6px;
	padding-right	: 6px;
	color		: #7f7f7f;
	border		: 1px solid #7f7f7f;

	margin: 1px;
}

	a.pageResults_page:hover
	{
		background	: #7f7f7f;
		color		: #ededed;
	}

a.pageResults_active
{
	font-weight	: bold;
	background	: #ff7d00;
	color		: #ededed;
}

a.pageResults_arrow
{
	padding	: 5px;
	padding-left	: 6px;
	padding-right	: 6px;
}

	a.pageResults_arrow:hover
	{
		background	: #ededed;
	}