*
{
    margin: 0px;
    padding: 0px;
    
}

body
{
    font-family: verdana;
    color: #222;
}

a
{
    outline: none;
    text-decoration: none;
    color: #666;
}

/*-----------------------------WRAPPER*/
div#mb_wrapper
{
    width: 1000px;
    margin: 10px auto;
}

/*---------------------------------------TOP*/
div#mb_top
{
    margin-bottom: 10px;
}

div#mb_top_login
{
    float: right;
}

form#mb_login_form
{

}

form#mb_login_form table
{
    border-spacing: 10px 5px;
}

form#mb_login_form tr
{
    
}

form#mb_login_form th
{
    font-weight: normal;
    text-align: right;
    font-size: 0.9em;
    color: #999;
}

form#mb_login_form td
{
    text-align: right;
}

form#mb_login_form input[type="text"], form#mb_login_form input[type="password"]
{
    width: 8em;
    border: 1px solid #ccc;
}

form#mb_login_form input[type="submit"]
{
    background: #666;
    color: #fff;
    padding: 0px 5px;
}

/*--------------------------------HEADER*/
div#mb_header
{
    clear: both;
    height: 150px;
    background: url(/images/design/mb_header.png) no-repeat;
    margin-bottom: 10px;
}

.container {
	margin:0px auto;
	position:relative;
	z-index:12;
	}

/* Positions the contact form so it doesn't interfere with any other content, as well as a z-index above any other elements on the page */
#contactFormContainer {
	position:absolute;
	left:370px;
	z-index:12;
        margin-top: -10px
	}

/* Hides the whole contact form until needed */
#contactForm {
	height:310px;width:610px;
	background:#515151 url(/images/design/mb_logo.png) no-repeat 340px 61px;
	border:1px solid #929191;
	padding:7px 12px;
	color:#fff;
	display:none;
	}

#loginForm {
	height:150px;width:610px;
	background:#515151 url(/images/design/mb_logo.png) no-repeat 340px 61px;
	border:1px solid #929191;
	padding:7px 12px;
	color:#fff;
	display:none;
	}
        
#registerForm {
	height:189px;width:610px;
	background:#515151 url(/images/design/mb_logo.png) no-repeat 340px 61px;
	border:1px solid #929191;
	padding:7px 12px;
	color:#fff;
	display:none;
	}

/* Loading bar that will appear while the ajax magic is happening */
.barLogin, .barRegister, .barContact{
	display:none;
	background:url(/images/design/ajax-loader.gif) no-repeat center;
	margin-top:100px;
	height:40px; width:230px;
	}

/* Hides the confirmation message until needed */
#messageSent {display:none;}

/* This hides the form validation alert messages until needed */
.form span {
	display:none;
	font-size:9px;
	line-height:10px;
	padding-left:6px;
	color:#f5c478;
	}

/* Some styling for the contact button */
#contactFormContainer .contact {
	height:47px; width:211px;
	background:url(/images/design/contact.png);
	position:absolute;
	left:418px; bottom:-44px;
	cursor:pointer;
	}

.login {
	height:47px; width:211px;
	background:url(/images/design/connexion.png);
	position:absolute;
	left:214px; bottom:-44px;
	cursor:pointer;
	}

.logout {
	height:47px; width:211px;
	background:url(/images/design/deconnexion.png);
	position:absolute;
	left:214px; bottom:-44px;
	cursor:pointer;
	}

.register {
	height:47px; width:211px;
	background:url(/images/design/inscription.png);
	position:absolute;
	left:10px; bottom:-44px;
	cursor:pointer;
	}

div.tweet {margin-top: 105px; font-style: italic; font-weight: bold;  }

/* Hides the darkening layer for the Modal effect. The z-index is necessary for layering purposes, and be sure to keep the positioning/height/width the same */
#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute;
	height:100%; width:100%;
	top:0; left:0;
	background:#000;
	z-index:11;
	}

