body {
	background-color: #C0C0C0;
	background-image: url(../image/mainBackground.png);
	background-position: top center;
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}

.oldh3{
	    color: #8ABA34;
    font-size: 15px;
    font-weight: bold;
    margin: 15px 20px;
    text-align: left;
	
	}
#page {
	background-color: #FFFFFF;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

#header_page {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

.header_page_txt {
	position:absolute;
	margin-top: 64px;
	color:#FFF;
	margin-left: 71px;
	font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
}

/* Définition de l'entête */

#header {
	background-image: url(../image/header-generic.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 104px;
	overflow: hidden;
}

#header p {
	text-align: right;
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin : 0px;
	margin-top: 90px;
	margin-right: 7px;
}

#header a {
	margin-left: 10px;
	text-decoration: none;
}

#header a:link { color: #808080; }
#header a:visited { color: #808080; }
#header a:active { color: #808080; }
#header a:hover { color: #FF0000; }

/* Définition de la barre de navigation */

#navBar {
	background-image:url(../image/navBar.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 23px;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	overflow: hidden;
}

#navBar p {
	margin: 5px;
}

#navBar a {
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
}

#navBar a:link { color: #FFFFFF; }
#navBar a:visited { color: #EEEEEE; }
#navBar a:active { color: #FFFFFF; }
#navBar a:hover { color: #C3FA62; }

#main {
	margin-top: -2px;
	margin-bottom: -3px;
}

/* Définition des paragraphes de colonne */

p.column {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 5px;
	background-image:url(../image/picto_fleche.jpg);
	background-repeat:no-repeat;
	padding-left: 15px;
}

h1.column, h3.column, h4.column, h5.column, h6.column {
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 5px;
}
h2.column {
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 5px;
}

.column a{ text-decoration: none; }
.column a:link{ color: #FFFFFF; }
.column a:visited{ color: #FFFFFF; }
.column a:active{ color: #FFFFFF; }
.column a:hover{ color: #47670F; }

/* Définition de la colonne de gauche */

#leftColumn {
	background-color: #B2B2B2;
	background-image:url(../image/bgLeftColumn.png);
	background-position: top center;
	background-repeat: repeat-y;
	padding: 0px;
	width: 125px;
	border-bottom: 1px solid #B2B2B2;
}

#leftContainer {
	margin: 0px;
	margin-bottom: 25px;
	padding: 0px;
	width: 125px;
	overflow: hidden;
	background-color: #FFFFFF;
	border-bottom: 1px solid #B2B2B2;
}

.leftGreen {
	border: 1px solid #B2B2B2;
	background-image:url(../image/bgLeftColumn.png);
	background-position: top center;
	background-repeat: repeat-y;
	width: 123px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	overflow: hidden;
}

.leftFrame {
	border-width: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	padding: 0px;
	width: 125px;
	text-align: center;
	overflow: hidden;
}

.leftFrame img {
	text-align: center;
	border-width: 0px;
	margin: 0px;
}

/* Définition de la colonne de droite */

#rightColumn {
	background-color: #B2B2B2;
	background-image:url(../image/bgRightColumn.png);
	background-position: top center;
	background-repeat: repeat-y;
	padding: 0px;
	width: 120px;
	border-bottom: 1px solid #B2B2B2;
}

#rightContainer {
	margin: 0px;
	margin-bottom: 25px;
	padding: 0px;
	width: 120px;
	overflow: hidden;
	background-color: #FFFFFF;
	border-bottom: 1px solid #B2B2B2;
}

#rightContainer .leftFrame{
	text-align:left;
}

.rightGreen {
	border: 1px solid #B2B2B2;
	background-image:url(../image/bgRightColumn.png);
	background-position: top center;
	background-repeat: repeat-y;
	width: 118px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	overflow: hidden;
}

.rightFrame {
	border-width: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	padding: 0px;
	width: 120px;
	text-align: center;
	overflow: hidden;
}

.rightFrame img {
	display: block;
	text-align: center;
	border-width: 0px;
	margin: 0px;
}

