/*
  $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
*/

.boxText {  font-size: 12px; }
.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: 0;
  padding: 0;
  font-family: Calibri, Candara, Arial, Verdana;
  background-color: #094a86;
}

*, html {
	margin: 0;
	padding: 0;
	text-decoration: none;
	line-height: 1;
	list-style: none;
}

h1 {
	font-size: 19px;
	color: #bb0031;
}

h2 {
	font-size: 17px;
	font-weight: normal;
	color: #000000;
	margin: 30px 0 0 0;
}

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-size: 10px;
  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, 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-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.BoxBottoms {
	margin: 0 0 8px 0;
}

.infoBox {
  background: #b6b7cb;
  margin: 0 0 0 0;
}

.infoBoxContents {
  background: #f1f1f1;
  font-size: 12px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 10px;
}

.infoBoxHeading {
	background-image: url(assets/images/side_top_back.gif);
	height: 25px;
}

TD.infoBoxHeading,
/* BOF: Added for Links in Infobox Headings */
TD.infoBoxHeading A,
TD.infoBoxHeading A:hover {
/* EOF: Added for Links in Infobox Headings */
  font-size: 14px;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  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: #094a86;
  border-spacing: 1px;
}

.productListing-heading {
  font-size: 12px;
  background: #094a86;
  color: #FFFFFF;
  font-weight: bold;
  padding: 3px 0 3px 0;
}

.productListing-heading a {
	padding: 0;
	margin: 0;
}

TD.productListing-data {
  font-size: 12px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-size: 12px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

SPAN.greetUser {
  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 {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo {  font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent {  font-size: 10px; color: #000000; }

/* message box */

.messageBox {  font-size: 10px; }
.messageStackError, .messageStackWarning {  font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess {  font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement {  font-size: 10px; color: #ff0000; }


.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 194px; /* Width of Menu Items */
}

.suckerdiv ul li{
}

/*1st level sub menu style */
.suckerdiv ul li ul{
width: 200px; /*sub menu width*/
display: none;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{
display: none;
left: 194px; /* Parent menu width - 1*/
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li a, .suckerdiv ul li ul li a:link, .suckerdiv ul li ul li a:active, .suckerdiv ul li ul li a:visited{
background-color: #f1f1f1;
color: #404040;
border: none;
font-size: 12px;
margin: 0;
padding: 2px 0 2px 6px;
background-image: none;
height: 14px;
width: 188px;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li a{
background-color: #222222;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li ul li a{
background-color: #222222;
}

/* menu links style */
.suckerdiv ul li a, .suckerdiv ul li a:link, .suckerdiv ul li a:active, .suckerdiv ul li a:visited{
display: block;
color: #FFFFFF;
text-decoration: none;
background-image: url(assets/images/side_top_back.gif);
background-repeat: repeat-x;
background-color: #6f0a24;
height: 19px;
padding: 6px 0 4px 6px;
border: none;
font-size: 14px;
}

.suckerdiv ul li a:hover{
color: black;
text-decoration: none;
}

.suckerdiv ul li ul li a:hover{
color: #cd1041;
text-decoration: none;
}

.suckerdiv ul li ul li ul li a:hover{
background-color: yellow;
color: black;
text-decoration: none;
}

/* The main categories with sub-categories */
.suckerdiv .subfolderstyle{
background: url(images/arrow-list.gif) no-repeat center right;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul .subfolderstyle {
background-color: #222222;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul .subfolderstyle {
background-color: #222222;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul li ul .subfolderstyle {
background-color: #222222;
}

/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */


/*TECALEMIT CUSTOM CSS*/
#TopTabs {
	width: 465px;
	margin: 86px 0 0 0;
	float: right;
}

#TopTabs li {
	float: left;
}

#TopTabs li a, #TopTabs li a:link, #TopTabs li a:active, #TopTabs li a:visited {
	width: 90px;
	height: 20px;
	padding: 3px 0 0 0;
	margin: 0 0 0 3px;
	background-image: url(assets/images/menu_back.gif);
	color: #FFFFFF;
	text-align: center;
	display: block;
	font-size: 13px;
}

#TopTabs li a:hover {
	text-decoration: underline;
}

#TopBar {
	background-image: url(assets/images/topbar.gif);
	height: 27px;
	padding: 7px 0 0 12px;
	font-size: 13px;
	color: #ff0000;
}

#TopBar a {
	color: #fff;
}

#TopTel {
	color: #4c4c4c;
	font-size: 22px;
	width: 200px;
	text-align: right;
	position: absolute;
	top: 22px;
	left: 774px;
}

#TopTel small {
	font-size: 12px;
}

.SideBars {
	width: 194px;
	background-color: #062949;
	padding: 5px 6px 7px 7px;
	background-image: url(assets/images/bigside_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#Container {
	text-align: left;
	margin: 0 auto;
	width: 990px;
	position: relative;
	background-image: url(assets/images/backgroundlogo.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: 5px solid #ffffff;
	border-top: none;
}

#MainContent {
	margin: 30px 0 30px 17px;
	width: 533px;
}

#MainContent ul {
	margin: 20px 0 0 0;
}

#MainContent ul li {
	list-style: disc;
	font-size: 14px;
	color: #37393a;
	margin: 5px 0 0 30px;
}

#MainContent p {
	font-size: 14px;
	line-height: 20px;
	color: #37393a;
	margin: 25px 0 0 0;
	text-align: justify;
}

#MainContent .smallText {
	font-size: 11px;
}

#SideBox1 .boxText, #SideBox4 .boxText, #SideBox5 .boxText {
	padding: 3px 10px 3px 9px;
}

#SideBox2 .infoBoxHeading {
	display: none;
}

#SideBox2 .infoBox {
  margin: 0 0 0px 0;
  border: none;
}

#SideBox2 .infoBoxContents img {
	display: none;
}

#SideBox3 .boxText {
	padding: 3px 0 3px 0;
}

#MiddleBox1 .infoBoxContents {
	padding: 3px 0 3px 0;
	font-size: 12px;
}

.FooterText {
	font-size: 12px;
	color: #37393a;
}