.listingsTable {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    td{
	font-size:13px;
	border-bottom:solid 1px #bababa;
	color:#707070;
	vertical-align: top;
	padding:10px 0;
	font-size:pem(11);
    }
    .when{
	font-size:11px;
	line-height: 11px;
	display: block;
    }
    a{
	color:$color-main;
	text-decoration: none;
    }
    a:hover{
	text-decoration: underline;
    }
    h3 a,
    h3{
	font-size:16px;
	font-weight: bold;
	color:#08C;
	text-decoration: none;
	margin:0px;
	margin-bottom:10px;
    }
    p{
	font-size:pem(14,11);
	margin-top:0;
	margin-bottom:5px;
    }
}

input::-webkit-input-placeholder{
    color:$color-text-dark;
}
input:-moz-placeholder{
    color:$color-text-dark;
}
input::-moz-placeholder{
    color:$color-text-dark;
}
input::-ms-input-placeholder{
    color:$color-text-dark;
}
span.check{
    display: block;
    width: 9px;
    height: 4px;
    border: solid 4px #000;
    border-top: 0;
    -webkit-transform: rotate(-45deg);
    border-right: 0;
    margin-top: 5px;
    margin-left: 3px;
    opacity: 0;
}
.well-no-header{
    li:first-child a{
	@include border-radius(6px 6px 0 0);
    }
}
.well-search{
    li.header{
	position: relative;
	overflow: hidden;
	height: 46px;
	@include border-radius(6px 6px 0 0);
	padding: 0;
	background-color: $color-second;
	color: #FFF;
	input{
	    display: block;
	    width: 100%;
	    border: none;
	    padding: 14px 0;
	    position: absolute;
	    right: 0;
	    left: 0;
	    padding-right: 0;
	    background-color:transparent;
	    color:$color-text-dark;
	    @include border-radius(6px 6px 0 0);
	    font-weight: bold;
	    margin-left: 15px;
	}
	a{
	    padding: 0;
	    width: 100%;
	    height: 100%;
	    margin-left: 0;
	    color:$color-text-dark;
	    background-color: transparent;
	}
	button{
	    position: absolute;
	    right: 0;
	    top: 0;
	    border: 0;
	    width: 50px;
	    height: 46px;
	    background-color: $color-second;
	    background-image: url('../img/well-search-icon.gif');
	    text-indent: -9999px;
	}
    }
    li{
	position:relative;
	.radio{
	    border-radius: 100%;
	    background-color: #FFF;
	    width: 20px;
	    height: 20px;
	    position: absolute;
	    right: 15px;
	    display: block;
	    z-index: 1;
	    top: 50%;
	    margin-top: -10px;

	    input{
		visibility:hidden;
		top: 0;
		position: absolute;
		right: 0;
		width: 100%;
		height: 100%;
		border: none;
		padding:0;
	    }
	}
	 a{
	display: block;
	background-color: #5f3389; padding: 14px 15px; display: block; text-decoration: none;
	color: #fff; position: relative;
	border-bottom: solid 2px $color-text-dark;
	font-weight: bold;

	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
    }
    }
    .active{
	a{
	    background-color: $color-text-dark;
	    color:$color-second;
	}
	.radio{
	    background-color: $color-second
	}
	span.check{
	    opacity: 1;
	}
    }
    a:hover{
	/*background-color: $color-text-dark;*/
    }
    li:last-child{
	a{
	    @include border-radius(0 0 6px 6px);
	    border-bottom: none;
	}
    }
}
.well-mini.well-search{
    a{
	padding: 9px 15px;
	font-size: 14px;
	border-bottom-width: 1px;
    }
    .header a{
	padding:0;
    }
}