/* Form styling from here on out. There is nothing in here that you HAVE to use to get this to work */
.form textarea, .form input {
	width:300px;
	background-color:#6d6d6d;
	color:#fff;
	border:1px solid #8a8a8a;
	height:15px;
	line-height:14px;
	font-size:11px;
	padding:2px 2px 0px;
	}
.form input {background-position:0px -20px;}
.form textarea {width:300px; height:114px; font-family:Verdana, Geneva, sans-serif;}
.form .submit {
	border:1px solid #aba8a8;
	background:#e5e5e5;
	text-transform:uppercase;
	color:#4d4d4d;
	font-weight:bold;
	height:27px; width:74px;
	cursor:pointer;
	float:left;

	}
.form .submit:active {background:#cacaca; }
.form label {padding-left:4px; font-weight:bold;}
.form p {padding-bottom:8px;}
.form .input_boxes {float:left; width:300px;}



/*------------------------SUB_HEADER*/
div#mb_sub_header
{
    
}

div#mb_add
{
    width: 720px;
    float: left;
}

div#mb_facebook_box
{
  width: 250px;
  float: left;
  margin-left:20px;
  margin-top:25px;
  -moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
  background-color:#ECEEF5;
}

div#mb_facebook_box div#donate
{
  text-align:center;
  margin-top:5px;
  margin-bottom:10px;
}

div#mb_add_text
{
}

p#mb_add_tip
{
    color: #999;
    padding-bottom: 2px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

div#mb_add_list ul
{
    list-style: none;
}

div#mb_add_list li
{
    width: 32%;
    display: inline-block;
}

a#mb_add_all_link
{
    margin-bottom: 10px;
    width: 91px;
    height: 16px;
    background: url(/images/design/mb_show_hide.png) no-repeat 0 0px;
    text-indent: -9999em;
    outline: none;
    display: block;
}

a#mb_add_all_link.collapsed
{
  background: url(/images/design/mb_show_hide.png) no-repeat 0 -16px;
}

div#mb_add_list li a img
{
    margin-right: 5px;
}

div#mb_add_list li a
{
    padding-left: 35px;
    text-decoration: none;
    color: #222;
}

div#mb_twitter
{
    float: right;
}

div#mb_last_tweet
{
    margin-top: 15px;
    background-image: url(/images/social/last_tweet.png);
    float: right;
    height: 140px;
    width: 256px;
}

div#mb_survey_image
{
    margin-top: 100px;
    margin-right: 10px;
    background-image: url(/images/design/birthday.png);
    cursor: pointer;
    float: right;
    height: 37px;
    width: 328px;
}

/*-------------------------------CONTENT*/
div#mb_content
{
    clear: both;
    padding-top:20px;
}

h2.mb_content_title
{
    font-weight:normal;
    font-size:1.1em;
    margin-bottom:20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    color: #999;
}

h3
{
    font-weight:normal;
    font-size:1.1em;
}

a.site
{
    float: right;
    height: 18px;
    width: 18px;
    margin: 6px 8px 4px 0;
    text-indent: -9999px;
    background: url(/images/design/fullscreen.png) no-repeat;
}

div.mb_window
{
    width: 30%;
}

div.mb_windows_top
{
    padding: 2px 10px;
    background: url("")  top no-repeat #ccc;
}

div.mb_windows_top a
{
    color: #666;
}

div.mb_windows_content
{
    background: url("")  no-repeat #eee;
    padding: 10px;
}

p.mb_windows_image
{
    text-align: center;
    margin-bottom: 10px;
}

p.mb_windows_image img
{
    width: 100%;
}

p.mb_windows_description
{
    font-size: 0.8em;
    text-align: justify;
}

div.mb_windows_bottom
{
    height: 20px;
    background: url("")  no-repeat #eee;
}

div.podium
{
    width: 415px; 
    text-align: center; 
    margin-left: auto; 
    margin-right: auto;
}

div#podium_second
{
    width: 150px;
    float: left;
}

div#podium_third
{
    width: 150px;
    float: right;
}

/*---------------------------------FOOTER*/
div#mb_footer
{
    height: 68px;
    clear: both;
    background: url(/images/design/mb_footer.png) no-repeat;
}

div#mb_footer p
{
    text-align: right;
    margin-right: 10px;
    padding-top: 5px;
    font-size: 0.8em;
}

div#mb_footer p a
{
    text-decoration: none;
    color: #222;
}

div#statsfooter
{
    height: 50px;
    float:left;
    padding-left: 150px;
}

p#stats_icon
{
    margin-top:12px;
    float: left;
}

#copyright
{
    margin-top:10px;
    float:right;
}
/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
background: transparent;
width: 205px;
height: 70px;
margin: 0;
padding-top: 80px;
padding-left: 10px;
overflow: hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 8px;
width: 5000px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 180px;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: transparent;
}

ul.newsticker span {
margin: 0 50px 0 0;
}

#simpleTooltip
{
	background-color: 		#000;
	opacity: 				.85;
    -ms-filter: 			"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; 
    filter: 				progid:DXImageTransform.Microsoft.Alpha(Opacity=85); 
	zoom: 					1;
  border:1px solid #fff; 
  padding:10px 15px; 
  width:200px; 
  display:none; 
  color:#fff; 
  text-align:left; 
  font-size:12px;
  /* outline radius for mozilla/firefox only */ 
  -moz-box-shadow:0 0 10px #000;
  -webkit-box-shadow:0 0 10px #000;
  box-shadow: 0 0 10px #000;
}

table.liste
{
    border-spacing: 0;
    text-align: center;
}

.liste tr:nth-child(odd) {
    background: #C3C3C3;
}

.liste tr:nth-child(even) {
    background: #E3E3E3;
}
.liste th
{
   background: #B3B3B3;
}


/* Jgrowl */
div.jGrowl {
	padding: 			10px;
	z-index: 			9999;
	color: 				#fff;
	font-size: 			12px;
}

div.ie6 {
	position: 			absolute;
}

div.ie6.top-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 				100%;
}

