﻿* { margin:0; padding:0; }

/*Disposição do Layout*/

body {
	margin: 0;
	padding: 0;
	background: #033976 url(http://www.bodegadoleo.com/images/margemesquerda2.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1, h2, h3 , h4{
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 0.8em;
}

ul {
	list-style-image: url(images/img07.gif);
}

a {
	text-decoration: none;
	color: red;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/*
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
*/

#wrapper{
	background-color:White;
	/*width:836px;*/
	width:800px;
	margin:auto;
	/*border-right:2px solid #7BAAD4;
	border-left:2px solid #7BAAD4;*/

}

#page {
	margin: 0 auto;
	/*width:836px;*/
	width:800px;
}


/*Menu superior*/

#header
{
	width:800px;
	height: 265px;
	margin: 0 auto;
	background: url("http://www.bodegadoleo.com/images/BodegaDoLeoHeaderFull.gif") no-repeat;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 0px;
		left: 30px;
	}

	#header #header-menu {
        width:800px;
	    height: 30px;
	    position: relative;
	}
	
#main {
	width:800px;
}

	#miolo{
		float:left;
		padding:0px;
		text-align:left;
		/*width:468px;*/
		width:460px;
	}


	/* Rating */
	#miolo .ratingStar {
		font-size: 0pt;
		width: 13px;
		height: 12px;
		margin: 0px;
		padding: 0px;
		cursor: pointer;
		display: block;
		background-repeat: no-repeat;
	}

	#miolo .filledRatingStar {
		background-image: url("http://www.BodegaDoLeo.com/images/FilledStar.png");

	}

	#miolo .emptyRatingStar {
		background-image: url("http://www.BodegaDoLeo.com/images/EmptyStar.png");
	}

	#miolo .savedRatingStar {
		background-image: url("http://www.BodegaDoLeo.com/images/SavedStar.png");
	}

	#miolo .post {
		float: left;
		margin:0px;
		padding:10px;
		text-align:left;
	}

		#miolo .post .post-title {
			padding: 0 3px 10px 3px;
			border-bottom: 1px solid #8f9cb6;
			color: #000080;
			font: normal 18px/18px "verdana", "Century Gothic";
			/*width:468px;*/
			width:460px;
}

		#miolo .post .post-title a {
			color:  #000080;
			text-decoration: none;
		}
		
		#miolo .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#miolo .post .post-title .post-date {
			float: left;
			color:  #000080;
			text-align: center;
			width: 48px;
			height: 60px;
			margin-top: 5px;
			margin-right: 15px;
			font: normal 11px Verdana, "Century Gothic";
			background: url("http://www.BodegaDoLeo.com/images/post_date.gif") repeat-x;
		}
		
		#miolo .post .post-title .post-date span {
			display: block;
			font: bold 29px Verdana, "Century Gothic";
			color: #ffffff;
			padding: 1px 0;
		}
		
		#miolo .post .post-title .post-title-right {
			float: left;
		}
		
		#miolo .post .post-title h2 {
			font: normal 27px Verdana, "Century Gothic";
			padding-bottom: 3px;
		}
		
		#miolo .post .post-title h2 a {
			/*color: #9db7e1;
			text-decoration: none;*/
		}
		
		#miolo .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#miolo .post .post-title .post-title-info {
			height: 18px;
			line-height: 18px;
			padding-top: 10px;
		}
		
		#miolo .post .post-title .post-title-author {
			background: url("http://www.BodegaDoLeo.com/images/post_title_author.gif") no-repeat;
			padding-left: 16px;
			float: left;
			padding-right: 30px;
		}
		
		#miolo .post .post-title .post-title-category {
			background: url("http://www.BodegaDoLeo.com/images/post_title_category.gif") no-repeat;
			padding-left: 18px;
			float: left;
		}
		
		/* Post - Entry */
		
		#miolo .post .post-entry {
			font: normal 12px/18px "verdana", "Century Gothic";
			color:  #000080;
			/*width:468px;*/
			width:460px;
			padding: 0 10px;
		}
		
		#miolo .post-entry .post-entry-title {
			padding: 0 3px 10px 3px;
			border-bottom: 1px solid #8f9cb6;
			color:  #000080;
			font: normal 18px/18px "verdana", "Century Gothic";
			/*width:468px;*/
			width:450px;
		}

		#miolo .post-entry .post-entry-title .post-entry-date {
			float: left;
			color:  #000080;
			text-align: center;
			width: 48px;
			height: 60px;
			margin-top: 5px;
			margin-right: 15px;
			font: normal 11px Verdana, "Century Gothic";
			background: url("http://www.BodegaDoLeo.com/images/post_date.gif") repeat-x;
		}

		#miolo .post .post-entry a {
			color:  #000080;
			text-decoration: none;
		}
		
		#miolo .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#miolo .post .post-entry a.more-link {
			font-weight: bold;
		}
		
		#miolo .post .post-entry blockquote {
			border-left: 10px solid #12183f;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		#miolo .post .post-entry table {
			font: normal 12px/18px "verdana", "Century Gothic";
			color: white;

		}
		
		#miolo .post .post-entry td {
			font: normal 12px/18px "verdana", "Century Gothic";
			color: #00008B;
			padding:0px;
		}
		

		#miolo .post .post-entry-detail {
			font: normal 12px/18px "verdana", "Century Gothic";
			color:  #000080;
			/*width:468px;*/
			width:460px;
			padding: 0 10px;
		}
		
		#miolo .post .post-entry-detail-Center {
			font: normal 12px/18px "verdana", "Century Gothic";
			color:  #000080;
			/*width:468px;*/
			width:460px;
			padding: 0 10px;
			text-align:center;
		}
		

	#miolo .comics {
		float: left;
		margin:0px;
		padding:5px;
		text-align:left;
	}

		#miolo .comics .comics-entry {
			font: normal 12px/18px "verdana", "Century Gothic";
			color:  #000080;
			/*width:468px;*/
			width:460px;
			padding: 0 5px;
		}
		
		#miolo .comics .comics-entry a {
			color: #000080;
			text-decoration: none;
		}
		
		#miolo .comics .comics-entry a:hover {
			text-decoration: underline;
		}
		
		#miolo .comics .comics-entry a.more-link {
			font-weight: bold;
		}

		#miolo .comics .comics-entry table {
			font: normal 12px/18px "verdana", "Century Gothic";
			color: white;

		}
		
		#miolo .comics .comics-entry td {
			font: normal 12px/18px "verdana", "Century Gothic";
			color: #000080;
			padding:0px;
		}

