*
{
  margin: 0;
  padding: 0;
}


/*
 * MAIN blocks
 */

html, body
{
  /*height: 100%;*/
}

body
{
  background: #9bcaee url(/images/new/body.gif) repeat-y center top;
  font: 68.75% Arial, Helvetica, sans-serif;
  color: #313233;
}

#superglobal
{
  width: 100%;
  text-align: center;
}

#global
{
  margin: 0 auto;
  width: 1000px;
  background: white;
  text-align: left;
}

#main-content
{
  width: 992px;
  padding: 0 4px;
  clear: both;
  background: white;
}

.first-column
{
  width: 220px;
  float: left;
}

.second-column
{
/*
  margin: 0 20px 0 240px;
  width: auto;
*/
  float: left;
}

.third-column
{
  width: 310px;
  float: left;
}

.second_column_small
{
  width: 462px;
}
.second_column_large
{
  width: 992px;
}
.second_column_medium_left
{
  width: 682px;
}
.second_column_medium_right
{
  width: 772px;
}

.first-second-column
{
  width: 682px;
  float: left;
}

.advertisement
{
  margin: 0 auto;
  text-align: center;
  width: 300px;
/*  height: 260px;  */
  padding-bottom: 8px;
}
.advertisement div
{
  text-align: center;
  width: 300px;
/*  height: 250px;  */
}

.flash-message
{
  background: #F3F8FF;
  border:2px solid #2A8713;
  color:#313233;
  font-size:16px;

  margin: 15px auto;
  width: 400px;
  padding: 10px 20px;
  text-align: center;
}

/*
 * redfining standard elements
 * Note that the * selector is already used to remove padding and margin
 */

input { margin:-1px 0; padding-top: 1px; padding-bottom: 1px; }  /* all browsers read this, used to target IE6 */
html>body input { margin:0; }                                    /* IE 6 cannot read this, others can */
*+html>body input {margin:-1px; }                                /* targets IE7 */

input, select, textarea
{
  border: 1px solid #8c8c8c;
  font: 1em Arial, Helvetica, sans-serif;
  color: #313233;
  padding-left: 4px;
}

input.checkbox
{
  border: none;
}

select
{
  cursor: pointer;
}

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

a:hover
{
  color: #4d4d4d;
}

a.green-link
{
  font-weight: bold;
  color: #2a8713;
  text-decoration: underline;
}

a.black-link
{
  color: #000000;
  text-decoration: underline;
}

a.red-link
{
  font-weight: bold;
  color: #d3011d;
  text-decoration: underline;
}

a.couponing-red-link
{
  color: #d3011d;
  text-decoration: none;
}

a.green-link:hover
{
  color: #54c319;
}

a.black-link:hover
{
  color: #666666;
}

a.red-link:hover
{
  color: #FF0000;
}
a.couponing-red-link:hover
{
  color: #FF0000;
  text-decoration: underline;
}

img
{
  border: 0;
}

h1
{
  font-size: 2em;
  font-style: italic;
  font-weight: bold;
  color: #54c319;
  padding-bottom: 8px;
  letter-spacing:1px;
}


/*
 * Header (content)
 * logo, main menu, sub menu, login
 *
 */

#header
{
  background: white url(/images/new/header.jpg) no-repeat center top;
  height: 196px;
  width: 100%;
  position: relative;
}

a#logo
{
  display: block;
  width: 310px;
  height: 69px;
  position: absolute;
  top: 16px;
  left: 16px;
  background: transparent url(/images/new/logo.gif) no-repeat;
}

a.main-menu-links, a.selected-main-menu
{
  font-size: 1.1em;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  padding-top: 2px;
  text-align: center;
}

a.main-menu-links:hover, a.selected-main-menu
{
  color: #717e71;
}

a.main-menu-links img, a.selected-main-menu
{
  position: relative;

}

ul#main-menu
{
  list-style: none;
}

ul#main-menu li
{
  float: left;
  position: relative;
  top: 117px;
}

ul#main-menu li a span
{
  display: block;
  padding-left: 20px;
  padding-top: 4px;
}

ul#main-menu li#search
{
  left: 200px;
}

ul#main-menu li#search a
{
  background: transparent url(/images/new/main_menu/menu_search_out.gif) no-repeat;
  width: 134px;
  height: 30px;
  display: block;
}

ul#main-menu li#search a:hover, ul#main-menu li#search a.selected-main-menu
{
  background: transparent url(/images/new/main_menu/menu_search_hover.gif) no-repeat;
  width: 134px;
  height: 30px;
  display: block;
}

ul#main-menu li#space
{
  left: 205px;
}

ul#main-menu li#space a
{
  background: transparent url(/images/new/main_menu/menu_forum_out.gif) no-repeat;
  width: 130px;
  height: 30px;
  display: block;
}

ul#main-menu li#space a:hover, ul#main-menu li#space a.selected-main-menu
{
  background: transparent url(/images/new/main_menu/menu_forum_hover.gif) no-repeat;
}

ul#main-menu li#services
{
  left: 208px;
}

ul#main-menu li#services a
{
  background: transparent url(/images/new/main_menu/menu_services_out.gif) no-repeat;
  width: 133px;
  height: 30px;
  display: block;
}

ul#main-menu li#services a:hover, ul#main-menu li#services a.selected-main-menu
{
  background: transparent url(/images/new/main_menu/menu_services_hover.gif) no-repeat;
}

ul#main-menu li#contact
{
  left: 212px;
}

ul#main-menu li#contact a
{
  background: transparent url(/images/new/main_menu/menu_contact_out.gif) no-repeat;
  width: 170px;
  height: 30px;
  display: block;
}

ul#main-menu li#contact a:hover, ul#main-menu li#contact a.selected-main-menu
{
  background: transparent url(/images/new/main_menu/menu_contact_hover.gif) no-repeat;
}

