@import url("navigation.css");
@import url("lightbox.css");

/* +++++++++++++++++++ HTML ELEMENTS ++++++++++++++++++++++ */

* {
	margin: 0px;
	padding: 0px;
}
html {
	font: 62.5% Arial, Verdana, sans-serif;
	color: #000000;
}
body {
	background-color: #006465;
}
a {
	text-decoration: none;
}
a:link {
	color: #2763A5;
}
a:visited {
	color: #046044;
}
a:hover {
	color: #069168;
}
a:active {
	color: #2763A5;
}

/* +++++++++++++++++++ LAYOUT ELEMENTS ++++++++++++++++++++++ */

#contentWrapper {
	background: #FFFFFF url(../../layout/bg-header.jpg) repeat-x;
	width: 100%;
}
#footerWrapper {
	background: #006465 url(../../layout/bg-footer.gif) repeat-x;
	width: 100%;
	font-size: 1.2em;
	padding-top: 20px;
	padding-bottom: 50px;
}
#pageHeader, #columnWrapper, #footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#pageHeader {
	height: 135px;
	position: relative;
	background: url(../../layout/header.jpg) no-repeat 0px 55px;
}
#col-1 {
	float: left;
	width: 220px;
	margin-bottom: 20px;
	font-size: 1.2em;
}
#col-2 {
	float: left;
	width: 535px;
	margin-left: 11px;
	margin-bottom: 20px;
	padding-top: 13px;
	font-size: 1.2em;
}
#col-3 {
	width: 180px;
	float: right;
	margin-bottom: 20px;
	padding-top: 7px;
	font-size: 1.2em;
}

/* +++++++++++++++++++ PAGE HEADER ++++++++++++++++++++++ */

#pageHeader h1 {
	width: 236px;
	height: 54px;
	text-indent: -9999em;
	position: absolute;
	left: 0px;
	top: 0px;
}
#pageHeader h1 a {
	background: url(../../layout/ellabo-logo.gif) no-repeat;
	height: 54px;
	width: 236px;
	display: block;
}
#pageHeader #loginBox {
	height: 40px;
	width: 550px;
	position: absolute;
	top: 15px;
	right: 0px;
}
#pageHeader #loginBox ol {
	font-size: 1.1em;
	height: 27px;
	line-height: 27px;
	text-align: right;
	border-top: 1px solid #FEFEFE;
	border-bottom: 1px solid #E8F7F2;
}
#pageHeader #loginBox ol li {
	list-style: none;
	display: inline;
	margin-left: 30px;
}
#pageHeader #loginBox ol li a {
	background: url(../../layout/blueArrow.gif) no-repeat 0px 3px;
	padding-left: 8px;
}
#pageHeader #loginBox fieldset ul {
	list-style: none;
	float: left;
	margin-top: 1px;
	margin-left: 5px;
}
.bannerHolder {
	height: 60px;
	width: 468px;
	position: absolute;
	top: 64px;
	left: 246px;
}

/* +++++++++++++++++++ GENERAL RULES ++++++++++++++++++++++ */

img.bdrImg {
	border: 2px solid #006465;
	padding: 1px;
	background: #FFFFFF;
}
.cleared {
	clear: both;
	font-size: 0;
	line-height:0;
}
.alignLeft {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}
.alignRight {
	float: right;
	margin-left: 6px;
	margin-bottom: 6px;
}

/* +++++++++++++++++++ FORM ELEMENTS ++++++++++++++++++++++ */

