/*!
 * Magento responsive theme aka Bootstrapped v0.9.1.1
 *
 * @category    design
 * @package     bootstrapped_default
 * @copyright   Copyright (c) 2012 Magenthon (http://magenthon.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 * @author      Vedran Subotic <vedran@magenthon.com>
 */

.block-cart .form-horizontal .control-group .control-label {
/*	width: 50px !important; */
}
.block-cart .form-horizontal .controls {
/*	margin-left: 60px; */
}
.block-related .form-horizontal .control-group .control-label {
	width: 50px !important;
}
.block-related .form-horizontal .controls {
/*	margin-left: 60px;*/
}
.amount {

}
.toolbar .the-icons {
    vertical-align: middle;
}
.pagination {
	margin: 0px !important;
}
.pagination a {
	/*line-height: 26px !important;*/
}

.navbar-toolbar {
    width: 100%;
    height: 36px;
    background-color: #eeeeee; /* Old browsers */
    background-repeat: repeat-x; /* Repeat the gradient */
    background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
    background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* 