div#language-selection
{
  position: absolute;
  right: 8px;
  top: 150px;
  z-index: 2;
}

div#sub-menu ul
{
  list-style: none;
  clear: both;
  width: 100%;
  text-align: center;
  position: relative;
  top: 120px;
  display: none;
}
div#sub-menu ul.selected-sub-menu
{
  list-style: none;
  clear: both;
  width: 100%;
  text-align: center;
  position: relative;
  top: 120px;
  display: block;
}
div#sub-menu ul li
{
  display: inline;
}

a.sub-menu-links, a.selected-sub-menu-links
{
  font-size: 1em;
  font-weight: bold;
  word-spacing: 0.2em;
  text-transform: uppercase;
  color: #717e71;
  text-decoration: underline;
  position: relative;
  top: -5px;
  padding: 0 8px;
}

a.sub-menu-links:hover, a.selected-sub-menu-links
{
  text-decoration: none;
}

div#login
{
  width: 146px;
  height: 104px;
  position: absolute;
  top: 0;
  right: 22px;
}

div#login h2
{
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  color: #6d6f71;
  padding-bottom: 8px;
  padding-top: 4px;
}

div#login input#login-submit
{
  border: 0;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  right: 2px;
  top: 46px;
}

div#login form
{
  padding-left: 12px;
}

div#login #login-input-login, div#login #login-input-password
{
  width: 106px;
}

div#login div#login-links
{
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 4px;
}

div#login div#login-links a
{
  color: white;
  display: block;
  padding-bottom: 2px;
  font-size: 9px;
}

div#login div#login-links a:hover
{
  color: #4d4d4d;
}

p#login-greetings
{
  width: 100%;
  text-align: center;
  padding-top: 4px;
  padding-top: 8px;
}

div#new-message
{
  width: 100%;
  text-align: center;
  padding-top: 6px;
}

div#new-message a
{
  color: white;
  font-weight: bold;
  text-decoration: none;
}

div#new-message a:hover
{
  color: #4d4d4d;
}

/*
 * Footer
 */

#footer
{
  clear: both;
  background: #68db33 url(/images/new/footer_top.gif) no-repeat center top;
  height: 162px;
  width: 100%;
  position: relative;
  bottom: 0;
  text-align: left;
}

#footer div
{
  float: left;
  width: 200px;
  padding: 18px 20px 0 30px;
  position: relative;
}

#footer div h2
{
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  padding-bottom: 10px;
}

#footer div.footer-title-icon h2
{
  padding-left: 24px;
}

#footer div.footer-title-icon img
{
  position: absolute;
  left: 30px;
}

#footer div p
{
  color: #3f7b16;
}

#footer div p.presentation
{
  font-size: 1.1em;
}

#footer div p span
{
  font-style: italic;
  font-weight: bold;
}

#footer a
{
  color: white;
  display: block;
  padding: 2px 0;
}

#footer a:hover
{
  color: #4d4d4d;
}

#footer a.footer-report-link
{
  background: #68db33 url(/images/new/cross_white_out.gif) no-repeat left 11px;
  padding: 12px 0 2px 24px;
  margin-left: 18px;
}

#footer a:hover.footer-report-link
{
  background: #68db33 url(/images/new/cross_white_hover.gif) no-repeat left 11px;
}


/*
 * Allomatch STANDARD blocks
 */

.box-admin, .box-200, .big-box-200, .box-300, .big-box-300, .box-600, .big-box-600
{
  margin-bottom: 6px;
}

.box-admin
{
  background: transparent url(/images/new/box/top_admin.gif) no-repeat center top;
  width: 220px;
}

.big-box-admin
{
  background: transparent url(/images/new/box/big_top_admin.gif) no-repeat center top;
  width: 220px;
}

.box-200
{
  background: transparent url(/images/new/box/top_200.gif) no-repeat center top;
  width: 220px;
}

.big-box-200
{
  background: transparent url(/images/new/box/big_top_200.gif) no-repeat center top;
  width: 220px;
}

.box-300
{
  background: transparent url(/images/new/box/top_300.gif) no-repeat center top;
  width: 310px;
}

.big-box-300
{
  background: transparent url(/images/new/box/big_top_300.gif) no-repeat center top;
  width: 310px;
}

.box-400
{
  background: transparent url(/images/new/box/top_400.gif) no-repeat center top;
  width: 444px;
}

.big-box-400
{
  background: transparent url(/images/new/box/big_top_400.gif) no-repeat center top;
  width: 444px;
}

.box-600
{
  background: transparent url(/images/new/box/top_600.gif) no-repeat center top;
  width: 675px;
}

.big-box-600
{
  background: transparent url(/images/new/box/big_top_600.gif) no-repeat center top;
  width: 675px;
}

div.closing-box
{
  height: 13px;
}

.box-admin .closing-box, .big-box-admin .closing-box, .box-200 .closing-box, .big-box-200 .closing-box
{
  background: transparent url(/images/new/box/bottom_200.gif) no-repeat center bottom;
  height: 13px;
}

.box-300 .closing-box, .big-box-300 .closing-box
{
  background: transparent url(/images/new/box/bottom_300.gif) no-repeat center bottom;
  height: 13px;
}

.box-400 .closing-box, .big-box-400 .closing-box
{
  background: transparent url(/images/new/box/bottom_400.gif) no-repeat center bottom;
  height: 13px;
}

.box-600 .closing-box, .big-box-600 .closing-box
{
  background: transparent url(/images/new/box/bottom_600.gif) no-repeat center bottom;
  height: 13px;
}

div.content-box
{
  padding: 0 12px;
}

