/*
march-catalog.css / march 2010 / chuck mallott
these styles need to be integrated back into radiant
edited by Raja / April 2010 /
*/


/* Hero Banner Area */
#hero {
    background: #fff url('/content/dam/rosettastonecom/images/march-catalog/hero-bg.png') no-repeat bottom left;
    width: 615px;
    height: 320px;
    float: left;
    position: relative;
}

#hero-title {
    background: url('/content/dam/rosettastonecom/images/march-catalog/brown-bar.png') no-repeat top left;
    color: #fff;
    height: 34px;
    padding: 10px 20px;
    font-size: 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#hero h3 {
    padding-left: 30px;
}

#hero h3.emphasized {
     font-size: 16px;
     margin-left:145px;
     width:370px;
}

#hero p {
    line-height: 1.8em;
    padding-right: 25px;
}

#hero ul {
    margin-top: 10px;
    margin-left: 175px;
    width:420px;
    margin-bottom:20px;
}

#hero li {
    float: left;
    background: none;
    color:#897a60;
    padding-left: 0;
    width: 90px;
    margin-right: 20px;
    font-weight: bold;
}

#hero-desc-text {
    width:405px;
    margin-left:175px;
}
.split-50-left, .split-50-right {
    float: left;
    width: 300px;
    _width: 297px;
    margin: 10px 0 10px 6px;
}

.split-50-left {
    background: url('/content/dam/rosettastonecom/images/march-catalog/thumb-coach.png') no-repeat top left;
}

.split-50-right {
    background: url('/content/dam/rosettastonecom/images/march-catalog/thumb-world.png') no-repeat top left;
}

.split-50-left h4, .split-50-right h4 {
    color: #7F6A0C;
    font-size: 12px;
    padding-left: 85px;
}

.split-50-left p, .split-50-right p {
    font-size: 10px;
    padding-left: 85px;
    line-height:1.5em;
}
#hero .split-50-left p, #hero .split-50-right p {
    line-height:1.5em;
}

#hero-sub {
    background: #fff;
    width: 330px;
    float: left;
        margin-left:9px;
}

#hero-promo {
    background: url('/content/dam/rosettastonecom/images/march-catalog/spring-promo.jpg') no-repeat top left;
    height: 158px;
    position: relative;
}

#hero-promo h3 {
    text-indent: -9999px;
}

#hero-promo #btn-apply, #hero-promo .disc {
    position: absolute;
    top: 116px;
    right: 24px;
}

#hero-promo .disc {
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    text-align: right;
    width: 105px;
}

#hero-method {
    background: url('/content/dam/rosettastonecom/images/march-catalog/hiw-module-bg.jpg') no-repeat bottom left;
    height: 162px;
    position: relative;
}

#hero-text {
    clear:both;
    float:right;
    margin-top:5px;
    padding-right:20px;
    width:144px;
}

#hero-method h3 {
    padding: 5px 0 0 15px;
}

#hero-method p {
    font-family:"Hevetica Neue",Helvetica,Arial,sans-serif;
    font-size: 11px;
    padding-bottom:2px;
}

#hero-method #btn-apply {
    font-family:"Hevetica Neue",Helvetica,Arial,sans-serif;
    font-size: 11px;
    color:#2E1E0F;
    font-weight:bold;
}


/* Levels Listing Area */

#levels {
    float: left;
}

#levels h2 {
    font-size: 16px;
    padding: 15px 20px 0 5px;
    margin: 0;
    background: none;
}

#levels li, #levels li#S5 {
    float: left;
    background: url('/content/dam/rosettastonecom/images/march-catalog/bg-s5-bot.png') no-repeat bottom left;
    margin: 0 0 5px 0;
    width: 960px;
}

#levels li div.corner-holder {
    background: url('/content/dam/rosettastonecom/images/march-catalog/bg-s5-top.png') no-repeat top left;
    float: left;
    padding: 20px;
}

#levels li#S3 {
    float: left;
    background: url('/content/dam/rosettastonecom/images/march-catalog/bg-s3-bot.png') no-repeat bottom left;
    margin: 0 0 5px 0;
    width: 880px;
}

#levels li#S3 div.corner-holder {
    background: url('/content/dam/rosettastonecom/images/march-catalog/bg-s3-top.png') no-repeat top left;
    float: left;
    padding: 20px;
    min-height: 75px;
}

