
/*<style>*/

/*** HTML ***/

html{
	border:0;
	height:100%;
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body{
	height:100%;
	border:0;
	margin:0;
	padding:0;
	overflow-x:hidden;
}

*:not(.grid-container){
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

p{
	margin: auto;
	padding: 5px 0 !important;
}

#ssIFrame_google{
	display: none;
}

/*** DEMO ***/

#divInDemo{
	background-color: #c70752;
    color: #FFF9F9;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.error{
	color: #990000;
	display: none;
}

/*** AJAX ***/

#divAjaxMessageSuccess{
	width: 100%;
	padding: 5px 0;
	text-align: center;
	border: solid 1px #063;
	background-color: #6C6;
	margin-bottom: 5px;
	color: #063;
	display: none;
}

#divAjaxMessageError{
	width: 100%;
	padding: 5px 0;
	text-align: center;
	border: solid 1px #900;
	background-color: #F66;
	margin-bottom: 5px;
	color: #900;
	display: none;
}

#divAjaxMessageInfo{
	width: 100%;
	padding: 5px 0;
	text-align: center;
	border: solid 1px #009;
	background-color: #6CF;
	margin-bottom: 5px;
	color: #009;
	display: none;
}

/*** HEADER ***/

#header_wrap{
	padding-top:73px;
	width:100%;
	z-index: 200;
	position: relative;
}

#header_outer{
	margin:0 auto;
}

#header_inner{
	z-index:50;
}

#header_languages{
	text-align:right;
}

#header_languages:empty{
	display: none;
}

#header_logo{
	cursor:pointer;
	height:140px;
	display:block;
	background-image: url(../images/default/body/png/imgLogo.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	image-rendering: -webkit-optimize-contrast;
}

/*** BREADCRUMB ***/

#breadcrumb_wrap{
	color:#999999;
	padding: 24px 0;
}

#breadcrumb_wrap a{
	color:#c70752;
}

#breadcrumb_wrap a:hover{
	color:#c70752;
}

/*** TOPMENU ***/

#nav_wrap{
	position: fixed;
	top: 0;
    width: 100%;
    z-index: 201;
}

#topmenu_wrap{
	position: relative;
	text-align:center;
	z-index: 199;
}

#topmenu_wrap ul.ulMenuTop{
	margin:0 auto;
	display: table;
	float: right;
}

#topmenu_wrap ul.ulMenuTop li{
	display:inline;
	list-style-type:none;
	position: relative;
	float: left;
	transition: all 0.3s ease 0s;
	font-size:14px;
	height:42px;
	border-bottom:4px solid #c70752;	
}

#topmenu_wrap ul.ulMenuTop li.liMenuTopActive:hover,
#topmenu_wrap ul.ulMenuTop li.liMenuTop:hover{
	background-color: #c70551;
	transition: all 0.3s ease 0s;
	border-bottom:4px solid #c70551;		
}

#topmenu_wrap ul.ulMenuTop li.liMenuTopActive:hover a,
#topmenu_wrap ul.ulMenuTop li.liMenuTop:hover a{
	color: #FFF9F9;
}

#topmenu_wrap ul.ulMenuTop li.liMenuTopActive{
	background-color: #e7e8e8;
	border-bottom:4px solid #5a5b5d;
}

#topmenu_wrap ul.ulMenuTop li a{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	padding: 5px;
	color: #5a5b5d;
}

#topmenu_wrap ul.ulMenuTop li ul.ulMenuTopSub {
	list-style: none;
	position: absolute;
	top: 42px;
	/*
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	*/
	display: none;
}

#topmenu_wrap ul.ulMenuTop li ul.ulMenuTopSub li{
	display: block;
	margin: 0;
	background-color:#efefef;
	border-bottom:none;
	height: auto;
}

#topmenu_wrap ul.ulMenuTop li ul.ulMenuTopSub .liMenuTopSubActive{
	background-color:#e7e8e8;
}

#topmenu_wrap ul.ulMenuTop li ul.ulMenuTopSub li:hover{
	background-color: #c70551;
}

#topmenu_wrap ul.ulMenuTop ul.ulMenuTopSub li:hover a{
	color: #FFF9F9 !important;
}

#topmenu_wrap ul.ulMenuTop ul.ulMenuTopSub li a{
	display: inline-block;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
	padding: 10px;
	color: #5a5b5d !important;
	width: 300px;
}

/*** CONTENT ***/

#content_wrap {
	min-height:100%;
	background-position:center top;
	background-repeat:repeat-y;	
	margin-top:-73px;
	width:100%;
	position:relative;
	z-index: 200;
	clear: both;
}

#main_wrap {
	overflow:hidden;
} 

/*** PAGE ***/

#page_wrap{
	margin-bottom: 10px;
}

/*** LEFT ***/

#left_wrap{
	margin-right: 10px;
}

#left_menu{
	margin-bottom: 40px;
}

#left_menu:empty{
	display: none;
}

.ulMenuLeft{
	list-style:none;
}

.liMenuLeft0, .liMenuLeft0Active, .liMenuLeft0ActiveSemi{
	text-align:left;
	margin-bottom:5px;
	background-color:#efefef;
	transition: all 0.3s ease 0s;
}

.liMenuLeft0Active{
	background-color: #e7e8e8;
}

.liMenuLeft0Active:hover,
.liMenuLeft0:hover{
	background-color:#c70551;
}

.liMenuLeft0 a, .liMenuLeft0Active a, .liMenuLeft0ActiveSemi a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color: #5b5c5e;
	padding: 10px;
}

.liMenuLeft0 a:hover, .liMenuLeft0Active a:hover, .liMenuLeft0ActiveSemi a:hover{
	color: #FFF9F9;
}

.liMenuLeft1, .liMenuLeft1Active, .liMenuLeft1ActiveSemi{
	text-align:left;
	margin-bottom:5px;
	background-color:#f9f9f9;
	transition: all 0.3s ease 0s;
}

.liMenuLeft1Active{
	background-color: #e7e8e8;
}

.liMenuLeft1Active:hover,
.liMenuLeft1:hover{
	background-color:#c70551;
}

.liMenuLeft1 a, .liMenuLeft1Active a, .liMenuLeft1ActiveSemi a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color: #5b5c5e;
	padding: 10px;
	padding-left:30px;
}

.liMenuLeft1 a:hover, .liMenuLeft1Active a:hover, .liMenuLeft1ActiveSemi a:hover{
	color: #FFF9F9;
}


.liMenuLeft2, .liMenuLeft2Active, .liMenuLeft2ActiveSemi{
	text-align:left;
	margin-bottom:5px;
	background-color:#f9f9f9;
	transition: all 0.3s ease 0s;
}

.liMenuLeft2Active{
	background-color: #e7e8e8;
}

.liMenuLeft2Active:hover,
.liMenuLeft2:hover{
	background-color:#c70551;
}

.liMenuLeft2 a, .liMenuLeft2Active a, .liMenuLeft2ActiveSemi a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color: #5b5c5e;
	padding: 10px;
	padding-left:50px;
}

.liMenuLeft2 a:hover, .liMenuLeft2Active a:hover, .liMenuLeft2ActiveSemi a:hover{
	color: #FFF9F9;
}

.liMenuLeft3, .liMenuLeft3Active, .liMenuLeft3ActiveSemi{
	text-align:left;
	margin-bottom:5px;
	background-color:#f9f9f9;
	transition: all 0.3s ease 0s;
}

.liMenuLeft3Active{
	background-color: #e7e8e8;
}

.liMenuLeft3Active:hover,
.liMenuLeft3:hover{
	background-color:#c70551;
}

.liMenuLeft3 a, .liMenuLeft3Active a, .liMenuLeft3ActiveSemi a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color: #5b5c5e;
	padding: 10px;
	padding-left:70px;
}

.liMenuLeft3 a:hover, .liMenuLeft3Active a:hover, .liMenuLeft3ActiveSemi a:hover{
	color: #FFF9F9;
}


/*** LATEST NEWS ***/

#latestnews{
}

.latestnews_even{
	margin-bottom:10px;
}

.latestnews_odd{
	margin-bottom:10px;
}

.latestnews_text_wrap{
}

.latestnews_title{
	font-weight:bold;
	margin-top: 5px;
}

.latestnews_text{
}

.latestnews_readmore{
}

.latestnews_image{
	height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
}

.latestnews_more{
	margin-bottom:10px;
}

/*** LATEST EVENTS ***/

#latestevents_header{
	text-align:left;
	margin-bottom:5px;
	background-color:#f9f9f9;
	padding: 10px;
}

#latestevents{
	margin-bottom:10px;
}

.latestevents_even{
	margin-bottom:10px;
	border-bottom: solid 1px #f9f9f9;
}

.latestevents_odd{
	margin-bottom:10px;
	border-bottom: solid 1px #f9f9f9;
}

.latestevents_text_wrap{
	/*width:165px;*/
	padding: 10px;
	float:left;
}

.latestevents_title{
	font-weight:bold;
}

.latestevents_image{
	width:125px;
	float:right;
	padding: 10px 10px 0 10px;
}

.latestevents_more{
	margin-bottom:10px;
}

/*** NEWSLETTER ***/

#newsletter_wrap{
}

#fldNewsletterFirstname{
	background-color:#FFF9F9;
	border:solid 1px #333;
	color:#000;
	margin:0 0 5px 0;
	padding:5px;
	width:100%;
}

#fldNewsletterName{
	background-color:#FFF9F9;
	border:solid 1px #333;
	color:#000;
	margin:0 0 5px 0;
	padding:5px;
	width:100%;
}

#fldNewsletterEmail{
	background-color:#FFF9F9;
	border:solid 1px #333;
	color:#000;
	margin:0 0 5px 0;
	padding:5px;
	width:100%;
}

#btnNewsletter{
	background:none;
	background-color:#333;
	border:solid 1px #000;
	color:#FFF9F9;
	padding:5px;
	width:50%;
}

#btnNewsletter:focus{
	background-color:#333;
}

/*** RIGHT ***/

#right_wrap{
	padding: 0 20px 20px 0;
}

#right_wrap .title{
	font-weight: bold;
	font-size: 16px;
}

#right_wrap .title a{
	color:#c70752;
}

#right_wrap .text{
}

#right_wrap li{
	margin-left:30px;
}

#right_wrap .divParagraphsListing{
	border: solid 1px #CCC;
	background-color: #F4F4F4;
	padding: 10px;
	margin-bottom: 20px;
}

#right_wrap .divParagraphsListing ul {
    margin: 0.75em 0;
    padding: 0 1em;
    list-style: none;
	line-height: 18px;
}

#right_wrap .divParagraphsListing li:before { 
    content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}

#right_wrap .paragraph{
	margin-bottom:20px;
}

