/*<CSS ID="1024_certona.css" Name="1024_certona.css" />*/

/*	Avenue Certona */
/*	Home Page:			None								
	Landing Page:		Layout: Horizontal / font-size 11px / width: 790px / 5 across / Image width: 125 x 180 
	NETP:				Layout: Horizontal / font-size 11px / width: 981px / 5 across / Image width: 125 x 180 / text-align left
	PDP:				Layout: Vertical / font-size 12px / width: 135px / Image width: 88 x 127
	Shopping Page:		Layout: Vertical / font-size 12px / width: 163px / Image width: 88 x 127
*/

/* ================================================= */
/* Common Styles */
.horizontal, .vertical {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    text-align: center;
}
.recommendations span {
    display: block;
}
.recommendations .product-image img {
    border: none;
}
.recommendations button {
    background: url(//secureimages.redcatsusa.com/images/site_images/avenue/1024_AV_quickview_button.png) center no-repeat;
    cursor: pointer;
    height: 25px;
    width: 80px;
    display: block;
    margin: 0 auto;
}
.recommendations .original-price {
    text-decoration: line-through;
}
.recommendations .sale-price {
    color: #f00;
}

/* ================================================= */
/* Horizontal Styles */
.horizontal h4 {
    font-weight: normal;
    text-align: left;
    font-size: 20px;
    background-color: #CECCCD;
    color: #5A5A5A;
    margin-bottom: 5px;
    padding: 5px 15px;
}
.horizontal .recommendations .recommendation {
    float: left;
    font-size: 11px;
}
.horizontal .recommendations .product-image {
    padding-top: 10px;
    padding-bottom: 0px;
}
.horizontal .recommendations .product-image img {
    width: 125px;
    height: 180px;
}
.horizontal .recommendations .product-name {
	 color: #039;
    text-decoration: underline;
    display: block;
}
.horizontal .recommendations .product-name:hover {
    text-decoration: none;
}
.horizontal .recommendations .regular-price, .horizontal .recommendations .original-price {
    color: #000;
}

/* ================================================= */
/* Vertical Styles */
.vertical h2 {
    background-color: #666;
    color: #434343;
    font-size: 12px;
    font-weight: bold;
    text-transform: capitalize;
   /* margin-left: 8px;*/
}
.vertical .recommendations .recommendation {
    font-size: 12px;
}
.vertical .recommendations .product-image img {
    width: 88px;
    height: 127px;
}
.vertical .recommendations button {
    margin: 3px auto 5px;
}
.vertical .recommendations .regular-price, .vertical .recommendation .original-price {
    color: #010101;
}

/* ================================================= */
/* Home Page */
#home_rr {
    width: 984px;
    margin-top: 10px;
    margin-bottom: 10px;
    
}
#home_rr .recommendations {
    margin-top: 14px;
    padding-left: 10px;
    padding-right: 10px; 
}
#home_rr .recommendations .recommendation {
    width: 192px;
}
#home_rr h4  {
	margin: 0 15px; 
}
#home_rr .recommendations button {
    margin: 3px auto 4px;
}

#home_rr .recommendations .product-name {
	padding: 0 20px;
}

/* ================================================= */
#cat_rr {
    
    float: right; 
    padding-bottom: 10px;
    margin-right: 15px;
    margin-top: 20px;
    width: 780px;
}
*+html #cat_rr { 
    text-align: right;
}
#cat_rr .recommendations {
    margin-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
}
#cat_rr .recommendations .recommendation {
    width: 180px;
}
#cat_rr .recommendations button {
    margin: 5px auto 4px;
}
#cat_rr .recommendations .product-name {
	padding: 0 20px;
}

/* ================================================= */
/* NetP */
#netp_rr {
    width: 981px;
    text-align: left;
    font-size: 11px;
    margin: 10px 0;
}
#netp_rr .recommendations {
    margin-top: 12px;
    margin-left: 10px;
}
#netp_rr .recommendations .recommendation {
    width: 180px;
}
#netp_rr .recommendations .product-name {
    margin-right: 8px;
}
#netp_rr .recommendations button {
      text-align: center;
      margin: 0 auto;
}

/* ================================================= */
/* PDP - will likely change with certona changes */
#product_rr  { float: left; width:114px; margin-top:0; font-size:11px; border:1px solid #ccc; border-top:0; }
#product_rr .vertical h4 { display:none; }
#product_rr .vertical .recommendations  { float:left; margin-top:0; padding-bottom:10px; width: 114px; /* for IE */ }
#product_rr .vertical .recommendation { padding-top:10px; }
#product_rr .recommendations .product-name { text-decoration: none; padding-left: 4px; padding-right: 4px;}

/* brand-selected recommendations */
.product-wrap .right-side { width:116px !important; padding:0 0 10px 8px !important; }
div#product_rc h4 { padding:4px 2px; font-size:11px; color:#fff; background-color:#666; border:1px solid #ccc; }
div#product_rc .teaser { width:114px; padding:10px 0 0 0; margin:0 !important; font-size:12px; border:1px solid #ccc; border-width:0 1px; }
div#product_rc .teaser img { border:0 !important; }
div#product_rc .teaser span.StrikeStyle { color:#000; font-size:12px; }
div#product_rc .teaser span.salepricestyle font { color:#f00; font-size:12px; font-weight:normal; }
/* ================================================= */

/* Shopping Bag */
#cart_rr {
    width: 160px;
    padding-bottom: 10px;
    padding-top: 30px;
    margin-left: -8px;
}
#cart_rr h4 {
    text-transform: none;
}
#cart_rr .recommendations {
    width: 160px; /* for IE */
    margin-top: 12px;
}
#cart_rr .recommendations .recommendation {
    margin: 0 auto 22px;
}
#cart_rr .recommendations .product-name {
    color: #333;
    text-decoration: none;
    display: block;
    font-size: 12px;
}
#cart_rr .recommendations .product-name :hover {
    text-decoration: underline;
}

.tracking_status_info {
    padding-bottom: 5px;
    padding-top: 15px;
}

.trackingorder_registration_rewards {
    margin-left: 35px;
    margin-top: 10px;
    padding: 5px;
}

.tight {
    margin-top: 20px;
}

