@charset "utf-8";
/* CSS Document */
#pipeWrapper{
	margin:0px;
	height:auto;
	width:760px;
}

#pipe{
	width:358px;
	height:400px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
	padding:5px;
	text-align:left;
	border: 1px solid #303030;
	background-color:#E6DB91;
}

#pipePreview{
	width:358px;
	height:310px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
	padding:5px;
	text-align:left;
	border: 1px solid #303030;
	background-color:#E6DB91;
}

#pipeThumbs{
	text-align:center;
	margin-top:5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #21A121;
	border-bottom-color: #21A121;
	border-left-color: #21A121;
}

#pipeThumbs img{
	margin:2px;
}
