/*** geral ***/
* {
	margin: 0; 
	padding: 0; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 14pt;
	color: #000000;
	font-variant: normal;
	text-decoration: none;	
}
html {
	height: 100%;
}
body {
	height: 100%;
	font-style: normal;
	text-align: center;
	background-color: #CCCCCC;
	background-image: url(../img/att/body.gif);
}
#geral {
	margin: 0px auto;
	width: 778px;
	height: 100%;
	background-color: #FFFFFF;
	text-align: left;
}
a {
	color: #B74D87;
	font-weight: bold;
}
a:hover {
	color: #FF6600;
	font-weight: bold;
}
a.wh {
	color: #FFFFFF;
	font-weight: bold;
}
a.wh:hover {
	color: #FF6600;
	font-weight: bold;
}
.txColor {
	color: #ADF702;
	font-weight: bold;
}
p {
	margin-bottom: 10px;
}
h1 {
	font-size: 10pt;
	color: #B74D87;
	margin-bottom: 5px;
}
h2 {
	font-size: 10pt;
	color: #FF6600;
	margin-bottom: 5px;
}

/*** template ***/
#all {
	width: 778px;
	height: 100%;
	background-color: #FFFFFF;
	float: left;
}
#left {
	width: 188px;
	float: left;
}
#logo {
	width: 188px;
	height: 145px;
	background-image: url(../img/att/logo.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#categorias {
	width: 188px;
	background-image: url(../img/att/categorias_back.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	float: left;
}
#categoriasTop {
	width: 188px;
	background-image: url(../img/att/categorias_top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#categoriasBottom {
	width: 188px;
	height: 10px;
	background-image: url(../img/att/categorias_bottom.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#right {
	width: 590px;
	float: left;
}
#menu {
	width: 590px;
	height: 43px;
	background-image: url(../img/att/menu.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#logon {
	width: 590px;
	height: 117px;
	background-image: url(../img/att/logon.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#logon p {
	margin: 50px 0px 0px 260px;
}
#logoff {
	width: 590px;
	height: 117px;
	background-image: url(../img/att/logoff.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#logoff form {
	width: 330px;
	margin: 50px 0px 0px 260px;
}
#titlePage {
	width: 590px;
	height: 38px;
	float: left;
}
#content {
	width: 590px;
	background-image: url(../img/att/content.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#options {
	width: 590px;
	height: 50px;
	float: left;
}
#contentInfo {
	width: 570px;
}
#contentInfo table {
	float: left;
}
#bottom {
	width: 778px;
	height: 35px;
	background-image: url(../img/att/bottom.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: center;
}
#bottom p {
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
}
#wwwLedz {	
	width: 60px;
	height: 20px;
	margin-top: 10px;
	float: right;
}

/*** navegacao ***/
#nav {
	width: 188px;
	height: auto;
	padding-top: 10px;
	float: left;
}
#nav li {
	width: 156px;
	list-style-type: none;
	border-bottom: 1px solid #B74D87;
	/*margin: 0px;	 No margin - needed for Opera */
	padding: 0px;
}
#nav ul {	
	width: 156px;
	margin-left: 15px;
	padding: 0px;
}
#nav ul li ul{	/* Styling for those who doesn't have javascript enabled */
	padding-left: 5px;
}
#nav li a{	/* Main menu links */
	display: block;
	padding: 3px 0px 3px 5px;
	color: #000000;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}
#nav li a:hover,
#nav .activeMainMenuItem {
	color: #FFFFFF;
	background-color: #B74D87;
}
.nav_subMenu {
	width: 155px;
	visibility: hidden;
	position: absolute;
	background-color: #B74D87;
	text-align: left;
	overflow: hidden;
}
.nav_subMenu ul {
	width: 155px;
	margin: 0px;
	padding: 0px;
}
.nav_subMenu ul li {
	margin: 0px;
	padding: 1px;
	width: 170px;
	list-style-type: none;
	border: 1px solid #CCCCCC;
}
.nav_subMenu ul li a {	/* Sub menu items */
	white-space: nowrap;	/* No line break */
	text-decoration: none;	/* No underline */
	color: #FFFFFF;	/* Black text color */
	height:16px;	/* 16 pixels height */
	line-height:16px;	/* 16 pixels height */
	padding:1px;	/* 1px of "air" inside */
	display:block;	/* Display as block - you shouldn't change this */
}
.nav_subMenu ul li a:hover {	/* Sub menu items - mouse over effects */
	color: #000000;
	background-color: #EBEBEB;
}

/*** index ***/
#welcome {
	width: 352px;
	height: 150px;
	background-image: url(../img/att/welcome.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	float: left;
}
#welcome p {
	margin: 12px 10px 0px 10px;
}
#cadastrese {
	width: 218px;
	height: 150px;
	background-image: url(../img/att/cadastre.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	float: left;
}
#cadastrese p {
	color: #FFFFFF;
	margin: 45px 10px 0px 15px;
}

/*** detail ***/
#infoRight {
	width: auto;
	height: auto;
	float: right;
}
#addPedido {
	width: 165px;
	height: 42px;
	margin: 0px 0px 10px 10px;
	float: left;
}
#imgDetail {
	width: auto;
	height: auto;
	margin: 0px 0px 10px 10px;
	padding: 5px;
	border: 1px solid #999999;
	float: left;
}
#imgThumbs {
	width: 90px;
	height: auto;
	margin: 0px 0px 10px 10px;
	float: left;
	padding: 5px;
	border: 1px solid #666666;
}
.thumbs {
	width: 90px;
	height: auto;
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
}
.imgThumbs {
	width: 90px;
	height: auto;
	text-align: center;
	border: 3px solid #EBEBEB;
}

/*** list ***/
.listOptions {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	background-image: url(../img/att/line.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	float: left;
}
.listPedidos {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	float: left;
}
.listDetail {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	clear: both;
}
.colorTh{	
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF3300;
	padding: 3px 3px 3px 5px;
}
.colorOn{	
	background:#EBEBEB;
	padding: 3px 3px 3px 5px;
}
.colorOff {	
	background: transparent;
	padding: 3px 3px 3px 5px;
}
.thumbProdutos {
	width: 125px;
	height: 94px;
	border: 1px solid #FF6600;
	margin-bottom: 5px;
}
.listThumbs {
	text-align: center;
}

/*** forms ***/
#sendCadastro {
	margin-right: 20px;
	float: left;
}
form {
	display: block;
}
input, textarea, select {
	color: #000000;
	margin-bottom: 10px;
	line-height: normal;
	vertical-align: middle;	
	background-color: #EBEBEB;
	border-top: solid 1px #B74D87;
	border-left: solid 1px #B74D87;
	border-bottom: solid 1px #EFEFEF;
	border-right: solid 1px #EFEFEF;
}
option {
	color: #000000;
}
.radio {
	background-color: transparent;
	border: none;
}
.noMargin {
	margin-bottom: 0px;
}
.noStyle {
	background-color: transparent;
	border: none;
	margin-bottom: 0px;
}
label {
	width: 80px;
	text-align: left;
	float: left;
}
input.ok {
	font-size: 7pt;
	text-align: center;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
	margin-left: 82px;
	background-color: #B74D87;
	border: solid 1px #000000;
}
#submit {
	margin-left: 100px;
}
/*** admin ***/
.listMenu {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	float: left;
}
.listMenuName {
	width: 72%;
	height: auto;
	float: left;
}
.listMenuAction {
	width: 25%;
	height: auto;
	float: left;
}