/*.left
{
	text-align: left;
}*/
/*.center
{
	text-align: center;
}*/
/*.right
{
	text-align: right;
}*/
/*Tool-tips (aka hints)*/
/*#dhtmltooltip
{
	position: absolute;
	width: 150px;
	border: 1px solid #CCCCCC;
	padding: 1px;
	visibility: hidden;
	z-index: 100;
	(*Remove below line to remove shadow. Below line should always appear last within this CSS*)
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=120);
}*/
/*for all page*/
/*A.dotted
{
	border-bottom: 1px dotted #1E85AE;
	text-decoration: none;
}*/
/*.path_box
{
	font-size: 11px;
	margin: 0 0 0 3px;
}*/
/*.path_box A
{
	text-decoration: none;
}*/
/*.path A
{
	text-decoration: none;
}*/
/*.sort
{
	float: right;
	min-width: 200px;
	text-align: right;
	font-size: 11px;
	display: block;
	color: #048FCE;
	padding-top: 7px;
	padding-right: 0;
	margin: 7px 0 0;
}*/
/*.sort INPUT
{
	padding: 2px 7px;
	background: #626262;
}*/
/*.showing
{
	text-align: left;
	font-size: 12px;
	padding: 0 0 0 10px;
}*/
/*.showing_right
{
	text-align: right;
	font-size: 12px;
	padding-top: 5px;
	float: right;
}*/
/*.count_jobs
{
	float: right;
	margin: 21px 0 0;
}*/
/*titles & dates & small parts*/
/*.file
{
	font-weight: bold;
}*/
/*.date
{
	font-weight: bold;
}*/
/*.tellfriend A
{
	color: #038232;
	(*[disabled]text-decoration:none;*)
	font-weight: bold;
}*/
/*.title
{
	font-size: 16px;
	color: #A10101;
	font-family: "Trebuchet MS";
	(*[disabled]font-weight:bold;*)
}*/
/*.title A
{
	text-decoration: none;
	color: #A10101;
}*/
/*.title A:hover
{
	color: #AD1F03;
	text-decoration: underline;
}*/
/*.title_sm_bg
{
	background: #ECECEC;
	font-weight: bold;
}*/
/*.title_sm_bg_invoice
{
	background: #D5D5D5;
	font-weight: bold;
}*/
/*.cat_title
{
	(*[disabled]font-size:18px;*)
	(*[disabled]color:#E85800;*)
	(*[disabled]font-family:"Trebuchet MS";*)
	(*[disabled]border-bottom:1px solid #E85800;*)
	(*[disabled]padding-left:10px;*)
	(*[disabled]padding-bottom:3px;*)
	(*[disabled]margin-bottom:3px;*)
}*/
/*.cat_title A
{
	(*[disabled]color:#E85800;*)
	(*[disabled]text-decoration:none;*)
	(*[disabled]font-family:"Trebuchet MS";*)
}*/
/*.table_line TD
{
	border-bottom: 1px solid #CCCCCC;
	padding: 3px;
}*/
/*.table_line TH
{
	background: #929292;
	color: #FFFFFF;
}*/
/*.table_line .sub_title_sm
{
	background: #F2F2F2;
	font-size: 11px;
}*/
/*.form_title
{
	text-align: right;
}*/
/*.form_field
{
	text-align: left;
}*/
/*.list_title_td
{
	background: #958F8F;
	color: #FFFFFF;
}*/
/*.list_edit_title_td
{
	background: #6594E0;
	color: #FFFFFF;
}*/
/*.list_del_title_td
{
	background: #6594E0;
	color: #FFFFFF;
}*/
/*.list_title_td A
{
	color: #FFFFFF;
	text-decoration: none;
}*/
/*.list_select_title_td
{
	background: #929292;
	color: #FFFFFF;
	padding: 0px;
}*/
/*.list_td_sel
{
	padding: 0px;
}*/
/*.list_item
{
	padding: 10px 5px;
	text-align: left;
	border-bottom: 1px solid #E8E6E6;
}*/
/*.more_right
{
	text-align: left;
	font-size: 12px;
	float: right;
	margin: 5px 0;
}*/
/*for top*/
.all_panel
{
	width: 1010px;
	display: inline-block;
}
.header_search
{
	float: right;
	margin: 10px 20px 0px;
	text-align: right;
	color: #048FCE;
	font-size: 11px;
}
.header_search .go
{
	font-size: 13px;
	font-weight: bold;
	padding: 2px 5px;
	margin: 0;
	/*[disabled]height:21px;*/
	/*[disabled]width:29px;*/
	cursor: hand;
	background: #626262;
}
.header_search A
{
	color: #048FCE;
	text-decoration: none;
	text-transform: uppercase;
}
.header_search A.cart
{
	color: #E44500;
}
.header_search .search
{
	margin-top: 10px;
}
.header_search .search A
{
	text-transform: none;
	color: #282828;
}
/*****************************************************
MEGA MENU START*/
.mega_menu_wrop
{
	height: 31px;
	/*[disabled]z-index:200;*/
	background: url(../img/top_menu_bg.jpg) repeat-x;
	margin: 0px 5px;
	z-index: 20;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #ccc 0px 3px 3px;
	-moz-box-shadow: #ccc 0px 3px 3px;
	box-shadow: 0px 3px 3px #CCC;
	behavior:   url(css/PIE.htc);
}
UL.mega_menu
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
UL.mega_menu LI
{
	/*Making LI-s flat*/
	display: inline;
	position: relative;
	/*Setting up look and feel*/
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background: none;
	float: left;
	border: none;
}
UL.mega_menu LI.first
{
	padding-left: 10px;
}
UL.mega_menu LI.sel
{
	color: #FFFF00;
	background: url(../img/top_menu_bg_sel.jpg);
}
UL.mega_menu LI A
{
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	padding: 9px 15px;
	line-height: 100%;
	display: block;
	font-family: "Trebuchet MS";
	font-size: 13px;
	text-decoration: none;
	border-right: 1px solid #FDAA37;
}
UL.mega_menu LI A:hover
{
	color: #9A0000;
}
.acc_menu UL.mega_menu LI A
{
}
/**/
UL.mega_menu LI DIV
{
	position: absolute;
	z-index: 100;
	display: none;
	top: 31px;
	left: 0px;
	width: 150px;
	margin: 0 0px 0px;
	background: #FD9F32 repeat-x;
	padding: 0px;
	border-top: 1px solid #B72F10;
	padding: 5px 15px 10px;
	text-align: left;
	color: #FFF;
	-webkit-border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
}
UL.mega_menu LI DIV H3
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
	margin: 5px 0 3px;
}
UL.mega_menu LI.hovering DIV
{
	display: block;
}
UL.mega_menu LI DIV P
{
	margin: 2px 0 8px 5px;
	padding: 0;
	display: block;
}
UL.mega_menu .news_menu
{
	width: 300px;
}
UL.mega_menu LI DIV UL
{
	margin: 0;
	padding: 0;
	list-style: none;
}
UL.mega_menu LI DIV UL LI
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: none;
	display: block;
}
UL.mega_menu LI DIV A
{
	display: block;
	margin: 0 0px 0 0;
	padding: 5px 0 5px 8px;
	background: url(../img/arr_menu.gif) no-repeat center left;
	text-transform: none;
	border-bottom: 1px dotted #FFC57F;
	border-right: none;
}
UL.mega_menu LI DIV .read_more
{
	font-size: 11px;
	background: url(../img/arr_menu.gif) no-repeat center right;
	text-align: right;
	padding: 2px 8px 2px 0;
	color: #FC1A0C;
	border-bottom: none;
}
UL.mega_menu LI:first-child DIV
{
	width: 300px;
	margin-left: 10px;
}
UL.mega_menu LI:first-child + LI + LI DIV
{
	width: 160px;
	margin-left: 10px;
}
/**/
/*dd menu acc
end for top
*********************************************************************************************************************
center content*/
/*.content
{
	margin: 15px 20px 5px;
	min-height: 600px;
}*/
/*.content_left
{
	float: left;
	text-align: left;
	width: 190px;
	margin-right: 15px;
}*/
/*.content_left H2
{
	margin-left: 5px;
}*/
/*.content_mid
{
	float: left;
	text-align: left;
	width: 480px;
	margin-left: 7px;
	margin-bottom: 20px;
}*/
/*.content_mid_checkout
{
	width: 630px;
	margin-left: 38px;
}*/
/*.content_mid_index
{
	float: left;
	text-align: left;
	width: 446px;
}*/
/*.content_mid_zoom
{
	float: left;
	text-align: left;
	width: 720px;
	margin-right: 0;
	margin-left: 20px;
	margin-bottom: 20px;
}*/
/*.content_mid_all
{
	float: left;
	text-align: left;
	width: 918px;
	margin-right: 0;
	margin-left: 20px;
	margin-bottom: 20px;
}*/
/*.content_mid_blog
{
	float: left;
	text-align: left;
	width: 680px;
	margin-right: 25px;
	margin-left: 10px;
	margin-bottom: 20px;
}*/
/*.content_mid_video
{
	float: left;
	text-align: left;
	width: 687px;
	margin-left: 7px;
	margin-bottom: 20px;
}*/
/*.content_pictures
{
	float: left;
	text-align: left;
	width: 670px;
	margin-right: 0;
	margin-left: 20px;
	margin-bottom: 20px;
}*/
/*.content_mid_team
{
	float: left;
	text-align: left;
	width: 720px;
	margin-right: 0;
	margin-left: 20px;
	margin-bottom: 20px;
}*/
/*.content_right
{
	float: right;
	text-align: left;
	width: 250px;
	margin-right: 0;
}*/
/*.content_right H2
{
	margin-left: 5px;
}*/
/*.content_right_index
{
	float: right;
	text-align: left;
	width: 300px;
	margin-right: 0;
}*/
/*.content_right_index H2
{
	margin-left: 5px;
}*/
/*.content_right_video
{
	float: right;
	text-align: left;
	width: 250px;
	margin-right: 0;
}*/
/*.content_right_video H2
{
	margin-left: 5px;
}*/
/*.content_right_pictures
{
	float: right;
	text-align: left;
	width: 233px;
	margin-right: 0;
}*/
/*.content_index_bot
{
	float: left;
	text-align: left;
}*/
/*.content_mid .list_item
{
	(*[disabled]padding:10px 5px;*)
}*/
.alerts
{
	margin: 20px 0 0;
}
.alerts .text
{
	padding: 0 5px;
}
.alerts INPUT
{
	margin-left: 5px;
}
.alerts INPUT[type=text]
{
	width: 174px;
	margin-bottom: 3px;
}
.ask
{
	background: #CD5607;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior:   url(css/PIE.htc);
}
.ask A
{
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
}
/*.articles_related
{
}*/
/*.articles_related UL
{
	margin: 0;
	padding: 0 0 0 25px;
}*/
/*.articles_related UL LI
{
	margin: 5px 0;
}*/
/*.articles_list .rating_table
{
	float: right;
	vertical-align: middle;
	(*[disabled]display:inline-block;*)
}*/
/*.articles_list .rating_table .rr-star-st
{
	margin: 2px 5px 2px 10px;
	(*[disabled]vertical-align:middle;*)
}*/
/*.articles_list .more_right
{
	vertical-align: middle;
	(*[disabled]display:inline-block;*)
}*/
/*.all_panel_articles_zoom .rating_table
{
	float: right;
	margin: 0;
}*/
/*.all_panel_articles_zoom .rating_table .rr-star-st
{
	margin: 0;
}*/
.faq_list OL
{
	margin: 15px 0;
	padding: 0 0 0 5px;
	list-style: none;
}
.faq_list OL LI
{
	font-size: 15px;
	margin: 10px 0 15px;
	list-style: none;
}
.faq_list H3
{
	font-size: 20px;
	margin: 5px 0;
}
.faq_list .list_item
{
	padding: 10px 5px;
}
/*events & news*/
.events_in
{
	margin-bottom: 20px;
}
.right_news
{
	margin-bottom: 20px;
}
.news_list H3
{
	font-size: 20px;
	margin: 5px 0;
}
.events_list H3
{
	font-size: 20px;
	margin: 5px 0;
}
.events_in H2
{
	/*[disabled]margin-left:5px;*/
}
/*blog*/
/*.blog_search
{
	background: #EFEFEF;
	padding: 10px;
	(*[disabled]border:2px solid #F2F2F2;*)
	height: 81px;
	margin-bottom: 20px;
}*/
/*.blog_search INPUT[type=text]
{
	(*width: 222px;*)
}*/
/*.blog_search INPUT[type=submit]
{
	(*float: right;*)
	(*margin: 5px;*)
}*/
/*.left_part_blog
{
	float: right;
	text-align: left;
	width: 250px;
}*/
/*.left_part_blog H2
{
	margin-left: 5px;
}*/
/*.left_part_blog .rss
{
	(*[disabled]position:absolute;*)
	margin: 0;
}*/
/*.left_part_blog .left_menu
{
	width: 250px;
}*/
/*.cloud
{
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 20px;
}*/
/*.blog_arhive
{
}*/
/*.blog_arhive .cat_title
{
	margin-bottom: 5px;
}*/
/*.blog_arhive UL
{
	margin: 0;
	padding: 0;
}*/
/*.blog_arhive LI
{
	padding: 5px 5px 5px 15px;
	background: #F4F2F2;
	margin-bottom: 1px;
	border-bottom: 1px solid #CCC;
	list-style: none;
}*/
/*.blog_arhive LI A
{
	text-decoration: none;
	color: #171717;
}*/
/*.blog_list .list_item
{
	padding: 15px 5px;
}*/
/*.recent_posts
{
	margin-bottom: 20px;
}*/
/*befor_after*/
.before_after
{
}
.before_after H2
{
	background: #EFEFEF;
	padding: 5px 10px;
	margin: 0 0 10px;
}
.before_after H2 SPAN
{
	font-size: 12px;
	float: right;
}
.before_after H3
{
	/*[disabled]background:#EFEFEF;*/
	padding: 5px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin: 0;
}
.before_after .picts
{
	clear: both;
}
.before_after .picts .pict
{
	width: 45%;
	margin: 0;
	margin: 10px;
}
.before_after .picts .pict IMG
{
	max-height: 190px;
}
/*members*/
/*.members_list
{
}*/
/*.members_list .pict_gray
{
	float: left;
	font-size: 1px;
	margin-right: 10px;
	width: 60px;
	height: 40px;
	border: 1px solid #EEE;
	background: url(../img/siluet.jpg) no-repeat center top;
}*/
/*.members_list .pict
{
	font-size: 1px;
	margin-right: 10px;
	width: 60px;
	height: 40px;
	border: 1px solid #EEE;
}*/
/*.members_list .date
{
	font-size: 11px;
	font-style: italic;
}*/
/*.members_list .pict_gray_zoom
{
	float: left;
	font-size: 1px;
	margin-right: 20px;
	margin-left: 0;
	width: 100px;
	height: 100px;
	border: 1px solid #EEE;
	background: url(../img/siluet.jpg) no-repeat bottom left;
}*/
/*.members_list .pict_zoom
{
	font-size: 1px;
	margin-right: 10px;
	width: 200px;
	height: 200px;
	float: left;
	border: 1px solid #EEE;
}*/
/*.members_list .active
{
	float: right;
	color: #12AF0A;
}*/
/*.members_list .inactive
{
	float: right;
	color: #FF0000;
}*/
/*.members_list .item
{
	margin: 0;
	padding: 3px 10px;
	border-bottom: 1px dotted #CCC;
}*/
/*.members_list .item_property
{
	float: left;
	width: 355px;
}*/
/*.contributors_index
{
}*/
/*.contributors_index .list_item
{
	padding: 5px;
}*/
/**********************************************************************************************************************
jobs offers*/
.job_offers
{
}
.job_offers .date
{
	padding-top: 12px;
	padding-right: 10px;
}
.job_offers .job_desc
{
	margin-bottom: 10px;
}
.job_offers .more
{
	display: block;
	margin-top: 2px;
}
.content_mid_jobs H2
{
	margin: 0;
	padding: 3px;
}
.content_mid_jobs .list_item
{
	padding: 3px 3px 10px;
	margin-bottom: 10px;
}
.content_mid_jobs .right
{
	margin: -7px 0 0;
	padding: 0;
}
.resume_form
{
	background: #F7F7F7;
}
.resume_form H2
{
	margin-bottom: 10px;
}
.resume_form TABLE
{
	width: 90%;
}
/*video*/
.video_index
{
	/*[disabled]font-size:11px;*/
}
.video_index .pict
{
	float: none;
	font-size: 1px;
	width: 100%;
	margin: 0;
}
.video_index TD
{
	text-align: left;
	background: #F7F7F7;
	border: 1px solid #DDD;
	/*[disabled]font-size:12px;*/
	padding: 5px 8px 5px 9px;
}
.video_window
{
	text-align: center;
	/*[disabled]border:1px solid #CCC;*/
}
.video_window .rating_table
{
	text-align: center;
	/*[disabled]float:right;*/
	display: inline-block;
	vertical-align: middle;
}
.video_window .more_right
{
	display: inline-block;
	float: none;
	vertical-align: middle;
}
.video_window .rating_table .rr-star-st
{
	margin: 0 15px 0 10px;
}
.video_window .sdesc
{
	margin: 0 0 10px;
}
.video_featured_list
{
	margin-top: 20px;
}
.video_featured_list H1
{
	font-size: 28px;
}
.video_cat UL
{
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}
.video_cat LI
{
	display: block;
	margin: 1px 0;
	padding: 0;
	background: #EFEFEF;
	text-align: left;
	/*[disabled]font-family:"Trebuchet MS";*/
	font-size: 13px;
	color: #28040A;
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
	padding: 5px 10px 4px;
	line-height: 14px;
}
.video_cat LI .cat_pict
{
	font-size: 1px;
	height: 30px;
	width: 50px;
	float: left;
	clear: none;
	vertical-align: middle;
	text-align: center;
	background: #CCCCCC;
}
.video_cat LI .cat_pict_gray
{
	height: 30px;
	width: 50px;
	background: #CCCCCC;
	float: left;
}
.video_cat LI H3
{
	float: left;
	margin: 6px 0 0 12px;
	padding: 0;
	vertical-align: middle;
}
.video_cat LI A
{
	text-decoration: none;
	display: block;
	color: #181818;
}
.video_cats
{
	font-size: 14px;
	margin: 0px 7px 5px 25px;
	line-height: 160%;
	padding: 0px;
}
.video_cats LI
{
	list-style-type: square;
	color: #0981CD;
}
.video_cats UL
{
	margin: 0px 5px 5px 15px;
	line-height: 160%;
	padding: 0px;
}
.video_cats UL LI
{
	list-style-type: disc;
	color: #0981CD;
}
.video_cats UL LI
{
	line-height: 130%;
}
.video_bot_list
{
	padding: 0;
	height: 167px;
	width: 530px;
	overflow: hidden;
}
.video_bot_list TD
{
	padding: 0;
	margin: 0;
}
.video_bot_list .pict
{
	float: none;
	margin: 5px 10px;
	padding: 0;
	font-size: 1px;
}
.video_vertical_list
{
	margin-top: 20px;
	width: 680px;
}
.video_right_list
{
	height: 469px;
	margin-bottom: 10px;
	overflow-y: scroll;
}
.video_vertical_list .pict
{
	float: none;
	margin: 0;
	padding: 0;
	font-size: 1px;
}
.video_vertical_list .title_sm
{
	font: normal 12px Arial;
	margin: 0;
	padding: 0;
}
/*galleries & picts*/
.galleries_feat
{
}
.galleries_feat .pict
{
	float: none;
	font-size: 1px;
	width: 100%;
	margin: 0;
}
.galleries_feat TD
{
	text-align: center;
	background: #F7F7F7;
	border: 1px solid #DDD;
	font-size: 12px;
	padding: 5px;
}
/*.gallery_picts_event
{
}*/
/*.gallery_picts_event UL
{
	margin: 0;
	padding: 0;
	list-style: none;
}*/
/*.gallery_picts_event LI
{
	border: 0;
	padding: 0;
	margin: 5px;
	list-style: none;
	float: left;
}*/
.galleries_list
{
	margin-top: 10px;
}
.galleries_list .pict
{
	float: none;
	padding: 0;
	margin: 0;
	border: 1px solid #CCC;
	height: 150px;
}
.galleries_picts
{
	margin-top: 10px;
}
.galleries_picts .pict
{
	float: none;
	padding: 0;
	margin: 0 0 5px;
	border: 1px solid #CCC;
	height: 150px;
}
.galleries_picts .name
{
	margin-bottom: 10px;
}
.LIST_pictures_categories
{
	height: 540px;
	margin-bottom: 0;
	width: 233px;
	padding: 0;
	overflow-y: scroll;
}
.LIST_pictures_categories .pict_gray
{
	float: none;
	font-size: 1px;
	margin: 0;
	width: 100px;
	height: 50px;
	background: #E7E7E7 no-repeat center top;
}
.LIST_pictures_categories .pict
{
	float: none;
	font-size: 1px;
	margin: 0;
	width: 100px;
	height: 50px;
	background: #E7E7E7 no-repeat center top;
}
.LIST_gallery_picts
{
}
.LIST_gallery_picts .rr-star-st
{
	margin: 0;
	display: inline-block;
}
.LIST_gallery_picts .list_item
{
	float: left;
	border: 1px solid #CCC;
	text-align: center;
	width: 201px;
	height: 200px;
	margin: 5px;
}
.LIST_gallery_picts .list_item .pict
{
	float: none;
	margin: 0;
	padding: 0;
}
/************ Tabs listing box styles ****************************************/
.index_tabs
{
	border: 2px solid #CCC;
	margin: 0 0 25px;
	padding: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior:   url(css/PIE.htc);
	position: relative;
	z-index: 10;
}
UL.tabs_listing
{
	width: 404px;
	height: 200px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	vertical-align: top;
}
UL.tabs_listing LI
{
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
}
UL.tabs_listing LI IMG
{
	max-width: 120px;
}
UL.tabs_listing LI A
{
	text-decoration: none;
}
DIV.tabs_listing_tabs
{
	position: absolute;
	z-index: 20;
	width: 420px;
	margin-left: -5px;
	margin-top: 196px;
	padding: 0;
}
UL.tabs_listing_tabs
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: right;
}
UL.tabs_listing_tabs LI
{
	margin: 0 0 0 2px;
	padding: 2px 7px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background: #A7A7A7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior:   url(css/PIE.htc);
	position: relative;
	z-index: 1;
}
UL.tabs_listing_tabs LI.active
{
	background: #FC6400;
}
/**********************************************************************************************************************
products index scroll*/
.products_list_index
{
	width: 649px;
	margin-top: 20px;
}
.products_list_index H2
{
	text-align: center;
}
.products_list_scroll
{
	width: 647px;
	overflow: hidden;
	overflow-x: hidden;
	margin: 0;
}
.products_list_index .cat_pict
{
	float: none;
	padding: 0;
	clear: both;
	background: #FFF;
	margin: 0;
	font-size: 1px;
}
.products_list_index .prod_index_td
{
	padding: 0 7px 2px 5px;
	border-right: 2px solid #DCDCDC;
	text-align: center;
	background: #F6F6F6;
}
.products_list_index .cat_title
{
	margin-top: 5px;
	margin-bottom: 0;
	padding: 0;
	text-align: center;
	border: none;
}
.products_list_index .title_sm
{
	font-size: 12px;
	margin-top: 5px;
	line-height: 100%;
	/*[empty]color:;*/
}
.products_list_index .box_in
{
	float: left;
	width: 592px;
	height: 130px;
	margin-left: 5px;
	overflow: hidden;
}
.products_list_index .cat_pict_gray
{
	height: 90px;
	width: 120px;
	background: #EEE;
}
UL#categories_products_index
{
	list-style-type: none;
	width: 30000px;
	height: 130px;
	margin: 0;
	padding: 0;
}
UL#categories_products_index LI
{
	list-style-type: none;
	width: 120px;
	height: 130px;
	float: left;
	overflow: hidden;
}
/***********************************************************************************************************************/
/*.products_related_right
{
	padding: 0px 0;
}*/
/*.products_related_right .item_properties
{
	width: 123px;
	margin-bottom: 0;
	float: left;
	overflow: hidden;
}*/
/*.products_related_right .list_item
{
	border-bottom: 1px dotted #CCCCCC;
	(*[disabled]padding:10px 0 5px;*)
}*/
/*.products_related_right .list_item .pict
{
	width: 90px;
	margin-left: 3px;
	border: 1px solid #CCC;
	padding: 3px;
	font-size: 1px;
}*/
/***********************************************************************************************************************/
.shop_price
{
	margin: 20px 0 10px;
}
/*.products_list .pict
{
	padding: 5px;
	width: 150px;
	min-height: 70px;
	border: 1px solid #CCCCCC;
}*/
/*.products_list .item_properties
{
	padding: 0 5px 5px;
	float: left;
	margin-left: 0px;
	width: 286px;
}*/
/*.products_list .rating_table
{
	text-align: center;
}*/
/*.products_list .sdesc
{
	margin-bottom: 5px;
}*/
/*.products_list .price
{
	margin-top: 10px;
	margin-bottom: 10px;
}*/
/*.products_list .discounts_info_upsale
{
	margin-left: 5px;
	float: right;
}*/
/*.zoom_properties
{
	padding: 0;
	float: left;
	margin-left: 0px;
	width: 190px;
	margin-bottom: 20px;
}*/
/*rating*/
.rating
{
}
.rating TD
{
	/*[disabled]font-size:1px;*/
}
.rating TD.right_text
{
	/*[disabled]font-size:9px;*/
	/*[disabled]text-align:right;*/
}
/*for alphabetical  search (left and top)*/
/*.ot
{
	font-size: 9px;
	text-decoration: none;
	color: #19385E;
	border: 1px solid #888888;
	text-align: center;
	font-size: 11px;
}*/
/*.ot A
{
	text-decoration: none;
	color: #19385E;
	border-bottom: none;
	padding: 0px;
	text-align: center;
	font-size: 11px;
}*/
/*.table_ab
{
}*/
/*.table_ab TD
{
	padding: 1px 5px;
}*/
/*.table_ab .last
{
	padding: 0px;
	border: none;
	text-align: left;
}*/
/*.table_ab_contacts
{
}*/
/*.table_ab_contacts TD
{
	padding: 1px 7px;
}*/
/*.table_ab_contacts TD A
{
	font-size: 12px;
}*/
/*.table_ab_contacts .last
{
	padding: 0px;
	border: none;
	text-align: left;
}*/
/********************************************************************/
.left_saerch DIV SPAN
{
	text-align: left;
	margin-left: 5px;
	width: 72px !important;
}
.left_saerch DIV INPUT
{
	width: 177px;
}
.left_saerch DIV
{
	border: none !important;
	height: 41px !important;
}
.adv_search
{
	width: 410px;
	text-align: center;
}
.adv_search INPUT.name
{
	width: 229px;
}
.adv_search INPUT.desc
{
	width: 229px;
}
.adv_search INPUT
{
	margin: 0;
}
.adv_search SELECT
{
	margin: 0;
}
.adv_search SPAN
{
	display: inline-block;
	width: 151px;
	text-align: right;
}
.adv_search DIV
{
	display: inline-block;
	width: 249px;
	text-align: left;
	height: auto;
}
.adv_search DIV.spaser
{
	display: block;
	width: auto;
	margin: 4px 0;
}
.adv_search DIV.buts
{
	text-align: center;
	width: auto;
	margin-top: 10px;
}
/**********************top search biz-directory *******************************
*******************************************************************/
/*comments*/
/*.comments
{
	margin: 20px 0 0;
	padding: 0;
	text-align: left;
}*/
/*.comments .title
{
	font-size: 18px;
	padding-bottom: 7px;
	text-align: center;
	padding-left: 5px;
	border-bottom: 1px dotted #CCC;
}*/
/*.comments_table
{
	width: 480px;
	text-align: left;
}*/
/*.comments_table .field
{
	width: 299px;
	float: right;
	text-align: left;
	margin-bottom: 5px;
}*/
/*.comments_table .text
{
	width: 165px;
	float: left;
	text-align: right;
	margin-left: 10px;
}*/
/*.comments_table .textarea
{
	text-align: left;
	margin-left: 5px;
	margin-top: 5px;
	(*[disabled]width:90%;*)
}*/
/*.comments_table .validation_block
{
	text-align: left;
}*/
/*.comments_table .w-stars-st
{
	width: 290px;
	height: 30px;
	float: left;
	overflow: hidden;
	position: relative;
}*/
/*.comments_table .w-stars-st > SPAN
{
	float: left;
	width: 28px;
	height: 22px;
	background: url(../img/review-st/w-stars-h.png) no-repeat;
	margin-left: 2px;
	margin-top: 3px;
	cursor: pointer;
}*/
/*.icons_sm
{
	border: none;
	font-size: 12px;
	text-align: left;
	padding-left: 5px;
}*/
/*.icons_sm .left
{
	float: left;
}*/
/*.icons_sm .right
{
	float: left;
	margin-left: 77px;
}*/
/*.insert_bbcode
{
	padding: 0 5px;
}*/
/*.comments .madatorystar
{
	font-size: 18px;
	font-weight: normal;
	padding-left: 2px;
}*/
/*.comments .field INPUT
{
	background: #F2F2F2;
	width: 286px;
	border: 1px solid #B7D5EA;
	padding: 3px;
}*/
/*.comments TEXTAREA
{
	background: #F2F2F2;
	border: 1px solid #B7D5EA;
	overflow: auto;
	height: 206px;
	width: 460px;
}*/
/*.comments INPUT.check
{
	margin-right: 5px;
}*/
/**** Comments end here *******
calendar & events search*/
.calendar_next
{
	font-size: 12px;
	color: #434343;
	text-decoration: none;
}
.calendar_next:hover
{
	color: #CC0000;
}
.calendar_day_name
{
	font-size: 9px;
	text-decoration: none;
	background: #888888;
	color: #FFFFFF;
}
.calendar_sun
{
	font-size: 9px;
	font-weight: bold;
}
.calendar_sat
{
	font-size: 9px;
	font-weight: bold;
}
.calendar_curr
{
	font-size: 9px;
	color: #FF0000;
	font-weight: bold;
}
.calendar_fri
{
	font-size: 9px;
	font-weight: bold;
}
.calendar_thu
{
	font-size: 9px;
	font-weight: bold;
}
.calendar_wed
{
	font-size: 9px;
	font-weight: bold;
}
.calendar_tue
{
	font-size: 9px;
	font-weight: bold;
}
.calendar_mon
{
	font-size: 9px;
	font-weight: bold;
}
.events_calendar_left
{
}
.calendar
{
	border: 1px solid #D2DFD8;
	padding: 3px 1px 5px;
	margin-bottom: 7px;
}
.calendar_search
{
	padding: 0 0 5px;
	margin: 0 0 25px;
	width: 750px;
	float: right;
}
.calendar_search .title_search
{
	background: #B7B5B5 url(../img/arr5.gif) no-repeat center left;
	height: 24px;
	margin-bottom: 5px;
	color: #FFFFFF;
	font-size: 20px;
	padding-left: 33px;
	text-align: left;
}
.calendar_search .padd_starting
{
	padding-right: 10px;
	padding-left: 5px;
	margin: 0;
	text-align: center;
	color: #525252;
	border-right: 1px solid #9B9A9A;
}
.calendar_search .padd_starting INPUT
{
	vertical-align: middle;
	width: 65px;
}
.calendar_search .padd_starting IMG
{
	vertical-align: middle;
	margin-left: 2px;
	height: 16px;
	width: 16px;
}
.calendar_search .padd_through
{
	padding-right: 10px;
	color: #525252;
	padding-left: 10px;
	text-align: center;
	/*[disabled]width:200px;*/
	border-right: 1px solid #9B9A9A;
}
.calendar_search .padd_through INPUT
{
	vertical-align: middle;
	width: 65px;
}
.calendar_search .padd_through IMG
{
	vertical-align: middle;
	margin-left: 3px;
	height: 16px;
	width: 16px;
}
.calendar_search .padd_keywords
{
	text-align: left;
	padding-left: 10px;
	color: #525252;
}
.calendar_search .padd_keywords INPUT
{
	width: 192px;
	vertical-align: middle;
}
.calendar_search .padd_keywords INPUT.img
{
	width: 56px;
}
.calendar_search .padd_keywords .img
{
	vertical-align: middle;
}
.blog_calendar_left
{
	margin: 0 0 10px;
	background: #F4F4F4;
	padding: 5px;
}
.blog_calendar_left .cat_title
{
	text-align: center;
	font-weight: normal;
	font-size: 15px;
}
.blog_calendar_left .calendar
{
	border: 1px solid #D2DFD8;
	padding: 3px;
	background: #FFFFFF;
	margin-top: 0;
}
.blog_calendar_left .title
{
	font-size: 16px;
	color: #9B0202;
	font-weight: bold;
	margin-left: 10px;
}
.blog_calendar_left .title A
{
	text-decoration: none;
	color: #9B0202;
}
/**********************************************************************************************************************
for big calendar*/
.right_selector
{
	float: right;
	padding-top: 7px;
}
.weekdaytop
{
	background: url(../img/tile_sub.gif);
	color: #FFFFFF;
	height: 29px;
	text-align: center;
}
.sundaytop
{
	background: url(../img/tile_sub1.gif);
	color: #FFFFFF;
	text-align: center;
}
.sunweekdayempty
{
	background: #DFE8E4;
	color: #A6AFB4;
	text-align: center;
}
.weekdayempty
{
	background: #DDE0E0;
	color: #A6AFB4;
	text-align: center;
	=height: 65px;
	min-height: 65px;
}
.weekday
{
	background: #EEF0F0;
	text-align: center;
}
.sunday
{
	background: #DFE8E4;
	text-align: center;
}
.event_box
{
	background: url(../img/bg_event.gif) bottom;
	margin: 3px;
	border-top: 1px solid #D0D4D4;
	border-left: 1px solid #D0D4D4;
	border-bottom: 1px solid #DFE2E2;
	border-right: 1px solid #DFE2E2;
	padding: 1px 3px 1px 6px;
	=height: 65px;
	min-height: 65px;
}
.event
{
	border-bottom: 1px dotted #D0D4D4;
	padding: 3px 0px;
	font-size: 10px;
	text-decoration: none;
	text-align: left;
}
.event A
{
	text-decoration: none;
	color: #3D4D55;
}
.weekday:hover
{
	background: #CCE1EB;
}
.weekday:hover .calnum
{
	background: #CCE1EB;
}
.event A:hover
{
	text-decoration: underline;
	color: #FC5300;
}
.calnum
{
	float: right;
	margin-right: -4px;
	margin-top: -2px;
	width: 16px;
	text-align: center;
	background: #EEF0F0;
	height: 20px;
	padding-left: 2px;
	border-left: 1px solid #D0D4D4;
	border-bottom: 1px solid #D0D4D4;
	padding-top: 2px;
}
.calnum A
{
	text-decoration: none;
	font-weight: bold;
	color: #0F5A80;
}
.sunday .calnum
{
	background: #DFE8E4;
}
.sunday:hover
{
	background: #D0E8DD;
}
.sunday:hover .calnum
{
	background: #D0E8DD;
}
.ev_more
{
	text-align: right;
	font-style: italic;
	padding: 3px 0px 0px 3px;
}
.ev_more A
{
	font-size: 11px;
	text-decoration: none;
	color: #B80626;
}
.ev_more A:hover
{
	text-decoration: underline;
	color: #FC5300;
}
.nextmonth
{
	background: #D8E0E4;
	padding: 2px;
	/*[disabled]width:172px;*/
}
.nextmonth A
{
	background: #FFFFFF;
	text-decoration: none;
	padding: 3px 5px;
	display: block;
	font-family: georgia;
}
.currentmonth
{
	font-family: georgia;
	color: #BD012B;
	font-size: 16px;
	background-color: #DDE0E0;
}
.currday
{
	background: #FDD9BB;
}
.currday .calnum
{
	background: #FDD9BB;
}
.currday:hover
{
	background: #FFC89A;
}
.currday:hover .calnum
{
	background: #FFC89A;
}
#calendar_month, #calendar_year
{
	cursor: pointer;
}
DIV#calendar_year_selector, DIV#calendar_month_selector
{
	width: 150px;
	padding: 3px;
	background-color: #ACBDC5;
}
#calendar_year_selector, #calendar_month_selector, #calendar_year_selector A, #calendar_month_selector A
{
	font-family: georgia;
	color: #6B0C21;
	font-size: 13px;
	background-color: #F9FAFA;
	/*[disabled]font-weight:bold;*/
	padding: 3px 3px 3px 10px;
	margin: 0 0 1px;
	text-decoration: none;
	display: block;
	/*[disabled]font-style:italic;*/
}
#calendar_year_selector A:hover
{
	background-color: #FEC799;
}
#calendar_month_selector A:hover
{
	background-color: #FEC799;
}
#calendar_year_selector, #calendar_month_selector
{
	display: none;
}
/**********************************************************************************************************************
end for big calendar
*********************************************************************************************************************
for box bottom and navigation*/
.box-bot
{
	clear: both;
	margin-top: 5px;
	color: #33434E;
	font-size: 11px;
	text-align: center;
}
.box-bot_acc
{
	float: left;
	clear: none;
	margin: 0;
}
.box-bot .prev
{
	float: left;
	font-size: 1px;
}
.box-bot .next
{
	float: right;
	font-size: 1px;
}
.box-bot .prev_gal
{
	float: left;
	margin-left: 0px;
}
.box-bot .next_gal
{
	float: right;
	margin-right: 0px;
}
.box-bot .center
{
	float: left;
	text-align: center;
}
.LIST_galleries_window .box-bot .center
{
	float: left;
	text-align: center;
	margin-left: 80px;
}
.LIST_picts_window .box-bot .center
{
	float: left;
	text-align: center;
	margin-left: 80px;
}
.video_vertical_cat .box-bot .center
{
	margin: 0 0 0 88px;
}
#tabs5 .box-bot .center
{
	margin-left: 38px;
}
#tabs3 .box-bot .center
{
	margin-left: 112px;
	margin-top: 1px;
}
#forum_cat_list .box-bot .center
{
	margin-left: 93px;
	margin-top: 1px;
}
.box-bot .center A
{
	text-decoration: none;
	color: #520202;
	display: block;
	padding: 0px;
	text-align: left;
	float: left;
	background: url(../img/arr1.gif) no-repeat center left;
	padding-left: 20px;
	height: 15px;
	margin: 3px 10px 0 0;
}
.box-bot .center A:hover
{
	text-decoration: underline;
	cursor: pointer;
}
.LIST_gallery_picts .box-bot .center A
{
	background: none;
	margin: 3px 5px 0 15px;
	padding-left: 0;
}
.events_right .box-bot
{
	margin-top: 2px;
	margin-bottom: 5px;
}
.events_right .box-bot .center
{
	margin-left: 42px;
}
.products_list_index .box-bot .prev
{
	float: left;
	font-size: 1px;
	padding: 30px 2px 30px 0;
	border-right: 1px solid #CCC;
	margin-top: 12px;
}
.products_list_index .box-bot .next
{
	float: right;
	font-size: 1px;
	padding: 30px 0 30px 2px;
	border-left: 1px solid #CCC;
	margin-top: 12px;
}
.box-bot_box
{
	padding: 0;
	margin: 0;
}
.main_data_outer_frame .box-bot_box
{
	float: left;
}
/*.all_panel_1 .box-bot_box
{
	float: left;
}*/
/*.list_nav_ref, .list_nav_next, .list_nav_prev, .list_nav_caption
{
	padding: 4px 0;
	color: #6B6B6B;
	font: 0.85em arial;
	overflow: hidden;
	text-align: left;
}*/
/*.view_all
{
	padding: 5px 0 3px;
	color: #6B6B6B;
	font: 11px arial;
	overflow: hidden;
	text-align: right;
	float: right;
	width: 60px;
}*/
/*.view_all A
{
	border: 1px solid #C7C7C7;
	text-decoration: none !important;
	color: #9B9B9B;
	padding: 2px 5px 1px;
	text-transform: capitalize;
	font-size: 11px;
	margin-right: 0;
}*/
.list_nav_page_num_curr_page
{
	color: #010000 !important;
	text-decoration: none !important;
	background-color: #D7D7D7 !important;
	border: 1px solid #C7C7C7;
	margin-right: 2px;
	padding: 2px 5px 1px;
	font-size: 11px;
}
.list_nav_ref A, .list_nav_next A, .list_nav_prev A, .list_nav_caption A
{
	border: 1px solid #C7C7C7;
	text-decoration: none !important;
	color: #9B9B9B;
	padding: 2px 5px 1px;
	text-transform: capitalize;
	font-size: 11px;
	margin-right: 1px;
}
.list_nav_ref A:hover, .list_nav_next A:hover, .list_nav_prev A:hover, .list_nav_caption A:hover
{
	background-color: #E9E9E9;
	color: #010000 !important;
}
.list_nav_page_num_delim, .nav_dots, .last_delim
{
	display: none;
}
.list_nav_caption
{
}
.list_nav_ref
{
	font-size: 1px;
	letter-spacing: 0px;
}
.table_nav
{
	float: left;
}
.table_nav A
{
	float: left;
}
.table_nav TD.list_nav_caption
{
	padding-right: 5px;
	font-size: 8pt;
	font-weight: bold;
}
.table_nav TD.list_nav_ref SPAN
{
	float: left;
}
/*
.contact_form
{
	width: 418px;
}
.contact_form DIV TEXTAREA
{
	margin-left: 5px;
}
*/
/**********************buttons ********************************/
/*INPUT.product_buy_button
{
	background: #990101;
	font-weight: bold;
	text-transform: uppercase;
}*/
/*INPUT.product_buy_button:hover
{
	color: #FEF91B;
}*/
/*INPUT.product_buy_button_sm
{
	background: #990101;
	font-weight: bold;
	text-transform: uppercase;
}*/
/*INPUT.product_buy_button_sm:hover
{
	color: #FEF91B;
}*/
/*.shopping
{
	text-decoration: none;
	cursor: pointer;
	float: left;
	margin: 5px;
	font-weight: bold;
	color: #A90101;
}*/
/*.shopping:hover
{
	color: #C90606;
}*/
/*INPUT.checkout
{
	background: #C60404;
	font-weight: bold;
}*/
/*INPUT.checkout:hover
{
	color: #FEF91B;
}*/
/*.view_cart_buttons
{
	margin-top: 15px;
	margin-left: 20px;
	text-align: center;
}*/
/*.view_cart_buttons_sm
{
	margin-top: 5px;
	margin-bottom: 20px;
}*/
/*INPUT.prev_order
{
	font-size: 20px;
	padding: 5px 20px;
}*/
/*INPUT.prev_order:hover
{
	color: #FEF91B;
}*/
/*Checkout Form
******************************************************************************/
/*.checkout-block
{
	max-height: 0;
	overflow: hidden;
}*/
/*.checkout-block .title_background_checkout .close-block
{
	float: right;
	margin-top: 3px;
	margin-right: 15px;
	cursor: pointer;
}*/
/*DIV.title_background_checkout
{
	font-size: 16px;
	color: #8E1C2D;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 0;
	background: #EFEFEF;
	font-family: "Trebuchet MS";
	text-align: left;
	padding-left: 15px;
}*/
/*DIV.title_background_checkout A
{
	color: #8E1C2D;
	font-weight: bold;
	text-decoration: none;
}*/
/*DIV.title_background_checkout A SPAN
{
	margin-top: 6px;
	margin-right: 10px;
	font-size: 11px;
	line-height: 11px;
	height: 11px;
	display: block;
	float: left;
	width: 11px;
	text-decoration: none;
	cursor: pointer;
}*/
/*DIV.title_background_checkout A SPAN.plus_minus_nobg
{
	background: none;
	cursor: url(none);
}*/
/*DIV.title_background_checkout A .fa-minus-square
{
	display: inline-block;
	color: #CB0202;
}*/
/*DIV.title_background_checkout A .fa-plus-square
{
	display: none;
}*/
/*DIV.title_background_checkout A.closed .fa-minus-square
{
	display: none;
}*/
/*DIV.title_background_checkout A.closed .fa-plus-square
{
	display: inline-block;
	color: #119607;
}*/
/*DIV.title_background_checkout A.menu
{
	font-size: 16px;
	float: left;
	text-decoration: none;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 5px;
}*/
/*DIV.title_background_checkout SPAN.caption
{
	float: left;
	font-weight: bold;
	padding-right: 15px;
}*/
/*DIV.title_background_checkout A.menu SPAN
{
	margin-top: 2px;
	font-size: 13px;
	line-height: 13px;
	(*background: transparent url(../img/pict_check/arrows.gif) no-repeat left top;*)
	height: 13px;
	display: block;
	float: left;
	width: 13px;
	text-decoration: none;
	cursor: pointer;
	margin-right: 1px;
}*/
/*DIV.title_background_checkout A.menu_opened SPAN
{
	background: transparent url(img/pict_check/arrows.gif) no-repeat left -13px;
}*/
/*DIV.title_background_checkout A.menu .fa-caret-down
{
	display: none;
}*/
/*DIV.title_background_checkout A.menu .fa-caret-right
{
	display: inline-block;
	font-size: 25px;
	color: #2C3564;
}*/
/*DIV.title_background_checkout A.menu_opened .fa-caret-right
{
	display: none;
}*/
/*DIV.title_background_checkout A.menu_opened .fa-caret-down
{
	display: inline-block;
	font-size: 25px;
	color: #2C3564;
}*/
/*FORM#checkout_form DIV.form_block
{
	(*[disabled]border:1px dotted #CCCCCC;*)
	(*width: 99%;*)
}*/
/*FORM#checkout_form DIV.form_block_hidden
{
	display: none;
}*/
/*FORM#checkout_form DIV.payment_method
{
	display: none;
}*/
/*FORM#checkout_form DIV.form_block_shown
{
	display: block;
}*/
/*FORM#checkout_form DIV.form_block#account SPAN
{
	font-weight: bold;
}*/
/*FORM#checkout_form #PAYPAL_SAMEAS_BILL
{
	float: none;
}*/
/*FORM#checkout_form #copy_ship_data_label
{
	font-size: 11px;
	color: #343440;
	display: inline;
}*/
/*FORM#checkout_form #SHIPPING_DEFAULT_STATUS_TEXT
{
	(*width: 270px;*)
	display: block;
}*/
/*FORM#checkout_form #SHIPPING_CALCULATING_STATUS_TEXT
{
	width: 270px;
	display: none;
}*/
/*FORM#checkout_form #SHIPPING_METHOD
{
	width: 270px;
	display: none;
}*/
/*FORM#checkout_form #cc_number_star
{
	width: 150px;
}*/
/*FORM#checkout_form #cvv_star
{
	width: 30px;
}*/
/*FORM#checkout_form .form_block DIV SPAN
{
	(*width: 200px;*)
}*/
/*#EXP_MONTH
{
	width: auto;
	float: left;
	margin-right: 10px;
}*/
/*#EXP_YEAR
{
	width: auto;
	float: left;
}*/
/*#checkout_form .form_block
{
	padding: 15px 5px 10px;
	background: #F9F9F9;
	margin: 0;
}*/
/*#checkout_form .form_block .row
{
	margin: 0;
}*/
/*#checkout_form .form_block.row
{
	margin: 0;
}*/
/*#checkout_form .form_block LABEL
{
	padding-right: 0;
}*/
/*#checkout_form .form_block .form-group
{
	margin-top: 5px;
	margin-bottom: 7px;
}*/
/*#checkout_form .form_block .form-group P
{
	margin: 3px 0 0;
	padding: 0;
}*/
/***********************************************************************/
/******************************************************************************
************************ TABS ************************************
start for index 3 tabs inc_index_3tabs.html*/
.tabs_box
{
	clear: both;
	width: 422px;
	border: 2px solid #A54F5B;
	height: 320px;
	font-family: arial;
	padding: 10px;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	behavior:   url(css/PIE.htc);
	position: relative;
	z-index: 10;
}
.tabs_box .list_item
{
	padding: 10px;
}
#tabs5 .tabs_box
{
	width: 276px;
	height: 300px;
	border: 2px solid #CB5421;
}
/*end for index 3 tabs inc_index_3tabs.html*/
DIV.jqueryui_tabs.ui-widget-content
{
	border: none;
	background: none;
	color: #333333;
}
DIV.jqueryui_tabs.ui-tabs
{
	background: #FFFFFF;
	padding: 0px;
	margin: 0;
}
#tabs3.jqueryui_tabs.ui-widget-content
{
	/*[disabled]border:none;*/
	/*[disabled]background:none;*/
}
#tabs5.jqueryui_tabs.ui-widget-content
{
	/*[disabled]border:none;*/
	/*[disabled]background:none;*/
}
DIV.jqueryui_tabs.ui-tabs .ui-tabs-nav
{
	list-style: none;
	position: static;
	z-index: 1;
	padding: 0;
	background: none;
	height: 27px;
	border: none;
	margin: 0;
	line-height: 14px;
}
#tabs5.jqueryui_tabs.ui-tabs .ui-tabs-nav
{
	/*[disabled]height:27px;*/
	/*[disabled]=height:26px;*/
	/*[disabled]border-bottom:1px solid #C52;*/
	/*[disabled]width:300px;*/
	/*[disabled]=width:298px;*/
}
#tabs4.jqueryui_tabs.ui-tabs .ui-tabs-nav
{
	/*[disabled]border-bottom:1px solid #688572;*/
	/*[disabled]width:300px;*/
}
DIV.jqueryui_tabs.ui-tabs .ui-tabs-nav LI
{
	position: static;
	float: left;
	border-bottom-width: 0 !important;
	margin: 0 1px -1px 0;
	padding: 0;
	border: none;
	background: #D5D4D4;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	behavior:   url(css/PIE.htc);
}
#tabs4.jquery.ui_tabs.ui-tabs .ui-tabs-nav LI
{
	/*[disabled]background:url(../img/bg_tag3.gif) no-repeat left top;*/
}
DIV.jqueryui_tabs.ui-tabs .ui-tabs-nav LI A
{
	display: block;
	float: left;
	text-decoration: none;
	padding: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #493333;
	font-size: 13px;
	margin: 0;
	padding: 0.5em 2em;
}
#tabs4.jqueryui_tabs.ui-tabs .ui-tabs-nav LI A
{
	/*[disabled]background:url(../img/bg_tag3_right.gif) no-repeat right top;*/
}
DIV.jqueryui_tabs.ui-tabs .ui-tabs-nav LI.ui-tabs-selected
{
	background: #A54F5B;
}
#tabs4.jqueryui_tabs .ui-tabs-nav LI.ui-tabs-selected
{
	/*[disabled]background:#678470 url(../img/bg_sel3.gif) no-repeat top left;*/
}
#tabs5.jqueryui_tabs .ui-tabs-nav LI.ui-tabs-selected
{
	background: #CB532A;
}
DIV.jqueryui_tabs.ui-tabs .ui-tabs-nav LI.ui-tabs-selected A
{
	color: #FFFFFF;
}
#tabs4.jqueryui_tabs .ui-tabs-nav LI.ui-tabs-selected A
{
	/*[disabled]color:#FFFFFF;*/
	/*[disabled]background:url(../img/bg_sel3_right.gif) no-repeat right top;*/
}
#tabs5.jqueryui_tabs .ui-tabs-nav LI.ui-tabs-selected A
{
	/*[disabled]color:#FFFFFF;*/
	/*[disabled]background:#CB5421;*/
}
DIV.jqueryui_tabs .ui-corner-all
{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.jqueryui_tabs.ui-tabs .ui-tabs-panel
{
	padding: 0 5px;
	display: block;
	border-width: 0;
	background: none;
}
#tabs5.jqueryui_tabs.ui-tabs .ui-tabs-panel
{
	/*[disabled]padding:0 1px;*/
	/*[disabled]display:block;*/
	/*[disabled]border-width:0;*/
	/*[disabled]background:none;*/
}
.jqueryui_tabs .ui-corner-top
{
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
}
/************************* TABS END HERE*************************************/
.sitemap_div
{
	float: left;
	width: 208px;
	padding: 7px;
}
.products LI.name_-10
{
	list-style: none;
	margin-top: 7px;
	margin-bottom: 5px;
	margin-left: -13px;
	font-size: 15px;
}
/*******************************contacts_zoom************************************/
.contacts_information
{
	margin-right: 30px;
	line-height: 180%;
}
.contacts_information2
{
	line-height: 180%;
}
.BUSINESS_DIR_card
{
	margin: 20px 20px 20px 0;
	float: left;
	border: 1px solid #CCC;
}
.BUSINESS_DIR_card .title
{
	background: #1D5188;
	color: #FFF;
	padding: 5px 0px;
	font-size: 15px;
	text-align: center;
	margin: 0;
}
.BUSINESS_DIR_card .pict
{
	margin: 10px;
	float: none;
}
.BUSINESS_DIR_card .contact_person
{
	margin: 20px 20px 0 10px;
	color: #1D5188;
	font-weight: bold;
}
.BUSINESS_DIR_card .contact_person .rep_name
{
	color: #1D5188;
	font-size: 18px;
	font-weight: bold;
}
.BUSINESS_DIR_card .rep_name_sm
{
	color: #1D5188;
	font-weight: bold;
}
.BUSINESS_DIR_card .company_info
{
	margin: 0 2px;
	padding: 5px 20px;
	background: #EEE;
}
.BUSINESS_DIR_card TD .left
{
	text-align: left;
	color: #053260;
	margin: 0 20px 0 10px;
}
.BUSINESS_DIR_card TD .right
{
	text-align: right;
	color: #053260;
	margin: 0 20px 0 10px;
}
.team_pict
{
	float: right;
}
.team_linkedin IMG
{
	width: 100px;
	height: 35px;
}
.team_zoom DT
{
	font-weight: bold;
}
.team_zoom DD
{
	margin: 0;
}
/*==========================================================================================================
!diaolog_st default style!*/
#dialog_st_bg
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background: #000;
	opacity: 0.7;
	display: none;
}
#dialog_st_cont_wrap
{
	position: fixed;
	background: #FFF;
	padding: 25px;
	border-radius: 10px;
	z-index: 11000;
	display: none;
}
#dialog_st_cont
{
	position: relative;
	z-index: 0;
	overflow: auto;
	overflow-x: hidden;
	padding: 0 !important;
}
.dialog_st_close
{
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 12px;
	z-index: 1;
	line-height: 10px;
	font-weight: 700;
	font-size: 14px;
	color: #000;
}
.dialog_st_close:hover
{
	opacity: 0.5;
}
#dialog_st_header
{
	background: #E85800;
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	padding: 9px 10px 7px;
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	border-radius: 10px 10px 0 0;
	display: none;
}
.dialog_st_has_header #dialog_st_cont
{
	margin-top: 15px;
}
.dialog_st_has_header .dialog_st_close
{
	color: #FFF;
}
.dialog_st_has_header #dialog_st_header
{
	display: block;
}
.facebook_login_block
{
	margin-top: 10px;
}
.facebook_login_block A
{
	text-decoration: none;
	font-size: 15px;
	color: #334B8B;
}
.facebook_login_block A IMG
{
	vertical-align: middle;
	margin-right: 5px;
}
/*!e!
==========================================================================================================
Account orders replenishment*/
.popup-order-replenishment
{
	width: 300px;
	min-height: 150px;
	text-align: left;
	padding: 15px;
	line-height: 200%;
	background: #FFF;
	border-radius: 10px;
}
.popup-order-replenishment .error-box
{
	display: none;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}
/********************************/
.all_panel_404
{
	text-align: center;
}
.all_panel_404 .shadow_panel
{
	padding-bottom: 100px;
}
.all_panel_404 .logo
{
	float: none;
	margin: 37px 0 0;
	width: 227px;
	height: 60px;
	display: inline-block;
	clear: both;
	/*[disabled]background:url(../img/logo.jpg);*/
}
.num404
{
	font-size: 150px;
	font-family: "Trebuchet MS";
	line-height: 100%;
	background: #F0EFEF;
	color: #D83D04;
	width: 350px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	clear: both;
	display: inline-block;
	margin-bottom: 20px;
}
