/* --:: STYLES THAT MUST BE CALLED ::-- */


/* bodycopy classes */
.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.bodycopy a:link {
	font-weight: bold;
	text-decoration: none;
	color: #8049A0;
}

.bodycopy a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #8049A0;
}

.bodycopy a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #8049A0;
}

.bodycopy a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #8049A0;
}


/* bodytitle classes */
.bodytitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	line-height: 13px;
}

.bodytitledark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #595800;
	line-height: 13px;
}


/* breadcrumb classes */
.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.breadcrumb a:link {
	font-weight: bold;
	text-decoration: none;
	color: #8049A0;
}

.breadcrumb a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #8049A0;
}

.breadcrumb a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #8049A0;
}

.breadcrumb a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #8049A0;
}


/* bullet class */
.bullet {
	list-style-position: outside;
	list-style-type: disc;
}

.bullet-over {
	list-style-position: outside;
	list-style-type: disc;

}


/* cart classes */
.carttabletitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #595800;
	line-height: 12px;
}

.cart-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A0A65C;
	line-height: 11px;
}

.cartAlternatingRowB {
	background-color: #FAFBF7;
}


/* footer classes */
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.footer a:link {
	font-weight: bold;
	text-decoration: none;
	color: #8049A0;
}

.footer a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #8049A0;
}

.footer a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #8049A0;
}

.footer a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #8049A0;
}


/* imageborder classes */
.imageborder {
	border: 1px solid #9B9B66;
}


/* input classes */
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595800;
	padding-left: 5px;
	border: 1px solid #595800;
}

.input-colored {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595800;
	background-color: #F5F6EE;
	padding-left: 5px;
	border: 1px solid #595800;
}


/* product classes */
.product-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #595800;
}


/* push classes */
.pushtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bolder;
	color: #FFFFFF;
	padding-left: 10px;
	line-height: 9px;
}

.product-headings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9B9B66;
}

.text-purple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7D7F2E;
	line-height: 12px;
}


/* subnav classes */
.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595800;
}

.subnav a:link {
	font-weight: bold;
	text-decoration: none;
	color: #595800;
}

.subnav a:visited {
	font-weight: bold;
	text-decoration: none;
	color:#595800;
}

.subnav a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #595800;
}

.subnav a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #595800;
}

.subnav-over {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8049A0;
}

.subnav-over a:link {
	font-weight: bold;
	text-decoration: none;
	color: #8049A0;
}

.subnav-over a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #8049A0;
}

.subnav-over a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #8049A0;
}

.subnav-over a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #8049A0;
}


/* --:: STYLES INHERENT TO TAGS ::-- */

body {
	background-color: EEF0E3;
}

ul {
	margin-top: 0;
    border-top-width: 0;
    padding-top: 0;
    margin-bottom: 0;
    border-bottom-width: 0;
    padding-bottom: 0;
	margin-left: 10;
    border-left-width: 0;
    padding-left: 10;
}

.left-nav-background {
	background-color: #EEF0E3;
}
