body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #535353;
	background: #e1e4e6;
	text-align: left;
}

input[type=text], input[type=password], textarea, button, input[type=button], input[type=submit], select, select option
{
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #535353;
	height: 18px;
	line-height: 18px;
	vertical-align: middle;
}

textarea, button, input[type=button], input[type=submit] 
{
	height: auto;
	vertical-align: baseline;
	line-height: 16px;
}

/*** ROUND BUTTON */
.roundButton
{
	vertical-align: middle;
	background-image: url(images/button.png);
	border: solid 3px #e5e5e5;
	display: inline-block;
}

.roundButton input[type=button], .roundButton input[type=submit], .roundButton button, .roundButton a
{
	height: 25px;
	background: transparent;
	border: 0 none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 0 20px;
	cursor: pointer;
}

.roundButton a,
.roundButton a:hover
{
	line-height: 25px;
	text-decoration: none;
}

*:first-child+html .roundButton
{
	display: inline;
}

/*** COMBOBOX */
div.sexy
{
	display: inline;
}

div.sexy div.icon
{
	background:transparent url(images/combo_trigger.png) no-repeat 0 0;
	width: 13px;
	height: 13px;
	top: 4px;
	left: 120px;
	border: 0 none;
	padding: 0;
	margin: 0;
}

div.sexy input 
{
	background: #fff;
}

