
/* Default Font */
body, p, div, span, ul, li, td {
	font-family:		Verdana;
	font-size:		12px;
	color:			black;
}

/*  Links - Default */
a:link {
	color:			red;
	text-decoration:	none;
}

/*  Links - On Click */
a:active {
	color:			red;
	text-decoration:	none;
}

/*  Links - Visited */
a:visited {
	color:			maroon;
	text-decoration:	none;
}

/*  Links - On Hover */
a:hover {
	text-decoration:	underline;
	color:			red;
}

/* Store Title Font */
.eps-storetitle {
	font-family:		Verdana,Arial;
	font-size:		22px;
	font-weight:		bold;
	color:			#FF0000;
}

/* In affiliation with... */
.eps-affilwith {
	font-family:		Verdana;
	font-size:		11px;

}

/* Menu Bar BG */
.eps-menubarbgtop {
	border:		0px solid #F8F8F8;
	background-color:	#F2F2F2;
}

/* News Bar BG (below menu) */
.eps-menubarbgbot {
	font-size:		11px;
	background-color:	#E30000;
	color:			#FFFFFF;
}

/* Search Field */
.eps-searchfield {
	font-size:		11px;
	font-weight:		bold;
}

/* Left Side Background */
.eps-leftbg {
	border:		0px solid #F8F8F8;
	background-color:	#FFFFFF;
}

/* Category Hierarchy Font */
.eps-hierarchy {
	font-family:		Verdana;
	font-size:		11px;
	font-weight:		bold;
}

/* Category List Title Font */
/* ie. "Browse Comics" */
.eps-catlisttitle {
	font-family:		Arial;
	font-size:		11px;
	font-weight:		bold;
	color:			black;
}

/* Category List Link Font */
.eps-catlistlinks {
	font-family:		Verdana;
	font-size:		11px;
	font-weight:		default;
}

/* Main Background */
.eps-mainbg {
	background-color:	#FFFFFF;
}

/* Section Title Font */
.eps-sectiontitle {
	font-family:		Arial,Verdana;
	font-size:		18px;
	font-weight:		bold;
}

/*  Small Text */
.eps-small {
	font-size:		11px;
}

/*  Smallest Text */
.eps-smallest {
	font-family:		Verdana,Arial;
	font-size:		10px;
}

/*  Small/Light Text */
.eps-small-light {
	font-family:		Verdanda,Arial;
	font-size:		10px;
	color:			#666666;
}

/* Page Navigation Font */
.eps-pagenav {
	font-family:		Verdana, Arial;
	font-size:		11px;
}

/* Browsing: Navigation Cell */
.eps-browsenavcell {
	border:		2px solid #E6E6E6;
	background-color:	#FFFFFF;
}

/* Browsing: Product Cell 1 */
.eps-browseproductcell {
	border:		2px solid #E6E6E6;
	background-color:	#FFFFFF;
}

/* Browsing: Product Cell 2 */
.eps-browseproductcell2 {
	border:		2px solid #E6E6E6;
	background-color:	#F8F8F8;
}

/* Browsing: Title */
.eps-browsetitle {
	font-family:		Verdana,Arial;
	font-size:		11px;
	font-weight:		bold;
}

/* Browsing: Artist */
.eps-browseartist {
	font-family:		Verdana,Arial;
	font-size:		10px;
}

/* Browsing: Type */
.eps-browsetype {
	font-family:		Verdana,Arial;
	font-size:		10px;
}

/* Browsing: Size */
.eps-browsesize {
	font-family:		Verdana,Arial;
	font-size:		10px;
}

/* Browsing: Frameable/Mountable */
.eps-browseframemount {
	font-family:		Verdana,Arial;
	font-size:		10px;
}

/* Browsing: Price */
.eps-browseprice {
	font-family:		Verdana;
	font-size:		11px;
	font-weight:		bold;
	color:			#666666;
}

/* Browsing: Sale Price */
.eps-browsepricesale {
	font-family:		Verdana;
	font-size:		11px;
	font-weight:		bold;
	color:			red;
}

/* Viewing: Details Cell */
.eps-viewdetailscell {
	border:		2px solid #E6E6E6;
	background-color:	#FFFFFF;
}

/* Viewing: Prev/Next Cell */
.eps-viewnavcell {
	border:		2px solid #E6E6E6;
	background-color:	#FFFFFF;
}

/* Viewing: Tell Friend Cell */
.eps-viewfriendcell {
	border:		2px solid #E6E6E6;
	background-color:	#FFFFFF;
}

/* Viewing: Artist */
.eps-viewartist {
	font-family:		Verdana,Arial;
	font-size:		11px;
}

/* Viewing: Type */
.eps-viewtype {
	font-family:		Verdana,Arial;
	font-size:		11px;
	font-weight:		bold;
}

/* Viewing: Size */
.eps-viewsize {
	font-family:		Verdana,Arial;
	font-size:		11px;
}

/* Viewing: Frameable/Mountable */
.eps-viewframemount {
	font-family:		Verdana,Arial;
	font-size:		11px;
}

/* Viewing: Price */
.eps-viewprice {
	font-family:		Verdana,Arial;
	font-size:		14px;
	font-weight:		bold;
	color:			#666666;
}

/* Viewing: Sale Price */
.eps-viewpricesale {
	font-family:		Verdana,Arial;
	font-size:		14px;
	font-weight:		bold;
	color:			red;
}

/* Viewing: Sale Savings */
.eps-viewsalesavings {
	font-family:		Verdana;
	font-size:		11px;
	color:			red;
}

/* Category Cell 1 */
.eps-browsecatcell {
	border:		2px solid #E6E6E6;
	background-color:	#FFFFFF;
}

/* Category Cell 2 */
.eps-browsecatcell2 {
	border:		2px solid #E6E6E6;
	background-color:	#F8F8F8;
}

/* Browsing: Category Title */
.eps-browsecattitle {
	font-family:		Verdana,Arial;
	font-size:		12px;
	font-weight:		bold;
}

/* Forms */
form {
	margin:		0px;
	padding:		0px;
}