#right_wrap .paragraph_text{
}

#right_wrap .paragraph_text img{
	max-width: 100%;
	height: auto !important;
}

#right_wrap .paragraph_text_left{
	float:left;	
	width:430px;
}

#right_wrap .paragraph_text_right{
	float:right;	
	width:430px;
}

#right_wrap .paragraph_slideshow_right{
	float:right;	
	width:260px;
	height: 195px;
}

#right_wrap .paragraph_slideshow_left{
	float:left;	
	width:260px;
	height: 195px;
}

.divAgendaForm,
.divAgendaFormSubscribed{
	border: solid 1px #CCC;
	background-color: #F4F4F4;
	padding: 10px;
	margin-bottom: 20px;
	margin-top:20px;	
}

/*** SLIDESHOW ***/

#photslider_wrap{
	background-color: #FFF9F9;
}

#photslider_wrap .slideshow{
  	text-align:center;
	width:100%;
	height:85vh;
	/*height:720px;*/
	z-index:151;
	overflow:hidden; 
}

#photslider_wrap .slideshow ul{
	padding:0;
	margin:0;
	list-style-type:none;
}

#photslider_wrap .slideshow .cycle-slideshow{
	z-index: 150; 
	position:relative;
}

#photslider_wrap .slideshow .cycle-slide{
	list-style-type:none;
	width:100%;
	height:85vh;
	/*height:720px;*/
	background-size:cover;
	background-position:center;
	/*background-attachment: fixed; */
}

#photslider_wrap .slideshow-pager{
	text-align:left;
	z-index:152;
	height:80px;
	margin-bottom:-40px;
	position: relative;
	top:-120px;	
	top:-80px;	
}

#photslider_wrap #slideshow-copyright{
	text-align:right;
	margin-top:34px;
	color:#ffffff;
}


#photslider_wrap .slideshow-pager span{
	display: inline-block; 
	color: #FFF9F9;
	font-size: 98px; 
	line-height:98px;
	width: 45px; 
	height: 30px;
	margin-left:-15px;
	z-index: 152; 
}

#photslider_wrap .slideshow-pager span:last-child{
	margin-right:30px;	
}

#photslider_wrap .slideshow-pager span:hover{
	color: #c70551;
}

#photslider_wrap .slideshow-pager span.cycle-pager-active{
	color: #c70551;
}

#photslider_wrap .slideshow-pager .slideshow-pager-content div{
	display: inline-block; 
	background-color: #FFF9F9;
	width: 30px; 
	height: 30px;
	margin-right:10px;
	z-index: 152; 
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
}

#photslider_wrap .slideshow-pager .slideshow-pager-content div:hover{
	background-color: #c70551;
}

#photslider_wrap .slideshow-pager .slideshow-pager-content div.cycle-pager-active{
	background-color: #c70551;
}

#photslider_wrap .slideshow-pager > *{
	cursor: pointer;
}

#photslider_wrap .slideshow-overlay{
	position:relative;
	top:-50vh;
	/*top:-430px;*/	
	z-index:193;
	height:80px;
	display:none;
}

#photslider_wrap .slideshow-overlay .slideshow-previous{
	float:left;
	width: 100px;
	margin-left:0px;
	text-align: center;
}

#photslider_wrap .slideshow-overlay .slideshow-next{
	float:right;
	width: 100px;
	margin-left:0px;
	text-align: center;
}

#photslider_wrap .slideshow-overlay .slideshow-previous:hover, #photslider_wrap .slideshow-overlay .slideshow-next:hover{
	color: #c70551;
}

.slideshow-overlay-text .grid-container,
.slideshow-pager .grid-container{
	padding-left:100px;
	padding-right:100px;
}

#photslider_wrap .slideshow-overlay .slideshow-previous,
#photslider_wrap .slideshow-overlay .slideshow-next{
	color:#FFF9F9;
	font-size:72px;
	cursor:pointer;
}

#photslider_wrap .slideshow-overlay-text{
	position:relative;
	top:35vh;
	/*top:230px;*/
	margin-left:50px;
	margin-right:50px;
	position: relative;
	z-index:194;
}

#photslider_wrap .slideshow-overlay-text .slideshow-title-holder,
#photslider_wrap .slideshow-overlay-text .slideshow-text-holder{
	display: block;
	text-align:left;
	margin-bottom:10px;
}

#photslider_wrap .slideshow-overlay-text .slideshow-title{
	display: inline-block;
	font-size:48px;
	line-height:62px;
	color:#FFF9F9;
	padding:10px 0;
    text-shadow: -1px -1px 10px rgba(100,100,100,0.2), 1px -1px 10px rgba(100,100,100,0.2), -1px 1px 10px rgba(100,100,100,0.2), 1px 1px 10px rgba(100,100,100,0.2);
}

#photslider_wrap .slideshow-overlay-text .slideshow-text,
#photslider_wrap .slideshow-overlay-text .slideshow-text-link{
	display: inline-block;
	background-color:#5b5c5e;
	color:#FFF9F9;
	padding:6px 16px;
	font-size:14px;
}

#photslider_wrap .slideshow-overlay-text .slideshow-text-link{
	cursor: pointer;
}

#photslider_wrap .slideshow-overlay-text .slideshow-text-link:hover{
	background-color: #c70551;
}

#photslider_wrap .slideshow-bottom,
#photslider_wrap .slideshow-bottom-home{
	text-align:left;
	z-index:153;
	height:60px;
	margin-bottom:-40px;
	position: relative;
	top:-80px;
	-ms-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	transform: rotate(-1deg);
	background-color:#FFF9F9;		
}

#photslider_wrap .slideshow-bottom-home{
	background-color:#efefef;		
}

/*** HOME ***/

#features_wrap{
	background-color:#efefef;
	position: relative;
	top:-80px;	
	padding-top:40px;
	z-index:195;
}

#features_title{
	font-size:24px;
	color:#5b5c5e;
	margin-bottom:10px;
}

#features_text{
	color:#5b5c5e;
	margin-bottom:20px;
}

#features_wrap .grid-container .grid-33:nth-of-type(3n+2) #feature_wrap{
	margin-left: 0px;
	margin-right: 4px;
}

#features_wrap .grid-container .grid-33:nth-of-type(3n+0) #feature_wrap{
	margin-left: 2px;
	margin-right: 2px;
}

#features_wrap .grid-container .grid-33:nth-of-type(3n+1) #feature_wrap{
	margin-left: 4px;
	margin-right: 0px;
}

#feature_image{
	height:220px;
	margin-bottom:20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor:pointer;
}

.feature_image1{
	background-image: url(../uploads/vlp/editor/images/Pagina/Home/foto1.jpg);
}

.feature_image2{
	background-image: url(../uploads/vlp/editor/images/Pagina/Home/foto2.jpg);
}

.feature_image3{
	background-image: url(../uploads/vlp/editor/images/Pagina/Home/foto3.jpg);
}

#feature_title{
	color:#c7044e;
	margin-bottom:10px;
	font-size:18px;
	font-weight: bold;
}

#feature_title a{
	color:#c7044e;
	text-decoration: none;
}

#feature_text{
	color:#5b5c5e;
	margin-bottom:10px;
}

#feature_link{
	color:#5b5c5e;
	margin-bottom:10px;
	font-size:15px;
}

#feature_link a{
	color:#5b5c5e;
	text-decoration:none;
}

#features_wrap_bottom{
	text-align:left;
	z-index:156;
	height:60px;
	margin-bottom:-40px;
	position: relative;
	top:-100px;
	-ms-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	transform: rotate(-1deg);
	background-color:#efefef;
}


#weebly_wrap{
	top:-40px;
	position: relative;
	margin-bottom:-60px;
	z-index:2;
	font-size:24px;
	color:#ffffff;
	text-align:center;
	cursor:pointer;
}

#weebly_wrap:hover{
	background-color:#c70551;
}

.weebly_wrap_bottom_hover{
	background-color:#c70551 !important;
}

#weebly_wrap a{
	color:#ffffff;
	text-decoration:none;
}

#weebly_wrap_bottom{
	text-align:left;
	z-index:156;
	height:80px;
	position: relative;
	top:-45px;
	z-index:1;
	-ms-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	transform: rotate(-1deg);
	background-color:#5b5c5e;
}



#ourmission_wrap{
	top:-40px;
	position: relative;
	margin-bottom:-60px;
	z-index:2;
	font-size:24px;
	color:#ffffff;
	text-align:center;
	cursor:pointer;
}

#ourmission_wrap:hover{
	background-color:#c70551;
}

.ourmission_wrap_bottom_hover{
	background-color:#c70551 !important;
}

#ourmission_wrap a{
	color:#ffffff;
	text-decoration:none;
}

#ourmission_wrap_bottom{
	text-align:left;
	z-index:156;
	height:80px;
	position: relative;
	top:-45px;
	z-index:1;
	-ms-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	transform: rotate(-1deg);
	background-color:#5b5c5e;
}


#news_items_wrap:first-of-type{
	margin-bottom:20px !important;
}

#news_items_wrap{
	margin-bottom:50px !important;
}

#news_items_title{
	font-size:24px;
	color:#5b5c5e;
	margin-bottom:10px;
}

#news_items_text{
	color:#5b5c5e;
	margin-bottom:20px;
}







#news_item_wrap{
	background-color:#efefef;
	margin-bottom:10px;
	overflow:hidden;
}

#news_items_wrap .grid-container .grid-50:nth-of-type(even) #news_item_wrap{
	margin-left: 0px;
	margin-right: 4px;
}

#news_items_wrap .grid-container .grid-50:nth-of-type(odd) #news_item_wrap{
	margin-left: 4px;
	margin-right: 0px;
}

#news_item_image{
	background-color: #CCC;
	cursor:pointer;
}

#news_item_content{
	padding-left:10px;
	padding-top:5px;
}

#news_item_wrap,
#news_item_image,
#news_item_content{
	height:240px;
}

#news_item_slash{
	height:290px;
}
	
#news_item_image{
	width:30%;
	float: left;
	background-size:cover;
	background-position: center;
}

#news_item_slash{
	width:4%;
	float: left;
	background-color:#efefef;
	-ms-transform: rotate(4deg);
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg);
	margin-left:-2%;
	margin-top:-2%;	
}

#news_item_content{
	width:68%;
	float: right;
}


#news_item_timestamp{
	color:#5b5c5e;
	font-size:18px;
	font-weight: bold;
}

#news_item_timestamp a{
	color:#5b5c5e;
	text-decoration: none;
}

#news_item_title{
	color:#5b5c5e;
	font-size:18px;
	font-weight: bold;
}

#news_item_title a{
	color:#5b5c5e;
	text-decoration: none;
}

