#ct_matrix .ctp_checked {
    background:#F8FCC9;
}
#ct_matrix .ctp_checked:hover {
    background:#F0F5BD!important;
}

#add_to_cart_bulk {
    clear:both; 
    overflow:hidden;
    float: right;
    display:inline-block;
}
#add_to_cart_bulk button {
    float:right;
}

#ct_matrix thead th {
    padding-right: 14px;
    margin-right: 5px;
    background:url('../img/sortOff.gif') right 2px center no-repeat;   
}

#ct_matrix thead th.headerSortUp {
    background:url('../img/sortUp.gif') right 2px center no-repeat;
}

#ct_matrix thead th.headerSortDown {
    background:url('../img/sortDown.gif') right 2px center no-repeat;
}

#ct_matrix thead th.nosort {
    background:none!important;
    padding:5px!important;
    margin-right:0px!important;
    cursor:default!important;
}

#ct_matrix thead {
    cursor:pointer;
}

#ct_matrix thead.nosort{
    cursor:default;
}
#ct_matrix thead.nosort th {
    background:none!important;
    padding:5px!important;
    margin-right:0px!important;
    cursor:default!important;    
}

#ct_matrix {
  border-collapse: separate;
  border-spacing: 0px;
  font-size: 12px;
  margin-bottom: 25px;
  width: 100%;
}

#ct_matrix .ct_matrix_head{
font-weight:bold;
color:#000;
background: #fff; /* Old browsers */
}

#ct_matrix thead.nosort th
{
	border-top:1px solid #d3d3d3 !important;
border-bottom:1px solid #d3d3d3 !important;
}

#ct_matrix td, #ct_matrix th {
  border-bottom: 1px solid #ccc;
  padding: 3px 0;
  text-align: right;
}

#ct_matrix .ctd_image,
#ct_matrix .ctd_cname {
	text-align:left;	
}

#ct_matrix .qty {
    padding:6px 2px;
    margin:0px;
    border:1px solid #c0c0c0;
    font-size:11px;
    width:30px;
    text-align:center;
	display:none;
}

#ct_matrix .ct_submit {
  background: #139378;
  color: white;
  cursor: pointer;
  display: inline-block;
  padding: 15px 25px;
  position: relative;
  top: 0px;
}
#ct_matrix .ct_submit:hover {
	background:#2ed3aa;
}
#ct_matrix .ct_submit_nostock {
    height:16px;
    width:16px;
    display:inline-block;
    background:url('../img/nostock.png')!important;
    position:relative;
    top:4px;
    cursor:auto!important;
}

.bulk_option_add_to_cart {
    display:block;
    clear:both;
    overflow:hidden;
    padding:5px;
}

.bulk_option_add_to_cart p{
    display:block;
    clear:both;
    overflow:hidden;
    margin:0px;
    padding:0px;
}

.bulk_option_add_to_cart .buttons_bottom_block {
    padding:0px;
}
