/* ----------------------------------------------------------------------------------------------------------
* - HTML global tags
---------------------------------------------------------------------------------------------------------- */
html {
	height: 100%;
	margin-bottom: 0;
}
body {
	font-size: 62.5%;
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 0.5px;
}
img,table { border: none; }
#centerColumnContainer img { margin: 10px; }
a {
	text-decoration: none;
	font-weight: normal;
}
a:hover { text-decoration: none; }
p {
	margin: 10px 0 0 0;
	text-align: justify;
}
iframe { margin: 5px 0 0 0; }

/* ----------------------------------------------------------------------------------------------------------
* - Universal styles
---------------------------------------------------------------------------------------------------------- */
#clear { clear: both; }
.noBackground,
.noBackground * { background: none; }

/* Tables */
	.sobi2CompDesc table,
	.contentTable {
		width: 100%;
		margin: 20px 0 0 0;
		border-collapse: collapse;
	}
	.sobi2CompDesc table td,
	.contentTable td {
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		padding: 5px 10px;
	}
	.sobi2CompDesc table td p,
	.contentTable td p,
	.sobi2CompDesc table td,
	.contentTable td {
		text-align: left;
	}
	.sobi2CompDesc table thead td,
	.contentTable thead th,
	.contentTable thead td {
		font-weight: bold;
		padding: 3px 0 5px 0;
		border: none;
		vertical-align: middle;
	}
	.sobi2CompDesc table thead td p,
	.contentTable thead th p,
	.contentTable thead td p,
	.sobi2CompDesc table thead td,
	.contentTable thead th,
	.contentTable thead td { text-align: center; }
	
	/* Link "scheda tecnica" */
		.contentTable td p a {
			float: right;
			border: none;
			font-weight: normal;
			padding: 5px 15px 5px 15px;
			margin: 3px;
			border: 1px solid transparent;

			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;

			-moz-box-shadow: 0px 0px 5px #bdcdd7;
			-webkit-box-shadow: 0px 0px 5px #bdcdd7;
			box-shadow: 0px 0px 5px #bdcdd7;
		}
		.contentTable td p a:hover {}

/* ----------------------------------------------------------------------------------------------------------
* - List style
---------------------------------------------------------------------------------------------------------- */
ul {
	margin: 5px 0 15px 20px;
	padding: 0;
	list-style: none;
}
ul li {
	margin: 0;
	padding: 0;
	padding-left: 15px;
	line-height: 20px;
}
ul ul {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}
ul ul li {}

ol {
	margin: 5px 0 15px 20px;
	padding: 0;
	list-style-type: decimal;
}

/* ----------------------------------------------------------------------------------------------------------
* - Layout
---------------------------------------------------------------------------------------------------------- */
	#global {
		width: 960px;
		margin: 0px auto;
		position: relative;
	}
	
	#logoWrapper .logo img { margin: 5px; }
	#logoWrapper .sub-title-logo {
		width: 240px;
		height: 40px;
		margin-left: -20px;
	}
	
/* Top wrapper */
	#topWrapper {
		width: 940px;
		margin: 0px auto;
		line-height: 30px;
		height: 30px;
	}
	#topContainer {}

/* BreadCrumbs */
	#breadcrumbsWrapper { margin: 10px 0px 0px 0px; }
	#breadcrumbsContainer {
		margin: 5px 10px;
		padding: 0px 10px;
		line-height: 22px;
		font-size: 0.8em;
		text-align: left;
		border: 1px solid transparent;
	}

/* Left Column */
	#leftColumnWrapper {
		width: 240px;
		margin: 0px auto;
		float: left;
		position: fixed;
	}
	#leftColumnContainer {
		width: 220px;
		margin: 0px auto;
		border: 1px solid transparent;
		padding: 0px 0px 290px 0px;
	
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		
		-moz-box-shadow: 0px 0px 5px #bdcdd7;
		-webkit-box-shadow: 0px 0px 5px #bdcdd7;
		box-shadow: 0px 0px 5px #bdcdd7;
	}
	#leftColumnContainer #columnContent {
		margin: 0px 10px;
		font-size: 1.6em;
	}

