﻿h2.categoryHeader
	{
		height: 50px;
		line-height: 50px;
		background-color: #333;
		color: #fff;
		padding-left: 20px;
		overflow: auto;
	}
span.productCount
	{
		color: #b2b2b0;
		margin-left: 40px;
	}
	
	
#categoryView
	{
		background: #D6D3D6;
		overflow: auto;
		position:relative;		
	}
	#categoryView.guiSearch
	{
	    background: #dfdcd8 url(../images/cat_view_bg.png) repeat-y;	    
	}
		
#categoryView .guiCategoryView
{
    float:left;    
}
#categoryView .guiCategoryView .NoResult
{
    padding-bottom:100px;    
    padding-top:40px;        
    background-color:#FFFFFF;
    width:704px;
    min-height: 250px;
}
#categoryView .guiCategoryView .NoResult h2
{
    color:#003366;
    font-size:12px;
    font-weight:bold;
    padding-bottom:0px;
    padding-left:40px;
}
#categoryView .guiCategoryView .NoResult
{
}
#categoryView .guiCategoryView .NoResult .SearchTips 
{
	color:#333333;
    font-size:12px;
    padding-bottom:0px;
    padding-left:40px;
}
#categoryView .guiCategoryView .NoResult .SearchTips ul li 
{
	list-style-type: disc;
	margin-left:15px;
}
/* CATEGORIES */
#categoryView.guiPopularTop4
{
    margin-bottom:5px;
}
#categoryView .guiHeader
{
	text-align:right;	
	width:895px;	
	height:20px;
	background-color:#D6D3D6;
	margin-bottom:5px;
}
#categoryView .guiHeader.cartRecommendations
{
	width: 895px;
	margin-bottom: 0px;
}
    #categoryView .guiHeader h2
    {
        height: 20px;
	    line-height: 20px;	    
	    color: #003366;
	    text-align: left;
	    text-transform: uppercase;
	    font-style: normal;
	    font-size:14px;	    
	    width:560px;
	    float:left;
	    padding-left:5px;
	    
    }
     #categoryView .guiHeader .sortWrapper
     {
       float:right;
     }
        #categoryView .guiHeader .sortWrapper select
        {            
            height: 20px;
            padding-top:2px;            
            margin-bottom:1px;
        }


    #categoryView .CategoryGroup
    {
        background-color:#D6D3D6;
        width: 704px;
        color:#033260;        
        font-weight:normal;
        line-height:30px;
    }
        #categoryView .CategoryGroup h2
        {
           float:left;
           padding-right: 10px;
           padding-left: 10px;
           
        }
            #categoryView .CategoryGroup a
            {
                font-size:13px;
            }
        #categoryView .CategoryGroup .CategoryCount
        {
            color:#555555;                        
        }
#categoryView .categories
	{ 
		width: 703px;
		background-color: #fff;
		border-right:solid 1px #b2b2b0;
	}
	#categoryView .categories h3
		{
			color: #033260;
			font-size: 12px;
			height: 30px;
			border-bottom: solid 1px #e0e0e0;
			height: 30px; 
			line-height: 30px;
			padding-left: 20px;
		}
	#categoryView .categories .products
		{
			overflow: auto;
		}
	#categoryView .categories .product
		{
			border-right: solid 1px #e0e0e0;
			border-bottom: solid 1px #e0e0e0;
		}
	#categoryView .categories .last
		{
			border-right: 0;
			border-bottom: solid 1px #e0e0e0;
		}
			
