html, body {
	font-family:verdana,tahoma,arial,sans-serif;
	color: #FFFFFF;
	text-align:left;
	padding:0px;
	margin:0px;
	background:#007ec7;
}

#wrapper {
	position: relative;
	padding: 0;
	max-width: 1000px;
	margin: 0 auto;
//	background: #005e97;
	z-index:0;
}

#inner_wrapper {
	position: absolute;
	display: block;
	width: 100%;
	max-width: 1000px;
	padding: 0 0 10px 0;
	min-height: 550px;
	background: #005e97;
}

#darkVeil {
	position:absolute;
	width:100%; height:100%;
	margin:0 auto;
	background-color:#000;
	filter:alpha(opacity=99); opacity:0.99;
	z-index:2;
	visibility:hidden;
	}

#overContent {
	position:absolute;
	display: block;
	width:96%;
	padding:0 2% 0 2%;
	height:100%;
	z-index:3;
	visibility:hidden;
	}



.column_full {
	position: relative;
	float: left;
	padding: 10px 2% 0 2%;
	width: 96%;
//	text-align: center;
	z-index: 1;
}

.column1_60_40 {
	position: relative;
	float: left;
	padding: 10px 2% 0 2%;
	width: 56%;
	z-index: 1;
}

.column2_60_40 {
	position: relative;
	float: left;
	padding: 10px 2% 0 2%;
	width: 36%;
	z-index: 1;
}

.inner_column {
	padding: 0 2%;
	float: left;
	font-size: 12px;
}

table {
	border: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

img {max-height:500px;max-width:100%;}
a	{
	font-family:verdana,tahoma,arial,sans-serif;
	color: #FFFFFF;
	text-decoration:none;
}
a:hover	{
	color: #ffa040;
	text-shadow: 2px 2px #005e97;
//	text-decoration: underline;
}

p {
	line-height: 1.4;
	text-indent: 20px;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align: justify;
	margin:0;
	padding:0;
}

h1 {
	font-family:verdana,tahoma,arial,sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	padding: 15px 5px 0px 5px;
	margin: 0;
	clear: both;
}

h2 {
	font-family:verdana,tahoma,arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 0px;
	font-style: normal;
}

li	{
	padding-bottom: 10px;
	text-align: justify;
}

ol {
	padding-left: 15px;
	margin: 0;
}

ol li {
	padding: 0;
	text-align: left;
}

n	{ 
	font-style: normal;
	font-weight: normal;
}

.text_large {font-size: 13px;}
.text_small {font-size: 12px;}
.text_smaller {font-size: 10px;}

.text_regular {
	font-family: verdana,tahoma,arial,sans-serif;
	font-size: 12px;
	font-style: normal;
}

price {
	font-size: 12px;
//	font-weight: bold;
}

price_nosale {
//	font-size: 11px;
	text-decoration: line-through;
	color: #a0a0a0;
}

.photo_cell {width:17%; max-width:120px;}
.title_cell {width:83%}
.img_autor	{
	width:90%;
	max-width:100px;
	margin: 10px 10px 10px 20px;
	border-radius: 5px;
	box-shadow: 2px 2px 1px #002e57;
}
.header_title {
	font-size: 43px;
	font-weight: bold;
	line-height: 20px;
	text-shadow: 2px 2px 1px #002e57;
	}

.header_subtitle {
	font-size: 27px;
	line-height: 15px;
//	font-weight: bold;
	padding-bottom: 15px;
	text-shadow: 2px 2px 1px #002e57;
	}

book_title {
	font-family:verdana,tahoma,arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 0px;
	font-style: normal;
	height: 51px;
	display: block;
}

book_notes {
	font-size: 10px;
}

.qtd_change {
	font-family: tahoma,arial,verdana,sans-serif;
	font-size: 28px;
	font-weight: bolder;
	line-height: 52px;
//	vertical-align: -5px;
	padding: 1px 10px 5px 10px;
	background: #0074b7;
	border-radius: 5px;
}

.qtd_change:hover {
	background: #005e97;
	text-shadow: 2px 2px #002e57;
	text-decoration: none;
}

.qtd_change_order {
	font-family: tahoma,arial,verdana,sans-serif;
	font-size: 12px;
	font-weight: bolder;
//	line-height: 20px;
//	vertical-align: -5px;
	padding: 0px 5px 2px 6px;
	background: #0074b7;
	border-radius: 3px;
}

.qtd_change_order:hover {
	background: #005e97;
	text-shadow: 1px 1px #002e57;
	text-decoration: none;
}

/*
.div_pack1, .div_pack2, .div_pack3 {
	width: 30.3%;
	min-height: 180px;
	margin: 4px 0.5%;
	padding: 10px 1%;
	display: block;
	float: left;
	text-align: center;
	background: #007ec7;
	border-radius: 5px;
}

.div_book1, .div_book2, .div_book3 {
	width: 30.3%;
	min-height: 244px;
	margin: 4px 0.5%;
	padding: 10px 1%;
	display: block;
	float: left;
	text-align: center;
	background: #007ec7;
	border-radius: 5px;
	box-shadow: 2px 2px 1px #002e57;
}
*/

.div_pack1, .div_pack2, .div_pack3, .div_book1, .div_book2, .div_book3 {
	width: 30.3%;
//	min-height: 180px;
	margin: 4px 0.5%;
	padding: 10px 1%;
	display: block;
	float: left;
	text-align: center;
	background: #007ec7;
	border-radius: 5px;
	box-shadow: 2px 2px 1px #002e57;
}

.div_pack1, .div_pack2, .div_pack3 {
	min-height: 180px;
}

.div_book1, .div_book2, .div_book3 {
	min-height: 254px;
}


.discount {
	height: 18px;
    width: 50px;
	margin-top: -10px;
    padding: 0 5px 0 5px;
	display: inline;
//	background: #ffffff;
	background: #ff2020;
	border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
//    color: #ff6060;
}


.thumb {
	width: 120px;
	margin: 5px;
	float: left;
	border: 1px solid #ffffff;
}

#main_content {
	float: right;
	width: 100%;
	font-size: 13px;
	z-index: 1;
}