fieldset {
	border-style: none;
}
legend {
	display: none;
}
.radioBtn {
	height: 1em;
	width: 1em;
	margin: 0px;
}
select, input, textarea {
	font: 11px Arial, Verdana, sans-serif;
}
#pageHeader fieldset label.txtBox {
	display: block;
	float: left;
	background: url(../../layout/bgTxtBoxLogin.gif) no-repeat;
	width: 157px;
	margin-right: 5px;
	padding-left: 8px;
	height: 27px;
}
.txtBoxx {
	width: 185px;
	background: none;
	border: none;
	line-height: 11px;
	margin-top: 7px;
}
.txtBoxSmall {
	width: 30px;
	border: 1px solid #87CFBA;
	padding: 2px;
	text-align: center;
}
.txtArea {
	width: 185px;
	background: none;
	border: none;
	height: 187px;
}
.txtBoxLogin {
	width: 150px;
	background: none;
	border: none;
	line-height: 11px;
	margin-top: 7px;
}
.txtBoxNL {
	width: 129px;
	background: none;
	border: none;
	line-height: 11px;
	margin-top: 7px;
}
input.inputBtnActive, input.inputBtnActive2 {
	border: 0;
	cursor: pointer;
	overflow: visible;
	color: #FFFFFF;
	line-height: 27px;
	padding-right: 5px;
	padding-left: 5px;
	height: 27px;
}
input.inputBtnActive {
	background:transparent url(../../layout/bgButtonRightActive.gif) no-repeat right top;
}
input.inputBtnActive2 {
	background:transparent url(../../layout/bgButtonRightActive2.gif) no-repeat right top;
}
label.inputBtnActive, label.inputBtnActive2 {
	height: 27px;
	width: auto;
	display: block;
	float: left;
}
label.inputBtnActive {
	background:url(../../layout/bgButtonLeftActive.gif) no-repeat left top;
}
label.inputBtnActive2 {
	background:url(../../layout/bgButtonLeftActive2.gif) no-repeat left top;
}
input.bold {
	font-weight: bold;
}
button {
	border:0;
	cursor:pointer;
	padding:0 10px 0 0;
	overflow: visible;
}
button span {
	position:relative;
	display:block;
	white-space:nowrap;
	padding:0 0 0 10px;
	text-align: right;
}
button.submitBtn {
	background:transparent url(../../layout/bgButtonRightActive.gif) no-repeat right;
}
button.submitBtn span {
	height:27px;
	background:transparent url(../../layout/bgButtonLeftActive.gif) no-repeat left;
	color:#FFFFFF;
	font: 11px/27px Arial, Verdana, sans-serif;
}
button span.bolded {
	font-weight: bold;
}
fieldset.contentForm {
	margin-bottom: 10px;
	background: #DCF3EB;
}
fieldset.contentForm legend {
	display: block;
	font-weight: bold;
	color: #000000;
	background-color: #DCF3EB;
	margin-bottom: 6px;
	margin-left: -6px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
fieldset.contentForm .txtBoxRow, fieldset.contentForm .radioRow, fieldset.contentForm .selectRow, fieldset.contentForm .checkRow, fieldset.contentForm .txtAreaRow {
	margin-bottom: 6px;
}
fieldset.contentForm .txtBoxRow label, fieldset.contentForm .radioRow span, fieldset.contentForm .selectRow label, fieldset.contentForm .txtAreaRow label {
	display: block;
	float: left;
	width: 200px;
	line-height: 27px;
	text-align: right;
	padding-right: 3px;
}
fieldset.contentForm .radioRow label {
	display: block;
	float: left;
	margin-left: 10px;
	padding-top: 7px;
}
fieldset.contentForm em {
	font-size: 1.3em;
	color: #CC0000;
	margin-right: 5px;
}
fieldset.contentForm .txtBoxRow span {
	display: block;
	float: left;
	background: url(../../layout/bgTxtBox.gif) no-repeat;
	width: 192px;
	margin-right: 5px;
	padding-left: 8px;
	height: 27px;
}
fieldset.contentForm .txtAreaRow span {
	display: block;
	float: left;
	background: url(../../layout/bgTxtArea.gif) no-repeat;
	width: 192px;
	margin-right: 5px;
	padding-left: 8px;
	height: 194px;
	padding-top: 6px;
}
fieldset.contentForm .selectRow span {
	display: block;
	float: left;
	width: 192px;
	margin-right: 5px;
	height: 24px;
	padding-top: 3px;
}
fieldset.contentForm .selectRow select {
	width: 200px;
}
fieldset.contentForm .checkRow label {
	text-align: center;
	display: block;
}
fieldset.contentForm .buttons {
	padding-left: 203px;
	margin-bottom: 10px;
	margin-top: 10px;
}
fieldset.contentForm .buttons .delimit {
	width: 5px;
	float: left;
	height: 27px;
}

/* +++++++++++++++++++ COL-1 ELEMENTS ++++++++++++++++++++++ */

#mainNavigation {
	background: #DCF3EC;
	width: 214px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-bottom: 10px;
}
.220 {
	width: 220px;
}
.180 {
	width: 180px;
}
.greenBox {
	margin-bottom: 10px;
}
.greenBox h3 {
	text-transform: uppercase;
	font: bold 1.25em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: url(../../layout/bgGreenBoxHeader.jpg) repeat-y;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 3px;
	border-top: 1px solid #137071;
	border-bottom: 2px solid #137071;
}
.greenBox fieldset {
	width: 210px;
	margin-left: 5px;
}
.survey, .newsletter, .searchBox {
	background: url(../../layout/bgGreenBox.jpg) repeat-x;
	padding-bottom: 10px;
}
.survey ul {
	list-style: none;
	margin-bottom: 5px;
}
.survey p, .newsletter p {
	margin: 5px;
}
.survey ul li {
	display: block;
	margin-bottom: 2px;
	clear: both;
	float: left;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 210px;
}
.survey ul li input.radioBtn {
	float: left;
	display: block;
	width: 20px;
	margin-top: 1px;
}
.survey ul li label {
	float: left;
	display: block;
	width: 190px;
}
.survey div {
	width: 210px;
	text-align: center;
	clear: both;
	margin-top: 5px;
}
.survey div button {
	margin-left: 2px;
	margin-right: 2px;
}
.newsletter label.txtBox {
	display: block;
	float: left;
	background: url(../../layout/bgTxtBoxNL.gif) no-repeat;
	width: 137px;
	padding-left: 8px;
	height: 27px;
	margin-right: 5px;
}
.searchBox {
	text-align: center;
}
.searchBox label.selectBox {
	display: block;
	width: 200px;
	margin: 5px auto;
}
.searchBox label.txtBox {
	display: block;
	background: url(../../layout/bgTxtBox.gif) no-repeat;
	height: 27px;
	width: 200px;
	padding-left: 0px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
.searchBox select {
	width: 200px;
}
.searchBox a {
	display: block;
	background: url(../../layout/bgButton2.gif) no-repeat;
	height: 27px;
	width: 75px;
	font-weight: bold;
	line-height: 27px;
	margin-right: auto;
	margin-left: auto;
}
.searchBox a:link, .searchBox a:visited, .searchBox a:hover, .searchBox a:active {
	color: #FFFFFF;
}
.selectedProducts {
	background-color: #CAE7DE;
}
.selectedProducts p {
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 10px;
}
.selectedProducts a {
	font-weight: bold;
	display: block;
	margin-top: 5px;
}
.basket {
	background-color: #127070;
	padding-bottom: 6px;
}
.basket ul {
	width: 176px;
	margin-right: auto;
	margin-left: auto;
	list-style: none;
	color: #FFFFFF;
}
.basket ul li.item {
	background: #509696 url(../../layout/basketIcon.gif) no-repeat 2px 2px;
	margin-bottom: 2px;
	padding: 2px 2px 2px 21px;
}
.basket ul li.button {
	display: block;
	width: 88px;
	float: left;
	margin-top: 4px;
}
.basket ul li.button a {
	display: block;
	background: url(../../layout/bgButton.gif) no-repeat;
	height: 27px;
	width: 75px;
	line-height: 27px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.basket ul li.button a:link, .basket ul li.button a:visited, .basket ul li.button a:hover, .basket ul li.button a:active  {
	color: #FFFFFF;
}


/* +++++++++++++++++++ COL-2 ELEMENTS ++++++++++++++++++++++ */

.productBox {
	background: url(../../layout/bgProductBox.gif) repeat-x 0px 25px;
	margin-bottom: 10px;
}
.productBox h2.title {
	background: #F4F5F5 url(../../layout/bgProductBoxHeader.gif) repeat-x;
	color: #006465;
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 1px solid #FFFFFF;
	padding-top: 5px;
	padding-bottom: 4px;
}
.productBox h2.title span {
	display: block;
	background: url(../../layout/sign.gif) no-repeat 6px 0px;
	padding-right: 10px;
	padding-left: 50px;
}
.productBox h2.title em {
	font-size: 0.83em;
	white-space: nowrap;
	font-style: normal;
	padding-right: 10px;
	padding-left: 50px;
	display: block;
	font-weight: normal;
}
.productBox h2.title a {
	color: #006465;
}
.productBoxAlt {
	width: 126px;
	margin-top: 6px;
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
}
.productBoxAlt  img, .productBoxAlt .addBasket {
	margin-bottom: 6px;
}
.productBoxAlt p {
	background: #DCF3EB;
	padding: 5px 3px;
	margin-bottom: 6px;
}
.productBoxContent {
	padding: 6px;
	float: left;
	width: 385px;
}
.productBoxContentExt {
	padding: 6px;
	width: 523px;
}

/* +++++++++++++++++++ TABLE LISTINGS ++++++++++++++++++++++ */

table.products {
	width: 100%;
	border-style: none;
	border-spacing: 0;
	margin-bottom: 10px;
	border-collapse: collapse;
	margin-top: 0px;
}
table.products th, table.products td {
	padding: 5px 3px;
}
table.products th {
	background: #E1E1E1;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
table.products td {
	vertical-align: top;
	text-align: center;
	border-bottom: 1px dotted #E1E1E1;
}
table.products td.al {
	text-align: left;
}
table.products td.ar {
	text-align: right;
}
a.addBasket {
	display: block;
	background: url(../../layout/bgButton4.gif) no-repeat;
	height: 20px;
	width: 100px;
	line-height: 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
a.removeBasket {
	display: block;
	background: url(../../layout/bgButton5.gif) no-repeat;
	height: 20px;
	width: 57px;
	line-height: 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
a.addBasket:link, a.addBasket:visited, a.addBasket:hover, a.addBasket:active, a.removeBasket:link, a.removeBasket:visited, a.removeBasket:hover, a.removeBasket:active   {
	color: #FFFFFF;
}

/* +++++++++++++++++++ CONTENT LISTINGS ++++++++++++++++++++++ */

dl.listing {
}
dl.listing dt {
	font-weight: bold;
	background: url(../../layout/blueArrow.gif) no-repeat 0px 3px;
	padding-left: 10px;
}
dl.listing dd {
	padding-left: 10px;
	border-bottom: 1px solid #CFD0CF;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
dl.listing dd span {
	text-align: right;
	display: block;
	font-weight: bold;
}


/* +++++++++++++++++++ HIDDEN NEWS LIST ++++++++++++++++++++++ */

#hiddenNewsList p {
	background: #E1E1E1;
	margin: 0px 0px 6px;
	padding: 5px;
	border-top: 1px solid #CFCFCF;
	border-bottom: 1px solid #FFFFFF;
	font-size: 0.91em;
	text-align: right;
}
#hiddenNewsList div {
	background: #F0F0F0;
	border: 1px dotted #737577;
	width: 513px;
	padding: 10px;
	margin-bottom: 10px;
}
#hiddenNewsList div ul {
	list-style: none;
}
#hiddenNewsList div ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #FFFFFF;
}
#hiddenNewsList div ul li a {
	font-weight: bold;
	text-align: right;
	display: block;
	margin-top: 10px;
}

/* +++++++++++++++++++ WYSIWYG ++++++++++++++++++++++ */

#wysiwyg {
	width: 630px;
	margin-right: auto;
	margin-left: auto;
}
#wysiwyg p, #wysiwyg ul, #wysiwyg ol, .productBoxContent p, .productBoxContent ul, .productBoxContent ol, .productBoxContentExt p, .productBoxContentExt ul, .productBoxContentExt ol {
	line-height: 1.5;
	margin-bottom: 1.5em;
}
#wysiwyg ul, #wysiwyg ol, .productBoxContent ul, .productBoxContent ol, .productBoxContentExt ul, .productBoxContentExt ol {
	margin-left: 30px;
}
.cmsLinkBlock {
	font-weight: bold;
	text-align: right;
	clear: both;
	float: right;
	padding-left: 8px;
	display: block;
	background: url(../../layout/blueArrow.gif) no-repeat 0px 2px;
	margin-right: 6px;
	line-height: 1;
}
.cmsLinkInline {
	font-weight: bold;
}

