#primacart-compare-list-bottom {
	width: 800px;
	position: fixed;
	bottom: 4px;
	left: 50%;
	margin-left: -400px;
	background: #fff;
	border: 1px solid #939393;
	box-shadow: 0 0 10px #124672;
	overflow: hidden;
    z-index: 1000;
}

#primacart-compare-list-bottom table {
	width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
}

#primacart-compare-list-bottom table td {
	width: 20%;
	min-height: 200px;
    background: #F0BA00;
	padding: 5px 10px 5px 0;
    vertical-align: top;
}

#primacart-compare-list-bottom table td .post-img {
    height: 60px;
    width: 50px;
    float: left;
    margin: 0 12px 0 6px;
    text-align: center;
}

#primacart-compare-list-bottom table td .post-title {
	float: left;
}

#primacart-compare-list-bottom table td .post-title a {
    word-wrap:break-word;
    display: inline-block;
    width: 70px;
}

#primacart-compare-list-bottom table td .cell-inner {
	position: relative;
}

#primacart-compare-list-bottom table td.empty-cell {
    padding: 0;
    text-align: center;
    height: 70px;
	vertical-align: middle;
    background: #F0BA00;
}

#primacart-compare-list-bottom table td.compare-now-cell {
	vertical-align: middle;
	text-align: center;
	background: none;
}

#primacart-compare-list-bottom .remove-all {
	position: absolute;
	right: 8px;
	color: #AA0A00;
	cursor: pointer;
}

#primacart-compare-list-bottom .remove-from-compare {
    background: url("../../images/nocompare.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 16px;
    position: absolute;
    right: -16px;
    top: -12px;
    width: 16px;
}




.primacart-product-specs-compare {
    border-collapse: separate;
    border-color: #DDDDDD #DDDDDD #DDDDDD -moz-use-text-color;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
    width: 100%;
}

.primacart-product-specs-compare-fixed {
    position: fixed;
    top: 0;
}

body.admin-bar .primacart-product-specs-compare-fixed {
    top: 28px;
}

.primacart-product-specs-compare th {
    border-top: 1px solid #DDDDDD;
    line-height: 18px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
    border-left: 1px solid #DDDDDD;
    font-size: 100%;
    letter-spacing: normal;
    text-transform: none;
}

.primacart-product-specs-compare th.features-cell {
    min-width: 110px;
    width: 110px;
    vertical-align: bottom;
}

.primacart-product-specs-compare th.product-cell {
    padding-right: 20px;
    width: 21.675%;
}

.primacart-product-specs-compare th.product-cell.product-cell-empty {
    vertical-align: middle;
}

.primacart-product-specs-compare .cell-inner {
    position: relative;
}

