/*
  $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: #E9E9E9;
  margin: 0px;
  font-family: Tahoma, Verdana, Arial;
  font-size: 14px;
  color: #333;
}

#wrapper {
	float: left;
	width: 100%;
	height: auto;
	background-image: linear-gradient(bottom, rgb(204,204,204) 9%, rgb(233,233,233) 55%);
	background-image: -o-linear-gradient(bottom, rgb(204,204,204) 9%, rgb(233,233,233) 55%);
	background-image: -moz-linear-gradient(bottom, rgb(204,204,204) 9%, rgb(233,233,233) 55%);
	background-image: -webkit-linear-gradient(bottom, rgb(204,204,204) 9%, rgb(233,233,233) 55%);
	background-image: -ms-linear-gradient(bottom, rgb(204,204,204) 9%, rgb(233,233,233) 55%);
	margin-bottom: 20px;
}

#inner_wrapper {
	float: left;
	width: 100%;
	height: auto;
	background-image: url(images/bg_footer.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	padding-bottom: 50px;
}

#main {
	width: 1000px;
	margin: 0 auto 0 auto;
}

#header {
	height: 90px;
	padding-top: 20px;
}

#menu {
	float: left;
	width: 1000px;
	height: auto;
	margin-bottom: 20px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #333;
}

.menu_item {
	float: left;
	height: auto;
	width: auto;
}

.menu_item_text {
	float: left;
	height: auto;
	width: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-family: "Maiden orange";
	font-size: 24px;
	color: white;
	cursor: pointer;
}

.single_box {
	display: none;
	float: left;
	width: 200px;
	position: absolute;
	margin-top: 50px;
	margin-left: 10px;
	background: #333333;
	border-radius: 5px;
	padding: 10px 20px;
	color: white;
	z-index: 10000;
}

.single_box a {
	color: white;
}

.single_box a:hover {
	color: white;
}

.tripple_box {
	display: none;
	float: left;
	width: 680px;
	position: absolute;
	margin-top: 50px;
	margin-left: 10px;
	background: #333333;
	border-radius: 5px;
	padding: 10px 20px;
	color: white;
	z-index: 10000;
}

.tripple_box a {
	color: white;
}

.tripple_box a:hover {
	color: white;
}

.drop_menu {
	width: 210px;
	margin: 3px;
	float: left;
}

#content {
	float: left;
	width: 1000px;
	height: auto;
}

#footer {
	width: 1000px;
	margin: 0 auto 0 auto;
}

#shopping_cart {
	background: #E41618;
	border-radius: 6px;
	color: white;
	font-size: 14px;
	padding: 20px;
}

#shopping_cart a {
	color: white;
}

#categories {
	background: #C71212;
	border-radius: 6px;
	color: white;
	font-size: 14px;
	padding: 20px;
}

#categories a {
	color: white;
}

A {
  color: #333;
  text-decoration: none;
}

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

a.mt {
	font-family: "Maiden orange";
	font-size: 24px;
	color: white;
	text-decoration: none;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #333333;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #333333;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation {
  color: #FFFFFF;
}

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

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

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #333333;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #ffffff;
  border-radius: 4px;
  margin-bottom: 5px;
}

.infoBoxContents {
  background: #FFFFFF;
  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: #333333;
  color: #ffffff;
  border-radius: 4px;
  height: 30px;
}

TD.infoBoxHeading a {
	color: white;
}

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

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

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

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

.listingBox {
	border: 1px dashed #ccc;
	border-radius: 5px;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: "Maiden orange";
  font-size: 24px;
  color: #333333;
}

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;
  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: 16px;
  color: #CC0033;
  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; }

TD.linkListing-data {
  border-right: 1px solid #b6b7cb;
  border-bottom: 1px solid #b6b7cb;
  padding: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.linkListing-odd {
  background: #FFFFFF;
}

TR.linkListing-even {
  background: #F5F5F5;
}

.yearHeader { font-family: Helvetica, Arial, Verdana; font-size: 14px; font-weight: bold; color: #000000; background-color: #FFFFFF; text-decoration: none;} .calendarMonth { background-color: #BBC3D3; cursor: default; width: 100%;}
.calendarHeader { font-family: Helvetica, Arial, Verdana; font-size: 11px; font-weight: bold; color: #000000; background-color: #FFFFFF; text-decoration: none; height: 22px;}
.calendarToday { font-family: Arial, Verdana; font-size: 10px; color: #000000; background-color: #FFCF00; padding-left : 3px; text-decoration: none; border:1px solid #FFFFFF; height: 22px; width: 18px;}
.calendarWeekend { font-family: Arial, Verdana; font-size: 10px; color: #000000; background-color: #CAEEFF; padding-left : 3px; line-height: 14px; text-decoration: none; border:1px solid #FFFFFF; height: 22px; width: 18px;}
.calendar { font-family: Arial, Verdana; font-size: 10px; color: #000000; background-color: #FFFFFF; padding-left : 3px; line-height: 14px; text-decoration: none; border:1px solid #FFFFFF; height: 22px; width: 18px; }
.event { font-family: Arial, Verdana; font-size: 11px; color: #000000; background-color: #FFFFFF; text-decoration: none; border:1px solid #E6E6E6; }
.empty { background-color: #F0FAFF; line-height: 14px; height: 22px; width: 18px; }
.calendar A:hover, .calendar A:link, .calendar A:visited, .calendar A:visited:hover, .yearHeader A:hover {color: red; text-decoration: underline;}
.calendarWeekend A:hover, .calendarWeekend A:link, .calendarWeekend A:visited, .calendarWeekend A:visited:hover {color: red; text-decoration: underline;}
.calendarToday A:hover, .calendarToday A:link, .calendarToday A:visited, .calendarToday A:visited:hover {color: red; text-decoration: underline;}

fieldset
{
border: #333333 solid 1px;
}

legend
{
background: #FFFFFF;
border: #333333 solid 1px;
padding: 1px 10px;
}

.photoTitle {
	font-size: 12px;
	font-weight: bold;
}

.description {
	text-align: left;
	padding: 10px;
	border: 1px;
	border-style: solid;
	border-color: #333333;
	background: #FFFFFF;
}

.button:link
{
	border-color: #333333;
	border-style: outset;
	border-width: 3px;
	padding: 2px 10px 2px 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: #333333;
	color: #ffffff;
	float: right;
	margin-right: 10px;
}

.button:hover
{
	border-style: inset;
	color: #ffffff;
	text-decoration: none;
	background: #CAEEFF;
	color: #000000;
}

.progress {
	width: 1px;
	height: 14px;
	color: white;
	font-size: 12px;
   overflow: hidden;
	background-color: navy;
	padding-left: 5px;
}

TD.productDesc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #808080;
  padding: 1px 7px 1px 7px;
}

.catText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.box {
	padding: 20px;
	background: #ffffff;
	border-radius: 6px;
}

.product_name {
	font-size: 30px;
	font-family: "Maiden orange";
}

#search {
	background: white;
	border-radius: 6px;
	width: 500px;
	padding: 10px;
	float: right;
}

#search_box {
	width: 93%;
	border: 0;
	height: 20px;
	font-size: 15px;
	color: #CECECE;
	outline: none;
}

#email {
	width: 520px;
	float: right;
}

.slideshow img {
	border-radius: 6px;
}

#news {
	margin-top: 20px;
}

#news img {
	border-radius: 6px;
}

/* replaces old "select width settings" in currencies.php, manufacturers.php box and search.php box */
.boxText select {
width: 95%;
}
/* set pageheading text (now included in h1 tag) size back to normal size */
h1 {
margin-bottom: 20px;
font-family: "Maiden orange";
font-size: 24px;
font-weight: normal;
color: #333333;
}

