@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2013-10-25 14:41:25
 * @version $Id$
 */
/**
 *
 * content 525 
 * content_footer 325
 */
 #display_content{
 	margin: 5px;
 }

.arow{
	width: 45%;
	float: left;
	margin-bottom: 5px;
	background: #f8f8f8;
	border: 1px solid #d0d0ce;
	padding: 5px;
}
.arow:nth-child(2n){
	float: right;
}

.arow p{
	margin-top: 10px;
	font-size: 12px;
	line-height: 5px;
	color: #0088CC;
	font-weight: bold;
}
.arrow .price{
	color: red;
}
.arow_item{
	float: left;
	border:1px  solid #a3a3a3;
	padding: 12px 12px 10px 12px;
	background-image: url(./../img/product_display/column_bg.jpg);
}
.arow .pic_outer{
	height:122px;
	text-align: center;
	overflow:hidden;
}
.pic_box span > img{
	height: 122px;
	width:100%;
}
.arow_item .pic_box span{
	display: table-cell;
	text-align:center;
	vertical-align: middle;
}
.row_divider {
	width: 480px;
	height: 150px;
	margin-top: -3px;
}
#scroll_top{
	width: 30px;
	height: 116px;
	margin-left: 6px;
	margin-top: 175px;
}