/*********************************************************
	VIEWFOR - BETA 1 (Novembre 2006)
	PRINTING VERSION
	http://www.viewfor.fr
**********************************************************
CONTENTS:

-> Common Elements
-> Pages
	-> Index
	-> Search Page
	-> Ad Page
	-> Contact User Page
	-> Contact User Message Sent
	-> New User
	-> First Experience
	-> My Zone
	-> Post an Ad
	-> Post an Ad End
	-> My Ads
	-> Modify Ad
	-> Ads To Look
	-> My Info
	-> My Info Updated
	-> Logout
	-> Delete Account
	-> Delete Account End
	-> Retrieve Login and Pass
	-> Spread It
	-> Suggest Page
	-> Infocontact
	-> Error
-> Static Pages

*********************************************************/

/****************************************
COMMON
****************************************/

/* Body */
body {
margin:0px;
padding:0px;
}

/* Mainframe */
#mainframe {
position:absolute;
width:100%;
}

/* Required star on forms */
.required {
color:#000000;
}

/* Legal Info */
#legal {
width:600px;
margin:0px auto 0px auto;
text-align:justify;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:70%;
color:#666666;
cursor:text;
}

/* Login Zone */
.loginzone {
display:none;
}

/* Login and Pass */
#logzone {
display:none;
}

#logbox {
display:none;
}

.logme {
display:none;
}

/* Banner */
#banner {
margin:10px auto 0px auto;
padding-bottom:30px;
background-color:#FFFFFF;
}

#banner a {
text-decoration:none;
}

.logo_view {
font-family:'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size:450%;
}

.logo_for {
font-family:'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size:450%;
}

.logo_beta {
vertical-align:sub;
font-family:'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size:70%;
font-weight:bold;
color:#000000;
}

.logo_descript {
margin-left:100px;
font-family:'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size:100%;
color:#999999;
}

#banner_right {
display:none;
}

/* Adsense */
.adsense {
display:none;
}

/* Footer Menu */
#footermenu {
display:none;
}

/* Help Popups (not compatible with Opera :-( ) */
.popup {
display:none;
}

/* Copyright text */
.copyright {
color:#CCCCCC;
}

/* Xiti Tag */
#xiti-logo {
display:none;
}

/****************************************
PAGES
****************************************/

/* INDEX */

/* Postad Zone */
.postadzone {
float:left;
width:100%;
background:transparent;
}

.postadzone .top, .postadzone .bottom {
display:block;
background:transparent;
font-size:1px;
}

.postadzone .b1, .postadzone .b2, .postadzone .b3, .postadzone .b4, .postadzone .b5 {
display:block;
overflow:hidden;
height:1px;
background-color:#FFFFFF;
border-left:1px solid #FFFFFF;
border-right:1px solid #FFFFFF;
}

.postadzone .b1 {
margin:0px 5px;
background-color:#FFFFFF;
}

.postadzone .b2 {
margin:0px 4px;
}

.postadzone .b3 {
margin:0px 3px;
}
.postadzone .b4 {
margin:0px 2px;
}

.postadzone .b5 {
margin:0px 1px;
}

.postadzone .boxcontent {
display:block;
background-color:#FFFFFF;
border-left:1px solid #FFFFFF;
border-right:1px solid #FFFFFF;
padding:0px 3px 10px 10px;
}

.postadzone h1 {
margin:0px;
font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
font-size:150%;
font-weight:bold;
font-variant:small-caps;
color:#6ABF23;
text-decoration:blink;
}

.postadzone h1:first-letter {
font-size:200%;
}


/* Subscribe and personal Zone */
.subpersonal {
display:none;
}

/* Searchbar */
.searchbar {
display:none;
}

/* Categorybar */
#categorybar {
display:none;
}

/* Tag Cloud */
.tagcloud {
display:none;
}

/* Last Entries */
.lastentries {
display:none;
}

/* SEARCH PAGE */

/* Global info */
.globalinfo {
width:100%;
margin:10px auto 0px auto;
background:transparent;
}

.globalinfo .top, .globalinfo .bottom {
display:block;
background:transparent;
font-size:1px;
}

.globalinfo .b1, .globalinfo .b2, .globalinfo .b3, .globalinfo .b4, .globalinfo .b5 {
display:block;
overflow:hidden;
height:1px;
background-color:#FFFFFF;
border-left:1px solid #999999;
border-right:1px solid #999999;
}

