/* CSS Document */
html, body {
	height:100%;
}
body, td, option, textarea, form, input {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	margin:0;
	padding:0;
	color:#ddd;
	text-align:center;
	background: url(../images/graphics/bg.jpg) #fff repeat-x 50% 0;
}
br {
	clear:all;
}
hr {
	height:0;
	margin:15px 0;
	border:1px solid transparent;
	border-bottom:1px solid #ddd;
	background-color:tranparent;
}
table {
	border:0px;
	border-collapse: collapse;
	border-spacing: collapse;
}
img {
	border:0px;
}
form {
	margin:0;
}
select {
	color:#333333;
	font-size:11px;
	height:19px;
}
a {
	color:#2174c7;
}
a:visited {
}
a:focus {
	user-focus: none;
	outline: none;
	-moz-user-focus: none;
	-moz-outline: none;
}
tt {
	font-size:9px;
	font-family:Trebuchet MS, Helvetica, sans-serif;
}
/*--------------------------------------- =box -------------------------------------------*/
#jumpmenu {
	background-color:#333333;
	border-bottom:1px solid #4b4542;
}
#jumpmenu select {
	height:24px;
	font-size:9px;
	background-color:#3e3a37;
	border:1px solid #ccc;
	background-image:none;
	position:relative;
	left:300px;
}
#jumpmenu optgroup {
	margin:0;
	padding:0;
}
#jumpmenu option {
	margin:0;
	color:#ddd;
	cursor:pointer;
}
#box {
	width:1024px;
	height:100%;
	min-height:100%;
	margin:0 auto 0 auto;
	text-align:left;
}
table.bt {
	border:none;
	margin-left:230px;
	width:610px;
	height:155px;
}
/* =misc
-------------------------------------*/

h1 {
	font-size:17px;
	line-height: 1.5em;
	color: #333;
	padding-top:10px;
}
h2 {
	font-size:13px;
	color: #666;
	margin:15px 0 5px 0;
}
h3 {
	font-size:12px;
	margin:15px 0 5px 0;
	padding:5px 0;
	color:#5588ac;
}
h4 {
	font-size:11px;
	display:block;
	width:100%;
	clear:both;
	border-bottom:1px solid #ddd;
	color:#666;
	margin:10px 0 5px 0px;
	padding:15px 0 2px 0;
}
div.dummy {
	clear:both;
}
#wrap {
	position: relative;
	min-height: 100%;
}
* html #wrap {
	height: 100%;
}
#container {
	width:100%;
	background: url(../images/graphics/links_bg.png) #191715 no-repeat 50% 0;
}
/*--------------------------------------- =tabs -------------------------------------------*/

.tab {
	position: relative;
	top:-3px;
	/*background: url("../images/graphics/menu_select.png") no-repeat top;*/
	padding: 15px;
	padding-right:5px;
	margin: 2px 0;
	overflow: hidden;
	height:15px;
}
.tab li {
	float: left;
	list-style: none;
	margin:0 15px;
}
.tab li.backLava {
	background: url("../images/graphics/menu_select.png") no-repeat right -26px;
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}
.tab li.selectedLava a {
}
.tab li.backLava .leftLava {
	background: url("../images/graphics/menu_select.png") no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
.tab li a {
	font: bold 14px arial;
	text-decoration: none;
	color: #666;
	outline: none;
	text-align: center;
	top: 6px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: 0 0px 0 30px;
}
.tab li a:hover, #lavaLampBasicImage li a:active, #lavaLampBasicImage li a:visited {
	border: none;
}
/*--------------------------------------- =banner -------------------------------------------*/

