
.select {
}

.select .select-caption a {
	cursor: pointer;
}

.select .select-items {
	display: none;
	position: absolute;
	margin-top: 5px;
}

.select .select-items-container {
	padding-right: 2px;
	background-image: url(http://images.amarascoautopecas.com.br/layout/padrao/img/select-r.png);
	background-repeat: repeat-y;
	background-position: right;
}

.select .select-items-container-inside {
	padding-left: 5px;
	background-color: #fff;
	overflow-y: auto;
	max-height: 17em;
}

.select .select-caption a, .select .select-caption span {
	display: block;
	line-height: 22px;
}

.select .select-caption span span span {
	padding: 0!important;
	background-image: none!important;
	overflow: hidden!important;
	width: 100%!important;
}

.select .select-left, .select .select-right, .select .select-middle, .select .select-top, .select .select-bottom {
	height: 5px;
	overflow: hidden;
}

.select .select-left {
	width: 5px;
	float: left;
}

.select .select-right {
	width: 7px;
	float: right;
}

.select .select-middle {
	/*margin-left: 5px;*/
	/*margin-right: 7px;*/
}

.select .select-top .select-left {
	background-image: url(http://images.amarascoautopecas.com.br/layout/padrao/img/select-tl.png);
	background-repeat: no-repeat;
}

.select .select-top .select-middle {
	background-color: #fff;
}

.select .select-top .select-right {
	background-image: url(http://images.amarascoautopecas.com.br/layout/padrao/img/select-tr.png);
	background-repeat: no-repeat;
}

.select .select-bottom .select-left {
	background-image: url(http://images.amarascoautopecas.com.br/layout/padrao/img/select-bl.png);
	background-repeat: no-repeat;
}

.select .select-bottom .select-middle {
	background-image: url(http://images.amarascoautopecas.com.br/layout/padrao/img/select-b.png);
	background-repeat: repeat-x;
}

.select .select-bottom .select-right {
	background-image: url(http://images.amarascoautopecas.com.br/layout/padrao/img/select-br.png);
	background-repeat: no-repeat;
}

.select-msie6 .select-middle {
	position: absolute;
}

.select-msie6  .select-bottom .select-middle {
	margin-top: -5px;
}

.select-msie6 .select-items-container {
	line-height: 5px!important;
}

.select-msie6 .select-items-container-inside {
	padding-top: 1px;
	padding-bottom: 1px;
}

.select-msie6 .select-item {
}

.select-msie6 .select-item {
	line-height: 1.5em;
}



.select .select-item {
	padding-right: 5px;
}

.select .select-item a {
	display: block;
	text-decoration: none;
	border-top: 1px solid #e3e3e3;
	padding: 3px;
}

.select .select-item-first a {
	border-top: 0;
}

.select .select-item a:hover {
	color: #d51919;
}