/* CSS Document */

body {
	background: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
#wrapper {
	width: 1002px;
	margin: 0px auto 0px auto;
	border-left: 0px solid #FF0000;
	border-right: 0px solid #FF0000;
}	

#tla {
	border: 1px solid #EFEFEF;
	padding: 6px;
	margin: 6px 0 6px 0;
}

/* general text styles */

.highlight {
	background-color: #c4e4fc;
    padding: 2px 0px 2px 0px;
}
.smaller {
	font-size: 0.8em;
}
.red {
	color: #FF0000;
}
.orange {
	color: #c66a05;
}
.strike {
	text-decoration: line-through;
}
.code {
	font-family: "Courier New", Courier, mono;
	display: block;
	border: 1px dotted #666666;
	font-size: 12px;
	background-color: #c4e4fc;
	padding: 4px;
	margin: 4px;
}
.box {
	border: 1px dotted #999999;
	width: 90%;
	padding: 4px;
	margin: 4px auto 4px auto;	
}
/* xxx */

#masthead {
	height: 131px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #00FF00;
	background-image: url(../images/masthead_img.jpg);
	background-position: right;
	background-repeat: no-repeat;	
}
#masthead img#logo {	
	padding: 16px 0px 0px 0px;
	float: left;
}
h2#headline {
	height: 89px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	border: 0px solid #00FF00;
}
h2#headline img#headline_1 {
	padding: 10px 0px 0px 0px;
}
div#content {
	border-top: 0px solid #d6ce95;
	border: 0px solid #00FF00;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}


/* main navigation */

div#nav {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #d6ce95;
	background-color: #ffffff;
	text-align: center;
}
div#nav ul li {
	display: inline;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}
div#nav ul li a:link, div#nav ul li a:active, div#nav ul li a:visited {
	color: #336699;
	text-decoration: none;
	border-bottom: 1px dotted;
}
div#wrapper div#nav ul li a:hover {
	border-bottom: 2px solid;
}
div#wrapper div#nav ul li a.orange {
	color: #c66a05;
}
div#wrapper div#nav ul li a#green {
	color: #009900;
}
div#wrapper div#nav ul li a#orange { /* in the amember header only */
	color: #c66a05;
}
div#wrapper div#nav ul li a.linkOn {
	font-weight: normal;
}
/*div#nav ul li .on {	
	border: 1px solid #CC6600;
	background-color: #EFEFEF;
}*/
div#nav ul#main {
	border: 0px solid #CC6600;
	padding: 8px 0px 8px 0px;
	margin: 0px auto 0px auto;
}
div#nav ul#main li a.navOn {
	border-top: 1px solid #d6ce95;
	border-right: 1px solid #d6ce95;
	border-left: 1px solid #d6ce95;
	border-bottom: 1px solid #EFEFEF;
	padding: 4px 4px 11px 4px;
	background-color: #EFEFEF;
}
div#nav ul#main li.navOn { /* in the cc page only */
	border-top: 1px solid #d6ce95;
	border-right: 1px solid #d6ce95;
	border-left: 1px solid #d6ce95;
	border-bottom: 1px solid #FFFFFF;
	padding: 4px 4px 11px 4px;
	background-color: #EFEFEF;
}
div#nav ul li#gray {
	color: #666666;
}
div#nav ul li#orange { /* in the cc page only */
	color: #c66a05;
}
div#nav ul#main li a.navOn:hover {
	border-bottom: 2px solid #FFFFFF;
}
div#nav ul#sub1 {
	border-top: 1px solid #d6ce95;
	text-align: center;
	margin: 0px 20px 4px 20px;
	padding: 4px 0px 4px 0px;
	background-color: #EFEFEF;
}

/* Special Offer styles */

div#offer {
	background-color: #FFFBE1;
	border: 2px dashed #336699;
	margin: 4px 40px 0px 40px;
	padding: 8px 4px 8px 4px;
	text-align: center;

}
div#offer h1 {
	font-size: 1.3em;
	margin: 0px;

}