#banner {
	height:104px;
	margin:0 auto 10px auto;
	text-align:left;
	clear:both;
	color:#ddd;
	position:relative;
}
#banner form {
	margin:0;
	padding:0;
}
#banner div.sentences {
	position:absolute;
	left:220px;
	top:15px;
	height:90px;
	overflow:hidden;
}
#banner div.sentences li {
	list-style:none;
	width:450px;
	font-size:18px;
	line-height:24px;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#banner div.sentences li span {
	margin:0 8px;
}
#banner div.sentences cite {
	display:block;
	color:#999999;
	font-size:10px;
	text-align:right;
}
#banner div.sentences strong {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#bbdffa;
}
#banner div.search {
	position:absolute;
	width:190px;
	left:820px;
	top:50px;
	height:30px;
	background: url(../images/graphics/search_bg.png) transparent no-repeat 0 50%;
}
#banner div.search form {
	vertical-align:middle;
}
#banner div.search input {
	position:relative;
	top:8px;
	left:0px;
	padding:0;
	margin:0 10px 0 8px;
	font-size:11px;
	height:20px;
	width:155px;
	color:#666;
	border:none;
	background:none;
	vertical-align:bottom;
	
}
#banner div.search button {
margin:0;
padding:0;
width:13px;
height:15px;
cursor:pointer;
background:none;
	vertical-align:bottom;

}
#banner div.logo {
	position:absolute;
	float:left;
	left:30px;
}
#banner div.cart {
	position:absolute;
	width:220px;
	top:25px;
	left:820px;
	text-align:center;
	font-weight:bold;
}
#banner div.user {
	position:absolute;
	top:10px;
	left:760px;
	font-weight:bold;
}
#banner div.cart a {
	color:#cfe9ed;
}
/*--------------------------------------- =categorias -------------------------------------------*/

div.categorias {
	width:781px;
	height:155px;
	margin:0 auto;
	background: url(../images/graphics/categorias.gif) transparent no-repeat 0 0;
}
div.categorias div.bt {
	display:inline;
	margin:0 12px;
}
/*--------------------------------------- =index bottom -------------------------------------------*/
#bottom {
	clear:both;
	font-size:13px;
	color:#666666;
	border-top:1px solid #c0c0c0;
}
#bottom ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
#bottom li {
	min-height:200px;
	width:30%;
	float:left;
	padding:0;
	margin:10px 0 0 0;
	padding-left:30px;
}
#bottom li:last-child {
	border:none;
}
#bottom h2 {
	font-size:16px;
	color:#333;
}
#bottom h3 {
	font-size:14px;
	color:#333;
	margin:5px 0;
	padding:0;
	line-height:16px;
	color:#1d7389;
}
#bottom .box {
	font-size:12px;
	line-height:20px;
	width:300px;
	min-height:70px;
	margin-top:10px;
	padding:5px;
}
#blue {
	background-color:#e6f3f1;
}
#green {
	background-color:#e2f7db;
}
#bottom .box em {
	display:block;
	font-size:11px;
	padding:5px 0;
	font-weight:bold;
}
/*--------------------------------------- =left -------------------------------------------*/

#left {
	width:205px;
	margin-top:0px;
	margin-right:10px;
	padding-left:4px;
	float:left;
	color:#333;
}

#left ul li {
	width:200px;
	padding:0;
	margin:2px 0;
	list-style-type:none;
	
}
#left ul li a {
	color:#616b6a;
	background-color:#ecf3fa;
	display:block;
	padding:4px;
	text-decoration:none;
	border:1px solid #e3eefa;
	font-weight:bold;
}
#left ul li:first-child a {
}
#left ul li.selected {
background: url(../images/graphics/tree_select.png) transparent no-repeat 0 50%;
}
#left ul li.selected a {
	color:#fff;
	margin-left:15px;
	background-color:#959fa5;
}
/*--------------------------------------- =center -------------------------------------------*/