div.content-title
{
  width: 100%;
  background-repeat: no-repeat;
  background-position: 12px 8px;
  padding-top: 9px;
  text-align: center;
  height: 30px;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  word-spacing: 0.2em;
}

.big-box-admin .content-title, .big-box-200 .content-title, .big-box-300 .content-title, .big-box-600 .content-title
{
  height: 38px;
  line-height: 0.98em;
}

div.content-box a.content-link-more
{
  clear: both;
  display: block;
  width: 100%;
  padding-top: 6px;
  text-align: right;
}

div.content-link-report
{
  clear: both;
  text-align: right;
  padding-top: 6px;
  position: relative;
}

div.content-link-report span.report-text
{
  display: block;
  float: right;
  text-decoration: underline;
}

.report-icon
{
  background: transparent url(/images/new/report_out.gif) no-repeat left center;
  height: 16px;
  width: 16px;
  display: block;
  float: right;
}

div.content-box div.content-link-report a:hover span.report-icon
{
  background: transparent url(/images/new/report_hover.gif) no-repeat left center;
}

div.content-box div.members-going
{
  padding: 4px 0;
  clear: both;
}

div.content-box div.members-going a
{
  display: block;
  border-bottom: 1px dotted;
  text-decoration: none;
}

div.content-box div.members-going a.members-going
{
  float: left;
}

div.content-box div.members-going a.user-going
{
  float: right;
  font-size: 15px;
}

div.content-box h3
{
  color: black;
  font-weight: bold;
  font-size: 1em;
}

div.content-box h3 span
{
  font-weight: normal;
}

a.btn-submit, a.btn-submit-big
{
  display: block;
  height: 16px;
  float: right;
  text-decoration: none;
  padding: 8px 2px 4px 2px;
  cursor: pointer;
}

a.btn-submit span, a.btn-submit-big span
{
  display: block;
  height: 16px;
  float: left;
  font-size: 0.8em;
  text-transform: uppercase;
  color: white;
}

a.btn-submit-big
{
  height: 18px;
}

a.btn-submit-big span
{
  height: 18px;
  font-size: 1em;
}

a.btn-submit span.btn-submit-gray-left
{
  background: transparent url(/images/new/button/btn_submit_gray_left_out.gif) no-repeat right center;
  width: 6px;
}

a:hover.btn-submit span.btn-submit-gray-left
{
  background: transparent url(/images/new/button/btn_submit_gray_left_hover.gif) no-repeat right center;
}

a.btn-submit span.btn-submit-gray-middle
{
  background: transparent url(/images/new/button/btn_submit_gray_middle_out.gif) repeat-x center center;
  line-height: 1.8em;
}

a:hover.btn-submit span.btn-submit-gray-middle
{
  background: transparent url(/images/new/button/btn_submit_gray_middle_hover.gif) repeat-x center center;
}

a.btn-submit span.btn-submit-gray-right
{
  background: transparent url(/images/new/button/btn_submit_gray_right_out.gif) no-repeat left center;
  width: 6px;
}

a:hover.btn-submit span.btn-submit-gray-right
{
  background: transparent url(/images/new/button/btn_submit_gray_right_hover.gif) no-repeat left center;
}


a.btn-submit span.btn-submit-green-left
{
  background: transparent url(/images/new/button/btn_submit_green_left_out.gif) no-repeat right center;
  width: 6px;
}

a:hover.btn-submit span.btn-submit-green-left
{
  background: transparent url(/images/new/button/btn_submit_green_left_hover.gif) no-repeat right center;
}

a.btn-submit span.btn-submit-green-middle
{
  background: transparent url(/images/new/button/btn_submit_green_middle_out.gif) repeat-x center center;
  line-height: 1.8em;
}

a:hover.btn-submit span.btn-submit-green-middle
{
  background: transparent url(/images/new/button/btn_submit_green_middle_hover.gif) repeat-x center center;
}

a.btn-submit span.btn-submit-green-right
{
  background: transparent url(/images/new/button/btn_submit_green_right_out.gif) no-repeat left center;
  width: 6px;
}

a:hover.btn-submit span.btn-submit-green-right
{
  background: transparent url(/images/new/button/btn_submit_green_right_hover.gif) no-repeat left center;
}


a.btn-submit-big span.btn-submit-big-green-left
{
  background: transparent url(/images/new/button/btn_submit_big_green_left_out.gif) no-repeat right center;
  width: 8px;
}

a:hover.btn-submit-big span.btn-submit-big-green-left
{
  background: transparent url(/images/new/button/btn_submit_big_green_left_hover.gif) no-repeat right center;
}

a.btn-submit-big span.btn-submit-big-green-middle
{
  background: transparent url(/images/new/button/btn_submit_big_green_middle_out.gif) repeat-x center center;
  line-height: 1.6em;
}

a:hover.btn-submit-big span.btn-submit-big-green-middle
{
  background: transparent url(/images/new/button/btn_submit_big_green_middle_hover.gif) repeat-x center center;
}

a.btn-submit-big span.btn-submit-big-green-right
{
  background: transparent url(/images/new/button/btn_submit_big_green_right_out.gif) no-repeat left center;
  width: 8px;
}

a:hover.btn-submit-big span.btn-submit-big-green-right
{
  background: transparent url(/images/new/button/btn_submit_big_green_right_hover.gif) no-repeat left center;
}


/*
 * MATCH STADIUM block
 */

.stadium div.content-title
{
  background-image: url(/images/new/box/icon_stadium.gif);
}

.stadium div.content-box a.stadium-ticket
{
  display: block;
  float: left;
}

.stadium div.content-box a.stadium-page
{
  display: block;
  float: right;
}


/*
 * MATCH BARS block
 */

.match-bars div.content-title
{
  background-image: url(/images/new/box/icon_tv.gif);
}