.rightFlag {
	margin: 0 auto;
}

.rightFlag img {
	display: block;
	float: left;
	border-width: 0px;
	margin: 0px;
	margin-right: 9px;
}

img.es {
}

/* Définition de la colonne principale */

#content {
	padding: 0px;
	width: 511px;
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
}

#content p, ul, ol {
	margin: 15px 20px;
	font-size: 12px; 

	line-height: 18px;
}

#content h1 {
 margin: 15px 20px;
	color: #679515; 
	font-size: 22px;
	font-weight: bold;
	text-align:left;
}

#content h2 {
 margin: 15px 20px;
	text-align:left;
	font-size: 18px;
	font-weight: bold
}

#content h3 {
 margin: 15px 20px;
	color:#8aba34;
	text-align:left;
	font-size: 15px;
	font-weight: bold
}

#content h4 {
 margin: 15px 20px;
	
	font-size: 12px;
	font-weight: bold
}

#content h5 {
 margin: 15px 20px;
	
	font-size: 11px;
	font-weight: bold
}

#content h6 {
 margin: 15px 20px;
	
	font-size: 10px;
	font-weight: bold
}
#content a{ text-decoration: underline; }
#content a:link{ color: #000000; }
#content a:visited{ color: #404040; }
#content a:active{ color: #000000; }
#content a:hover{ color: #FF0000; }

#content img { border-width: 0px; }

#content table {
margin: 15px 20px;
	width: 470px;
	border: 1px solid #B2B2B2;
	font-size: 0.7em; 
}

#content th {
	border: 1px solid #B2B2B2;
	background: #E0E0E0;
	padding: 2px;
	font-weight: bold;
	text-align: center;
}

#content td {
	border: 1px solid #B2B2B2;
	background: #F0F0F0;
	padding: 2px;
	text-align: right;
}
#content table.tbl-poker-gratuit {border:none;margin:0}
#content .tbl-poker-gratuit td { border:none;background:none;text-align:justify;padding:13px;}


/* Définition du pied de page */

#footer{
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
}

#footer p{ margin: 10px; }
#footer ul{ margin: 0px; padding:0; margin-left:15px; text-align:left; }
#footer ul li{ 	   font-size: 11px;
    line-height: 12px; }
.Footer_Linsting {
	float:left; 
	padding-left: 7px;
	width: 123px;
	text-align:left;
	   font-size: 11px;
    line-height: 12px;
}

#footer a{ text-decoration: none; }
#footer a:link{ color: #000000; }
#footer a:visited{ color: #404040; }
#footer a:active{ color: #000000; }
#footer a:hover{ color: #FF0000; }


a.Lien_Fofo {
	background-image:url(../image/fleche_verte.gif);
	background-repeat:no-repeat;
	padding-left: 15px;
}
.Liste_Categorie {
	 margin-left: 20px;
	 font-size: 13px;
}
.Liste_Categorie_Titre {
	 margin-left: 10px;
}
.News_Liste {
	margin-top: 10px;
	margin-left: 20px;
	font-size:13px;
	margin-bottom: 40px;
	clear:both;
}
#content .News_Liste p, .News_Liste p{font-size:12px}
.News_Liste a{
	color:#FF0000;
}
#h3_liste{
	font-size: 12px;
}
.Titre_Liste {
	maring-0;
	padding:0;
	font-size: 14px;
	font-weight:bold;
}