#center {
	width:800px;
	color:#333;
	padding:0 0 15px 0;
	float:right;
	font-size:12px;
}
#center.quemsomos {
	width:920px;
	float:left;
	padding:0 45px;
}
#center.quemsomos p {
	margin:21px 0;
	font-size:12px;
	line-height:19px;
	text-align:justify;
}
#center.quemsomos a {
	margin:0 2px;
	font-weight:bold;
	color:#333;
}
#map {
	width:705px;
	height:250px;
	margin-left:10px;
}
#center p {
	margin:15px 0;
}
div.corners_top {
	margin:10px 0;
	padding:5px 5px;
	border-bottom:1px solid #5f5f5f;
}
div.crumbs {
	padding:24px 0 15px 20px;
}
a.crumbs1 {
	display:block;
	margin-bottom:5px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	letter-spacing:0.01em;
	text-transform:uppercase;
	text-decoration:none;
}
a.crumbs2 {
	font-size:12px;
	color:#ddd;
	font-weight:normal;
	letter-spacing:0.01em;
	text-transform:none;
	text-decoration:none;
}
.crumbs {
	display:block;
	font-size:14px;
	margin-bottom:5px;
	color:#fff;
	font-weight:bold;
	letter-spacing:0.01em;
	text-transform:uppercase;
}
.crumbs2 {
	font-size:12px;
	margin:0;
	color:#ddd;
	font-weight:normal;
	letter-spacing:0.01em;
	text-transform:none;
}
div.corners_top .name {
	position:relative;
	top:-40px;
	float:right;
	font-size:18px;
	margin:0;
	margin-right:5px;
	color:#fff;
	letter-spacing:0.01em;
}
div.content {
	width:95%;
	margin-top:7px;
	margin-left:13px;
	padding:5px 5px 10px 5px;
}
.item {
	text-align:center;
	width:185px;
	height:150px;
	float:left;
	font-size:11px;
	color:#333;

	padding:7px;
	border-bottom:1px dashed #eeeeee;
	border-right:1px dashed #eeeeee;
}
.item img {
	display:block;
	margin:auto;
	clear:both;
	font-size:8px;
	border:1px solid #ddd;
	background-color:white;
}
.item a {
	display:block;
	padding:4px 0;
	color:#666666;
}
.item span {
	position:relative;
	top:5px;
	margin-left:15px;
	float:left;
}
.item span a img {
	border:none;
}
.item a.name {
	color:#333;
	font-weight:bold;
	font-size:11px;
	margin-bottom:3px;
	text-decoration:none;
	
}
.item a.details {
	color:#ddd;
	font-size:11px;
	display:block;
	width:100%;
	padding:7px 0;
	background-color:#242424;
}
.item span.preco {
	top:10px;
	font-size:14px;
	color:#ca0c0c;
}
#center s {
	color:#CC0000;
}
/*Contactos*/
dl.contactos {
	width:300px;
	margin:20px 0 0 0;
	padding:0;
}
dl.contactos dt {
	font-size:12px;
	font-weight:bold;
	padding:3px 5px;
	color:#333;
}
dl.contactos dd {
	margin:0;
	padding:3px 5px;
	font-size:11px;
	color:#333;
	line-height:18px;
	border-bottom: 1px dotted #ddd;
	text-align:justify;
}
dl.contactos dd:last-child {
	border:none;
}
dl.contactos dd b {
	color:#595959;
}
.contactos h3 {
	display:block;
	width:100%;
	clear:both;
	border-bottom:1px solid #333;
	color:#CCCCCC;
	margin:10px 0 5px 5px;
	padding:15px 0 2px 0;
}
#map {
	width:610px;
	height:280px;
	margin-left:90px;
	border-right:1px solid #f0f3f2;
	border-bottom:1px solid #f0f3f2;
	border-top:1px solid #cdd0cf;
	border-left:1px solid #cdd0cf;
	background-color:#f2f3ef;
}
/*columns*/
.column-wrapper {
	width:100%;
	margin:0;
	padding: .5em;
}
.floatcols {
	float: left;
	width: 32%;
}
.dummy-wrapper {
	overflow: hidden;
	margin:0;
	padding:0 .5em;
}
#dummy {
	margin:0;
	padding:0 .5em;
	clear:both;
}
/*-------------------------------=campos de descrição do artigo--------------------------------*/
#desc {
	width:40%;
	padding:5px;
	font-size:12px;
	color:#333;
	line-height:19px;
	float:right;
}
#desc p {
	margin:10px 0;
}
#desc ul {
	margin:0 0 0 10px;
	padding:0;
}
#desc li {
	margin:5px 0 0 10px;
	padding:0;
	color:#ddd;
}
#desc strong {
	color:#333;
}
#desc b {
	color:#fff;
}
#desc em {
	color:#ddd;
}
#desc table {
	width:520px;
	margin:0;
	padding:0;
	color:#ddd;
	border:1px solid #333;
	border-collapse:collapse;
}
#desc th {
	padding:4px;
	border:1px solid #666;
	background-color:#333;
}
#desc td {
	font-size:10px;
	color:#ddd;
	padding:2px;
	border:1px solid #666;
}
div.item_photo {
	width:450px;
	float:left;
	min-height:400px;
	margin-top:10px;
	margin-bottom:20px;
	text-align:center;
}
div.item_photo img {
	margin:5px auto;
}
#thumbs {
	display:block;
	width:100%;
	height:50px;
	text-align:center;
}
#thumbs span {
	width:50px;
	height:40px;
	overflow:hidden;
	text-align:center;
	display:inline-block;
	width:50px;
	height:40px;
	margin-right:5px;
	cursor:pointer;
	border:1px solid #333;
}
#center div.related {
	width:198px;
	margin-top:15px;
	padding-top:16px;
	float:right;
	background: url(../images/graphics/related.gif) transparent no-repeat 0 0;
}
dl.related {
	font-size:10px;
	padding:10px 5px;
	margin:4px 0;
	background-color:#fff;
	border:1px solid #e3e3e3;
}
dl.related dd {
	padding:0;
	margin:2px 0;
}
dd.thumb {
	text-align:center;
}
table.files {
	width:100%;
	margin:5px;
}
table.files a {
	color:#7cb8db;
}
table.files a:hover {
	color:#ddd;
}
/*---------------------- inputs ------------------*/