.match-bars div.content-box
{
  height: 524px;
  width: 191px;
  overflow: auto;
}

.match-bars div.content-box div.match-bar
{
  /*border-bottom: 1px solid #ece9e9;*/
  padding: 4px 0;
}

a.bar-name
{
  color: black;
  font-weight: bold;
  font-size: 1em;
  text-decoration: none;
}

.match-bars div.content-box p
{
  color: #868789;
  padding-bottom: 2px;
}

a.match-bar-page-link
{
  display: block;
  width: 80px;
  float: left;
  padding-left: 12px;
  background: transparent url(/images/new/arrow_right_green_out.gif) no-repeat left center;
}

.match-bars div.content-box a.match-bar-page-link:hover
{
  background: transparent url(/images/new/arrow_right_green_hover.gif) no-repeat left center;
}

.match-bars div.content-box div.match-bar-info
{
  float: right;
  padding: 0;
}


/*
 * MATCH AUDIENCE block
 */

.match-audience
{
  clear: left;
}

.match-audience div.content-title
{
  background-image: url(/images/new/box/icon_audience.gif);
  text-align: left;
}

span.match-audience-box-title
{
  padding-left: 42px;
}

.match-audience-city
{
  padding-bottom: 16px;
}

.match-audience-city h3
{
  text-transform: uppercase;
  padding: 4px 0 2px 0;
}

.match-audience-city a.match-audience-user
{
  padding: 0 2px;
}


/*
 * MATCH BAR ADS block
 */

.match-bar-ads div.content-title
{
  background-image: url(/images/new/box/icon_logo.gif);
}

.match-bar-ads div.content-box h3
{
  text-transform: uppercase;
  padding-top: 4px;
}

.match-bar-ad div.match-bar-ad-img
{
  display: block;
  width: 80px;
  float: left;
  text-align: center;
}

div.switch-ads
{
  width: 100%;
  margin: 0 auto;
}

a.previous-ad, a.next-ad
{
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
}

a.previous-ad
{
  padding-right: 0.5em;
}

a.next-ad
{
  padding-left: 0.5em;
}

div.match-bar-ad-text
{
  width: 200px;
  float: right;
}

.match-bar-ads div.content-box p
{
  color: #868789;
  padding-bottom: 2px;
}

.match-bar-ads div.content-box a.match-bar-page-link:hover
{
  background: transparent url(/images/new/arrow_right_green_hover.gif) no-repeat left center;
}

.match-bar-ads div.content-box div.match-bar-info
{
  float: right;
  padding: 0;
}

.match-bar-ads div.content-box div.match-bar-ad
{
  border-bottom: 1px solid #ece9e9;
  padding: 4px 0;
}


/*
 * BAR ADS block
 */

.bar-ads div.content-title, .bar-map div.content-title
{
  background-image: url(/images/new/box/icon_tv.gif);
}

.bar-ads div.bar-ad, .match-bar-ads div.bar-ad, .new-bars div.bar-ad
{
  padding: 4px;
  padding-bottom: 8px;
  clear: both;
}

.bar-ads div.bar-ad img, .new-bars div.bar-ad img
{
  display: block;
  float: left;
  padding-right: 6px;
}

.bar-ads div.bar-ad-text, .new-bars div.bar-ad-text
{
  float: left;
  padding-left: 6px;
  width: 186px;
}

.bar-ads div.bar-ad a, .new-bars div.bar-ad a
{
  display: block;
}


/*
 * LAST COMMENTS ON MATCHES block
 */

.last-comments div.content-title
{
  background-image: url(/images/new/box/icon_message.gif);
}

.last-comments div.content-box div.last-comment, .match-wall div.content-box div.last-comment
{
  padding: 6px 0;
  border-bottom: 1px solid #ECE9E9;
}

.last-comments div.content-box a, .last-comments div.content-box p
{
  display: inline;
}

.last-forum-comment-title, .last-forum-comment-info
{
  color: #868789;
}

.last-forum-comment-info
{
  font-style: italic;
  padding-bottom: 4px;
}

.last-forum-comment-all
{
  padding-top: 8px;
  text-align: right;
}

/*
 * MATCH WALL block
 * SEE Last comments
 */

.match-wall div.content-title
{
  background-image: url(/images/new/box/icon_chat.gif);
}

.match-wall div.content-box h3.last-comments-title
{
  border-bottom: 1px solid #ece9e9;
  padding: 10px 0 10px 0;
}

.match-wall div.content-box h3.last-comments-title a
{
  font-weight: bold;
  text-decoration: underline;
}

textarea#match-wall-new-comment-text
{
  width: 280px;
  height: 80px;
  border: 2px solid #989898;
  margin-top: 20px;
}

div.content-box div.match-wall-new-comment-links
{
  padding-top: 10px;
  padding-bottom: 4px;
  clear: both;
}

div.content-box div.match-wall-new-comment-links a
{
  display: block;
  text-decoration: underline;
  height: 16px;
}

div.content-box div.match-wall-new-comment-links a.match-wall-refresh
{
  background: transparent url(/images/new/refresh_out.gif) no-repeat left top;
  padding-left: 22px;
  float: left;
}

div.content-box div.match-wall-new-comment-links a:hover.match-wall-refresh
{
  background: transparent url(/images/new/refresh_hover.gif) no-repeat left top;
}

div.content-box div.match-wall-new-comment a.match-wall-more
{
  float: right;
}


/*
 * DISCLAIMER block
 */

.disclaimer div.content-title
{
  background-image: url(/images/new/box/icon_important.gif);
}

a.disclaimer-report-link, a.disclaimer-info-link
{
  background-repeat: no-repeat;
  background-position: left 6px;
  display: block;
  padding: 8px 0 2px 32px;
}

a.disclaimer-report-link
{
  background-image: url(/images/new/cross_gray_out.gif);
}

