﻿
ul.store
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-top: -10px;
}




ul.store li .title
{
    background-color: #eee;
    color: #000;
    font-weight: bold;
    padding: 5px;
    font-size: 110%;
    height: 40px;
}

ul.store li .pic
{
    line-height: 150px;
}

ul.store li .desc
{
    height: 43px;
    overflow: hidden;
    padding: 5px;
    font-size: 12px;
    margin-bottom: 7px;
}


ul.store li .num
{
    font-size: 20px;
}

ul.store li .addcart
{
    margin-top: 9px;
}





ul.store.gray li
{
    height: 185px;
}


#storebar
{
}

#storebar img
{
    vertical-align: middle;
}

.notifbar
{
    background-color: #eee;
    padding: 2px;
    font-size: 12px;
    border: solid 1px #000;
    width: 20px;
    text-align: center;
}
.storetolbar
{
}

.storetolbar ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.storetolbar ul li
{
    /*padding-left: 5px;*/
}

.storetolbar ul li:first-child
{
    /*padding-left: 0px;*/
}

#navigationbar
{
    padding: 15px 0;
}


#navigationbar ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}


#navigationbar ul li
{
    padding: 0px 3px 0px 0px;
    float: left;
}

#navigationbar ul li a
{
    text-decoration: none;
}

#navigationbar ul li img
{
    margin-right: 3px;
    margin-left: 3px;
}

#mainbar
{
}

.totalcart
{
    margin-top: 3px;
    line-height: 24px;
    padding: 0 14px 10px 16px;
}

.totalcart span
{
    font-weight: bold;
}

#banner
{
    text-align: center;
}


#headershop
{
    margin: 0 0 1px 0;
    padding: 0px;
}

#storecont .form table td
{
    font-size: 12px;
    color: #0D2054;
}

#storecont fieldset
{
    border: solid 1px #e1e1e1;
    background-color: #f8f8f8;
}

#storecont fieldset input[type=text]
{
    width: 145px;
}

#storecont fieldset legend
{
    color: blue;
    font-size: 12px;
}

#storecont h3
{
    color: #0D2054;
    font-weight: normal;
}

#storecont h2
{
    font-weight: normal;
}




.productprice div.retail
{
    font-size: 12px;
    color: Red;
}

.productprice div.sellprice
{
}


.productdetails > div.shortdesc
{
    font-size: 12px;
    color: dimgray;
}


#innerstore #pager
{
    text-align: center;
    padding: 7px;
}


#innerstore #pager a
{
    font-size: 13px;
    padding: 2px 5px;
}

.grid .shipingrow > td
{
    background-color: #EBF1F7 !important;
}

.grid .totalrow > td
{
    background-color: #DEE8F0 !important;
    color: Blue;
}

.storeheadernav
{
    font-size: 12px;
    padding: 3px;
}

.storeheadernav a
{
    color: #3B5998;
    text-decoration: none;
}

tr.overstock td
{
    background-color: #FFEFEF !important;
    color : red;
}


.storetolbar .search input[type="text"]
{
    border-radius: 0;
    background-color: #fff;
    color: #000;
}

.storetolbar .search input::-webkit-input-placeholder
{
    color: #000;
}

.storetolbar .tzSelect .selectBox
{
    background-color: #f9f9f9 !important;
}



.storetolbar .selectBox
{
    padding: 3px;
}

.deleimiter
{
    padding-top: 10px;
}

.deleimiter h2
{
    font-weight: normal;
}

.deleimiter h5
{
    color: #d1d1d1;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial;
}

.attr_cont input, .attr_cont select
{
    padding: 3px;
}


#checkout_dialog_cont
{
}

.pay-dialog-header h3
{
    font-weight: normal;
}

.pay-dialog-header
{
    padding: 15px;
    background : #eee;
}





.shadowprod
{
    height: 50px;
    border-left-width: 0px !important;
    border-right-width: 0px !important;
    border-bottom-width: 0px !important;
}

.shadowprod.shadowcat
{
    position: relative;
    margin-top: -40px;
    font-size: 22px;
    background: white;
    opacity: .51;
    padding: 2px 10px;
    margin-left: 7px;
    -moz-margin-left: 11px;
    min-height: 34px;
    margin-right: auto;
    width: 131px;
    height: auto;
}