#news_item_text{
	color:#5b5c5e;
}

#news_item_link{
	color: #333;
	font-size:15px;
}

#news_item_link a{
	color: #333;
	text-decoration:none;
}

















#agenda_item_wrap{
    background-color:#efefef;
    margin-bottom:10px;
    overflow:hidden;
}

#agenda_item_image{
    background-color: #CCC;
    cursor:pointer;
}

#agenda_item_content{
    padding:10px;
}

#agenda_item_timestamp{
    color:#5b5c5e;
    font-size:18px;
    font-weight: bold;
}

#agenda_item_timestamp a{
    color:#5b5c5e;
    text-decoration: none;
}

#agenda_item_timestamp_day{
	background-color: white;
	text-align: center;
	margin: 0px 10px 0 0px;
	font-size: 36px;
}

#agenda_item_timestamp_month{
	text-align: center;
	background-color: #c70551;
	color: white;
	margin: 0 10px 10px 0px;
}

#agenda_item_title{
    color:#5b5c5e;
    font-size:18px;
    font-weight: bold;
}

#agenda_item_title a{
    color:#5b5c5e;
    text-decoration: none;
}

#agenda_item_text{
    color:#5b5c5e;
}

#agenda_item_link{
    color: #333;
    font-size:15px;
}

#agenda_item_link a{
    color: #333;
    text-decoration:none;
}
















#news_items_link{
	color:#5b5c5e;
	margin-top:10px;
	margin-bottom:10px;
	font-size:15px;
}

#news_items_link a{
	color:#5b5c5e;
	text-decoration:none;
}

#other_items_wrap{
	background-color: #5b5c5e;	
	padding:50px 0px;
	font-size:28px;
	color:#FFF9F9;
	text-align: center;
}

#other_items_wrap a{ 
	color:#FFF9F9;
	text-decoration:none;
}

#maps_wrap{
	background-color: #efefef;	
	height: 300px;
}


#albums_wrap{
	background-color: #efefef;	
	padding:50px 0;
}


#albums_wrap{
	background-color:#efefef;
	position: relative;
	padding-top:40px;
	z-index:195;
}

#album_title{
	color:#c7044e;
	margin-bottom:10px;
	font-size:16px;
	font-weight: bold;
}

#album_title a{
	color:#c7044e;
	text-decoration: none;
}

#album_text{
	color:#5b5c5e;
	margin-bottom:20px;
}

#albums_wrap .grid-container .grid-33:nth-of-type(3n+1) #album_wrap{
	margin-left: 0px;
	margin-right: 4px;
}

#albums_wrap .grid-container .grid-33:nth-of-type(3n+2) #album_wrap{
	margin-left: 2px;
	margin-right: 2px;
}

#albums_wrap .grid-container .grid-33:nth-of-type(3n+0) #album_wrap{
	margin-left: 4px;
	margin-right: 0px;
}

#album_image{
	height:195px;
	background-color:#FFF9F9;
	margin-bottom:20px;
	background-size:cover;
	cursor:pointer;
}


/*** FOOTER ***/

#footer_wrap {
	background-color:#25282a;
	color:#FFF9F9;
}

#footer_outer{
	min-height:73px;
	font-size:11px;
}

#footer_outer_copyright{
	padding-top:30px;
	text-align:left;
}

#footer_outer_madeby{
	height:40px;
	padding-right:30px;
	margin-top: 20px;
	padding-top: 10px;
	text-align:right;
	cursor:pointer;	
	background-image:url(../images/icons/iconMadeBy.png);
	background-position:right bottom;
	background-repeat:no-repeat;	
}

/*** CLASSES ***/

.red
{
	color:#990000;
}

/*** FANCYBOX ****/

#fancybox-overlay {
	background:#333;
}

.fancybox-outer {
	background: #FF0;
}

/*----------------------------------------------- CUSTOM ZONZE START -----------------------------------------------*/
/*----------------------------------------------- CUSTOM ZONZE START -----------------------------------------------*/
/*----------------------------------------------- CUSTOM ZONZE START -----------------------------------------------*/

/*** ORGANIGRAM ***/

#divOrganigram{
	text-align: center;
}

#divOrganigram a{
	text-decoration: none;
	color: #FFF9F9;
}


#divOrganigram hr{
	border: none;
	border-bottom: solid 1px #FFF9F9;
	margin: 0 10%;
}


#divOrganigramTop .divOrganigramBox2{
	margin: 5px 5px 0 5px !important;
	min-height: 50px;
}

#divOrganigramTop .divOrganigramBox4{
	margin: 5px 5px 0 5px !important;
	min-height: 60px;
}

#divOrganigramSubTop .divOrganigramBox3{
	margin: 0 5px !important;
}

#divOrganigramBotton .divOrganigramBox3{
	margin: 0 5px 5px 5px !important;
}

#divOrganigramMiddle .divOrganigramBox2{
	min-height: 175px;
}

#divOrganigramMiddlev2 .divOrganigramBox2v2{
	min-height: 150px;
}

#divOrganigramMiddlev2 .divOrganigramBox3v2{
	min-height: 75px;
}

.divOrganigramBox2Title{
	min-height: 50px;
	margin-bottom: 55px !important;
}

.divOrganigramBox2Titlev2{
}

.divOrganigramUnion{
	background-color: #333;
	color: #FFF9F9;
	z-index: 1;
	position: absolute;
	top: 60px;
	left: -85%;
	padding: 5px !important;
}

.divOrganigramUnionMobile{
	background-color: #333;
	color: #FFF9F9;
	padding: 5px !important;
}

.divOrganigramUnionv2{
	background-color: #333;
	color: #FFF9F9;
	z-index: 1;
	position: absolute;
	top: 95px;
	left: calc(-50% - 15px);
	padding: 5px !important;
}

#divOrganigramMiddle{
	position: relative;
	padding: 50px 0;
}

#divOrganigramMiddlev2{
	position: relative;
	padding-bottom:20px;
}

#divOrganigramFrameTop{
	padding-bottom:20px;
	top:-12px;
	position:relative;
}

#divOrganigramFrameTop div{
	text-align:center;
}

#divOrganigramFrameTop .divOrganigramBox5{
	width:80%;
	margin: 0 auto !important;
	background-color: #FFF9F9;
	color: #ccccccc;
	z-index: 1;
	position: relative;
	border-radius: 5px;
	border:2px dashed #a50021;
}

#divOrganigramFrame{
	width: 50%;
	height: 100%;
	border: solid 2px #a50021;
	top: 0;
	left: 25%;
	position: absolute;
	z-index: 0;
}

.divOrganigramLine{
	width: 1px;
	height: 20px;
	border-left: solid 2px #a50021;
	margin: 0 auto !important;
}

.divOrganigramBox1{
	margin: 5px !important;
	background-color: #CCC;
	color: #FFF9F9;
	z-index: 1;
	position: relative;
	border-radius: 5px;
}

.divOrganigramBox1v2{
	margin: 5px !important;
	background-color: #ffffff;
	color: #FFF9F9;
	z-index: 1;
	position: relative;
	border:2px solid #a50021;
}

.divOrganigramBox2,
.divOrganigramBox2v2{
	margin: 5px !important;
	background-color: #999;
	color: #FFF9F9;
	z-index: 1;
	position: relative;
	border-radius: 5px;
}

.divOrganigramBox3,
.divOrganigramBox3v2{
	margin: 5px !important;
	background-color: #666;
	color: #FFF9F9;
	z-index: 1;
	position: relative;
	border-radius: 5px;
}

.divOrganigramBox4{
	margin: 5px !important;
	background-color: #333;
	color: #FFF9F9;
	z-index: 1;
	position: relative;
	border-radius: 5px;
}

/*** CUSTOM SLOGANS ***/

#divSlogans{
	background: #FFF9F9;
	border:solid 4px #333;
	margin-bottom: 10px;
}

.divSlogan{
	padding: 5px;
	font-size: 18px;
}

/*** NEWS ***/

.divNewsCategoryTitle{
	padding:10px;
	padding-left:0px;
	margin-bottom: 10px;
}

.divNewsHolder{
	margin-bottom:20px;
	overflow:hidden;
	background-color: #f7f7f7;
}

.divNewsImage{
    height:150px;
    width:100%
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
}

.divNewsContent{
	padding-left:10px;
}

.divNewsTitle{

}

.divNewsReadmore{
	text-align:left;
	color:#5b5c5e;
}

.divNewsReadmore a{
	color:#5b5c5e;
	text-decoration: none;
	font-size:15px;
}

/*** NEWSITEM ***/

.divNewsItemTitle{
	padding-bottom:7px;
	border-bottom:1px solid #333333;
	margin-bottom:7px;
	color:#FFF9F9;
}

.divNewsItemImage{
	text-align:center;
	padding-bottom:14px;
}

.divNewsItemText{
}
	
.divNewsItemTextLeft{
	padding: 20px;
}
	
.divNewsItemTextRight{
	padding: 20px;
}

.divNewsItemDate{
	font-style:italic;
	text-align:right;
}

/*** AGENDA ***/

.divAgendaCategoryTitle{
    margin-bottom:10px;
}

.divAgendaHolder{
	background-color: #f7f7f7;
	margin-bottom:15px;
}

.divAgendaTitle{
}

.divAgendaText{
	margin-bottom:15px;
}

.divAgendaReadmore{
	text-align:left;
	color:#5b5c5e;
}

.divAgendaReadmore a{
	color:#5b5c5e;
	text-decoration: none;
	font-size:15px;
}

.divAgendaContent{
    width:75%;
    height:140px;
    float:left;
	padding: 5px;
	padding-left:20px;
}

.divAgendaImage{
    width:25%;
    height:150px;
    float:left;
    background-size:cover;
}

.divAgendaItemImage{
	text-align:center;
	padding-bottom:14px;
}

.divAgendaItemImage img{
	max-width:100%
}

.divAgendaItemTitle{
	padding-bottom:7px;
	border-bottom:1px solid #333333;
	margin-bottom:10px;
	color:#FFF9F9;
}

.divAgendaItemText{
}

.divAgendaItemDate{
	padding-top:10px;
	font-weight:bold;
	color:#c70551;
	font-size:15px;
	text-align:right;
}

table.calendar{
	width: 100%;
	text-align:left;
	border-collapse:collapse;
}

table.calendar a{
	color: #5b5c5e;		
	text-decoration: none;
}
	
table.calendar thead td.header{
	height: 30px;
	background-color: #e7e8e8;
	padding: 5px;
}

table.calendar thead td.header:hover{
	background-color: #e7e8e8 !important;
}

table.calendar td.select,
table.calendar td.selectMonth{
	height: 30px;
	padding: 5px;
	background-color: #f0f0f0;
}

