﻿.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.
/* You may obtain a copy of the License at  http://www.nopCommerce.com/License.aspx. 
/* 
/* 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.
/* 
/* Contributor(s): RetroViz Design. 
/*                 jrk
/****************************************************************************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE CATEGORIES - DONE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.HomePageCategoryGrid
{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.HomePageCategoryGrid .boxtitle
{
	padding: 10px 10px 10px 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #3a3a3a;
}

.HomePageCategoryGrid a
{
	color: #555;
}

.HomePageCategoryGrid .ItemBox
{
	text-align: center;
	vertical-align: text-top;
}

.HomePageCategoryGrid .HomePageCategoryItem
{
	text-align: center;
	margin: 5px 5px 5px 5px;
	width: 180px;
	height: auto;
	border-left: solid 1px #BBBBBB;
}

.HomePageCategoryGrid .HomePageCategoryItem .title
{
    padding-left: 10px;
    text-align: left;
	font-weight: bold;
	font-size: 0.9em;
	display: block;
	overflow: hidden hidden;
	height: 1.8em;
	padding: 4px 0 3px 0;
	background-color: #EFEFEF;
}

.HomePageCategoryGrid .HomePageCategoryItem .title .more
{
    height: 17px;
    width: 32px;
    display: block;
    background: url(images/More_Button.png) no-repeat;
    position: absolute; 
    top: 5px;
    left: 145px;
}

.HomePageCategoryGrid .HomePageCategoryItem .title .more a
{
    height: 17px;
    width: 32px;
    display: block;    
}

.HomePageCategoryGrid .HomePageCategoryItem .picture
{
	text-align: center;
	padding: 10px 0 10px 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY DETAILS PAGE - DONE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CategoryPage
{
	margin-bottom: 15px;
	padding: 0px;
}

.CategoryPage .CategoryTitle
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}

.CategoryPage .CategoryDescription
{
	color: #555;
	font-size: 1.1em;
}

.CategoryPage .ProductPager
{
	text-align: center;
}

.CategoryPage .ProductPager a
{
	font-size: 1em;
}

.CategoryPage .ProductPager a:link
{
	text-align: center;
	color: #555;
}

.CategoryPage .ProductPager span
{
	color: #ff9933;
	font-size: 1.3em;
	font-weight: bold;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SUB CATEGORIES - PRODUCTS IN GRID TEMPLATE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CategoryPage .SubCategoryGrid
{
	margin-left: auto;
	margin-right: auto;
	width: 790px;
}

.CategoryPage .SubCategoryGrid .ItemBox
{
	text-align: center;
	vertical-align: text-top;
}

.CategoryPage .SubCategoryGrid .SubCategoryItem
{   
	text-align: center;
	margin: 5px 5px 5px 5px;
	width: 240px;
	height: auto;	
	border: solid 1px #BBBBBB;
}

.CategoryPage .SubCategoryGrid .SubCategoryItem .title
{
	text-align: left;
	font-weight: bold;	
	display: block;
	overflow: hidden;
	padding: 8px 0 0 0;
}

.CategoryPage .SubCategoryGrid .SubCategoryItem .title a
{
	text-transform: capitalize;
	color: #A91528;	
	font-size: 14px;
}

.CategoryPage .SubCategoryGrid .SubCategoryItem .picture
{
    position: relative;
     border: solid;
    height: 225px;
	text-align: center;	
}
.CategoryPage .SubCategoryGrid .SubCategoryItem .picture .piccont
{
    position: absolute;
    border: solid;
    top: 50%;
}

.CategoryPage .SubCategoryGrid .SubCategoryItem .picture a
{
    height: 100%;
}

.CategoryPage .SubCategoryList
{
	margin-bottom: 15px;
	padding: 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCTS IN GRID - TEMPLATE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CategoryPage .ProductGrid
{
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 790px;
	text-align: center;
}

.CategoryPage .ProductGrid .ItemBox
{
    padding-top: 0;
	padding-bottom: 10px;
	text-align: center;
    vertical-align: top; /*text-top;*/
}

