/**
 * @subpackage  JaxStorm Blue v1.5 HM03J2.5
 * @author      SSN (www.hurricanemedia.net)
 * @date        2012-06-20
 * @package     Joomla
 * @copyright   Copyright (C) 2010 - 2012 Hurricane Media - All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
*/


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

/* @font-face{
  font-family:BaroqueScript;
  src:url("../fonts/BaroqueScript.ttf") format("truetype");
  font-family:FoglihtenFr02;
  src:url("../fonts/FoglihtenFr02.otf") format("opentype");
 font-family:Titre;
  src:url("../fonts/Titre.otf") format("opentype");

} */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/**  General **/

* {
	margin: 0;
}

html {
	overflow-y: scroll;
}

html, body {
	height: 100%;
}

body {
	text-align: left;
	font-family: 'Century Gothic', sans-serif, Helvetica, Arial;
	font-size: 0.8em;
	line-height: 1.5em;
/* 	color: #333333; */
	color: #6d6e71;
	background-color: #e7f2ed;
}

a {
	color: #127968;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

img {
	border-style: none;
}

em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}


p {
	line-height:1.6em;
	font-family: 'Century Gothic', sans-serif;
	text-align:justify;
    text-justify:inter-ideograph;
	-webkit-text-size-adjust:none;
}

h1 {
	font-family: 'Myriad Web Pro', sans-serif;
	font-weight: 400;
	line-height:1.0em;
	color: #00387e;
	font-size: 24px;
	margin-top: 6px;
	margin-bottom: 12px;
}

h1 a {
	color: #00387e;
	text-decoration: none;
}

h1 a:hover {
	color: #ffffff;
	text-decoration: none;
}


h2 {
	font-family: 'Myriad Web Pro', sans-serif;
	font-weight: 800;
	line-height:1.0em;
	color: #000000;
	font-size: 28px;
	margin-bottom: 12px;
}

h2 a {
	color: #000000;
	text-decoration: none;
}

h2 a:hover {
	color: #23ac38;
	text-decoration: none;
}

h3 {
	font-family: 'Century Gothic', sans-serif;
	font-weight: 400;
	line-height:1.0em;
	color: #000000;
	font-size: 20px;
	margin-bottom: 6px;
}

h3 a {
	color: #177D4D;
	text-decoration: none;
	font-weight: bold;
}

h3 a:hover {
	color: #23ac38;
	text-decoration: none;
}

.moduletable h3 {
	font-family: 'Myriad Web Pro',Myriad Web Pro, sans-serif;
	font-weight: 700;
	color: #6d6e71;
	font-size: 20px;
	margin-bottom: 6px;
	border-bottom-style: dashed;
border-width: 1px;
color: #6D6E71;

}
.moduletable_home  {
 overflow: hidden;
 margin-bottom: 55px;
 margin-top: -40px;
}
.moduletable_home h3  {
	font-family: 'Myriad Web Pro',Myriad Web Pro, sans-serif;
	font-weight: 700;
	color: #6d6e71;
	font-size: 28px;
	margin-top: 10px;
	margin-bottom: 15px;
}


h4 {
	font-family: 'Myriad Web Pro', sans-serif, Helvetica, Arial;
	font-weight: 600;
	color: #000000;
	font-size: 14px;
}

h5 {
	font-family: 'Century Gothic Bold', sans-serif, Helvetica, Arial;
	font-weight: 600;
	color: #000000;
	font-size: 14px;
}

h6 {
	font-family: 'Myriad Web Pro', sans-serif, Helvetica, Arial;
	font-weight: 500;
	font-size: 16px;
}


ul, ol {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 30px;
	margin-top: 6px;
	margin-bottom: 6px;
}

hr {
	border: 0;
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.tip {
	font-size:0.9em;
	text-align:left;
	line-height: 1.2em;
	padding:3px;
	max-width:400px
}

.tip-title {
	font-weight:bold;
}

#wrapper {
	width: 1000px;
	display: block;
	padding: 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4.6em;
	-moz-box-shadow:0 4px 30px rgba(20%,20%,40%,0.8);
    -webkit-box-shadow:0 4px 30px rgba(20%,20%,40%,0.8);
    box-shadow:0 4px 30px rgba(20%,20%,40%,0.8);
}

#push {
	height: 4.6em;
}




/** Buttoms **/

#login-form input.button,
#member-profile button.validate,
#member-registration button.validate,
#user-registration button.validate,
.logout button,
.login button,
#searchForm button,
#contact-form button.validate,
#mailto-window button {
	font-family: 'Myriad Web Pro', sans-serif; font-weight: 400;
	font-size: 12.5px;
	color: #fff;
	background-color: #177D4D;
	border: 0px;
	padding: 4px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: 0px;
}

#login-form input.button:hover,
#member-profile button.validate:hover,
#member-registration button.validate:hover,
#user-registration button.validate:hover,
.logout button:hover,
.login button:hover,
#searchForm button:hover,
#contact-form button.validate:hover,
#mailto-window button:hover {
	color: #fff;
	text-decoration: none;
	background-color: #666666;
}


.readmore a {
	font-family: 'Myriad Web Pro', sans-serif; font-weight: 400;
	font-size: 12.5px;
	text-decoration: none;
	color: #ffffff;
	background-color: #00387e;
	padding: 4px;
	padding-left: 12px;
	padding-right: 12px;
}

.readmore a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #666666;
}



/** Header **/

