/* it's a good idea to define a height and width for quickFlip */

 

.flip-wrapper {
    height: 193px;
    width: 453px;
    margin-top: 10px;

}

 
/* the rest of this is irrelevent */

 
.clear {
    clear: both;
    magin: 0;
    padding: 0;
}

.redPanel, .blackPanel {
    padding-top: 20px;
    text-align: center;
}

/**** image panels ****/

.quickFlip {
    font-family: "Trebuchet MS", Verdana, Sans-serif, sans;
    /*color: #4F352C;*/
    font-size: 13px;
    position: relative;
}

.flip-wrapper .blackPanel {
    background: url('white-big.png') no-repeat 0 0 #FFF;
    position: absolute;
}

.flip-wrapper .redPanel {
    background: url('gray-big.png') no-repeat 0 0 #FFF;
    position: absolute;
}

.flip-wrapper P {
    padding: 5px;
    margin:0 30px 10px 30px;
}

.flip-wrapper p.panel-content {
    text-align: left;
    margin-top: 10px;
}

.flip-wrapper H3, .flip-wrapper H4 {
    padding: 0;
    margin: 0 35px;
}

.flip-wrapper h3 {
    text-align: left;
    font-size:24px;
    line-height:24px;
}

.flip-wrapper .redPanel h3 {
    text-align: center;
    margin-bottom: 10px;
}

.flip-wrapper .first {
    margin-top: 30px;
}

.flip-wrapper EM {
    display: block;
    padding: 0;
}

.flip-wrapper A.quickFlipCta {



    width: 210px;
    font-size: 15px;
    outline: none;
	text-decoration:underline;
}

/*** CSS only panels ****/

.flip-wrapper2 .blackPanel {
    background-color: #FFD993;
    color: darkbrown;
    border: 1px outset #A61C14;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.flip-wrapper2 .redPanel {
    background-color: #75941f;
    color: #FFF;
    border: 1px outset #4f6417;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.flip-wrapper2 .redPanel a {
    color: #FFF;
}

.flip-wrapperCta {
    cursor: pointer;
}
