/************************ [Table of contents]
* body
	+ Glaobal Elements / p, h1, h2, h3, h4, h5, form, li, a, img, hr
	+ Container / #container
    + Header / #header
	+ Navigation / #top_nav #prod_nav #left_nav
    + Content / #wrapper, #content_wrapper
        - Left column / #leftcolumn,  #leftcolumn_home
        - Right column / #rightcolumn, #rightcolumn_home
        - Home Page Settings / #home_text
            - Highlight Box / .highlight_wrapper .highlight
            - Advancde Product Search / #search_adv_wrapper, #search_adv
        - Sub Page Settings / #sub_cat    
	        - Product Catgories / #sub_cat .group
	        - Product Detail / #sub_cat .detail
			- Content Pages / #sub_cat .content					
    + Footer / #footer
    + Extras / Float, Text, Image , Border, Padding
    + Ditto
    + ajaxSearch
	
/************************ Global Elements */
body {
	font: 100% Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../images/bg_body.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	border: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. */
	color: #4e4e4e;
}
p {
	font-family: Arial, Helvetica, "Trebuchet MS", "Gill Sans", sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	color: #4e4e4e;
	font-weight: 400;
	margin: 0em 0px 0.8em;
	padding: 0px;
}
h1 {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	margin: 1.2em 0px 0.8em;
	padding: 0px;
	color: #2E3192;
	font-weight: 400;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #025b99;
	font-weight: 800;
	margin: 1.5em 0px 0.8em;
	padding: 0px;
}
h3 {
	font-size: 15px;
	line-height: 20px;
	color: #333;
	font-weight: 800;
	margin: 1.3em 0px 0.8em;
	padding: 0px;
}
h4 {
	font-size: 14px;
	line-height: 18px;
	color: #4e4e4e;
	font-weight: 800;
	margin: 1.3em 0px 0.8em;
	padding: 0px;
	
}
h5 {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 400;
	margin: 1.3em 0px 0.8em;
	padding: 0px;
	color: #000;
}
h6 {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 800;
	margin: 1.3em 0px 0.8em;
	padding: 0px;
	color: #333;
}
form {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: .9em;
	line-height: 1.2em;
	text-align: left;
	margin-top: 0px;
	color: #464646;
}
ul, ol {
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	margin-right: 0em;
	padding: 0em;
}
ol {
	list-style-type: decimal;
	padding: 0em;
	margin: 1em 0em 0em 2em;
	list-style-image: none;
}
ol ol {
	margin-top: 0em;
	margin-bottom: 0em;
	list-style-type: lower-alpha;
}
ul {
	list-style-image: url(../images/li_bullet.gif);
	list-style-type: none;
}
li {
	font-family: Arial, Helvetica, "Trebuchet MS", "Gill Sans", sans-serif;
	font-size: 14px;
	line-height: 19px;
	text-align: left;
	color: #4e4e4e;
	margin: 0px 0em 0.4em 1em;
	padding: 0px;
	text-indent: 0em;
}
li a:link {
	text-decoration: none;
	color: #006aa0;
}
li a:visited {
	text-decoration: none;
	color: #006aa0;
}
li a:hover {
	text-decoration: underline;
	color: #2E3192;
}
li a:active {
	text-decoration: underline;
	color: #050505;
}

a:link {
	text-decoration: none;
	color: #006aa0;
}
a:visited {
	text-decoration: none;
	color: #006aa0;
}
a:hover {
	text-decoration: underline;
	color: #006aa0;
}
a:active {
	text-decoration: underline;
	color: #050505;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	margin: 0px;
	padding: 0px;
}
hr {
	border-top: 1px dotted #A6A6A6;/*the border*/
	height: 1px;
	border-bottom: 0;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
	margin-top: 0.4em;
	margin-bottom: 0.5em;
	margin-right: 0px;
	margin-left: 0px;
	clear: both;
	padding-top: 4px;
	padding-bottom: 5px;
	display: block;
}
table {
	border-collapse: separate;
}
td {
	text-align: left;
	font-size: 0.8em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #4e4e4e;
}
th {
	text-align: left;
	font-size: 0.85em;
	font-weight: 800;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
blockquote {
	font-style: italic;
	padding-left: 10px;
	font-size: 1.0em;
	color: #666;
}
/************************ Container */
#band {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 351px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/bg_band.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	border: 0px;
	width: 980px;
	text-align: left;
	position: relative;
}
/************************ Header */
#header {
	background-image: url(../images/bg_header.gif);
	height: 104px;
	width: 980px;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* using an image to replace text in an h1 */
