/* Reset */
* {
margin: 0;
padding: 0;
}

/* General */
body {
font-family: Arial, Verdana, Helvetica, "Bitstream Vera Sans", sans-serif;
font-size: 12px;
color: #4c4c4c;
background: #fff;
width:100%;
}

.clear {
clear:both;
}

.none, .hidden { 
display: none; 
}

p {
margin: 0 0 15px 0; 
text-align: justify;	
}

@font-face {
	font-family: 'AvantGardeGothicBold';
	src: url('../fonts/avant_garde_bold-webfont.eot');
	src: local('☺'),
		url('../fonts/avant_garde_bold-webfont.woff') format('woff'),
		url('../fonts/avant_garde_bold-webfont.ttf') format('truetype'),
		url('../fonts/avant_garde_bold-webfont.svg#ITCAvantGardeGothicRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AvantGardeGothicDemi';
	src: url('../fonts/avant_garde_demi-webfont.eot');
	src: local('☺'),
		url('../fonts/avant_garde_demi-webfont.woff') format('woff'),
		url('../fonts/avant_garde_demi-webfont.ttf') format('truetype'),
		url('../fonts/avant_garde_demi-webfont.svg#ITCAvantGardeGothicDemi') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AvantGardeGothicMedium';
	src: url('../fonts/avant_garde_medium-webfont.eot');
	src: local('☺'),
		url('../fonts/avant_garde_medium-webfont.woff') format('woff'),
		url('../fonts/avant_garde_medium-webfont.ttf') format('truetype'),
		url('../fonts/avant_garde_medium-webfont.svg#ITCAvantGardeGothicMedium') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Mise en forme des titres */
h1, h2, h3, h4, h5, h6 {
font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}

/* Mise en forme des liens */
a img, img a {
border:0;
}
a {
text-decoration: underline;
outline: none;
}
a:link, a:visited{
color: #4D4D4D;
text-decoration: underline;
}
a:hover {
color: #008634;
}

blockquote {
margin: 1.5em 0 1.5em 1.5em;
color: #666;
overflow: auto;
font-style: italic;
}
blockquote p {
margin:0;
}
strong {
font-weight:700;
}
em {
font-style:italic;
}
pre {
font-size: 1.2em;
font-family: monospace;
border: 1px solid #E0E0E0;
padding: 1em;
margin: 0 auto;
background: #EEE;
color: #000;
width: 90%;
overflow: auto;
}
code {
font: 0.9em Monaco, monospace;
}
label {
cursor: pointer;
}

/* Begin Images */
p img {
padding: 0;
max-width: 100%;
}
img.centered, img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding-top: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
/* End captions */

/* List */
.entry ul {
margin-left: 0px;
padding: 0 0 12px 20px;
list-style: disc;
text-indent:0;
}
.entry ul ul {
padding-bottom:5px;
}
.entry li {
margin: 0 0 0 10px;
}
.entry ol {
padding: 0 0 12px 35px;
margin: 0;
}
.entry ol ol {
padding-bottom:5px;
}
.entry ol li {
margin: 0;
padding: 0;
}
/* End list */

/* Header Top */
#header-top {
width: 100%;
height: 1%;
background: #519231;
position: relative;
z-index: 1;
}
#header-top-inner {
width: 970px;
margin: 0 auto;
position: relative;
height: 20px;
overflow: hidden;
}
#header-top-inner a.home, #header-top-inner a.rss {
color: #fff;
text-decoration: none;
margin-top: 4px;
display: block;
float: left;
font-size: 11px;
}
#header-top-inner a.home:hover, #header-top-inner a.rss:hover {
text-decoration: underline;
}
#header-top-inner a.home {
position: absolute;
left: 550px;
width: 123px;
}
#header-top-inner a.rss {
position: absolute;
left: 700px;
width: 40px;
background: transparent url(../images/bg-rss.png) no-repeat 100% 50%;
text-transform: uppercase;
height: 13px;
}
#header-top-inner form {
float: right;
width: 188px;
margin-top: 1px;
}
#header-top-inner form fieldset {
border: none;
}
#header-top-inner form fieldset .input-txt {
width: 150px;
height: 14px;
padding: 0 5px;
border: none;
color: #569b1e;
text-align: center;
font-size: 11px;
}
#header-top-inner form fieldset .input-btn {
background: none;
color: #fff;
font-size: 12px;
border: none;
cursor: pointer;
}

