/* LA CONTENT CSS

==============================================================================*/


/* images inside content divs */
.goodyearnumbers{
	float:left;
             display:inline;
	margin:50px 0 0 60px;
}
.imagem{
	display:inline;
}
.content_img1{ /* img 170x120*/
	float:left;
	padding:4px;
	margin:1px;
	border-right: 2px solid #e5e5e5;
            	border-bottom: 2px solid #cccccc;
             border-left: 1px solid #f6f6f6;

	}
.content_img2{ /* img 270x230*/
	float:left;
	padding:7px;
	margin:1px;
	background: url("../img/img2_border.gif") no-repeat;
}
.content_img3{ /*img 270x400*/
	float:left;
	padding:7px;
	margin:1px;
	background: url("../img/img3_border.gif") no-repeat;
}
.content_img4{ /*img 280x190*/
	float:left;
	padding:6px;
	margin:1px;
	background: url("../img/img4_border.gif") no-repeat;
}
.content_img5{ /*img 100x50*/
	float:left;
	padding:4px;
	margin:1px;
	background: url("../img/img5_border.gif") no-repeat;
}
.content_img7{ /*img 170x170*/
	float:left;
	padding:6px;
	margin:1px;
	background: url("../img/img7_border.gif") no-repeat;
}
/*content title */
.content_title{
	display:block;
	padding:0;
	margin:0 20px 5px 30px;
	font-weight:bold;
	font-size:14px;
	border-bottom:1px dotted #87A3B9;
}

#content_no_menu .content_text5 .content_title{
	width:470px;
	}


/* divs for content text */
.content_text1{
	float:left;
	display:inline;
	margin:0 0 30px 30px;
	padding:0;
	width:370px;
             
}
.content_text1 .content_title{
	margin:0 0 10px 0;
	width:380px;
}
.content_text2{
	float:left;
	display:inline;
	margin:0 0 30px 30px;
	padding:0;
	width:520px;
}
.content_text2 .content_title{
	margin:0 0 10px 0;
	width:520px;
	font-size:14px;
	color:#003175;
}
.content_text2 .content_title span{
	font-size:13px;
	font-weight:normal;
}
.content_text3{
	float:left;
	display:inline;
	margin:0 0 30px 20px;
	padding:0;
	width:611px;
}

.content_text4{
	display:block;
	margin:0;
	padding:0 20px 10px 30px;
}
.content_text4 .content_title{
	font-size:13px;
	margin:0 0 5px 5px;
	padding:0;
}

.content_text5{
	float:left;
	display:inline;
	margin:0 0 30px 30px;
	padding:0;
	width:470px;
}
.content_text5 .content_title{
	margin:0 0 10px 0;
	width:470px;
	font-size:13px;
	color:#003175;
}

/* content tables*/
table.goodyearnumbers{
	display:inline;
	margin:15px 0 15px 0px;
	font-size:10px;
}
table.goodyearnumbers td.td1{
	text-align:left;
	background:#B5D9FA;
}
table.goodyearnumbers td.td2{
	background:#D2E8FC;
}
table.goodyearnumbers td span{
	float:left;
}
table.goodyearnumbers td span.num{
	float:right;
	width:40px;
	text-align:left;
}

/* NEWS  -waiting for news&updates additional content*/
.content_news{
	float:left;
	display:inline;
	margin:0 0 30px 20px;
	padding:0;
	width:611px;
	height:300px;
	min-height:300px;
}

#news_list{
	float:left;
	display:block;
             margin-left:20px;
	height:320px;
	width:611px;	
	overflow:hidden;
}
#news_list a{
	padding:5px;
	display:block;
	text-decoration:none;
	color:#003175;
	border-bottom:1px dotted #87A3B9;
}
#news_list a span{
	margin:0 5px 0 0;
	color:#0D5DCC;
}
#news_list a:hover{
	color:#000000;
}
#news_list a:hover span{
	color:#003175;
}
.stamp, .stamp_tight, .news_datatime {
	font-size: 10px;
	color:#999;
	margin-bottom:18px;
}
.stamp_tight {margin-bottom:0px;}
/* ROUNDEDBOX CSS

==============================================================================*/

.rounded_box_container
{padding:10px 5px 5px 10px;}

.rounded_box
{display:block;
 background-repeat: repeat;
 background-image:url("/img/rb_mid_c_tcm1076-66413.gif");
 margin:0;
}
.rounded_box .rounded_box_l
{display:block;
background-repeat: repeat-y;
background-position: left;
 background-image:url("/img/rb_mid_l_tcm1076-66414.gif");
}
.rounded_box .rounded_box_r
{display:block;
background-repeat: repeat-y;
background-position: right;
 background-image:url("/img/rb_mid_r_tcm1076-66415.gif");
}
.rounded_box .rounded_content
{display:block;
 margin:0 5px 0 10px;
}

.rounded_box .rounded_box_top
{display:block;
 height:15px;
 width:100%;
 background-repeat: repeat-x;
 background-position:top;
 background-image:url("/img/rb_top_c_tcm1076-66416.gif");
}

.rounded_box .rounded_box_top .rounded_box_l_top
{display:block;
 height:100%;
 width:100%;
 background-repeat: no-repeat;
 background-position: top left;
 background-image:url("/img/rb_top_l_tcm1076-66417.gif");
}

.rounded_box .rounded_box_top .rounded_box_r_top
{display:block;
 height:100%;
 width:100%;
 background-repeat: no-repeat;
 background-position: top right;
 background-image:url("/img/rb_top_r_tcm1076-66418.gif");
}

