/*
  $Id$

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2010 osCommerce

  Released under the GNU General Public License
*/
* { margin: 0; padding: 0; }

.ui-widget {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
}

body {
  background: url(images/bg_pattern.png) repeat;
  color: #827561;
  margin: 0px;
  font-size: 11px;
  font-family: Arial, Lucida Grande, Lucida Sans, Verdana, sans-serif;
}

.shadow {
  -moz-box-shadow: 1px 1px 3px #7e7d7d;
  -webkit-box-shadow: 1px 1px 3px #7e7d7d;
  box-shadow: 1px 1px 3px #7e7d7d;
}

.roundBorder {
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#bodyWrapper {
}

#bodyContent {
}
	#bodyContent h1 {
		margin: 0 10px 0 10px;
		font-size: 26px;
	}
	
	.dateAvailable {
		margin-top: 20px;	
	}
	.productDescription {
		font-size: 14px;
		color: #827561;
		width: 530px;
		float: left;
		margin-top: 20px;
	}
		.productDescription h2 {
			border-bottom: 1px solid #D98029;
			margin-left: 0px !important;
			margin-bottom: 10px;
		}

#header {
  height: 102px;
  background: url(images/header_bg.jpg) no-repeat;
  margin-top: 30px;
  margin-bottom: 5px;
}

	#storeLogo {
		position: relative;
		top: 18px;
	  	left: 40px;
	}
	
	#accountMenu {
		position: relative;
		float: right;
		right: 40px;
		bottom: 60px;
	}
		#accountMenu li {
			list-style: none;
			display: inline;
			padding-left: 10px;	
		}
		#accountMenu li a {
			color: #827561;	
		}
		#headerText {
			position: relative;
			text-align: right;
			text-transform: uppercase;
			font-style: italic;
			font-size: 14px;
			font-family: "Courier New", Courier, monospace;
			bottom: 23px;
			right: 30px;
			color: #827561;
		}
	
	#headerMenu {
		position: relative;
		top: 41px;
		left: 40px;
	}
		#headerMenu ul {
					
		}
		#headerMenu li {
			list-style: none;
			display: inline;
			padding-right: 10px;
		}
		#headerMenu li a {
			color: #4C5964;
			font-weight: bold;
			text-transform: uppercase;
		}
	.breadcrumb {
		color: #827561;
	}
		.breadcrumb  a {
			color: #827561;
			font-size: 12px;
		}
	

#columnLeft {
  padding-top: 5px;
}

#columnRight {
  padding-top: 5px;
}



.footer {
	background: url(images/footer_bg.jpg) no-repeat;
	height: 36px;
	padding-bottom: 40px;
	margin-top: 40px;
}
	.footer .facebookLink {
		display: block;
		margin: 6px 10px 0 15px;
		float: left;
	}
	.footer .facebookText {
		text-transform: uppercase;
		padding-top: 12px;
		display: block;
	}
	.footer .footerLinks li {
		float: left;
		list-style: none;
		margin-right: 5px;
		font-size: 11px;
		text-transform: uppercase;
	}
	.footer .leftFooter {
		float: left;
		width: 200px;
	}
	.footer .rightFooter {
		float: right;
		width: 600px;
		text-align: right;
	}
		.footer .footerLinks {
			float: right;
			margin-top: 12px;
			margin-right: 10px;
		}
		.footer .rightFooter .languageIcons {
			float:right;
			margin-top: 8px;
			margin-right: 20px;
		}
		.footer .rightFooter .languageIcons img {
			margin-left: 5px;	
		}

.infoBoxContainer { }

.infoBoxHeading {
  padding: 7px 0px 0px 15px;
  margin-bottom: 3px;
  height: 22px;
  font-size: 13px;
}

.infoBoxContents {
  padding: 10px 10px 10px 15px;
  margin-bottom: 20px;
  font-size: 11px;
  color: #4C5964;
  line-height: 1.5;
}
	.infoBoxContents .icon {
		margin-right: 10px;
	}

.contentContainer {
  padding: 10px 0 10px 0;
  font-size: 12px;
}

.contentContainer h2 {
  font-size: 16px;
  font-weight: normal;
  color: #D98029;
  margin-left: 10px;
}
	.contentContainer h2 a {
		color: #D98029;	
	}

.contentText {
  padding: 5px 10px 0px 10px;
  font-size: 11px;
  line-height: 1.5;
  margin-bottom: 10px;
}
	.contentText .price {
		float: right;
		color: #D98029;
		font-size: 22px;
		font-family: Verdana, Geneva, sans-serif;
		padding: 0px 10px 3px 10px;
		border: dotted medium;
		margin: 0px 0px 5px 30px;
	}
	.contentText .productInfo p {
		font-size: 14px;
		color: #827561;
	}
	
	.contentText .productInfo a {
		font-size: 14px;
		color: #827561;
		text-decoration: underline;
	}

.contentText table {
	padding-top: 5px;
	font-size: 11px;
	line-height: 1.5;
}


.productListTable {
  /*padding: 5px;*/
  font-size: 12px;
  line-height: 1.5;
}
	.productListTable tr td {
		padding-bottom: 2px;
	}
	.productListTable table a {

	}
.productListTable tr.alt td {
  /*background-color: #ecf6fc;*/
}

.fieldKey {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5;
  width: 150px;
}

.fieldValue {
  font-size: 11px;
  line-height: 1.5;
}

