body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(/pics/bg.gif) repeat-x;
	font-size: 11px;
}

* {
	font-family: verdana, tahoma, arial;
}

.left {
	float: left;
}

.right {
	float: right;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #0308FF;
}

ul {
	margin: 5px;
	padding: 5px;
}

li {
	list-style: none;
	list-style-image: url('/pics/bullet.png');
}

.nolist ul {
	margin: 0;
	padding: 0;
}

.nolist li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: -10px;
}

.striped ul {
	margin: 0;
	padding: 0;
}

.striped li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: -10px;
}

li.striped0 {
	background: #f7f7f7;
}

li.striped1 {
	background: #fff;
}

a:hover {
	text-decoration: underline;
}

h1,h1 a,h2,h2 a,h3,h3 a,h4,h4 a {
	color: #0202FB;
	margin: 0;
	padding: 0;
}

h1,h1 a {
	font-size: 14px;
}

h2,h2 a {
	font-size: 13px;
}

h3,h3 a {
	font-size: 12px;
}

h4,h4 a {
	font-size: 11px;
}

.breaker {
	border-top: 1px solid #C8C5A8;
	clear: both;
	margin-top: 15px;
	height: 15px;
	font-size: 0px;
}

.space {
	clear: both;
	height: 12px;
	font-size: 0px;
}

.space5 {
	clear: both;
	height: 5px;
	font-size: 0px;
}

.space15 {
	clear: both;
	height: 15px;
	font-size: 0px;
}

.space16 {
	clear: both;
	height: 16px;
	font-size: 0px;
}

.space20 {
	clear: both;
	height: 20px;
	font-size: 0px;
}

.picture {
	float: left;
	margin: 0 10px 5px 0;
	border: 1px solid #C8C5A8;
}

/* header */
.header {
	width: 708px;
	height: 25px;
	margin: auto;
	margin-top: 7px;
	font-size: 10px;
	overflow: hidden;
}

.header .left a {
	margin: 0 3px;
}

.header .left a,.header .right {
	color: #fff;
}

/* menu */
.menu {
	width: 708px;
	height: 168px;
	margin: auto;
	overflow: hidden;
	background: url(/pics/bg_menu.jpg) no-repeat;
}

.menu .logo {
	float: left;
	margin: 25px 0 20px 0;
	clear: both;
}

.menu #links {
	width: 708px;
	color: #fff;
	text-align: center;
	clear: both;
}

.menu #links a {
	margin: 0 3px;
	font-weight: bold;
	text-decoration: none;
}

/* submenu */
.submenu {
	position: absolute;
	width: 142px;
	top: 180px; 
	left: 305px; 
}

.submenu .topmenu {
	width: 142px;
	height: 7px;
	background: url(/pics/bg_layertop.gif) no-repeat;
	overflow: hidden;
}

.submenu .bottommenu {
	width: 142px;
	height: 7px;
	background: url(/pics/bg_layerbottom.gif) no-repeat;
}

.submenu .contentmenu {
	width: 142px;
	text-align: left;
	margin: 0;
	padding: 0 7px 0 5px;
	background: url(/pics/bg_layer.gif) repeat-y;
	background-position: 0;
}

html>body .submenu .contentmenu {
	width: 130px;
}

