#selectDiscountsProducts {
    padding: 4px;
}
#selectDiscountsProducts .info {
    background: url("images/discounts.png") no-repeat scroll 0 0 transparent;
    min-height: 110px;
    padding-left: 110px;
    width: 550px;
}
#selectDiscountsProducts .info > div {
    padding-bottom: 9px;
}
#selectDiscountsProducts .info .links a, #selectDiscountsProducts .info .links a:visited {
    color: #2d79cd;
}
#selectDiscountsProducts .delivery {
    display: none;
}
#selectDiscountsProducts .delivery h3 {
    text-transform: uppercase;
}
#selectDiscountsProducts .delivery .green {
    color: #019837;
}
#selectDiscountsProducts .delivery .red {
    color: #ff6666;
}
#selectDiscountsProducts .delivery .clearfix {
    margin-top: 18px;
}
#selectDiscountsProducts .delivery .clearfix button {
	background-color: #ff6666;
	border: 0 none;
	color: #fff;
    display: block;
    font-weight: bold;
    height: 24px;
    margin-right: 25px;
    outline: none;
    width: 108px;
}
#selectDiscountsProducts .delivery .clearfix a {
	color: #ff6666;
    display: inline-block;
    font-weight: bold;
    line-height: 18px;
    margin-top: 3px;
    text-decoration: underline;
}
#selectDiscountsProducts .delivery .clearfix a:hover {
	text-decoration: none;
}
#selectDiscountsProducts .button {
	display: none;
    padding-top: 10px;
    text-align: center;
}
#selectDiscountsProducts > div:last-child button {
    height: 26px;
}

#tableDiscountsProducts {
    padding: 4px;
}

#tableDiscountsProducts .back a, #tableDiscountsProducts .back a:visited {
    background: url("images/arrow_left.png") no-repeat scroll 0 center transparent;
    color: #000;
    display: inline-block;
    height: 28px;
    line-height: 26px;
    padding-left: 32px;
}

#tableDiscountsProducts > div {
    width: 1000px;
}
#tableDiscountsProducts .inner {
    padding: 6px 4px;
}
#tableDiscountsProducts .inner .row {
	margin: 0;
    padding-bottom: 12px;
}
#tableDiscountsProducts .inner .row label {
    display: block;
    font-weight: bold;
}
#tableDiscountsProducts .inner .row select {
    border: 1px solid #e2e2e2;
    color: #333;
    display: block;
    font: 12px tahoma;
    margin-top: 2px;
    padding: 3px 1px;
}
#tableDiscountsProducts .inner .row option {
    -moz-padding-end: 4px !important;
    -moz-padding-start: 4px !important;
}

#tblProducts .listTable {
    overflow: hidden;
}

#tblProducts .pagination {
	display: block;
    text-align: center;
}
#tblProducts .pagination a, #tblProducts .pagination strong, #tblProducts .pagination span {
    color: #222;
    display: inline-block;
    margin: 0 2px;
}
#tblProducts .pagination a:first-child, #tblProducts .pagination strong:first-child, #tblProducts .pagination span:first-child {
    margin-left: 0;
}
#tblProducts .pagination a:last-child, #tblProducts .pagination strong:last-child, #tblProducts .pagination span:last-child {
    margin-right: 0;
}
#tblProducts .pagination .first {
    margin-right: 4px;
}
#tblProducts .pagination .prev {
    margin-right: 8px;
}
#tblProducts .pagination .next {
    margin-left: 8px;
}
#tblProducts .pagination .last {
    margin-left: 4px;
}

#tblProducts .pagination, #tblProducts .listTable table {
    margin-top: 12px;
}
#tblProducts .pagination:first-child, #tblProducts .listTable table:first-child {
    margin-top: 0;
}
#tblProducts .listTable table {
	border: 1px solid #e5e5e5;
	border-spacing: 0;
	width: 100%;
}
#tblProducts .listTable table th, #tblProducts .listTable table td {
	border-left: 1px solid #e5e5e5;
    padding: 2px 5px;
    text-align: center;
    vertical-align: middle;
}
#tblProducts .listTable table th:first-child, #details .listTable table td:first-child {
    border-left: 0 none;
}
#details .listTable table td:first-child {
    border-left: 0 none;
}
#tblProducts .listTable table th {
    background-color: #e5e5e5;
    text-align: center;
    white-space: nowrap;
}
#tblProducts .listTable table td {
    border-top: 1px solid #e5e5e5;
}
#tblProducts .listTable .image {
	text-align: center;
    width: 140px;
}
#tblProducts .listTable .image img {
	width: 120px;
}
#tblProducts .listTable .discount {
    color: #1dad24;
    width: 110px;
}
#tblProducts .listTable .price {
    width: 160px;
}
#tblProducts .listTable .price del {
    color: #868484;
}
#tblProducts .listTable .number {
    width: 100px;
}
#tblProducts .listTable .number input {
    border: 1px solid #e5e5e5;
    display: inline-block !important;
    color: #323232;
    float: none;
    height: 26px;
    line-height: 26px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    width: 50px;
}
#tblProducts .listTable .number .input-group {
    display: block;
    white-space: nowrap;
}
#tblProducts .listTable .number .input-group-btn {
    display: inline-block;
    height: 100%;
    width: auto;
}
#tblProducts .listTable .number .input-group-btn .btn, #tblProducts .listTable .number .input-group-btn .btn:hover {
    background-color: transparent !important;
    border: 0 none !important;
    border-radius: 0;
    display: block;
    height: 12px;
    margin-top: -1px;
    padding: 0;
    width: 12px;
}
#tblProducts .listTable .number .btn.bootstrap-touchspin-down {
    background: url("images/count-minus-black.png") no-repeat scroll 0 0 transparent;
    margin-right: 4px;
}
#tblProducts .listTable .number .btn.bootstrap-touchspin-up {
    background: url("images/count-plus-black.png") no-repeat scroll 0 0 transparent;
    margin-left: 4px;
}
#tblProducts .listTable .cart {
    width: 55px;
}
#tblProducts .listTable .cart a, #tblProducts .listTable .cart a:hover {
    background: transparent url("images/discounts-cart.jpg") no-repeat scroll 0 0;
    display: inline-block;
    height: 38px;
    text-decoration: none;
    width: 38px;
}
#tblProducts .listTable table table {
	border: 0 none;
}
#tblProducts .listTable table table td {
    border: 0 none;
    text-align: left;
}
#tblProducts .listTable table table .radiobox {
	width: 20px;
}
#tblProducts .listTable table table .name .suspend {
    color: #0967ff;
}

#tabSelectorBlok {
	display: none;
}