@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Tahoma;
	font-size: 11px;
	color: #323333;
}
body {
	background-image: url(../images/index_01.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.menu_bg{
    background-image:url(../images/index_22.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}

a.menu:link {
    font-size:14px;
	color:#fff;
	font-weight:600;
	text-decoration:none;
}
a.menu:visited {
    font-size:14px;
	color:#fff;
	font-weight:600;
	text-decoration:none;
}
a.menu:hover {
    font-size:14px;
	color: #0000FF;
	font-weight:600;
	text-decoration:none;
}
a.menu:active {
    font-size:14px;
	color: #FF3300;
	font-weight:600;
	text-decoration:none;
}

a.home:link {
    font-size:14px;
	color:#000;
	font-weight:600;
	text-decoration:none;
}
a.home:visited {
    font-size:14px;
	color:#000;
	font-weight:600;
	text-decoration:none;
}
a.home:hover {
    font-size:14px;
	color: #0000FF;
	font-weight:600;
	text-decoration:none;
}
a.home:active {
    font-size:14px;
	color: #FF3300;
	font-weight:600;
	text-decoration:none;
}
.search{
    background-image:url(../images/index_26.jpg);
	background-repeat:no-repeat;
	width:152px;
	height:18px;
}
.caption{
    font-size:14px;
	color:#0081b1;
	font-weight:600;
	line-height:40px;
}
.text{
    font-size:12px;
	color:#0081b1;
	font-weight:600;
	line-height:20px;
}
.text_01{
    font-size:12px;
	font-weight:600;
}
.text_02{
    line-height:18px;
}


/*-------  AbOUT US  ------*/

.contact_left{
    background-image:url(../images/aboutus_26.jpg);
	background-repeat:repeat-y;
	background-position:top left;
}
.contact_right{
    background-image:url(../images/aboutus_28.jpg);
	background-repeat:repeat-y;
	background-position:top right;
}
.contact_text{
    font-size:14px;
	font-weight:600;
	color:#464545;
}
.about_text{
    font-size:18px;
	line-height:28px;
}
.about_table{
    border:solid 1px #e1e1e1;
	padding:8px;
}

/*-------  CONTACT US  ------*/
.contact_us{
    font-size:14px;
	color:#FFF;
	font-weight:600;
}

/*-------  NEWS & EVENTS  ------*/
.bg{
    background-image:url(../images/index_62.jpg);
	background-repeat:repeat-x;
}
.su{
    background-color:#808080;
    color:#FFFFFF;
	line-height:20px;
	text-align:center;
	border:solid #808080 1px;
}
.su1{
    color:#0081b1;
	line-height:20px;
	text-align:center;
	border:solid #808080 1px;
}

a.return:link{
    font-size:12px;
    color:#0081b1;
	line-height:20px;
	font-weight:600;
	text-decoration:none;
}
a.return:visited{
    font-size:12px;
    color:#0081b1;
	line-height:20px;
	font-weight:600;
	text-decoration:none;
}
a.return:hover{
    font-size:12px;
    color:#0000FF;
	line-height:20px;
	font-weight:600;
	text-decoration:none;
}
a.return:active{
    font-size:12px;
    color:#FF3300;
	line-height:20px;
	font-weight:600;
	text-decoration:none;
}
a {
   font-size:12px;
   color: #000;
   text-decoration:none;
}
a:hover {
	color:#4C4C4C;
	font-size:12px;
	text-decoration:none;
}
.text_01{
    font-size:12px;
	font-weight:600;
}
.text_02{
    line-height:18px;
}
.text_03{
    font-size:12px;
	color:#FF0000;
}
a.text_04:link{
    font-size:15px;
	color:#FF0000;
	font-weight:600;
	text-decoration:inherit;
}
a.text_04:visited{
    font-size:15px;
	color:#FF0000;
	font-weight:600;
	text-decoration:inherit;
}
a.text_04:hover{
    font-size:15px;
	color:#3300FF;
	font-weight:600;
	text-decoration:inherit;
}
a.text_04:active{
    font-size:15px;
	color:#FF9900;
	font-weight:600;
	text-decoration:inherit;
}
/*///////////////////////////////////////////////////////*/
/* shopcart default css */
a.button {
	background: transparent url('../image/button_right.png') no-repeat scroll top right;
	color: #000;
	display: inline-block;
	font: normal 12px arial, sans-serif;
	height: 25px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	cursor: pointer;
}
a.button span {
	background: transparent url('../image/button_left.png') no-repeat;
	display: inline-block;
	padding: 5px 0 5px 18px;
	color:#000;
}
.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
	clear: both;
	padding: 5px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.success {
	padding: 5px 0px;
	margin-bottom: 15px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 15px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	padding-top: 3px;
	display: block;
}
.help {
	color: #999;
	display: block;
	font-size: 11px;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
}
.preview img {
	border: 3px solid #EEEEEE;
	background: #FFFFFF;
	padding: 1px;
	margin: 3px 0px 1px 0px;
}
.green {
	background: #E4F1C9;
	width: 100%;
	margin-bottom: 15px;
	padding: 3px;
	border-collapse: collapse;
}
.green td {
	padding: 8px;
}
.line_footer {
  margin:0 10px 0 10px;
}
/* pages */
.pagination .links{
	padding: 9px;
}
.links {
	margin:0; height:25px; text-align: center;font: 16px arial, helvetica, sans-serif;
}
.links a {
	color: #8C8C8C;
	text-decoration: none;
	background: #FFFFFF;
	border-right: #7D7D7D 1px solid; padding-right: 4px;
	border-top: 1px #7D7D7D solid; padding-top: 1px;
	border-left: 1px #7D7D7D solid; padding-left: 4px;
	border-bottom: 1px #7D7D7D solid;padding-bottom: 1px;
}
.links a:hover {
	color: #FFFFFF;border-right: #C6C6C6 1px solid; border-top: #C6C6C6 1px solid; background: #6E6E6E; border-left: #C6C6C6 1px solid; border-bottom: #C6C6C6 1px solid; text-decoration: none;
}
.links span.current {
	color: #FFFFFF;border-right: #C6C6C6 1px solid; padding-right: 5px; border-top: #C6C6C6 1px solid; padding-left: 5px; font-weight: bold; padding-bottom: 1px; border-left: #C6C6C6 1px solid; margin-right: 2px; padding-top: 2px; border-bottom: #C6C6C6 1px solid; background-color: #6E6E6E
}

.tabs {
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
	cursor:pointer;
}
.tabs a.selected {
	color:#F00;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tabs a.hover {
	color:#F00;
}
.page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	display: inline-block;
	padding: 10px;
	display: block;
	width: 536px;
	clear: both;
	z-index: 2;
	margin-bottom: 10px;
}
img {
  border:0;
}
.cart {
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #EEEEEE;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	color:#000;
}
.treeview div.hitarea {
	height: 15px;
	width: 15px;
	margin-left: -15px;
	float: left;
	cursor: pointer;
}
.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}
.treeview a.selected {
	background-color: #eee;
}
.treeview .hover { color: red; cursor: pointer; }
.treeview li { background: url(../image/tv-item.gif) 0 0 no-repeat; background-color:#fff; font-size:14px;}
.treeview .collapsable { background-image: url(../image/tv-collapsable.gif); }
.treeview .expandable { background-image: url(../image/tv-expandable.gif); }
.treeview .last { background-image: url(../image/tv-item-last.gif); }
.treeview .lastCollapsable { background-image: url(../image/tv-collapsable-last.gif); }
.treeview .lastExpandable { background-image: url(../image/tv-expandable-last.gif); }
.treeview a{color:#000; text-decoration:none; font-weight:bold;}