/* table general styling */
.tablecombz-table {
	border-bottom:medium solid;
	border-width:1px;
}

.tablecombz-table tr {

}

.tablecombz-table tr td {
	text-align: center;
}

.tablecombz-table tr th {
	text-align: center !important;
}

/* columns styling */
td.tablecombz-img {

}

td.tablecombz-reference {

}

td.tablecombz-name {

}

td.tablecombz-descr {

}

td.tablecombz-price {

}

td.tablecombz-price .price-lowered {
	color: #DA0F00;
}

td.tablecombz-price .price {
    font-size: 14px;
    font-weight: bold;
}

td.tablecombz-weight {

}

td.tablecombz-avail {

}

td.tablecombz-avail img {

}

td.tablecombz-quantity {

}

/* 'add to cart' column styling */
td.tablecombz-add-to-cart {

}

td.tablecombz-add-to-cart .ajax_block_product {

}

td.tablecombz-add-to-cart .ajax_block_product a {
	margin: auto;
}

a.tablecombz_add_to_cart {
	display:block;
	background-repeat:no-repeat;
	width:23px;
	height:18px;
	background-image: url('../img/add-to-cart.gif');
}

a.tablecombz_add_to_cart:hover{
	background-image: url('../img/add-to-cart-hover.gif')
}

.tablecombz-quantity-buttons {
	float: left;
}

/* attribute column styling */
td.tablecombz-attr {

}

td.tablecombz-attr-color {

}

td.tablecombz-attr-color a {
	margin: auto;
}

a.color_pick {
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #666;
	cursor: pointer
}

/* extra columns styling */
td.tablecombz-extra-location {

}

td.tablecombz-extra-ecotax {

}

/* filter block styling */
h4.tablecombz-filter {
	margin-bottom: 10px;
	margin-top: 10px;
}

ul.tablecombz-filter-ul {
	display: inline-block;
	margin-right: 30px;
}

li.tablecombz-filter-li, li.tablecombz-filter-li-first {
	list-style: none outside none;
	height: 22px;
	margin-bottom: 10px;
}

li.tablecombz-filter-li-first {
	margin-bottom: 5px;
	font-weight: bold;
}

.tablecombz-filter-select {
	margin-right: 10px;
	margin-left: 0;
	margin-bottom: 15px;
	border: 1px solid #cdcdcd;
}

input.tablecombz-sel-column {
	float:left;
	margin-left: 0.7em;
}

div.tablecombz-caption {
	float:left;
	margin-left: 3px;
}

/* radio button specific style override for PS1.6 only */
.tablecombz-filter-li .radio {
    bottom: 0;
    float: left;
    margin-left: 0.7em;
    min-height: 13px;
    top: 4px;
}

a.tablecombz-filter-a {
	float: left !important;
	cursor: default !important;
	margin: 0 !important;
    padding: 0 !important;
	width: 20px !important;
	height: 20px !important;
	background: none!important;
}

/* other blocks and elements styling */
div.avail_descr {
  padding-top:10px;
}

div.tb_endline {
  padding-bottom:8px;
  border-bottom:medium solid;
  border-width:1px;
}

/* different messages styling */
.tablecombz-notice-block {
	margin: 0.5em 0;
	text-align:right;
}

.tablecombz-attention-msg {
	display: inherit;
	color:#DA0F00;
	font-weight: bold;
}

tr.tablecombz-no-products {

}

/* tooltip styling */
#ns_tt {
	position: absolute;
	border: solid #AAAAAA 1px;
	background-color: #FFFFCC;
	text-align:left;
	font-size: 14px;
	line-height: 16px;
	max-width:160px;
	padding: 2px 5px;
	margin: 25px 0px 0px 5px;
	z-index: 10;
}

/* 'batch buy block' styling */
.batch_buy {
	display: block;
}

.batch_buy span, .batch_buy input {
	float: left;
	margin-top: 8px;
}

.batch_buy input {
	margin-left: 0;
}

.batch_buy span {
    font-style: italic;
    margin-left: 6px;
}