/* Only for transition from style3 to style4 */

/* LISTINGS */

.listing_preview {
	cursor: pointer;
	border: 1px solid #cccccc;
	margin-bottom: 5px;
	border-radius: 4px;
}
.listing_preview.featured {
	background-color: #fcf8e3;
	color: #8a6d3b;
	border: 1px solid #faebcc;
}
.listing_preview.featured a {
	color: #66512c;
}
.listing_preview.business {
	background-color: #d9edf7;
	color: #31708f;
	border: 1px solid #bce8f1;
}
.listing_preview.business a {
	color: #245269;
}
.listing_preview.primo {
	background-color: #dff0d8;
	color: #3c763d;
	border: 1px solid #d6e9c6;
}
.listing_preview.primo a {
	color: #2b542c;
}
.listing_preview .inner {
	padding: 5px;
}
.listing_preview .inner:hover {
	background-color: #dff0d8;
}
.listing_preview .media {
	margin: 0px;
	padding: 0px;
}
.listing_preview .seller_img {
	margin-top: 5px;
}
.listing_preview .price {
	color: inherit;
	font-size: 150%;
	line-height: 100%;
	font-weight: bold;
}
.listing_preview .price:hover {
	text-decoration: none;
}
.listing_preview .condition {
	font-weight: bold;
}
.listing_preview .code {
}
.listing_preview .icons {
	white-space: nowrap;
}
.listing_preview .icons img {
	width: 12px;
	height: 12px;
}
.listing_preview .stars_area {
	white-space: nowrap;
	overflow: visible;
}
.listing_preview .stars-small {
	white-space: nowrap;
}
.listing_preview .stars_count {
	color: #888888;
	font-size: 80%;
}
.listing_preview .storage {
}
.listing_preview .color_box {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid Black;
}
.listing_preview .seller_info {
	font-size: 90%;
}
.listing_preview .ship_from {
	font-size: 90%;
}
.listing_preview .more_area {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 3px;
	padding-top: 3px;
	font-size: 90%;
}
.listing_preview .headline {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.listing_preview .headline a {
	display: block;
}
.listing_preview .staff_info {
	background-color: rgba(0, 0, 0, 0.1);
}
.listing_preview .nowrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.listing_preview .buy_now_price_3, .buy_now_price_ {
	font-size: 400%;
	line-height: 100%;
	font-weight: bold;
}
.listing_preview .buy_now_price_5 {
	font-size: 330%;
	line-height: 120%;
	font-weight: bold;
}

.listing_preview .preview_price_3, .preview_price_ {
	font-size: 200%;
	font-weight: bold;
	line-height: 110%;
	display: block;
}
.listing_preview .preview_price_5 {
	font-size: 125%;
	font-weight: bold;
	line-height: 200%;
	display: block;
}

.listing_preview .buy_now_price_3, .buy_now_price_ {
	font-size: 400%;
	line-height: 100%;
	font-weight: bold;
}
.listing_preview .buy_now_price_5 {
	font-size: 330%;
	line-height: 120%;
	font-weight: bold;
}

.listing_preview .preview_price_3, .preview_price_ {
	font-size: 200%;
	font-weight: bold;
	line-height: 110%;
	display: block;
}
.listing_preview .preview_price_5 {
	font-size: 125%;
	font-weight: bold;
	line-height: 200%;
	display: block;
}

.buy_now_price_3, .buy_now_price_ {
	font-size: 400%;
	line-height: 100%;
	font-weight: bold;
}
.buy_now_price_5 {
	font-size: 330%;
	line-height: 120%;
	font-weight: bold;
}

.listing_images {
}
.listing_images .listing_image {
	float: left;
	padding: 5px;
	margin: 0px 10px 10px 0px;
	border: 1px solid #eee;
}

.btn-xl {
	padding: 12px 18px;
	font-size: 20px;
	line-height: 1.5;
	border-radius: 7px;
}

.panel_not {
	overflow: hidden;
	border-bottom-right-radius: 4px;
	margin-bottom: 18px;
}
.panel_not ul {
	font-size: 110%;
	padding-left: 20px;
}
.panel_corner_cta {
	position: absolute;
	bottom: 10px; left: 25px;
}
.panel_corner_image {
	float: right;
	width: 80%;
	margin: -20px -55px -5px 0px;
}


.alert-grey, .alert-gray {
  background-color: #f5f5f5;
  border-color: #dddddd;
  color: #555555;
}
.alert-white {
  background-color: #ffffff;
  border-color: #dddddd;
  color: #444444;
}
.alert-white a {
	text-decoration: none;
}

.staff-user-comments-scroll {
	max-height: 150px;
	overflow-y: auto;
}
.staff-user-comments-scroll .comment-content {
	white-space: pre-wrap;
}


/* Warranty / Protection Plans */
.warranty_bar {
	color: #ffffff;
	background-color: #f76808;
	padding: 8px 15px; /* same as breadcrumbs */
	font-size: 100%;
	border-radius: 4px;
	text-align: center;
}
.warranty_bar a {
	color: #ffffff;
	margin: 0px 0px 0px 0px;
}


.field ul.yes_no {
	margin-top: 0px;
}
.field .yes_no li {
	display: inline-block;
	margin-right: 10px;
}
.field .yes_no li label {
	margin-top: 0px;
}

.panel-footer ul.inline-list {
	margin-bottom: 0px;
	padding-left: 0px;
}
.panel-footer ul.inline-list li {
	display: inline;
	padding-right: 20px;
}
