#redshopb-cart {
    display: none;
    position: relative;
}
.redshopb-cart-content {
    position: absolute;
    width:600px;
    margin-left:-500px;
    z-index: 2000;
}
#redshopb-cart-link {
    height: 40px;
    display: block;
    border-radius: 5px;
    padding: 5px;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    line-height: 40px;
    overflow: hidden;
}
#redshopb-cart-link .total-value{
    margin-left: 10px;
}
#redshopb-cart-link.updated {
    background-color: #eeeeee;
}
#cart-productList {
    height: 300px;
    width: 100%;
    overflow: auto;
}
.productList .alert {
    padding-left:0;
    padding-right:0;
    padding-bottom: 3px;
    margin-bottom: 8px;
}
.productList .alert h4 {
    padding-top: 3px;
}
.table thead tr.success th {
    background-color: #dff0d8;
}
.shopping-cart-form {
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
    background: #ffffff;
}
.cartBottomBar {
    padding: 5px 0;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.cartLabelSubtotalText, .cartLabelSubtotalValue {
    display: block;
    font-size: 18px;
    font-weight: bold;
    float: right;
    margin-top: 17px;
	margin-right: 10px;
}
.cartLabelSubtotalValue {
    margin-right: 20px;
}
.redcore table.table tbody tr td.outOfStock,
.redcore table.table tbody tr td.notExists{
	background: #eee;
}
.redcore .table th.text-center, .redcore .table td.text-center{
	text-align: center;
}
.redcore input.input-xmini {
	width: 35px;
    margin-bottom:0;
    padding: 2px 4px;
}
.flexslider{
	box-shadow: none;
	border: none;
	background: none;
    margin: 0 0 35px;
}
.flexslider ul, .flexslider ol{
	margin: 0;
}
.flexslider .table{
	margin-bottom: 0px;
}
.flex-control-nav {
    bottom: -35px;
}

#productImages{
	display: none;
}
.chzn-container .chzn-results{
    max-height: 200px;
}

.emptyImage {
    width: 144px;
    height: 144px;
}
.table-product-items td, .table-product-items th{
	width: 10% !important;
}

.accessory-list {
	margin-top: 10px;
	background-color: #fff;
	display: block;
}

.accessory-list tr td {
	background-color: #fff !important;
}

.redcore .table .inputwidth {
	width: 220px;
}

.input-append.shopsearch {
    margin: 0;
}

.amountLessZero{
	color: #D0343A;
}
.amountMoreZeroLessLower{
	color: #FFAC4E;
}
.amountMoreLowerLessUpper{
	color: #F6DA40;
}
.amountMoreUpper{
	color: #5BB75B;
}
.itemUnpublish{
	background: #D0343A !important;
}
.unpublish{
	background: #D0343A !important;
	padding-top: 5px;
}
.itemPublish{
	background: #5BB75B !important;
}
.shopping-cart-checkout
{
	float: right !important;
	margin-right: 10px !important;
}
.cartLabelCreditText, .cartLabelCreditSubtotalValue
{
	display: block;
	font-size: 18px;
	font-weight: bold;
	float: left;
	margin-top: 17px;
	margin-left: 10px;
}

/** Upload button **/
div.input_upload_button {
    display: block;
    width: 100px;
    height: 30px;
    overflow: hidden;
    position: relative;
}

div.input_upload_button button {
    width: 110px;
    height: 30px;
    position: relative;
    top: -5px;
    left: -5px;
}

#upload_input_invisible {
    z-index: 1;
    border: 0 !important;
    font-size: 50px;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    filter: alpha(opacity=0);
}

#upload_input_invisible:hover {
    cursor: pointer;
}

.document_upload_input_invisible {
    right: 0px !important;
    left: auto;
}

.alert-box {
    position: fixed;
    top: 15px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
}

.carousel-variants .carousel-indicators {
    list-style: none;
    margin: 5px auto;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.carousel-variants .carousel-indicators li {
    background-color: #999999;
    border-radius: 15px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: left;
    height: 30px;
    list-style: none;
    margin-left: 5px;
    text-indent: 0;
    width: 30px;
    padding-top: 5px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.carousel-variants .carousel-indicators li.active {
    background-color: #52B9E9;
}

.carousel-variants .carousel-indicators-title {
    padding-top: 5px;
    font-weight: 700;
}

.redcore .table th {
    border: 0;
}

.redshopb-attributes {
	max-width: 200px;
}
.redshopb-attributes td:nth-child(2) {
	width: 100%;
}
/* Fix never use block labels with tooltips */
label.hasTooltip,
label.hasTooltipLabel {
	display: inline-block;
}

.cartAccessories.hasTooltipAccessory {
	margin-bottom: 5px;
	cursor: pointer;
}