/* CSS Document */

body
{
	margin: 0px;
	padding: 0px;
	background: url(images/bg_body.gif) repeat-x top left #8bb4e8;
	color: #011fa3;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#container
{
	width: 760px;
	margin: 0px auto;
}
#lang
{
	background: url(images/bg_lang.gif) no-repeat right bottom;
	width: inherit;
	height: 23px;
}
#top
{
	width: inherit;
	height: 90px;
}
#main
{
	width: inherit;
	background: url(images/bg_main_top.gif) no-repeat top left #e0ebf8;
}
#menu
{
	width: inherit;
	height: 33px;
}
#product_box
{
	padding: 7px;

}

/* ---------------- languages --------------------------------------- */

#lang ul
{
	margin: 0px;
	padding: 4px 0px 0px;
	list-style: none;
	width: 100px;
	float: right;
}
#lang ul li
{
	display: block; 
	float: left;
	padding: 0px 1px 2px;
	margin: 0px 1px;
}
#lang ul li.active
{
	border-bottom: 2px solid #5d98d1;
}
#lang ul li a img
{
	border: 0px none;
}

/* ---------------- searcher --------------------------------------- */

#searcher
{
	width: 265px;
	height: 40px;
	float: right;
	margin-top: 50px;
}
#searcher p
{
	float: left;
	font-size: 9px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-right: 5px;
}
#search_field
{
	background: url(images/search_field.gif) no-repeat left center;
	float: left;
}
#search_field input
{
	background: none;
	border: 0px none;
	width: 132px;
	padding: 7px 6px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px; 
	-moz-border-radius: 0px;
	outline: none;
}
#search_field .search_bt
{
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px; 
	-moz-border-radius: 0px;
	color: #655f00;
	background: url(images/bt_search.gif) no-repeat top left;
	width: 49px;
	height: 25px;
	font-size: 9px;
}

/* ---------------- main menu --------------------------------------- */

ul#nav
{
	margin: 0px;
	padding: 0px 10px;
	list-style: none;	
}
ul#nav li
{
	background: url(images/bg_menu_list.gif) no-repeat right top;
	display: block;
	float: left;
	padding-right: 2px;
}
ul#nav li a
{
	display: block;
	padding: 10px 13px;
	color: #ffce09;
	text-decoration: none;
	font-weight: bold;
}
ul#nav li a:hover
{
	background: url(images/bg_menu_active.gif) repeat-x top left;
	color: #011fa3;
	text-decoration: underline;

}	
ul#nav li a.active
{
	background: url(images/bg_menu_active.gif) repeat-x top left;
	color: #011fa3;
}
ul#nav li a.active:hover
{
	text-decoration: none;
}

#menu span a.iso
{
	text-decoration: none;
	float:right;
	color: #ffce09;
	font-weight: bold;
	display: block;
	padding: 10px;
}

/* ---------------- product info --------------------------------------- */
#slide
{
	position: relative;
	width: auto;
	height: 219px;
	overflow: hidden;
}

#slide img
{
	display: block;
}

#image_box
{
	width: 450px;
	height: 205px;
	float: left;	
}
#image_box img 
{
	border: 0px;
}
#product_info
{
	width: 280px;
	float:right;
	padding-left: 10px;
}
#product_info p
{
	margin: 0px;
	padding: 0px 0px 8px;
}


.product_list
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.product_list li
{
	display:block;
	padding-top: 1px;
	background: url(images/dot.gif) repeat-x top left;
	_height: 20px;
}
.product_list li a
{
	background: url(images/listdot.gif) no-repeat 5px 5px;
	display: block;
	padding: 5px 3px 5px 30px;
	margin: 0px;
}
.product_list li a:hover, .product_list li a.active
{
	background: url(images/listdothover.gif) no-repeat 5px 5px #d9e2eb;;
}
.product_list li a.active
{
	font-weight: bold;
	text-decoration: none;
}
.product_detail_info .product_thumbs
{
	width: 120px;
	float:left;
}
.product_detail_info .product_text
{
	float: left;
	width: 420px;
}
.product_detail_info .product_text span
{
	padding: 2px 0 2px 20px;
	background: url(images/print/print.gif) no-repeat scroll 0 -499px transparent;
	text-decoration: none;
	float: right;
	line-height: 13px;
}

.product_detail_info .product_text span a
{
	text-decoration: none;
}

/* ---------------- panel --------------------------------------- */

#pane
{
	height:30px;
	background: url(images/bg_pane.gif) repeat-x bottom left;
	padding: 0px 20px;
}
#pane ul
{
	margin: 0px;
	padding: 8px 0px 0px;
	list-style: none;
}
#pane ul li
{
	display: inline;
	padding: 0px 1px;
}

/* ---------------- content --------------------------------------- */

#content
{
	background:url(images/bg_line.gif) repeat-y 176px 0px;
}
#left_c
{
	padding: 7px 8px;
	width: 160px;
	float: left;
}

#right_c
{
	float:right;
	width: 550px;
	padding: 10px 15px;
}

#right_c h3
{
	margin: 0px 0px 8px;
	padding: 5px 10px;
	background:url(images/label.gif) no-repeat left top #0f3d71;
	width: 140px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

#news_content p
{
text-align: left;
}

.news_info 
{ 
margin: 0px; 
padding: 0px 0px 5px;
color: #4F60A3;
}

#footer_c
{
	clear:both;
	background: url(images/bg_footer.gif) no-repeat bottom left #ffce09;
	height: 67px;
}
#footer_c .fltr
{
	fleat:right;
	padding: 5px 10px 5px 20px;
	font-weight: bold;
	line-height: 18px
}
#footer_c .tel
{
	padding-right: 60px;
	margin-right: 10px;
	background: url(images/tel.gif) no-repeat bottom right;
}
#footer_c .mail
{
	padding-left: 30px;
	padding-top: 12px;
	background: url(images/email.gif) no-repeat 0px 18px;
}
#footer_down
{
	height: 50px;
	background: url(images/bg_footer_down.gif) no-repeat right top;
}

#footer_down ul
{
	margin: 0px;
	padding: 5px 0px 0px;
	list-style: none;
}
#footer_down ul li
{
	display:inline;
	padding: 0px 10px 0px 9px;
	border-right: 1px solid #3271c1;
}
#footer_down .copyright
{
	color: #b1d8f1;
	font-size: 9px;
	padding: 4px 0px;
	width: 220px;
	text-align: center;
}

h2
{
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 7px 0px 10px;
}

.product_detail, .news_detail, .products_detail
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.product_detail li, .news_detail li
{
	display: block;
	height: 120px;
	width: 100%;
	clear:both;
	background: url(images/dot.gif) repeat-x bottom left;
	padding-top: 10px;
}
.products_detail li
{
	display: block;
	height: 70px;
	width: 100%;
	clear:both;
	background: url(images/dot.gif) repeat-x bottom left;
	padding-top: 10px;
}

.product_detail li .thumb, .products_detail li .thumb
{
	float: left;
	padding-right: 10px;
}
.product_detail li h4
{
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 9px;
}
.products_detail li h4
{
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.product_detail li p
{
	font-size: 9px;
	margin: 0px;
	padding: 4px 0px;
	line-height: 8px;
}
.product_details li p
{
	font-size: 11px;
	margin: 0px;
	padding: 4px 0px;
	line-height: 15px;
}
.product_detail li .more
{
	background:url(images/show_more.gif) no-repeat center center;
	width: 90px;
	height: 45px;
	float: right;
	margin-top: 20px;
}

.news_detail li { 
	height: auto; 
	padding: 0px 0px 8px; 
}

.news_detail li p
{
	margin: 0px;
	padding: 4px 0px;
	line-height: 15px;
}

/* ---------------- page bar --------------------------------------- */

.pagebar { 
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	font-size: 10px;
	margin-right: 0.1em;
	padding: 2px 1px 2px 1px; 
	background: transparent; 
	text-decoration: none;
}
	
.pagebar a, .this-page {
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px; 
	-moz-border-radius: 3px;
	color: #011fa3;
	padding: 3px; 
	text-decoration: underline;
	border: 1px solid #0C389A; 
	text-decoration: none; 
	background:#C3DBF8;
}
	
.pagebar a:hover {
	border: 1px solid #0C389A;
	background: #4785C8;
	color:#FEFEFF;
} 
	
.pagebar a:visited {
	color: #011fa3;
	text-decoration: underline; 
	border: 1px solid #0C389A; 
	text-decoration: none; 
}

.pagebar .this-page {
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px; 
	-moz-border-radius: 3px;
	border: 1px solid #0C389A; 
	font-weight: bold; 
	background: #4785C8;
	padding: 3px;  
	color: #FEFEFF;
}

.pagebar a:active{
	color: #011fa3;
	text-decoration: underline;
}
.pagebar p {
	margin: 0;
	padding: 8px 0px 0px 0px;
	text-align: center;
}

/* ---------------- product column --------------------------------------- */

#left_c h3
{
	margin: 0px 0px 8px;
	padding: 5px 10px;
	background:url(images/label.gif) no-repeat left top #0f3d71;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

#left_c h3.red { 
	background: #cb250e url(images/label_red.gif) no-repeat left top; 
}

#left_c p
{
	text-align:center;
	margin: 0px;
	padding: 0px 0px 7px;
}

.show_more
{
	background: url(images/bt_more.gif) no-repeat;
	display: block;
	width: 85px;
	height: 20px;
	margin: 0px auto;
}
.show_more span
{
	display: none;
}

/* ---------------- form --------------------------------------- */

input, textarea
{
	border: 1px solid #bfbfbf;
	background: #fff;
	color: #5c5c5c;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px; 
	-moz-border-radius: 5px;
	padding: 4px 6px;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
input.button
{
	background: url(images/bt_clear.gif) no-repeat center top;
	border: none;
	font-size: 9px;
	font-weight:bold;
	display: block;
	width: 70px;
	padding: 6px 0px;
	margin: 5px auto;
	
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px; 
	-moz-border-radius: 0px;
}
/* ---------------- top --------------------------------------- */

#toper {
	height:220px;	
	position:relative;
	overflow:hidden;
	clear:both;
}

/*  single pane */
#toper div {
	float:left;
	display:block;
	padding: 2px 10px 2px 3px;
}

/* our additional wrapper element for the items */
#toper .items {
	width:20000em;
	position:absolute;
	clear:both;
}

/* ---------------- other --------------------------------------- */

p
{
	line-height: 18px;
	text-align: justify;
}
.nb
{
	border: 0px none !important;
}

.fltr
{
	float:right;
}

.aling_left
{
	text-align:left !important;
}
.small
{
	font-size: 9px;
}

a
{
	color: #011fa3;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
.copyright
{
	text-decoration: underline;
}

#top a img
{
	border: none;
	background: none;	
	color: none;
}
#left_c a img, #right_c a img
{
	border: none;
	padding: 2px;
	background: #011fa3;
}

#right_c img.arrown
{
 border: none;
 padding: 5px 8px 0 0;
}
#right_c img.arrowm
{
	border: none;
	padding: 4px 8px 5px 4px;
	margin: 0;
}

.clear
{
	clear:both;
}