#pageWrapper{}

/*
 * Page description
 */
#sitePageDescription{
	font-size:1.2em;
	line-height:120%;
}

/*
 * Category List
 */
#siteCategoryList{}
.category-item{
	padding:6px 9px 7px 7px;
	border:1px solid #7789A4;
	margin-bottom:10px;
}
.category-item-name{
	padding-bottom:2px;
	border-bottom:1px solid #7789a4;
	font-size:1.2em; 
        overflow:hidden;
}
.category-item-name a{
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
.category-item-name a:hover{
	color:#000;
	text-shadow:#666 1px 1px 2px;
}
.category-item-cols{
	overflow:hidden;
}
.category-item-col-left{
	float:left;
	width:108px;
}
.category-item-col-right{
	float:right;
	width:535px;
}
.category-item-desc{
	padding:5px 0;
        color:#333;
	line-height:120%;
  font-size:1.1em;
}
.category-item-price{
	padding:5px 0;
	border-top:1px solid #7789a4;
	color:#333;
	font-size:1.1em;
}
.category-item-image{
	padding-top:6px;
	text-align:center;
}
.category-item-image img{
	padding:1px;
	border:1px solid #7789a4;
}
.category-item-link{
	padding:5px 0 0;
}
.category-item-link a{
	display:block;
	width:108px;
	height:24px;
	background:url(../Design/siteMoreInfo.png) left top no-repeat scroll;
	line-height:24px;
	text-indent:110px;
	overflow:hidden;
}
.category-item-link a:hover{
	background-position:left -24px;
}





