﻿#cart
{
    border: 1px solid #afafaf;
    height: 42px;
    width: 170px;
    overflow: hidden;
}

#cart > img
{
    float: left;
    margin: 8px 6px;
}

#cart > div
{
    color: #666666;
    margin: 8px 0px;
}



.shopping .header
{
    margin-bottom: 20px;
}

.shopping h2
{
    font-size: 18px;
}


.productCompact
{
    width: 147px;
}
.productCompact .prodImg
{
    border: 1px solid #e5e5e5;
    margin-bottom: 5px;
    background-color: White;
    width: 145px;
    height: 105px;
}
.productCompact .likes
{
    white-space: nowrap;
}

.shoppingWelcome .featured
{
    width: 160px;
    height: 215px;
    float: right;
    background-color: #e7f3f5;
    border: 2px solid #359ce2;
}

.shoppingWelcome .featured h3
{
    text-align: center;
    margin: 5px 0px;
}

.shoppingWelcome .productCompact
{
    margin: 0px auto;
}

span.price
{
    display: block;
    padding: 5px 0px;
}


.productMarqee
{
    margin: 25px 0px 40px 0px;
}
.productMarqee h2
{
    font-size: 18px;
    margin: 5px 0px;
}
.productMarqee .productCompact
{
    float: left;
    margin: 3px;
}

#shoppingHome .guidesList li
{
    margin: 5px 0px;
    color: #e5e5e5;
}

#shoppingHome .guidesList li span.likes
{
    color: #666666;
}


#shoppingHome .guides
{
    width: 305px;
    float: left;
}

#shoppingHome .stores
{
    width: 460px;
    float: left;
}

.storeIcon
{
    border: 1px solid #e5e5e5;
    margin: 3px 2px 3px 2px;
}




#shoppingCart
{
    width: 575px;
    height: 400px;
    border: 1px solid #afafaf;
    padding: 10px;
}

#shoppingCart .header
{
    height: 28px;
    font-weight: bold;
}

#shoppingCart .header > div, .cartItem > div
{
    float: left;
}

#shoppingCart .body
{
    border: 1px solid #e5e5e5;
    border-left: none;
    border-right: none;
    height: 270px;
    overflow: scroll;
    overflow-x: hidden;
    margin: 0px 0px 15px 0px;
}

#shoppingCart .wItem
{
    width: 330px;
}

#shoppingCart .wQty
{
    width: 50px;
}
#shoppingCart .wPrice
{
    width: 70px;
}

.cartItems li
{
    padding: 3px;
}
.cartItems li:hover
{
    background-color: #ebebeb;
}
.cartItem
{
    height: 80px;
    overflow: hidden;
    margin: 5px 0px;
}
.cartItem input[type="text"]
{
    width: 15px;
    text-align: center;
}

.cartItem .itemPict
{
    width: 100px;
    height: 75px;
    background-color: White;
    border: 1px solid #f1f1f1;
    float: left;
    margin: 0px 10px 0px 0px;
}

.cartItem p
{
    margin-bottom: 5px;
    font-size: 11px;
}

.cartItem .wPrice,
.cartItem .wSubtotal
{
    padding-top:5px;
}

.btnRemove
{
    margin:5px 0px 0px 40px;
    display:block;
    width:16px;
    height:16px;
    background:url("icon-delete.png") no-repeat left 0%;
}

.btnRemove:hover
{
    background:url("icon-delete.png") no-repeat left 100%;
}


.cartRessume
{
    float:right;
    margin-right:80px;
    
}

.cartRessume li span
{
    display:inline-block;
    width:80px;
}

.cartRessume input
{
    margin-top:5px;
}

.actions > input
{
    margin:60px 0px 0px 0px;
}



#shoppingStoresList
{
    border-top:1px solid #ebebeb;
}

#shoppingStoresList ul li > div
{
    height:112px;
    padding:20px 20px;
    border-bottom:1px solid #ebebeb;
}

#shoppingStoresList .storeIcon
{
    float:left;
    width:145px;
    height:105px;
}

.storeInfoResume
{
    float:left;
    width:350px;
    margin:0px 10px;
}

.storeInfoResume h2
{
    font-size:16px;
    margin-top:5px;
}

.storeInfoResume .likeCount
{
    padding:0px;
}

.storeInfoResume p
{
    margin:5px 0px;
}
.storeInfoResume p.summary
{
        height:40px;
    overflow:hidden;
}
.storeFeaturedProducts
{
    float:right;
    width:240px;
}

.miniProduct
{
    height:40px;
    overflow:hidden;
    margin:10px 0px;
}
.miniProduct a
{
    line-height:12px;
}
.miniProduct img
{
    float:left;
    margin:1px 5px 1px 1px;
}

.miniProduct .price
{
    padding:0px;
}


#shoppingStoresList .loadMore
{
    margin:40px auto;
}


#shoppingStores .topFilters input, #shoppingStores .topFilters label
{
    margin:0px;
    padding:0px 2px;
    display:block;
    height:15px;
    line-height:15px;
    float:left;
}
    
    
.productListItems td
{
    border:1px solid #dddddd;
    width:190px;
    padding:4px 6px;
    height:220px;
    vertical-align:top;
}

.productListItems .productPicture
{
    width:175px;
    height:160px;
    overflow:hidden;
    text-align:center;
    vertical-align:middle;
}
.productListItems .likeCount
{
    display:block;
    font-size:11px;
    padding:2px 0px;
}
.productListItems .price
{
    display:inline;
}
.productListItems .addtocart
{
    display:inline; 
}

.productListItems .shopTools
{
    margin:4px 0px 0px 0px;
}

.listPagin .desc
{
    margin:5px 0px;
    font-size:11px;
}
.listPagin .loadMore
{
    margin:10px auto 20px auto;
}

.productDetails
{
    margin:20px 0px 0px 0px;
    min-height:850px;
}

.productDetails .prodPicture
{
    float:left;
    width:160px;
}

.productDetails .prodDetails
{
    width:350px;
    float:right;
}
.productDetails .prodDetails h1
{
    font-size:18px;
    color:#3399cc;
}

.productDetails .prodDetails  > div
{
    margin:15px 0px;
}
.productDetails .prodDetails .prodShop
{
    height:30px; clear:right;
}
.productDetails .prodDetails .prodShop input
{
    float:left;
    margin-right:15px;
}
.productDetails .prodDetails .uiEditor li
{
    width:165px;
}
.productDetails .prodDetails .uiEditor li span
{
    width:auto;
    min-width:10px;
    margin-right:3px;
}

.productDetails .postContent
{
    float:right;
    margin-top:30px;
}

.relatedProds h3
{
    color:#3399cc;
    font-size:14px;
    font-weight:bold;
    margin:0px 0px 5px 0px;
}

.relatedProds > div
{
    margin:10px 0px;
}