/* Structure */
#wrap {
position:relative;
width:100%;
z-index: 1;
}
#wrap .page {
margin:0 auto;
width:970px;
position: relative;
z-index: 10;
}
.page-main {
height:1%;
position:relative;
z-index: 10;
}
/* Header */
#header {
position:relative;
width: 970px;
height: 150px;
background: url(../images/header.gif) no-repeat 0 0;
z-index: 10;
}
#header h4 {
height:51px;
width:220px;
position:absolute;
top:40px;
left:10px;
z-index: 20;
}
#header h4 a {
display:block;
height:51px;
width:220px;
text-indent:-9999px;
background: url(../images/logo.png) no-repeat 0 0;
position: relative;
z-index: 999;
}
#header h5 {
display:none;	
}

/* Content */
#content {
clear:both;
position:relative;
}

/* Sidebar */
#sidebar {
position:relative;
float:left;
width:204px;
height: 1%;
overflow: hidden;
}

#sidebar .content {
background: #EDF2E8;
padding:18px 8px;
height: 1%;
position: relative;
overflow: hidden;
}

#sidebar .widget {
list-style: none;
position:relative;
z-index: 1;
}

#sidebar .widget .title-holder h3,
#sidebar .widget .widgettitle {
padding: 9px;
font:400 13px/14px 'AvantGardeGothicBold';
color: #ec4f36;
text-transform: uppercase;
text-shadow: 1px 1px 1px #fff;
border-bottom: 1px solid #c2c9bd;
}

#sidebar .widget .widget-inner {
clear: both;
padding:8px;
border-top: 1px solid #f5f9f3;
border-bottom: 1px solid #c2c9bd;
}
#sidebar .widget.last .widget-inner{
	border-bottom: 0;
}
#sidebar .widget .widget-inner ul {
margin: 0;
list-style: none;
}

#sidebar .widget .widget-inner ul li {
font: 400 13px/20px Arial, Helvetica, sans-serif;
}
#sidebar .widget .widget-inner ul li a {
text-decoration: none;
color: #487e2d;
text-shadow: 1px 1px 1px #fff;
padding:0 2px;
}
#sidebar .widget .widget-inner ul li a:hover {
color: #ec4f36;
}
#sidebar .widget .widget-inner ul li a:focus,
#sidebar .widget .widget-inner ul li.current-cat a, 
#sidebar .widget .widget-inner ul li.current-menu-item a,
#sidebar .widget .widget-inner ul li.current-page-ancestor a {
background: #c3e7b1;
color: #487e2d;
font-weight:700;
}

#sidebar .widget_simplemedia .widget-inner {
padding: 0 15px;
width: 139px;
margin-bottom: 6px;
}

#sidebar .widget_simplemedia .widget-inner img {
margin: 10px auto;
display: block;
}
#sidebar .widget_simplemedia .widget-inner p {
color: #747F7D;
font-size: 13px;
font-weight: 700;
text-align: left;
margin: 0 0 6px;
}
#sidebar .widget_simplemedia .widget-inner a {
text-decoration: none;
}
#sidebar .widget_simplemedia .widget-inner a.more {
background: url(../images/sidebar-widget3-a.gif) no-repeat center left;
padding-left: 12px;
color: #EC4F36;
text-decoration: none;
font-size: 10px;
margin-left: 50px;
}
#sidebar .widget_simplemedia .widget-inner a.more:hover {
text-decoration: underline;
}
#sidebar .widget_tag_cloud .widget-inner {
margin: 0 auto;
text-align: center;
overflow: hidden;
}

