﻿.foo{}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	YOU ARE HERE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
#youAreHere
{
    width:100%;
    padding:10px 10px 10px 10px;
}
#youAreHere .text
{
    font-style:normal;
    font-size:10px;
}

#youAreHere a
{
	text-decoration: none;
}

#youAreHere a:hover
{
	text-decoration: underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	SEE ALSO MENU
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.seeAlsoMenu
{   
    padding:10px 10px 10px 0;
}   
    
.seeAlsoMenu span
{   
    color:#f4ac23;
    font-weight:bold;
}

.itemsMenu
{   
    padding-left:5px;
    color:#000;   
    font-weight:normal;
}   



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	GALLERY
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.galleryPhotos
{
    margin: 2px 2px 2px 2px;
 	padding: 2px 2px 2px 2px;
 	border:1px solid #d8d5d5;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	TAB CONTROL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.tab1 .ajax__tab_header
{
	font-family: "Helvetica Neue", Arial, Verdana, Sans-Serif;
	background: url(images/tab-line.png) repeat-x bottom;
	font-size: 10px;
	display: block;
}

.tab1 .ajax__tab_header .ajax__tab_outer
{
	background: url(images/tab.png) no-repeat left top;
	border-color: #222;
	color: #222;
	padding-left: 10px;
	margin-right: 3px;
}

.tab1 .ajax__tab_header .ajax__tab_inner
{
	background: url(images/tab.png) no-repeat right top;
	border-color: #666;
	color: #666;
	padding: 3px 9px 2px 0px;
}

.tab1 .ajax__tab_hover .ajax__tab_inner
{
	color: #000;
}

.tab1 .ajax__tab_active .ajax__tab_outer
{
	background: url(images/tab.png) no-repeat 0pt -40px;
	border-bottom-color: #ffffff;
}

.tab1 .ajax__tab_active .ajax__tab_inner
{
	background: url(images/tab.png) no-repeat right -40px;
	color: #009FFF;
	border-color: #333;
}

.tab1 .ajax__tab_body
{
	background-color: #fff;
	border: solid 1px #d7d7d7;
	border-top-width: 0;
	padding: 10px 10px 10px 10px;
}
	
.vejamais
{float:right;
 padding-bottom:5px;
 font-size:10px;
    }	