/*eric*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*end eric*/

body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	color			: #333333;
	line-height		: 1.166;
}

a {
	color: blue;
	text-decoration: underline;
}

a:hover {
	color:#0066FF;
	font-size:12px;
	text-decoration:underline;
}

a:link, a:visited {
	color:#0066FF;
	font-size:12px;
	text-decoration:none;
}

p {
	margin: 0 0 18px;
	font-size		: 12px;
	color			: #666666;
}

h1{
	font			: bold 120% Arial,sans-serif;
	color			: #334d55;
}
h2{
	font			: bold 114% Arial,sans-serif;
	color			: #006699;
}
h3{
	font			: bold 100% Arial,sans-serif;
	color			: #334d55;
}
h4{
	font			: 100% Arial,sans-serif;
	color			: #333333;
}
h5{
	font			: 100% Arial,sans-serif;
	color			: #334d55;
}

h1.title {
	background: url(/img/glbnav_background.jpg);
	text-align: center;
	height: 32px;
	line-height: 32px;
}

/* Header
-----------------------------------------------------------------------------*/
#hd {
	height: auto;
	min-width: 960px;
}

#hd_content {
	height: auto;
	overflow: hidden;
}

/* Middle
-----------------------------------------------------------------------------*/
#mid {
	display: table;
	min-width: 960px;
	background-image:url(/img/cell_back.jpg);
	background-repeat:repeat-x;
	border-left:1px solid #EEEEEE;
	border-right:1px solid #EEEEEE;
}

#content {
	display: table-cell;
	overflow: hidden;
	width: 100%;
	vertical-align:top;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sl {
	display: table-cell;
	float: left;
	width: 200px;
	border-right: 1px solid #EEEEEE;
	overflow: hidden;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sr {
    display: table-cell;
	width: 200px;
	border-left: 1px solid #EEEEEE;
	position: absolute;
	top: 271px;
	right: 0px;
}


/* Footer
-----------------------------------------------------------------------------*/
#ft {
	min-width: 960px;
	text-align: center;
}
/*auto*/
#hd_top {
	height:33px;
	padding-left: 200px;

}
#search {
	height:33px;
}
#info {
	height: 1px;
	background-color: #FFF;
}
#contact {
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}

/*h menu*/
#nav {
  font-family       : Arial, Helvetica, sans-serif;
  font-size         : 12px;
  height            : 32px;
  background-image: url(/img/glbnav_background.jpg);


}

#navlist ul, #navlist li {
  display           : inline;
  list-style-type   : none;
}
#navlist a:link, #navlist a:visited {
  border-right      : 1px solid #EEEEEE;
  padding           : 5px 10px 5px 10px;
  float             : left;
  font-weight       : bold;
  line-height       : 19px;
  margin            : 0px;
  text-decoration   : none;
  color             : #666666;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
  color             : #FF9900;
  background-color  : #FFFFFF;
}
#navlist a:hover {
  color             : #666666;
}
#curs {
	font-size: 9px;
	vertical-align: mid;
}

/*v2*/
#products{
	text-align:center;
	width: 200px;
	height: 200px;
	float: left;
	overflow: hidden;
}
span#usd{color:#FB5709; font-weight:bold; font-size:16px}
span#uah{color:#006600; font-size:14px}
/*v2*/

/*tmp*/
div.title {
  font-family       : Arial, Verdana, Geneva,  Helvetica, sans-serif;
  font-weight       : bold;
  text-transform    : uppercase;
  font-size         : 20px;
  text-align        : left;
  color             : #FF9900;
}
/*tmp*/

/*Accordion*/
#accordion{
display:block;
font-size:1em;
padding: 1px;
}

#accordion h3 {
cursor:pointer;
padding:2px;
position:relative;
background:#F6F6F6 url(/img/ui-bg_glass_100_f6f6f6_1x400.png) repeat-x scroll 50% 50%;
border-bottom: 1px solid #CCCCCC;
color:#1C94C4;
font-weight:bold;
}


#accordion h3.selected a:link,a:visited{
	color:#EB8F00;
}

#accordion ul {
 list-style: square outside;
}

#accordion li {
	margin: 0 0 0 15px;
	border-bottom: 1px solid #CCCCCC;
}

#accordion li a:link,a:visited, h3 a:link,a:visited{
	color:#1C94C4;
}

.brand{
	font-weight: bold;
	
}
/*end Accordion*/
