/*
  $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
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #4e5f6b;
	margin: 0;
	padding: 0;
}

html, * {
	margin: 0;
	padding: 0;
	line-height: 1;
	list-style: none;
}


h1 {
	font-size: 19px;
	color: #333333;
	line-height: normal;
	font-weight: normal;
	margin: 40px 0 30px 40px;
}

h2 {
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

h2 a, h2 a:link, h2 a:visited, h2 a:active {
	border-bottom: 1px dotted #333333;
}

h2 a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #d33737;
	color: #333333;
}

h3 {
	font-size: 17px;
	color: #0d2f44;
	line-height: 20px;
	font-weight: normal;
	margin: 30px 0 0 40px;
}

h4 {
	color: #FFFFFF;
	font-size: 28px;
	font-weight: normal;
	line-height: 26px;
	margin: 0;
	padding: 0;
}

h5 {
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	padding: 0 0 0 40px;
}

a, a:link, a:visited, a:active {
	color: #d33737;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}




#Logo {
	background-image: url(../beta/assets/images/logo_back.jpg);
	width: 252px;
	height: 101px;
	line-height: normal;
	/*padding: 40px 0 0 15px;*/
}

#TopContact {
	float: right;
	color: #083562;
	font-size: 24px;
	width: 180px;
	text-align: center;
	margin: 25px 20px 0 0;
	padding: 0;
	line-height: 1;
	font-family: "Gill Sans MT", Arial;
}

#TopContact small {
	color: #909191;
	font-size: 12px;
	width: 180px;
	display: block;
	margin: 0;
	padding: 0;
}

#CustomHeader, #FlashHeader {
	width: 1048px;
	height: auto;
	margin: 0;
	text-align: left;
}

#BigImg {
	width: 807px;
	height: 245px;
	float: right;
	padding: 0;
	margin: 0;
}

#BigImg ul {
	list-style: none;
	width: 807px;
	padding: 0;
	margin: 0;
}

#BigImg ul li {
	float: left;
}

#BigFlash {
	width: 410px;
	height: 245px;
	background-image: url(../beta/assets/images/header_flash.jpg);
}

#BigRight {
	width: 397px;
	height: 245px;
	background-image: url(../beta/assets/images/header_right.jpg);
	padding: 100px 0 0 0;
}

#BigRight p {
	font-size: 14px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}



img {border: none;}

.boxText { font-family: "Gill Sans MT", Arial; font-size: 12px; padding: 0 0 0 0; display: block; }
.errorBox { font-family : "Gill Sans MT", Arial; font-size : 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : "Gill Sans MT", Arial; font-size : 12px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : "Gill Sans MT", Arial; font-size : 12px; color: #70d250; text-decoration: underline; }



FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #072d52;
  margin: 2px 0 2px 0;
  text-align: center;
  padding: 3px 0 3px 0;
}

