/*********** TABLE **************/
.price_row
{
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	padding-bottom: 2px;
	clear: both;
}
/*********** TEXT **************/
.text_on_main_color
{
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.text_on_main_color a
{
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.text
{
	text-decoration: none;
	color: Black;
}
.normal
{
	font-family:Arial;
	font-size:12px;
}
/*.normal a
{
	text-decoration: none;
	color: Black;
	text-decoration: underline;
}
.normal a:hover
{
	color: Blue;
	text-decoration: underline;
}*/
.normal_link
{
}
.normal_link a
{
	font-size: 11px;
	color: #da9914;
	font-weight: bold;
	text-decoration: underline;
}
.normal_link a:hover
{
	font-size: 11px;
	color: Blue;
	font-weight: bold;
	text-decoration: underline;
}
.bold
{
	font-weight: bold;
}
.undeline
{
	text-decoration: underline;
}
.quantity
{
	color: #da9914;
}
.sub_menu
{
	color: #3c3c3c;
	text-decoration: none;
}
.sub_menu a
{
	color: #3c3c3c;
	text-decoration: none;
}
.sub_menu a:hover
{
	color: Blue;
	text-decoration: none;
}
/*********PRICE**********/

.price_color
{
	color: #727272;
}

.new_price
{
	font-size: 20px;
	font-weight: bold;
	color: #00aa30;
}
.old_price
{
	text-decoration: line-through;
	color: #808080;
}
/*********** CATEGORY BOX **************/
.image_category_box
{
	width: 105px;
	height: 105px;
}
.text_category_box
{
	color: black;
	text-decoration: none;
}
.text_category_box a
{
	color: black;
	text-decoration: none;
}
.text_category_box a:hover
{
	color: Blue;
	text-decoration: none;
}
.header_category_box
{
	color: black;
	font-size:medium;
	text-decoration: none;
}
.header_category_box a
{
	color: black;
	font-size:medium;
	text-decoration: none;
}
.header_category_box a:hover
{
	color: Blue;
	font-size:medium;
	text-decoration: none;
}
.under_header_category_box
{
	color:GrayText;
	font-size:xx-small;
	text-decoration: none;
}
/*********** PRODUCT **************/
.header_product
{
	white-space: nowrap;
	clear: both;
	padding-bottom: 6px;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
.header_text_product
{
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
.image_product
{
	width: 105px;
	height: 105px;
	border: #bdbdbd 1px solid;
}
.text_product
{
	font: 11px;
	color: Black;
}
.price_column
{
	width: 120px;
}
/*********** PRODUCT BOX **************/
.image_product_box
{
	width: 105px;
	height: 105px;
}
.header_product_box
{
	color: Red;
	font-weight:bold;
	text-decoration: none;
}
.price_product_box
{
	color: #727272;
	font-weight:bold;
	font-size:small;
}
.new_price_product_box
{
	font-size: 20px;
	font-weight: bold;
	color: #00aa30;
}
.promo_price_product_box
{
	text-decoration: line-through;
	color: #808080;
}
/*********** PRODUCT DETAIL **************/
.image_product_detail
{
	width: 300px;
	height: 300px;
}
/*********** PRODUCT LIST **************/
.panel_sort_product_list
{
	background-color: #D3E4A6;
}
/*********** BANNER **************/
.banner_panel_logo
{
	height: 80px;
	width: 210px;
	/*background-color: black;*/
}
/*********** HEADER **************/
.header_panel_search
{
	background-color: #D99915;
}
/*********** NAVIGATION **************/
.nav_url_text
{
	color: Green;
	font-weight: bold;
	text-decoration: none;
}
.nav_url_text a
{
	color: Blue;
	font-weight: bold;
	text-decoration: none;
}
.nav_url_text a:hover
{
	color: Green;
	font-weight: bold;
	text-decoration: none;
}
