/* body, general settings
http://www.oreilly.com/
http://www.maxdesign.com.au/presentation/liquid/

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

body {
    font-family:sans-serif;
    padding:0;
    margin:0 10px;
    font-family:Verdana,sans-serif;
}

body, p, div, li, td {
    font-size:11px;
    color:#222;
}

div {
    margin:0 0 0 0;
    padding:0 0 0 0;
}

img {
    border:0;
}

pre, code {
    font-family:'andale mono','lucida console',monaco,monospace;
    color:#036;
}

pre {
    clear: both;
    overflow: auto;
    /*width:100% !important;*/
    width: 600px; /*for IE, which doesn't obey !important or width:100% on pre */
    padding-bottom: 0 !important;
    padding-bottom: 1.5em; /* for IE which doesn't make room at the bottom of the pre for a horizontal scrollbar */
}

a, a:visited {
    text-decoration:none;
}

a {
    color:#00f;
}

a:visited {
    color:#551a8b;
}

a:hover {
    text-decoration:underline;
}

img[align=left] {
    margin-right:0.5em;
}

img[align=right] {
    margin-left:0.5em;
}

hr {
    border:none;
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    width:100%;
    clear:both;
}

hr.divider {
    color:#333;
    background-color:#999;
}

#page {
    /*width:90em;*/ /* was 72em */
    width:99%; /*cleber*/
    margin:0 auto 1em;
    background-color:#fff;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}

/* header settings
------------------ */
#header {
    height:67px;
    /*width:90em;*/
    width:100%; /*cleber*/
}

#header h1 {
    float:left;
    width:228px;
    height:67px;
    margin:0;
    padding:0;
    /*background:url(images/oreilly.gif) no-repeat 0 0;
    font-size:0;
    text-indent:-9999px;*/
}
/*
#header ul {
    width:296px;
    margin:62px 0 0 0;
}*/
#header ul {
    width:266px;
    float:right;
    list-style:none;
    margin:62px 0 0 0;
    padding:0;
}


#header ul li {
    font-size:0;
    text-indent:-9999px;
    float:left;
    display:inline-table; /* css 2.0 won't stack the <li>s, so we add display property */
}

#header a {
    display:block;
    margin:0;
    padding:0;
    height:22px;
    text-decoration:none;
}

#header a.sign {
    width:54px;
    background:url(images/button_sign.gif) no-repeat 0 0;
}

#header a.signout {
    width:65px;
    background:url(images/button_signout.gif) no-repeat 0 0;
}

#header a.acct {
    width:86px;
    background:url(images/button_acct.gif) no-repeat 0 0;
}

#header a.cart {
    width:100px;
    background:url(images/button_cart.gif) no-repeat 0 0;
}


#header a.rss {
    width:16px;
    background:url(images/feed-icon-16x16.png) no-repeat 0 0;
}

#header a.sign:hover, #header a.acct:hover, #header a.cart:hover, #header a.help:hover {
    background-position: 0 -22px;
}

/* navigation - main
-------------------- */
#nav {
    background:#000 url(images/bg_nav.gif) repeat-x 0 0;
    margin:0;
    padding:0;
    /*width:90em;*/
    width:100%; /*cleber*/
}

#nav ul, #subnav ul {
    list-style:none;
    margin:0;
    padding:0;
    overflow:auto;
}

#nav ul li {
    float:left;
    display:inline-table;
}

#nav ul li a {
    display:block;
    line-height:30px;
    padding:0 1em;
    text-decoration:none;
    font-size:12px;
    color:#fff;
    float:left;
    border-right:1px solid #000;
    margin:2px 0;
}

#nav ul li.searchbox {
    padding-right:2em;
    float:right;
}

#nav ul li input {
    margin:8px 0 0 2px;
    padding:0;
    vertical-align:middle;
    font-size:95%;
    color:#666;
}

#nav form {    margin:0;
    padding:0;
}

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#nav ul li a {
    float:none;
}
/* End IE5-Mac hack */

#nav ul li a:hover {
    background:#000 url(images/bg_nav_hover.gif) repeat-x 0 0;
    color:#bbb;
}

#nav .nav_selected a, #nav .nav_selected a:hover {
    line-height:34px !important;
    margin:0 !important;
    background: #990000 !important;
    background-image:none !important;
}

/* navigation
--------------------- */
div#netnav {
    /*16em;*/
    width:15%; /*cleber*/
    float:left;
    /*border:1px solid blue;*/
    /*padding:1em 0 0 2em;*/
}

#netnav * {
    font-size:1em;
}

#netnav h3 {
    font-weight:normal;
    margin:1em 0 0 0;
    padding: 4px 0;
    border-bottom:1px solid #666;
    text-transform:uppercase;
}