/* PRODUCTLIST */
.productList
	{		
		background-color: #fff;
		padding-bottom: 10px;				
		width:100%;
	}	
	.category
		{
			width: 895px;
			
		}
	.SearchPage .category
	{
		width: 705px;
	}
	.cartRecommendations 
	{
		width: 895px;
	}
	.detailsRecommendations 
	{
		width: 847px;
	}
		.product .productImage
		{			
			display:block;
			min-height: 120px;
		}
		.category .product .productImage img
			{
				max-width: 175px;
			}
		.category .product .internetPrice
			{
				background-color: #AECF26;
				padding-right: 20px;
				padding-left: 20px;
				padding-bottom: 2px;
				padding-top: 2px;
				font-weight: bold;
				color: White;
				font-size: 10pt;
				position: absolute;
				margin-left: 15px;
			}
	.productList tr
		{
			border-bottom: solid 1px #dfdfdf; 
		}	
	.productList h3
		{
			color: #033260;
			font-size: 12px;
			height: 30px;
			line-height: 30px;
			padding-left: 20px;
		}

/* PRODUCT PAGER */
#PagerWrapper
{
        width:894px;
		background-color: #fff;			
		text-align:right;
		padding:5px 0px 5px 0px;
		height:20px;		
}
    #PagerWrapper .Info
    {
        float:left;
        margin:4px 4px;
    }
    #PagerWrapper .Label
    {
        float:left;
        margin:4px 4px;
        border-left: 1px solid #CCCCCC;
        padding-left:5px;
    }
   
    #PagerWrapper .Pager .CurrentPage
    {
        background-color:#B5D928;
        color:#FFFFFF;
        padding:1px 0px;
        width: 20px;
        text-decoration:none;
        float:left;
        text-align:center;
        margin:1px 4px;
    }
    
    #PagerWrapper .Pager .PageNumber
    {
        background-color:#000000;
        color:#FFFFFF;
        padding:1px 0px;
        width: 20px;
        text-decoration:none;
        float:left;
        text-align:center;
        margin:1px 4px;
        cursor: pointer;

    }
    #PagerWrapper .Pager .PageNumber:hover
    {
        color:#B5D928
    }
 
 

/* PRODUCT BOX */
.product
	{
		border-right: solid 1px #dfdfdf; 
		padding-bottom: 10px;
		padding-top: 10px;		
	}
	.product .productImage img
		{
			display: block;
			margin: 0 auto;
		}
		.product .internetPrice
		{
			background-color: #AECF26;
			padding-right: 20px;
			padding-left: 20px;
			padding-bottom: 2px;
			padding-top: 2px;
			font-weight: bold;
			color: White;
			font-size: 10pt;
			position: absolute;
			margin-left: 15px;
		}
		.productRating
			{
				clear: both;
				width: 110px;
				margin: 0 auto;
				margin-bottom: 15px;
			}		
			.productRating li
				{
					float: left;
					width: 22px; 
					text-align: center;
				}		
		.options, .price
			{
				margin: 0 10px;
				vertical-align:bottom;				
				display:block;
				max-width:155px;
				width:155px;
			}
		.price
		{
			
		}
		
			.options a.productTitle
				{
				    display: block;
				    height: 30px; 
					color: #003366;
					font-size: 12px;
					margin-bottom: 10px;
					overflow: hidden;
					text-decoration: underline;
					width:100%;
				}
			#guiCheckoutContainer .options a.productTitle.cartRecommendations
				{
				    text-decoration: none;
				}
			.options .productBrand
				{
					font-size:12px;
					color: #555555;
					text-align:left;
					min-height:15px;
					display:block;
					font-weight:bold;
				}
				
			.price a.buy
			    {
				    display: none;
					float: right;
				}	
				
			.price span
				{
					color: #ec520f;
					font-size: 22px;
					font-weight: bold;
				}	
			
			.options 
			{
				position: relative;
			}
				
			.options .productPopup 
			{
				background:url("/ModuleCommon/images/box_bg.png") no-repeat scroll left top transparent;
				display:none;
				height:165px;
				left:0;
				padding-left:10px;
				padding-right:10px;
				padding-top:10px;
				position:absolute;
				text-align:left;
				top:-170px;
				width:300px;
				z-index:100;
			}
			
			.options:hover .productPopup
			{
				display: block;
			}
			
			.options .productPopup p
			{
				width: 180px;
				position: absolute;
				left:120px;
				top:18px;
				height:140px;
				overflow:hidden;
			}
						
			.options .productPopup .popupButton 
			{
				bottom:25px;
				left:30px;
				position:absolute;
			}
			
			.options .productPopup .popupImage 
			{
				position:absolute;
				top:14px;
			}
			
			.options .productPopup .popupProductName
			{
				font-weight:bold;
			}
			
			.options .productPopup .popupArrow 
			{
				bottom:-1px;
				position:absolute;
				left:45px;
			}
					
			.options .productPopup2 
			{
				background:url("/ModuleCommon/images/box_bg.png") no-repeat scroll left top transparent;
				display:none;
				height:165px;
				right:0px;
				padding-left:10px;
				padding-right:10px;
				padding-top:10px;
				position:absolute;
				text-align:left;
				top:-170px;
				width:300px;
				z-index:100;
			}
			
			.options:hover .productPopup2
			{
				display: block;
			}
			
			.options .productPopup2 p
			{
				width: 180px;
				position: absolute;
				left:120px;
				top:18px;
				height:140px;
				overflow:hidden;
			}
						
			.options .productPopup2 .popupButton 
			{
				bottom:25px;
				left:30px;
				position:absolute;
			}
			
			.options .productPopup2 .popupImage 
			{
				position:absolute;
				top:14px;
			}
			
			.options .productPopup2 .popupProductName
			{
				font-weight:bold;
			}
			
			.options .productPopup2 .popupArrow 
			{
				bottom:-1px;
				position:absolute;
				right:90px;
			}
		
