/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= global definitions =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

html, body, div, table, caption, ul, li, adress, img, h1, h2, h3, h4, p, hr {
  border: none 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;	
}
.toleft {
  float: left;
}
.toright {
  float: right;
}
.hide {
	display: none;
}
.cleaner {
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	float: none;
	font-size: 0;
}
.leftclear {
	clear: left;
}
.rightclear {
	clear: right;
}
.center {
	text-align: center;
}
.bothclear {
	clear: both;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
.textleft {
	text-align: left;
}
p.error {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "courier new", courier, monospace;
	color: #ff0000;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= base layout definitions =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	background: #fff url(../img/background.png) repeat-x center top;
	color: #000000;
}
body#datapage {
  background: #fff url(../img/datapage_background.png) repeat-x center top;
}
#header {
	width: 100%;
	height: 380px;
	position: absolute;
	left: 0px;
	top: 0px;
}
body#datapage #header {
	height: 110px;  
}
#container {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -75px; /* the bottom margin is the negative value of the footer's height */
	position: relative;
	text-align: center;
	background: url(../img/background2.png) no-repeat top center;
}
body#datapage #container {
	background: url(../img/datapage_background2.png) no-repeat top center;
}
#container-in {
	width: 990px;
	position: relative;
  margin: 0 auto;
	padding-top: 380px;
	text-align: left;
}
body#datapage #container-in {
	padding-top: 110px;
}
#content, #column-left #column-right{
  display: inline; /* osetreni bugu dvojiteho marginu v IE */
}
#column-left {
  width: 330px;
  float: left;
  margin-top: 10px;
}
#column-right {
  width: 650px;
  float: right;
  margin-top: 10px;
}
#databox {
  padding: 50px 10px 10px 10px;
}
#footer {
	width: 100%;
	height: 75px;
	overflow: hidden;
}
.push {
	height: 75px; /* .push must be the same height as .footer */
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= header definitions =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

/* -=-=-=-=-=-=-=-=-=-= logotype definitions =-=-=-=-=-=-=-=-=-=- */
#header .logotype-deriva {
	display: block;
	width: 163px;
	height: 32px;
	position: absolute;
	top: 18px;
	left: 25px;	
	background: url(../img/logotype_deriva_solutions.png) no-repeat  left center;
}
.logotype-text {
	display: block;
	width: 240px;
	position: absolute;
	top: 20px;
	left: 250px;
}
#header .search {
  display: none;
  width: 500px;
  height: 32px;
  float: right;
  position: relative;
  padding: 0px;
  margin: 0px;
}
/* -=-=-=-=-=-=-=-=-=-= search definitions =-=-=-=-=-=-=-=-=-=- */
#search {
  width: 240px;
  height: 26px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 20px;
  background: url(../img/search_text.png) no-repeat left top;
}
#search .text input {
  width: 140px;
  height: 20px;
  margin: 3px 0 0 30px;
  border: 0 none;
  font-size: 1em;
  background: transparent;
}
#search .button {
  display: block;
	width: 60px;
	height: 26px;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
  padding: 0;
	background: transparent url(../img/search_submit.png) no-repeat center top;
}
#search .button:hover {
	background: transparent url(../img/search_submit_hover.png) no-repeat center top;
}
#search .button input {
	width: 60px;
	height: 23px;
  font-size: 1em;
 	border: 0 none;
	cursor: pointer;
	background: transparent;
	color: #fff;
}
/* -=-=-=-=-=-=-=-=-=-= languages definitions =-=-=-=-=-=-=-=-=-=- */
#languages {
	width:165px;
  height: 26px;
  overflow: hidden;
	position: absolute;
	top: 20px;
	right: 260px;
	background: #f4f4f4 url(../img/languages_bottom.png) no-repeat bottom left;
}
#languages-in {
  display: block;
  height: 26px;
  overflow: hidden;
  margin: 0;
  list-style-type: none;  
	background: url(../img/languages_top.png) no-repeat left top;
}
#languages:hover,
#languages:hover #languages-in {
  height: auto;
  overflow: visible;
}
#languages:hover #languages-in {
  padding-bottom: 6px;
}
#languages a {
	display:block;
	padding-top: 6px;
  padding-left: 30px;
	text-decoration: none;
	font-size: 1em;
	color: #000;
}
#languages a:hover {
	color: #ff6700;
}
#languages a.cs {
	background: url(../img/flag_cs.png) no-repeat left center;
}
#languages a.en {
	background: url(../img/flag_en.png) no-repeat left center;
}
/* -=-=-=-=-=-=-=-=-=-= menu1st definitions =-=-=-=-=-=-=-=-=-=- */
/*
#menu1st {
	width:990px;
	height: 50px;
	position: absolute;
	top: 70px;
	background: url(../img/menu_shadow.jpg) no-repeat left bottom;
}
#menu1st ul{
  display: block;
	width:100%;
	height: 36px;
	padding: 0;
	margin: 0;
	background: url(../img/menu1st.png) repeat-x left top;
}
#menu1st li {
  display: block;
  width: 198px;
  height: 36px;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  list-style-type :none;
  text-align: center;
  background: url(../img/menu1st_delimiter.png) no-repeat top left;
}
#menu1st li.first {
  background: transparent;  
}
#menu1st li a {
  display: block;
  width: 198px;
  height: 36px;
  line-height: 36px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #4c4c4c;  
}
#menu1st li a span {
  display: block;
  width: 196px;
  height: 36px;
  margin-left: 2px;
  cursor: pointer;  
}
#menu1st li.first a span {
  width: 198px;
  margin-left: 0;
}
#menu1st li:hover {
  background: url(../img/menu1st_hover.png) no-repeat top center;
}
#menu1st li:hover a {
  color: #fff;
}
#menu1st li a.active {
  background: url(../img/menu1st_active.png) no-repeat top center;
  color: #fff;
}
#menu1st li.first a:hover span {
  background: url(../img/menu1st_left_hover.png) no-repeat left top;
}
#menu1st li.last a:hover span {
  background: url(../img/menu1st_right_hover.png) no-repeat right top;
}
#menu1st li.first a.active span {
  background: url(../img/menu1st_left_active.png) no-repeat left top;
}
#menu1st li.last a.active span {
  background: url(../img/menu1st_right_active.png) no-repeat right top;
}
#menu1st li div {
  display: none; 
  position: absolute;
  left: 1px;
  border: 1px solid #ddd;
  border-top: none;
}
#menu1st ul li div ul {
	height: auto;
	background: transparent;
}
#menu1st li:hover div {
  display: block;
}
#menu1st li:hover div li {
  width: 196px;
  height: auto;
  background: #fff;
  border-top: 1px solid #f7f7f7;
  filter: alpha(opacity=95);
  opacity: 0.95;
  -moz-opacity: 0.95;
}
#menu1st li:hover div li:hover {
  background: url(../img/menu1st_hover.png) no-repeat top center;
}
#menu1st li:hover div li a {
  display: block;
  width: auto;
  height: auto;
  padding: 7px 10px;
  line-height: 1em;
  text-transform: lowercase;
  color: #4c4c4c; 
}
#menu1st li:hover div li:hover a {
  color: #fff;
}
#menu1st li:hover div li a span {
  display: block;
  width: auto;
  height: auto;
}
#menu1st li div li div,
#menu1st li:hover div li div {
  display: none;
}
*/
#menu1st {
	width:990px;
	height: 50px;
	position: absolute;
	top: 70px;
	background: url(../img/menu_shadow.jpg) no-repeat left bottom;
}
#menu1st ul {
  display: block;
	width:100%;
	height: 36px;
	padding: 0;
	margin: 0;
	background: url(../img/menu1st.png) repeat-x left top;
}
#menu1st li {
  display: block;
  width: 165px;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  list-style-type :none;
  text-align: center;
  background: url(../img/menu1st_delimiter.png) no-repeat top left;
}
#menu1st li.first {
  background: transparent;  
}
#menu1st li a {
  display: block;
  width: 165px;
  line-height: 36px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #4c4c4c;  
}
#menu1st li a:hover{
	position:relative;
}
#menu1st li a span {
  display: block;
  width: 163px;
  height: 36px;
  margin-left: 2px;
  cursor: pointer;  
}
#menu1st li.first a span {
  width: 163px;
  margin-left: 0;
}
#menu1st li:hover {
  background: url(../img/menu1st_hover.png) no-repeat top center;
}
#menu1st li:hover a {
  color: #fff;
}
#menu1st li a.active {
  background: url(../img/menu1st_active.png) no-repeat top center;
  color: #fff;
}
#menu1st li.first a:hover span {
  background: url(../img/menu1st_left_hover.png) no-repeat left top;
}
#menu1st li.last a:hover span {
  background: url(../img/menu1st_right_hover.png) no-repeat right top;
}
#menu1st li.first a.active span,
#menu1st li.first a.active:hover span {
  background: url(../img/menu1st_left_active.png) no-repeat left top;
}
#menu1st li.last a.active span,
#menu1st li.last a.active:hover span {
  background: url(../img/menu1st_right_active.png) no-repeat right top;
}
#menu1st li ul {
  display: none;
  position: relative;
  left: 1px;
  border-top: none;
}
#menu1st li ul ul {
  left: 0;
  border: 0 none;
}
#menu1st li ul {
	height: auto;
	background: transparent;
}
#menu1st li:hover ul {
  display: block;
  border-bottom: 1px solid #ccc;
}
#menu1st li:hover ul li {
  width: 196px;
  height: auto;
  background: #fff;
  border: 1px solid #ccc;
  border-top: 1px solid #f7f7f7;
  border-bottom: 0 none;
  filter: alpha(opacity=95);
  opacity: 0.95; 
  -moz-opacity: 0.95; 
}
#menu1st li:hover ul li:hover {
  background: url(../img/menu1st_hover.png) no-repeat top center;
}
#menu1st li:hover ul li a {
  display: block;
  width: auto;
  height: auto;
  padding: 7px 10px;
  line-height: 1em;
  text-transform: lowercase;
  color: #4c4c4c; 
}
#menu1st li:hover ul li:hover a {
  color: #fff;
}
#menu1st li:hover ul li a span {
  display: block;
  width: auto;
  height: auto;
}
#menu1st li ul li ul,
#menu1st li:hover ul li ul {
  display: none;
}
/* -=-=-=-=-=-=-=-=-=-= flashbox definitions =-=-=-=-=-=-=-=-=-=- */
/*
#flashbox {
	width: 990px;
	height: 240px;
	position: absolute;
	top: 120px;
	left: 0;
	background-color: #727272;
}
#introduction {
	width: 360px;
	height: 170px;
	position: absolute;
	top: 85px;
	right: 25px;
	background: url(../img/introduction.jpg) no-repeat ;
}
#introduction-in {
  padding: 20px;
}
#introduction h1 {
  font-size: 1.3em;
  margin-bottom: 10px;
  color: #fff;
}
#introduction h1 a {
  text-decoration: none;
  color: #fff;
}
#introduction h1 a:hover {
  text-decoration: underline;
}
#introduction a {
  color: #000;
  text-decoration: none;
}
#introduction p {
  line-height: 1.4em;
}
#introduction .input-button {
  float: right;
  margin-top: 20px;
  margin-right: 0;
}
*/
/* -=-=-=-=-=-=-=-=-=-= banners definitions =-=-=-=-=-=-=-=-=-=- */
#banners {
	width: 990px;
	height: 240px;
	overflow: hidden;
	position: absolute;
	top: 120px;
	left: 0px;
	/* background-color: #727272; */ 
}
#banners .banner {
	width: 990px;
	height: 240px;
	position: relative;
  overflow: hidden;
  color: #fff;  
  filter: alpha(opacity=90);
  opacity: 0.90;
  -moz-opacity: 0.90;  
}
#banners .banner:hover, 
#banners .banner.hover {
  filter: alpha(opacity=95);
  opacity: 0.95;
  -moz-opacity: 0.95;  
}
#banners .wrapper {
  padding: 20px 25px 0 25px;
}
#banners .banner a.reference {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 9px;
  text-decoration: none;
  background: url(../inc/text_banner/corner_reference.png) no-repeat bottom right;
  color: #fff;
}
#banners .banner a.reference:hover {
  background: url(../inc/text_banner/corner_reference_hover.png) no-repeat bottom right;
}
#banners .banner a.reference .text {
  color: #d8d8d8; 
}
#banners .banner a.reference:hover .text {
  color: #666; 
}
#banners .banner a.reference span.reference-in {
  display: block;
  height: 25px;
  text-decoration: none;
  line-height: 25px;
  padding-left: 10px;
  background-color: #000;
}
#banners .banner a.reference:hover span.reference-in {
  background-color: #fff;
  color: #000;
}
#banners .banner h2 {
  font-weight: normal;
  font-size: 28px;
  margin-bottom: 18px;  
}
#banners .banner p {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-top: 10px;
}
#banners .banner a.target {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-decoration: none;
}
#banners .point {
  width: 148px;
  height: 148px;
  position: absolute;
  top: 40px;
  left: 421px;
}
#banners #banner-1 { background: transparent url(../inc/text_banner/motive_website.jpg) no-repeat center; }
#banners #banner-1 .point { background: url(../inc/text_banner/icon_website.png) no-repeat center; }
#banners #banner-2 { background: transparent url(../inc/text_banner/motive_ebusiness.jpg) no-repeat center; }
#banners #banner-2 .point { background: url(../inc/text_banner/icon_ebusiness.png) no-repeat center; }
#banners #banner-3 { background: transparent url(../inc/text_banner/motive_custom_software.jpg) no-repeat center; }
#banners #banner-3 .point { background: url(../inc/text_banner/icon_custom_software.png) no-repeat center; }
#banners #banner-4 { background: transparent url(../inc/text_banner/motive_support.jpg) no-repeat center; }
#banners #banner-4 .point { background: url(../inc/text_banner/icon_support.png) no-repeat center; }
#banners #banner-5 { background: transparent url(../inc/text_banner/motive_outsourcing.jpg) no-repeat center; }
#banners #banner-5 .point { background: url(../inc/text_banner/icon_outsourcing.png) no-repeat center; }
#banners #banner-6 { background: transparent url(../inc/text_banner/motive_webdesign.jpg) no-repeat center; }
#banners #banner-6 .point { background: url(../inc/text_banner/icon_webdesign.png) no-repeat center; }
#banners #banner-7 { background: transparent url(../inc/text_banner/motive_database_development.jpg) no-repeat center; }
#banners #banner-7 .point { background: url(../inc/text_banner/icon_database_development.png) no-repeat center; }
/* -=-=-=-=-=-=-=-=-=-= main reference =-=-=-=-=-=-=-=-=-=- */
.mainreference {
  width: 990px;
  height: 90px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.mainreference-in {
  width: 948px;
  height: 90px;
  margin: 0 auto;
  overflow: hidden;
  background: url(../img/brandslider_bg.png) repeat-x left top;
}
.mainreference .navig-left,
.mainreference .navig-right {
  width: 21px;
  height: 90px;
  position: absolute;
  top: 0;
  cursor: pointer;
}
.mainreference .navig-left {
  left: 0;
  background: url(../img/brandslider_left_active.png) no-repeat left top;
}
.mainreference .navig-right {
  right: 0;
  background: url(../img/brandslider_right_active.png) no-repeat right top;
}
.mainreference .next_button_disabled {
  cursor: auto;
  background: url(../img/brandslider_right.png) no-repeat left top;
}
.mainreference .previous_button_disabled {
  cursor: auto;
  background: url(../img/brandslider_left.png) no-repeat right top;
}
.mainreference .navig-left:hover,
.mainreference .navig-right:hover {
  filter: alpha(opacity=75);
  opacity: 0.75;
  -moz-opacity: 0.75;  
}
.mainreference .next_button_disabled:hover,
.mainreference .previous_button_disabled:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;  
}
.mainreference ul {
  display: block;
  left: 0;
  list-style-type: none;
  position: relative;
  width: 20000px;  
}
.mainreference ul li {
  display: block;
  float: left;
  margin: 0;
  width: 158px;
  text-align: center;
  list-style-type: none;
}
.mainreference ul li a {
  display: block;
  width: 158px;
  height: 90px;
  overflow: hidden;
  text-decoration: none;
}
.mainreference ul li a:hover img {
  position: relative;
  top: -90px;
  margin: 0 auto;
  border: 0 none;
  margin: 0;
}
.mainreference-in .brands {
  overflow: hidden;
  height: 90px;
}


