/*  
Theme Name: Organique
Theme URI: http://www.osplay.com/
Description: Organique
Version: 1.0 beta
Author: Alexander Alexeyenko
Author URI: http://www.alexeyenko.ru/
*/

/* Overal Styling */

body {
margin:0px;
padding:0px;
background:#FFFFFF;
font-family:Tahoma, Verdana, Arial;
color:#666666;
font-style:normal;
}

/* Head Top Navigation Styling */

#navHead {
float:left;
width:100%;
background:url(images/bg-navh.gif) repeat-x bottom;
}

#navHead ul {
margin:0;
padding:0;
float:left;
width:100%;
list-style-type:none;
background:url(images/bg-navh-l.gif) no-repeat left bottom;
}

#navHead ul li {
display:inline;
margin:0 0 0 40px;
padding:0;
float:left;
/*font-size:18px;*/
font-size:14px;
line-height:50px;
}

#navHead ul li a {
color:#669933;
text-decoration:none;
}

#navHead ul li a:hover {
text-decoration:underline;
color:#006633;
}

#navHead ul li.rssEntr {
float:right;
font-size:11px;
white-space:nowrap;
}

#navHead ul li.rssEntr a {
height:20px;
color:#ff9900;
text-decoration:none;
padding:5px 0 5px 21px;
background:url(images/ico-rss-h.gif) no-repeat 0 50%;
}

#navHead ul li.rssEntr a:hover {
color:#FF6600;
text-decoration:underline;
}


#navHead ul li.rssComm {
float:right;
margin:0 0 0 20px;
padding:0 40px 0 0;
font-size:11px;
white-space:nowrap;
background:url(images/bg-navh-r.gif) no-repeat right;
}

#navHead ul li.rssComm a {
height:20px;
color:#ff9900;
text-decoration:none;
padding:5px 0 5px 21px;
background:url(images/ico-rss-h.gif) no-repeat 0 50%;
}

#navHead ul li.rssComm a:hover {
color:#FF6600;
text-decoration:underline;
}


/* Head Styling */
#head {
/*display:block;*/
clear:left;
width:1000px;
padding:40px 0 50px 0;
margin-left:auto;
margin-right:auto;
}

#head h1 {
font-size:48px;
line-height:47px;
font-weight:normal;
margin:0 0 0 560px;
}

#head h1 a {
color:#669933;
text-decoration:none;
}

#head p {
font-size:18px;
line-height:20px;
margin:10px 0 0 560px;
}

/* Body Containers*/ 

#centerTL {
width:100%;
float:left;
background:#99CC66 url(images/c-tl.gif) no-repeat 0 0;
}

#centerTR {
width:100%;
float:left;
background:url(images/c-tr.gif) no-repeat 100% 0;
}

#centerBR {
width:100%;
float:left;
background:url(images/c-br.gif) no-repeat 100% 100%;
}

#centerBL {
width:100%;
float:left;
background:url(images/c-bl.gif) no-repeat 0 100%;
}
/*
#container {
width:1000px;
display:table;
margin-left:auto;
margin-right:auto;
}

#left {
float:left;
width:560px;
padding-top:15px;
}

#right {
float:left;
width:420px;
margin:20px 0 20px 0;
}*/

#container {
width:1000px;
display:block;
margin-left:auto;
margin-right:auto;
}

#left {
float:left;
/*width:705px;*/
width:560px;
padding-top:15px;
}

#right {
float:right;
/*width:290px;*/
width:420px;
margin:20px 0 20px 0;
} 


/* End Body Containers*/ 

/* Post */

.post {
float:left;
/*display:inline;*/
width:538px;
margin:0 0 7px 15px;
background:url(images/bg-post.gif);
font-style:normal;
}

.postAnuncios {
float:center;
/*display:inline;*/
/*width:538px;*/
/*margin:0 0 7px 15px;*/
padding-top:50px;
padding-bottom:50px;
/*background:url(images/bg-post.gif);*/
font-style:normal;
}

.post .postHeader {
padding-top:10px;
float:left;
width:538px;
background:url(images/bg-post-t.gif) no-repeat top;
}

