

body {
	font-family:  Arial,Verdana,Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #f1efcd;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

a {
	text-decoration: none;
	outline: none;
}

input.submit {
	cursor: pointer;
}

.invisible {
	display: none;
}

.disabled {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	cursor: default;
}

.disabled2,
div.form .disabled2 label,
.disabled2 * {
	color: #ccc;
}

img.type_icon {
	margin-right: 5px;
}

img.collection,
img.article {
	border: 1px solid #f6ecde;
}


/*
	------------------------
	clearfix
	------------------------
*/

.clearfix:after {

    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-table;
}

* html .clearfix {
	height: 1%;
}

*+html .clearfix {zoom:1} /* haslayout trigger */

.clearfix {
	display: block;
}

/*
	------------------------
	layout
	------------------------
*/

div#container {
	width: 1004px;
	margin: 0 auto 0 auto;
	text-align: center;
	/* position: relative; */
}

div#header {
	text-align: left;
	height: 95px;
	position: relative;
}

div#menu {
	text-align: left;
	width: 158px;
	float: left;
}

div#content {
	text-align: left;
	width: 630px;
	float: left;
	overflow: hidden;
}

div#features {
	text-align: left;
	width: 216px;
	float: left;
}

div#footer {
	text-align: left;
}


/*
	------------------------
	header
	------------------------
*/

div#header {
	
}

div.header1 {background: url("/themes/default/img/header-background.gif") no-repeat 0 0;}
div.header2 {background: url("/themes/default/img/header-background-2.gif") no-repeat 0 0;}

/* logo */

div#header div#logo {
	position: absolute;
	left: 12px;
	top: 20px;
}

/* userTypes */

div#header ul#userTypes {
	position: absolute;
	left: 285px;
	top: 40px;
	z-index: 10;
}

div#header ul#userTypes li {
	float: left;
	margin-right: 1px;
}

div#header ul#userTypes a {
	display: block;
	height: 23px;
	font-size: 14px;
	color: #fff;
	padding-top: 3px;
}

div#header ul#userTypes li.teachers a {
	width: 100px;
	padding-left: 24px;
	background: url("/themes/default/img/types-background-teachers.gif") no-repeat;
}

div#header ul#userTypes li.teachers a.selected,
div#header ul#userTypes li.teachers a:hover {
	color: #db8a67;
	background: url("/themes/default/img/types-background-teachers-select.gif") no-repeat;
}

div#header ul#userTypes li.students a {
	width: 100px;
	padding-left: 24px;
	background: url("/themes/default/img/types-background-students.gif") no-repeat;
}

div#header ul#userTypes li.students a.selected,
div#header ul#userTypes li.students a:hover {
	color: #a2adcb;
	background: url("/themes/default/img/types-background-students-select.gif") no-repeat;
}

div#header ul#userTypes li.documentalists a {
	width: 113px;
	padding-left: 20px;
	background: url("/themes/default/img/types-background-researchers.gif") no-repeat;
}

div#header ul#userTypes li.documentalists a.selected,
div#header ul#userTypes li.documentalists a:hover {
	color: #d9858c;
	background: url("/themes/default/img/types-background-researchers-select.gif") no-repeat;
}

div#header ul#userTypes li.booksellers a  {
	width: 82px;
	padding-left: 30px;
	background: url("/themes/default/img/types-background-booksellers.gif") no-repeat;
}

div#header ul#userTypes li.booksellers a.selected,
div#header ul#userTypes li.booksellers a:hover {
	color: #c8acc6;
	background: url("/themes/default/img/types-background-booksellers-select.gif") no-repeat;
}

/* path */

div#header div#path {

	color: #bfab6f;
	font-size: 11px;
	position: absolute;
	left: 165px;
	top: 77px;
	width: 620px;
	height: 15px; 
	overflow: hidden;
}


div#header div#path p,
div#header div#path ul,
div#header div#path ul li {
	display: inline;
}

div#header div#path p,
div#header div#path a {
	color: #bfab6f;
}

div#header div#path a:hover {
	text-decoration: underline;
}