h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 28px;
	font-weight: normal;
	color: #d98029;
	border-bottom: #d98029 solid 1px;
	margin: 0;
	margin-bottom: 10px;
}

img {
  border: 0;
}

table, p {
  font-size: 12px;
  line-height: 1.5;
}

#piGal {
	float: left;
}
	#piGal ul {
	  list-style-type: none;
	}
	
	#piGal img {
	-moz-box-shadow: 1px 1px 3px #7e7d7d;
	-webkit-box-shadow: 1px 1px 3px #7e7d7d;
	box-shadow: 1px 1px 3px #7e7d7d;
	}
	
	#piGal .outer {
	  /*margin-left: -30px;*/
	}
	
	#piGal .thumbs li img{
		border: none;	
	}

.buttonSet {
  clear: both;
  padding: 40px 5px 0px 0px;
  margin-bottom: 10px;
}

.buttonAction {
  float: right;
}

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { 
	font-family : Verdana, Arial, sans-serif; 
	font-size : 10px; 
	color: #cc0033;
	margin-top: 20px;
}
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #D98029; text-decoration: underline; }

A {
  color: #827561;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  /*color: #FFFFFF;*/ 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListingHeader {
  table-layout: fixed;
  color: #4C5964;
  font-weight: bold;
  font-size: 14px !important;
  height: 29px;
}

.productListingHeader A:hover {
  color: #FFFFFF;
}

.productListingData {
  table-layout: fixed;
}

A.pageResults {
  color: #827561;
}

A.pageResults:hover {
  color: #d98029;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #F4AC65; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* buttons */

.tdbLink a { }

.tdbLink button { }

/* account link list */

.accountLinkList {
  list-style-type: none;
  margin: 2px 2px 2px 10px;
  padding: 5px;
}

.accountLinkListEntry {
  float: left;
  margin-right: 5px;
}

#bodyContent .contentContainer .contentText .authorName {
	margin-bottom: 10px;
	margin-top: -10px;
	margin-left: 150px;
	width: 380px;
	border-bottom: #d98029 solid 1px;
}

.authorPhoto {
	float: left;
	margin-right: 20px;	
}
	.authorPhoto img {
		margin-bottom: 5px;
	}

.authorBio {
	font-size: 14px;
	color: #827561;
}

.authorBooks {
	margin-top: 10px;
}
	.authorBooks h2 {
		margin-left: 0px;
		border-bottom: 1px solid #D98029;
		margin-bottom: 10px;
		margin-top: 30px;
	}
	.authorBooks ul li {
		float: left;
		list-style: none;
		margin-right: 10px;
		text-align: center;
		max-width: 110px;
	}
	.authorBooks ul li a {
		text-decoration: none;
		font-size: 12px;
		color: #827561;
	}

	.authorBooks ul li img {
		display: block;
		margin: 0 auto;
		margin-bottom: 5px;

	}

.authorWebsite {
	margin-top: 10px;	
}
	.authorWebsite h2 {
		margin-left: 0px;
		border-bottom: 1px solid #D98029;
		margin-bottom: 10px;
	}

.buyButton {
	margin-top: 20px;	
}

.searchForm {
	position: relative;
	float: right;
	margin-right: 40px;
	padding-top: 25px;
}
	.searchForm input.searchText {
		width: 138px;
		height: 18px;
		border: none;
		background: url(images/search_bg.jpg) no-repeat;
		color: #4C5964;
		font-weight: bold;
		padding-left: 3px;
	}
	.searchForm input.submitButton {
		background: none;
		height: 18px;
		border: none;
		color: #4C5964;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-transform: uppercase;
		margin-left: 10px;
		cursor: pointer;
	}
	
.pvendaLink {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 0 !important;
}
.parceiros {
	margin-bottom: 20px;
}
	.parceirosImagem {
		float: right;
		margin-left: 20px;
	}
	.parceirosLink {
		margin-left: 0 !important;
		margin-bottom: 5px;
	}
.newsBoxWrapper{
	
}
	.newsBox {
		background-image: url(images/news_bg_top.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		width: 530px;
		padding-top: 10px;
	margin-bottom: 30px;
	}
		.newsBoxMiddle {
			width: 530px;
			background-image: url(images/news_bg_middle.jpg);
			background-position: center;
			background-repeat: repeat-y;
		}
		.newsBoxInside {
			min-height: 200px;
			padding-left: 20px;
			width: 510px;
		}
		.newsBox .newsImg {
			float: left;
			width: 120px;
			margin-right: 20px;
			margin-top: 10px;
		}
		.newsBox h2 {
			padding-top: 5px;
		}
		.newsBox p {
			margin-right: 10px;
			margin-bottom: 20px;
			margin-top: 5px;
		}
.primaryAddress {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

#map_canvas {
	float: right;	
	width: 380px;
	height: 250px;
	margin-bottom: 20px;
}

.revista {
	margin-bottom: 20px;
	float:right;
}
	.tituloRevista {
		height: 200px;
		margin-bottom: 20px;
	}
	.tituloRevista h2 {
		margin-left: 0px;	
	}

#tdb4 {
	margin-top: 10px;
}
.alsoBought h2 {
	border-bottom: 1px solid #D98029;
	margin-left: 10px;
	margin-bottom: 10px;
}

.cartRightColumn {
	padding-left: 10px;	
}
	.cartRightColumn button {
		margin-left: 10px;	
	}