.post .postHeader p.cal {

float:left;
display:inline;
width:66px;
height:50px;
margin:25px 8px 0 25px;
padding-top:16px;
text-align:center;
font-size:18px;
line-height:16px;
color:#999999;
background:url(images/bg-cal.gif) no-repeat top;
}

.post .postHeader p.sinCal {
float:left;
display:inline;
width:66px;
height:50px;
margin:25px 8px 0 0px;
/*padding-top:16px;*/
text-align:center;
font-size:18px;
line-height:16px;
color:#999999;
}

.postdate {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 0.8em;
	background: transparent url(images/postdate.gif) no-repeat 50% 50%;
	width: 51px;
	height: 58px;
	font-size: 0.8em;
/*	font-weight:bold;*/
	color: #B1C857;
	float:left;
	text-align:center;
	padding-top:3px;
/*	margin: 10px 10px 0 0;*/
	margin: 10px 18px 0 25px;
}
.postdate-year {
	font-size: 78%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	margin-top:5px;
	text-transform:uppercase;
	color: #9DB43A;
	font-weight:bold;
}

.post .postHeader p.cal small {
display:block;
font-size:11px;
}

.post .postHeader h2 {
margin-top:10px;
width:406px;
float:left;
margin:0;
padding:20px 0 0 0;
font-size:24px;
line-height:27px;
color:#669933;
font-weight:normal;
/*font-family:Georgia, "Times New Roman", Times, serif;*/
font-family:Tahoma, Verdana, Arial;
text-decoration:none;
}

.post .postHeader h2 a {
color:#669933;
/*text-decoration:underline;*/
text-decoration:none;
}
.post .postHeader h2 a:hover {
color:#006633;
text-decoration:none;
}


/* Post Possible Options */

.post .postBody {
padding-bottom:10px;
width:480px;
display:inline;
float:left;
margin-left:25px;
font-style:normal;
color:#333333;
font-size:10px;
font-weight:normal;
}

.post .postBody p {
font-size:14px; /* texto entrada*/
line-height:16px;
margin:15px 0 0 0;
padding:0;
font-style:normal;
}

.post .postBody p ul{
margin-top:15px;
margin-bottom:0;
}

.post .postBody p ul li {
/*font-size:11px;*/
line-height:16px;
margin:0;
padding:0;
}

.post .postBody ul {
margin-top:15px;
margin-bottom:0;
}

.post .postBody ul li {
/*font-size:11px;*/
font-size:14px;
line-height:16px;
margin:0;
padding:0;
}


.post .postBody img {
float:left;
border:1px solid #999999;
/*border:0px; /* imagen url.gif sin borde*/
margin:10px 0 10px 0;
text-decoration:none;
}
.post .postBody A:hover img {
float:left;
border:1px solid #00CC33;
/*border:0px; /* imagen url.gif sin borde*/
margin:10px 0 10px 0;
text-decoration:none;
}
/*A:link img {border: 1px SOLID #FFFFFF;}
img.blind {border: 1px SOLID #FFFFFF;}
A:hover img {border: 2px SOLID #FFFFFF;}*/


.post .postBody p img {
float:left;
/*border:1px solid #E5E5E5;*/
margin:0 10px 10px 0;
text-decoration:none;
}





.post .postBody blockquote {
text-transform:uppercase;
font-style:italic;
margin:15px 0 0 20px;
}

.post .postBody p blockquote {
text-transform:uppercase;
font-style:italic;
margin:15px 0 0 20px;
}

.post .postBody a img:hover {
/*border:1px solid #33CC99;*/

/*border: none ! important;
margin: 2px;*/
/*margin-bottom:2px;^*/
/*	padding:1px 1px 1px 1px;
	background-color: #999933;*/
}

/* End Post Possible Options */
/*-------------------------------*/
#searchform{
	font-size:14px;
}

/*-------------------------------*/
.post .postBody p a{
	color:#669933;
}

.post .postBody p a:hover{
	color:#006633;
}

.post .postFooter {
float:right;
width:538px;
height:73px;
background:url(images/bg-post-b.gif) no-repeat bottom;
}

