/* ======================
	DEFAULTS
=========================*/
body {
	background-image: url('/modules/root/templates/template1/images/bg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	background-color:#4c4d4f;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	margin:0px;
	padding:20px 0px 20px 0px;
}
.inputField {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 11px;
}
h1 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	background-color:transparent;
	font-size:21px;
	font-weight:normal;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	letter-spacing: 1px;
}
h1 em {
	color:#ffffff;
	font-style: normal;
}
p.tagline {
	position: relative;
	font-size: 13px;
	color: #686868;
}
h2 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	background-color: transparent;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 7px;
	margin-top: 5px;
}
h3 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	background-color: transparent;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
}
h4 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	background-color: transparent;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 3px;
	margin-top: 5px;
}
a img {
	border-width: 0px;
}
img {
	vertical-align: bottom;
}
object {
	vertical-align: bottom;
}	
embed {
	vertical-align: bottom;
}
p {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
p.error {
	padding: 0px;
	margin: 0px;
	color: #bf0f35;
}
input.error, select.error, textarea.error {
	border: 1px solid #bf0f35;
}
p.notice {
	padding: 0px;
	margin: 0px;
	color: #385f14;
}
em {
	color: #ffffff;
}
a {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}
a:link {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #ffffff;
}
a:visited {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #ffffff;
}
a:hover {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #9E4193;
}
input.button {
	background-color: #efefef;
	padding: 2px 5px 2px 5px;
	color: #000000;
	border-width: 0px;
	font-size: 15px;
	margin-bottom: 10px;
}
a.button {
	background-color: #efefef;
	padding: 2px 5px 2px 5px;
	color: #000000;
	border-width: 0px;
	font-weight: normal;
	font-size: 15px;
	line-height: 30px;
	cursor: pointer;
}
input.smallButton {
	background-color: #efefef;
	padding: 4px 2px 4px 2px ;
	color: #000000;
	border-width: 0px;
	font-size: 12px;
}
a.smallButton {
	background-color: #efefef;
	padding: 4px 2px 4px 2px ;
	color: #000000;
	border-width: 0px;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	cursor: pointer;
}
table th {
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
/*========================
	LAYOUT
=========================*/
#pageBoxLv1 {
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	width:800px;
}
#pageBoxLv2 {
	background-color: #010101;
	color:#5C5C5C;
	color: #FFFFFF;
	border: 1px solid #999999;
}
#editHeaderImageActions {
	padding: 10px;
}
#metaHeaders {
	margin-left: 5px;
	margin-right: 5px;
}
#metaHeaders h1 {
	margin-top: 0px;
}
#metaHeaders img {
	vertical-align: baseline;
}
#headerPicture {
	border-bottom: 1px solid #999999;
}
#logo {
	text-align: right;
}
#siteName {
	margin: 0px 0px 10px 20px;
}
#topSearchBox {
	margin: 12px 0px 10px 0px;
	float: left;
	text-align: right;
	padding: 0px;
}
#topSearchBox form {
	margin: 5px 0px 5px 0px;
}
#topSearchBox form div {

}
#topSearchBox .inputField {
	border-width: 0px;
	background-image: url('/modules/root/templates/template1/images/searchInputBg.jpg');
	background-position: center left;
	background-repeat: no-repeat;
	background-color: #1f031c;
	color: #FFFFFF;
	padding: 4px 2px 5px 2px;
	width: 118px;
}
#topSearchBox .submitButton {
	vertical-align: bottom;
}
#contentLayout {
	width: 100%;
}
#contentLayout td#leftMenuColumn {
	width: 160px;
	vertical-align: top;
}
#contentLayout td#leftMenuColumn {
	color: #FFFFFF;
	vertical-align: top;
	background-color: #3d1a38;
}
#contentLayout td#leftMenuColumn #subMenuLv1 {
	margin:0px;
	padding:10px 10px 0px 10px;
	list-style: none;
}

#contentLayout td#leftMenuColumn #subMenuLv1 li {
	margin: 0px 0px 8px 0px;
}
#contentLayout td#leftMenuColumn #subMenuLv1 li.parent {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #6f3b68;
	text-transform: uppercase;
}
#contentLayout td#leftMenuColumn #subMenuLv1 li.last {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #6f3b68;
}
#contentLayout td#leftMenuColumn #subMenuLv1 li.current a {
	color: #9E4193;
}
#contentLayout td#leftMenuColumn #subMenuLv1 a {
	font-weight: normal;
	text-transform: uppercase;
}
#contentLayout td#leftMenuColumn #subMenuLv1 a span {

}

