/*
###===========================================================================
#
# Copyright (c) 2006 by Computors Limited. All Rights Reserved.
#
# No part of this publication or software may be reproduced, transmitted,
# transcribed, stored in a retrieval system, or translated into any
# language without the prior written authorization of Computors Limited.
#
# This is a licensed product of Computors Limited.
#
# File CSS    : site.css
# Description : Main Cascading Style Sheet for site
#
###===========================================================================
*/
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
:focus {
    -moz-outline-style: none;
}
HTML {
    overflow: -moz-scrollbars-vertical;
}
BODY {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 67.5%;
/*	font-size: 0.8em;*/
/*	color: #39168E;*/
    background-color: #FFFFFF;
}
SELECT, INPUT, TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0px 0px 2px 0px;
    padding: 1px 0px 0px 1px;
}
TABLE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
    border-collapse: collapse;
}
H1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #931111;
}
H2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #83B001;
}
H3 {
	font-size: 1.6em;
	font-weight: normal;
	color: #000066;
}
UL {
    list-style-type: disc;
    padding: 15px;
}
IMG {
    behavior: url(/js/pngbehavior.htc);
    border-width: 0px;
}
A:link, A:visited, A:hover, A:active {
	text-decoration: underline;
    outline: none;
}
A:hover {
}

/*
###===========================================================================
### Base Template Definitions
###===========================================================================
*/
#BASE_Page {
    width: 100%;
    text-align: center;
}
#BASE_Container {
    width: 964px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    border: 1px #656565 solid;
    overflow: hidden;
}
#BASE_Logo {
    float: left;
    clear: none;
    width: 194px;
/*    border-right: 1px #696969 solid;*/
}
#BASE_Header {
    float: left;
    clear: none;
    width: 964px;
    height: 94px;
    background-color: #656565;
    border-bottom: 2px #ffffff solid;
}
#BASE_Header_Center {
    float: left;
    clear: none;
    width: 576px;
    background-color: #656565;
}
#BASE_Header_Right {
    float: left;
    clear: none;
    width: 194px;
}
#BASE_Cart_Info {
    float: left;
    clear: none;
    width: 350px;
    padding: 8px 0px 0px 8px;
}
#BASE_Menu {
    float: left;
    clear: none;
    width: 194px;
}
#BASE_Header_Menu {
    float: left;
    clear: none;
    width: 194px;
}
#BASE_Header_Text1 {
    float: left;
    clear: none;
    width: 350px;
    font-family: verdana, sans-serif;
    font-weight: 700;
    font-size: 1.4em;
    color: #EEEEEE;
    padding: 28px 0px 0px 10px;
}
#BASE_Left_Menu {
    float: left;
    clear: none;
    width: 194px;
}

.XSEARCH_QS_Area {
    padding: 5px;
    border-right: 1px #C2DF65 solid;
}

#BASE_Promote_Area {
    float: left;
    clear: none;
    width: 194px;
    background-color: #FFFFFF;
    border-right: 1px #C2DF65 solid;
    padding: 20px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
}
#BASE_Left_Promote_Area {
    float: left;
    clear: none;
    width: 190px;
    background-color: #FFFFFF;
    padding: 0px 0px 0px 0px;
}

a.CM_BASE_Promo:link, a.CM_BASE_Promo:visited, a.CM_BASE_Promo:active {
    font-size: 0.9em;
    color: #3f6700;
}

a.CM_BASE_Promo:hover {
    font-size: 0.9em;
    color: #f76201;
}

#BASE_Content {
    float: left;
    clear: none;
    width: 576px;
    border-right: 1px #C2DF65 solid;
}
#BASE_Left_VStrip {
    float: left;
    clear: none;
    width: 190px;
}
#BASE_Footer {
    float: right;
    clear: none;
    width: 768px;
    height: 18px;
    text-align: right;
    border-top: 1px #656565 solid;
    margin: 0px 0px 0px 194px;
}
.XCOPYRIGHT {
    float: right;
    clear: none;
    height: 14px;
    font-family: verdana, sans-serif;
    font-weight: 500;
    font-size: 0.8em;
    color: #FFFFFF;
    text-align: right;
    padding: 4px 20px 0px 0px;
}
.Telephone_Number {
    color: #ACE800;
}

.Promote_Area_Image {
}
.Promote_Area_Entry {
	font-size: 1.2em;
	font-weight: bold;
	color: #83B001;
	text-align: center;
}
.Promote_Area_Text {
    padding: 5px;
    color: #333333;
}


/*
###===========================================================================
### Popup Window
###===========================================================================
*/
#POPUP_Container {
	padding: 10px 10px 10px 10px;
}
#POPUP_Logo {
}
#POPUP_Content {
}

/*
###===========================================================================
### Default
###===========================================================================
*/
.PageSelect {
  float: right;
  clear: none;
  padding: 2px;
  margin: 4px;
  border: 1px #CCCCCC solid;
  text-align: center;
}

a.XPageNav:link, a.XPageNav:visited, a.XPageNav:active {
    color: #BA0000;
    text-decoration: none;
}
a.XPageNav:hover {
    color: #FF7F7F;
}


A.Login:link, A.Login:visited, A.Login:active {
	color: #333333;
	text-decoration: none;
}
A.Login:hover {
	color: #31803a;
	text-decoration: underline;
}
A.CartLink:link, A.CartLink:visited, A.CartLink:active {
	color: #333333;
	text-decoration: none;
}
A.CartLink:hover {
	color: #31803a;
	text-decoration: underline;
}

