@charset "utf-8";
html {
SCROLLBAR-BASE-COLOR: #FFF79A;
SCROLLBAR-ARROW-COLOR: #F6FF00;
}
body {
	margin:0px;
	padding: 0px;
	color: #DBDADA;
	font-size:11px;
	font-family:  Arial,Verdana, Helvetica, sans-serif;
	line-height: 18px;
	background: #000000;
}
td,th {
	color: #DBDADA;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
table,div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,blockquote,pre,form,input,textarea {
	margin: 0px;
	padding: 0px;
}

img,table {
	border: none;
}

ol,ul {
	list-style: none;
}

a:active {text-decoration: none;color:#FFF79A}
a:link {text-decoration:none;color:#FFF79A}
a:visited {text-decoration:none;color:#FFF79A}
a:hover {color:#F6FF00;text-decoration:underline}

/* -------------------------------------------------------------------
 float
------------------------------------------------------------------- */

br.clr {
	clear: both;
	font-size: 0px;
	line-height: 0px;	
}

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/

/* -------------------------------------------------------------------
 input text, select box, check box
------------------------------------------------------------------- */
input {	
	vertical-align: middle;
}

.textfiled{
	padding: 2px;
	background: #000000;
	border: 1px solid #8F8F8F;	
	color: #626262;
	vertical-align: middle;
}

.txtContact {
	margin-top:5px;
	padding: 2px;
	width: 300px;
	background: #151515;
	border: 2px solid #585858;	
	color: #FFFFFF;
	vertical-align: middle;
}

.textareaContact {
	margin-top:5px;
	padding: 2px;
	width: 300px;
	height: 200px;
	background: #151515;
	border: 2px solid #585858;	
	color: #FFFFFF;
	vertical-align: middle;
	scrollbar-base-color: #151515 ;
	scrollbar-face-color: #151515 ;
	scrollbar-arrow-color: #151515 ;
	scrollbar-3dlight-color: #151515 ;
	scrollbar-highlight-color: #151515 ;
	scrollbar-shadow-color: #151515 ;
	scrollbar-darkshadow-color: #151515 ;
}

.select_box {
	padding: 1px;
	background: #000000;
	outline:none;
	border-top: 1px solid #8F8F8F;
	border-bottom: 1px solid #8F8F8F;
	border-left: 1px solid #8F8F8F;
	border-right: 1px solid #8F8F8F;
	color:#626262;
	vertical-align: middle;
}

.check_box {
	border:none;
}

.textarea {
	margin-top:5px;
	padding: 2px;
	width: 380px;
	height: 200px;
	background: #151515;
	border: 2px solid #585858;	
	color: #FFFFFF;
	vertical-align: middle;
	scrollbar-base-color: #151515 ;
	scrollbar-face-color: #151515 ;
	scrollbar-arrow-color: #151515 ;
	scrollbar-3dlight-color: #151515 ;
	scrollbar-highlight-color: #151515 ;
	scrollbar-shadow-color: #151515 ;
	scrollbar-darkshadow-color: #151515 ;
}

.buttonSubmit {
	background:url(../images/bg_title_left.gif) repeat-x;
	border: 1px solid #999999;
	color:#FFFFFF;
	font-weight: bold;
	height: 30px;
}

.newHR {
	background: url(../images/line_dot.gif) center no-repeat;
}

* html .newHR {
	margin: 8px 0px;
}

/* -------------------------------------------------------------------
 image
------------------------------------------------------------------- */
.float_icon_new {
	position: absolute;
	height: 44px;
	width: 44px;
	margin: -33px 1px 2px 3px;
}

.img_calendar {
	padding-top:5px;
}
/*\*/
* html .img_calendar { padding-top:22px; }
/**/

.img_news {
	padding: 2px;
	border: 1px solid #737373;	
}

.img_product {
	border: 1px solid #000000;	
}

.img_row_product {
	padding: 5px;
	border: 1px solid #454545;	
}

.img_about_logo {
	padding:5px;
	border: 1px solid #929292;
}

.img_border_advert {
	border: 1px solid #929292;
}

/* -------------------------------------------------------------------
layout
------------------------------------------------------------------- */
div#box_stats_gallery {
	border: 1px solid #CCCCCC;
	padding: 8px;
}
	div#box_stats_gallery h1 {
		color: #FFFFFF;
		font-weight: bold;
		font-size: 11px;
		text-transform: uppercase;
	}
	div#box_stats_gallery .content {
		margin-top: 10px;
	}

div#wrap-top {
	padding: 0px;
	margin: 0px;
	background:url(../images/bg.gif) top repeat-x;
}

div#wrap {
	width: 777px;
	margin: 0px auto;
	padding-bottom: 20px;
	text-align: left;
}
/*\*/
* html div#wrap { padding:0px !important; }
/**/

