p {
	font-family: Helvetica;
	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;
}

.hometable {
	font-family: Verdana;
	font-size: 10px;
	font-color: #3333ff;
	font-weight: normal;
	border: 1px dotted #ddd;
	border-radius: 10px 10px 10px 10px;
	padding: 5px 0 5px 0;
}


.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: Helvetica;
	font-size: 10px;
	color: #333;
	font-weight: bold;
	line-height: 24px;
	border-bottom: 1px dotted #333;
}

.categoryentry a {
	color: #333;
	text-decoration: none;
}

.categoryentry a:hover {
	color: #333;
	text-decoration: underline;
}

#categoryentryon {
	font-family: Helvetica;
	font-size: 10px;
	color: #c10007;
	font-weight: bold;
	height: 15px;
	border-bottom: 1px solid #c10007;
	background: #f3f3f3;
}

#categoryentryon a {
	color: #c10007;
	text-decoration: none;
}

#categoryentryon a:hover {
	color: #c10007;
	text-decoration: underline;
}

#categoryentryoff {
	font-family: Helvetica;
	font-size: 10px;
	color: #333;
	font-weight: bold;
	height: 15px;
	border-bottom: 1px solid #ccc;
	background: #f3f3f3;
}

#categoryentryoff a {
	color: #333;
	text-decoration: none;
}

#categoryentryoff a:hover {
	color: #333;
	text-decoration: underline;
}

.categorytreetitle {
	font-family: Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #C10007;
	border-bottom: 1px solid #C10007;
}

.categorytreetitle a {
	color: #C10007;
	text-decoration: none;
}

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

.productdescription {
	font-family: Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #666;
	border-bottom: 1px dotted #333;
}

.storebanner {
	background: #FB2302;
}

#storebanner2 {
	background: #C10007;
	height: 30px;
}

#storebanner2 p {
	color: #fff;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 5px 0 5px 25px;
	line-height: 24px;
	margin: 0;
}

#storebanner2 a {
	color: #fff;
}

.preferredprices {
	background: #C10007;
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	padding: 5px 25px 5px 25px;
	margin-right: 10px;
}

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

.customerlinks {
	background: #666;
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	padding: 5px 25px 5px 25px;
	margin-right: 10px;
}

.customerlinks 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;
}

.productthumb {
	background: #fff;
	border: 1px solid #dddddd;
	border-radius: 10px;
}

.productname {
	font-family: Helvetica, Helvetica, sans-serif;
	font-size: 14px;
	color: #444;
	font-weight: normal;
	line-height: 18px;
	padding: 5px 10px 0 10px;
	margin-top: 10px;
}

.productname a {
	color: #444;
	text-decoration: none;
}

.productdetails {
	font-family: Verdana;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	line-height: 14px;
	padding: 5px 10px 0 10px;
	margin-top: 10px;
}

.productqty {
	font-family: Verdana;
	font-size: 10px;
	color: #C10007;
	font-weight: bold;
	line-height: 14px;
	padding: 5px 10px 0 10px;
	margin-top: 10px;
}


#bottomarea {
	width: 100%;
	margin-top: 1px;
	background: #ccc;
}

.addressinfo {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 20px 20px 20px 20px;
	line-height: 18px;
}

.addressinfo a {
	color: #333;
	text-decoration: none;
}

.addressinfo a:hover {
	color: #333;
	text-decoration: underline;
}

.connect {
	font-family: Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}