.post .postFooter a {
float:right;
font-size:11px;
margin:20px 35px;
padding:15px 8px 0px 35px;
color:#669933;
background:url(images/comentario.gif) no-repeat left;
}

.post .postFooter a:hover {
	color:#006633;
}


/* nuevo */
.post .postCategory {
font-size:11px;
/*float:left;*/
width:538px;
height:73px;
/*background:url(images/bg-post-b.gif) no-repeat bottom;*/
}

.post .postCategory p {
	float:left;
	font-size:11px;
/*	margin:10px 35px;*/
	margin:10px;
	padding:15px 8px 0px 15px;
}


.post .postCategory a {
/*float:right;*/
/*font-size:11px;*/
/*margin:20px 35px;*/
/*padding:15px 8px 0px 35px;*/
/*padding:5px 8px 0px 35px;*/
padding:5px 8px 0px 0px;
color:#669933;
/*background:url(images/comentario.gif) no-repeat left;*/
}

.post .postCategory a:hover {
	color:#006633;
}


ul.postScroll {
float:left;
display:inline;
width:540px;
margin:7px 0 0 0;
padding:0;
list-style-type:none;
}

ul.postScroll li.prev {
float:right;
font-size:10px;
}

ul.postScroll li.prev a {
display:block;
text-align:center;
width:80px;
padding-right:10px;
margin-bottom:20px;
color:#FFF;
font-weight:bold;
line-height:40px;
text-decoration:none;
background:url(images/bg-next.gif);
}

ul.postScroll li.prev a:hover {
background:url(images/bg-next-a.gif);
}

ul.postScroll li.next {
float:right;
font-size:10px;
margin-left:1px;
}

ul.postScroll li.next a {
display:block;
text-align:right;
width:80px;
padding-right:10px;
margin-bottom:20px;
color:#FFF;
font-weight:bold;
line-height:40px;
text-decoration:none;
background:url(images/bg-prev.gif);
}

ul.postScroll li.next a:hover {
background:url(images/bg-prev-a.gif);
}



/* Right Column */

/* Search */

#search {
float:left;
display:block;
width:420px;
height:60px;
background:url(images/bg-search.gif);
}

#search form {
margin:0;
padding:0;
}

#search form div {
display:inline;
float:left;
width:385px;
height:30px;
margin:12px 0 0 20px;
}

#search form div input {
display:block;
width:385px;
border:none;
background-color:transparent;
font-size:18px;
color:#999999;
}


/* Categories */

#cats {
display:block;
float:left;
width:420px;
padding-bottom:10px;
background:#666666 url(images/bg-cat-b.gif) no-repeat bottom;
}

#cats h3 {
margin:0 0 10px 0;
padding-left:20px;
font-size:18px;
color:#FFFFFF;
font-weight:normal;
}

#cats ul {
margin:0;
padding:0;
list-style-type:none;
}

#cats ul li {
display:inline;
float:left;
width:190px;
margin:0 10px 0 10px;
font-size:11px;
color:#FFF;
font-weight:bold;
line-height:16px;
}

#cats ul li a {
display:block;
padding:4px 10px 6px 26px;
color:#FFF;
text-decoration:none;
/*background:url(images/bg-cat.gif) no-repeat top;*/
}

#cats ul li a:hover {
color:#99cc66;
/*background:url(images/bg-cat-a.gif) no-repeat top;*/
}

/* Misc Navigation */ 

#misc {
width:420px;
float:left;
margin-top:20px;
background:url(images/bg-h3-f.gif) no-repeat top;
}

/* Recent Entries */

#recent {
/*width:210px;*/
width:420px;
float:left;
}

#recent h3 {
font-size:18px;
color:#FFF;
font-weight:normal;
margin:15px 20px 10px 20px;
}

#recent ul {
margin:0;
padding:0;
list-style-type:none;
text-decoration:none;
}

#recent ul li {
font-size:11px;
font-weight:bold;
line-height:16px;
/*width:170px;*/
margin-left:20px;
text-decoration:none;
padding-bottom:10px;
}

#recent ul li a {
/*display:block;*/
padding:4px 0 5px 0;
color:#FFF;
text-decoration:none;
}