/* POPUP MAILING */
.container {
	background-image: url(/image/mailing/fond_mailing.png);
	position: absolute;
	top:0;
	left:0;
	width: 300px; 
	height:300px; 
	margin-left:-500px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
.dim {
	width: 300px; 
	height:300px; 
}
.Mailing_Texte {
	width: 250px;
	margin-left:25px;
	font-size: 13px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

.Nom_Match {
	width: 400px;
	height:30px;
	margin-left:55px;
	font-size: 14px;
	font-weight:bold;
	text-decoration:underline;
}
.Bookmaker {
	float:left;
	width: 123px;
	text-align:center;
	margin-left:55px;
	margin-right:5px;
	font-size: 12px;
	font-weight:bold;
	/*background-image:url(../image/bgLeftColumn.png);*/
	background-position:center top;
	background-repeat:repeat-y;
	/*border:1px solid #B2B2B2;*/
}
.Bookmaker:hover{
	background-color:#003300;
}
.Bookmaker a{
	color:#fff;
}
.Top_Hover {
	height:15px;
	font-size: 14px;
	background-image:url(../image/bgLeftColumn.png);
	background-position:center top;
	background-repeat:repeat-y;
	border:1px solid #B2B2B2;
}
.Top_Hover:hover{
	background-color:#003300;
}
.Cote {
	float:left;
	width: 50px; 
	text-align:center;
	font-size: 12px;
	margin-right:5px;
}
.ContenuCote {
	padding-top: 7px;
}

.style3 {color: #000000}
.style6 {
	font-size: 15px;
	font-weight: bold;
	color: #FF0000;
}
.style7 {font-size: 1.1em; }
.style9 {font-size: 15px; font-weight: bold; color: #FF0000; font-style: italic; }
#content h1.betclic_titre {color:#4B4B4B;
font-size:23px;
font-weight:bolder;
margin:11px 40px 0 22px;
padding:0;}
#content .betclic_fleche {
background:transparent url(/images/betclic/images/betclic_fleche.jpg) no-repeat scroll left center;
color:#679808;
font-size:19px;
height:24px;
margin-left:23px;
margin-top:11px;
padding-left:33px;
padding-top:0;
}
#betclic_marcel {
background:transparent url(/images/betclic/images/betclic_marcel.jpg) no-repeat scroll left center;
height:110px;
margin:0 auto;
padding-left:130px;
padding-right:33px;
padding-top:54px;
width:293px;
}
#betclic_marcel_uk {
background:transparent url(/images/betclic/betclic_marcel_dessailly.gif) no-repeat scroll left center;
height:200px;
margin:0 auto;
padding-left:130px;
padding-right:33px;
padding-top:20px;
width:293px;
position:relative;
}
#betclic_marcel p {
	margin:0px;
	padding:0px;
	text-align:justify;
}
.img_betclic {
	float:right;
	margin:0px 0px 0px 5px;
}
#content h2.betclic_titre2 {
	color:#000;
	font-size:20px;
}
#book_betclic p.screen {
	margin:15px 40px 30px 36px;
	text-align:justify;
}
.offre_betclic {
	margin-left:46px;
text-align:justify;
width:419px;
}
p .max {
	font-size:35px;
}