#header h1 {
	width: auto;
	margin: 0px;
	padding: 0px;
}
#header h1 span {
	display: none;
}
#header h2 {
	height: auto;
	width: 740px;
	display: block;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: 800;
	text-align: right;
	color: #FFFFFF;
}
/************************ Header Image Map Settings */
#links a {
	position: absolute;
	height: 76px;
	width: 396px;
	top: 12px;
	text-decoration: none;
	left: 18px;
}
#links a i {
	visibility: hidden;
}
a#home {
	left: 22px;
}
/************************ Navagation */
	/* top nav */
#top_nav_wrapper {
	width: 954px;
	height: 36px;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: center;
	background-image: url(../images/bg_topnav_wrap.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}
#top_nav {
	width: 904px;
	height: 30px;
	position: relative;
	top: 3px;
	overflow: hidden;
	left: 24px;
	text-align:center;
	background-image: url(../images/bg_topnav_tile.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#top_nav ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
#top_nav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	height: 24px;
}
#top_nav li a {
	height: 28px;
	text-decoration: none;
	background: url(../images/bg_leftnav_button.gif) no-repeat center 0px;
	font-size: 0.9em;
	line-height: 28px;
	font-family: "Trebuchet MS", "Gill Sans", Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: 800;
	width: 80px;
	color: #FFFFFF;
	display: block;
	float: left;
}
#top_nav li a:hover {
	color: #2548aa;
	text-decoration: underline;
	background-position: center -28px;
}
#top_nav li a:active {
	color: #FFFFFF;
	text-decoration: underline;
	background-position: center -56px;
}
/* active/on state for the top nav  */
#top_nav .active a {
	background-position: center -56px;
	color: #FFFFFF;
	text-decoration: none;
}
/* left nav */
#left_nav {
	width: 201px;
	display: block;
	margin: 0px;
	padding: 24px 0px 12px 12px;
	position: relative;
	overflow: hidden;
}
#left_nav ul ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 24px;
	list-style-image: url(../images/li_bullet.gif);
	list-style-position: outside;
}
#left_nav ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	list-style-type: none;
	list-style-image: none;
}
#left_nav li {
	margin: 6px 0px 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none
}
#left_nav li a {
	display: block;
	width: 202px;
	height: 26px;
	color: #606060;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	text-decoration: none;
	text-align: left;
	text-indent: 1em;
	margin: 0px;
	padding: 0px;
	background: url(../images/bg_subnav_button.gif) no-repeat;
}



#left_nav ul ul li a {
	display: block;
	width: 188px;
	height: 20px;
	color: #606060;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	text-decoration: none;
	text-align: left;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	background: url(none) no-repeat;
}
#left_nav li a:hover {
	color: #2548aa;
	text-decoration: underline;
}
#left_nav li a:active {
	color: #2472A6;
	text-decoration: underline;
}
/* active/on state for the left nav  */
#left_nav ul li.active ul li a {
	color: #606060;
	text-decoration: none;
}
#left_nav ul li.active ul li a:hover {
	color: #2548aa;
	text-decoration: underline;
}
#left_nav ul li ul li.self a {
	color: #292929;
	text-decoration: none;
}
#left_nav ul li.self a {
	color: #292929;
	text-decoration: none;
}
/************************ Content */
	/* content wrapper */