/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= content definitions =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

/* -=-=-=-=-=-=-=-=-=-= form elements definitions =-=-=-=-=-=-=-=-=-=- */
.input-text,
.textarea {
  display: block;
  width: 250px;
  height: 20px;
  float: left;
  clear: right;
  margin-top: 5px;
  margin-right: 12px;
  border: 1px solid #d4d4d4;
  background-color: #fff;
}
.input-text input,
.textarea textarea {
  width: 246px;
  height: 18px;
  margin: 1px 2px;
  border: 0 none;
  background-color: transparent;
}
.input-text:hover,
.textarea:hover {
  border-color: #222;
}
label {
  display: block;
  width: 145px;
  height: 20px;
  float: left;
  line-height: 20px;
}
.textarea {
  width: 400px;
  height: 150px;
}
.textarea textarea {
  width: 396px;
  height: 148px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.input-button {
  display: block;
  height: 24px;
  float: left;
  clear: right;
  padding-right: 6px;
  margin-top: 5px;
  margin-right: 12px;
  border: 0 none;
  text-decoration: none;
  background: url(../img/button_right.png) no-repeat right;
}
.input-button:hover {
  background: url(../img/button_right_hover.png) no-repeat right;
}
.input-button input,
.input-button span {
  border: 0 none;
  font-size: 1em;
  cursor: pointer;
  background: url(../img/button_left.png) no-repeat left;
  color: #fff;
}
.input-button:hover input,
.input-button:hover span {
  background: url(../img/button_left_hover.png) no-repeat left;
}
.input-button input {
  height: 24px;
  padding-left: 6px;
}
.input-button span {
  display: block;
  height: 24px;
  float: left;
  padding: 0 6px 0 12px;
  line-height: 24px;
  font-size: 1em;
}
a.input-button2,
#databox a.input-button2 {
  display: block;
  height: 34px;
  float: left;
  clear: right;
  margin: 10px 0;
  padding-right: 16px;
  line-height: 34px;
  border: 0 none;
  text-decoration: none;
  cursor: pointer;
  background: url(../img/button2_right.png) no-repeat right;
  color: #fff;
}
a.input-button2 span,
#databox a.input-button2 span {
  display: block;
  height: 34px;
  float: left;
  clear: right;
  padding: 0 5px 0 15px;
  cursor: pointer;
  background: url(../img/button2_left.png) no-repeat left;
}
a.input-button2:hover,
#databox a.input-button2:hover {
  background: url(../img/button2_right_hover.png) no-repeat right;
}
a.input-button2:hover span,
#databox a.input-button2:hover span {
  background: url(../img/button2_left_hover.png) no-repeat left;
}
table .input-text,
table .textarea {
  margin-top: 0px;
}
table .input-button {
  margin-top: 5px;
}
#databox fieldset {
  margin: 12px 0;
  border: 1px solid #cacaca;
  background-color: #f6f6f6;
}
#databox fieldset legend {
  display: block;
  height: 24px;
  padding: 7px 10px 7px 10px;
  line-height: 24px;
  font-size: 1.3em;
  color: #000;
}
/* -=-=-=-=-=-=-=-=-=-= crumbs definitions =-=-=-=-=-=-=-=-=-=- */
#crumbs {
  width: 640px;
  height: 22px;
  position: absolute;
  bottom: -39px;
  left: 350px;
}
#crumbs a {
  display: block;
  height: 22px;
  float: left;
  padding-right: 5px;
  line-height: 22px;
  font-size: 0.9em;
  text-decoration: none;
  cursor: pointer;
  background: url(../img/crumbs_jut_right.png) no-repeat right;
  color: #fff;
}
#crumbs a span {
  display: block;
  height: 22px;
  float: left;
  padding: 0 7px 0 10px;
  cursor: pointer;
  background: #4a4a4a url(../img/crumbs_jut_left.png) no-repeat left;
}
#crumbs a:hover {
  background: url(../img/crumbs_jut_right_hover.png) no-repeat right;
}
#crumbs a span:hover {
  background: #ff6700 url(../img/crumbs_jut_left_hover.png) no-repeat left;
}
#crumbs a.first span {
  background: transparent;
  background-color: #4a4a4a;
}
#crumbs a.first:hover span {
  background: transparent;
  background-color: #ff6700;
}
#crumbs .active {
  display: block;
  height: 22px;
  float: left;
  padding: 0 7px 0 10px;
  line-height: 22px;
  background: #d2d2d2 url(../img/crumbs_jut_active_left.png) no-repeat left;
}
/* -=-=-=-=-=-=-=-=-=-= databox definitions =-=-=-=-=-=-=-=-=-=- */
#databox h1 {
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: bold;
  color: #ff6700;
}
#databox h2 {
  margin: 15px 0 5px 0;
  font-size: 1.15em;
  font-weight: bold;
}
#databox h3 {
  margin: 15px 0 5px 0;
  font-size: 1.05em;
  font-weight: bold;
}
/*
#databox h2 {
  margin: 15px 0 7px 0;
  font-size: 1.4em;
  font-weight: bold;
}
#databox h3 {
  margin: 15px 0 5px 0;
  font-size: 1.25em;
  font-weight: bold;
}
#databox h4 {
  margin: 12px 0 5px 0;
  font-size: 1.1em;
  font-weight: bold;
}
*/
#databox p {
  margin: 5px 0; 
  line-height: 1.5em;
  text-align: justify;
}
#databox a {
  text-decoration: underline;
  color: #ff6700;
}
#databox a:hover {
  text-decoration: none;
}
#databox ul {
  margin: 10px 0 10px 12px;
  list-style-type: circle;
}
#databox ul li {
  margin-left: 20px;
  line-height: 1.4em;
  font-size: 1em;
}
#databox ol {
  margin: 10px 0 10px 12px;
  padding: 0;
}
#databox ol li {
  padding: 0;
  margin-left: 20px;
  line-height: 1.5em;
  font-size: 1em;
}
#databox table {
  margin: 12px 0;
  border-collapse: 0;
  border-spacing: 0;
  border-top: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
}
#databox table th,
#databox table td {
  padding: 5px 10px;
  border-bottom: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
}
#databox table thead th {
  text-align: center;
  background-color: #4a4a4a;
  color: #fff;
}
#databox table tbody th {
  text-align: left;
  font-weight: normal;
  background-color: #f6f6f6;
  color: #000;
}
#databox table tr.even td {
  background-color: #f8f8f8;
}
#databox table tbody tr.even th {
  background-color: #efefef;
}
#databox table td {
  text-align: center;
}
#databox .orange {
  color: #ff6700;
}
#databox fieldset form {
  margin: 0;
  padding: 0;
}
#databox fieldset table {
  border: 0 none;
  margin: 0 0 8px 0;
}
#databox fieldset table tr th,
#databox fieldset table tr td {
  padding: 2px 7px;
  vertical-align: top;
  border: 0 none;
  background-color: transparent;
  text-align: left;  
}
#databox fieldset#short-contact-form {
  margin-bottom: 30px;
}
#databox fieldset#short-contact-form label {
  width: 56px;
  margin-left: 3px;
  font-weight: bold;
}
#databox fieldset#short-contact-form .input-text {
  width: 215px;
  margin-right: 0;
}
#databox fieldset#short-contact-form .input-text:hover {
  border-color: #4a4a4a;
}
#databox fieldset#short-contact-form .input-text input {
  width: 211px;
}
#databox fieldset#short-contact-form .textarea {
  width: 520px;
  height: 46px;
  margin-right: 0;
}
#databox fieldset#short-contact-form .textarea textarea {
  width: 518px;
  height: 44px;
}
#databox fieldset#short-contact-form .advice {
  margin: 0 10px 10px 10px;
  font-size: 1em;
}
#databox .media-img {
  margin: 7px 15px;
  padding: 5px;
  border: 1px solid #b3b3b3;
  background-color: #fff;
}
#databox .reference-detail .media-img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
#databox a.media-img-anchor {
  display: block;
  text-decoration: none;
}
#databox a.media-img-anchor img.media-img {
  float: none;
  margin: 0;
}
#databox a.media-img-anchor:hover .media-img {
  border: 1px solid #000;
}
#databox a.media-img-anchor {
  display: block;
  position: relative;
  margin: 7px 15px;
  color: #000;
  float: right;
  background-color: #efefef;
}
#databox a.media-img-anchor:hover {
  background-color: #4a4a4a;
  color: #fff;
}
#databox img.right,
#databox a.right {
  float: right;
  margin-right: 0;
}
#databox img.left,
#databox a.left {
  float: left;
  margin-left: 0;
}
#databox a.media-img-anchor .description {
  display: block;
  clear: both;
  line-height: 1.6em;
  padding: 0 0 5px 0;
  text-align: center;
  font-size: 0.9em;
  color: #000;
}
#databox a.media-img-anchor:hover .description {
  background: #4a4a4a;
  color: #fff;
}
/* -=-=-=-=-=-=-=-=-=-= article definitions =-=-=-=-=-=-=-=-=-=- */
#databox .article {
  margin-bottom: 15px;
}
/* -=-=-=-=-=-=-=-=-=-= listing definitions =-=-=-=-=-=-=-=-=-=- */
#listing,
#listing-references {
  margin: 0;
  border-top: 1px solid #d6d6d6;
  padding-top: 2px;
}
#listing-light {
  border-top: 1px solid #d6d6d6;
}
#listing #items,
#listing-references #items {
  border-top: 1px solid #d6d6d6;
}
#items .item {
  border-bottom: 1px solid #d6d6d6;
}
#listing-light #items .item {
  border-bottom: 0 none;
}
#items .item .item-in {
  margin: 15px 0 20px 0;
}
#listing-light #items .item .item-in {
  margin: 10px 0;
}
#databox #listing-light #items .item h3 {
  font-size: 1.2em;
}
#listing .preloader,
#listing-light .preloader,
#listing-references .preloader {
  position: relative;
  top: 2px;
  margin-left: 10px;
}
#listing h2.title,
#listing-references h2.title {
  margin: 10px 0 10px 0;
  float: left;
  font-size: 1.25em;
}
#newslist .news a.input-button,
#listing a.input-button,
#listing-references a.input-button {
  display: block;
  height: 18px;
  float: left;
  clear: right;
  margin: 0;
  padding-right: 9px;
  line-height: 17px;
  border: 0 none;
  text-decoration: none;
  cursor: pointer;
  color: #000;
}
#listing a.input-button,
#listing-references a.input-button {
  background: url(../img/button3_right.png) no-repeat right;
}
#newslist .news a.input-button {
  margin-top: 7px;