.globalinfo .b1 {
margin:0px 5px;
background-color:#999999;
}

.globalinfo .b2 {
margin:0px 4px;
}

.globalinfo .b3 {
margin:0px 3px;
}
.globalinfo .b4 {
margin:0px 2px;
}

.globalinfo .b5 {
margin:0px 1px;
}

.globalinfo .boxcontent {
display:block;
padding-left:10px;
background-color:#FFFFFF;
border-left:1px solid #999999;
border-right:1px solid #999999;
font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
font-size:80%;
color:#999999;
cursor:text;
}

/* Left Side */
#search_left {
display:none;
}

/* Right Side */
#search_right {
width:100%;
}

/* Result */
.result_container_title {
height:30px;
padding:10px;
line-height:1.2em;
text-align:left;
vertical-align:top;
background-color:#FFFFFF;
border-left:1px solid #FFFFFF;
border-right:1px solid #FFFFFF;
}

.result_container_title .left {
float:left;
width:425px;
text-align:left;
}

.result_container_title .middle_date {
float:left;
width:75px;
text-align:center;
}

.result_container_title .middle_price {
float:left;
width:95px;
text-align:left;
}

.result_container_title .right {
float:right;
width:75px;
text-align:center;
font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
font-size:100%;
font-weight:bold;
color:#000000;
}

.result_container {
height:50px;
padding:10px;
line-height:1.2em;
text-align:left;
vertical-align:top;
background-color:#FFFFFF;
border-top:1px solid #CCCCCC;
border-left:1px solid #FFFFFF;
border-right:1px solid #FFFFFF;
}

.result_container .left {
float:left;
width:420px;
}

.result_container .middle_date {
float:left;
width:80px;
}

.result_container .middle_price {
float:left;
width:110px;
}

.result_container .right {
float:right;
width:65px;
height:auto;
text-align:center;
}

#endresult {
width:709px;
padding-right:5px;
border-top:1px solid #CCCCCC;
}

.img {
border:0px;
}

#search_right h1 {
padding-bottom:10px;
margin:0px;
font-size:100%;
}

#search_right h1 a {
white-space:nowrap;
font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
font-size:100%;
font-weight:bold;
color:#000000;
text-decoration:none;
cursor:pointer;
}

#search_right h2 {
padding:0px;
margin:0px;
text-align:center;
font-size:100%;
}

#search_right h2 a {
text-align:right;
font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
font-size:100%;
font-weight:bold;
color:#000000;
text-decoration:none;
cursor:pointer;
}

.result_price {
text-align:right;
font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
font-size:100%;
font-weight:bold;
color:#000000;
text-decoration:none;
cursor:pointer;
}

.textresult {
font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
font-size:90%;
color:#999999;
cursor:text;
}

.result_tags {
font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
font-size:100%;
color:#999999;
text-decoration:none;
cursor:pointer;
}

#nber_resultpage {
display:none;
}

/* AD PAGE */

/* Account Tabs */
#tabs {
display:none;
}

/* Type / Location */
#type_location {
width:100%;
margin:10px auto 0px auto;
font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
font-size:90%;
font-weight:bold;
color:#999999;
}

.link_typeloc {
font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
color:#999999;
font-size:100%;
font-weight:bold;
text-decoration:underline;
cursor:pointer;
}

/* Title Zone */
.title_banner {
width:100%;
margin:10px auto 0px auto;
background:transparent;
}

.title_banner .top {
display:block;
background:transparent;
font-size:1px;
}

.title_banner .b1, .title_banner .b2, .title_banner .b3, .title_banner .b4, .title_banner .b5 {
display:block;
overflow:hidden;
height:1px;
background-color:#FFFFFF;
border-left:1px solid #999999;
border-right:1px solid #999999;
}

.title_banner .b1 {
margin:0px 5px;
background-color:#999999;
}

.title_banner .b2 {
margin:0px 4px;
}

.title_banner .b3 {
margin:0px 3px;
}
.title_banner .b4 {
margin:0px 2px;
}

.title_banner .b5 {
margin:0px 1px;
}

.title_banner .boxcontent {
display:block;
background-color:#FFFFFF;
border-left:1px solid #999999;
border-right:1px solid #999999;
border-bottom:1px solid #999999;
font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
font-size:120%;
font-weight:bold;
color:#000000;
text-align:center;
}