table.calendar td.selectMonth:hover{
	background-color: #f0f0f0 !important;
}

table.calendar td.selectMonth:hover a{
	color:#5b5c5e;
}

table.calendar td{
	background-color: #f9f9f9;
	padding:30px 0;
}

table.calendar td.noDay,
table.calendar td.noDay:hover{
	background-color: #FFF9F9 !important;
}

table.calendar td:hover{
	background-color: #c70551 !important;
}

table.calendar td:hover a{
	color:#FFF9F9;
}

table.leftcalendar{
	border-collapse:collapse;
	margin-bottom: 9px;
	width: 100%;
}

.currentDay{
	background-color: #e7e8e8 !important;
	color: #5b5c5e;
}

.currentDay:hover{
	color: #FFF9F9;
}

.currentDay a{
	color: #5b5c5e;
}

.chosenDay{
	background-color: #e7e8e8;
	cursor: pointer;
}

.chosenDay a{
	color: #5b5c5e;
}

.eventDay{
	background-color: #f9f9f9;
    color: #ff0000;
	cursor: pointer;
}

.eventDay a{
	color: #5b5c5e;
}

table.calendar td:empty:hover{
	background-color: #FFF9F9;
}

/*** LINKS ***/

.divLinksCategoryTitle{
	margin: 20px 0 10px 0;
}


/*** RELATED ***/

.vakatua{
	font-size: 18px;
	border-bottom: solid 4px #c70752;
	color: #c70752;
	margin-bottom: 10px;
	width: 100%;
	display: inline-block;
}

#divRelatedContent{
	margin: 0px 0 40px 0;
	/*border-top: solid 1px #CCC;*/
	/*padding-top: 10px;*/
}

#divRelatedContent h2{
	font-size: 18px;
	border-bottom: solid 4px #c70752;
	color: #c70752;
	margin-bottom: 10px;
}

#divRelatedContent h4{
	/*font-weight: normal;*/
}

#divRelatedContent h4 a{
	color: #5b5c5e;
	text-decoration: none
}

#divRelatedContent .divRelatedContentCateogryTitle{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #5b5c5e;
}

#divRelatedContent #divRelatedContentPages .divRelatedContentCateogryTitle{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFF9F9;
}

#divRelatedContent .divRelatedContentCateogryTitle h2{
	font-size: 16px;
	margin-top: 15px;
	color: #5b5c5e;
	border-bottom: none;
}

.divRelatedContentItemsWrap{
	margin: 0 0 0 0;
}

.divRelatedContentItemsWrap:last-of-type{
	margin: 0 0 20px 0;
}

.divRelatedContentItemWrap{
	margin: 10px 0;
}

.divRelatedContentItemWrap:empty{
	margin: 0;
}


.divRelatedContentItemTitle{
}

.divRelatedContentItemLink{
}

.divRelatedContentAddress{
	margin: 5px 0;
	padding-left: 10px;
}

.divRelatedContentAddressMap{
	margin: 20px 0;
}

#divRelatedContentAddressMap_Global{
	height:400px;
	background-color:#efefef;
	margin-top:20px;
	margin-bottom:10px;
	display: none;
}

.divRelatedContentAddressImage{
	text-align:right;	
}

.divRelatedContentAddressImage img{
	height:200px;
}

.divRelatedContentContact{
	border-left: solid 1px #999;
	padding: 5px 0 5px 5px;
	margin: 5px 0;
}

.divRelatedContentContactImage{
	height: 150px;
	margin: 0 5px 5px 0;
	background-size: contain;
	background-repeat: no-repeat;
}

#divRelatedContentProjects,#divRelatedContentDownloads, #divRelatedContentLinks, #divRelatedContentNews, #divRelatedContentAgenda, #divRelatedContentAlbum, #divRelatedContentPages, #divRelatedContentSummary{
	margin-bottom: 20px;
}

.divToTop{
	text-align: right;
	padding: 5px 0;
	display: block;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}

/*** SUMMARY ***/

.divRelatedContentSummaryTitle{
	color:#c70752;
	font-weight: bold;
}

/*** PROJECTS ***/

.divProjectsCategoryTitle{
	width: 100%;
	padding: 10px;
	background-color: #333;
	color: #FFF9F9;
	text-align: right;
}

.divProjectsTitle{
	width: 100%;
	padding: 10px;
	background-color: #999;
	color: #FFF9F9;
	margin: 5px 0;
}

.divProjectsImage{
	width: 100%;
	height: 400px;
	background-size: cover;
}

.divProjectsDate{
	width: 100%;
	padding: 10px;
	text-align: right;
	font-style: italic;
	color: #333;
}

.divProjectsText{
	display: none;
}

.divProjectsReadmore{
	width: 100%;
	
	background-color: #c70752;
	text-align: right;
	font-size: 18px;
}

.divProjectsReadmore a{
	color: #FFF9F9;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
	padding: 10px;
}

/*** PROJECTSITEM ***/

.divProjectTitle{
	width: 100%;
	padding: 10px;
	background-color: #999;
	color: #FFF9F9;
	margin: 5px 0;
}

.divProjectImage{
	width: 100%;
	height: 400px;
	background-size: cover;
}

/*** BLOG ***/

.divBlogFilters{
	background-color: #CCC;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 10px;
}

.divBlogFilterTitle{
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
}

.divBlogFilterItem{
	font-size: 14px;
	padding: 2px 5px;
	background-color: #000;
	color: #FFF9F9;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 5px;
}

.spnFilterClick{
	color:#ff0000;
	cursor:pointer;
}

.divBlogTitle{
	background-color: #999;
    margin-bottom: 10px;
    padding: 10px;
}

.divBlogDate{
	font-size: 14px;
}

.divBlogImage{
	text-align: center;
}

.divBlogText{
	background-color: #b2b2b2;
    overflow: hidden;
    padding: 10px;
}

.divBlogMore{
	background-color: #b2b2b2;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px;
	text-align: right;
}

#divBlogAlbumMozaic{}

.divBlogAlbumMozaicItem{
	text-align: center;
	background-color: #39F;
	margin-bottom: 10px;
}

.divBlogAlbumMozaicItem img{
	margin: 0;
}

#divBlogItemReactions{
	margin-top:50px;	
}

#divBlogItemReactionsNew{
	display: none;
}

.divBlogItemReaction{
	font-size:16px;
	margin-bottom:12px;
	padding-bottom:12px;
	border-bottom:1px solid #cccccc;
}

.divBlogItemReactionName{
	font-style:italic;	
}

.divBlogItemReactionDate{
	text-decoration:underline;
}

#divBlogItemReactionsPost{
	margin-top:50px;	
}


/*** JOBOPENINGS ***/

.divJobOpeningsHolder{
	margin-bottom:20px;
	background-color: #858585;
}

.divJobOpeningsTitle{
	font-weight:bold;
	background-color: #CCCCCC;
}

.divJobOpeningsText{
}

.divJobOpeningsReadmore{
	text-align: right;
}

.divJobOpeningsItemTitle{
	padding-bottom:7px;
	border-bottom:1px solid #333333;
	margin-bottom:7px;
	color:#FFF9F9;
}

.divJobOpeningsItemText{
}

.divJobOpeningsItemDate{
	font-style:italic;
	text-align:right;
}

/*** LINKS ***/



/*** FAQ ***/

.divFaqsHolder{
	margin-bottom:20px;
	background-color: #858585;
}

.divFaqsTitle{
	font-weight:bold;
	background-color: #CCCCCC;
}

.divFaqsText{
}

.divFaqsReadmore{
	text-align: right;
}

.divFaqsItemTitle{
	padding-bottom:7px;
	border-bottom:1px solid #333333;
	margin-bottom:7px;
	color:#FFF9F9;
}

.divFaqsItemText{
}

.divFaqsItemDate{
	font-style:italic;
	text-align:right;
}

/*** POLL ***/

.divPollsItemRightTitle{
	background-color: #666666;
	margin-bottom: 10px;
}

.divPollsItemRightContent{
   
}

.divPollsItemRightContentRowPercentage{
	float:left;
	width:45px;
	padding-right:15px;
	text-align:right;
}

.divPollsItemRightContentRowText{
	float:left;
	width:590px;
}

.divPollsItemRightContentRowResult{
}

.divPollsItemRightContentRowButton{
	padding-top: 5px;
}

.divPollsItemRightContentRowButton .submit{
	background-color:#333;
}


.divPollsItemLeft{
	background-color: #555555;
}

.divPollsItemLeftTitle{
	background-color: #666666;
}

.divPollsItemLeftContent{
}

.divPollsItemLeftContentRowPercentage{
	float:left;
	width:45px;
	text-align:right;
}

.divPollsItemLeftContentRowText{
	float:left;
	width:170px;
}

.divPollsItemLeftContentRowResult{
}

.divPollsItemLeftContentRowButton{
}

.divPollsItemLeftContentRowButton .submit{
	background-color:#333;
}

/*** VIDEO ***/

.divVideoPlayerHolder{
	width:100%;
	height:500px;
	margin-bottom:2px;
	background-color:#efefef;
	display:none;
}

/*** ALBUM ***/

/*
.divAlbumphoto{
	height:200px;
	max-width: 200px;
	padding:10px;	
	background-color: #333;
	margin: 20px auto;
	cursor:pointer;
	overflow:hidden;
	position:relative;
}

.divAlbumphotosCycleImage{
	overflow: hidden;
}

.divAlbumphotosCycleOverlay{
	height:40px;
	width: 100%;
	background-color: rgba(33,33,33,0.8);
	color: #FFF9F9;
	font-weight: bold;
	padding:10px;
	position: absolute;
	top:150px;
	left: -10px;
	display:none;
	overflow:hidden;
	margin: 10px;
}
*/


.divAlbumphotosOverviewItemImageHolder{
	moz-border-radius: 8px;
	webkit-border-radius: 8px;
	width: 98%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); 
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background-color: #FFF9F9;
	padding: 5px;
	margin:0 2% 4% 0;
	cursor:pointer;
	z-index: 3;
	position:relative;
}

.divAlbumphotosOverviewItemImage{
	overflow:hidden;
	z-index:3;
}

.divAlbumphotosOverviewItemImage img{
	transition: all .2s ease-in-out;
	display: block;
	width:100%;
	z-index:2;
}
						
.divAlbumphotosOverviewItemImageOverlay{
	width:100%;
	height:100%;
	cursor:pointer;
	z-index:4;
}

.divAlbumphotosOverviewItemImageOverlayWrap{
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.3);
	color:#FFF9F9;
	position:absolute;
	text-align: center;
	min-height:55px;
	width:calc( 100% - 10px );
	padding:0 10px;
	margin:5px;
	z-index:5;
  	display: flex;
  	align-items: center;
  	justify-content: center;
}