#header_wrap {
	background-color: #ffffff;
	min-width: 960px;
}


#header {
	width: 900px;
	height: 90px;
	margin: auto;
	margin-bottom: -1px; /* iPhone/iPad fix */
/* 	overflow: auto; */
	overflow: hidden;
}

#logo {
	float: left;
	font-family: 'Myriad Web Pro', sans-serif; font-weight: 700;
	font-size: 2.8em;
	line-height: 0.9em;
	letter-spacing: -0.03em;
	color: #00387e;
	margin: 0px;
	padding-top: 14px;
}

#logo a {
	text-decoration: none;
	color: #00387e;
}

#logo a:hover {
	text-decoration: none;
	color: #00387e;
}

#logo div.sitedescription {
	font-family: 'Myriad Web Pro', sans-serif; font-weight: 400;
	font-size: 0.40em;
	letter-spacing: 0;
	color: #999999;
	padding-left: 2px;
}

#topnav_wrap {
	background-color: #e9ecf1;
	border-bottom: 1px solid #d6e1e6;
	overflow: auto;
	min-width: 960px;
	line-height: 1.1em;
}


#topnav {
	width: 900px;
	margin: auto;
	padding-top: 2px;
	padding-right: 40px;
	font-size: 0.87em;
}

#topnav a {
	text-decoration: none;
	color: #999999;
}

#topnav a:hover {
	color: #00387e;
	text-decoration: underline;
}

#topnav h3 {
	display: none;
}

#topnav ul.menu {
	/* float: right; */
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: -11px;
}

#topnav ul.menu li {
	display: inline;
	padding-left: 12px;
	padding-right: 12px;
	border-left: 1px solid #999999;
}

#topnav ul.menu li:first-child {
	border: 0;
}

#topnav div.moduletable_menu {
	clear: none;
	float: right;
}

#topnav_socialicons {
	float: right;
	padding-left: 8px;
}

#topnav_socialicons img {
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 5px;
}


#search {
	clear: right;
	float: none;
	margin-top: 56px;
	margin-right: 0px;
}


#mod-search-searchword {
	background-image:url(../images/search.png);
	background-repeat:no-repeat;
	background-position: right;
	margin-top: -5px;
	margin-right:2px;
	padding: 6px;
	width: 82%;
	border: 1px solid #9EC3B0;
	outline: none;
	color:#C8C9C9;
}

#mod_search_searchword {
	background-image:url(../images/search.png);
	background-repeat:no-repeat;
	background-position: right;
	margin-top: -5px;
	margin-right:2px;
	padding: 6px;
	width: 82%;
	border: 1px solid #9EC3B0;
	outline: none;
	color:#C8C9C9;
}




/** Topmenu **/

#topmenu {
	margin:auto;
	padding-left: 0px;
	padding-top: 0px;
	font-family: 'Myriad Web Pro', sans-serif; font-weight: 400;
	font-size: 1.2em;
	color: #000000;
}

#topmenu ul {
	float: left;
	padding:0;
	margin:0 15px 0 40px;
	list-style: none;
}

#topmenu .menu a {
	display: block;
	color: #9FC4B1;
	padding-top: 35px;
	padding-bottom: 10px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	text-decoration: none;
}

/* #topmenu a:hover, .active */
#topmenu li a:hover,#topmenu li.active a {
	color: #fff;
	text-decoration: none;
	background-color: #9FC4B1;
}


#topmenu li {
	float: left;
	padding-left: 1px;
}


/** Second-level lists **/

#topmenu li ul {
	position: absolute;
	font-family: 'Myriad Web Pro', sans-serif, Helvetica, Arial;
	font-size: 12px;
	width: 162px;
	left: -999em; /* "display: none" not seen by screen readers */
	border: 0;
	margin-left: 5px;
	z-index:100;

}

#topmenu li li,
#topmenu li li:first-child {
	border: 0;
	margin-left: -5px;
	margin-top: 2px;

}

#topmenu li li a,
#topmenu li.active li a {
/* 	width: 100px; */
 background-color: #fff;
	padding:0px 8px;
	margin: 0px;
/* 	border-top: 1px solid #b9b9b9; */
	color: #919396;
}

.item-486{	border-left: 1px solid #b9b9b9;}

#topmenu li li:last-child a {
	 border: 0;
}

#topmenu .menu ul a {
/* 	width: 100px; */
	padding: 0 8px;
	color: #919396;
}

#topmenu li li a:hover {
	color: #000;
	text-decoration: none;
    background-color: #fff;
}

/*
#topmenu li.active ul a {
	text-decoration: none;
	background-color: #909090;
}
*/



/** Level third and above **/

#topmenu li ul ul {
	margin: -39px 0 0 190px;
}

#topmenu li:hover ul ul, #topmenu li:hover ul ul ul, #topmenu li.sfhover ul ul, #topmenu li.sfhover ul ul ul {
	left: -999em;
}

#topmenu li:hover ul, #topmenu li li:hover ul, #topmenu li li li:hover ul, #topmenu li.sfhover ul, #topmenu li li.sfhover ul, #topmenu li li li.sfhover ul { /* nested under hovered items */
	left: auto;
}




/** Content/Menu Wrap **/

#content-menu_wrap_bg {
	background-color: #ffffff;
	overflow: auto;
	min-width: 960px;
	min-height: 400px;
	margin-bottom: -1px; /* iPhone/iPad fix */
}

#content-menu_wrap {
	width: 900px;
	margin: auto;
}




