/* -- General styles ------------------------------ */

input, select { font-size: 10px;  border: 1px solid silver; }
textarea      { font-size: 11px;  border: 1px solid silver; }
button        { font-size: 10px;  }
input.button  { cursor: pointer;   }

input:focus,
select:focus,
textarea:focus { background-color: #ffd }

div#doliste {
	padding-left: 3px;
	padding-right: 3px;
}




/** ---------------------- LIST VIEW -------------------- **/

table.doformulaire {
	width: 100%;
}

#checkbox {
	border: 0;
}

table.doformulaire td{
	font-family:Verdana, Helvetica ,Arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	vertical-align: bottom;
	color: #8e7680;
	text-align: left;
	line-height: 13px;
}

/* titre article tête de liste */
.contentheading-doliste {
	padding: 0;
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-weight: normal;
	vertical-align: bottom;
	text-align: left;
	color: #a0486f;
	font-size: 20px;
}


table.com_makeandsee_maintable {
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #e7e7e7;
	color: #666;
}


table.com_makeandsee_maintable td,
table.com_makeandsee_maintable th { padding: 4px; }

table.com_makeandsee_maintable thead th {
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-weight: bold;
	vertical-align: bottom;
	text-align: center;
	background: #dcb7c7;
	color: #871142;	
	font-size: 11px;
	border-bottom: 1px solid #c388a0;
	border-left: 1px solid #f9e5ee;
}

table.com_makeandsee_maintable thead a:link, table.com_makeandsee_maintable thead a:visited { 
	font-weight: bold;
	color: #871142;
	text-decoration: none;
}

table.com_makeandsee_maintable thead a:hover { 
	text-decoration: none;
	color: #8c3f61;
}

table.com_makeandsee_maintable tbody a:link, table.com_makeandsee_maintable tbody a:visited { 
	font-weight: bold;
	color: #871142;
	text-decoration: none;
	letter-spacing: 0.07em;
	word-spacing: 0.04em;
}

table.com_makeandsee_maintable tbody a:hover { 
	text-decoration: none;
	color: #8c3f61;
}

td.com_makeandsee_categorie{
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #0;
	text-align: center;
}

td.com_makeandsee_commune{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #0;
}

table.com_makeandsee_maintable thead th img { vertical-align: middle; }

table.com_makeandsee_maintable tbody th { font-weight: bold; }

table.com_makeandsee_maintable tbody tr			{ background-color: #fff;  text-align: left; }
table.com_makeandsee_maintable tbody tr.row1 	{ background: #f9f9f9; border-top: 1px solid #fff; }


table.com_makeandsee_maintable tbody tr td 	   { height: 25px; background: #fff; border: 0px; }
table.com_makeandsee_maintable tbody tr.row1 td { background: #f5e8ed; }

table.com_makeandsee_maintable tfoot tr { text-align: center;  color: #333; }
table.com_makeandsee_maintable tfoot td,
table.com_makeandsee_maintable tfoot th { background-color: #f3f3f3; border-top: 1px solid #999; text-align: center; }

table.com_makeandsee_maintable td.order 		{ text-align: center; }
table.com_makeandsee_maintable td.order span { float: left; display: block; width: 20px; text-align: center; }

table.com_makeandsee_maintable .pagination { display:table; padding:0;  margin:0 auto;	 }

.pagination div.limit {
	float: left;
	height: 22px;
	line-height: 22px;
	margin: 0 10px;
}

div.place_level_1 {	
	background-image: url(../../../images/stories/ic_lieux.png);
	background-repeat: no-repeat;
	background-position: left, top;
	margin-left: 3px;
	padding-left: 17px;
}

div.place_level_2 {
	background-image: url(../../../images/stories/ic_lieux.png);
	background-repeat: no-repeat;
	background-position: left, top;
	margin-left: 23px;
	padding-left: 17px;
}

div.place_level_3 {
	background-image: url(../../../images/stories/ic_lieux.png);
	background-repeat: no-repeat;
	background-position: left, top;
	margin-left: 43px;
	padding-left: 17px;
}