/* Right Column */
	#rightColumnWrapper {
		width: 710px;
		float: right;
	}
	#rightColumnContainer {
		font-size: 1.6em;
		width: 700px;
		margin: 0px 10px 0px 0px;
		border: 1px solid transparent;
	
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		
		-moz-box-shadow: 0px 0px 5px #bdcdd7;
		-webkit-box-shadow: 0px 0px 5px #bdcdd7;
		box-shadow: 0px 0px 5px #bdcdd7;
	}
	#rightColumnContainer #columnContent { margin: 0px 10px 40px 10px; }

/* Footer */
	#footerWrapper { width: 700px; }
	#footerContainer {
		padding: 20px 0px 15px 0px;
		
		font-size: 1.3em;
	}
	#footerContainer .left {
		width: 640px;
		float: left;
	}
	#footerContainer .left p {
		margin: 5px 0 0 0;
		padding: 0;
		
		text-align: right;
	}
	#footerContainer .right {
		width: 40px;
		float: right;
	}
	#footerContainer .right a img {
		padding: 10px 0px 0px 0px;
	}
	
/* ----------------------------------------------------------------------------------------------------------
* - Navigation
---------------------------------------------------------------------------------------------------------- */
/* Main menu */
	#mainMenuWrapper { font-size: 1.6em; }
	#mainMenuContainer .menu {
		margin: 20px 0px 0px 0px;
		border-top: 1px solid transparent;
	}
	#mainMenuContainer .menu li {
		background: none;
		padding: 0px;
	}
	#mainMenuContainer .menu li a {
		padding: 0px 0px 0px 15px;
		height: 35px;
		line-height: 35px;
		font-weight: lighter;
		display: block;
		border-bottom: 1px solid transparent;
	}
	#mainMenuContainer .menu li a:hover { text-decoration: none; }
	#mainMenuContainer .menu li.current a { font-weight: bold; }
	
/* Sub menu */
	#subMenuWrapper {
		margin: 20px -20px 15px 0px;
		width: 540px;
		overflow: visible;
		float: right;
	}
	#subMenuContainer {
		overflow: hidden;
		margin: 0px 10px 0px 0px;
		height: 50px;
		border: 1px solid transparent;
	
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	#subMenuContainer .menu { margin: 0px; }
	#subMenuContainer .menu li {
		margin: 0px 0px 0px 3px;
		padding: 0px;
		background: none;
		float: left;
		display: block;
	}
	#subMenuContainer .menu li a {
		padding: 0px 10px;
		margin: 3px 0px;
		height: 42px;
		line-height: 44px;
		display: block;
		float: left;
		text-align: center;
		border: 1px solid transparent;
		
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	#subMenuContainer .menu li a:hover { text-decoration: none; }
	#subMenuContainer .menu li.current a { font-weight: bold; }

/* ----------------------------------------------------------------------------------------------------------
* - Global Joomla style
---------------------------------------------------------------------------------------------------------- */
td.middle_pad { width: 20px; }
#banner_l {
	text-align: left;
	padding: 0 0 0 24px;
}
div.offline {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
}

/* headers */
	div.componentheading,
	h1,
	h2,
	.contentheading {
		font-family: "Times New Roman", Times, serif;
		font-weight: normal;
		text-align: left;
		margin: 0;
		padding: 3px 10px 6px 0;
		
		font-size: 1.8em;
	}
	table.contentpaneopen h3 { margin-top: 25px; }
	h3 {
		font-size: 0.9em;
		text-align: left;
		font-weight: normal;
	}
	table.moduletable th,
	legend {
		margin: 0;
		text-align: left;
		padding: 0;
	}

/* small text */
	.small {
		font-size: 1em;
		font-weight: normal;
		text-align: left;
	}
	.modifydate {
		height: 20px;
		vertical-align: bottom;
		font-size: 1em;
		font-weight: normal;
		text-align: right;
	}
	.createdate {
		height: 20px;
		vertical-align: top;
		font-size: 1em;
		font-weight: normal;
		vertical-align: top;
		padding-top: 0;
	}
	a.readon {
		display: block;
		float: right;
		line-height: 14px;
		font-size: 1em;
		text-decoration: none;
		padding: 1px 2px 1px 2px;
	}

/** overlib **/
	.ol-textfont { font-size: 1em; }
	.ol-captionfont { font-weight: bold; }
	.ol-captionfont a { text-decoration: none; }

