@CHARSET "UTF-8";

html { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; height: 100%;	width: 100%; }
body { margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px; height: 100%;	width: 100%;
		background-color: white; font-size: 72%; min-width: 1000px; font-family: sans-serif; }
a {	text-decoration: none; color: #555; }
a:hover { text-decoration: none; }
p { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
h1 { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
ul { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
.border-blackSolidW1 { border: solid; border-width: 1px 1px 1px 1px; border-color: #555; }
textarea { background-color: #FFF; border-style: solid; border-width: 1px; border-color: #444; }
input { background-color: #FFF; border-style: solid; border-width: 1px; border-color: #444; }

input:focus { background-color: #AEA; border-style: solid; border-width: 2px; border-color: #373; }
select:focus { background-color: #AEA; border-style: solid; border-width: 2px; border-color: #373; }
textarea:focus { background-color: #AEA; border-style: solid; border-width: 2px; border-color: #373; }

input[type="checkbox"], input[type="radio"] { border: none; }
input[type="submit"] { border-style: dotted; border-width: 1px; border-color: #444; background-color: white; }
input[type="submit"]:hover { background-color: #7ADE82; }
input[type="button"] { border-style: dotted; border-width: 1px; border-color: #444; background-color: white; }
input[type="button"]:hover { background-color: #7ADE82; }
input[type="image"] { background-color: #FFF; border: none !important; }
.select { background-color: #FFF; border-style: solid; border-width: 1px; border-color: #444; }
.corner-all { -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; }
.corner-top { -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; }
.corner-bottom { -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; }
.separator-hidden { width: 100%; height: 2px; float: none; }
.separator { width: 70%; height: 2px; float: none; background-color: #94B922; margin-right: auto; margin-left: auto; }
.error { color: red; }

div.content { float: right; width: 80%; margin: 6px 5px 5px 0px; background-color: #FFF; }
div.content-head { position: relative; background-color: #94B922; height: 20px; width: 100%; left: -1px; top: 1px; z-index: 10; }
div.content-head p { color: #FFF; font-weight: bolder; text-align: center; margin-top: 2px; }
div.content-head a { color: #DDD; }

div.card-content { padding-left: 18%; width: 80%; margin: 6px 0px 6px 3px; }
.card-view-label { background-color: #DDD; text-align: center; }
.card-view-content { background-color: #94B922; }
.card-img { width: 150px; height: 214px; }
.card-img-zoom { width: 223px; height: 318px; }

ul.paginas { clear: left; float: left; list-style: none; position: relative; left: 50%; }
ul.paginas li { float: left; right: 50%; position: relative; margin: 0px 2px 0px 2px;
			border: solid; border-width: 1px; width: 22px; text-align: center; background-color: #FFF; 
			color: black; cursor: pointer; }
ul.paginas li:hover { background-color: #94B922; }
ul.paginas li.active { background-color: #DDD; cursor: default; }
div.paginas { width: 80%; position: relative; padding: 0px 0px 10px 0px; margin: 10px 0px 20px 0px; }

table.cart-table { width: 98.5%; margin: 0.75%; border-spacing: 1; text-align: center; border: 0px solid; border-color: #94B922; }
table.cart-table th { border: 1px solid; background-color: #94B922; border-color: #94B922; }
table.cart-table td { border: 1px solid; background-color: #DDD; border-color: #94B922; }
table.cart-table td a { color: black; text-decoration: underline !important; }
.tr-even { background-color: #DDD; }
.tr-odd { background-color: #DDD; }
.pgto-dupe { background-color: #D44 !important; }

span.error { color: #FF0000; }

#processing { text-align: center; padding-top: 10px; }

.ui-autocomplete { z-index: 100 !important; }
.ui-autocomplete-loading { background: white url('../js/themes/custom/images/ui-anim_basic_16x16.gif') right center no-repeat; }