#wrapper {
	width: 980px;
	text-align: left;
	padding: 0px;
	margin: 0px auto;
	background-image: url(../images/bg_wrapper_tile.gif);
	background-repeat: repeat-y;
}
/* wrapper - background */
#wrapper-top {
	width: 954px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_wrapper_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 16px;
}
#wrapper-tile {
	width: 944px;
	margin: 0px 18px;
	padding: 0px;
	background-image: url(../images/bg_wrapper_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper-btm {
	width: 954px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_wrapper_btm.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 16px;
	clear: both;
}
#content_wrapper {
	width: 944px;
	text-align: left;
	padding: 0px;
	margin: 0px auto;
}
#content_wrapper_sub {
	width: 892px;
	text-align: left;
	padding: 0px;
	margin: 0px auto;
}
/* homepage column position */
#leftcolumn {
	width: 214px;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#rightcolumn {
	width: 730px;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#rightcolumn_wrapper {
	padding: 0px;
	margin: 0px auto;
	position: relative;
	width: 670px;
}
/************************ Home Page Settings */	
/* member */
.member {
	padding: 0px;
	margin: 0px auto;
	width: 132px;
}
.member p {
	font-family: "Trebuchet MS", "Gill Sans", Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0px;
	margin: 0px;
	position: relative;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #4e4e4e;
}
/* highlight box home */
.highlight {
	background-image: url(../images/bg_home_header.gif);
	background-repeat: repeat-x;
	width: auto;
	margin: 0px;
	padding: 16px 18px 18px;
	float: none;
	background-position: left top;
	text-align: center;
	display: block;
	font-size: 24px;
	line-height: 27px;
	color: #FFF;
	background-color: #125D99;
}
.title {
	background-image: url(../images/bg_h3.gif);
	background-repeat: repeat-x;
	width: auto;
	margin: 0px 0px 18px;
	padding: 4px 12px;
	float: none;
	background-position: left top;
	text-align: left;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #FFF;
	background-color: #125F9A;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 800;
}
.highlight h2 {
	background-image: url(../images/bg_highlight_top.gif);
	text-align: left;
	color: #FFFFFF;
	margin: 0px 0px 8px;
	padding: 0px;
	height: 33px;
	background-repeat: no-repeat;
	text-align: left;
	line-height: 33px;
	text-indent: 14px;
	background-color: #3C3C3C;
	width: 464px;
	font-size: 1em;
}
.highlight h3 {
	text-align: left;
	padding: 0px;
	margin: 0px 12px 0.5em 0px;
}
.highlight h4 {
	text-align: left;
	padding: 0px;
	margin: 0px 12px 0.5em 0px;
}
.highlight h5 {
	text-align: left;
	padding: 0px;
	margin: 0px 12px 0.5em 0px;
}
.highlight img {
	text-align: left;
	margin: 0px 0px .5em;
	padding: 0px;
}
.highlight-text {
	margin: 0px;
	padding: 0px 12px;
}

/* sidebar news */
.sidebar_news {
	width: 190px;
	margin: 0px auto 12px;
	padding: 0px;
}
#leftcolumn h2 {
	background-repeat: no-repeat;
	text-align: left;
	font-size: 12px;
	padding: 0px;
	font-style: normal;
	font-weight: 800;
	color: #000;
	margin: 0px 3px 3px;
}

.news-item {
	margin: 0px 0px 4px;
	padding: 0px 0px 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #515151;
}
/* sidebar testimonial */
.sidebar_test {
	margin: 0px auto 12px;
	padding: 8px 0px;
	width: 190px;
	background-color: #f1efef;
	border: 1px solid #C0C0C0;
}

.sidebar_test p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 6px;
	padding: 6px 0px;
	font-size: 0.8em;
	line-height: 1.1em;
	font-weight: 800;
}
/* sidebar text */
#leftcolumn p {
	text-align: left;
	margin: 0px 3px 3px;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}