body > div.jGrowl {
	position:			fixed;
}

body > div.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
}

div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color: 		#000;
	opacity: 				.85;
    -ms-filter: 			"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; 
    filter: 				progid:DXImageTransform.Microsoft.Alpha(Opacity=85); 
	zoom: 					1;
	width: 					235px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				1em;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
}

div.jGrowl div.jGrowl-notification {
	min-height: 			40px;
}

div.jGrowl div.jGrowl-notification div.header {
	font-weight: 			bold;
	font-size:				.85em;
}

div.jGrowl div.jGrowl-notification div.close {
	z-index:				99;
	float: 					right;
	font-weight: 			bold;
	font-size: 				1em;
	cursor:					pointer;
}

div.jGrowl div.jGrowl-closer {
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				.9em;
	font-weight: 			bold;
	text-align: 			center;
}

.categorie
{
  margin: 5px 0 5px 0;
  height: 16px;
  width: 91px;
}


div#Adultes {
  background-image: url(/uploads/categories/cat_adultes.png);
}


div#Animaux {
  background-image: url(/uploads/categories/cat_animaux.png);
}


div#Fun {
  background-image: url(/uploads/categories/cat_fun.png);
}


div#Inclassables {
  background-image: url(/uploads/categories/cat_inclassables.png);
}


div#Sexy {
  background-image: url(/uploads/categories/cat_sexy.png);
}


div#show_bonjour_content
{
  text-align:center;
  position:relative;
  margin-bottom: 10px;
  min-height: 650px;
}

div#bonjour_image_content img
{
  max-width:800px;
}

div#show_bonjour_right_advertisement
{
  margin: 10px;
  position: absolute;
  right: 30px;
  top: 30px;
}


div#text_content_box
{
  width: 300px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px;
  padding: 2px;
  background-color: #ccc;
  margin:auto;
  margin-bottom: 20px;
}

