/****** Main Table ******/

.mainTable {width: 100%;}
.mainTable75 {width: 100%;}
.mainTable50 {width: 100%;}

.mainTableCellLeft 		{padding: 0px 8px 0px 0px; vertical-align: top;}
.mainTableCellCenter 	{padding: 0px; vertical-align: top;}
.mainTableCellRight 	{padding: 0px 0px 0px 8px; vertical-align: top;}

.homeGreeting		{padding: 0px 0px 15px 0px; vertical-align: top;}
.homeGreeting table	{width: 100%;}
.homeGreeting table td	{padding: 8px 6px 8px 6px; border-left: 5px solid #CCCCCC; border-right: 5px solid #CCCCCC;}

.introBlock {border: 1px solid #CCCCCC;}
.introBlock td {padding: 6px;}

/****** Main Table ******/

/*******************************************************************************/

/****** Menu ******/

.headerMenu {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	/*background-color:#66CCFF;*/
}

.headerMenu td#logo  {					/* Background under logo on the site */
	/*background: url(../images/silver/light/change.jpg);*/
	vertical-align: top;
}
.headerMenu td#logo img {				/* Logo on the site */
	/*margin: 10px 22px 0px 22px;
	border: 0px;*/
}
	
.headerMenu td#logoL {display: none;}

.headerMenu td#menu {					/* Text Menu with or without images */
	width: auto;
	/*background: url(../images/silver/light/bg.gif) center;*/
	background: url(../images/header_bg.jpg);
	/*background-color:#3366FF;*/
}
.headerMenu td#menu img#Img {display: block;width: 25px; height: 0px;}
.headerMenu td#menu table {width: auto;}
.headerMenu td#menu td {text-align: center;}
.headerMenu td#menu td img {display: auto;}
.headerMenu td#menu td br {display: none;}
.headerMenu td#menu td nobr {display: auto;}

/* Active & Inactive links in menu */

a.menu:link, a.menu:visited {
	font-family: sans-serif,arial,tahoma,verdana;
	text-transform: uppercase;
	text-decoration: none; 
	font-size: 11px; 
	font-weight: bold; 
	color: #FFFFFF;
	/*border-right:0px solid #e0e0e0; 
	border-top:0px solid #e0e0e0;*/ 
	/*background: #A9B2BC url(../images/c2s/bg.gif) center; */
	padding: 3px 10px 4px 10px; 
	display: block;
}

a.menu:hover, a.menu:active {
	font-family: sans-serif,arial,tahoma,verdana;
	text-transform: uppercase;
	text-decoration:none; 
	font-size:11px; 
	font-weight:bold; 
	color:#CCCCCC; 
	/*border-right:0px solid #e0e0e0; 
	border-top:0px solid #e0e0e0;*/ 
	/*background: #A9B2BC url(../images/c2s/bg.gif) center; */
	padding: 3px 10px 4px 10px; 
	display:block;
}

a.menuActive:link, a.menuActive:visited {
	font-family: sans-serif,arial,tahoma,verdana;
	text-transform: uppercase;
	text-decoration:underline; 
	font-size:11px; 
	font-weight:bold; 
	color:#FFFFFF; /* color:black; */ 
	/*border-right:2px solid #e0e0e0; 
	border-top:2px solid #e0e0e0;*/ 
	/* background:#ffffff; */
	padding: 3px 10px 4px 10px; 
	display:block;
}

a.menuActive:hover, a.menuActive:active {
	font-family: sans-serif,arial,tahoma,verdana;
	text-transform: uppercase;
	text-decoration:none; 
	font-size:11px; 
	font-weight:bold; 
	color: white; /* color:black; */
	/*border-right:2px solid #e0e0e0; 
	border-top:2px solid #e0e0e0;*/
	/* background:#ffffff; */
	padding: 3px 10px 4px 10px; 
	display:block;
}

/****** Menu ******/

/*****************************************************************************/

/************* Breadcrumb *******************/