#leftcolumn  h3 {
	text-align: left;
	margin: 3px 12px 0px;
	padding: 0px;
	font-size: 0.8em;
	line-height: 1em;
	font-weight: bold;
}
#leftcolumn hr {
	border-top: 1px dotted #A6A6A6;
	border-bottom: 0;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 12px;
	margin-left: 12px;
}
.sidebar ul {
	margin-top: 3px;
	margin-bottom: 3px;
}
.sidebar li {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 19px;
	text-align: left;
	color: #464646;
	list-style: url(../images/li_bullet.gif) none inside;
	margin: 0px;
	padding: 0px;
	text-indent: 12px;
}
/************************ Sub Page Settings */	
		/* sub category */
/* events news category - sub */
.list-item {
	margin: 0px;
	padding: 8px 0px;
	display: block;
	width: 670px;
}
.list-item h3{
	margin: 0px;
	padding: 0px;
}
.list-image{
	margin: 0px;
	padding: 0px;
	width: 50px;
	float: left;
	display: inline;
	overflow: hidden;
	height: 70px;
}
.list-text {
	margin: 0px 0px 0px 8px;
	padding: 0px;
	float: left;
	display: inline;
	width: 600px;
}

/* events news category - sub */
.team-item {
	margin: 0px;
	padding: 8px 0px;
	display: block;
	width: 670px;
}
.team-item h3{
	margin: 0px;
	padding: 0px;
}
.team-image{
	margin: 0px;
	padding: 0px;
	width: 110px;
	float: left;
	display: inline;
	overflow: hidden;
	height: 150px;
}
.team-text {
	margin: 0px 0px 0px 8px;
	padding: 0px;
	float: left;
	display: inline;
	width: 530px;
}
.team-text h3 {
	margin: 0em 0em 0.5em;
	padding: 0em;
}
.team-text p {
	margin: 0em 0em 0.5em;
	padding: 0em;
}

/*  detail pages */
#sub_cat .detail_wrapper {
	margin: 0px 0px 12px;
	padding: 0px;
	border: 1px solid #aaaaaa;
	width: 728px;
}
#sub_cat .detail {
	margin: 8px;
	height: auto;
	padding: 0px;
}
#sub_cat .detail h4 {
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: left;
	margin: 0px 0px 2px;
	padding: 0px;
	color: #A21B1A;
	background-image: url(../images/li_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
}
#sub_cat .detail h3 {
	font-size: 1.1em;
	line-height: 1.2em;
	text-align: left;
	margin: 0px 0px .3em;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#sub_cat .detail p {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin: 0px 0px .5em;
	padding: 0px;
}
#sub_cat .detail ul li {
	text-indent: 24px;
	list-style-position: inside;
}
.cart li {
	list-style-type: none;
	list-style-image: none;
}
.cart li a {
	display: block;
	width: 156px;
	height: 20px;
	background: url(../images/bg_subnav_button.gif) no-repeat right 0px;
	font-size: 0.9em;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: 400;
	color: #FFFFFF;
	text-indent: 0.8em;
	margin: 0px;
	padding: 0px;
}
.cart li a:hover {
	color: #2548aa;
	text-decoration: underline;
	background-position: right -20px;
}
.cart li a:active {
	color: #FFFFFF;
	text-decoration: underline;
	background-position: right -40px;
}
.cart li .active {
	background-position: 0px 0px;
	color: #FFFFFF;
}
#sub_cat .detail hr {
	margin: 2px 0px 8px;
	padding: 0px;
}
#sub_cat .detail table {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin: 0px 0px 4px;
	padding: 0px;
	height: auto;
	width: auto;
}
#sub_cat .detail table th {
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	margin: 0px;
	padding: 4px 8px;
	border: 1px solid #D4D4D4;
	background-image: url(../images/bg_th.gif);
	background-position: center bottom;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	color: #464646;
}
#sub_cat .detail table td {
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	margin: 0px;
	padding: 4px;
	border: 1px solid #D4D4D4;
	color: #464646;
}
#sub_cat .guide table {
	text-align: left;
	margin: 0px 0px 4px;
	padding: 0px;
	height: auto;
	width: auto;
}
#sub_cat .guide table th {
	font-size: 0.85em;
	line-height: 1em;
	margin: 0px;
	padding: 2px 8px;
	border: 1px solid #D4D4D4;
	color: #464646;
}
#sub_cat .guide table td {
	font-size: 0.85em;
	line-height: 1em;
	margin: 0px;
	padding: 3px;
	border: 1px solid #D4D4D4;
	color: #464646;
}
/************************ Footer */
#footer_bg {
	padding: 0px;
	width: 980px;
	margin: 0px;
	background-image: url(../images/bg_footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 212px;
}
#footer_wrapper {
	padding: 0px;
	width: 880px;
	margin: 0px auto;
}

