* {
	font-family: arial, sans-serif;
	font-size: 13px;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
}

img {
	border: 0;
}

input[readonly], input[type=text], textarea {
	border: 1px solid #d1d0ee;
	background: white;
	padding: 2px;
}

a, a:visited {
	color: #1320c4;
}

.clear {	
	clear: both;
}

.fl {
	float: left;
}

.sep {
	width: 100%;
	border-top: 1px solid #cc0000;
	height: 0px;
}

#yheader {
	height: 22px;
	padding-left: 4px;
	padding-top: 3px;
}

.ysearch {				
	min-height: 200px;
	margin-top: 50px;
	text-align: center;
}

.ysearch-table {
	margin-top: 25px;
	margin-left: auto; 
	margin-right: auto; 
}

#yfooter {
	margin-top: 50px;
	text-align: center;
}

.yresult-sep {
	height: 20px; 
	border-top: 1px solid #cc0000;
	background: #ff8f8f;
	margin-top: 6px; 
	padding-top: 4px; 
	padding-left: 4px;
	text-align: center;
}

.yresult-wrap {
	padding-left: 10px; 
	min-height: 100px
}

/* START Vetrina */

#ylinks {
	position: absolute;	
	top: 0px;
	width: 220px;	
	min-height: 200px;
	border-left: 1px solid #ff9191;		
	margin-top: 50px;
	margin-bottom: 25px;
	padding-left: 10px;
}

.ylinks-wrap {
	margin-top: 20px; 
	margin-bottom: 20px;
}

.ylinks-head {
	text-align: right; 
	margin-right: 25px; 
	color: gray
}

.ylinks-title {
	font-size: 14px
}

.ylinks-url {
	color: green;
}

.highlight {
	background: #ffaaaa;
}

/* END */