.breadcrumb {border-bottom: 1px solid #CCCCCC; margin: 0px 0px 15px 0px;}

.breadcrumbBegin {
	width: 10px;
	border-top: 1px solid #CCCCCC;
	border-right: 0px solid #dedede;
	border-bottom: 1px solid #f3f3f3;
	border-left: 0px solid #dedede;
	background: #f3f3f3 url(../images/silver/bgr.gif) repeat-y left;
}
.breadcrumbBegin img {width: 10px; height: 1px;}

.breadcrumbDelimiter {
	width: 100%;
	white-space: normal;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #CCCCCC;
	border-right: 0px solid #dedede;
	border-bottom: 1px solid #f3f3f3;
	border-left: 0px solid #dedede;
	font-size: 8pt;
	padding: 4px 0px 4px 0px;
	background: #f3f3f3;
}
.breadcrumbDelimiter td {}
.breadcrumbDelimiter a {color: #D67228; text-decoration: underline; font-size: 8pt;}
.breadcrumbDelimiter a:hover {color: #FF8830; text-decoration: underline; font-size: 8pt;}
.breadcrumbDelimiter b {color: #D67228; font-weight: normal;}
.breadcrumbDelimiter span {
	color: #000;
	display: auto;
	font-size: 11px;
}
.breadcrumbDelimiter img {
	display: none;
	height: 20px;
	width: 30px;
	background: #0000ff url(../images/curved/bread.gif) no-repeat center;
}

.breadcrumbEnd {
	width: 20px;
	border-top: 1px solid #CCCCCC;
	border-right: 0px solid #dedede;
	border-bottom: 1px solid #f3f3f3;
	border-left: 0px solid #dedede;
	background: #f3f3f3;
}

.breadcrumbEnd img {
	width: 1px;
	height: 1px;
}

/************* Breadcrumb *******************/
/*************** Order Pages ****************/
.breadcrumbDelimiter span.nonactive {font-size: 10pt; color: #AAAAAA; margin-right: 10px; display: inline; font-weight: bold;}
.breadcrumbDelimiter span.active {font-size: 10pt; color: #D67228; margin-right: 10px; display: inline; font-weight: bold;}
/************* end Order Pages ***************/

/*****************************************************************************/

/************* Fieldset *******************/

/****** Top ******/

.titleTop {margin-top: 0px;}

.titleTopLeft {
	width: 1px;
	/*width: 10px;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #dedede;
	border-bottom: 0px solid #f3f3f3;
	border-left: 0px solid #dedede;
	background: #f3f3f3;
	url(../images/silver/bgr.gif) repeat-y left*/
}

.titleTopImgLeft {width: 1px; height: 1px;}

.titleTopCenter { /* Title of block (example: any blocks, articles,...) */
	/*white-space: normal;
	padding: 5px 5px 5px 0px;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #dedede;
	border-bottom: 0px solid #f3f3f3;
	border-left: 0px solid #dedede;
	background: #f3f3f3;*/
}

.titleTopCenter div {
	/*color: #5480BD;*/
	font-weight: bold;
	font-size: 11pt;
	font-family: sans-serif,arial,tahoma,verdana;
	text-transform: uppercase;
	z-index: 2000;
	position: relative;
	bottom: 0px;
	margin: 0px 0px 0px 0px;
	background: none;
	padding: 0px 0px 0px 0px;
	border: 0px solid #626ABC;
}

.titleTopRight {
	width:1px;
	/*width: 1px;
	border-top: 0px solid #CCCCCC;
	border-right: 5px solid #CCCCCC;
	border-bottom: 0px solid #f3f3f3;
	border-left: 0px solid #dedede;
	background: #f3f3f3;*/
}

.titleTopImgRight {width: 1px; height: 1px;}

/****** Top ******/

/****** Center ******/

.block {
	/*border-top: 0px solid #CCCCCC;
	border-bottom: 0px solid #dedede;
	border-left: 0px solid #dedede;
	border-right: 5px solid #CCCCCC;
	background: #f3f3f3;*/
}

/****** Center ******/

/****** Bottom ******/

.titleBot {
	margin-bottom: 15px;
}

.titleBotLeft {
	/*width: 20px;
	border-top: 0px solid #dedede;
	border-right: 0px solid #dedede;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0px solid #dedede;
	background: #fff;*/
}

.titleBotImgLeft {
	width: 1px;
	height: 1px;
}

.titleBotRight {
	width: 100%;
	/*border-top: 0px solid #dedede;
	border-right: 0px solid #dedede;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0px solid #dedede;
	background: #fff;*/
}

.titleBotImgRight {width: 1px; height: 1px;}

/****** Bottom ******/

/************* end Fieldset ***************/

/*****************************************************************************/

/************* userHome - there is an ability to use the button 'Logout' at the header or at the footer *******************/

td.userHome {
	padding: 7px;
}

td.userHomeTitle {
	display: none;
	white-space: normal;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #999;
	border-right: 0px solid #999;
	border-bottom: 0px solid #999;
	border-left: 0px solid #999;
	background: #f3f3f3;
}

div.userHomeTop {					/* the button 'Logout' at the header */
	display: none;
	margin: 0px 0px 0px 0px;
	background: none;
	padding: 0px 0px 0px 0px;
	border: 0px solid #626ABC;
}

div.userHomeTop td {
	padding: 0px 0px 0px 20px;
	background: none;
	border: none;
}

div.userHomeTop td a {
	color: #fff;
	text-decoration: underline;
}

div.userHomeTop td a:hover {
	color: #fff;
	text-decoration: none;
}

div.userHome {						/* the button 'Logout' at the footer */
	display: auto;
	margin: 0px 0px 0px 0px;
	background: none;
	padding: 0px 0px 0px 0px;
	border: none;
}

div.userHome td	{
	padding: 5px 20px 5px 20px;
	background: #F4F4F4;
	border: 0px solid #ccc;
}

div.userHome td a {color:#000;text-decoration:underline;}
div.userHome td a:hover {color:#000;text-decoration:none;}

td.userHome img.orders 		{background: url(../images/icons/admin_orders.gif) no-repeat; width: 50px; height: 50px; border: 0px; float: left; margin: 0px 5px 0px 0px;}
td.userHome img.profile 	{background: url(../images/icons/user_profile.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0px 5px 0px 0px;}
td.userHome img.arr		 	{background: url(../images/icons/arr.gif) no-repeat; width: 15px; height: 16px; border:0px; margin: 0px 5px 0px 55px;}
td.userHome img.support 	{background: url(../images/icons/admin_support.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0px 5px 0px 0px;}
td.userHome img.forum 		{background: url(../images/icons/admin_forum.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0px 5px 0px 0px;}
td.userHome img.products 	{background: url(../images/icons/admin_products.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0px 5px 0px 0px;}
td.userHome img.pages 		{background: url(../images/icons/admin_pages.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0px 5px 0px 0px;}
td.userHome img.merchant 	{background: url(../images/icons/admin_affiliates.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0px 5px 0px 0px;}
td.userHome img.affiliates 	{background: url(../images/icons/admin_affiliates.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0px 5px 0px 0px;}
td.userHome img.payments 	{background: url(../images/icons/admin_payments.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0px 5px 0px 0px;}
td.userHome img.carts	 	{background: url(../images/icons/admin_carts.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0px 5px 0px 0px;}

td.userHome div {margin-left: 55px;}
/************* userHome *******************/

/*****************************************************************************/

/************* Button Links *******************/

td#butTd {}
td#butTd span#spacer {display:auto; color: #999999;}	/* '|' between button */

a.button:link, a.button:visited { 
	color: #D67228;
	padding: 0px 5px 0px 5px;
	font-size: 9pt;
	font-weight: bold;
	font-family: sans-serif, arial, tahoma, verdana;
}
a.button:hover, a.button:active {
	color: #FF8830;
	padding: 0px 5px 0px 5px;
	font-size: 9pt;
	font-weight:bold;
	font-family: sans-serif, arial, tahoma, verdana;
}

a.button#add			{color: #D67228;}		/* add to cart (products categories, product details) */
a.button#add:hover		{color: #FF8830;}
a.button#add span		{display:auto;}	
a.button#add img		{display:none;}
a.button#view			{}						/* view cart (products categories, product details) */
a.button#view:hover		{}
a.button#view span		{display:auto;}	
a.button#view img		{display:none;width:100px;height:15px;border:1px solid red;}
a.button#check			{}						/* check out (products categories, product details) */
a.button#check:hover	{}
a.button#check span		{display:auto;}	
a.button#check img		{display:none;}

a.buttonBasket:link, a.buttonBasket:visited {
	color: #D67228;
	font-size: 9pt;
	font-weight: bold;
	font-family: sans-serif, arial, tahoma, verdana;
}
a.buttonBasket:hover, a.buttonBasket:active {
	color: #FF8830;
	font-size: 9pt;
	font-weight: bold;
	font-family: sans-serif, arial, tahoma, verdana;
}

a.buttonBasket#shopping span	{display:auto;}			/* Continue shopping (basket) */
a.buttonBasket#shopping img		{display:none;}
a.buttonBasket#retrieve span 	{display:auto;}			/* Retrieve Cart (basket) */
a.buttonBasket#retrieve img 	{display:none;}
a.buttonBasket#save span 		{display:auto;}			/* Save cart (basket) */
a.buttonBasket#save img 		{display:none;}
a.buttonBasket#clear span		{display:auto;}			/* Clear cart (basket) */
a.buttonBasket#clear img		{display:none;}
a.buttonBasket#checkout			{color: #D67228;}		/* Checkout (basket) */
a.buttonBasket#checkout:hover	{color: #FF8830;}
a.buttonBasket#checkout span	{display:auto;}			
a.buttonBasket#checkout img		{display:none;}

a.buttonCart:link, a.buttonCart:visited {
	font-size: 11px;
	font-weight: normal;
	font-family: tahoma, sans-serif, arial, verdana;
}
a.buttonCart:hover, a.buttonCart:active {
	font-size: 11px;
	font-weight: normal;
	font-family: tahoma, sans-serif, arial, verdana;
}

a.buttonCart#check span {display:auto;}	/* Checkout (small cart) */
a.buttonCart#check img 	{display:none;}
a.buttonCart#amend span {display:auto;}	/* Amend cart (small cart) */
a.buttonCart#amend img 	{display:none;}
a.buttonCart#view span 	{display:auto;}	/* View cart (small cart) */
a.buttonCart#view img 	{display:none;}

a.buttonMore:link, a.buttonMore:visited {
	font-size: 9pt;
	font-weight: bold;
	font-family: sans-serif, arial, tahoma, verdana;
}
a.buttonMore:hover, a.buttonMore:active {
	font-size: 9pt;
	font-weight: bold;
	font-family: sans-serif, arial, tahoma, verdana;
}

a.buttonMore span 	{display:auto;}		/* read more... (special offers, etc.) */
a.buttonMore img 	{display:none;}

.disabled { /* disabled add to cart */
	color: gray;
	cursor: hand; 
	font-family: tahoma, arial, sans-serif; 
	font-size: 8pt; 
	text-decoration:none; 
	border: 1px solid gray; 
	background: silver; 
	padding-left:3px; padding-right:3px; 
}

/************* Button Links *******************/

/*****************************************************************************/

/************* Category *******************/

.topCategory {background: transparent; margin: 0px; padding: 3px 0px 3px 0px;}
.selectedtopCategory {background: #E1E1E1; margin: 0px; padding: 3px 0px 3px 0px;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;}
        
.subCategory {background: transparent; margin: 0px; padding: 0px;}
.selectedsubCategory {background: #E1E1E1; margin: 0px; padding: 0px;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;}

.topCategory .category_img, .subCategory .category_img, .selectedtopCategory .category_img, .selectedsubCategory .category_img {margin: 0px 0px 0px 5px;}

/************* Latest *******************/

td.topArticle { padding: 3px 3px 3px 5px; }
td.subArticle { padding: 3px 3px 3px 5px; }

a.subArticle {padding-left: 8px; font-size: 11px; background: url(../images/bullet.gif) no-repeat left 3px;}

/*****************************************************************************/

/************* Offers *******************/
#offerTitle		{display: none;}
.offerImg		{text-align: left;}
.offerImg img	{float: left; margin: 0px 5px 0px 0px;} 
.offerImg div	{text-align: justify;}
.offerImg div#offerText	{display: ;}

/************* Forum *******************/
.forumAdmin { color: blue; font-weight: bold; }
.forumUser { color: black; font-weight: bold; }
.forumGuest       	{color: black;  font-weight: bold; font-style: italic;}
.forumMessageLeft { background: #F4F4F4; border-left:1px solid #CCCCCC; border-top:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC; }
.forumMessageRight { background: #F4F4F4; border: 1px solid #CCCCCC; }
.forumMessageTop { background: #DDDDDD; border-bottom: 1px solid #CCCCCC; }

/*****************************************************************************/

/************* Begin footer *******************/

.footerAll {
	background-image: url(../images/footer/sky-footer-background.jpg);
	background-position: left;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 13px 20px;
	border: 0px;
}

.footerMenu {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.footerMenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.footerMenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.footerMenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.footerMenu a:active {
	color: #FFF7C0;
	text-decoration: underline;
}

.footerMenuEndLeft {
	width: 14px;
}

.footerMenuEndRight {
	width: 14px;
}

.footerMenuContentLeft {
	width: 200px;
	text-align: left;
}

.footerMenuContentLeft p {
	padding: 0px;
	margin: 6px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	text-transform: uppercase;
}

.footerMenuContentMiddle {
	text-align: center;
}

.footerMenuContentRight {
	width: 200px;
	text-align: right;
}

.footerMenuContentRight p {
	padding: 0px;
	margin: 6px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	text-transform: uppercase;
}

/************* End footer *******************/


.commonbg { /*background: #FFFFFF;*/ }
.headerbg { /*background: #000000;*/ }
.middlebg { /*background: #CCCCCC;*/ }
.usualbg  { /*background: #F4F4F4;*/ }
.errorbg  { /*background: #FF0000;*/ }


body		{font: 8pt tahoma,verdana,sans-serif; color: black; margin: 0px; padding: 0px;}
body.popup	{font: 8pt tahoma,verdana,sans-serif; color: black; margin: 0px; padding: 0px;}


tr, td					{font-size: 8pt; font-family: tahoma,verdana,sans-serif; color: black;}
tr.usual, td.usual		{}
tr.header, td.header	{color: black; font-weight:bolder; background-color: #eeeeee;}
tr.middle, td.middle	{/*background-color: #F4F4F4;*/ font-weight: bold;}
tr.error, td.error		{background-color: #FFE0E0; color: #d50000; font-weight: bold;}

td.padding10px			{padding: 10px;}

td.tab				{border-top: 1px solid #dedede; border-right: 1px solid #dedede; border-left: 1px solid #dedede;}
td.tabActive		{border-top: 1px solid #dedede; border-right: 1px solid #dedede; border-left: 1px solid #dedede;}
.tab				{font-family: sans-serif, arial; font-size: 10pt; font-weight: bold; text-decoration: none; background: transparent;}
.tab:hover			{text-decoration: none; }
.tabActive			{font-family: sans-serif, arial, tahoma, verdana; font-size: 10pt; font-weight: bold; text-decoration: none; background: #dedede;}
.tabActive:hover	{text-decoration: none;}
.tabline 			{background: #dedede;}

div.adminTab 			{font-size:11px; border-bottom:#919b9c 1px solid; border-left:#91a7b4 1px solid; border-right:#91a7b4 1px solid; border-top:#91a7b4 1px solid; padding: 3px 8px 2px 8px; margin:3px 2px 0px 2px; cursor:hand; font-family:Verdana, sans-serif; background:#F5F3EB; moz-border-radius:4px 4px 0px 0px; whitespace:nowrap; white-space: nowrap;}
div.adminTabActive 	{font-size:11px; border-right:#919b9c 1px solid; border-left:#919b9c 1px solid; border-top:#FF8200 2px solid; border-bottom:0px solid; padding: 5px 9px 4px 9px;; margin:3px 0px 0px 0px; font-weight:bold; cursor:default; font-family:Verdana, sans-serif; background-color:#FCFFD5; moz-border-radius:4px 4px 0px 0px; whitespace:nowrap; white-space: nowrap;}
td.adminTab			{border-bottom: 1px solid #919b9c;}
td.adminTabActive	{border: 0px;}
td.beginTab			{padding: 0px 4px; border-bottom: 1px solid #919b9c;}
td.endTab			{padding: 0px 4px; width: 100%; border-bottom: 1px solid #919b9c;}

input				{font-size: 8pt; font-family: tahoma,verdana,sans-serif; color: black;}
input.usualprice	{background: transparent; border: none; text-align: right; font-family: tahoma,verdana,sans-serif; font-size:10pt;}
input.orderprice	{background: transparent; border: none; text-align: right; font-family: tahoma,verdana,sans-serif; font-size:10pt; font-weight: bold;}
input.search		{font-family:Tahoma,Verdana,Arial,sans-serif; font-size:8pt; width:120px; border-left: #747474 1px solid; border-top: #747474 1px solid; border-right: #dcdcdc 1px solid; border-bottom: #dcdcdc 1px solid; color:black}
input.text			{font-family:Tahoma,Verdana,Arial,sans-serif; font-size:8pt; border-left: #747474 1px solid; border-top: #747474 1px solid; border-right: #dcdcdc 1px solid; border-bottom: #dcdcdc 1px solid; color:black}
input.submit		{background:#FFE58F url(../images/c2s/bg-button.gif)  repeat-x; padding-left: 5px; padding-right: 5px;}
select				{font-size: 8pt; font-family: tahoma,verdana,sans-serif; color: black;}
select.search		{}
textarea			{font-family:Tahoma,Verdana,Arial,sans-serif; font-size:8pt; border: #747474 1px solid; border-top: #747474 1px solid; border-right: #dcdcdc 1px solid; border-bottom: #dcdcdc 1px solid; color:black}

form {
	margin: 0px;
}

a.header            {color: #D67228; text-decoration: underline;}
a.header:hover      {color: #FF8830; text-decoration: underline;}
a.title             {font-weight: bolder;  color: black; text-decoration: none;}
a.title:hover       {font-weight: bolder;  color: #FF8830; text-decoration: underline;}
a.smallText         {color: #0000CC;  font-size: 8pt;}
a.smallText:hover   {color: #FF8830;  font-size: 8pt;}
a                   {color: #D67228;}
a:link, a:visited   {color: #D67228;}
a:hover, a:active   {color: #FF8830;}

.titleText			{color: #5480BD; text-decoration: underline;}

.articleDate	{font-size: 8pt; color: #828282; font-style: italic;}
.realprice		{text-decoration: line-through; border: none; background: transparent;}
.ourprice		{color: #d50000; font-weight: bold; border: none; background: transparent; font-size:20px; font-family:Arial, Helvetica, sans-serif}
.taxprice		{color: #d50000; font-size:8pt; }
.editprice    {font-family:Tahoma,Verdana,Arial,sans-serif; width: 80px; font-size:8pt; color:black}
.top			{font-size: 8pt; padding: 2px 0px 2px 0px;}
.smallText		{font-size: 8pt;}
.middleText		{font-size: 9pt;}
.bigText		{font-size: 10pt;}
.comment		{font-size: 8pt; color: #7777CC;}
.message		{font-size: 8pt; font-weight:bolder; color: blue;}
.title			{font-family: tahoma, verdana, sans-serif; font-size:10pt; font-weight:bolder}
.error			{color: #d50000;}
.terms			{height: 300px; width: 600px; overflow: auto; border: 1px solid silver; }

.bigtitle			{font-family:arial,sans-serif; font-size: 14px; font-weight: bold; color: black;}
a.bigtitle			{color: black; text-decoration: none;}
a.bigtitle:hover	{color: #FF8830; text-decoration: none;}

div.bl_offers a.bigtitle			{font-size:10pt; font-weight: bolder;  color: black; text-decoration: none;}
div.bl_offers a.bigtitle:hover	{font-size:10pt; font-weight: bolder;  color: #FF8830; text-decoration: underline;}
div.bl_productdetails div.bigtitle		{color: #5480BD; font-weight: bold; font-size: 11pt; text-transform: uppercase;}
div.bl_productdetails span.bigtitle	{display:none;}

.subMenuBlock {
	background: #FFE58F;
	display:none;
	position:absolute;
	border-top: 1px solid black;
	border-left: 1px solid black;
	z-index: 2500;
}

a.subMenu {
	width: 150px;
	padding-left: 10px; 
	padding-right:20px; 
	padding-bottom: 6px; 
	padding-top: 6px; 
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	display:block;
	font-family:tahoma, verdana, sans-serif; 
	font-size:11px; 
	color:black;
	text-decoration:none;
	text-align: left;
	background: #FFE58F; 
}

a.subMenu:hover, a.subMenu:hover:active{
	background: white; 
	color:black;
	display:block;
	text-decoration:none;
}
/*************  Manual  ***************/

.level1 {padding: 2px 2px 2px 15px;}
.level1 a {font-weight: bold;}
.level1 a:hover {font-weight: bold;}
.level2 {padding: 2px 2px 2px 30px;}
.level3 {padding: 2px 2px 2px 40px;}
.level4 {padding: 2px 2px 2px 50px;}

/*************  Left Menu  ***************/

.menuLeft .level1 {padding: 2px 2px 2px 5px;}
.menuLeft .level2 {padding: 2px 2px 2px 15px;}
.menuLeft .level3 {padding: 2px 2px 2px 30px;}
.menuLeft .level4 {padding: 2px 2px 2px 40px;}

.menuLeft .a a {font-weight: bold;}
.menuLeft .a a:hover {font-weight: bold;}

/*-------- Template CSS Mick Summers: 01/09/05 -----------*/
/* -- Header Menu Graphic -- */

/*

#headerMenuBG {
	background-image:url('../images/Site-Header-Menu.jpg');
	background-color: #ffffff;
	padding: 0px;margin:0px;
	height: 25px; width: 750px;
}

#headerInner {margin: 5px 0px 0px 0px; padding: 0px; width: 750px; height:20px;}

*/

.linkHeaderMenu {color:#ffffff; text-decoration:none; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold;}
.linkHeaderMenu:link {color:#ffffff; text-decoration:none; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold;}
.linkHeaderMenu:visited {color:#ffffff; text-decoration:none; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold;}
.linkHeaderMenu:hover {color:#ddddff; text-decoration:none; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold;}
.linkHeaderMenu:active {color:#ffffff; text-decoration:none; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold;}

.linkGeneral {color:#990000; text-decoration:underline; font-size:18px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold;}
.linkGeneral:link {color:#990000; text-decoration:underline; font-size:18px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold;}
.linkGeneral:visited {color:#990000; text-decoration:underline; font-size:18px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold;}
.linkGeneral:hover {color:#FF5555; text-decoration:underline; font-size:18px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold;}
.linkGeneral:active {color:#990000; text-decoration:underline; font-size:18px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold;}

td#indexMapArea {
	width: 376px;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	vertical-align: top;
	text-align: center;
}

td#indexMainTextArea {
	padding: 0px 10px 0px 0px;
	margin: 0px;
	vertical-align: top;
}

td#indexButtonArea {
	width: 168px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	text-align: center;
}

.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: left;
}

.mainText h1 {
	font-size: 18px;
	color: #5480BD; /* was: #355df3 */
}

.mainText h2 {
	font-size: 15px;
	color: #5480BD; /* was: #355df3 */
}

.mainText p {
}

.mainText ul {
	font-size: 13px;
}

td#indexBottomArea {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

td#indexBottomArea h2 {
	font-size: 15px;
	color: #5480BD;
}

#leftOrderBodyColumn {width:170px;margin-left: 5px;margin-top: 10px;}
#rightOrderBodyColumn {width:565px; padding-left:5px;margin-right: 5px;margin-top: 10px; font-size: 14px;}
#registerColumn {width:750px;}
#windowDiv {border:1px solid #7777FF; background-color:#FFFFFF; padding: 0px;margin-top: 5px;margin-left: auto; margin-right: auto; width: 750px; text-align:center;}
#shadowDiv {width:750px; margin:0px;padding:0px;background-image:url(../images/Site-Page-BG.jpg);background-repeat:repeat-x;}
#couponStyle {background-image:url(../images/coupon-bg.jpg);background-repeat:no-repeat;width:650px;height:40px;margin-top:10px;}
#priceAddDiv {background-image:url(../images/Site-Price-Add.jpg);background-repeat:no-repeat;width:250px;height:48px;margin:0px;padding: 8px 0px 0px 0px;}
.step1Div {background-image:url(../images/Site-Step1.jpg);background-repeat:no-repeat;width:732px;height:87px;padding-top:35px;}
.step1Inner {height:87px;}
.step2Div {background-image:url(../images/Site-Step2.jpg);background-repeat:no-repeat;width:732px;height:77px;padding-top:45px;}
.step2Inner {height:77px;}
.step3Div {background-image:url(../images/Site-Step3.jpg);background-repeat:no-repeat;width:732px;height:62px;padding-top:60px;}
.step3Inner {height:62px;}

/* Overide body background color */
/*body {
	background-color: #EAEEFF; 
	text-align: center;
	background-image: url(../images/Site-BG.jpg);
}*/

.headerText {vertical-align:middle;color:#3333FF;	font-size:18px;	font-weight:bolder; background-image:url(../images/Site-Heading-BG-Big.jpg);background-repeat:no-repeat; width: 360px; height: 25px;padding-left:25px;}
.headerTextSmall {color:#3333FF; font-size:14px; font-weight:bolder;background-image:url(../images/Site-Heading-BG.jpg);background-repeat:no-repeat;width: 360px; height: 18px;padding-left:20px;}
.blueText {color:#3333FF; font-size: 18px; font-weight:bolder;}
.freeText {color: #FF0000;font-size: 14px;font-weight: bold;}
.calendarTypeText {color: #FFFFFF; font-size: 18px;font-weight: bold;}

SELECT.productControls {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#990066;
}

INPUT.productControls {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#990066;
}

.clear {
	padding: 0px;
	margin: 0px;
	clear: both;
}

/*************  begin Pale Blue Box  ***************/

.pale-blue-box-table {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.pale-blue-box-table td {
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-align: left;
}

.pale-blue-box-top-middle {
	background-image: url(../images/pale-blue-box/top-middle.jpg);
	background-repeat: repeat-x;
}

.pale-blue-box-middle-left {
	background-image: url(../images/pale-blue-box/middle-left.jpg);
	background-repeat: repeat-y;
}

.pale-blue-box-middle-middle {
	background-image: url(../images/pale-blue-box/middle-middle.jpg);
	background-repeat: repeat;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.pale-blue-box-middle-middle h1 {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #5480BD;
	text-align: left;
}

.pale-blue-box-middle-middle h2 {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #5480BD;
	text-align: left;
}

.pale-blue-box-middle-middle p {
	padding: 0px;
	margin: 12px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-align: left;
}

.pale-blue-box-middle-middle a {
	text-decoration: none;
	color: #D67228;
}

.pale-blue-box-middle-middle a:hover{
	text-decoration: underline;
	color: #FF8830;
}

.pale-blue-box-middle-middle strong {
	font-weight: normal;
	color: #D67228;
}

.pale-blue-box-middle-right {
	background-image: url(../images/pale-blue-box/middle-right.jpg);
	background-repeat: repeat-y;
}

.pale-blue-box-bottom-middle {
	padding-top: 12px;
	background-image: url(../images/pale-blue-box/bottom-middle.jpg);
	background-repeat: repeat-x;
}

/*************  end Pale Blue Box  ***************/

/*************  begin Pale Blue Box - variants for index page  ***************/

.pale-blue-box-middle-middle-index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	background-image: url(../images/pale-blue-box/middle-middle.jpg);
	background-repeat: repeat;
}

.pale-blue-box-middle-middle-index h1 {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #5480BD;
	text-align: left;
}

.pale-blue-box-middle-middle-index h2 {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #5480BD;
	text-align: left;
}

.pale-blue-box-middle-middle-index p {
	padding: 0px;
	margin: 12px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #5480BD;
	text-align: left;
}

.pale-blue-box-middle-middle-index a {
	text-decoration: none;
	color: #D67228;
}

.pale-blue-box-middle-middle-index a:hover{
	text-decoration: underline;
	color: #FF8830;
}

.pale-blue-box-middle-middle-index strong {
	font-weight: normal;
	color: #D67228;
}

.pale-blue-box-middle-middle-index2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	background-image: url(../images/pale-blue-box/middle-middle.jpg);
	background-repeat: repeat;
}

.pale-blue-box-middle-middle-index2 h1 {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #D67228;
	text-align: center;
	text-transform: uppercase;
}

.pale-blue-box-middle-middle-index2 h2 {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #D67228;
	text-align: left;
	text-transform: uppercase;
}

.pale-blue-box-middle-middle-index2 p {
	padding: 0px;
	margin: 12px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #5480BD;
	text-align: center;
}

.pale-blue-box-middle-middle-index2 a {
	text-decoration: none;
	color: #D67228;
}

.pale-blue-box-middle-middle-index2 a:hover{
	text-decoration: underline;
	color: #FF8830;
}

.pale-blue-box-middle-middle-index2 strong {
	font-weight: normal;
	color: #D67228;
}

/*************  end Pale Blue Box - variants for index page  ***************/

.notice {
	color: #FF0000;
	padding: 0px 6px;
	margin: 0px;
	border: 1px solid #FF0000;
}

.notice p {
	margin: 6px 0px;
	font-family: tahoma, verdana, sans-serif;
	font-size: 8pt;
}

.a4_calendars_column {
	float: left;
	width: 50%;
}

.a4_calendars_column div {
	margin-right: 12px;
}

/*************  Begin section added by Oliver Pereira, Thu 04/08/2011  ***************/

blockquote {
	margin: 0 0 1em 0;
	padding: 35px 20px 0 20px;
	border: 1px solid #CCCCCC;
	background: #F1F6FC url(../images/quote1.gif) no-repeat 10px 10px;
}

.quote_bottom {
	height: 30px;
	background: #F1F6FC url(../images/quote2.gif) no-repeat right;
	margin-right: -10px;
}

/*************  End section added by Oliver Pereira, Thu 04/08/2011    ***************/