/* +++++++++++++++++++ BREADCRUMBS ++++++++++++++++++++++ */

#breadCrumbs {
	list-style: none;
	background: #E1E1E1;
	margin: 0px 0px 6px;
	padding: 5px;
	border-top: 1px solid #CFCFCF;
	border-bottom: 1px solid #FFFFFF;
	color: #006465;
}
#breadCrumbs li {
	display: block;
	background: url(../../layout/blueArrow.gif) no-repeat 0px 4px;
	padding-left: 8px;
	white-space: nowrap;
	float: left;
	margin-right: 8px;
}

/* +++++++++++++++++++ FILTER BOX ++++++++++++++++++++++ */

#filterBox {
	background: #DCF3EB;
	border-top: 1px solid #CBEDE1;
	border-bottom: 6px solid #FFFFFF;
	color: #006465;
	position: relative;
	height: 2.6em;
}
#filterBox select {
	width: 280px;
	margin-right: 20px;
	position: absolute;
	left: 30px;
	top: 4px;
}
#filterBox a {
	background: url(../../layout/bgButton3.gif) no-repeat;
	display: block;
	height: 20px;
	width: 175px;
	line-height: 20px;
	position: absolute;
	left: 320px;
	top: 4px;
	text-align: center;
}
#filterBox a:link, #filterBox a:visited, #filterBox a:hover, #filterBox a:active {
	color: #FFFFFF;
}


