@charset "utf-8";
/* CSS Document */

.order_hover {
	transition: all ease 0.3s;
}

.order_hover:hover {
	transform: scale(1.05);
}

.art_item {
	width:300px;
	text-align:center;
	background-repeat:no-repeat;
	margin-right:20px;
	display:block;
	float:left;
	margin-bottom:10px;
	padding-bottom:20px;
}
.art_item_conteinar {
	border:1px solid #f2f2f2;
	}

/*////////*/
/*thumb*/
.art_item a.thumb {
	width:300px;
	height:230px;
	text-align:center;
	display:block;
	overflow:hidden;
}
.art_item .art_img_separator{
	height:10px;}


.art_item .price_container{
	width:198px;
	background-color:#f5f5f5;
	display:block;
	text-align:left;
	padding:5px;
	float:left;
}

.price_container_right{
	width:80px;
	background-color:#f5f5f5;
	display:block;
	text-align:right;
	padding:5px;
	padding-top:7px;
	padding-bottom:3px;	
	float:left;
	font-size:10px;
	height:30px;
	}
.art_item .price_container a.add_to_cart_button{
	position:absolute; 
	right:-92px;
	top:-200px;
	width:65px;
	height:40px;
	padding-left:15px;
	padding-right:15px;
	padding-top:40px;

	color:#FFF;
	text-align:center;
	font-size:12px; 
	font-weight:bold;

	background-image:url(/images/add_to_cart_button.png);
}
.art_item .price_container a{
	text-decoration:none;
	color:#484848;
	font-size:14px;
	line-height:30px;
}
.art_item .price_container span{
	color:#000;
	font-size:10px;
}
.c2 {display:inline-block;
color:#000;
padding-left:10px;}

.promo_content{
	margin-top:10px;
}

.promo_content input {
    border: 1px solid #c2c2c2;
        border-right-color: rgb(194, 194, 194);
        border-right-style: solid;
        border-right-width: 1px;
    padding-left: 15px;
    width: 200px;
    color: #40252f;
    font-family: "Open Sans", sans-serif;
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
    vertical-align: top;
    height: 43px;
    font-weight: 400;
    border-right: none;
}