.rounded_box .rounded_box_bot
{display:block;
 height:15px;
 width:100%;
 background-repeat: repeat-x;
 background-position:top;
 background-image:url("/img/rb_bot_c_tcm1076-66419.gif");
}
.rounded_box .rounded_box_bot .rounded_box_l_bot
{display:block;
 height:100%;
 width:100%;
 background-repeat: no-repeat;
 background-position: top left;
 background-image:url("/img/rb_bot_l_tcm1076-66411.gif");
}
.rounded_box .rounded_box_bot .rounded_box_r_bot
{display:block;
 height:100%;
 width:100%;
 background-repeat: no-repeat;
 background-position: top right;
 background-image:url("/img/rb_bot_r_tcm1076-66412.gif");
}
/* RIGHTBLOCK
==============================================================================*/

.right_box_simple
{display:block;
 width:239px;
 text-align:left;
}

.right_box_simple iframe,iframe.RightBoxIfr
{border:none;
 padding:0;
 margin:0;
 width:100%;
 height:240px;
}

.right_box_simple .box_title
{display:block;
 font-size:16px;
 font-family: Arial; 
 font-weight:600;
 height:25px;
 line-height:25px;
 border:0px none;
 margin:0;
 padding:0;
 overflow:hidden;
 text-align:center; 
 background-color: #4E8BC4;
 background-image: url("/img/1bg_tcm1076-38722.gif");
 background-repeat: repeat-x;
 color: #CDDDEE;
}

.right_box_simple .item .item_title
{display:block;
 font-size:14px;
 font-family: Arial; 
 font-weight:600;
 height:25px;
 line-height:25px;
 border:0px none;
 margin:0;
 padding:0;
 overflow:hidden;
 text-align:center; 
/* background-color: #4E8BC4;
 background-image: url("/img/2bg_tcm1076-38723.gif");
 background-repeat: repeat-x;
 color: #CDDDEE;*/
}
.right_box_simple .item
{display:block;
 width:100%;
 overflow:hidden;
}

.right_box_conatainer
{display: block;
 width:100%;
 overflow:hidden;
 border:1px solid #CCCCCC;
}
.right_box_conatainer .item
{
 display:block;
 width:100%;
 overflow:hidden;
}


.sliding_box_conatainer
{display: block;
 width:239px;
 height:550px;
 overflow:hidden;
 border:1px solid #CCCCCC;
 
}

.sliding_box_conatainer .box_title, .right_box_conatainer .box_title
{display:block;
 font-size:16px;
 font-family: Arial; 
 font-weight:600;
 background-color: #4E8BC4;
 height:25px;
 line-height:25px;
 border:0px none;
 margin:0;
 padding:0;
 overflow:hidden;
 text-align:center; 
 background-image: url("/img/1bg_tcm1076-38722.gif");
 background-repeat: repeat-x;
 color: #CDDDEE;
}


.sliding_box_conatainer .item .item_title,.right_box_conatainer .item .item_title
{display:block;
 font-size:14px;
 font-family: Arial; 
 font-weight:600;
 background-color: #4E8BC4;
 height:25px;
 line-height:25px;
 border:0px none;
 margin:0;
 padding:0;
 overflow:hidden;
 text-align:center; 
 background-image: url("/img/2bg_tcm1076-38723.gif");
 background-repeat: repeat-x;
 color: #CDDDEE;
}

.sliding_box_conatainer .item
{
 position:relative;
 left:0;
 display:block;
 width:100%;
 height:525px;
 overflow:hidden;
 background-color:#FFFFFF;
}

/*.sliding_box_conatainer .item .item_content,.right_box_conatainer .item .item_content*/
.sliding_box_conatainer .item .item_content,.right_box_conatainer .item .item_content,.right_box_simple .item .item_content
{display:block;
 margin:0;
 padding:5px;
}
/* LA CONTENT LAYOUT

==============================================================================*/

.TitleBox
{display:block;
 padding:0;
 margin:0 20px 5px 10px;
 font-weight:normal;
 font-size:28px;
 color:#004299;
 clear:both;
}

.ParTitleBox
{display:block;
 padding:0;
 margin:2px 20px 5px 10px;
 font-weight:bold;
 font-size:16px;
color:#00285C;

 clear:both;
}

.selectortitle {
display:block;
 padding:0;
 margin:2px 0 4px 0;
 font-weight:bold;
 font-size:14px;
color:#004299;
clear:both;
}

.ContentBox
{Display:Block;
 Padding:0;
 margin:0;
 clear:both;
}

.ContentTextBox, p, td
{Display:Block;
 margin:2px 20px 5px 10px; font-size:12px
}

/*.ContentBox .TitleBox, .rounded_content .TitleBox, .ContentClearBothBox .TitleBox
{font-size:16px;
color:#00285C;

 margin:2px 20px 7px 10px;
}*/

.ContentFloatLeft
{float:left;
 clear:none;
}

.ContentFloatLeftFirst
{float:left;
 clear:left;
}

.ContentFloatRight
{float:right;
 clear:none;
}

.ContentFloatRightFirst
{float:right;
 clear:right;
}

.ContentSizeFixed700px
{ Width:700px;}

.ContentSizeFixed650px
{ Width:650px;}

.ContentSize80perc
{Width:79.9%;}
.ContentSize60perc
{Width:59.9%;}
.ContentSizeHalf
{Width:49.9%;}
.ContentSize40perc
{Width:39.9%;}
.ContentSizeFull
{Width:100%;}
.imgBox
{Display:block;
margin: 6px;
}

/* IMAGE PLACEMENT */

