/*** INCLUDE ***/
@import url('../../../base/000002/css/page_width.css');

/*** POPUP ***/
.banner_popup {
	border:10px solid #7cc118;
	border:10px solid rgba(124, 193, 24, 0.698);
}

/*** TEXT_DEFAULT ***/
.text_smaller {
	color:#787878;
	font-size:10px;
}

.text_small {
	color:#787878;
	font-size:11px;
}

.text_normal {
	color:#787878;
	font-size:12px;
}

.text_big {
	color:#787878;
}

.text_bigger {
	color:#787878;
}

.text_biggest {
	color:#787878;
}

/*** TEXT_COLOR ***/
.text_color_fault {
	color:#be0f02;
}

.text_color_other {
	color:#73a725;
}

/*** BORDER ***/
.border_1 {
	border:1px #7f7f7f solid;	
}

.border_2 {
	border:1px #cccccc solid;	
}

.border_3 {
	border:2px #cccccc solid;	
}

/*** CMS MENU ***/
#cms_menu {
	width:236px;
	margin:0 auto;	
}

#cms_menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#cms_menu ul ul {
	padding:0 0 0 8px;
}

#cms_menu li {
	margin:0;
	padding:0;
	text-align:left;
}

#cms_menu a {
	font-size: 13px;
	text-decoration:none;
	color:#787878;
}

#cms_menu a:hover {
	color:#535353;
}

/*** FIX PAGE DESIGN ***/
.page_artlist_name_inside_2 {
	height:41px;
	margin-bottom:3px;
}

/*** HEADER MENU ***/
#header_menu_left {
	width:3px;
	height:42px;
	float:left;
	background-image:url("../image/header_menu.gif");
	background-repeat:no-repeat;
	background-position:0 0;	
}

#header_menu_content {
	width:994px;
	height:42px;
	float:left;
	background-image:url("../image/header_menu.gif");
	background-repeat:repeat-x;
	background-position:0 -42px;		
}

#header_menu_right {
	width:3px;
	height:42px;
	float:left;
	background-image:url("../image/header_menu.gif");
	background-repeat:no-repeat;
	background-position:0 -84px;					
}


/*** HORIZONTAL MENU ***/
#header_menu_content {
	height:42px;
    width:994px;
}

#header_menu_content ul {
	margin:0;
	padding:0;
	list-style:none;
}

#header_menu_content li {
	margin:0;
	padding:0;
}

#header_menu_content a {
	display:block;
	width:auto;
	height:30px;
	float:left;
	color:#FFFFFF;
	font-size:14px;
	text-align:center;
	border-right:solid 1px #73b417;
	padding:12px 12px 0 12px;
	background-image:url("../image/header_menu.gif");
	background-repeat:repeat-x;
	background-position:0 -200px;
}

#header_menu_content li.selected_menu a {
	background-position:0 -126px;
}

#header_menu_content a:hover {
	text-decoration:none;
	background-position:0 -126px;
}

#header_menu_content strong {
	font-weight:normal;
}

/*** SLIDESHOW ***/
#banner_start_big_content {
	display:none;
	margin-bottom:15px;
}

#ud_cms_start #banner_start_big_content {
	display:block;
}

#slideshow_banners {
	width:1000px;
	height:auto;
	background-image:url("../image/slideshow_bg.gif");
	background-repeat:no-repeat;
	background-position:0 0;	
	margin:0 auto;
	margin-bottom:0;
}

#slideshow {
	width:1000px;
	height:auto;
	float:left;
}

#banner_start_big_content .nivo-caption {
 	z-index:8;
}

.nivo-controlNav a.active {
    background-color: #7dc018;
    color: #FFFFFF;
}

.nivo-controlNav a {
    background-color: #FFFFFF;
    border: 1px solid #7dc018;
    color: #7dc018;
}

/*** DIV ***/
.page_hr {
	height:3px;
	background-color:#efefef;
	background-image:none;
	border:none;
}

/*** NUM_ELEM ***/
.box_counter_element, .box_calendar_element {
	background-image: url(../image/num_elem.gif);
}


/*** BOTTOM TEXT ***/
#bottomlink_content a.text_normal {
	color: #73a725;
}

#bottomlink_content span.text_normal {
	color: #73a725;
}

/****** MENU *********/
/*** Superfish STYLES ***/
#menu_content ul ul {
	position:		absolute;
	top:			0;
	width:			220px; /* left offset of submenus need to match (see below) */
	white-space:nowrap;
}
#menu_content ul ul li {
	width:			100%;
}
#menu_content ul li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#menu_content ul li {
	float:			left;
	position:		relative;
}
#menu_content ul a {
	display:		block;
	position:		relative;
}
#menu_content ul li:hover ul,
#menu_content ul li.sfHover ul {
	left:			0;
	top:			43px; /* match top ul list item height */
	z-index:		3000;
}
#menu_content ul li:hover li ul,
#menu_content ul li.sfHover li ul {
	top:			-999em;
}
#menu_content ul li li:hover ul,
#menu_content ul li li.sfHover ul {
	left:			220px; /* match ul width */
	top:			0;
}
#menu_content ul li li:hover li ul,
#menu_content ul li li.sfHover li ul {
	top:			-999em;
}
#menu_content ul li li li:hover ul,
#menu_content ul li li li.sfHover ul {
	left:			220px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
#menu_content ul {
	float:			left;
	margin-bottom:	0px;
}
#menu_content ul a {
	text-decoration:none;
}
#menu_content ul li li {
	/*background:		#AABDE6;*/
	background-image:none;
	padding:0;
	border-bottom: 1px solid #CCC;
	background-color:#7cc317;
}

#menu_content ul li li:hover, #menu_content ul li li.sfHover,
#menu_content ul li li a:focus, #menu_content ul li li a:active {
	background:		#74b815;
	outline:		0;
}

/*** arrows **/
#menu_content ul a.sf-with-ul {
	padding-right: 	30px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
	top:0;
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	width:			10px;
	height:			20px;
	text-indent: 	0;
	overflow:		hidden; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:11px;
	right:10px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px;
	display:none; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#menu_content ul ul .sf-sub-indicator { background-position:  -10px 0; }
#menu_content ul ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#menu_content ul ul a:focus > .sf-sub-indicator,
#menu_content ul ul a:hover > .sf-sub-indicator,
#menu_content ul ul a:active > .sf-sub-indicator,
#menu_content ul ul li:hover > a > .sf-sub-indicator,
#menu_content ul ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

#header_menu_content li li a {
	background-image:none;
	border-right:0;	
}