/* RIGHTBAR */
.guiRightBar
	{
		width: 190px;
		float: right;		
		background-color:#D6D3D6;
	}
	.guiRightBar .box
		{
			width: 178px;
			margin: 5px auto;
		}
		.guiRightBar .box h2
			{
				min-height: 20px;
				line-height: 16px;
				background-image: url('../images/boxHeaderBg_31x20_Green.png');
				background-repeat: repeat-x;
				color: #000000;
				text-align: center;
				text-transform: uppercase;
				font-style: normal;
				font-size:14px;
			}
		.guiRightBar .box .boxContent
			{
				margin: 0px 0 0px 0;
				color: #063762;
			}
			.guiRightBar .box .boxContent .productBrand
				{
					color:#555555;
					font-weight:bold;
				}
			.guiRightBar .box .boxContent h3
				{
					margin: 10px 0 15px 0;
				}
			
				
/* Magasine */
.box.Magazine .boxContent h3
{
	margin: 5px 0 0 0;
}
.Magazine img
{
	width:174px;
	height:106px;
}
			
/* RIGHTBAR DARK */
.dark
	{
	
	}
	.dark .box
		{
			width:190px;
			margin: 0 auto;
		}
		.dark .box h2
			{
				background-image: none;
				background-color: #000;
			}
		.dark .box .boxContent
			{
				width: 180px;
				margin: 10px auto 15px auto;
			}
			.dark .box .boxContent h3
				{

				}
				
/* RIGHT BAR CONTROLS */
.bestSellerProduct
    {
        overflow: auto;
        margin-bottom: 1px;
        padding: 2px 3px;
        background: #f1edea;
        position:relative;
    }
    .bestSellerProduct img
        {
            float: left;
            border: solid 1px #b2b2b2;
            margin-right: 10px;
            width:25px;
            height:25px;
        }
        .bestSellerProduct .productTitle
        {
            color: #003665;
            margin-bottom:2px;
            float:left;
            width: 135px;
            overflow: hidden;
        }
        .bestSellerProduct .productPrice
        {
            color: #f1530a;
            font-weight: bold;
            position:absolute;
            right:3px;
            top:2px;
        }
        
.magazineResult div
    {
        overflow: auto;
        margin-bottom: 1px;
        padding: 2px 3px;
        background: #f1edea;
        position:relative;
        z-index:10;
    }   
        .magazineResult div h3
        {
            color: #555555;
            margin-bottom:2px;
            font-size:10px;
            z-index:10;
        }   
         .magazineResult div a
         {
            padding-left:2px;     
            display:block;     
         }            
       