div.content-inner form{
width:0px !important;
}

/*ORDER*/
div.order-title b, div.order-title-inner {
    background-color: #E6E6E6;
}
div.order-title-inner span {
    color: #353535;
}
div.order-title .r2, div.order-title .r0 {
    border-color: #FAFAFA;
}
div.order-info {
    border-bottom-color: #F0F0F0;
    border-left-color: #F7F7F7;
    border-right-color: #F7F7F7;
}
div.order-status {
    background-color: #A4A4A4;
    color: #FFFFFF;
}
div.order-status-n {
    background-color: #FFAE00;
}
div.order-status-deny {
    background-color: #F20000;
}
div.order-status-p {
    background-color: #3ABE00;
}
div.order-items {
    color: #7F7F7F;
}
/*годинник та книга дня*/
   #hours{font-weight: bold; color: #f00;font-family: Arial,Helvetica,sans-serif;}
   #minutes{font-weight: bold; color: #f00;font-family: Arial,Helvetica,sans-serif;}
   #seconds{font-weight: bold; color: #f00;font-family: Arial,Helvetica,sans-serif;}
   
   .item_img_block_day{
		padding-top: 10px;
   }
   .item_content_ws{
		font-family: Arial,Helvetica,sans-serif; font-size: 12px;
   }
   .item_content_ws2{
		color: rgb(24, 114, 192); font-family: Arial,Helvetica,sans-serif; font-size: 12px; text-decoration: underline;
   }
   .price_blockws{
		position: relative;
   }
   .price_blockws2{
		color: rgb(83, 81, 81); font-family: Arial,Helvetica,sans-serif; font-size: 12px;
   }
   .book_day{
		background-color: rgb(242, 142, 0); padding-top: 10px;position:relative;
   }
   
   .book_day_sale{
		background-color: red; 
		padding:5px 9px;
		position:absolute;
		border-radius:3px;
		top:6px;
		right:5px;		
   }
   
   .book_day_sale span{
		text-align:center;
		color:white;
		font-size:13px;
		font-weight:bold;
		font-family: Arial,Helvetica,sans-serif;
   }
   
   .book_day_name{
		display: block; padding-bottom:10px; color: #fff; font-family: Arial,Helvetica,sans-serif; font-size: 15px; text-align: left;margin-left:10px;
   }
   .book_day_pic{
		margin-top: -38px; margin-bottom: 30px;
   }
   
   
.bookclub_form table{
	margin:auto;
}
   
.bookclub_form .form_block{
	margin:auto;
}

.bookclub_form input{
	border: 1px solid #e6e5e5;
	height: 21px;
    line-height: 21px;
	padding: 0px;
}

.bookclub_form input[type='submit'] {
    border: 0;
    background-color: #fe794e;
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    width: 171px;
    margin-top: 10px;
    height: 28px;
}

.bookclub_form label{
	font-weight:normal;
	
}