.foo
{
}
/****************************************************************************************************/
/* The contents of this file are subject to the nopCommerce Public License Version 1.0 ("License"); you may not use this file except in compliance with the License.
/* 
/* Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. 
/* See the License for the specific language governing rights and limitations under the License.
/* 
/* The Original Code is nopCommerce.
/* The Initial Developer of the Original Code is NopSolutions.
/* All Rights Reserved.
/* 
/****************************************************************************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE CATEGORIES - DONE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.HomePageCategoryGrid
{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 10px 10px 10px;
    text-align: center;
    border-top: 1px dashed #E7E7E7;
}

.HomePageCategoryGrid a
{
}

.HomePageCategoryGrid .ItemBox
{
}

.HomePageCategoryGrid .HomePageCategoryItem
{
    background: transparent url(images/bg-hi.png) repeat scroll 0 0 !important;
    border: 1px dashed #555555;
    height: 200px;
    margin: 10px;
    width: 200px;
}

.HomePageCategoryGrid .HomePageCategoryItem .title
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.HomePageCategoryGrid .HomePageCategoryItem .title a
{
    font-family: arial, verdana, helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    padding: 9px 15px;
    text-decoration: none;
    line-height: 1;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-top: 10px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
    vertical-align: baseline;
}

.HomePageCategoryGrid .HomePageCategoryItem .picture
{
    background: #FFFFFF none repeat scroll 0 0;
    height: 125px;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    width: 125px;
}

.HomePageCategoryGrid .HomePageCategoryItem .picture img
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY DETAILS PAGE - DONE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CategoryPage
{
}

.CategoryPage .CategoryTitle
{
    margin: 10px 10px 10px 10px;
    color: #48ABB7;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 22px;
}

.CategoryPage .CategoryDescription
{
}

.CategoryPage .ProductPager
{
}

.CategoryPage .ProductPager a
{
}

.CategoryPage .ProductPager a:link
{
}

.CategoryPage .ProductPager span
{
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SUB CATEGORIES - PRODUCTS IN GRID TEMPLATE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CategoryPage .SubCategoryGrid
{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 10px 10px 10px;
    text-align: center;
    border-top: 1px dashed #E7E7E7;
}

.CategoryPage .SubCategoryGrid a
{
}

.CategoryPage .SubCategoryGrid .ItemBox
{
}

.CategoryPage .SubCategoryGrid .SubCategoryItem
{
    background: transparent url(images/bg-hi.png) repeat scroll 0 0 !important;
    margin: 10px 10px 10px 10px;
    border: 1px dashed #555555;
    height: 175px;
    width: 150px;
}


.CategoryPage .SubCategoryGrid .SubCategoryItem .title a
{
    font-family: arial, verdana, helvetica, sans-serif;
    color: #eee;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    padding: 9px 15px;
    text-decoration: none;
    line-height: 1;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-top: 10px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
    vertical-align: baseline;
}

.CategoryPage .SubCategoryGrid .SubCategoryItem .title a:hover
{
    color: #fff;
}

.CategoryPage .SubCategoryGrid .SubCategoryItem .picture
{
    background: #FFFFFF none repeat scroll 0 0;
    height: 125px;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    width: 125px;
}


.CategoryPage .SubCategoryGrid .SubCategoryItem .title
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.CategoryPage .SubCategoryList
{
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FEATURED PRODUCTS IN CATEGORY

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CategoryPage .FeaturedProductGrid
{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 10px 10px 10px;
    text-align: center;
    border-top: 1px dashed #E7E7E7;
}

.CategoryPage .FeaturedProductGrid .title
{
}

.CategoryPage .FeaturedProductGrid .ItemBox
{
}

.CategoryPage .FeaturedProductGrid .ProductItem
{
}

.CategoryPage .FeaturedProductGrid .ProductItem .title
{
}

.CategoryPage .FeaturedProductGrid .ProductItem .title a
{
}

.CategoryPage .FeaturedProductGrid .ProductItem .picture
{
}

.CategoryPage .FeaturedProductGrid .ProductItem .description
{
}

.CategoryPage .FeaturedProductGrid .ProductItem .addInfo
{
}

.CategoryPage .FeaturedProductGrid .ProductItem .addInfo .prices
{
    padding-top: 10px;
}

.CategoryPage .FeaturedProductGrid .ProductItem .addInfo .buttons
{
    margin: auto;
    padding: 5px;
    text-align: right;
    cursor:pointer;
}

.CategoryPage .FeaturedProductGrid .ProductItem .addInfo .buttons input
{
    width: 80px;
    cursor:pointer;
}

.CategoryPage .FeaturedProductGrid .ProductItem .addInfo .prices .productPrice
{
    font-weight: bold;
    color: #FFF;
}

.CategoryPage .FeaturedProductGrid .ProductItem .addInfo .prices .oldproductPrice
{
    font-weight: normal;
    color: #FF0000;
    text-decoration: line-through;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCTS IN GRID - TEMPLATE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CategoryPage .ProductGrid
{
}

.CategoryPage .ProductGrid .ItemBox
{
    height: auto;
}

.CategoryPage .ProductGrid .ProductItem
{
    background: transparent url(images/bg-hi.png) repeat scroll 0 0 !important;
    margin: 10px 10px 10px 10px;
    border: 1px dashed #555555;
    padding: 5px 5px 5px 5px;
    width: 300px;
    height: auto;
}

.CategoryPage .ProductGrid .ProductItem .title
{
}

.CategoryPage .ProductGrid .ProductItem .title a
{
    color: #e7e7e7;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 10px;
}

.CategoryPage .ProductGrid .ProductItem .title a:hover
{
    color: #fff;
}

.CategoryPage .ProductGrid .ProductItem .picture
{
    background: #FFFFFF none repeat scroll 0 0;
    height: 125px;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    width: 125px;
}

.CategoryPage .ProductGrid .ProductItem .description
{
    color: #48ABB7;
}

.CategoryPage .ProductGrid .ProductItem .addInfo
{
}

.CategoryPage .ProductGrid .ProductItem .addInfo .prices
{
    padding-top: 10px;
    color: #fff;
    font-weight: bold;
    font-family: arial, verdana, helvetica, sans-serif;
    display: block;
}

.CategoryPage .ProductGrid .ProductItem .addInfo .buttons
{
    margin: auto;
    text-align: right;
    padding: 5px 5px 5px 5px;
    cursor:pointer;
}

.CategoryPage .ProductGrid .ProductItem .addInfo .buttons input
{
    width: 80px;
}

.CategoryPage .ProductGrid .ProductItem .addInfo .prices .productPrice
{
    font-weight: bold;
    color: #FFF;
}

.CategoryPage .ProductGrid .ProductItem .addInfo .prices .oldproductPrice
{
    font-weight: normal;
    color: #FF0000;
    text-decoration: line-through;
}

.CategoryPage .ProductGrid .ProductItem .addInfo .buttons input
{
    width: 80px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCTS IN LINES 1 - TEMPLATE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CategoryPage .ProductList1
{
    color: #48ABB7;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.CategoryPage .ProductList1 .ItemBox
{
    border-bottom: 1px dashed #555555;
    padding-top: 10px;
    padding-bottom: 10px;
}

.CategoryPage .ProductList1 .ProductItem
{
    background: transparent url(images/bg-hi.png) repeat scroll 0 0 !important;
    padding: 10px;
}

.CategoryPage .ProductList1 .ProductItem .title
{
    color: #48ABB7;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.CategoryPage .ProductList1 .ProductItem .title a
{
}

.CategoryPage .ProductList1 .ProductItem .picture
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.CategoryPage .ProductList1 .ProductItem .description
{
    font-size: 14px;
}

.CategoryPage .ProductList1 .ProductItem .prices-wrapper
{
}

.CategoryPage .ProductList1 .ProductItem .prices
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.CategoryPage .ProductList1 .ProductItem .prices .productPrice
{
    font-weight: bold;
    color: #FFF;
}

.CategoryPage .ProductList1 .ProductItem .prices .oldproductPrice
{
    font-weight: normal;
    color: #FF0000;
    text-decoration: line-through;
}

.CategoryPage .ProductList1 .ProductItem .buttons
{
    margin: auto;
    padding: 5px;
    text-align: left;
}

.CategoryPage .ProductList1 .ProductItem .buttons input
{
    width: 80px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCTS IN LINES 2 - TEMPLATE (JUST SHOWS HYPERLINKS)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CategoryPage .ProductList2
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCT FILTERS BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CategoryPage .ProductFilters
{
    border-bottom: 1px dashed #fff;
}

.CategoryPage .ProductFilters .FilterTitle
{
    color: #48ABB7;
    font-size: 16px;
}

.CategoryPage .ProductFilters .FilterTitle span
{
}

.CategoryPage .ProductFilters .FilterItem
{
    padding: 10px 10px 10px 10px;
    margin-left: 10px;
}

.CategoryPage .ProductFilters .FilterItem * .title
{
    color: #ddd;
    border-bottom: 1px dashed #555;
    font-weight: bold;
    padding-left: 20px;
    background: transparent url(images/ico-arrow-r.gif) no-repeat scroll 0 0;
}