input, textarea, select {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	padding:3px;
	color:#333333;
	border-right:1px solid #e8ebed;
	border-bottom:1px solid #e8ebed;
	border-left:1px solid #bcbcbd;
	border-top:1px solid #bcbcbd;
	background-color:#fff;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
select {
	padding:1px;
	height:24px;
}
button {
	border:0;
	cursor:pointer;
	height:26px;
	font-weight:normal;
	margin:0;
	padding:0 10px 0 0;
	background:url(../images/graphics/bt_bg_black.png) transparent no-repeat right -24px;
	font-size:12px;
}
button span {
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	font-weight:bold;
	display:block;
	white-space:nowrap;
	padding:0 10px 0 15px;
	margin:0;
	height:27px;
	line-height:25px;
	color:#63784b;
	background:url(../images/graphics/bt_bg_black.png) transparent no-repeat 0 0;
}
button {
	padding: 0 .55em;
	width: 0;  /* IE table-cell margin fix */
	overflow: visible;
}
button {  /* IE < 7 ignores [class] */
	width: auto;  /* cancel margin fix for other browsers */
}
td input.button[class] {
	width: 100%;
}
/*button:hover {
	background:url(../images/graphics/bt_bg_black.png) no-repeat right -53px;
}
button:hover span {
	background:url(../images/graphics/bt_bg_black.png) no-repeat 0 -79px;
}*/
a.button {
	width:auto;
	border:0;
	color:#333;
	cursor:pointer;
	height:26px;
	font-weight:bold;
	margin:0;
	padding:0;
}
/*black buttons*/
a.button {
	font-size:12px;
}
a.button span {
	position:relative;
	display:block;
	white-space:nowrap;
	padding:0 10px 0 10px;
	margin:0 10px;
	height:25px;
	line-height:20px;/*background:url(../images/graphics/bt_bg_black.png) no-repeat 0 0;*/
}
a.button:hover {
	background:url(../images/graphics/bt_bg_black.png) no-repeat right -54px;
}
a.button:hover span {
	background:url(../images/graphics/bt_bg_black.png) no-repeat 0 -36px;
}
/*Error */
#msgbox {
}
.msg {
	width:680px;
	margin-left:20px;
	margin-bottom:10px;
	padding-top:1px;
	background:url(../images/graphics/error_bg_top.png) transparent no-repeat 0 0;
}
.msg span {
	display:block;
	height:8px;
	background:url(../images/graphics/error_bg_bot.png) transparent no-repeat 0 0;
}
.msg .delete {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
/*------------------------------------ avisos erros confirmações ----------------------*/

ul.aviso {
	margin:20px 0;
	padding:0;
	list-style:none;
}
ul.aviso li {
	color:#333;
	font-size:11px;
	padding:5px 5px 5px 25px;
	margin:3px 0;
	line-height:13px;
	list-style:none;
}
ul.aviso li b {
	margin-right:5px;
}
#alerta li {
	border:1px solid #fdd845;
	background: url(../images/graphics/exclamation.png) #fff6bf no-repeat 1% 50%;
}
#ok li {
	border:1px solid #c6d881;
	background: url(../images/graphics/tick_circle.png) #e6efc2 no-repeat 1% 50%;
}
#erro li {
	border:1px solid red;
	background: url(../images/graphics/cross_circle.png) #fad0cf no-repeat 1% 50%;
}/*Error */
input.checkbox {
	vertical-align:middle;
	border:none;
	background-image:none;
	background-color:transparent;
}
label {
	color:#666;
	font-weight:bold;
	font-size:11px;
	margin:5px 0 2px 0;
	display:block;
}
label input {
	display:block;
	margin-bottom:8px;
}
label select {
	display:block;
	margin-bottom:8px;
}
em {
	font-weight:normal;
	padding:0 2px;
	margin:0;
	font-size:9px;
	color:red;
}
form sup {
	color:#FF3300;
	font-size:14px;
	margin:0 5px;
}
form input {
	margin:0 0;
}
form button {
	margin:15px 0;
}
input.checkbox {
	float:left;
	margin-right:5px;
}
div.nota {
	width:255px;
	float:right;
	position:relative;
	top:0;
	right:7px;
}
/*================== contactos ============================*/