/*/////////////////////////////////////////////////////////////////////////////////*/

	#mioloreport{
		float:left;
		padding:10px;
		text-align:left;
		/*width:651px;*/
		width:600px;
	}

	#mioloreport .post-report {
		float: left;
		margin:0px;
		padding:10px;
		text-align:left;
	}

		#mioloreport .post-report .post-title-report {
			padding: 0 3px 10px 3px;
			border-bottom: 1px solid #8f9cb6;
			color:  #000080;
			font: normal 18px/18px "verdana", "Century Gothic";
			/*width:468px;*/
			width:600px;
}

		#mioloreport .post-report .post-title-report a {
			color:  #000080;
			text-decoration: none;
		}
		
		#mioloreport .post-report .post-title-report a:hover {
			text-decoration: underline;
		}
		
		#mioloreport .post-report .post-title-report .post-date-report {
			float: left;
			color:  #000080;
			text-align: center;
			width: 48px;
			height: 60px;
			margin-top: 5px;
			margin-right: 15px;
			font: normal 11px Verdana, "Century Gothic";
			background: url("http://www.BodegaDoLeo.com/images/post_date.gif") repeat-x;
		}
		
		#mioloreport .post-report .post-title-report .post-date-report span {
			display: block;
			font: bold 29px Verdana, "Century Gothic";
			color: #ffffff;
			padding: 1px 0;
		}
		
		#mioloreport .post-report .post-title-report .post-title-right-report {
			float: left;
		}
		
		#mioloreport .post-report .post-title-report h2 {
			color: #000080;
			font: normal 27px Verdana, "Century Gothic";
			padding-bottom: 3px;
		}
		
		#mioloreport .post-report .post-title-report h2 a {
			color: #9db7e1;
			text-decoration: none;
		}
		
		#mioloreport .post-report .post-title-report h2 a:hover {
			text-decoration: underline;
		}
		
		#mioloreport .post-report .post-title-report .post-title-info-report {
			height: 18px;
			line-height: 18px;
			padding-top: 10px;
		}
		
		#mioloreport .post-report .post-title-report .post-title-author-report {
			background: url("http://www.BodegaDoLeo.com/images/post_title_author.gif") no-repeat;
			padding-left: 16px;
			float: left;
			padding-right: 30px;
		}
		
		#mioloreport .post-report .post-title-report .post-title-category-report {
			background: url("http://www.BodegaDoLeo.com/images/post_title_category.gif") no-repeat;
			padding-left: 18px;
			float: left;
		}
		
		/* Post - Entry */
		
		#mioloreport .post-report .post-entry-report {
			font: normal 12px/18px "verdana", "Century Gothic";
			color:  #000080;
			/*width:468px;*/
			width:600px;
			padding: 0 10px;
		}
		
		#mioloreport .post-report .post-entry-report a {
			color: #9db7e1;
			text-decoration: none;
		}
		
		#mioloreport .post-report .post-entry-report a:hover {
			text-decoration: underline;
		}
		
		#mioloreport .post-report .post-entry-report a.more-link {
			font-weight: bold;
		}
		
		#mioloreport .post-report .post-entry-report blockquote {
			border-left: 10px solid #12183f;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		#mioloreport .post-report .post-entry-report table {
			font: normal 12px/18px "verdana", "Century Gothic";
			color: white;
		}
		
		#mioloreport .post-report .post-entry-report td {
			font: normal 12px/18px "verdana", "Century Gothic";
			color: #00008B;
			padding:0px;
			
		}
		