a.puceverte { text-decoration:none;  color:#FFFFFF; background: url(http://www.sport-trader.com/image/1x2vert.png) no-repeat center 0; display: block;font-weight:bold; height: 35px; width: 40px;line-height:27px;}
.tdpuceverte { width: 40px; text-align: center;float:left;}
.tdequipe { width: 140px; text-align:right;float:left;padding-top:8px;vertical-align:top;font-weight:bold;}
.b1x2blanc { background: url(http://www.sport-trader.com/image/1x2bgblanc.png) repeat-x 0 8px; height: 28px;padding:0 10px;margin:7px 0;}


#content .page-paris-sportifs {
	width:430px;
	margin:0px auto;
}
#content .page-paris-sportifs h1 {
	margin:0px;
	color:#000;
	font-weight:normal;
	font-size:22px;
	padding:20px 0px 10px 0px;
}
#content .page-paris-sportifs h2 {
	margin:0px;
	color:#000;
	font-size:13px;
	padding:10px 0px;
}
#content .page-paris-sportifs p {
	margin:0px;
	padding:0px 0px 10px 0px;
	text-align:justify;
}
#content .page-paris-sportifs h3 {
	margin:0px;
	padding:15px 0px 10px 0px;
	color:#000;
	font-size:19px;
	font-weight:normal;
}
#content .page-paris-sportifs .float_image {
	float:left;
	margin:0px 10px 10px 0px;
}
#content .page-paris-sportifs .cadre_unibet,
#content .page-paris-sportifs .cadre_sportingbet,
#content .page-paris-sportifs .cadre_betclic {
	background-repeat: no-repeat;
	color:#FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	height:115px;
	padding:5px 15px 0 20px;
	width:401px;
}
#content .page-paris-sportifs .cadre_unibet {
	background-image: url(/images/page-paris-sportifs/bg_unibet.jpg);
}
#content .page-paris-sportifs .cadre_sportingbet {
	background-image: url(/images/page-paris-sportifs/bg_sportingbet.jpg);
}
#content .page-paris-sportifs .cadre_betclic {
	background-image: url(/images/page-paris-sportifs/bg_betclic.jpg);
}
#content .page-paris-sportifs .link_final {
	position:absolute;
	font-size:13px;
	position:absolute;
	text-align:right;
	margin-top:80px;
	text-decoration:none;
	width:410px;
	color:#000;
}
#content .page-paris-sportifs .link_final_mini {
	font-size:12px;
}
#content .page-paris-sportifs .link_final span {
	padding-left:9px;
	background: url(/images/page-paris-sportifs/puce.gif) no-repeat left center;
}
#content .page-paris-sportifs .cadre_sportingbet .link_final {
	height:30px;
	margin-top:65px;
}
#content .page-paris-sportifs .cadre_sportingbet .link_final span {
	width:170px;
	text-align:left;
	padding-left:12px;
	float:right;
}
#content .page-paris-sportifs .tab-nav {
	height:23px;
	padding:0px;
	margin:0px 0px 0px -38px;
	width:529px;
	position:absolute;
}
#content .page-paris-sportifs .tab-nav li {
	float:left;
	list-style:none;
}
#content .page-paris-sportifs .tab-nav li a {
	background: url(/images/page-paris-sportifs/navigation.png) no-repeat;
	display:block;
	text-indent:-9999px;
	height:23px;
}
#content .page-paris-sportifs .tab-nav li.ong-foot {
	width:63px;
}
#content .page-paris-sportifs .tab-nav li.ong-basket {
	width:87px;
}
#content .page-paris-sportifs .tab-nav li.ong-tennis {
	width:82px;
}
#content .page-paris-sportifs .tab-nav li.ong-f1 {
	width:66px;
}
#content .page-paris-sportifs .tab-nav li.ong-sports-us {
	width:98px;
}
#content .page-paris-sportifs .tab-nav li.ong-evenements {
	width:133px;
}
#content .page-paris-sportifs .tab-nav li.ong-foot a {
	background-position: 0px 0px;
}
#content .page-paris-sportifs .tab-nav li.ong-basket a {
	background-position: -63px 0px;
}
#content .page-paris-sportifs .tab-nav li.ong-tennis a {
	background-position: -150px 0px;
}
#content .page-paris-sportifs .tab-nav li.ong-f1 a {
	background-position: -232px 0px;
}
#content .page-paris-sportifs .tab-nav li.ong-sports-us a {
	background-position: -298px 0px;
}
#content .page-paris-sportifs .tab-nav li.ong-evenements a {
	background-position: -396px 0px;
}

#content .page-paris-sportifs .tab-nav li.ong-foot a:hover {
	background-position: 0px -23px;
}
#content .page-paris-sportifs .tab-nav li.ong-basket a:hover {
	background-position: -63px -23px;
}
#content .page-paris-sportifs .tab-nav li.ong-tennis a:hover {
	background-position: -150px -23px;
}
#content .page-paris-sportifs .tab-nav li.ong-f1 a:hover {
	background-position: -232px -23px;
}
#content .page-paris-sportifs .tab-nav li.ong-sports-us a:hover {
	background-position: -298px -23px;
}
#content .page-paris-sportifs .tab-nav li.ong-evenements a:hover {
	background-position: -396px -23px;
}

