/**
 * styles.css
 *
 * @author: antonio ramirez <antonio@clevertech.biz>
 * Date: 7/23/12
 * Time: 12:31 AM
 */

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.summary{
    display: inline-block;
    float: right;
}
.items{
 background-color:#fffafa;
}

root {
    display: block;
}

.header {
    margin-top: 45px;
    background-color: white;
}
.footer a,.header a {
    width: 320px;
}

.minheight {
    min-height: 350px;
    margin-right: 190px;
}
.header-main-block{
    width: 500px;
    text-align: center;
    display: inline-block;
}
.header-main-block h1, .header-main-block h3 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.header-heart{
    display: inline-block;
    background-image: url('/images/heart-small.jpg');
    background-repeat: no-repeat;
    background-position: center right;
    width:340px;
    height: 128px;
}
.header-heart.cart{
    background-image: url('/images/cart-small.jpg');
}
.footer {
    text-align: center;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #d4d4d4;
    background-color: white;
}
.background{
    height: 100%;
    /*background-image: url('/images/bg1.jpg');*/
    background-repeat: no-repeat;
    background-position: center 180px;
}
img.logo {

}

.header {
    min-width: 1170px;
}
.container {
    width: 1170px !important;
}

.pagination {
 margin: 15px 0;
}

.icWarning {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.grid-view td a {
    color:black;
    text-decoration: none;
    height: 100%;
}
.icPartCell:hover {
    background-color: #E5E5E5 !important;
}
.ic-add-to-cart,.ic-remove-from-cart {
    height: 20px !important;
}
.perPage {
    width: 250px;
    line-height: 20px;
}
.perPage ul {
    top:-15px;
    margin: 0;
    float: right;
    list-style-type: none;
}.perPage ul li {
    float: left;
    margin-right: 8px;
}
.perPage a {
    padding:2px 3px;
}
.perPage ul>.selected>a {
    webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    background-color: #08c;
}

.grid-view table.items th:hover a:after {
    display: none !important;
}
.divider {
    margin: 0 2px;
}


.icVerticalMenu .accordion-toggle {
    width: 120px;
    display: inline-block;
    color: black;
}
.icVerticalMenu .accordion-toggle:hover {
    text-decoration: none;
}
.icVerticalMenu .accordion-group {
    border:none;
    margin-bottom: 0;
    margin-top: 2px;
}
.icVerticalMenu li .accordion-heading {
    border-radius: 0 3px 3px 0;
}
.icVerticalMenu .accordion-heading {
    display: block;
    border:1px solid #e5e5e5;
    color:black;
}
.icVerticalMenu .icMenuManufLink {
    width: 20px;
    border-left: 1px solid  #e5e5e5;
    display: inline-block;
    padding: 8px 7px 8px 10px;
}
.icVerticalMenu .icMenuManufLink:hover{
    background-color: #e5e5e5;
}
.icVerticalMenu {
    /*margin-top: 30px;*/
    width:200px;
}

.mainblock {
    margin-top: 10px;
    padding: 5px;
    margin-left:210px;
    /*background-color: white;*/
    border: solid 1px #DDD;
    border-radius: 5px;
    font-size: 12px;
    box-shadow: 4px 4px 10px rgba(50, 50, 50, 0.75);

}
.icVerticalMenuContainer{
    width:200px;
    margin-left: 0;
}
.grid-view {
    padding-top: 2px;
}
.icPartsgroupsContainer{
    margin:5px auto 5px auto;
    background-color:white;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    box-shadow: 2px 2px 6px rgba(50, 50, 50, 0.75);
}
.icVerticalMenuContainer {
    box-shadow: 2px 2px 6px rgba(50, 50, 50, 0.75);
    border-radius: 5px;
    background-color: white;

}
.icVerticalMenuContainer ul {
    margin-bottom: 0;
}
.icPartsgroupsContainer ul {
    margin: 0;
}
.icPartsMenu {
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    background-color: white;
}
.icPartsMenu ul{
    margin:0; padding: 0;

}

.icManuf li{
    /* border:1px solid #ededed;*/
}
.icSubmenu {
    margin-left: 15px;
}
.icManuf ul {
    border-left:2px solid #e5e5e5;
}
.icPartComment {
    word-wrap: break-word;
    max-width: 200px;
}

.icPartCell a i {
    margin-top: 0;
    top:-1px;
}

.icLkMenu {
    margin-right: 5px;
}

.grid-view .merge {
    vertical-align: top !important;
    line-height: 15px !important;
    text-align: left !important;
}

.ic-other-js-link {
    border-bottom: #176780 dotted 2px;
}
.ic-other-js-link:hover {
    border-bottom: #176780 dotted 2px;
    text-decoration: none;
}

.ic-font {
  font-size: 12px !important;
}
.ic-font .items th {
  font-size: 10px !important;
  line-height: 15px !important;
}
.ic-table-header p {
    margin: 0;
}
.ic-font .items td {
    line-height: 25px;
}

.ic-font table {
    margin-bottom: 5px !important;
}

.ic-next {
    display: none;
}
.wid1 {
    width:120px;
}
.wid2 {
    width:120px !important;
}
.wid3 {
    width:40px;
}
.ic-hot td.ic-date{
    background-color: rgba(157, 241, 9, 0.24) !important;
}
.ic-store td.ic-store-cell{
    background-color: #b94a48 !important;
    color: white !important;
}

.multiselect-container .input-prepend {
    margin-left: 5px;
}
.multiselect-container .input-prepend input {
    width: 100px;
}