div#offer p {
	font-size: 1.2em;
	margin: 0px;
}


/* home page styles */

p#left {
	width: 48.5%;
	margin: 0px 0px 0px 0px;
	padding: 16px 0px 20px 0px;
	border: 0px solid #CC6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	float: left;
} 
p#right {
	width: 48.5%;
	margin: 0px 0px 0px 0px;
	padding: 18px 0px 20px 0px;
	border: 0px solid #CC6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	float: right;
} 
p#right span.bullit {
	display: block;
	background-image: url(../images/bullet2.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
	margin: 6px 0px 0px 0px;
	border: 0px solid #FF0000;
}
span.bigtype {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	margin: 0px 0px 12px 0px;
}
span.arrow {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 22px;
	background-image: url(../images/arrow.png);
	background-position: left;
	background-repeat: no-repeat;
}

div#section {
	border: 0px solid #CC6600;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.9em;
	line-height: 15px;
} 

/* home page guides boxes */

div#topleft {
	width: 276px;
	height: 120px;
	margin: 0px 0px 0px 0px;
	padding: 66px 10px 14px 112px;
	float: left;
	clear: both;
	background-image: url(../images/bg_restos.png);
	border: 0px solid #FF0000; 
}
div#topright {
	width: 276px;
	height: 120px;
	margin: 0px 0px 0px 0px;
	padding: 66px 10px 14px 112px;
	float: right;
	background-image: url(../images/bg_living.png);
	border: 0px solid #FF0000; 
}
div#botleft {
	width: 276px;
	height: 120px;
	margin: 0px 0px 0px 0px;
	padding: 66px 10px 14px 112px;
	float: left;
	clear: both;
	background-image: url(../images/bg_black.png);
	border: 0px solid #FF0000; 
}
div#botright {
	width: 276px;
	height: 120px;
	margin: 0px 0px 0px 0px;
	padding: 66px 10px 14px 112px;
	float: right;
	background-image: url(../images/bg_writers.png);
	border: 0px solid #FF0000; 
}
span#gLinks {
	display: block;
	padding: 8px 0px 0px 0px;
}
span#gLinks a {
	color: #336699;
	text-decoration: none;
	border-bottom: 1px dotted;
}
span#gLinks a:hover {
	border-bottom: 2px solid;
}
span#gLinks a.orange {
	color: #c66a05;
}

/* this is the p1 div, on the left side of the pages */

div#p1 {
	width: 64.5%;
	margin: 0px 0px 40px 0px;
	padding: 16px 0px 0px 0px;
	border: 0px solid #CC6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	float: left;
} 
div#p1 p {	
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 1.4em;
	line-height: 1.7em;
}
div#p1 p#box {
	border: 1px solid #CCCCCC;
	background-color: #e2eefb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 2px 0px 2px 0px;
	padding: 4px;
}

span.eyelid {
	display: block;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
span.eyelid a {
	color: #336699;
	text-decoration: none;
	border-bottom: 1px dotted;
}
span.eyelid a:hover {
	border-bottom: 1px solid;
}
span.eyelid#top {
	margin: 0px 0px 0px 0px;
}
span.eyelid#bot {
	margin: -10px 0px 12px 0px;
}

/* Table of contents on guide pages */