#sidebar .widget_tag_cloud .widget-inner .tagSphere ul li {
display: inline;
margin: 0;
}
#sidebar .widget_tag_cloud .widget-inner a {
color: #599f37;
text-decoration: none;
line-height:1;
padding: 0 2px;
}
#sidebar .widget_tag_cloud .widget-inner a:hover {
color: #ec4f36;
}
#sidebar .widget_tag_cloud .widget-inner a:focus {
background: #c3e7b1;
color: #487e2d;
font-weight:700;
}
#sidebar .widget_tag_cloud .widget-inner a.tag-link-25 {font-size: 20px}
#sidebar .widget_tag_cloud .widget-inner ul li a.tagcloud-2 {font-size: 18px}
#sidebar .widget_tag_cloud .widget-inner ul li a.tagcloud-3 {font-size: 16px}
#sidebar .widget_tag_cloud .widget-inner ul li a.tagcloud-4 {font-size: 14px}
#sidebar .widget_tag_cloud .widget-inner ul li a.tagcloud-5 {font-size: 12px}
#sidebar .widget_tag_cloud .widget-inner ul li a.tagcloud-6 {font-size: 10px}
#sidebar .widget_tag_cloud .widget-inner ul li a.tagcloud-7 {font-size: 8px}

#sidebar .share {
margin:20px 0;
float: left;
}
#sidebar .share span,
#sidebar .share a {
display: inline;
float:left;
font: 400 13px/22px 'AvantGardeGothicDemi';
color: #fff;
text-transform: uppercase;
padding: 4px 10px 2px;
margin:0 3px 10px 0;
background:#8bc76d;
}
#sidebar .share a.rss {
background : url(../images/bg-rss-2.png) no-repeat 0 0;
width: 30px;
height: 28px;
padding:0;
text-indent: -9999px;
}
#sidebar .share a.facebook {
background : url(../images/bg-facebook.png) no-repeat 0 0;
width: 30px;
height: 28px;
padding:0;
text-indent: -9999px;
}
/* Main-content */
#main {
position:relative;
float:left;
width: 716px;
padding: 18px 22px 18px 28px;
background: #f7f7f7;
margin-bottom: 20px;
}
.home #main {
background: #fff;
}
#main .actu {
overflow: hidden;
margin: 0 0 20px;
}
#main h4.actu {
background: transparent url(../images/main-actu-h4.png) no-repeat 0 0;
width: 127px;
height: 55px;
text-indent: -9999px;
float: left;
}
#main .actu ul#tab-nav {
width: 500px;
float: left;
list-style: none;
border-bottom: 1px dashed #008634;
margin:4px 0 10px;
padding-bottom:3px;
padding-left: 10px;
width:590px;
height: 33px;
padding-top: 2px;
}
#main .actu ul#tab-nav li {
float: left;
font-size: 12px;
margin-right: 5px;
margin-bottom: 2px;
padding-left:5px;
width:184px;
}
#main .actu ul#tab-nav li a  {
text-decoration: none;

}
#main .actu ul#tab-nav li a.active,
#main .actu ul#tab-nav li a:hover, 
#main .actu ul#tab-nav li.current_page_item a, 
#main .main-nav ul#tab-nav li a:hover, 
#main .main-nav ul#tab-nav li.current_page_item a,
#main .main-nav ul li.current_page_item a,
#main .main-nav ul li a:hover,
#main .main-nav ul li a:focus {
color: #fff;
position: relative;
background: #519231;
}
#main .post a {
color: #008634;
text-decoration: none;
}
#main .post a:hover {
text-decoration: underline;
}
#main .post a.more-link,
#main .actu a.all,
#main a.more  {
display:inline;
float: right;
background: url(../images/more-bg.png) no-repeat 100% 1px;
padding-right: 18px;
text-decoration: none;
text-transform: uppercase;
font: 400 11px/12px 'AvantGardeGothicDemi';
color: #62af3c;
}
#main #col-1 a.more {
background: url(../images/more-bg.png) no-repeat 100% -40px;
color: #ec4f36;
}
#main .post a.more-link:hover, #main .actu a.all:hover, #main #col-2 .diapo-holder a.more:hover {
text-decoration: none;
}
#main .actu a.all {
margin:0;
position:absolute;
right:27px;
top:48px;
}


