/* CSS Document */

#content-store {
	border:2px solid #f6ffdc;
	width:850px;
	min-height:555px;
	background-image:url(../images/bkgd-content-store.gif);
	background-position:left top;
	background-repeat:repeat-y;
	}
#left-store {
	float:left;
	width:224px;
	padding-right:2px;
	color:#f6ffdc;
	}
#left-store img {
	padding-bottom:18px;
	}
#left-store h1 {
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	text-align:center;
	padding-bottom:5px;
	}
#left-store ul {
	padding-left:25px;
	}
#left-store a:link {
	color:#f6ffdc;
	text-decoration:underline;
	}
#left-store a:visited {
	color:#f6ffdc;
	text-decoration:underline;
	}
#left-store a:hover {
	color:#2e4a6f;
	text-decoration:none;
	}
#left-store
a:active {
	color:#2e4a6f;
	text-decoration:none;
	}

#right-store {
	float:left;
	width:604px;
	padding: 10px;
	}
#right-store h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	}
HR {
	margin: 10px auto;
}

/*PRODUCT & DETAIL PAGES CUSTOMIZATIONS*/

div.prodname, div.detailname {
font-size: 18px;
}

div.proddescription, div.detaildescription {
}

/*END OF PRODUCT & DETAIL PAGES CUSTOMIZATIONS*/

