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

*/

span.featuredHeader
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight : bold;

}

#container {
	width: 760px;
  margin: 5px auto auto auto;
	text-align:center;
	/*border: solid 2px #000000;*/
	background: #000000;
}
#top_head {
	padding: 20px;
	background-color:#D2D2D2;
	border-bottom: solid 1px #878787;
}
.smallFooterText {
	color: black;
	font-size: 10px;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
}

.heading {
	color: black;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.heading_welcome {
	color: black;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.boxText { font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
.errorBox { font-family : Arial, Helvetica, sans-serif; font-size : 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, Helvetica, sans-serif; font-size : 11px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial, Helvetica, sans-serif; font-size : 11px; color: #70d250; text-decoration: underline; }

BODY {
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding:0px;
*text-align:center;
background-color:#494848;

/*
  color: #000000;
 	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
*/


 /* margin: 0px;*/
}

#RFQ, #RFQ TD {
  font-size: 11px;
}

A:link {
  color: #000000;
  text-decoration: none;
}

A:visited {
  color: #000000;
  text-decoration: none;
}

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #878787;
}

TD.headerNavigation {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #878787;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation:link { 
  color: #FFFFFF; 
  text-decoration: none;
}

A.headerNavigation:visited { 
  color: #FFFFFF; 
  text-decoration: none;
}

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

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #878787;
}

TD.footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #878787;
  color: #ffffff;
  font-weight: bold;
}

TD.specials {
  background: #6B010D;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
}

a.footerlink {
  color:white;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

a.footerlink:hover {
  text-decoration: underline;
}

/* side boxes */
.infoBox {
  background: #000000; /*#135BAD;*/
  border-left: solid 1px black;
  border-right: solid 1px black;
  border-top: solid 1px black;
  /*border-bottom: solid 1px black;*/
}

.featureBox {
  background: #000000; /*#135BAD;*/
  border-left: solid 1px black;
  border-right: solid 1px black;
  border-top: solid 1px black;
}

.infoBoxTop {
	background: #FFF8FE url(images/minde/box_top_bg2.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.infoBoxContents {
  background: /*#F3E3CC;*/ #D2D2D2;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #D2D2D2;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

TD.infoBoxHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #135BAD url(images/minde/box_top_bg.gif);
  color: #ffffff;
  height: 20px;
}

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

/* page columns */

.columnLeft {
	background: #FFFFFF;
	/*padding : 2px 2px 2px;*/
}

.columnRight {
	background: #FFFFFF;
	padding : 2px 2px 2px;
}

.columnCenter {
	background: #FFFFFF;
	padding : 5px 5px 5px;
	border-right : solid 1px black;
	/*border-bottom : solid 1px black;*/
}

.price {
  color: #FF0000;
  font-weight: bold;
}

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: #D2D2D2; /*#f8f8f9;*/
}

.productListing {
  border-right:colid 1px black;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #C4C4C4;
  border-spacing: 0px;

}

/*MAM*/
TD.productListingTop {
  background: #135BAD url(images/minde/product_top_bg.gif);
}

TD.productListingBot {
  background: #135BAD url(images/minde/product_bot_bg.gif);
}

TD.productListingCont{
  border-left: 1px solid #C4C4C4;
  border-right: 1px solid #C4C4C4;
  border-spacing: 0px;
  font: 12px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}
/*MAM*/

.productListing-heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #6B010D;
  color: #FFFFFF;
  font-weight: bold;
}

.productListing-heading, .productListing-heading a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #3C6767;
  color: #FFFFFF;
  font-weight: bold;
}

.productListing-heading a:hover{color: #999999;}

TD.productListing-data {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  border-right: solid 1px white;
}

A.pageResults:link {
  color: #000000;
}

A.pageResults:visited {
  color: #000000;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.0;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

TD.accountCategory {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Arial, Helvetica, 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, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, Helvetica, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Arial, Helvetica, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; }

/* message box */

.messageBox { font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family: Arial, Helvetica, sans-serif; font-size: 11px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, Helvetica, sans-serif; font-size: 11px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #ff0000; }

TD.category_desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.0;
}

TABLE.categ {
	border: 0px;
	border-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

TD.categ {
     vertical-align: top;
}

/*----------------------------Suggest Styles--------------------------*/
.suggest_link {
	background-color: #FFFFFF;
	padding: 2px 6px 2px 6px;
	border: 1px solid #000000;	
	margin-bottom:-1px;
}
.suggest_link_over {
	background-color: #3366CC;
	padding: 2px 6px 2px 6px;
	border: 1px solid #000000;	
	margin-bottom:-1px;
}
#search_suggest {
	position: absolute; 
	background-color: #FFFFFF; 
	text-align: left; 	
}		
/*----------------------------End Suggest Styles------------------------*/


#menu{
height:37px;
line-height:37px;
background:url(/info/templates/as_gemini/images/menu-background.gif) repeat-x;
padding:0;
margin:0;
}


ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 18px;
	line-height: 37px;
	white-space: nowrap;
	border-right: 1px solid #cccccc;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #ffffff;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #000;
}
#feature_table{
	width:528px;
}

