/*
###===========================================================================
#
# 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: Arial, Helvetica, sans-serif;
	font-size: 67.5%;
	color: #000000;
/*	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;*/
    background-color: #f0f0f0;
/*    overflow-y: scroll;*/
    padding: 20px 0px 0px 0px;
}

#busyoverlay {
  display: none !important;
}

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: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
    border-collapse: collapse;
}
H1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #204a88;
/*    font-family: Georgia;*/
}
H2 {
	font-size: 1.4em;
	font-weight: 700;
	color: #000000;
}
H3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #000000;
}
UL {
    list-style-type: disc;
    padding: 15px;
}
IMG {
    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 {
    float: center;
	width: 960px;
	overflow: hidden;
    text-align: left;
	margin-left: auto;
	margin-right: auto;
-webkit-box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.35);
-moz-box-shadow:    0px 1px 30px rgba(0, 0, 0, 0.35);
box-shadow:         0px 1px 30px rgba(0, 0, 0, 0.35);
}

#BASE_Telephone {
    float: right;
    clear: none;
    width: 300px;
}
#BASE_Header {
    float: left;
    clear: none;
    background-color: #fff;
    border-top: 15px;
    background-image: url(/images/site_logo_payonline.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    width: 960px;
    border-bottom: 2px #eeeeee solid;
    height: 134px;
    /*margin-left: 7px;*/
    /*margin-top: 25px;*/
}

#Header_Text {
    position: static;
    margin-top: 98px;
    margin-left: 18px;
    font-size: 10px;
}

#Header_Telephone {
    text-align: right;
    float: right;
    margin-top: 50px;
    margin-right: 18px;
    font-size: 20px;
    color: #204a88;
}

#BASE_Client_Logo {
    float: right;
    clear: none;
    padding: 0px 10px 0px 10px;
    margin-right: 8px;
}
#BASE_Cart_Info {
    float: right;
    clear: none;
    width: 140px;
}
#BASE_Header_Menu {
    float: left;
    width: 960px;

}
#BASE_Left_Menu {
    float: left;
    clear: none;
    width: 200px;
}
#BASE_Survey {
    width: 200px;
}
#BASE_Content {
    float: left;
    clear: none;
    width: 960px;
    background-color: #ffffff;
    overflow: hidden;
    padding: 10px;
}
#BASE_Footer {
    float: left;
    clear: both;
    width: 960px;
    text-align: right;
    background-color: #204a88;
}

#logos {
    float: left;
    width: 960px;
    clear: both; 
    text-align: right; 
    background-color: #ffffff;
    padding: 20px 10px 10px 10px;
}

#payment {float: left;}

#legal {
    float: left; 
    width: 960px;
    background-color: #fff;
    padding: 10px;
}
#legal p {height: 20px;}
#legal a {
    margin: 5px 5px 5px 0px;

}

.XCOPYRIGHT {
    float: left;
    padding: 5px;
    font-size: 1.0em;
    color: #000000;
}

#shadow {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(/images/shadow.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 54px;
}


/*
###===========================================================================
### 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;
}

/*============================================================================*/
/* Busy Area
/*============================================================================*/
#busyoverlay {
    height: 100%;
    width: 100%;
    background-image: url("/standard_images/busy_background.png");
    color: #505050;
    text-align: center;
    display: none; 
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1001;
}
#busybox {
    padding: 28px 0px 0px 0px;
    margin: 180px 0px 0px 0px; 
    width: 300px;
    height: 173px;
    background-image:url("/standard_images/busy_box.png");
    background-repeat: no-repeat;
}
#busyimage {
}
#busytitle {

}
#busydesc {

}

/*
###===========================================================================
### Site Cart Display
###===========================================================================
*/
.XSite_Cart_Section {
}
.XSite_Cart_Imagelink {
    float: left;
    clear: none;
}
.XSite_Cart_Title {
    width: 40px;
	font-size: 1.0em;
	font-weight: 700;
	text-align: right;
    color: #2078CF;
}
.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.1em;
	font-weight: 700;
    color: #000000;
	text-decoration: none;
}
A.XSite_Cart_Items:hover,
A.XSite_Cart_Total:hover {
	text-decoration: underline;
}

/*
###===========================================================================
### Site Login and User Info
###===========================================================================
*/
.XSite_User_Area {
    padding: 4px 0px 0px 0px;
}
.XSite_User_Section {
}
.XSite_User_Welcome {
	font-size: 1.0em;
	font-weight: 700;
    color: #2078CF;
}
.XSite_User_Name {
	font-size: 1.1em;
	font-weight: 700;
    color: #000000;
}
.XSite_User_MyAccount {
    float: left;
    clear: none;
    padding: 0px 0px 0px 0px;
}
.XSite_User_Logoff {
    float: left;
    clear: none;
    padding: 0px 0px 0px 8px;
}
.XSite_Link {
}