div#p1 .tocHL {
	font-weight: bold;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 1.4em;
	margin: 10px 0px 0px 0px;
}
div#p1 p.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
div#p1 p #authorImg {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 2px 8px 0px 0px;
}
table#sections {
	width: 100%;
	border: 0px solid #FF0000;
	margin: 0px 0px 0px 0px;
}
table#sections div.snippet {
	padding: 0px 4px 4px 4px;
	margin: 0px 0px 6px 0px;
	border-left: 1px dotted #E1E1E1;
	border-right: 1px dotted #E1E1E1;
	border-bottom: 1px dotted #E1E1E1;
}
table#sections div.snippet p {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 1em;
	margin: 6px 0px 6px 0px;
}
table#sections div.snippet p strong {
	display: block;
	background-color: #efefef;
    padding: 2px 0px 2px 0px;
}
table#sections div.snippet h3 {
	background-color: #c4e4fc;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 1em;
    padding: 2px 0px 2px 4px;
}
table#sections div.snippet ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #666666;
}
table#sections div.snippet span.fermer a {
	font-size: 0.8em;
	color: #336699;
	text-decoration: none;
	border-bottom: 1px dotted;
}
table#sections div.snippet span.fermer a:hover {
	border-bottom: 1px solid;
}
table#sections tr.hl td {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	padding: 10px 0px 0px 0px;
}
table#sections tr.shade {
	background-color: #E1E1E1;
}
table#sections tr td.secName a {
	color: #336699;
	text-decoration: none;
	border-bottom: 1px dotted;
}
table#sections tr td.secName a:hover {
	border-bottom: 1px solid;
}
table#sections tr td.secPage {
	text-align: right;
	font-size: 0.85em;
}


/* this is the p2 div, on the right side of the pages */

div#p2 {
	width: 31.5%;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 16px;
	border-left: 1px dotted #d6ce95;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 0.9em;

} 

/* boxes in p2 div */

td#box {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 6px 10px 6px 10px;
	margin: 0px 0px 0px 0px;
	line-height: 14px;
	font-weight: normal;
}
td#box strong {
	font-size: 1.2em;
}
td#box .bold {
	font-weight: bold;
}
td#box .normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
}
td#box img#authorImg {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 4px 4px;
}
td#box div#coverArt {
	text-align: center;
	padding: 4px 0px 0px 0px;
	border: 0px solid #FF0000;
}

/* footer styles */

div#footer {
	height: 50px;
	width: 1006px;
	margin: 0px auto 0px auto;
	padding: 3px 3px 3px 3px;
	border-top: 2px solid #d6ce95;
	background-color: #fffbe1;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
div#footer h1 {
	font-size: 0.9em;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	color: #666666;
	text-align: left;
}
div#footer h2 {
	font-size: 0.9em;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	color: #666666;
}
div#footer h2 a, div#footer h1 a {
	color: #336699;
	text-decoration: none;
	border-bottom: 1px dotted;
}
div#footer h2 a:hover, div#footer h1 a:hover {
	border-bottom: 1px solid;
}
div#footer h2 a.orange {
	color: #c66a05;
}

/* this is the p3 div, single text column pages as on order pages */

p#title {
	font-family: "Trebuchet MS", Verdana, Arial;
	text-align: center;
	font-size: 1.4em;
	padding: 0px 0px 0px 0px;
}

body#am div#p3 {
	margin: 0px 0px 0px 0px;
	border-left: 0px solid #d6ce95;
	border-right: 0px solid #d6ce95;
}
div#p3 a {
	color: #336699;
	text-decoration: none;
	border-bottom: 1px dotted;
}
div#p3 a:hover {
	border-bottom: 1px solid;
}

body#am div#p3-sec {
	margin: 0px 0px 0px 0px;
	border-left: 1px solid #d6ce95;
	border-right: 1px solid #d6ce95;
	background-image: url(../images/secure.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

#guidesTbl {
	width: 90%;
	margin: 0px auto 0px auto;
}
#guidesTbl tr {

}
#guidesTbl tr td {
	vertical-align: top;
	border: 0px solid #009900;
	text-align: left;
	padding: 12px 6px 12px 6px;
}
#guidesTbl tr td p {
	margin: 0px;
}
#guidesTbl tr td p#gtitle {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1.2em;
	font-weight: bold;
}