.divAlbumphotosOverviewItemImageHolder:hover > .divAlbumphotosOverviewItemImage img{
	transform: scale(1.1);
}

.divAlbumphotosOverviewItemImageHolder:hover > .divAlbumphotosOverviewItemImageOverlay .divAlbumphotosOverviewItemImageOverlayWrap{
	background-color: rgba(0,0,0,0.7);
	color:#efefef;
}


/*** ALBUM ITEM ***/

#divAlbumphotosCycleItem{
	position: relative;
	width: 100%;
	height: 100%;
}

#divAlbumphotosCycleItemPrev{
	width:45px;
	height:100%;
	background-color: rgba(33,33,33,0.2);
	cursor:pointer;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	padding-top: 35%;
}

#divAlbumphotosCycleItemImages{
	width:100%;
	z-index: 1;
}

#divAlbumphotosCycleItemImages img{
	width: 100%;
}

#divAlbumphotosCycleItemNext{
	width:45px;
	height:100%;
	background-color: rgba(33,33,33,0.2);
	cursor:pointer;
	z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	padding-top: 35%;
}

#divAlbumphotosCycleItemNavigation{
	width:100%;
	height:40px;
	padding:10px;
	text-align:center;
	font-size: 36px;
	line-height: 24px;
}

#divAlbumphotosCycleItemNavigation span{
	cursor: pointer;
}

#divAlbumphotosCycleItemNavigation .cycle-pager-active{
	color: #c70752;
}

.divAlbumphotosFancyboxItemImageHolder{
	moz-border-radius: 8px;
	webkit-border-radius: 8px;
	width: 98%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); 
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background-color: #FFF9F9;
	padding: 5px;
	margin:0 2% 4% 0;
	cursor:pointer;
	z-index: 3;
	position:relative;
}

.divAlbumphotosFancyboxItemImage{
	overflow:hidden;
}

.divAlbumphotosFancyboxItemImage img{
	transition: all .2s ease-in-out;
	display: block;
	width:100%;
	z-index:2;
}
						
.divAlbumphotosFancyboxItemImageOverlay{
	width:100%;
	height:100%;
	cursor:pointer;
	position: absolute;
	top: 0;
	text-align: center;
	color:#FFF9F9;
	font-size:36pt;
	display:none;
	z-index:4;
	opacity: 0.5;

}

.divAlbumphotosFancyboxItemImageOverlayText{
 	display: inline-block;
  	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
    margin: 0;
    margin-top:10px;
}

.divAlbumphotosFancyboxItemImageHolder:hover > .divAlbumphotosFancyboxItemImageOverlay{
	display:block;
}

.divAlbumphotosFancyboxItemImageHolder:hover > .divAlbumphotosFancyboxItemImage img{
	transform: scale(1.1);
}

/*** DOWNLOADS ***/

.divDownloadsHolder{
	margin-bottom: 10px;
}

/*----------------------------------------------- CUSTOM ZONZE END -----------------------------------------------*/
/*----------------------------------------------- CUSTOM ZONZE END -----------------------------------------------*/
/*----------------------------------------------- CUSTOM ZONZE END -----------------------------------------------*/









/*----------------------------------------------- SHOP START -----------------------------------------------*/
/*----------------------------------------------- SHOP START -----------------------------------------------*/
/*----------------------------------------------- SHOP START -----------------------------------------------*/

/*** LOGIN/REGISTRATION BUTTON ***/

#login_wrap{
	position: relative;
	text-align:center;
	z-index: 198;
	height:98px;
}

.divLoginButton, .divRegistrationButton{
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
	padding: 8px 18px;
	float: right;
	background-color: #c70551;
	color: #FFF9F9;
	margin: 10px 0 0 10px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	font-size:13px;
}

.divRegistrationButton{
	margin: 10px 0 0 0px;
}

.divLoginButton:hover, .divRegistrationButton:hover{
	background-color: #5b5c5e;
}

/*** SEARCH ***/

#search_wrap{
	position: relative;
	text-align:center;
	z-index: 198;
	height:40px;
	text-align: right;
}

#search_wrap div{
	display:inline-block;
}

#frmSearch{
	margin-top: 10px;
}

#frmSearch input{
	width:100%;
	padding: 10px;
	border: 1px solid #cccccc !important;	
}

#frmSearch .divSearchButton{
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
	color: #5b5c5e;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	font-size:14px;
	padding-left: 10px;
	padding-right:40px;
	width: auto;
	border-right: solid 1px #CCC;
}

/*** SLIDER ***/

#divShoppingCart{
	width: 300px;
	text-align: center;
	background-color: #FFF9F9;
	float: right;
	clear: both;
	margin-top: 10px;
	padding: 10px 0;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

#divShoppingCart:hover{
	transition: all 0.3s ease 0s;
}

#divShoppingCartSlider{
	padding: 5px;
	width: 300px;
	min-height: 200px;
	text-align: left;
	display: none;
	position: absolute;
	background-color: #FFF9F9;
}

.divShoppingCartSliderOverviewItemOdd{
	width: 290px;
	background-color: #F4F4F4;
	min-height: 36px;
	margin-bottom: 5px;
}

.divShoppingCartSliderOverviewItemOdd:after{
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

.divShoppingCartSliderOverviewItemEven{
	width: 290px;
	background-color: #F8F8F8;
	min-height: 36px;
	margin-bottom: 5px;
}

.divShoppingCartSliderOverviewItemEven:after{
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

.divShoppingCartSliderOverviewItemImage{
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
}

.divShoppingCartSliderOverviewItemText{
	float: left;
	width: 190px;
	overflow: hidden;
	padding: 5px;
}

.divShoppingCartSliderOverviewItemTotal{
	float: left;
	width: 190px;
	overflow: hidden;
	padding: 5px;
	text-align: right;
}

#divShoppingCartSliderTotal{
	color: #FFF9F9;
	font-weight: bold;
	padding-left: 125px;
	min-height: 26px;
	padding: 5px;
	margin-bottom: 5px;
	text-align: right;
	background-color: #c70752;
}

#divShoppingCartSliderToCheckout{
	float: right;
	text-align: center;
	width: 290px;
	color: #FFF9F9;
}

#divShoppingCartSliderToCheckout a{
	background-color: #474747;
	cursor: pointer;
	display: block;
	font-size: 14px;
	padding: 5px;
	text-align: center;
	width: 290px;
	color: #FFF9F9;
	text-decoration: none;
}

#divShoppingCartSliderToCheckout a:hover{
	background-color: #333333;
}

/*** CONTINUE SHOPPING ***/

#divCatalogueContinueOrCheckoutWrap{
	display: none;
	height: 70px;
	width: 500px;
}


#divCatalogueContinueOrCheckout{
	width: 500px;
	height: 70px;
}

#divCatalogueContinueOrCheckout #divCatalogueContinueOrCheckoutTitle{
	border-bottom: none;
	font-weight: bold;
	text-align: left;
}

#divCatalogueContinueOrCheckout #divCatalogueContinueOrCheckoutText{
	margin-top: 5px;
}

#divCatalogueContinueOrCheckout #divCatalogueContinueOrCheckoutText:after{
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

#divCatalogueContinueOrCheckout #divCatalogueContinueOrCheckoutButton1{
	background-color: #c70752;
	color: #FFF9F9;
	cursor: pointer;
	float: left;
	padding: 5px;
	text-align: center;
	width: 235px;
}

#divCatalogueContinueOrCheckout #divCatalogueContinueOrCheckoutButton2{
	background-color: #c70752;
	color: #FFF9F9;
	cursor: pointer;
	float: right;
	padding: 5px;
	text-align: center;
	width: 235px;
}

#divCatalogueContinueOrCheckout #divCatalogueContinueOrCheckoutButton1:hover{
	background-color: #333333;
}

#divCatalogueContinueOrCheckout #divCatalogueContinueOrCheckoutButton2:hover{
	background-color: #333333;
}

/*** SORTING & PAGING ***/

#divCatalogueSorting{
	background-color: #F8F8F8;
	padding: 5px;
	margin-bottom: 10px;
}

#divCatalogueSortingLeft{
}

#divCatalogueSortingMiddle{
}

#divCatalogueSortingRight{
	text-align: right;
}

#divCatalogueSorting select{
	background-color:#FFF9F9;
	border:solid 1px #333;
	color:#000;
	padding:5px;
}

.paging{
	padding: 8px;
	margin-bottom: 8px;
	text-align: center;
}

.pageNumber {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    background-color: #f9f9f9;
    text-decoration: none;
    color: #5b5c5e;
}

.pageNumber:hover, .pageNumber.active:hover {
    background-color: #c70551;
    color:#FFF9F9;
}

.pageNumber.active {
    background-color: #e7e8e8;
    color: #5b5c5e;
}

/*** CART ***/

#divCatalogueCart{
	margin: 0 0 10px 0;
	padding: 10px;
	moz-border-radius: 8px;
	webkit-border-radius: 8px;
	width: 100%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); 
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background-color: #FFF9F9;
}

/*** SUMUP ***/

#divSumUpError{
	width: 100%;
	padding: 5px 0;
	text-align: center;
	border: solid 1px #900;
	background-color: #F66;
	margin-bottom: 5px;
	color: #900;
	display: none;
}

#divSumUpSuccess{
	width: 100%;
	padding: 5px 0;
	text-align: center;
	border: solid 1px #063;
	background-color: #6C6;
	margin-bottom: 5px;
	color: #063;
	display: none;
}

/*** PRODUCTGROUPS ***/

#divCatalogueProductgroups{
}

.divCatalogueProductgroup_1, .divCatalogueProductgroup_2, .divCatalogueProductgroup_3{
	moz-border-radius: 8px;
	webkit-border-radius: 8px;
	width: 98%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); 
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background-color: #FFF9F9;
	padding: 5px;
}
	
.divCatalogueProductgroup_1{
	margin: 0 2% 4% 0;
}

.divCatalogueProductgroup_2{
	margin: 0 1% 4% 1%;
}

.divCatalogueProductgroup_3{
	margin: 0 0 4% 2%;
}

.divCatalogueProductgroup_1:hover, .divCatalogueProductgroup_2:hover, .divCatalogueProductgroup_3:hover{
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); 
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.divCatalogueProductgroupImage{
	cursor: pointer;
	height: 216px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.divCatalogueProductgroupTitle{
	overflow: hidden;
	text-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	text-align: center;
	margin-top: 5px;
	background-color: #F4F4F4;
}

.divCatalogueProductgroupTitle a, .divCatalogueProductgroupTitle a:hover{
	color: #333;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

.divCatalogueProductgroupTitle h2{
	font-size: 14px;
	text-align: center;
	font-weight: normal;
}


/*** PRODUCT ***/

#divCatalogueProductgroupsProducts{
}

.divCatalogueProductgroupsProduct_1, .divCatalogueProductgroupsProduct_2, .divCatalogueProductgroupsProduct_3{
	moz-border-radius: 8px;
	webkit-border-radius: 8px;
	width: 98%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); 
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background-color: #FFF9F9;
	padding: 5px;
	position: relative;
}

