﻿.sortBy 
{
	width: 575px; border: 1px solid #f7f7f7; clear: both; text-align: left
}

.sortBy .header 
{
	background-image: url(https://www.wakanow.com/NG/flights/Images/sort-bg.jpg);
	background-repeat: repeat-y; padding: 5px 0px 3px 8px
}

.sortBy .header .caption 
{
	width: 63px; height: 16px; background-image: url(https://www.wakanow.com/NG/flights/Images/sort-by.jpg);
}

.sortBy .body 
{
	 width: 575px
}

.sortBy .body .col 
{
	float: left; cursor: pointer; text-align: left; position: relative; text-align: center;
	height: 24px; line-height: 24px; background-color: #cee7ec; border-left: 1px solid #feffff;
}

.sortBy .body .col input 
{
	top: 2px; position: absolute
}

.sortBy .body .col span 
{
	padding-left: 20px; font-weight: bold; padding-right: 15px
}