/* +++++++++++++++++++ ATTACHED DOCUMENTS ++++++++++++++++++++++ */

.documents {
	margin-bottom: 12px;
	padding: 6px;
	background: url(../../layout/bgProductBox.gif) repeat-x;
}
.documents h3, .photoGalleryWrapper h3 {
	background: #E1E1E1;
	margin: 0px 0px 6px;
	padding: 5px;
	border-top: 1px solid #CFCFCF;
	border-bottom: 1px solid #FFFFFF;
	color: #006465;
	font-size: 1.2em;
	font-weight: bold;
}
.documents ul {
	list-style: none;
	line-height: 1.5;
}
.documents ul li {
	background: url(../../layout/blueArrow.gif) no-repeat 10px 4px;
	padding-left: 20px;
}

/* +++++++++++++++++++ RADIO SELECTION LIST ++++++++++++++++++++++ */

#selectionList {
	list-style: none;
	margin-left: 35px;
	margin-bottom: 10px;
}
#selectionList li {
	line-height: 1.5;
	margin-bottom: 5px;
}
#selectionList li input {
	margin-right: 10px;
}

/* +++++++++++++++++++ MESSAGE BOX ++++++++++++++++++++++ */

div.messageBox {
	background-color: #006465;
	border-top: 2px solid #DCF3EB;
	border-bottom: 2px solid #DCF3EB;
	margin-bottom: 10px;
}
div.messageBox ul {
	list-style-type: none;
	color: #FFFFFF;
	padding: 6px;
	margin-right: 0px;
	margin-left: 0px;
}
div.messageBox ul li {
	background: url(../../layout/lightGreenArrow.gif) no-repeat 4px 4px;
	padding-left: 15px;
	line-height: 1.5;
}
div.messageBox a:link, div.messageBox a:visited, div.messageBox a:hover, div.messageBox a:active {
	color: #FFFFFF;
	font-weight: bold;
}