img.left { float: left; margin: 2px 12px 8px 0; border:1px solid #cccecd; padding: 1px;}

img.right { float: right; margin: 2px 0 8px 12px; border:1px solid #cccecd; padding: 1px;}

img.across { margin: 0 0 1em 0; border:1px solid #cccecd; padding: 1px;}

img.flushleft { margin-left: -20px; border:1px solid #cccecd; padding: 1px;}

img.flushright { margin-right: -20px; border:1px solid #cccecd; padding: 1px;}


iframe.tciframe
{Width: 95%;
 border: 0px none;
height:800px;
}

.ContentClearBothBox
{clear:both;
 width:100%;
}
/* NEWSRIGHTBOX

==============================================================================*/

.NewsRBox
{display:block;
 width:239px;
 background-image: url("/img/table_tcm1076-47478.gif");
 background-repeat: repeat-y;
 background-position: 0% 0%;
 text-align:left;
}

.NewsRBoxFill
{display:block;
 width:239px;
 background-image: url("/img/top_tcm1076-47479.gif");
 background-repeat: no-repeat;
 background-position: 0% 0%;
 text-align:left;
}
.NewsRBoxText
{display:block;
 width:200px;
 text-align:left;
 margin-left: 30px;
 padding-top:  15px;
}

.NewsRBoxbottom
{width:239px;
 height:6px;
 background-color: #FFFFFF;
 background-image: url("/img/bot_tcm1076-47477.gif");
 background-repeat: no-repeat;
 background-position: 100% 0%;
}
.NewsRBox h3{
	display:none;
}
.NewsRBox a
{	text-decoration:none;
	color:#000C54;
}

.NewsRBox a:hover
{	text-decoration:none;
	color:#0F4DA1;
}

.NewsRBox a.item{
	clear:both;
	display:block;
	padding:8px 0 8px 0;
	width:190px;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #BEBEBE;
}

.NewsRBox a.item .title{
	font-weight:normal;
}
.NewsRBox a.item.first{
	border-top:none;
}
.NewsRBox a.item.last{
	border-bottom:none;
}
/* WALLPAPER

==============================================================================*/

#wallpaperbg
{display:block;
 width:677px;
 margin-left:25px;
}

#wallpaper1.wallpaper
{display:block;
} 

.wallpaper
{display:none;
 text-align:left;
} 

.wallpaperbox
{display:block;
 float:left;     
 width:125px;
 height:110px;
 font-size:9px;
 padding:2px 0px 0px 0px;
 margin:2px 6px 2px 2px;
 color: #AAAAAA;
 text-align:center;
 overflow:hidden;
}

.wallpaperimg
{width:115px;
 height:87px;
 display:block;
 padding:2px;
 margin:2px;
 border-bottom: 2px solid #cccccc;
 border-right: 2px solid #e5e5e5;
 border-left: 1px solid #e9e9e9;
 border-top: 1px solid #e9e9e9;
 overflow:hidden;
}

.wallpaperbox2
{display:block;
 float:left;     
 width:180px;
 height:110px;
 font-size:9px;
 padding:2px 0px 0px 0px;
 margin:2px 6px 2px 2px;
 color: #AAAAAA;
 text-align:right;
 overflow:hidden;
}

.wallpaperimg2
{width:115px;
 height:87px;
 display:block;
 float:left;
 padding:2px;
 margin:2px;
 border-bottom: 2px solid #cccccc;
 border-right: 2px solid #e5e5e5;
 border-left: 1px solid #e9e9e9;
 border-top: 1px solid #e9e9e9;
 overflow:hidden;
}
.wallpaperimg img,.wallpaperimg2 img
{padding:0px;
 margin:0px;
 border: none;
}


.wallpaperbox A,.wallpaperbox2 A
{text-decoration:none;
 color:#000000;
 padding: 0px 2px 0px 2px;
}

#wallpapernav
{display:block;
 float:right;
 width:650px;
 color:#000000;
 text-align:right;
 clear:both;
}

#wallpapernav A
{text-decoration:none;
 color:#000000;
}

.wallpaperpreview
{display:block;
 font-size:12px;
 color: #AAAAAA;
 text-align:center;
}
.wallpaperpreview A
{text-decoration:none;
 color:#8888aa;
}
/* SITEMAP

==============================================================================*/

#sitemap
{Width:810px;
}
#sitemapbg
{text-align:center;
 Width:100%;
}
#sitemap td.column
{/*float:left;*/
 width:270px;
 /*Display:block;*/
 text-align:left;
 vertical-align:top;
/* border-right: 1px solid #ccccff;
 border-left: 1px solid #ccccff;*/
 padding:0px 10px 0px 10px;
}

#sitemap td.column span
{Display:Block;
}

.sitemap_marker
{Display:block;
 float:left;
 width:4px;
 font-size:10px;
 height:17px;
 line-height:17px;
 background-repeat: no-repeat;
 background-position: left top;
 margin: 0 0 0 5px;
}

span.sitemap a
{Display:block;
 heigth:17px;
 line-height:17px;
 text-decoration:none;
 color:#FFFFFE;
 font-weight:bolder;
 text-indent: 3px;
}

span.sitemap
{margin:5px;
 border: 1px solid #EEEEEE;
 font-size:10pt;
 background-color:#0d57aa;
}

span.sitemap_s1 a
{color:#4444CC;
 text-indent: 0px;
 font-weight: normal;
}
span.sitemap_s1 .sitemap_marker
{background-image: url("../img/1st_tcm1076-47863.gif");
}

span.sitemap_s2 a
{font-size:8pt;
 text-indent: 2px;
}
span.sitemap_s2 .sitemap_marker
{background-image: url("../img/2nd_tcm1076-47864.gif");
 width:13px;
 background-position: right top;
}

span.sitemap_s3 a
{font-size:7.5pt;
 text-indent: 21px;
}
span.sitemap_s4 a
{text-indent: 28px;
}
span.sitemap_s5 a
{text-indent: 35px;
}
span.sitemap_s6 a
{text-indent: 42px;
}

span.sitemap_sub1 
{background-color:#FFFFFF;
}
/* HEADER FOOTER AND NAV

==============================================================================*/

/* Body */
body{
 margin:0px;
 padding:0px;
 font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
 font-size:12px;
 background:#FFFFFF;
}

.searchbox {
	background: #fff url(/img/icon_search_tcm1076-91238.gif) 2px 2px no-repeat;
	padding: 1px 0 2px 20px;
	float: left;
	clear:both;
	margin: 0px 0px 0px 0px;
}

form, select, input{
 margin:0px;
 padding:0px;
 font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
 font-size:10px; 
}

p, td, tr, th, table
 { margin-bottom: 18px; line-height: 18px; color:#333; font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;  font-size:12px; 
}

th {font-weight: bold; }

a:link, a:visited { color:#005fde; text-decoration:none; }

a:hover { text-decoration:underline; }

#content ul { margin-bottom: 18px;}

#content ul li { margin-bottom: 10px; }

#content ul.linkList li { list-style: none outside; background: url(/img/link_arrow_sm_tcm1076-90589.gif) 0px 3px no-repeat; margin-bottom: 3px; margin-left:5px; font-family:Arial, Verdana, Helvetica, sans-serif; padding: 0px 4px 0px 12px; line-height: 13px; font-size: 12px; }

#content h1 { font-size: 20px; font-weight: bold; line-height: 30px; margin-bottom: 18px; }

#content h2 { font-size: 16px; line-height: 26px; font-weight: bold; margin-bottom: 18px; color: #004990; padding-bottom: 4px;}

#content h3 { font-weight: bold; font-size: 14px; line-height: 18px; margin-bottom: 5px; color: #00285C;}

#content h4 { font-size: 10px; font-weight: bold; color:#666; line-height: 18px; text-transform: uppercase; }

.s_desc {
	font-size: 13px; font-weight: bold;
	margin:0px;
	padding: 0px 0px 1px 5px;
}


/*Top Line - header and header_top*/

#header{
 width:1000px; 
}
#header img {border:none;margin:0px 3px 0px 1px;padding:0;}

#header_top{
 height:40px;
 background:#07459C;
 border-bottom:1px solid #063E8C;
}

#header_top a.goodyear{
 float:left;
 display:block;
 margin:0;  
 height:40px;
 width:142px;
                background: url("/img/goodyear_tcm1076-38725.gif") no-repeat ;
 }

#header_top h1
{ display:none;}

#header_top h2{
 float:left;
 height:40px;
 width:42px;
 display:block;
 margin:0;  

 background: url("/img/Jamaica_ico_tcm1076-38724.gif") no-repeat ; 
 }

#header_top h2 span{
 display:none;
}
#header_top a.upperBar, #header_top table.upperBar{
 color:#FFFFFE; 
 text-decoration:none; 
 float:right;
 display:block;
 height:20px;
 margin:10px 10px 0 0;
 padding-top: 3px;
 border-left:1px solid #396AB0;
}
#header_top table.upperBar tr{
 height:20px;overflow:hidden;
}
#header_top table.upperBar a{
 color:#FFFFFE; 
 text-decoration:none; 
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 font-weight:bolder;
}

