﻿body {
	/*background-color:#333;*/
	margin:0;
}
.auctions-container {
	background-color: #fff;
	/*width:980px;*/
	margin:0 auto;
	clear: both;
	overflow: hidden;
}
.auctions-blk {
	background-color:#fff;
	padding:0;
	clear:both;
	overflow:hidden;
}
.auction-tabs {
	font-size:14px;
	text-transform:uppercase;
	float:left;
}
.auction-register {
	float:right;
	font-size: 12px;
	color: #666;
	margin-top: 10px;
}
.auction-tabs ul {
	padding:0;
	margin:0;
}
.auction-tabs ul li {
/*	color:#a8a8a8;*/
	list-style-type:none;
	padding:10px 0;
	margin:0;
	display:inline-block;
	cursor: pointer;
}
.auction-tabs ul li.auction-sep {
	margin: 0 10px;
}
/*.auction-tabs ul li.auction-tabs-active {
	color:#222;
}*/
.auction-btn {
	background-color:#EE7E3C;
	color:#fff;
	padding:5px 10px;
	border:1px solid #EE7E3C;
	text-transform:uppercase;
    cursor: pointer;
}
.auction-items {
	background:#fff;
	clear:both;
	overflow:hidden;
	/*margin:25px 15px 35px 15px;*/
	padding: 0 0 35px 0;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 35px;
	margin-top: 35px;
}
.auction-items-img {
	float:left;
}
.auction-items-desc {
	color:#666;
	font-size:18px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display:none;
}
.line-clamp:after {
	background: linear-gradient(to right, rgba(255, 255, 255, 0), #f0f0f0  50%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	bottom: 0;
	content: "...";
	font-weight: bold;
	padding: 0 20px 1px 45px;
	position: absolute;
	right: 0;
}

.line-clamp {
	height: 3em;
	line-height: 1.4em;
	overflow: hidden;
	position: relative;
}
.auction-items-details {
	/*float:left;
	margin:0 20px;
	width: 473px;*/
}
.auction-items-details a:hover {
    color: #666;
    text-decoration: none;
}
.auction-items-details h1 {
	color:#666;
	font-size:24px;
	text-transform:uppercase;
	line-height:28px;
	font-weight: 600;
	margin: 0 0 5px 0;
}
.auction-items-details h2 {
	color:#666;
	font-size:18px;
	margin: 0 0 10px 0;
	font-weight: 600;
	text-transform: uppercase;
}
.notify-auction {
	color: #222;
	text-decoration: none;
	border-bottom: 1px solid #E7A614;
	padding-bottom: 2px;
	font-size: 14px;
	margin: 10px 0 0 0;
	display: inline-block;
}
/** Below css class are already there in style.css **/
.btn-bid {
	background-color: #EE7E3C;
	color: #fff;
	border: 1px solid #EE7E3C;
	padding: 5px 5px;
	font-weight: bold;
	font-size: 12px;
}
.btn-bid:hover {color:#fff;background-color:#ea7733;}
.btn {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px;
	font-size: 12px;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.bid-icon {
	background-image: url(https://mediacloud.saffronart.com/storyltd/staticimages/sitecomponents/componentsv2.png);
	background-position: -20px -125px;
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
	display: inline-block;
	vertical-align: sub;
}
.highlight-title {
    font-weight:bold;
    cursor: pointer; 
    color:#EE7E3C;  
}
.std-banner {
	background-color:#fff;
	padding:20px 0 0 0;
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 10px;
}
.std-banner-strip {
	/*background-color:#000;
	height: 100px;*/
	text-align: center;
}
.std-circle {
	border-radius:50%;
	border:5px solid #FDFDFC;
	background-color:#more;
	font-size:24px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	width:125px;
	padding:50px 15px;
	margin: -34px 75px 0 75px;
	float:left;
}
.std-relative {
	position:relative;
}
.std-banner-title {
	/*float: left;*/
	margin: 24px 0px;
}
.std-banner-title h2 {
    text-transform: uppercase;
    font-size: 28px;
}
.std-banner-title ul {
	list-style-type:none;
	display:inline-block;
	padding:0;
	margin:0;
	/*float:left;*/
}
.std-banner-title ul li {
	font-size:24px;
	color:#666;
	text-transform:uppercase;
	display:inline-block;
	line-height:24px;
	font-weight: 600;
}
.std-sep {
    margin: 0 10px;
    font-size: 36px !important;
    vertical-align: 5px;
}
.std-banner-img img {
    width: 280px;
    display: inline-block;
	margin-right:5px;
}
.more {
    font-size: 18px;
}
#loader {
    text-align: center;
    font-size: 18px;
}
.abt-auctions {
    margin-bottom: 35px;
}
.abt-auctions h2 {
    margin-bottom: 10px;
}