/*
  $Id: stylesheet.css 341 2005-12-09 03:58:53Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2005 osCommerce

  Released under the GNU General Public License
*/

/* Reset defaults */
* {
  padding: 0;
  margin: 0;
}
/* Compensate for Firefox */
select { min-width:1.5em; }

li, dd {
  margin-left: 20px;
  
}

body {
  font: 11px;
  font-family:  Verdana, Arial, sans-serif;
  color:#565656;
  background-color:#FFFFFF;
}


 
 
h1 {
  color: #9A9A9A;
  font-family:  'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  white-space: nowrap;
  padding-top:0px;
  margin-top:0px;
}

h2 {
  color: #9A9A9A;
  font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  white-space: nowrap;
}

td, p {
  
  font-size: 10px;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 10px;
}

img {
  border: 0;
}

/*
 * Layout
 */

#pageHeader {
  height: 73px;
  width: 100%;
  
}

#headerLogo {
}

#headerIcons {
  text-align: right;
  padding-top: 20px;
  height: 33px;
}

#headerBar {
  padding: 0 0.5em;
  background-color:#3363f3;
}

#pageContent {
  padding: 5px;
}

#pageColumnLeft {
  width: 125px;
  padding: 5px;
}

#pageColumnRight {
  width: 125px;
  padding: 5px;
}

#pageFooter {
  padding: 5px;
}

#pageFooter p {
  text-align: center;
}

/*
 * End Layout
 */

#headerBar, #footerBar {
	color: #818181;
  /*background-color: #BBC3D3;
  padding: 2px;
  
  font-weight: bold;*/
}

#footerBar a{
	color: #818181;
}

#footerBar a:hover{
	color: red;
}

#breadcrumb {
	font-size:9px;
	color:#7C7B7B;
}

#breadcrumb a{
	font-size:9px;
	color:#7C7B7B;
	
}

.pageIcon {
  float: right;
  margin-right: 10px;
}

.messageStack {
  border-width: 1px;
  border-style: dotted;
  border-color: #C8AD91;
  background-color: #FFFCF5;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #465584;
  margin: 5px;
}

.moduleBox {
}

.moduleBox .content {
  border-width: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  background-color: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding: 5px;
  margin-bottom: 5px;
}

.moduleBox .outsideHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
}

.submitFormButtons {
  padding: 5px;
}

.listingPageLinks {
  padding: 5px;
}

.moduleRow { }

.moduleRowOver {
  background-color: #D7E9F7;
}

.moduleRowSelected {
  background-color: #E9F4FC;
}

.inputRequirement {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #FF0000;
}


/*//////////////////////*/
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.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; font-weight: normal; }

A {
  color: black;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
  display: inline;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: white;
  font-weight : bold;
}

A.headerNavigation {
  color: white;
}

A.headerNavigation:hover {
  color: white;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: white;
  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: white;
  font-weight: bold;
  text-align: center;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  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: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: white;
  vertical-align: top;
}

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: #f8f8f9;
}

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: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: white;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

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: black;
}

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;
}

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;
}

.boxCheckoutTrail {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #8c8c8c;
}

.boxCheckoutTrailActive {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #FF8400;
}

/* 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; }


/* CSS Boxes */

.boxGroup {
  border-width: 1px;
  border-color: #bbc3d3;
  border-style: solid;
}

.boxNew {
}

.boxTitle {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: white;
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
}

.boxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding: 3px;
}

#MenuBar{
	background-color:red;
	border:1px solid yellow;
	/*padding:10px;*/
	position:relative;
	
	/*width:700px;*/
	
  	
}

/* -----------------------------------   inner menu stuf */
#innerMenuSubItem{
	font-size:10px;
	color:#034689;
	font-weight:normal;
	padding-left:22px;
}

#innerMenuSubItem a{
	font-size:10px;
	color:#818181;
	font-weight:normal;
	text-decoration:none;
}

#innerMenuSubItem a:hover{
	color:#034689;
}

.innerMenuItem{
	color:#034689;
	font-size:13px;
	font-weight:bold;
	padding-left:20px;
}

.innerMenuItem a{
	color:#818181;
	font-size:13px;
	font-weight:bold;
	
	
}

.innerMenuItem a:hover{
	color:#034689;
	
} 

/* ---------------------------------   topic side menu */
.topicSideMenuTitle{
	font-size:16px; 
	font-weight:bold; 
	color:#adadad;
}

.topicSideMenuItem{
	color:#7C7B7B;
}

.topicSideMenuItem a{
	color:#7C7B7B;
}

.topicSideMenuItem a:hover{
	color:#034689;
	text-decoration:none;
}

.topicSideMenuItemSelected{
	color:#034689;
}

/* --------------------------------  Items */
.ItemPhoto{
	width:150px;
	height:150px;
	border:1px solid green;
	
	align:middle;
	
}


/* --------------------------------  topic box */
.TopicDescription{
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size:13px;
}

.TopicDescription P{
	font-size:13px;
}

.TopicDescription a{
	font-size:13px;
	color:blue;
}



#InnerUpGrad{
	background-image:url(images/grad-up.gif); 
	background-position:top;	
	background-repeat:repeat-x
}

#InnerDownGrad{
	background-image:url(images/grad-down.gif); 
	background-position:top;	
	background-repeat:repeat-x
}