* { 
    -moz-box-sizing: border-box; 
}

body{
	font-size:12px;
	text-align:center;
	margin:0px;
	background: #ffffff;
}

img{
margin-right:5px;
}





/* global styles */
a { color:#175D7F; text-decoration:none; }
a:hover { text-decoration:underline; }
a img { border:0px; }
form { margin:0px; }
hr { background:none; height:1px; border:0px; border-top:1px solid #ccc; }

/* Container which encloses the whole site to allow easy width change */
#container,#wrap {
	width:975px;	/* change value to adjust width */
	text-align:left;
	
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Logo and minicart */
#header {
	padding:5px 0px;
	border:1px solid #e5e5e5;
	/*margin-bottom:10px;*/
}
#header table {
	border-collapse:collapse;
	width:100%;
}
#header img {
	margin:0px 10px;
}
#header td.headerlinks { /* mini cart */
	width:300px;
	text-align:right;
	vertical-align:middle;
	margin-top:15px;
	color:#999;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:190%;
	padding-right:10px;
}
#header a {
	text-decoration:none;
	color:#1981b7;
	font-weight:bold;
}
#header a:hover { text-decoration:underline; }

/*formats the mini cart subtotal  in the right menu*/
.cartsubtotalminicart{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	text-align: right;	
}

/*formats the links in the minicart*/
.cartminilinks{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.cartminilinks a:link{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:visited{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:hover{
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:active{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

/* Encloses all content area under header */
#wrap {
	padding:0px;
	border:0px solid #e5e5e5;
}

/* Horizontal navigation */
#nav {  
	background:white;
	border:1px solid #EEEEEE;
	width:100%;
}

table#horiz_nav {	/* table is generated via shopa_navigation_create.asp */
	padding:0px;
	width:100%;
	border-collapse:collapse;
}

table#horiz_nav td {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
}

table#horiz_nav td a {
	display:block;
	text-align:center;
	padding:8px 0px;
	color:#1981b7;
	text-decoration:none;
	font-size:80%;
	text-transform:uppercase;
	border-right:1px solid #EEEEEE;
}
table#horiz_nav td.last a { border-right:0px; }
table#horiz_nav td a:hover { color:#000; }

/* Horizontal navigation drop down menu
   do not remove or modify styles listed 
   under "Do Not Change" */
table#horiz_nav ul {
	/* Do not change  */
	position:absolute;
	left: -999em;
	padding:0px;
	margin:0px;
	list-style-type:none;
	
	/* Styles */
	background:white;
	border-right:1px solid #eee;
	text-align:left;
	width:150px;
}

/* Do not change  */
#horiz_nav td:hover ul { left: auto; }
#horiz_nav td.sfhover ul { left: auto; }

#horiz_nav ul li { /* submenu */
	/* Do not change */
	display:block;
	width:100%;
	margin:0px;
	
	/* Styles */
	line-height:22px;
	text-transform:capitalize;
}

table#horiz_nav ul li a { /* submenu links */
	/* Do not change */
	display:block;
	
	/* Styles */
	padding:0px 10px !important;
	border-bottom:1px solid #EEEEEE;
	border-right:0px;
	text-align:left;
}

/* Utility bar includes login links
   welcome note and quick search box */
#utilbar {
	text-align:center;
	background:#eee;
	padding:10px;
	border-bottom:5px solid #D7D7D7;
}

#utilbar table {
	border-collapse:collapse;
	width:100%;
}

#utilbar td {
	padding:5px 0px;
	text-align:center;
	vertical-align:middle;
	width:33.3%;
	font-size:80%;
	border-right:2px dotted #E5E5E5;
	font-weight:bold;
}

#utilbar td.last { border:0px; }	/* remove border from the last column */
#utilbar form { display:inline; }
#utilbar a { color:#1981b7; text-decoration:none; }
#utilbar a:hover { text-decoration:underline; }

/* Encloses all content area under utilbar */
#all { 
	margin-top:5px;
	padding-bottom:5px;
}

/* Left column- categories, currency, language etc */
#left {
	/* Styles */
	width:10%;	/* Change to alter width of left column */
}

#left h2 {
	background:#EEE;
	color:#1981b7;
	margin:0px;
	padding:5px 10px;
	font-size:120%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#left .box {		/* General style of each box in left column */
	
	font-size:90%;
	border:1px solid #eee;
		margin-bottom:5px;
	padding:5px 10px;

}

