/* Do not rename this file. Reference is used in DejaVuRadEditor in CMS */


/************ DO NOT DELETE OR RENAME *************/
/* used in backend for showing inserted Cristal Controls in page content */
.cristalControlDiv
{
	text-decoration: none;
	border: 0px solid #666666;
	width: 100%;
	height: 50px;
	background-color: #DDDDDD;
	text-align: center;
	vertical-align: middle;
}
/************************************************/
 
html, body 
{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body
{
	width: 950px;
	line-height: 15pt;
}

table 
{		
	padding: 0px;
	margin: 0px;
	line-height: 15pt;
}

/* Sitemap */
.tableSitemap
{
	border: 0px;
}

.tooltip
{
	position: absolute; 
	visibility: hidden; 
	left: 0; 
	top: 0; 
	padding: 2px;
	border: 1px solid #000000; 
	font-family: Tahoma, Verdana, "Arial Helvetica", sans-serif;
	font-size: 11px; 
	line-height: 1.2;
	color: #000000;
	background-color: #FFFFE0; 
	z-index: 10000;
}

.tdGridData
{
}
ul 
{
	/*margin-top: -6px;*/
}

li
{
	list-style:square;
	margin-left: -24px;
}

p
{
	padding-top: 0px;
	padding-bottom: 6px;
	margin: 0px;
} 

form
{
	padding: 0px;
	margin: 0px;
	height: 100%;
}

input, textarea, select
{
	font-family:Arial, Helvetica, sans-serif;
	font-size : 12px;
	border: 1px solid #6A4DA7;
}


#ContactActionForm_cbxNewsletter
{
	border-style: none;
}

.btnAction, .buttonEditAction
{
	background-color: #6A4DA7;
	color: #CCFF33;
	height: 20px;
	padding: 0 10px;
	text-decoration: none;
}

.btnActionDisabled
{
	background-color: #E0DFE3;
	border: none;
	height: 20px;
	padding: 0 10px;
}

td 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a 
{
	color:#6A4DA7;
	font-size: 12px;
}
a:hover 
{
	text-decoration:none;
}

a:link 
{
}

a:visited 
{
}

a:active 
{
}


#headerGoogleDiv 
{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}

.googleLink
{
	text-decoration: none;
	color: 	#FFFFFF !important;
	font-size: xx-small;
}

.googleLink:hover 
{
}

.googleLink:link 
{
}

.googleLink:visited 
{
}

.googleLink:active 
{
}	

hr 
{
	/*border: solid 1px #00AEEF;*/
	height: 1px;
	border: none;
	border-top: 1px solid #6A4DA7;
}
#headerDiv
{
	position: relative;
	width: 950px;
	height: 100px;
}

#headerLogoDiv 
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 92px;
	height: 100px;
}

#headerBannerDiv 
{
	position:absolute;
	top: 0px;
	left: 92px;
	width: 858px;
	height: 100px;
}

#menuDiv
{
	position: relative;
	margin-top: 2px;
	width: 950px;
	height: 32px;
	background-color: #6A4DA7;
}

#menuDiv #languageChangeDiv
{
	position: absolute;
	top: 6;
	right: 6;
}

.title 
{
	font-weight: bold;
	color: #666666;
}