/* userLanguages */

div#header ul#userLanguages {
	position: absolute;
	left: 640px;
	top: 2px;
}

div#header ul#userLanguages li {
	display: inline;
}

/* userSignup */

div#header div#userSignup {
	position: absolute;
	left: 715px;
	top: 2px;
}

div#header div#userSignup p.signup {

	display: block;
	width: 80px;
	padding: 5px 0 0 30px;
	background: url("/themes/default/img/signup-background.gif") no-repeat;
	color: #877771;
	font-size: 12px;
	font-weight: bold;
	float: left;
}


div#header div#userSignup form#signup {
	float: left;
}

div#header div#userSignup form#signup input.text,
div#header div#userSignup form#signup input.button {

	color: 877771;
	font-size: 10px;
	width: 115px;
	background-color: #fff;
	border: 1px Solid #7c785c;
}

div#header div#userSignup form#signup input.text {
	padding-left: 2px;
	padding-top: 1px;
	margin-bottom: 2px;
}

div#header div#userSignup form#signup input.button {
	width: 20px;
	cursor: pointer;
}

div#header div#userSignup form#signup p,
div#header div#userSignup form#signup p a {
	color: #877771;
	font-size: 10px;
}

div#header div#userSignup form#signup p {
	
}

div#header div#userSignup form#signup p a:hover {
	text-decoration: underline;
}

/* userInfos */

div#header div#userInfos {

	position: absolute;
	left: 545px;
	top: 2px;
}

div#header div#userInfos p,
div#header div#userInfos p a {
	font-size: 11px;
	color: #877771;
}

div#header div#userInfos p a:hover {
	text-decoration: underline;
}

div#header div#userInfos p.user,
div#header div#userInfos p.logout,
div#header div#userInfos p.cart,
div#header div#userInfos p.modifier {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 16px;
	overflow: hidden;
	padding: 5px 0 0 28px;
}

div#header div#userInfos p.user {
	width: 140px;
	background: url("/themes/default/img/signup-background.gif") no-repeat 0 0;
}

div#header div#userInfos p.modifier {
	width: 120px;
	left: 185px;
	background: url("/themes/default/img/cle-modif-background.gif") no-repeat 0 1px;
}

div#header div#userInfos p.logout {
	width: 90px;
	left: 335px;
	background: url("/themes/default/img/logout-background.gif") no-repeat 0 1px;
}

div#header div#userInfos p.cart {
	left: 270px;
	top: 30px;
	width: 145px;
	height: 19px;
	padding-left: 32px;
	background: url("/themes/default/img/cart-background.gif") no-repeat 0 -4px;
}

/*
	------------------------
	menu
	------------------------
*/

/* search*/

div#menu form#header_search {
	padding-left: 12px;
}

div#menu form#header_search div {
	width: 139px;
	height: 26px;
	background: url("/themes/default/img/search-background.gif") no-repeat;
	overflow : hidden;
	position: relative;
}

div#menu form#header_search div input.text {
	font-size: 10px;
	color: #877771;
	width: 100px; /* 110px */
	height: 16px; /* 22px */
	padding: 6px 5px 0 5px;
	background-color: transparent;
}

div#menu form#header_search div input.button {
	background: url("/themes/default/img/pix.gif")  no-repeat;
	width: 30px;
	height: 20px;
	position: absolute;
	left: 110px;
	top: 2px;
	cursor: pointer;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

div#menu form#header_search p a {
	display: block;
	width: 106px;/*138px*/
	height: 23px;
	background: url("/themes/default/img/search-advanced-background.gif") no-repeat;
	font-size: 11px;
	color: #5b443b;
	padding: 6px 0 0 32px;
}

/* disciplines */

div#menu ul#disciplines {
	margin-left: 8px;
}

div#menu ul#disciplines li {
	display: block;
	height: 25px;
	background: url("/themes/default/img/disciplines-background-middle.gif") repeat-y;
	overflow: hidden;
}