/*  background: url(../img/button4_right.png) no-repeat right; */
}
/* #newslist .news a.input-button span, */
#listing a.input-button span,
#listing-references a.input-button span {
  display: block;
  height: 18px;
  float: left;
  clear: right;
  padding: 0 10px 0 12px;
  line-height: 17px;
  cursor: pointer;
  font-size: 0.9em;
  color: #000;
}
#listing a.input-button span,
#listing-references a.input-button span {
  background: url(../img/button3_left.png) no-repeat left;
}
/*
#newslist .news a.input-button span {
  background: url(../img/button4_left.png) no-repeat left;
}
*/
/* #newslist .news a.input-button:hover, */
#listing a.input-button:hover,
#listing-references a.input-button:hover {
  background: url(../img/button3_right_hover.png) no-repeat right;
  color: #fff;
}
/* #newslist .news a.input-button:hover span, */
#listing a.input-button:hover span,
#listing-references a.input-button:hover span {
  background: url(../img/button3_left_hover.png) no-repeat left;
  color: #fff;
}
#listing .date {
  line-height: 1.4em;
  float: left;
  padding-right: 10px;
  font-size: 0.9em;
  color: #999999;
  padding-top: 7px;
}
.norecord {
  display: block;
  margin: 0px 0 25px 0;
  font-weight: bold;
  background-color: #d6d6d6;
}
.norecord .norecord-in {
  padding: 10px 15px;
}
.navigation {
  float: right;
  margin: 10px 0;
}
.navigation a {
  padding: 0 3px;
}
.navigation .current,
.navigation .arrow-left,
.navigation .noactive .arrow-left,
.navigation .arrow-stop-left,
.navigation .noactive .arrow-stop-left,
.navigation .arrow-right,
.navigation .noactive .arrow-right,
.navigation .arrow-stop-right,
.navigation .noactive .arrow-stop-right {
  padding: 0 4px;
  line-height: 16px;
  text-decoration: none;
}
.navigation .arrow-left {
  background: url(../img/icon_arrow_left.png) no-repeat center;
}
.navigation .arrow-left:hover {
  background: url(../img/icon_arrow_left_hover.png) no-repeat center;
}
.navigation .noactive .arrow-left {
  background: url(../img/icon_arrow_left_noactive.png) no-repeat center;
}
.navigation .arrow-stop-left {
  background: url(../img/icon_arrow_stop_left.png) no-repeat center;
}
.navigation .arrow-stop-left:hover {
  background: url(../img/icon_arrow_stop_left_hover.png) no-repeat center;
}
.navigation .noactive .arrow-stop-left {
  background: url(../img/icon_arrow_stop_left_noactive.png) no-repeat center;
}
.navigation .arrow-right {
  background: url(../img/icon_arrow_right.png) no-repeat center;
}
.navigation .arrow-right:hover {
  background: url(../img/icon_arrow_right_hover.png) no-repeat center;
}
.navigation .noactive .arrow-right {
  background: url(../img/icon_arrow_right_noactive.png) no-repeat center;
}
.navigation .arrow-stop-right {
  background: url(../img/icon_arrow_stop_right.png) no-repeat center;
}
.navigation .arrow-stop-right:hover {
  background: url(../img/icon_arrow_stop_right_hover.png) no-repeat center;
}
.navigation .noactive .arrow-stop-right {
  background: url(../img/icon_arrow_stop_right_noactive.png) no-repeat center;
}
#databox .navigation .arrow-left,
#databox .navigation .arrow-stop-left,
#databox .navigation .arrow-right,
#databox .navigation .arrow-stop-right {
  text-decoration: none;
}
/* -=-=-=-=-=-=-=-=-=-= listing references definitions =-=-=-=-=-=-=-=-=-=- */
#listing-references .item .item-in {
  margin: 15px 0;
}
#listing-references .item .fastinfo {
  padding-top: 10px;
}
.reference-info {
  margin: 15px 0 20px 0;
  background: url(../img/reference.png) repeat-x top left;
}
.reference-info-in {
  padding: 15px;
}
.reference-info .reference-img {
  display: block;
  height: 156px;
  float: left;
}
#listing-references .item img.preview,
.reference-info .reference-img img {
  float: left;
  margin: 0 20px 0 0;
  border: 3px solid #eee;  
}
.reference-info .reference-img img {
  border-color: #cfcfcf;
}
#listing-references .item a:hover img.preview {
  border: 3px solid #ddd;  
}
#listing-references .item h3 {
  margin-top: 0;
  font-size: 1.25em;
  color: #ff6700;
}
#listing-references .item table {
  margin: 0;
  padding: 0;
  border: 0 none;
}
#listing-references .item table th,
#listing-references .item table td {
  border: 0 none;
  text-align: left;
  padding: 2px 15px 2px 0;
  vertical-align: top;
}
#listing-references .item table th {
  font-weight: bold;
  background: transparent;
}
#databox .reference-info table.reference-table {
  margin: 0;
  border: 0 none;
  text-align: left;
  background: transparent;
}
#databox .reference-info table.reference-table th,
#databox .reference-info table.reference-table td {
  padding: 2px 15px 2px 0;
  border: 0 none;
  text-align: left;
  background: transparent;
  vertical-align: top;
}
#databox .reference-info table.reference-table th {
  font-weight: bold;
}
/* -=-=-=-=-=-=-=-=-=-= contacts definitions =-=-=-=-=-=-=-=-=-=- */
#databox .contacts {
  padding: 10px 15px;
  margin: 15px 0;
  background: #ececec url(../img/contacts.jpg) repeat-x top left;
}
#databox .contacts h3 {
  margin-top: 0;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= floatboxies definitions =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

