/*
--------------------------------------------------------------------------------
Kappa SpA - FrontEnd

Author:   	altera e-business solutions
Version:	1.0
Date:  		Mar 10th, 2008
----------------------------------------------------------------------------- */

/* @group General selectors */

* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-size: 75% ;
	color: #4e4c4a;
	background-color: #e1e1e1;
	font-family: Arial, Verdana, sans-serif;
}
 
html>body {
	font-size: 12px;
}
 


h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, sans-serif;
	letter-spacing: 1px;
	color: #d00000;
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.333em; }
h3 { font-size: 1.166em; }
h4 { font-size: 1.083em; }
h5 { font-size: 1em; }


a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

hr {
	height: 1px;
	margin: 0 0 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px dotted #ccc;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

/* Page structure
----------------------------------------------------------------------------- */

#wrapper {
	margin: 0;
	padding: 0;
	background: url('../img/bg_header.gif') repeat-x top left #fff;
}

#header,
#content  {
	width: 750px;
	margin: 0 auto;
}

#header {
	height: 195px;
	padding-top: 15px;
}

#header h1 {


	width: 200px;
	height: 110px;
	margin-top:15px;
	background: url('../img/logo2.gif') no-repeat top left;
}

#header h1 a {
	display: block;
	width: 200px;
	height: 110px;
	text-indent: -999em;
}

#emotional-left {
	text-align: center;
}

#emotional-right {
	margin-left: 210px;
}

#emotional-right img {
	border: 1px solid #eee;
}

#content {
	margin-top: 1.5em;
}

#emotional-left,
#content-left {
	float: left;
	width: 200px;
}

#concept {

	height: 17px;
	/*padding-top: 15px;*/
	text-indent: -9999em;
	color: #fff;
	font-size: 2em;
	
}


#footer {
	margin-top: 2em;
	height: 60px;
	padding-top: .5em;
	color: #bebebe;
	text-align: center;
	font-size: .9em;
	background: url('../img/bg_footer.gif') repeat-x top left;
}

#footer a {
	color: #bebebe;
}

/* Languages
----------------------------------------------------------------------------- */

#languages {
	list-style: none;
}

#languages li {

	float: left;
	padding: 0 .5em 0 0;
}

#languages li a img {
	border: 1px solid #17396e;
}
#languages li a:hover img {
	border: 1px solid #eee;
}
#languages li a.selected img {
	border: 1px solid #eee;
}

/* Menu
----------------------------------------------------------------------------- */

#menu {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	background: url('../img/menu_top.gif') no-repeat top left #f3f3f3;
}

#menu li {
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #f3f3f3; /* altrimenti su explorer 6 scazza */
	text-transform: uppercase;
}

#menu li a {
	display: block;
	background: url('../img/menu_gradient.gif') repeat-x bottom left;
	text-decoration: none;
	margin: 0;
	padding: .5em 1em;
	color: #000;
	font-size: .9em;
	letter-spacing: 1px;
	font-weight: bold;
}

#menu li.last {
	border-bottom: 1px solid #fff;
}
#menu li.last a {
	background: url('../img/menu_bottom.gif') repeat-x bottom left;
}

#menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #f6f6f6;
}

#menu li ul li {
	border-bottom: 1px solid #f6f6f6; /* altrimenti su explorer 6 scazza */
}

#menu li a.selected {
	color: #d00000;
}

#menu li a:hover {
	color: #d00000;
}

#menu li ul li {
	margin: 0;
	padding: 0;
	text-transform: none;
}

#menu li ul li a {
	background: none;
	padding: .2em 5px .2em 20px;
	font-size: 1em;
	letter-spacing: 0;
	font-weight: normal;
}

#menu li ul li ul li a {
	padding-left: 40px;
}

#menu li ul li ul li ul li a {
	padding-left: 70px;
}

#menu li ul li ul li ul li ul li a {
	padding-left: 95px;
}

#menu li ul li a:hover, 
#menu li ul li ul li a:hover, 
#menu li ul li ul li ul li a:hover, 
#menu li ul li ul li ul li ul li a:hover {
	background-color: #fafafa;
	color: #000;
}

#menu li ul li a.selected:hover, 
#menu li ul li ul li a.selected:hover, 
#menu li ul li ul li ul li a.selected:hover, 
#menu li ul li ul li ul li ul li a.selected:hover {
	color: #d00000;
}

/* Login
----------------------------------------------------------------------------- */

#login {
	background: url('../img/login_bottom.gif') no-repeat bottom left #e3ebfe;
	margin-bottom: 1em;
}

#login h4 {
	background: url('../img/login_top.gif') no-repeat top left #d0defd;
	padding: .3em 1em;
	margin: 0;
	color: #333;
}

#login form,
#login div {
	padding: .5em 1em;
}

#login div a {
	background: url('../img/bullet_white.gif') no-repeat center left;
	vertical-align: middle;
	padding-top: .3em;
	padding-left: 1em;
}

input.full {
/*	width: 100%;*/
}