.CategoryPage .ProductGrid .ProductItem
{
	text-align: center;
	margin: 5px 5px 5px 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-right: solid 1px #BBBBBB;
	border-bottom: solid 1px #BBBBBB;
	width: 240px;
	height: auto;
	display: block;	
}

.CategoryPage .ProductGrid .ProductItem .pricetag
{
    display: block;
    height: 67px;
    width: 100%;
    background: url(images/GridTag.png) no-repeat right;
    margin-bottom: 10px;
    position: relative;
}

.CategoryPage .ProductGrid .ProductItem .pricetagHP
{
    height: 67px;
    width: 100%;
    background: url(images/GridTagHP.png) no-repeat right;
    display: block;    
    margin-bottom: 10px;
    position: relative;
}

.CategoryPage .ProductGrid .ProductItem .Retail
{
    position: absolute;
    top: 5px;
    left: 118px;
    color: #EFEFEF;
    font-size: 11px;
    font-weight: bold;
}

.CategoryPage .ProductGrid .ProductItem .WebPrice
{
    position: absolute;    
    top: 20px;
    left: 100px;
    text-align: left;
    width: 50px;    
    font-size: 11px;
    color: #EFEFEF;
    font-family: Century Gothic;    
    font-weight: bold;
    display: block;
}

.CategoryPage .ProductGrid .ProductItem .CPriceTagRetail
{
    position: absolute;    
    top: 17px;
    left: 0px;
    width: 225px;    
    font-size: 30px;
    color: #EFEFEF;
    font-family: Century Gothic;    
    font-weight: bold;
    display: block;    
}


.CategoryPage .ProductGrid .ProductItem .CPriceTagRetail .CRetailSign
{
    float: right;
    font-size: 18px;
}

.CategoryPage .ProductGrid .ProductItem .CPriceTagRetail .CRetailPrice
{
    margin-top: 0;
    float: right;
    vertical-align: text-top;
}

.CategoryPage .ProductGrid .ProductItem .CPriceTagHP
{
    position: absolute;
    top: 38px;
    left: 73px;    
    font-weight: bold;  
    color: #000000;
    display: block;
}

.CategoryPage .ProductGrid .ProductItem .title
{
    text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
	height: 30px;
	padding-right: 5px;
	color: #D31F36;
}

.CategoryPage .ProductGrid .ProductItem .desc
{
    height: 30px; 
    overflow: hidden; 
    font-size: 11px; 
    text-align: left; 
    color: #333333
}

.CategoryPage .ProductGrid .ProductItem .title a
{
    color: #D31F36;
    font-size: 13px;
}

.CategoryPage .ProductGrid .ProductItem .more
{
    text-align: left;
	font-weight: bold;	
	text-decoration: none;
	font-size: 10px;	
	color: #333333;	
	position: relative;
}

.CategoryPage .ProductGrid .ProductItem .more .choose
{
    margin-top: 3px;
    display: block;
    height: 23px;
    width: 35px;
    background: url(images/ChooseStyle.png) no-repeat;
    float: left;
}

.CategoryPage .ProductGrid .ProductItem .more .ddl
{
    margin-top: 5px;
}


.CategoryPage .ProductGrid .ProductItem .more .notLS
{
    border: none;
    height: 23px;
    width: 80px;
    display: block;
    background: url(images/NotLifestyle.png) no-repeat;    
}

/*
.CategoryPage .ProductGrid .ProductItem .more .addtocart
{
    border: none;
    height: 23px;
    width: 80px;
    background: url(images/cartadd.png) no-repeat;
    cursor: pointer;
}

.CategoryPage .ProductGrid .ProductItem .more .addtocart[disabled]
{
    background: url(images/cartaddD.png) no-repeat;
    cursor: default;
}

.CategoryPage .ProductGrid .ProductItem .more .addtocart[disabled]:hover
{
    background: url(images/cartaddD.png) no-repeat;
    cursor: default;
}
*/

