/* This file contains the layout styles for UCRecentlyViewed.ascx widget */

/******************************************
	START: Global Styles
*******************************************/

 #RecentlyViewedContainer {
    position: relative;
    margin-top: 35px;
}

 #RecentlyViewedContainer .recentlyViewedProducts {
    margin-top: 10px;
}

 #RecentlyViewedContainer .ViewAllLink {
    position: absolute;
    top: 12px;
    left: 198px;
    font-weight: normal;
    line-height: 15px;
}

#RecentlyViewedContainer .ProductContainer {
	padding: 10px 9px 0;
}

/***************************
	END: Global Styles
***************************/

/******************************
START: RED Category
********************************/
#RED .ProductSelectionContainer #RecentlyViewedContainer {
    margin-top: 0;
}

#RED .RecentlyViewedPageTitle {
    font-size: 28px;
    line-height: 30px;
    font-weight: normal;
    color: #666;
    text-transform: lowercase;
}


/******************************
START: SSS Category
********************************/
#SSS #RecentlyViewedContainer 
{
    float:left;
    margin-top: 0;
}

#SSS #RecentlyViewedContainer .recentlyViewedProducts 
{
    clear: both;
}

/* on-page widget styling */
#SSS #productCollection .RecentlyViewedPageTitle {
    font-size: 22px;
    line-height: 22px;
    color: #660000;
    margin:10px 0 0 10px;
    float: left;
}

/* standalone page styling */
#recentlyViewed #SSS .RecentlyViewedPageTitle
{
    padding: 4px 0 4px 10px;
    font-family: Georgia;
    font-size: 20px;
    background: #f8e8d8;
    height: 32px;
    line-height: 32px;
}

#SSS  #RecentlyViewedContainer .ViewAllLink 
{
    left: 185px;
    top: 16px;
}

#SSS  #RecentlyViewedContainer .ViewAllLink a
{
    font-family: Arial;
    font-size: 14px;
    color: #900;
    text-transform:capitalize;
}

.RecentlyViewedTitle
{
    padding: 6px;
    background-color: #ffcb99;
    text-align: center;
    color:#6E0901;
    font-size:15px;
    font-weight:bold;
}

.RecentlyViewedFooter
{
    padding: 8px;
    background-color: #ffcb99;
    margin-top: 5px;
    text-align: center;
}
	
.RecentlyViewedList
{
    margin-top: 10px;
}