/* -=-=-=-=-=-=-=-=-=-= productlist definitions =-=-=-=-=-=-=-=-=-=- */
.productlist {
  display: block;
  width: 990px;
  height: 240px;
  overflow: hidden;
  clear: both;
  position: relative;
  font-size: 1em;
  background: url(../img/productlist.png) repeat-x top left;
}
.productlist .row1-product1,
.productlist .row1-product2,
.productlist .row1-product3,
.productlist .row2-product4,
.productlist .row2-product5,
.productlist .row2-product6 {
  display: block;
  width: 330px;
  height: 120px;
  overflow: hidden;
  position: relative;
  float: left;
}
.productlist .product-in {
  padding: 12px 20px 10px 80px;
}
.productlist .row1-product1:hover,
.productlist .row1-product2:hover,
.productlist .row1-product3:hover {
  background: url(../img/productlist_hover.png) repeat-x top left;
}
.productlist .row2-product4:hover,
.productlist .row2-product5:hover,
.productlist .row2-product6:hover {
  background: url(../img/productlist_hover.png) repeat-x bottom left;  
}
.productlist .rounded-corner {
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  position: absolute;
}
.productlist .row1-product1:hover .rounded-corner {
  top: 0px;
  left: 0px;
  background: url(../img/productlist_top_left_hover.png) no-repeat top left;
}
.productlist .row2-product4:hover .rounded-corner {
  bottom: 0;
  left: 0;
  background: url(../img/productlist_bottom_left_hover.png) no-repeat bottom left;
}
.productlist .row1-product3:hover .rounded-corner {
  top: 0;
  right: 0;
  background: url(../img/productlist_top_rigth_hover.png) no-repeat top right;
}
.productlist .row2-product6:hover .rounded-corner {
  bottom: 0;
  right: 0;
  background: url(../img/productlist_bottom_right_hover.png) no-repeat bottom right;
}
.productlist .line-horizontal {
  display: block;
  width: 990px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: 120px;
  left: 0px;
  background: url(../img/productlist_line_horizontal.png) no-repeat top center;
}
.productlist .line-vertical-left,
.productlist .line-vertical-right {
  display: block;
  width: 1px;
  height: 240px;
  overflow: hidden;
  position: absolute;
  background: url(../img/productlist_line_vertical.png) no-repeat center left;
}
.productlist .line-vertical-left {
  top: 0px;
  left: 330px;  
}
.productlist .line-vertical-right {
  top: 0px;
  left: 660px;  
}
.productlist a.icon {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  text-decoration: none;
}
#p-ebusiness a.icon {
  width: 45px;
  height: 38px;
  background: url(../img/icon_ebusiness.png) no-repeat top left;
}
#p-ebusiness a.icon:hover {
  background: url(../img/icon_ebusiness_hover.png) no-repeat top left;
}
#p-custom-software a.icon {
  width: 25px;
  height: 39px;
  left: 28px;
  background: url(../img/icon_custom_software.png) no-repeat top left;
}
#p-custom-software a.icon:hover {
  background: url(../img/icon_custom_software_hover.png) no-repeat top left;
}
#p-database-developement a.icon {
  width: 36px;
  height: 38px;
  left: 23px;
  background: url(../img/icon_database_development.png) no-repeat top left;
}
#p-database-developement a.icon:hover {
  background: url(../img/icon_database_development_hover.png) no-repeat top left;
}
#p-outsourcing a.icon {
  width: 31px;
  height: 38px;
  left: 26px;
  background: url(../img/icon_outsorcing.png) no-repeat top left;
}
#p-outsourcing a.icon:hover {
  background: url(../img/icon_outsorcing_hover.png) no-repeat top left;
}
#p-support a.icon {
  width: 45px;
  height: 37px;
  background: url(../img/icon_support.png) no-repeat top left;
}
#p-support a.icon:hover {
  background: url(../img/icon_support_hover.png) no-repeat top left;
}
#p-webdesign-hosting a.icon {
  width: 45px;
  height: 37px;
  background: url(../img/icon_webdesign_hosting.png) no-repeat top left;
}
#p-webdesign-hosting a.icon:hover {
  background: url(../img/icon_webdesign_hosting_hover.png) no-repeat top left;
}
.productlist h2 {
  margin: 3px 0 5px 0;
  font-size: 1.3em;
  font-weight: bold;
}
.productlist h2 a {
  text-decoration: none;
  color: #ff6700;
}
.productlist h2 a:hover {
  text-decoration: underline;
}
.productlist p {
  font-size: 1em;
  color: #000;
}
.productlist p a {
  text-decoration: none;
  color: #000;
}
/* -=-=-=-=-=-=-=-=-=-= floatbox: definitions =-=-=-=-=-=-=-=-=-=- */
.floatbox {
  overflow: hidden;
  margin-bottom: 10px;
  background-color: #efefef;
}
.floatbox .floatbox-in {
  height: 140px;
  padding: 20px;
  background: transparent;
}
.floatbox h3 {
  display: block;
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: bold;
}
.floatbox h3 a {
  text-decoration: none;
  color: #fff;
}
.floatbox h3 a:hover {
  text-decoration: underline;
}
.floatbox p {
  line-height: 1.4em;
}
.floatbox table {
  margin: 15px 0;
}
.floatbox table tr td {
  vertical-align: top;
}
/* -=-=-=-=-=-=-=-=-=-= floatbox:newslist definitions =-=-=-=-=-=-=-=-=-=- */
#newslist {
  background-color: #ececec;
}
#newslist-in {
  padding: 20px 0;
}
#newslist .news {
  padding: 15px 25px;
  border-top: 1px solid #fff;
}
#newslist .first {
  border: 0 none;
}
#newslist .last {
  padding-bottom: 0;
}
#newslist h3 {
  display: block;
  padding: 0 25px 0 25px;
  font-size: 1.5em;
  font-weight: normal;
  color: #191919;
}
#newslist h3 a {
  text-decoration: none;
  color: #191919;
}
#newslist h3 a:hover {
  text-decoration: underline;
}
#newslist .news a {
  text-decoration: underline;
  color: #000;
}
#newslist .news a:hover {
  text-decoration: none;
}
#newslist .news h4 {
  display: block;
  margin: 3px 0 8px 0;
  line-height: 16px;
  font-size: 1.25em;
  font-weight: normal;
  background: url(../img/icon_article_small.png) no-repeat top left;
}
#newslist .news h4 a {
  margin-left: 25px;
  text-decoration: none;
  color: #000;
  /* background: url(../img/icon_article.png) no-repeat top left; */
}
#newslist .news h4 a:hover {
  /* background: url(../img/icon_article_small_hover.png) no-repeat top left; */
  /* background: url(../img/icon_article_hover.png) no-repeat top left; */
  color: #ff6700;
}
#newslist .news .date {
  margin-right: 5px;
  color: #969696;
}
#newslist .news p {
  margin-bottom: 5px;
  font-size: 0.95em;
}
/* -=-=-=-=-=-=-=-=-=-= floatbox:ebusiness definitions =-=-=-=-=-=-=-=-=-=- */
#ebusiness.floatbox {
  height: 170px;
}
#ebusiness.floatbox h3 a {
  text-decoration: none;
  color: #fff;
}
#ebusiness.floatbox h3 a:hover {
  text-decoration: underline;
}
/* -=-=-=-=-=-=-=-=-=-= floatbox:workers definitions =-=-=-=-=-=-=-=-=-=- */
#workers.floatbox {
  height: 170px;
  background: #4a4a4a url(../img/advertise_find_workers.jpg) no-repeat top left;
  color: #fff;
}
#workers.floatbox .floatbox-in {
  padding-left: 140px;
  padding-top: 15px;
}
#workers.floatbox ul {
  margin: 6px 0 0 20px; 
}
#workers.floatbox ul li {
  line-height: 1.6em;
  font-weight: bold;
}
#workers.floatbox p {
  line-height: 1.3em;
}
#workers.floatbox ul a {
  text-decoration: underline;
  color: #fff;
}
#workers.floatbox ul a:hover {
  text-decoration: none;
}
#ebusiness.floatbox {
  background: #ff6b00 url(../img/advertise_ebusiness_bg.jpg) no-repeat top right;
  color: #000;
}
#ebusiness.floatbox .floatbox-in {
  padding-left: 200px;
  background: url(../img/advertise_ebusiness.jpg) no-repeat top left;
}
/* -=-=-=-=-=-=-=-=-=-= floatbox:contactbox definitions =-=-=-=-=-=-=-=-=-=- */
#contactbox.floatbox {
  height: auto;
  position: relative;
  background: url(../img/fastcontact.jpg) no-repeat top center;
}
#contactbox.floatbox .floatbox-in {
  height: auto;
  background: url(../img/call.png) no-repeat bottom right;
}
#contactbox.floatbox h3 {
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
}
#contactbox.floatbox p {
  margin-right: 80px;
  font-size: 1.1em;
}
#contactbox.floatbox p.phone {
  display: block;
  position: relative;
  margin: 12px 0 0 0;
  padding-left: 45px;
  line-height: 1.6em;
  font-size: 1em;
  color: #fff;
  background: url(../img/phone.png) no-repeat left center;
}
#contactbox.floatbox p.phone strong {
  font-size: 1.3em;
  font-weight: normal;
}
#contactbox.floatbox p.phone strong big {
  font-size: 1.4em;
  font-weight: bold;
}
#contactbox.floatbox p.phone .ederiva {
  display: block;
  width: 78px;
  height: 12px;
  overflow: hidden;
  position: absolute;
  top: 26px;
  left: 90px;
  background: url(../img/ederiva.png) 
}
#contactbox.floatbox a {
  color: #fff;
  text-decoration: none;
}
#contactbox.floatbox a:hover {
  text-decoration: underline;
}
/* -=-=-=-=-=-=-=-=-=-= floatbox:menu2nd definitions =-=-=-=-=-=-=-=-=-=- */
#menu2nd.floatbox {
  height: auto;
  background: #4a4a4a url(../img/menu2nd.jpg) no-repeat top left;
  color: #fff;
}
#menu2nd.floatbox .floatbox-in {
  height: auto;
}
#menu2nd.floatbox ul li {
  padding: 0;
  list-style-type: none;
  line-height: 1.9em;
}
#menu2nd.floatbox ul li a {
  padding-left: 15px;
  background: url(../img/arrow_orange.png) no-repeat left;
  text-decoration: none;
  font-weight: normal;
  font-weight: bold;
  font-size: 1.1em;
  color: #ff6700;
}
#menu2nd.floatbox ul li a:hover {
  background: url(../img/arrow_white.png) no-repeat left;
  color: #fff;
}
/* -=-=-=-=-=-=-=-=-=-= floatbox:side-motive definitions =-=-=-=-=-=-=-=-=-=- */
#side-motive {
  display: none;
  width: 330px;
  height: 175px;
  overflow: hidden;
  margin-bottom: 10px;
  background: transparent;
}
#side-motive.cat {
  display: block;
  background: url(../img/sidebox_motive_search.jpg) no-repeat top left;
}
#side-motive.error404 {
  display: block;
  background: url(../img/sidebox_motive_404.jpg) no-repeat top left;
}
#side-motive.cat13 {
  display: block;
  background: url(../img/sidebox_motive_products.jpg) no-repeat top left;
}
#side-motive.cat2 {
  display: block;
  background: url(../img/sidebox_motive_servicies.jpg) no-repeat top left;
}
#side-motive.cat23 {
  display: block;
  background: url(../img/sidebox_motive_business_intelligence.jpg) no-repeat top left;
}
#side-motive.cat1 {
  display: block;
  background: url(../img/sidebox_motive_company.jpg) no-repeat top left;
}
#side-motive.cat14 {
  display: block;
  background: url(../img/sidebox_motive_counsel.jpg) no-repeat top left;
}
#side-motive.cat6 {
  display: block;
  background: url(../img/sidebox_motive_custome_software.jpg) no-repeat top left;
}
#side-motive.cat7 {
  display: block;
  background: url(../img/sidebox_motive_database_developement.jpg) no-repeat top left;
}
#side-motive.cat5 {
  display: block;
  background: url(../img/sidebox_motive_ecommerce.jpg) no-repeat top left;
}
#side-motive.cat24 {
  display: block;
  background: url(../img/sidebox_motive_open_source.jpg) no-repeat top left;
}
#side-motive.cat8 {
  display: block;
  background: url(../img/sidebox_motive_outsourcing.jpg) no-repeat top left;
}
#side-motive.cat9 {
  display: block;
  background: url(../img/sidebox_motive_support.jpg) no-repeat top left;
}
#side-motive.cat10 {
  display: block;
  background: url(../img/sidebox_motive_webdesign.jpg) no-repeat top left;
}

