body
{
	background-color:#00626d; 
	margin: 0px; 
	font: 12px/15px verdana, arial, helvetica;
}

body.detail
{
	background-color:#FFF; 
}

#site
{
	position: relative;
	top: 17px;
	width:1000px;
	/*height: 600px;*/
	background:white;
}
#header
{
	position: relative;
	width: 1000px;
	height: 110px;
}

#shopsumm
{
	position: absolute;
	top: 30px;
	left: 380px;
}

#cnts
{
	width: 1000px;
	/*height: 490px;*/
}
.hbar
{
	width: 1000px;
	border-top: solid 1px #ccc;
	padding-top: 12px;
}
.menu
{
	float: left;
	width: 180px;
}
.picker
{
	width: 720px;
	margin-left: 260px;
}
#categorias
{
	list-style: none;
	text-align: right;
}
a.categoria
{
	text-decoration: none;
	color: #999;
}
a.categoria:hover
{
	color: #666;
}

a.sel
{
	font-weight: bold;
}

#boxcat
{
	position: relative;
	float:left;
	width: 120px;
	height: 140px;
	text-align: center;
	/*border: solid 1px #ccc;*/
	margin-bottom: 24px;
}

#titlecat 
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
}
	
#boxpat
{
	float:left;
	position: relative;
	width: 100px;
	height: 110px;
	text-align: center;
	/*border: solid 1px #ccc;*/
	margin-bottom: 24px;
}
#boxprod
{
	float:left;
	position: relative;
	width: 420px;
	height: 200px;
	text-align: left;
	/*border-bottom: solid 1px #ccc;*/
}
#index
{
	position: absolute;
	right: 30px;
	width: 172px;
	line-height: 200%;
	font-size:10px;
}


.indx
{
	background: #666;
	color: white;
	padding: 3px 3px 3px 3px;	
}

a.indx
{
	text-decoration: none;
	background: #00c589;
	color: white;
	padding: 3px 3px 3px 3px;	
}


#fotocat
{
	width: 120px;
}

#fotopad
{
	width: 110px;
}


#fotoprod
{
	float: left;
	width: 250px;
	height: 200px;
	overflow: hidden;
}

#info
{
	position: absolute;
	top: 4px;
	left: 280px;
	color: #999;
	width:260px;
}
#info-txt
{
	position: absolute;
	top: 30px;

}
#titulo
{
	color: #999;
}

#preco
{
	position: absolute;
	bottom: 20px;
	left: 280px;
	font-weight: bold;
}

#buy
{
	position: absolute;
	left: 280px;
	bottom: 0px;
	
}

a.buy
{
	text-decoration: none;
	background: #00c589;
	color: white;
	padding: 0 6px 0 6px;	
}

a.del
{
	text-decoration: none;
	background: #ccc;
	color: white;
	padding: 0 6px 0 6px;	
}

#zoom
{
	position: absolute;
	bottom: 0px;
	left: 360px;
	font-weight: bold;
}

a.zoom
{
	color: #00c589;
	text-decoration: none;
}

#shop
{
	position: absolute;
	top: 0px;
	left: 0px;
}
#ref
{
	position: absolute;
	top: 4px;
	left: 30px;
	font-size: 10px;
}
#dimensoes
{
	position: absolute;
	top: 4px;
	left: 120px;
	font-size: 10px;
}
.link
{
	font-weight: bold;
}

#infotext
{
	padding-top: 36px;
	color: #666;
}

a.infotext,
a.remove
{
	color: #00c589;
	text-decoration: none;
}

a.infotext:hover,
a.remove:hover
{
	text-decoration: underline;
}

#spcontainer{
	
	padding: 8px;	
	
}

table#spbox
{
	align: center;
}

#spbox td
{
	padding: 3px 6px 3px 6px;
	/*border: solid 1px #ccc;*/
	font: 11px arial;
    text-align: left;

}

tr#splabels td
{
	background-color: #002865;
	color: white;
	font-weight: bold;
}

td#spcalc
{
    /*background-color: orange;*/
    text-align: right;
}


td#spsubtotal
{
    text-align: right;
}

td#sptotal
{
	background: #00c589;
	color: white;
	font-weight: bold;
    text-align: right;
}

td#spremove
{
    text-align: center;
}


td#spcont
{
    /*background-color: lightgreen;*/
}

td#sporder
{
    /*background-color: red;*/
    text-align: right;
}

#sptitle
{
    text-align: left;
}

.spfooter
{
    background: #eee;
}

.form
{
	font-size: 10px;
}

.intro
{
	padding: 12px;
}

.title
{
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 12px;
}

.label-req
{
	font-weight: bold;
}

.label-err
{
	font-weight: bold;
	color: red;
}

.value
{
	font-weight: bold;
}

.err
{
	font-weight: bold;
	color: red;
}

#condicoes
{
	width: 340px;
	padding: 6px;
	color: #999;
	font-size: 9px;
}

.condicoes
{
	color: #999;
	font-size: 9px;
}

#contactos
{
	position: absolute;
	top: 85px;
	left: 28px;
	height: 18px;
	background: white;
	border: solid 1px #ccc;
	color: #002865;
	font-size: 10px;
	padding: 3px 6px 3px 6px;
	text-align:center;
	visibility: hidden;
}

.sig
{
	padding: 2px;
	text-align: left;
	font: 9px Lucida Grande, Tahoma, Arial;
}

a.sig
{
	text-decoration:none;
	color: #00626d;
	
}

a.sig:hover
{
	color: #666;	
}

