@charset "utf-8";
body {

	width:100%;
	font:13px tahoma;
	color:3c4c5d;

}

a, a:link, a:visited {
	text-decoration:none;
	color:#000;
	cursor:pointer;
	/*border-bottom:1px dotted #999;*/
}
a:hover {
	text-decoration:underline;
}
a img{
	border:none;
}


.top_link{
	 float:right; 
	 margin-right:20px; 
	 font-size:11px;
	 color:#666666;
}
.top_link a{
	color:#666666;	
}


.img_env {
	padding:1px;
	border:1px solid #CCC;
	float:left;

}

img {
	margin:0px;
	padding:0px;

}

img.fixpng {
	filter: expression(fixPNG(this));
}

textarea {
	font:12px tahoma;
}

p {
	font: 12px Tahoma;
	color: #454545;
	text-align: left;
	margin: 10px 5px 10px 0px;	
	line-height:1.5em;
}



/*    SHARED     */

.in_jquery_dialog {
	font:12px tahoma, sans-serif;
	padding:20px 25px;
}

.in_jquery_dialog {
	font:12px tahoma, sans-serif;
	padding:20px 25px;
}







/******************************** FOR FCK EDITOR *****************************/
.fck_catch_block {
	width:100%;
}






/*         PUBLIC FORM       */
.textarea_input, .text_input {
	padding:1px 3px;
}
.button_input {
	padding:2px 10px;
	cursor:pointer;
}

.public_form .form_label {
	margin:10px 0 1px 0;
}	

.public_form .under_input_text {
	font-size:10px;
	color:#666;
	margin:0 0 0 1px;
}	




/*         HEADERS       */
.h1-block {
	padding:1px 0 2px;
	margin:0 0 20px 0;
	border-bottom:2px solid #3c4c5d;
}
.h1-block h1 {
	font:bold 18px Georgia, "Times New Roman", Times, serif;
	color:#3c4c5d;
	text-transform:uppercase;
	margin:3px 0 0 2px;
}

.h2-block {
	padding:2px 0 2px 0;
	font:15px Georgia, "Times New Roman", Times, serif;
	color:#B65921;	
	border-bottom:1px solid #B65921;
	margin:30px 0 10px 0;
}
.h2-block h2 {
	font:15px Georgia, "Times New Roman", Times, serif;
	color:#B65921;	
}






/*          ROOT   PATH           */
.root_path {
	overflow:hidden;
	width:100%;
	margin:-20px 0 15px 2px;
}
.root_path .path_item {
	float:left;
}
.root_path .path_item a {
	font:11px tahoma, arial;
	color:#3c4c5d;
}
.root_path .path_item a:hover {
	text-decoration:underline;
}
.root_path .path_delimiter {
	float:left;
	margin:1px 5px 0 5px;
	font-size:10px;
	cursor:default;
}
.root_path .path_delimiter img {
	height:5px;
	margin:5px 0 0 0;
}



/*  PAGINATION BAR   */
.pp_button, .pp_pushed_button {
	padding:0 3px ;
	margin:0 2px ;
}
.pp_pushed_button {
	font-weight:bold;
	text-decoration:underline;
	font:12px tahoma, sans-serif;
}

.pp_button a{
	text-decoration:underline;
	font:bold 12px tahoma, sans-serif;
}


.pp_prev_button img, .pp_next_button img {
	border:solid 0px;
}




/*         SIDE BLOCK       */
.side_block {
	margin:10px 15px;
}

.side_block_hat {
	padding:3px 5px;
	background-color:#99CC00;
}

.side_block_body {
	padding:3px 5px;
	background-color:#FFFF66;
}





/* LOADING BOX */

.loading_box {

	background-color:#FFFFFF;
	
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;

}

.loading_box .caption {

	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	color:#0099FF;
	
	padding-left:5px;
	padding-right:5px;

}
/*      QUICK ORDER      */

.quick_order_product_name {
	font-weight:bold;
	margin:8px 0 2px 0;

