﻿@import url("../../Styles/Common.css");
@import url("../../Styles/Headers.css");

/*******************************************************
	Comum
*******************************************************/

ul.Steps li
{
	margin-bottom: 40px;
	list-style: disc inside;
}

/*******************************************************
	Tabelas
*******************************************************/
table.CenterTable
{
	margin-left: auto;
	margin-right: auto;	
}

table.CenterTable tr th
{
	text-align: center;
}

/*******************************************************
	Mosaico da página de detalhes do produto
*******************************************************/

div#DetailsMosaic
{
	width: 500px;
	height: 1250px;
}

div#DetailsMosaic ul
{
	position: relative;
	list-style: none;
}

div#DetailsMosaic ul li
{
	position: relative;
	width: 158px;
	height: 200px;
	float: left;
	margin-bottom: 25px;
	z-index: 1;
	margin-right: 2px;
	/*overflow: hidden;*/
}

div#DetailsMosaic ul li img
{
	border: 0px white none;
}


div#DetailsMosaic ul li a
{
	text-decoration: none;
}

div#DetailsMosaic ul li a:hover
{
	text-decoration: underline;
}

div#DetailsMosaic ul li em
{
	display: block;
	font-style: normal;
	text-align: center;
	font-size: x-small;
	width: 100%;
}

div#DetailsMosaic ul li img.Screenshot
{
	clear: both;
	position: absolute;
	top: 50px;
	left: 50px;	
	z-index: 5;
	visibility: hidden;
}

div#DetailsMosaic ul li:hover img.Screenshot
{
	visibility: visible;
}

/*******************************************************
	Controles internos a caixa de chamada da página de 
	apresentação do produto
*******************************************************/

div#PresentationCall h2
{
	font-size: large;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

div#PresentationCall img#CallImage
{
	float: left;
	margin-left: 10px;
	margin-right: 20px;
}

div#PresentationCall ul#ButtonList
{
	position: absolute;
	right: 30px;
	top: 80px;
	list-style: none;
}

/*******************************************************
	Seção de vantagens da página de apresentação do 
	produto
*******************************************************/

div#Advantages
{
	margin-top: 10px;	
}

div#Advantages ul
{
	margin-left: auto;
	margin-right: auto;
	list-style: none;
	width: 500px;
}

div#Advantages ul li
{
	margin-right: 5px;
	margin-left: 5px;
	float: left;
	width: 190px;
	height: 170px;
}

div#Advantages ul li a
{
	font-size: small;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}

div#Advantages ul li a em
{
	font-style: normal;
}
 
div#Advantages ul li a:hover
{
	text-decoration: underline;
}

div#Advantages ul li a img
{
	padding-top: 10px;
	border: 0px;
}

div#AdvantagesDetails
{
	clear: both;
	position: relative;	
}

div#AdvantagesDetails ul
{
	list-style: none;
}

div#AdvantagesDetails ul li
{
	display: block;
	min-height: 170px;
	padding-top: 10px; 
}

div.AdvantageTitle
{
	float: left;
	display: inline;
	width: 140px;
}

em.AdvantageEmphasis
{
	/*font-size: medium;*/
	font-weight: bold;
	color: #336699;	
	font-style: normal;
}

/*******************************************************
	Seção de funcionalidades do produto
*******************************************************/

div#Functions
{
	margin-top: 10px;	
}

div#Functions ul
{
	margin-left: auto;
	margin-right: auto;
	list-style: none;
	width: 500px;
}

div#Functions ul li
{
	margin-right: 5px;
	margin-left: 5px;
	float: left;
	width: 150px;
}

div#FunctionsDetails
{
	clear: both;
	position: relative;	
}

/*
div#FunctionsDetails ul
{
	margin-left: 45px;
}
*/

img.FunctionScreenshot
{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}


/*******************************************************
	Botões estilizados
*******************************************************/

ul#ButtonList li a
{
	display: block;
	width: 215px;
	height: 36px;
	background-image: url('../../Images/red-button.png');
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: white;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

ul#ButtonList li a.SmallFont
{
	font-size: x-small;
	padding-top: 15px;
}

ul#ButtonList li a.MediumFont
{
	font-size: small;
	padding-top: 14px;
}

/*******************************************************
	Lista de estados/cidades/clientes da página de 
	clientes
*******************************************************/

ul.CustomerLinkList
{
	list-style: none;
	margin-bottom: 50px;
}

ul.CustomerLinkList li
{
	float: left;
	width: 30px;
}

ul.CustomerList li
{
	float: left;
	list-style: none;
	width: 500px;
	/*border-bottom: 1px #d0d0d0 solid;*/
	margin-bottom: 20px;
}

ul.CustomerList li h4
{
	font-size: x-large;
	border-bottom: 1px #d0d0d0 solid;
}


ul.CustomerList li ul li
{
	margin-right: 20px;
	width: 200px;
	min-height: 0px;
	border-bottom: none;
}

ul.CustomerList li ul li ul li
{
	list-style: circle outside;
	clear: both;
	min-height: 0px;
}

/*******************************************************
	Tabela de Compras
*******************************************************/

table.BuyTable
{
	width: 100%;	
}

table.BuyTable tr th
{
	text-align: left;
	background-color: #f5f5f5;
	padding: 5px 5px 5px 5px;
}

table.BuyTable tr td
{
	width: 50%;
}

/*******************************************************
	Glifos do passo a passo
*******************************************************/

h4.Step
{
	font-size: medium;
}

ul.StepsContentList li
{
	list-style: none;
	margin-bottom: 40px;
}

ul.StepsContentList li p
{
	display: inline;
	text-indent: 0px;
}

ul.StepsContentList li img
{
	margin-top: 20px;
	margin-bottom: 20px;
}
