html, body{
        margin: 0px;
        padding: 0px;
}
body, td, th{
        font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
        line-height: 15px;
}
body{
        background-color: #FFFFFF;
}


/* Defaults */
img{
        border: 0px;
}
form{
        margin: 0px;
}

a{
        color: #005290;
        text-decoration: underline;
}
a:hover{
        color: #E3261E;
        text-decoration: underline;
}

/* Main table backgrounds */
td.left_bg{
        background-color: #EAF6FC;
}
td.left_bg_index{
        background-color: #EAF6FC;
        background-image: url(/images/index_shadow_left_top.gif);
        background-repeat: no-repeat;
        background-position: right bottom;
}
td.center_border_bg{
        background-color: #CDE9F8;
/*        border-bottom: 1px solid #FFFFFF;*/
}
td.right_bg{
        background-color: #CDE9F8;
}
td.right_bg_index{
        background-color: #EAF6FC;
        background-image: url(/images/index_shadow_right_top.gif);
        background-repeat: no-repeat;
        background-position: left bottom;
}
td.left_bottom_bg{
        background-color: #DDECF5;
}
td.left_bottom_bg_index{
        background-color: #DDECF5;
        background-image: url(/images/index_shadow_left_bottom.gif);
        background-repeat: no-repeat;
        background-position: right top;
}
td.left_bottom_borderB_bg{
/*        background-color: #DDECF5;
        border-top: 1px solid #FFFFFF;
*/
        background-color: #EAF6FC;
}
td.center_bottom_bg{
        background-color: #EAF6FC;
        background-image: url(/images/index_shadow_right_bottom.gif);
        background-repeat: no-repeat;
        background-position: left top;
}
td.footer_bg{
        background-color: #FFFFFF;
        height: 30px;
}


/* Main table content styles */
#header{
        margin-top: 50px;
        margin-left: 10px;
        margin-bottom: 5px;
}
#header, #header td, #header a{

        font-family: Arial, Helvetica, sans-serif;
        color: #ADADB3;
        font-weight: bold;

/*        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
      GRAY for LT site
        color: #666666;
        color: #005290;
        font-size: 9px;*/
}
#left_content{
        margin-top: 0px;
        margin-bottom: 0px;
}
#left_content .title{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #005290;
        font-weight: bold;
        padding-top: 0px;
        padding-bottom: 8px;
        padding-left: 30px;
}
#center_content_header{
        height: 15px;
        margin-top: 20px;
        margin-left: 33px;
        margin-right: 20px;
        margin-bottom: -5px;
        text-align: right;
}
#center_content_header a{
        color: #000000;
        text-decoration: none;
}
#center_content{
        margin-top: 0px;
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 20px;
}
#center_content_border{
        border-bottom: 1px solid #FFFFFF;
}
#right_content{
        margin-top: 20px;
        margin-left: 10px;

        margin-right: 33px;
        margin-bottom: 20px;
}
#right_content .title{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #005290;
        font-weight: bold;
}
#left_bottom_content{
        padding-left: 20px;
        margin-top: 35px;
        margin-bottom: 30px;
}
#left_bottom_contentB{
        border-top: 1px solid #FFFFFF;
        background-color: #DDECF5;
        padding-left: 20px;
        padding-top: 35px;
        padding-bottom: 30px;
}

#center_bottom_content{
        margin-top: 35px;
        margin-left: 0px;
        margin-bottom: 15px;
        margin-right: 0px;
}
#right_bottom_content{
        margin-top: 35px;
        margin: 30px;
        margin-left: 35px;

}
#right_bottom_content .title{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #005290;
        font-weight: bold;
}
#footer_content{
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 5px;
        padding-right: 5px;
}
#footer_content, #footer_content a{
        font-family: Arial, Helvetica, sans-serif;
        color: #ADADB3;
        font-weight: bold;
}
#footer_content a{
        margin-left: 5px;
        margin-right: 5px;
        text-decoration: none;
}
#footer_content a:hover{
        text-decoration: none;
}