#header_top td.upperBar, #header_top span.upperBar, #footer span.upperBar {
 color:#FFFFFE;
 text-decoration:none; 
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 font-weight:bolder;
 padding-left: 10px;
}

.searchbox {
	background: #fff url(/img/icon_search_tcm1076-91238.gif) 2px 2px no-repeat;
	padding: 1px 0 2px 20px;
	float: left;
	clear:both;
	margin: 0px 0px 0px 0px;
}

#header_top form{
 float:left;
 margin:10px 10px 0 0; display:block;
}
#header_top form select {
 background-color:#FFFFFF;
 padding-bottom: 1px;
 padding-top: 1px;
 padding-left: 5px;
 text-align:left;
 color:black;
 width: auto;
} 

#header_top form#upperBar{
 float:none;
 margin:0; 
 padding:0;
 display:block;
}

#header_top form#upperBar input.upperBar{
 float:left;
 width:120px;
 margin:0 5px 0 5px; 
 padding:0px;
 font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
 font-size:12px; 
 height:16px;
 display:block;
}

/* Top Menu */
.menu_top
{
 background-color: #4E8BC4;
 width: 1000px;
 height: 40px;
 padding: 0;
 margin: 0;
 background-image: url("/img/1bg_tcm1076-38722.gif");
 background-repeat: repeat-x;
}
.menu_top_text
{
position: absolute;
        width: 1000px;
        height: 65px;
        background-image: url("/img/2bg_tcm1076-38723.gif");
        background-repeat: repeat-x;
        top: 41px;
        left: 0;
        background-color: #4E8BC4;
        z-index: 1;
}
#menu_top_logo
{
position: absolute;
        width: 1000px;
        top: 41px;
        left: 0;
        z-index: 2;
}

#menu_top_logo_pad
{
        PADDING:0;
        MARGIN:0;
        position: absolute;
        width: 862px;
        top: -4px;
        left: 138px;
        z-index: 2;
}

.menu_top_logo_bg
{
position: absolute;
        width: 1000px;
        height: 205px;
        top: 41px;
        left: 0;
        z-index: 0;
        background: url("/img/left_bg_tcm1076-38721.jpg") repeat-y #FFFFFF;
        vertical-align:top;

}

#menu_top_l1
{
 position: absolute;
 width: 1000px;
 height: 30px;
 top: 44px;
 left: 0px;
 z-index: 2;
 text-decoration:none;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 font-weight:bolder;
 color:#FFFFFE;
 padding: 0;
 padding-left: 50px;
 line-height: 30px;
}

.menu_top_l1e
{height:17px;
 padding: 0;
}

#menu_top_l1 a.sitem
{height:17px;
 color: #ffcc00;
 padding: 0;
}
#menu_top_l1 A
{text-decoration:none;
 color:#FFFFFE;
}