/*** ANCHORS */
a 
{
	color: #15709a;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a[disabled=disabled]
{
	color: #848484;
}

a[disabled=disabled]:hover
{
	text-decoration: none;
}

h1 a:hover
{
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 
{
	color: #0a772e;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}

h2 a, 
h3 a,
h4 a
{
	color: #0a772e;
}

h1, h2 
{
	font-size: 23px;
	line-height: 30px;
}

h3 
{
	font-size: 18px;
	line-height: 25px;
	font-family: Arial, Helvetiva, Sans-Serif;
}

h4
{
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	font-family: Arial, Helvetiva, Sans-Serif;
}

hr 
{
	border: 0 none;
	border-top: solid 1px #d6dbdd;
	height: 1px;
	background: transparent none;
	padding: 0;
	margin: 10px 0;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

ul li
{
	margin-bottom: 5px;
}

/*** UL DOTTED */
ul.dotted li 
{
	background: url(images/arrow.png) no-repeat left 2px;
	padding: 0 0 5px 10px;
}

ul.dotted.left,
ul.dotted.right
{
	width: 300px;
}

ul.dotted.left 
{
	float: left;
}

ul.dotted.right
{
	float: right;
}

/*** UL LIST */
ul.list li a
{
	color: #535353;
}

.clearFix 
{
	clear: both;
	font-size: 1px;
	height: 0;
	line-height: 1;
}

img.frame.right
{
	float: right;
	margin: 0 0 10px 10px;
}

p 
{
	margin: 10px 0;
}

/****************************************************************************
****************************************************************************/

div.wrapper 
{
	width: 990px;
	margin: 0 auto;
}

#header 
{
	min-height: 130px;
	background: #fff;
	padding: 0;
	margin: 0 0 10px 0;
	border-bottom: solid 1px #c6c6c6;
}

#top 
{
	height: 86px;
}

#top h1 
{
	float: left;
	margin-top: 8px;
}

/*** TOP BOX */
#topInfo 
{
	float: right;
	text-align: right;
}

#loginInfo 
{
	display: inline-block;
	max-width: 350px;
	padding-right: 5px;
}

#loginInfo a 
{
	color: #535353;
}

/*** NEWS BUTTON */
.newsButton 
{
	display: inline-block;
	margin-left: 10px;
	background: #bb148d url(images/btn_newsletter.png) repeat-x left top;
	padding-left: 20px;
	color: #fff;
	text-transform: uppercase;
	vertical-align: middle;
	height: 28px;
}

.newsButton span
{
	background: #bb148d url(images/btn_newsletter.png) repeat-x right top;
	padding: 5px 20px 0 0;
	display: block;
}

/*** SEARCH BOX */
#topInfo .searchBox 
{
	position: relative;
	width: 320px;
	margin-top: 20px;
	display: inline-block;
}

#topInfo .searchBox input[type=text] 
{
	border: solid 1px #c1c1c1;
	margin: 0;
	padding: 1px 5px 0 5px;
	width: 282px;
	line-height: 20px;
	height: 22px;
	position: absolute;
	top: 0;
	left: 0;
}

#topInfo .searchBox label 
{
	display: none;
}

#topInfo .searchBox input[type=image] 
{
	background: url(images/btn_search.png);
	cursor: pointer;
	width: 27px;
	height: 25px;
	border: 0 none;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
}

input.watermark
{
	color: #9e9e9e;
}

#mainMenuWrapper 
{
	background: #d81ba4;
	margin-bottom: 35px;
}

/* MAIN MENU */
#mainMenu
{
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	position: relative;
}

#mainMenu li 
{
	float: left;
	font-size: 14px;
	display: block;
	margin: 4px 2px 0 4px;
	padding: 10px 15px 10px 15px;
	line-height: 16px;
}

#mainMenu li.inactive a
{
	cursor: default;
}

#mainMenu li.inactive ul a
{
	cursor: pointer;
}

#mainMenu li span,
#mainMenu li a 
{
	color: #fff;
}

#mainMenu li span
{
	cursor: default;
}

#mainMenu li span:hover
{
	text-decoration: underline;
}

#mainMenu li.CMSListMenuHighlightedLI
{
	font-weight: bold;
	color: #d81ba4;
	background: #fff;
}

#mainMenu li.CMSListMenuHighlightedLI span,
#mainMenu li.CMSListMenuHighlightedLI a 
{
	color: #d81ba4;
}

#mainMenu li ul
{
	display: none;
	position: absolute;
	left: 0;
	top: 40px;
	padding-top: 2px;
	width: 990px;
	height: 40px;
}

#mainMenu li:hover ul
{
	display: block;
}

#mainMenu li ul li
{
	font-size: 11px;
	width: auto;
	margin: 0;
	padding: 0 10px;
	border-left: solid 1px #d7d7d7;
	display: inline-block;
}

#mainMenu li ul li:first-child
{
	border-left: none 0;
	padding-left: 0;
}

#mainMenu li ul li a
{
	color: #535353;
	white-space: nowrap;
}

#mainMenu li.CMSListMenuHighlightedLI ul li a 
{
	color: #535353;
	font-weight: normal;
}

#mainMenu li.CMSListMenuHighlightedLI ul li.CMSListMenuHighlightedLI a
{
	font-weight: bold;
}

/*** SUB MENU */
#subMenu 
{
	margin: 0 4px;
	padding: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#subMenu li 
{
	border-left: solid 1px #d7d7d7;
	display: block;
	float: left;
	margin: 4px 0;
	font-family: Arial, Helvetica, Sans-Serif;
}

#subMenu li a 
{
	color: #535353;
	padding: 0 15px;
	display: block;
	border-left: solid 1px #e0e0e0;
}

#subMenu li:first-child 
{
	border-left: none 0;
}

#subMenu li:first-child a 
{
	padding: 0 15px 0 0;
	border-left: none 0;
}

/*** TOP BANNER */
#topBanner 
{
	margin: 0 2px 10px 2px;
	text-align: center;
}

/*** MAIN LAYOUT */
#leftContent,
.leftContent
{
	width: 641px;
	float: left;
}

#rightContent,
.rightContent
{
	width: 343px;
	float: right;
}

#swap #leftContent,
#swap .leftContent
{
	float: right;
	width: 705px;
}

#swap #rightContent,
#swap .rightContent
{
	float: left;
	width: 275px;
}

/***** BOXES */
.box 
{
	margin-bottom: 10px;
	background: #fff;
}

.box.main 
{
	width: 641px;
}

.box.main.double
{
	background: transparent none;
}

.box.main.half
{
	width: 317px;
}

.box.half.left
{
	float: left;
}

.box.half.right
{
	float: right;
}

.box.right
{
	width: 343px;
}

#swap .box.right
{
	width: 275px;
}

.box.full
{
	width: 990px;
}

#swap .box.main,
.box.wide
{
	width: 705px;
}

.box .boxContent
{
	padding: 8px 15px;
	background-repeat: repeat-y;
	background-position: left top;
}

.box.main .boxContent
{
	background-image: url(images/box_main_content.png);
	padding: 12px 15px;
}

.box.main.double .boxContent 
{
	background-image: url(images/box_double_content.png);
}

.box.main.half .boxContent
{
	background-image: url(images/box_main_half_content.png);
}

.box.right .boxContent, .box.newsletter_ad
{
	background-image: url(images/box_right_content.png);
}


#swap .box.right .boxContent
{
	background-image: url(images/box_narrow_content.png);
}

.box.full .boxContent
{
	background-image: url(images/box_full_content.png);
}

#swap .box.main .boxContent,
.box.wide .boxContent
{
	background-image: url(images/box_wide_content.png);
}

.box .boxBottom,
.box .boxTop 
{
	background-repeat: no-repeat;
	background-position: left top;
	height: 7px;
}

.box .boxBottom
{
	background-position: left bottom;
}

.box.main .boxTop, .box.main .boxBottom
{
	background-image: url(images/box_main_top_bottom.png);
}

.box.main.double .boxTop, .box.main.double .boxBottom
{
	background-image: url(images/box_double_top_bottom.png);
}

.box.main.half .boxTop,
.box.main.half .boxBottom
{
	background-image: url(images/box_main_half_top_bottom.png);
}

.box.right .boxTop, 
.box.right .boxBottom,
.box.newsletter_ad .boxBottom
{
	background-image: url(images/box_right_top_bottom.png);
}

.box.full .boxTop,
.box.full .boxBottom
{
	background-image: url(images/box_full_top_bottom.png);
}

#swap .box.main .boxTop,
#swap .box.main .boxBottom,
.box.wide .boxTop,
.box.wide .boxBottom
{
	background-image: url(images/box_wide_top_bottom.png);
}

#swap .box.right .boxTop,
#swap .box.right .boxBottom
{
	background-image: url(images/box_narrow_top_bottom.png);
}

.box .boxHeader 
{
	background-repeat: no-repeat;
	background-position: left top;
	padding: 8px 15px 0 15px;
}

.box .boxHeaderBottom 
{
	background-repeat:  no-repeat;
	background-position: left bottom;
	height: 8px;
}

.box.main .boxHeader,
.box.main .boxHeaderBottom
{
	background-image: url(images/box_main_header.png);
}

.box.main.double .boxHeader,
.box.main.double .boxHeaderBottom
{
	background-image: url(images/box_double_header.png);
}

.box.main.half .boxHeader,
.box.main.half .boxHeaderBottom
{
	background-image: url(images/box_main_half_header.png);
}

.box.right .boxHeader,
.box.right .boxHeaderBottom
{
	background-image: url(images/box_right_header.png);
}

#swap .box.right .boxHeader,
#swap .box.right .boxHeaderBottom
{
	background-image: url(images/box_narrow_header.png);
}

.box.full .boxHeader,
.box.full .boxHeaderBottom
{
	background-image: url(images/box_full_header.png);
}

.box.full .boxHeader,
.box.full .boxHeaderBottom
{
	background-image: url(images/box_full_header.png);
}

#swap .box.main .boxHeader,
#swap .box.main .boxHeaderBottom,
.box.wide .boxHeader,
.box.wide .boxHeaderBottom
{
	background-image: url(images/box_wide_header.png);
}

.box .boxHeader h3 
{
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #858585;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.box.main.double div.right,
.box.main.double div.left 
{
	float: left;
	width: 287px;
}

.box.main.double div.right
{
	float: right;
}

/*** IMAGE CONTAINER */
.imgContainer
{
	width: 300px;
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.imgContainer div 
{
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(images/green_transparent.png);
	width: 280px;
	padding: 10px 10px 15px 10px;
	margin: 0;
	color: #fff;
	font-size: 14px;
}

.imgContainer div *
{
	color: #fff;
}

.imgContainer.middle
{
	margin: 0 auto;
	display: block;
	float: none;
}

/*** MAIN ARTICLE */
.mainArticle 
{
	background: #f3f3f3;
	padding: 10px;
	margin: -12px -8px 10px -8px;
}

.mainArticle ul.related
{
	display: block;
	margin-left: 310px;
	padding: 5px 0;
}

a.more 
{
	display: block;
	margin-top: 5px;
	float: right;
}

/*** CATEGORY LIST */
.verticalLine
{
	background: url(images/vertical_line.png) repeat-y center top;
}

.categoryList h4
{
	text-transform: uppercase;
}

.categoryList .left,
.categoryList .right
{
	width: 290px;
}

.categoryList .left
{
	float: left;
}

.categoryList .right
{
	float: right;
}

.mainHalves .box.half .boxContent
{
	position: relative;
	min-height: 350px;
}

.mainHalves a.more
{
	position: absolute;
	bottom: 8px;
	right: 15px;
}

/*** ON THE SPOT */
/*
.spot
{
	margin-bottom: 10px;
}
*/
.spot .categoryList
{
	margin-left: 190px;
}

/*** PRODUCTS LIST/VADEMECUM */
ul.products li
{
	background-image: url(images/presentation_icons.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 0px;
	margin-bottom: 5px;
	margin-right: 5px;
	min-height: 30px;
}

ul.products li a
{
	margin-left: 35px;
}

ul a.product
{
	display: block;
}

ul.products li a.product
{
	padding-left: 35px;
	margin-left: 0;
}

ul.products li.video
{
	background-position: 0 -400px;
}

ul.products li.audio
{
	background-position: 0 -200px;
}

ul.dotted li a.product,
ul.products li a.product
{
	color: #535353;
}

ul.dotted.partner li,
ul.products.partner li
{
	float: left;
	width: 260px;
	height: 47px;
}

ul.dotted.partner li
{
	width: 295px;
	height: 35px;
}

/*** PARTNERS LIST */
ul.partners li
{
	width: 120px;
	float: left;
	line-height: 60px;
	text-align: center;
}

ul.partners li *
{
	vertical-align: middle;
}

ul.partners li a img
{
	max-width: 110px;
	max-height: 50px;
}


/*** NEWSLETTER */
a.newsletter
{
	display: block;
	margin-bottom: 10px;
}

/*** RIGHT BANNER */
.rightBanner 
{
	margin: 0 2px 10px 2px;
	text-align: center;
}

/*** COMMENT OF THE DAY/MULTIMEDIA */
.multimedia .info,
.dayComment .info
{
	margin-left: 130px;
}

.multimedia .info,
.dayComment .info span 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	/*color: #666;*/
	display: block;
}


.multimedia .video .dotted, .multimedia .audio .dotted {
padding-top: 5px;
}


.dayComment .info .CommentAuthor 
{
	color:#15709a;
	/*font-size:14px;*/
	padding: 0 0 10px 0;
}


.article .header .info .CommentAuthor {
padding: 5px 0;
/*color:#15709a;
font-weight: bold; */
	font-size:14px;
	color:#535353;
}

.multimedia h4 a,
.dayComment .info h4 a
{
	font-family: Arial, Helvetiva, Sans-Serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #000;
}

.dayComment .info h4 span:first-child
{
	background: url(images/quot_marks.png) no-repeat left top;
}

.dayComment .info h4 span
{
	margin: 0 3px;
	display: inline-block;
	width: 19px;
	height: 17px;
	background: url(images/quot_marks.png) no-repeat left bottom;
}

.multimedia h4 a
{
	font-size: 18px;
}

.multimedia ul.tabs
{
	display: block;
	margin: 0 -14px 10px -14px;
	height: 34px;
	border-bottom: solid 1px #c4c4c4;
}

.multimedia ul.tabs li:first-child
{
	margin-left: 22px;
}

.multimedia ul.tabs li
{
	cursor: pointer;
	display: block;
	height: 12px;
	float: left;
	padding: 10px 40px;
	background: #c7c7c7;
	margin-left: 10px;
	border: solid 1px #c4c4c4;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	color: #fff;
}

.multimedia ul.tabs li.active
{
	border-bottom: solid 1px #fff;
	background: #fff;
	height: 13px;
	color: #15709a;
}

.multimedia div.podcast 
{
	display: none;
}

.multimedia div.video a.img,
.multimedia div.podcast a.img
{
	position: relative;
	display: block;
}
.multimedia div.video a.img span,
.multimedia div.podcast a.img span
{
	position: absolute;
	display: block;
	width: 28px;
	height: 25px;
	background: url(images/play.png) no-repeat left top;
	top: 10px;
	left: 10px;
}

/*** MAGAZINES/CONFERENCES BOXES */
.magazineBox .info
{
	margin-left: 130px;
}

.conferenceBox h4 a, .magazineBox h4 a
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-weight: normal;
	color: #000;
}

.conferenceBox h5, .conferenceBox .info h5, .magazineBox h5
{
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #848484;

	
}

.conferenceBox .frame 
{
	float:none !important;
}

.conferenceBox .info 
{
	margin-left: 0px;
}


/*** FOOTER */
#footer 
{
	background: url(images/footer_bg.png) no-repeat left top;
	padding: 20px 20px 0 20px;
	min-height: 180px;
	text-align: center;
}

#footerBottom
{
	background: url(images/footer_bg.png) no-repeat left bottom;
	height: 20px;
}

#footer ul li
{
	text-align: left;
	float: left;
	width: 21%;
}

#footer ul li a,
#footer ul li span.root
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #555;
	display: block;
	height: 50px;
}

#footer ul.extra li
{
	width: 16%;
}

#footer ul.extra a.newsletter 
{
	margin-bottom: 0;
}

#footer ul.extra li ul li,
#footer ul li ul li
{
	float: none;
	width: 95%;
	margin-bottom: 3px;
}

#footer ul.extra li ul li a,
#footer ul li ul li a
{
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 11px;
	color: #858585;
	height: auto;
}

#footer ul.extra li a
{
	color: #c91798;
}

/*** INFO FOOTER */
#infoFooter
{
	margin: 0 2px 20px 2px;
	line-height: 24px;
	vertical-align: middle;
	color: #7b7b7b;
	font-size: 12px;
}

#infoFooter a
{
	color: #7b7b7b;
}

#infoFooter a img
{
	vertical-align: middle;
	display: inline-block;
	margin-top: -4px;
}

*:first-child+html #infoFooter a img
{
	margin-top: 0px;
}

#infoFooter ul
{
	float: right;
}

#infoFooter ul li 
{
	float: left;
	margin: 0;
	padding: 0 5px;
}

.breadcrumbs
{
	float: left;
}

.articleEnlarger
{
	cursor: pointer;
	background: url(images/article_icons.png) no-repeat left -18px;
	padding-left: 25px;
	line-height: 20px;
	font-size: 14px;
	color: #666;
	float: right;
}

/****** ARTICLE */
.article .header
{
	margin-bottom: 15px;
}

.article .header h2 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 28px;
	line-height: 34px;
	margin: 0; 
	padding: 0;
}

.article .header h3
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #666;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

.article .header span
{
	color: #999;
}

.article .header span strong
{
	color: #535353;
}

.article .header .publishDate 
{
	float: right;
	margin-left: 10px;
}

.article .teaser,
.article .teaser *
{
	font-weight: bold;
}

.article .teaser 
{
	margin-bottom: 10px;
}

/* CONTENT */

.article .content div.frame,
img.frame
{
	background: #fff;
	display: block;
	float: left;
	padding: 5px;
	border-top: solid 1px #e5e5e5 !important;
	border-left: solid 1px #e5e5e5 !important;
	border-bottom: solid 2px #d5d5d5 !important;
	border-right: solid 2px #d5d5d5 !important;
	margin: 0 10px 10px 0;
}

.article .content div.frame 
{
	max-width: 300px;
	text-align: center;
	padding-bottom: 0px;
}

.article .content div.frame .photoInfo 
{
	background: #e5e5e5;
	margin: 5px -5px 0 -5px;
	text-align: left;
}

.article .content div.frame .photoInfo span
{
	display: block;
	padding: 5px 5px 0 5px;
}

.article .content div.frame .photoInfo span.imgSource 
{
	font-size: 10px;
	color: #8d8d8d;
	display: block;
	padding: 0 5px 5px 5px;
}

.magazine .content ul,
.article .content ul
{
	list-style-type: disc;
	list-style-position: inside;
	margin: 10px 0 10px 10px;
}

.article .content ul li 
{
	margin: 0;
}

.article .content h4
{
	font-family: Verdana, Geneva, Sans-Serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	color: #666;
	margin: 15px 0 5px 0;
}

.article .teaser.large,
.article .content.large *
{
	font-size: 16px;
	line-height: 20px;
}

.article .content.large h4
{
	font-size: 18px;
	line-height: 22px;
}

/*** JW Player */
.article .content .jwPlayer
{
	text-align: center;
	margin: 20px;
}
.article .content .jwPlayer span
{
	clear: both;
	display: inline-block;
	text-align: left;
	margin-top: 10px;
	width: 500px;
}

.article .content .jwPlayer object
{
	width: 500px;
	height: 375px;
}

/* FOOTER */
.article .footer
{
	margin-top: 20px;
}

/* TAGS */
.article .footer .tags
{
	color: #858585;
	text-transform: uppercase;
	vertical-align: middle;
}

.article .footer .tags span
{
	display: block;
	float: left;
}

.article .footer .tags ul
{
	margin: 0;
	padding: 0;
}

*:first-child+html .article .footer .tags ul 
{
	float: left;
}

.article .footer .tags ul li:first-child
{
	border-left: none 0;
}

.article .footer .tags ul li
{
	text-transform: lowercase;
	float: left;
	border-left: solid 1px #cdcdcd;
	padding: 0 5px;
}


/* PAGER */
ul.pager
{
	float: right;
	margin: 0;
	padding: 0;
}

ul.pager li:first-child
{
	margin-left: 15px;
}

ul.pager li
{
	float: left;
	margin-left: 5px;
	font-weight: bold;
}

ul.pager li a
{
	 display: inline-block;
	 border: solid 1px #15709a;
	 padding: 0 5px;
}

ul.pager li a.next
{
	border: none 0;
}

div.pager
{
	text-align: right;
	font-weight: bold;
	font-size: 3px;
}

div.pager *
{
	vertical-align: middle;
}

div.pager a,
div.pager span
{
	font-size: 11px;
}

div.pager a
{
	display: inline-block;
	margin: 0 5px 0 5px;
	padding: 0;
}

div.pager a.page
{
	border: solid 1px #15709a;
	padding: 0 5px;
}

div.pager a.page:hover
{
	text-decoration: none;
}

div.pager .results
{
	font-weight: normal;
	display: inline-block;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 20px;
	vertical-align: baseline;
}

div.pager .results strong
{
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	vertical-align: baseline;
}

.resultsInfo
{
	font-size: 18px;
}

/* BOOKMARKS */
.article .footer .bookmarks
{
	float: right;
	width: 230px;
}

.article .footer .bookmarks span
{
	display: block;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	float: left;
}

.article .footer .bookmarks ul li
{
	float: left;
	margin-left: 5px;
}

.article .footer .bookmarks ul li a
{
	display: inline-block;
	font-size: 0;
	width: 50px;
	height: 20px;
	background-image: url(images/bookmarks.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.article .footer .bookmarks ul li a.facebook
{
	background-position: 0 -20px;
}

.article .footer .bookmarks ul li a.twitter
{
	background-position: 0 -40px;
}


/* OPTIONS */
.article .footer ul.options li
{
	float: left;
	margin-right: 10px;
}

.article .footer ul.options li a
{
	padding-left: 25px;
	background-image: url(images/article_icons.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	vertical-align: middle;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	color: #666;
}

.article .footer ul.options li a.addToFavourites
{
	background-position: 0 -60px;
}

.article .footer ul.options li a.newsletter
{
	background-position: 0 -40px;
}

/*** READ ALSO */
.readAlso ul.dotted li
{
	width: 48%;
	float: left;
}

/*** SELECTED PARTNERS */
ul.selectedPartners li:first-child
{
	padding-left: 0;
	border-left: none 0;
}

ul.selectedPartners li
{
	float: left;
	padding: 0 5px;
	border-left: solid 1px #cdcdcd;
}


/*** LAST NEWSLETTERS */
.lastNewsletters
{
	float: right;
	background: #f3f3f3;
	margin-right: -12px;
	margin-bottom: 10px;
	padding: 10px;
	width: 400px;
}

/*** FORMS */
.form
{
	margin-bottom: 15px;
}

.form p
{
	margin: 0 0 10px 0;
	padding: 0;
}

.form .row
{
	margin-bottom: 10px;
}

.form .row .divElement
{
	margin-left: 145px;
}

.form .row *
{
	vertical-align: top;
}

.form .row label
{
	width: 140px;
	font-weight: bold;
	padding-right: 0px;
	margin-right: 5px;
}

.form .row label
{
	float: left;
}

.form .row .divElement input[type=checkbox] 
{
	display: inline;
}

.form .row .divElement label
{
	float: none;
}

.Gecko3 .form .row
{

}

.Gecko3 .form .row label
{
	float:left; /* for FF otherwise is going to right. All other browsers work*/	  
}

.form .row.checkbox label
{
	width: auto;
	display: inline;
	font-weight: normal;
}

.form .row.checkbox strong label
{
	font-weight: bold;
}

.form .row input[type=text], .form .row input[type=password], .form .row textarea
{
	border: solid 1px #c1c1c1;
	width: 350px;
}

.form .row input.CalendarTextBox 
{
	width: 320px;
	margin-right: 10px;
}

.form .row.captcha img
{
	border: solid 1px #c1c1c1;
	margin: 0 10px 0 0;
	padding: 0;
	width: 150px;
}

.form .row.captcha input[type=text]
{
	width: 184px;
}

.form .row select
{
	width: 350px;
}

.form .row div.sexy
{
	width: 354px;
}

.form .row div.sexy div.icon
{
	left: 336px;
}

.form .row div.sexy input[type=text]
{
	width: 346px;
}

.form .row div.sexy div.list-wrapper
{
	width: 352px;
}

.form .row.checkbox, .form .buttons
{ 
	width: 500px; /* tutaj zmiana z 350 */
}

.form .row .hint
{
	display: block;
	margin-left: 145px;
	color: #858585;
}

.form span.ErrorLabel,
.form .row span.EditingFormErrorLabel
{
	color: #f00;
}

.form .buttons
{
	margin-top: 20px;
	text-align: right;
}


/* boxnarrowform  Form within right narrow box */ 
.form.boxnarrowform .row input[type=text], 
.form.boxnarrowform .row input[type=password], 
.form.boxnarrowform .row textarea
{
	border: solid 1px #c1c1c1;
	width: 190px;
}
.form.boxnarrowform .buttons
{
	width: 300px;
}

.form.boxnarrowform .row 
{
	
}

.form.boxnarrowform .row .divElement
{
	margin-left: 115px;
}

.form.boxnarrowform .row label
{
	width: 110px;
	font-weight: bold;
	float: left;
	margin-right: 5px;
	padding-right: 0px;
}


.form.boxnarrowform .row.captcha img
{
	border: solid 1px #c1c1c1;
	margin: 0 10px 0 0;
	padding: 0;
	width: 130px;
}

.form.boxnarrowform .row.captcha input[type=text]
{
	width: 184px;
}

/*** MAGAZINE */
.magazine
{
	margin-bottom: 10px;
}

.magazine .info
{
	background: #f3f3f3;
	margin: 0 -13px;
	padding: 10px 13px;
}

.magazineSubscription h3
{
	color: #535353;
}

.magazineSubscription .magazine .info
{
	margin: 0;
}

.magazine .info .img
{
	width:110px;
	float: left;
	margin: 0 20px 10px 0;
	text-align: center;
}

.magazine .info .img img
{
	float: none;
	display: block;
	margin: 0;
}

.magazine .info .content
{
	font-weight: bold;
}

/*** ARTICLE LIST */
.articleList .preview
{
	margin-bottom: 15px;
}

.articleList h3.articleTitle
{
	float: left;
	margin: 0;
	padding: 0;
}

.articleList .source
{
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #8d8d8d;
	margin-left: 0px;
	line-height: 26px;
}

.articleList .info
{
	padding-bottom: 5px;
}

.article .header .info span,
.articleList .info span
{
	display: block;
	font-size: 11px;
	line-height: 13px;
	color: #8d8d8d;
}

.articleList .info span strong,
.articleList .source strong
{
	color: #535353;
}

.articleList div.preview.vademecum
{
	padding-left: 10px;
	background: transparent url(images/arrow.png) no-repeat left 8px;
}

.articleList a.partnerLogo
{
	float: right;
	display: block;
	margin-left: 10px;
	margin-top: 25px;
}

/*
.articleList .adText
{
	border-top-width:1px;
	border-top-color:#D81BA4;
	background-color:#E1E4E6;
	padding: 10px;
}
*/

ul.magazinesList
{
	margin: 0;
	padding: 15px 0 0 0;
}

ul.magazinesList li
{
	float: left;
	width: 33%;
	text-align: center;
	margin: 0 0 15px 0;
}

ul.magazinesList li a
{
	color: #535353;
}

ul.magazinesList li a:hover span
{
	text-decoration: underline;
}

ul.magazinesList li a img
{
	width: 80px;
	border: solid 1px #c1c1c1;
}

ul.magazinesList li a:hover
{
	text-decoration: none;
}

/*** EVENTS */
.articleList.eventsList h3.articleTitle
{
	float: none;
}

.eventsList .content div.clearFix
{
	display: none;
}

.eventsList .content ul.dotted
{
	padding: 5px 0 0 0;
}

.eventsList .content ul.dotted li
{
	padding-bottom: 0;
}

.eventSelector span
{
	color: #8d8d8d;
}

.event .info
{
	color: #8d8d8d;
}

.event .info strong
{
	color: #535353;
}

.event.promo
{
	background: #f3f3f3;
	margin: 0 -13px;
	padding: 10px 13px;
}

.event .logo
{
	float: right;
	margin-left: 10px;
}

/*** DOCUMENTS LIST */
.documentSelector
{
	margin-bottom: 15px;
}

.documentSelector *
{
	vertical-align: middle;
}

.documentSelector label
{
	display: inline-block;
	padding-top: 3px;
}

.articleList .multimedia,
.articleList .audio,
.articleList .video,
.articleList .file
{
	padding-left: 35px;
	background-image: url(images/presentation_icons.png);
	background-repeat: no-repeat;
	background-position: 0 -400px;
}

.articleList .file
{
	background-position: 0 0;
}

.articleList .audio
{
	background-position: 0 -200px;
}


/*** CATEGORIES */
ul#categoryMenu li.CMSListMenuHighlightedLI
{
	margin-left: -13px;
	margin-right: -13px;
	background: #efefef;
	padding: 3px 13px;
	font-weight: bold;
}

ul#mainMenu li.link a,
ul#categoryMenu li.link a,
a.link
{
	padding-right: 10px;
	background: url(images/link.png) no-repeat right center;
}

/*** NEWSLETTER CONTENT */
#newsletterContent
{
	width: 705px;
	margin: 0 auto;
}

#newsletterContent .newsHeader
{
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #fff;
	background: #d81ba4;
	margin: 0 -13px 10px -13px;
	padding: 8px 13px;
	text-transform: uppercase;
	
}

#newsletterContent #footer 
{
	background: url(images/newsletter_footer_bg.png) no-repeat left top;
}

#newsletterContent #footerBottom
{
	background: url(images/newsletter_footer_bg.png) no-repeat left bottom;
}

#newsletterContent .OverHeader
{
	text-align:right;
}

/*** SEARCH BOX */
.searchBox
{
	margin-bottom: 5px;
}

.searchBox input[type=text]
{
	width: 450px;
	float: left;
}

.searchBox .roundButton
{
	float: right;
	margin-top: 5px;
}

.searchFilter
{
}

/************************************************/
/*               Image upload                   */
/************************************************/

.imageUpload 
{

}

.imageUpload img 
{
	display: block;
}

.imageUpload a 
{
	float: left;
	margin-right: 5px;
}


.imageUpload input[type=file] 
{
	display:none;
}

/************************************************/
/*               END: Image upload              */
/************************************************/


/************************************************/
/*           Partner category list              */
/************************************************/

.partnerCategoryList ul
{
  margin: 0;
  padding: 0;
  list-style: none;
}

.partnerCategoryList li {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}

.partnerCategoryList label
{
	width: 330px !important;
}


/************************************************/
/*      END: Partner category list              */
/************************************************/


/************************************************/
/*          ProductAndServicePreview            */
/*          VademecumPreview                    */
/************************************************/

.VademecumPreview,
.ProductAndServicePreview
{
	background-color: #EFEFEF;
	padding: 10px;
	margin-bottom: 5px;
}

.ProductAndServicePreview table
{
	width: 100%;
}

.ProductAndServicePreview .colManage,
.VademecumPreview table .colManage
{
	width: 110px;
}

.VademecumPreview table
{
	width: 100%;
}

/************************************************/
/*     END: ProductAndServicePreview            */
/************************************************/



/*** PRODUCTS AND SERVICES TYPES TAB */
#tabContent
{
	margin-bottom: -2px;
}
ul#typeTabs
{
	height: 36px;
	width: 705px;
	background: transparent url(images/tabs_background.png) no-repeat left bottom;
	margin: 0;
	padding: 0;
}

ul#typeTabs li
{
	float: left;
	margin-right: 6px;
	margin-left: -1px;
}

ul#typeTabs li a,
ul#typeTabs li a span
{
	display: inline-block;
	background-image: url(images/tabs.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	margin: 0;
	line-height: 33px;
	vertical-align: middle;
}

ul#typeTabs li a
{
	padding: 0 0 0 5px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}

ul#typeTabs li a span
{
	padding: 0 20px 0 15px;
	background-position: right top;
}

ul#typeTabs li.active a
{
	background-position: left bottom;
	color: #535353;
}

ul#typeTabs li.active a span
{
	background-position: right bottom;
}


/*** COMPANY */
.box.companyLogo table
{
	width: 100%;
	border: none 0;
	margin: 0;
	padding: 0;
}

.box.companyLogo table,
.box.companyLogo table tr,
.box.companyLogo table tr td
{
	height: 180px;
}

.box.companyLogo table td 
{
	text-align: center;
	vertical-align: middle;
}

.box.companyLogo table td img
{
	vertical-align: middle;
}

.companyInfo
{
	margin: 0 2px 5px 2px;
}

.companyInfo span,
.companyInfo a
{
	display: block;
	padding: 5px 10px 5px 35px;
	margin-bottom: 5px;
	background: #eceeef url(images/companyIcons.png) no-repeat;
	background-position: 10px 7px;
	line-height: 20px;
}

.companyInfo span.phone
{
	background-position: 10px -43px;
}

.companyInfo span.address
{
	background-position: 10px -93px;
}

/*** PRODUCT INFO */
.productInfo .attachmentInfo
{
	float: left;
	width: 270px;
}

.productInfo .attachmentInfo strong
{
	color: #15709a;
}

.productInfo .description
{
	float: right;
	width: 300px;
}

/*    PartenrChangePassword    */
.PartenrChangePassword
{
	background-color: #EFEFEF;
	padding: 5px;
}

.PartenrChangePassword td
{
	width: 160px;
	padding-bottom: 10px;
}

/*    END: PartenrChangePassword    */


.attachementinfo
{
	color:#6A6A6A;
}

.attachementinfo2
{
	color:#959595;
}


.mapbox
{
	padding:2px;
	margin-bottom:10px;
	border:solid 1px gray;
}


.newsletterMagazinesList
{
	width: 100%;
	
	
}

.newsletterMagazinesList td
{
	padding:10px;
	width: 100px;
	background-color: #F3F3F3;
	border: 10px solid white;
}

.newsletterMagazinesList h4 a
{
	color:#6A6A6A;
	font-size: 18px;
}

.newsletterMagazinesList li a
{
		color:#6A6A6A;
		
}

.newsletterMagazinesList td img
{
	float:left;
	margin-right: 10px;
			
}

.agreement
{
	
	display: inline-block;
	vertical-align:top;
	width:450px;
}

.agreementValidator
{
	text-align:right; 
	margin-right:100px;
}

.ContentEdit .FCKEditorArea
{
	background-color: transparent;
	height: 600px !important;
}

.ContentEdit iframe
{
	height: 600px !important;
}

.SubHeader,
form p.SubHeader
{
	font: Verdana;
	font-size: 11px;
	word-spacing: 3px;
	color: #858585;
	padding: 10px 0 0 0;
	margin: 0;
	display: block;
}