/* Styles */
h1{
        font-size: 22px;
        font-weight: normal;
        color: #E4261E;
        line-height: 25px;
        margin: 0px;
        margin-top: 5px;
        margin-bottom: 20px;
        padding: 0px;
}
h2{
        font-size: 12px;
        font-weight: bold;
        color: #000000;
}
h3{
        font-size: 12px;
        font-weight: normal;
        font-style: italic;
        color: #000000;
}

p{
        margin: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
}


/* Bulleted links */
div.bulleted{
        text-decoration: none;
        padding-left: 14px;
        background-image: url(/images/arrow_right.gif);
        background-repeat: no-repeat;
}
div.bulleted a{
        font-weight: bold;
        text-decoration: underline;
        font-size: 10px;
}


/* Header Selector block */
#header_selector a{
/*
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9px;
        letter-spacing: 1px;
*/
        font-weight: normal;
        color: #000000;

        white-space: nowrap;
        display: block;
        padding: 2px;
        margin-left: 20px;
        margin-right: 20px;
        border-bottom: 1px solid #DDDDDD;
        text-decoration: none;
}
#header_selector a:hover{
        text-decoration: none;
        color: #CC0000;

}
#header_selector span{
/*        letter-spacing: 1px;*/
        margin-left: 7px;
        margin-right: 7px;
}


/* Header Links block */
#header_links a{
/*
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9px;
        letter-spacing: 1px;
*/
        text-decoration: none;
        margin-left: 5px;
        margin-right: 5px;
}
#header_links a:hover{
        text-decoration: none;
}


/* Header Search Form */
#search_form{
}
#search_form input{
        color: #FF0000;
        font-size: 11px;
        border: 1px solid #CBCBCB;
        padding: 1px;
        padding-left: 5px;
        margin-right: 3px;
        height: 19px;
}



/* cool tables */
.coolTable
{
        border-bottom: 2px solid #5BB2E5;
}

.coolTableHdr
{
        padding: 8px;
        border-bottom: 1px solid #83CEF0;
        background-color: #5BB2E5;
        text-align: left;
        vertical-align: top;
        font-weight: bold;
        color: #FFFFFF;
        border-bottom: 0;
}

.coolTableRg
{
        padding: 8px;
        background-color: #FFFFFF;
}
.coolTableRg2
{
        padding: 8px;
        background-color: #F6F6F6;
}


li{
        padding-bottom: 7px;
}
ul{
        list-style-image:url(/pic/map/b.gif);
        margin-top:7px;
        margin-left:20px;
}
ul ul{
        list-style-image:url(/pic/map/y.gif);
        margin-top:7px;
        margin-left:20px;
}
ul ul ul{
        list-style-image:url(/pic/map/r.gif);
        margin-top:7px;
        margin-left:20px;
}

/* Currency rates block */
#currency_rates table{
        border-collapse: collapse;
}
#currency_rates td, #currency_rates th{
        padding: 0;
}
#currency_rates .subMnuIndexBottom{
        font-weight: bold;
        margin-bottom: 10px;
}
#currency_rates .subMnuIndexBottom img{
        vertical-align: middle;
        margin-right: 5px;
}
#currency_rates .commonTable{
        width: 365px;
        border-bottom: 2px solid #5BB2E5;
}
#currency_rates .commonTable img{
        vertical-align: middle;
        margin-right: 10px;
}
#currency_rates .commonTable td, #currency_rates .commonTable th{
        padding: 8px;
        border-bottom: 1px solid #83CEF0;
}
#currency_rates .commonTable th{
        background-color: #5BB2E5;
        text-align: left;
        vertical-align: top;
        font-weight: bold;
        color: #FFFFFF;
        border-bottom: 0;
}
#currency_rates .commonTable th .Simple{
        font-weight: normal;
        color: #000000;
}
#currency_rates .commonTable .Currency{
        font-weight: bold;
        border-bottom: 0;
}
#currency_rates .commonTable .RateDown{
        color: #E3261E;
}
#currency_rates .commonTable .RateUp{
        color: #000000;
}
#currency_rates .commonTable .RateUp{
        color: #43A42E;
}