#menu_top_l1 A:hover,.menu_top_l1e:hover
{text-decoration:none;
 color: #CDDDEE;
 cursor:pointer;
}

.menu_top_sep1
{padding: 0;
 margin: 0;
 padding-right: 15px;
 padding-left: 15px;
 width:1px;
 height:17px;
 background-image: url("/img/sep_tcm1076-38727.gif");
 background-repeat: no-repeat;
 background-position: 50% 50%;
}


#menu_top_l2
{
 position: absolute;
 width: 1000px;
 top: 74px;
 left: 0px;
 z-index: 2;
 text-decoration:none;
 font-family:Arial, Helvetica, sans-serif;
 font-size:10px;
 font-weight:bolder;
 color:#FFFFFE;
 padding: 0;
 padding-left: 50px;
 height: 30px;
 line-height: 30px;
}

.menu_top_l2e
{
 height: 20px;
 padding: 0;
}

#menu_top_l2 a.sitem
{
 color: #ffcc00;
 height: 20px;
 padding: 0;
}

#menu_top_l2 A
{text-decoration:none;
 color:#FFFFFE;
}

#menu_top_l2 A:hover,.menu_top_l2e:hover
{text-decoration:none;
 cursor:pointer;
 color: #CDDDEE;
}

.menu_top_sep2
{padding: 0;
 margin: 0;
 width:2px;
 height: 20px;
 padding-right: 15px;
 padding-left: 15px;
 background-image: url("/img/sep1_tcm1076-38726.gif");
 background-repeat: no-repeat;
 background-position: 50% 70%; 
}

/* Left Navigation */
#content_left{
 width:145px;
 background: url("/img/left_bg_tcm1076-38721.jpg") repeat-y #FFFFFF;
        vertical-align:top;
}

.leftnav
{border: none;
 width: 137px;
 padding: 0;
 margin: 0;
 font-family: sans-serif;
 font-weight: 600;
 font-Size: 8pt;
 background-color: #4E8BC4;
 background-image: url("/img/bgline_tcm1076-38228.gif");
 background-repeat: repeat-y;
 color: #4E8BC5;
}

.leftnavtopspace
{width: 100%;
 height:0px;
 padding: 0;
 margin:  0;
}

.leftnav UL
{display:block;
 padding: 0;
 margin:0;
}

.leftnav LI
{display:block;
 padding: 0;
 margin:0;
}

.leftnav LI LI .leftnavelement
{color: #bbb;
 padding: 2px 5px 2px 15px;
font-size: 11px;
Display:block;
}

.leftnav .ln_sel
{color: #ffcc00;
}

.leftnav .ln_par
{color: #DCDDBB;
 font-size: 9pt;
}

.leftnav IMG
{padding: 0;
 margin:  0;
 border: none;
}

.leftnav A
{color: #fff;
 text-decoration:none;
 Width: 100%;
 padding: 0;
 margin:  0;
}

.leftnavelement
{margin:  0;
 padding: 2px 5px 2px 7px;
 color: #fff;
 text-decoration:none;
Display:block;
font-weight: normal;
}

.leftnavsep
{
 display:block;
 width: 100%;
 height:1px;
 overflow:hidden;
 background-color: #CCCCCC;
 background-image: url("/img/separator_tcm1076-38230.gif");
 background-repeat: repeat-y;
 color: #EEEEEE;
 padding: 0;
 margin:  0;
 font-Size: 1px;
 line-height:1px; 
}

.leftnav LI SPAN.leftnavelement:hover,.leftnav A:hover
{background-color:  #1E629B;
 background-image:  url("/img/bglineselected_tcm1076-38229.gif");
 background-repeat: repeat-y;
}

/* Bottom line - footer and bottom*/
#footer {
 height:15px;
 padding:7px 0 7px 0;   
 background:#0d57aa;
    width:1000px;
text-align: center;
}
#footer a{
 color:#FFFFFE;
text-decoration:none;
margin:0 0 0 10px; }

#bottom{
height:10px;
 padding:3px 0 3px 0;
 width:1000px;
 font-size:11px;
 text-align:right;
 color:#B9C9DF;
 background:#144B92;
 border-top:1px solid #3669A6; 
}
#bottom a{
 font-size:11px;
 text-decoration:none;
 color:#B9C9DF;
 padding:0 10px 0 0;
}
#bottom a:hover{
 color:#FFFFFE;
}

/* Content Area */
#content_area{
        position: absolute;
        top:210px;
        left:0;
 padding: 0;
 width:1000px;
} 

#content{
 padding:30px 0 30px 10px;
font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
 font-size:12px;
 line-height:1.5;
 text-align:left;
 width:855px;
 background:#FFFFFF;
 vertical-align:top;
}

#content_no_menu{
 padding:30px 0 30px 10px;
font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
 font-size:12px;
 line-height:1.5; 
 text-align:left;
 width:1000px;
 background:#FFFFFF;
 vertical-align:top;
} 

/*to render PT_LA_Home_promo - promo in news section, page 100 px shorter*/
#content_no_menu1{
 padding:30px 0 10px 10px;
font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
 font-size:12px;
 line-height:1.5; 
 text-align:left;
 width:1000px;
 background:#FFFFFF;
 vertical-align:top;
} 
/*to render PT_LA_Home_autoheight - bottom margin removed*/
#content_no_menu2{
 padding:30px 0 0px 10px;
font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
 font-size:12px;
 line-height:1.5; 
 text-align:left;
 width:1000px;
 background:#FFFFFF;
 vertical-align:top;
} 



#content_wrb a:link ,  #content_no_menu a:link , #content a:link      { color:#004299; text-decoration:none; } 
#content_wrb a:visited ,  #content_no_menu a:visited, #content a:visited { color: #7b99ca; text-decoration:none; } 
#content_wrb a:hover ,  #content_no_menu a:hover , #content a:hover  { color: #004299; text-decoration:underline; } 

