/* @override http://localhost:8888/hortusm116/skin/frontend/hortus/default/css/hortus.css */

* { margin:0; padding:0; }

body {
	font: small "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #F0F0F0 url(../img/fond1px.jpg) repeat;
}

#main, #footer {
	width: 994px;
	position: relative;
	margin-top: 11px;
	margin-left: auto;
	margin-right: auto;
}

#main {
	background: url(../img/main2.jpg) no-repeat;
	height: 603px;
}

#footer {
	color: gray;
	text-align: right;
}

#footer ul, li {
	display: inline-block;
}


#botanique {
	position: absolute;
	left: 22px;
	color: black;
	width: 66px;
	height: 269px;
	background: url(../img/botanique.jpg) no-repeat;
	top: 280px;
}


a {
	text-decoration: none;
	color: #60360d;
}

a:hover {
	color: #a45a13;
}



/* @group Menu */

.menu {
	position: absolute;
	left: 105px;
	color: black;
	height: 28px;
}

.menu span {
	height: 28px;
	float: left;
	background: url(../img/menu.png) repeat-x;
	padding-top: 6px;
	margin-left: -4px;
}
.menu span a {
	border-left-style: solid;
	border-left-width: 2px;
	padding-right: 6px;
	padding-left: 6px;
	border-color: #60360d;
}

.menu span a:first-child {
	border-left-style: none;
}

#menuShop {
	text-align: left;
	position: absolute;
	left: 125px;
	top: 65px;
	color: black;
	padding: 5px;
	border: thin solid gray;
	background-color: #edd7ff;
}

.menuWrap1 {
	width: 19px;
	height: 28px;
	background: url(../img/menuBoutGauche.png) no-repeat;
	position: relative;
	float: left;
}

.menuWrap2 {
	height: 28px;
	width: 19px;
	background: url(../img/menuBoutDroite.png) no-repeat;
	position: relative;
	float: left;
}

#menuMain {
	top: 30px;
	font-weight: bold;
	font-size: 0.9em;
}


#menuLang {
	position: absolute;
	left: 18px;
	top: 246px;
}

#zoneMenu ul  {
	list-style-type: none;
	list-style-position: inside;
}

#zoneMenu li.selected  {
}

#menu2 {
	position: absolute;
	width: 450px;
	top: 74px;
	left: 70px;
}

#menu3 {
	position: absolute;
	width: 380px;
	top: 10px;
	left: 157px;
}

/* @end */

/* @group mode Buttons */


#modeSelector {
	position: absolute;
	left: 358px;
	top: 5px;
}

.modeButton {
	position: absolute;
	height: 23px;
	width: 23px;
	background: url(../img/modeButton.png) no-repeat;
	top: 0;
}

#facingModeButton {
	background-position: -23px;
	left: 0;
}

#listeModeButton {
	left: 27px;
}



#facingModeButton.Actif {
	background-position: -69px;
}

#listeModeButton.Actif {
	background-position: -46px;
}

#facingModeButton.Over {
	border-bottom: 2px solid red;
}

#listeModeButton.Over.Actif {
	border-bottom:  none ;
}
#facingModeButton.Over.Actif {
	border-bottom:  none ;
}

#listeModeButton.Over {
	border-bottom: 2px solid red;
}

/* @end */

/* @group Zone Gauche */

.zone {
	position: absolute;
	padding: 5px;
}

#zoneGauche {
	position: absolute;
	top: 133px;
	left: 103px;
	width: 414px;
	height: 453px;
	background: url(../img/zoneGaucheFond.png) no-repeat;
}

#search {
	width: 240px;
	position: relative;
	font-size: small;
	height: 20px;
	padding-left: 10px;
	margin-bottom: 2px;
	margin-top: 4px;
}

#searchField {
	width: 175px;
	margin-right: 8px;
}

#search form {
	display: inline;
}

.arrow {
	width: 8px;
	height: 17px;
	float: left;
	margin: 2px 6px 0;
}

#arrowLeft{
	background: url(../img/arrow_left_shown.gif) no-repeat 0 center;
}

#arrowRight{
	background: url(../img/arrow_right_shown.gif) no-repeat 0 center;
}