/* Main Menu block */
#menu{
        color: #000000;
        padding-bottom: 10px;
        background-color: #DDECF5;
        padding-top: 30px;
}

#menu div.container, #menu div.container_expanded{
        padding-left: 3px;
        padding-right: 10px;
        padding-top: 3px;
        padding-bottom: 3px;

}

#menu div.container_expanded{
        margin-top: 0px;
        padding-top: 10px;
        background-color: #CDE9F8;
}
#menu div.container_expanded a{
        font-weight: bold;
        text-decoration: none;
}
#menu div.container_expanded a:hover{
}

#menu div.submenu{
        background-color: #CDE9F8;
        padding-bottom: 8px;
        margin-bottom: 3px;
        padding-left: 13px;
}
#menu a{
        color: #000000;
        text-decoration: underline;
}
#menu a:hover{
        text-decoration: none;
}
#menu div.submenu a{
        color: #004579;
}
#menu div a.active{
        color: #E3261E;
        text-decoration: none;
}

#menu div.container_expanded div.nohover,
#menu div.container_expanded div.hover,
#menu div.container div.nohover {
        background-image: url(/images/blank.gif);
        background-repeat: no-repeat;
        padding-left: 14px;
        margin-left: 14px;
}

#menu div.container div.hover{
        background-image: url(/images/menu_bullet_right.gif);
        background-repeat: no-repeat;
        padding-left: 14px;
        margin-left: 14px;
}



/* Customer login block */
#customer{
        padding-top: 15px;
        padding-left: 8px;
        padding-right: 3px;
        padding-bottom: 15px;
        color: #5E5E5E;
        font-size: 11px;
        border-bottom: 1px solid #FFFFFF;
        background-color: #DDECF5;
}
#customer input{
        color: #FF0000;
        font-size: 11px;
        border: 1px solid #CBCBCB;
        padding: 1px;
        padding-left: 5px;
        height: 18px;
}
#customer .links{
        margin-top: 8px;
}
#customer .links a{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
}


/* News block */
#news .rss {
	float: right;
	font-size: 9px;
	font-weight: bold;
	line-height: 17px;
	text-decoration: none;
	
	background: url(/pic/rss.png) 100% 0 no-repeat;
	display: inline-block;
	display: -moz-inline-block;
	
	padding: 0 21px 2px 0;
	margin: -1px 6px 0 0;
}
#news .title{
        margin-bottom: 10px;
        margin-left: 5px;
        padding-left: 15px;
}
#news .bullet{
        margin: 4px 5px 0px 15px;
}
#news .text {
        padding-bottom: 10px;
}
#news .date{
        color: #999999;
        font-weight: bold;
}


/* Pages for News block and Search */
#pages{
        padding-top: 10px;
}
#pages img.prev{
        margin-right: 5px;
}
#pages img.next{
        margin-left: 5px;
}
#pages a{
        margin-left: 2px;
        margin-right: 2px;
}
#pages a.active{
        font-weight: bold;
        color: #E3261E;
        text-decoration: none;
}
#pages a.active:hover{
        text-decoration: none;
}


/* Related Products block */
#related_products{
        margin-left: 15px;
}
#related_products .text{
        color: #717171;
}
#related_products .title{
        padding-bottom: 15px;
}
#related_products table{
        padding-top: 10px;
        padding-bottom: 10px;
}


/* PrintSend Links block */
#printsend_center{
        padding-top: 16px;
        padding-bottom: 6px;
        height: 10px;
}
#printsend_right{
        padding-top: 25px;
        padding-bottom: 6px;
        height: 10px;
}

#printsend_center #printsend_links {
        margin-right: 40px;
}
#printsend_right #printsend_links {
        margin-right: 5px;
}

#printsend_links {
        margin-right: 40px;
        text-align: right;
        font-size: 10px;
}

#printsend_links a{
        color: #000000;
        text-decoration: underline;
}
#printsend_links a:hover{
        text-decoration: none;
}