#content_wrb
{padding:30px 20px 30px 20px;
 line-height:1.5; 
 text-align:left;
 width:615px;
 font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
 font-size:12px;
 background:#FFFFFF;
 vertical-align:top;
}
#content_no_menu_wrb
{
 padding:30px 0 30px 0px;
 text-align:left;
 width:760px;
 font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
 font-size:12px;
 line-height:1.5; 
 background:#FFFFFF;
 vertical-align:top;
}
#RightBox
{padding:0px;
 text-align:left;
 width:240px;
 font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
 font-size:12px;
 line-height:1.5; 
 background:#FFFFFF;
 vertical-align:top;
}
/* Contact_US */

#contact_us_ifr_box
{visibility:hidden;
 width:0px;
 height:0px;
 margin:0;
 padding:0;
 border:none;
}
#contact_us_ifr
{visibility:hidden;
 width:0px;
 height:0px;
 margin:0;
 padding:0;
 border:none;
}
#contact_us_tnx
{display:none;
}
/*Fix for mozila. Tempory!!!*/
table.upperBar tr td,table#content_area tr td,table.DLLink tr td,table.txtradio tr td {Display:table-cell ;}
td#content_left {margin:0;padding:0;}
/* HOME

==============================================================================*/

/* home page content css - to be translated to english - news already in english*/
/*global styles to be moved to la design compomnent*/

span.none{
display:none;
}
/*end global */

/*!!!!! home !!!!!*/
.title_blue {
 BACKGROUND: #ffffff; COLOR: #134487;   MARGIN-BOTTOM: 15px; WIDTH: auto; HEIGHT: 14px; font-size:12px; font-weight:bold;
}
.title_red { BACKGROUND: #ffffff; COLOR: red;  font-size:10px; margin:0;
}
span.h2_home{
padding:0 0 0 5px; border:0px; font-family:Arial, Helvetica, sans-serif;font-size:12px;
font-stretch:ultra-condensed;font-weight:bolder;text-decoration:none;text-shadow:Black;color:#FFFFFF;text-transform:uppercase;
}


#content_no_menu #news {
	BORDER-RIGHT: #c2d2df 1px dotted; DISPLAY: inline; FLOAT: left; MARGIN-BOTTOM: 10px; MARGIN-LEFT: 10px; WIDTH: 423px; MARGIN-RIGHT: 15px; HEIGHT: 660px; font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
}
#content_no_menu #products {
	BORDER-RIGHT: #c2d2df 1px dotted; FLOAT: left; MARGIN-BOTTOM: 10px; WIDTH: 275px; MARGIN-RIGHT: 15px; HEIGHT: 660px;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif; 
}
#content_no_menu #gyandyou {
	FLOAT: left; MARGIN-BOTTOM: 10px; WIDTH: 245px; HEIGHT: 660px; font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
}

/*to render PT_LA_Home_promo promo in news section, page 100 px shorter)*/

#content_no_menu1 #news {
	BORDER-RIGHT: #c2d2df 1px dotted; DISPLAY: inline; FLOAT: left; MARGIN-BOTTOM: 10px; MARGIN-LEFT: 10px; WIDTH: 423px; MARGIN-RIGHT: 15px; HEIGHT: 560px; font-family:Arial, Verdana, Geneva, Helvetica, sans-serif; 
}
#content_no_menu1 #products {
	BORDER-RIGHT: #c2d2df 1px dotted; FLOAT: left; MARGIN-BOTTOM: 10px; WIDTH: 275px; MARGIN-RIGHT: 15px; HEIGHT: 560px;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif; 
}
#content_no_menu1 #gyandyou {
	FLOAT: left; MARGIN-BOTTOM: 10px; WIDTH: 245px; HEIGHT: 560px; font-family:Arial, Verdana, Geneva, Helvetica, sans-serif; 
}
#content_no_menu2 #news{
	BORDER-RIGHT: #c2d2df 1px dotted; DISPLAY: inline; FLOAT: left; MARGIN-BOTTOM: 10px; MARGIN-LEFT: 10px; WIDTH: 423px; MARGIN-RIGHT: 15px;  font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;}
#content_no_menu2 #products{
	BORDER-RIGHT: #c2d2df 1px dotted; FLOAT: left; MARGIN-BOTTOM: 10px; WIDTH: 275px; MARGIN-RIGHT: 15px; 
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;}
#content_no_menu2 #gyandyou {
	FLOAT: left; MARGIN-BOTTOM: 10px; WIDTH: 245px;  font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;}

/* home news */
#home_news{
	width:398px;
	text-align:left;
	
}
#home_news h2 {
	 BACKGROUND: url("/img/home_h2_bg_tcm1076-43368.gif") no-repeat; MARGIN-BOTTOM: 10px; width:405px; HEIGHT: 17px
}
#home_news h3 { display:block;
      MARGIN: 10px 0px; WIDTH: auto; HEIGHT: 14px;  
}
#home_news a.item{
	clear:both;
	display:block;
	padding:5px 0 5px 15px;
	width:389px;
	float:none;
	font-size:12px;
	border-bottom:1px solid #C3D1E1;
	border-right:1px solid #C3D1E1;
	border-top:1px solid #FFFFFF;
	background-color:#EEF4FC;
}
#home_news a.item .title {
PADDING-RIGHT: 0px; 
DISPLAY: block; 
PADDING-LEFT: 12px; 
FONT-WEIGHT: bold; 
BACKGROUND: url("/img/bul_arrow_blue_tcm1076-43056.gif") no-repeat left 50%; 
PADDING-BOTTOM: 0px; 
COLOR: #4874b7; 
PADDING-TOP: 0px;
}
#home_news a.item:hover .title {
	color: #195bb4
}
#home_news a.first {
	PADDING-LEFT: 0px; FONT-SIZE: 12px;  OVERFLOW: visible; COLOR: #2c2c2c; BORDER-BOTTOM: medium none; border-right:medium none;  BACKGROUND-COLOR: #ffffff; width:400px;
}
#home_news a.first:hover {
	color:#195BB4;
}
#home_news a.first .title{
font-weight:bold;
color:#4874B7;
display:block;
	margin:0 0 10px 0;
}
#home_news a.first:hover .title{
	color:#195BB4;
}

