/*
  $Id$

  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: 12px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
	color: Black;
	text-align: center;
	font-style: normal;
	visibility: visible;
	margin:0 auto;

  background: #0C78B1;
  background-image: url(./images/layout/body_bg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  color: #000000;
  margin: 0px;
  behavior: url('hover.htc')
}

font {
	font-family: Verdana, Arial, sans-serif;
}

table.pagina {
	background: White url(images/bg.gif) repeat;
}
table.middle {
	background: #FFF;
	width: 100%;
	padding-left:10px;
}
table.middle td {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #717171;
}
.header{
	background: url(images/header_bg.gif) repeat;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  text-decoration: none;
}

.menu_link, .title_link, .menu_link table {
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.title_link {
	color: #000;
}
.title_link:hover {
	color: #3D91BE;
}


.dashed_line {
	clear:both;
	border-top:1px dashed #717171;
	margin:5px 0;
}

.subcat{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #62C6FC;
}
.prod_list, .prod_list ul {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #717171;
	list-style-type: none;
	margin-left: 0; padding-left: 0;
}
.page_title {
	font-family: Trebuchet MS;
	font-size: 20px;
	font-weight: bold;
	color: #A3A2A2;
	padding: 5px 0px 2px 20px;
}

.line {
	background: url(./images/layout/shadow.gif) no-repeat;
}
FORM {
	display: inline;
}
table.menu_top {
	background: #3D91BE;
	margin-top: 5px;
}

table.menu_top td{
	padding: 10px;
	text-align: center;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}
img {
	display:block;
}

.search_off {
	background-image: url(./images/layout/search_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align:center;
	vertical-align:bottom;
	height: 26px;
  width: 199px;
	padding-bottom: 5px;
	border:1px solid #000;
}

.search_off:hover{
	background-image: url(./images/layout/search_input.gif);
	background-repeat: repeat-x;
	height: 26px;
	width: 199px;
	background-position: 0 0;
	font-size: 13px;
}
.search_focus {
	background: url(./images/layout/search_input.gif) repeat-x left bottom;
	text-align:left;
	vertical-align:bottom;
	height: 26px;
  width: 199px;
	padding-bottom: 5px;
	border:1px solid #000;
}

A.headerNavigation {
  color: #FFFFFF;
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 24px;
	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;
}

font.headerTab {
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}

TD.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #bbc3d3;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #BFFFC3;
}

.infoBox {
	background: White;
}

.infoBoxContents {
	background: White;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	border: thin solid Black;
	border: 1px;
}

.infoBoxNotice {
	background: Aqua;
}

.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: #ffffff;
}

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;

}

.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: #3D91BE;
  font-family: Tahoma;
  font-size: 11px;
  text-decoration: none;
}

A.pageResults:hover {
  color: #3D91BE;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #009933;
}

td.productName {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #015D1E;
}

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;
	border: 0px solid Gray;
}

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: inherit;
	font-size: 12px;
}

font.small {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

td.loginBoxHeader {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #009933;
	padding: 10px;
	padding-left: 5px;
}

input.menuButton {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border: 0px;
	background-color: #cae6cd;
	width: 100%;
	height: 17px;
	cursor: pointer;
}
input.menuButtonIE {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border: 0px;
	background-color: #cae6cd;
	width: 175px;
	height: 17px;
	cursor: pointer;
}

table.menuItem {
	height: 19px;
	width: 100%;
	padding: 1px;
}

font.productLink {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

font.footer {
	font-family: Verdana, Arial, sans-serif;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; }
.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: 12px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 12px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 12px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #ff0000; }

/*	item details	*/
.itemPrice {
	color: rgb(204, 51, 51);
	font-weight: bold;
	font-size: 12px;
}

.products_info_image
{
	cursor: pointer;
}

td.loginBox
{
	padding:3px;
	padding-left:5px;
}
td.loginBox label,a
{
	font-family: Verdana, Arial, sans-serif;
	color: #555;
	font-size: 10px;
	font-weight: bold;
}

input.loginInput, input.loginInput_hover, input.loginInput_selected {
	background-image: url(./images/layout/small_input.gif);
	background-repeat: repeat-x;
	height: 19px;
	width: 119px;
	background-position: 0 0;
	font-size: 11px;
	color:#FFF;
	font-weight: bold;
	padding-left: 5px;
}
input.loginInput_selected {
	background-position: 0 -38px;
}
input.loginInput_hover {
	background-position: 0 -19px;
}
.packages_table
{
	width: 100%;
}
.packages_table th
{
	color: #000;
	font-size: 11px;
	text-align:left;
	padding-left: 2px;
	font-weight: normal;
}

.packages_table td
{
	color: #000;
	font-size: 11px;
	text-align:left;
	padding-left: 6px;
}

.packages_table a
{
	color: blue;
}
.packages_table a:hover
{
	text-decoration: underline;
}

#custom_message
{
	text-align: left;
	padding-left: 0px;
}

#custom_message ul
{
	list-style-type: none;
	padding-left: 6px;
	margin-left: 0px;
}

#custom_message ul li
{
	padding-top: 6px;
}

#custom_message ul a
{
	text-decoration: none;
	color: red;
	font-size: 11px;
	font-weight: bolder;
}

#custom_message ul a:hover
{
	text-decoration: underline;
}

.custom_message
{
	background-color: #FFFFFF;
	margin-right: 10px;
	text-align: left;
	padding-left: 0px;
	border: 1px solid #044568;
}

.custom_message ul
{
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;
}

.custom_message ul li
{
	padding-left: 10px;
	padding-right: 10px;
}

.custom_message ul a
{
	text-decoration: none;
	color: #044568;
	font-size: 11px;
	font-weight: normal;
}

.custom_message ul a:hover
{
	text-decoration: underline;
}

#ajax_loader table td
{
	color: #000;
	font-size: 11px;
	text-align:left;
}

.simple_link
{
  text-decoration: none;
}

.simple_link img
{
  border: 0px;
}