#left .box p {
	margin:0px;
	padding-bottom:10px;
}

#left ul {		/* General style of list style in left column; including category listing */
	list-style-type:none;
	
	
	
	line-height:22px;
	font-size:90%;
/*	border:1px solid #eee; */
}

#left ul a {
	
	padding-left:0px;

	color:#000000;
	font-size:120%;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif
	
}




.abc ul {		/* General style of list style in left column; including category listing */
	list-style-type:none;
	
	
	margin:5px 10px 0px 0px;
	line-height:22px;
	font-size:90%;
	border:1px solid #eee;
}

.abc ul a {
	
	padding-left:0px;

	color:#ffffff;
	font-size:120%;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif
	
}

















/* Extra styles for category navigation */
#catnav ul { margin:10px 15px; }

/* Main content area */
#main {
	text-align:center;
	width:10%;	/* Change to alter width of left column */
}

#main table td { text-align:left; }
#main td { font-size:100%; }
#main td td { font-size:100%; }

/* Top content box on home page */
#homecontent {
	border:1px solid #D7D7D7;
	padding:10px;
	color:#666;
	margin-bottom:5px;
	text-align:left;
}

#homecontent h1 { color:#1d83b4; }
#homecontent p { margin-right:180px; }
#homecontent img { margin-right:10px; }

/* content area styles */
#content {
	padding:0px 10px 10px 10px;
	text-align:left;
}

/* Footer */
#footer {
	background:#ffffff;
	padding-bottom:10px;
	text-align:center;
	color:#454545;
	font-size:80%;
	clear:both;
}

/* Alphabet listing */
#footer .alphabet {
	background:#D7D7D7;
	margin-bottom:10px;
	padding:3px 10px;
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
}

#footer a {
	color:#454545;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/*formats the search box in header file.*/
.searchfield{
	background-color: #FFFFFF;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
}

/*formats the display of the form elements throughout the front end*/
.imgbtn { border:0px; }

.txtfield{
	background-color: #FFFFFF;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
}

.txtfielddropdown{
	background-color: #FFFFFF;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	border:1px solid black;
}

.submitbtn {
   color:#666666;
   font-family: Tahoma,Arial, Helvetica, sans-serif;
   background-color: #f3f3f3;
   font-size: x-small;
   font-weight: bold;
   border:1px solid #aaaaaa;
}

/* General styles */
.menuhdr{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : #78B2E4;
	color : White;
	font-size : x-small;
	font-weight : bold;
	padding : 3px 5px;
	text-align : left;
}

.menubdr{
	background-color : #78B2E4;
}

.dashed{
	border-left : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	background-color : #F7F7F7;
}

/* Left menu styles; no longer used in 6.50 */
.leftmenumain a{
	border-top : 1px solid #D3D3D3;
	display: block;
}
.leftmenumain{
	background-color: #F7F7F7;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.leftmenumain a:link{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.leftmenumain a:visited{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.leftmenumain a:hover{
	background-color: #EEEEEE;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: none;
	width: 100%;
}
.leftmenumain a:active{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.dottedBorder {
	border: 1px dotted #cccccc; 
	background-color: #F9F9F9;
	padding: 5px	
}

/*formats the header text throughout the site*/
.txtheader{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}

.hdrproduct{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}

/* Styles to be use in 6.50 */
#main {
	font-size:90%;
	line-height:18px;
	width:75%;
}

/* breadcrumbs */

div.content {
	text-align:left;
	color:#000;
	font-size:90%; 
	padding-top:10px;

	
	margin-left:12px;
}






div.breadcrumb {
	text-align:left;
	color:#000;
	font-size:90%; 
	margin-top: 10px;
	margin-bottom:10px;
	margin-left:12px;
}

div.breadcrumb a { 
	color:#1981B7; 
	text-decoration:none; 
}
div.breadcrumb a:hover { 
	color:#175D7F; 
	text-decoration:underline;
}

/* Main area text styles */
#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:140%;
	font-weight : bold;
margin-left:10px;
	color:#175D7F;
	text-align:left;
	text-transform:capitalize;
}

#main h2 {
	text-align:left;
	margin:0px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:130%;
	text-transform:capitalize;
}

#main h2.picheader { /* Heading style for headings with picture, e.g. shopcustomer.asp */
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#333;
	font-size:12px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:white;
	text-align:left;
	padding:10px 5px 10px 50px;
	margin:0px;
}