.primacart-product-specs-compare .remove-from-compare {
    background: url("../../images/nocompare.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 16px;
    position: absolute;
    right: -16px;
    top: 0;
    width: 16px;
}

.primacart-product-specs-compare th.product-cell .product-title {
    font-size: 12px;
    font-weight: bold;
    height: 37px;
    letter-spacing: -1px;
    line-height: 37px;
    /*overflow: hidden;*/
    /*padding-left: 10px;*/
    white-space: nowrap;
}
    
.primacart-product-specs-compare th.product-cell .cell-inner a.product-link {
    text-align: center;
}

.primacart-product-specs-compare tr:first-child th {
    border-top: none;
}

.primacart-product-specs-compare tr:first-child th {
    background: #F0BA00;
    font-weight: bold;
    text-align: center;
}

.primacart-product-specs-compare th.product-price-cell {
    background: #F0BA00;
    border-top: none;
}

.primacart-product-specs-compare th.primacart-group-name {
    text-transform: uppercase;
    background: #F0BA00;
    font-weight: bold;
}

.primacart-product-specs-compare th.primacart-spec-name {
    text-align: right;
    background: #FFD237;
}

.primacart-product-specs-compare td {
    border-left: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    vertical-align: middle;
    padding-left: 5px;
}

.primacart-product-specs-compare .product-price-cell .product-price {
    padding: 15px 0 5px 0;
    text-align: center;
    color: #BE0D0D;
    font-size: 20px;
    font-weight: bold;
}

.primacart-product-specs-compare-fixed .primacart-product-specs-compare .product-image-holder {
    float: left;
}

.primacart-product-specs-compare-fixed .primacart-product-specs-compare .product-price {
    font-size: 20px;
    line-height: 60px;
    color: #BE0D0D;
}

#primacart-compare-list-bottom table td.compare-now-cell button,
.compare_button button,
button.add-item
{
    background-color: #4692F0;
    border: 1px solid #4A8ACA;
    border-radius: 3px;
    color: white;
    font-size: 12px;
    line-height: 22px;
    margin: 0;
    padding: 0 8px;
    position: relative;
}

#primacart-compare-list-bottom table td.compare-now-cell button:hover,
.compare_button button:hover,
button.add-item:hover
{
    background-color: #4A8ACA;
    box-shadow: 1px 1px 1px #CCCCCC;
    cursor: pointer;
    text-decoration: none;
}

.ui-widget-overlay {
    background: #fff;
    opacity: 0.7;
    position: fixed;
    top: 0;
    left: 0;
}

#primacart-select-product-dialog {
    background: none repeat scroll 0 0 #F9F9D9;
    border: 1px solid #ACACAC;
    box-shadow: 0 2px 4px -1px #888888;
    padding: 0 20px;
}

.ui-dialog .ui-icon-closethick {
    background: url("../../images/nocompare.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 16px;
    width: 16px;
    text-indent: -9999px;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 5px;
    top: 5px;
}

.ui-dialog .ui-dialog-title {
    display: none;
}

.ui-dialog .ui-dialog-content h2 {
    color: #4692F0;
    font-size: 18px;
    font-weight: bold;
    height: 32px;
    letter-spacing: -1px;
    line-height: 32px;
    margin: 18px 0 14px;
}

.ui-dialog .ui-dialog-content .search-hint {
    color: #999999;
    font-size: 12px;
    height: 21px;
}

.ui-dialog .ui-dialog-content .search-box {
    font-size: 14px;
    width: 288px;
    padding: 6px;
    border: 1px solid #179D00;
}

.ui-dialog.primacart-autosuggest {
    position: fixed;
}

.ui-autocomplete {
    background: none repeat scroll 0 0 white;
    border: 1px solid #179D00;
    box-shadow: 0 3px 6px #AAAAAA;
    display: block;
    float: left;
    min-width: 300px;
}

.ui-autocomplete .ui-menu-item {
    line-height: 28px;
    padding: 0 10px;
}

.ui-autocomplete .ui-menu-item:hover {
    background: none repeat scroll 0 0 #DEEDFD;
}

.ui-autocomplete .ui-menu-item a {
    display: block;
}


ul.primacart-latest-comparison {
    margin: 0;
    padding: 0;
}

ul.primacart-latest-comparison li {
    background: none;
    padding: 0;
    margin: 0;
}

.primacart-latest-comparison li > a {
    display: block;
    width: 100%;
    background: #FFD237;
}

.primacart-latest-comparison li > a:hover {
    background: #F0BA00;
    text-decoration: none;
}

.primacart-latest-comparison li .ap-cell
{
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}

.primacart-latest-comparison li .ap-cell.img-cell
{
    min-width: 56px;
    min-height: 56px;
    text-align: center;
}

.primacart-latest-comparison li .table-title-cell {
    background: #F0BA00;
    line-height: 18px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
}

/*#primacart-select-product-dialog .ui-helper-hidden-accessible {
    display: none;
}*/

.ui-helper-hidden-accessible { position: absolute; left: -99999999px; display: none; }

.group-head-stock {
    min-width: 60px;
}