#contentLayout td#contentColumn {
	vertical-align: top;
	background-image: url('/modules/root/templates/template1/images/contentBg.jpg');
	background-position: center center;
	background-repeat: repeat-x;
	background-color: #000000;
	color: #FFFFFF;
	padding: 0px;
}

#contentLayout td#rightMenuColumn {
	width: 160px;
	vertical-align: top;
}
#contentLayout td#rightMenuColumn {
	vertical-align: top;
	background-color: #404041;
	color: #FFFFFF;
}
#contentLayout td#rightMenuColumn #subMenuLv2 {
	margin:0px;
	padding:10px;
	list-style: none;
}
#contentLayout td#rightMenuColumn #subMenuLv2 li {
	margin: 0px 0px 4px 0px;
}
#contentLayout td#rightMenuColumn #subMenuLv2 li.parent {
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #606060;
	text-transform: uppercase;
	color: #9E4193;
}
#contentLayout td#rightMenuColumn #subMenuLv2 li.last {
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #606060;
}
#contentLayout td#rightMenuColumn #subMenuLv2 a {
	font-weight: normal;
	text-transform: uppercase;
}
#contentLayout td#rightMenuColumn #subMenuLv2 li.current a {

}
#contentLayout td#rightMenuColumn #subMenuLv2 a:hover {
	color: #AAAAAA;
}
#contentLayout td#rightMenuColumn #subMenuLv2 a span {

}
#contentLayout td#rightMenuColumn #subMenuLv3 {
	margin:0px;
	padding:3px 5px 5px 10px;
	list-style: none;
}
#contentLayout td#rightMenuColumn #subMenuLv3 a {
	text-transform: none;
}
#contentLayout td#rightMenuColumn #subMenuLv3 li {
	margin: 0px 0px 2px 0px;
}
#callExcedo {
	padding: 0px 10px 0px 10px;
}
#atolLogo {
	padding: 10px 10px 0px 10px;
}
#breadcrumbs {
	clear: both;
	margin: 10px 0px 0px 5px;
	padding:10px;
}
#footer {
	color: #999999;
	margin:0px 0px 0px 0px;
	padding:5px 0px;
}
#footer a {
	color: #999999;
}

#copyright {
	float: right;
}

#footerMenu, #rootMenu {
	text-align: center;
	padding: 0px;
	margin: 10px 0px 10px 0px;
}
#footerMenu li, #rootMenu li {
	display: inline;
	font-size: 9px;
}
#cmsPageActions {
	text-align: right;
	padding-right: 0px;
	padding-bottom: 10px;
}
#content {
	overflow: hidden;
}
#termsAndConditions a {
	font-weight: normal;
	font-size: 10px;
}
/*================================
	HIGHLIGHTED AREAS
================================*/
div.highlightedArea1Lv1 {
	background-color: #4c4d4f;
	color: #FFFFFF;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
div.highlightedArea1Lv1 a {
	color: #000000;
	font-weight: bold;
}
div.highlightedArea1Lv2 {
	border: 1px solid #9d9d9d;
	background-color: #ffffff;
	padding: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.highlightedArea2Lv1 {
	border: 1px solid #DA8286;
	background-color: #dedede;
	padding: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*===========================================
	INPUT AREA
============================================*/
form.inputArea {
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}

table.formLayout {
	margin: 0px;
	margin-left:15px;
	margin-right:10px;
	background-color: transparent;
	border-spacing: 0px;
	
}
table.formLayout th.leftHeader {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	width: 95px;
}
table.formLayout td {
	font-size: 11px;
}
table.formLayout td .inputField {
}
/*=======================
	TOP MENU
=========================*/
#topMenu {
	float: right;
	margin: 0px 5px 10px 0px;
	padding: 0px;
	text-align: right;
	font-weight: normal;
}
#topMenu a {
	font-size: 11px;
	text-transform: lowercase;
}

/*=======================
	MAIN MENU
=========================*/
#mainMenu {
	clear: both;
	background-color: transparent;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align: left;
	font-size: 11px;
	list-style: none;
	font-weight: normal;
}
#mainMenu li a {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	margin-right: 10px;
}
#mainMenu li {
	list-style: none;
	display: inline;
	margin: 0px;
}
#mainMenu li.on a {
	color: #9E4193;
}

