@charset "utf-8";
/* CSS Document */

/*----------------------GOODS------------------------------*/

#goods {
	width:914px;
	height:334px;
	background:url(../images/bgGoods.png) no-repeat;
	margin:0 auto;
}
#activeBox {
	width:810px;
	margin:0 auto;
	padding: 56px 0 0;
}
#leftArrow {
	width:34px;
	height:34px;
	background:url(../images/leftArrow.png) no-repeat;
	float:left;
	cursor:pointer;
	margin:50px 0;
}

#stripeConteiner {
	float:left;
	width:742px;
	margin:-3px 0 0 0;
	height:261px;
	overflow:hidden;
	position:relative;
}

#goodStripe {
	width:2000px;
	margin:6px 0 0 0;
}
#goodStripe .goodItem {
	text-align:center;
	float:left;
	position:relative;
}
#goodStripe .goodItem .hit {
	width:74px;
	height:75px;
	background:url(../images/hit.png) no-repeat;
	position:absolute;
	left:31px;
	top:-3px;
}
#goodStripe .goodItem .image {
	width:185px;
	height:135px;
	background:url(../images/bgGoodImage.png) no-repeat;
	padding:10px 0 0 0;
}
#goodStripe .goodItem .name {
	font-family:Arial;
	font-size:16px;
	width:150px;
	padding:0 19px;
}
#goodStripe .goodItem .name a {
	color:#311800;
}
#goodStripe .goodItem .price {
	font-family:Arial;
	font-size:17px;
	color:#000;
	padding:5px 0;
}
#goodStripe .goodItem .buy {
}
#goodStripe .goodItem .buy a {
	width:102px;
	height:25px;
	background:url(../images/buyButton.png) no-repeat;
	display:inline-block;
}
#rightArrow {
	width:34px;
	height:34px;
	background:url(../images/rightArrow.png) no-repeat;
	float:left;
	cursor:pointer;
	margin:50px 0;
}
/*--------------------END-OF-GOODS-------------------------*/

/*----------------------CONTENT----------------------------*/

#content {
	margin:0px auto 60px;
}

#inCon {
	background:#fff;
	border:1px solid #a27d58;
	margin:5px;
	padding:40px 5px;
}
.contentItem {
	float:left;
	width:440px;
	min-height:220px;
       margin-bottom:10px;
}
.contentItem a {
	color:#311800;
}
.contentItem a {
}
.contentItem .image {
	float:left;
	padding:5px 			1			5px 0 0;
	text-align:center;
	width:205px;
}
.contentItem .text {
	float:left;
	width:205px;
	margin-left:5px;
}
.contentItem .text .name {
	font-family:Georgia;
	font-size:24px;
	color:#311800;
	font-style:italic;
	padding:0 0 15px 0;
}
.contentItem .text .list {
	font-family:Arial;
	font-size:14px;
}
.contentItem .text .list ul {
	list-style:none;
	margin:0;
	padding:0;
}
#inCon .article h1 {
	font-family:Georgia;
	font-size:24px;
	color:#311800;
	font-style:italic;
	font-weight:normal;
	padding:0 0 20px 0;
	margin:0;
}
#inCon .article p {
	font-family:Arial;
	color:#000;
	font-size:14px;
	padding:0;
	margin:0;
}

/*--------------------END-OF-CONTENT-----------------------*/


#dark {
	position:absolute;
	top:0;
	z-index:999;
	width:100%;
	height:100%;
	background:url(/images/dark.png);
	display:none;
}

#step {
	position:relative;
	width:489px;
	height:229px;
	background:url(/images/step.jpg) no-repeat;
	font-family:Arial;
	font-size:30px;
	color:#750a00;
	text-align:center;
	padding:40px 0 0 0;
	display:none;
	margin:135px auto;
}

#step #oformButton {
	width:396px;
	height:42px;
	background:url(/images/oformButton.png) no-repeat;
	display:block;
}

#step #addButton {
	width:396px;
	height:42px;
	background:url(/images/addButton.png) no-repeat;
	display:block;
	margin:20px 0 0 0;
}

#step #redButtons {
	width:396px;
	margin:40px auto 0;
}

#step #closeStepDiv {
	position:absolute;
	top:15px;
	left:445px;
}

#step #closeStepDiv #closeStep {
	width:27px;
	height:27px;
	background:url(/images/closeButton.png) no-repeat;
	display:block;
}

.clearfix::after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}