.submenu .contentmenu ul,.submenu .contentmenu li {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

.submenu .contentmenu li {
	border-bottom: 1px solid #E9E9E9;
	list-style-position: outside;
	list-style: none;
}

.submenu .contentmenu li a {
	display: block;
	text-decoration: none;
	width: 100%;
}

.submenu .contentmenu li a:hover {
	text-decoration: none;
	background: #eee;
}

/* content */
.content {
	width: 708px;
	margin: auto;
	overflow: hidden;
	border-left: 1px solid #F4F7B0;
	padding: 0 7px 0 13px;
	background: #fff url(/pics/bg_content.gif) repeat-y;
	background-position: 700px 0;
}

html>body .content {
	width: 687px;
}

.end {
	width: 708px;
	height: 17px;
	margin: auto;
	overflow: hidden;
	background: url(/pics/end_content.gif) no-repeat;
}

.col1 {
	float: left;
	width: 475px;
	padding: 10px;
	text-align: left;
	overflow: hidden;
}

html>body .col1 {
	width: 455px;
}

.col2 {
	float: right;
	width: 200px;
	padding: 10px;
	text-align: left;
	color: #656565;
	background: url(/pics/bg_col2.gif) repeat-x;
	overflow: hidden;
}

html>body .col2 {
	width: 180px;
}

.pagetitle {
	border-bottom: 1px solid #ccc;
	margin-bottom: 12px;
}

/* picture lists */
.tit {
	padding: 5px 0 5px 8px;
	margin-bottom: 10px;
	clear: both;
	background: url(/pics/bg_tit.gif) repeat-x;
}

.tit,.tit a {
	font-weight: bold;
	color: #0202FB;
}

.piclist .left,.piclist .center,.piclist .right {
	width: 147px;
	overflow: hidden;
	text-align: center;
	float: left;
	padding-bottom: 10px;
	padding-left: 2px;
	padding-right: 2px;
}

.piclist h4 a {
	color: #404040;
}

.piclist .picture2 {
	text-align: center;
	clear: both;
	vertical-align: baseline;
	height: 85px;
	margin-bottom: 5px;
	overflow: hidden;
}

.piclist .picture2 img {
	vertical-align: baseline;
	border: 1px solid #C8C5A8;
}

/* homeevents */
.homeevents {
	padding-left: 8px;
}

/* col2elements */
.col2elements .ok {
	margin: 5px 0 0 5px;
	vertical-align: top;
}

.col2elements .input {
	margin-top: 5px;
	width: 135px;
	font-size: 9px;
}

.col2elements .right .radio {
	vertical-align: middle;
}

html>body .col2elements .right .radio {
	margin-bottom: 5px;
}

/* shopcart */
.shopcart {
	padding: 0 0 0 24px;
	background: url(/pics/ico_shopcart.gif) no-repeat;
}

.shopcart a {
	font-weight: bold;
	padding-bottom: 10px;
}

/* footer */
.footerall {
	padding: 10px 0 20px 0;
	background: #3233FD url(/pics/bg_footer.gif) repeat-x;
}

.footer {
	width: 708px;
	color: #2F2F9D;
	margin: auto;
	overflow: hidden;
	text-align: left;
}

.footer a {
	font-weight: bold;
	color: #2F2F9D;
}

div.buttons {
	padding: 10px;
}

div.buttons img {
	margin-right: 10px;
}

.input, textarea, select {
	background: #FFFDF3;
	border: 1px solid #000;
	border-right: #999;
	border-bottom: #999;
	font-size: 11px;
	color: #000;
}

fieldset {
	padding: 2px;
}

fieldset legend {
	font-weight: bold;
	color: #828282;
}

/* paging */
.paging {
	vertical-align: bottom;
	text-align: right;
	margin: 5px;
	float: right;
	width: 300px;
	clear: both;
}

html>body .paging {
	margin: 5px;
	width: 300px;
}

.paging a:hover {
	border: 0;
}

.paging a:visited :after {
	display: none;
}

.paging img {
	vertical-align: bottom;
}

/* carrinho */
#tablecar td, #tablecar th {
	font-size: 11px;
	border-bottom: 1px solid #f2f2f2;
	text-align: left;
}

#tablecar th {
	background: #ccc;
	color: #404040;
}

#tablecar td {
	border-bottom: 1px solid #f2f2f2;
}

#tablecar .total {
	background-position: right;
	color: #404040;
	font-weight: bold;
}

#tablecar .reload {
	background: #fff;
}

noscript {
	color: red;
}

ul.messages li {
	list-style: none;
	list-style-image: none;
	margin-left: -10px;
}

div.waiting {
	font-weight: bold;
	vertical-align: top;
	margin-top: 5px;
}
div.waiting img {
	margin-right: 5px;
	vertical-align: bottom;
}