div#text_content_box > h3
{
  background-color: #ccc;
  color: #666;
  padding: 5px;
  font-size:1.1em;
  text-align:center;
}
div#text_content_box > p
{
  background-color: #E5E5E5;
  padding: 5px;
  font-size: 12px;
}


div#show_bonjour_right_advertisement
{

}

img#voirbonjourimg
{
  margin: 5px 5px 15px 5px;
  -webkit-box-shadow: #888 8px 8px 12px;
  -moz-box-shadow: #888 8px 8px 12px;
  box-shadow: #888 8px 8px 12px;
  padding: 5px 5px 5px 15px;
}


div#bonjour-madame > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -0px;
}
li#bonjour-madame-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -7px;
}


div#bonjour-poisson > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -30px;
}
li#bonjour-poisson-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -37px;
}


div#bonjour-monsieur > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -60px;
}
li#bonjour-monsieur-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -67px;
}


div#bonjour-poney > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -90px;
}
li#bonjour-poney-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -97px;
}


div#bonjour-mamour > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -120px;
}
li#bonjour-mamour-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -127px;
}


div#bonjour-les-roux > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -150px;
}
li#bonjour-les-roux-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -157px;
}


div#bonjour-les-moches > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -180px;
}
li#bonjour-les-moches-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -187px;
}


div#bonjour-connard > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -210px;
}
li#bonjour-connard-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -217px;
}


div#bonjour-les-enfants > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -240px;
}
li#bonjour-les-enfants-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -247px;
}


div#bonjour-le-chat > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -270px;
}
li#bonjour-le-chat-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -277px;
}


div#bonjour-le-chien > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -300px;
}
li#bonjour-le-chien-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -307px;
}


div#bonjour-princesse > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -330px;
}
li#bonjour-princesse-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -337px;
}


div#bonjour-tableau > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -360px;
}
li#bonjour-tableau-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -367px;
}


div#bonjour-geek > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -390px;
}
li#bonjour-geek-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -397px;
}


div#bonjour-les-geeks > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -420px;
}
li#bonjour-les-geeks-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -427px;
}


div#bonjour-cookie > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -450px;
}
li#bonjour-cookie-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -457px;
}


div#bonjour-lapin > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -480px;
}
li#bonjour-lapin-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -487px;
}


div#bonjour-teton > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -510px;
}
li#bonjour-teton-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -517px;
}


div#bonjour-moto > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -540px;
}
li#bonjour-moto-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -547px;
}


div#bonjour-maman > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -570px;
}
li#bonjour-maman-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -577px;
}


div#bonjour-panda > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -600px;
}
li#bonjour-panda-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -607px;
}


div#bonjour-voisine > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -630px;
}
li#bonjour-voisine-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -637px;
}


div#bonjour-milf > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -660px;
}
li#bonjour-milf-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -667px;
}


div#bonjour-papi > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -690px;
}
li#bonjour-papi-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -697px;
}


div#bonjour-tournevis > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -720px;
}
li#bonjour-tournevis-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -727px;
}


div#bonjour-parisien > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -750px;
}
li#bonjour-parisien-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -757px;
}


div#bonjour-pixel > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -780px;
}
li#bonjour-pixel-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -787px;
}


div#bonjour-les-beaufs > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -810px;
}
li#bonjour-les-beaufs-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -817px;
}


div#bonjour-paysan > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -840px;
}
li#bonjour-paysan-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -847px;
}


div#bonjour-culotte > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -870px;
}
li#bonjour-culotte-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -877px;
}


div#bonjour-stormtrooper > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -900px;
}
li#bonjour-stormtrooper-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -907px;
}


div#bonjour-moustache > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -930px;
}
li#bonjour-moustache-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -937px;
}


div#bonjour-salope > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -960px;
}
li#bonjour-salope-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -967px;
}


div#bonjour-nature > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -990px;
}
li#bonjour-nature-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -997px;
}