/** Breadcrumbs **/

#breadcrumbs {
	width: auto;
	font-size: 0.89em;
	text-decoration:none;
	margin-bottom: 10px;
	margin-top: 10px;
}

#breadcrumbs a {
	color: #000000;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #00387e;
	text-decoration: underline;
}



/** Menus (Left/Right) **/

#leftmenu {
	width: 300px;
	/*width: 270px;*/
/* 	min-height:589px; */
	margin: 0px;
	padding: 0px;
	/*padding-right: 22px;*/
	margin-top: 56px;
	/*margin-bottom: 30px;*/
	/*margin-right: 22px;*/
	float: left;
	line-height: 1.7em;
/*     border-right: 1px solid #919292;  */
	/*background: url(../images/sub_Shadow.png) no-repeat right center;*/
}


#rightmenu {
	width: 190px;
	margin: 0px;
	padding: 0px;
	padding-left: 17px;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 13px;
	float: right;
	line-height: 1.7em;
	border-left: 1px solid #cccccc;
}


#leftmenu a,
#rightmenu a {
	color: #000000; text-decoration: none;
}

#leftmenu a:hover,
#rightmenu a:hover {
	color: #00387e; text-decoration: none;
}

#leftmenu ul,
#rightmenu ul {
	padding-left: 0px;
	list-style-type: none;
	margin-left: 0px;
	margin-top: 12px;
	margin-bottom: 20px;
}

#leftmenu ul li,
#rightmenu ul li {
	/* border-bottom: 1px solid #333333; */
	padding-top: 2px;
	padding-bottom: 2px;
	/* padding-left: 8px; */
	list-style-type: none;
}

#leftmenu ul li ul,
#rightmenu ul li ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

#leftmenu ul li ul li,
#rightmenu ul li ul li {
	border: 0px;
	padding-bottom: 2px;
	list-style-type: none;
	font-size: 0.96em;
	line-height: 1.5em;
	padding-left: 8px;
}

#leftmenu ul.menu li.current a,
#rightmenu ul.menu li.current a {
	font-weight:bold;
}

#leftmenu ul.menu li.current ul li a,
#rightmenu ul.menu li.current ul li a {
	font-weight:normal;
}


.moduletable {
	overflow: hidden;
/* 	margin-bottom: 36px; */
}

.moduletable_menu {
	clear: both;
}

.moduletable_menu h3 {
	font-family: 'Myriad Web Pro', sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 24px;
	margin-bottom: 12px;
}

#leftmenu_socialicons,
#rightmenu_socialicons {
	margin-bottom: 20px;

}

#leftmenu_socialicons img,
#rightmenu_socialicons img {
	padding-right: 4px;
}


/** Content **/

#content-w1 {  /** left and right menu visible **/
	width: 458px;
	float: left;
	padding-top: 20px;
	overflow: hidden;
	margin-bottom: 30px;
}

#content-w2 {  /** left or right menu visible **/
	width: 553px;
	float: left;
	padding-top: 30px;
	padding-left: 22px;
	margin-left: 22px;
	overflow: hidden;
	position: relative;
/* 	margin-bottom: 30px; */
}

#content-w3 {  /** no menu visible **/
	width: 900px;
	float: left;
	padding-top: 20px;
	overflow: hidden;
	/*margin-bottom: 30px;*/
}

#content-w1 h3,
#content-w2 h3,
{
	margin-top: 20px;
}
#content-w3 h3 {
	color: #7CAA96;
 	font-size: 16px;
}

#content-top {
	margin-bottom: 18px;
}

ul.actions {
	margin: 0;
	padding: 0;
	margin-top: -6px;
	margin-bottom: -2px;
	list-style-type: none;
	text-align: right;
}

li.print-icon,
li.email-icon,
li.edit-icon {
	display: inline;
	margin-right: 2px;
}

li.print-icon a,
li.email-icon a,
li.edit-icon a {
	text-decoration: none;
}

dl.article-info {
	clear: both;
	margin-left: 0;
	padding: 0px;
	font-size: 0.86em;
	line-height: 1.3em;
}

.article-info dd, .article-info dd {
	margin-left: 0;
}

.article-info-term {
	display:none
}

.categories-list ul {
	list-style-type: none;
	padding-left: 0;
	padding-left: 5px;
	margin-top: 8px;
}

.categories-list ul li {
	list-style-type: none;
	padding-left: 5px;
}

.categories-list dl dt, .categories-list dl dd {
	display: inline;
}

.image-left {
	float: left;
	margin-top: 0pt;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 0pt;
}

.category-desc p img {
	float: left;
	margin-top: 0pt;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0pt;
}

.first ul {
	padding-left: 15px;
	padding: 5px;

}

.first ul li {
	padding-bottom: 8px;
	padding: 5px;

}

.last ul {
	padding-left: 15px;

}

.last ul li {
	padding-top: 10px;
}


.cat-children ul {
	list-style-type: none;
	margin-top: 10px;
	padding-left: 0px;
}

ul#archive-items {
	list-style-type: none;
	margin-top: 10px;
	padding-left: 0px;
}

.intro ul {
	margin-top: 10px;
	margin-bottom: 20px;
}

fieldset.filters {
	border:solid 0px #ddd;
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 2px;
}

legend.hidelabeltxt {
	display: none;
}

.items-leading {
	margin-bottom: 20px;
}

.newsfeed ol li {
	margin-top: 10px;
}