/*=======================
	MODULE MENU
=========================*/
div.moduleMenu {
	border: 1px solid #C6C6C6;
	background-color: #DFDFDF;
	color: #656b67;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}
div.moduleMenu a {
	color: #656b67;
	font-weight: normal;
}
div.moduleMenu span {
}
div.moduleMenu span.on {

}
div.moduleMenu span.off {

}

/*=======================
	MODULE MENU
=========================*/
div.moduleSubMenuLv1 {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
}
div.moduleSubMenuLv1 a {
	text-transform: uppercase;
	font-weight: normal;
}
div.moduleSubMenuLv1 span {
}
div.moduleSubMenuLv1 span.on {

}
div.moduleSubMenuLv1 span.off {

}

/*=============================
	DATA TABLE LAYOUTS
==============================*/
table.dataTable {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
table.dataTable {
	border-spacing: 2px;
}
table.dataTable th.leftHeader {
	background-color: #ffffff;
	padding: 10px;
	color: inherit;
}
table.dataTable th.topHeader {
	background-color: #3d1a38;
	color: inherit;
	text-align: center;
	padding: 10px;
}
table.dataTable td {
	background-color: #4c4d4f;
	color: #FFFFFF;
	padding: 10px;
}
table.dataTable td.emptyCell {
	background-color: transparent;
	padding: 0px;
	border-width: 0px;
}
table.dataTable td.odd {
	background-color: #747474;
}

/*===================
	PAGER
====================*/
div.pager {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 13px;
	margin-bottom: 13px;
	text-align: center;
}
div.pager a {
	border: 1px solid #e6e6e6;
	background-color: #dedede;
	color: #656B67;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: normal;
}
div.pager .current {
	border: 1px solid #e6e6e6;
	background-color: #e6e6e6;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 12px;
}

/*=================================
	VIEW PRODUCT PAGE
=================================*/
div.viewProduct {
	clear: both;
}
div.viewProduct table#contentLayout td#contentColumn {
	padding: 10px;
	vertical-align: top;
	background-image: none;
	background-color: #78968e;
	color: #FFFFFF;
}
div.viewProduct table#contentLayout td#contentColumn div.pictures2, div.viewProduct table#contentLayout td#contentColumn div.pictures3 {
	margin-top: 10px;
	margin-bottom: 10px;

}
div.viewProduct table#contentLayout td#contentColumn div.pictures2 .image2 img, div.viewProduct table#contentLayout td#contentColumn div.pictures3 .image4 img {
	margin-right: 15px;
}
div.viewProduct table#contentLayout td#contentColumn h1 {
	margin-top: 0px;
}
div.viewProduct table#contentLayout td#contentColumn div.tagline {
	font-size: 14px;
}
div.viewProduct table#contentLayout td#rightMenuColumn .backButton {
	padding: 10px;
}
div.viewProduct table#contentLayout td#rightMenuColumn .backButton a {
	font-weight: normal;
}
div.viewProduct table#contentLayout td#rightMenuColumn .backButton em {
	color: #9E4193;
}
div.viewProduct div.tagline h1, div.viewProduct div.tagline, div.viewProduct div.description h1, div.viewProduct div.description, div.viewProduct div.description h1, div.viewProduct div.description2 {
	margin-top: 10px;
	margin-bottom: 10px;
}
div.viewProduct div.tagline h1, div.viewProduct div.tagline h2, div.viewProduct div.tagline h3, div.viewProduct div.tagline p, div.viewProduct div.tagline ul, div.viewProduct div.tagline ol {
	margin: 0px;
}
div.viewProduct div.description h1, div.viewProduct div.description h2, div.viewProduct div.description h3, div.viewProduct div.description p, div.viewProduct div.description ul, div.viewProduct div.description ol {
	margin: 0px;
}
div.viewProduct div.description2 h1, div.viewProduct div.description2 h2, div.viewProduct div.description2 h3, div.viewProduct div.description2 p, div.viewProduct div.description2 ul, div.viewProduct div.description2 ol {
	margin: 0px;
}
div.viewProduct table#contentLayout td#contentColumn table {
}
div.viewProduct table#contentLayout td#contentColumn table th {
	background-color: #5c7670;
	text-align: left;
	font-weight: normal;
	border-bottom: 3px solid #78968E;
}
div.viewProduct table#contentLayout td#contentColumn table td {
	background-color: #6f8e86;
	text-align: left;
	border-bottom: 3px solid #78968E;
}

