/* webgarden.net - layout_ex007 - high class */

/* layout */
.page{
	margin: 0px 50px; padding: 0px;
	margin-bottom: 10px;	
}
.middle{
	margin: 0px 25px;
}
.left{
	float: left; width: 170px; margin-left: 0px;
}
.right{
	float: right; width: 150px; margin-right: 0px;
}
.center{
	margin: 0px 185px 0px 205px;	padding: 0px;
	_float:left; _margin-left:0px; _margin-right:0px; /* IE6 */ 
}
.icenter_ie{
	overflow:auto; _width:100%; /* IE6 */
}
/* common */
body, div, span, h1, h2, h3, h4, h5, h6, h7, form, ul, li, input, textarea, table, tr, td{
	margin: 0px; padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;	
}
img{
	border: 0px solid white;
}
body{
	background-color: rgb(0, 0, 0);	
	color: rgb(200, 200, 200);
}
.page{
	background-color: rgb(20, 20, 20);
	border-left: 1px solid rgb(40, 40, 40);
	border-right: 1px solid rgb(40, 40, 40);

}
.page a{
	color: rgb(200, 135, 30);
	text-decoration: underline;
}
.page a:hover{
	color: rgb(255, 255, 255);
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, h7{
	
}
/* lista */
.ilista
{
	padding: 0px 50px;
}
.lista a
{
	font-weight: normal;
	font-family: "Arial CE", Arial, Helvetica, sans-serif;
}
/* panels */
/* top */
.top{

}	
.paneltop
{
	padding: 10px 10px;
	font-size: 9px;	
	margin-bottom: 2px;
	background-color: rgb(40, 40, 40);
	min-width: 0;
}
.paneltop .panel
{
	height: 32px;
	float: left;
	margin-right: 2px;
	margin-top: 0px;
	font-size: 9px;	
	position: relative;
	border-right: 1px solid rgb(200, 135, 30);	
}

.paneltop .wide
{
	width: 160px;
}
.paneltop .narrow
{
	width: 100px;
}
.paneltop .last
{
	border-right: 0px solid rgb(200, 135, 30);	
}
.paneltop .panel .base
{
	font-size: 9px;
	padding: 4px 10px 10px 10px;	
}	
.paneltop .panel .base a
{
	text-decoration: none;	
}	
.paneltop .panel .base .content
{
	height: 24px;
}
.paneltop .panel .expand
{
	position: absolute;
	background-color: rgb(60, 60, 60);
	padding: 5px 10px;	
	z-index: 100;
	left: 0px;
}
.paneltop .panel .expand a
{
}
.paneltop .panel .expand .link
{
	margin: 5px 0px;
	font-weight: bold;
}

.top .titles .header{
	padding: 50px 30px 10px 30px;
	margin: 0px 0px 0px 0px;
}
.top .titles .header h1{
	font-weight: bold;
	font-size: 350%;	
	font-family: Times New Roman, serif;
	text-transform: uppercase;
	letter-spacing: 0.0em;
	color: rgb(255, 255, 255);
}
.top .titles .header h1 a{
	text-decoration: none;
	color: rgb(255, 255, 255);
}
.top .titles .content{
	padding: 5px 33px 50px 33px;
	margin: 0px 0px 0px 0px;
}
.top .titles .content h2{
	font-size: medium;
	letter-spacing: 2px;
	font-weight: normal;
	text-transform: uppercase;
	
	color: rgb(150, 150, 150);		
}
.top .titles .content h2 a{
	color: rgb(200, 135, 30);
	text-decoration: none;	
}



/* middle */
.middle
{
	border-top: 1px solid rgb(200, 135, 30);
	padding-top: 10px;
}



/* left, right */
.iiileft, .iiiright{
	padding: 5px 0px;
}

.menu{
	margin: 0px 0px 15px 0px;
	padding: 10px 0px;
}
.menu h3{
	font-size: medium;
	letter-spacing: 2px;
	font-weight: normal;
	text-transform: uppercase;
	color: rgb(150, 150, 150);
	padding: 2px 5px 12px 5px;
	
	color: rgb(255, 255, 255);
}
.menu ul{
	border-top: 0px solid rgb(170, 070, 000);	
}
.menu li{
	border-bottom: 0px solid rgb(170, 070, 000);
}
.menu li a{
	text-decoration: none; 

	display: block;	
	padding: 2px 5px 2px 5px;
	
	font-size: medium;
	letter-spacing: 2px;
	text-transform: uppercase;
	
	color: rgb(200, 135, 30);
}
.menu li a.selected{
	text-decoration: none;
	background-color: rgb(40, 40, 40);
	color: rgb(255, 255, 255);
}
.menu li a:hover{
	text-decoration: none;
	background-color: rgb(35, 35, 35);
}
.menu ul ul{
	border-top: 0px solid rgb(200, 200, 200);
	margin-top: 2px;	
	margin-bottom: 4px;
	font-size: 9px;
}
.menu li li{
	line-height: 10px;
}


.menu li li a{
	padding: 2px 5px 2px 10px;
	letter-spacing: 0px;
	font-size: x-small;
	font-weight: normal;
	color: rgb(100, 100, 100);

}
.menu li li a:hover{
}
.menu .submenu{
	position: absolute;
	left: 40px;
	float: left;
	top: 5px;
	z-index: 100;
	background-color: rgb(50, 50, 50);
	padding: 3px 0px 3px 0px;
	margin: 0px;
}
.menu .submenu li{
	padding: 0px 2px 0px 2px;
	margin: 0px;
}
.menu .submenu li:hover{
}
.menu .submenu li a{
	display: block;
	color: rgb(255, 255, 255);
	padding: 4px 4px ;
	margin: 0px;
	font-size: 1em;
}
.menu .submenu li a:hover{
	text-decoration: none;
	background-color: rgb(200, 135, 30);
}




.loginpanel
{
	font-size: x-small;
	border: 0px solid cyan;	
	min-width: 0;
}
.paneltop .loginpanel
{
	width: 135px;
}
.loginpanel .login, .loginpanel .password
{
	width: 65px;
	height: 20px;
	float: left;
	margin: 0px 0px 0px 0px;
	border: 0px solid red;
	text-align: right;
	vertical-align: middle;
	line-height: 20px;
}
.loginpanel .login_input, .loginpanel .password_input
{
	width: 65px;
	height: 20px;	
	float: right;
	margin: 0px 0px 1px 0px;
	border: 0px solid red;
}
.loginpanel .login_input input, .loginpanel .password_input input
{
	width: 60px;
	float: right;
}
.loginpanel .newuser
{
	width: 65px;
	float: left;
	margin: 2px 0px 0px 0px;	
	border: 0px solid red;
}
.loginpanel .newuser a
{
	text-decoration: underline;
	display: block; 
	font-weight: normal;
}
.loginpanel .submit
{
	width: 60px;
	height: 16px;	
	float: right;
	margin: 2px 0px 0px 0px;	
	padding-right: 0px;
	border: 0px solid cyan;
}
.loginpanel .submit input
{
	width: 62px;
	float: right;
}
.sidebar .loginpanel .line
{
	padding: 3px 0px 3px 0px;
}
.center .loginpanel
{
	width: 150px;
}


input.button
{
	font-size: small;
	color: rgb(40, 40, 40);
	border: 1px solid rgb(200, 135, 30);
	background-color: rgb(200, 135, 30);
	vertical-align: middle;
	height: 20px;
}
input.button:hover
{
	border: 1px solid rgb(255, 255, 255);
	background-color: rgb(255, 255, 255);
}
input.textinput,
select.textinput
{
	border: 1px solid rgb(200, 135, 30);
	vertical-align: middle;	
	background-color: rgb(40, 40, 40);
	color: rgb(200, 135, 30);
}
input.textinput
{
	height: 18px;		
}
input.fileinput
{
	height: auto;
}
input.text:hover,
select.text:hover
{
	border: 1px solid rgb(255, 255, 255);
}
textarea.text
{
	border: 1px solid rgb(200, 135, 30);
	background-color: rgb(40, 40, 40);
	color: rgb(200, 135, 30);
}
textarea.text:hover
{
	border: 1px solid rgb(255, 255, 255);
}




.sidebar{
	font-size: x-small; 
} 
.panelleft, .panelright{
	margin: 0px;
	padding: 0px;
	
}
.panelleft a, .panelright a{
}
.sidebar .panel{
	margin: 0px 0px 5px 0px;
	padding: 15px 5px;
	
}
.sidebar .panel:hover{
	background-color: rgb(30, 30, 30);
}
.panelright .last{
	margin: 0px 0px 0px 0px;
}
.panelleft .panel .header h3, .panelright .panel .header h3{
	margin-bottom: 5px;
	font-size: medium;
	letter-spacing: 2px;
	font-weight: normal;
	text-transform: uppercase;
	color: rgb(150, 150, 150);
	padding: 0px;
	
	color: rgb(255, 255, 255);
}
.panelleft .panel .peekaboo, .panelright .peekaboo{
	width: 100%;
}
.panelleft .panel .description, .panelright .panel .description{
	margin-bottom: 7px;
	color: rgb(200, 135, 30);
}
.sidebar .calendar table{
	width: 100%;
	margin: 0px auto;
}
.calendar td, .calendar th{
	font-size: 9px;
}
.calendar td{
	padding: 0px 2px 0px 1px;
	
}
.calendar .today{
	font-weight: normal;
	color: rgb(0, 0, 0);
	background-color: rgb(200, 135, 30);
}

.left .image, .right .image{}

/* center */
.center{
	padding: 20px 0px 0px 0px;
	font-size: small;
}
.center .content .category,
.center .content .document,
.center .content .thread
{
	margin: 0px 0px 50px 0px;
}
.center .content .navigation{
	margin: 0px 0px;
	padding: 0px 10px 10px 10px;
	color: rgb(200, 200, 200);
	font-size: small;
}
.center .content .navigation strong{
	font-weight: normal;
}
.center .content .navigation a{
}
.center .content .header{
}
.center .content .header h1{
	font-size: xx-large;
	margin: 0px 0px;
	padding: 0px 10px 10px 10px;
	font-weight: normal;
	font-family: Times New Roman, serif;
	letter-spacing: 0.1em;
	text-transform: none;

	color: rgb(255, 255, 255);
	
	text-decoration: none; 
}
.center .content .header .header_info{
	padding-left: 10px;
	padding-right: 10px; 
	margin-bottom: 10px;
}
.center .content .subcategories{
	font-size: small;
	padding: 0px 10px 10px 10px;
}
.center .content .subcategories ul{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.center .content .subcategories li{
	margin: 0px 0px 0px 0px;	
	padding: 0px;
	list-style-type: none;
}
.center .content .center_html{
	margin: 0px 8px 6px 8px;
	padding-bottom: 4px;
}
.center .content .content_parts{
	margin: 10px 0px 0px 0px;
}
.childs
{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
.center .child
{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

/* headers, footers */
.center .content .header
{
	padding: 0px 0px;
	margin: 0px 0px 5px 0px;
}
.center .childs .header
{
	padding: 0px 0px;
	margin: 0px 10px 10px 10px;
}
.center .childs .header h2
{
	font-size: xx-large;
	margin: 0px 0px;
	font-weight: normal;
	font-family: Times New Roman, serif;
	letter-spacing: 0.1em;
	text-transform: none;

	color: rgb(255, 255, 255);
	
	text-decoration: none;
}
.center .header .header_info
{
	padding: 0px 0px;
	margin: 3px 0px 0px 0px;
	font-size: small;
	color: rgb(100, 100, 100);	
}
.center .footer
{
	margin: 10px 10px 5px 10px;
	padding-bottom: 4px;
	border: 0px solid rgb(255, 090, 090);
	font-size: small;	
}
.center .footer .item
{
	font-size: 0.85em;
	color: rgb(100, 100, 100);
}
.center .footer .item
{
	display: inline;
}
.center .footer .level0
{
	text-align: right;
	float: right;
}
.center .footer .footer_info
{
	margin-top: 5px;
	position: absolute;
	float: left;
	z-index: 99;
	background-color: rgb(50, 50, 50);
	border: 0px solid rgb(211, 226, 255);
	padding: 3px;
	font-size: x-small;
	color: rgb(150, 150, 150);
	width: 460px;
}
.center .footer .footer_info h4
{
	border-bottom: 1px solid rgb(200, 135, 30);
	padding-bottom: 2px;
	margin-bottom: 2px;
	color: rgb(255, 255, 255);	
	font-size: small;
	font-weight: normal;
}

/* user */
.user
{
	display: inline;

}
.user .block
{
	border: 1px solid rgb(50, 50, 50);
	padding: 3px;
	margin: 3px 0px;
}
.user .block .avatar
{
	float: left;
}
.user .block .avatar img
{
	width: 48px;
	max-height: 70px;
	margin-right: 3px;
}
.user .block .created strong
{
	font-size: 13px;
}

.user .inline
{
	display: inline;

}
.user .inline .nickname
{
	border-bottom: 1px solid rgb(150, 150, 150);
	color: rgb(255, 255, 255);
	display: inline;
	background-color: rgb(50, 50, 50);
	cursor: pointer;
	padding: 1px 2px;
}
.user .inline .bounder
{
	position: absolute;
}
.user .inline .bounder .expand
{
	position: absolute;
	left: -15px;
	top: -15px;
	width: 300px;
	border: 1px solid rgb(150, 150, 150);
	padding: 3px;
	z-index: 1000;
	font-size: x-small;
	background-color: rgb(50, 50, 50);
}
.user .inline .bounder .expand .inickname
{
	color: rgb(255, 255, 255);
	font-size: medium;
}
.user .inline .bounder .expand .close
{
	float: right;
	text-align: center;
	width: 10px;
	line-height: 12px;
	border: 1px solid rgb(150, 150, 150);
	cursor: pointer;
	background-color: rgb(150, 150, 150);
	color: rgb(40, 40, 40);
	font-weight: bold;
}
.user .inline .bounder .expand .close:hover
{
	border: 1px solid rgb(220, 220, 220);
	background-color: rgb(220, 220, 220);
}
.user .inline .bounder .expand .avatar
{
	float: left;
}
.user .inline .bounder .expand .avatar img
{
	width: 64px;
	max-height: 100px;
	margin-right: 3px;
}
.user .inline .bounder .expand .user_content
{
	float: left;
	width: 220px;
}
.user .inline .bounder .expand .created strong
{
	font-size: 13px;
}



/* content_parts */
.center .content_part
{
	margin: 0px 0px;
}

.center .content_part .left_part{	text-align: left;}
.center .content_part .center_part{	text-align: center;}
.center .content_part .right_part{ text-align: right;}

.center .content_parts .headline,
.center .content_parts .text,
.center .content_parts .list,
.center .content_parts .table,
.center .content_parts .file,
.center .content_parts .video,
.center .content_parts .inquiry,
.center .content_parts .link,
.center .content_parts .widget,.center .content_parts .flash,.center .content_parts .gallery_fs
{
	padding: 0px 10px;
	margin-bottom: 20px;	
	font-size: small;
}
.content_parts .headline,
.content_parts .text,
.content_parts .list,
.content_parts .table,
.content_parts .file,
.content_parts .video,
.content_parts .inquiry,
.content_parts .link,
.content_parts .widget,.content_parts .flash,.content_parts .gallery_fs
{
	margin-bottom: 10px;
	font-size: x-small;
}
.content_parts .headline{}
.content_parts .headline h4{	text-decoration: underline; font-size: x-large; font-weight: normal;	font-family: Times New Roman, serif;	margin: 18px 0px 10px 0px; }
.content_parts .headline h5{	text-decoration: underline; font-size: large; font-weight: normal;	font-family: Times New Roman, serif;	margin: 12px 0px 8px 0px;	}
.content_parts .headline h6{	text-decoration: underline; font-size: medium; font-weight: normal;	font-family: Times New Roman, serif;	margin: 8px 0px 8px 0px;	}
.content_parts .image
{
	margin-bottom: 10px;
}
.center .content_parts .list li
{
	padding-left: 0px;
	margin-left: 15px;
	list-style-type: disc;
}
.center .content_parts .table table td
{
	background-color: rgb(102, 153, 255);
	color: rgb(255, 255, 255);
	padding: 2px 5px;
}


																		
.file .file_title{display: inline;}
.file .file_size{display: inline; font-size: x-small; margin-left: 4px;}
.file .file_desc{color: rgb(100, 100, 100); font-size: x-small;}
.file .file_time{color: rgb(100, 100, 100); font-size: x-small; display: inline;}
.file .file_name{color: rgb(100, 100, 100); font-size: x-small; display: inline;}


.center .gallery .gallery_img
{
	padding: 2px;	
	float: left;
	width: 142px;
	margin-bottom: 0px;
}
.center .gallery .gallery_img img
{
	border: 0px solid rgb(102, 153, 255);
}
.center .gallery .gallery_img .active_a
{	
	border: 0px solid rgb(255, 230, 100);
	padding: 7px;
	height: 150px;
	
}
.center .gallery .gallery_img .active_b
{
/*	border: 1px solid rgb(102, 153, 255);
		padding: 6px;	
			height: 151px;  */
	border-bottom: 0px solid rgb(102, 153, 255);
	padding: 7px;
	height: 150px;
	position: relative;
	padding: 7px;	
	background-color: rgb(50, 50, 50);

}
.center .gallery .active_a .img_name
{
	font-size: small;
}
.center .gallery .active_a .img_info
{
	display: block;
	position: absolute;
	display: none;
}
.center .gallery .active_b .img_info
{
	display: block;
	position: absolute;
/*	left: -1px;
	border: 1px solid rgb(102, 153, 255); 
	width: 140px; 	
	min-height: 80px;	*/
	border-top: 0px solid rgb(250, 160, 000);
	background-color: rgb(50, 50, 50);
	left: 0px;
	width: 142px;
	z-index: 100;
	color: rgb(255, 255, 255);
}
.center .gallery .gallery_img .active_b .img_name
{
	color: rgb(255, 255, 255);
	font-size: small;	
}
.center .gallery .iimg_info
{
	padding: 6px 6px 6px 7px;
}
.center .gallery .img_info .img_description{
	font-size: x-small;
	margin-bottom: 3px;
	color: rgb(200, 135, 030);
}
.center .gallery .img_info .date{
	padding: 0px 0px 0px 0px;
	color: rgb(255, 255, 255);
	font-size: x-small;
}




/* thread */

.center .thread 
{
	border: 0px dotted rgb(136, 187, 034);
	
}
.center .thread .pass .inline
{
	background-color: rgb(40, 40, 40);
	padding: 5px 10px;
	font-size: small;
	
}
.center .thread .pass .inline a
{

}
.center .thread .pass .inline .login_input,
.center .thread .pass .inline .password_input
{
	border: 1px solid rgb(200, 135, 30);
	height: 18px;
	vertical-align: middle;	
	background-color: rgb(40, 40, 40);
	color: rgb(200, 135, 30);
}
.center .thread .pass .inline #loginbutton,
.center .thread .sendform .area #sendbutton
{
	margin: 0px;
	vertical-align: middle;	
	height: 20px;
}
.center .thread .sendform .area{
	padding: 2px 10px;
	text-align: right;
}
.center .thread .sendform .area textarea{
	float: right;

}

.center .thread .report
{
	margin-bottom: 5px;
	margin: 0px 10px;	
}
.center .thread .user_info
{
	position: relative;
	width: 46px;
	float: left;
	margin-top: 7px;
	background-color: red;	
}
.center .thread .user_info .active_a
{
	border: 0px dotted rgb(136, 187, 034);
	background-color: rgb(230, 245, 255);
	padding: 3px;
}
.center .thread .user_info .active_b
{
	border: 0px dotted rgb(136, 187, 034);
	background-color: rgb(230, 245, 255);
	padding: 3px;		
	font-size: large; 
	position: absolute;
	z-index: 10;
	top: 0px;
}
.center .thread .user_info .ico
{
	text-align: center;
}
.center .thread .user_info .nickname
{
	color: rgb(200, 135, 030);

}
.center .thread .user_info .mail
{
	font-size: x-small;
}
.center .thread .user_info .age
{
	font-size: x-small;
	color: rgb(054, 162, 000);
}

.center .thread .user_info .numofposts
{
	font-size: x-small;
	color: rgb(054, 162, 000);
}
.center .thread .report_content
{
	margin-left: 55px;
	/* pri nezobrazovani leveho uzivatele */
	margin-left: 0px;
}
.center .thread .user_info_short .nickname
{

	color: rgb(200, 135, 030);
	font-size: x-small;
	font-weight: bold;
	margin-right: 5px;
}
.center .thread .user_info_short .date
{
	font-size: x-small;
	color: rgb(100, 100, 100);	

}
.center .thread .report_content .signature
{
	border-top: 1px solid rgb(40, 40, 40);
	margin-top: 3px;
}
.center .thread .report
{
	border-bottom: 1px solid rgb(40, 40, 40);
	padding: 5px;
}
.center .thread .report_text
{
	margin: 2px 0px;
}
.center .thread .report:hover
{
	background-color: rgb(30, 30, 30);
}
.center .thread .report .report_options
{
	color: rgb(054, 162, 000);
	font-weight: bold;
	text-align: right;
	font-size: small;
}
.center .thread .report .quote
{
	margin: 3px 3px 3px 15px;
	padding-left: 5px;
	border-left: 1px dotted rgb(50, 50, 50);
	font-size: x-small;
	color: rgb(150, 150, 150);
}
.center .thread .sendform .area
{
	margin: 2px 0px 3px 0px;
	overflow: hidden;
	text-align: right;
}
.center .thread .sendform .area textarea,
.center .thread .report_reply textarea
{
	width: 99%;
	margin-left: 0px;
	height: 50px;	
	display: block;
	margin: 3px 0px;
	padding: 0px;
	font-size: small;
	float: right;
}
.center .thread .report_reply input.button
{
	float: right;
}
.center .thread .smiles
{
	position: absolute;
	z-index: 120;
	background-color: rgb(250, 160, 000);
	padding: 3px;
	width: 80px;

}
.center .thread .smiles_switch
{
	position: relative;
	display: block;
}
.center .thread .smiles .smile
{
	float: left;
	padding: 2px;
	background-color: rgb(255, 180, 000);	
	border-bottom: 0px solid rgb(220, 220, 220);	
}
.center .thread .smiles .smile a, .center .thread .smiles .smile img
{
	padding: 0px; margin: 0px;
	border: 0px solid red;	
}

/* inquiry */
.inquiry
{

}
.inquiry h4
{
	margin-bottom: 5px;
	font-size: small;
	font-weight: normal;
	color: rgb(200, 135, 30);	
}
.sidebar .inquiry h4
{
	text-decoration: underline;	
	margin-bottom: 5px;
	font-size: x-small;
}
.center .inquiry .inquiry_item
{
	float: left;
	width: 24.5%;
}
.sidebar .inquiry 
{
	padding: 0px 0px;
}

.center .inquiry .inquiry_item .iinquiry_item
{
	margin: 0px 10px 0px 0px ;	
	padding: 5px;
	background-color: rgb(30, 30, 30);
}
.sidebar .inquiry .inquiry_item .iinquiry_item,
.paneltop .inquiry .inquiry_item .iinquiry_item
{
	margin: 0px 0px 0px 0px ;	
	padding: 5px;
	background-color: rgb(30, 30, 30);
}
.inquiry .inquiry_item .last
{
	margin: 0px 0px 0px 0px ;	
}
.inquiry .item_a:hover
{
	background-color: rgb(40, 40, 40);
	background-color: rgb(20, 20, 20);
}
.inquiry .item_a .bar
{
	margin: 3px 0px 0px 0px;
	background-color: rgb(20, 20, 20);
}
.inquiry .item_a .bar1
{
}
.inquiry .item_a .bar2
{
}
.inquiry .item_a .bar3
{
	background-color: rgb(20, 20, 20);
	margin: 0px 0px;
	height: 6px;
}
.inquiry .item_a .bar4
{
	text-align: right;
	background-color: rgb(200, 135, 030);
	height: 6px;	
}
.inquiry .item_a .bar5
{
}
.inquiry .item_a .info .option
{
	color: rgb(100, 100, 100);
	font-size: x-small;
}




/* x widget */
.content_parts .widget .search
{
	border: 1px solid rgb(200, 135, 30);
	padding: 5px;
}
.content_parts .widget .search input.textinput
{
	width: 60px;
}
.content_parts .widget .search input.button
{
	min-width: 55px;
}
.center .content_parts .widget .search input.textinput
{
	width: 400px;
}
.center .content_parts .widget .search input.button
{
	min-width: 75px;
}
.paneltop .content_parts .widget .search input.textinput
{
	width: 65px;
}
.paneltop .content_parts .widget .search input.button
{
	min-width: 55px;
}

.content_parts .widget .feedback h4
{
	margin-bottom: 4px;
}
.sidebar .content_parts .widget .feedback .feedback_tablebounder,
.paneltop .content_parts .widget .feedback .feedback_tablebounder
{
	border: 1px solid rgb(200, 135, 30);
	padding: 3px;
}


.sidebar .content_parts .widget .feedback textarea,
.paneltop .content_parts .widget .feedback textarea
{
	width: 120px;
}
.sidebar .content_parts .widget .feedback input.textinput,
.paneltop .content_parts .widget .feedback input.textinput
{
	width: 120px;
}

.center .content_parts .widget .feedback textarea
{
	width: 300px;
	height: 80px;
}
.center .content_parts .widget .feedback input.textinput
{
	width: 300px;
}
.center .content_parts .widget .feedback td.feedback_label
{
	padding-right: 5px;
}




/* pager */
.center .pager
{
	text-align: center;
	margin-bottom: 15px;
}
.center .ipager
{
	padding: 4px 2px 4px 2px;

}
.center .pager .item
{
	display: inline;
	font-size: medium;
	border: 0px solid rgb(000, 150, 100);
	padding: 0px 3px 1px 3px;
	margin-right: 1px;
	font-weight: bold;
	color: rgb(100, 100, 100);
}
.center .pager .item:hover
{
	background-color: rgb(50, 50, 50);
}
.center .pager .item a
{
}

/* gallery_film */
.content_parts .gallery .gallery_film
{
	margin: 0px 8px;
}
.content_parts .gallery .gallery_film .gallery_display
{	
	border-bottom: 1px solid rgb(255, 255, 255);
	background-color: rgb(235, 255, 196);
	padding-top: 0px;
	text-align: center;
}

.content_parts .gallery .gallery_film .gallery_display img
{	
	
}
.content_parts .gallery .gallery_film .gallery_thumbs
{
	border: 0px solid rgb(200, 215, 220);
	border-top: 0px solid rgb(200, 070, 030);	
	padding: 10px 10px 3px 10px;
}
.content_parts .gallery .gallery_film .gallery_thumbs img
{
	width: 48px;
	cursor: pointer;
}
.content_parts .gallery .gallery_film .gallery_display .gallery_display_info
{
	font-size: x-small;
	float: left;
	width: 24%;
	border-right: 1px solid rgb(054, 162, 000);	
	min-height: 300px;
	_height: 300px;
	
}
.content_parts .gallery .gallery_film .gallery_display .igallery_display_info
{
	padding: 10px;
	text-align: left;
}

.content_parts .gallery .gallery_film .gallery_display .igallery_display_info .name{
	font-size: small;
	color: rgb(054, 162, 000);	
	font-weight: bold;
	padding: 0px 2px 2px 2px;	

	border-bottom: 0px solid rgb(140, 200, 235);	
}
.content_parts .gallery .gallery_film .gallery_display .igallery_display_info .info{
	padding: 8px 2px 8px 2px;
	border-bottom: 0px solid rgb(120, 220, 150);
}
.content_parts .gallery .gallery_film .gallery_display .igallery_display_info .other{

	padding: 2px 2px 24px 2px;
}
.content_parts .gallery .gallery_film .gallery_display .igallery_display_info .other .date,
.content_parts .gallery .gallery_film .gallery_display .igallery_display_info .other .size{
	color: rgb(054, 162, 000);	
}


.content_parts .gallery .gallery_film .gallery_display .gallery_display_image
{
	float: left;
	width: 75%;
}
.content_parts .gallery .gallery_film .gallery_display .igallery_display_image
{
	padding: 10px 10px 0px 10px;
	text-align: left;	
}
.content_parts .gallery .gallery_film .gallery_display .igallery_display_image img
{
	max-height: 280px;
	max-width: 90%;
}

/* gallery full size */
.gallery_fs
{
	border: 0px solid red;
	overflow: hidden;
}
.gallery_fs .gallery_img
{
	float: none;
	width: auto;
	border: 0px solid red;
	padding: 0px;
}
.gallery_fs .gallery_img img
{
	max-width: 100%;
}
.paneltop .gallery_fs .gallery_img img
{
	max-width: 160px;
}
.gallery_fs .gallery_img .img_name,
.gallery_fs .gallery_img .img_info
{
}
.gallery_fs .gallery_img .img_info .iimg_info,
.gallery_fs .gallery_img .img_info .iimg_info .info
{
	margin: 0px;
	padding: 0px;
}



/* registration_content, messages */


.center .registration_content
{
	padding: 0px 10px;
}
.center .registration_content td
{
	padding: 2px 3px;
}

.center .messages_menu
{
	float: left;
	margin-left: 10px;
	width: 200px;
}

.center .messages_content
{
	margin: 0px 10px 0px 220px;

}




/* x advertisment */
.center .advertisment
{
	border: 1px solid rgb(200, 135, 30);
	padding: 5px 0px;
	margin: 20px 0px 5px 0px;
}
.center .advertisment .advertisment_block
{
	margin-bottom: 5px;
	padding: 2px 8px;
}
.center .advertisment .advertisment_block:hover
{
	background-color: rgb(200, 135, 30);
	color: rgb(255, 255, 255);
}
.center .advertisment .advertisment_divide_3 .advertisment_divide_block
{
	float: left;
	width: 33.3%;
}
.center .advertisment .advertisment_divide_2 .advertisment_divide_block
{
	float: left;
	width: 49.5%;
}
.center .advertisment .advertisment_link .advertisment_img
{
	float: left;
	width: 40px;
}
.center .advertisment .advertisment_link .advertisment_img img
{
	max-width: 35px;
}
.center .advertisment .advertisment_block .advertisment_title a
{
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
	display: block;
}
.center .advertisment .advertisment_block .advertisment_text a
{
	text-decoration: none;
	display: block;	
}
.center .advertisment .advertisment_block .advertisment_url a
{
	text-decoration: none;
	display: block;
	color: rgb(255, 255, 255);
}
.center .advertisment .advertisment_block:hover .advertisment_title a,
.center .advertisment .advertisment_block:hover .advertisment_text a,
.center .advertisment .advertisment_block:hover .advertisment_url a
{
	color: rgb(255, 255, 255);
}
.center .advertisment .advertisment_banner .advertisment_img
{
	padding: 3px;
	text-align: center;
}
.center .advertisment .advertisment_banner .advertisment_img img
{
}
.center .advertisment .advertisment_banner .advertisment_title a,
.center .advertisment .advertisment_banner .advertisment_text a,
.center .advertisment .advertisment_banner .advertisment_url a
{
	text-align: center;
}

.center .advertisment .advertisment_selfpromo
{
	text-align: right;
	font-size: 0.8em;
	padding: 0px 5px;
}





/* x bottom */
.bottom
{
	font-size: 0.7em;
	background-color: rgb(040, 040, 040);
}

.bottom .footer
{
	padding: 5px 20px 5px 20px;
	font-size: 1.3em;	
}

.bottom .bottom_ad
{
	background-color: rgb(050, 050, 050);
	padding: 10px 10px 10px 10px;
	border-top: 1px solid rgb(200, 135, 030);
}
.bottom .bottom_ad:hover
{
	background-color: rgb(070, 070, 070);
}
.bottom .ibottom_ad
{
}
.bottom .bottom_ad_item
{
	float: left;
	width: 24.5%;

}
.bottom .bottom_ad .col
{
	border-right: 1px solid rgb(200, 135, 030);
	padding: 10px;
}
.bottom .bottom_ad .last .col
{
	border-right: 0px solid rgb(136, 187, 034);
}
.bottom .bottom_ad h4
{
	color: rgb(200, 135, 030);
	font-size: 1.4em;
	margin: 0px 0px 5px 0px;
}
.bottom .bottom_ad a
{
	font-weight: normal;
	font-size: 1.2em;
	color: rgb(150, 150, 150)
}
.bottom .bottom_ad a:hover
{
	color: rgb(255, 255, 255)
}
.bottom .bottom_ad .col
{
}
.bottom .webgarden
{
	padding: 5px 20px 5px 20px;
	font-size: 1.3em;
	border-top: 1px solid rgb(200, 135, 030);	
}
.bottom .webgarden a
{

}
.cleaner_inquiry
{
	clear: both;
	height: 6px;
	padding:0px;
	margin:0px;
	border: none;
	font-size: 1px;
}














































/*WEBGARDEN_EDITOR*/
.screen .page .top .titles .header{width:1000px;background-color:#000000;}
.screen .page .top .titles .header:hover{}
.screen .page .top .titles{width:2px;}
.screen .page .top .titles:hover{}
.screen .page{background-color:#000000;}
.screen .page:hover{}
.screen .page .top .paneltop{background-color:#000000;}
.screen .page .top .paneltop:hover{}
.screen .page .middle{background-repeat:no-repeat;background-image:url('http://media0.webgarden.name/cssimages/media0:4afd7913d3436.jpg/media0:4afd7913d3436.jpg');}
.screen .page .middle:hover{}
.screen .page .top{background-color:#000000;}
.screen .page .top:hover{}
.screen .page .bottom{background-color:#000000;}
.screen .page .bottom:hover{}
.screen{background-color:#000000;}
.screen:hover{}
