*{
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
}

body, h1, p {
	border:0px; 
	margin:0px; 
	padding:0px;
}

img {
	border: 0px;
}

a, a:visited {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
	color:#515151;	
}
a img {
	border: none;
}

#header {
	text-align:left;
	padding:6px;
	background: #FFFFFF;
}

#menu {
	text-align:left;
	padding:4px;
	/*background: url('../image/tab.png') repeat-x;*/
	border-bottom: 1px solid #FFFFFF;
}

#menu a{
color: #666666;
font-size: 14px;
text-decoration:none;
margin:0 2% 0 2%;
}

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

#menu .icon {
	margin-right: 1px;
}

.box {
	margin-bottom: 2px;
}

.top {
	/*background: url('../image/tab.png') repeat-x;*/
}

.box .top {
	padding: 8px 0px 6px 7px;
	color: #FFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	background-color:#343233;
}

#search{
	padding-bottom: 3px;    
    padding-top: 0px;	
	}
	
#search_btn{
	background-color: #747474;
	color: #FFF;
	border:1px solid #747474;
	border-top:2px solid #747474;
	border-bottom:2px solid #747474;
	}

.button {
	padding-left: 8px;
	display: inline-block;
	margin-right: 5px;
	background: url('../image/button_left.png') top left no-repeat;
	text-decoration: none;
	color:#FFF;
	text-transform: none;
}

.button span {
	color: #FFF;
	display: block;
	padding: 4px 12px 5px 5px;
	background: url('../image/button_right.png') top right no-repeat;
}

.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px;
}
.box .bottom {
	height: 0px;
	background: #000000;
}

#category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_1.png');
}
#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_1.png');
}

.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}

.list {
	margin-bottom: 2px;
	width: 100%;
	table-layout:fixed;
	text-align: center;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 4px;
}

.pagination {
	display: inline-block;
	width: 100%;
	background: #F8F8F8;
	margin-bottom: 2px;
}
.pagination .links, .pagination .results {
	padding: 3px;
	padding-top: 8px;
}
.pagination .links {
	/*float: left;*/
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	/*float: right;*/
}

.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #EEEEEE;
	margin-bottom: 10px;
	table-layout:fixed;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}

#desenvolvido {	
	text-decoration:none;	
	color:#515151;
	font-size:11px;	
	margin-top:11px;
	margin-bottom:11px;
	width:100%;
	text-align:center;
	}
	
#desenvolvido1 {

}
	
#direitos {	
	text-decoration:none;	
	color:#515151;
	font-size:7px;
	text-align:left;
	padding-bottom:4px;	
	padding-left:17px;
	}
	
#direitos a{
	color:#515151;
	font-size: 10px;
	}
	
#direitos a:hover {
	color:#000;
	}
	
#toggle_mobile {
	width:100%;
	text-align:left;
	color: #515151;
    font-size: 11px;
	padding-left:17px;
	}
	
#toggle_mobile a{
	color: #515151;
    font-size: 11px;
	}