.divCatalogueProductgroupsProduct_1{
	margin: 0 2% 4% 0;
}

.divCatalogueProductgroupsProduct_2{
	margin: 0 1% 4% 1%;
}

.divCatalogueProductgroupsProduct_3{
	margin: 0 0 4% 2%;
}

.divCatalogueProductgroupsProduct_1:hover, .divCatalogueProductgroupsProduct_2:hover, .divCatalogueProductgroupsProduct_3:hover{
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); 
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.divCatalogueProductgroupsProductImage{
	cursor: pointer;
	height: 216px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.divCatalogueProductsPager{
	font-size: 36px;
	line-height: 24px;
}

.divCatalogueProductsPager span{
	cursor: pointer;
}

.divCatalogueProductsPager .cycle-pager-active{
	color: #c70752;
}

.divCatalogueProductgroupsProductTitle{
	overflow: hidden;
	text-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	text-align: center;
	margin-top: 5px;
	background-color: #F4F4F4;
}

.divCatalogueProductgroupsProductTitle a, .divCatalogueProductgroupsProductTitle a:hover{
	color: #333;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

.divCatalogueProductgroupsProductTitle h2{
	font-size: 14px;
	text-align: center;
	font-weight: normal;
}

.divCatalogueProductgroupsProductPrice{
	color: #c70752;
	text-align: center;
	padding: 5px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	background-color: #F4F4F4;
}

.divCatalogueProductgroupsProductOldPrice{
	font-size: 12px;
	color: #666;
	text-decoration: line-through;
	font-weight: normal;
}

.divCatalogueProductgroupsProp{
	color: #c70752;
	text-align: center;
	padding: 5px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	background-color: #F4F4F4;
}

.divCatalogueProductgroupsProp select{
	width: 100%;
}

.divCatalogueProductgroupsProductCart{
	width: 100%;
}

.divCatalogueProductgroupsProductWhishlist{
	text-align: center;
	width: 70px;
	height: 40px;
	padding: 10px 0 0 0;
	margin: 5px 10px 0 0;
	background-color: #333;
	transition: all 0.3s ease 0s;
	float: left;
}

.divCatalogueProductgroupsProductWhishlist:hover{
}

.divCatalogueProductgroupsProductWhishlist.added{
	background-color: #F66;
}


.divCatalogueProductgroupsProductWhishlist a, .divCatalogueProductgroupsProductWhishlist.added a{
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
	color: #FFF9F9;
	text-decoration: none;
}

.divCatalogueProductgroupsProductWhishlist a:before{
	font-family: 'FontAwesome';
	font-size: 18px;
	content: "\f004";
}

.divCatalogueProductgroupsProductOrder{
	text-align: center;
	width: 70px;
	height: 40px;
	padding: 10px 0 0 0;
	margin: 5px 0 0 0;
	background-color: #333;
	transition: all 0.3s ease 0s;
	float: right;
}

.divCatalogueProductgroupsProductOrder:hover{
}

.divCatalogueProductgroupsProductOrder a{
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
	color: #FFF9F9;
}

.divCatalogueProductgroupsProductOrder a:before{
	font-family: 'FontAwesome';
	font-size: 18px;
	content: "\f07a";
}

.divCatalogueProductgroupsProductOrder_Q{
	width: 25px;
	height: 25px;
	float: left;
	border: none;
	background-color: #101410;
	color: #FFF9F9;
	text-align: center;
	display: none;
}

.divCatalogueProductgroupsProductSoldOut{
	text-align: center;
	background-color: #CCC;
	margin-top: 5px;
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
}

.divCatalogueProductgroupsProductList{
	moz-border-radius: 8px;
	webkit-border-radius: 8px;
	width: 100%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); 
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background-color: #FFF9F9;
	padding: 5px;
	position: relative;
	margin-bottom: 5px;
}

.divCatalogueProductgroupsProductList:hover{
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); 
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.divCatalogueProductgroupsProductList .divCatalogueProductgroupsProductImage{
}

.divCatalogueProductgroupsProductList .divCatalogueProductgroupsProductTitle{
	margin-top: 0;
}

.divCatalogueProductgroupsProductList .divCatalogueProductgroupsProductTitle h2{
	text-align: left;
}

.divCatalogueProductgroupsProductList .divCatalogueProductgroupsProductText{
	margin-left: 5px;
}

.divCatalogueProductgroupsProductList .divCatalogueProductgroupsProductPrice{
	margin-left: 5px;
}

.divCatalogueProductgroupsProductList .divCatalogueProductgroupsProductProp{
	margin-left: 5px;
}

.divCatalogueProductgroupsProductList .divCatalogueProductgroupsProductCart{
	width: 140px;
	float: right;
}

.divCatalogueProductgroupsProductList .divCatalogueProductgroupsProductWhishlist{
}

.divCatalogueProductgroupsProductList .divCatalogueProductgroupsProductOrder{
}

.divCatalogueProductgroupsProductList .divCatalogueProductgroupsProductOrder_Q{
}

.divCatalogueProductgroupsProductList .divCatalogueProductgroupsProductSoldOut{
	margin-left: 5px;	
}

/*** PRODUCT DEATIL ***/

#divCatalogueProduct{
	moz-border-radius: 8px;
	webkit-border-radius: 8px;
	width: 100%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); 
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background-color: #FFF9F9;
	padding: 5px;
	position: relative;
}

#divCatalogueProductsLeft{
}

#divCatalogueProductsSlideshow{
	cursor: -webkit-zoom-in; 
	cursor: -moz-zoom-in;
}

#divCatalogueProductsRight{
	margin-left: 5px;
}

#divCatalogueProductsBottom{
	margin-top: 10px;
}

#divCatalogueProductsProductSocialTwitter{
	height: 30px;
	text-align: right;
	padding-top: 5px;
}

#divCatalogueProductsProductSocialFacebook{
	height: 30px;
	text-align: right;
}

#divCatalogueProductsProductSocialPinIt{
	height: 30px;
	text-align: right;
	padding-top: 5px;
}

#divCatalogueProductsProductCart{
	float: right;
}

#divCatalogueProductsProductCart .divCatalogueProductgroupsProductWhishlist{
	float: left;
}

#divCatalogueProductsProductCart .divCatalogueProductgroupsProductOrder{
	float: left;
}

.divCatalogueProductsProductStaffel{
	text-align: right;
	font-weight: bold;
	background-color: #c70752;
	color: #FFF9F9;
	font-size: 11px;
	margin-bottom: 5px;
	padding: 5px;
}

.divCatalogueProductsProductPrice{
	text-align: right;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 5px;
	color: #c70752;
}

.divCatalogueProductsProductOldPrice{
	font-size: 12px;
	color: #666;
	text-decoration: line-through;
	font-weight: normal;
}

.divCatalogueProductsProductVideos{
	font-weight: bold;
	background-color: #c70752;
	color: #FFF9F9;
	margin-bottom: 5px;
	padding: 5px;
}

#box-table
{
	border-collapse: collapse;
	margin-bottom: 10px;
	text-align: left;
}

#box-table th
{
	background-color: #eef0fc;
	border: 1px solid #FFF9F9;
	color: #FFF9F9;
	font-size: 13px;
	font-weight: normal;
	padding: 10px;
}

#box-table td
{
	background-color: #eef0fc;
	border: 1px solid #FFF9F9;
	color: #c70752;
	padding: 10px;
	transition: all 0.3s ease 0s;
}

#box-table td a
{
	color: #c70752;
}

#box-table tr:hover td
{
	background-color: #e1e4f9;
	color: #c70752;
	transition: all 0.3s ease 0s;
}

/*** RATING ***/

#fldRatingPriceError{
	display: none;
}

#fldRatingQualityError{
	display: none;
}

#fldRatingAppreciationError{
	display: none;
}

/*** FILTER ***/

#divCatalogueFilters{
    margin-top: 40px;
	padding: 5px;
	background-color: #FFF9F9;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#divCatalogueFiltersTitle{
}

.divCatalogueFilter{
	color: #666;
	padding: 5px;
}

.divCatalogueFilterText ul li{
	list-style: none;
}

/*** CHECKOUT ***/

#divCheckoutCheckout{
}

#divCheckoutExtraInfo{
	width: 100%;
	display: inline-block;
	margin-top: 10px;
	border: solid 1px #c70752;
	background-color: #FFF9F9;
	color: #c70752;
	padding: 5px;
}

#divCheckoutRecommendation{
	min-height: 400px;
	margin: 5px 0;
	background-color: #c70752;
}

#divCheckoutCart{
}

#divCheckoutShippingInfo{
	padding: 5px 0;
}

#divCheckoutInfo{
	background-color: #6CF;
	border: 1px solid #36F;
	color: #FFF9F9;
	margin-bottom: 20px;
	padding: 2px 6px 2px 6px;
	text-align: center;
}

/*** VOUCHER ***/

#divCheckoutVoucherContent{
	behavior: url('../border-radius.htc');
	border: 10px solid #666;
	border: 10px solid rgba(, 0.698);
	border-radius: 8px;
	display: none;
	moz-border-radius: 8px;
	webkit-border-radius: 8px;
	width: 600px;
}

#divCheckoutVoucherContent #divCheckoutVoucherContentTitle{
	background-color: #333333;
	border: 1px solid #666666;
	border-bottom: none;
	color: #FFF9F9;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
}

#divCheckoutVoucherContent #divCheckoutVoucherContentText{
	background-color: #FFF9F9;
	border: 1px solid #666666;
	padding: 0 10px 0 10px;
}

#divCheckoutVoucherContent #divCheckoutVoucherContentText:after{
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

#divCheckoutVoucherContent #divCheckoutVoucherContentClose{
	background-color: #FFF9F9;
	border: 1px solid #666666;
	border-bottom: none;
	cursor: pointer;
	padding: 5px;
}

#fldVoucher{
	background-color: #CCC;
	border: solid 1px #333;
	color: #000;
	margin: 0;
	padding: 5px;
	width: 200px;
}

#fldVoucher:focus{
	background: none;
	background-color: #FFF9F9;
}

#fldVoucherSubmit{
	background-color: #333;
	border: none;
	color: #FFF9F9;
	padding: 5px;
	width: 184px;
	transition: all 0.3s ease 0s;
}