.CategoryPage .ProductGrid .ProductItem .more .addtocart
{
    border: none;
    height: 42px;
    width: 97px;
    background: url(images/BuyOnLS.png) no-repeat;
    cursor: pointer;
}

.CategoryPage .ProductGrid .ProductItem .more .addtocart[disabled]
{
    background: url(images/OutOfStock.png) no-repeat;
    cursor: default;
}

.CategoryPage .ProductGrid .ProductItem .more .addtocart[disabled]:hover
{
    background: url(images/OutOfStock.png) no-repeat;
    cursor: default;
}

.CategoryPage .ProductGrid .ProductItem .more .addtocartHP
{
    border: none;
    height: 42px;
    width: 97px;
    background: url(images/BuyOnHP.png) no-repeat;
    cursor: pointer;
}

.CategoryPage .ProductGrid .ProductItem .more .mobileshop
{
    border: none;
    height: 42px;
    width: 97px;
    background: url(images/AvlMobileShop.png) no-repeat;    
}
/*
.CategoryPage .ProductGrid .ProductItem .more .addtocartHP
{
    border: none;
    height: 23px;
    width: 80px;
    background: url(images/cartaddHP.png) no-repeat;
    cursor: default;
}
*/
.CategoryPage .ProductGrid .ProductItem .more .addtocartHP[disabled]
{
    background: url(images/BuyOnHP.png) no-repeat;
    cursor: default;
}

.CategoryPage .ProductGrid .ProductItem .more .addtocartHP[disabled]:hover
{
    background: url(images/BuyOnHP.png) no-repeat;
    cursor: default;
}
/*
.CategoryPage .ProductGrid .ProductItem .more .addtocartHP[disabled]
{
    background: url(images/cartaddHP.png) no-repeat;
    cursor: default;
}
.CategoryPage .ProductGrid .ProductItem .more .addtocartHP[disabled]:hover
{
    background: url(images/cartaddHP.png) no-repeat;
    cursor: default;
}
*/
.CategoryPage .ProductGrid .ProductItem .more a
{
	display: block;
	height: 17px;
	width: 32px;
	background: url(images/More_Button.png) no-repeat;
}

.CategoryPage .ProductGrid .ProductItem .more .Reg
{
	display: block;
	height: 17px;
	width: 100px;
	background: url(images/AddToReg.png) no-repeat;
    border: none;
    cursor: pointer;
}

.CategoryPage .ProductGrid .ProductItem .picture
{
    vertical-align: middle;
	text-align: center;
	width: 200px;
	height: 200px;
	display: block;
	padding: 0 0 5px 0;
}

.CategoryPage .ProductGrid .ProductItem .picture a
{
	text-align: center;
	width: 125px;
	display: block;
	padding: 0 0 0 0;
}

.CategoryPage .ProductGrid .ProductItem .description
{
	margin: 5px 5px 0 5px;
	text-align: center;
	padding: 10px 5px 10px 5px;
	border-top: solid 1px #e3e3e3;
	color: #555;
	height: 50px;
}

.CategoryPage .ProductGrid .ProductItem .addInfo
{
	vertical-align: bottom;
	text-align: right;
	width: 250px;
	height: 85px;
	position: relative;
}

.CategoryPage .ProductGrid .ProductItem .addInfo .prices
{
	text-align: right;
	vertical-align: middle;
	position: absolute;
	bottom: 15px;
	right: 10px;
}

.CategoryPage .ProductGrid .ProductItem .addInfo .buttons
{
	vertical-align: middle;
	position: absolute;
	bottom: 15px;
	left: 10px;
	text-align: left;
}

.CategoryPage .ProductGrid .ProductItem .addInfo .prices .productPrice
{
	color: red;
	font-size: 14px;
	font-weight: bold;
}

.CategoryPage .ProductGrid .ProductItem .addInfo .prices .oldproductPrice
{
	color: Red;
	text-decoration: line-through;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FEATURED PRODUCTS IN CATEGORY

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CategoryPage .FeaturedProductGrid
{
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	text-align: center;
}

.CategoryPage .FeaturedProductGrid .title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	margin: 0;
	color: #ff9933;
}