a.disclaimer-info-link
{
  background-image: url(/images/new/info_out.gif);
}

a.disclaimer-report-link:hover
{
  background-image: url(/images/new/cross_gray_hover.gif);
}

a.disclaimer-info-link:hover
{
  background-image: url(/images/new/info_hover.gif);
}

.stars-text
{
  padding: 12px 0 16px;
}

.stars
{
  position: relative;
}

.stars-list
{
  float: left;
  width: 46px;
}

.stars-explanation
{
  float: left;
  font-style: italic; 
}

.stars-phone
{
  padding: 0 20px 2px 6px;
}


/*
 * SHORTCUTS block
 */

.shortcuts div.content-title
{
  background-image: url(/images/new/box/icon_shortcut.gif);
}

.shortcuts div.shortcut
{
  padding: 4px;
  padding-bottom: 8px;
  clear: both;
}

.shortcuts div.shortcut img
{
  display: block;
  float: left;
  padding-right: 6px;
}

.shortcuts div.shortcut div.shortcut-text
{
  padding-left: 6px;
  display: block;
  float: left;
  width: 160px;
}

.shortcuts div.shortcut a
{
  text-transform: uppercase;
}


/*
 * JOIN Allomatch block
 */

.join div.content-title
{
  background-image: url(/images/new/box/icon_join.gif);
}

/*
 * BAR RANKING block
 */

.ranking div.content-title
{
  background-image: url(/images/new/box/icon_ranking.gif);
}

.ranking div.content-box div.rank
{
  width: 196px;
  position: relative;
  padding: 5px 0 5px 0;
}

.ranking div.content-box div.rank_odd
{
  background-color: #F0F3F8;
}

.ranking div.content-box h3
{
  padding-bottom: 6px;
  font-size: 1em;
  font-weight: normal;
}

.ranking div.content-box div.rank div.rank-number
{
  margin: 2px 5px 0 5px;
  width: 20px;
  height: 17px;
  float: left;
  position: relative;
  background: #2C8217;
  color: white;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}

.ranking div.content-box div.rank div.rank-text
{
  /*width: 166px;*/
  width:161px;
  float: left;
}

.ranking div.content-box div.rank div.rank-text p
{
  color: #a6a7a9;
}

.ranking .rank-title
{
  margin: 3px 0 3px 0;
	padding: 5px 5px 5px 30px;
	background-color: #DFE6EE;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  position: relative;
}

/*
 * BAR ADS block
 * and NEWLY REGISTERED BARS block
 */

.bar-ads div.content-title
{
  background-image: url(/images/new/box/icon_tv.gif);
}

.bar-ads div.bar-ad
{
  padding: 4px;
  padding-bottom: 8px;
  clear: both;
}

.bar-ads div.bar-ad img
{
  display: block;
  float: left;
  padding-right: 6px;
}

.bar-ads div.bar-ad-text
{
  float: left;
  padding-left: 6px;
  width: 186px;
}


.bar-ads div.bar-ad a, .bar-ads div.bar-ad p,
.new-bars div.bar-ad a, .new-bars div.bar-ad p
{
  display: block;
}


/*
 * Allomatch PARTIES block
 */

.parties div.content-title
{
  background-image: url(/images/new/box/icon_star.gif);
}

.parties div.content-box div.party
{
padding-left: 3px;
}

.parties div.content-box div.party p
{
  font-style: italic;
}

.parties div.content-box div.party img
{
  padding: 6px;
}


/*
 * USER BARS block
 */

.user-bars div.content-title
{
  background-image: url(/images/new/box/icon_tv.gif);
}

.user-bars select, .user-bars h3
{
  width: 100%;
  color: #313233;
  font-weight: bold;
}

.user-bars h3
{
  text-align: center;
}


/*
 * USER MENU block
 * and USER BAR MENU block
 */

.user-menu div.content-title, .user-bar-menu div.content-title
{
  background-image: url(/images/new/box/icon_shortcut_red.gif);
}

.user-bar-menu
{
  border: 1px solid #f7931e;
  background: #fffaf0;
  margin-bottom: 12px;
  width: 208px;
  margin-left: 4px;
}

.user-menu ul, .user-bar-menu ul
{
  list-style: none;
  /* padding-left: 8px; */
}

.user-bar-menu ul li
{
  border-bottom: 1px solid #f7931e;
}

.user-bar-menu ul li.bar-menu-header
{
  background: #f7931e;
  color: white;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0;
  font-size: 16px;
  font-weight: bold;
}

.user-bar-menu ul li.last-menu-item
{
  border-bottom: 0;
}

.user-bar-menu ul li a
{
  display: block;
  width: 196px;
  padding: 5px 0px 5px 12px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #f7931e;
}

.user-bar-menu ul li a:hover
{
  background: #faf0dc;
  text-decoration: underline;
}

.user-bar-menu ul li a.selected
{
  background: #faf0dc;
  text-decoration: underline;
}



/*
ul.user-menu-item a.user-menu-item-link
{
  display: block;
  background: white url(/images/new/arrow_right_green_out.gif) no-repeat left top;
  padding-left: 18px;
  position: relative;
  top: -4px;
}

ul.user-menu-item li
{
  padding-top: 4px;
}
*/

ul.user-sub-menu-item
{
  /* modif fab */
  /*display: none;*/
}

ul.user-sub-menu-item li
{
  padding-top: 0;
  padding-left: 20px;
  list-style: none;
}


/*
 * USER FEEDBACK block
 */

.user-feedback div.content-title
{
  background-image: url(/images/new/box/icon_feedback.gif);
}

.user-feedback textarea
{
  width: 188px;
  height: 140px;
  border: 2px solid #989898;
}


/*
 * INDICATOR (old CSS)
 */

