/* 
CSS for Sort, Hide elements 
Date: 3/15/2011
*/

/* ------------------- Sort CSS ------------------- */
span.sortarrow img {
	vertical-align: middle;
}
.alignRight {
    width: 33%;
}

.colBox-trigger {
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    text-align: right;
    white-space: nowrap;
    width: 33%;
}

.colBox-trigger a { color: #000; }

/* Scroller */
 .col-cntrl {
    background-image: url(../images/scroller_arrows.png);
	background-color: #FFF;
	background-repeat: no-repeat;
    height: 100px;
	width: 45px;
	position: fixed;
    z-index: 999;
	-moz-opacity: 0.4;
	opacity:.40;
	filter: alpha(opacity=40);
	margin-top: 30px;
	display: none;
}

#col-cntrl-left {
	background-position: 0 -100px;
	margin-left: -50px;
}

#col-cntrl-right { 
	background-position: 0 0;
	margin-left: 968px;
}

#col-cntrl-left:hover , #col-cntrl-right:hover {
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	cursor: pointer;
}

#col-cntrl-right-base { 
	background: url(../images/spacer.gif) repeat 0 0;
	margin-left: 968px;
	height: 250px;
	margin-top: 30px;
    z-index: 990;
	width: 50px;
	position: fixed;
}


/* Fixed column */
.fix-col, .fix-col:hover {
	background-image: url(../images/win_icon_sets_lock.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	top: 10px;
	padding-right: 12px;
}