#footer_branding {
	text-align: center;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	width: 980px;
	height: 30px;
	line-height: 16px;
}
#footer_plug {
	padding: 0px;
	width: 260px;
	margin: 84px 0px 0px;
	float: right;
	position: relative;
	display: block;
}
#footer_plug p {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	line-height: 16px;
	color: #3D3C3E;
	text-align: right;
}
#footer {
	margin: 50px 0px 0px;
	padding: 0px;
	position: relative;
	text-align: left;
	float: left;
	display: inline;
	height: 120px;
	width: 580px;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	line-height: 28px;
	width: auto;
	white-space: normal;
}
#footer ul li {
	display: inline;
	font-size: 11px;
	line-height: 16px;
	font-weight: 400;
	color: #3A3A3A;
	font-weight: 400;
	padding: 0px 2px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer ul li a {
	color: #006aa0;
}
#footer li a:link {
	text-decoration: none;
	color: #006aa0;
}
#footer li a:visited {
	text-decoration: none;
	color: #006aa0;
}
#footer li a:hover {
	text-decoration: underline;
	color: #2E3192;
}
#footer li a:active {
	text-decoration: underline;
	color: #050505;
}
/************************ Extras */
	   /* float classes */
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
	margin-right: 0px;
	margin-left: 4px;
	margin-bottom: 4px;
}
.center {
	text-align: center;
	left: auto;
	right: auto;
}
.clear {
	clear: both;
}
.divider {
	text-align:left;
	margin:0px;
	padding: 0px;
	clear: both;
	height: 10px;
}
.dividerSmall {
	margin:0px;
	padding: 0px;
	clear: both;
	height: 4px;
}
.dividerBig {
	margin:0px;
	padding: 0px;
	clear: both;
	height: 24px;
}
/* Text Settings */	
.caption {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	color: #666666;
	line-height: 14px;
	text-align: left;
	margin: 0.1em 1em 0.3em;
	padding: 0px;
}
.white {
	color: #FFFFFF;
}
.white a {
	color: #AFB0B1;
}
.red {
	color: #a40000;
}
.green {
	color: #347B46;
}
/* Image Settings */	
.imgLink {
	margin-top: 0px;
	padding-top: 0px;
	border: 1px solid #CEA04B;
}
.strong {
	font-weight: 800;
}
/* Border Settings */	
.pixBrdr {
	border:1px solid #3a3a3a;
	display: block;
	width: 200px;
	float: right;
	margin: 0px;
	padding: 2px 5px 5px;
}
a:link .pixBrdr {
	border:1px solid #3a3a3a;
}
a:visited .pixBrdr {
	border:1px solid #595959;
}
a:hover .pixBrdr {
	border:1px solid #F00;
}
a:active .pixBrdr {
	border:1px solid #8AA3D1;
}
/* Padding Settings */
.pad2 {
	padding: 2px;
}
.pad4 {
	padding: 4px;
}
.padPhoto {
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 6px;
	margin-top: 0px;
}
.photoLeft {
	margin-right: 12px;
	margin-left: 0px;
	margin-bottom: 6px;
	margin-top: 0px;
	float: left;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.photoRight {
	margin-right: 0px;
	margin-left: 18px;
	margin-bottom: 0px;
	margin-top: 0px;
	float: right;
	padding: 0px 0px 6px;
}
/* Ditto 2 Blog
------------------------------------------------------------------------------- */
.ditto_summaryPost h3 {
	margin: 0px !important;
	padding: 0px !important;
	color: black;
}
.ditto_summaryPost .ditto_info {
	padding: 5px !important;
	font-size: 0.8em;
	color: black;
}
.ditto_link {
	font-size: 76%;
	text-align: right;
}
.ditto_paging {
	border-top: 1px solid #ccc;
	padding: 10px;
	font-size: 86%;
	color: #618100;
}
#ditto_pages .ditto_currentpage {
	border: 1px solid #618100;
	padding: 1px 5px 2px;
	margin-right: 1px;
	background-color: #9c0;
	color: #fff;
}
#ditto_pages .ditto_off {
	border: 1px solid #ccc;
	padding: 1px 5px 2px;
	margin-right: 1px;
	color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
	border: 1px solid #9c0;
	padding: 1px 5px 2px;
	margin-right: 1px;
	text-decoration: none !important;
	color: #618100;
}
#ditto_pages a:hover {
	background-color: #fff;
	color: #000;
}
#ditto_archivelist ul {
	list-style-type: none;
	margin-left: 15px;
	padding-left: 0;
}
#ditto_archivelist ul ul {
	list-style-type: square;
	margin-left: 35px;
}
#ditto_archivelist .ditto_month {
	font-weight: bold;
}
/* ajaxSearch_form
------------------------------------------------------------------------------- */
#ajaxSearch_form {
	color: #444;
	width: auto;
}
#ajaxSearch_input {
	width: auto;
	display: inline;
	height: 17px;
	border: 1px solid #ddd;
	border-left-color: #c3c3c3;
	border-top-color: #7c7c7c;
	background: #fff url(images/input-bg.gif) repeat-x top left;
	margin: 0 3px 0 0;
	padding: 3px 0 0;
	vertical-align: top;
}
#ajaxSearch_submit {
	display: inline;
	height: 22px;
	line-height: 22px;
}
#ajaxSearch_output {
	border: 1px solid #444;
	padding: 10px;
	background: #fff;
	display: block;
	height: auto;
	vertical-align: top;
}
.AS_ajax_result {
	color: #444;
	margin-bottom: 3px;
}
.AS_ajax_resultLink {
	text-decoration: underline;
	font-size: 1em;
	font-weight: 800;
}
.AS_ajax_resultDescription {
	color: #555;
	font-size: .9em;
}
.AS_ajax_more {
	color: #555;
}
.ajaxSearch_highlight {
	color: #333;
	background-color: #FF9;
}
/* Form style */