dl.float_left {
	width:200px;
	float:left;
	margin-left:7px;
}
dl.float_left dt {
	font-weight:bold;
}
dl.float_left dd {
	margin:5px 0;
}
/*
================== search box center ============================*/

#center div.search {
	text-align:center;
	padding:0 0;
}
#center div.search .bt {
	border:0;
	margin-bottom:-4px;
	padding:0;
}
/*
================== contactos ============================*/

/* =rodapé
-------------------------------------------------*/
#footer {
	position: relative;
	clear:both;
	margin-top: -5em;
	color:#8a8a8a;
	height:55px;
	background:url(../images/graphics/footer_bg.png) #2f2f2f repeat-x 0 0;
}
#footer span {
	position:relative;
	top:7px;
	margin:0 70px;
}
#footer span img {
padding-top:5px;
}
#footer a {
	color:#bbdffa;
}
/* =ordenação
-------------------------------------------------*/

#sort {
	font-family:Trebuchet, Helvetica, sans-serif;
	text-align:center;
	margin:10px 0;
	padding-right:100px;
	font-size:11px;
	color:#666;
	float:right;
}
#sort a {
	color:#0066cc;
}
#sort b {
	color:#fff;
	padding:2px;
	background-color:#0066cc;
}
/* =page selector
-------------------------------------------------*/
#selector {
	position:relative;
	top:15px;
	height:10px;
	float:right;
	margin:0;
	padding:0;
	font-size:11px;
	color:#333;
}
#selector li {
	float:left;
	padding:0;
	margin:0;
	list-style-type:none;
	background:url(../images/graphics/page_selector_grey_l.png) transparent no-repeat 100% 0;
}
#selector a {
	display:block;
	padding:3px 4px 5px 6px;
	margin:0 2px 0 1px;
	color:#333;
	text-align:center;
	text-decoration:none;
	background:url(../images/graphics/page_selector_grey_r.png) transparent no-repeat 0 0;
}
#selector li.selected {
	background:url(../images/graphics/page_selector_l.png) transparent no-repeat 100% 0;
}
#selector li.selected a {
	background:url(../images/graphics/page_selector_r.png) transparent no-repeat 0 0;
	font-weight:bold;
}
#selector li:hover {
	background:url(../images/graphics/page_selector_l.png) transparent no-repeat 100% 0;
}
#selector li:hover a {
	background:url(../images/graphics/page_selector_r.png) transparent no-repeat 0 0;
	font-weight:bold;
}
#selector li.arrows {
	position:relative;
	top:-3px;
	border:none;
	margin:0;
	padding:0;
	background:none;
}
#selector li.arrows a {
	background:none;
}
#selector li.arrows:hover  {
	background:none;
}
/* =search results
-------------------------------------------------*/

