/* CSS Document */

/* PLAYING WITH BACKGROUND SHADOW
.page-shadow {
	background: url(../images/bg_shadow.gif) no-repeat bottom right;
	margin: -6px 6px 6px -6px;
}
*/

body {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	background-color: #5f6369;
	color: #424242;
	text-align: left;
	margin: 0 0 30px 0;
	line-height: .9em;
}

 /* -------------- BEGINNING OF ACCORDIAN STYLES ------------- */
#basic-accordian{
	/* width:237px; */
		width: 237px !important; /*moz width*/
		width: 237px; /*IE width*/
	position: relative;
	z-index:2;
	/* position:absolute;
	left:50%;
	top:50%;
	margin-left:-175px;
	margin-top:-100px;    ORIGINAL SETTINGS */
}

a.accordian_link:link, a.accordian_link:visited, a.accordian_link:hover, a.accordian_link:active {
	color: black;
	text-decoration: none;
}

.accordion_headings{
	/* padding:5px;
	border:1px solid #FFF;   ORIGINAL SETTINGS */
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color:#568c37;
	color:#568c37;
	cursor:pointer;
	font-weight: normal;
	letter-spacing: 2px;
	background-image: url(../images/leftmenu_heading_bg.gif); /* Cheat for left menu background */
	background-repeat: repeat-x; /* Cheat for left menu background */
	background-position: 0 0px; /* Cheat for left menu background */
	border-bottom: 3px solid #5b615d;
	line-height: 17px;
	padding: 8px 0 9px 9px;
}

.accordion_headings:hover{
	background-image: url(../images/leftmenu_heading_hover_bg.gif); /* Cheat for left menu background */
	/* background:#00CCFF; */
}

.accordion_child{
	color: black;
	background:#EEE;
	font-size: 10px;
	text-transform: none;
	font-weight: normal;
	letter-spacing: normal;
	background-image: url(../images/leftmenu_metal.jpg); /* Cheat for left menu background */
}

.accordion_child:hover{
}

.accordion_grandchild {
	padding:5px;
	border-bottom: 1px solid #9b9c99;
}

.accordion_grandchild:hover {
	background-color: #dbdbdb;
	filter: alpha(opacity=55);
	-moz-opacity:0.55;
	opacity:0.55;
	-khtml-opacity:0.55;
}

.accordion_productgrandchild {
	padding: 5px;
	border-bottom: 1px solid #9b9c99;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
}

.accordion_productgrandchild:hover {
	background-color: #dbdbdb;
	filter: alpha(opacity=55);
	-moz-opacity:0.55;
	opacity:0.55;
	-khtml-opacity:0.55;
}

.header_highlight{
	background-color: #a57a1d;
	background-image: url(../images/leftmenu_heading_select_bg.gif); /* Cheat for left menu background */
	background-repeat: repeat-x;
	color: #dd7800;
	font-weight: bold;
}

div.productmenu_itemimage {
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}

div.productmenu_itemimage_2line {
	height: 22px;
}

div.productmenu_itemimage_3line {
	height: 40px;
}

div.productmenu_itemimage_4line {
	height: 50px;
}

div.productmenu_itemnum {
	color: #086b23;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0px;
}
/* -------------- END OF ACCORDIAN STYLES ------------- */

p {
	margin: 0 0 10px 0;
}

p.title-center {
	text-align: center;
	font-size: 12px;
}

select {
	font-size: 11px;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: -.5em 0 1em 1em;
}