#netnav ul, #netnav li {
    margin:0;
    padding:0;
    list-style:none;
}

#netnav li {
    display:inline;
}

#netnav ul li a {
    text-decoration:none;
    display:block;
    margin:0;
    padding:4px 6px;
    color:#990000;
    border-bottom:1px solid #aaa;
}

#netnav ul ul li a {
    padding-left:18px;
    color:#666;
}

#netnav ul li a:hover {
    background-color:#F6F6F6;
}

#netnav a.selected {
   background-color:#ececec;
}

#search label {
    text-transform:uppercase;
}

/* navigation - second level
---------------------------- */
#subnav {
    /*width:90em;*/
    width:100%; /*cleber*/
    background-color:#990000;
    padding:6px 0 6px 0;
    border-bottom:1px solid #990000;
    /*margin-top:expression(-2+"px"); causing problems in IE Win*/
}

#subnav ul li {
    float:left;
    display:inline-table;
}

#subnav ul li a {
    padding:0 1em;
    text-decoration:none;
    color:#fff;
    float:left;
}

#subnav ul li + li a {
    border-left:1px solid #fff;
}

#subnav ul li a:hover {
    text-decoration:underline;
}

#subnav .nav_selected a, #subnav .nav_selected a:hover {
    color:#cc9999;
}

/* menu nav states */
.hideSwitch {
    display:none;
}

.showSwitch {
    display:block;
}

.rollup {
    padding-left:18px !important;
    background:#fff url(images/bullet_menu.gif) no-repeat 6px;
}

.rolldown {
    padding-left:18px !important;
    background:#F6F6F6 url(images/bullet_menu_open.gif) no-repeat 6px;
}

.showtopic {
    padding-left:25px !important;
}

/* content - main
----------------- */
#content {
    /*width:68em;*/
    width:85%;
    float:right;
    /*margin:0 1em; */
    /*padding:2em 2em 2em 0;*/
    /*border:2px solid black;*/
}

#content2 {
    /*width:68em;*/
    width:100%; /*cleber*/
    float:right;
   /* margin:0 auto 1em;*/
    /*padding-left: 1em;*/
    /*border:2px solid black;*/
}

#upsell {
    width:18em;
    margin:0;
    padding:0;
    float:right;
}

#fullcontent {
    width:86em;
    margin:2em;
}

#content h3 {
    font-weight:bold;
    color:#000;
    /*margin:0.5em 0 1em 0;*/
    font-size:14px;
}

#content2 h3 {
    font-weight:bold;
    color:#000;
    /*margin:0.5em 0 1em 0;*/
    font-size:14px;
}

#content h4 {
    /*margin:0 0 0.5em 0;*/
    padding:0;
    font-size:12px;
}


/* footer
-------------------- */
#footer {
    /*width:90em;*/
    width:100%;
    border-top:1px solid #ccc;
    padding:1em 0 2em 0;
    clear:both;
}

#footer p {
    text-align:center;
    line-height:1.2em;
}

#footer p.footer-links {
    font-size:12px;
}

#footer img {
    vertical-align:bottom;
    border:1px solid #000;
}

.aleft {
    float:left;
    margin:0 0.5em 0 0.3em;
}

.aright {
    float:right;
    margin:0.5em 0 0 0.5em;
}

.clear, hr.clear {
    font-size:0;
    clear:left;
    width:100%;
    height:0;
    margin:0;
    padding:0;
    background:transparent;
    border:none;
    color:#fff;
}

.more {
    text-align:left;
    padding-left: 11px;
    background-image: url(images/icons/arrow.gif);
    background-repeat: no-repeat;
    background-position: center left;
}

.price {
    color:#900;
}

.banner {
    padding:12px 0 0;
    text-align:center;
    background-color:#efefef;
}

.banner p, .banner a, .ad, .ad a {
    text-align: center;
    text-transform:uppercase;
    font-size:9px !important;
    color:#bbb;
    letter-spacing:0.1em;
    padding:0.2em 0;
    margin:0;
}

.sidebar-item {
    padding:0;
    margin:0 0 20px 0;
}

.sidebar-item h3 {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    line-height:2em;
    font-size:11px !important;
    text-align:center;
    background-color:#eee;
    background:url(images/box-item-header.gif) no-repeat 0 0;
    margin:0 !important;
}

.sidebar-item-content {
    border: 1px solid #999;
    margin:0;
    padding:10px;
}

/* comments
------ */
.tb_left {
    width: 30%;
    height: 20px;
    float: left;
    margin-top:0.5em;
}
.tb_right {
    text-align: right;
    width: 60%;
    height: 20px;
    float: right;
    margin-top:0.5em;
}

/* ads
------ */
.box {
    padding:0.2em 0.5em;
    margin:1em 0 0.5em 0;
    border: 1px solid #999;
}