/*/////////////////////////////////////////////////////////////////////////////////*/


	/* Main - left_Section */
	
	
	#left_section{
		float:left;
		margin:0px;
		padding:0px;
		/*width:159px;*/
		width:160px;
		text-align:left;
		color:  #000080;
		font: normal 12px/18px "verdana", "Century Gothic";
	}

	#left_section a {
		color: navy;
		text-decoration: none;
	}
	
	#left_section a:hover {
		color: white;
		text-decoration: underline;
	}


	#left_section .left_sectionTitle
	{
			padding: 0 5px 10px 5px;
			border-bottom:  1px solid #8f9cb6;
			color: #9db7e1;
			font: normal 20px/16px "verdana", "Century Gothic";
		}

	#left_section .left_sectionTitleMedium
	{
			padding: 5px 5px 5px 5px;
			border-bottom:  1px solid #8f9cb6;
			color: #9db7e1;
			font: normal 12px/16px "verdana", "Century Gothic";
		}

	#left_section .left_sectionText
	{
			padding: 0 5px 10px 5px;
			font: normal 10px/16px "verdana", "Century Gothic";
		}

		#left_section .post-title-left {
			height: 23px;
	        padding: 5px 5px 5px 5px;
	        background: #8CBEF5 url(http://www.bodegadoleo.com/images/img03.gif) repeat-x left bottom;
	        border: 1px solid #4F9CEF;
	        font-size: 1.6em;
	        color: #FFFFFF;
	        font: normal Arial, Helvetica, sans-serif;  
	        text-align:center;      
		}
		
		#left_section .content
		{
	        padding: 5px 5px 5px 5px;
	        background: #DCEBFC;
	        text-align:center;
		 }
		
		#left_section .post-title-left span {
/*			display: block;
			font: bold 12px/16px "verdana", "Century Gothic";
			color: #ffffff;
			padding: 1px 0;
			font-size: 1.6em;*/
		}


		#left_section .post-title-left-simple-center {
			padding: 5px 5px 5px 5px;
			color: #9db7e1;
			font: normal 12px/16px "verdana", "Century Gothic";
			float: left;
			color:  #000080;
			text-align: center;
			width: 94%;
			height: 100%;
			/*margin-top: 0.5px;*/
			margin-right: 15px;
			text-align:center;	        
		}

	#right_section {
		float: right;
		margin:0px;
		padding:0px;
		/*width:159px;*/
		width:160px;
		text-align:left;
		color:  #000080;
		font: normal 12px/18px "verdana", "Century Gothic";
		/*border-left:2px solid #7BAAD4;*/
	}

	#right_section a {
		color: #000080;
		text-decoration: none;
	}
	
	#right_section a:hover {
		color: navy;
		text-decoration: underline;
	}

		#right_section .post-title-right {
            height: 23px;
	        padding: 5px 5px 5px 5px;
	        background: #8CBEF5 url(http://www.bodegadoleo.com/images/img03.gif) repeat-x left bottom;
	        border: 1px solid #4F9CEF;
	        font-size: 1.6em;
	        color: #FFFFFF;
	        font: normal "verdana", "Century Gothic", Arial, Helvetica, sans-serif;  
	        text-align:center;      
		}
		
		#right_section .content
		{
	        padding: 5px 5px 5px 5px;
	        background: #DCEBFC;
	        text-align:center;
		 }

		
		#right_section .post-title-right span {
			/*display: block;
			font: bold 12px/16px "verdana", "Century Gothic";
			color: #ffffff;
			padding: 1px 0;
			font-size: 1.6em;*/

		}


/* Footer */

#footer {
	clear:both;
	bottom:0px;
	margin:0px;
	padding:0px;
	border-top:2px solid #7BAAD4;
	border-bottom:2px solid #7BAAD4;
	width: 800px;
	height: 150px;
	color:  #000080;
	font: normal 12px/18px "verdana", "Century Gothic";
	text-align: center;
}

#footer a {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}

/*////////////////////// DETALHAMENTO PRODUTO ////////////////////////////////////*/

#left_sidebar {
	width: 120px;
	float: left;
}


#left_sidebar .box_container {
	margin-bottom: 11px;
	border: 1px solid #fff;
	border-bottom-color:White;
	width:100px;
	height:150px;
}