/* Content page
----------------------------------------------------------------------------- */
#content-right {
	margin-left: 210px;
}

#content-right h2 {
	padding-bottom: .7em;
}

#content-right p {
	padding-bottom: 1em;
}

.news {
	padding-right: 15px;
	float: left;
	width: 47%;
}

.news h5 {
	font-weight: normal;
	padding-bottom: .4em;
}

.news p.readmore {
	margin: -.7em 0 0 0;
	padding: 0;
}

#newspage .news {
	float: none;
	width: 95%;
}

.currentbatch {
	font-weight: bold;
}

#attachments {
	list-style: none;
	margin-bottom: 1em;
}

#attachments li {
	background: url('/cms/img/icon_attachment.gif') no-repeat center left;
	vertical-align: middle;
	padding-top: .3em;
}

#attachments li a {
	padding-left: 1.5em;
	text-decoration: none;
	color: #4e4c4a;
}

#attachments li a:hover {
	color: #d00000;
}

/* Newsletter
----------------------------------------------------------------------------- */
#newsletterleft {
	float: left;
	width: 300px;
}

#newsletterform {
	float: right;
	border-left: 1px dotted #000;
	width: 200px;
	margin: 0 0 0 auto;
	padding: 1em;
}

#newsletterform table td {
	padding: 0 1em 1em 0;
}

#newsletterform table td.label {
	padding: 0 1em 0 0;
}

#newsletterform table td.mandatory,
#newsletterform table td.privacy {
	font-size: .8em;
}

#newsletterform .infotextfield {
	width: 98%;
}

#newsletterunsubscribe {
	text-align: center;
	margin-top: 200px;
}

#newsletterunsubscribe h2 {
	margin-top: 2em;
}

/* InfoRequest
----------------------------------------------------------------------------- */
#contactinfo {
	background-color: #f1f1f1;
}

#contactinfo h3,
#contactinfo h4 {
	letter-spacing: 0;
}

#contactinfo h4 {
	padding: 20px 10px 0 10px;
	color: #503312;
	letter-spacing: 0;
}
#contactinfo p {
	padding: 20px 10px 0 10px;
}


#contactinfo .infotextfield,
#contactinfo .infotextarea {
	width: 100%;
	font-size: .9em;
}
#contactinfo select {
	font-size: .9em;
}


#contactinfo table td {
	padding: 1px 10px;
}

#contactinfo table td.privacy td {
	padding: 0;
}

#contactinfo table td.privacy,
#contactinfo table td.mandatory {
	font-size: .9em;
}

/* Breadcrumbs
----------------------------------------------------------------------------- */
#breadcrumbs {
	margin-bottom: 1em;
	color: #999;
}

#breadcrumbs a {
	color: #999;
	text-decoration: none;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}


/* Product List 
----------------------------------------------------------------------------- */
#productlist {
	list-style: none;
	margin-top: 1em;
	margin-bottom: 1em;
}

#productlist li {
	height: 2em;
	background: url('../img/bullet_white.gif') no-repeat center left #fff;
	vertical-align: middle;
	padding-top: .3em;
}

#productlist li a {
	padding-left: 2em;
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 1px;
	text-decoration: none;
	color: #000;
}

#productlist li a:hover {
	color: #d00000;
}

/* Product Page
----------------------------------------------------------------------------- */

#productpage h4 {
	margin-bottom: 0;
}

#productleft {
	float: left;
	width: 60%;
}

#productright {
	float: right;
}

#imballi {
	list-style: none;
	margin-bottom: 1em;
}

#imballi li {
	background: url('../img/bullet_white.gif') no-repeat center left;
	vertical-align: middle;
	padding-top: .3em;
	padding-left: 1em;
}

#schede {
	list-style: none;
	margin-bottom: 1em;
}

#schede li {
	background: url('../img/pdf.gif') no-repeat center left;
	vertical-align: middle;
	padding-top: .3em;
}

#schede li a {
	padding-left: 1.5em;
	text-decoration: none;
	color: #4e4c4a;
}

#schede li a:hover {
	color: #d00000;
}



/* Content List 
----------------------------------------------------------------------------- */

#contentlist .cols {
	width: 98%;
	display: table;	
}

#contentlist .cols table {
	width: 98%;
	margin: 0;
	padding: 0;
	border: 0;
}

#contentlist .cols table td {
	width: 49%;
	margin: 0;
	padding: 0;
	padding-bottom: .5em;
	border: 0;
	vertical-align: top;
}

#contentlist .leftcol {
	width: 49%;
	float: left;
	display: block;
}


#contentlist .rightcol {
	float: right;
	width: 49%;
	display: block;
}

/* AttachmentList
----------------------------------------------------------------------------- */
.attachmentlist ul,
.attachmentlist ul li {
	margin: 0;
	padding: 0;
}

.attachmentlist ul {
	list-style: none;
}

.attachmentlist li {
	height: 1.8em;
	background: url('../../cms/img/icon_attachment.gif') no-repeat top left;
}

.attachmentlist li a {
	padding-left: 20px;
}
