body  {
	font: 13px Arial, Helvetica, Verdana, sans-serif;
	background: #FFFFFF url(/tmpl/images_v2/bg.jpg) top repeat-x;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #333333;
}

a {
	color: #3366FF;
}

a:visited {
	color: #6666CC;
}

a:hover {
	color: #0099CC;
}

a:active {
	color: #FF0000;
}

h1 {
	font: 20px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	margin: 0 0 1em 0;
}

h2 {
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#articleContent {
	width: 590px;
	margin: 0 0 0 20px;
}

#articleContent h2 {

}

#article_source {
	padding: 10px;
	border: #CCCCCC 1px solid;
	margin: 0 0 10px 0;
	color: #666666;
}

#article_source a {
	color: #666666;
	text-decoration: none;
}

#article_source img {
	float: left;
	margin-right: 10px;
}

#article_source a h3, #article_source a p {
	margin: 0;
	color: #666666;
}

h3 {
	font: 14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3 a {
	text-decoration: none;
}

blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

img {
	border: none;
}

li {
	margin-bottom: 0.5em;
}

dl {
	float: left;
	margin: 0 30px 20px 0;
}

dt {
	margin-top: 10px;
}

dd {
	margin: 0;
	line-height: 18px;
}

/* Layout Structure */

#navbar {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

#conexao_shadow {
	position: absolute;
	top: 24px;
	left: 0;
	width: 100%;
	height: 8px;
	background: url(/tmpl/images_v2/conexao_shadow.gif) repeat-x;
}

#container {
	/*width: 755px;*/
	width: 980px;
	text-align: left;
	position: relative;
	margin: auto;
}

#masthead {
	background-image: url(/tmpl/images_v2/clouds_narrow.jpg);
	background-position: 380px 0;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 10;
	top: 24px;
	left: 0;
	width: 100%;
	height: 87px;
}

.conexao_body #container #masthead {
	background-image: none;
}

.conexao_body #container #masthead img {
	margin: 15px 10px 0 10px;
}

#carrinho {
	width: 243px;
	height: 86px;
	background: url(/tmpl/images_v2/cart_bg.png) no-repeat;
	position: absolute;
	left: 527px;
	top: 0;
}

#carrinho a {
	display: block;
	width: 243px;
	height: 86px;
}

#mainContent, #mainContent_2c {
	position: absolute;
	left: 150px;
	top: 200px;
	width: 440px;
	padding: 0 0 25em 15px;
	min-height: 900px;
	height:auto !important; /* HACK for IE6 */
	height:800px; /* HACK for IE6 */
	font-size: 14px;
	line-height: 20px;
}

#mainContent h2 {
	font-size: 18px;
}

#mainContent_2c { /* two columns layout */
	width: 585px;
}

#content_level2 {
	float: left;
	width: 150px;
	margin-top: 20px;
}

.conexao_body #container #mainContent {
	top: 165px;
}

#content_level3 {
	position: absolute;
	top: 187px;
	left: 616px;
	width: 155px;
}

#content_level3 h2 {
	margin-top: 0;
}

#content_bg {
	position: absolute;
	left: 144px;
	top: 103px;
	width: 620px;
	height: 798px;
	background:#FFFFFF url(/tmpl/images_v2/content_bg.gif) top left no-repeat;
}

#content_right {
	position: absolute;
	top: 103px;
	left: 760px;
	width: 11px;
	height: 798px;
	background: url(/tmpl/images_v2/content_right.gif) top left no-repeat;
}

#sugestoes {
	background-color: #FFFFCC;
	border: #CCCC99 1px solid;
	padding: 5px 15px 5px 15px;
	margin-bottom: 30px;
}

#sugestoes dl {
	width: 43%;
	margin-right: 20px;
}

#sugestoes dd {
	border-top: #CCCC99 dotted 1px;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
}

#top_banner {
	position: absolute;
	top: 111px;
	left: 151px;
	margin: 15px;
	width: 585px;
}

#top_banner .hrz_banner {
	float: left;
	width: 468px;
	height: 60px;
	margin-right: 15px;
}

#top_banner .folder {
	float: left;
	width: 100px;
	height: 60px;
}

/* tabs são guias das páginas da conexão expressa */

#tabs {
	position: absolute;
	top: 111px;
	left: 151px;
	margin: 15px;
	width: 585px;
}