#arrowLeft.disabled, #arrowRight.disabled {
	background: none no-repeat 0 center;
}


#ligneTexte {
	position: relative;
	font-size: x-small;
	float: left;
	width: 367px;
	text-align: center;
	margin-top: 5px;
}




/* @end */




/* @group liste en mode Facing */
#listeContainer {
	position: relative;
	width: 395px;
	height: 379px;
	overflow: hidden;
	margin-left: 5px;
	float:left;
}


#liste.modeFacing {
	width: 1380px;
	height: 420px;
	margin-top: 4px;
}

#liste.modeFacing div  {
	width: 90px;
	height: 90px;
	float: left;
	margin: 2px;
}

#liste.modeFacing div img {
	width: 90px;
	height: 90px;
}

#liste.modeFacing div span {
	visibility: hidden;
	display: none;

}

/* @end */


/* @group liste en mode liste */

#liste.modeListe   {
	overflow: auto;
	height: 395px;
	float:left;
}

#liste.modeListe div  {
	width: 380px;
	height: 46 px;
	border-top: thin solid gray;
	padding-top: 3px;
	padding-bottom: 3px;
	float:left;
}

#liste.modeListe div img {
	width: 38px;
	height: 38px;
	float: left;
	cursor: hand;
}

#liste.modeListe a {
	text-decoration: none;
}

#liste a:hover {
	cursor: hand;
	color: #871834;
}

#liste.modeListe div span {
	visibility: visible;
	width: 318px;
	font-size: small;
	height: 38px;
	display: inline-block;
	clear: right;
	margin-left: 10px;
	cursor: hand;
}

/* @end */


/* @group Zone droite */

#zoneDroite {
	position: absolute;
	top: 22px;
	left: 550px;
	width: 399px;
	height: 543px;
	background: url(../img/zoneDroiteFond.png) no-repeat;
	padding: 10px;
}

#wait {
	background: url(../img/ajax-loader.gif) no-repeat;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 32px;
	height: 32px;
	margin-top: 170px;
}

.inline_wait {
	background: url(../img/ajax-loader.gif) no-repeat;
	width: 36px;
	height: 36px;
	display: inline-block;
}


#titre {
	text-align: center;
	font: bold large Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	border-bottom-width: thin;
	border-bottom-style: solid;
	margin-bottom: 2px;
	padding-bottom: 3px;
}


#soustitre {
	font-weight: bold;
	font-size: small;
	display: block;
	text-align: center;
}

#interpretes {
	font-size: x-small;
	display: block;
	text-align: center;
	color: #ff8000;
	margin-top: 7px;
	margin-bottom: 7px;
}

#presentation {
	position: relative;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
}


.facing {
	position: relative;
	width: 180px;
	height: 180px;
	margin: 3px 3px 3px 12px;
	float: right;
}

.facing img{
	width: 180px;
	height: 180px;
}

#reference {
	margin: 0 3px 0 12px;
	float: right;
	font-size: x-small;
	width: 180px;
	clear: both;
}
.recompenses {
	width: 180px;
	float: right;
	clear: right;
	margin: 0 4px 4px 40px;
}

.recompenses img{
	height: 40px;
	float: right;
	margin-left: 6px;
}

#remarque {
	font-size: x-small;
	display: block;
	font-style: italic;
	margin-bottom: 10px;
	clear: left;
}

#buy {
	height: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	border: thin solid gray;
	padding: 4px;
	float: left;
	font-size: x-small;
}

#buy .price-box .price {
	background-color: #ccc;
	padding: 2px;
	margin: 5px;
}

#buy form {
	display: inline-block;
}


#pied {
	height: 50px;
	font-size: x-small;
	bottom: 22px;
	position: absolute;
}

#pied div {
	display: inline;
}

#pied img {
	height: 50px;
	font-size: x-small;
	vertical-align: text-bottom;
}


#titres {
	color: black;
	display:none;
}

#info {
	display:none;
}


/* @end */


#uneZone {
	top: 129px;
	left: 103px;
	width: 842px;
	height: 423px;
	background: url(../img/uneZoneFond.png) no-repeat;
	overflow: auto;
}


.comment {
	font-style: italic;
}