/* +++++++++++++++++++ PHOTO GALLERY ++++++++++++++++++++++ */

.photoGalleryWrapper {
	margin-bottom: 12px;
	background: url(../../layout/bgProductBox.gif) repeat-x;
	padding-top: 6px;
	width: 535px;
}
.photoGalleryWrapper h3 {
	margin-left: 6px;
	margin-right: 6px;
}
.photoGalleryRow {
	clear: both;
	margin-bottom: 6px;
}
.photoGalleryRow a {
	display: inline;
	float: left;
	margin-left: 6px;
	background: #CC6633;
}

/* +++++++++++++++++++ PAGING AND MORE LINKS BAR ++++++++++++++++++++++ */

#paging, .moreLinks {
	list-style: none;
	text-align: center;
	font-size: 1.1em;
	border: 2px solid #E7E7E7;
	padding-top: 9px;
	padding-bottom: 10px;
	background: #FFFFFF;
	margin-bottom: 10px;
}
#paging span {
	background: #E7E7E7;
	padding-right: 2px;
	padding-left: 2px;
}
#paging li {
	display: inline;
	font-weight: bold;
	font-size: 0.91em;
	padding: 9px 3px 10px;
}
.moreLinks li {
	display: inline;
	margin-right: 30px;
	padding-top: 9px;
	padding-bottom: 10px;
}
#paging a, .moreLinks a {
	font-weight: bold;
}
#paging img {
	margin-bottom: -0.25em;
}
#paging li#altLink {
	background: #E7E7E7;
	padding: 10px;
	margin-left: 30px;
}

