html, body {
	background-color:#212121;
}

a:hover, a:link, a:visited, a:active, a:focus {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}

.checkbox-label-box,
button::-moz-focus-outer,
::-moz-focus-inner {
	border: 1px solid transparent!important;
}

#dhtmltooltip {
	background-color:#be88c4;
	border:2px solid #5c3673;
	color:#5c3673;
	font-weight:bold;
}

/*** TEXT_DEFAULT ***/
.text_smaller {
	color:#dcbadf;
	font-size:10px;
}

.text_small {
	color:#dcbadf;
	font-size:11px;
}

.text_normal {
	color:#dcbadf;
}

.text_big {
	color:#dcbadf;
}

.text_bigger {
	color:#dcbadf;
}

.text_biggest {
	color:#dcbadf;
}

/*** TEXT_COLOR ***/
.text_color_fault {
	color:#c352a2;
}

.text_color_other {
	color:#923c9d;
}

.text_color_akcio {
	color:#804188;
}

/*** LOGIN_FORM ***/
.box_login_field {
	width:220px;
	height:14px;
	margin-bottom:35px;
	padding-left:0;
	font-size:0;	
}

#box_login_content{
	width:220px;
	height:93px;
	margin: 0;
	padding:0;
	text-align:center;
	font-size:0;
}

.box_login_field label{
	width:50px;
	padding-top:2px;
	float:left;
	text-align:left;
}

#box_login_email .text_input input{
	background-color: transparent;
	border: none;
	font-size:11px;
	padding-top:2px;
	float:left;	
	width: 165px;
	color: #5b215e;		
}

#box_login_pass .text_input input{
	background-color: transparent;
	border: none;
	font-size:11px;
	padding-top:2px;
	float:left;	
	width: 165px;
	color: #5b215e;		
}

.box_login_field .text_small {
	color: #5b215e;
	padding:0;
}

.box_login_button input {
	width:44px;
	height:43px;
	margin-top:-90px;
	margin-left:210px;
	display:block;
	background:transparent url(../image/login_button.gif) no-repeat scroll 0 0;
	border-style:none;
	border:none;
	cursor:pointer;
	position:absolute;
}

.box_login_button input:hover {
	background:transparent url(../image/login_button_hover.gif) no-repeat scroll 0 0;
}

.box_login_button input.text_small {
	color:#bb95cb;
	font-size:0px;
	padding-bottom:8px;
	padding-right:6px;
}

* html .box_login_button input{
	margin-left:95px;
}

*:first-child+html .box_login_button input{
	margin-left:95px;
}

/*** LOGIN ERROR ***/

.box_login_error {
	width:220px;
	height:26px;
	margin-top:-61px;
	margin-left:100px;
	position:absolute;
	z-index:30;
}

/*** LOGOUT ***/

#box_login_content .box_login_logout{
	width:238px;
	height:89px;
	padding-top:8px;
	margin-left:-8px;
	margin-top:-7px;
	background: url(../image/logout_bg.gif);
	background-position:top left;
	background-repeat: no-repeat;	
	text-align:center;
	font-size:0;
	position:absolute;
	z-index:20;
}

* html #box_login_content .box_login_logout{
	margin-left:-123px;
}

*:first-child+html #box_login_content .box_login_logout{
	margin-left:-123px;
}

.box_login_logout .box_login_button input {
	width:44px;
	height:43px;
	margin-top:35px;
	margin-left:96px;
	display:block;
	background:transparent url(../image/logout_button.gif) no-repeat scroll 0 0;
	border-style:none;
	border:none;
	cursor:pointer;
	position:absolute;
}

.box_login_logout .box_login_button input.text_small {
	color:#FFFFFF;
	font-size:0px;
	padding-bottom:8px;
	padding-right:6px;
}

.box_login_logout .box_login_button input:hover {
	background:transparent url(../image/logout_button_hover.gif) no-repeat scroll 0 0;
}

* html .box_login_logout .box_login_button input{
	margin-left:-23px;
}

*:first-child+html .box_login_logout .box_login_button input{
	margin-left:-23px;
}

#box_login_content .text_color_fault {
	color:#dcbadf;
}

.box_login_logout .box_login_error {
	width:220px;
	height:26px;
	margin-top:0;
	margin-left:10px;
	position:absolute;
	z-index:30;
}

* html .box_login_logout .box_login_error {
	margin-left:-110px;
}

*:first-child+html .box_login_logout .box_login_error {
	margin-left:-110px;
}

