.nav_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E5E2DD;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	color: #666666;
}
/*td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}*/
.cart {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
	font-weight: bold;

}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.footer {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
	padding: 4px	
}

.nav_search {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #E5E2DD;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	color: #666666;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #239605;
	text-decoration: underline;
}


.product_listing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background: #E5E2DD;
	width: 540px;
	border: 1px solid #666666;
}


.product_detail {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #666666;
        background-image: url(/images/bg_prod_detail.jpg);
	width: 100%;
        border: 1px solid #666666;
}

.product_detail_name {
        background-image:url(/images/bg_prod_detail_name.jpg);
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.menu a,.menu a:link,.menu a:visited,.menu a:active {
	display: block;
	color: #333333;
	height: 16px;
	text-decoration: none;
	background-color: #E5E2DD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	border-right: 2px solid #666666;
	border-left: 2px solid #666666;
}

.menu a:hover {
	display: block;
	color: #333333;
	cursor: pointer;
	height: 16px;
	text-decoration: none;
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
}

.menu2 a,.menu2 a:link,.menu2 a:visited,.menu2 a:active {
        display: block;
        color: #333333;
        height: 16px;
        text-decoration: none;
        background-color: #E5E2DD;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        padding: 5px;
        border-right: 2px solid #666666;
}

.menu2 a:hover {
        display: block;
        color: #333333;
        cursor: pointer;
        height: 16px;
        text-decoration: none;
        background-color: #999999;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        padding: 5px;
}

