/********************/
/*  Catalog styles  */
/********************/
#DIV_HEADER
{
    padding:          0px;
    margin-bottom:    0px;
    background-color: #FBFDF9;
    width:            760px;
    height:           90px;
}

body
{
    background:          white;
    color:               black;
    background-repeat:   repeat;
    backgroundRepeat:    repeat;
    background-position: center;
    backgroundPosition:  center;
    margin:              0;
    padding:             0;
    text-align:          center;
    textAlign:           center;
    font-family:         Verdana, Arial, Helvetica, sans-serif;
    fontFamily:          Verdana, Arial, Helvetica, sans-serif;
}


.STL_FOOTER
{
    color:            black;
    font-size:        10px;
    fontSize:         10px;
    margin:           0;
    width:            100%;
    display:          inline;
    padding:          5px;
    margin:           0;
}

.STL_TDFOOTER
{
    background-color: #f1f1f1;
    backgroundColor:  #f1f1f1;
    colspan:          2;
}

.STL_TARGET
{
    background: #00ff00;
}

/***********************************/
/*  Contents and SiteAreas styles  */
/***********************************/
.STL_TABLE_ATTACHMENTS
{
    border:    0px none;
    font-size: 12px;
    fontSize:  12px;
    color:#333
}

/*Andrea start*/
.STL_TABLE_ATTACHMENTS table
{
    border:    0px none;
    font-size: 12px;
    fontSize:  12px;
    color:#333
}
.STL_TABLE_ATTACHMENTS table a:link, a:active, a:visited {
color:#e48034;
text-decoration:none;
}

/*Andrea end*/

.STL_TABLE_ATTACHMENTS B
{
    font-family:"Trebuchet MS",Georgia,arial,verdana,helvetica,sans-serif;
    fontFamily:"Trebuchet MS",Georgia,arial,verdana,helvetica,sans-serif;
}
.STL_TABLE_ATTACHMENTS a:link, a:active, a:visited {
color:#e48034;
text-decoration:none;
}
.STL_TABLE_ATTACHMENTS a:hover {
color:#333;
text-decoration: none;
}
.STL_BREADCRUMBS
{
    text-align: right;
    textAlign:  right;
    font-size:  10px;
    fontSize:   10px;
    color: #069;
}

.STL_BREADCRUMBS a:link {
color:#333;
text-decoration:none;
}
.STL_BREADCRUMBS a:visited {
color:#333;
text-decoration:none;
}
.STL_BREADCRUMBS a:hover{
color:#e48034;
text-decoration: none;
}
.STL_BREADCRUMBS a:active {
color:#333;
text-decoration:none;
}


.STL_CONTENT
{
    background-color: white;
    backgroundColor:  white;
    padding:          25px;
    padding-top:      5px;
    paddingTop:       5px;
    margin:           0;
    margin-top:       0;
    marginTop:        0;
    text-align:       left;
    textAlign:        left;
    _height:           100%;
}

.STL_NAME
{
    display:     inline;
    color:       #069;
    font-size:   20px;
    fontSize:    20px;
    font-weight: bold;
    fontWeight:  bold;
    font-family:"Trebuchet MS",Georgia,arial,verdana,helvetica,sans-serif;
    fontFamily:"Trebuchet MS",Georgia,arial,verdana,helvetica,sans-serif;
    margin: 0;
    padding: 0;
}

hr {
  display: none;
}

.STL_HORIZONTALLINE
{
    height: 3px;
      background-color: #f1f1f1;
    backgroundColor:  #f1f1f1;      
    margin: 0;
    padding: 0;
}

.STL_SLOGAN
{
    display:     inline;
    color:       #e48034;
    font-size:   14px;
    fontSize:    14px;
    font-weight: bold;
    fontWeight:  bold;
    margin: 0;
    padding: 0;
    text-align: left;
    font-family:"Trebuchet MS",Georgia,arial,verdana,helvetica,sans-serif;
    fontFamily:"Trebuchet MS",Georgia,arial,verdana,helvetica,sans-serif;   
}

.STL_IMAGE
{
    float:        left;
    display:      block;
    margin-top:   15px;
    marginTop:    15px;
    margin-right: 10px;
    marginRight:  10px;
    padding:      0;
    position:     relative;
}

.STL_DESCRIPTION
{
    display: block;
    padding: 0;
    margin:  0;
    font-size: 12px;
    fontSize: 12px;
    color:#333;
    font-family:"Trebuchet MS",Georgia,arial,verdana,helvetica,sans-serif;
    fontFamily:"Trebuchet MS",Georgia,arial,verdana,helvetica,sans-serif;  	
}

.STL_DESCRIPTION P STRONG
{
    font-family:"Trebuchet MS",Georgia,arial,verdana,helvetica,sans-serif;
    fontFamily:"Trebuchet MS",Georgia,arial,verdana,helvetica,sans-serif;  
}
.STL_LINKS
{
    font-size: 12px;
    fontSize:  12px;    
}
.STL_LINKS a:link {
	color:#069;
	text-decoration:none;
}
.STL_LINKS a:visited {
	color:#333;
	text-decoration:underline;
}
.STL_LINKS a:hover{
	color:#e48034;
	text-decoration: none;
}
.STL_LINKS a:active {
	color:#069;
	text-decoration:none;
}

.STL_DESCRIPTION a:link {
	color:#333;
	text-decoration:underline;
}
.STL_DESCRIPTION a:visited {
	color:#333;
	text-decoration:underline;
}
.STL_DESCRIPTION a:hover{
	color:#e48034;
	text-decoration: none;
}
.STL_DESCRIPTION a:active {
	color:#069;
	text-decoration:none;
}
.STL_DESCRIPTION_FOOTER  {
	font-size: 10px;
    fontSize: 10px;
    color:#999;
    font-family:"Trebuchet MS",Georgia,arial,verdana,helvetica,sans-serif;
    fontFamily:"Trebuchet MS",Georgia,arial,verdana,helvetica,sans-serif;
padding: 10px;
 }