/*** SEARCH ***/
.box_search_field {
	padding-bottom:0px; 
	width:154px;
	float:left;
}

.box_search_field label{
	display:none;
} 

.box_search_field label span.text_small{
	color: #f0d88a;
	font-size: 0px;
} 

#box_search_content{
	width:183px;
	margin: 0;
	text-align:left;
	float:left;
	overflow:hidden;
}

.box_search_field .text_small {
	color: #be5a02;
	padding: 0px;
}

.box_search_field .text_input input{
	width: 150px;
	height: 16px;
	background-color:transparent;
	border: none;
}

.box_search_field .text_input input.text_small{
	color:#efefed;
	padding-top:3px;	
	font-size:11px;
}

.box_search_button{
	float: left;
}

.box_search_button input {
	width:27px;
	height:20px;
	display:block;
	background:transparent url(../image/search_button.gif) no-repeat scroll 0 0;
	border-style:none;
	border:none;
	cursor:pointer;
}

.box_search_button input.text_small {
	color:#000000;
	font-size:0px;
	padding-top:8px;
}

/*** CATEGORY BOX***/

#box_cat_content .text_color_fault {
	color:#c352a2;
}

#box_cat_content ul li{
	padding:2px 0 3px 0;
	border-bottom:1px dotted #4d4d4d;	
}

#box_cat_content li{
	margin:0;
}

#box_cat_content li ul li{
	background-image: none;
	border-bottom: none;	
}

#box_cat_content .text_small{
	font-size:12px;
}		

#box_cat_content ul li a.text_small{
	padding-left:0;
}

#box_cat_content ul li ul li .text_small{
	padding-left:0;
}

#box_cat_content ul li ul {
	padding-left:8px;
}

#box_cat_content ul li .text_small{
	padding-left:4px;
}

#box_cat_content ul li .box_cat_spec a.text_small{
	padding-left:4px;
}


.cat_top {
	font-size:0;
	width:226px;
	height:12px;
	background: url(../image/box_left_top.gif) no-repeat top;
}

.box_cat_container {
	width:211px;
	padding-left:0;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;	
	background-image:url(../image/box_left_container.gif);
	background-repeat: repeat-y;
	overflow:hidden;
	text-align:left;
}

.menu_cat_div {
	width:170px;
	height:8px;
}

#menu_content3 {
	overflow:hidden;
	padding:0 15px;
	margin:0 auto;
	width:170px;
}

#menu_content3 ul {
	margin:0;
	padding:0;
	font-size: 1px;
}

#menu_content3 li {
	list-style-type: none;
	text-align:left;
	font-size: 1px;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:1px dotted #4d4d4d;		
}

* html #menu_content3 li {
	padding-top:0px;
	padding-bottom:1px;	
}

*:first-child+html #menu_content3 li {
	padding-top:0;
	padding-bottom:1px;	
}

.menu_content_sub li {
	padding-left:10px;
	font-size: 1px;
	padding-top:2px;
	padding-bottom:2px;
}

#menu_content3 a {
	font-size: 12px;
	color: #dcbadf;
	letter-spacing:1px;
}

#menu_content3 a:hover {
	text-decoration:none;
}

#menu_content4 {
	overflow:hidden;
	padding:0 15px;
	margin:0 auto;
	width:170px;
}

#menu_content4 ul {
	margin:0;
	padding:0;
	font-size: 1px;
}

#menu_content4 li {
	list-style-type: none;
	text-align:left;
	font-size: 1px;
	padding-top:2px;
	padding-bottom:3px;
	background: url(../image/menu_content.gif) no-repeat;
	background-position: top left;		
}

* html #menu_content4 li {
	padding-top:0px;
	padding-bottom:2px;	
	background: url(../image/menu_content2.gif) no-repeat;
	background-position: top left;		
}

*:first-child+html #menu_content4 li {
	padding-top:0;
	padding-bottom:2px;	
	background: url(../image/menu_content2.gif) no-repeat;
	background-position: top left;		
}

.menu_content_sub li {
	padding-left:10px;
	font-size: 1px;
	padding-top:2px;
	padding-bottom:2px;
}

#menu_content4 a {
	font-size: 12px;
	color: #dcbadf;
}

#menu_content4 a:hover {
	font-size: 12px;
	padding:0;
	margin:0;
	text-decoration:none;
	color:#c352a2;
}

#menu_content {
	width:230px;
	height:20px;
	padding:0;
	margin: 0;
	float:left;
}

#menu_content ul {
	margin:0;
	padding:0;
	font-size: 1px;
}