#recent ul li a:hover {
color:#006633;
text-decoration:none;
}

/* patrocinadores */
#patrocinadores {
/*width:210px;*/
width:420px;
float:left;
font-size:12px;
}

#patrocinadores h3 {
font-size:18px;
color:#FFF;
font-weight:normal;
margin:15px 20px 10px 20px;
}

#patrocinadores ul {
margin:0;
padding:0;
list-style-type:none;
text-decoration:none;
}

#patrocinadores ul li {
font-size:11px;
font-weight:bold;
line-height:16px;
/*width:170px;*/
margin-left:20px;
text-decoration:none;
padding-bottom:10px;
}

#patrocinadores ul li a {
/*display:block;*/
padding:4px 0 5px 0;
color:#006633;
text-decoration:none;
}

#patrocinadores ul li a:hover {
color:#FFF;
text-decoration:none;
}


/* Votos */

#votos {
/*width:210px;*/
width:420px;
float:left;
}

#votos h3 {
font-size:18px;
color:#FFF;
font-weight:normal;
margin:15px 20px 10px 20px;
}

#votos ul {
margin:0;
padding:0;
list-style-type:none;
text-decoration:none;
}

#votos ul li {
font-size:14px;
font-weight:bold;
line-height:16px;
/*width:170px;*/
margin-left:20px;
padding-bottom:5px;
text-decoration:none;
}


#votos ul li a {
padding:4px 0 5px 0;
color:#FFF;
text-decoration:none;
}
#votos ul li a:hover {
color:#006633;
text-decoration:none;
}

/* Comentaristas */

#comentaristas {
/*width:210px;*/
width:420px;
float:left;
}

#comentaristas h3 {
font-size:18px;
color:#FFF;
font-weight:normal;
margin:15px 20px 10px 20px;
}

#comentaristas ul {
margin:0;
padding:0;
list-style-type:none;
text-decoration:none;
}

#comentaristas ul li {
font-size:11px;
font-weight:bold;
line-height:16px;
/*width:170px;*/
margin-left:20px;
padding-bottom:5px;
text-decoration:none;
}


#comentaristas ul li a {
padding:4px 0 5px 0;
color:#FFF;
text-decoration:none;
}
#comentaristas ul li a:hover {
color:#006633;
text-decoration:none;
}

/* Archive */

#archive {
width:210px;
float:left;
}

#archive h3 {
font-size:18px;
color:#FFF;
font-weight:normal;
margin:15px 20px 10px 20px;
}

#archive ul {
margin:0;
padding:0;
list-style-type:none;
}

#archive ul li {
font-size:11px;
line-height:16px;
width:170px;
margin-left:20px;
}

#archive ul li a {
display:block;
padding:4px 0 5px 16px;
color:#FFF;
background:url(images/ico-cal.gif) no-repeat left;
text-decoration:none;
}
#archive ul li a:hover {
color:#006633;
text-decoration:none;
}

/* Footlinks */

#footlinks {
width:420px;
float:left;
margin-top:20px;
background:url(images/bg-h3-h.gif) no-repeat top left;
}

/* Links */

#links {
width:210px;
float:left;
}

#links h3 {
font-size:18px;
color:#FFF;
font-weight:normal;
margin:15px 20px 10px 20px;
}

#links ul {
margin:0;
padding:0;
list-style-type:none;
}

#links ul li {
font-size:12px;
line-height:16px;
width:170px;
margin-left:20px;
}

#links ul li a {
display:block;
padding:4px 0 5px 16px;
color:#FFF;
background:url(images/ico-heart.gif) no-repeat left;
}
#links ul li a:hover {
color:#006633;
}

/* Buttons */

#bottons {
width:210px;
float:left;
}

#buttons ul {
float:left;
margin:0;
padding:0;
list-style-type:none;
}

#buttons ul li {
font-size:11px;
line-height:16px;
width:150px;
margin-left:15px;
}

#buttons ul li a {
display:block;
padding:9px 0 10px 22px;
color:#FFF;
background:url(images/ico-rss-b.gif) no-repeat left;
text-decoration:none;
}
#buttons ul li a:hover {
color:#006633;
text-decoration:none;
}