h1 
{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

h2
{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #6A4DA7;
	padding: 0;
	margin: 0;
}
h3
{
	font-weight: normal;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

h4
{
	font-weight: normal;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

/*Google*/
.googleAdSenseTable
{
    width: 100%;
    text-align: center;
}

.googleAdSenseTd
{
}


/* Subscription */
.tdEditCaption
{
	left: 0px;
	vertical-align: top;
}

.subscriptionError li
{
	left: 0px;
	text-align: left;
	color: #FF0000;
	margin-left:-24px;
}

.subscriptionTitle 
{
	font-weight: bold;
	color: #067393;
}

.subscriptionTextbox 
{
	width: 165px;
	border-style: solid;
	border-width: 1px;
	border-color: #00AEEF;
}


#fillDiv 
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 134px;
	width: 950px;
	background-color: #FFFFFF;
	z-index: 5;
}
 
#fillRightDiv 
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 14px;
}

/*** see http://www.positioniseverything.net/easyclearing.html
   for explanation of Tony Aslett's elegant hack ***/
.clearing:after 
{
    content: ".";
    display: block;
	 line-height: 0px;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearing 
{
    display: inline-block;
}

/* hides from IE/Mac \*/
* html .clearing 
{
	height: 1%;
}

.clearing 
{
	display: block;
}
/* end hide from IE-Mac */
/*** end clearing hack ***/


.contentDiv
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 950px;
	margin: 0px;
}
 
.contentLeftDiv 
{
	float: left;
	width: 200px;
	background-color: #E5FEB2;
}

#contentMiddleDiv
{
	float: left;
	width: 550px;
}

#contentMiddleDiv .contentDiv
{
	width: 515px;
	margin: 10px 10px 10px 25px;
}

.contentDiv hr
{
	margin: 0 -10px 0 -25px !important;
}

#contentRightHomeDiv
{
	float: left;
	width: 200px;
	background-color: #CCCCCC
}

#contentRightNormalDiv
{
	float: left;
	width: 200px;
	background-color: #E5FEB2
}

.loginDiv
{
	background-color: #CCFF33;
	border-bottom: 2px solid #FFFFFF;
}

.loginTable
{
	width: 100%;
}
.loginInputTd
{
	font-size: 10px;
	text-align: right;
	padding: 4px 10px;
	white-space: nowrap;
}
.loginInputTd input
{
	margin-left: 5px;
	color:#6A4DA7;
}
.loginHeaderTd
{
	font-weight: bold;
	color:#6A4DA7;
	padding: 10px 10px 4px;
}
.loginButtonTd
{
	padding: 4px 10px;
	text-align: right;
	color:#6A4DA7;
	font-weight: bold;
}

.rightInnerDiv
{
	padding: 10px 6px;
	/*line-height: 2em;*/
}

.rightInnerDiv #outlineDiv
{
	padding: 0 6px;
}

.rightInnerDiv h1
{
	line-height: normal;
	padding-left: 0px;
}

.pageImagesDiv
{
	width: 190px !important;
}

.pageImage
{
	display: block;
	border: 1px solid #6A4DA7 !important;
	margin: 17px 20px;
}

.bannerImage
{
	display: block;
	border: 0;
	width: 858px;
	height: 100px;
}

.eventListTable td
{
	padding: 10px 15px ;
}

.eventListSeperator
{
	line-height: 1px;
	height: 1px;
	content: ".";
	background-color: #CCFF33;
	color: #CCFF33;
	padding: 0 !important;
}

/*		submenu		*/
.subMenuDiv
{
	background-color: #9F8ACB;
	padding-top: 15px;
	border-bottom: 2px solid #FFFFFF;
}

.subMenuDiv .headerCollapsed
{
	background-color: #9F8ACB;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 0 2px 2px;
	margin-left: 10px;
	width: 190px !important;
}
.subMenuDiv .headerCollapsed td
{
	border: 1px solid #9F8ACB;
	padding: 3px 5px 3px 8px;
}
.subMenuDiv .headerHoverCollapsed
{
	color: #CCFF33;
	font-weight: bold;
	padding: 2px 0 2px 2px;
	background-color: #9F8ACB;
	cursor: pointer;
	margin-left: 10px;
	width: 190px !important;
}
.subMenuDiv .headerHoverCollapsed td
{
	border: 1px solid #9F8ACB;
	padding: 3px 5px 3px 8px;
}
.subMenuDiv .headerExpanded
{
	background-color: #FFFFFF;
	color: #6A4DA7;
	font-weight: bold;
	padding: 2px 0 2px 2px;
	margin-left: 10px;
	width: 190px !important;
	border: 2px solid #FFFFFF;
	border-right: none;
}
.subMenuDiv .headerExpanded td
{
	border: 1px solid #FFFFFF;
	padding: 3px 5px 3px 8px;
}
.subMenuDiv .headerHoverExpanded
{
	text-decoration: underline;
	background-color: #FFFFFF;
	color: #6A4DA7;
	font-weight: bold;
	padding: 2px 0 2px 2px;
	cursor: pointer;
	margin-left: 10px;
	width: 190px !important;
	border: 2px solid #FFFFFF;
	border-right: none;
}
.subMenuDiv .headerHoverExpanded td
{
	border: 1px solid #FFFFFF;
	padding: 3px 5px 3px 8px;
}
.subMenuDiv .headerSelected
{
	background-color: #FFFFFF;
	color: #6A4DA7;
	font-weight: bold;
	padding: 2px 0 2px 2px;
	margin-left: 10px;
	width: 190px !important;
	border: 2px solid #FFFFFF;
	border-right: none;
}
.subMenuDiv .headerSelected td
{
	border: 1px solid #9F8ACB;
	padding: 3px 5px 3px 8px;
}

.subMenuDiv .itemCollapsed
{
	color: #6A4DA7;
	background-color: #FFFFFF;
	font-weight: normal;
	padding: 2px 0 2px 2px;
	margin-left: 10px;
	width: 190px !important;
	border: 2px solid #FFFFFF;
	border-right: none;
}
.subMenuDiv .itemCollapsed td
{
	border: 1px solid #FFFFFF;
	padding: 3px 5px 3px 8px;
}
.subMenuDiv .itemHoverCollapsed
{
	color: #6A4DA7;
	text-decoration: underline;
	background-color: #FFFFFF;
	font-weight: normal;
	padding: 2px 0 2px 2px;
	cursor: pointer;
	margin-left: 10px;
	width: 190px !important;
	border: 2px solid #FFFFFF;
	border-right: none;
}

.subMenuDiv .itemHoverCollapsed td
{
	border: 1px solid #FFFFFF;
	padding: 3px 5px 3px 8px;
}
.subMenuDiv .itemExpanded
{
	color: #6A4DA7;
	background-color: #FFFFFF;
	font-weight: normal;
	padding: 2px 0 2px 2px;
	margin-left: 10px;
	width: 190px !important;
	border: 2px solid #FFFFFF;
	border-right: none;
}

.subMenuDiv .itemExpanded td
{
	border: 1px solid #FFFFFF;
	padding: 3px 5px 3px 8px;
}

.subMenuDiv .itemHoverExpanded
{
	color: #6A4DA7;
	text-decoration: underline;
	background-color: #FFFFFF;
	font-weight: normal;
	padding: 2px 0 2px 2px;
	cursor: pointer;
	margin-left: 10px;
	width: 190px !important;
}

.subMenuDiv .itemHoverExpanded td
{
	border: 1px solid #FFFFFF;
	padding: 3px 5px 3px 8px;
}
.subMenuDiv .itemSelected
{
	color: #6A4DA7;
	background-color: #FFFFFF;
	font-weight: normal;
	padding: 2px 0 2px 2px;
	cursor: default;
	margin-left: 10px;
	width: 190px !important;
	border: 2px solid #FFFFFF;
	border-right: none;
}
.subMenuDiv .itemSelected td
{
	border: 1px solid #9F8ACB;
	padding: 3px 5px 3px 8px;
}
 
 
.TestAnswerImageButtonTd
{
	padding: 10px 0;
}
 
/*
 
.pollDiv
{
	border: 1px solid #00AEEF;
	width: 300px;
	padding: 5px;
}

.pollDiv .pollHeaderDiv
{
}

.pollDiv .pollOutlineDiv
{
}

.pollDiv .pollInnerDiv
{
	margin-top: 10px;
}

.pollDiv .pollOption
{
	
}

.pollDIv .resultBar
{
	height: 5px;
	background-color: #666666;
	border-left: 1px solid #666666;
}

.pollDiv .resultText
{
	display: block;
	margin-bottom: 6px;
}

.pollDiv .resultBarHeighest
{
	height: 5px;
	background-color: #00AEEF;
	border-left: 1px solid #00AEEF;
}

.pollDiv .resultTextHeighest
{
	font-weight: bold;
	display: block;
	margin-bottom: 6px;
}

.pollDiv .pollFooterDiv
{
}
 */
.imageGalleryTable
{
	padding:0;
}
.imageGalleryTable .imageGalleryTitleTd
{
	padding:0;
}

.imageGalleryTable .imageGalleryDescriptionTd
{
	padding:0;
}

.imageGalleryTable .imageGalleryThumbsDetailTd, .imageGalleryThumbsTd
{
	padding:0;
	text-align: center !important;
}

.imageGalleryTable table
{
	border:0;
	width: 100%;
}
.imageGalleryTable .imageGalleryThumbsTable .imageGalleryThumbsTd
{
	padding:0;
}

.imageGalleryTable .imageGalleryThumbsTable .imageGalleryThumbsButtonsTd
{
	padding:0;
}

.imageGalleryTable .imageGalleryDetailTable
{
	padding:0;
}
 
 /*
.productListDiv
{
	width:400px;
}

 
.productListDiv .productStatusTable
{
	width: 100%;
}

.productListDiv .categoryMenuTable
{
	
}

.productListDiv .categoryTable
{
	width: 100%;
}

.productListDiv .categoryTable .btnToTop
{
	float: right;
	display: block;
}

.productListDiv .productsTable
{
	width: 100%;
}

.productListDiv .productImageTd
{
	width:103px;
	padding:3px 0px 3px 3px;
	border:1px solid #00AEEF;
	border-right:none;
	text-align: center;
	vertical-align: middle;
}

.productListDiv .productInfoTd
{
	border:1px solid #00AEEF;border-left:none;
}

.productListDiv .productNameTd
{
	
}

.productListDiv .productDescriptionTd
{
	
}

.productListDiv .productPriceTd
{
	height: 20px !important;
	line-height: 20px !important;
	text-align: right;
	vertical-align: bottom;
}

.productListDiv .productPriceTd input
{
	vertical-align: middle;
	margin: 0 5px 1px;
	
}

.productListDiv .productSeperatorTd
{
	height:10px;
	line-height: 1px;
}

.productListDiv .categorySeperatorTd
{
	
}

.productListDiv .orderErrorTable
{
	
}

.productListDiv .orderError
{
	
}

.productListDiv .checkoutDiv
{
	
}

.productListDiv .checkoutDiv .basketTable
{
	
}

.productListDiv .checkoutDiv .basket .Input
{
	padding: 0 3px;
	text-align: right;
	width: 30px;
}

.productListDiv .checkoutDiv .basket .btnAction
{
	border: 0;
	padding: 0;
	height: 18px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #00AEEF;
}

.productListDiv .checkoutDiv .formTable
{
	
}

.productListDiv .confirmationTable
{
	
}

.newsEventsArchiveDiv
{
	width: 100%;
}

.newsEventsTable 
{
	width: 100%;
}

.newsEventsTable .leftTd
{
	padding: 3px 6px 3px 0;
	width: 80px !important;
	text-align: right;
}

.archiveTable .leftTd
{
	padding: 1px 6px 1px 0;
	width: 80px;
	color: #666666;
	font-weight: bold;
}

.archiveTable .rightTd
{
	color: #666666;
}

.archiveTable .rightTd a
{
	font-weight: bold;
}




 Search 
.SEResultItemSummary strong
{
	padding-left: 2px;
	padding-right: 2px;
	background-color: #B5EBFF;
 	color: #000000;
}

.SEHeader .SEQuery, .SEHeader .SEResultsNum
{
	font-weight: bold;
	color: #00AEEF;
}

.SEHeader
{
	border-top: 1px solid #00AEEF;
	border-bottom: 1px solid #00AEEF;
	text-align: right;
}

.SEFooterPager
{
	border-top: 1px solid #00AEEF;
}

.SEHeader table td, .SEFooterPager table td
{
	text-align: right;
	padding-bottom: 1px;
}

.SEHeader .alignleft
{
	text-align: left;
}

.SEHeader a, .SEFooterPager a
{
	font-weight: bold;
	color: #00AEEF !important;
	text-decoration: none !important;
	border: none !important;
}  
.contentHightlightTable	
{
	border: 1px solid #00AEEF;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	z-index: -1;
}
 
#slideshowTable td
{
	border: 1px solid #00AEEF;
	border-collapse: collapse;
}

#slideshowDemoTable td
{
	border: 1px solid #00AEEF;
	border-collapse: collapse;
}

.slideshowDiv
{
	 padding: 5px 0;
}

.slideshowDiv .picture
{
	 margin: 0 5px;
	 border: none;
}

.descriptionDiv .description
{
	width: 100%;
	margin: 0;
	overflow: auto;
	padding: 5px;
	scrollbar-3dlight-color: #00AEEF;
	scrollbar-arrow-color: #00AEEF;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #00AEEF;
	scrollbar-track-color: #00AEEF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
}

.slideshowButtonsDiv
{
	 padding: 5px 0 4px;
	 _padding-bottom: 5px;
}


.selectedtabbutton
{
	border: 1px solid #00AEEF;
	background-color: #00AEEF;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 10px;
	width: auto !important;
}
.tabbutton
{
	border: 1px solid #00AEEF;
	background-color: #FFFFFF;
	color: #00AEEF;
	font-weight: normal;
	padding: 2px 10px;
	width: auto !important;
}

*/


/* NEWS */
#newsTable
{
    padding-top: 0px;
    padding-left: 18PX;
}

#newsTable td, #newsTable td a
{
    line-height: 24PX;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

#newsTable td a:hover
{
    color: #CCFF33;
    text-decoration: none;
}