.newsfeed ol li img {
	margin-top: -10px;
}

#article-index {
	width:25%;
	float:right;
	border:solid 1px #cccccc;
	padding:10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background:#e9ecf1
}

#article-index h3 {
	font-size:1em;
}

#article-index ul {
	list-style-type:disc;
	padding-left: 1.4em;
	color:#666;
}

.pagenavcounter {
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 10px;
}







/** Tables **/
table {
	border-collapse:collapse
}

tr, td {
	border:solid 1px #cccccc
}

table.weblinks,
table.category {
	margin:10px 10px 20px 0px;
	width:100%;
}

table.weblinks td,
table.category td {
	border-collapse:collapse;
	padding:7px;
}

table.weblinks th,
table.category th {
	padding:7px;
	text-align:left
}

td.num {
	vertical-align:top;
	text-align:left;
}

td.hits {
	vertical-align:top;
	text-align:center
}

td p {
	margin:0;
	line-height:1.3em
}

.display-limit,
.filter {
	text-align:right;

}

tr.cat-list-row1,
tr.even {
	background-color: #f4f4f4;
}

table.weblinks th,
table.newsfeeds th,
table.category th,
table.jlist-table th {
	background: #cccccc;
}

table.weblinks th a,
table.newsfeeds th a,
table.category th a,
table.jlist-table th a,
table.weblinks th,
table.newsfeeds th,
table.category th,
table.jlist-table th {
	color:#000000
}

table.category th a img {
	border:solid 0px ;
	display: none;
}

table.category th a:hover {
	color: #00387e;
}

table.moduletable td,
table.moduletable tr {
	border:0;
}






/** Pagination **/
.pagenav {
	padding:2px
}

ul.pagenav {
	list-style-type: none;
	margin: 0;
	margin-top: 20px;
	padding: 4px;
	overflow: hidden;
}

li.pagenav-prev a,
li.pagenav-next a {
	font-family: 'Myriad Web Pro', sans-serif; font-weight: 400;
	font-size: 13.5px;
	color: #fff;
	background-color: #127968;
	border: 0px;
	padding: 4px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: 0px;
	text-decoration: none;
}

li.pagenav-prev a:hover,
li.pagenav-next a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #666666;
}

li.pagenav-prev {
	float: left;
}

 li.pagenav-next {
	float:right
}

.pagination {
	clear: both;
/* 	padding-top:8px;
	padding-bottom:8px;
	border-top:solid 1px #cccccc; */
}

.pagination ul {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:left;
}

.pagination li {
	display:inline;
	padding:2px 5px;
	text-align:left;
	margin:0 2px
}

.pagination li.pagination-start,
.pagination li.pagination-next,
.pagination li.pagination-end,
.pagination li.pagination-prev {
	border:0
}

.pagination li.pagination-start,
.pagination li.pagination-start  span {
	padding:0
}

p.counter {
	font-weight:bold;
}






/** Blog **/

.cols-1 {
	display: block;
	float: none !important;
	margin: 0 !important;
}

.cols-2 .column-1 {
	width:48%;
	float:left;
}

.cols-2 .column-2 {
	width:48%;
	float:right;
	margin:0
}

.cols-3 .column-1 {
	float:left;
	width:29%;
	padding:0px 5px;
	margin-right:4%

}

.cols-3 .column-2 {
	float:left;
	width:29%;
	margin-left:0;
	padding:0px 5px
}

.cols-3 .column-3 {
	float:right;
	width:29%;
	padding:0px 5px
}

.items-row {
	overflow:hidden;
   padding-bottom:20px ;
	margin-bottom:20px !important;
	display: inline-block;
	background: white url(../images/djc_clearfix_bg.jpg) no-repeat center bottom;
}

.column-2 {
	width:55%;
	margin-left:40%;
}

.column-3 {
	 width:30%
}

.blog-more {
	padding:10px 5px
}






/** Login **/

#login-form fieldset.userdata {
	margin-bottom: 5px;
	margin-top: -15px;
	margin-left: 0px;
	border: 0px;
	font-size: 0.96em;
	float: left;
}

#login-form ul {
	margin-left: 0px;
}


#login-form ul li {
	border: 0px;
	line-height: 1.1em;
	float: left;
	width: 100%;
}


#login-form input.inputbox {
	width: 80%;
	margin-left: 0px;
	padding: 6px;
	padding-right: 24px;
	border: 1px solid #e2e2e2;
	outline: none;
}

#login-form label {
	display: block;
	margin-left: 0px;
}

#form-login-remember label {
	float: none;
	width: auto;
	display: inline;
}

#form-login-remember input.inputbox {
	width: auto;
	border: 0;
}


.login fieldset {
	border: 0;
}

.login-fields {
	margin:10px 0
}

.login-fields label {
	float:left;
	width:9em;
}

.login-description,
.logout-description {
	overflow:hidden;
	padding-left:5px;
	margin:20px 0 10px 0
}

.logout-description {
	margin-bottom:20px
}

.validate-username,
.validate-password,
.validate-email,
#jform_name,
#jform_username {
	width: 140px;
	margin-bottom: 4px;
	padding: 6px;
	padding-right: 24px;
	border: 1px solid #e2e2e2;
	outline: none;
}



/** User profile **/

#users-profile-core,
#users-profile-custom {
	margin:10px 0 15px 0;
	padding:15px;
}

#users-profile-core dt,
#users-profile-custom dt {
	float:left;
	width:12em;
	padding:3px 0;
}