/* spacers */
	span.article_separator {
		display: none;
		height: 0;
	}
	td.buttonheading {
		margin: 0;
		padding: 0;
		text-align: right;
		width: 0;
	}
	.clr { clear: both; }
	table.blog span.article_separator {
		display: block;
		height: 20px;
	}

/* table of contents */
	table.contenttoc {
		margin: 5px;
		border: 1px solid transparent;
		padding: 5px;
	}
	table.contenttoc td { padding: 0 5px; }

/* content tables */
	td.sectiontableheader {
		font-weight: bold;
		padding: 4px;
		border-bottom: 1px solid transparent;
	}
	
	tr.sectiontableentry0 td,
	tr.sectiontableentry1 td,
	tr.sectiontableentry2 td { padding: 4px; }
	td.sectiontableentry0,
	td.sectiontableentry1,
	td.sectiontableentry2 {
		padding: 3px;
		font-size: 10px;
	}

/* content styles */
	.contentpaneopen,
	table.contentpane {
		margin: 0;
		padding: 10px;
		width: 100%;
	}
	table.contentpane td { text-align: left; }
	table.contentpane td.contentdescription { width: 100%; }
	table.contentpane  {
		text-align: left;
		float: left;
		width: 100%;
		margin: 8px;
	}
	table.contentpaneopen li { margin-bottom: 5px; }
	table.contentpaneopen fieldset { border: 0; }
	table.contentpaneopen h3 { margin-top: 25px; }

/* module control elements */
	table.user1user2 div.moduletable { margin-bottom: 0; }
	div.moduletable, div.module { margin-bottom: 25px; }
	div.module_menu, div.module {
		margin: 0;
		padding: 0;
	}
	div.module_menu  div, div.module  div{
		margin-bottom: 14px;
		margin-left: 3px;
		padding: 0;
	}
	div.module_menu div div div,
	div.module div div div{
		padding: 0;
		margin: 0;
	}
	div.module_menu div div div div,
	div.module div div div div {
		background: none;
		padding: 4px 8px;
	}
	div.module div div div form {
		padding: 4px 0 0 0;
		width: 164px;
		margin: 0 auto;
	}
	div.module div div div form div.module_menu ul { list-style: none; }
	div.module_menu ul li {
		margin: 0;
		padding: 0;
	}
	div.module_menu ul li a:link, div.module_menu ul li a:visited {
		font-weight: bold;
		padding: 2px 0 2px 25px;
		line-height: 24px;
	}

/* forms */
	table.adminform textarea {
		width: 540px;
		height: 400px;
	}
	form#form-login fieldset { /* SideBar login form */
		border: 0 none;
		margin: 0;
	}
	form#form-login ul li {}
	
	form#form-login ul li a {
		text-align: left;
		padding: 0;
		font-size: 10px;
	}

/* thumbnails */
	div.mosimage { margin: 5px; }
	div.mosimage_caption {}
	div.caption { padding: 0 10px 0 10px; }
	div.caption img { border: 1px solid transparent; }
	div.caption p { text-align: center; }

/* Parameter Table */
	table.paramlist { margin-top: 5px; }
	table.paramlist td.paramlist_key {
		width: 128px;
		text-align: left;
		height: 30px;
	}
	div.message {
		text-align: center;
		width: auto;
		border: 1px solid transparent;
		margin: 3px 0 10px;
		padding: 3px 20px;
	}

/* Text advert style */
	.banneritem_text {
		padding: 4px;
		font-size: 11px;
	}
	.bannerfooter_text {
		padding: 4px;
		font-size: 11px;
		text-align: right;
	}

/* System Messages */
/* see system general.css */
	.pagination span { padding: 2px; }
	.pagination a { padding: 2px; }

/* Polls */
	.pollstableborder td { text-align: left; }

/* Frontend Editing*/
	fieldset {
		border: 1px solid transparent;
		margin-top: 15px;
		padding: 15px;
	}
	td.key { border-bottom: 1px solid transparent; }

/* Tooltips */
	.tool-tip {
		float: left;
		border: 1px solid transparent;
		padding: 5px;
		max-width: 200px;
	}
	.tool-title {
		padding: 0;
		margin: 0;
		font-size: 100%;
		font-weight: bold;
		margin-top: -15px;
		padding-top: 15px;
		padding-bottom: 5px;
	}
	.tool-text {
		font-size: 100%;
		margin: 0;
	}

