﻿/******************************************* GRIDVIEW BUTTONS *******************************************/
.GridCancelButton{
	width:16px;
	height:16px;
	display:block;
	background:url(images/cancel.gif) no-repeat;
}

.GridUpdateButton{
	width:20px;
	height:20px;
	display:block;
	background:url(images/save.gif) no-repeat;
}
.GridDeleteButton{
	width:16px;
	height:16px;
	background:url(images/delete.gif) no-repeat;
	display:block;
}
	
.GridEditButton{
	width:16px;
	height:16px;
	background:url(images/edit.gif) no-repeat;
	display:block;
}

.GridReviewButton{
	width:16px;
	height:16px;
	background:url(images/review.gif) no-repeat;
	display:block;
}

.GridMessageButton{
	width:16px;
	height:16px;
	background:url(images/message.gif) no-repeat;
	display:block;
}
/******************************************* END GRIDVIEW BUTTONS *******************************************/

/******************************************* GRIDVIEW TABLE *******************************************/
table.Table_Grid{
	margin-top:10px;
}

table.Table_Grid td{
	padding:3px 5px;
}

.GridRow_Alternate{
	background-color:#ece7e7;
}

table.Table_Grid tr.HeaderGrid th{
	padding:5px 10px;
	background:#787a72;
	color:#ffffff;
}

table.Table_Grid tr.HeaderGrid th a{
	color:#ffffff;
}

/******************************************* END GRIDVIEW TABLE *******************************************/

/******************************************* MENU *******************************************/
.DNNInfo_Classfieds_Menu{
	margin-bottom:5px;
	display:inline-table;
}
/******************************************* END MENU *******************************************/

/******************************************* MISC *******************************************/
.DNNInfo_Required{
	color:red;
	font-weight:bold;
}

.DNNInfo_Label{
	font-weight:bold;
}

table.DNNInfo_Table{
	width:100%;
}

table.DNNInfo_Table td{
	padding:5px 10px;
	vertical-align:top;
}

.DNNInfo_LabelNormal{
	width:120px;
	white-space:nowrap;
}

.DNNInfo_Bold, a.DNNInfo_Bold{
	font-weight:bold;
}

.DNNInfo_NotifySign{
	font-size:14px;
	display:block;
	padding:5px 40px;
	line-height:32px;
	background:url(images/notifysign.gif) 5px 5px no-repeat;
	background-color:#f0fbc4;
	border:solid 1px #b2db0d;
	font-weight:bold;
}

.DNNInfo_Button{
	border:none;
	background:#0982be;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	padding:3px 5px;
	cursor:pointer;
	font-size:12px;
}


/******************************************* END MISC *******************************************/

/***************************************** ADMIN *******************************************/
table.DNNInfo_Table{
	width:100%;
}

table.DNNInfo_Table td{
	vertical-align:top;
}

.DNNInfo_Header{
	background-color:#434547;
	padding:5px 10px;
	color:#ffffff;
	font-weight:bold;
}

.DNNInfo_ContentBox{
	padding:10px;
}

.DNNInfo_ContentBox ol{
	margin:0;
	padding:0;
	padding-left:20px;
}

/***************************************** END ADMIN *******************************************/

/***************************************** CATEGORY LISTING *******************************************/
.DNNInfo_CategoryListing ul, .DNNInfo_CategoryListing ul li{
	margin:0;
	padding:0;
	list-style:none;
	font-size: 14px;
}

.DNNInfo_CategoryListing ul li{
	line-height:22px;
	background-color:transparent;
}

.DNNInfo_CategoryListing ul li a{
	text-decoration:none;
	padding-left:20px;
	color:#0982be;
	background:url(images/category.gif) no-repeat;
}

.DNNInfo_CategoryListing ul li a:hover{
	color:#ff9356; 
	text-decoration:underline;
}

.DNNInfo_CategoryListing ul li.selected a.selected{
	color:#ff9356;
	font-weight:bold;
}

.DNNInfo_CategoryListing ul li ul{
	padding-left:10px;
	/*display:none;*/
}

.DNNInfo_CategoryListing ul li.selected ul{
	display:block;
}

.DNNInfo_CategoryListing ul li ul li{
	line-height:17px;
}

.DNNInfo_CategoryListing ul li ul li a{
	padding-left:10px;
	background:url(images/arrow.gif) no-repeat;
	background-position:2px 5px;
}

.DNNInfo_CategoryListing ul li ul li ul li a{
	padding-left:10px;
	background:url(images/arrow.gif) no-repeat;
	background-position:2px 5px;
}
/***************************************** END CATEGORY LISTING*****************************************/

/******************************************* CLASSIFIED LISTS *******************************************/
table.DNNInfo_TblClassifiedList{
	width:100%;
}

table.DNNInfo_TblClassifiedList td{
	vertical-align:top;
	padding:10px;
}

.tdDNNInfo_ClassifiedMainImage{
	width:150px;
}

.tdDetailsDNNInfo_ClassifiedMediumMainImage{
	width:250px;
}

div.DNNInfo_ClassifiedTitle, div.DNNInfo_ClassifiedTitle a, div.DNNInfo_ClassifiedTitle a:visited{
	color:#0982be;
	text-decoration:none;
	font-size:16px;
}

div.DNNInfo_ClassifiedTitle a:hover{
	text-decoration:underline;
}

div.DNNInfo_ClassifiedRating{
	margin-top:4px;
	}