#main .actu-holder {
border-bottom: 1px dashed #008634;
padding-bottom: 10px;
margin-bottom: 20px;
float: left;
height: 360px;
}
#main #col-1,
#main #col-2 {
width: 165px;
float: left;
display:inline;
position: relative;
margin-right: 42px;
}

#main #col-1 h4,
#main #col-2 h4 {
width: 62px;
height: 42px;
margin: 0 auto 12px;
padding:22px 10px 18px;
color:#fff;
text-align:center;
font: 400 17px/18px 'AvantGardeGothicDemi';
background: url(../images/red-circle.png) no-repeat 0 0;
text-transform: uppercase;
}
#main #col-1 ul {
list-style: none;
padding: 12px 0;
border-top:4px solid #EC4F36;
}
#main #col-1 ul li {
display: block;
padding-bottom:6px;
margin-bottom: 6px;
border-bottom:1px solid #c5c5c5;
font: 700 14px/15px Arial, Helvetica, sans-serif;
}
#main #col-1 ul li a {
display: block;
color: #555;
text-decoration: none;
}
#main #col-1 ul li a:hover {
color: #ec4f36;
}

#main #col-2 h4 {
background: url(../images/green-circle.png) no-repeat 0 0;
}
#main #col-2 .next,
#main #col-2 .prev {
border: none;
width: 20px;
height: 20px;
text-indent: -9999px;
cursor: pointer;
outline: none;
top: 30px;
z-index: 10;
}
#main #col-2 .prev {
background: transparent url(../images/bg-col2-prev.png) no-repeat 50% 50%;
position: absolute;
left: 7px;
}
#main #col-2 .next {
background: transparent url(../images/bg-col2-next.png) no-repeat 50% 50%;
position: absolute;
right: 7px;
}
#main #col-2 .diapo-holder {
border-top:4px solid #62af3c;
padding-top: 12px;
width:165px;
font: 400 13px/15px Arial, Helvetica, sans-serif;
}
#main #col-2 .diapo-holder ul li {
list-style: none;
width:165px;
}
#main #col-2 .diapo-holder ul li h3 {
font: 700 18px/20px Arial, Helvetica, sans-serif;
margin-bottom: 20px;
}
#main #col-2 .diapo-holder ul li p {
text-align: left;
border-bottom:1px solid #c5c5c5;
padding-bottom: 15px;
margin-bottom: 10px;
}
#main #col-3 {
width: 300px;
float: left;
position: relative;
}
#main #col-3 p {
display: inline;
float: left;
width: 300px;
}
#main #col-3 p a {
display: block;
}
/* Single page */
#main .main-top {
background: #62AF3C url(../images/main-inner-h4.png) no-repeat 10px 50%;
padding: 4px 8px 4px 50px;
margin-bottom: 7px;
position: relative;
}
#main .main-top h4 {
color: #fff;
font: 400 26px/35px 'AvantGardeGothicDemi';
text-transform:uppercase;
}

#main .main-desc {
width: 710px;
padding: 0 10px;
}

#main .main-desc p {
color: #008634;
margin:5px 0;
float: left;
}

#main .main-nav {
}
#main .main-nav ul {
list-style: none;
margin: 7px 0;
}
#main .main-nav ul li {
display: inline;
}

#main .main-nav ul li a {
text-decoration: none;
padding:3px 7px 2px;
font: 400 12px/18px 'AvantGardeGothicDemi';
text-transform: uppercase;
color: #519231;
}
#main .main-nav ul.children {
display: none;
}
#main .single-holder {
float: left;
margin-bottom:14px;
width: 716px;
}

#main .single-holder .content {
background: #fff;
box-shadow: #c4c4c4 0px 2px 3px;
padding: 10px 0;
}

