@charset "utf-8";
/* CSS Document */

body  {
	font-family:Tahoma, Helvetica, sans-serif;
	background:url(../images/bg_parent.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}


.thrColFix #container { 
	width: 868px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto ; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.contentText1{
	font-family:Tahoma, Helvetica, sans-serif;
	color:#676363;
	font-size:11px;
	line-height: 15px;
	text-align:justify;
	}
	
a.linkcontentText1{font-weight: normal; font-size:11px; color:#F15627; text-decoration: none;cursor: pointer;}
a.linkcontentText1:visited{font-weight: normal;text-decoration: none;cursor: pointer;}
a.linkcontentText1:hover{font-weight: normal;text-decoration: none; color:#333333;cursor: pointer;}
a.linkcontentText1:active{font-weight: normal;text-decoration: none;cursor:pointer;}
	
.contentText2{
	font-family:Tahoma, Helvetica, sans-serif;
	color:#676363;
	font-size:11px;
	text-align :justify ;
	padding-left : 0;
	padding-right : 0;
	line-height: 16px;
		}

a.linkcontentText2{font-weight: normal; font-size:11px; color:#4085C7; text-decoration: none;cursor: pointer; line-height:15px;}
a.linkcontentText2:visited{font-weight: normal;text-decoration: none;cursor: pointer; line-height:15px;}
a.linkcontentText2:hover{font-weight: normal;text-decoration: none;color:#EE303C ;cursor: pointer; line-height:15px;}
a.linkcontentText2:active{font-weight: normal;text-decoration: none;cursor:pointer; line-height:15px;}



.contentText3{
	font-family:Tahoma, Helvetica, sans-serif;
	color:#676363;
	font-size:11px;
	text-align :justify ;
	padding-left : 0;
	padding-right : 200;
	line-height: 16px;
		}
a.linkcontentText3{font-weight: normal; font-size:12px; color:#676363; text-decoration: none;cursor: pointer;}
a.linkcontentText3:visited{font-weight: normal;text-decoration: none;cursor: pointer;}
a.linkcontentText3:hover{font-weight: normal;text-decoration: none;color:#999999 ;cursor: pointer;}
a.linkcontentText3:active{font-weight: normal;text-decoration: none;cursor:pointer;}

.contentText4{
	font-family:Tahoma, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
	text-align :justify ;
	padding-left : 10;
	padding-right : 8;
	}

	
	.smartnavi{
	font-family:Tahoma, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:10px;
	text-align :right ;
	padding-left : 5;
	padding-right : 8;
	line-height: 15px;
		}

.contentProd{
	font-family:Tahoma, Helvetica, sans-serif;
	color:#424242;
	font-size:11px;
	line-height: 15px;
	text-align:justify;
	padding-left : 13;
	
	}
		
a.linkProd{font-weight: normal; font-size:11px; color:#626262; text-decoration: none;cursor: pointer; line-height:15px;}
a.linkProd:visited{font-weight: normal;text-decoration: none;cursor: pointer; line-height:15px;}
a.linkProd:hover{font-weight: normal;text-decoration: none;color:#424242 ;cursor: pointer; line-height:15px;}
a.linkProd:active{font-weight: normal;text-decoration: none;cursor:pointer; line-height:15px;}

.contentProdTitle{
	font-family:Tahoma, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	line-height: 15px;
	align:center;
	padding-left : 4;
	padding-right : 4;
	
	}



/*=======NEWS==============*/

.dateTime{
	font-family:Tahoma, Helvetica, sans-serif;
	color:#DF9C26;
	font-size:11px;
	text-align :justify ;
	padding-left : 0;
	padding-right : 8;
	line-height: 16px;
	}
	
	.newsTitle{
	font-family:Tahoma, Helvetica, sans-serif;
	color:#F14618;
	font-size:11px;
	text-align :justify ;
	padding-left : 0;
	padding-right : 8;
	font-weight : bold;
	line-height: 16px;
	}

a.newsTitle{font-weight: bold; font-size:11px; color:#F14618; text-decoration: none;cursor: pointer;}
a.newsTitle:visited{font-weight: bold;text-decoration: none;cursor: pointer;}
a.newsTitle:hover{font-weight: bold;text-decoration: none;color:#333333 ;cursor: pointer;}
a.newsTitle:active{font-weight: bold;text-decoration: none;cursor:pointer;}

	
	
/*=======FORM FIELD & BUTTONS==============*/

.textField{
font-family:Tahoma, Helvetica, sans-serif;
background:#F8F8F8;
border:thick;
color:#676363;
font-size:11px;
width:120px;
height:18px;
border-style:solid;
border-width:1px;
border-color:#D0D0D0;
padding-left :4px;

}

.textField2{
font-family:Tahoma, Helvetica, sans-serif;
background:#F8F8F8;
border:thick;
color:#676363;
font-size:11px;
width:120px;
height:18px;
border-style:solid;
border-width:1px;
border-color:#D0D0D0;
padding-left :4px;
}

.textField3{
font-family:Tahoma, Helvetica, sans-serif;
background:#F8F8F8;
border:thick;
color:#676363;
font-size:11px;
width:250px;
height:50px;
border-style:solid;
border-width:1px;
border-color:#D0D0D0;
padding-left :4px;

}

.textField4{
font-family:Tahoma, Helvetica, sans-serif;
background:#F8F8F8;
border:thick;
color:#676363;
font-size:11px;
width:250px;
height:18px;
border-style:solid;
border-width:1px;
border-color:#D0D0D0;
padding-left :4px;

}



.textField5{
font-family:Tahoma, Helvetica, sans-serif;
background:#F8F8F8;
border:thick;
color:#676363;
font-size:11px;
width:198px;
height:18px;
border-style:solid;
border-width:1px;
border-color:#D0D0D0;
padding-left :4px;

}


.textField6{
	font-family:Tahoma, Helvetica, sans-serif;
	color:#676363;
	margin-top:10px;

}

.button{
font-family:Tahoma, Helvetica, sans-serif;
font-size:11px;
color:#999999;
height:20px;
background-color:#333333;
border:thin;
border-width:thin;
border-style:solid;
border-color:#333333;
padding-bottom:2px;

}



/*==================HIGHSLIDE================ */

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
	color: #ffffff;
}
.highslide img {
	border: 1px white;
}
.highslide:hover img {
	border: 1px white;
}

.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: tahoma,Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.stProdTagRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight : bold;
	color: #AD4B4B;
	}


