/* BEGIN MAIN STRUCTURE */
/* commented backslash hack v2 \*/ 
html, body{height: 100%;} 
/* end hack */ 
html {
    overflow-x: hidden;
    overflow-y: auto;
} /* needed for the bastard windows browser */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
    FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif; 
    COLOR: #000000; FONT-SIZE: 10px;
	BACKGROUND-COLOR: #FFF; /* was 000 */
}
#centrecontent{
	height: 100%;
	min-height: 100%;
	width: 780px;
	margin: auto;
	position: relative;
	/*background-image: url(images/bg_store.gif);
	background-repeat: repeat-y
    BACKGROUND-COLOR: #9E9FA7;*/
	BACKGROUND-COLOR: #FFF; /* was 000 */
}
html>body #centrecontent{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header {
	BACKGROUND-COLOR: #FFF; /* was 000 */
	width: 780px;
/*	height: 70px;*/
}
#copyright {
	color: #78797B;
	margin-top: 2px;
}
.copyrightText {color: #78797B; FONT-SIZE: 9px}
/* front cat page */
.frontCatThumb {
    margin-top: 13px;
	margin-bottom: 0px;
}
.frontCatTitle {
    margin-top: 6px;
}
.frontCatTitle a:link, .frontCatTitle a:visited, .frontCatTitle a:hover, .frontCatTitle a:active {
	text-decoration: none;
}
P,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA {
        FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif; 
        COLOR: #000000; FONT-SIZE: 10px;
}
A:link {
        COLOR: #fff; TEXT-DECORATION: none;
}
A:visited {
        COLOR: #fff; TEXT-DECORATION: none;
}
A:hover {
        COLOR: #8DB7C9; TEXT-DECORATION: underline;
}
A:active  {
        COLOR: #8DB7C9; TEXT-DECORATION: none;
}
H1 {
        FONT-SIZE: 15px;
}
H2 {
        FONT-SIZE: 13px;
}
H3 {
        FONT-SIZE: 12px;
}
HR {
        border: none;
		background-color: #DDDDDD;
		COLOR: #DDDDDD;
		HEIGHT: 1px;
}
.HeadBox {
        BACKGROUND-COLOR: #9E9FA7;
}
.HeadText {
        FONT-SIZE: 12px; FONT-WEIGHT: bold;
}
.HeadLine {
        BACKGROUND-COLOR: #EDEDED;
}
.VertMenuBox {
        BACKGROUND-COLOR: #EDEDED;
}
.VertMenuBorder {
        BACKGROUND-COLOR: #000000;/*#FFC58C;*/
}
.VertMenuTitle { 
        BACKGROUND-COLOR: #FFC58C; COLOR: #000000; FONT-WEIGHT: bold; FONT-SIZE: 10px;
}
.VertMenuItems {
        COLOR: #333; TEXT-DECORATION: none; /* was #FFF */
	    margin-left: 8px;
}
.VertMenuItems2 {
        COLOR: #F4AC39; TEXT-DECORATION: none;
	    margin-left: 8px;
} /* for links in lt grey box */
.VertMenuLoginBox {
	margin-left: 8px;
	border: 1px solid #8DB7C9;
}
.VertMenuItems:link {
        COLOR: #8DB7C9; TEXT-DECORATION: none; /* was #FFF */
}
.VertMenuItems:visited {
        COLOR: #8DB7C9; TEXT-DECORATION: none; /* was #FFF */
}
.VertMenuItems:hover {
        COLOR: #F9CC43; TEXT-DECORATION: underline; /* was #8DB7C9 */
}
.VertMenuItems:active  {
        COLOR: #F9CC43; TEXT-DECORATION: none; /* was #8DB7C9 */
}
.VertMenuHr {
        COLOR: #999999;
}
.CategoriesList {
/*	FONT-SIZE: 12px; */
	FONT-SIZE: 12px;
}
/*.DialogBox {
        BACKGROUND-COLOR: #ffffff;
}
.DialogBorder {
        BACKGROUND-COLOR: #FFC58C;
}*/
.DialogTitle {
        COLOR: #fff; FONT-WEIGHT: normal; FONT-SIZE: 16px;
}
.NumberOfArticles {
        COLOR: #000000; FONT-WEIGHT: bold; FONT-SIZE: 10px;
}
.TopLabel {
        COLOR: #000000; FONT-WEIGHT: bold; FONT-SIZE: 12px;
}
.Text {
        COLOR: #000000;
}
.AdminSmallMessage {
        COLOR: #636162; /* was #8DB7C9 */
}
.AdminTitle {
        COLOR: #330000; FONT-WEIGHT: bold; FONT-SIZE: 12px;
}
.Line {
        BACKGROUND-COLOR: #8DB7C9;
}
.ProductTitle {
        COLOR: #fff; FONT-WEIGHT: bold; FONT-SIZE: 13px;
}
.ProductTitle2 {
        COLOR: #fff; FONT-WEIGHT: bold; FONT-SIZE: 11px;
}
.ProductDetailsTitle {
        COLOR: #fff; FONT-WEIGHT: bold; FONT-SIZE: 12px;
}
.ProductDetailsTitlePrice {
        COLOR: #000000; FONT-WEIGHT: bold; FONT-SIZE: 12px;
}
.ProductDetails {
        COLOR: #000000;
}
.ProductPriceTitle {
        COLOR: #000000; FONT-WEIGHT: bold; FONT-SIZE: 12px;
}
.ProductPriceConverting {
        COLOR: #000000; FONT-WEIGHT: bold; FONT-SIZE: 12px;
}
.ProductPriceText {
        COLOR: #000000;
} /* added */
.ProductPrice {
        COLOR: #000000; FONT-WEIGHT: bold; FONT-SIZE: 12px;
}
.ProductPrice2 {
        COLOR: #000; FONT-WEIGHT: bold; FONT-SIZE: 11px;
}
.ProductPriceSmall {
        COLOR: #550000; FONT-WEIGHT: bold; FONT-SIZE: 10px;
}
.MarketPrice {
        FONT-SIZE: 11px;
}
.MarketPrice2 {
        FONT-SIZE: 10px;
}
.ItemsList {
        COLOR: #330000; FONT-WEIGHT: bold; FONT-SIZE: 10px;
}
.NavigationPath {
        COLOR: #000000; FONT-WEIGHT: bold; FONT-SIZE: 10px;
}
.FormButton {
        COLOR: #330000; FONT-WEIGHT: bold; FONT-SIZE: 10px;
}
.Button {
       FONT-FAMILY: Arial;
	   BACKGROUND: URL(images/butbg.gif);
       BACKGROUND-COLOR: #FFC58C;
       COLOR: #000000; FONT-WEIGHT: bold; 
       FONT-SIZE: 11px;
       TEXT-DECORATION: none;
}
.CustomerMessage {
        COLOR: #FF3300; FONT-WEIGHT: bold; FONT-SIZE: 10px;
}
.ErrorMessage {
        COLOR: #FF3300; FONT-WEIGHT: bold; FONT-SIZE: 10px;
}
.Star {
        COLOR: #F5721B;
}
.HighLight {
		BACKGROUND-COLOR: #FFFFCC;
}
.SaveMoneyLabel {
        COLOR: #FFFFFF; FONT-WEIGHT: bold; FONT-SIZE: 10px;
}
.TableHead {
    BACKGROUND-COLOR: #DDDDDD;
}
.TableHead2 {
    BACKGROUND-COLOR: #8DB7C9;
}
.SmallNote:link {
        COLOR: #888888; TEXT-DECORATION: none; FONT-SIZE: 9px; FONT-FAMILY: Arial, Verdana, Helvetica, Sans-serif;
}
.SmallNote:visited {
        COLOR: #888888; TEXT-DECORATION: none; FONT-SIZE: 9px; FONT-FAMILY: Arial, Verdana, Helvetica, Sans-serif;
}
.SmallNote:hover {
        COLOR: #888888; TEXT-DECORATION: underline; FONT-SIZE: 9px; FONT-FAMILY: Arial, Verdana, Helvetica, Sans-serif; 
}
.SmallNote:active {
        COLOR: #888888; TEXT-DECORATION: none; FONT-SIZE: 9px; FONT-FAMILY: Arial, Verdana, Helvetica, Sans-serif;
}
.Bottom {
        BACKGROUND-COLOR: #8DB7C9; COLOR: #330000;
}
.Tab {
        BACKGROUND-COLOR: #FFC58C;
        FONT-WEIGHT: bold;
    TEXT-TRANSFORM: uppercase;
}
.CatMenuItemOff 
{
    BACKGROUND-COLOR: transparent;	/* like "VertMenuBox" */
    BORDER-RIGHT: none;				/* like "VertMenuBox" */
    BORDER-TOP: none;				/* like "VertMenuBox" */
    BORDER-LEFT: none;				/* like "VertMenuBox" */
    BORDER-BOTTOM: none;			/* like "VertMenuBox" */
    MARGIN-BOTTOM: 1px;
    MARGIN-TOP: 1px;
    MARGIN-LEFT: 1px; 
    MARGIN-RIGHT: 2px;
    CURSOR: pointer;
}
.CatMenuItemOffExp
{
    BACKGROUND-COLOR: transparent;	/* like "VertMenuBox" */
    BORDER-RIGHT: none;				/* like "VertMenuBorder" */
    BORDER-TOP: none;				/* like "VertMenuBorder" */
    BORDER-LEFT: none;				/* like "VertMenuBorder" */
    BORDER-BOTTOM: none;			/* like "VertMenuBorder" */
    MARGIN-BOTTOM: 1px;
	MARGIN-TOP: 1px;
	MARGIN-LEFT: 1px;
    MARGIN-RIGHT: 2px;  
    CURSOR: pointer;
}
.CatMenuItemOn 
{
    BACKGROUND-COLOR: #FFC58C;              /* like "VertMenuTitle" */
    BORDER-RIGHT: #FFC58C 1px solid;        /* like "VertMenuTitle" */
    BORDER-TOP: #FFC58C 1px solid;          /* like "VertMenuTitle" */
    BORDER-LEFT: #FFC58C 1px solid;         /* like "VertMenuTitle" */
    BORDER-BOTTOM: #FFC58C 1px solid;       /* like "VertMenuTitle" */
    MARGIN-LEFT: 1px; 
    MARGIN-RIGHT: 2px; 
    CURSOR: pointer;
}
.CatSubMenu
{
    BACKGROUND-COLOR: #EDEDED;              /* like "VertMenuBox" */
    BORDER-RIGHT: #000000 1px solid;        /* like "VertMenuBorder" */
    BORDER-TOP: #000000 1px solid;          /* like "VertMenuBorder" */
    BORDER-LEFT: #000000 1px solid;         /* like "VertMenuBorder" */
    BORDER-BOTTOM: #000000 1px solid;       /* like "VertMenuBorder" */
    MARGIN-LEFT: 1px; 
    MARGIN-RIGHT: 2px; 
}
.CatMenuItem
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial; 
    CURSOR: pointer;
}
.CatMenuItem:link
{
    COLOR: #000000;                         /* like "VertMenuItems" */
}
.CatMenuItem:visited
{
    COLOR: #000000;                         /* like "VertMenuItems" */
}
.CatMenuItem:hover
{
    COLOR: #000000;                         /* like "VertMenuTitle" */
}
.CatMenuItem:active
{
    COLOR: #000000;                         /* like "VertMenuItems" */
}
.NavDialogTitle {
    font-size: 11px;
    font-weight: bold;
    color: #330000;
}   
.NavDialogBorder {
    background-color: #FFC58C;
}
.NavDialogBox {
    background-color: #EDEDED;
}
.SubHeader2 {
    COLOR: #666666;
    font-size: 11px;
    FONT-WEIGHT: bold;
}
.SubHeader2Line {
    BACKGROUND-COLOR: #CCCCCC;
}
.PopupHelpLink {
    FONT-SIZE: 9px;
    COLOR: #330000;
    TEXT-DECORATION: none;
}
.HightLightRow {
	BACKGROUND-COLOR: #B0B0B0;
	font-weight: bold;
}
.HightLightEqualRow {
	BACKGROUND-COLOR: #ffe8af;
}
.VertMenuSubTitle {
	BACKGROUND-COLOR: #FFC58C;
}
/* limarted styles */
/* side menu */
td.storeMenu {
/*	background-color: #000000;
	background-image: url(images/bg-menu.gif);
	background-repeat: repeat-y; */
}
table.menuTable {
	margin-top: 8px;
	margin-left: 10px;
}
.menuTitleImg1 {
	margin-top: 8px;
	margin-bottom: 15px;
}
.menuTitleImg2 {
	margin-top: 12px;
	margin-bottom: 5px;
}
.menuTitleImg3 {
	margin-bottom: 5px;
}
.fullImg {
	margin-top: 8px;
}
table.miniCartTable {
	margin-left: 8px;
	margin-bottom: 4px;
}
.menuLogo {
	margin-top: 27px;
	margin-bottom: 8px;
}
table.storeTopMenu {
	margin-top: 10px;
}
table.centralContentTable {
	margin-top: 10px;
}
td.featuredText {
    font-size: 9px;
    color: #8DB7C9;
	/* text-align: justify; */
}
.featuredTitle {
	margin-bottom: 15px;
}
.featuredThumbB {
	margin-left: 10px;
}
.featuredThumb {
	margin-left: 17px;
}
.featuredButton {
	margin-right: 20px;
}
/* list + detail */
.blueText {
    COLOR: #8DB7C9;
}
.blueTextStrong {
	COLOR: #8DB7C9;
	font-weight: bold;
}
.ltorangeText {
    COLOR: #F9CC43;
}
.ltorangeTextStrong {
    COLOR: #F9CC43;
	font-weight: bold;
}
.greyText {
    COLOR: #999999;
}
.dkgreyText {
    COLOR: #636162;
}
.whiteText {
    COLOR: #fff;
}
.whiteTextStrong {
    COLOR: #fff;
	font-weight: bold;
}
.redText {
    COLOR: #f38e33;
}
td.pThumbnail {
	padding-left: 10px;
}
.pThumb {
	margin-bottom: 3px;
}
/* thumbnail detail link styles */
.thumbDetailLink:link
{
    COLOR: #000000;
}
.thumbDetailLink:visited
{
    COLOR: #000000;
}
.thumbDetailLink:hover
{
    COLOR: #fff;
}
.thumbDetailLink:active
{
    COLOR: #fff;
}
/* cart detail link styles */
.cartDetailLink:link
{
    COLOR: #000000;
}
.cartDetailLink:visited
{
    COLOR: #000000;
}
.cartDetailLink:hover
{
    COLOR: #8DB7C9;
}
.cartDetailLink:active
{
    COLOR: #8DB7C9;
}
/* terms conditions link styles */
.termsLink:link
{
    COLOR: #F4AC39;
}
.termsLink:visited
{
    COLOR: #F4AC39;
}
.termsLink:hover
{
    COLOR: #8DB7C9;
}
.termsLink:active
{
    COLOR: #8DB7C9;
}
td.cartDetailNotes {
	padding-left: 4px;
}
.rightButton {
	margin-right: 12px;
}
#cartTotalsTable {
	margin-right: 10px;
}
.buttonImg1 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.buttonImg2 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
table.orderData {
	border: 1px solid #000000;
}
.invoiceLogo2 {
	margin-top: 3px;
}
.invoiceHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #999999;
}
/* order data table */
.invData1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
}
.invData2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.invData3 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.invData4 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.seeDetail {
	font-size: 9px;
}
/* PayPal note */
.PPTitle {
        COLOR: #F4720A; FONT-WEIGHT: normal; FONT-SIZE: 16px;
}
table.PPnoteTable {
	border: 2px solid #F4720A;
	color: #8DB7C9;
}
/* alt dialog logo */
.altDialogLogo {
	margin-top: 10px;
	margin-left: 10px;
}
.menuPaypal {
    margin-top: 10px;
	margin-bottom: 20px;
}