#guidesTbl a.orange {
	color: #c66a05;
}
#guidesTbl tr td p a {
	color: #336699;
	text-decoration: none;
	border-bottom: 1px dotted;
}
#guidesTbl tr td p a:hover {
	border-bottom: 1px solid;
}

/* am styles */

body#am {
	text-align: left;

}
body#am p#title {
	font-family: "Trebuchet MS", Verdana, Arial;
	text-align: center;
	font-size: 1.4em;
	padding: 0px 0px 0px 0px;
}
body#am p#product {
	border: 1px solid #CCCCCC;
	background-color: #e2eefb;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1.2em;
	padding: 4px 4px 4px 6px;;
	width: 50%;
	margin: 0px auto 6px auto;
}
body#am p#product2 {
	background-image: url(../images/arrow2.png);
	background-position: left;
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
	background-color: #e2eefb;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1.2em;
	padding: 4px 4px 4px 34px;;
	width: 33%;
	margin: 0px auto 6px auto;
}
body#am p#product2.pdf {
	background-image: url(../images/pdf.gif);
	background-position: left;
	background-repeat: no-repeat;
}
body#am p#product2 a, body#am p#product2 a:hover  {
	color: #336699;
	text-decoration: none;
	border-bottom: 0px dotted;
}
body#am p#product:hover, body#am p#product2:hover {
	background-color: #d6ce95;
}

#am-form1 {
	border: 0px solid #CCCCCC;
	width: 65%;
	margin: 0px auto 0px auto;
}
#am-form2 {
	border: 1px solid #CCCCCC;
	width: 65%;
	margin: 0px auto 0px auto;
	padding: 6px;
}
div#content div#p3 #am-form2 {
	border: 1px solid #CCCCCC;
	width: 65%;
	margin: 0px auto 0px auto;
	padding: 6px;
}
#am-form3 {
	border: 0px solid #CCCCCC;
	width: 85%;
	margin: 0px auto 0px auto;
}
#am-formtbl {
	width: 100%;
}
#am-formtbl tr {
	background-color: #efefef;
	margin: 2px 0px 2px 0px;
}
#am-formtbl td#desc {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	vertical-align: bottom;
}
#am-formtbl input {
	height: 20px;
	color: #006600;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #999999;
}
#am-formtbl select {
	height: 20px;
	color: #006600;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px;
	border: 1px solid #999999;
}
#am-formtbl input.req, #am-formtbl select.req {
	border: 1px solid #c66a05;
}
#am-mbrfrm {
	font-size: 0.8em;
	background-color: #EFEFEF;
	border: 0px solid #999999;
	padding: 4px 4px 4px 34px;;
	width: 420px;
	margin: 0px auto 6px auto;
}
#am-mbrfrm label {
	display: block;
}
#am-mbrfrm input#txt {
	width: 120px;
	height: 12px;
	color: #006600;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1.2em;
	font-weight: bold;
}


a .masdh span{
	text-decoration: none;
	}
#zenlist_block #zenlist_main .zenlist_content_container {

}
	
#zenlist_block #zenlist_main h1.blocktitle {
/*
	float: left;
	position: relative;
	width: 700px;
	top: -222px;
	left: 178px;
	padding: 0;
	margin-bottom: -40px;
	border: 0;
*/
	}
#zenlist-channel-title, h1.blocktitle span.zenlist_navigation {
	color: #fff;
	font-size: 1.48em !important;
	font-family: Georgia,"Times New Roman",Times,serif;	
	height: 32px;
}	

/*
h1.blocktitle span.zenlist_navigation {
	background-position: right 10px;
	}
*/
h1.blocktitle span.zenlist_navigation:hover {
	text-decoration: underline;}

#zenlist-channel-title {
	display: none;
	text-decoration: none;
	position: relative;
	overflow: hidden;
/*
	top:24px;
	left: -158px;
*/
	text-indent: -800px;
	}
	