/* Site Map block */
#sitemap td{
        line-height: 13px;
}
#sitemap div.level_title{
        margin-top: 35px;
        font-weight: bold;
}
#sitemap div.level_title a{
        color: #000000;
        text-decoration: none;
        font-weight: bold;
}
#sitemap div.level_subtitle{
        padding-top: 10px;
}
#sitemap div.level_subtitle a{
        color: #000000;
        text-decoration: none;
}
#sitemap div.link{
        padding-left: 15px;
}
#sitemap div.link a{

}


/* Send Link block and other forms*/
th.styled {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        border-bottom: 1px solid #5BB2E5;
        text-align: left;
}
th.first {
        border-top: 1px solid #5BB2E5;
}
td.styled {
        background-color: #5BB2E5;
}
input.styled, textarea.styled{
        background-color: #FFFFFF;
        color: #666666;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        border: 1px solid #CBCBCB;
        margin-top: 2px;
        margin-bottom: 2px;
        width: 100%;
        padding-left: 5px;
}
input.styled{
        height: 19px;
}

th.styled2 {
        padding: 5px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        border-bottom: 1px solid #EAF6FC;
        text-align: left;
        background-color: #FFFFFF;
}
th.first2 {
        padding: 8px;
        border-bottom: 1px solid #83CEF0;
        background-color: #5BB2E5;
        text-align: left;
        vertical-align: top;
        font-weight: bold;
        color: #FFFFFF;
        border-bottom: 0;
}
td.styled2 {
        padding-left: 5px;
        border-bottom: 1px solid #FFFFFF;
        background-color: #F6F6F6;
}

input.active, input.inactive,input.inactiveb, input.error, input.noerror{
        background-color: #FFFFFF;
        color: #666666;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        border: 1px solid #DDECF5;
        margin-top: 2px;
        margin-bottom: 2px;
        width: 100%;
        padding-left: 5px;
        height: 19px;
}
textarea.active{
        background-color: #FFFFFF;
        color: #666666;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        border: 1px solid #DDECF5;
        margin-top: 2px;
        margin-bottom: 2px;
        width: 100%;
        padding-left: 5px;
}



/* Search Engine block */
#search_results .title{
        margin-bottom: 5px;
}
#search_results .text {
        margin-bottom: 15px;
}
#search_summary{
        margin-top: 45px;
        margin-left: 15px;
}

/* Related Information block */
#related_information{
        margin-top: 5px;
        margin-bottom: 10px;
}
#related_information #info{
        margin-top: 5px;
        margin-bottom: 5px;
}
#related_information a{
        color: #000000;
}
#related_information a:hover{
        text-decoration: none;
}


/* Tools Links block */
#tools_links{
       margin-top: 30px;
       margin-bottom: 30px;
}
#tools_links .title{
        padding-bottom: 3px;
}
#tools_links .link{
        padding-left: 32px;
        padding-bottom: 2px;
}
#tools_links .link a{
        color: #000000;
}
#tools_links .link a:hover{
        color: #E3261E;
}


span.error, div.error{
        color: #cc0000;
}
 
/*Second CoolTables style*/

.firstCells {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #EAF6FC;
	text-align: left;
	background-color: #FFFFFF;
}
.tableHead {
	padding: 8px;
	border-bottom: 1px solid #83CEF0;
	background-color: #5BB2E5;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 0;
}

.tableHead2 {
	padding: 8px;
	border-bottom: 1px solid #83CEF0;
	background-color: #5BB2E5;
	text-align: left;
	vertical-align: top;
	color: #FFFFFF;
	border-bottom: 0;
}

.AllCells {
	padding-left: 5px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-color: #F6F6F6;
}

/*end second CoolTables Styles*/