#item_list {
	padding: 10px;
	background: #007ec7;
}

#input_morada {
	display: none;
}

#footer {
	text-align: center;
	clear: both;
	padding-top: 10px;
}

#footer img{
	padding: 10px 10px 0 10px;
	width:35px;
	height:35px;
}

.tlb_gallery {
	max-width: 900px;
	width: 92%;
	margin: 0;
}

/* lista de encomenda */
.tbl_lista_items {
	width: 100%;
}

.tbl_lista_items tr td:nth-child(2) {text-align: center;}
.tbl_lista_items tr td:nth-child(3) {text-align: center;}

.tbl_lista_items tr th:nth-child(2) {text-align: center;}
.tbl_lista_items tr th:nth-child(3) {text-align: center;}

.detalhe_item {}

/* Use a media query to add a breakpoint at 800px: */
@media screen and (max-width: 1000px) {
	.img_autor {margin: 10px 10px 10px 2vw;}
}

@media screen and (max-width: 800px) {
	.column1_60_40, .column2_60_40 {width:92%;padding: 10px 4% 0 4%;}
	.div_pack1, .div_pack2, .div_pack3 {width:47%;}
	.div_book1, .div_book2, .div_book3 {width:47%;}
	.div_pack3 {clear: both;}
	.div_book3 {clear: both;}
	.input_radio {margin:15px 0;}
	.detalhe_item {height:30px;}
}

@media screen and (max-width: 600px) {
	.header_title {font-size:7vw;line-height:2.3vw;padding-left:0.5vw;}
	.header_subtitle {font-size:4.3vw;line-height:1.7vw;padding-left:0.5vw;}
	.div_pack1, .div_pack2, .div_pack3 {width:96%;}
	.div_book1, .div_book2, .div_book3 {width:96%;min-height: 250px;}
}


/* contact form */
#contact_form {font-family:verdana,tahoma,arial,helvetica,sans-serif; font-size:14px; color:#eeeeee; text-align:center;}
.form_quantidade {width: 20px; text-align: center;}
.form_title		{font-size:18px; font-weight:bold; display:block; margin: 20px;}
.form_istyle {font-size:12px; width:250px; background-color:#e5e2c5; border-width:1px; margin:2px; filter:alpha(opacity=80); opacity:0.80;}
.form_tstyle {font-size:12px; width:250px; background-color:#e5e2c5; border-width:1px; filter:alpha(opacity=80); opacity:0.80;}
.formbutton	{font-size:14px; color:#ffffff; background-color:#007ec7; border-width:1px; border-color:#cccccc; height:25px;}