#zenlist_block #zenlist_main #searchblock {
	width: 400px;
	margin: -200px 0px 0 0;
	}
#zenlist_block #searchfield {
	width: 320px;}
#zenlist_block #zenlist_main #searchblock a {
	color: #fff;
	}

#zenlist_block #zenlist_main .zenlist_content_container {

}
#zenlist_block #zenlist_main {
	float:right;
	width:620px;
	margin-right:20px;
}
#zenlist_block h2.sectiontitle.featured_listing {
	background-image: url(http://static.zenlist.com/cli/images/bg.featured.png);
	min-height: 75px;
	padding: 0 80px 0 0;
	}
.zenlist_login_container {
/*
	width: 302px;
	padding: 2px 8px 2px 8px;
	background-color: #fff;
	position: relative;
	top:-284px;
	right: 22px;
	height: 28px;
	border-left: 1px solid #006699;
	border-right: 1px solid #006699;
*/	
}
.zenlist_login_container img {
	display: block;
	float: left;}
.zenlist_login_container span {
	font-size: 0.9em;
	display: block;
	width: 210px;
	position: relative;
	top:-6px;
	font-weight: bold;
	}
.zenlist_login_container a#mylistings {
	font-size: 0.9em;
	position: relative;
	top: -22px;
	left: 34px;
	font-weight: normal;
}
.zenlist_login_container .zenlist_logout_link {
	padding: 0 8px 0 8px;
	background-color: #fff;
	font-size: 1em;
	font-weight: normal;
	top:0;}
	
.zenlist_listing_tools {
	font-size: 0.82em;
}
.zenlist_listing_tools a {
	background-color: #fdf0bb;
}
#zenlist_block #advancedsearchlink {
	display: none;}
	
.zenlist_breadcrumb_container li {

}

/* zenlist category listing view */

#zenlist_block .zenlist_stream_ad_image {
	display: block;
	border: 1px solid #f1f1f1;
	width: 60px;
	height: 60px;
	float: left;
	padding: 0;
	margin: 0 12px 40px 0;
}

#zenlist_block .zenlist_stream_ad_text .reply {
	display: none;
	visibility: hidden;}

#zenlist_block .zenlist_stream_ad_text {
	margin-left: 66px;
	}


#zenlist_block .zenlist_stream_ad {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	line-height: 16px;
	padding: 10px 8px 10px 8px;
	border: none;
	border-bottom: 1px solid #f1f1f1;
	height: 94px;
	min-height: 94px;
	overflow: hidden;
	margin: 0 0 2px 0;
	}
#zenlist_block .zenlist_stream_ad:hover {
	background-color: #f1f1f1;
	}
#zenlist_block .zenlist_stream_ad_title {
	height: 18px;
	overflow: hidden;}
#zenlist_block .zenlist_stream_ad h2{
	font-size: 15px;
	margin: 0;
	padding: 0 0px 0 0;
	}

#zenlist_block .zenlist_stream_ad h2 span {
	font-size: 13px;
	font-weight: 300;
	color: #444;
	}
#zenlist_block .zenlist_stream_ad h3 {
	margin: 0;
	padding: 0;
}
#zenlist_block .zenlist_stream_ad h3 a {
	font-size: 13px;
	font-weight: 300;
	color: #444;
}	
#zenlist_block .zenlist_stream_ad p {
	font-size: 12px;
	line-height: 18px;
	margin: 4px 0 4px 0;
	padding: 0;
	color: #444;
	height: 55px;
	overflow: hidden;
}	
#zenlist_block .featured_listing {
	background-color: #fef8dc;
	}
#zenlist_block .featured_listing h2 {
	font-weight: 900;
	}

#zenlist_block #zenlist_browse_wrapper .bluebuttontall {
	margin: 10px 0 0 0;}
	
.featured_block {
	padding: 0 0 0px 0}
.featured_block a {
	font-size: 1em;
	font-weight: 300;
}

