@charset "utf-8";
/* -------------------------------------------------------------- 
	Screen - screen.css
	* Sets up site.
-------------------------------------------------------------- */
body		{ background: #fff; color: #333; font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif }

/* Header and contents
-------------------------------------------------------------- */
tr.header			{
	background: #f8f7f5 url(images/infobox/bg_header.gif) top center repeat-x;
	}

tr.headerNavigation	{ background: #fff; }

td.headerNavigation	{
	background: #fff url(images/infobox/bg_infoboxheading.gif) top center repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ccc;
	padding: 4px;
	border-bottom: 1px solid #c4c1bc;
	border-top: 1px solid #c4c1bc;
	}

a.headerNavigation	{ color: #444; }
a.headerNavigation:hover { color: #000; }
tr.headerError		{ background: #f00; }
td.headerError		{ font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; font-size: 11px; background: #ff0000; color: #fff; font-weight: bold; text-align: center; }
tr.headerInfo		{ background: #0f0; }
td.headerInfo		{ font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; font-size: 11px; background: #0f0 url("images/infobox/corner_right_left.gif"); color: #fff; font-weight: bold; text-align: center; }


.boxText {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #2f2f2f;
	padding: 0 10px;
	}

.errorBox {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	background: #ffb3b5;
	font-weight: bold;
	}

.stockWarning {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #c03;
	}

.productsNotifications {
	background: #f2fff7;
	}

.orderEdit {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #70d250;
	text-decoration: underline;
	}

a {
	color: #444;
	text-decoration: none;
	}

a:hover {
	color: #000;
	text-decoration: underline;
	}

form {
	display: inline;
	}


tr.footer {
	background: #f8f7f5;
	}

td.footer {
	background: #f8f7f5 url(images/infobox/bg_infoboxheading.gif) top center repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #444;
	padding: 4px;
	border-bottom: 1px solid #c4c1bc;
	border-top: 1px solid #c4c1bc;
	}

.infoBox {
	background: #c4c1bc;
	margin: 0 0 6px 0;
	}

.infoBoxContents {
	background: #f8f7f5;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	}

.infoBoxNotice {
	background: #ff8e90;
	}

.infoBoxNoticeContents {
	background: #ffe6e6;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	}

td.infoBoxHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: #fff url(images/infobox/bg_infoboxheading.gif) top center repeat-x;
	color: #444;
	padding: 4px 10px;
	border-top: 1px solid #c4c1bc;
	border-right: 1px solid #c4c1bc;
	border-left: 1px solid #c4c1bc;
	}
 
.noBorderLeftRight	{ border-left: none !important; border-right: none !important;}
.noBorderLeft		{ border-left: none !important; padding: 0 !important; }
.noBorderRight		{ border-right: none !important; padding: 0 !important; }

.noBorderRightBottom{ border-right: none !important; border-bottom: none !important; }

td.infoBox, span.infoBox {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	}

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: #f1f1f1;
	}

table.productListing { border-left: 1px solid #ccc; }

.productListing-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: #fff url(images/infobox/bg_infoboxheading.gif) top center repeat-x;
	color: #666;
	padding: 4px 2px;
	border-bottom: 1px solid #c4c1bc;
	border-right: 1px solid #c4c1bc;
	border-top: 1px solid #c4c1bc;
	}

a.productListing-heading { background: none; border: none !important; }
a:hover.productListing-heading { color: #000; }

td.productListing-data {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	border-right: 1px solid #c4c1bc;
	border-bottom: 1px solid #c4c1bc;
	}

a.pageResults {
	color: #666;
	border-color: #f8f8f9;
	padding: 2px 6px;
	border: 1px solid #ddd;
	}

a.pageResults:hover {
	color: #000;
	background: #ddd;
	border-color: #999;
	}

td.pageHeading, div.pageHeading {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #888;
	}

tr.subBar {
	background: #f4f7fd;
	}

td.subBar {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000;
	}

td.main, p.main {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	}

td.smallText, span.smallText, p.smallText {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	}

td.accountCategory {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #abd;
	}

td.fieldKey {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

td.fieldValue {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	}

td.tableHeading {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

span.newItemInCart {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #f00;
	}

checkbox, input, radio, select {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	}

textarea {
	width: 100%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	}

span.greetUser {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #555;
	font-weight: bold;
	}

table.formArea {
	background: #f1f9fe;
	border-color: #7b9ebd;
	border-style: solid;
	border-width: 1px;
	}

td.formAreaTitle {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}

span.markProductOutOfStock {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #c76170;
	font-weight: bold;
	}

span.productSpecialPrice					{ color: #f00; float: right; }
.boxText .productSpecialPrice				{ float: none; }
.productListing-data .productSpecialPrice	{ float: none; }
.main .productSpecialPrice					{ float: none; }
.smallText .productSpecialPrice				{ float: none; }

span.errorText {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #f00;
	}

.moduleRow {
	}

.moduleRowOver {
	background-color: #eee;
	cursor: pointer;
	}

.moduleRowSelected {
	background-color: #f1f1f1;
	}

.checkoutBarFrom, .checkoutBarTo {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #8c8c8c;
	}

.checkoutBarCurrent {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000;
	}

/* message box */

.messageBox {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	}

.messageStackError, .messageStackWarning {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	background-color: #ffb3b5;
	}

.messageStackSuccess {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	background-color: #9f0;
	}

/* input requirement */

.inputRequirement {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #f00;
	}

/* chat */

.chat {
	float: right;
	padding: 2px 0 0 10px;
	}

.chat a {
	border: none !important;
	}
	
/* table specifications */

#table_specs {
	width: 530px;
	padding: 0;
	margin: -11px 0 0 0;
	_margin: 0;
	font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-top: 1px solid #ccc;
	}

#table_specs a {
	color: #c75f3e;
	}

#table_specs caption {
	padding: 0 0 5px 0;
	width: 530px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	}

#table_specs th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/table_spec_bg.jpg) no-repeat;
	}

#table_specs th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #ccc;
	background: none;
	}

#table_specs td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	}


#table_specs td.alt {
	background: #f5fafa;
	color: #797268;
	}

#table_specs td.altchanges {
	background: #f1f1f1;
	color: #797268;
	}

#table_specs th.spec {
	border-left: 1px solid #ccc;
	border-top: 0;
	background: #fff url(images/table_spec_bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	width: 130px;
	}

#table_specs th.specalt {
	border-left: 1px solid #ccc;
	border-top: 0;
	background: #f5fafa url(images/table_spec_bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
	width: 130px;
	}

#table_specs th.specchanges {
	border-left: 1px solid #ccc;
	border-top: 0;
	background: #f1f1f1 url(images/table_spec_bullet3.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
	width: 130px;
	}

.hidden { display: none; }
.table_specs_chance { margin: -12px 0 0 0 !important; _margin: -20px 0 0 0 !important; }
.select {
	color: #666;
	width: 425px;
	_width: 460px;
	border: 1px solid #ccc;
	margin: -1px 0 10px 35px;
	padding: 5px 5px 5px 30px;
	font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #ffc url(http://www.jograf.com.br/grafica/images/icons/big_warning.gif) no-repeat 8px 50%;
	}