#fldVoucherSubmit:hover{
	background-color: #c70752;
	transition: all 0.3s ease 0s;
}

/*** RELATED ***/

#divProductRecommendation{
	width: 100%;
	float: left;
	clear: both;
}

.divRelatedTitle{
	height: 20px;
	background-color: #333;
	color: #FFF9F9;
	padding: 10px;
	margin-bottom: 10px;
}

.divRelatedProduct{
	margin-bottom: 10px;
	text-align: center;
	cursor: pointer;
}

/*** REVIEW ***/

.divProductReviewResultHolder{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #CCC;
}

.divProductReviewResultTitle{
	font-weight: bold;
}

.divProductReviewResultTitle{
	font-weight: bold;
}

.divProductReviewResultFullName{
	font-style: italic;
}

.divProductReviewResultTimestamp{
	text-align: right;
	font-style: italic;
}

/*** STEPS ***/

#divCheckoutSteps{
	width: 100%;
	background-color: #b2b2b2;
	margin-bottom: 5px;
}

.steps_step{
	width: 100%;
	background-color: #333333;
	color: #CCCCCC;
	padding: 10px;
	text-align: center;
}

.steps_step_active{
	width: 100%;
	background-color: #c70752;
	color: #FFF9F9;
	padding: 10px;
	text-align: center;
}

#divCheckoutStep1, #divCheckoutStep2, #divCheckoutStep3, #divCheckoutStep4, #divCheckoutStep5{
}

#divCheckoutOverviewTitle{
	width: 100%;
	background-color: #333;
	color: #FFF9F9;
	font-weight: bold;
	margin-bottom: 5px;
}

.divCheckoutOverviewTitleText{
	padding: 5px;
}

.divCheckoutOverviewTitleQuantity{
	padding: 5px;
	text-align: center;
}

.divCheckoutOverviewTitlePrice{
	padding: 5px;
	text-align: right;
}

.divCheckoutOverviewTitleTotal{
	padding: 5px;
	text-align: right;
}

.divCheckoutOverviewTitleRemove{
	padding: 5px;
	text-align: center;
}

.divCheckoutOverviewItemEven{
	background-color: #CCC;
	color: #FFF9F9;
	font-weight: bold;
	min-height: 72px;
	margin-bottom: 5px;
}

.divCheckoutOverviewItemOdd{
	background-color: #999;
	color: #FFF9F9;
	font-weight: bold;
	min-height: 72px;
	margin-bottom: 5px;
}

.divCheckoutOverviewItemEven a, .divCheckoutOverviewItemOdd a{
	color: #FFF9F9;
}

.divCheckoutOverviewItemEven a:hover, .divCheckoutOverviewItemOdd a:hover{
	color: #FFF9F9;
}

.divCheckoutOverviewItemImage{
	clear: both;
	overflow: hidden;
	padding: 0 5px 0 0px;
	width: 70px;
	height:70px;
}

.divCheckoutOverviewItemText{
	padding: 5px;
	overflow: hidden;
}

.divCheckoutOverviewItemQuantity{
	padding: 5px;
	text-align: center;
}

.divCheckoutOverviewItemPrice{
	padding: 5px;
	text-align: right;
}

.divCheckoutOverviewItemTotal{
	padding: 5px;
	text-align: right;
}

.divCheckoutOverviewItemRemove{
	padding: 5px;
	text-align: center;
}

#divCheckoutShippingCost{
	color: #333;
	padding:5px;
	text-align: right;
}

#divCheckoutShippingCostText{
	padding:5px;
	text-align: right;
}

#divCheckoutVatCostText{
	padding:5px;
	text-align: right;
}

#divCheckoutVatCost{
	padding:5px;
	text-align: right;
}

#divCheckoutCoupon{
	background-color: #F2F2F2;
	padding: 5px;
}

#divCheckoutShippinginfo{
	float: left;
	margin-top: 10px;
}

#divCheckoutSubTotalText{
	color: #333;
	font-weight: bold;
	margin: 0;
	text-align: right;
	padding: 5px;
}

#divCheckoutSubTotal{
	color: #333;
	font-weight: bold;
	margin: 0;
	text-align: right;
	padding: 5px;
}

#divCheckoutTotal{
	background-color: #CCC;
	color: #333;
	font-weight: bold;
	margin: 10px 0;
	text-align: right;
	padding: 5px;
}

.divCheckoutNavigation{
	display: block;
	height: 45px;
	margin-top: 15px;
}

.divCheckoutNavigationNext{
	background-color: #333333;
	cursor: pointer;
	display: block;
	float: right;
	font-size: 14px;
	height: 40px;
	text-align: center;
	width: 190px;
	transition: all 0.3s ease 0s;
}

.divCheckoutNavigationNext a:hover{
	background-color: #c70752;
	color: #FFF9F9;
	transition: all 0.3s ease 0s;
}

.divCheckoutNavigationPrevious{
	background-color: #333333;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 14px;
	height: 40px;
	text-align: center;
	width: 190px;
	transition: all 0.3s ease 0s;
}

.divCheckoutNavigationPrevious a:hover{
	background-color: #c70752;
	color: #FFF9F9;
	transition: all 0.3s ease 0s;
}

.divCheckoutNavigationNext a, .divCheckoutNavigationPrevious a{
	color: #FFF9F9;
	display: block;
	height: 100%;
	padding-top: 10px;
	text-decoration: none;
	width: 100%;
}

#divCheckoutCollectOrShip{
	margin-bottom: 10px;
}

.divCheckoutCollectOrShipLabel{
	padding-top: 5px;
	font-weight: bold;
}

.divCheckoutCollectOrShipSelect{
}

.divCheckoutCollectOrShipSelect select{
	background-color: #333333;
	border: solid 1px #666666;
	color: #FFF9F9;
	padding: 5px;
	width: 100%;
}

.divCheckoutCollectLabel{
	font-weight: bold;
	margin-bottom: 5px;
}

.divCheckoutCollectSelect{
	background-color: #F5F5F5;
	height: 80px;
	margin-bottom: 10px;
	width: 710px;
}

.divCheckoutCollectSelectCheck{
	background-color: #333333;
	float: left;
	height: 50px;
	padding-top: 30px;
	text-align: center;
	width: 100%;
}

.divCheckoutCollectSelectText{
	float: left;
	height: 80px;
	padding: 5px;
	width: 600px;
}

.divCheckoutShippingLabel{
	font-weight: bold;
	margin-bottom: 5px;
}

.divCheckoutShippingSelect{
	background-color: #F5F5F5;
	height: 80px;
	margin-bottom: 10px;
}

.divCheckoutShippingSelectCheck{
	background-color: #333333;
	height: 80px;
	padding-top: 30px;
	text-align: center;
	width: 100%;
}

.divCheckoutShippingSelectText{
	min-height: 80px;
	padding: 5px;
}

.divCheckoutShippingSelectActions{
	background-color: #F4F4F4;
	height: 80px;
	padding-top: 30px;
	text-align: center;
	width: 100%;
}

.divCheckoutInvoiceLabel{
	font-weight: bold;
	margin-bottom: 5px;
}

.divCheckoutInvoiceSelect{
	background-color: #F5F5F5;
	height: 80px;
	margin-bottom: 10px;
}

.divCheckoutInvoiceSelectCheck{
	background-color: #333333;
	height: 80px;
	padding-top: 30px;
	text-align: center;
	width: 100%;
}

.divCheckoutInvoiceSelectText{
	min-height: 80px;
	padding: 5px;
}

.divCheckoutInvoiceSelectActions{
	background-color: #F4F4F4;
	height: 80px;
	padding-top: 30px;
	text-align: center;
	width: 100%;
}

.divCheckoutPaymentLabel{
	font-weight: bold;
	margin-bottom: 10px;
}

.divCheckoutPaymentMethodLabel{
	font-weight: bold;
	margin-bottom: 5px;
}

.divCheckoutPaymentMethodSelect{
	background-color: #F5F5F5;
	min-height: 80px;
	margin-bottom: 10px;
}

.divCheckoutPaymentMethodSelectCheck{
	background-color: #333333;
	height: 80px;
	padding-top: 30px;
	text-align: center;
	width: 100%;
}

.divCheckoutPaymentMethodSelectText{
	min-height: 80px;
	padding: 5px;
}

.divCheckoutPaymentMethodSelectImage{
	background-color: #F4F4F4;
	height: 70px;
	text-align: center;
	overflow: hidden;
}

.divCheckoutDetail{
	min-height: 80px;
	margin-bottom: 10px;
}

.divCheckoutDetailLabel{
	font-weight: bold;
}

.divCheckoutDetailValue{
}

/*** OGONE ***/

#divOgone{
	font-size: 13px;
}

#divOgone small{
	font-size: 13px;
}

#divOgone .ncoltxtl{
	padding: 5px;
}

#divOgone .ncoltxtr{
	padding: 5px;
}

#divOgone .ncolinput{
    padding: 5px;
}

#divOgone .ncolinput input, #divOgone .ncolinput select{
    padding: 2px;
}

#divOgone .ncol{
    padding: 10px;
	background-color: #c70752;
	border: none;
	color: #FFF9F9;
	cursor: pointer;
}

#divOgone .ncol:hover{
	background-color: #660000;
}

#divOgone table.ncoltable1, #divOgone table.ncoltable2, #divOgone table.ncoltable3, #divOgone div.paymentZone{
	margin: 5px auto;
	width: 100%;
}

/*** CUSTOMER HOME ***/

#divCriOSFacebook{
	width: 181px;
	height: 39px;
	background-image: url(../images/default/body/png/imgFacebookButton.png);
	background-repeat: no-repeat;
}

#divCriOSFacebook:hover{
	width: 181px;
	height: 39px;
	background-image: url(../images/default/body/png/imgFacebookButtonOver.png);
	background-repeat: no-repeat;
}

#divCustomerHomeContent{
}

.divCustomerHomeContentLeft{
	width: 100%;
}

.divCustomerHomeContentMiddle{
	width: 100%;
}

.divCustomerHomeContentRight{
	width: 100%;
}

.divCustomerHomeContentLeftTitle{
	width: 100%;
	height: 30px;
	float: left;
	background-color: #e7e8e8;
	padding: 5px 5px 0 5px;
}

.divCustomerHomeContentMiddleTitle{
	width: 100%;
	height: 30px;
	float: left;
	background-color: #e7e8e8;
	padding: 5px 5px 0 5px;
}

.divCustomerHomeContentRightTitle{
	width: 100%;
	height: 30px;
	float: left;
	background-color: #e7e8e8;
	padding: 5px 5px 0 5px;
}

.divCustomerHomeContentLeftText{
	width: 100%;
	/*min-height: 200px;*/
	float: left;
	background-color: #FFF9F9;
	padding: 10px 0;
	position: relative;
	margin-bottom: 45px;
}

