/*
@@@@@@@@@@@@@@@@@@@@@@
BOX
@@@@@@@@@@@@@@@@@@@@@@

	about				boxes of all kinds

*/

	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
	box
	///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
		
		[class^="box"]{position:relative; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
		[class^="box"]:after{visibility: hidden; display: block;font-size: 0;content: " ";clear: both;height: 0;}

	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
	members
	///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
		

		/*+ boxInfo
		..........................................................................*/

			.boxInfo{padding:10px 10px 15px 10px; width:272px; position:relative;  min-height:310px; margin:10px 0px 0px 0px;  color:white;  background-color:#978a80; -moz-border-radius-bottomright:20px; -webkit-border-bottom-right-radius:20px; border-bottom-right-radius:20px; }
			.boxInfo.black{background-color:#000000; }
			.boxInfo.red{background-color:#aa4524; }

			.boxInfo h2{margin-bottom:10px;}
			.boxInfo .link{color:white; border-color:white;}
			
			.boxInfo .img{height:90px; width:auto; display:block; margin:-10px -10px 10px -10px;}
			
			.boxInfo .visual{position:absolute; top:15px; right:5px;}

		/*+ boxProduct
		..........................................................................*/

			.boxProduct{border:1px solid #c5bbb2; display:block;  color:#947f72; line-height:normal; font-weight:bold;  padding:100px 10px 5px 10px;  -moz-border-radius-bottomright:10px; -webkit-border-bottom-right-radius:10px; border-bottom-right-radius:10px; }
			
			.boxProduct img{position:absolute; bottom:25px; left:10px;}
			
			.boxProduct.static{ padding:5px 5px;}
			.boxProduct.static img{position:static;}


		/*+ boxArticle
		..........................................................................*/

			.boxArticle{margin-bottom:5px;}
			
			.boxArticle h2{}
			.boxArticle img{margin-bottom:10px;}
			
			.boxArticle .about{font-size:11px;}