#home_news a.first img{
	float:left;
	margin-right:20px;
}

/* home promotions*/


#news #promotions {
	DISPLAY: block; /*BACKGROUND: url("home_bg_promo5_tcm1076-138056.JPG" ) no-repeat;*/ _MARGIN: 0 0 10px 0; overflow:auto; width:100%;   
}

#news #promotions h2 {
	DISPLAY: block; BACKGROUND: url("/img/home_h2_bg_promo_tcm1076-138122.GIF") no-repeat; MARGIN: 0 0 16px 0; width:409px; HEIGHT: 17px 
}
#news #promotions .img_promo {
float:left; display:block; MARGIN: 0 20px 0 0;
}
#news #promotions a {
display:block;
font-size:12px;
FONT-WEIGHT: bold;
}
#news  #promotions div {
     display:inline;
     LEFT: 164px; 
     TOP: 5px; 
     WIDTH: 240px;  
     POSITION: relative; 
}	
#news  #promotions p {
margin:0 0 10px 0; padding:0px;
}

/* home products*/
#products h2 {
	DISPLAY: block; BACKGROUND: url("/img/home_h2_bg_tcm1076-43368.gif") no-repeat; MARGIN-BOTTOM: 10px; WIDTH: 260px; HEIGHT: 17px
}
#products h3{ display:block; text-align:left;
	margin:5px auto 5px;
	background: #ffffff;
}
#home_buyonline{
	width:260px;
	overflow:hidden;
	text-align:center;
}
#home_buyonline h2.t_search{
	display:block;
	margin:10px auto 10px;
	background: #ffffff;
	}
#home_buyonline h2.t_search span{font-family:Arial, Helvetica, sans-serif;
	FONT-SIZE: 14px; COLOR: #2c2c2c; 
	}

#home_buyonline form{
	margin:auto;
	width:235px;
	text-align:justify;
}
.hr{
        display:compact;
	width:186px;
	height:7px;
	background:url("/img/home_divisor_tcm1076-67512.gif"); 
	overflow:hidden;
	margin:7px 0 10px 0;
        background-position: -34px 0px; 
        background-repeat: no-repeat;
        clear:both;
}
#home_buyonline select{
	float:left;
	margin:50px;
	width:950px;	
}
#home_buyonline select.year{
	clear:left;
	width:65px;
}
#home_buyonline input.ok{
	float:left;
	display:block;
	margin:5px 5px 0 5px;	
	width:19px;
	height:16px;
	background: url("../img/bt_ok.gif") no-repeat #CCCCCC;	
	border:none;
}

#home_buyonline a.item{
	clear:both;
	width:260px;
	/*margin-bottom:25px;*/
	display:block;
	color:#000;
	text-align:left;
	cursor: hand;
}
#home_buyonline a.item:hover{
color:#0d56a6;
}
#home_buyonline a.item.first{
	margin:10px 0 0 0;
	padding:10px 0 0 0;
	border-top:1px solid #CCCCCC;
}
#home_buyonline a.item img{
	margin:0 5px 5px 0; float:left;
}
#home_buyonline a.item .title{
	float:left;	
color:#000c54;
	margin:5px 0 3px 0;	
	padding:0 0 3px 0;
	width:170px;
	font-weight:bold;	
	border-bottom:1px dotted #888888;
}
#home_buyonline a.item:hover .title{
color:#0f4da1;
}
#home_buyonline a.item .shop{
	float:left;
	display:block;
	margin:5px 0 0 0;
	width:150px;
	height:5px;
	
	_background: url("../img/lnk_goodyearshop.gif") no-repeat;
}

/*#home_buyonline #feat_prod {
DISPLAY: block; HEIGHT: 160px;
overflow:visible;
MARGIN:0 10px 20px 0; 
}*/
/*remove bottom margin for ecommerce rendering*/
#home_buyonline #feat_prod {
DISPLAY: block; 
overflow:visible;
MARGIN:0 10px 0 0; 
}

#home_buyonline h4 a {
color:#134487; font-size:12px; font-weight:bold;
}

/* we dont' show tire learn in products column aymore*/
/*#home_buyonline #t_learn {
DISPLAY: block; BACKGROUND: url("/img/todo_sobre_llantasm_tcm1095-109959.jpg") no-repeat; MARGIN: 0; WIDTH: 260px; HEIGHT: 200px; background-position: left 25px; text-align:left;
}

#home_buyonline #t_learn div {
	DISPLAY: block; LEFT: 110px; TOP: `0px; width:150px; CURSOR: hand; POSITION: relative; 
}
#home_buyonline #t_learn div a { width:150px;
}
#home_buyonline #t_learn h4{ POSITION: relative; top: 2px; padding:0 0 4px 0px;  width: 150px; MARGIN-BOTTOM: 2px; color:#134487; font-size:12px; font-weight:bold;}
*/

/* to render e-commerce section in products div*/
#ecommerce .img_ecommerce {
float:left; display:block; MARGIN: 0 6px 0 0;
}

#ecommerce a.item{
MARGIN: 0px;
color:#000;
cursor: hand;
width:auto;
}
#ecommerce a.item:hover{
color:#0d56a6;
}