label {
	display: inline;
	float: left;
	height: 26px;
	line-height: 26px;
	width: 100px;
	font-size: 0.85em;
	-webkit-border-radius:5px;
	text-align: left;
}
input, textarea, select {
	width: 270px;
	margin: 0;
	padding: 5px;
	color: #666;
	background: #f5f5f5;
	border: 1px solid #ccc;
	margin: 5px 0;
	font: 0.9em Arial, Helvetica, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #999;
	background-color: #fff;
	color:#333;
}
input.submit {
	cursor: pointer;
	font-size: 20px;
	line-height: 52px;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFF;
	background: #EAEAEA url(../images/biglink.png) no-repeat center top;
	display: block;
	height: 53px;
	width: 297px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 0px;
}
input.submit:hover {
	text-decoration: none;
	color: #EBE571;
}
input[type="submit"][disabled] {
	text-decoration: none;
	color: #888;
}
fieldset {
	padding:.5em;
	border:1px solid #929C9F;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
legend {
	padding:0em;
	font-weight:400;
	color:#2A3886;
	border:1px solid #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0em 0em 1em;
	font-size: 0.9em;
	line-height: 1.2em;
}
span.required {
	font-size: .8em;
	color: #ff0000;
} /* Select the colour of the * if the field is required. */
#message {
	margin: 10px 0;
	padding: 0;
}
.errors {
	display: block;
	padding: 3px 10px 3px 35px;
	color:#8a1f11;
	border: 1px solid #FBC2C4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #F5F5F5;
}
.hidden {
	display: none;
}

