/**
 * version: 1.0
 * author: negatyve.com
 * author uri: http://www.negatyve.com/
 * © 2008 negatyve.com | all rights reserved
**/

/****************/
/* ORDER STYLES */
/****************/

.sort-links li
{
margin-left: 10px;
}
.sort-links li.title
{
color: #505050;
margin-right: 30px;
}
.sort-links a, .sort-links span
{
border-left: 1px solid transparent;
padding-left: 10px;
}
.sort-links li.title span, .sort-links li.first-link span, .sort-links li.first-link a
{
border-left: none;
padding-left: 0;
}
.sort-links a
{
text-decoration: underline;
}
.sort-links a.ordered-asc,
.sort-links a.ordered-desc
{
font-weight: bold;
background-position: center right;
background-repeat: no-repeat;
padding-right: 15px;
}