/* Footer */

#footer {
display:block;
clear:left;
display:table;
width:1000px;
padding:20px 0 40px 0;
margin-left:auto;
margin-right:auto;
}

#footer p {
display:inline;
float:left;
font-size:11px;
line-height:16px;
margin:0 0 20px 30px;
color:#999999;
}

#footer p a {
color:#669933;
}

#footer p.left {
width:520px;
}

#footer p.right {
width:410px;
}

/* Trackbacks & Comments */

.trackback {
/*display:inline;*/
width:520px;
float:left;
margin:7px 0 20px 20px;
padding-bottom:20px;
background-color:#7fb24c;
background:#7fb24c url("images/bg-track-b.gif") no-repeat bottom;
}

.trackback h3 {
margin:0;
padding:15px 20px 15px 20px;
/*font-family:Georgia, "Times New Roman", Times, serif;*/
font-family:Tahoma, Verdana, Arial;
font-size:24px;
line-height:27px;
color:#FFFFFF;
font-weight:normal;
background:#7fb24c url(images/bg-track-h.gif) no-repeat top;
}

.trackback ul {
margin:10px 0 0 20px;
padding:0;
list-style-type:none;
width:480px;
display:inline;
float:left;
/*background-color:#7fb24c;*/
background-color:#cce6b3;
}

.trackback ul li {
display:inline;
float:left;
width:460px;
/*border-top:1px solid #9fc579;*/
font-size:12px;
color:#000;
line-height:16px;
/*background-color:#7fb24c;*/
background-color:#cce6b3;
}

.trackback ul li a {
/*display:block;*/
float:left;
padding:5px 0 5px 12px;
padding-right:10px;
background:#cce6b3 url(images/ico-track.gif) no-repeat 0 10px;
color:#000;
text-decoration:none;
/*background-color:#7fb24c;*/
background-color:#cce6b3;
}

.trackback ul li a:hover {
/*text-decoration:underline;*/
text-decoration:none;
color:#006633;
/*background-color:#7fb24c;*/
background-color:#cce6b3;

}

/* Comments */


.h3comm {
width:480px;
display:inline;
float:left;
margin:0 0 0 20px;
font-size:24px;
/*font-family:Georgia, "Times New Roman", Times, serif;*/
font-family:Tahoma, Verdana, Arial;
color:#FFFFFF;
font-weight:normal;
padding:15px 20px 15px 20px;
background:url(images/bg-h3-comm.gif) no-repeat top;
}

.even {
display:inline;
width:520px;
float:left;
margin:0 0 20px 20px;
padding:0 0 6px 0;
background:#cce6b3 url(images/bg-comm-b.gif) no-repeat bottom;
}

.even p.info{
margin:0;
padding:0 20px 16px 20px;
font-size:13px;
line-height:16px;
color:#FFF;
background:#99cc66 url(images/bg-comm-t.gif) no-repeat bottom;
}

.even p.info a {
color:#FFF;
}


.even p {
font-size:13px;
line-height:16px;
padding:0 20px 10px 20px;
margin:0;
}

.even p a {
color:#666666;
}

/*  Will leave it for better days  */

.odd {
display:inline;
width:520px;
float:left;
margin:0 0 20px 20px;
padding:0 0 6px 0;
background:#cce6b3 url(images/bg-comm-b.gif) no-repeat bottom;
}

.odd p.info{
margin:0;
padding:0 20px 16px 20px;
font-size:13px;
line-height:16px;
color:#FFF;
background:#99cc66 url(images/bg-comm-t.gif) no-repeat bottom;
}

.odd p.info a {
color:#FFF;
}


.odd p {
font-size:13px;
line-height:16px;
padding:0 20px 10px 20px;
margin:0;
}

.odd p a {
color:#666666;
}
.odd p a:hover {
color:#006633;
}

/* Comment Form */

#commentform {
display:inline;
width:520px;
float:left;
margin:0 0 20px 20px;
}

#commentform p.skinned {
display:inline;
width:520px;
float:left;
margin:0 0 10px 0;
padding-bottom:13px;
background:url(images/bg-field-s.gif) no-repeat bottom;
}

