/*
  $Id: stylesheet.css,v 1.26 2003/06/30 20:03:50 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2002 osCommerce

  Released under the GNU General Public License
*/

/* NEW */

BODY {
	background: #ffffff
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}

td {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

#main {
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 10px;
}

.text2 {
	color:#666;}

#page {
	width: 90%;
	margin: auto;
	text-align: left;
	background: #fff;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	
}

#headerarea {
    height: 150px;
   /* background: url('../images/tpl/background2.gif') top repeat-x #0f2c71;*/
    border-bottom: 1px solid #CCC;
	
}

#left {
    border-right: 1px solid #CCC;
    background: #fff;
    width: 300px;
}

#spacer {
	text-align: center;
	font-size: 10px;
	line-height: 2;
	border-top: 1px solid #CCC;
	border-right: 1px none #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px none #CCC;
}

#spacer a {
    font-size: 10px;
}

#center {
    width: 80%;
    text-align: center;
}

/*#left a {   color: #666; font-weight: normal; text-decoration: none; }*/
/*#left a:hover {   color: #666; font-weight: normal; text-decoration: underline; }*/

a.headerLink {  font-size: 11px; color: white; text-decoration: none; padding: 5px;}
a.headerLink:hover {  font-size: 11px; color: white; text-decoration: none; padding: 5px;}

a.splitPageLink:link {   color: #0000FF; font-weight: normal; text-decoration: none; }
a.splitPageLink:hover {   color: #0000FF; font-weight: normal; text-decoration: underline; }

/* menu box */
TD.menuBoxHeading {  font-size: 12px; font-weight: bold; color: #fff; background: #09C; padding: 5px;
/*border-bottom: 1px solid #fff;*/
background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

.menuBoxContent {   color: #999; font-size: 11px; padding: 5px;}
a.menuBoxContentLink:link {  color: #575757; text-decoration: none; }
a.menuBoxContentLink:hover {   color: #575757; text-decoration: underline; }
a.menuBoxContentLink:visited {  color: #575757; text-decoration: none; }

/* page */

.headerBar {
    height: 19px;
}

.headerBarContent {

    color: white;
	background:#39C;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

.columnLeft { }
.pageHeading {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: normal;
  color: #393;
}

/* data table */
.dataTableHeadingRow {
	background-color: #39C;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.dataTableHeadingContent {   color: #ffffff; font-weight: bold; }
.dataTableRow { background-color: #F0F1F1; }
a#this { color: blue; background: transparent;}
.dataTableRowSelected { background-color: #DEE4E8; }
.dataTableRowOver { background-color: #FFC; cursor: pointer; cursor: hand; }
.dataTableContent {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.dataTableContent:visited {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/* info box */
.infoBoxHeading {   font-size: 11px; color: #fff;  background-color: #39C; border-left: 2px solid #575757; 
background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;}
.infoBoxContent {   color: #000000; background-color: #fff; border-left: 1px solid #575757; }

/* menu box headings */
.menuBoxHeadingLink {   font-size: 12px; color: #fff; text-decoration: none;}
.infoBox { color: white; font-size: 11px; }

/* message box */

.messageBox {   }
.messageStackError, .messageStackWarning {   background-color: #ffb3b5; }
.messageStackSuccess {   background-color: #99ff00; }

/* forms */
CHECKBOX, INPUT, RADIO, SELECT, TEXTAREA, FILE {  font-size: 11px; }
FORM { display: inline; }

/* account */
.formArea { background-color: #f1f9fe; border-color: #7b9ebd; border-style: solid; border-width: 1px; }
.formAreaTitle { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold; }

/* attributes */
.attributes-odd { background-color: #f4f7fd; }
.attributes-even { background-color: #ffffff; }

/* miscellaneous */
.specialPrice { color: #ff0000; }
.oldPrice { text-decoration: line-through; }
.fieldRequired {   color: #ff0000; }
.smallText {   }
.main {  font-size: 12px; color: #666666; font-weight: bold; }
.errorText {   color: #ff0000; }

#none {
   background: white;
   width: 600px;
   }

.sub { color: #666666; font-size: 11px; }