/* -----------------------------------------------------------------------

   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com

   * Alterado por Filipe Rocha, www.filiperocha.com

----------------------------------------------------------------------- */
/* Resets default browser CSS. */
@import "src/reset.css";
@import "src/forms.css";

/* GLOBAL */
body { font-size:75%; color:#222; background:url(../../img/bg.jpg) bottom left no-repeat #575757; font-family:"Tahoma", Arial, sans-serif; }

h1, h2, h3, h4, h5, h6 { font-weight:normal; color:#000; }
h1 { font-size:3em; }
h2 { font-size:2em; }
h3 { font-size:1.1em; }
h4 { font-size:1.2em; }
h5 { font-size:1em; }
h6 { font-size:1em; }

/* Clear */
.clear { clear:both; float:none; width:100%; height:.1em; visibility:hidden; margin:0; border:none; }

/* 	Containers and Wappers */
.container { background: url(../../img/bottom-cab.gif) top no-repeat #d8d8d8; width:800px; margin:0 auto; }
.colEsq{ float:left; width:500px; margin:0 25px 25px 25px; }
.colDir{ float:right; width:220px; margin:53px 25px 0 0; }
.rod{ background: url(../../img/top-rod.gif) no-repeat top #fff; padding:25px 25px 10px 25px; clear:both; font-size:.9em; color:#717168; }

/* CONTAINER */
/* Links */
a:focus, a:hover {color:#08377d; text-decoration:none; }
a { color:#1250ae; text-decoration:none; }


/* COLESQ */
/* listagem */
.listagem{ margin:10px 0; }
.listagem .img{ float:left; margin:0 5px 5px 0; }
.listagem .titulo{ font-weight:bold; }
.listagem .preco{ font-weight:bold; font-size:.9em; display:block; }


/* COLDIR */
/* Produtos */
.produtos{ margin:0 0 20px 0; }
.produtos .img{ overflow:hidden; height:120px; display:block; }
.produtos .titulo { font-size:1em; font-weight:bold; display:block; }
.produtos p { font-size:.9em; line-height:normal; margin:0; }

/* RODAPE */
.rod a{ color:#717168; }
.subRod{ margin:20px; text-align:center; }
.subRod a, .subRod span { margin:15px; }












/* Typography */


blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;background:#C3D9FF;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* Containers and Wappers */
.showgrid {background:url(src/grid.png);}
div.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;}
div.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #eee;}

.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float:right;position:relative;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}


/* Paginacao */
table.paginacaoTexto{
	width: 1%;
	margin: 0;
	padding: 0;
	border-collapse: separate;
}

td.paginacaoTexto{
	font-weight: bold;
}

td.paginacaoNumsPag{
}

a.paginacaoNumsPag{
	text-decoration: none;
	font-weight: bold;
}

td.paginacaoNumPagCorr{
}

a.paginacaoNumPagCorr{
	text-decoration: none;
	font-weight: bold;
	font-size: 120%;
}

div.colEsqLoja{
	float: left;
	width: 100px;
}

div.colDirLoja{
	float: left;
	width: 400px;
}

input.formLogin{

}