#commentform p.subscribe-to-comments {
display:inline;
float:left;
font-size:11px;
font-weight:bold;
color:#FFF;
margin:0 0 20px 20px;
}


#commentform p.skinned label {
display:inline;
float:left;
font-size:11px;
font-weight:bold;
color:#FFF;
margin:0 0 20px 20px;
}

#commentform p.skinned input {
font-size:18px;
color:#999999;
background-color:transparent;
border:none;
width:490px;
float:left;
margin:0 10px 0 15px;
}


#commentform p.skinnedArea {
display:inline;
width:520px;
float:left;
margin:0 0 10px 0;
padding-bottom:13px;
background:url(images/bg-field-l.gif) no-repeat bottom;
}

#commentform p.skinnedArea label {
display:inline;
float:left;
font-size:11px;
font-weight:bold;
color:#FFF;
margin:0 0 25px 20px;
}

#commentform p.skinnedArea label a {
color:#FFF;
}

#commentform p.skinnedArea textarea {
font-family:Tahoma, Verdana, Arial;
font-size:18px;
color:#999999;
background-color:transparent;
border:none;
width:490px;
height:90px;
float:left;
margin:0 10px 0 15px;
}

#commentform #sub {
width:90px;
height:40px;
padding-right:30px;
background:url(images/bg-next-a.gif) no-repeat;
border:none;
font-family:Tahoma, Verdana, Arial;
font-size:11px;
font-weight:bold;
color:#FFF;
float:left;
display:inline;
}


/* Misc Output */

.h3 {
width:480px;
display:inline;
float:left;
margin:0 0 0 20px;
font-size:24px;
/*font-family:Georgia, "Times New Roman", Times, serif;*/
font-family:Tahoma, Verdana, Arial;
color:#FFFFFF;
font-weight:normal;
padding:15px 20px 15px 20px;
background:url(images/bg-h3-comm.gif) no-repeat top;
}


/* All done:) */


/*A:link img {border: 1px SOLID #FFFFFF;}
img.blind {border: 1px SOLID #FFFFFF;}
A:hover img {border: 2px SOLID #FFFFFF;}*/

#termsquestion input {
    /* width: 170px; */
    padding: 2px;
    margin: 5px 5px 1px 0;
    }

/*********************************
	Feed Count
*********************************/

#sidebarFeed{
	background:#99CC66 repeat-x;
	border-top:1px solid #99CC66;
	color:#FFFFFF;
	font-size:1.1em;
	float:left;
	margin-top:15px;
	width:250px;
	padding-left:5px;
}
.feedcountdiv p{
	margin-top:5px;
	padding-left:90px;
	padding-top:10px;
}
.subscribers {
/*	font-family: Georgia, "Trebuchet MS";*/
	font-family:Tahoma, Verdana, Arial;	
	font-size:35px;
	padding:-5px;
	margin: 0px;
	line-height:8px;
	color:#FFFFFF;		
}
.feedcount {
	font-size:20px;
	line-height:12px;color:#F7E0A9;
}
.contador {
	background: #99CC66;
	margin-bottom: 10px;
	position: relative;
	padding: 10px 10px;
	font-size:11px;
	height:36px;
}
.contador a {
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;		
}
.contador {
	float: left;
	width:48px;
	height:48px;
	padding-right:5px;
}
.rssicon {
	float: left;
	background: url(images/feedicon48x48.jpg) no-repeat 20px;
	width:148px;
	height:60px;
	padding-right:5px;
}
.contador {
	font-size:12px;
	text-decoration:none;		
}
.Contador_link {
	padding-top:5px;
	padding-left:80px;
	text-decoration:none;	
}

.feedEmail{
	float:left;
	padding-top:25px;
	font-size:12px;
}
/* ciao */