#main .single-holder .content .inner .post span.date {
padding: 2px 4px 1px;
background: #EDF2E8;
line-height: 16px;
color: #62AF3C;
}
#main .single-holder .content .inner .post {
margin: 10px 20px;
}
#main .single-holder .content .inner .post h1 {
margin-bottom: 15px;
margin-top:10px;
font: 400 23px/24px 'AvantGardeGothicDemi';
color: #62af3c;
}
#main .single-holder .content .inner .post h1 a {
color: #62af3c;
text-decoration: none;
}
#main .single-holder .content .inner .post h1 a:hover {
text-decoration: none;
color: #4D4D4D;
}
#main .single-holder .content .inner .post a.back {
display: block;
text-decoration: none;
color: #EC4F36;
padding-left: 12px;
margin-bottom: 10px;
background: transparent url(../images/bg-singleholder-back.png) no-repeat 0 0;
margin-left: 630px;
width: 40px;
}
#main .single-holder .content .inner .post a.back:hover {
text-decoration: underline;
}
#main .single-holder .content .inner .post .meta {
position: relative;
width: 675px;
float: left;
height: 1%;
margin-top: 10px;
}
#main .single-holder .content .inner .post .meta .meta-left {
width: 275px;
float: left;
background:#EDF2E8;
height: 1%;
padding: 6px;
font-weight: 700;
text-transform: uppercase;
font-size: 9px;
color: #EC4F36;
}
#main .single-holder .content .inner .post .meta .meta-left ul {
list-style: none;
margin: 0;
padding: 0;
width: 270px;
height: 1%;
float: left;
}
#main .single-holder .content .inner .post .meta .meta-left ul li {
float: left;
padding-left: 0;
margin: 0;
text-indent: 0;
color: #555;

}
#main .single-holder .content .inner .post .meta .meta-left a {
padding: 0 2px;
color: #555;
text-decoration: none;
}
#main .single-holder .content .inner .post .meta .meta-left a:hover {
text-decoration: underline;
}
#main .single-holder .content .inner .post .meta .meta-right {
width: 275px;
float: right;
background:#EDF2E8;
height: 1%;
padding: 9px 0;
overflow: hidden;
}
#main .single-holder .content .inner .post .meta .meta-right a.a2a_dd, 
#main .single-holder .content .inner .post .meta .meta-right a.addtoany_share_save {
display: block;
width: 172px;
height: 17px;
float: left;
margin: 0 15px 0 10px;
}
#main .single-holder .content .inner .post .meta .meta-right a.print {
background: transparent url(../images/single-meta-print.png) no-repeat 0 0;
padding-left: 20px;
color: #4d4d4d;
font-weight: 700;
text-decoration: none;
margin-top: 2px;
float: left;
}
#main .single-holder .content .inner .post .meta .meta-right a.print:hover {
text-decoration: underline;
}
#main .single-holder .content .inner .post .meta a.more {
background: transparent url(../images/bg-singleholder-more.png) no-repeat 0 0;
width: 88px;
height: 35px;
display: block;
position: absolute;
right: -23px;
bottom: -30px;
padding-left: 35px;
padding-top: 9px;
color: #EC4F36;
}

#main .page-navi {
float: left;
padding:0 5px;
width:710px;
}
#main .page-navi .wp-pagenavi {
text-align: center;
}
#main .page-navi span.pages {
padding: 2px 5px 1px;
background: #abc6c1;
border: none;
color: #4C4C4C;
position: absolute;
left: 2px;
}
#main .page-navi ul {
margin: 0 auto;
list-style: none;
width: 115px;
max-width: 250px;
}
#main .page-navi .wp-pagenavi a.page, 
#main .page-navi .wp-pagenavi span.current,
#main .page-navi .wp-pagenavi a.nextpostslink,
#main .page-navi .wp-pagenavi a.previouspostslink {
background: #abc6c1;
margin: 0 3px;
padding: 2px 5px 1px;
text-decoration: none;
border: none;
color: #4C4C4C;
}