/* System Standard Messages */
	#system-message { margin-bottom: 20px; }
	#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat; }

/* System Error Messages */
	#system-message dd.error ul {
		color: #c00;
		background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; 
		border-top: 3px solid #DE7A7B;
		border-bottom: 3px solid #DE7A7B;
		margin: 0;
		padding-left: 40px;
		text-indent: 0;
	}

/* System Notice Messages */
	#system-message dd.notice ul {
		color: #c00;
		background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat;
		border-top: 3px solid #F0DC7E;
		border-bottom: 3px solid #F0DC7E;
	}
	
/* Blog layout visualization style */
	.blog .items-row {
		margin: 5px 0 15px 0;
		border-bottom: 1px solid transparent;
	}
	.blog .items-more { margin: 20px 0 0 0; }
	.blog .pagination .counter { text-align: center; }
	.blog .pagination ul {
		margin: 0 5px 0 5px;
		width: 400px;
		margin: 0 auto;
	}
	.blog .pagination ul li {
		height: 30px;
		line-height: 30px;
		display: block;
		float: left;
		background: none;
	}
	.blog .pagination ul li a { padding: 5px 10px; }
	.readmore { text-align: right; }
	.blog .published {
		text-align: right;
		font-size: 0.8em;
		padding: 5px 0 5px 0;
	}

/* Category view */
	.category-list .category {
		width: 100%;
		margin: 20px 0 0 0;
		border-collapse: collapse;
	}
	.category-list .category td {
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		padding: 5px;
	}
	.category-list .category td p {
		margin: 0;
		padding: 0;
		text-align: left;
	}
	.category-list .category td.list-title { width: 30%; }
	
	/* Pagination */
		.category-list .pagination .counter { text-align: center; }
		.category-list .pagination ul {
			width: 400px;
			margin: 0px auto;
			padding: 20px 0px 0px 0px;
		}
		.category-list .pagination ul li { background: none; }
		.category-list .pagination ul li a,
		.category-list .pagination ul li span {
			display: block;
			float: left;
			padding: 5px 10px;
			margin: 0px 3px;
			border: 1px solid transparent;
			
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
		}
		.category-list .pagination ul li a:hover {}

/* ADEJ ****************************************************************************** */
input[type="checkbox"],
input[type="radio"] {
	background: transparent;
	border: none;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	border: 1px solid transparent;
	padding: 5px 10px 5px 10px;
	margin: 3px;
	width: 90%;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-moz-box-shadow: 0px 0px 5px #e4ebf0;
	-webkit-box-shadow: 0px 0px 5px #e4ebf0;
	box-shadow: 0px 0px 5px #e4ebf0;
}
textarea { width: 96%; }
.button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	border: none;
	font-weight: normal;
	padding: 5px 15px 5px 15px;
	margin: 3px;
	border: 1px solid transparent;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-moz-box-shadow: 0px 0px 5px #bdcdd7;
	-webkit-box-shadow: 0px 0px 5px #bdcdd7;
	box-shadow: 0px 0px 5px #bdcdd7;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {}

/* Contact form */
	#emailForm input[type="text"] { width: 300px; }
	.contact h2 {
		margin: 20px 0 0 10px;
		padding: 0;
		letter-spacing: 2px;
		
		font-size: 1em;
	}
	.contact h3 {
		text-align: right;
		border-bottom: 1px solid #dddddd;
	}
	.contact-address,
	.contact-contactinfo { padding: 0 0 0 10px; }
	#jform_contact_email_copy-lbl { float: left; }
	#jform_contact_email_copy {
		float: left;
		margin: 3px 0 0 10px;
	}
	.contact button {
		display: block;
		clear: both;
		float: right;
	}
	.contact .contact-miscinfo { padding: 10px 0px 0px 0px; }
	.contact .jicons-icons img {
		margin: 0px 10px 0px 10px;
		float: left;
	}
	.contact span.jicons-icons img { margin-left: 0px; }
	.contact .contact-misc {
		float: right;
		width: 600px;
	}
	.contact .contact-misc p { margin: 0px auto; }
	#contact-form input[type="text"],
	#contact-form input[type="password"],
	#contact-form input[type="email"] { width: auto; }