#users-profile-core dd,
#users-profile-custom dd {
	padding:3px 0;
}

#users-profile-core legend,
#users-profile-custom legend,
.profile-edit legend,
.registration legend {
	font-weight:bold
}

#member-profile fieldset,
.registration fieldset {
	margin:10px 0 15px 0;
	padding:15px;
}

.profile-edit form#member-profile fieldset dd,
.registration form#member-registration fieldset dd {
	float:none;
	padding:3px 0;
}

.profile-edit form#member-profile fieldset dd input,
.profile-edit form#member-profile fieldset dd select,
.registration form#member-registration fieldset dd input {
	width: 17em;
}

.profile-edit form#member-profile fieldset dt,
.registration form#member-registration fieldset dt {
	clear: left;
	float: left;
	padding: 5px 5px 5px 0;
	width: 16em;
}

#users-profile-core,
#users-profile-custom {
	border: solid 1px #ccc;
}

#member-profile fieldset,
#member-registration fieldset {
	border: solid 1px #ccc;
}

#user-registration.form-validate fieldset {
	border: solid 0px;
	padding-left: 0;
}







/** Contacts **/

h3.pane-toggler {
	font-size: 1.1em;
	border-top: 1px solid rgb(226,226,226);
	margin-bottom: 2px;
	padding-bottom: 8px;
	padding-top: 8px;
}

h3.pane-toggler-down {
	font-size: 1.1em;
	border-top: 1px solid rgb(226,226,226);
	margin-bottom: 2px;
	padding-bottom: 8px;
	padding-top: 8px;
}

address span {
	display: block;
	font-style: normal;
}

.contact-address img {
	margin-bottom: 10px;
}

.panel .contact-form,
.panel  .contact-miscinfo
{
	padding:10px
}

.contact .panel .contact-form form,
.contact .panel .contact-address
{
	margin:20px 0 0 0
}

#contact-form fieldset {
	border: 0px;
}

#contact-form fieldset dl dt {
	padding-top: 4px;
}

#jform_contact_email_copy-lbl {
	float: left;
	padding-right: 6px;
}

#jform_contact_email_copy {
	margin: 4px;
}

.star {
	color: #cc0000;
}

.tip
{
	border:solid 1px #333;
	background:#ffffcc;
	font-size: 0.86em;
	padding: 5px;
}




/** Search **/

.searchintro {
	font-weight:normal;
	margin:20px 0 20px;
}

.searchintro img {
	border:0px
}

.word {
	border:solid 0px #ccc ;
}

fieldset.word label {
	font-weight: bold;
	color:#000000;

}

.form-limit {
	margin:20px 0 0;
	text-align:right;
	padding:0 10px 0 20px;
}

.highlight {
	font-weight: bold;
}

.ordering-box {
	width:40%;
	float:right;
}

.phrases-box {
	width:60%;
	float:left
}

.only,
.phrases {
	border:solid 1px #cccccc;
	margin:10px 0 0 0px;
	padding:15px ;
	line-height:1.3em;
}

label.ordering {
	display:block;
	margin:10px 0 10px 0
}

.word {
	padding:10px 10px 10px 0;
}

.word input {
	font-weight:bold;
	margin:0px 10px 0px 10px;
	padding:4px;
	font-size:1em
}

.word label {
	font-weight:bold
}

fieldset.only label,
fieldset.phrases label {
	margin:0 10px 0 0px
}

.ordering-box label.ordering {
	margin:0 10px 5px 0;
	float:left
}

form .search label {
	display:none
}

.search legend {
	font-weight:bold
}




/** Search results **/

dl.search-results dt.result-title {
	border-top: solid 1px #cccccc;
	padding-top: 10px;
	font-weight:bold;
}

dl.search-results dd.result-created {
	padding-top: 6px;
	padding-bottom: 10px;
	color: rgb(170,170,170);
}


dd.result-category {
	padding-top: 6px;
	padding-bottom: 6px;
}




/* Stats */
.stats-module dl {
	margin:10px 0 10px 0
}

.stats-module dt {
	float:left;
    margin:0 10px 0 0;
    font-weight: bold;
}

.stats-module dt,
.stats-module dd {
	padding:2px 0 2px 0
}



/* Syndicate */

a.feed-link {
	margin-top:15px;
	display:block;
	text-decoration:none
}

.feed-link img {
	border:0
}




/** Footer **/

#footer_wrap {
	background-color: #ffffff;
/* 	padding-bottom: 20px; */
	min-width: 960px;
}

#footer {
	clear: both;
	width: 900px;
	margin: auto;
	padding-top: 26px;
	background-color: #ffffff;
}

#footer div.custom hr {
	border: 0;
	color: #333333;
	background-color: #333333;
	height: 1px
}

#copyright {
	clear: both;
	margin: auto;
	min-width: 960px;
	margin-top: 20px;
	padding-top: 8px;
	border-top: 1px solid #e9ecf1;
	font-size: 0.86em;
	text-align: center;
	color: #999999;
	background-color: #e9ecf1;
	margin-bottom: -1px; /* iPhone/iPad fix */
}

#copyright a {
	color: #999999;
	text-decoration: none;
}

#copyright a:hover {
	color: #999999;
	text-decoration: none;
}

#copyright img {
	border-style: none;
}

#copyright div.copy2 {
	text-align: left;
}




/** Box/Banner/Links **/

