/* CSS Document */

.Background
{ 
  background-image: url(../images/bg_image.jpg);
	background-repeat: repeat;
	background-attachment:fixed;
	background-color: #25496b;
}
.HeaderBackground
{ 
  background-image: url(../images/bg_image_header.jpg);
	background-repeat: no-repeat;
}
.Page
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	border: solid 1px #000000;
	background-color: #FFFFFF;
}

.HeaderBar
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-color: #cccccc;
}

.ItemHeading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4f7ab2;
}

.ItemSubHeading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.TextGeneral
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

.TextGeneralBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}

.TextGeneralBoldItalic
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #333333;
}

.TextGeneralLink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

.TextGeneralLinkBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

.TextGeneralError
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}

.ImageRightBorder
{
	border: 1px solid #4f7ab2;
	padding: 3px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.ImageLeftBorder
{
	border: 1px solid #4f7ab2;
	padding: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.ImageBorder
{
	border: 1px solid #4f7ab2;
	padding: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.SideBarHeading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-color: #cccccc;
}

.SideBarText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.SideBarTextLink
{
	color: #333333;
	text-decoration: underline;
}

.FooterBar
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #cccccc;
}

.FooterTextLink
{
	color: #333333;
	text-decoration: underline;
}

.FormField
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #4f7ab2;
}

.FormButton
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #4f7ab2;
	font-weight: bold;
	border: 1px solid #000000;
	width: 80px;
}

.MenuBg
{ 
  background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
}

.MenuItem
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	text-indent: 7px;
}

.MenuItem:hover
{ 
  color: #FFFFFF;
	background-color: #4f7ab2;
	text-decoration: none;
}

.MenuItem a
{
	color: #333333;
	text-decoration: none;
	
	display: block;
}

.MenuItem a:hover
{
	color: #FFFFFF;
	background-color: #4f7ab2;
	text-decoration: none;
}

.MenuSpacingRow
{
	background-color: #FFFFFF;
	height: 2px;
}

hr
{
  border: none;
	color: #064780;
	background-color: #4f7ab2;
	height: 1px;
	width: 100%;
}
.FooterBar a:hover
{
  color: #4f7ab2;
	text-decoration: none;
}


/* CALENDAR EVENTS PAGE */
.CalendarHeader 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #4f7ab2;
}

.CalendarHeader a:link
{
	color: #FFFFFF;
	text-decoration: underline;
	display: block;
}
.CalendarHeader a:visited
{
	color: #FFFFFF;
	text-decoration: underline;
	display: block;
}
.CalendarHeader a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.CalendarBody 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	background-color: #cccccc;
}

.CalendarBody a:link
{
	color: #FFFFFF;
	text-decoration: none;
	
	display: block;
}
.CalendarBody a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	
	display: block;
}
.CalendarBody a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

.CalendarBodyToday 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
}

.CalendarBodyToday a:link
{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.CalendarBodyToday a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.CalendarBodyToday a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

.CalendarBodyEvent 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4f7ab2;
}

.CalendarBodyEvent a:link
{
	color: #FFFFFF;
	text-decoration: underline;
	display: block;
}
.CalendarBodyEvent a:visited
{
	color: #FFFFFF;
	text-decoration: underline;
	display: block;
}
.CalendarBodyEvent a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

.EventHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;font-weight: bold;
	background-color: #4f7ab2;
}

.EventBody
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	background-color: #4f7ab2;
}

.EventBodyLight
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #eaeaea;
}

.EventBorder
{
	border: 2px solid #cccccc;
}

.EventBody a
{
	color: #000000;
	text-decoration: underline;
}

.EventBody a:hover
{
	color: #000000;
	text-decoration: underline;
}
a:link
{
  color: #333333;
}
a:visited
{
  color: #333333;
}
a:hover
{
	color: #4f7ab2;
}
a:active
{
	color: #4f7ab2;
}

/* PRODUCT CATEGORY PAGES */
/* Border around category photos */
.ZZECCategoryPhotoBorder
{
  border: 1px solid #4f7ab2;
	padding: 5px;
}

/* Text description that links to sub-categories or product items */
.ZZECCategoryDescriptionTextLink
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}

/* Link back to parent category */
.ZZECCategoryParentLink
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}

/* Horizontal rule on category pages */
.ZZECCategoryHR
{
  border: none;
	color: #064780;
	background-color: #4f7ab2;
	height: 1px;
	width: 100%;	
}


/* PRODUCT OVERVIEW PAGES */
/* Border around product photo on the product overview pages */
.ZZECProductOverviewPhotoBorder
{
  border: 1px solid #4f7ab2;
	padding: 5px;
}

/* Normal product price if product is on offer */
.ZZECProductOverviewNormalPriceText
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4f7ab2;
	font-weight: bold;
	text-decoration: line-through;
}

/* New product price if product is on offer */
.ZZECProductOverviewOfferPriceText
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
}

/* Price where product is not on offer */
.ZZECProductOverviewNoOfferPriceText
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

/* Product name text on the product overview pages */
.ZZECProductOverviewItemNameText
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

/* Full Details link on the product overview pages */
.ZZECProductOverviewFullDetailsTextLink
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}

/* Text used for general messages and errors */
.ZZECProductOverviewGeneralText
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

/* Horizontal rule to separate items on product overview pages */
.ZZECProductOverviewHR
{
  border: none;
	color: #064780;
	background-color: #4f7ab2;
	height: 1px;
	width: 100%;	
}


/* PRODUCT DETAILS PAGES */
/* Name of product on product details pages */
.ZZECProductDetailsItemNameText
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

/* Normal product price if product is on offer */
.ZZECProductDetailsNormalPriceText
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	text-decoration: line-through;
}

/* New product price if product is on offer */
.ZZECProductDetailsOfferPriceText
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4f7ab2;
	font-weight: bold;
	text-decoration: none;
}

/* Price where product is not on offer */
.ZZECProductDetailsNoOfferPriceText
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

/* Description text for the product */
.ZZECProductDetailsDescriptionText
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

/* Large image link text */
.ZZECProductDetailsLargerImageTextLink
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}

/* Horizontal rule to separate item variants */
.ZZECProductDetailsHR
{
  border: none;
	color: #064780;
	background-color: #4f7ab2;
	height: 1px;
	width: 100%;	
}

/* Link back to product overview page */
.ZZECProductDetailsBackTextLink
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}


/* CALENDAR EVENTS */
/* Border around product item pics */
.ZZECCalendarEventPhotoBorder
{
  border: 1px solid #4f7ab2;
	padding: 5px;
}

/* Link to product details */
.ZZECCalendarEventProductNameTextLink
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}

/* Normal product price text */
.ZZECCalendarEventNormalPriceText
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	text-decoration: line-through;
}

/* Offer price text */
.ZZECCalendarEventOfferPriceText
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4f7ab2;
	font-weight: bold;
	text-decoration: none;
}

/* No offer product price text */
.ZZECCalendarEventNoOfferPriceText
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}