html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
	min-width:760px;
}

/*Font*/
body
{
	font-size: 80%;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #333;
	background-color: #e3e3e3;
}

div.pageLink_hilite
{
	font-family: Arial;
	font-size: 3px;	
	font-weight: normal;
	color: #F7F7F7;
}

div.pageLink_hilite a:link,
div.pageLink_hilite	a:visited,
div.pageLink_hilite	a:active,
div.pageLink_hilite	a:hover
{
	font-family: Arial;
	font-weight: normal;
	font-size: 3px;
	color: #F7F7F7;
}

/*Font in table*/
table
{
	font-size:100%;
}

table td {vertical-align:top;}

/*Links*/
/*
a:link {color: #E19813;}
a:visited{color:#CBB997;}
a:active {color: #D30B00;}
a:hover{color:#D30B00;}
*/

small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0;
}

#container
{
	/*
        min-width:775px;
	width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 775 ? "775px": "auto");
*/
width:100%;
padding-top:25px;
}

#header
{
	position:relative; /*containing block*/      
	box-sizing:border-box;
	-moz-box-sizing:border-box;
        width:935px;
	height:126px;
	_height:126px;	
	background: #0b0b08;        
        text-align:left;
padding:0px;
margin:7px;
overflow:hidden;
}

#header_out1
{
        position:relative; /*containing block*/      
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: #fff;
        border:1px solid #e4e4e4;
        padding:0px;
        width:950px;
        height:140px;
        
}

#header_out2
{
        position:relative; /*containing block*/      
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: #fff;
        border:none;        
        width:1000px;
        height:168px;
        padding-top:14px;
}

#menu_place
{
        width:1000px;
        height:43px;
        margin-top:8px;
        margin-bottom:8px;
        background: #fff; 
        padding-top:9px;
        
}

#content_place
{
        width:1000px;        
        margin-top:8px;
        
        background: #fff; 
        padding-top:9px;
        
}

#header_logo
{
	position:absolute;
}

#company_logo
{
	width:100px; 
	height:106px; 
	background:url(images/logo.gif) center right no-repeat; 
	position:absolute; 
	left:200px; 
}

#header_text
{
	position:absolute;
	left:310px;
	top: 30%;
	color:#fff;
	width:490px;
}

#header_text .bx-main-title
{
	margin:0;
	padding:0;
	font-size:160%;
	border:none;
	color:#fff;
	background:url(images/line.gif) left bottom no-repeat;
	text-decoration:none;
}

#header_text .bx-main-subtitle
{
	font-size:90%;
	font-weight:bold;
	color:#B3B3B3;
	margin-left:50px;
}

/* Header menu: home, search, feedback*/


#header_menu
{
	background:#505050 url(images/header_menu_corner.gif) left bottom no-repeat;
	position:absolute;
	right:55px;
	top:6px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#header_menu a
{
	display:block;
	float:left;
	cursor:pointer; cursor: hand;
	padding:8px 11px;
}

EMBED {margin:0px;}

#cart_search 
{
position:absolute;
	right:10px;
	top:6px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
width:242px;
_width:242px;
height:115px;
background:#FFF ;
margin:0px;
}
#cart_mini
{	
	width:230px;
        height:57px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
        border:1px solid #e0e0e0;
        margin:6px 6px 0px 6px;
        background:#FFF url(images/cart.jpg) left top no-repeat;
}
#search_div{
float:left;
margin:6px 0px 6px 6px;
width:83px;
height:37px;
border:1px solid #e0e0e0;
background:#FFF  url(images/search.jpg) left bottom no-repeat;
background-position:-10px;
}

#search_link 
{
margin:10px 0px 0px 36px;
color:#b64d52;
font-family:Tahoma;
font-size:12px;
font-weight:bold;
display:block;
}


#phone_div{
float:left;
margin:6px 0px 6px 6px;
width:137px;
_width:141px;
height:37px;
border:1px solid #e0e0e0;
background:#FFF  url(images/phone.jpg) left bottom no-repeat;
}
#phone_div span{
margin:10px 0px 0px 30px;
display:block;
color:#b64d52;
font-weight:bold;
font-size:12px;
}

#main-layout-table{width:1000px;border-collapse: collapse; table-layout: fixed;}

#left-column{padding:0px 0px 20px 20px;vertical-align:top; width:172px; box-sizing: border-box; -moz-box-sizing: border-box;}
#center-column{padding:0px 13px 20px 13px;vertical-align:top;width:100%; box-sizing: border-box; -moz-box-sizing: border-box;}
#right-column{padding:0px 20px 20px 0px;vertical-align:top; width:188px; box-sizing: border-box; -moz-box-sizing: border-box;}