#box_wrap {
	/* background:url(../images/footer-shadow.gif) top left repeat-x; */
	background-color: #D7D7D7;
	border-top: 1px solid #d6e1e6;
	border-bottom: 8px solid #9EC3B0;
	min-width: 960px;
	height: 5.6em;
}

#box_placeholder {
	margin: auto;
/* 	padding-top: 15px; */
	width: 900px;
	color: #333333;
}

#box_placeholder a:hover {
	color: #000000;
}

#box_placeholder h1, #box_placeholder h2, #box_placeholder h3  {
	color: #333333;
}

#box1 {
	width: 500px;
	margin: 0;
	margin-right: 10px;
	padding: 0;
	float: left;
/* 	border-right: 1px solid #cccccc; */
}

#box2 {
	width: 375px;
	margin: 0;
/* 	margin-right: 29px; */
	padding: 8px 0 0 0;
/* 	float: left; */
	float: right;
}

#box3 {
	width: 280px;
	margin: 0;
	padding: 0;
	float: left;
}




/** Editor **/

#adminForm.form-validate fieldset {
	border: solid 1px #999999;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 8px;
}

#adminForm legend {
	font-weight: bold;
}

.edit.item-page {
	max-width: 660px;
}

#adminForm.form-validate fieldset div.formelm {
	padding-bottom: 10px;
	display: block;
}

#adminForm.form-validate fieldset div.formelm label,
#adminForm.form-validate fieldset div.formelm input {
	display: inline-block;
}

#adminForm.form-validate fieldset div.formelm label {
	width: 120px;
}

#adminForm.form-validate fieldset div.formelm-area label,
#adminForm.form-validate fieldset div.formelm-area input {
	display: inline-block;
}

#adminForm.form-validate fieldset div.formelm-area label {
	width: 120px;
	vertical-align: top;
}

#adminForm.form-validate fieldset div.formelm-buttons {
	margin-top: -32px;
	padding-bottom: 10px;
	height: 20px;
	float: right;
}

#jform_articletext_tbl.mceLayout {
	clear: both;
}

#editor-xtd-buttons div.button2-left div.readmore a {
	height: 22px;
	line-height: 22px;
	font-size: 11px;
	cursor: pointer;
	padding-top: 0pt;
	padding-right: 24px;
	padding-bottom: 0pt;
	padding-left: 6px;
	color: #666666;
	text-decoration: underline;
	background-color: #f3f3f3;
}

#editor-xtd-buttons div.button2-left div.readmore a:hover {
	color: #0b55c4;
}






/** Mailto Window **/

#mailto-window {
	padding: 20px;
	width: 340px;
}

#mailto-window h2 {
	padding-bottom: 10px
}

#mailto-window p {
	clear: left;
	padding-top: 20px
}

#mailto-window label {
	padding: 0px;
}

#mailto-window input {
	margin: 4px;
	padding: 6px;
	padding-right: 24px;
	border: 1px solid #e2e2e2;
	outline: none;
}

#mailtoForm div.formelm label,
.formelm input {
	display:inline-block;
}

#mailtoForm div.formelm label {
	width: 80px;
}

#mailtoForm div.formelm input {
	width: 160px;
}

#mailto-window div.mailto-close a {
	display: none;
}

body.contentpane {
	background-color: #ffffff;
}





/** Print Window **/

#main div.item-page {
	margin: 10px;
}

#main div.item-page ul.actions li {
	/* float: right; */
}

body.contentpane,
body.contentpane h1,
body.contentpane h2,
body.contentpane h3,
body.contentpane h4,
body.contentpane h5,
body.contentpane h1 a,
body.contentpane h2 a,
body.contentpane h3 a,
body.contentpane h4 a,
body.contentpane h5 a {
	color: #000000;
}

body.contentpane a:hover {
	color: #000000;
}





/* Slideshow */

#slideshow {
	background-color: #ffffff;
	min-width: 960px;
	height: 272px;
}

#slides {
	padding: 2px 0 5px 0;
	clear: both;
	position:relative;
	width:900px;
	margin: auto;
}


.slides_container {
	width:900px;
	height:400px;
	overflow:hidden;
	position:relative;
	z-index: 1;
}

.slides_container a,
.slides_container img {
	display: block;
	width:900px;
	height:400px;
}

#slides .next,
#slides .prev {
	position:absolute;
	top:24px;
	left: 0px;
	width:38px;
	height:38px;
	background-image:url(../images/slides_arrows.png);
	z-index:10;
}

#slides .next {
	left:176px;
}

.slides_nav {
	display: none;
}


.slides_nav a.prev {
	background-position: 0 0;
	margin: 181px 0 0 0px;
}

.slides_nav a:hover.prev {
	background-position: 80px 200px;
}

.slides_nav a.next {
	background-position: 160px 0;
	margin: 181px 0 0 686px;
}

.slides_nav a:hover.next {
	background-position: 40px 200px;
}

#slides ul.pagination {
	border: 0;
	position: absolute;
	z-index: 10;
	margin: -36px 0 0 -20px;
}


#slides ul.pagination li {
	float:left;
	margin: 0 -3px 0 0;
	list-style:none;
}

#slides ul.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background: url(../images/slides_arrows.png) 0 160px;
	float:left;
	overflow:hidden;
}

#slides ul.pagination li.current a {
	background: url(../images/slides_arrows.png) 188px 160px;
}