#levels li#S2 {
    float: left;
    background: url('/content/dam/rosettastonecom/images/march-catalog/bg-s2-bot.png') no-repeat bottom left;
    margin: 0 0 5px 0;
    width: 830px;
}

#levels li#S2 div.corner-holder {
    background: url('/content/dam/rosettastonecom/images/march-catalog/bg-s2-top.png') no-repeat top left;
    float: left;
    padding: 20px;
    min-height: 75px;
}

#levels li#L1 {
    float: left;
    background: url('/content/dam/rosettastonecom/images/march-catalog/bg-s1-bot.png') no-repeat bottom left;
    margin: 0 0 5px 0;
    width: 770px;
}

#levels li#L1 div.corner-holder {
    background: url('/content/dam/rosettastonecom/images/march-catalog/bg-s1-top.png') no-repeat top left;
    float: left;
    padding: 20px;
    min-height: 75px;
}

#levels li.collapsed {
    float: left;
    background: url('/content/dam/rosettastonecom/images/march-catalog/bg-collapsed-bot.png') no-repeat bottom left;
    margin: 0 0 5px 0;
    width: 770px;
}

#levels li.collapsed div.corner-holder {
    background: url('/content/dam/rosettastonecom/images/march-catalog/bg-collapsed-top.png') no-repeat top left;
    float: left;
    padding: 7px;
    width: 770px;
}

li.collapsed .list-products {
    width: 420px;
}

li#S3 .list-products {
    width: 520px;
}

li#S2 .list-products {
    width: 490px;
}

li#L1 .list-products {
    width: 430px;
}

.list-products {
    float: left;
    width: 600px;
}

.list-products h3 {
    font-size: 17px;
    margin-bottom: 5px;
    padding-left: 90px;
}

.list-products h3 a {
    color: #2E1E0F;
    text-decoration:none;
}

.list-products h3 a:hover {
    text-decoration:underline;
    color: #2E1E0F;
}


.list-products p {
    font-size: 12px;
    padding-left: 90px; 
}

.list-products p em, .list-products p i {
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    margin-top: 5px;
}

.list-products h3 em a, .list-products h3 i a {
    text-decoration:underline;
    color:#0098DB;
}

.list-products h3 em a:hover, .list-products h3 i a:hover {
color:#DB4628;}

.list-products h3 em, .list-products h3 i {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    margin-left: 15px;
}

li.collapsed .list-products h3 {
    margin: 10px 0 0 50px;
    padding-left: 0;
}

.product-reviews {
    width: 150px;
    float: left;
    text-align: center;
    margin-top: 13px;
}

li.collapsed .product-reviews {
    width: 200px;
}

span.bv-rate cite {
    color: #999;
}

.cta {
    width: 170px;
    float: left;
    position: relative;
}

li#S2 .cta, li#L1 .cta {
    width: 150px;
}

li.collapsed .cta {
    width: 100px;
    text-align: center;
    margin-top: 5px;
}

.cta .add-to-cart {
    position: absolute;
    top:0;
    right:0;
}

.cta span.save-note {
    font-weight: bold;
    color: #090;
    font-size: 11px;
    position: absolute;
    right: 5px;
    width: 100px;
    text-align: center;
}

li.collapsed .cta em, li.collapsed .cta i {
    display: block;
    font-weight: bold;
    font-size: 15px;
    font-style: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 5px;
}

.cta a.add {
    font-weight: bold;
}

/* Dan Cederholm's method to self-clear floats */

.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* self-clear floats */

* html .group { /* IE6 */
    height: 1%;
}
*:first-child+html .group { /* IE7 */
    min-height: 1px;
}
    
/* Over-write other styles */
html {background:url('/content/dam/rosettastonecom/images/march-catalog/gradient_bg_2.jpg') no-repeat scroll center top #FFFFFF;}
body {background:none;}
/*body {background:#fff url('/content/dam/rosettastonecom/images/march-catalog/gradient_bg.png') repeat-x top left;}*/

body #content h2 {
    height: 24px;
    padding-top: 15px;
}

.corner-holder .add-to-cart {
    background:url('/content/dam/rosettastonecom/images/march-catalog/addtocart3-bg.png') no-repeat scroll right top transparent;
}

li.collapsed .review-link {
    margin-right: 5px;
}

/* coins are blocked */
p.testcd-s5, .add-to-cart-btn-form, li.collapsed span.bv-rate cite, img.testcd-pval {display:none;}
.bv-cat a {font-weight:bold;}