.XSite_Login_Area {
    padding: 4px 0px 0px 0px;
}
.XSite_Login_Section {
    float: none;
    clear: both;
    padding: 0px 0px 0px 4px;
}
.XSite_Login_Label {
	font-size: 0.8em;
}
INPUT.XSite_Login_Entry {
    width: 120px;
}
.XSite_Login_Button {
    float: right;
    clear: both;
    padding: 0px 8px 0px 0px;
}

/*
###===========================================================================
### Site Special Offers Area
###===========================================================================
*/
.BASE_Offer_Item_Area {
    padding: 0px 5px 5px 5px;
}
.BASE_Offer_Item_Offers_Area {
    width: 192px;
    padding: 0px 5px 5px 5px;
	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: #FFFFFF;
}
.BASE_Offer_Item_Title a:link, .BASE_Offer_Item_Title a:visited, .BASE_Offer_Item_Title a:active {
    color: #FFFF00;
    text-decoration: none;
    font-weight: bold;
    margin: 0px 0px 4px 0px;
}
.BASE_Offer_Item_Title a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.BASE_Offer_Item_Price {
    font-size: 1.2em;
    font-weight: bold;
    color: #FFFFFF;
}
.BASE_Offer_HCat_Item_Offers_List_Offer_Image {
    float: left;
    background-color: #EEEEEE;
    padding: 2px 2px 2px 2px;
}

/*
###===========================================================================
### Global CSS for Form Labels and Fields
###===========================================================================
*/
DIV.XSite_Field_Area {
    width: 540px;
}
DIV.XSite_Field_Label {
	float: left;
	clear: none;
	width: 140;
	text-align: right;
	padding: 4px 0px 0px 8px;
}
DIV.XSite_Field_Data {
	float: left;
	clear: none;
	padding: 2px 0px 0px 4px;
}
DIV.XSite_Buttons_Area {
	float: none;
	clear: both;
	padding: 0px 0px 0px 140px;
}
DIV.XSite_Buttons {
	float: left;
	clear: none;
	padding: 0px 4px 0px 0px;
}

/*
###===========================================================================
### User Forms
###===========================================================================
*/
.UF_Area,
.UF_Login_Area {
	width: 560px;
	padding: 10px 10px 10px 10px;
}
.UF_Header_Area,
.UF_Login_Header_Area {
	padding: 0px 0px 10px 0px;
}
.UF_Title,
.UF_Login_Title {
}
.UF_Login_Description,
.UF_Description {
}
.UF_Login_Header_Image,
.UF_Header_Image {
	float: right;
	clear: none;
}
.UF_Login_Sub_Title,
.UF_Sub_Title {
    font-size: 1.4em;
    font-weight: 700;
    color: #000000;
}
.UF_Login_Sub_Description,
.UF_Sub_Description {
}
.UF_Login_Text,
.UF_Text {
}
.UF_Content_Area {
}
.UF_Login_Content_Area,
.UF_Login_Content_Area1,
.UF_Login_Content_Area2 {
	float: left;
	clear: none;
	width: 250px;
    background-image: url(/images/login_bg.gif);
    background-repeat: no-repeat;
    background-position: top right;
	border-width: 1px 1px 0px 0px;
	border-color: #B4C3E0;
	border-style: solid;
	margin: 0px 10px 0px 0px;
}
.UF_Section,
.UF_Login_Section {
	float: none;
	clear: both;
}
.UF_FA {
	float: none;
	clear: both;
}
.UF_Lab {
	float: left;
	clear: none;
	width: 180;
    font-weight: 700;
	text-align: right;
	padding: 4px 0px 0px 8px;
}
.UF_Data {
	float: left;
	clear: none;
	padding: 1px 0px 0px 4px;
}
.UF_FC {
	float: left;
	clear: none;
    font-size: 0.9em;
    color: #666666;
	padding: 6px 0px 0px 4px;
}
.UF_Buttons_Area {
	float: none;
	clear: both;
	padding: 10px 0px 0px 0px;
}
.UF_Buttons {
	float: left;
	clear: none;
	padding: 0px 4px 0px 0px;
}

/*
###===========================================================================
### Global CSS for Form Messages
### Should not need to change these.
###===========================================================================
*/
DIV.XFORMMSG {
	width: 500px;
	margin: 0px 0px 4px 0px;
	padding: 6px;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
}
DIV.XFORMMSG_Text, DIV.XFORMMSG_TEXT {
	display: inline; 
	font-size: 1em;
	color: #333333;
}
DIV.XFORMMSG_Icon, DIV.XFORMMSG_ICON {
    float: left;
	clear: none;    
    padding: 0px 4px 0px 0px;
}
DIV.XFORMMSG_Ok, DIV.XFORMMSG_OK {
	background-color: #DDFFDD;
	border-color: #00FF00;
}
DIV.XFORMMSG_Info, DIV.XFORMMSG_INFO {
	background-color: #DDDDFF;
	border-color: #0000FF;
}
DIV.XFORMMSG_Warning, DIV.XFORMMSG_WARNING {
	background-color: #FFFFDD;
	border-color: #CCCC00;
}
DIV.XFORMMSG_Error, DIV.XFORMMSG_ERROR {
	background-color: #FFDDDD;
	border-color: #FF0000;
}