#book_sajoo {
	text-align: justify;
}
#book_sajoo p {
	margin-left: 30px;
}
#book_sajoo h3 {
	font-size: 20px;
	color: #000;
}
#book_sajoo h4 {
	font-size: 18px;
	color: #111;
}

.h1_unibet {
    background: url("../images/sajoo/accrcoche_sajoo.jpg") no-repeat scroll 0 0 transparent;
    height: 40px;
    text-indent: -9999px;
    width: 400px;
}
.h1_unibet2 {
    background: url("../images/betclic/accrcoche_betclic.jpg") no-repeat scroll 0 0 transparent;
    height: 40px;
    text-indent: -9999px;
    width: 400px;
}
#content h2.h2_unibet {
	background: url("../images/sajoo/h2.jpg") no-repeat;
	width: 291px;
	height: 40px;
	text-indent: -9999px;
	margin-top: 0px;
	z-index: 4;
}
.h3_unibet {
	height: 0px;
	text-indent: -9999px;
}

#book_betclic ul, #book_betclic p, #book_betclic h3 {
	margin-left: 10px;
}

.logo-book{ text-indent:-10000px;font-size:0;height:35px; display:block;margin-left: 7px;}

.logo-sajoo, .logo-sajoo-poker { background:url(/images/logo/sajoo.png) no-repeat;}
.logo-everest-poker { background:url(/images/logo/everest.png) no-repeat;}
.logo-pmu, .logo-pmusport, .logo-pmu-poker { background:url(/images/logo/pmu.png) no-repeat;}
.logo-eurosportbet, .logo-eurosportbet-turf { background:url(/images/logo/eurosportbet.png) no-repeat;}
.logo-bwin, .logo-bwin-poker { background:url(/images/logo/bwin.png) no-repeat;}
.logo-eurosport-poker { background:url(/images/logo/eurosport.png) no-repeat;}
.logo-acf-poker { background:url(/images/logo/acf.png) no-repeat;}
.logo-winamax { background:url(/images/logo/winamax.png) no-repeat;}
.logo-betclic-poker { background:url(/images/logo/betclic.png) no-repeat;}


.play-btn {
      background: url("/images/btn-jouer.png") no-repeat scroll 0 0 transparent;
    height: 31px;
    overflow: hidden;
	display:block;
	text-indent:-10000px;
	font-size:0;
    width: 55px;
	margin: 0 auto;
}
.play-btn:hover {
    background-position: 0px -32px;
}
#table-overlink td{text-align:center}




.block-newsletter .sb-body .is-loading {
	display:none;
	position:absolute;
	background:rgba(255, 255, 255, 0.70) no-repeat center center url(/images/loading.gif);
	top:0;
	left:0;
	width:100%;
	bottom:0;
}
.block-newsletter .sb-body .is-success {
	display:none;
	position:absolute;
	background:rgba(255, 255, 255, 0.90) no-repeat 10px 13px url(/images/valid.png);
	top:0;
	left:0;
	width:100%;
	bottom:0;
}
.block-newsletter .sb-body .is-success p {
   color: #009900;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 20px 5px 10px 62px;
}