div#au-revoir-madame > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -1020px;
}
li#au-revoir-madame-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -1027px;
}


div#bonjour-pingouin > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -1050px;
}
li#bonjour-pingouin-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -1057px;
}


div#bonjour-pinup > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -1080px;
}
li#bonjour-pinup-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -1087px;
}


div#bonjour-velo > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -1110px;
}
li#bonjour-velo-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -1117px;
}


div#bonjour-la-sodomie > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -1140px;
}
li#bonjour-la-sodomie-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -1147px;
}


div#bonjour-le-slip > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -1170px;
}
li#bonjour-le-slip-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -1177px;
}


div#one-day-one-chick > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -1200px;
}
li#one-day-one-chick-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -1207px;
}


div#adieu-mamie > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -1230px;
}
li#adieu-mamie-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -1237px;
}


div#bonjour-bonjour > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -1260px;
}
li#bonjour-bonjour-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -1267px;
}


div#bonjour-docteur > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -1290px;
}
li#bonjour-docteur-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -1297px;
}


div#bonjour-gamer > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -1320px;
}
li#bonjour-gamer-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -1327px;
}


div#bonjour-wow > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -1350px;
}
li#bonjour-wow-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -1357px;
}


div#bonjour-coquine > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -1380px;
}
li#bonjour-coquine-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -1387px;
}


div#bonjour-alley-baggett > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -1410px;
}
li#bonjour-alley-baggett-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -1417px;
}


div#one-day-one-babe > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -1440px;
}
li#one-day-one-babe-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -1447px;
}


div#bonjour-kiki > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -1470px;
}
li#bonjour-kiki-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -1477px;
}


div#bonjour-sushi > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -1500px;
}
li#bonjour-sushi-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -1507px;
}


div#bonjour-le-web > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -1530px;
}
li#bonjour-le-web-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -1537px;
}


div#bonjour-guitare > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -1560px;
}
li#bonjour-guitare-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -1567px;
}


div#bonjour-mon-chien > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -1590px;
}
li#bonjour-mon-chien-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -1597px;
}


div#bonsoir-mademoiselle > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -1620px;
}
li#bonsoir-mademoiselle-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -1627px;
}


div#au-revoir-madame-1 > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -1650px;
}
li#au-revoir-madame-1-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -1657px;
}


div#bonjour-les-blondes > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -1680px;
}
li#bonjour-les-blondes-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -1687px;
}


div#bonjour-les-ifs > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -1710px;
}
li#bonjour-les-ifs-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -1717px;
}


div#bonjour-la-motivation > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -1740px;
}
li#bonjour-la-motivation-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -1747px;
}


div#bonjour-le-bug > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -1770px;
}
li#bonjour-le-bug-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -1777px;
}


div#bonjour-mannequin > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -1800px;
}
li#bonjour-mannequin-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -1807px;
}


div#bonjour-l-embrouille > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -1830px;
}
li#bonjour-l-embrouille-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -1837px;
}


div#bonjour-le-cul > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -1860px;
}
li#bonjour-le-cul-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -1867px;
}


div#bonjour-l-asiat > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -1890px;
}
li#bonjour-l-asiat-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -1897px;
}


div#bonjour-infirmiere > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -1920px;
}
li#bonjour-infirmiere-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -1927px;
}


div#bonjour-rouquine > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -1950px;
}
li#bonjour-rouquine-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -1957px;
}


div#bonjour-stallman > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -1980px;
}
li#bonjour-stallman-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -1987px;
}


div#bonjour-la-soiree > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -2010px;
}
li#bonjour-la-soiree-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -2017px;
}


div#bonjour-les-filles > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -2040px;
}
li#bonjour-les-filles-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -2047px;
}


div#bonjour-iphone > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -2070px;
}
li#bonjour-iphone-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -2077px;
}


div#bonjour-serveur > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -2100px;
}
li#bonjour-serveur-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -2107px;
}