.divCustomerHomeContentMiddleText{
	width: 100%;
	/*min-height: 200px;*/
	float: left;
	background-color: #FFF9F9;
	padding: 10px 0;
	position: relative;
	margin-bottom: 35px;
}

.divCustomerHomeContentRightText{
	width: 100%;
	min-height: 200px;
	float: left;
	background-color: #FFF9F9;
	padding: 5px;
	position: relative;
	margin-bottom: 10px;
}

.divCustomerHomeContentLeftButton, .divCustomerHomeContentMiddleButton, .divCustomerHomeContentRightButton{
	background-color: #333;
	color: #FFF9F9;
	padding: 10px 18px;
	/*margin-top:20px;*/
	text-align: center;
	position: absolute;
	/*bottom: 5px;*/
	right: 0px;
	transition: all 0.3s ease 0s;
	margin-bottom:20px;
}

.divCustomerHomeContentLeftButton:hover, .divCustomerHomeContentMiddleButton:hover, .divCustomerHomeContentRightButton:hover{
	background-color: #c70752;
}


.divCustomerHomeOrderHeader{
	background-color:#dfdfdf;
	font-weight:bold;
}

.divCustomerHomeOrderHeaderDate{
}

.divCustomerHomeOrderHeaderReferer{
}

.divCustomerHomeOrderHeaderTotal{
	text-align:right;
}

.divCustomerHomeOrderHeaderPayed{
	text-align: center;	
}

.divCustomerHomeOrderHeaderShipped{
	text-align: center;	
}	
	
.divCustomerHomeOrderSubHeader{
	background-color:#e8e8e8;
}
	
.divCustomerHomeOrderSubHeaderDate{
}

.divCustomerHomeOrderSubHeaderReferer{
}

.divCustomerHomeOrderSubHeaderTotal{
	text-align:right;
}

.divCustomerHomeOrderSubHeaderPayed{
	text-align: center;	
	cursor:default;
}

.divCustomerHomeOrderSubHeaderShipped{
	text-align: center;
	cursor:default;
}

/*** CUSTOMER ORDERS ***/

.divCustomerOrderHeader{
	background-color:#dfdfdf;
	font-weight:bold;
}

.divCustomerOrderHeader > div{
	padding: 10px;
}

.divCustomerOrderHeaderDate{
}

.divCustomerOrderHeaderReferer{
}

.divCustomerOrderHeaderTotal{
	text-align:right;
}

.divCustomerOrderHeaderPayed{
	text-align: center;	
}

.divCustomerOrderHeaderShipped{
	text-align: center;	
}	
	
.divCustomerOrderSubHeader{
	cursor:pointer;
	background-color:#e8e8e8;
}

.divCustomerOrderSubHeader > div{
	padding: 10px;
}
	
.divCustomerOrderSubHeaderDate{
}

.divCustomerOrderSubHeaderReferer{
}

.divCustomerOrderSubHeaderTotal{
	text-align:right;
}

.divCustomerOrderSubHeaderPayed{
	text-align: center;
	cursor: default;
}

.divCustomerOrderSubHeaderShipped{
	text-align: center;
	cursor:default;
}

.divCustomerOrderDetailsHolder{
	background-color:#efefef;
	padding: 10px;
}
	
.divCustomerOrderDetailHeader{
	background-color:#e8e8e8;
	font-weight:bold;
}

.divCustomerOrderDetailHeader > div{
	padding: 10px;
}
	
.divCustomerOrderDetailHeaderTitle{
}

.divCustomerOrderDetailHeaderAmount{
	text-align:right;
}

.divCustomerOrdeDetailrHeaderPrice{
	text-align:right;
}

.divCustomerOrderDetailHeaderSubtotal{
	text-align:right;	
}

.divCustomerOrderDetail{
	background-color:#efefef;
}

.divCustomerOrderDetail > div{
	padding: 10px;
}
	
.divCustomerOrderDetailTitle{
}

.divCustomerOrderDetailAmount{
	text-align:right;
}

.divCustomerOrderDetailPrice{
	text-align:right;
}

.divCustomerOrderDetailSubtotal{
	text-align:right;	
}
	
.divCustomerOrderDetailFooter{
	background-color:#eaeaea;
	font-weight:bold;
}

.divCustomerOrderDetailFooter > div{
	padding: 10px;
}
	
.divCustomerOrdeDetailrFooterTotal{
	text-align:right;	
}

.divCustomerOrderDetailFooterPrice{
	text-align:right;	
}

.divCustomerOrderRemarks{
	margin-top:10px;
	padding: 10px;
}

/*** CUSTOMER CERTIFICATES ***/

.divCustomerCertificateHeader{
	background-color:#dfdfdf;
	font-weight:bold;
}

.divCustomerCertificateHeader > div{
	padding: 10px;
}

.divCustomerCertificateHeaderTitle{
}

.divCustomerCertificateHeaderDownload{
    text-align:right;
}

.divCustomerCertificateDetail:nth-child(even){
	background-color:#efefef;
}

.divCustomerCertificateDetail:nth-child(odd){
	background-color:#ffffff;
}

.divCustomerCertificateDetail > div{
	padding: 10px;
}
	
.divCustomerCertificateDetailTitle{
}

.divCustomerCertificateDetailDownload{
	text-align:right;
}

/*** CUSTOMER WISHLIST ***/ 

.divCustomerWishlistItem{
	moz-border-radius: 8px;
	webkit-border-radius: 8px;
	width: 100%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); 
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background-color: #FFF9F9;
	padding: 5px;
	position: relative;
	margin-bottom: 10px;
}


.divCustomerWishlistItemPhoto{
	height: 150px;
}

.divCustomerWishlistItemInfo{
	padding: 5px;
}

.divCustomerWishlistItemAddToBasket{
	padding: 5px;
	text-align: center;
}

.divCustomerWishlistItemRemove{
	padding: 5px;
	text-align: center;
}

.divCustomerProductIcon{
	margin: 51px 0 0 0;
	text-align: center;
	cursor: pointer;
}

.divCustomerProductIcon:hover{
	color: #c70752;
}

.divCustomerRemoveIcon{
	margin: 51px 0 0 0;
	text-align: center;
	cursor: pointer;
}

.divCustomerRemoveIcon:hover{
	color: #c70752;
}

/*----------------------------------------------- SHOP END -----------------------------------------------*/
/*----------------------------------------------- SHOP END -----------------------------------------------*/
/*----------------------------------------------- SHOP END -----------------------------------------------*/

/*** FORMS ***/

.frmGeneral{
	border:0;
	margin:5px 0 0 0;
	padding:0;
	width:100%;
}

.frmGeneral fieldset{
	border:0;
	margin:0;
	padding:0;
	width:100%;
}

.frmGeneral dl{
	border:0;
	border-bottom:solid 1px #e7e8e8;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	width:100%;
}

.frmGeneral dl:after{
	clear:both;
	content:".";
	display:block;
	height:0px;
	visibility:hidden;
}

.frmGeneral fieldset:last-of-type dl{
	border-bottom: none;
}

.frmGeneral dt{
	border:0;
	float:left;
	margin:0;
	min-height:40px;
	overflow:hidden;
	padding:0;
	width:35%;
}

.frmGeneral dd{
	border:0;
	float:left;
	margin:0;
	min-height:40px;
	overflow:hidden;
	padding:0;
	width:65%;
}

.frmGeneral input{
	background-color:#FFF9F9;
	border:solid 1px #5b5c5e;
	color:#000;
	margin:0 0 5px 0;
	padding:5px;
	width:100%;
}

.frmGeneral input.inputv1{
	max-width:50%;
	border-right: none;
}

.frmGeneral input.inputv2{
	max-width:50%;
}

.frmGeneral input.inputv3{
	max-width:70%;
	border-right: none;
}

.frmGeneral input.inputv4{
	max-width:15%;
	border-right: none;
}

.frmGeneral input.inputv5{
	max-width:15%;
}

.frmGeneral input.inputv6{
	max-width:25%;
	border-right: none;
}

.frmGeneral input.inputv7{
	max-width:75%;
}

.frmGeneral input.inputv8a,
.frmGeneral input.inputv8b{
	max-width:25%;
	border-right: none;
	padding:6px;
}

.frmGeneral input.inputv8b{
	border-right: 1px solid #5b5c5e;
}

.frmGeneral .selectv8{
	max-width:25%;
	width:25%;
}

.frmGeneral input:focus{
	background:none;
	background-color:#F4F4F4;
}

.frmGeneral textarea{
	background-color:#FFF9F9;
	border:solid 1px #333;
	color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	height:120px;
	margin-bottom:10px;
	padding:5px;
	width:100%;
}

.frmGeneral textarea:focus{
	background:none;
	background-color:#F4F4F4;
}

.frmGeneral select{
	background-color:#FFF9F9;
	border:solid 1px #333;
	color:#000;
	padding:5px;
	margin:0 0 5px 0;
}

.frmGeneral select:focus{
	background-color:#FFF9F9;
}

.frmGeneral select.option{
	background-color:#FFF9F9;
}

.frmGeneral .check{
	background:none;
	border:none;
	width:auto;
}

.frmGeneral .remChars{
	background:none;
	border:none;
	color:#000;
	font-size:10px;
	margin:0;
	padding:0;
	text-align:center;
	width:25px;
}

.frmGeneral .submit{
	background:none;
	background-color:#333;
	border:solid 1px #000;
	color:#FFF9F9;
	padding:5px;
	width:50%;
	cursor: pointer;
	-webkit-appearance: none;
}

.frmGeneral .submit:hover{
	background-color:#c70551;
	border:solid 1px #c70551;
}

.frmGeneral .submit:focus{
	background-color:#333;
	border:solid 1px #000;
}

.frmGeneral .readonly{
	color:#666;
}

.fieldError{
	border:1px solid #c70752 !important;
	background-color:#c70752 !important;
	color:#FFF9F9 !important;
}

.fieldErrorMessage{				
	display:block !important;
}

#divCaptchaInfo{
    margin-bottom:10px;
    font-style:italic;
    font-size:12px;
}

#divFormInfo{
    margin-bottom:10px;
    font-style:italic;
    font-size:12px;
}

ol {
	list-style: decimal inside;
}

ol li {
	margin-left:0px !important;
}

ol li strong {
	margin-left:10px !important;
}

ol li p {
	margin-left:24px !important;
}

/*** FIXES ***/

.clearfix:after
{
	clear:both;
	content:".";
	display:block;
	height:0px;
	visibility:hidden;
}

.clearfix
{
	display:inline-block;
}

* html .clearfix
{
	height:1%;
}

.clearfix
{
	display:block;
}