TD.headerNavigation {
  font-family: "Gill Sans MT", Arial;
  font-size : 12px;
  background: #072d52;
  color: #ffffff;
  padding: 3px 0 3px 0;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:link { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

A.headerNavigation:visited {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: "Gill Sans MT", Arial;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: "Gill Sans MT", Arial;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #073a6d;
}

TD.footer {
  font-family: "Gill Sans MT", Arial;
  font-size : 12px;
  background: #073a6d;
  color: #ffffff;
}

.infoBox {
  background: #0b1927;
  margin: 0 0 20px 0;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: "Gill Sans MT", Arial;
  font-size : 12px;
}

TD.infoBoxHeading {
  font-family: "Gill Sans MT", Arial;
  font-size : 14px;
  font-weight: normal;
  background-image:url(images/infobox/box_centre.gif);
  /*background: #bbc3d3;*/
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: "Gill Sans MT", Arial;
  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: #f8f8f9;
  padding: 6px;
}

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;
  padding: 6px;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
	width: 492px;
}

.productListing {
	margin: 0 0 0 40px;
	width: 492px;
}

.productListing-heading {
  font-family: "Gill Sans MT", Arial;
  font-size : 14px;
  background: #053768;
  color: #FFFFFF;
  padding: 6px;
}

.productListing-heading a {
	color: #FFFFFF;
	padding: 0;
}

.productListing-heading4 {
  font-family: "Gill Sans MT", Arial;
  font-size : 14px;
  background: #053768;
  color: #FFFFFF;
  padding: 6px;
  width: 350px;
}

.productListing-heading4 a {
	color: #FFFFFF;
	padding: 0;
}

TD.productListing-data {
  font-family: "Gill Sans MT", Arial;
  font-size : 13px;
  padding: 6px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
	font-size: 19px;
	color: #333333;
	line-height: normal;
	font-weight: normal;
	padding: 20px 0 10px 40px;
	font-family: "Gill Sans MT", Arial;
	text-align: justify;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: "Gill Sans MT", Arial;
  font-size : 12px;
  color: #000000;
}

TD.main, P.main {
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.main {
	padding: 0 40px 20px 40px;
	width: 490px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: "Gill Sans MT", Arial;
  font-size : 12px;
  padding: 20px 40px 0 40px;
  line-height: normal;
}

TD.accountCategory {
  font-family: "Gill Sans MT", Arial;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: "Gill Sans MT", Arial;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: "Gill Sans MT", Arial;
  font-size: 12px;
}

TD.tableHeading {
  font-family: "Gill Sans MT", Arial;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: "Gill Sans MT", Arial;
  font-size : 12px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: "Gill Sans MT", Arial;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: "Gill Sans MT", Arial;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: "Gill Sans MT", Arial;
  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: "Gill Sans MT", Arial;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: "Gill Sans MT", Arial;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: "Gill Sans MT", Arial;
  color: #ff0000;
}

SPAN.errorText {
  font-family: "Gill Sans MT", Arial;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: "Gill Sans MT", Arial; font-size : 12px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: "Gill Sans MT", Arial; font-size : 12px; color: #000000; }

/* message box */

.messageBox { font-family: "Gill Sans MT", Arial; font-size : 12px; }
.messageStackError, .messageStackWarning { font-family: "Gill Sans MT", Arial; font-size : 12px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: "Gill Sans MT", Arial; font-size : 12px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: "Gill Sans MT", Arial; font-size : 12px; color: #ff0000; }

.NormalText {
	font-family: "Gill Sans MT", Arial; font-size : 12px;
}

.NormalText2 {
	font-family: Arial, Helvetica, sans-serif; font-size : 12px; padding: 0 20px 0 20px; line-height: 18px;
}

.NormalText3 {
	font-family: Arial, Helvetica, sans-serif; font-size : 12px; padding: 0; line-height: 18px;
}


.suckerdiv{
margin: -1px 0 0 0;
padding: 0;
}
.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 237px; /* Width of Menu Items */
}

.suckerdiv ul li{
position: relative;
background-color: #222222;
}

/*1st level sub menu style */
.suckerdiv ul li ul{
left: 236px; /* Parent menu width - 1*/
position: absolute;
width: 250px; /*sub menu width*/
top: -1;
display: none;
border-top: 1px solid #000000;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{
left: 250px; /* 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{
	left: 199px; /* Parent menu width - 1*/
	background-color: #0b1a28;
	background-image: none;
	padding: 6px 0 7px 20px;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li a, .suckerdiv ul li ul li ul li a:link, .suckerdiv ul li ul li ul li a:active, .suckerdiv ul li ul li ul li a:visited{
background-color: #222222;
background-image: none;
	left: 250px; /* Parent menu width - 1*/
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li ul li a{
background-color: #222222;
background-image: none;
}

/* menu links style */
.suckerdiv ul li a, .suckerdiv ul li a:link, .suckerdiv ul li a:active, .suckerdiv ul li a:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 11px 12px;
	display: block;
	font-family: Calibri, Verdana, Arial;
	border-bottom: 1px solid #0b1927;
	border-right: 1px solid #0b1927;
	border-left: 1px solid #0b1927;
	background-color: #05376a;
}

.suckerdiv ul li a:hover{
background-color: #477bad;
text-decoration: none;
}

.suckerdiv ul li ul li a:hover{
background-color: #477bad;
color: ffffff;
text-decoration: none;
}

.suckerdiv ul li ul li ul li a:hover{
background-color: #e26528;
color: black;
text-decoration: none;
background-image: none;
}

/* The main categories with sub-categories */
.suckerdiv .subfolderstyle{

}

/* 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 */




.CompareHeaderBottom {
	border-bottom: 1px solid #c1c5c8;
}

.CompareHeaderRight {
	border-top: 1px solid #c1c5c8;
	border-right: 1px solid #c1c5c8;
	text-align: center;
}

.CompareHeaderLeft {
	border-top: 1px solid #c1c5c8;
	border-left: 1px solid #c1c5c8;
	padding: 0 0 0 5px;
}

.CompareHeaderMiddle {
	border-top: 1px solid #c1c5c8;
	border-left: 1px solid #c1c5c8;
	border-right: 1px solid #c1c5c8;
	text-align: center;
}

.CompareHeaderLeftPad {
	padding: 5px;
}

.PackageCompare {
	text-align: center;
	font-family: "Gill Sans MT", Arial;
}

.PackageCompare small {
	font-size: 10px;
	color: #868F95;
	display: block;
}

.PackageCompareTitle {
	text-align: right;
	padding: 3px 4px 3px 0;
	border-bottom: 1px dotted #999999;
	color: #4E5050;
	font-size: 13px;
}

.PackageCompare td {
	border-right: 1px solid #9FA6AA;
	border-bottom: 1px solid #9FA6AA;
}

.PackageCompareHeader {
	background-color: #073A6D;
	border-top: 1px solid #9FA6AA;
	padding: 3px;
	color: #FFFFFF;
	font-size: 13px;
}

.PackageCompareHeader a {
	color: #FFFFFF;
}

.PackageCompareHeader a:hover {
	color: #d33737;
	text-decoration: none;
}

.PackageCompareBuy a {
	background-color: #d33737;
	color: #FFFFFF;
	padding: 8px 0 8px 0;
	display: block;
}

.PackageCompareBuy a:hover {
	background-color: #073A6D;
	text-decoration: none;
}

.PackageCompareAlt {
	background-color: #EFF1F1;
	color: #4E5050;
}

#RegisterDomain {
}

#RegisterDomain h2 {
	padding: 20px 40px 0 40px;
	font-weight: normal;
	font-family: "Gill Sans MT", Arial;
	font-size: 18px;
}

#RegisterDomain p {
	padding: 20px 40px 0 40px;
	font-size: 12px;
	line-height: 14px;
}

#RegisterDomain ul {
	padding: 20px 40px 0 160px;
	font-size: 12px;
	line-height: 14px;
}

.NormalText {
	font-size: 12px;
	line-height: 14px;
	padding: 0 4px 0 4px;
}