/* compare products styles */
.applyoverflow {
	overflow-x:auto;
	overflow-y:hidden;
	width:100%;
	padding-bottom:50px;
}

table.tbl_compare {
	width:100%;
	border-collapse:collapse;
	border:0px;
}

table.tbl_compare td {
	vertical-align:top;
	text-align:left;
	padding:0px 10px;
}

table.tbl_compareproduct {
	border-collapse:inherit;
	line-height:18px;
}

table.tbl_compareproduct td {
	padding:3px 0px;
}

/* Customer service and Affiliate service page (shopcustadmin.asp,shopaffadmin.asp) */
table.customerservice {
	width:100%;
	background:#F9F9F9;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	border-collapse:collapse;
}

table.customerservice th {
	height:35px;
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#333;
	font-size:12px;
	border-bottom:1px solid #CCCCCC;
	background-color:white;
	text-align:left;
	padding-left:50px;
	vertical-align:middle;
}

table.customerservice td {
	padding:10px;
}

table.customerservice ul {
	margin:0px;
	padding:0px 10px 0px 25px;
}

/* standard table display */
.std_table {
	background:#F9F9F9;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	padding:10px;
	text-align:left;
	vertical-align:top;
	line-height:20px;
	font-size:11px;
}

.std_table table { 
	border-collapse:collapse;
	width:85%;
}

.std_table th { 
	vertical-align:top;
	padding:0px 10px 0px 0px;
	width:35%;
	font-weight:normal;
}
.std_table td {	padding:0px 5px 0px 0px; }

/* Category table (shopdisplaycategories.asp) */
table.tbl_category td {	text-align:center; }

/* shopcustomer.asp form */
table.tbl_customer {
	width:85%;
}

table.tbl_customer th {
	width:35%;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}

table.tbl_customer td {
	vertical-align:top;
	text-align:left;
}

table.tbl_customer iframe {	/* refer to shoplicense.htm for changing license styles */ 
	width:100%;
}

table.tbl_subproduct {
	border-collapse:collapse;
	margin-right:2px;
	margin-bottom:2px;
	border:1px solid #ddd;
	background:#F7F7F7;
	text-align:center;
	width:100px;
	float:left;
}

table.tbl_subproduct td {
	padding:3px 5px;
}

/* General override styles */
.ac { text-align:center !important; }
.ar { text-align:right !important; }
.al { text-align:left !important; }
.fr { float:right !important; }
.fl { float:left !important; }
.vt { vertical-align:top !important; }
.vm { vertical-align:middle !important; }
.vb { vertical-align:bottom !important; }
.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
.smlpad { padding:15px !important; }