#tabs ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	height: 23px;
	border-bottom: #FF9900 solid 2px;
}

#tabs ul li {
	list-style: none;
	list-style-type: none;
	float: left;
	display: block;
	width: 116px;
	height: 18px;
	text-align: center;
	padding: 0 0 0 0;
	background-image: url(/conexao/imagens/tab_ovr.png);
	background-position: 0 0;
}

#tabs ul li a {
	display: block;
	width: 116px;
	height: 18px;
	color: #000000;
	text-decoration: none;
	padding: 5px 0 0 0;
	background-image: url(/conexao/imagens/tab_off.png);
}

#tabs ul li a.active {
	background-image: url(/conexao/imagens/tab_on.png);
}

#tabs ul li a:hover {
	background-image: url(/conexao/imagens/tab_ovr.png);
}

#footer {
	position: absolute;
	bottom: 0;
	background-color: #E1F0FF;
	z-index: 10;
	width: 755px;
	left: -150px;
}

#footer div {
	padding: 10px 30px 20px 30px;
}

#ad_revista {
}

#skyscrapper {
	text-align: center;
	margin: 0 auto 0 auto;
}

/* Various elements */

/* menu */
#menu {
	width: 127px;
	list-style: none;
	list-style-type: none;
	margin: 95px 0 0 12px;
	padding: 0;
}

#menu li {
	margin: 0;
	line-height: 24px;
	padding: 0;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
	width: 111px;
	display: block;
	padding: 0 8px 0 8px;
}

#menu a:hover {
	background: #FFFFFF url(/tmpl/images_v2/menu_hvr.gif) bottom no-repeat;
	color: #000033;
}

.left_list {
	position: relative;
	z-index: 10;
	padding: 2px 0 0 0;
	margin: 20px 0 20px 10px;
	width: 141px;
	background: #FFFFFF url(/tmpl/images_v2/left_list_bg.png) top left no-repeat;
}

.left_list ul {
	padding: 0;
	margin: 10px 0 10px 10px;
	list-style: none;
	list-style-type: none;
}

.left_list ul li a {
	text-decoration: none;
}

.left_list h2 {
	color: #FFFFFF;
	font-size: 14px;
	margin: 3px 0 3px 10px;
}

/* Featured articles list */
.featured_content {
	padding: 10px 0 5px 0;
	margin: 0 0 0 0;
}

.featured_content h2 {
	margin: 0;
}

.featured_content h2 a {
	text-decoration: none;
}

.featured_content p {
	margin: 0 0 5px 0;
}

.featured_content img, .bs_content img {
	float: left;
	margin: 0 10px 5px 0;
}

.bs_content ul {
	list-style: none;
	list-style-type: none;
}

.article_list {
	width: 100%;
	margin-bottom: 15px;
}


#top_content img {
	width: 80px;
	height: 80px;
}

.featured_content_container ul {
	padding-left: 15px;
}

.author_name {
	color: #999999;
}

/* Misc */

#video_play {
	display: none;
	visibility: hidden;
}

#home_video_play {
	display: none;
	visibility: hidden;
	width: 279px;
	background-color: #000000;
	padding: 3px;
	color: #FFFFFF;
	margin: 13px 0 0 0;
}

#home_video_link {
	display: block;
	visibility: visible;
	width: 130px;
	background-color: #000000;
	color: #FFFFFF;
	margin: 13px 0 0 0;
	padding: 2px;
}

#home_video_link a {
	display: block;
	color: #CCFF00;
	text-decoration: none;
}

#versiculo_do_dia {
	border-top: #999966 dotted 1px;
	border-bottom: #999966 dotted 1px;
	padding: 15px;
	background-color: #FFFFCC;
	margin-right: 150px;
}

#versiculo_do_dia h2 {
	margin: 0;
	padding: 0;
}

#especiais {
	float: right;
	width: 140px;
	padding: 0 0 10px 10px;
	background-color: #FFFFFF;
}

#especiais img {

}

#magazine_display {
	float: left;
	width: 140px;
	margin: 13px 0 0 0;
	padding-right: 10px;
}

#magazine_display a {
	text-decoration: none;
}

#magazine_display h2 {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
}

#magazine_display ul {
	display: none;
	visibility: hidden;
	padding: 0;
	margin-left: 0;
	border-bottom: #CCCCCC 1px dotted;
}