div#menu ul#disciplines li.group {
	padding-top: 5px;
	background: url("/themes/default/img/disciplines-line-dotted.gif") no-repeat;
}

div#menu ul#disciplines li a {
	display: block;
	color: #000;
	height: 15px;
	padding: 5px 0px 5px 28px;
	position: relative;
	overflow: hidden;
}

div#menu ul#disciplines li a.selected,
div#menu ul#disciplines li a:hover {
	background-image: url("/themes/default/img/disciplines-background-rollover.gif");
	background-position: 3px 0px;
	background-repeat: no-repeat;
}

div#menu ul#disciplines li a span.arrow {
	display: block;
	position: absolute;
	left: 10px;
	top: 4px;
	width: 12px;
	height: 15px;
	background-image: url("/themes/default/img/disciplines-arrow.gif");
	background-repeat: no-repeat;
	background-color: #000;
}

div#menu ul#disciplines li a.selected span.arrow,
div#menu ul#disciplines li a:hover span.arrow {
	background-image: url("/themes/default/img/disciplines-arrow-select.gif");
}

div#menu ul#disciplines li.firstChild,
div#menu ul#disciplines li.lastChild {
	display: block;
	height: 10px;
	font-size: 0;
	line-height: 0;
}

div#menu ul#disciplines li.firstChild {
	height: 5px;
}

div#menu ul#disciplines li.firstChild {
	background: url("/themes/default/img/disciplines-background-top.gif") no-repeat;
}

div#menu ul#disciplines li.lastChild {
	background: url("/themes/default/img/disciplines-background-bottom.gif") no-repeat;
}


/* links */

div#menu ul#links {
	margin-left: 12px;
	margin-top: 5px;
}

div#menu ul#links li.contact a,
div#menu ul#links li.button a {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	display: block;
	width: 133px; /*140px*/
	height: 20px; /*25px*/
	padding: 5px 0 0 7px;
	margin-bottom: 5px;
}

div#menu ul#links li.contact a {
	background: url("/themes/default/img/contact-background.gif");
	background-repeat: no-repeat;
}

div#menu ul#links li.button a {
	background: url("/themes/default/img/editions-didier-background.gif");
	background-repeat: no-repeat;
}


/*
	------------------------
	content
	------------------------
*/

div#content {
	position: relative;
}

div#content div#contentTop {
	height: 10px;
	background: url("/themes/default/img/content-background-top.gif") no-repeat;
	overflow: hidden;
}

div#content div#contentMiddle {
	background: url("/themes/default/img/content-background-middle.gif") repeat-y;
	height: 550px;
}

html>body div#content div#contentMiddle { /* hack ie */
	height: auto;
	min-height: 550px;
}

div#content div#contentBottom {
	height: 10px;
	background: url("/themes/default/img/content-background-bottom.gif") no-repeat;
	overflow: hidden;
	clear: both;
}

/*
	------------------------
	content body / left ...
	------------------------
*/

div#content div.body {
	padding-top: 47px;
}

div#content div.body div.left,
div#content div.body div.left_zoom,
div#content div.body div.right {
	float: left;
}

div#content div.body div.left {
	width: 398px; /* 422px */
	padding-left: 12px;
	padding-right: 12px;
	overflow: hidden;
}

div#content div.body div.left_zoom {
	width: 410px; /* 422px */
	padding-left: 12px;
	overflow: hidden;
}

div#content div.body div.left_zoom div.block {
	margin-right: 12px;
}

div#content div.body div.left_zoom div.zoom,
div#content div.body div.large_zoom div.zoom {
	margin-right: 12px;
	float: left;
}

div#content div.body div.right {
	width: 193px;
}

div#content div.body div.large,
div#content div.body div.large_zoom {
	float: left;
	width: 601px; /* 623px */
	padding-left: 12px;
	margin-bottom: 10px;
}

div#content div.body div.large_zoom {
	width: 623px;
}

/*
	------------------------
	content h2
	------------------------
*/