div.green-box, div.white-box
{
  /*background: url(/images/box/green-box.gif) no-repeat center top;*/
  padding-top: 6px;
  margin-bottom: 16px;
  width: 174px;
}

div.white-box
{
  /*background: url(/images/box/white-box.gif) no-repeat center top;*/
}

div.green-content-box, div.white-content-box
{
  /*background: url(/images/box/green-content-box.gif) center bottom no-repeat;*/
  padding: 0 6px;
}

div.white-content-box
{
  /*background: url(/images/box/white-content-box.gif) center bottom no-repeat;*/
}

div.white-content-box p
{
  margin: 0;
}

/*
 * CONTACT Allomatch block
 */

.contact div.content-title
{
  background-image: url(/images/new/box/icon_join.gif);
}

.contact p
{
  margin-bottom: 20px;
  width: 550px;
}

 /*dernier paragraphe  plus prêt du bord inférieur de la boite */
.contact p#last_p
{
  margin-bottom: 5px;
}

/*
 * MAILSENDER Allomatch block
 */

.mailsender div.content-title
{
  background-image: url(/images/new/box/icon_join.gif);
}

.mailsender_error
{
  margin-bottom: 2px;
}

.mailsender_label
{
  margin-bottom: 2px;
}

.mailsender_field
{
  margin-bottom: 20px;
}

/*
 * WIDGET Allomatch page
 */
.widget div.content-title
{
  background-image: url(/images/new/box/icon_join.gif);
}


/*
 * WIDGET INFO BOX
 */
.widget_info_box h2
{
	color:#56BF1C;
	font-size:23px;
	margin-left: 10px;
	font-style: italic;
}

.widget_info_box div.fix_popup_box
{
	width: 642px;
	margin-left: 7px;
	margin-top: 10px;
	margin-bottom: 15px;
	padding:10px;
	background-color:#F8F9FD;
	border-style: solid;
	border-color: #D2D2D4;
	border-width: 1px;
}

.widget_info_box div.fix_popup_box p
{
  margin-bottom: 5px;
}

.widget_info_box div.fix_popup_box .titlebox
{
  font-weight: bold;
  text-transform: uppercase;
}

/*
 * WIDGET CODE Allomatch block
 */
.widget_code div.content-title
{
  background-image: url(/images/new/box/icon_shortcut.gif);
}

.widget_code .generated
{
	margin-left:40px;
}

.form_buttons
{
	text-align:right;
	margin-right:39px;
	margin-top:20px;
	margin-bottom:20px
}

/*
 * WIDGET CONF Allomatch block
 */
.widget_cfg div.content-title
{
  background-image: url(/images/new/box/icon_join.gif);
}

.widget_cfg_content
{
  margin-left:5px;
  padding-right:20px;
  padding-left:10px;
}

/*
 * WIDGET PARTENAIRES Allomatch block
 */
.widget_partenaires div.content-title
{
  background-image: url(/images/new/box/icon_join.gif);
}

.widget_partenaires div.partenaires-item
{
  border-bottom: 1px solid #ECE9E9;
  padding: 8px 0;
}

.widget_partenaires p.desc
{
  margin-top: 10px;
}

.widget_partenaires p.count_visites
{
  float: right;
  color: #868789;
  font-style: italic;
}

.widget-param-1cola, .widget-param-1colb, .widget-param-2colb
{
  float: right;
}

.widget-param-name, .widget-param-name2, .widget-param-name3
{
  float: left;
  width: 70px;
}


/*
 * WIDGET block
 * contains the actual widget, for demonstration purpose
 */

div#widget-demo
{
  width: 286px;
  text-align: center;
  padding: 0 12px 16px 12px;
}


/*
 * PAGER
 */

ul.pager
{
  clear: both;
  text-align: right;
  /*background-color: #e5e5e5;*/
  color: #2a8713;
}

ul.pager li
{
  display: inline;
  padding: 0 3px;
}

ul.pager li.current
{
  color: #868789;
}

ul.pager li a.pager-previous, ul.pager li a.pager-next
{
  padding-left: 8px;
  height: 16px;
  text-decoration: none;
}

ul.pager li a.pager-first, ul.pager li a.pager-last
{
  padding-left: 14px;
  height: 16px;
  text-decoration: none;
}

ul.pager li a.pager-previous
{
  background: transparent url(/images/new/arrow_left_green_out.gif) no-repeat left center;
}

ul.pager li a.pager-previous:hover
{
  background: transparent url(/images/new/arrow_left_green_hover.gif) no-repeat left center;
}

ul.pager li a.pager-next
{
  background: transparent url(/images/new/arrow_right_green_out.gif) no-repeat right center;
}

ul.pager li a.pager-next:hover
{
  background: transparent url(/images/new/arrow_right_green_hover.gif) no-repeat right center;
}

ul.pager li a.pager-first
{
  background: transparent url(/images/new/chevron_left_green_out.gif) no-repeat left center;
}

ul.pager li a.pager-first:hover
{
  background: transparent url(/images/new/chevron_left_green_hover.gif) no-repeat left center;
}

ul.pager li a.pager-last
{
  background: transparent url(/images/new/chevron_right_green_out.gif) no-repeat right center;
}

ul.pager li a.pager-last:hover
{
  background: transparent url(/images/new/chevron_right_green_hover.gif) no-repeat right center;
}


/*
 * Glider/Caroussel effect
 */
div.horizontal-glider div.scroller {
  /* modify width and height of scrolling section if necessary  */
  width: 286px;
  height: 84px;
  overflow: hidden;
}

div.horizontal-glider div.scroller div.section {
  /* modify width and height of each section as needed (should match the size of the scroller window) */
  width:286px;
  height:84px;
  overflow:hidden;
  float:left;
}