#search {
	float:left;
	margin:4px 0;
	padding:0;
	color:#666;
	background: url(../images/graphics/search_bg.png) transparent no-repeat 50% 50%;
}
#search span.result {
	color:#333;
}
/*--------------------------- index page ------------------------------------*/
.links {
	width:724px;
	height:220px;
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
.links li {
	list-style:none;
	padding: 0;
	margin:0;
	float:left;
	display:block;
	cursor:pointer;
}
.links a {
	margin:0;
	border:none;
}
.links li em {
	font-weight: normal;
	background: url(../images/graphics/hover.png) no-repeat;
	width: 180px;
	height: 45px;
	position: absolute;
	top: -85px;
	left: 22px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
	color:#333333;
}
#login {
	display:none;
	padding:10px 0 30px;
	color:#999999;
	width:100%;
	border:1px solid #62605e;
	background: url(../images/graphics/links_bg.png) #191715 no-repeat 50% 0;
}
#login form {
	margin:30px 20px;
}
#login a {
	color:#ddd;
}
#login label {
	width:70px;
}
#login input {
	color:#333333;
	border:1px solid #666;
	background-color:#ddd;
}
#login p {
	margin:5px 20px;
}
/* =news
-------------------------------------*/

#news {
}
#news .news-header {
	margin:15px 10px;
	padding-bottom:15px;
	border-bottom:1px dotted #333;
}
#news a.header {
	color:#6699cc;
	font-size:1.3em;
}
#news .news-date {
	font-size:1em;
	margin:5px 0;
	color:#999999;
}
.news-thumb {
	float:left;
	margin:5px 10px 0 1px;
	border:1px solid #444444;
}
.bodytext {
	margin:15px 5px;
}
.date {
	font-size:1em;
	margin:5px;
	color:#999999;
}
/*--------------------------------- slideshow -------------------------------------*/
#top {
	position:relative;
	width:1020px;
	height:325px;
}
#slideshow {
	width:650px;
	height:335px;
	overflow:hidden;
	margin-left:0;
	float:left;
}
#slideshow ul.slides li {
	width:100%;
	height:335px;
	position:relative;
	list-style-type:none;
	background: url(../images/graphics/slideshow_ie_bg.jpg) white repeat-x 0 0;
}
#slideshow ul.slides li span {
	width:350px;
	position:absolute;
	left:20px;
}
#slideshow ul.slides li span a {
	position:absolute;
	left:15px;
	top:190px;
}
#slideshow ul.slides h1 {
	position:absolute;
	top:20px;
	left:20px;
	padding:5px 10px;
	font-size:2.2em;
	color:#333333;
	border-bottom:1px solid #ddd;
}
#slideshow ul.slides h2 {
	position:absolute;
	font-size:1.4em;
	top:110px;
	left:40px;
}
#slideshow ul.slides h3 {
	position:absolute;
	font-size:1.4em;
	top:140px;
	left:40px;
}
#slideshow ul.slides li p {
	float:left;
	top:100px;
	position:relative;
	font-size:12px;
	padding:10px;
	color:#333333;
}
#slideshow ul.slides li div.image {
	width:230px;
	height:328px;
	overflow:hidden;
	top:10px;
	left:390px;
	position:absolute;
	z-index:999;
	display:none;
	float:right;
	text-align:center;
	background: url(../images/graphics/shadow.png) transparent no-repeat 50% 96%;
}
#slideshow ul.slides li a {
	position:absolute;
	top:173px;
}
#prev {
	position:absolute;
	top:140px;
	left:-10px;
	cursor:pointer;
	z-index:999;
}
#next {
	position:absolute;
	top:140px;
	left:860px;
	cursor:pointer;
	z-index:999;
}
ul#pager {
	display:none;
}
#pager li {
	display:block;
	float:left;
	height:20px;
	width:20px;
	background: url(../images/graphics/pager_bg.png) transparent no-repeat 0 0;
}
#pager li a {
	display:block;
	height:20px;
	width:20px;
	background:transparent;
}
#pager li a.activeSlide {
	background: url(../images/graphics/pager.png) transparent no-repeat 0 0;
}
#pager li a:hover {
	background: url(../images/graphics/pager.png) transparent no-repeat 0 0;
}
#pager {
	width: 100px;
	height:20px;
	margin:auto;
	margin-top:10px;
}
#coleccoes {
	height:300px;
	overflow:hidden;
	position:relative;
	font-size:12px;
	text-align:center;
	
}
#coleccoes div {
	margin:auto;
	border:2px solid #ccc;
}
#coleccoes span{
	display:block;
	text-align:center;
	font-weight:bold;
	position:absolute;
	bottom:0;
	padding:15px 0;
	color:#fff;
	background: url(../images/graphics/coleccoes_bg.png) transparent repeat 0 0;
}
#santiago  {
	width:300px;
	height:300px;
	position:absolute;
	top:0px;
	left:704px;
}
#crossSlide {
	z-index:50;
	width:300px;
	height:300px;
	left:0px;
	top:-75px;
	position:relative;
	border:2px solid #ccc;
}

