.frontpage {
	margin: 15px 0;
	width: 100%;
}

.pre-text,.post-text {
	width: 100%;
}

.frontpage a {
	text-decoration: none;
}

.frontpage a:hover {
	text-decoration: underline;
}

.frontpage .big-item-wrap .big-item-title a,.frontpage .small-item-list .small-item-title a
	{
	color: #000000;
}

.frontpage .small-item-list .small-item-description {
	word-wrap: break-word;
}

.frontpage .small-item-list .review_mark {
    margin: 3px 0;
    margin-bottom: 0;
}
.frontpage .small-item-list .small-item-price {
    font-weight: bold;
    color: #950000;
    margin: 3px 0;
}

.frontpage .big-item-wrap {
	float: left;
	width: 58%;
	margin-right: 2%;
	overflow: hidden;
}
.frontpage .big-item-wrap.big-item-wrap-content{
	width: 100%;
/* 	margin-top: 10px; */
	margin-right: 0;
}
.frontpage .big-item-wrap .big-item-image {
	margin: 0 10px 10px 0;
	border: solid 1px #CCCCCC;
	padding: 0;
	float: left;
	overflow: hidden;
}

.frontpage .big-item-wrap .big-item-image img {
	float: left;
	width: 100%;
	max-width: 100%;
}

.frontpage .big-item-wrap .big-item-image:hover {
	border: solid 1px #888888;
}

.frontpage .big-item-wrap .big-item-image a {
	float: left;
	display: block;
}

.frontpage .big-item-wrap .big-item-title,
.frontpage .big-item-wrap .big-item-title a{
	font-size: 18px;
	font-weight: bold;
}

.frontpage .big-item-wrap .big-item-datetime {
	color: #B7B7B7;
	font-weight: normal;
}

.frontpage .big-item-wrap .big-item-description {
	font-size: 12px;
	font-weight: normal;
	word-wrap: break-word;
}
.frontpage .big-item-wrap .review_mark {
    margin: 3px 0;
    margin-bottom: 0;
}
.frontpage .big-item-wrap .big-item-price {
    font-weight: bold;
    color: #950000;
    margin: 3px 0;
}

.frontpage .big-item-wrap .big-item-readmore a {
	white-space: nowrap;
	float: right;
	color: #135ACE;
	font-weight: bold;
}

.frontpage .small-item-list {
	float: left;
	margin: 0;
	padding: 0;
	width: 40%;
	overflow: hidden;
}

.frontpage .items-container {
	padding: 0 10px 0 0;
}

.frontpage .items-container .small-item-wrap {
	margin: 0 0 10px 0;
}

.frontpage .items-container .small-item-wrap .small-item-datetime {
	color: #B7B7B7;
	font-weight: normal;
	font-size: 12px;
	margin-top: 10px;
}
.frontpage .items-container .small-item-wrap .small-item-image {
	margin: 0 10px 0 0;
	float: left;
	border: 1px solid #CCCCCC;
	padding: 0;
	overflow: hidden;
}
.frontpage._theme4 .items-container .small-item-wrap .small-item-image {
	margin: 10px 10px 0 0;
}
.frontpage .items-container .small-item-wrap .small-item-image a {
	float: left;
	display: block;
}

.frontpage .items-container .small-item-wrap .small-item-image img {
	float: left;
	max-width: 100%;
	width: 100%;
}

.frontpage .items-container .small-item-wrap .small-item-image:hover {
	border: solid 1px #888888;
}

.frontpage .items-container .small-item-wrap .small-item-title,.frontpage .items-container .small-item-wrap .small-item-title a
	{
	font-weight: bold;
	color: #00000;
}

.frontpage._theme1 .items-container .small-item-wrap {
	clear: both;
}

.frontpage._theme2 .items-container .small-item-wrap {
	clear: both;
}

/* for _theme2 */
.frontpage._theme2 .big-item-wrap .big-item-readmore a {
	float: right;
}

