/* CSS Document */
  
/*# means internal link, only one per element per page!*/
#search .boxcontent {
	margin-bottom: 5px;
}
#categories .boxtitle {
	color: #0066CC;
}
#categories A {
	color: #000000;
	text-decoration:none;
}
#categories .boxcontent li {
	text-transform: capitalize;
}

.list ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: outside;
	list-style-type: none;
	margin-top: 1em;
	margin-left: 0;
}
.list li {
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 1.5em;
}
#worldpay .boxcontent, #search .boxcontent {
	text-align: center;
}
#content_inner .box .boxtitle {
	text-align: justify;
}

#content_inner .box .boxcontent {
	text-align: justify;
	margin-right: 13px;
	margin-left: 13px;
	font-size: 1.1em;
}
/*#giftpacks .boxcontent {
	text-align: center;
}*/
#giftpacks {
	width: 425px;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 20px;
}

#menu {
	font-size: 1.2em;
	float: right;
	margin-top: 12px;
	margin-right: 10px;
	width: 180px;
}

#menu DIV {
	height: 35px;
	text-align: right;
}
#menu DIV IMG {
	float: right;
	margin-left: 27px;
}
.pagetitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663366;
}