/* +++++++++++++++++++ SMALL BANNERS ++++++++++++++++++++++ */

.smallBanners {
	text-align: center;
}
.smallBanners span {
	margin-bottom: 10px;
	display: block;
}

/* +++++++++++++++++++ FOOTER ++++++++++++++++++++++ */


#footer div {
	widht: 960px;
	margin-bottom: 10px;
	width: 960px;
}
#footer p#time {
	float: left;
	width: 180px;
	background: url(../../layout/clock.jpg) no-repeat;
	height: 32px;
	padding-left: 40px;
	padding-top: 3px;
}
#footer ul#terms {
	list-style: none;
	text-align: center;
	float: left;
	width: 560px;
	border-right: 1px dotted #014F4F;
	border-left: 1px dotted #014F4F;
	padding-top: 8px;
	padding-bottom: 5px;
	margin-top: 5px;
}
#footer ul#terms li {
	background: url(../../layout/blueArrow.gif) no-repeat 0px 4px;
	padding-left: 8px;
	margin-right: 10px;
	display: inline;
}
#footer ul#terms a {
	font-weight: bold;
}
#footer p#copyright {
	float: left;
	width: 178px;
	text-align: right;
	margin-top: 13px;
}
#footer ul#extraLinks {
	list-style: none;
	width: 550px;
	float: left;
	padding-left: 220px;
	text-align: center;
}
#footer ul#extraLinks li {
	display: inline;
	white-space: nowrap;
	background: url(../../layout/whiteDot.gif) no-repeat 7px 0px;
	padding-left: 14px;
	line-height: 2;
}
#footer ul#extraLinks a, #footer p#author a {
	color: #FFFFFF;
}
#footer ul#extraLinks a:visited, #footer p#author a:visited {
	color: #E2E2E2;
}
#footer ul#extraLinks a:hover, #footer p#author a:hover {
	color: #DCF3EC;
}
#footer ul#extraLinks a:active, #footer p#author a:active {
	color: #FFFF99;
}
#footer p#author {
	float: right;
	width: 170px;
	text-align: right;
	color: #FFFFFF;
}
#footer p#author a {
	font-weight: bold;
}

/* +++++++++++++++++++ CLEARFIX ++++++++++++++++++++++ */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