.moduletable_list{
	list-style: none;
	margin:20px 0 0 0;
	padding: 0;
	overflow: hidden; /* 超過範圍隱藏 */
	white-space: nowrap; /* 不斷行 */
}
.moduletable_list .menu{
    padding-left:0px;
}

.moduletable_list li{
    display: inline; /* 水平排列 */}
.moduletable_list li a{
	padding:0 8px;
	color:#177D4D;
	text-decoration:none;
	font-size:14px;
/* 	line-height:21px; */
}
.moduletable_list li a:hover{
	color:#fff;
}

 /* 首字放大 */
.first {
 font-size:14px;
 line-height:21px;
 font-family: 'Century Gothic', sans-serif;
 margin-bottom: 10px;
 }
 .first:first-letter {
 font-size:40px;
 float:left;
 padding:5px 5px 0 0;
 line-height:24px;
/*  font-weight:bold;  */

 }

 #content-box1{
    /*float:left;*/
    /*width:75%;*/
    /*margin:5px;*/
	padding:0;
 }
#content-box2{
    float:right;
    width:20%;
    margin:20px 0px 5px 5px;
    padding:0;
 }

.item-page h2{
    /* font-size:32px; */
	line-height: 52px;
    border-bottom-style:dashed;
    border-width:1px;
    color: #6D6E71;
 }
.item-page h2 a{
    color: #6D6E71;
 }
.item-page h6{
    padding:10px 30px;
	color: #469D6E;
	font-size:20px;
	font-family: 'Century Gothic Bold', sans-serif;
    font-weight: 800;
	line-height: 24px;
	background: url(../images/h6-bg.jpg)top left no-repeat;
	min-height: 35px;
 }
 .item-478{
 display:none;
 }

 #djc_description{ width: 400px;}
/* 產品選單隱藏 */
.item-478,.item-490,.item-504{

}
.item-482 ul{
	display: none !important;
}
/*------------- 產品目錄Dj2-mod------------------- */

.moduletable_dj .boxgrid img {
    border: 0 none;
    left: 0;
    position: absolute;
    top: 0;
}
.moduletable_dj .active .boxgrid img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.moduletable_dj ul li .boxgrid{
    float: left;
    height: 138px;
    /*left: -9px;
    margin-left: 12px;*/
    margin-top: 5px;
    overflow: hidden;
    position: relative;
    width: 138px;
}

.moduletable_dj{
	margin:0;
	padding:0;
	/*height: 160px;*/
}
.moduletable_dj h3{font-size: 32px;color: #6D6E71 !important;font-family: 'Myriad Web Pro', sans-serif;
font-weight: 800;line-height: 52px;
border-bottom-style: dashed;
border-width: 1px;
}
.moduletable_dj ul{
	background: none;
	padding:0;
	float:left;
	z-index: 10;
	/*margin-bottom: 85px; */
	/* margin-top: -20px; */
}
 /*------------第一層選單------------ */