div#bonjour-2-provence > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -2130px;
}
li#bonjour-2-provence-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -2137px;
}


div#bonjour-cosplay > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -2160px;
}
li#bonjour-cosplay-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -2167px;
}


div#bonjour-pola > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -2190px;
}
li#bonjour-pola-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -2197px;
}


div#bonjour-la-chatte > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -2220px;
}
li#bonjour-la-chatte-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -2227px;
}


div#bonjour-fesse > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -2250px;
}
li#bonjour-fesse-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -2257px;
}


div#bonjour-bdsm > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -2280px;
}
li#bonjour-bdsm-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -2287px;
}


div#bonjour-suceuse > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -2310px;
}
li#bonjour-suceuse-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -2317px;
}


div#bonjour-tracteur > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -2340px;
}
li#bonjour-tracteur-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -2347px;
}


div#bonjour-grue > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -2370px;
}
li#bonjour-grue-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -2377px;
}


div#bonjour-404 > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -2400px;
}
li#bonjour-404-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -2407px;
}


div#daily-otter > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -2430px;
}
li#daily-otter-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -2437px;
}


div#bonjour-malaise > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -2460px;
}
li#bonjour-malaise-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -2467px;
}


div#bonjour-les-boutons > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -2490px;
}
li#bonjour-les-boutons-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -2497px;
}


div#bonjour-hamster > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -2520px;
}
li#bonjour-hamster-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -2527px;
}


div#bonjour-l-abricot > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -2550px;
}
li#bonjour-l-abricot-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -2557px;
}


div#bonjour-decollete > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -2580px;
}
li#bonjour-decollete-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -2587px;
}


div#the-every-day-art > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -2610px;
}
li#the-every-day-art-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -2617px;
}


div#bonjour-coaster > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -2640px;
}
li#bonjour-coaster-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -2647px;
}


div#daily-bunny > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -2670px;
}
li#daily-bunny-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -2677px;
}


div#bonjour-maison > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -2700px;
}
li#bonjour-maison-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -2707px;
}


div#cine-boobs > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -2730px;
}
li#cine-boobs-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -2737px;
}


div#bonjour-webcam > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -2760px;
}
li#bonjour-webcam-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -2767px;
}


div#bonjour-avion > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -2790px;
}
li#bonjour-avion-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -2797px;
}


div#bonjour-la-gueule > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -2820px;
}
li#bonjour-la-gueule-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -2827px;
}


div#bonjour-tuning > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -2850px;
}
li#bonjour-tuning-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -2857px;
}


div#bonjour-fanart > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -2880px;
}
li#bonjour-fanart-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -2887px;
}


div#bonjour-chaton > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -2910px;
}
li#bonjour-chaton-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -2917px;
}


div#bonjour-artwork > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -2940px;
}
li#bonjour-artwork-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -2947px;
}


div#bonjour-mesdames > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -2970px;
}
li#bonjour-mesdames-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -2977px;
}


div#bonjour-boobs > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -3000px;
}
li#bonjour-boobs-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -3007px;
}


div#bonjour-pokemon > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -3030px;
}
li#bonjour-pokemon-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -3037px;
}


div#bonjour-fetish > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -3060px;
}
li#bonjour-fetish-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -3067px;
}


div#bonjour-les-fesses > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -3090px;
}
li#bonjour-les-fesses-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -3097px;
}


div#bonjour-lesbienne > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -3120px;
}
li#bonjour-lesbienne-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -3127px;
}


div#bonjour-les-mecs > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -3150px;
}
li#bonjour-les-mecs-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -3157px;
}


div#bonjour-la-grosse > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -3180px;
}
li#bonjour-la-grosse-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -3187px;
}


div#bonjour-safety > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -3210px;
}
li#bonjour-safety-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -3217px;
}


div#bonjour-latine > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -3240px;
}
li#bonjour-latine-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -3247px;
}


div#bonjour-la-black > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -3270px;
}
li#bonjour-la-black-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -3277px;
}