#santiago span {
	z-index:999;
	position:relative;
	display:block;
	top:228px;
	left:2px;
	text-align:center;
	font-weight:bold;
	font-family:"Trebuchet MS";
	font-size:16px;
	padding:15px 0;
	color:#fff;
	background: url(../images/graphics/coleccoes_bg.png) transparent repeat 0 0;
}
/*------------------------------------------------------*/
dl.destaques {
	margin:0px 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
dl.destaques dt {
	font-size:13px;
	font-weight:bold;
	color:#666;
	margin:0;
	padding:0;
	text-align:center;
}
dl.destaques dd {
	overflow:hidden;
	clear:both;
	margin:0;
	min-height:57px;
	padding:10px 20px;
	font-weight:bold;
	border-bottom:1px dotted #ddd;
}
dl.destaques p {
	color:#333;
	margin:5px 0;
	font-size:10px;
}
dl.destaques dd img {
	float:left;
	font-size:9px;
	clip: rect(5px);
	margin-right:10px;
	margin-bottom:5px;
	border:2px solid #ddd;
}
dl.destaques dd a {
	font-size:10px;
}
dl.destaques dd strong {
font-size:13px;
color:#ca0c0c;
}
dl.revendedores {
	float:left;
	font-size:11px;
	height:140px;
	width:295px;
	margin:0 11px 20px 0;
	padding:0;
	border-bottom:1px dotted #ddd;
}
dl.revendedores dt {
	color:#57747d;
	font-weight:bold;
	margin-bottom:5px;
}
dl.revendedores dd {
	margin:0;
	padding:1px 0;
}
/*-----------------------------------------------------*/
table.cart {
	width:100%;
	margin:20px 0;
	border:1px solid #dceeec;
	background-color:#fcfefc;
}
table.cart th {
	font-weight:bold;
	padding:5px;
	background-color:#333;
	background: url(../images/graphics/theader_bg.png) transparent repeat-x 0 0;
}
table.cart td {
	padding:10px 5px;
}
table.cart tr.odd {
	background-color:#f4fafc;
}
table.cart td a {
	color:#306279;
	text-decoration:none;
	border-bottom:1px dotted #306279;
}
table.cart td a:hover {
	border-bottom:1px solid #306279;
}
/*------------------------------------ avisos erros confirmações ----------------------*/

ul.aviso {
	margin:20px 0;
	padding:0;
	list-style:none;
}
ul.aviso li {
	color:#333;
	font-size:11px;
	padding:5px 5px 5px 35px;
	margin:3px 0;
	list-style:none;
}
ul.aviso li b {
	margin-right:5px;
}
#alerta li {
	border:1px solid #fdd845;
	background: url(../images/graphics/exclamation.png) #fff6bf no-repeat 1% 50%;
}
#ok li {
	border:1px solid #c6d881;
	background: url(../images/graphics/tick_circle.png) #e6efc2 no-repeat 1% 50%;
}
#erro li {
	border:1px solid red;
	background: url(../images/graphics/cross_circle.png) #fad0cf no-repeat 1% 50%;
}
/*------------------------------------ alertas e erros ----------------------*/