/*=================================
	VIEW NEWS PAGE
=================================*/
div.viewNews {
	clear: both;
}
div.viewNews table#contentLayout td#contentColumn {
	padding: 10px;
	vertical-align: top;
	background-image: none;
	background-color: #78968e;
	color: #FFFFFF;
}
div.viewNews table#contentLayout td#contentColumn div.pictures2, div.viewNews table#contentLayout td#contentColumn div.pictures3 {
	margin-top: 10px;
	margin-bottom: 10px;

}
div.viewNews table#contentLayout td#contentColumn div.pictures2 .image2 img, div.viewNews table#contentLayout td#contentColumn div.pictures3 .image4 img {
	margin-right: 15px;
}
div.viewNews table#contentLayout td#contentColumn h1 {
	margin-top: 0px;
}
div.viewNews table#contentLayout td#contentColumn div.tagline {
	font-size: 14px;
}
div.viewNews table#contentLayout td#rightMenuColumn .backButton {
	padding: 10px;
}
div.viewNews table#contentLayout td#rightMenuColumn .backButton a {
	font-weight: normal;
}
div.viewNews table#contentLayout td#rightMenuColumn .backButton em {
	color: #9E4193;
}
div.viewNews div.tagline h1, div.viewNews div.tagline, div.viewNews div.news h1, div.viewNews div.news, div.viewNews div.news h1, div.viewNews div.news2 {
	margin-top: 10px;
	margin-bottom: 10px;
}
div.viewNews div.tagline h1, div.viewNews div.tagline h2, div.viewNews div.tagline h3, div.viewNews div.tagline p, div.viewNews div.tagline ul, div.viewNews div.tagline ol {
	margin: 0px;
}
div.viewNews div.news h1, div.viewNews div.news h2, div.viewNews div.news h3, div.viewNews div.news p, div.viewNews div.news ul, div.viewNews div.news ol {
	margin: 0px;
}
div.viewNews div.news2 h1, div.viewNews div.news2 h2, div.viewNews div.news2 h3, div.viewNews div.news2 p, div.viewNews div.news2 ul, div.viewNews div.news2 ol {
	margin: 0px;
}
div.viewNews table#contentLayout td#contentColumn table {
}
div.viewNews table#contentLayout td#contentColumn table th {
	background-color: #5c7670;
	text-align: left;
	font-weight: normal;
	border-bottom: 3px solid #78968E;
}
div.viewNews table#contentLayout td#contentColumn table td {
	background-color: #6f8e86;
	text-align: left;
	border-bottom: 3px solid #78968E;
}
/*=================================
	SHOPPING BASKET PAGE
=================================*/
div.root-template1-shopping_basket, div.root-template2-shopping_basket {
	clear: both;
	margin: 10px;
}
div.root-template1-shopping_basket div.checkoutButton {
	text-align: right;
}
div.root-template1-shopping_basket div.continueShoppingButton {
	text-align: right;
}
div.root-template1-shopping_basket p.includeVAT {
	text-align: right;
}
div.root-template1-checkout div.confirmAndPayButton {
	text-align: right;
}
/*============================
	LOGON PAGE
===========================*/
div.root-template1-logon, div.root-template2-logon {
	clear: both;
	margin: 10px;
}
/*===============================
	CHANGE PASSWORD PAGE
================================*/
div.root-template1-change_password, div.root-template2-change_password {
	clear: both;
	margin: 10px;
}
/*===============================
	REQUEST NEW PASSWORD PAGE
================================*/
div.root-template1-request_new_password, div.root-template2-request_new_password {
	clear: both;
	margin: 10px;
}
/*===============================
	CHECKOUT PAGE
================================*/
div.root-template1-checkout, div.root-template2-checkout {
	clear: both;
	margin: 10px;
}
/*===============================
	EDIT LAYOUT PAGE
================================*/
div.root-template1-edit_layout, div.root-template2-edit_layout {
	clear: both;
	margin: 10px;
}
/*===============================
	EDIT META PAGE
================================*/
div.root-template1-edit_meta, div.root-template2-edit_meta {
	clear: both;
	margin: 10px;
}
/*===============================
	EDIT SITEMAP
================================*/
div.root-template1-edit_sitemap, div.root-template2-edit_sitemap {
	clear: both;
	margin: 10px;
}
/*===============================
	ORDER FAILED PAGE
================================*/
div.root-template1-order_failed, div.root-template2-order_failed {
	clear: both;
	margin: 10px;
}
/*===============================
	ORDER SUCCESS PAGE
================================*/
div.root-template1-order_success, div.root-template2-order_success {
	clear: both;
	margin: 10px;
}
/*===============================
	SEARCH PAGE
================================*/
div.root-template1-search, div.root-template2-search {
	clear: both;
	background-color: #78968e;
	color: #FFFFFF;
	padding: 10px;
}
div.root-template1-search div.backButton {
	float: right;
}
div.root-template1-search h2 {
	margin: 0px;
	color: #cfe3de;
}
div.root-template1-search p.sample {
	margin: 0px;
}
div.root-template1-search p.link {
	margin: 0px 0px 10px 0px;
}
div.root-template1-search a, div.root-template1-search a:link, div.root-template1-search a:visited {
	color: #cfe3de;
}
div.root-template1-search a:hover {
	color: #FFFFFF;
}
