@charset "utf-8";
/* CSS Document */
.text_border {
	margin: 2px;
	padding: 2px;
	clear: none;
	float: none;
	height: auto;
	width: auto;
	border: thin solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}
.button_txt {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #fac45a;
}
.style1 {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.style2 {
	font-family: Arial;
	font-size: 12px;
	color: #000099;
}
.link_txt {
	font-family: Arial;
	font-size: 12px;
	color: #ff0000;
}
.link_txt2 {
	font-family: Arial;
	font-size: 12px;
	color: #0000cc;
}
.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;
	line-height: 20px;
	display: block;
	text-align:center;
	}
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: 14px;
	font-style: normal;
	font-weight: bold;
	color: #630c0e;
	line-height: normal;
	font-variant: normal;
}
.product_img_line{
	border:1px solid #CCCCCC;
	margin-top: 12px;
}
.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: 5px;
	-moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.product_box1:hover {
	background-color:#ffffff;
	-moz-box-shadow: 2px 2px 6px #3e3e3e;
	-webkit-box-shadow: 2px 2px 6px #3e3e3e;
	box-shadow: 2px 2px 6px #3e3e3e;
	margin-bottom: 5px;
	border: 2px solid #FFEC00;
	-moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

.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: 5px;
	-moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.product_box2:hover {
	background-color:#ffffff;
	-moz-box-shadow: 2px 2px 6px #3e3e3e;
	-webkit-box-shadow: 2px 2px 6px #3e3e3e;
	box-shadow: 2px 2px 6px #3e3e3e;
	margin-bottom: 5px;
	border: 2px solid #FFEC00;
	-moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

.admin_menu {
	background-color:#CCDFFD;
}
.search_result_paragraph{
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 20px;
	
	padding-bottom: 15px;
	border-bottom: thin dashed #ccc;
}
.search_result_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color:#333;
	font-weight: bold;
}
.search_result_text{
}

a.search_result_url, div.search_result_url span{
	color: #fff;
	text-decoration: none;
}
a.search_result_url, div.search_result_url{
	background-color: #9b0000;
	padding: 2px 5px 2px 5px;
	width: 70px;
	text-align: center;
	
	-moz-box-shadow: 1px 1px 3px #3e3e3e;
	-webkit-box-shadow: 1px 1px 3px #3e3e3e;
	box-shadow: 1px 1px 3px #3e3e3e;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
}
.search_result_url:hover{
	background-color: #333333;
}
a.search_result_url{
	background-color:#666666;
}

.category_menu-white {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.banner_img{
    width: 120;
	height:100px;
	padding: 2px;
}
.product_img_btn{
	border:0px solid #CCCCCC;
}

.news_site_subtitle{
	font:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 12;
	font-weight: bold;
}

div#last_box_div{
	border-bottom: 1px dotted #A5AEC5;
	padding-bottom: 10px;
	
}

table#tmp_footer a:link, table#tmp_footer a:visited{
	font:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

table#tmp_footer a:hover{
	font:Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-size: 12px;
	text-decoration: none;
}

.title_text2 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 22px;
	padding-left: 5px;
	text-shadow: #000000 1px 1px 2px;
}

#page_no a, #page_no a:visited{
	color:#999;
	font-size: 12px;
	border: 1px solid #5a5a5a;
	padding:2px 4px 2px 4px;
	margin-right: 1px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

#page_no a:hover, #page_no a:active{
	color: #fff;
	background:#5a5a5a;
	-moz-box-shadow:inset 1px 1px 5px #333;
	box-shadow:inset 1px 1px 5px #333;
	-webkit-box-shadow:inset 1px 1px 5px #333;
}

a#page_no_hover:link, a#page_no_hover:visited{
	color: #fff;
	background:#5a5a5a;
}

#embeded_table{
	border:solid 1px #ccc;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-top-left-radius:35px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}

