﻿body
{
	background-color: #474747;
	margin: 0px;
	text-align: center;
	margin: 0 auto;
}

body, td
{
	font-family: arial;
	font-size: 11px;
}

a:link, a:visited, a:active, a:hover
{
	color: #10669e;
	text-decoration: underline;
}

h2
{
	font-size: 13px;
	color: #10669e;
	margin: 0px 5px 0px 5px;
	padding: 0px;
}

h2 span
{
	font-size: 18px;
}

h2 a:link, h2 a:active, h2 a:visited, h2 a:hover
{
	color: #10669e;
	text-decoration: none;
}

h3
{
	font-size: 12px;
	color: #10669e;
	margin: 0px 5px 0px 5px;
	padding: 0px;
}

hr
{
	border: 0px;
	color: #10669e;
	background-color: #10669e;
	height: 1px;
}

fieldset
{
	width: 100%;
	border: solid 1px #10669e;
	min-width: 200px;
	padding: 10px;
}

legend
{
	color: #10669e;
	font-weight: bold;
	padding: 3px;
}

#divWrapper
{
	width: 980px;
	margin: 0px auto;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	text-align: left;
}

/*** HEADER ***/

#divHeader
{
	width: 100%;
	background-color: #ffffff;
	background-image: url(../img/headBg.jpg);
	background-repeat: repeat-x;
}

/* Menu */
#divTopMenu
{
	text-align: right;
	color: #757575;
	padding: 3px 10px 1px 10px;
}

#divTopMenu a:link, #divTopMenu a:visited
{
	color: #757575;
	text-decoration: none;
}

#divTopMenu a:active, #divTopMenu a:hover
{
	color: #757575;
	text-decoration: underline;
}

#tblHeader
{
	width: 100%;
}

