﻿.foo {
}
/********** HOME PAGE PRODUCTS **********/
.HomePageProductGrid {
    margin: 0px auto;
}
.HomePageProductGrid .ItemBox {
    text-align: center;
    vertical-align: text-top;
    border: 1px dotted #999999;
    width: 230px;
    height: 260px;
}
.HomePageProductGrid .ProductItem {
    text-align: center;
}
.product-info {
    display: block;
    margin: 0px auto;
    background-image: url(images/bg/bg-title.png);
    width: 170px;
}
.HomePageProductGrid .ItemBox .title a {
    font-size: 14px;
    color: #e3324c;
    background-color: #eae8e9;
    display: block;
    padding: 5px 0;
}
.HomePageProductGrid .productPrice {
    color: #39a900;
    font-size: 14px;
    font-weight: bold;
}
.HomePageProductGrid .oldProductPrice {
    color: Red;
    text-decoration: line-through;
}
.HomePageProductGrid .ProductItem:hover {
    border-color: #ff9fb9;
}

.HomePageProductGrid .ProductItem .picture {
    text-align: center;
    margin: auto 0px;
}
/********** RECENTLY ADDED PRODUCTS **********/
.RecentlyAddedProducts {
    margin-bottom: 15px;
    padding: 0px;
    margin: 0px auto;
}
.RecentlyAddedProducts .ProductGrid {
    margin-bottom: 15px;
    text-align: center;
}
.RecentlyAddedProducts .ProductGrid .ItemBox {
    text-align: center;
    margin: 0px auto;
    border: 1px #989898 dotted;
}
.RecentlyAddedProducts .ProductGrid .ProductItem {
    text-align: center;
    width: 230px;
    height: 255px;
}
.RecentlyAddedProducts .ProductGrid .ProductItem .picture {
    text-align: center;
}
.ProductItem .addInfo {
    position: relative;
    top: 210px;
    height: 0;
}
.RecentlyAddedProducts .ProductGrid .ProductItem .addInfo .prices {
    text-align: left;
    vertical-align: middle;
    padding-left: 5px;
}
.RecentlyAddedProducts .ProductGrid .ProductItem .addInfo .buttons {
    vertical-align: middle;
    text-align: left;
}
.RecentlyAddedProducts .ProductGrid .ProductItem .addInfo .prices .productPrice {
    color: #37a800;
    font-size: 14px;
    font-weight: bold;
}
.RecentlyAddedProducts .ProductGrid .ProductItem .addInfo .prices .oldproductPrice {
    color: Red;
    text-decoration: line-through;
}
/********** RECENTLY VIEWED PRODUCTS **********/
.RecentlyViewedProducts {
    margin-bottom: 15px;
    padding: 0px;
}
.RecentlyViewedProducts .title {
    padding: 10px 10px 10px 0px;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
    font-size: 1.1em;
    color: #3a3a3a;
}
.RecentlyViewedProducts .ProductGrid {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}
.RecentlyViewedProducts .ProductGrid .ItemBox {
    padding-bottom: 10px;
    text-align: center;
}
.RecentlyViewedProducts .ProductGrid .ProductItem {
    text-align: center;
    margin: 5px;
    width: 230px;
    background: url('images/prod_grid_box_bg.gif') no-repeat 0 100%;
}
.RecentlyViewedProducts .ProductGrid .ProductItem .title {
    font-weight: bold;
    background: url('images/deal_box_hl.gif') no-repeat 0 0;
    padding: 0 0 0 10px;
    text-transform: none;
    font-size: 1em;
}
.RecentlyViewedProducts .ProductGrid .ProductItem .title a {
    background: url('images/deal_box_hr.gif') no-repeat 100% 0;
    display: block;
    height: 2em;
    line-height: 1.3em;
    overflow: hidden hidden;
    padding: 4px 10px 8px 0px;
}
.RecentlyViewedProducts .ProductGrid .ProductItem .picture {
    text-align: center;
    margin-top: 10px;
}
.RecentlyViewedProducts .ProductGrid .ProductItem .description {
    margin: 5px 5px 0 5px;
    text-align: center;
    padding: 10px 5px 10px 5px;
    border-top: solid 1px #e3e3e3;
    color: #555;
    height: 80px;
}
.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo {
    vertical-align: bottom;
    text-align: right;
    width: 230px;
    height: 85px;
    position: relative;
}
.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo .prices {
    text-align: right;
    vertical-align: middle;
    position: absolute;
    bottom: 15px;
    right: 10px;
}
.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo .buttons {
    vertical-align: middle;
    position: absolute;
    bottom: 15px;
    left: 10px;
    text-align: left;
}
.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo .prices .productPrice {
    color: green;
}
.RecentlyViewedProducts .ProductGrid .ProductItem .addInfo .prices .oldproductPrice {
    color: Red;
    text-decoration: line-through;
}
/********** PRODUCT DETAILS PAGE **********/
.ProductDetailsPage {
    padding: 5px;
    border-top: 1px solid #cccccc;
}
.ProductCollateral {
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
}
/********** PRODUCT DETAILS INFO - PRODUCT INFO CONTROL **********/
.ProductEssential {
}
.ProductDetailsInfo {
}
.ProductDetailsInfo .picture {
    float: left;
    width: 300px;
    margin-bottom: 15px;
}
.ProductDetailsInfo .overview {
    border: dashed 1px #d3d3d3;
    margin-left: 5px;
    padding: 5px;
}
.ProductDetailsInfo .overview .productname {
    color: #ff9933;
    font-size: 1.3em;
    margin-bottom: 0.3em;
}
.ProductDetailsInfo .overview .shortdescription {
    color: #555;
    margin-bottom: 0.3em;
    font-size: 1.1em;
}
.ProductDetailsInfo .fulldescription {
    border-top: solid 1px #d3d3d3;
    clear: both;
    color: #555;
    font: 11px;
    margin-bottom: 0.3em;
}
/********** PRODUCT RATING **********/
.ProductRatingBox {
    margin-top: 20px;
    margin-bottom: 10px;
}
/********** PRODUCT VARIANT **********/
.ProductVariantList {
    margin-bottom: 15px;
    padding: 0px;
}
.ProductVariantLine {
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
    border-top: solid 1px #d3d3d3;
}
.ProductVariantLine .picture {
    float: left;
    width: 300px;
    margin-bottom: 15px;
}
.ProductVariantLine .overview {
}
.ProductVariantLine .overview .productname {
    color: #ff9933;
    font-size: 1.3em;
    margin-bottom: 0.3em;
}
.ProductVariantLine .description {
    clear: both;
    color: #555;
    margin-bottom: 0.3em;
}
.ProductVariantLine .price {
    float: left;
    margin-right: 10px;
}
.ProductVariantLine .price .productPrice {
    color: green;
    font-weight: bold;
    font-size: 13px;
}
.ProductVariantLine .price .oldProductPrice {
    color: red;
    text-decoration: line-through;
}
.ProductVariantLine .addinfo {
    padding-top: 10px;
    text-align: right;
}
.ProductVariantLine .attributes {
}
.error-add-cart {
    color: Red;
}
/********** RELATED PRODUCTS **********/
.RelatedProductsGrid {
}
.RelatedProductsGrid .RelatedTitle {
    background-image: url(images/buttons/Relatedbg.png);
    background-repeat: no-repeat;
    width: 157px;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    font-size: 13px;
    color: #676767;
    padding-left: 30px;
}
.RelatedProductsGrid .title {
    padding: 10px 10px 10px 0px;
    font-weight: bold;
    clear: both;
    font-size: 14px;
    text-transform: uppercase;
    color: #ff9933;
}
.RelatedProductsGrid .ItemBox {
    text-align: center;
    vertical-align: text-top;
}
.RelatedProductsGrid .RelatedItem {
    text-align: center;
    border: solid 1px #d3d3d3;
}
.RelatedProductsGrid .RelatedItem:hover {
    border: 1px #00b2ff solid;
    background-color: #dff6ff;
}
.RelatedProductsGrid .RelatedItem .title {
    text-transform: none;
    font-size: 11px;
}
.RelatedProductsGrid .RelatedItem .title a {
    font-weight: normal;
    color: #3f3f3f;
}
.RelatedProductsGrid .RelatedItem .title a:hover {
    color: #006cb6;
}
.RelatedProductsGrid .RelatedItem .picture {
    text-align: center;
}
/********** PRODUCT REVIEWS LIST **********/
.productReviewBox {
    margin-bottom: 15px;
    padding: 10px 5px 10px 5px;
    text-align: left;
}
.productReviewList {
    margin: 10px 0 0 0;
    font-size: 11px;
    color: #555D65;
}
.productReviewList .productReviewItem {
    border: solid 1px #d3d3d3;
    margin-top: 10px;
    padding: 10px;
    clear: both;
}
.productReviewList .productReviewItem .title {
    font-weight: bold;
    float: left;
    margin-bottom: 5px;
}
.productReviewList .productReviewItem .rating {
    float: right;
}
.productReviewHelpfulness {
    color: #333;
}
.productReviewHelpfulness a, .productReviewHelfulness a:hover {
    color: #ff9933;
    text-decoration: none;
}
/********** PRODUCT SPEC **********/
.productSpecBox {
    padding: 5px 5px 5px 5px;
    clear: both;
    color: #555;
}
/********** SLIM BOX (PRODUCT IMAGES) **********/
#lbOverlay {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}
#lbCenter, #lbBottomContainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}
.lbLoading {
    background: #fff url(images/loading.gif) no-repeat center;
}
#lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}
#lbPrevLink {
    left: 0;
}
#lbPrevLink:hover {
    background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
    right: 0;
}
#lbNextLink:hover {
    background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
}
#lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url(images/closelabel.gif) no-repeat center;
    margin: 5px 0;
    outline: none;
}
#lbCaption, #lbNumber {
    margin-right: 71px;
}
#lbCaption {
    font-weight: bold;
}
/********** COMPARE PRODUCTS **********/
.compareProducts {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}
.compareProducts .title {
    padding: 10px 10px 5px 0px;
    font-weight: bold;
    text-transform: uppercase;
    clear: both;
}
.compareProducts .body {
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    font-size: 11px;
    color: #555;
    background-color: inherit;
}
.compareProductsTable {
}
.compareProductsTable .removeButton {
    float: right;
    margin-right: 5px;
    margin-top: 5px;
}
.compareProductsTable tr.productName {
    background-color: #CCCCCC;
    font-weight: bold;
}
.compareProductsTable td {
    border-width: 1px;
    border-color: #BFBFBF;
    border-style: solid;
    padding: 3px;
}
/********** PRICE RANGE FILTER **********/
.PriceRangeFilter {
}
.PriceRangeFilter .title {
    color: #555;
    font-weight: bold;
    background: url('images/ico-arrow-r.gif') no-repeat;
    padding: 1px 0px 5px 20px;
}
.PriceRangeFilter ul {
    margin: 0;
    padding-left: 20px;
}
.PriceRangeFilter li {
    list-style: none;
    padding-bottom: 2px;
}
.PriceRangeFilter .SelectedPriceRange {
    padding-left: 20px;
}
.PriceRangeFilter .RemovePriceRangeFilter {
    font-weight: bold;
}
.main-product {
    cursor: url(images/cursor/magnify.cur), pointer;
}
/**************** Product Price ******************/
.productPrice {
    color: Green;
    font-size: 12px;
    font-weight: bold;
}
.oldProductPrice {
    color: Red;
    font-size: 11px;
    text-decoration: line-through;
}
.qty-prod {
    font-size: 14px;
}
/*********** All **************/
.old-product-price {
    color: red;
    text-decoration: line-through;
    font-size: 11px;
}