.pricesmall {}
.price {}
.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
.smlpad {
	padding:15px !important;
}
.pricesmall {
}
.price {
}
/*SHOPFORUS*/
.price_front {
	DISPLAY: block;
	FLOAT: none;
	MARGIN-LEFT: auto! important;
	MARGIN-RIGHT: auto! important;
	padding-top:3px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	BACKGROUND: url( ../images/template/Shadetemplate/green_button.gif) no-repeat;
	WIDTH: 86px;
	COLOR: #333;
	TEXT-DECORATION: none;
	height:22px
}
.Footer_text_gray {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FF6600;
}
TABLE.tabmenu {

}
TD.tabs {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 5px;
	PADDING-TOP: 5px
}
TD.selectedtab {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 5px;
	PADDING-TOP: 5px
}
TD.tabs {
	BORDER-RIGHT: #fff 2px solid;
	BACKGROUND: #CACBCC;
	CURSOR: pointer;
	COLOR: #333
}
TD.selectedtab {
	BORDER-RIGHT: #fff 2px solid;
	BACKGROUND: #78B2E4;
	COLOR: #fff

}
DIV#contentscell {
	BORDER-RIGHT: #d9d9d9 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #d9d9d9 1px solid;
	PADDING-LEFT: 5px;
	BACKGROUND: #ffffff;
	PADDING-BOTTOM: 5px;

	BORDER-LEFT: #d9d9d9 1px solid;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #d9d9d9 1px solid
}
DIV.contents {
	DISPLAY: none
}
DIV.selectedcontents {
	DISPLAY: block
}
TABLE.DialogBox {
	VERTICAL-ALIGN: top;
	WIDTH: 100%;
	HEIGHT: 100;
}
.DialogBox {
	PADDING-RIGHT: 7px;
	PADDING-LEFT: 7px;
	PADDING-BOTTOM: 7px;
	PADDING-TOP: 7px;
	BACKGROUND-COLOR: #ffffff
}
.DialogBorder {
	BACKGROUND-COLOR: #fff
}
.dialogproducttitle {
	PADDING-RIGHT: 6px;
	PADDING-LEFT: 50px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 16px;
	BACKGROUND: url(images/template/Shadetemplate/products_bg.gif) no-repeat left bottom;
	PADDING-BOTTOM: 6px;
	COLOR: #a63151;
	PADDING-TOP: 6px
}
.DialogTitle {
	BORDER-RIGHT: #c1c1c1 1px solid;
	PADDING-RIGHT: 0px;
	BORDER-TOP: #c1c1c1 1px solid;
	PADDING-LEFT: 10px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	BACKGROUND: #ede7ea;
	PADDING-BOTTOM: 3px;
	BORDER-LEFT: #c1c1c1 1px solid;
	COLOR: #9f7793;
	PADDING-TOP: 4px;
	BORDER-BOTTOM: #c1c1c1 1px solid
}
.DialogTitle2 {
	BORDER-RIGHT: #8b8b8b 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #8b8b8b 1px solid;
	PADDING-LEFT: 22px;
	FONT-WEIGHT: bold;
	BACKGROUND: url(images/new_16.gif) #bcc7e0 no-repeat left 50%;
	PADDING-BOTTOM: 5px;
	TEXT-TRANSFORM: uppercase;
	BORDER-LEFT: #8b8b8b 1px solid;
	COLOR: #172033;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #8b8b8b 1px solid
}
FONT.DialogTitle {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	MARGIN-LEFT: 10px;
	VERTICAL-ALIGN: bottom;
	COLOR: #ffffff;
	HEIGHT: 15px;
	TEXT-ALIGN: left
}
/*RNADOM FRONTPAGE*/
.listing {
	BORDER-RIGHT: #F3F3F3 1px solid;
	PADDING-RIGHT: 7px;
	BORDER-TOP: #F3F3F3 1px solid;
	PADDING-LEFT: 7px;
	BACKGROUND: #FBFBF9;
	PADDING-BOTTOM: 7px;
	BORDER-LEFT: #F3F3F3 1px solid;
	CURSOR: pointer;
	PADDING-TOP: 7px;
	BORDER-BOTTOM: #F3F3F3 1px solid;
	TEXT-ALIGN: center
}
.listing2 {
	BORDER-RIGHT: gray 1px solid;
	PADDING-RIGHT: 7px;
	BORDER-TOP: gray 1px solid;
	PADDING-LEFT: 7px;
	PADDING-BOTTOM: 7px;
	BORDER-LEFT: gray 1px solid;
	CURSOR: pointer;
	PADDING-TOP: 7px;
	BORDER-BOTTOM: gray 1px solid;
	TEXT-ALIGN: center;
	background-image: url( ../images/template/Shadetemplate/box_background.png);
}
/*Currency*/
.langcontent {
	PADDING-RIGHT: 5px;
	DISPLAY: block;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 4px;
	CURSOR: hand;
	PADDING-TOP: 4px;
	BORDER-BOTTOM: #e0e0e0 1px dotted;
	POSITION: relative;
	TOP: 0px;
	TEXT-ALIGN: left;
	TEXT-DECORATION: none
}
#lang_dropdown {
	BORDER-RIGHT: #b8b8b8 1px solid;
	PADDING-RIGHT: 1px;
	BORDER-TOP: #b8b8b8 1px solid;
	PADDING-LEFT: 1px;
	PADDING-BOTTOM: 1px;
	OVERFLOW: hidden;
	BORDER-LEFT: #b8b8b8 1px solid;
	WIDTH: 195px;
	PADDING-TOP: 1px;
	BORDER-BOTTOM: #b8b8b8 1px solid;
	POSITION: absolute;
	HEIGHT: 22px;
	BACKGROUND-COLOR: white
}
DIV.langtext {
	FONT-WEIGHT: bold;
	FONT-SIZE: 7pt;
	MARGIN-LEFT: 3px;
	WIDTH: 70px;
	COLOR: #606060! important
}
/* ComboBox */
.comboBoo {
	border:0;
	background-color:#000;
	color: #fff;
}
.comboBoo-label {
	font: bold 13px verdana;
	line-height: 30px;
	height: 30px;
	left: 40px;
	padding: 0 25px 0 8px;
	cursor:pointer;
	position: absolute;
	background: #600 no-repeat url(../images/template/arrDown_2.gif) right 12px;
	color: #eee;
}
a:hover.comboBoo-label, a:active.comboBoo-label {
	background-color: #C33;
	color: #fff;
	text-decoration: none;
}
ul.comboBoo-list {
	position: absolute;
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	border: 0;
	font-family: Verdana, Geneva;
	z-index: 500;
}
ul.comboBoo-list li {
	padding: 0 0 0 8px;
	line-height: 25px;
	height: 25px;
	cursor: pointer;
	font-weight: normal;
	font-size: 11px;
	background: #000;
	color: #fff;
}
ul.comboBoo-list li.choice-selected {
	background-color: #c33;
	color: #fff;
}
/*SEARCH BUTTON*/
.searchTextfield {
	BORDER-RIGHT: 0px;
	BORDER-TOP: 0px;
	DISPLAY: block;
	PADDING-LEFT: 7px;
	FONT-SIZE: 11px;
	BACKGROUND: url( ../images/template/searchTextBox.gif) #f0f0f0 fixed no-repeat;
	FLOAT: left;
	BORDER-LEFT: 0px;
	WIDTH: 114px;
	COLOR: #666666;
	BORDER-BOTTOM: 0px;
	HEIGHT: 15px
}
.search_Button {
	BORDER-RIGHT: 0px;
	BORDER-TOP: 0px;
	BACKGROUND-IMAGE: url( ../images/template/simpleSearch.gif);
	VERTICAL-ALIGN: middle;
	BORDER-LEFT: 0px;
	WIDTH: 39px;
	CURSOR: pointer;
	BORDER-BOTTOM: 0px;
	BACKGROUND-REPEAT: no-repeat;
	HEIGHT: 23px;
	BACKGROUND-COLOR: transparent
}
.topsearch_Button {
	BORDER-RIGHT: 0px;
	BORDER-TOP: 0px;
	DISPLAY: block;
	FLOAT: left;
	BACKGROUND-IMAGE: url( ../images/template/searchButton.gif);
	BORDER-LEFT: 0px;
	WIDTH: 21px;
	CURSOR: pointer;
	BORDER-BOTTOM: 0px;
	BACKGROUND-REPEAT: no-repeat;
	HEIGHT: 17px;
	BACKGROUND-COLOR: transparent
}
/* PopUp Menu */
.controlBoxMenu {
	Z-INDEX: 10000;
	BACKGROUND-COLOR: #ffffff
}
.controlBoxMenu .titleBar {
	BACKGROUND-IMAGE: url( ../images/template/control_nav_head_middle.gif);
	BACKGROUND-REPEAT: repeat-x;
	HEIGHT: 21px
}
.boxedContent .titleBar {
	BACKGROUND-IMAGE: url( ../images/template/control_nav_head_middle.gif);
	BACKGROUND-REPEAT: repeat-x;
	HEIGHT: 21px
}
.controlBoxMenu .titleBar .leftBg {
	BACKGROUND-IMAGE: url( ../images/template/control_nav_head_left.gif);
	WIDTH: 7px;
	BACKGROUND-REPEAT: no-repeat;
	HEIGHT: 21px
}
.boxedContent .titleBar .leftBg {
	BACKGROUND-IMAGE: url( ../images/template/control_nav_head_left.gif);
	WIDTH: 7px;
	BACKGROUND-REPEAT: no-repeat;
	HEIGHT: 21px
}
.controlBoxMenu .titleBar .middle {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	TEXT-ALIGN: center
}
.boxedContent .titleBar .middle {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	TEXT-ALIGN: center
}
.controlBoxMenu .titleBar .rightBg {
	BACKGROUND-IMAGE: url( ../images/template/control_nav_head_right.gif);
	WIDTH: 7px;
	BACKGROUND-REPEAT: no-repeat;
	HEIGHT: 21px
}
.boxedContent .titleBar .rightBg {
	BACKGROUND-IMAGE: url(../images/template/control_nav_head_right.gif);
	WIDTH: 7px;
	BACKGROUND-REPEAT: no-repeat;
	HEIGHT: 21px
}
.boxedContent .middleContent .text {
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 15px;
	PADDING-BOTTOM: 5px;
	MARGIN: 0px 7px;
	COLOR: #000000;
	PADDING-TOP: 5px
}
.controlBoxMenu .middleContent .leftBg {
	BACKGROUND-IMAGE: url( ../images/template/control_nav_content_left.gif);
	WIDTH: 7px;
	BACKGROUND-REPEAT: repeat-y
}
.controlBoxMenu .column {
	PADDING-TOP: 10px;
	TEXT-ALIGN: left
}
.controlBoxMenu .topLevelControl {
	MARGIN: 15px 10px 15px 20px;
	VERTICAL-ALIGN: middle
}
.controlBoxMenu .topLevelControlWithChildren {
	MARGIN: 15px 10px 15px 20px;
	VERTICAL-ALIGN: middle
}
.controlBoxMenu .topLevelControl {
	FONT-WEIGHT: bold;
	FONT-SIZE: 9px;
	MARGIN-BOTTOM: 9px;
	VERTICAL-ALIGN: middle;
	COLOR: #000000;
	TEXT-DECORATION: none
}
.controlBoxMenu .topLevelControlWithChildren {
	FONT-WEIGHT: bold;
	FONT-SIZE: 9px;
	MARGIN-BOTTOM: 9px;
	VERTICAL-ALIGN: middle;
	COLOR: #000000;
	TEXT-DECORATION: none
}
.controlBoxMenu A {
	FONT-WEIGHT: bold;
	FONT-SIZE: 9px;
	MARGIN-BOTTOM: 9px;
	VERTICAL-ALIGN: middle;
	COLOR: #000000;
	TEXT-DECORATION: none
}
.controlBoxMenu A:visited {
	FONT-WEIGHT: bold;
	FONT-SIZE: 9px;
	MARGIN-BOTTOM: 9px;
	VERTICAL-ALIGN: middle;
	COLOR: #000000;
	TEXT-DECORATION: none
}
.controlBoxMenu A:hover {
	TEXT-DECORATION: underline
}
.controlBoxMenu IMG {
	VERTICAL-ALIGN: middle
}
.controlBoxMenu .controlGroup {
	VERTICAL-ALIGN: middle
}
.controlBoxMenu .subControl {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 30px;
	PADDING-BOTTOM: 5px;
	VERTICAL-ALIGN: middle;
	PADDING-TOP: 0px;
	BACKGROUND-REPEAT: no-repeat
}
.controlBoxMenu .subControlBottom {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 30px;
	PADDING-BOTTOM: 5px;
	VERTICAL-ALIGN: middle;
	PADDING-TOP: 0px;
	BACKGROUND-REPEAT: no-repeat
}
.controlBoxMenu .subControl {
	BACKGROUND-IMAGE: url( ../images/template/control_nav_node.gif)
}
.controlBoxMenu .subControlBottom {
	BACKGROUND-IMAGE: url( ../images/template/control_nav_bottom_node.gif)
}
.controlBoxMenu .subControl {
	PADDING-LEFT: 20px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 9px;
	VERTICAL-ALIGN: middle;
	COLOR: #000000;
	PADDING-TOP: 8px;
	TEXT-DECORATION: none
}
.controlBoxMenu .subControlBottom {
	PADDING-LEFT: 20px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 9px;
	VERTICAL-ALIGN: middle;
	COLOR: #000000;
	PADDING-TOP: 8px;
	TEXT-DECORATION: none
}
.controlBoxMenu .bottom {
	CLEAR: both;
	BACKGROUND-IMAGE: url( ../images/template/control_nav_foot_middle.gif);
	BACKGROUND-REPEAT: repeat-x;
	HEIGHT: 15px
}
.boxedContent .bottom {
	CLEAR: both;
	BACKGROUND-IMAGE: url( ../images/template/control_nav_foot_middle.gif);
	BACKGROUND-REPEAT: repeat-x;
	HEIGHT: 15px
}
.controlBoxMenu .bottom .leftBg {
	FLOAT: left;
	BACKGROUND-IMAGE: url( ../images/template/control_nav_foot_left.gif);
	WIDTH: 7px;
	BACKGROUND-REPEAT: no-repeat;
	HEIGHT: 15px
}
.controlBoxMenu .bottom .rightBg {
	FLOAT: right;
	BACKGROUND-IMAGE: url( ../images/template/control_nav_foot_right.gif);
	WIDTH: 7px;
	BACKGROUND-REPEAT: no-repeat;
	HEIGHT: 15px
}