#tblHeader h1
{
	color: #6d6d6d;
	font-size: 28px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

#tblHeader td
{
	white-space: nowrap;
}

#tblHeader #tdCart
{
	color: #10679f;
}

#tblHeader #divLogin
{
	margin: 0px 0px 0px 30px;
	height: 40px;
}

#tblHeader #divCart #tdCart
{
	color: #ffffff;
	padding: 12px 0px 0px 5px;
}

#tblHeader #divCart #tdCart b
{
	font-size: 12px;
}

#tblHeader input
{
	font-size: 10px;
	border: solid 1px #7f9db9;
}

#tblHeader #tdChannel
{
	width: 100%;
	text-align: right;
}

#tblHeader #tdLogo
{
	width: 235px;
}

/* TABELAS */
.tblTabela thead td
{
	background-color: #7f9db9;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

/* CART */
#tblCart thead td
{
	background-color: #7f9db9;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

#tblCart .tdSeller
{
	background-color: #cccccc;
	font-weight: bold;
}

#tblCart tfoot tr
{
	border-top: solid 1px #7f9db9;
	border-bottom: solid 1px #7f9db9;
}

#tblCart tfoot td
{
	font-weight: bold;
	text-align:right;
}

#tblCart .altRow
{
	background-color: #eeeeee;
}

#tblCart tfoot td
{
	background-color: #909090;
	color: #ffffff;
}

#tblCart .txtNum
{
	font-size: 10px;
	border: solid 1px #dddddd;
	text-align: right;
}

/* CART */

.mainMenu
{
	width: 100%;
	height: 20px;
	background-image: url(../img/mnuBg.jpg);
	background-repeat: repeat-x;
	color: #bbbbbb;
}

.mainMenuSeparator
{
	width: 5px;
	height: 20px;
	background-image: url(../img/mnuBg.jpg);
	background-repeat: repeat-x;
	color: #bbbbbb;
}

a.mainMenu:link, a.mainMenu:visited, a.mainMenu:visited, a.mainMenu:hover
{
	color: #646464;
	text-decoration: none;
	font-weight: bold;
}

.mainMenu div
{
	padding: 2px 0px 0px 0px;
}

#divFlash
{
	width: 100%;
	height: 130px;
	background-image: url(../img/flashBg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

#divPesquisa
{
	margin: 0px 0px 10px 10px;
	color: #ffffff;
}

#divPesquisa input, #divPesquisa select
{
	font-size: 10px;
	border: solid 1px #b4b4b4;
}

#divPesquisa a:link, #divPesquisa a:visited, #divPesquisa a:active, #divPesquisa a:hover
{
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}

#divContentWrapper
{
	width: 100%;
}

#divContent
{
	background-color: #ffffff;
	padding: 10px;
}

#divContent #divMiddle #divLeft
{
	float: left;
	margin-right: 190px;
	vertical-align: top;
}

#divContent #divMiddle #divLeft #divPath
{
	margin: 5px 10px 10px 10px;
}

#divContent #divMiddle #divRight
{
	width: 170px;
	margin-left: -180px;
	float: left;
	vertical-align: top;
}

#divFooter
{
	clear: both;
	float: none;
	width: 100%;
	background-color: #ffffff;
	margin: 20px 0px 0px 0px;
}

#divFooter #divFooterContent
{
	padding: 10px;
	text-align: center;
	color: #424242;
	line-height: 20px;
}

#divFooter a:link, #divFooter a:visited, #divFooter a:active, #divFooter a:hover
{
	color: #424242;
	text-decoration: none;
}

#divDeveloper a:link, #divDeveloper a:visited, #divDeveloper a:visited, #divDeveloper a:hover
{
	color: #ee1493;
}

.productImage
{
	text-align: center;
	padding: 2px;
}

.productName
{
	color: #000000;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}

.productSubTitle
{
	color: #10669e;
}

.productPrice
{
	font-weight: bold;
	font-size: 16px;
	color: #dc0c1a;
	margin: 5px 0px 5px 0px;
}

.productPriceStriked
{
	color: #8c8c8c;
	text-decoration: line-through;
	margin: 5px 0px 0px 0px;
}

ul.productList
{
	list-style-type: none;
	margin: 0px;
	padding:0px;
	width: 100%;
}

ul.productList li
{
	padding: 5px 0px 5px 0px;
	border-top: solid 1px #c0c0c0;
}

ul.productList a:link, ul.productList a:visited, ul.productList a:active, ul.productList a:hover
{
	color: #000000;
	text-decoration: none;
}

.productAnunciar
{
	width: 100%;
	text-align: right;
	overflow: auto;
}

.productAnunciar div
{
	margin-right: 10px;
}

.productAnunciar a:link, .productAnunciar a:visited, .productAnunciar a:active, .productAnunciar a:hover
{
	color: #aaaaaa;
	text-decoration: none;
}

.contentPanel
{
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding-top: 5px;
	padding-bottom: 5px;
}

.clearfix:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

a.menuButton:link, a.menuButton:visited
{
	width: 100%;
	color: #ffffff;
	padding: 2px;
	background-color: #10669e;
	border-bottom: solid 1px #10669e;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

a.menuButton:active, a.menuButton:hover
{
	width: 100%;
	color: #10669e;
	padding: 2px;
	background-color: #ededed;
	border-bottom: solid 1px #10669e;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.menuButtonSelected
{
	width: 100%;
	color: #10669e;
	padding: 2px;
	background-color: #ededed;
	border-bottom: solid 1px #10669e;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.textBox
{
	border: solid 1px #cccccc;
	font-family: Arial;
	font-size: 11px;
}

.button
{
	color: #ffffff;
	border: solid 1px #000000;
	background-color: #10669e;
	font-size: 11px;
}

.resultOK
{
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background-color: #009000;
	padding: 2px;
	margin: 10px 0px 10px 0px;
}

.resultNOK
{
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background-color: #ff9000;
	padding: 2px;
	margin: 10px 0px 10px 0px;
}

.listFeature
{
	font-weight: bold;
}

.formTable td
{
	background-color: #fafafa;
}

.listTable thead td
{
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background-color: #808080;
}

.listTable tfoot td
{
	border-top: solid 1px #808080;
}

.divFeature
{
	width: 100%;
	padding: 3px;
	border: solid 1px #10669e;
	background-color: #eeeeee;
}

.mandatoryField
{
	border-right: none; /*solid 2px #10669e;*/
}

.notes
{
	font-size: 10px;
	color: #909090;
}

.productRow td
{
	border-bottom: solid 1px #cccccc;
	padding-top: 4px;
	padding-bottom: 4px;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

* {
    -moz-box-sizing: border-box;
} 