div#wrap .navigation{
	font-weight: bold;
}

div#wrap .navigation a:link,
div#wrap .navigation a:active,
div#wrap .navigation a:visited{
	text-transform: uppercase;
	padding-bottom: 10px;
	color: #9BDC00;
	font-weight: normal;
	text-decoration: none;
}

div#wrap-menu {
	width: 777px;
	margin: 0px auto;
	margin-bottom: 15px;
	text-align: left;
}

div#wrap-menu .link a:link,
div#wrap-menu .link a:active,
div#wrap-menu .link a:visited{
	color: #949494;
	font-weight: bold;
	text-decoration: none;
}

div#wrap-menu .advert{
	padding: 7px;
	background: url(../images/bg_dot.gif);
}

div#wrap-footer {
	margin-top: 20px;
	border-top: 2px solid #5E5E5E;
	background:url(../images/bg_top_banner.gif) ;
}

div#warp-adver {
	width: 777px;
	margin: 0px auto;
	text-align: center;
}
	div#warp-adver img {
		max-width: 777px;
	}

.navation {
	text-transform: uppercase;
}

.tblDot{
	padding: 7px;
	background: url(../images/bg_dot.gif);
	color: #FFFFFF;
}

.tblContact {
	color:#FFFFFF;
}

.tblContact td{
	padding-top: 10px;
}

.tblDotCat{
	background: url(../images/bg_dot.gif);
	color: #FFFFFF;
}

.row_cat_news {
	background:url(../images/bg_cat_news.gif) no-repeat 12px;
	color: #FF5558;
	height: 24px;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 2px;
	font-weight: bold;
	text-transform: uppercase;
}

.row_cat_news a:link,
.row_cat_news a:active,
.row_cat_news a:visited{
	color: #FF5558;
}

.row_cat_news a:hover {
	color: #FF5558;
	
}

div#box_tutorial {
	background: #FFFFFF;
	color: #000000;
	padding: 8px;
}
	div#box_tutorial h5 {
		text-transform: uppercase;
		font-weight: bold;
		font-size: 12px;
		text-align: center;
	}
	div#box_tutorial .content {
		margin-top: 10px;
	}

/* -------------------------------------------------------------------
header
------------------------------------------------------------------- */

div#ct-area {
	width: 777px;
	margin: 0px auto;
	margin-bottom: 10px;
}

div#ct-area_news {
	width: 999px;
	margin: 0px auto;
	margin-bottom: 10px;
}

div#ct-left {
	float: left;
	margin-top: 2px;
	width: 206px;
	text-align: left;
}

div#ct-left_page {
	float: left;
	margin-top: 2px;
	width: 295px;
	text-align: left;
}

div#ct-left_contact {
	float: left;
	margin-top: 2px;
	width: 440px;
	text-align: left;
}

div#ct-left_about {
	float: left;
	margin-top: 2px;
	width: 450px;	
	background: url(../images/hr_1.jpg) top right repeat-y #FFFFFF;
	text-align: left;
}

div#ct-left_gallery {
	float: left;
	margin-top: 2px;
	width: 325px;
	text-align: left;
}

div#ct-left_news {
	float: left;
	margin-top: 2px;
	width: 208px;
	text-align: left;
}

div#ct-main {	
	float: left;
	margin-left: 20px;
	width: 328px;
	text-align: left;
}

div#ct-main_news {	
	float: left;
	margin-left: 20px;
	width: 549px;
	text-align: left;
}

div#ct-main_page {
	float: right;
	width: 470px;
	text-align: left;
}

div#ct-main_gallery {
	float: right;
	width: 430px;
	text-align: left;
}

div#ct-main_contact {
	float: right;
	width: 328px;
	text-align: left;
}

div#ct-main_about {
	float: right;
	width: 300px;
	text-align: left;
}

div#ct-right {
	margin-top: 2px;
	float: right;
	width: 206px;
	text-align: left;
}

div#ct-area:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#ct-area { display:inline-block; }
/*\*/
* html div#ct-area { height:1%; }
div#ct-area { display:block; }
/**/

/* -------------------------------------------------------------------
BOX
------------------------------------------------------------------- */
.tblCatProduct {
	background:url(../images/bg_cat_product.gif) top right no-repeat;
}