.prodcatname
{
    font-size: 14px;
}



.prodtext
{
    padding: 1px 0;
    font-size: 13px;
}

.prodtext.cattext
{
    height: auto;
}

.likeprice
{
    color: #308014;
    font-size: 12px;
}

.sellprice
{
    font-size: 12px;
    font-weight:bold;
}

.price
{

}

.productDesc
{
    font-size: 14px;
    margin-bottom: 20px;
}


ul.store li .shadowcat, ul.store li .cattext
{
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
}

ul.store li:hover .shadowcat, ul.store li:hover .cattext
{
    opacity: .1;
}



.store-canvas .ui-state-highlight, .store-canvas .ui-widget-content .ui-state-highlight, .store-canvas .ui-widget-header .ui-state-highlight
{
    text-shadow: 0 0 0 #000;
}


li.product-item > .ui-widget-content
{
    transition: box-shadow 300ms;
-moz-transition: box-shadow 300ms; /* Firefox 4 */
-webkit-transition: box-shadow 300ms; /* Safari and Chrome */
-o-transition: box-shadow 300ms; /* Opera */
}


li.product-item > .ui-widget-content:hover
{
    box-shadow : 0 0 60px #eee;
}

.product-item.wanted > div:first-child
{
    box-shadow: 0px 0px 0px #fff !important;
}

#want_cont
{
    position: absolute;
    display: none;
    height: 50px;
    text-decoration: underline;
}

#want_cont > div
{
    padding: 3px 6px 8px 6px;
}

#want_cont > div div
{
    padding: 0 3px;
    font-size: 13px;
    font-weight: bold;
}

#want_cont > div img
{
    vertical-align: middle;
}

.love_base
{
    position: relative;
    height: 0px;
}

.rublica
{
    height: 22px;
    line-height: 25px;
}

.rublica.shadow
{
    box-shadow: 0px 0px 2px red;
}





.deals-bar
{
    background-image: url(/images/deals_bar.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    padding-right: 30px;
    background-color: #7F0000;
    border: solid 1px #ddd;
}

.rotate
{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    width: 101px;
    position: absolute;
    margin-right: -35px;
    margin-top: -10px;
    text-align: center;
}



.new_base
{
    position: relative;
}

.deal_base
{
    position: relative;
}


.bodycont #deals_cont
{
    border: solid 0px #ddd;
  
}

#deals_cont

{
      height: auto !important;
    }

.product-text-padd
{
    padding-left: 5px;
}


#deals-bar-slider
{
    width: 100%;
}

#deals-bar-slider-header
{
    width: 30px;
}

.related-item
{
    margin-bottom: 5px;
}


.store-canvas .ui-widget
{
    font-size: 13px !important;
}



.store-canvas #store_body .box-detailed
{
    margin: 5px 0;
    padding: 1px 4px;
    color: #3B5998;
    border: solid 1px #9DACCE;
    background: #ECEEF5;
}

.store-canvas #store_body .box-detailed a
{
    color: #369;
}


#main, .inner-width
{
    width: 800px;
    margin: 0 auto;
}

/*.white-cont
{
    background: #fff;
    background: rgba(255,255,255,0.97);
}*/

.related-cont
{
    margin: 5px;
}
.pluginCommentFlyout, .pluginCommentFlyoutFullBox 
{
	display: none !important;/*Hide like popup*/
}

ul.lipadd
{
    margin : 0;
}

ul.lipadd li
{
   padding :5px 0 0 0;
}

ul.lipadd li:first-child
{
    padding : 0 0 0 0;
}

ul.store li
{
    float: left;
    text-align: center;
     margin-left : 3.80%;
     margin-top : 20px;
}

ul.store li.last
{
    margin-left: 0px;
}

ul.store.gray.cats li
{
    height: 220px;
}

ul.store.gray.cats li.last
{
    margin-left: 0px;
}

.smallpadd
{
    padding:10px;
}

.smallmargin
{
    margin-bottom:10px;
}