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

.bg {
	/*background-image: url(images/bg.jpg);*/
	background-repeat: repeat-y;
	background-position: right;
}
.tdbg {
	background-attachment: fixed;
	background-image: url(bgright.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/* 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;
}

/* 
Category top menu word link
*/
A.category-top-menu-link, A.category-top-menu-link:visited {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}
A.category-top-menu-link: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: 13px;
	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: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	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: 15px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: normal;
	font-variant: normal;
}
.product_img_line{
	border:1px solid #CCCCCC;
}
.product_box1 {	
	background-color:#ffffff;
	border: 2px solid #fff;
	-moz-box-shadow: 0 0 3px #9d9d9d;
	-webkit-box-shadow: 0 0 3px #9d9d9d;
    box-shadow: 0 0 3px #9d9d9d;
	margin-bottom: 18px;
	-moz-border-radius: 5px;
	-webkit-border-bottom: 5px;
	border-radius:5px;
}
.product_box1:hover {
	border: 2px solid #00529e;
}

.product_box2 {	background-color:#ffffff;
	border: 2px solid #fff;
	-moz-box-shadow: 0 0 3px #9d9d9d;
	-webkit-box-shadow: 0 0 3px #9d9d9d;
    box-shadow: 0 0 3px #9d9d9d;
	margin-bottom: 18px;
	-moz-border-radius: 5px;
	-webkit-border-bottom: 5px;
	border-radius:5px;
}
.product_box2:hover {
	border: 2px solid #00529e;
}
.admin_menu {
	background-color:#CCDFFD;
}
.search_result_paragraph{
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
.search_result_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0000FF;
}
.search_result_text{
}
.search_result_url{
	color: #009933;
	text-decoration: underline;
}
.product_frame {
	border:none;
	border-left: 1px double #CCCCCC;
}
#title_bar{
	background-color: #0053a4;
	-moz-box-shadow: inset 0 0 8px #001a34;
	-webkit-box-shadow: inset 0 0 8px #001a34;
    box-shadow: inset 0 0 8px #001a34;
}