.content_main {
	padding: 5px;
	padding-top: 20px;
	border: none;
	font-size: 11px;
	border-left: 1px solid #4A4A4A;
	border-right: 1px solid #4A4A4A;
}

.bg_box_title {
	background:url(../images/bg_title_left.gif) repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

.bg_box_title_main {
	background:url(../images/bg_title_main.gif) repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

.title_box {
	padding-top: 12px;
	padding-left:10px;
}

.title_box a:link,
.title_box a:active,
.title_box a:visited{
	color: #fff;
	font-weight: bold;
	text-decoration:none;
	text-transform: uppercase;
}

/* -------------------------------------------------------------------
box entertaiment
------------------------------------------------------------------- */
.img_title_news_enter {
		height:46px;
		margin:-16px 0px 0px !important;
		position:absolute;
}

.title_news_enter {
	padding-top: 12px;
	padding-left: 60px;
}

/*\*/
* html .img_title_news_enter { margin:-13px 0px 0px !important; }
/**/

/* -------------------------------------------------------------------
box calendar
------------------------------------------------------------------- */
.img_title_calendar {
		height:41px;
		margin:-15px 0px 0px !important;
		position:absolute;
}

.title_calendar {
	padding-top: 9px;
	padding-left: 45px;
}

/*\*/
* html .img_title_calendar { margin:-12px 0px 0px !important; }
/**/

/* -------------------------------------------------------------------
box news main
------------------------------------------------------------------- */
.img_title_news_main {
		height:50px;
		margin:-14px 0px 0px !important;
		position:absolute;
}

.title_news_main {
	padding-top: 13px;
	padding-left: 8px;
}

/*\*/
* html .img_title_news_main { margin:-11px 0px 0px !important; }
/**/

/* -------------------------------------------------------------------
box forum
------------------------------------------------------------------- */
.img_title_forum {
		height:33px;
		margin:-6px 0px 0px !important;
		position:absolute;
}

.title_forum {
	padding-top: 11px;
	padding-left: 58px;
}

/*\*/
* html .img_title_forum { margin:-3px 0px 0px !important; }
/**/

/* -------------------------------------------------------------------
box play gallery
------------------------------------------------------------------- */
.img_title_gallery {
		height:48px;
		margin:-20px 0px 0px !important;
		position:absolute;
}

.title_gallery {
	padding-top: 11px;
	padding-left: 58px;
}

/*\*/
* html .img_title_gallery { margin:-17px 0px 0px !important; }
/**/

/* -------------------------------------------------------------------
box play main
------------------------------------------------------------------- */
.img_title_play_main {
		height:51px;
		margin:-18px 0px 0px !important;
		position:absolute;
}

.title_play_main {
	padding-top: 11px;
	padding-left: 58px;
}

/*\*/
* html .img_title_play_main { margin:-15px 0px 0px !important; }
/**/

/* -------------------------------------------------------------------
box poll
------------------------------------------------------------------- */
.img_title_poll {
		height:41px;
		margin:-14px 0px 0px !important;
		position:absolute;
}

.title_poll {
	padding-top: 11px;
	padding-left: 58px;
}

/*\*/
* html .img_title_poll { margin:-12px 0px 0px !important; }
/**/

/* -------------------------------------------------------------------
box weblink
------------------------------------------------------------------- */
.img_title_weblink {
		height:50px;
		margin:-14px 0px 0px !important;
		position:absolute;
}

.title_weblink {
	padding-top: 11px;
	padding-left: 58px;
}

/*\*/
* html .img_title_weblink { margin:-11px 0px 0px !important; }
/**/

/* -------------------------------------------------------------------
box weblink
------------------------------------------------------------------- */
.img_title_album {
		height:47px;
		margin:-19px 0px 0px !important;
		position:absolute;
}

.title_album {
	padding-top: 11px;
	padding-left: 58px;
}

/*\*/
* html .img_title_album { margin:-16px 0px 0px !important; }
/**/

/*################# PAGE ####################################*/
.pagelink {

	background: #000000;

	border: 1px solid #5E5E5E;

	padding: 1px 5px 1px 5px;

}
.pagecur {

	background: #000000;


	padding: 1px 5px 1px 5px;

	font-weight: bold;

	color: #FFFFFF;
}

/* -------------------------------------------------------------------
font
------------------------------------------------------------------- */
.text {
	text-align: justify;
}

.font_yellow_stats a:link,
.font_yellow_stats a:active,
.font_yellow_stats a:visited{
	color: #F6FF00;	
}
.font_yellow_stats a:hover{
	color: #FFF79A;	
	text-decoration:underline;
}

.font_title_news a:link,
.font_title_news a:active,
.font_title_news a:visited{
	color: #FFF79A;
	font-weight: bold;
	text-decoration:none;
	text-transform: uppercase;
}

.font_title_news a:hover {
	color: #F6FF00; 
	font-weight: bold;
	text-decoration:none;
	text-transform: uppercase;
}

.font_yellow {
	color: #FFF79A;
	text-decoration:none;
}
.font_yellow a:link,
.font_yellow a:active,
.font_yellow a:visited{
	color: #FFF79A;
	text-decoration:none;
}

.font_w_nort {
	color: #FFFFFF;
	text-decoration:none;
}
.font_w_nort a:link,
.font_w_nort a:active,
.font_w_nort a:visited{
	color: #FFFFFF;
	text-decoration:none;
}

.font_white {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	
}
.font_white a:link,
.font_white a:active,
.font_white a:visited{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

.font_red {
	color: #FF000C;
}

.font_normal {
	color: #9B9B9B;
}

.font_contact {
	color: #C2C2C2;
	font-weight: bold;
}

.font_italic {
	font-style:italic
}

.font_footer a:link,
.font_footer a:active,
.font_footer a:visited{
	color: #FFF79A;
	font-weight: bold;
	text-decoration:none;
	text-transform: uppercase;
}

/*----------------- cat -------------------*/
#title_box_cat {
	background: #8F8F8F;
	height:18px;
	color:#FFF69F;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	padding-top:7px;
}

.row_main_cat{
	height:20px;
	text-align:left;
	border-bottom:1px solid #D0DEFB;
	padding-left:9px;
	padding-top:2px;
	background-color:#EBF1FC;
	color:#5B92FF;
	font-weight:bold;	
}
.row_main_cat a:active {  text-decoration: none; color:#5B92FF}
.row_main_cat a:link {  text-decoration: none ; color:#5B92FF}
.row_main_cat a:visited {  text-decoration: none ; color:#5B92FF}
.row_main_cat a:hover {  color:#FFA800; text-decoration: none; }

/*-------------------------------- font shopping ---------------------*/
.border_cart {
	background:#878787;
}
.row_title_cart {
	background:#9C9C9C;
	color:#FFFFFF;
	height:25px;
}
.row_total_cart {
	background:#131313;
	color:#3369A7;
	height:25px;
}
.row_item_cart {
	background:#131313;
	height:22px;
}

-->
/*********************************    Menu     *********************************************/
/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	margin-top:2px;
}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {	
	position:relative;
	left:0px; top:0px;
	z-index:2;
}

.transMenu.top .items {	
	border-top:none;
}

/* each TR.item is one menu item */
.transMenu .item {	    
    font-size:11px;
    font-family:tahoma;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
		border:1px solid #A43F3F;
		cursor:pointer;
		cursor:hand;
}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=0);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=0);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background:#565656;
}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
}

INPUT.press {
	BORDER-RIGHT: #330000 2px solid; BORDER-TOP: #ff6699 2px solid; FONT-WEIGHT: bold; FONT-SIZE: 10pt; BORDER-LEFT: #ff6699 2px solid; CURSOR: hand; COLOR: #ffffff; BORDER-BOTTOM: #330000 2px solid; FONT-FAMILY: vedena; BACKGROUND-COLOR: #990000
}
INPUT.presschangecolor {
	BORDER-RIGHT: #330000 2px solid; BORDER-TOP: #3d82f4 2px solid; FONT-WEIGHT: bold; FONT-SIZE: 10pt; BORDER-LEFT: #3d82f4 2px solid; CURSOR: hand; COLOR: #FFFFFF; BORDER-BOTTOM: #330000 2px solid; FONT-FAMILY: vedena; BACKGROUND-COLOR: #1a52b8
}

/*################# CALENDAR ####################################*/
#heading {
        font-weight: bold;
        color: #FFFFFF;
}

.daytable {
        background-color: #8F8F8F;
        width: 99%;
}

.dayrow {
        height: 90px;
}


.dayhead {
        background-color: #232323;
        font-weight: bold;
				color:#FFFFFF;
        text-align: center;
}

.days {
    background-color: #000000;
    text-align: right;
    width: 14%;
		color:#FFFFFF;
		font-size:11px;
}

.img_title_calendar_page {
		height:51px;
		margin:-15px 0px 0px !important;
		position:absolute;
}

.title_calendar_page {
	padding-top: 5px;
	padding-left: 78px;
}