h2 {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 625px;/* 635px */
	height: 32px;/* 37px */
	padding: 5px 0 0 10px;
	font-size: 25px;
	font-weight: normal;
	color: #cc9933;
	background: url("/themes/default/img/home-header-background.gif") no-repeat;
}


/*
	------------------------
	content switch
	------------------------
*/

div.switch {
	display: block;
	position: absolute;
	top: 8px;
	left: 420px;
	width: 195px;
	height: 20px;
	/*border: 1px dotted red;*/
}

div.switch a {
	display: block;
	padding-left: 20px;
	padding-top: 4px;
	color: #cc9933;
	font-size: 12px;
	font-weight: bold;
}


/*
	------------------------
	features
	------------------------
*/

div#features {
	/*position: relative;*/ z-index:1;;
}

div#features div#featuresTop {
	height: 10px;
	background: url("/themes/default/img/features-background-top.gif") no-repeat;
	overflow: hidden;
}

div#features div#featuresMiddle {
	padding-left: 9px;
	background: url("/themes/default/img/features-background-middle.gif") repeat-y;
	height: 550px;
}

html>body div#features div#featuresMiddle { /* hack ie */
	height: auto;
	min-height: 550px;
}

div#features div#featuresBottom {
	height: 10px;
	background: url("/themes/default/img/features-background-bottom.gif") no-repeat;
	overflow: hidden;
}


/*
	------------------------
	sub menu 1
	------------------------
*/

div.subMenu1 {
	width: 570px; /*620px*/
	padding: 0 0 0 50px;
	margin-bottom: 20px;
	background: url("/themes/default/img/levels-background.gif") no-repeat 25px top;
	overflow: hidden;
}

div.subMenu1 ul {
	height: 19px;
	padding-right: 35px;
	background: url("/themes/default/img/levels-background.gif") no-repeat right top;
	overflow: hidden;
}

div.subMenu1 li {
	float: left;
	background: none;
	padding: 0 0 0 5px;
}

div.subMenu1 a {
	float: left;
	display: block;
	white-space: nowrap;
	background: none;
	padding: 2px 12px 2px 6px;
	text-decoration: none;
	color: #4d4a5e;
}

/* Commented Backslash Hack
hides rule from IE5-Mac \*/
div.subMenu1 a {float:none;}
/* End IE5-Mac hack */

div.subMenu1 a:hover {
	color: #fff;
}
div.subMenu1 li.selected {
	background: url("/themes/default/img/levels-background-left-on.gif") no-repeat left top;
	border-width: 0;
}
div.subMenu1 li.selected a {
	background: url("/themes/default/img/levels-background-right-on.gif") no-repeat right top;
	color: #4d4a5e;
	padding-bottom: 5px;
}


/*
	------------------------
	sub menu 2
	------------------------
*/

div.subMenu2 {
	height: 30px;
	width: 625px;
	margin-bottom: 20px;
}
div.subMenu2 ul {
	width: 613px; /* 625px */
	padding-left: 12px;
	float: left;
	background: #fff url("/themes/default/img/subMenu2-background.gif") repeat-x bottom;
}
div.subMenu2 li {
	float: left;
	background:url("/themes/default/img/subMenu2-background-left.gif") no-repeat left top;
	margin: 0 5px 0 0;
	padding: 0 0 0 9px;
}
div.subMenu2 a {
	float: left;
	display: block;
	background: url("/themes/default/img/subMenu2-background-right.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	color: #523c33;
}

/* Commented Backslash Hack
hides rule from IE5-Mac \*/
div.subMenu2 a {float:none;}
/* End IE5-Mac hack */

div.subMenu2 a:hover {
	color: #000;
}
div.subMenu2 li.selected {
	background-image: url("/themes/default/img/subMenu2-background-left-on.gif");
	border-width: 0;
}
div.subMenu2 li.selected a {
	background-image: url("/themes/default/img/subMenu2-background-right-on.gif");
	color: #f75a24;
	padding-bottom: 5px;
}


/*
	------------------------
	form 
	------------------------
*/

div.form {
	padding-bottom: 10px;
}

div.form fieldset.block {
	padding: 12px;
	border-bottom: 1px dotted #d5c190;
	margin-bottom: 20px;
}

div.form fieldset {
	padding-bottom: 10px;
}

div.form fieldset div {
	padding-bottom: 10px;
}

#recaptcha_widget_div {
padding-bottom:0;
}