#magazine_display ul li {
	list-style: none;
	list-style-type: none;
	padding: 5px 0 5px 0;
	margin: 0;
	border-top: #CCCCCC 1px dotted;
}

.side_content {
	text-decoration: none;
	border-top: #CCCCCC 1px solid;
	padding: 10px 0 10px 0;
	display: block;
	width: 100%;
	text-align: center;
}

#vitrine {
	margin-top: 13px;
	float: left;
	width: 145px;
}

ul.gallery {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.gallery li {
	display: block;
	float: left;
	width: 190px;
	height: 18em;
	margin: 0 15px 15px 0;
	padding: 0;
}

ul.gallery a {
	text-decoration: none;
	display: block;
	padding: 5px;
	color: #333333;
	width: 190px;
	height: 18em;
}

#revistas.gallery li, #revistas.gallery a {
	width: 305px;
	height: 20em;
}

ul.gallery a:hover {
	background-color: #DFDFDF;
	color: #333333;
}

ul.gallery a:visited {
	color: #333333;
}

ul.gallery img {
	clear: right;
}

ul.gallery h3 {
	margin: 0;
}

ul.gallery em {
	font-size: 13px;
	font-style: normal;
}

ul#campos.gallery li {
	width: 110px;
	height: 8em;
	margin: 0 15px 15px 0;
}

ul#campos.gallery a {
	width: 100px;
	height: 8em;
}

ul#videos.gallery {
	margin: 0;
	padding: 0;
}

ul#videos.gallery li {
	height: 16em;
	_height: 17em;
	margin: 0 0 10px 0; /* IE 6 won't do anything right! */
}

/* This is the right way */
ul#videos.gallery > li {
	margin: 0 15px 15px 0;
}

ul#videos.gallery li span {
	font: 16px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

ul#videos.gallery a {
	height: 15em;
}

ul.gallery li ul {
	margin: 0;
	padding: 0;
}

ul.gallery li ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	height: auto;
	display: list-item;
}

ul.gallery li ul li a {
	height: auto;
	display: list-item;
	width: auto;
	color: #3366FF;
	margin: 2px 0 2px 6px;
	padding: 0;
}

ul.gallery li ul li a:visited {
	color: #6666CC;
}

ul.wallpapers li {
	height: 20em;
	_height: 21em;
}


.skyscraper {
	margin: 15px 15px 15px 15px;
}

/* sortable table of items */
.sorter {
	margin-bottom: 4px;
	border-top: #6699FF 1px solid;
	border-right: #6699FF 1px solid;
	font-weight: bold;
	background-color: #99CCFF;
}

.sorter a {
	color: #000000;
	text-decoration: none;
	display: block;
}

.sorter:hover {
	background-color: #FFFF99;
}

.evenrow {
	background-color: #DFEFFF;
}

.oddrow {
	background-color: #FFFFFF;
}

.vitrine_text a {
	text-decoration: none;
	color: #000000;
}

/* Story tools */

ul#story_tools {
	margin: 13px 0 0 0;
	padding: 0;
}

ul#story_tools li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 150px;
	height: 52px;
}

ul#story_tools li span {
	display: none;
}

#envie {
	width: 150px;
	height: 55px;
	background-image: url(/tmpl/images_v2/envie_on.jpg);
}

#envie a {
	display: block;
	width: 150px;
	height: 55px;
	background-image: url(/tmpl/images_v2/envie_off.jpg);
}

#envie a:hover {
	background-image: url(/tmpl/images_v2/envie_on.jpg);
}

#imprima {
	width: 150px;
	height: 55px;
	background-image: url(/tmpl/images_v2/imprima_on.jpg);
}

#imprima a {
	display: block;
	width: 150px;
	height: 55px;
	background-image: url(/tmpl/images_v2/imprima_off.jpg);
}

#imprima a:hover {
	background-image: url(/tmpl/images_v2/imprima_on.jpg);
}

#mais_sobre {
	width: 150px;
	height: 55px;
	background-image: url(/tmpl/images_v2/mais_on.jpg);
}

#mais_sobre a {
	display: block;
	width: 150px;
	height: 55px;
	background-image: url(/tmpl/images_v2/mais_off.jpg);
}

#mais_sobre a:hover {
	background-image: url(/tmpl/images_v2/mais_on.jpg);
}

.topright {
	position: absolute;
	top: -12px;
	left: 466px;
	z-index: 10;
}

/* Products */