ul li {
	background-image: url(../images/bullet_item_orange.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: 1.3em;
}

ul.second-level {
	margin-top: .3em;
	list-style-position: 0 .3em;
	padding-left: .5em;
}

ul.second-level li {
	background-image: url(../images/bullet_item_green.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: 1.3em;
}

ul.third-level {
	margin-top: .3em;
	list-style-position: 0 .3em;
	padding-left: .5em;
}

ul.third-level li {
	background-image: url(../images/bullet_item_blue.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: 1.3em;
}

ul.side-by-side {
	float: left;
	font-size: 12px;
	padding: 0 6px 0 0;
	margin: 0;
}

ol {
	padding: 0;
	margin: 0 0 1em 2em;
}

ol.lower-alpha {
	padding: 0;
	margin: 0 0 1em 2em;
	list-style-type: lower-alpha;
}

li.padded {
	margin-top: 1.5em;
}

a:link, a:visited {
	color: #23783A;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #DD7800;
	text-decoration: none;
}

a:active {
	color: #23783A;
}

a.news-header:link, a.news-header:visited {
	text-decoration: none;
	color: #656861;
}

a.news-header:hover {
	text-decoration: none;
	color: #656861;
}

a.news-header:active {
	text-decoration: none;
	color: #656861;
}

a.navbarlink:link, a.navbarlink:visited {
	color: #1B7A22;
	font-weight: normal;
	text-decoration: underline;
}

a.navbarlink:hover {
	color: #DD7800;
	text-decoration: none;
}

a.navbarlink:active {
	color: #1B7A22;
}

a.dark_bg:link, a.dark_bg:visited {
	color: white;
	font-weight: normal;
	text-decoration: underline;
	font-weight: bold;
}

a.dark_bg:hover {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a.dark_bg:active {
	color: white;
}

a.news-links:link, a.news-links:visited {
	background-color: transparent;
	cursor: pointer;
	text-decoration: none;
}

a.news-links:hover {
	background-color: #cedfea;
	cursor: pointer;
	text-decoration: none;
}

a.news-links:active {
	background-color: transparent;
	cursor: pointer;
	text-decoration: none;
}

a.newspage-item-a:link, a.newspage-item-a:visited {
	background-color: #D4E3EC;
	cursor: pointer;
	text-decoration: none;
}

a.newspage-item-a:hover {
	background-color: #FFF2E5;
	cursor: pointer;
	text-decoration: none;
}

a.newspage-item-a:active {
	background-color: #D4E3EC;
	cursor: pointer;
	text-decoration: none;
}

a.newspage-item-b:link, a.newspage-item-b:visited {
	background-color: #E7EFF4;
	cursor: pointer;
	text-decoration: none;
}

a.newspage-item-b:hover {
	background-color: #FFF2E5;
	cursor: pointer;
	text-decoration: none;
}

a.newspage-item-b:active {
	background-color: #E7EFF4;
	cursor: pointer;
	text-decoration: none;
}

a.submenu-links:link, a.submenu-links:visited {
	background-color: #92C6E9;
	color: #005796;
	cursor: pointer;
	text-decoration: none;
}

a.submenu-links:hover {
	background-color: #005796;
	color: white;
	cursor: pointer;
	text-decoration: none;
}

a.submenu-links:active {
	background-color: transparent;
	cursor: pointer;
	text-decoration: none;
}

a.footer:link, a.footer:visited {
	color: #424242;
	margin: 0 2px 0 2px;
	text-decoration: none;
}

a.footer:hover {
	color: #1B7A22;
	text-decoration: underline;
}

a.footer:active {
	color: #424242;
}

a.expandable_header {
	cursor: pointer;
	text-decoration: underline;
	background-position: 0 2px;
	background-image: url(../images/plus_sign.gif);
	background-repeat: no-repeat;
	padding: 0 0 2px 17px;
}

a.expandable_header_open {
	background-image: url(../images/minus_sign.gif);
}

a.expandable_header_over {
	color: #61a547;
}

a.expandable_header_section {
	cursor: pointer;
	padding: 0;
	color: #086b23;
	font-size: 19px;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-weight: bold;
	line-height: 20px;
	margin-top: 14px;
	text-transform: uppercase;
	line-height: 18px;
}

a.expandable_header_section_open {
	background-image: none;
}

a.expandable_header_section:hover {
	color: #E87800;
}

a.product-detail-header:link, a.product-detail-header:hover, a.product-detail-header:active, a.product-detail-header:visited {
	cursor: pointer;
	text-decoration: none;
}

div.navbar {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #1B7A22;
	border-top: 1px solid #0B521D;
	border-bottom: 1px solid #c1c3c0;
	height: 24px;
	width: 768px;
	background-color: white;
	background-image: url(../images/nav_bar_bg.gif);
}

div.content-area {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #086B23;
	width: 768px;
	background-color: white;
	overflow: hidden;
	/* background-image: url(../images/nav_left_bg.gif); /* Cheat for left menu background */
	/* background-repeat: no-repeat; /* Cheat for left menu background */
	/* background-position: 0 70px; /* Cheat for left menu background */
}

div.leftcolumn {
	background-color: white;
	float: left;
	border-right: 2px solid #5b615d;
	border-left: 3px solid white;
	text-align: left;
	voice-family: "\";}\""; 
	voice-family:inherit; 
	/* width: 242px; */
	width: 237px !important; /*moz width*/
	width: 237px; /*IE width*/
}

/* Hack for browsers other than IE */
html>body div.leftcolumn {
	width: 237px;
}

div.news-header {
	font-size: 18px;
	font-weight: bold;
	color: #656861;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 3px;
	border-bottom: 2px solid #5b615d;
	width: 100%;
}

div.news-date {
	font-size: 11px;
	font-weight: bold;
	margin-top: 13px;
	padding-bottom: 2px;
	margin-left: 16px;
	color: #005796;
	text-align: right;
	width: 202px;
	background-color: inherit;
	text-decoration: none;
}

div.news-content {
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 2px;
	margin-left: 16px;
	border-bottom: 1px solid #adb6b8;
	color: #656861;
	text-align: left;
	width: 202px;
	line-height: 1.4em;
	background-color: inherit;
	text-decoration: none;
}

div.newspage-item-a {
	border: 1px solid #ADCFE5;
	padding: 7px 5px 10px 9px;
	margin: 3px;
	background-color: inherit;
	width:467px !important; /*moz width*/
	width: 480px; /*IE width*/
}

div.newspage-item-b {
	border: 1px solid #ADCFE5;
	padding: 7px 5px 10px 9px;
	margin: 3px;
	background-color: inherit;
	width:467px !important; /*moz width*/
	width: 480px; /*IE width*/
}

div.newspage-date {
	color: #52a6dd;
}

div.innerleftcolumn {
	font-size: 11px;
	color: #424242;
	background-color: #cedfea;
	width: 202px;
	border-right: 1px solid #ced6db;
	border-left: 1px solid #ced6db;
	border-bottom: 1px solid #ced6db;
	margin-bottom: 16px;
	margin-left: 16px;
	padding: 6px 0 6px 6px;
	line-height: 1.2em;
}

/* Hack for browsers other than IE */
html>body div.innerleftcolumn {
	width: 194px;
}

div.rightcolumn {
	color: #424242;
	float: right;
	width: 526px;
	font-size: 11px;
	text-align: center;
}

div.right-inner-column {
	color: #086b23;
	margin: 16px;
	text-align: left;
}

div.right-inner-column-header {
	margin-bottom: 16px;
}

div.right-inner-column-header2 {
	margin-bottom: 0;
	margin-top: 30px;
}

div.home-content-column {
	margin: 4px 8px 4px 20px;
	float: left;
	width: 222px;
	display: inline;
	text-align: left;
}

div.home-content-feature {
	margin: 10px 0 0 20px;
	float: left;
	width: 484;
	display: inline;
	text-align: left;
}

div.inner-home-content {
	background-color: #d7f0d7;
	border: 1px solid #086921;
	padding: 12px;
	margin: 3px;
	overflow:hidden;
	width: 457px !important; /*moz width*/
	width: 480px; /*IE width*/
}

div.content-header {
	font-size: 18px;
	font-weight: bold;
	color: #656861;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: .05em;
	margin-bottom: 0px;
	line-height: 30px;
}

div.home-content-text {
	margin: 4px 0 0 4px;
}

div.page-title {
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 42px;
	font-weight: bold;
	/* color: #cccccc;  -- OLD COLOR*/
	/* other options: #AFD3EC, #BED5AF */
	color: #9A9A9A;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: .02em;
	margin: 0;
	padding: 11px 0 0 18px;
	line-height: 44px;
	float: left;
	width: 100%;
	background-position: 421px 9px;
	background-repeat: no-repeat;
}

div.page-title-long {
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 38px;
	font-weight: bold;
	color: #9A9A9A;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: -2px;
	margin: 0;
	padding: 11px 0 0 18px;
	line-height: 44px;
	float: left;
	width: 100%;
	background-position: 421px 9px;
	background-repeat: no-repeat;
}

div.page-title-longer {
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #9A9A9A;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: -2px;
	margin: 0;
	padding: 11px 0 0 18px;
	line-height: 44px;
	float: left;
	width: 100%;
	background-position: 421px 9px;
	background-repeat: no-repeat;
}

div.page-title-superlong {
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #9A9A9A;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: -2px;
	margin: 0;
	padding: 11px 0 0 18px;
	line-height: 44px;
	float: left;
	width: 100%;
	background-position: 421px 9px;
	background-repeat: no-repeat;
}

div.page-subtitle {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1em;
	margin: 20px 0 10px 0;
	padding: 4px;
	background-image:url(../images/product-contents-header_bg.gif);
	background-repeat:no-repeat;
}

div.shade-infopopup {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: right;
	z-index: 1;
	padding: 10px;
}

div.submenu-container {
	font-size: 14px;
	font-weight: normal;
	margin: 16px 0 2px 16px;
	color: #656861;
	width: 202px;
	background-color: inherit;
	text-decoration: none;
	border-top: 4px solid #005796;
	border-bottom: 3px solid #005796;
}

div.submenu-link {
	line-height: 16px;
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	border-top: 1px solid white;
	border-bottom: 1px solid #2670A6;
	border-left: 1px solid white;
	border-right: 1px solid #2670A6;
	background-color: inherit;
	text-align: left;
	width: 100%;
	padding: 4px 18px 4px 4px;
	background-image: url(../images/arrow_right_white.gif);
	background-position: 186px 6px;
	background-repeat: no-repeat;
}

/* Hack for browsers other than IE */
html>body div.submenu-link {
	width: 178px;
}

div.sub-content-column {
	margin: 0;
	padding: 14px 20px 15px 16px;
	line-height: 1.4em;
	float: left;
	display: inline;
	text-align: left;
}

div.footer {
	border-top: 2px solid #c1c3c0;
	border-bottom: 6px solid #44b13d;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	width: 738px;
	background-color: white;
	text-align: right;
	margin: 0;
	padding: 15px 15px 40px 15px;
	line-height: 1.6em;
}

div.quote_div_header {
	background-color: #086921;
	font-weight: bold;
	font-size: 12px;
	color: white;
	text-align: center;
	padding: 6px;
}

div.quote_div_subheader {
	background-color: #5B96C7;
	font-weight: bold;
	font-size: 11px;
	color: white;
	padding: 3px 0 3px 0;
	border: 1px solid #086921;
}

div.quote_div_item {
	background-color: #E5EEF4;
	font-weight: bold;
	font-size: 11px;
	color: white;
	padding: 5px 0 4px 0;
	border-left: 1px solid #005796;
	border-right: 1px solid #005796;
	border-bottom: 1px solid #005796;
}

div.quote_div_left {
	width: 15%;
	float: left;
	text-align: center;
}

div.quote_div_center {
	width: 68%;
	float: left;
	text-align: center;
}

div.quote_div_right {
	text-align: center;
}

div.distributor_list {
	height: 85px;
}

div.distributor_list_left {
	float: left;
	width:250px;
}

div.expandable_outer {
	margin: 12px 0 12px 0;
}

div.expandable_header {
	margin-bottom: 2px;
}

div.expandable_header_section {
	padding: 0;
	color: #086b23;
	font-size: 19px;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-weight: bold;
	line-height: 20px;
	margin-top: 14px;
	text-transform: uppercase;
	line-height: 18px;
}

div.expandable_content {
	background-color: #d7f0d7;
	border: 1px solid gray;
	display: none;
	margin: 0 17px 0 17px;
	padding: 10px 10px 4px 10px;
}

div.expandable_content_section {
	background-color: white;
	border: none;
	margin: 0;
	padding: 0;
}

div.product-detail-content {
	background-repeat: no-repeat;
	color: #086b23;
	margin-top: 4px;
	margin-bottom: 15px;
	min-height: 101px;
	height: auto !important;
	height: 101px;
	padding: 2px 8px 8px 110px;
}

div.whats-included {
	background-image:url(../images/product-contents-header_bg.gif);
	background-repeat:no-repeat;
	margin: 0 0 8px 0;
	padding: 4px;
	text-align: center;
}

/* Hack for browsers other than IE */
html>body div.footer {
	width: 738px;
}


span.navbar {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 24px;
}

span.navbar_highlight {
	color: #DD7800;
}

span.navbar_arrow {
	 background-image:url(../images/nav_menu_left_arrow.gif);
	 background-repeat:no-repeat;
	 background-position: .3em .3em;
	 padding-left: .1em;
	 padding-right: 1em;
}

span.footer_highlight {
	color: #1B7A22;
}

span.expandable_all {
	color: #23783a;
	cursor: pointer;
	font-weight: bold;
	text-decoration: underline;
}

span.expandable_all_hover {
	color: #db7800;
	text-decoration: none;
}

span.page-title-item-number {
	font-size: 14px;
	letter-spacing: 0;
	margin: 22px 0 0 2px;
	position: absolute;
	text-transform: none;
}

span.product-title {
	color: #086b23;
	font-size: 26px;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-weight: bold;
	line-height: 22px;
	margin-top: 14px;
	text-transform: uppercase;
}

span.product-title-itemnum {
	color: #086b23;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-left: 10px;
}

span.product-title-smaller {
	color: #DD7800;
	font-size: 16px;
}

span.product-contents-header {
	font-size: 20px;
	line-height: 18px;
}

span.product-detail-header {
	color: #086b23;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

span.product-detail-header-morelink {
	color: #83b591;
	cursor: pointer;
	float: right;
	font-style: italic;
	font-weight: normal;
	line-height: 21px;
	text-align: right;
}

input {
	font-size: 10px;
}

input.small {
	font-size: 10px;
	width:125px;
}

input.div-form-fields {
	 margin-bottom: 3px;
}

input.div-form-checkbox {
	vertical-align: middle;
}

input.quote_quantity {
	text-align: center;
	width: 50px;
}

button.small-gray {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	border: 1px solid black;
	color: white;
	font-size: 11px;
	font-weight: bold;
	background-color: #424242;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 0 3px;
	width: 60px;
}

img {
	border: 0;
}

img.leftmenu {
  border-bottom: 3px solid #5b615d;
}

img.header-arrows {
	margin: 0 5px 1px 2px;
}

img.banner-home {
	margin: 16px 0 16px 0;
}

img.featured-product {
	float: right;
	margin: 5px 0 5px 10px;
}

img.line-divider {
	height: 6px;
	width: 100%;
	margin-top: 11px;
}

img.downloads-icons {
	position: relative;
	margin-left: -33px;
	margin-top: -3px;
}

img.expandable_icon {
	float: left;
	margin: 2px 5px 0 0;
}

img.shade-infopopup {
	height: 100%;
	display: block;
	position: absolute;
	z-index: -1;
	width: 100% !important; /*moz width*/
}

img.jpro-header-logo {
	float: left;
	margin-right: 4px;
	margin-bottom: 10px;
}

img.order-now {
	position: relative;
	float: right;
	margin: -37px 45px 0 0;
}

img.where-to-buy {
	position: relative;
	float: right;
	margin: -37px 29px 0 0;
}

.center {
	text-align: center;
}

.emphasis {
	color: #005796;
	font-weight: bold;
	font-size: 12px;
}

.margin12 {
	margin: 12px;
}

.wide100 {
	width: 100%;
}

.wide66 {
	width: 66%;
}

.wide50 {
	width: 50%;
}

.wide33 {
	width: 33.3%;
}

.imgcaption {
	font-size: 9px;
	line-height: 12px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
	margin: 0 0 0 8px;
}

.small-text {
	font-size: 10px;
}

.medium-text {
	font-size: 12px;
}

.attention {
	color: #CC0000;
}

.hand {
	cursor: pointer;
	cursor: hand;
}

/*-- TEST OF HOMEPAGE TRANSITION STYLES --*/
.homepageboxes	{
	/*width: 480px !important; moz width*/
	width: 494px; /*IE width*/
	/*width: 494px;*/
	height: 263px;
	background: white;
	margin: 16px 0 16px 16px;
	overflow: hidden;
	text-align: right;
	position: relative;
	left: 0;
	top: 0;
}
	.homepageboxes .the_homepagebox {
		position: relative;
	}
	.homepageboxes .the_homepagebox a.homepagebox img {
		border: none;
	}
	.homepageboxes .the_homepagebox a.homepagebox {
		display: block;
		width: 494px;
		height: 263px;
		overflow: hidden;
	}
	.homepageboxes .the_homepagebox ul#homepagebox_menu {
		position: absolute;
		top: 5px;
		right: 0px;
		list-style: none;
		padding: 0;
		margin: 0;
		width: 110px !important; /*moz width*/
		width: 113px; /*IE width*/
		z-index: 99;
	}
	.homepageboxes .the_homepagebox ul#homepagebox_menu li {
		float: left;
		width: 16px;
		height: 16px;
		margin: 0 4px 0 5px;
		text-align: center;
		line-height: 15px;
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		cursor: pointer;
		border: 1px solid #656861;
		background: #d0d0d0;
		/*-- RESET li ITEMS FROM ABOVE CSS --*/
		background-image: none;
		padding-left: 0;
	}
	.homepageboxes .the_homepagebox ul#homepagebox_menu li.selected {
		width: 16px;
		height: 16px;
		border: 1px solid #656861;
		background: #dd7800;
		line-height: 17px;
	}
	.homepageboxes .the_homepagebox ul#homepagebox_menu li.on_now {
		float: none;
		clear: both;
		width: 120px;
		height: 18px;
		line-height: 18px;
		border: none;
		text-align: center;
		font-size: 12px;
		padding: 5px 0;
		margin: 0;
		cursor: pointer;
	}