#recaptcha_widget_div div {
padding-bottom:0;
}


div.form fieldset div.indent {
	padding-left: 155px;
}

div.form fieldset div.smallindent {
	padding-left: 55px;
}

div.form legend {
	font-weight: bold;
	padding-bottom: 10px;
}

div.form legend.slim {
	font-weight: normal;
}

div.form legend,
div.form label {
	color: #5f4e45;
}

div.form label.text {
	display: block;
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 5px;
}

div.form_slim label.text {
	width: 100px;
}

div.form_slim fieldset div.indent {
	padding-left: 105px;
}

div.form textarea.text,
div.form select.text,
div.form input.text {
	border: 1px solid #d5c190;
}

div.form textarea.text,
div.form select.text,
div.form input.text {
	color:  #5f4e45;
	width: 200px;
}

div.form input.text {
	width: 196px; /* 200px */
	padding: 0 2px 0 2px;
	margin-right: 12px;
}

div.form textarea.text {
	width: 300px; /* 290px */
	height: 200px; /* 190px */
	padding: 5px;
}

select option {
	padding-left: 5px;
}

div.form div.link {
	text-align: center;
}

div.form div.link a {
	color: #000;
	font-size: 10px;
}

div.form div.submit {
	text-align: center;
}

div.form div.submit input {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	width: 76px;
	height: 22px;
	background: url("/themes/default/img/submit-background.gif") no-repeat 0 0;
}

div.form div.submit input.large {
	width: 150px;
	height: 22px;
	background: url("/themes/default/img/submit-large-background.gif") no-repeat 0 0;
}

div.form div.button {
	text-align: right;
}

div.form div.button input {
	color: #fff;
	padding: 2px;
	background-color: #d5c190;
}

div.form label.error {
	font-size: 11px;
	color: #ff0000;
}

div.form label span,
div.form legend span {
	color: #ff0000;
}

div.form textarea.error,
div.form select.error,
div.form input.error {
	color: #ff0000;
	border: 1px dotted #ff0000;
}

/*
	------------------------
	messages
	------------------------
*/

ul.messages {
	margin-left: 12px;
	padding-bottom: 20px;
	color: #ff0000;
}

ul.messages a {
	color: #ff0000;
	text-decoration: underline;
}

/*
	------------------------
	form collection
	------------------------
*/

form.formCollections {
	width: 173px;/* 193px */
	height: 133px;/* 143px */
	padding: 10px 0 0 20px;
	background: url("/themes/default/img/home-collections-select-background.gif") no-repeat;
} 

form.formCollections p {
	font-weight: bold;
	color: #ab9148;
	margin-bottom: 10px;
} 

form.formCollections select,
form.formCollections input.submit {
	display: block;
	width: 140px;
	color: #4d3e36;
	margin-top: 4px;
	border: 1px solid #e2e2d5;
	background-color: #fff;
}


form.formCollections input.submit {
	width: 65px;
	height: 20px;
	margin-left: 75px;
}


/*
	------------------------
	back
	------------------------
*/

div.back {
	margin-bottom: 10px;
}

div.back a {
	display: block;
	width: 51px; /* 76px */
	height: 16px; /* 20px */
	padding: 4px 0 0 25px;
	background: url("/themes/default/img/back-background.gif") no-repeat 0 0;
	color: #a49955;
}


/*
	------------------------
	box
	------------------------
*/

div.box {
	border: 1px Solid #d5c190;
}

div.box div.line,
div.box div.lineDotted {
	margin: 5px 0 5px 0;
	border-top: 1px solid #d5c190;
}

div.box div.lineDotted {
	border-style: dotted;
}

div.boxWithShadow  {
	background: url("/themes/default/img/box-background-shadow.gif") repeat-x bottom left; 
}