div#bonjour-soutif > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -3300px;
}
li#bonjour-soutif-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -3307px;
}


div#bonjour-meanwhile > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -3330px;
}
li#bonjour-meanwhile-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -3337px;
}


div#bonjour-grand-mere > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -3360px;
}
li#bonjour-grand-mere-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -3367px;
}


div#bonjour-jailbait > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -3390px;
}
li#bonjour-jailbait-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -3397px;
}


div#bonjour-chuck-norris > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -3420px;
}
li#bonjour-chuck-norris-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -3427px;
}


div#bonjour-cuni > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -3450px;
}
li#bonjour-cuni-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -3457px;
}


div#bonjour-android > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -3480px;
}
li#bonjour-android-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -3487px;
}


div#bonjour-minecraft > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -3510px;
}
li#bonjour-minecraft-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -3517px;
}


div#bonjour-pornstar > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -3540px;
}
li#bonjour-pornstar-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -3547px;
}


div#bonjour-bluesky > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -3570px;
}
li#bonjour-bluesky-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -3577px;
}


div#bonjour-pippa > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -3600px;
}
li#bonjour-pippa-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -3607px;
}


div#bonjour-festivaliers > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -3630px;
}
li#bonjour-festivaliers-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -3637px;
}


div#bonjour-4l > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -3660px;
}
li#bonjour-4l-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -3667px;
}


div#bonjour-cafe > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -3690px;
}
li#bonjour-cafe-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -3697px;
}


div#bonjour-lingerie > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -3720px;
}
li#bonjour-lingerie-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -3727px;
}


div#bonjour-luke > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -3750px;
}
li#bonjour-luke-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -3757px;
}


div#bonjour-ma-belle > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -3780px;
}
li#bonjour-ma-belle-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -3787px;
}


div#bonjour-la-milf > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -3810px;
}
li#bonjour-la-milf-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -3817px;
}


div#bonjour-le-filf > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -3840px;
}
li#bonjour-le-filf-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -3847px;
}


div#bonjour-post-it > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -3870px;
}
li#bonjour-post-it-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -3877px;
}


div#geexy > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -3900px;
}
li#geexy-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -3907px;
}


div#bonjour-mademoiselle > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -3930px;
}
li#bonjour-mademoiselle-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -3937px;
}


div#bonjour-asiat > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -3960px;
}
li#bonjour-asiat-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -3967px;
}


div#bonjour-brune > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -3990px;
}
li#bonjour-brune-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -3997px;
}


div#bonjour-blonde > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -4020px;
}
li#bonjour-blonde-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -4027px;
}


div#bonjour-latina > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -4050px;
}
li#bonjour-latina-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -4057px;
}


div#bonjour-lesb > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -4080px;
}
li#bonjour-lesb-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -4087px;
}


div#bonjour-porn > h3{
background: url("/images/items_icons.png") no-repeat scroll 5px -4110px;
}
li#bonjour-porn-add-link > a{
background: url("/images/items_icons.png") no-repeat scroll 5px -4117px;
}

.box {
  float:left;
}

.box > p {
  text-align:center;
  margin-top: 15px;
  font-size: 13px;
}

.boximage img{
  border: 0;
  max-width:250px;
  max-height:250px;
  margin: 5px 5px 15px 5px;
  -webkit-box-shadow: #888 8px 8px 12px;
  -moz-box-shadow: #888 8px 8px 12px;
  box-shadow: #888 8px 8px 12px;
  padding: 5px;
}

.boximage a{
  text-align:center;
}

h3.month
{
  color:#999999;
  padding-top:25px;
  font-weight:normal;
  font-size:1.1em;
  clear:both;
}

div#tweetmeme_button{
  margin-bottom: 10px;
  margin-top: 10px;
}

div#bottom_ad{
  text-align: center;
  width: 728px;
  height: 90px;
  clear: both;
  margin: auto;
  margin-bottom: 20px;
}