#menu_content li {
	list-style-type: none;
	text-align:center;
	font-size: 1px;
	padding-top:2px;
	padding-bottom:3px;
}

* html #menu_content li {
	padding-top:0px;
	padding-bottom:2px;		
}

*:first-child+html #menu_content li {
	padding-top:0;
	padding-bottom:2px;		
}

.menu_content_sub li {
	padding-left:10px;
	font-size: 1px;
	padding-top:2px;
	padding-bottom:2px;
}

#menu_content a {
	font-size: 12px;
	color: #dcbadf;
}

#menu_content a:hover {
	font-size: 12px;
	padding:0;
	margin:0;
	text-decoration:none;
	color:#c352a2;
}

#menu_content2 {
	width:230px;
	height:20px;
	padding:0;
	float:left;
	position:absolute;
	margin-top:-7px;
}

* html #menu_content2 {
	margin-left:-120px;
}

*:first-child+html #menu_content2 {
	margin-left:-120px;
}

#menu_content2 ul {
	margin:0;
	padding:0;
	font-size: 1px;
}

#menu_content2 li {
	list-style-type: none;
	text-align:center;
	font-size: 1px;
	padding-top:2px;
	padding-bottom:3px;	
}

* html #menu_content2 li {
	padding-top:0px;
	padding-bottom:2px;	
}

*:first-child+html #menu_content2 li {
	padding-top:0;
	padding-bottom:2px;		
}

.menu_content_sub li {
	padding-left:10px;
	font-size: 1px;
	padding-top:2px;
	padding-bottom:2px;
}

#menu_content2 a {
	font-size: 12px;
	color: #dcbadf;
}

#menu_content2 a:hover {
	font-size: 12px;
	padding:0;
	margin:0;
	text-decoration:none;
	color:#c352a2;
}

/*** DIV ***/
.page_hr {
	width:530px;
	height:3px;
	margin-bottom: 10px;
	margin-top: 10px;
	background: transparent url(../image/div.gif);
	background-repeat:no-repeat;
	background-position:center;
}

/*** NUM_ELEM ***/
.box_counter_element, .box_calendar_element {
	background-image: url(../image/num_elem.gif);
	padding-top: 2px;
	text-align: center;
	width: 22px;
	height: 16px;
}

/*** BOTTOM TEXT ***/
#bottomlink_content a.text_normal {
	color: #dcbadf;
}

#bottomlink_content span.text_normal {
	color: #dcbadf;
}

/*** BORDER ***/
.border_1 {
	border:1px #535353 solid;	
}
.border_2 {
	border:1px #838383 solid;	
}
.border_3 {
	border: none;	
}

/*** ART BOX***/

#box_art_content .box_art_element {
	border-bottom:1px dotted #4d4d4d;
	margin:0 0 5px 0;
	padding: 0 0 5px 0;
}

/*** TOP BOX***/

.box_top_num {
	vertical-align:middle;
	padding-top:0;
	text-align:center;
}

.box_top_text {
	padding:5px 0 0 3px;
	width:147px;
}

#box_top_content .box_top_element_1 .box_top_num {
	border-bottom:1px dotted #4d4d4d;
	padding-bottom:5px;
}

#box_top_content .box_top_element_1 .box_top_text {
	border-bottom:1px dotted #4d4d4d;
	padding-bottom:5px;
}

#box_top_content .box_top_element_2 .box_top_num {
	border-bottom:1px dotted #4d4d4d;
	padding-bottom:5px;	
}

#box_top_content .box_top_element_2 .box_top_text {
	border-bottom:1px dotted #4d4d4d;
	padding-bottom:5px;	
}

/*** BG_COLOR ***/
.bg_color_light1 {
	background-color:#753e81;	
}
.bg_color_light2 {
	background-color:#5a3070;	
}
.bg_color_light3 {
	background-color:#462460;
}
.bg_color_light4 {
	background-color:#462460;
}
.bg_color_light4:hover {
	background-color:#5a3477;
}
.bg_color_dark1 {
	background-color:#462460;	
}
.bg_color_dark2 {
	background-color:#5a3070;	
}
.bg_color_dark3 {
	background-color:#753e81;	
}
.bg_color_dark4 {
	background-color:#753e81;	
}
.bg_color_dark4:hover {
	background-color:#6d2b7c;	
}

/*** BUTTON ***/
#left .text_button input ,#right .text_button input ,#body .text_button input  {
	background:transparent url(../image/button_bg.gif) repeat-x scroll 0 0;
	margin-right:2px;
	margin-top:2px;
	padding-bottom:3px;
	height:17px;
	border:none;
}