.moduletable_dj ul  li{
	position: relative;
 	float:left;
 	text-align:center;
 	list-style-type:none;
 	margin:0 6px;
	width:137px;
 	/*height:139px;*/
}
.moduletable_dj ul  li a{
	 font-size:16px;
	 font-family:Arial;
	 font-weight:bold;
	 line-height: 1em;
	 display:block;
	 text-decoration: none;
	 padding:6px 0;
	 width:100%;
	 color:#3E3A39;
	 /*margin-top: 139px;*/
	 cursor: default;
}
.moduletable_dj ul  .level1 a:hover{ color: #AAABAA; cursor: pointer;}
/* .moduletable_dj ul li.level0{ background: red;} */

.moduletable_dj ul  li ul{
	/*position: absolute; */
	/*background:none;*/
	/*top:20px;*/
	width:137px;
	/*display:block;*/
}
/*------------第二層選單------------ */

.moduletable_dj ul  li ul li { margin:0;padding-top:3px; width:100%;}
.moduletable_dj ul  li ul li a{font-size:11px !important;-webkit-text-size-adjust:none;font-weight:normal;}
/* .moduletable_dj ul  li ul li a{Background:#e3e3e3;height:24px;} */
.showHere{display:none;}
.custom_about{margin-top:112px;margin-bottom: 100px;}
/* .moduletable_dj h3{font-size: 32px;line-height: 52px;color: #6D6E71 !important;font-family: 'Century Gothic bold', sans-serif;
font-weight: 400;
margin-bottom: 26px;} */
.moduletable_dj .active.parent.deeper .child{
	display: block;
}
.moduletable_dj .active a{
	color: #AAA;
}
.moduletable_dj .active.parent.deeper a:hover{
	color: #231815;
}
.moduletable_dj .active .active a{
	color: #231815;
}
#leftmenu h3{ font-size:18px;border-bottom-style: dashed;border-width: 1px;color: #6D6E71;}
.breadcrumbs a{text-decoration: none;color:#6D6E71;}
.moduletable_Product{background:url(../images/moduletable_Product.jpg) no-repeat center center;}
.search{
margin: 35px -10px 0 5px;

}
.item-page {padding-bottom:60px;}
/* .contact{margin-left:20px;} */
.contact h3{
font-size:32px;
text-indent :"";}
#content-w3 form{font-family: 'Century Gothic', sans-serif;margin-left:20px;}
.contact-page h2{
font-size: 32px;
line-height: 52px;
border-bottom-style: dashed;
border-width: 1px;
color: #6D6E71;
margin-bottom: 30px;
text-indent : -20px;
}
.contact-page h3{margin-top: 30px;}
.contact-submit{background-color:#177D4D;color:#fff;}
/* #fb-icon{margin:0 auto;width:900px} */
#djcatalog .djc_thumbnail img {
width: 75px;
height: 75px;}

#fb-icon {margin-top:-30px;}
#fb-icon img{float:right;margin-bottom:0px;}
.camera_pie{display:none;}
.custom p{margin: 0;}

.blog h2{color:#469D6E;font-size: 20px;}
.fb a:link{background: url(../images/fb-icon.png) 0 0 ;
	display: block;
	height: 32px;
	width: 138px;
	font-size:0;
    text-indent:-9999px;
    margin-top: 0;
	}
.fb a:hover{background: url(../images/fb-icon.png) 0 32px ;

}


/*
Edit by Cheng Chun
 */
.dashed{
	font-size: 38px;
    border-width:1px;
    color: #6D6E71;
	line-height: 40px;
	margin-bottom: 0;
	background-image: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QMbaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjM3OEQyODg0NzM3MjExRTJBNDYwRTUxNzc3QThDOEIwIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjM3OEQyODgzNzM3MjExRTJBNDYwRTUxNzc3QThDOEIwIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgTWFjaW50b3NoIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9IkNEQjIwNjU3NkY1NDAzMUM0MUNGOENENEM5MTBBRDAwIiBzdFJlZjpkb2N1bWVudElEPSJDREIyMDY1NzZGNTQwMzFDNDFDRjhDRDRDOTEwQUQwMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uAA5BZG9iZQBkwAAAAAH/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAgICAgICAgICAgMDAwMDAwMDAwMBAQEBAQEBAgEBAgICAQICAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDA//AABEIAAEABAMBEQACEQEDEQH/xABNAAEAAAAAAAAAAAAAAAAAAAAKAQEAAAAAAAAAAAAAAAAAAAAAEAADAQAAAAAAAAAAAAAAAAAAhcVHEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwBqm/MIIH//2Q==);
	background-repeat: repeat-x;
	background-position: 0 20px;
}
.dashed a, .dashed span{
	background: #FFF;
	padding-right: 20px;
    color: #6D6E71;
}

.moduletable_home h2 , .moduletable h2{
	font-size: 20px;
	margin-bottom: 0;
}
#leftmenu .moduletable_home h2{
	margin-bottom: 12px;
}
#content-w2 .v-divider{
	display: block;
	background: black;
	width: 2px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 80%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 80%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 80%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 80%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 80%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 );
}
.div_lnd_list{
	background: url(../images/index_news.jpg) no-repeat 100% -20px;
}
#content-menu_wrap{
	overflow: hidden;
}
.moduletable_dj .menu{
	margin: 0;
	overflow: hidden;
	height: 230px;
	float: none;
	display: block;
}
/*.moduletable_dj .menu > li{
	background: gray;
}*/
.moduletable_dj .level0 a{
	text-transform:uppercase;
}
.moduletable_dj .parent .child a{
	text-transform:capitalize;
	padding: 4px 0;
}
.moduletable_dj .parent .child{
	/*margin-top: 150px;*/
	display: none;
}
.moduletable_dj ul li .boxgrid{
	line-height: 270px;
}
.moduletable_dj ul li .boxgrid span{
	display: block;
}
.search-input{
	background-image:url(../images/search.png);
	background-repeat:no-repeat;
	background-position: right;
	margin-top: -5px;
	/*margin-right:2px;*/
	padding: 6px;
	width: 116px;
	border: 1px solid #9EC3B0;
	outline: none;
	color:#C8C9C9;
}
/*------------------------------------------
	Pretty radio
 ------------------------------------------*/
 .clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {clear: both;}

.clearfix {*zoom: 1;}

.prettycheckbox,
.prettyradio {
    display: inline-block;
    padding:0;
    margin:0;
}
.prettyradio{
	margin-top: 5px;
}
.prettycheckbox a,
.prettyradio a{
    width: 11px;
    height: 11px;
    background: url(../../custom/images/csg-517df678e1905.png) no-repeat top left;
    display: block;
    float: left;
    cursor: pointer;
    margin: 3px 0 0 0;
}
.prettyradio a {background-position: 0 0;}

.prettycheckbox a:focus,
.prettyradio a:focus {outline: 0 none;}

.prettycheckbox a:focus{background-position: 0 0;}
.prettyradio a:focus{background-position: 0 0;}

.prettycheckbox a.checked{ background-position: 0 -61px;  }
.prettyradio a.checked { background-position: 0 -61px; }

.prettycheckbox label,
.prettyradio label {
  display: block;
  float: left;
  margin: 0 10px 0 5px;
  cursor: pointer;
  color: #BABCBE;
  font-size: 12px;
}
/*-------------------------------------------
	Page navi links with arrow
---------------------------------------------*/
.page-navi-link {
    float: right;
    font-size: 21px;
    line-height: 21px;
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize;
    text-align: right;
    color: #9EC3B0;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    zoom: 1;
    *display: inline;
    position: relative;
    vertical-align: middle;
    width: 220px;
}
.triangle-right{
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #9EC3B0;
    float: right;
    margin-left: 10px;
    margin-top: 2px;
}

.page-navi-link:hover{
    color: #177d4d;
    text-decoration: none;
}
.page-navi-link:hover .triangle-right{
    border-left: 10px solid #177d4d;
}