/* Contact category */
	.contact-category .filters {
		display: none;
		height: 0;
		width: 0;
	}
	.contact-category .category {
		width: 100%;
		margin: 20px 0 0 0;
		border-collapse: collapse;
	}
	.contact-category .category td {
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		padding: 5px;
	}
	.contact-category .category td p { text-align: left; }
	.contact-category .category thead th {
		font-weight: bold;
		padding: 3px 0 5px 0;
		border: none;
		background: #f9f9f9;
	}
	.contact-category .category thead th p { text-align: center; }

/* HAKS & FIX */
	img.gk_is_slide,
	#topBannerContainer img { margin: 0; }
	#shadowbox_body_inner img { margin: 0; }
	strong,
	b { font-weight: bold; }
	#jflanguageselection {
		width: 290px;
		float: none;
		padding: 15px 0 10px 0;
	}
	#leftColumnContainer div:first-child { margin-top: 0; }
	.actions { display: none; }
	.category-list .filters { display: none; }
	
	/* Products codes */
		.code {
			font-family: Courier, sans-serif;
			font-weight: normal;
			text-align: left;
		
			font-size: 0.8em;
		}

	/* Fix to indent article's content */
		.contact,
		.foxcontainer,
		.item-page,
		.category-list { padding: 10px 30px 0px 30px; }
		.item-page h1,
		.category-list h1,
		.item-page h2,
		.category-list h2 { margin-left: -30px; }
		
	/* Slideshow */
		.besps_holder { border: 1px solid transparent; }
/* ----------------------------------------------------------------------------------------------------------
* - HTML global tags
---------------------------------------------------------------------------------------------------------- */
body {
	background: #a6c5d7 url("../images/mainBg.jpg") repeat center top;
	color: #001f2e;
}
a {	color: #004999; }
a:hover { color: #001f2e; }

/* ----------------------------------------------------------------------------------------------------------
* - Universal styles
---------------------------------------------------------------------------------------------------------- */
/* Tables */
	.sobi2CompDesc thead td,
	.contentTable thead td {
		background: #004999;
		color: #f0f0f0;
	}
	.contentTable td { border-color: #dbe1e5; }
	
	/* Link "scheda tecnica" */
		.contentTable td p a {
			background: #004999;
			color: #ffffff;
			border-color: #004999;
		}
		.contentTable td p a:hover {
			color: #f0f0f0;
			border-color: #232323;
			background: #232323;
		}

/* ----------------------------------------------------------------------------------------------------------
* - List style
---------------------------------------------------------------------------------------------------------- */
ul li { background: transparent url("../images/listBullet.png") no-repeat left 5px; }
ul ul li { background: transparent url("../images/listBullet-2.png") no-repeat left 5px; }

/* ----------------------------------------------------------------------------------------------------------
* - Layout
---------------------------------------------------------------------------------------------------------- */
#logoWrapper .sub-title-logo { background: transparent url("../images/sub-title-logo.png") no-repeat left center; }

/* BreadCrumbs */
	#breadcrumbsContainer {
		background: #e9f3f8;
		border-color: #dbe1e5;
	}

/* Content */
	#leftColumnContainer {
		background: #ffffff url(../images/left-column-bg.jpg) no-repeat right bottom;
		border-color: #c2d1da;
	}
	#leftColumnContainer #columnContent { color: #a0a0a0; }
	#rightColumnContainer {
		background: #ffffff url(../images/right-column-bg.jpg) no-repeat left 353px;
		border-color: #c2d1da;
	}

/* Footer */
	#footerWrapper {}
	#footerContainer { color: #7d9cad; }
	#footerContainer a { color: #4b6a7a; }
	#footerContainer a:hover { color: #001f2e; }

/* ----------------------------------------------------------------------------------------------------------
* - Navigation
---------------------------------------------------------------------------------------------------------- */
/* Top menu */
	#mainMenuContainer .menu { border-color: #f0f0f0; }
	#mainMenuContainer .menu li a {
		background: #ffffff url("../images/mainMenuBg.jpg") repeat-x center top;
		color: #004999;
		border-color: #f0f0f0;
	}
	#mainMenuContainer .menu li a:hover {
		background: #ffffff url("../images/mainMenuBg.jpg") repeat-x center bottom;
		color: #001f2e;
	}
	#mainMenuContainer .menu li.current a { color: #001f2e; }
	
