/* Content of products page */
div#imagepage img {
	margin: 12px 0 0 36px;
}
div#textpage {
	padding-right: 5px;
}


/* Mouse over active */
div#menu ul li.menu3 a {
	position: relative;
	bottom: 45px;
}


/* Text box */
div#textbox {
	width: 383px;
	background: url(../images/background/categories.gif) repeat-y;
	margin-top: -5px;
}
div#textpage h3 {
	width: 372px;
    background: url(../images/title/t-categories.gif) no-repeat;
	height: 27px;
	color: white;
	font-size: 100%;
	padding: 5px 0 0 5px;
}
div.boxcontent li {
	margin-left: 6px;
	height: 30px;
	padding-left: 10px;
    background: url(../images/arrow/arrow.gif) 0 3px no-repeat;
}
div#textbox div#textboxend {
    background: url(../images/background/catbottom.gif) no-repeat;
	width: 383px;
	height: 65px;
	clear: left;
}
div.boxcontent {
	width: 110px;
	margin-left: 10px;
	float: left;
	display: inline;
}
div.boxcontent a {
	height: 30px;
	display: block;
	text-decoration: none;
}
div.boxcontent a:hover{
    background-color: #EEEEEE;
}
