/*
 * Page Wrapper
 */
#pageWrapper{}

/*
 * Location
 */
#siteLocation .section-heading-bot{
	font-size:1.2em;
}
#siteLocation a{
	color:#fff;
	text-decoration:none;
}
#siteLocation a:hover{
	text-decoration:underline;
}

/*
 * Category Name
 */
#siteCategoryName{
	margin:1em 0;
	color:#DF97F1;
	font-size:1.4em;
	font-weight:bold;
}

/*
 * Incategory description
 */
#siteInCategoryDesc{
	padding:0 3px;
	font-size:1.2em;
}

/*
 * Category list
 */
.category-items{}
.category-item{
	padding:5px;
	border:1px solid #3B2A4D;
	margin:10px 0;
	overflow:hidden;
}
.category-item-image{
	float:left;
	width:80px;
	height:80px;
	padding:5px;
}
.category-item-text{
	margin-left:100px;
}
.category-item-name{
	margin:5px 0 10px;
}
.category-item-name a{
	color:#DF97F1;
	font-size:1.4em;
	font-weight:bold;
	text-decoration:none;
}
.category-item-name a:hover{
	text-decoration:underline;
}
.category-item-desc{
	font-size:1.2em;
	line-height:120%;
}
.category-item-link{
 overflow:hidden;
}
.category-item-link a{
	float:right;
	display:block;
	width:100px;
	height:20px;
	background:url(../Design/siteCategoryLink.png) left top no-repeat scroll;
	line-height:20px;
	text-indent:100px;
	overflow:hidden;
}
.category-item-link a:hover{
	background-position:left -20px;
}