/* GY logo on top of Gy and you div*/
#gyandyou .gy_logo {  
 vertical-align:middle;  
}



/*  home goodyear and you */
#gyandyou h2 {
	DISPLAY: block; BACKGROUND: url("/img/home_h2_bg_gyandu_tcm1076-48212.gif") no-repeat; MARGIN-BOTTOM: 10px; OVERFLOW: hidden; WIDTH: 246px; HEIGHT: 17px
}
#gyandyou h4{ POSITION: relative; top: 0px; left: 110px; border-bottom:1px dotted #888888; padding:0 0 3px 0px;  width: 130px; MARGIN-BOTTOM: 0px; color:#134487; font-size:12px; font-weight:bold;
}

#gyandyou .gy_logo {  
 vertical-align:middle;  
}
 
#gyandyou a.item{
MARGIN: 0px;
	
	color:#000;
	
	cursor: hand;
             width:auto;

}
#gyandyou a.item:hover{
color:#0d56a6;
}

/*promotions moved to the left column*/
/*#gyandyou #promo {
	DISPLAY: block; BACKGROUND: url("/img/home_bg_promo2_tcm1095-101746.gif") no-repeat; MARGIN-BOTTOM:0 0 20px 0; WIDTH: 240px; POSITION: relative; HEIGHT: 150px; 
}
#gyandyou #promo div {
	DISPLAY: block; LEFT: 105px; MARGIN: 0px; WIDTH: 140px; CURSOR: hand; POSITION: relative; TOP: 25px; 
}
#gyandyou #promo h4{POSITION: relative; top: 25px; left: 63px; color:#134487; font-size:12px; font-weight:bold;
}*/

#gyandyou #w_w_us {background: url("/img/home_bg_w_with_us_tcm1076-51281.jpg") no-repeat;
DISPLAY: block; MARGIN-BOTTOM: 30px; WIDTH: 240px;  HEIGHT: 60px;  
}
#gyandyou #w_w_us h4{ POSITION: relative; top: 0px; left: 0px; border-bottom:1px dotted #888888; padding:0 0 3px 10px;  width: 140px; MARGIN-BOTTOM: 15px;
}
#gyandyou #w_w_us div {DISPLAY: block; POSITION: relative; top: 0px; left: 0px; width:150px; CURSOR: hand;
}
#gyandyou #wallpapers {
	DISPLAY: block; BACKGROUND: url("/img/home_bg_wallpapers_tcm1076-51282.jpg") no-repeat; MARGIN:0 0 25px 0; WIDTH: 240px; POSITION: relative; HEIGHT: 120px; 
}

#gyandyou #wallpapers div {
	DISPLAY: block; LEFT: 110px; TOP: 5px; WIDTH: 120px; CURSOR: hand; POSITION: relative;
}

#gyandyou #social_resp {
	DISPLAY: block; BACKGROUND: url("/img/home_bg_social_resp_tcm1076-69460.jpg" ) no-repeat; MARGIN:0 0 25px 0; WIDTH: 240px; HEIGHT: 120px; POSITION: relative; 
}
#gyandyou #social_resp div {
	DISPLAY: block; LEFT: 110px; TOP: 5px; WIDTH: 120px; CURSOR: hand; POSITION: relative; 
	}

/*to render PT_LA_Home_promo - tire learn moved to GY and You section*/

#gyandyou #t_learn {
DISPLAY: block; BACKGROUND: url("/img/penny_tcm1076-72285.gif") no-repeat; MARGIN:0 0 25px 0; WIDTH: 240px; HEIGHT: 120px; background-position: left 25px; text-align:left;
}

#gyandyou #t_learn div {
	DISPLAY: block; LEFT: 110px; TOP: 5px; WIDTH: 120px; CURSOR: hand; POSITION: relative; 
}
#gyandyou  #t_learn h4{ width: 134px; }

#gyandyou #invest {
	DISPLAY: block; BACKGROUND: url("/img/home_bg_invest_tcm1076-69481.jpg" ) no-repeat; MARGIN:0 0 20px 0; WIDTH: 240px; HEIGHT: 120px; POSITION: relative; 
}
#gyandyou #invest div{
	DISPLAY: block; LEFT: 105px; TOP: 5px; WIDTH: 120px; CURSOR: hand; POSITION: relative; 
	}


/*to render PT_LA_Home_promo - Investor corner was used for different info in MX what required different css*/

#gyandyou #invest_mx {
	DISPLAY: block; BACKGROUND: url("/img/small_blimp_tcm1076-128664.jpg" ) no-repeat; MARGIN:0 0 0px 0; WIDTH: 240px; HEIGHT: 90px; POSITION: relative; 
}
#gyandyou #invest_mx div{
	DISPLAY: block; LEFT: 110px; TOP: 5px; WIDTH: 120px; CURSOR: hand; POSITION: relative; 
	}

#gyandyou #hotsites {
	DISPLAY: block; BACKGROUND: url("/img/home_bg_hotsites_tcm1076-51306.gif"); WIDTH: 240px; POSITION: relative; HEIGHT: 181px
}
#gyandyou #hotsites .item1 {
	DISPLAY: block; LEFT: 15px; WIDTH: 180px; POSITION: absolute; TOP: 45px
}
#gyandyou #hotsites .item2 {
	DISPLAY: block; LEFT: 15px; WIDTH: 150px; POSITION: absolute; TOP: 115px
}
#gyandyou #banner { DISPLAY: block; MARGIN:0 0 20px 0; padding: 10px 30px 10px 10px; 
	 WIDTH: 212px; height:57px;
	BACKGROUND: url("/img/home_banner_tcm1076-51308.gif") no-repeat; 
	}
#gyandyou #banner a span{font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px;
TEXT-ALIGN: left; font-weight:bolder; color:#FFFFFF;
}

/* end home */