#left .text_button input:hover ,#right .text_button input:hover ,#body .text_button input:hover{
	background:transparent url(../image/button_bg_hover.gif) repeat-x scroll 0 0;
	margin-right:2px;
	padding-bottom:3px;
	height:18px;
	border:none;
}

* html #left .text_button input:hover ,#right .text_button input:hover ,#body .text_button input:hover{
	background:transparent url(../image/button_bg_hover.gif) repeat-x scroll 0 0;
	margin-right:2px;
	padding-top:2px;
	height:18px;
	border:none;
}

* html #left .text_button input ,#right .text_button input ,#body .text_button input  {
	background:transparent url(../image/button_bg.gif) repeat-x scroll 0 0;
	margin-right:2px;
	margin-top:2px;
	padding-top:2px;
	height:18px;
	border:none;
}

*:first-child+html #left .text_button input:hover ,#right .text_button input:hover ,#body .text_button input:hover{
	background:transparent url(../image/button_bg_hover.gif) repeat-x scroll 0 0;
	margin-right:2px;
	padding-top:2px;
	height:18px;
	border:none;
}

*:first-child+html #left .text_button input ,#right .text_button input ,#body .text_button input  {
	background:transparent url(../image/button_bg.gif) repeat-x scroll 0 0;
	margin-right:2px;
	margin-top:2px;
	padding-top:2px;
	height:18px;
	border:none;
}

/*** TEXT INPUT ***/
#left .text_input input{
	background-color:transparent;
	border: solid 1px #555555;
}

#right .text_input input{
	background-color:transparent;
	border: solid 1px #555555;
}

#left .text_input select{
	background-color:#8a4c9f;
	border: solid 1px #555555;
}

#right .text_input select{
	background-color:#8a4c9f;
	border: solid 1px #555555;	
}

#body .text_input select, #body .text_input textarea, #body .text_input input {
	background-color:#8a4c9f;
	border: solid 1px #dcbadf;
}

.page_artdet_frame_right{
	width: 10px;
	background-image: url(../image/frame_right.gif);
	background-position: left;
	background-repeat: repeat-y;
}

.page_artdet_frame_left{
	width: 10px;
	background-image: url(../image/frame_left.gif);
	background-position: right;
	background-repeat: repeat-y;
}

.page_artdet_frame_top {
	width: 10px;
	background-image: url(../image/frame_top.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.page_artdet_frame_bottom {
	width: 10px;
	background-image: url(../image/frame_bottom.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.page_artdet_frame_topleft {
	width: 10px;
	height: 10px;
	background-color: transparent;
	background-image: url(../image/frame_topleft.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right bottom;
}

.page_artdet_frame_topright {
	width: 10px;
	height: 10px;
	background-color: transparent;
	background-image: url(../image/frame_topright.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left bottom;
}

.page_artdet_frame_bottomleft {
	width: 10px;
	height: 10px;
	background-color: transparent;
	background-image: url(../image/frame_bottomleft.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right top;
}

.page_artdet_frame_bottomright {
	width: 10px;
	height: 10px;
	background-color: transparent;
	background-image: url(../image/frame_bottomright.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}

.bg_color_light1 .text_color_fault, .bg_color_light2 .text_color_fault, .bg_color_light3 .text_color_fault, .bg_color_light4 .text_color_fault{
	color:#e15dba;
}

.bg_color_light1 .text_color_other, .bg_color_light2 .text_color_other, .bg_color_light3 .text_color_other, .bg_color_light4 .text_color_other{
	color:#c84fd8;
}

.bg_color_light1 .text_color_akcio, .bg_color_light2 .text_color_akcio, .bg_color_light3 .text_color_akcio, .bg_color_light4 .text_color_akcio{
	color:#e15dba;
}

.bg_color_dark1 .text_color_fault, .bg_color_dark2 .text_color_fault, .bg_color_dark3 .text_color_fault, .bg_color_dark4 .text_color_fault{
	color:#e15dba;
}

.bg_color_dark1 .text_color_other, .bg_color_dark2 .text_color_other, .bg_color_dark3 .text_color_other, .bg_color_dark4 .text_color_other{
	color:#c84fd8;
}

.bg_color_dark1 .text_color_akcio, .bg_color_dark2 .text_color_akcio, .bg_color_dark3 .text_color_akcio, .bg_color_dark4 .text_color_akcio{
	color:#e15dba;
}