.product_compare {
	padding: 20px;
}

.product_compare h1 {
	font-size: 2em;
	float: left;
	margin-top: 6px;
	text-transform: uppercase;
}

.product_compare button {
	margin-bottom: 10px;
}

.product_compare .clear-items {
	float: right;
}

.product_compare .prod_review {
	margin: 0;
}

.product_compare .top {
	clear: both;
}

.product_compare .tabs {
	margin: 10px 0;
}

.product_compare p.empty {
	clear: both;
	font-size: 1.2em;
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #3c3c3c;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 0;
}

.product_compare .desc img {
	float: right;
}

.product_compare .pic a {
	background: #fff;
	padding: 2px;
	display: block;
	vertical-align: middle;
	text-align: center;
}

.product_compare .pic a img {
	vertical-align: top;
}

.product_compare table {
	margin-bottom: 0;
	table-layout: fixed;
	width: 100%;
}

.product_compare .middle table {
	margin-bottom: 20px;
	font-size: 14px;
}

.product_compare table th {
	width: 125px;
	padding: 3px 5px 3px 0;
	background-color: white;
	vertical-align: middle;
	text-transform: capitalize;
	/* font-weight: bold; */
}

.product_compare .middle table th.thDiff {
	/* width: 105px; */
	
}

.product_compare table td {
	width: 145px;
	border: 0 none;
	padding: 3px 10px;
}

.product_compare .middle h2 {
	padding-bottom: 0;
	padding-top: 1em;
}

.product_compare .top th, .product_compare .bottom th {
	background-color: white;
	vertical-align: middle;
	text-transform: capitalize;
}

.product_compare h2 {
	border-bottom: 2px solid;
	font-size: 1.2em;
	margin: 0 0 0 0;
	padding-bottom: 1em;
	font-weight: bold;
}

.product_compare td.title h2 {
	line-height: 2em;
	border-bottom: 0 none;
	padding-left: 0;
}

.product_compare td.title span a {
	background-image: url(../images/button/ico-prod-compare-close.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	float: right;
	margin-left: 10px;
	margin-top: 6px;
	position: relative;
}

.product_compare  td.title span a:hover {
	background-image: url(../images/button/ico-prod-compare-close_h.png);
}

.product_compare .middle {
	overflow-y: auto;
	max-height: 400px;
}

/* .product_compare .thDiff {
	background-image: url(../images/button/bullet_go.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 20px;
} */

.product_compare .diff {
	font-weight: bold;
	/* color: #3e8100; */
}

.product_compare .middle table th{
	background-color: #f2f2f2;
	color: #3c3c3c;
}

.product_compare .costs .price {
	display: block;
}

.product_compare .costs .was {
	font-size: 0.8em;
	margin-right: 3px;
	font-weight: bold;
	text-decoration: line-through;
}

.product_compare .costs .save {
	color: #ED1C24;
	margin-right: 3px;
	font-size: 0.8em;
}

.product_compare .prod_add_to_cart form button {
	float: left;
	min-width: inherit;
	margin-bottom: 0;
}

.product_compare .prod_add_to_cart label {
	width: inherit;
	margin-right: 10px;
}

.product_compare .collect_from_store button {
	margin-left: 0;
}

.product_compare .stars {
	display: inline-block;
	margin-bottom: 0;
}

.product_compare p.price, .product_compare p.average-rating {
	margin-bottom: 0;
}

.product_compare .clear-items .neutral {
	/* border: 2px solid rgb(119, 119, 119); */
	margin-top: 7.5px;
	font-weight: 600;
	border: 3px solid;
	border-color: #0B1F58;
	color: white;
	background-color: #0B1F58;
}

.product_compare .clear-items .neutral:hover {
	background-color: white;
	color: #0B1F58;
	border-color: #0B1F58;
}

.product_compare button.large {
	margin-top: 8px;
}

tr.desc h2 {
	padding-bottom: 0;
}

/* Colorbox specific clases to handle varying attribute height values
**************************/
#colorbox .product_compare {
	padding: 0px 7px;
    margin-top: -15px;
}

#colorbox .product_compare .clear-items {
	margin-left: 20px;
}

#colorbox .product_compare .top {
	margin-bottom: 10px;
}

#colorbox .product_compare .middle {
	overflow-y: auto;
	height: 325px;
	margin-bottom: 0;
	max-height: none;
	margin-right: -16px;
}

#colorbox .product_compare .middle.half {
	height: 125px;
}

#colorbox .product_compare .bottom {
	background: white;
	/* width: 810px; */
	margin-top: 10px;
}

#colorbox {
	border: 4px solid;
}

#addToCartForm span {
	display: block;
}

.title a {
	padding-right: 7px;
}

.middle.half table tr:nth-child(even) {
	/* background-color: #d3e0e5; */
}

.compare-panel {
	height: 65px;
	margin-top: 10px;
}

.compare-button-panel {
	display: inline;
}

.compare-checkbox {
	display: inline;
	float: right;
	margin-right: 3px;
}

.compare-checkbox input[type="checkbox"] {
	margin-right: 4px
}

.compare-button-panel button {
	width: 63%;
	height: 46.8px;
	margin-top: 7.5px;
	font-weight: 600;
	border: 3px solid;
}

.compare-button-panel button:enabled {
	border-color: #575a5d;
	color: white;
	background-color: #575a5d;
}

.compare-button-panel button:disabled {
	color: #ffffff;
	background-color: #c7d6ce;
	border-color: #c7d6ce;
}

.compare-button-panel button:enabled:hover {
	background-color: white;
	color: #0B1F58;
	border-color: #0B1F58;
}

.add-to-cart-margin {
	margin-top: 15px;
}

@media (max-width: 720px) {
#colorbox div.product_compare table th,#cboxContent div.product_compare table td {
    width: 120px;
}
}

#colorbox .product_compare .heading {
	display: none;
}