/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

TD.smallTexts, SPAN.smallTexts, P.smallTexts {
  font-family: Arial, Helvetica, sans-serif;
  font-size : 12px;
  color:#646464;
}

.boxText { font-family: Arial, sans-serif; font-size: 12px; }
.errorBox { font-family : Arial, sans-serif; font-size: 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, sans-serif; font-size: 12px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial, sans-serif; font-size: 12px; color: #70d250; text-decoration: underline; }

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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

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

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, 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, Arial, sans-serif;
  font-size : 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

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

.infoBox {
  background: #d8d8d8;
}

.infoBoxContents {
  background: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

TD.infoBoxHeading {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #e6e6e6;
  color: #404040;
  padding-left:15px;
  height:22px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

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: #d8d8d8;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #ffffff;
  color: #333333;
  font-weight: bold;
  height:20px;
}

TD.productListing-data {
  font-family: Arial, sans-serif;
  font-size: 12px;
}
TD.productListing-data1 {
  font-family: Arial, sans-serif;
  font-size: 11px;
  background-color:#FFFFFF;
  padding:10px;
  
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #d30424;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

TD.accountCategory {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, sans-serif;
  font-size : 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, sans-serif;
  font-size : 12px;
}

TD.tableHeading {
  font-family: Arial, sans-serif;
  font-size : 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: 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, Arial, sans-serif;
  font-size : 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Arial, sans-serif;
  font-size : 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #dedcdc; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #dedcdc; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, sans-serif; font-size: 12px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, sans-serif; font-size: 12px; color: #000000; }

/* message box */

.messageBox { font-family: Arial, sans-serif; font-size: 12px; }
.messageStackError, .messageStackWarning { font-family: Arial, sans-serif; font-size: 12px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, sans-serif; font-size: 12px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial, sans-serif; font-size: 12px; color: #ff0000; }

/*-----------------------------------------------------------SALTLAKE SMS-------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------*/
/*   $$$$$$--- Added style from HTML style from here  -----$$$$$$ */


/*Common*/

html, body {
	font-size : 12px;
    font-family: Arial, helvetica, sans-serif;
    color:#666666;
	margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
	padding: 0;
	border: none;
}

.header_prod{
	font-size : 12px;
    font-family: Arial, helvetica, sans-serif;
    color:#666666;
}

A:link {text-decoration: none; color: #404040;}
A:visited {text-decoration: none; color: #404040;}
A:active {text-decoration: none; color: #404040;}
A:hover {text-decoration: none; color: #d30424;}

A:linked {text-decoration: none; color: #ffffff;}

h3 { font-family: Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #404040;
	margin-bottom: 0px;	
}

h2 { font-family: Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #404040;
	margin-bottom: 5px;
}
h1 { font-family: Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #d30424;
	margin-bottom: 0px;	
}

.bold
{
    font-family: Arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
    color: #17578d;
}


.links {
    font-size : 12px;;
	color: #404040;
    font-family:Arial, helvetica, sans-serif;
}
.links a:link {
	color: #404040;
	text-decoration: none;
}
.links a:visited {
	color: #404040;
	text-decoration: none;
}
.links a:hover { 
	color: #d30424;
	text-decoration: none; 
}
.links a:active {
	color: #404040;
	text-decoration: none;
}
.header
{
    font-family: Arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
    color: #000000;
}

/*Table Properties*/

#outside-box {
    margin:auto;
	text-align: left;
	width: 9410px;
	height: 100%;
	padding: 0px;
}
#banner-box {
	 background-image:url(graphics/banner-bg.gif);
	 margin: 0 auto;
	 text-align: center;
	 width: 100%;
	 height: 75px;
}
#top-menu-box {
	 background-image:url(graphics/small-bg1.gif);
	 margin: 0 auto;
	 text-align: center;
	 width: 100%;
	 height: 25px;
	 border-top-width: 1px;
	 border-top-style: solid;
	 border-top-color: #ffffff;
	 border-bottom-width: 1px;
	 border-bottom-style: solid;
	 border-bottom-color: #ffffff;
	 
}
#content-box {
     background-color: #ffffff;
	 margin: 0 auto;
	 text-align: center;
	 width: 100%;
	 height: 625px;
	 border-left-width: 1px;
	 border-left-style: solid;
	 border-left-color: #17578d;
	 border-right-width: 1px;
	 border-right-style: solid;
	 border-right-color: #17578d;
}
#bottom-box {
	 background-image:url(graphics/small-bg2.gif);
	 margin: 0 auto;
	 text-align: center;
	 width: 100%;
	 height: 25px;
	 border-top-width: 1.5px;
	 border-top-style: solid;
	 border-top-color: #ffffff;
	 border-bottom-width: 1.5px;
	 border-bottom-style: solid;
	 border-bottom-color: #ffffff;
}
#bottom-2 {
     background-color: #ffffff;
	 margin: 0 auto;
	 text-align: center;
	 padding: 0px;
	 width: 100%;
	 height: 2px;
	 border-top-width: 3px;
	 border-top-style: solid;
	 border-top-color: #17578d;
	 border-bottom-width: 2px;
	 border-bottom-style: solid;
	 border-bottom-color: #4b87ac;
}
#header-box {
	background-color: #17578d;
	margin: 0 auto;
	text-align: center;
	padding: 0px;
	width: 100%;
	height: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;}
	
	
	

.border{
border: 1px solid #d8d8d8; }

.menuborder{
border-right: 1px dashed #d8d8d8; }

.boldtext
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#404040;
	padding-left:10px;
	
	}

.page-title
{
	background:url(images/heading_arrow.jpg) no-repeat center left;
	margin-left:5px;
}

.header
{
background-image:url(images/banner.gif);
	width:583px;
	height:234px;
	background-repeat:no-repeat;
	}

.title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#404040;
	padding-bottom:7px;
	}
.product
{
	background-image:url(images/product-display.jpg);
	width:270px;
	height:115px;
	background-repeat:no-repeat;
	}
.shopping_cart{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#4c4c4c; text-decoration:none; }
A.linkviews{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#d30424; text-decoration:none; font-weight:bold; }
A.linkviews{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#d30424; text-decoration:none; font-weight:bold; }
A.linkviews:hover{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#404040; text-decoration:none; font-weight:bold;}

.linkmenus{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#404040; text-decoration:none; }
.linkmenus a{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#404040; text-decoration:none; }
.linkmenus a:hover{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#d30424; text-decoration:none;}

A.linked{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#ffffff; text-decoration:none; }
A.linked{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#ffffff; text-decoration:none; }
A.linked:hover{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#404040; text-decoration:none;}

.textbox{
border:1px solid #a60909;
width:130px;
height:15px;}


.text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
	}
.links_bg{
	padding-left:0px;
}
.links_bg a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#565a63;
	display:block;
	text-decoration:none;
	line-height:18px;
}
.links_bg li a:hover{
	color:#3d66d3;
	}


body
{
	margin:0;
	padding:0;
	background-image:url(images/header-bg.jpg); background-repeat:repeat-x;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#666666;}


.border{
border: 1px solid #d8d8d8; }

.borderpro{
border: 1px solid #c3c3c3; padding:5px; }

.menuborder{
border-right: 1px dashed #d8d8d8; }

.boldtext
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#404040;
	padding-left:10px;
	
	}

.page-title
{
	background:url(images/heading_arrow.jpg) no-repeat center left;
	margin-left:5px;
}

.header
{
background-image:url(images/banner.gif);
	width:583px;
	height:234px;
	background-repeat:no-repeat;
	}

.title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#404040;
	padding-bottom:7px;
	}
.product
{
	background-image:url(images/product-display.jpg);
	width:270px;
	height:115px;
	background-repeat:no-repeat;
	}
	
.productlink a{font-family:Arial, Helvetica, sans-serif; font-size:8px; color:#343434; text-decoration:none;}
.productlink a:hover{font-family:Arial, Helvetica, sans-serif; font-size:8px; color:#99071a; text-decoration:none;}
	
.linkview{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#d30424; text-decoration:none; font-weight:bold; }
.linkview:hover{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#404040; text-decoration:none; font-weight:bold;}

.linkmenu{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#404040; text-decoration:none; }
.linkmenu:hover{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#d30424; text-decoration:none;}

.link{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#ffffff; text-decoration:none; }
.link:hover{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#404040; text-decoration:none;}

.textbox{
border:1px solid #a60909;
width:130px;
height:15px;}


.text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
	}

.indent
{	
	margin-left:25px;
	line-height:1.5em;
	list-style:square;
}


.footer-text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-align:center;
	padding-top:12px;
}


.footers a
{
	color:#99c704;
	text-decoration:none;
}

.footer a:hover
{
	color:#ffffff;
}