#main .page-navi .wp-pagenavi a.page:hover,
#main .page-navi .wp-pagenavi a.nextpostslink:hover,
#main .page-navi .wp-pagenavi a.previouspostslink:hover	  {
color: #fff;
}
/* Footer */
#footer {
clear: both;
position:relative;
background:#edf2e8;
height: 26px;
width: 970px;
margin: 0 auto;
}
#footer .footer-inner {
margin:0 5px 0 6px;
height: 26px;
}
#footer ul {
float: right;
list-style: none;
margin: 7px 16px 0 0;
line-height: 12px;
}
#footer ul li {
float: left;
/*margin-right: 50px;*/
}
#footer ul li a {
color:#579d34;
text-decoration: none;
display: block;
}
#footer ul li a:hover {
text-decoration: underline;
}
#footer #menu-footer {
	border-left: 1px solid #579d34;
	padding-left: 12px;
}
/* Posts */

.post h1 {
font-weight:700;
font-size: 20px;
}
.post h1 a {
text-decoration: none;
position: relative;
}
.post h1 a:hover {
text-decoration: underline;
}
.post .entry {
}
.post .entry img {
border: 0;
max-width: 100%;
height: auto;
}
.post .entry ul, .post .entry ol {
margin: 0 0 2px 0;
}
.post .entry h1 {
margin:0 0 0.5em 0;
font-size: 1,25em;
}
.post .entry h2 {
margin: 0.5em 0;
font-size: 1em;
}
.post .entry h3 {
margin: 0.3em 0;
font-size: 0,8em;
font-weight: 700;
}
.post .entry h4 {
margin: 0.2em 0;
font-size: 0,7em;
font-weight: 700;
}
.post .entry h5 {
margin: 0.2em 0;
font-size: 0,6em;
font-weight: 700;
}
.post .entry h6 {
margin: 0.1em 0;
font-size: 0,6em;
font-weight: 700;
}
.post #searchform {
margin-top: 10px;
padding: 10px;
width: 660px;
}
.post #searchform div #s {
border: none;
color: #4C4C4C;
padding: 2px;
}
.post #searchform div #searchsubmit {
background: #519231;
border: none;
color: #fff;
padding: 0 5px;
margin-left: 20px;
cursor: pointer;
}
/* Cforms */
.linklove {
position: absolute;
display: block;
left: -9999px;
top:-9999px;
}

#cformsform  {
width: 680px;
}
.cform fieldset.cf-fs1 {
border: none;
background: none;
padding-bottom: 0;
}
.cform legend {
display: none;
}

#cformsform textarea, #cformsform input {
width: 440px;
border: none;
font-size: 11px;
color: #666;
}
#cformsform input {
width: 220px;
}
#cformsform .sendbutton {
width: 80px;
background: #BBD5D0;
border: none!important;
color: #fff;
cursor: pointer;
margin: 0 134px 10px 0;
}
#cformsform .sendbutton:hover {
background: #fff;
color: #BBD5D0;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			100%; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			26px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
.sort-list {
	position: absolute;
	right: 8px;
	top: 8px;
	z-index: 10;
}
.sort-list .sf-menu a {
	font: 400 13px/26px 'AvantGardeGothicDemi';
	text-transform:uppercase;
	color: #fff;
	text-decoration: none;
	background: #519231;
	padding: 0 10px;
}
.sort-list .sf-menu a:hover {
	background-color: #EDF2E8;
	color: #519231;
}

.sort-list .sf-menu ul li {
	border-top: 1px solid #62AF3C;
}
.sort-list .sf-menu ul li a{
	background: #EDF2E8;
	color: #487E2D;
}
.sort-list .sf-menu ul li a:hover {
	background: #fff;
}
.sort-list .sf-menu .sf-sub-indicator {
	background: url('../images/sort-list-bg.png') no-repeat 100% 50%;
	display: inline-block;
	text-indent: -9999px;
	width: 15px;
}
.a2a_menu,
#a2apage_sm_ifr {
	display: none;
}