.title_banner h1 {
margin:0px 10px;
text-align:center;
font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
font-size:130%;
color:#000000;
}

/* Price */
.price {
width:100%;
margin:0px auto 0px auto;
background:transparent;
}

.price .bottom {
display:block;
background:transparent;
font-size:1px;
}

.price .b1, .price .b2, .price .b3, .price .b4, .price .b5 {
display:block;
overflow:hidden;
height:1px;
background-color:#EFEFEF;
border-left:1px solid #999999;
border-right:1px solid #999999;
}

.price .b1 {
margin:0px 5px;
background-color:#999999;
}

.price .b2 {
margin:0px 4px;
}

.price .b3 {
margin:0px 3px;
}
.price .b4 {
margin:0px 2px;
}

.price .b5 {
margin:0px 1px;
}

.price .boxcontent {
display:block;
background-color:#EFEFEF;
border-left:1px solid #999999;
border-right:1px solid #999999;
font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
font-size:120%;
font-weight:bold;
color:#000000;
text-align:center;
}

#center {
width:100%;
padding:0px;
}

/* Main Media zone for an ad */
#admedia {
width:100%;
padding-bottom:20px;
margin:10px auto 0px 5px;
text-align:center;
}

/* Video for an ad */
#advideo {
display:none;
}

#advideo_empty {
display:none;
}

/* Pictures for an ad */
#adpictures {
height:auto;
padding-top:40px;
text-align:left;
}

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

ul#galerie_mini li {
float:left;
}

ul#galerie_mini a img {
margin:2px 1px ;
border:2px solid #CCCCCC;
cursor:pointer;
}

#photozone {
width:100%;
height:100%;
display:none;
position:absolute;
top:0px;
left:0px;
z-index:88888888;
background-image:url(images/logzone-bckground.png);
}

#clicktoclose {
display:none;
}

dl#photo {
clear:both;
margin:0 auto;
position:absolute;
margin:300px 50px 500px 50px;
display:none;
}

dl#photo dt {
display:none;
}

dl#photo dd {
margin:0px;
text-align:center;
}

dl#photo img {
border:3px solid #000000;
}

/* Complete Ad Info */
.completeinfoad {
float:left;
width:100%;
margin-top:10px;
background:transparent;
}

.completeinfoad .top, .completeinfoad .bottom {
display:block;
background:transparent;
font-size:1px;
}

.completeinfoad .b1, .completeinfoad .b2, .completeinfoad .b3, .completeinfoad .b4, .completeinfoad .b5 {
display:block;
overflow:hidden;
height:1px;
background-color:#EFEFEF;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
}

.completeinfoad .b1 {
margin:0px 5px;
background-color:#CCCCCC;
}

.completeinfoad .b2 {
margin:0px 4px;
}

.completeinfoad .b3 {
margin:0px 3px;
}
.completeinfoad .b4 {
margin:0px 2px;
}

.completeinfoad .b5 {
margin:0px 1px;
}

.completeinfoad .boxcontent {
display:block;
padding:5px 10px 5px 10px;
background-color:#EFEFEF;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
font-size:90%;
color:#000000;
text-align:justify;
}

/* User Buttons */
#userbuttons {
display:none;
}

/* Send Friend Zone */
#sendfriendzone {
display:none;
}

/* Similar Ad Box */
.similarad {
display:none;
}

/* Ad Adsense */
.adadsense {
display:none;
}

/* Skype Ad */
.skypead {
display:none;
}

/* Ad Infos */
#adcontent {
display:block;
width:100%;
margin:10px 0px 10px 5px;
padding-top:5px;
}

#infoad {
float:left;
width:480px;
font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
font-size:90%;
color:#000000;
text-align:justify;
}

#infoad h2 {
font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
font-size:100%;
color:#000000;
font-weight:bold;
}

#tagzone {
float:left;
width:100%;
padding-top:20px;
font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
font-size:90%;
color:#000000;
}

#tagzone h2 {
font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
font-size:100%;
color:#000000;
font-weight:bold;
}

/****************************************
STATIC PAGES
****************************************/

/* Content */
.staticcontent {
font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
font-size:80%;
color:#000000;
text-decoration:none;
text-align:justify;
}

/* Main Content */
#maincontent {
line-height:1.8em;
font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;
font-size:80%;
color:#000000;
text-decoration:none;
text-align:justify;
}

