/*La Boutique du Livre Stylesheet*/

/*BODY*/
body {
	background-color:#C2E0E0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#004040;
	}
	
a {
	color:#004040;
	text-decoration:underline;
	}
	
a:hover {
	color:#000000;
	text-decoration:none;
	}

/*CONTAINER STYLES*/

#main {
	width:770px;
	margin:auto;
	font-size:0.96em;
	}

#superheader {
	width:100%;
	height:20px;
	text-align:right;
	font-weight:bold;
	}
	
#header {
	background-color:#017f7e;
	width:100%;
	height:200px;
	}

#left {
	width:230px;
	float:left;
	margin-top:10px;
	font-size:0.96em;
	}
	
#right {
	width:521px;
	float:right;
	padding-left:5px;
	margin:20px 0px 0px 5px;
	margin-top:10px;
	font-size:0.96em;
	border:1px #017f7e solid;
	}
	
#search {
	width:230px;
	padding-left:5px;
	border:1px #017f7e solid;
	margin:0px 0px 0px 0px;
	text-align:left;
	font-size:0.96em;
	}

#extra {	
	width:230px;
	padding-left:5px;
	border:1px #017f7e solid;
	margin:5px 0px 5px 0px;
	text-align:left;
	font-size:0.96em;
	}
	
#full {
	width:765;
	padding-left:5px;
	border:1px #017f7e solid;
	text-align:left;
	margin-top:10px;
	font-size:0.96em;
	}
	
/*TEXT STYLES*/

h1 {
	font-size:24px;
	}
	
h2 {
	font-size:18px;
	}

h3 {
	font-weight:bold;
	}

p {
	margin:2px 0 0 0px;
 	text-align:justify;
	padding:5px;
	}

.super {	
	font-size:12px;
	}
	
/*NAVIGATION STYLES*/

#navbuttons {
	width:770px;
	height:24px;
	background-color:#004040;
	text-align:center;
	font-size:0.96em;
	}

#navbuttons ul {
	display:inline;  
	list-style:none;
	}

#navbuttons li {
	display:inline;
	background-color:#004040;
	list-style:none;
	float:left;
	border-right:1px #C2E0E0 solid;
	padding:0px 30px 0px 30px;
	line-height:24px;
}
	
#navbuttons li a {
	color:#C2E0E0;
	text-decoration:none;
	}
#navbuttons li a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}

#navbuttons li.first {
/*	border-left:none;
*/	}

#navbuttons li.last {
    float:right;
	padding:0px 32px 0px 30px;
	border-right:none;
	}


/*MISC*/

.searchbutton {
	margin:0px 2px 2px 0px;
	padding:2px;
   	border:3px;
	border-style:outset;
	color:#004040;
	}

.searchbutton:hover {
	color:#000000;
	text-decoration:underline;
	}
	
.searchbox {
	width:200px;
	margin:0px 2px 2px 0px;
	padding:2px;
	border:3px;
    border-style:inset;
	color:#004040;
	}