/*
###===========================================================================
### Site Cart Display
###===========================================================================
*/
.XSite_Cart_Section {
}
.XSite_Cart_Imagelink {
    float: left;
    clear: none;
}
.XSite_Cart_Title {
    width: 40px;
	font-size: 1.0em;
	font-weight: 500;
	text-align: right;
    color: #CCCCCC;
}
.XSite_Cart_Items,
.XSite_Cart_Total {
}
A.XSite_Cart_Items:link,
A.XSite_Cart_Items:visited,
A.XSite_Cart_Items:hover,
A.XSite_Cart_Items:active,
A.XSite_Cart_Total:link,
A.XSite_Cart_Total:visited,
A.XSite_Cart_Total:hover,
A.XSite_Cart_Total:active {
	font-size: 1.0em;
	font-weight: 700;
    color: #ACE800;
	text-decoration: none;
}
A.XSite_Cart_Items:hover,
A.XSite_Cart_Total:hover {
	text-decoration: underline;
}

/*
###===========================================================================
### Site Login and User Info
###===========================================================================
*/
.XSite_User_Area {
    float: right;
    clear: right;
    width: 140px;
    padding: 4px 0px 0px 0px;
}
.XSite_User_Section {
}
.XSite_User_Welcome {
	font-size: 1.0em;
	font-weight: 500;
    color: #CCCCCC;
}
.XSite_User_Name {
	font-size: 1.1em;
	font-weight: 700;
    color: #ACE800;
}
.XSite_User_MyAccount {
    float: left;
    clear: none;
    padding: 0px 0px 0px 0px;
}
.XSite_User_Logoff {
    float: left;
    clear: none;
    padding: 0px 0px 0px 8px;
}
A.XSite_Link:link,
A.XSite_Link:visited,
A.XSite_Link:hover,
A.XSite_Link:active {
    color: #CCCCCC;
}
A.XSite_Link:hover {
    color: #ffffff;
}
.XSite_Login_Area {
    float: right;
    clear: right;
    width: 220px;
    padding: 4px 14px 0px 0px;
}
.XSite_Login_Section {
    float: right;
    clear: both;
    width: 200px;
    padding: 1px 0px 1px 4px;
}
.XSite_Login_Label {
    float: left;
    clear: none;
    width: 70px;
	font-size: 0.8em;
    color: #CCCCCC;
    text-align: right;
    padding: 0px 2px 0px 0px;
}
INPUT.XSite_Login_Entry {
    float: left;
    clear: none;
    width: 120px;
	background-color: #CCCCCC;
}
.XSite_Login_Button {
    float: right;
    clear: both;
    padding: 3px 8px 0px 0px;
}

/*
###===========================================================================
### Site Special Offers Area
###===========================================================================
*/
.BASE_Offer_Item_Area {
    padding: 0px 5px 5px 5px;
}
.BASE_Offer_Item_Offers_Area {
    width: 180px;
    padding: 0px 0px 10px 0px;
	overflow: hidden;
}
.BASE_Offer_Title {
    height: 20px;
    font-size: 1.1em;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    padding: 0px 5px 5px 5px;
}
.BASE_Offer_Text {
    color: #ACE800;
}
.BASE_Offer_Item_Title a:link, .BASE_Offer_Item_Title a:visited, .BASE_Offer_Item_Title a:active {
    color: #800000;
    text-decoration: none;
    font-weight: bold;
    padding: 0px 0px 4px 0px;
}
.BASE_Offer_Item_Title a:hover {
    color: #FF0000;
    text-decoration: none;
}
.BASE_Offer_Item_Price {
    font-size: 1.2em;
    font-weight: bold;
    color: #000000;
}
.BASE_Offer_HCat_Item_Offers_List_Offer_Image {
    float: left;
    background-color: #FFFFFF;
    padding: 2px 2px 2px 2px;
}
/*
###===========================================================================
### User Forms
###===========================================================================
*/
.UF_Area,
.UF_Login_Area {
    width: 574px;
	padding: 10px 10px 10px 10px;
}
.UF_Header_Area,
.UF_Login_Header_Area {
    width: 554px;
}
.UF_Title,
.UF_Login_Title {
}
.UF_Login_Description,
.UF_Description {
}
.UF_Login_Sub_Title,
.UF_Sub_Title {
	font-size: 1.2em;
	font-weight: bold;
	color: #83B001;
	padding: 10px 0px 0px 0px;
}
.UF_Login_Sub_Description,
.UF_Sub_Description {
}
.UF_Login_Text,
.UF_Text {
}
.UF_Content_Area,
.UF_Login_Content_Area {
}
.UF_Section,
.UF_Login_Section {
	float: none;
	clear: both;
}

.UF_Lab {
  float: left;
  clear: left;
  padding: 4px;
  width: 130px;
  text-align: right;
}

.UF_Data {
  float: left;
  clear: none;
}

.UF_FC {
  float: none;
  padding: 4px;
  clear: none;
}

/*
###===========================================================================
### Global CSS for Form Messages
### Should not need to change these.
###===========================================================================
*/
.XFORMMSG {
	width: 500px;
	margin: 0px 0px 4px 0px;
	padding: 6px;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
}
.XFORMMSG_TEXT {
    float: left;
	clear: none;    
	font-size: 1em;
    padding: 0px 0px 0px 4px;
	color: #333333;
}
.XFORMMSG_ICON {
    float: left;
	clear: none;    
}
.XFORMMSG_OK {
	background-color: #DDFFDD;
	border-color: #00FF00;
}
.XFORMMSG_INFO {
	background-color: #DDDDFF;
	border-color: #0000FF;
}
.XFORMMSG_WARNING {
	background-color: #FFFFDD;
	border-color: #DDDD00;
}
.XFORMMSG_ERROR {
	background-color: #FFDDDD;
	border-color: #FF0000;
}