.col-side {

overflow: hidden; margin-left: 15px; 
float:left;border: 1px solid #EFEFEF;margin-top:15px;
margin-bottom:20px;
}
.block-newsletter .sb-body {

    padding: 15px 16px;
    position: relative;
    width: 445px;
}
#content .block-newsletter .sb-body p{margin: 10px; }
* html .block-newsletter .sb-body {
    height: 202px;
}
.block-newsletter .heading {
color: #C3C3C3;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.15em;
    padding: 0 10px 10px;
	text-transform: uppercase;
}
.block-newsletter .mail {
    background: url("/images/bg-mail.gif") no-repeat scroll 0 2px transparent;
    font-size: 14px;
    line-height: 18px;
    margin: 8px 0 18px;
    padding: 0 0 0 50px;
}
.newsletter-form {
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 8px;
    text-align: center;
}
.block-newsletter fieldset{border: 0 none;}
.block-newsletter img {
    margin: 0 0 12px;
    vertical-align: top;
}
.newsletter-form label {
    color: #747474;
    display: block;
    margin: 0 0 4px;
	padding-left:80px;
    text-align: left;
}
.newsletter-form .field {
    background: url("/images/bg-nr-field.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 45px;
    margin: 0 auto;
    overflow: hidden;
	padding-left: 80px;
    padding: 0 10px;
    width: 250px;
}
.newsletter-form .field input {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #5D5D5D;
    float: left;
    font-size: 15px;
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.newsletter-form .cbtn-t2 {
    margin: 14px 0 0;
}
.block-newsletter .hided-div {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 210px;
    left: 6px;
    position: absolute;
    top: 10px;
    width: 290px;
}
.block-newsletter .hided-div img {
    bottom: 10px;
    margin: 0;
    position: absolute;
    right: 15px;
}
#content a.cbtn-t2:link{color: #FFFFFF;}
#content .cbtn-t2 {
    
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
	text-decoration:none;

    overflow: hidden;
    vertical-align: top;
}
#content .cbtn-t2 span {
    background: url("/images/bg-cbtn-t2.gif") no-repeat scroll 0 0 transparent;
    float: left;
    height: 24px;
    padding: 0 0 0 8px;
}
#content .cbtn-t2 em {
    background: url("/images/bg-cbtn-t2.gif") no-repeat scroll 100% 0 transparent;
    float: left;
    height: 24px;
    overflow: hidden;
    text-indent: -9999px;
    width: 8px;
}
#content .cbtn-t2:hover {
    border: 0 none;
    color: #FFFFFF;
    text-decoration: none;
}
#content .cbtn-t2:hover span {
    background-position: 0 -24px;
}
#content .cbtn-t2:hover em {
    background-position: 100% -24px;
}

#content a.bonus-details {
    float: right;
    margin-bottom: 15px;
    margin-left: 30px;
    text-decoration: none;
}
#content a.bonus-details:hover {
    text-decoration: none;
}
#content a.bonus-details .size1 {
    color: #353535;
    display: block;
    font-size: 28px;
    font-weight: bold;
}
#content a.bonus-details .size2 {
    color: #7fb61d;
    display: block;
    font-size: 74px;
    font-weight: bold;
    letter-spacing: -7px;
    line-height: 75px;
    margin-left: -2px;
}
#content a.bonus-details .size3 {
    color: #9E0202;
    display: block;
    font-size: 9px;
    margin-left: 5px;
    margin-top: 5px;
}
#content a.bonus-details .btn {
    -webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
    background: none repeat scroll 0 0 #9E0202;
    border: 1px solid #CE0606;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 34px;
    line-height: 34px;
	  font-size: 14px;
    margin-top: 10px;
    text-align: center;
    width: 180px;
}


#content a.button_normal {
    background: url("../images/button7.png") no-repeat scroll left top transparent;
    display: inline-block;
    height: 31px;
    padding-left: 28px;
    text-decoration: none;
}
#content a.button_normal small {
    background: url("../images/button7.png") no-repeat scroll right bottom transparent;
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 31px;
    line-height: 28px;
    margin-right: -18px;
    padding-right: 21px;
    position: relative;
    text-transform: uppercase;
}

#content a.button_small {
    background: url("../images/button15.png") no-repeat scroll left top transparent;
    display: inline-block;
    height: 22px;
    padding-left: 13px;
    text-decoration: none;
}
#content a.button_small small {
    background: url("../images/button15.png") no-repeat scroll right bottom transparent;
    color: #FFFFFF;
    display: inline-block;
    font-size: 9px;
    font-weight: bold;
    height: 22px;
    line-height: 20px;
    padding-right: 10px;
    position: relative;
    vertical-align: top;
}

#content a.btn-blue {
    background: url("../images/btn.png") no-repeat scroll 100% -764px transparent;
    color: #6C889F !important;
    cursor: pointer;
    display:inline-block;
    font: bold 10px/15px Arial,Helvetica,sans-serif;
    padding: 0 4px 0 0;
}
#content a.btn-blue span {
    background: url("../images/btn.png") no-repeat scroll 0 -779px transparent;
    float: left;
    height: 15px;
    padding: 0 2px 0 6px;
}

