/*
  $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: 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; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 8px;
  border: 1px solid #CCC;
}

A, A:visited {
  color: #369;
  font-weight: bold;
  text-decoration: none;
}

A:hover {
  color: #900;
  text-decoration: underline;
}

#column-right .signup {
	background-color: #fff;
	border: 1px solid grey;
	padding: .5em;
}

FORM {
	display: inline;
}

h4 {
	font-size: 11px;
}

TR.header {
  background: #fffae6;
  height: 107px;
}

TR.headerNavigation {
  background: #fffae6;
  height: 27px;
 }

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #fffae6;
  color: #000;
  font-weight : normal;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  text-align: center;
}

A.headerNavigation { 
  color: #369;
  font-weight: normal;
  display: block;
  padding: 5px;
}

A.headerNavigation:hover {
  color: #900;
  text-decoration: none;
  background-color: #fff;
}

TD.phone {
	font-weight: bold;
	border-left: 0;
	}
	
A.checkout {
	font-weight: bold;
	color: #000;
	}

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;
}

DIV#footer {
	background-color: #fffae6;
	border-top: 1px solid #CCC;
}

.infoBox {
  /*background: #b6b7cb;*/
}

.infoBoxContents, #collections {
  /*background: #f8f8f9;*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

#collections {
	text-align: center;
	/*border: 1px solid red;*/
	}

.collection {
	text-align: center;
	/*border: 1px solid red;*/
	width: 100px;
	margin-bottom: 15px;
	margin-left: 30px;
	/*margin-right: 15px;*/
}

.coll_image {
	text-align: center;
	/*border: 1px solid red;*/
}

.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: #bbc3d3;*/
  color: #666;
	padding-top: 10px;
	padding-bottom: 5px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.searchbox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  /*background: #bbc3d3;*/
  color: #666;
 }

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: #FFFFFF;
  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: 12px;


	color: #990000;
	font-weight: bold;
	text-align: center;
	padding: 20px;
	
	width: 100%;

}

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, .footer_table {
  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; }

/* Interlink Specific */
input.publish, a.purchase {
	/*padding: 1px;*/
	border-width: 0px;
	color: red;
	background-color: white;
	font-weight: bold;
	/*border: 1px solid green;*/ 
	width: 75px;
}

.product_name, .product_subtitle, .product_more_info {
	font-size: 13px;
	font-weight: bold;
	color: #900;
	line-height: 130%;
	}
.product_subtitle, .product_more_info {
	font-size: 11px;
	}
.product_more_info {
	color: #000;
	}

.product_attributes {
	line-height: 130%;
	}

.featured_reviews {
	color: #900;
	}
	
.imprint_logo {
	text-align: center;
	font-weight: bold;
	color: #666;
	font-size: 12px;
	}

.review_header {
	font-weight: bold;
	}	
	
/* Arris Specifc? */
#left_navigation, #right_navigation {
	background-color: #666;
	}
	
td.footer_table {
	background-color: #333333;
	color: #fff;
	padding: 10px;
	}
	
#column_left, #column_right {
	background-color:#eee;
	}
	
#column_left {
  border-right: 1px solid #CCC;
}

#column_right {
  border-left: 1px solid #CCC;
  text-align: center;
}

.new_products .infoBoxContents, .new_products .infoBox, .new_products .infoBoxHeading {
	background-color:#fff;
	border: 0px solid #ccc;
}
/*********************/

.title {
	font-size: 13px;
	}
	
.author_etc {
	color: #990000;
	font-weight: normal;
	}
	
.image {
	margin-right: 10px;
	float: left;
	}
	
.products_intro {
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	}
	
/* home page styles */

.new_products {
	/* border: 1px solid red; */
	width: 100%;
}

.home_content {
	/* border: 1px solid green; */
}

.home_header {
	color: #990000;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}

.home_category, .categories_name {
 font-family: Verdana, Arial, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	background-color: #fffae6;
	/*display: block;*/
	padding: 5px;
	text-align: center;
	border: 1px solid #ccc;
}

.home_category {
	/* border: 1px solid blue; */
	clear: both;
}

.categories_name {
	margin-bottom: 15px;
}

.home_product {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: top;
	/* width: 50%; */
}

.home_product {
	/* border: 1px solid red; */
	float: left;
	clear: left;
	width: 48%;
	padding: 5px 1%;
}

.home_product.right {
  float: right;
  clear: right;
}

.booktitle {
	color: #0066FF;
	}
a:link.booktitle,
a:visited.booktitle,
a:hover.booktitle,
a:active.booktitle {
	font-weight: bold;
	}
	
a:hover.booktitle,
a:active.booktitle {
	text-decoration: underline;
	}

.home_author {
	font-weight: normal;
	color: #333333;
}

.sub_cat {
	display: block;
	/*border: 1px solid red;*/
	margin-left: 10px;
	margin-top: 6px;
	margin-bottom: 6px;
}

td, font {
	font-size: 10px;
	}

.award {
	font-weight: bold;
	margin-bottom: 10px;
}

.more {
	margin-top: 0;
}

.home_product p {
	margin-bottom: 0;
	}
	
.related_name {
	margin: 0 0 15px 0;
	padding: 0;
}