body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

input,select,textarea,table {
	font-size: 11px;
	font-family: Arial;
	color: #000;
}

input.submit {
	color: green !important;
	font-weight: bold;
}

input.q {
	border: none;
	width: 155px;
	height: 25px;
	font-size: 18px;
}

input.email_newsletter {
	border: none;
	width: 155px;
}

.menu a,b {
	color: #FFFFFF;
	margin-left: 10px;
	text-decoration: none;	
}

.menu a:hover {
	text-decoration: underline;	
}

.titulo_produto {
	color: #FFFFFF !important;
}

.titulo_produto b {
	color: #FFFFFF !important;
}

.titulo_produto2 {
	color: #000 !important;
	font-size: 18px;
}

.titulo_fabricante {
	color: #D33D02;
}

.menu_admin a,b {
	color: #000;
	margin-left: 10px;	
	margin-right: 10px;	
}

.menu_admin:hover {
	background-color: #DDDDDD;	
}

.jqZoomPup {
	overflow: hidden;
	background-color: #FFF;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity =   50);
	z-index: 10;
	border-color: #c4c4c4;
	border-style: solid;
	cursor: crosshair;
}

.jqZoomPup img {
	border: 0px;
}

.preload {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity =   80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color: white;
	padding: 8px;
	text-align: center;
	background-image: url(./imagens/zoomloader.gif);
	background-repeat: no-repeat;
	background-position: 43px 30px;
	width: 90px;
	height: 43px;
	z-index: 10;
	position: absolute;
	top: 3px;
	left: 3px;
}

.jqZoomWindow {
	border: 1px solid #999;
	background-color: #FFF;
}

.zoom_ieframe {
	
}

.cursor_carro img {
cursor: crosshair;
}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0px 5px 5px 0;
	list-style: none;
	text-align: center;
}

a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #666666;
}
ul.thumbs img {
	border: none;
	display: block;
}

div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}

div.loader {
	background-image: url('img/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: auto;
	height: auto;
}

div.pagination {
	clear: both;
}
div.navigation div.top {
	
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
a.advance-link img {
	border: 1px solid #666666;
}