.boxright {
    padding:1em 2em 1em 2em;
    margin:.5em .5em .5em 2.5em;
    float:right;
    width:18em;
    border-left: 5px;
    border: 1px dashed #999;
}

.alerts {
    background-color:#F8D108;
}

.pick {
   /*padding:50px 1em 0.5em 1em;
   margin:0 0 20px 0;*/
   /*border: 1px solid #999; */
   background-image: url(images/icons/staff_picks.gif);
   background-repeat: no-repeat;
   background-position: right top;
}

/* GOOGLE */
a.hl:link, a.hl:visited, a.hl:active, a.hl:hover {
    font-family: arial,sans-serif;
    font-size: 10px;
    color: #fff;
    text-decoration: underline;
}

.ch {
    cursor:pointer;
    background-color:#ffffff;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #FFFFFF;
    padding-top:0px;
    padding-left:4px;
    padding-right:3px;
    overflow:hidden;
}

/*site mundo php*/

.carrinho{
	background: transparent url(images/carrinho.gif) no-repeat top left!important;
	color: blue;
}

.exclusivo_a{
	background: transparent url(images/ico_is_secure.gif) no-repeat top left!important;
	color: blue;
}
.exclusivo_r{
	/*display: inline;*/
	background: transparent url(images/ico_is_secure.gif) no-repeat top left!important;
	color: green;
}

.editar{
	/*display: inline;*/
	background: transparent url(images/edit.gif) no-repeat top left!important;
	color: green;
}

/* Usado para controlar os ícones acima do artigo */
#topcontrols {
  clear: both;
}
/* ícones acima do artigo */
.printicon {
	background: transparent url(images/print.gif) no-repeat top left!important;
}
.emailicon {
	background: transparent url(images/send.gif) no-repeat top left!important;
}
/*posiciona o texto nos ícones */
.printicon, .emailicon, .exclusivo_r, .exclusivo_a, .carrinho, .ler_mais, .editar{
	padding:3px 0px 3px 23px!important;
	font:bold 85% Verdana,Arial,Helvetica,sans-serif;
	/*white-space: nowrap;*/
	margin-right:10px;
}

.preco_venda {color: blue; font-weight: bold;}
.preco_de {text-decoration : line-through; color: red;}

/* Mostrar a biografia do autor */
.boxes{
	padding-top: 1em;
	padding-right: 0pt;
	padding-bottom: 1em;
	padding-left: 0pt;
	background-color: #eef6fb;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c5dff1;
	border-right-color: #c5dff1;
	border-bottom-color: #c5dff1;
	border-left-color: #c5dff1;
	overflow-x: hidden;
	overflow-y: hidden;

	display:block;
	float: right;
	width: 220px;

}

.boxes_old{
	background:#F9FAF9;
	border:1px solid #c0d0e0;
	color:#333;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-right: 15px;

	padding:7px 10px 15px 10px;
	/*clear: both;*/
	overflow: hidden;

	display:block;
	float: right;
	width: 220px;
}

/* Fazer o div ocupar todo o espaço */
div.spacer {
  clear: both;
}

/* imagens */
.photo {
	float: left;
	padding: 2px 2px 0px 0px;
	display:block;
	clear: left;
	background:#F9FAF9;
}

/* Comentários dos artigos */
.commentbox{
background-color: #ececec;
	/*width: 450px;*/
	width: 90%;
	margin-left: 5px;
}

.commentfooter{
	background: url(images/comentario_seta.gif) 25px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
	padding-left: 58px;
	padding-top: 1px;
	margin-bottom: 2em;
	font-size: 90%;
	color: #4A4A4A;
}

/* Comentários 27-04-07 */
.pin-link{float:right;border:0}

/* início do bloco de comentário*/
.comentario{
	padding:1em;
	margin-bottom:1em;
	background:#FFF9EC url(images/lightbg2.png) bottom left repeat-x;border:1px solid #900;
}

/* Comentário do autor do produto */
.comentario_autor_produto{
	padding:1em;
	margin-bottom:1em;
	background:#FFF9EC url(images/lightbg1.png) bottom left repeat-x;border:1px solid #900;
}

/* indica o número do comentário*/
.comentario_no{
	float:left;width:30px;height:31px;padding-right:10px;font-size:80%;font-weight:700;text-align:right;color:#900;
	background:url(images/comment1.gif) 0 1px no-repeat
}

/* corpo do comentário */
.comentario_body{margin-left:3.5em}

/* Autor do comentário */
comentario_autor{
	font-weight:700;font-style:normal;font-size:85%;
	font-style:normal;text-transform:uppercase;
}

/* texto do comentário */
comentario_data {font-size:85% }