.product_display {
	float: left;
	width: 195px;
	height: 140px;
	margin: 0 15px 15px 0;
}

.product_display img {
	float: left;
	margin-right: 5px;
}

.product_display div {
	float: left;
	width: 125px;
}

#mainContent .product_display div a h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.product_display a {
	color: #000000;
	text-decoration: none;
}

.product_display a span {
	font-weight: bold;
	color: #FF0000;
}

/* Video */

#videoplay {
}

#video_extras {
	margin: 0 0 15px 0;
}

#video_ad {
	display: block;
	margin-bottom: 15px;
}

#video_ad img {
	float: left;
	margin: 0 10px 10px 0;
}

#video_ad .prod_show {
	background-image: url(/imagens/product_bg.gif);
	height: 117px;
	width: 85px;
	position: relative;
	float: left;
	margin-right: 10px;
}

#video_ad .prod_show .confira {
	top: 95px;
	position: absolute;
}

#video_ad .prod_show .prod_thumb {
	top: 5px;
	position: relative;
	text-align: center;
	width: 80px;
}

#video_ad .ad_text {
	display: block;
	float: left;
	min-height: 125px;
}

.video_list {
	text-align: left;
	display: block;
	float: left;
}

.video_list ul {
	float: left;
	position: relative;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.video_list li{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
	cursor: pointer;
}

.video_list img {
	border: none;
	clear: both;
}

#video_extras .story_tools ul {
	margin: 0;
	padding: 0;
}

#video_extras .story_tools ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 150px;
	height: 52px;
}

#video_extras .story_tools ul li a img {
	float: left;
	border: none;
}

#video_extras .story_tools ul li a text {
	margin-top: 10px;
}

.confira {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

a.confira:visited {
	color: #FF0000;
}

/* Miscellaneous classes for reuse */
.float_right {
	float: right;
	margin-left: 8px;
	padding-left: 0;
}

.float_left {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearleft {
	clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* EasyClearing http://www.positioniseverything.net/easyclearing.html */
.easyclear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.easyclear {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .easyclear {
	height: 1%;
}

.easyclear {
	display: block;
}
/* End hide from IE-mac */

/* Articles */

.ilustracao {
	float: right;
	width: 300px;
	margin: 0 0 15px 15px;
}

.ilustracao p {
	text-align: right;
	font-size: small;
	font-style: italic;
	color: #666666;
}

.ilustracao.wide {
	float: none;
	width: 590px;
	margin: 0 0 15px 0;
}

.ilustracao.wide p {
	text-align: center;
}

/* Bíblia */

.normal_fonts {
	font-size: 13px;
}

.big_fonts {
	font-size: 18px;
}

/* Twitter */
#tweets {
	width: 140px;
}

#tweets ul {
	margin: 5px 0 5px 10px;
	padding: 0;
}

#tweets ul li {
	margin: 5px 0 5px 0px;
	list-style: none;
	list-style-type: none;
	margin-bottom: 10px;
	display: block;
	word-wrap:break-word;
}

.tw_status {
	word-wrap:break-word;
}

.tw_status a {
	color: #FF0000;
	font-weight: bold;
}

.tw_time {
	word-wrap:break-word;
}









a.list_product_link {
	display: block;
	border: #FFFFFF 1px solid;
	padding: 5%;
	height: 90%;
}

a.list_product_link:hover {
	border: #CCCCCC 1px solid;
}

.coverlist h1 {
	display: inline;
}

.coverlist .block_head {
	border-bottom: #999999 1px solid;
	margin: 20px 0 20px 0;
}

.coverlist .product_container {
	width: 150px;
	height: 260px;
	float: left;
	display: block;
	margin: 0 0 10px 0;
}

.coverlist .product_container .product_thumbnail {
	float: left;
    margin-right: 15px;
    width: 130px;
	height: 150px;
}

.coverlist .product_container .product_thumbnail img {
}

.coverlist .product_container .product_description p {
	font: 11px/15px Arial,sans-serif;
	font-weight: bold;
	margin: 0;
}

.coverlist a {
	color: #000000;
	text-decoration: none;
}

.coverlist .product_container .product_description p.pricetag {
	font: 11px/15px Arial,sans-serif;
	font-weight: normal;
}

.price {
	font-weight: bold;
}

.discount_price {
	font-weight: bold;
	color: #339900;
}

.mais {
	float: right;
	margin: 8px 0 0 0;
}
