a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.cms-text ul > li {
  list-style-type: circle;
  margin-left: 30px;
}

.cms-component-gallery{
  padding-top:12px;
}

/*===============================
	==CMS GENERAL STYLE CSS==
===============================*/

/*===============================
	general slots  */

.slot-content{
	width:100%;
	margin-bottom:12px;
}

.slot-alert{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #FF8F8F;
	background-color:#FFBFBF;
	padding:12px;
}

.box-shadow {
	-webkit-box-shadow: #c1c1c1 2px 2px 3px;
	-moz-box-shadow: #c1c1c1 2px 2px 3px;
	box-shadow: #c1c1c1 2px 2px 3px;
}

/*===============================
	breadcrumb  */

/*.breadcrumb{
	font: bold 11px "Lucida Grande","Lucida","Arial",Sans-serif;
	margin: 10px 0 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #EBEBEB;
}

.breadcrumb a,
.breadcrumb a:visited{
	background: #e1e1d6;
	display: block;
	color: #f63293;
	float: left;
	height: 23px;
	padding-left: 5px;
	text-decoration: none
}

.breadcrumb a:hover {color: #f63293}

.breadcrumb a span{background: transparent url(../images/bc_segment_right.gif) no-repeat scroll top right;display: block;line-height: 13px;padding: 5px 17px 5px 6px;}

.breadcrumb a.bc-root,
.breadcrumb a.bc-root:visited,
.breadcrumb a.bc-root-single,
.breadcrumb a.bc-root-single:visited {background: transparent url(../images/bc_root_left.gif) no-repeat scroll top left}

.breadcrumb a.bc-root-single span {background: transparent url(../images/bc_segment_right_end.gif) no-repeat top right; padding-right: 14px}
.breadcrumb a.bc-root span {background: transparent url(../images/bc_segment_right.gif) no-repeat top right}
.breadcrumb a.bc-parent span {background: transparent url(../images/bc_segment_right_end.gif) no-repeat top right}

.breadcrumb a.bc-end,
.breadcrumb a.bc-end:visited {background: none}
.breadcrumb a.bc-end:hover {color: black; cursor: default}
.breadcrumb a.bc-end span {background: none; color: black}*/


/*===============================
	title class  */
h1,h2,h3,h4,h5{font-weight:normal;text-transform:none;margin:0}
h1{}
h2{}
h3{}
h4{}
h5{}
/*===============================
	image class  */

.slot-image{margin-bottom:4px;}

.image-left{float:left; margin-right:16px;}

.image-right{float:right; margin-left:16px;}

.slot-image a{display:block; line-height:0}

.image-shadow{
	-webkit-box-shadow: #d4d8db 2px 2px 5px;
	-moz-box-shadow: #d4d8db 4px 4px 4px;
	box-shadow: #d4d8db 4px 4px 4px;

}

.slot-image .legend{
	background-color:#f1f1f1;
	border:1px solid #e1e1e1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding:4px;
	margin-top:6px;
}

/*===============================
	flash class  */

.flash-left{float:left; margin-right:16px;}

.flash-right{float:right; margin-left:16px;}

/*===============================
	combo class  */

.slot-combo{width:100%;}
.slot-combo td{padding:2px; padding-top:8px;}

.slot-imagerichtext .cel1{padding-right:8px}
.slot-imagerichtext .cel2{}

.slot-modularrichtext .cel1{padding-right:8px}
.slot-modularrichtext .cel2{}

.slot-2column{width:100%;}
.slot-2column td{width:50%; text-align:justify;}
.slot-2column .cel1{padding-right:12px}


/*===============================
	text class  */

.cms-text { text-align: justify; }

.text-important,
.text-note,
.text-citation{
	border: 1pt solid #E5E5E5;
    background-color: #F9F9FF;
    color: black;
    padding:10px;
    background-repeat: no-repeat;
    background-position: 8px 8px;
	padding-left:34px;
}

.text-note{
	border: 1pt solid #D4BD82;
	background-image: url('../images/text-note.png');
	background-color: #F8F3BE;
}

.text-important{
	border: 1pt solid #c6372e;
	background-image: url('../images/text-important.png');
	background-color:#ffe9e8;
}

.text-citation{
	font: 110% georgia,times,serif;
	font-style:italic;
	padding-left:10px;
}

.text-shadow {
	text-shadow: rgba(0, 0, 0, 0.2) 0 1px 0;
}

/*===============================
	redirect page class  */

#redirect-page{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #FFE27D;
	background-color:#FFFFA4;
	padding:12px;
}

/*===============================
	generic class  */

.red{color: red;}

/*===============================
	jQuery Tools Overlay style  */

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	/*width:675px;	*/
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url('../images/overlay/close.png');
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/*===============================
	clear hack  */

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden}
.clearfix{ display: inline-block; display: block}
.clear {clear: both; overflow: hidden; width: 100%}





/*
* FLAGS
*/

ul.cms-langs-selector {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.cms-langs-selector li {
    float: left;
    margin-left: 10px;
}

.vtflag { 
	display: inline-block; 
	width: 16px;
	height: 16px;
	background: url("../images/flags.png") 16px 0 no-repeat;
	text-indent: -9999px; 
	margin: 0 -10px;
}

.vtflag span {
	visibility: hidden;
}

.vtflag_fr { 
	background-position: 0 1px;
}

.vtflag_en { 
	background-position: -80px 1px;
}

.vtflag_it { 
	background-position: -32px 1px;
}

.vtflag_de { 
	background-position: -48px 1px;
}

.vtflag_es { 
	background-position: -64px 1px;
}

.vtflag_ro { 
	background-position: -112px 1px;
}