.CategoryPage .FeaturedProductGrid .ItemBox
{
	padding-bottom: 10px;
	text-align: center;
	vertical-align: text-top;
}

.CategoryPage .FeaturedProductGrid .ProductItem
{
	text-align: center;
	margin: 10px 10px 10px 10px;
	width: 250px;
	background: url('images/prod_grid_box_bg.gif') no-repeat 0 100%;
}

.CategoryPage .FeaturedProductGrid .ProductItem .title
{
	font-weight: bold;
	background: url('images/deal_box_hl.gif') no-repeat 0 0;
	padding: 0 0 0 10px;
	text-transform: none;
}

.CategoryPage .FeaturedProductGrid .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;
}

.CategoryPage .FeaturedProductGrid .ProductItem .picture
{
	text-align: center;
	margin-top: 10px;
}

.CategoryPage .FeaturedProductGrid .ProductItem .description
{
	margin: 5px 5px 0 5px;
	text-align: center;
	padding: 10px 5px 10px 5px;
	border-top: solid 1px #e3e3e3;
	color: #555;
	height: 50px;
}

.CategoryPage .FeaturedProductGrid .ProductItem .addInfo
{
	vertical-align: bottom;
	text-align: right;
	width: 250px;
	height: 85px;
	position: relative;
}

.CategoryPage .FeaturedProductGrid .ProductItem .addInfo .prices
{
	text-align: right;
	vertical-align: middle;
	position: absolute;
	bottom: 15px;
	right: 10px;
}

.CategoryPage .FeaturedProductGrid .ProductItem .addInfo .buttons
{
	vertical-align: middle;
	position: absolute;
	bottom: 15px;
	left: 10px;
	text-align: left;
}

.CategoryPage .FeaturedProductGrid .ProductItem .addInfo .prices .productPrice
{
	color: green;
}

.CategoryPage .FeaturedProductGrid .ProductItem .addInfo .prices .oldproductPrice
{
	color: Red;
	text-decoration: line-through;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCTS IN LINES 1 - TEMPLATE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CategoryPage .ProductList1
{
	width: 600px;
	margin: 0 auto 0 auto;
}

.CategoryPage .ProductList1 .ItemBox
{
	text-align: left;
	clear: both;
	position: relative;
	margin-bottom: 10px;
}

.CategoryPage .ProductList1 .ProductItem
{
	width: 600px;
	height: 177px;
	background: url('images/pb_s_bg.gif') no-repeat 0 100%;
	margin-top: 10px;
	position: relative;
}

.CategoryPage .ProductList1 .ProductItem .title
{
	font-weight: bold;
	background: url('images/deal_box_hl.gif') no-repeat 0 0;
	padding-left: 10px;
}

.CategoryPage .ProductList1 .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;
}

.CategoryPage .ProductList1 .ProductItem .picture
{
	float: left;
	margin: 10px 0 10px 10px;
}

.CategoryPage .ProductList1 .ProductItem .description
{
	padding: 0px 0 0 10px;
	margin: 10px 150px 0px 140px;
	text-align: left;
	border-left: solid 1px #e3e3e3;
	color: #555;
}

.CategoryPage .ProductList1 .ProductItem .prices-wrapper
{
	float: right;
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 5px;
}

.CategoryPage .ProductList1 .ProductItem .prices
{

}

.CategoryPage .ProductList1 .ProductItem .prices .productPrice
{
	color: green;
}

.CategoryPage .ProductList1 .ProductItem .prices .oldproductPrice
{
	color: Red;
	text-decoration: line-through;
}