#side-motive.cat18 {
  display: block;
  background: url(../img/sidebox_motive_contacts.jpg) no-repeat top left;
}
#side-motive.cat17 {
  display: block;
  background: url(../img/sidebox_motive_work.jpg) no-repeat top left;
}
#side-motive.cat21 {
  display: block;
  background: url(../img/sidebox_motive_choice.jpg) no-repeat top left;
}
#side-motive.cat21 {
  display: block;
  background: url(../img/sidebox_motive_choice.jpg) no-repeat top left;
}
#side-motive.cat25 {
  display: block;
  background: url(../img/sidebox_motive_vision.jpg) no-repeat top left;
}
#side-motive.cat11 {
  display: block;
  background: url(../img/sidebox_motive_news.jpg) no-repeat top left;
}
/* -=-=-=-=-=-=-=-=-=-= floatbox:referencebox definitions =-=-=-=-=-=-=-=-=-=- */
#referencebox.floatbox {
  background-color: #e1e1e1;  
}
#referencebox.floatbox .floatbox-in {
  height: auto;
  padding: 25px 0 15px 0;
}
#referencebox.floatbox h3 {
  font-weight: normal;
  text-decoration: none;
  font-size: 1.5em;
  padding: 0 25px;
}
#referencebox.floatbox h3 a {
  color: #000;
}
#referencebox.floatbox ol {
  display: block;
  margin: 0;
  padding: 0 20px 15px 20px;
  border-bottom: 1px solid #fff;
}
#referencebox.floatbox ol li {
  margin: 0;
  padding: 0;
  margin-left: 20px;
  line-height: 1.7em;
  color: #969696;
}
#referencebox.floatbox ol li a {
  color: #000;
}
#referencebox.floatbox ol li a:hover {
  text-decoration: none;
}
#referencebox.floatbox a.more {
  display: block;
  padding: 10px 25px 0 25px;
  text-align: right;
  color: #000;
}
#referencebox.floatbox a.more:hover {
  text-decoration: none;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= footer definitions =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#footer-in {
  width: 990px;
  height: 65px;
  overflow: hidden;
  position: relative;
  top: 10px;
  margin: 0 auto;
}
#footer-in-in {
  height: 75px;
  text-align: left;
  color: #fff;
	background-color: #4a4a4a;
}
#footer a.logotype {
  display: block;
  width: 116px;
  height: 24px;
  margin: 20px 0 0 25px;
  float: left; 
  text-decoration: none;
	background: url(../img/logotype_deriva_footer.png) no-repeat left top;
}
#footer a.logotype:hover {
	background: url(../img/logotype_deriva_footer_hover.png) no-repeat left top;
}
#copyright {
  display: block;
  width: 390px;
  margin: 15px 0 0 20px;
	padding-left:20px;
	float:left;
	line-height: 1.6em;
	border-left: 1px solid #626262;
	font-size: 0.9em;	
	color:#fff;
}
#footer ul {
  position: absolute;
  top: 35px;
  right: 10px;
  float: left;
	list-style-type: square;
}
#footer ul li {
	float: left;
	padding-right: 20px;
}
#footer ul li a {
  padding-left:0px;
  color: #fff;
  font-size: 0.9em;
  text-decoration:underline;
  cursor:pointer;
}
#footer ul li a:hover {
  text-decoration: none;
}
#footer a.dspublisher {
  color: #fff;
  font-weight: bold;
}
#footer a.dspublisher:hover {
  text-decoration: none;
}