div.box div.content {
	padding: 10px;
}
		

/*
	------------------------
	rounded box
	------------------------
*/

div.roundedBox {
	
}

div.roundedBox div.middle {
	border-left: 1px solid #d5c190;
	border-right: 1px solid #d5c190;
	background: #fff;
	color: #000000;

}

div.roundedBox div.content {
	padding: 0 10px 0 10px;
}

div.roundedBox div.line,
div.roundedBox div.lineDotted {
	margin: 5px 0 5px 0;
	border-top: 1px solid #d5c190;

}

div.roundedBox div.lineDotted {
	border-style: dotted;
}

div.roundedBox div.topLeft {
	margin-right: 9px; 
	background-image: url("/themes/default/img/rounded-box-background.gif");
	height: 9px;
	font-size: 2px;
}

div.roundedBox div.topRight {
	margin-top: -9px; 
	margin-left: 9px;
	background-image: url("/themes/default/img/rounded-box-background.gif"); 
	background-position: 100% 0;
	height: 9px; 
	font-size: 2px; 
}

div.roundedBox div.bottomLeft {
	margin-right: 9px;
	background-image: url("/themes/default/img/rounded-box-background.gif");
	background-position: 0 -9px;
	height: 9px;
	font-size: 2px;
}

div.roundedBox div.bottomRight {
	margin-top: -9px; 
	margin-left: 9px;
	background-image: url("/themes/default/img/rounded-box-background.gif"); 
	background-position: 100% -9px; 
	height: 9px; 
	font-size: 2px; 
}

div.roundedBoxWithShadow div.bottomLeft, 
div.roundedBoxWithShadow div.bottomRight {
	background-image: url("/themes/default/img/rounded-box-background-shadow.gif"); 
}


/*
	------------------------
	accordion
	------------------------
*/
		
div.accordion {
	width: 100%;
}

div.accordion a.accordionButton {
	position: relative;
	display: block;
	padding: 8px 5px 8px 5px;
	border-top: 1px solid #d5c190;
	cursor: pointer;
}

div.accordion a.accordionButton span.button {
	position: absolute;
	right: 10px;
	top: 12px;
	color: #d5c190;
	font-size: 12px;
}

div.accordion a.firstChild {
	border-top: none;
}

div.accordion div.accordionContent {
	border-top: 1px solid #d5c190;
}


/*
	------------------------
	tooltip
	------------------------
*/

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #d5c190;
	background-color: #fff;
	padding: 5px;
	font-size: 10px;
}

#tooltip h3, #tooltip div { 
	margin: 0; 
}


/*
	------------------------
	block
	------------------------
*/

div.block {
	margin-bottom: 10px;
}

div.block p.label {
	font-size: 12px;
	line-height: 12px;
	height: 11px;
	padding-left: 15px;
	color: #523c33;
}


/*
	------------------------
	medias
	------------------------
*/

div.medias ul {
	padding-bottom: 5px;
}

div.medias ul li {
	border-bottom: 1px dotted #f1eada;
	padding: 5px 10px 5px 10px;
}

div.medias ul li.lastChild {
	border-bottom: none;
	padding-bottom: 0;
}

div.medias ul li div.mediaItem {
	position: relative;
}

div.medias ul li div.mediaItem span.tools {
	display: block;
	position: absolute;
	top: -2px;
	right: 0;
	_right: 5px; /* ie hack */
}

div.medias img {
	vertical-align: middle;
}

div.medias a {
	font-size: 11px;
	color: #523c33;
}


/*
	------------------------
	media sound
	------------------------
*/

div.mediaSound {
	padding-top: 10px;
	height: 30px;
}


/*
	------------------------
	popup
	------------------------
*/

div#popup {
	display: none;
	position: absolute;
	top: 30%;
	left: 30%;
	width: 320px;/*360px*/
	padding: 10px 20px 20px 20px;
	border: 1px solid #d5c190;
	background-color: #fff;
	z-index:101;
	text-align: center;
}