.frontpage._theme2 .small-item-wrap {
	border-bottom: solid 1px #f0f0f0;
	padding-bottom: 4px;
	margin-bottom: 5px;
}

.frontpage._theme2 .small-item-wrap .small-item-title {
	background: url(../img/list-style.png) left center no-repeat;
}

.frontpage._theme2 .small-item-wrap .small-item-title,
.frontpage._theme2 .small-item-wrap .small-item-datetime,
.frontpage._theme2 .small-item-wrap .small-item-description,
.frontpage._theme2 .small-item-wrap .small-item-price{
	padding: 0 0 0 13px;
}

.frontpage._theme2 .small-item-wrap .review_mark{
	margin-left: 13px;
}

.frontpage._theme3 .big-item-wrap {
	float: none;
	margin: 0 0 10px 0;
	clear: both;
}

.frontpage._theme3 .big-item-wrap .big-item-image {
	float: left;
}

.frontpage._theme3 .small-item-list {
	clear: both;
	float: none;
	width: 100%;
}

.frontpage._theme3 .items-container {
	padding: 0;
}

.frontpage._theme3 .items-container .small-item-wrap {
	float: left;
	overflow: hidden;
}

/******************css for column theme3**************************/
.frontpage._theme3 .items-container .small-item-wrap.column-1 {
    float: left;
    width: 100%
}
.frontpage._theme3 .items-container .small-item-wrap.column-2 {
    float: left;
    width:49%;
    margin-right:2%;
}
.frontpage._theme3 .items-container .small-item-wrap.column-3 {
    float: left;
    width: 32%;
    margin-right: 2%;
    
}
.frontpage._theme3 .items-container .small-item-wrap.column-4 {
    float: left;
    width:23.5%;
    margin-right:2%;
}
.frontpage._theme3 .items-container .small-item-wrap.column-5 {
    float: left;
    width: 18.4%;
    margin-right:2%;
}
.frontpage._theme3 .items-container .small-item-wrap.column-6 {
    float: left;
    width:15%;
    margin-right:2%;
}
/******************css for column theme3**************************/

.frontpage._theme3 .items-container .small-item-wrap.item-last {
	margin-right: 0;
	clear: right;
}

.frontpage._theme3 .items-container .small-item-wrap .small-item-image {
	margin: 0 10px 0 0;
}

.frontpage._theme4 .small-item-wrap {
	clear: both;
	border-bottom: solid 1px #f0f0f0;
	padding-bottom: 7px;
	margin-bottom: 6px;
}

.frontpage._theme4 .small-item-wrap .small-item-content {
	transition: all 0.5;
	display: block;
	height: 0;
	overflow: hidden;
}

.frontpage._theme4 .small-item-wrap:hover .small-item-content {
	transition: all 0.5;
	display: block;
}

.frontpage._theme4 .small-item-wrap .small-item-title {
	background: url(../img/list-style.png) left center no-repeat;
	cursor: pointer;
}

.frontpage._theme4 .small-item-wrap .small-item-title,
.frontpage._theme4 .small-item-wrap .small-item-datetime,
.frontpage._theme4 .small-item-wrap .small-item-description,
.frontpage._theme4 .small-item-wrap .small-item-price{
	padding: 0 0 0 13px;
}
.frontpage._theme4 .small-item-wrap .review_mark{
	margin-left: 13px;
}

.frontpage._theme4 .small-item-wrap .small-item-content-inner {
	overflow: hidden;
/* 	height: 0; */
}

.frontpage:after,.big-item-image:after,
.small-item-image:after,
.items-container:after,
.frontpage._theme3 .big-item-wrap:after{
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.frontpage,.big-item-image,.small-item-image,.items-container,.frontpage._theme3 .big-item-wrap{
	display: block;
}
.frontpage._theme3 .big-item-wrap{
	width: 100%;
}

.clear {
	clear: both;
}
