/**
 * @version    1.5.1.3 August 31, 2011
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright   Copyright (C) 2007 - 2011 RocketTheme, LLC
 * @license    http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
 */

.cms-index-index .grid-text {padding: 0 0 5px 5px;}
.cms-index-index .product-info-col .price-box { padding: 5px 0;}
.cms-index-index span.switch_thumb { margin: 0 0 10px 5px;  }

/* Welcome Message Container */
.cms-index-index #slider_welcome { left:50%; margin-left:-480px; position:absolute; top:170px; width:960px; }
.cms-index-index #welcome { float: left; width:265px; font-size:120%; line-height: 20px; padding: 13px 0 0 15px; border: 1px solid #ccc; }
.cms-index-index #welcome p { padding: 10px; }
.cms-index-index .main, .cms-index-index .col-main { padding: 0px; }

/* Welcome Message */
.cms-index-index #welcome .block-title { padding:6px 0 4px 10px; }
.cms-index-index #welcome .block-title strong > span { font-size:1.5em; line-height:20px; margin:0; font-weight: normal; }

/* Ribbons */
ul.display li { position: relative; }
div.category-products span.ribbon { display: none; position: absolute; width: 128px; height: 53px; top: -4px; left: -5px; }
div.category-products.bestselling span.ribbon { display: block; background: url(../images/bestselling_sm.png); }
div.category-products.featured span.ribbon { display: block; background: url(../images/featured_sm.png); }
div.category-products.recent span.ribbon { display: block; background: url(../images/new_sm.png); }
div.category-products.viewed span.ribbon { display: block; background: url(../images/popular_sm.png); }
div.category-products.rated span.ribbon { display: block; background: url(../images/highestrated_sm.png); }
div.category-products.specialprice span.ribbon { display: block; background: url(../images/sale_sm.png); }