/* -----------------------------------
* Site ShopTour - Main
* Criado: 22/03/2009
* Ultima Alteracao: 17/06/2009
* Versao: 01
------------------------------------ */
body
{
	margin: 0;
	padding: 0;
	font: 11px tahoma, arial, verdana;
	color: #FFF;
	cursor: default;
	background: #FFF url(/thema/skin/default/master/img/bg-site.jpg) repeat-x top;
}
a
{
	font: 11px tahoma, arial, verdana;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}
img
{
	border: 0;
}
ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
h1
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
}


/*
Util
------------------------------------ */
.bold
{
	font-weight: bold;
}
.clear
{
	font-size: 1px;
	clear: both;
}
.displayNone
{
	display: none;	
}
.lineClear
{
	clear: both;
}
.capitalize
{
	text-transform: capitalize;
}
.txtCenter
{
	text-align: center;
}
.txtLeft
{
	text-align: left;
}
.twoLines
{
	height: 28px;
}
.cinzaClaro
{
	color: #8f98a8 !important;
}
.azulClaro
{
	color: #0d90ff !important;
}
.azulClaroII
{
	color: #427fb6 !important;
}
.hr
{
	height: 1px;
	margin: 0;
	padding: 0;
	background: #d5ecff;
}

/*
Geral
------------------------------------ */
.shoptour
{
	position: relative;
	width: 100%;
	min-width: 1000px;
	/*background: url(/thema/skin/default/master/img/logo-st.jpg) no-repeat left top;*/
}
.container
{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
/* Logo */
#logo-st
{
	position: absolute;
	display: block;
	width: 160px;
	height: 95px;
	margin: 8px 0 0 42px;
	cursor: pointer;
	z-index: 99999;
}