div.DNNInfo_RatingSummary, div.DNNInfo_ClassifiedPostedBy, div.DNNInfo_ClassifiedPCreatedOn, div.DNNInfo_ClassifiedUpdatedOn, div.DNNInfo_ClassifiedTotalDownloads, div.DNNInfo_ClassifiedHits, DNNInfo_ClassifiedPrice, DNNInfo_ClassifiedLicenseType{
	font-size:12px;
}

div.DNNInfo_ClassifiedShortDescription{
	margin-top:10px;
	font-size: 14px;
}

div.DNNInfo_ClassifiedTotalDownloads, div.DNNInfo_ClassifiedCountry, div.DNNInfo_ClassifiedPrice, div.DNNInfo_ClassifiedLicenseType, div.DNNInfo_ClassifiedHits, div.DNNInfo_ClassifiedWebsiteURL, div.DNNInfo_ClassifiedMobileNo, div.DNNInfo_ClassifiedWebsiteField {
	height:20px;
	line-height:20px;
	padding-left:20px;
	font-size: 13px;
}

div.DNNInfo_ClassifiedWebsiteURL, div.DNNInfo_ClassifiedWebsiteField{
    line-height:normal;
    display:inline-table;
    height:auto;
}

div.DNNInfo_ClassifiedMobileNo{
	background:url(images/telefon.gif) no-repeat;
}

div.DNNInfo_ClassifiedCountry{
	background:url(images/country.gif) no-repeat;
}

div.DNNInfo_ClassifiedWebsiteField{
	background:url(images/skype.gif) no-repeat;
}

div.DNNInfo_ClassifiedTotalDownloads{
	background:url(images/download.gif) no-repeat;
}

div.DNNInfo_ClassifiedPrice{
	background:url(images/price.gif) no-repeat;
}

div.DNNInfo_ClassifiedLicenseType{
	background:url(images/license.gif) no-repeat;
}

div.DNNInfo_ClassifiedHits{
	background:url(images/hits.gif) no-repeat;
}

div.DNNInfo_ClassifiedWebsiteURL{
	background:url(images/url.gif) no-repeat;
}

div.DNNInfo_Liner{
	line-height:5px;
	height:10px;
	border-top:dotted 1px #9a9895;
	letter-spacing:1px;
	clear:both;
}

h3.DNNInfo_H3{
	margin:0;
	padding:0;
	padding-bottom:5px;
	margin-top:20px;
}

table.DNNInfo_TblAskQuestion td, table.DNNInfo_TblReview td{
	padding:2px 5px;
}

div.DNNInfo_CategoryLink{
	margin-top:10px;
	margin-bottom:5px;
	background-color:#0982be;
	padding:6px 5px;
	display:inline-block;
	width:97%;
	color:#ffffff;
	font-weight:bold;
}

div.DNNInfo_CategoryLink a{
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}

.DNNInfo_SortBar{
	margin:10px 0px;
}

.DNNInfo_AdditionalImages{
	margin-top:10px;
}

.DNNInfo_ImageThumb{
	float:left;
	margin-right:3px;
	margin-bottom:3px;
}

/******************************************* END CLASSIFIED LISTS *******************************************/

/********************************************* INBOX MESSAGE **********************************************/
.DNNInfo_EmailBold{
	font-weight:bold;
}

.DNNInfo_InboxMessage, .DNNInfo_InboxMessage li{
	margin:0px;
	padding:0px;
	list-style:none;
}

.DNNInfo_InboxMessage li{
	background-color:#342c2c;
	text-align:center;
	width:100px;
	float:left;
	border-right:solid 1px #ffffff;
}

.DNNInfo_InboxMessage li a, .DNNInfo_InboxMessage li a:active, .DNNInfo_InboxMessage li a:visited{
	color:#ffffff;
	font-weight:bold;
	display:block;
	padding:5px 10px;
}

.DNNInfo_InboxMessage li.selected a, .DNNInfo_InboxMessage li a:hover{
	background-color:#fb820b;
}

.DNNInfo_MessagePreview{
	font-size:12px;
	color:#5a5754;
}

table.DNNInfo_TblMessageDetails td{
	padding:2px 3px;
}

.DNNInfo_MessageBoxHeader{
	background-color:#d4dbe2;
	padding:5px;
}

table.DNNInfo_TblMessageDetails{
	width:100%;
}

table.DNNInfo_TblMessageDetails td{
	vertical-align:top;
}
/********************************************* END INBOX MESSAGE **********************************************/


/********************************************* RATING **********************************************/
.DNNInfo_RatingBox{
	margin-bottom:18px;
}

.DNNInfo_RateBy{
	font-size:12px;
	font-style:italic;
	margin:5px;
}

.DNNInfo_RatingMessage{
	font-size:12px;
	padding-bottom:5px;
	border-bottom:dotted 1px #cccccc;
}

.DNNInfo_RatingSummary{
	font-size:12px;
	margin-bottom:5px;
}

.DNNInfo_RatingStarsList{
	margin-bottom:5px;
}
/********************************************* END RATING **********************************************/

/********************************************* PAGING BAR **********************************************/
.DNNInfo_PagingBar {
	background-color:#C0D3F5;
	height:20px;
	line-height:20px;
	margin:5px 0;
	padding:3px 5px;
}

a.linkSelected{
	padding:3px;
	border:solid 1px #2b2c2d;
}
/********************************************* END PAGING BAR **********************************************/

.DNNInfo_ClassifiedDescription{
	font-size:14px;
}