﻿.x-layout-collapsed-west{
    background:url(../images/search-options.gif) no-repeat center;
}

.sort-asc .x-btn-text-icon {
    background: url(../images/icons/sort-asc.gif) no-repeat left;
}
.sort-desc x-btn-text-icon {
    background: url(../images/icons/sort-desc.gif) no-repeat left;
}


/** Comment List */
.list-price {
	margin: 0;
	display: block;
	font-family: Verdana;
	font-size: 14px;
	font-weight:bold;
	color: red;
	margin-bottom:3px;
}
.item-title{
	font:bold 12px "sans serif", Verdana;
	color:#444444;
}
.feed-item-normal {
	display:block;
	margin:0px;
	padding:5px;
	font-family: Verdana;
	font-size:10px;
	border:1px solid white;
	border-bottom:1px solid #dddddd;
	color:#222222;
	cursor:pointer;
	line-height: 18px;
	-moz-user-select: none;
	-khtml-user-select:none;
}

.feed-item-featured {
	display:block;
	margin:0px;
	padding:5px;
	font-family: Verdana;
	font-size:10px;
	border:1px solid white;
	border-bottom:1px solid #dddddd;
	color:#222222;
	cursor:pointer;
	line-height: 18px;
	-moz-user-select: none;
	-khtml-user-select:none;
}

.listing-header-normal {
	height: 27px;
	background:#ffffff url(../images/nores_logo.gif) no-repeat top left;
}

.listing-header-featured {
	height: 27px;
	background:#ffffff url(../images/tlr_listing_logo.gif) no-repeat top left;
}



.feed-desc {
	font-family: Tahoma;
	font-size:14px;
}
.selected-article{
	background:#ecf5fe url('images/post-bg.gif') repeat-x;
	border:1px solid #c3daf9;
}
#preview-body {
	padding:10px;
	overflow:auto;
	line-height: 18px;
}



#loading .loading-indicator{
    border:1px solid #aaaaaa;
    background:white;
    color:#000000;
    font:bold 13px tahoma,arial,helvetica;
    padding:10px;
    margin:0;
    z-index:20001;
}