/* Sub menu */
	#subMenuWrapper { background: transparent url("../images/subMenuShadow.png") no-repeat right center; }
	#subMenuContainer {
		background-color: #004999;
		border-color: #000000;
		opacity: 0.6;
	}
	#subMenuContainer .menu li a { color: #f0f0f0; }
	#subMenuContainer .menu li a:hover { color: #ffffff; }
	#subMenuContainer .menu li.current a {
		color: #004999;
		background-color: #ffffff;
	}

/* ----------------------------------------------------------------------------------------------------------
* - Global Joomla style
---------------------------------------------------------------------------------------------------------- */
div.offline { background: #d9ffbb; }

/* headers */
	div.componentheading,
	.contentheading,
	h1,
	h2 { color: #444444; }
	h4 { color: #444444; }
	h3,
	.componentheading,
	table.moduletable th,
	legend { color: #999999; }
	
/* small text */
	.small { color: #a0a0a0; }
	.modifydate { color: #a0a0a0; }
	.createdate { color: #a0a0a0; }
	a.readon:hover { color: #e0e0e0; }

/* form validation */
	.invalid { border-color: #ff0000; }
	label.invalid { color: #ff0000; }

/** overlib **/
	.ol-foreground {
		background-color: #f1f1f1;
		color: #e0e0e0;
	}
	.ol-background {
		background-color: #f1f1f1;
		color: #e0e0e0;
	}
	.ol-captionfont { color: #f6f6f6; }
	.ol-captionfont a {
		background-color: #f1f1f1;
		color: #e0e0e0;
	}

/* table of contents */
	table.contenttoc { border-color: #cccccc; }

/* content tables */
	td.sectiontableheader {
		color: #e0e0e0;
		border-color: #666666;
	}
	td.sectiontableentry0,
	td.sectiontableentry1,
	td.sectiontableentry2 { color: #e0e0e0; }

/* content styles */
	table.contentpane ul li a .category { color: #57a2f0; }
	table.contentpane ul li { color: #e0e0e0; }
	table.contentpaneopen h4 { color: #800000; }
	.highlight { background-color: #f7c659; }

/* thumbnails */
	div.mosimage_caption { color: #e0e0e0; }
	div.caption img { border-color: #cccccc; }
	div.caption p { color: #e0e0e0; }

/* Parameter Table */
	div.message {
		color: #004999;
		background: #f9f9f9;
		border-color: #d5d5d5;
	}

/* Frontend Editing*/
	fieldset { border-color: #cccccc; }
	td.key {
		border-color: #eeeeee;
		color: #e0e0e0;
	}

/* Tooltips */
	.tool-tip {
		background: #ffc;
		border-color: #f2feca;
	}
	.tool-title { background: url(../../system/images/selector-arrow.png) no-repeat; }

/* Blog layout visualization style */
	.blog .items-row { border-color: #dddddd; }
	.blog .published { color: #999999; }
	
/* Category view */
	/* Pagination */
		.category-list .pagination .counter { color: #9ba2a6; }
		.category-list .pagination ul li a {
			background: #ffffff url("../images/mainMenuBg.jpg") repeat-x center top;
			color: #004999;
			border-color: #f0f0f0;
		}
		.category-list .pagination ul li span {
			background: #ffffff;
			color: #dddddd;
			border-color: #f0f0f0;
		}
		.category-list .pagination ul li a:hover {
			background: #ffffff url("../images/mainMenuBg.jpg") repeat-x center bottom;
			color: #001f2e;
		}

/* ----------------------------------------------------------------------------------------------------------
* - Custom MODS
---------------------------------------------------------------------------------------------------------- */
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	background: #f9f9f9;
	color: #444444;
	border-color: #dddddd;
}
.button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #004999;
	color: #ffffff;
	border-color: #004999;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
	background: #ffffff;
	color: #444444;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	color: #f0f0f0;
	border-color: #232323;
	background: #232323;
}

/* Contact form */
	.contact h2 { background: none; }
	
/* Login buttons */
	#btl .btl-panel > span { color: #4b6a7a; }
	#btl .btl-panel > span:hover { color: #001f2e; }
	
/* Products codes */
	.code { color: #9ba2a6; }
	
/* Slideshow */
	.besps_holder { border-color: #444444; }