@charset "utf-8";
/* CSS Document */

.bg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 20px;
	display: block;
	text-decoration:none
	}
A.category-top:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


A.catagory_frame:hover {
	color: #CC0000;
	text-decoration:underline;	
}
.catagory_frame{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;	
	color: #000000;
	text-decoration:none;
}
.catagory_gap{
	border-top-style: dashed;
	border-top-color: #999999;
	border-bottom-style: none;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
.category_title {	
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	font-variant: normal;
}
.normal_text {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.product_title {	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	line-height: normal;
	font-variant: normal;
}
.product_img_line{
	border:1px solid #CCCCCC;
}
.admin_menu {
	background-color: #EAF7FF;
}

