/***************************************************
	catalogue_bf2007_ete.css
----------------------------------------------------
	Author  : 			Tommy Rochette [www.troisiemeoeil.ca] 
	Contact : 			tom@troisiemeoeil.ca
	Licence :			2006-2007 troisièmeOeil, ALL RIGHT RESERVED
	Created :			May 11th  2007
	Last modification:	May 11th  2007
-----------------------------------------------------
	Description : 
	CSS fall 2007 layout for boutiqueflorin.com,
	specification for catalogue page.
	
	!!!!Warning!!!!
	The change made in this file will be seen in all
	boutiqueflorin.com's catalogue pages.
----------------------------------------------------
	History of file
----------------------------------------------------
	2007-05-11 --> File created
***************************************************/ 

	/***************************************************
		Redefine style from base css
	***************************************************/
	div#main_pub{
		background:url(../../medias/bf_mainpub_catalogue_bg.gif) repeat-x bottom left #f1eeda;
		border:solid 1px #e6e3d0;
		margin-top:0.1em;
		margin-bottom:0em;
		height:auto;
	}
	div#main_pub_background{
		border:solid 1px #c8c5b5;
		background:none;
		height:auto;
		padding-bottom:1.3em;
	}
	div#product_container{
		margin-top:0;
	}
	h2#featuring_product{
		height:2.5em;
		background:url(../../medias/bf_produits_vedettes_bg.gif) no-repeat top left transparent;
		margin:0.2em 0;
	}
	h2#featuring_product span{
		display:none;
	}
	/***************************************************
		Style for third level page
	***************************************************/
	div.control_bar{
		height:30px;
		background:url(../../medias/bf_order_bg.gif) no-repeat top left transparent;
		font-size:0.7em;
		color:#FFFFFF;
		
	}
	div.control_bar label{
		display:none;
	}
	div.control_bar select{
		margin-top:0.25em;
		color:#43311c;
	}
	div.control_bar option{
		padding-right:0.5em;
	}
	div.control_bar .page_control{
		margin:0.5em 1em 0 0;
	}
	div.control_bar .page_control li{
		display:inline;
		font-weight:bold;
	}
	div.control_bar .page_control .nav_next{
		margin-left:0.4em;
	}
	div.control_bar .page_control .nav_previous{
		margin-right:0.4em;
	}
	div.control_bar .page_control a{
		font-weight:normal;
		color:#FFFFFF;
		text-decoration:underline;
	}
	div.control_bar .page_control a:hover{
		color:#d0e3a3;
		text-decoration:none;
	}
	div.control_bar .dropdownlist{
		margin-right:1em;
	}
	
	div.control_bar .page_control, div.control_bar .dropdownlist{
		float:right;
	}
	/***************************************************
		Style for third level page
	***************************************************/
	div#product_list_container{
		border:solid 1px #e6e3d0;
	}
	div#product_list_container table{
		border:solid 1px #c8c5b5;
		border-collapse:collapse;
		width:100%;
	}
	div#product_list_container table img{
		width:8em;
		border:none;
	}
	div#product_list_container  .border_right{
		width:8em;
		border-right:solid 1px #c8c5b5;
	}
	div#product_list_container td{
		border-bottom:solid 1px #c8c5b5;
	}
	div#product_list_container td .clear{
		height:0.3em;
	}
	div#product_list_container h3{
		font-size:0.95em;
		margin:0.5em 0 0 0.5em;
		font-weight:normal;
		color:#628026;
	}
	div#product_list_container h3 span{
		margin-top:-5px;
		font-size:0.7em;
		font-weight:bold;
		color:#3b3620;
		display:block;
		text-transform:uppercase;
	}
	div#product_list_container p{
		color:#3b3620;
		margin:0.5em 0.8em 0 0.7em;
		font-size:0.65em;
	}
	div#product_list_container .see_btn{
		float:left;
	}
	div#product_list_container .list_price{
		font-weight:bold;
		padding-top:0.1em;
		font-size:0.75em;
		float:left;
		
	}
	div#product_list_container .error_display{
		padding:5px 0 10px 10px;
	}
	div#product_list_container .display_row{
		background-color:#d4d8b6;
	
	}
	