.bannerContainer{
	clear:both;
	width:110px;

}
.banner_bgtop{
	background-image:url(http://images.ciao.com/ide/images/box/bg_top.gif);
    background-position:left bottom;
	float:left;
	padding:0px 0px 0px 5px;
	margin:0;
	height:51px;
	width:110px;
	-moz-box-sizing: border-box;

}

.banner_bgtop span{
	background-image:url(http://images.ciao.com/ide/images/box/bg_top.gif);
	background-position:right bottom;
	width:110px;
	height:51px;
	float:left;
	padding:0px 0px 0px 5px;
	text-align:center;
	-moz-box-sizing: border-box;
}
.banner_bgtop a img{
	align:center;

}
.banner_bgtop table.tableIconos{
	width:100%;
	margin-bottom:6px;
	background:transparent;
	padding: 0px 5px 0px 0px;
}

.banner_bgtop td.iconos{
	vertical-align: top;
	text-align: center;
	overflow: hidden;
	background:transparent;
}


.banner_bgmiddle{
	background-image:url(http://images.ciao.com/ide/images/box/bg_middle.gif);
	background-position:left top;
	float:left;
	padding:0px 0px 0px 5px;
	margin:0;
	width:110px;
	-moz-box-sizing: border-box;
}
.banner_bgmiddle span{
	background-image:url(http://images.ciao.com/ide/images/box/bg_middle.gif);
	background-position:right top;
	float:left;
	padding:0px 0px 0px 5px;
	font-family:arial,"helvetica, sans-serif";
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	width:110px;
	-moz-box-sizing: border-box;

}
*html .banner_bgmiddle span{
	background-image:url(http://images.ciao.com/ide/images/box/bg_middle.gif);
	background-position:right top;
	float:left;
	padding:0px 0px 0px 5px;
	font-family:arial,"helvetica, sans-serif";
	font-size:11px;
	color:#000000;
	text-decoration:none;
	width:110px;

}

.banner_bgmiddle a.arrowCiao{
	background:transparent url(http://images.ciao.com/ide/images/box/arrow.gif) no-repeat 0px 5px!important;
	font:11px arial!important;
	color:#ff7c00!important;
	margin:0!important;
	padding:0px 0px 0px 10px!important;
	text-decoration:underline!important;
	display:block!important;
	text-align:left!important;
	border:0!important;
}

.banner_bgtop a.linksCiaoTop{
	background: none;
	background:transparent!important;
	background-image:none!important;
	margin:0!important;
	padding:0px 10px 0px 0px!important;
	text-decoration:none!important;
	border:0!important;
}

.banner_bgbottom a.linksCiaoBottom{
	background: none;
	background:transparent!important;
	background-image:none!important;
	margin:0!important;
	padding:0px 0px 0px 0px!important;
	text-decoration:none!important;
	display:block!important;
	border:0!important;
}


.banner_bgmiddle form.recherche{
	margin:0px;
	padding:0px;
}
.banner_bgmiddle span  input.search{
	background:url(http://images.ciao.com/ide/images/box/form_67x25.gif) no-repeat;
	font:10px arial;
	border:0px solid #ff0000;
	float:left;
	width:67px;
	height:25px;
	margin:0px 1px 0px 0px;
	padding:5px 0px 0px 0px;
	vertical-align:middle;
	text-align:center;
}

.banner_bgmiddle input.go{
	margin:2px 0px 0px 5px;
	width:20px;
	height:20px;
	display:inline;
	float:clear;
	border:0;
	padding:0px 0px 0px 0px;
}

.banner_bgbottom{
	background-image:url(http://images.ciao.com/ide/images/box/bg_bottom.gif);
	background-position:left bottom;
	float:left;
	padding:0px 0px 0px 5px;
	margin:0;
	color:#000000;
	height:51px;
	width:110px;
	-moz-box-sizing: border-box;
}

.banner_bgbottom span{
	background-image:url(http://images.ciao.com/ide/images/box/bg_bottom.gif);
	background-position:right bottom;
	float:left;
	padding:0px 0px 0px 5px;
	font:22px bold;
	color:#000000;
	height:51px;
	width:110px;
	-moz-box-sizing: border-box;
}
.banner_bgbottom div.footnoteCiao {
	margin: 5px 0px 0px 0px;
	padding:0px 5px 0px 0px;
	font: 9px arial;
	color: #7b7b7b;
	text-align: center;
}

.banner_bgbottom div.logo{
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 0px;
	text-align:center;
}