#maincontent_container {
	/*border: 1px solid #8CBEF5;*/
	float: left;
	text-align: left;
	width:auto;
}

#maincontent_container .linedbox
{
	border: 1px solid #8CBEF5;
    margin: 7px 0px 0px 16px;
	width: 430px;
    }

#maincontent {
	
	width: 430px;
}



	
	/* Main - Sidebar 
	
	#sidebar {
		float: left;
		width: 405px;
		font: normal 12px/18px Verdana, "Century Gothic";
		color:  #000080;
		margin-top: 135px;
	}
	
	#sidebar a {
		color: #9db7e1;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Sides 
	
	#sidebar #sidebar-left {
		float: left;
		width: 195px;
	}
	
	#sidebar #sidebar-right {
		float: right;
		width: 195px;
	}
	
	/* Main - Sidebar - Boxes 
	
	#sidebar .sidebar-box {
		width: 195px;
		margin-bottom: 25px;
		background: #192d66;
	}
	
	#sidebar .sidebar-box-blank {
		width: 195px;
		margin-bottom: 25px;
	}
	
		/* Sidebar - Titles 
		
		#sidebar h3 {
			height: 36px;
			width: 175px;
			padding-left: 20px;
			font: bold 17px/36px Verdana, "Century Gothic";
			color: #ffffff;
			background: #0e1332;
		}
		
		/* Sidebar - Menus 
		
		#sidebar ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color:  #000080;
			font: normal 14px/36px Verdana, "Century Gothic";
		}
		
		#sidebar ul li a {
			color:  #000080;
			text-decoration: none;
			padding-left: 25px;
			display: block;
			background: url("images/sidebar_menu.gif") no-repeat left bottom;
		}
		
		#sidebar ul li a:hover {
			color: #ffffff;
			font-weight: bold;
			text-decoration: none;
			background: #92a2c1;
		}
		
			/* Sidebar - Menus - Submenus 
			
			#sidebar ul li ul {
				padding: 0;
			}
			
			#sidebar ul li ul a {
				padding-left: 35px;
			}
		
		/* Sidebar - Forms 
		
		#sidebar #searchform {
			padding: 15px 0;
			width: 195px;
			text-align: center;
			margin: 0;
		}
		
		#sidebar #searchform #s {
			width: 155px;
		}
		
		/* Sidebar - Tables 
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			width: 140px;
			padding: 5px 0;
		}
		
		#sidebar #calendar_wrap table {
			width: 140px;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts 
		
		#sidebar .textwidget {
			padding: 3px 5px;
		}
		
		/* Sidebar - Ads 
		
		#sidebar .sidebar-ads {
			width: 195px;
			text-align: center;
		}

*/




/*Seções a direita da tela*/

#secoes_dir{
	float:right;
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:12px;	
	font-weight:bold;
	width:159px;
	color:#FF6600;
}

#secoes_esq{
	float:left;
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:12px;	
	font-weight:bold;
	width:159px;
	color:#FF6600;
}


/*rodape*/

#rodape{
	clear:both;
	bottom:0px;
	margin:0px;
	padding:0px;
	border-top:2px solid #7BAAD4;
	border-bottom:2px solid #7BAAD4;
	width:836px;
	text-align:left;
}


.item_smenu{
	float:left;
}

.Titulo10
{
	font-family: Verdana;
	font-size: 12px;
	color:Red;
}

.TituloLateral
{
	font-family: Verdana;
	font-size: 12px;
	font-style:oblique;
	color:White;
}

.TextoLateral
{
	font-family: Verdana;
	font-size: 10px;
	color:Black;
}

.TituloMiolo
{
	font-family: Verdana;
	font-size: 14px;
	font-style:oblique;
	color:Blue;
}

.MensagemMiolo
{
	font-family: Verdana;
	font-size: 10px;
	font-style:normal;
	color:Black;
}

div.MensagemProgresso
{
	position:absolute;
	top:300px;
	left:50%;
	width:500px;
	margin-left:-260px;
	z-index:1;
	font-family: Verdana;
	font-size:11pt;
	text-align:center;
	padding:20px 10px 20px 10px;
	/*border:solid 1px #8A6F28;*/
	/*background-color: #000080;*/
	color:#0e1332;
	}

div.MensagemProgressoCentralizada
{
	position:absolute;
	top:300px;
	left:50%;
	width:500px;
	margin-left:-260px;
	z-index:1;
	font-family: Verdana;
	font-size:11pt;
	text-align:center;
	padding:20px 10px 20px 10px;
	/*border:solid 1px #8A6F28;*/
	/*background-color: #000080;*/
	color:#0e1332;
	}

/*ASP.NET Menu e a compatibilidade com o IE 8*/
.adjustedZIndex {
z-index: 1;
}