@charset "UTF-8";
/* CSS  --------------------------------------------------------------------- */

/* products/index.html
------------------------------------------------------------------------------*/

/* ----- social_wrapper ----------------------------------------------------*/
div#social_wrapper {
	width:903px;
	margin:0 auto;
	text-align:left;
	color:#666666;
}

/* ----- details_area --------------------------------------------------------*/
div#social_inner {
	width:915px;
}

div#details {
	float:left;
	display:inline;
	padding:30px 0 0 0;
}

div#details h4 {
	padding-bottom:30px;
}

div#oh {
	padding:15px 0 0 25px;
}

div#oh dl{
	float:left;
	display:inline;
	width:414px;
}

div#oh dd p{
	width:222px;
	float:left;
	display:inline;
	margin-top:10px;
	line-height:1.6;
}

div#oh dd img{
	width:166px;
	float:left;
	display:inline;
	margin:10px 0 0 10px;
}


div#other dl{
	width:439px;
	float:left;
	display:inline;
	margin-top:27px;

}

div#other dd p.long{
	width:421px;
	float:left;
	display:inline;
	margin:10px 0 0 20px;
	line-height:1.6;
}

div#other dd p.short{
	width:222px;
	float:left;
	display:inline;
	margin:10px 0 0 20px;
	line-height:1.6;
}

div#other dd img{
	width:166px;
	float:left;
	display:inline;
	margin:10px 0 0 10px;
}


/*
--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/