table#listing-index{
	border-collapse:collapse;
	border:none;
	background:transparent;
}
table#listing-index th{
	margin:0;
	padding:0;
	color:#babfc2;
	height:25px;
	border:none;
	border-bottom:1px solid #ececec;
	background:transparent;
	font: 11px Arial;
}
table#listing-index td{
	margin:0;
	padding:0;
	border:none;
	background:transparent;
	border-bottom:1px solid #ececec;
	font:bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	height:40px;
}
table#listing-index tr:hover td,
table#listing-index tr.hover td{background:#f0f2f3;}


.cards span  {
    background: url("../images/cards/sprite-deposits-methods.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 23px;
    width: 44px;
}
.cards span.simple { background: url() 0px 0px;width:auto;height:auto;float:none;}
.cards span.depot-visa_electron {
    background-position: -4px -5px;
}
.cards span.depot-webmoney {
    background-position: -54px -5px;
}
.cards span.depot-visa {
    background-position: -104px -5px;
}
.cards span.depot-usemywallet {
    background-position: -154px -5px;
}
.cards span.depot-ukash {
    background-position: -204px -5px;
}
.cards span.depot-speedcard {
    background-position: -254px -5px;
}
.cards span.depot-sofort {
    background-position: -4px -36px;
}
.cards span.depot-paypal {
    background-position: -154px -36px;
}
.cards span.depot-neteller {
    background-position: -254px -36px;
}
.cards span.depot-mypaylinq {
    background-position: -4px -67px;
}
.cards span.depot-mycitadel {
    background-position: -54px -67px;
}
.cards span.depot-check {
    background-position: -154px -67px;
}
.cards span.depot-moneybookers {
    background-position: -204px -67px;
}
.cards span.depot-mastercard {
    background-position: -254px -67px;
}
.cards span.depot-maestro {
    background-position: -4px -98px;
}
.cards span.depot-kalixa {
    background-position: -54px -98px;
}
.cards span.depot-ipoint {
    background-position: -104px -98px;
}
.cards span.depot-goldpay {
    background-position: -154px -98px;
}
.cards span.depot-giropay {
    background-position: -204px -98px;
}
.cards span.depot-ezvouchers {
    background-position: -254px -98px;
}
.cards span.depot-ewalletxpress {
    background-position: -4px -129px;
}
.cards span.depot-ecocard {
    background-position: -54px -129px;
}
.cards span.depot-directebanking {
    background-position: -104px -129px;
}
.cards span.depot-dinersclub {
    background-position: -154px -129px;
}
.cards span.depot-click2pay {
    background-position: -4px -160px;
}
.cards span.depot-moneyorder {
    background-position: -54px -160px;
}
.cards span.depot-cb {
    background-position: -104px -160px;
}
.cards span.depot-b2b {
    background-position: -204px -160px;
}
.cards span.depot-american_express {
    background-position: -254px -160px;
}
.cards span.depot-neosurf {
    background-position: -4px -191px;
}
.cards span.depot-wiretransfer {
    background-position: -54px -191px;
}
.cards span.depot-clickandbuy {
    background-position: -104px -191px;
}
.cards span.depot-paysafecard {
    background-position: -154px -191px;
}
.cards span.depot-ticketpremium {
    background-position: -254px -191px;
}
.cards span.depot-hipay {
    background-position: -4px -222px;
}
.cards span.depot-entropay {
    background-position: -54px -222px;
}
.cards span.depot-amazon_payment {
    background-position: -104px -222px;
}
.cards span.depot-skrill {
    background-position: -154px -222px;
}
.cards span.depot-quicktender {
    background-position: -204px -222px;
}
.cards span.depot-ezipay {
    background-position: -254px -222px;
}
.cards span.depot-moneygram {
    background-position: -4px -253px;
}
.cards span.depot-poli {
    background-position: -54px -253px;
}
.cards span.depot-bpay {
    background-position: -104px -253px;
}
.cards span.depot-intercash {
    background-position: -204px -253px;
}
.cards span.depot-mistercash {
    background-position: -254px -253px;
}
.cards span.depot-fasterpay {
    background-position: -4px -284px;
}
.cards span.depot-enets {
    background-position: -54px -284px;
}
.cards span.depot-interac {
    background-position: -104px -284px;
}
.cards span.depot-echecks {
    background-position: -154px -284px;
}
.cards span.depot-boleto {
    background-position: -204px -284px;
}
.cards span.depot-pokerstarspay {
    background-position: -254px -284px;
}
.cards span.depot-multibanco {
    background-position: -4px -315px;
}
.cards span.depot-epay {
    background-position: -54px -315px;
}
.cards span.depot-toditocash {
    background-position: -104px -315px;
}
.cards span.depot-obopay {
    background-position: -154px -315px;
}
.cards span.depot-google_checkout {
    background-position: -204px -315px;
}
.cards span.depot-pppay {
    background-position: -254px -315px;
}
.cards span.depot-qiwi-visa {
    background-position: -54px -346px;
}
.cards span.depot-debit-card {
    background-position: -104px -346px;
}
.cards span.depot-dankort {
    background-position: -154px -346px;
}
.cards span.depot-online-bank-transfer {
    background-position: -204px -346px;
}
.cards span.depot-banktransfer {
    background-position: -254px -346px;
}
.cards span.depot-elv {
    background-position: -4px -377px;
}
.cards span.depot-moneta {
    background-position: -104px -377px;
}
.cards span.depot-instadebit {
    background-position: -154px -377px;
}
.cards span.depot-astropay {
    background-position: -204px -377px;
}
.cards span.depot-barcode-santander {
    background-position: -254px -377px;
}
.cards span.depot-teleingreso {
    background-position: -4px -408px;
}
.cards span.depot-abaqoos {
    background-position: -104px -408px;
}
.cards span.depot-robokassa {
    background-position: -154px -408px;
}
.cards span.depot-sporopay {
    background-position: -204px -408px;
}
.cards span.depot-laser {
    background-position: -254px -408px;
}
.cards span.depot-xoom {
    background-position: -4px -439px;
}
.cards span.depot-bankaxess {
    background-position: -54px -439px;
}
.cards span.depot-postepay {
    background-position: -104px -439px;
}
.cards span.depot-discover {
    background-position: -154px -439px;
}
.cards span.depot-freebet {
    background-position: -204px -439px;
}
.cards span.depot-alipay {
    background-position: -254px -439px;
}
.cards span.depot-westerunion {
    background-position: -4px -470px;
}
.cards span.depot-union_pay {
    background-position: -54px -470px;
}
.cards span.depot-easycash {
    background-position: -104px -470px;
}
.cards span.depot-paymate {
    background-position: -154px -470px;
}
.cards span.depot-cashu {
    background-position: -204px -470px;
}
.cards span.depot-p2p {
    background-position: -254px -470px;
}
.cards span.depot-asia_pay {
    background-position: -4px -501px;
}
.cards span.depot-cirrus {
    background-position: -54px -501px;
}
.cards span.depot-citibank {
    background-position: -104px -501px;
}
.cards span.depot-unet {
    background-position: -204px -501px;
}
.cards span.depot-instant_banking {
    background-position: -4px -532px;
}
.cards span.depot-visa_debit {
    background-position: -54px -532px;
}
#content h3.novisible{position:absolute;text-indent:-9000px;}

#content  table.freeroll {
    background-color: #CCCCCC;
    margin-top: 10px;
	border: none;
}
#content  table.freeroll th {
    background-color: #E8E8E8;
    padding: 5px;
	border: none;
}
#content  table.freeroll td {
    background-color: #FFFFFF;
    padding: 5px;
	text-align: center;
	border: none;
}
