body{
	padding:10px;
	border:2px solid transparent;
	overflow-x:hidden;
}
*
{
	margin:0;
	padding:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.dataTables_wrapper{padding:0 0;}
h1{
	margin:0;background:transparent !important;
	font-size:20px;
	line-height:24px;
	width:100%;
	border:0 !important;
	padding:15px 30px 15px 20px;position:relative;display:inline-block;font-weight:700;
}
h1:before{
	content:"";position:absolute;top:-1px;bottom:-1px;left:-1px;right:-1px;border-width:1px 1px 1px 1px;border-style:solid;
}
h1:after{
	content:"";position:absolute;top:-1px;left:auto;right:-1px;bottom:auto;
	width:9px;height:9px;
}
.dataTables_scrollHead,.DTFC_LeftHeadWrapper{
	display:none;
}

table.compare-list{
	margin:0 0 30px 0;
}

table.compare-list td.odd,
table.compare-list td.even{
	background:transparent;
}
table.compare-list td.odd{
	background:rgba(0,0,0,0.01)
}

table.compare-list td img{
	width:200px;
	padding:0;
	border:0;
}

table.compare-list td{
	padding:15px 0 15px 28px;
	text-align:left;
	width:250px;
	min-width:250px;
	max-width:250px;
	vertical-align:top;
}

html body table.compare-list tr.remove td{
	padding-top:0;
}
table.compare-list td img{margin-bottom:0;}
table.compare-list tr.remove td > a{
	padding:0;
	height:0;
	border:0;
	position:relative;
	text-indent:-99999px;
	display:inline-block;
	width:100%;
	max-width:200px;
}

table.compare-list tr.remove td > a .remove{
	position:absolute;
	bottom:-55px;
	right:6px;
	left:auto;
	top:auto;
	background-image:url(../images/pp_close.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	text-indent:-99999px;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
}

a
{	font-size:12px;
	text-decoration:none;
	line-height:16px;
	cursor:pointer;
	background:transparent;
	transition:all 0.2s ease-in-out 0s;
	-moz-transition:all 0.2s ease-in-out 0s;
	-webkit-transition:all 0.2s ease-in-out 0s;
}
/* NAME PRODUCT */
html body table.compare-list tr.title td {
	font-size:11px;
	margin:0 auto;
	margin-bottom:5px;
	min-height:0;
	line-height:14px;
	position:relative;
	text-transform:uppercase;
	font-weight:700;
	padding:0 30px 5px 30px;
}
/* AMOUNT */
table.compare-list tr.price th, table.compare-list tr.price td ins{
	text-decoration:none;
}

table.compare-list tr.price th, table.compare-list tr.price td del{
	margin-right:8px;
}

table.compare-list tr.price th, table.compare-list tr.price td{
	font-size:12px;
	line-height:18px;
	text-decoration:none;
	font-weight:400;
}
html body table.compare-list .amount{
	font-size: 14px;
	line-height:18px;
	font-weight:700;
	margin:0 2px;
}
html body table.compare-list del .amount,html body table.compare-list del{font-weight:300;}
html body table.compare-list tr.description td,html body table.compare-list tr.description th{
	text-align:left;
}

table.compare-list th{
	font-size:14px;
	line-height:18px;
	padding:17px;
	min-width:220px;
	width:220px;
	max-width:220px;
	vertical-align:top;
	font-weight:700;
}
table.compare-list tr.title th{padding:0}
table.compare-list tr.image th, table.compare-list tr.image td, table.compare-list tr.price th, table.compare-list tr.price td, table.compare-list tr.add-to-cart th, table.compare-list tr.add-to-cart td{
	padding-top:5px;
}
html body table.compare-list tr.add-to-cart td{
	padding:8px 30px;
	font-size:10px;
	padding-top:15px;
	text-transform:uppercase;
	line-height:14px;
	margin-bottom:6px !important;
	white-space:normal;border-radius:0px;-webkit-border-radius:0px;-moz-border-radius:0px;-o-border-radius:0px;
}

html body table.compare-list tr.price.repeated td{
	text-align:left;
	padding:15px 30px;
}

html body table.compare-list tr.add-to-cart td a
{
	transition:all .3s ease-in-out 0;
	-moz-transition:all .3s ease-in-out 0;
	-webkit-transition:all .3s ease-in-out 0;
	padding:10px 30px;
	display:inline-block;
	font-size:11px;
	margin-top:0;
	text-transform:uppercase;
	line-height:14px;
	border:1px solid;
	white-space:normal;
	border-radius:0px;-webkit-border-radius:0px;-moz-border-radius:0px;-o-border-radius:0px;
	font-weight:700;
}