#c_left{width:172px}
#c_center{width:100%;}
#c_right{width:188px;}

div.content_outline,div.content_outline2{background:#FFF;border:1px solid #e0e0e0;width:auto;margin:0px; padding:0px; }
div.content_outline div.margin,div.content_outline2 div.margin{margin:10px 20px 10px 20px; padding:0px;}

#center-column div.content_outline, div.content_outline2{width:614px; !important}
#center-column div.content_outline div.margin, div.content_outline2 div.margin{width:575px; !important}
#right-column div.content_outline{width:164px; !important}
#left-column div.content_outline{width:150px;}

div.margin table {margin:0;}

#copyrights 
{
width:100%;
border:none;
}

#copyrights tr td
{
font-family:Verdana;
font-size:11px;
  padding:0px 24px 0px 24px;
  color:#666;
}

#copyrights tr td a
{
  
  color:#2f100f;
}


#header_sites
{
	position:absolute;
	right:55px;
	top: 60px;
	color:#fff;
	text-align:right;
}

#header_sites a, #header_sites span
{
	color:#fff;
	text-decoration:none;
}

#header_sites span
{
	color: #bbb;
}

td.navigation-column
{
	padding-right:23px;
}

td.search-column
{
	padding-right:10px;
}

#navigation
{

}

/*Navigation*/
#navigation a
{
	font-size:95%;
	text-decoration:none;
	color:#535353;
}



/*Content table*/
#content
{
	width:100%;
	height:70%;
	border-collapse:collapse;
}

/*Left column*/
#content .left-column
{
	width:200px;
	vertical-align:top;
	height:100%;
	padding:0;
}

#content_block_container
{
	border-left:1px solid #D2D0C6;
	border-right:1px solid #D2D0C6;
	margin-left:7px;
	background:#F5F2E6;
}

/*Shadow column*/
#content .shadow-column
{
	padding:0;
	padding-top:79px;
}

p.news-item
{
	margin-top:0;
}

p.news-item a
{
	color:#575757;
	margin:0px 0px 10px 0px;
}

p.news-item a:hover, p.news-item a:visited{color:#575757}

/*Main column*/
#content .main-column
{
	width:100%;
	vertical-align:top;
	/*padding:0px 20px;*/
}

/*Right column*/
#content .right-column
{
	width:1px;
	vertical-align:top;
}

/*Bottom banner*/
#bottom_banner
{
	padding:10px;
	text-align:center;
}

/*Footer*/
#footer
{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
        width:1000px;        
        
        margin-bottom:8px;
        background: #fff; 
        padding:9px 0 9px 0;
	
}

/*Link in footer*/
#footer a
{
	color: #333;
	font-size: 100%;
}

/*Content block*/
.content-block
{
	width:100%;
}

.content-block-head-corner
{
	background:url(images/content_block_left.gif) left bottom no-repeat;
}

.content-block-head
{
	background:#E9E6D7 url(images/content_block_bg.gif) right top  repeat-x;margin-left:18px;
	font-weight:bold;
	font-size:95%;
	padding: 6px 5px 5px 0px;
	height:23px;
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.content-block-body
{
	width:100%;
	background:#F5F2E6;
	padding:15px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
div.pageLink_hilite
{
	font-family: Arial;
	font-size: 1px;	
	font-weight: normal;
	color: #F7F7F7;
}

div.pageLink_hilite a:link,
div.pageLink_hilite	a:visited,
div.pageLink_hilite	a:active,
div.pageLink_hilite	a:hover
{
	font-family: Arial;
	font-weight: normal;
	font-size: 1px;
	color: #F7F7F7;
}
#search-box
{
	background:#F4F4F4;
	border:1px solid #C5C5C5;
	padding:8px;
	color:#5F5F5F;
	width:185px;
	margin-right:10px;
	margin-top:4px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

/*Data table*/
table.data-table
{
	border:1px solid #C4C4C3;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #C4C4C3;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#F5F2E6;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #C4C4C3;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#fff;
	padding:4px;
	color:#333;
}



/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}

/*Forum*/


/*Forum menu*/ 
table.forum-menu {border-left: 1px solid #DAE7DF; border-top: 1px solid #DAE7DF; } 
table.forum-menu td.forumtoolbar {background-color: #F5F2E6; border-left: 1px solid #FFFFFF;border-top: 1px solid #FFFFFF; border-right: 1px solid #C4C4C3; border-bottom: 1px solid #C4C4C3; } 
.forumtoolsection {border-left: 1px solid #FFFFFF;border-top: 1px solid #FFFFFF; border-right: 1px solid #C4C4C3; border-bottom: 1px solid #C4C4C3; } 
.forumtoolseparator {border-left: 1px solid #C4C4C3;border-right: 1px solid #FFFFFF; } 

table.forum-menu a, table.forum-menu select, table.forum-menu input, table.forum-menu td {color:#333}

/* menu popup */
.forum-menu-hidden-in {border: 1px solid #C4C4C3;} 
table.forum-menu-popup-table td, table.forum-menu-popup-table td a { color: black;} 
table.forum-menu-popup-table td.forum-menu-popup, table.forum-menu-popup-table td.forum-menu-popup-hover {border: none; background-color: #F5F2E6; } 
table.forum-menu-popup-table td.forum-group{background-color:#F5F2E6; color:#333;} 
table.forum-menu-popup-table td.forum-menu-popup-hover {background-color: #FBFAF5;} 
div.forum-group{background-color:#F9FBF9; font-weight:bold; color:#333;} 

/*Forum index and list*/ 
table.forum-main {border: 1px solid #C4C4C3;} 
table.forum-main td {background-color:#FBFAF5;border: 1px solid #C4C4C3;} 
table.forum-main th {background-color:#F5F2E6;border: 1px solid #C4C4C3;color: #333;vertical-align: top;} 

div.forum-hr {background-color:#C4C4C3}
div.filter-check-hover {background-color:#F5F2E6}

a.forum-button:link,a.forum-button:visited,a.forum-button:active,a.forum-button:hover {background: #F5F2E6;border: 1px solid #C4C4C3;color: #333;} 
table.forum-main td small {font-size:100%;} 
table.forum-main td.forum-group {background-color:#F5F2E6; color:#333;} 
div.forum-title {border: 1px solid #C4C4C3; padding: 5px; background-color: #F5F2E6 !important; color:#333; } 

/*Forum messages*/ 
table.forum-message {} 
table.forum-message td {background-color: #FBFAF5;border: none;} 
table.forum-message td.forum-message-user-info {background-color: #FBFAF5;border: 1px solid #C4C4C3;border-right-width: 1px;} 
table.forum-message td.border-top {border: 1px solid #C4C4C3;border-left-width: 1px;border-top: none;} 
table.forum-message td.border-bottom {border: 1px solid #C4C4C3;border-left-width: 1px;border-bottom: none;} 

table.forum-message .forum-message-posts, 
table.forum-message .forum-message-status, 
table.forum-message .forum-message-datereg, 
table.forum-message .forum-message-datecreate {color:#333;} 

a.forum-button-small,
a.forum-button-small-vote,
a.forum-button-small-unvote 
{
	background-color: #F5F2E6;
	border: 1px solid #C4C4C3;
	color: #333; 
	font-size: 11px; 
	height:20px;
	padding: 2px 5px 2px 5px;
	box-sizing:border-box; -moz-box-sizing:border-box;
}
a.forum-button-small-vote, a.forum-button-small-unvote {padding-left:18px;}
a.forum-button-small:hover,a.forum-button-small-vote:hover,a.forum-button-small-unvote:hover {color: #333; } 

/*Forum statistics*/ 
table.forum-stat {} 
table.forum-stat th {background-color:#F5F2E6;border: 1px solid #C4C4C3;color: #333;font-weight:bold;padding:5px;} 
table.forum-stat td {background-color:#FBFAF5;border: 1px solid #C4C4C3;} 
table.forum-stat .forum-attention{font-size: 100%;color: black;} 

/*Post form*/ 
table.forum-post-form {border: 1px solid #C4C4C3;} 
table.forum-post-form td {background-color:#FBFAF5;border: 1px solid #C4C4C3;} 
table.forum-post-form th {background-color:#F5F2E6;border: 1px solid #C4C4C3;} 
table.forum-smile {border: 1px solid #C4C4C3;} 
table.forum-smile th {background-color:#F5F2E6;border: 1px solid #C4C4C3;} 
table.forum-smile img { margin: 0px;} 
textarea#POST_MESSAGE{width:100%;} 

/* Only for user-profile*/ 
table.fuser {} 
table.fuser-static th {background-color:#F5F2E6; border:1px solid #C4C4C3;} 
table.fuser-static td {background-color:#FBFAF5; border:1px solid #C4C4C3;} 

/* Tab controls*/ 
table.tabs {border-left:1px solid #C4C4C3;} 
table.tabs td {} 
table.tabs td.tab-indent-left {border-bottom:1px solid #C4C4C3;} 
table.tabs td.tab-indent-right {border-bottom:1px solid #C4C4C3;} 
table.tabs td.tab-container {border:1px solid #C4C4C3; border-left: none;} 
table.tabs td.tab-container-selected {border:1px solid #C4C4C3; border-bottom:1px solid #F9FBF9; border-left: none; background-color:#F9FBF9;} 

table.tabs table td.tab {border-top:1px solid #C4C4C3;} 
table.tabs table td.tab-selected {border-top:1px solid red;} 
table.tabs table td.tab-hover {border-top:1px solid #C4C4C3;} 

/* Tab inside edit form */ 
table.tab {border:1px solid #C4C4C3; border-top:none;} 
table.tab td {background-color:#FBFAF5;}

.forum-menu-hidden-in
{
	max-height:100px;
	height:expression(this.scrollHeight > 100? "100px" : "auto");
}

table.forum-quote td, table.forum-code td 
{
	background-color:#F5F2E6; /*th*/
	border:1px solid #C4C4C3;
}

table.forum-reviews-messages td, table.forum-reviews-messages th
{
	background-color:#FBFAF5; /*td*/
	border-color:#C4C4C3;
}

a.button-small
{
	background:#F5F2E6;
	border:1px solid #C4C4C3;
}


/*Support*/
div.ticket-edit-message
{
	border-color: #C4C4C3;
}

/*Blogs*/

table.blog-table-post td, table.blog-table-post th, table.blog-blog-edit th, table.blog-user-table td.head, table.blog-table-post-comment td, table.blog-table-post-comment th
{
	background-color:#FBFAF5;
}


table.blog-blog-edit td, table.blog-blog-edit-table-smiles, table.blog-table-post td, table.blog-table-post th, table.blog-blog-edit th,
table.blog-user-table td.head, table.blog-user-table td, table.blog-group td, table.blog-category td, table.blog-comment-form th, table.blog-comment-form td,
table.blog-table-post-comment td, table.blog-table-post-comment th
{
	border-color: #C4C4C3;
}

.blog-post-date 
{
	color:#333;
}

table.blog-table-post-table th, table.blog-table-post-table td, table.blog-table-post-comment-table th, table.blog-table-post-comment-table td
{
	font-size:95%;
}

.blogtoolblock {border-color:#C4C4C3;}
.blogtoolbar {background-color:#FBFAF5;border-color:#C4C4C3;border-top:none;}
.blogtoolsection {border-color:#C4C4C3}
.blogtoolbutton, .blogmessbuttontext {color:#333;}
a.blogtoolbutton, .blogmessbuttontext{color:#333;}
.blogtoolseparator {border-left:1px solid #C4C4C3;border-right:1px solid #FBFAF5;}


/*
table.blog-table-post-table th, 
table.blog-table-post-table td*/

/* social network*/
div.socnet-informer {padding:5px;}
div#sonet_events_ms_message {width:150px;}

a.zoom{text-decoration:none;}
a.zoom img{border:none;margin:0px;}
a.zoom img.lupa{position:relative;top:5px;}
a.zoom_eng{text-decoration:none;padding:0 10px 0 10px;}
a.zoom_eng img{border-color:#e0e0e0;border-width:1px;margin:0px;}
a.zoom_eng img.lupa{border:none;position:relative;top:5px;}
a.blue{font-family:Tahoma;font-size:11px;font-weight:bold;color:#31768d}

ul.breadcrumb-navigation
{
    width:500px;
    overflow:visible;  
	padding:0; margin:0;
	padding-top:4px;
	list-style:none;
	z-index:999;
	position:relative;
}

ul.breadcrumb-navigation li
{
	display:inline;
color:#b64d52;font-family:Verdana; font-size:11px;
}

ul.breadcrumb-navigation a, ul.breadcrumb-navigation a:hover, ul.breadcrumb-navigation a:visited
{
color:#b64d52;font-family:Verdana; font-size:11px;	
}

ul.breadcrumb-navigation span
{
color:#b64d52;font-family:Verdana; font-size:11px;
}

.loading {background:url(images/loading.png) no-repeat fixed top center;width:100%;}
#busy {z-index:1000; width:200px;height:100px;position:absolute;border:2px solid #e1e1e1;background:#fff url('images/loading.png');background-position:center;background-repeat:no-repeat;text-align:center;padding-top:30px;}

a img {border: none}

.webim{
position: fixed;bottom: 0px;right: 0px; border: none; width:300px;height:70px; background: url('images/webimbg.png') bottom right no-repeat;
}
.webim a {margin:80px 0px 0px 40px; text-decoration:none;}

h1.recent{margin-bottom:10px; padding-bottom:0px;padding-left:0px;margin-left:5px;}

#recently-viewed{
list-style:none;
margin: 0px 0 0 0;
      padding: 0;
      border: none;
}

#recently-viewed li a{
display:block;
float: left;
margin:4px;
width:59px;
height:59px;
overflow:hidden;
border:1px solid #e4e4e4;
}