/*Currencies Rates && Graphic*/

 .SlideWindow img
{
	border: 0;
}
.SlideWindow table
{
	border-collapse: collapse;
}
.SlideWindow td, th
{
	padding: 0;
}
.SlideWindow .Slider
{
	position: relative;
}
.SlideWindow .Slider td
{
	vertical-align: top;
}
.SlideWindow .Slider td td
{
	vertical-align: auto;
}
.SlideWindow *
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 10px;
}
.SlideWindow
{
	background: url('pic/sliding_window_ub.gif') 0% 0% repeat-x;
	background-color: #EAF6FC;	
	padding-top: 15px;
	width: 400px;
	overflow: hidden;
}
.SlideWindow .GraphSelector
{
	margin-left: 17px;
	margin-bottom: 10px; 
}
.SlideWindow .GraphSelector .Cur
{
	cursor: default;
	font-weight: bold;
	background: url('pic/arr_down.gif') 0% 50% no-repeat;
}
.SlideWindow .GraphSelector td
{
	cursor: pointer;
	background: url('pic/arr_right.gif') 0% 50% no-repeat;
	white-space: nowrap;
	font-size: 9px;
	padding-left: 9px;
	padding-right: 5px;
	text-decoration: underline;
}
.SlideWindow .GraphSelector td a
{
	color: black;
	font-size: 9px;
}
.SlideWindow .commonTable
{
	margin-left: 17px;
	margin-right: 17px;
	width: 365px;
	height: 126px;
	border-top: 2px solid #5BB2E5;
	border-bottom: 2px solid #5BB2E5;
}
.SlideWindow .commonTable img
{
	vertical-align: middle;
	margin-right: 10px;
}
.SlideWindow .commonTable td, th
{
	padding: 7px;
	border-bottom: 1px solid #83CEF0;
}
.SlideWindow .commonTable th
{
	background-color: #5BB2E5;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 0;
} 
.SlideWindow .commonTable td
{
   white-space: nowrap; 
}
.SlideWindow .commonTable th .Simple
{
	font-weight: normal;
	color: #000000;
}
.SlideWindow .commonTable .Currency
{
	width: 61px !important;
	font-weight: bold;
	border-bottom: 0;
}
.SlideWindow .commonTable .RateDown
{
	color: #E3261E;
}
.SlideWindow .commonTable .RateUp
{
	color: #43A42E;
}
.SlideWindow .commonTable .RateSame
{
	padding-left: 23px;
}
.SlideWindow .commonTable .Euro
{
	font-size: 11px;
	font-weight: bold;
	color: #CF120D;
}
.SlideWindow .commonTable .Usd
{
	font-size: 11px;
	font-weight: bold;
	color: #62AD40;
}
.SlideWindow .commonTable .Gbp
{
	font-size: 11px;
	font-weight: bold;
	color: #005290;
}
.SlideWindow .commonTable .Currencies
{
	vertical-align: top;
}
.SlideWindow .commonTable .Chart
{
	vertical-align: top;
}
.SlideWindow .Term
{
	padding-top: 7px;
	padding-left: 17px;
}
.SlideWindow .Term img
{
	vertical-align: middle;
	margin-right: 3px;
}
.SlideWindow .Term a
{
	margin-right: 11px;
	color: #005290;
	font-weight: bold;
}

/******End of*****/

.CurrTable
{
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}

.CurrTableRows
{
}

.CurrTableHead
{
	/*padding: 8px;	*/
	/*border-bottom: 1px solid #83CEF0;*/
	background-color: #5BB2E5;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	font-weight: bold;
	border-top: 1px solid #FFFFFF; 
	border-left: 1px solid #FFFFFF;
}

.CurrTableCells
{
	/*padding-left: 5px;  */
	background-color: #F6F6F6;
	text-align: center; 
	border-top: 1px solid #FFFFFF; 
	border-left: 1px solid #FFFFFF;
}

.pricelisthead
{
	background-color: #5BB2E5;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px; 
	padding-left: 5px;  
	font-weight: bold; 
	border-bottom: 1px solid #00397C;
} 

.pricelistrow
{
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-color: #F6F6F6;
	padding-top: 5px;
	padding-bottom: 5px; 
	padding-left: 5px;  
}							   

.pricelisttable 
{
	/*border-top: 2px solid #FFFFFF;	*/
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