div.horizontal-glider div.scroller div.content {
  width: 10000px;
}

.active {
  background-color: #000;
  color: #fff;
}









/*
 * BUTTONS
 */


button.green-btn
{
  border: 0;
  cursor: pointer;
  padding: 0;
  padding-right: 12px;
  text-align: center;
  background: url(/images/new/button/btn_green_right_out.gif) no-repeat right;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
button.green-btn span
{
  position: relative;
  display: block;
  white-space: nowrap;
  padding: 0;
  padding-left: 12px;
  height: 16px;
  line-height: 16px;
  background: url(/images/new/button/btn_green_left_out.gif) no-repeat left;
  color: white;
}

button.green-btn:hover
{
  background: url(/images/new/button/btn_green_right_hover.gif) no-repeat right;
}

button.green-btn:hover span
{
  background: url(/images/new/button/btn_green_left_hover.gif) no-repeat left;
}

button.gray-btn
{
  border: 0;
  cursor: pointer;
  padding: 0;
  padding-right: 12px;
  text-align: center;
  background: url(/images/new/button/btn_gray_right_out.gif) no-repeat right;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

button.gray-btn span
{
  position: relative;
  display: block;
  white-space: nowrap;
  padding: 0;
  padding-left: 12px;
  height: 16px;
  line-height: 15px;
  background: url(/images/new/button/btn_gray_left_out.gif) no-repeat left;
  color: white;
}

button.gray-btn:hover
{
  background: url(/images/new/button/btn_gray_right_hover.gif) no-repeat right;
}

button.gray-btn:hover span
{
  background: url(/images/new/button/btn_gray_left_hover.gif) no-repeat left;
}

button.big-green-btn
{
  border: 0;
  cursor: pointer;
  padding: 0;
  padding-right: 12px;
  text-align: center;
  background: url(/images/new/button/btn_big_green_right_out.gif) no-repeat right;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

button.big-green-btn span
{
  position: relative;
  display: block;
  white-space: nowrap;
  padding: 0;
  padding-left: 12px;
  height: 18px;
  line-height: 17px;
  background: url(/images/new/button/btn_big_green_left_out.gif) no-repeat left;
  color: white;
}

button.big-green-btn:hover
{
  background: url(/images/new/button/btn_big_green_right_hover.gif) no-repeat right;
}

button.big-green-btn:hover span
{
  background: url(/images/new/button/btn_big_green_left_hover.gif) no-repeat left;
}

button.big-gray-btn
{
  border: 0;
  cursor: pointer;
  padding: 0;
  padding-right: 12px;
  text-align: center;
  background: url(/images/new/button/btn_big_gray_right_out.gif) no-repeat right;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

button.big-gray-btn span
{
  position: relative;
  display: block;
  white-space: nowrap;
  padding: 0;
  padding-left: 12px;
  height: 18px;
  line-height: 17px;
  background: url(/images/new/button/btn_big_gray_left_out.gif) no-repeat left;
  color: white;
}

button.big-gray-btn:hover
{
  background: url(/images/new/button/btn_big_gray_right_hover.gif) no-repeat right;
}

button.big-gray-btn:hover span
{
  background: url(/images/new/button/btn_big_gray_left_hover.gif) no-repeat left;
}

a.btn-submit-big.show-bar-page
{
  float: left;
  letter-spacing: 0;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  padding: 6px 0 0 24px;
}


div.form-submit-center
{
  width: 100%;
  text-align: center;
  padding-top: 4px;
}

div.form-submit-right
{
  float: right;
  padding-top: 4px;
}

div.form-submit-left
{
  float: left;
  padding-top: 4px;
}

.grey-text
{
  color: #868789;
  text-align: justify;
}

p.help
{
  margin: 5px 0 5px 0;
}

p.faq
{
  text-align: justify;
}

#inner-text
{
  padding-bottom: 5px;
  text-align: justify;
}

p.faq span
{
  color: #FF0000;
  font-weight: bold;
}

p.faq-big
{
  text-align: justify;
  width: 100%;
}

/*
 * BARMAN BUTTON
 * (ou le bouton orange)
 */

#barman-button
{
  border: 1px solid #f7931e;
  background: #f7931e;
  margin-bottom: 12px;
  width: 208px;
  margin-left: 8px;
  text-align: center;
}

#barman-button a
{
  width: 100%;
  display: block;
  background: #f7931e;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 0;
  font-size: 16px;
  font-weight: bold;
}

#barman-button a:hover
{
  background: #fffaf0;
  color: #f7931e;
}

/*
#barman-button
{
  text-align: center;
  padding-left: 4px;
  width:220px;
}

#barman-button a
{
  display: block;
  background: white url(/images/new/barman_button.gif) no-repeat center top;
  width: 220px;
  height: 25px;
  color: white;
  padding-top: 9px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

#barman-button a:hover
{
  text-decoration: underline;
}
*/
/*
 * RSS
 */


.rss-description
{
  width: 642px;
  margin: 10px 6px 20px 6px;
  padding: 10px;
  background-color: #F8F9FD;
  border: 1px solid #d3d3d3;
}

.rss-description .titlebox
{
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 6px;
}

.rss-item
{
  width: 100%;
  position: relative;
  clear: both;
  border-bottom: 1px solid #d3d3d3;
  padding-top: 8px;
  padding-bottom: 16px;
  margin-bottom: 8px;
}

.rss-item label
{
  font-weight: bold;
  color: #2a8713;
}

.rss-type-input
{
  float: left;
  width: 80%;
  padding-top: 1px;
  padding-bottom: 6px;
}

.rss-zone-input
{
  clear: both;
}

.rss-type-input label, .rss-zone-input label
{
  float: left;
  width: 120px;
  padding-right: 20px;
  text-align: right;
}

.rss-type-input input, .rss-zone-input select
{
  float: left;
  width: 220px;
}

.rss-zone-input select
{
  width: 226px;
}

.rss-form-submit
{
  width: 20%;
  float: right;
}

.generated-rss
{
  width: 100%;
  position: relative;
}

.generated-rss-details
{
  width: 69%;
  float: left;
}

.generated-rss-details ul
{
  list-style-position: inside;
}

.generated-rss-details p
{
  padding-top: 16px;
  padding-left: 12px;
}

.generated-rss-links
{
  width: 29%;
  float: left;
}

.generated-rss-links div
{
  padding: 2px 0;
}

/* DISTRICTS */
.district-name
{
  padding-bottom: 2px;
}

.district-name a
{
  color: black;
  font-weight: bold;
  font-size: 1em;
  text-decoration: none;
}



/*
 * TOP HORNS block
 */

.top-horns div.content-title
{
  background-image: url(/images/new/box/icon_logo.gif);
}

.top-horns div.content-box h2
{
  text-transform: uppercase;
  text-align: left;
  float: left;
  font-size: small;
  color: #2A8713;
  font-weight: bold;
}

.top-horns div.content-box h3
{
  font-style: italic;
  text-align: right;
  float: right;
  font-size: small;
  color: #868789;
  font-weight: normal;
}

.top-horns div.content-box h1
{
  color: #313233;
}


/*
 * MATCH CITIES block
 */

.match-cities
{
  clear: left;
}

.match-cities div.content-title
{
  background-image: url(/images/new/box/icon_map.gif);
  text-align: left;
}

span.match-cities-box-title
{
  padding-left: 42px;
}

.match-cities-city
{
  padding-bottom: 16px;
}

.match-cities-city h3
{
  text-transform: uppercase;
  padding: 4px 0 2px 0;
}

.match-cities-city a.match-cities-user
{
  padding: 0 2px;
}

.allomatch-news
{
  color: #FF0000;
}

/**
* Popup d'information sur pourquoi mentionner Allomatch
*/
.call-information-popup
{
  padding:0px 10px 0 10px;
  z-index:1000;
  text-align: justify;
  font-size: 13px;
}

.call-information-popup #call-information-block
{
  padding-top: 10px;
}

.call-information-popup #call-information-block #call-information-detail
{
  padding-left: 20px;
  padding-top: 5px;
}

.call-information-popup #call-information-close
{
  text-align: center;
  padding-top: 20px;
}

/**
 * Prototype dialog plus d'informations
 */
.more-informations
{
  padding: 0px 10px 0px 10px;
  text-align: justify;
}

.more-informations #more-informations-title
{
  font-weight: bold;
  padding-bottom: 15px;
  font-size: 20px;
  text-align: center;
}

.more-informations #more-informations-block
{
  padding-bottom: 12px;
  text-align: justify;
}

.more-informations #more-informations-close-button
{
  padding-top: 10px;
  text-align: center;
}

.more-informations-phone
{
  margin-top: -4px;
  padding-right: 4px;
}

/*
 * FEED block
 */
.feed-box div.content-title
{
  background-image: url(/images/new/box/icon_logo.gif);
}

.feed-box .feed-articles-pager
{
  color: #868789;
  font-weight: bold;
  padding: 4px;
}

.feed-box .feed-articles-pager div
{
  height: 14px;
}

.feed-box .feed-articles-pager div.pager-links
{
  text-align: center !important;
  position: relative;
}

.feed-box .feed-articles-pager div.pager-links ul.pager
{
  text-align: center !important;
}

.feed-box .feed-article-info a
{
  /*color: black;
  font-weight: normal;*/
  text-decoration: none;
}

.feed-box .feed-article-info a:hover
{
  text-decoration: underline;
}

.feed-box div.feed-article-separator
{
  clear: both;
  width: 90%;
  height: 2px;
  border-bottom: 1px solid #D3D3D3;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  margin-bottom: 5px;
}

.feed-box .feed-box-info
{
  text-align: center;
  font-weight: bold;
  font-style: italic;
}

.feed-box .feed-article-date
{
  color: #4D4D4D;
}

.feed-box div.feed-article-discussion-info
{
  height: 25px;
}

.feed-box div.feed-article-discussion-info div.answer-count
{
  margin-top: 5px;
  float: left;
  font-weight: bold;
}

.feed-box div.feed-article-discussion-info div.answer-count a
{
  text-decoration: none;
}

.feed-box div.feed-article-discussion-info div.answer-count div
{
  float: left;
  margin-top: 3px;
}

.feed-box div.feed-article-discussion-info div.react-btn
{
  float: right;
}

div.article-description
{
  color: #4D4D4D;
  font-size: 1.1em;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 70px;
}

div.article-link
{
  font-size: 1.1em;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 70px;
}

p.article-discussion-info, p.article-discussion-info a, div.feed-article p.article-discussion-info a, div.feed-article-small p.article-discussion-info a
{
  color: #636465;
}

/*
 * USERFEED
 */

div.userfeed
{
  border-top: 1px solid #cecece;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 20px;
}

div.userfeed div.userfeed-item
{
  padding: 7px;
  border-bottom: 1px solid #cecece;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
}

div.userfeed div.userfeed-item div.userfeed-icon
{
  margin-right: 3px;
  width: 26px;
  height: 18px;
  float: left;
  text-align: center;
}

/*
 * TESTIMONIALS
 */

.testimonials div.content-title
{
  background-image: url(/images/new/box/icon_tv.gif);
}

.testimonials-table
{
  width: 100%;
}
table.testimonials-table td
{
  padding-bottom: 12px;
  text-align: center;
}

table.testimonials-table td img
{
  cursor: pointer;
}

table.testimonials-table td h4
{
  font-style: italic;
}
