@charset "utf-8";

/*--------------------------------------
	Style Name : Showroom Style Sheet

	content
--------------------------------------*/


/*--------------------------------------
	div#content
--------------------------------------*/

#content div.section {
	margin:0 auto;
	width:520px;
}

#content div.section h2 {
	margin-bottom:20px;
}

body.article #content div.section h2 {
	padding:1px 0 0 17px;
	height:19px;
	background:url(../../img/showroom/heading_02.gif) no-repeat left top;
	color:#fff;
	font-size:100%;
	font-weight:normal;
}

#content div.article {
	margin:0 20px 10px 10px;
	padding-bottom:10px;
	background:url(../../img/showroom/texture_01.gif) repeat-x left bottom;
}

#content div.article h3,
#content div.article p {
	margin:0;
	padding-left:5px;
	border-left:6px solid #4d9200;
}

#content div.article h3 a {
	color:#666;
}

#content div#article {
	margin:0 20px 10px 10px;
	background:url(../../img/showroom/texture_01.gif) repeat-x left bottom;
	zoom:1;/* for IE 5.5-7 */
}

#content div#article:after {/* for modern browser */
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#content div#article ul.pic {
	margin:0;
	float:left;
}

#content div#article ul.pic li {
	margin-bottom:10px;
}

#content div#article div.description {
	margin-left:140px;
}

#content div#article div.description h3 {
	margin-bottom:10px;
}

#content div#article div.description p.price {
	font-size:116%;
}

#content div#article div.description p.price em {
	color:#fe0000;
}

