p {
	font-family: Arial;
	font-size: 12px;
}

.accountbox {
	border-style: dotted;
	border-width: 1px;
	border-color: #6F7DAD;
	font-family: Verdana;
	font-size: 10px;
	padding: 0 10px 0 10px;
	color: #6F7DAD;
}

.accountbox a {
	color: #6F7DAD;
}

.boxstyle {
	border-style: solid;
	border-width: 1px;
	border-color: red;
}
.boxstyle a {
	color: red;
	text-decoration: none;
}
.boxstyle a:hover {
	color: red;
	text-decoration: underline;
}
.saletext {
	color: red;
	font-size: 9px;
	font-family: Verdana;
	text-align: center;
}

.categoryheader {
	font-family: Verdana;
	font-size: 10px;
	font-color: #3333ff;
	font-weight: normal;
}


.categoryheader a {
	text-decoration: none;
}

.categoryheader a:hover {
	text-decoration: underline;
}

.categoryentry {
	font-family: Arial;
	font-size: 10px;
	color: #C10007;
	font-weight: normal;
}

.categorytreetitle {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #C10007;
	border-bottom: 1px dotted #C10007;
}

.categorytreetitle a {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #C10007;
	text-decoration: none;
}

.categorytreetitle a:hover {
	text-decoration: underline;
}

.storebanner {
	background: #B60006;
}

.preferredprices {
	background: #C10007;
	font-family: Verdana;
	font-size: 9px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
}

.preferredprices a {
	color: #ffffff;
	text-decoration: none;
}

.smallbox {
	border: 1px solid #e0e0e0;
	margin: 0 5px 0 0;
}

.smalltext {
	font-size: 10px;
	font-family: Verdana;
}

.lineright {
	border-right: 1px solid #e8e8e8;
}

.redcontent {
	color: #C10007;
	font-weight: bold;
}