div#popup div#popup_close {
	text-align: right;
	color: #d5c190;
	font-size: 10px;
	padding-bottom: 10px;
	cursor: pointer;
}

div#popup_background {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #fff;
	z-index:100;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}


/*
	------------------------
	article item
	------------------------
*/

.articleItem {
	position: relative;
}

.articleItem,
.articleItem a {
	font-size: 11px;
	color: #523c33;
}

.articleItem img {
	vertical-align: middle;
}

.articleItem span.tools {
	display: block;
	position: absolute;
	top: 2px;
	right: 0;
	_right: 5px; /* ie hack */
}

/*
	------------------------
	node item
	------------------------
*/

li.nodeItem .nodeLink,
li.nodeItem .nodeContent {
	padding-left: 25px;
}

li.nodeItem .nodeLink {
	background: url("/themes/default/img/arrow-small-close.gif") no-repeat left top;
}

li.nodeItem .nodeLinkOpen {
	background-image: url("/themes/default/img/arrow-small-open.gif");
}


/*
	------------------------
	news
	------------------------
*/

div.news {
	margin-bottom: 10px;
}

div.news h3 {
	color: #cc3366;
	padding: 5px 0 0 12px;
	margin-bottom: 10px;
}

div.news table {
	width: 100%;
	margin-bottom: 20px;
}

div.news table tr td {
	color: #663333;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 12px;
	border-bottom: 1px dotted #d5c190;
}

div.news table tr td img {
	vertical-align: middle;
}

div.news table tr td a {
	color: #663333;
}


div.news div.all {
	text-align: right;
	margin-right: 12px;
}

div.news div.all a {
	padding: 5px 20px;
	color: #fff;
	text-align: center;
	background-color: #cc3366;
}


/*
	------------------------
	pagination
	------------------------
*/

div.pagination {
	margin-bottom: 10px;
	position: relative;
}

div.pagination,
div.pagination a {
	font-size: 11px;
	color: #666;
}

div.pagination div.total {
	position: absolute;
	left: 12px;
	top: 0;
}

div.pagination div.pages {
	text-align: center;
}

div.pagination div.pages a.selected {
	text-decoration: underline;
}


/*
	------------------------
	description
	------------------------
*/

div.description {
	color: #5f4e45;
	margin-bottom: 10px;
}

div.form_privacy {
	margin-top:10px;
	color: #d5c190;
	font-size : 0.85em;
	padding:10px;
	text-align:justify;
}

div.form_privacy h6 { font-weight:bold; padding-bottom:5px; font-size:11px;}

/*
	------------------------
	wysiwyg
	------------------------
*/

.wysiwyg h1,
.wysiwyg .title1 {
	font-size: 15px;
	font-weight: bold;
}

.wysiwyg h2,
.wysiwyg .title2 {
	font-size: 13px;
	font-weight: bold;
}

.wysiwyg h3,
.wysiwyg .title3 {
	font-size: 12px;
	font-weight: bold;
}

.wysiwyg p,
.wysiwyg .paragraph {
	margin-bottom: 10px;
}

.wysiwyg .cover img {
	float: left;
	margin: 0 10px 10px 0;
}

.wysiwyg a {
	color: #cc9933;
}

.wysiwyg ol,
.wysiwyg ul {
	list-style-type: circle;
	list-style-position: inside;
}

.wysiwyg a:visited {
	color: #d5c190;
}


/*
	------------------------
	footer
	------------------------
*/

div#footer {

	clear: both;
	padding: 2px 0px 50px 0;
}


div#footer ul li {
	display: inline;
}

div#footer ul li a {

	font-size: 10px;
	display: inline;
	color: #000;
}

div#footer ul li a:hover {
	text-decoration: underline;
}

div#footer ul.tools {
	padding-bottom: 4px;
	margin-bottom: 2px;
	border-bottom: 1px solid #ccbd8f;
}

/* marquee */

div.marquee {
	height: 25px; /* 65px*/
	padding: 9px 0 0 31px;
	background: url("/themes/default/img/marquee-background.gif") no-repeat left 3px;
	color: #bb1924;
}

