﻿div#ConteudoDir
{	
	width: 595px;	
	float: left;
	_margin-left:75px;
	_margin-top:-270px;
	_width:500px;
}
div#ContentSite
{
    padding: 10px 5px 5px;
    width: 595px;
}

/* Business Name */
span.BName
{
    font-weight: bold;
    font-style: italic;
}

/* Product Name */
span.PName
{
    font-weight: bold;
}

/* See Also Menu */
div#SeeAlso
{
	color: #3366FF;     
    padding: 10px;
    margin-top: 15px;
    width: 120px;
}
div#SeeAlso h1
{
    font-size: 12px;
    margin: 0px;
}
div#SeeAlso ul
{
	list-style: none;
	border-left: 3px solid #ABCCAB;	
	margin: 0px 8px 10px;
	padding: 0px;
}
div#SeeAlso li
{	
	margin: 3px;
}
div#SeeAlso li a
{		
	color: #000000;
	text-decoration: none;
}
div#SeeAlso li a:hover
{	
	color: #4093D3;
}

/* Box with some content */
div.box
{
    width: 200px;
    padding: 2px;
    text-align: center;
    margin-bottom: 7px;
}

div.box h1
{
    font-size: 14px;
    background-color: #ECE9D8;
}

a.More
{ 
    padding-bottom: 2px;
    font-size: 90%;
}
a.More
{
    text-decoration: none;
}
a.More span
{
    color: #FF9900;
    font-family: Tahoma;
    font-weight: bold;
}

/* Div with the link who go back in MapPath */
div#GoBack
{
    text-align: center;
}
div#GoBack a
{
    font-size: 10px;
}

/* Format Accordion in Page */
.accHeader
{
    margin-top: 10px;
    padding: 3px;
    background-color: #DDDDDD;
    
}
.accHeader a, .accHeader p, .accHeader h1
{
    color: #000000;
}
.accHeader a, .accHeader p
{
    font-weight: bold;
}
.accHeader a:hover
{
    color:#3366FF;
    text-decoration:none;
}
.accSelectedHeader
{
    margin-top: 10px;
    padding: 3px;
    background-color: #AAAAAA;
}        
.accSelectedHeader a
{
    color:#fff;
    font-weight: bold;
}
.accSelectedHeader a:hover
{
    color: #000;
    text-decoration: none;
}
.accContent
{
    background-color: #F4F4F4;
    padding: 3px;
}
.accContent p, .accContent dl, .accContent ol, .accContent ul
{
    margin: 0px 0px 5px;
}
