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

	/***************************************************
		Redefine style from base css
	***************************************************/
	div#main_pub{
		background:url() repeat-x bottom left #f1eeda;
		border:solid 1px #e6e3d0;
		margin-top:0.1em;
		margin-bottom:0;
		height:auto;
	}
	div#main_pub div#main_pub_background{
		border:solid 1px #c8c5b5;
		background:none;
		height:auto;
		padding-bottom:0.5em;
	}
	h2#shop_list{
		height:2.5em;
		background:url(../../medias/bf_liste_boutiquel_img.png) no-repeat top left transparent;
		margin:0.2em 0;
	}
	h2#shop_list span{
		display:none;
	}
	div#main_pub h1{
		margin-bottom:15px;
		color:#aa5032;
	}
	div#main_pub p{
		font-size:0.65em;
		margin-top:0;
		color:#322c19;
	}
	div#main_pub h2{
			font-size:0.70em;
			color:#3b3620;
			width:30em;
			margin:1.2em 0 0.1em 0;
			text-transform:uppercase;
	}
	div#main_pub div#main_pub_background div#right_col {
		float:right;
		width:13.3em;
	}

	div#main_pub div#main_pub_background div#right_col img{
		width:13.3em;
		border:solid 1px #aa5032;
	}

	div#main_pub div#main_pub_background div#left_col{
		width:16.45em;
		margin-right:1em;
		float:left;
	}
	div#main_pub div#main_pub_background div#left_col h2 {
		width:100%;
	}
	div#main_pub div#main_pub_background div#left_col p,div#main_pub div#main_pub_background div#right_col p{
		margin-top:0.8em;
		width:26em;
	}
	div#main_pub div#main_pub_background div#right_col .notice{
		width:100%;
		font-size:0.475em;
		color:#76705d;
		margin:0 0 0.3em -0.1em;
		text-align:right;
	}
	div#main_pub div#main_pub_background div#left_col .hour{
		margin-top:0.4em;
	}
	/***************************************************
		Shop holder
	***************************************************/
		div#product_container{
			margin-top:0 !important;
			margin-left:2px;
		}
		div#product_container .product{
			text-align:center;	
			float:left;
			border:solid 1px #e6e3d0;
			width:16.6em;
		}
		div#product_container .product_border{
			border:solid 1px #c8c5b5;
			width:16.5em;
		}
		div#product_container .product_border div{
			border-bottom:solid 1px #aa5032;
			padding-bottom:1px;
		}
		div#product_container .product img{
			border-bottom:double 1px #aa5032;
			line-height:0;
		}
		div#product_container .product h3{
			text-align:left;
			font-size:0.85em;
			padding:0.3em 0.3em 0.3em 0.5em;
			width:auto;
			font-weight:normal;
			color:#aa5032;
			border:none;
		}
		div#product_container .product h3 span{
			display:block;
			font-size:0.7em;
			font-weight:bold;
			color:#43311c;
			text-transform:uppercase;
		}
		div#product_container .product p{
			border:none;
			padding:0.3em 0.3em 1em 0.5em;
		}