.CategoryPage .ProductList1 .ProductItem .buttons
{
	padding-top: 20px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCTS IN LINES 2 - TEMPLATE (JUST SHOWS HYPERLINKS)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CategoryPage .ProductList2
{
	margin-bottom: 15px;
	padding: 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PRODUCT FILTERS BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.CategoryPage .ProductFilters
{
	width: 600px;
	background: url('images/fb_s_bg.gif') no-repeat 0 100%;
	margin-left: 5px;
}

.CategoryPage .ProductFilters .FilterTitle
{
	font-weight: bold;
	background: url('images/deal_box_hl.gif') no-repeat 0 0;
	padding-left: 10px;	
	color: #555;
}

.CategoryPage .ProductFilters .FilterTitle span
{
	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;
}

.CategoryPage .ProductFilters .FilterItem
{
	padding: 5px 10px 5px 10px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	WHAT'S NEW

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.whatsnewheader
{
    margin-top: 10px;
    display: block;
    height: 136px;
    width: 790;
    background: url(images/What_New_For_You.png) no-repeat;
    clear: both;
}

.giftideasheader
{
    margin-top: 10px;
    display: block;
    height: 136px;
    width: 789px;
    background: url(images/Great_Gifts.png) no-repeat;
    clear: both;
}

.giftideassearch
{
    display: block;
    height: 29px;
    width: 117px;
    border: none;
    cursor: pointer;
    background: url(images/GiftIdeasSearch.png) no-repeat;
}



.quickshopheader
{
    margin-top: 10px;
    display: block;
    height: 87px;
    width: 500px;
    background: url(images/Quick_Shop.png) no-repeat;
    float: left;
}

.quickshoptext
{
    margin-top: 10px;
    font-style: italic;
    color: #666666;
    display: block;
    width: 250px;
    float: right;
}

.QuickShopCart
{
    display: block;
    height: 29px;
    width: 117px;
    background: url(images/QuickShopAddToCart.png) no-repeat;
    cursor: pointer;
    border: 0;
}

.clearanceheader
{
    margin-top: 10px;
    display: block;
    height: 141px;
    width: 789px;
    background: url(images/Clearance_Sale_Header.png) no-repeat;
    clear: both;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Gift Registry

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.GiftRegistry .ProductGrid
{
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 790px;
	text-align: center;
}

.GiftRegistry .ProductGrid .ItemBox
{
    padding-top: 0;
	padding-bottom: 0px;
	text-align: center;
    vertical-align: top; /*text-top;*/
}

.GiftRegistry .ProductGrid .ProductItem
{
	text-align: center;
	margin: 5px 5px 5px 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	border-right: solid 1px #BBBBBB;
	border-bottom: solid 1px #BBBBBB;
	width: 780px;
	display: block;	
}

.GiftRegistry .ProductGrid .ProductItem .details
{
    width: 200px;
}

.GiftRegistry .ProductGrid .ProductItem .pricetag
{
    display: block;
    height: 67px;
    width: 180px;
    background: url(images/GridTag.png) no-repeat right;
    margin-bottom: 10px;
    position: relative;
}

.GiftRegistry .ProductGrid .ProductItem .pricetagHP
{
    height: 67px;
    width: 180px;
    background: url(images/GridTagHP.png) no-repeat right;
    display: block;    
    margin-bottom: 10px;
    position: relative;
}

.GiftRegistry .ProductGrid .ProductItem .Retail
{
    position: absolute;
    top: 5px;
    left: 58px;
    color: #EFEFEF;
    font-size: 11px;
    font-weight: bold;
}

.GiftRegistry .ProductGrid .ProductItem .WebPrice
{
    position: absolute;    
    top: 20px;
    left: 40px;
    text-align: left;
    width: 50px;    
    font-size: 11px;
    color: #EFEFEF;
    font-family: Century Gothic;    
    font-weight: bold;
    display: block;
}

.GiftRegistry .ProductGrid .ProductItem .CPriceTagRetail
{
    position: absolute;    
    top: 17px;
    left: 0px;
    width: 165px;    
    font-size: 30px;
    color: #EFEFEF;
    font-family: Century Gothic;    
    font-weight: bold;
    display: block;   
}


.GiftRegistry .ProductGrid .ProductItem .CPriceTagRetail .CRetailSign
{
    float: right;
    font-size: 18px;
}

.GiftRegistry .ProductGrid .ProductItem .CPriceTagRetail .CRetailPrice
{
    margin-top: 0;
    float: right;
    vertical-align: text-top;
}

.GiftRegistry .ProductGrid .ProductItem .CPriceTagHP
{
    position: absolute;
    top: 38px;
    left: 15px;    
    font-weight: bold;  
    color: #000000;
    display: block;
}

.GiftRegistry .ProductGrid .ProductItem .title
{
    text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
	height: 30px;
	padding-right: 5px;
	color: #D31F36;
}

.GiftRegistry .ProductGrid .ProductItem .desc
{
    height: 30px; 
    overflow: hidden; 
    font-size: 11px; 
    text-align: left; 
    color: #333333
}

.GiftRegistry .ProductGrid .ProductItem .title a
{
    color: #D31F36;
    font-size: 13px;
}

.GiftRegistry .ProductGrid .ProductItem .more
{
    text-align: left;
	font-weight: bold;	
	text-decoration: none;
	font-size: 10px;	
	color: #333333;	
	position: relative;
}

.GiftRegistry .ProductGrid .ProductItem .more .choose
{
    margin-top: 3px;
    display: block;
    height: 23px;
    width: 35px;
    background: url(images/ChooseStyle.png) no-repeat;
    float: left;
}

.GiftRegistry .ProductGrid .ProductItem .more .ddl
{
    margin-top: 5px;
}

.GiftRegistry .ProductGrid .ProductItem .more .addtocart
{
    border: none;
    height: 41px;
    width: 134px;
    background: url(images/Purchase.png) no-repeat;
    cursor: pointer;
}

.GiftRegistry .ProductGrid .ProductItem .more .sold
{
    border: none;
    height: 42px;
    width: 135px;
    background: url(images/Bought.png) no-repeat;
}

.GiftRegistry .ProductGrid .ProductItem .more .addtocart[disabled]
{
    height: 42px;
    width: 135px;
    background: url(images/GiftNotOnline.png) no-repeat;
    cursor: default;
}

.GiftRegistry .ProductGrid .ProductItem .more .addtocart[disabled]:hover
{
    height: 42px;
    width: 135px;
    background: url(images/GiftNotOnline.png) no-repeat;
    cursor: default;
}

.GiftRegistry .ProductGrid .ProductItem .more a
{
	display: block;
	height: 17px;
	width: 32px;
	background: url(images/More_Button.png) no-repeat;
}

.GiftRegistry .ProductGrid .ProductItem .more .Reg
{
	display: block;
	height: 17px;
	width: 100px;
	background: url(images/AddToReg.png) no-repeat;
}

.GiftRegistry .ProductGrid .ProductItem .picture
{
    vertical-align: middle;
	text-align: center;
	width: 200px;
	height: 200px;
	display: block;
	padding: 0 0 5px 0;
}

.GiftRegistry .ProductGrid .ProductItem .picture a
{
	text-align: center;
	width: 125px;
	display: block;
	padding: 0 0 0 0;
}

.GiftRegistry .ProductGrid .ProductItem .description
{
	margin: 5px 5px 0 5px;
	text-align: center;
	padding: 10px 5px 10px 5px;
	border-top: solid 1px #e3e3e3;
	color: #555;
	height: 50px;
}

.GiftRegistry .ProductGrid .ProductItem .addInfo
{
	vertical-align: bottom;
	text-align: right;
	width: 250px;
	height: 85px;
	position: relative;
}

.GiftRegistry .ProductGrid .ProductItem .addInfo .prices
{
	text-align: right;
	vertical-align: middle;
	position: absolute;
	bottom: 15px;
	right: 10px;
}

.GiftRegistry .ProductGrid .ProductItem .addInfo .buttons
{
	vertical-align: middle;
	position: absolute;
	bottom: 15px;
	left: 10px;
	text-align: left;
}

.GiftRegistry .ProductGrid .ProductItem .addInfo .prices .productPrice
{
	color: red;
	font-size: 14px;
	font-weight: bold;
}

.GiftRegistry .ProductGrid .ProductItem .addInfo .prices .oldproductPrice
{
	color: Red;
	text-decoration: line-through;
}

.GiftRegHdr
{
    background: url(/images/image/christmas-registry-banner.jpg) no-repeat;
    width: 800px;
    height: 195px;
    display: block;
    position: relative;
}

.GiftRegHdrReg
{
    background: url(/images/image/GIFT-REG-MAIN-HEADER.png) no-repeat;
    width: 800px;
    height: 154px;
    display: block;
    position: relative;
}

.ManageReg
{
    background: url(/images/image/ManageMyGiftRegistries.png) no-repeat;
    width: 588px;
    height: 60px;
    display: block;
}

.GiftRegCreate
{
    border-top: solid 1px #999999;
}

.GiftRegCreate .Hdr
{
    background: url(images/CREATE-YOUR-GREGISTRY.png) no-repeat;
    width: 502px;
    height: 95px;
    display: block;
    position: absolute;
}

.GiftRegCreate .SidePhoto
{
    float: right;
    background: url(images/GROUP-3-PHOTOS.png) no-repeat;
    width: 272px;
    height: 413px;
    display: block;
}

.GiftRegCreate .CreateForm
{
   margin-top: 100px;
}

.GiftRegCreate .FindForm
{
    
}

.GiftRegCreate .EditForm
{
}

.DataLbl
{
    font-weight: bold;
    font-size: 12px; 
    color: #FFFFFF;
    background: url(images/bg_sidebar_button.gif) no-repeat;
    width: 180px;
    margin-top: 3px;
    height: 23px;
    display: block;
    padding-top: 4px;
    padding-left: 4px;
    text-transform: capitalize;
}

.DataLblSmall
{
    font-weight: bold;
    font-size: 12px; 
    color: #FFFFFF;
    background: url(images/bg_sidebar_small.gif) no-repeat;
    width: 145px;
    margin-top: 3px;
    height: 23px;
    display: block;
    padding-top: 4px;
    padding-left: 4px;
    text-transform: capitalize;
}

.ExpiredLbl
{
    font-weight: bold;
    font-size: 12px; 
    color: #FFFFFF;
    background: url(images/expiredlabel.gif) no-repeat;
    width: 180px;
    margin-top: 3px;
    height: 23px;
    display: block;
    padding-top: 4px;
    padding-left: 4px;
    text-transform: capitalize;
}

.AddToReg
{
	display: block;
	height: 17px;
	width: 100px;
	background: url(images/AddToReg.png) no-repeat;
    border: none;
    cursor: pointer;
}

.DataHdr
{
    font-family: Arial Black; 
    font-size: 12px; 
    color: #D42238; 
    margin-bottom: 10px; 
    padding-bottom: 5px; 
    border-bottom: solid 1px #999999;
}

.GiftTextBox
{
    margin: 1px;
	border-right: #dfe5e7 1px solid;
	border-top: #a8bac2 1px solid;
	border-left: #a8bac2 1px solid;
	border-bottom: #dfe5e7 1px solid;
	background: url(Images/gifttextboxbg.gif) white repeat-x left top;
	color: #333333;
	font-family: Arial;    
	font-size: 13px;
    font-weight: bold;  
	padding: 1px;
    padding-top: 3px;
	height: 20px;
}

.AjaxToolkitStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    background-image: url(images/toolkit-bg.gif);
    background-position: top left;
    border-right: #dfe5e7 1px solid;
	border-top: #a8bac2 1px solid;
	border-left: #a8bac2 1px solid;
	border-bottom: #dfe5e7 1px solid;	
    padding: 0 0px 0 2px;
    font-size: 13px;
    font-weight: bold;  
    color: #333333;
	font-family: Arial;    
    height: 20px;
    width: 240px;
    padding-top: 3px;
}
.AjaxToolkitStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    background-image: url(images/toolkit-arrow.gif);
    background-position: 1px 0px;
    border: 0px none;
    height: 23px;
    width: 23px;
}

.ajax__combobox_itemlist
{
    font-weight: bold;  
    font-size: 13px;
}
