
.wrapper { 
	width: 100%;
}
.header.wrapper {
	background: rgb(246, 246, 246); border-bottom-color: rgb(221, 221, 221); border-bottom-width: 1px; border-bottom-style: solid; box-shadow: inset 0px -8px 8px -8px rgba(0,0,0,0.1), inset 0px -2px 2px -2px rgba(0,0,0,0.05); -webkit-box-shadow: 0 -8px 8px -8px rgba(0, 0, 0, 0.1) inset, 0 -2px 2px -2px rgba(0, 0, 0, 0.05) inset; -moz-box-shadow: 0 -8px 8px -8px rgba(0, 0, 0, 0.1) inset, 0 -2px 2px -2px rgba(0, 0, 0, 0.05) inset; -o-box-shadow: 0 -8px 8px -8px rgba(0, 0, 0, 0.1) inset, 0 -2px 2px -2px rgba(0, 0, 0, 0.05) inset; -ms-box-shadow: 0 -8px 8px -8px rgba(0, 0, 0, 0.1) inset, 0 -2px 2px -2px rgba(0, 0, 0, 0.05) inset;
}
header {
	padding: 20px 0px; overflow: hidden;
}
header .button img {
	padding-right: 5px; vertical-align: middle;
}
header .agencyName {
	line-height: 21px; font-size: 21px;
}
header .brokerName {
	color: rgb(32, 96, 192); line-height: 36px; padding-top: 4px; font-size: 36px;
}
header > .columns > .contact, header > .columns > .login {
    float: right; display: inline-block;
}
header > .columns > .login {
    padding-top: 10px;
    margin-left: 10px;
}
header .login a {
    text-align: center; 
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
header .contact {
	padding: 8px 0px; text-align: right;
}
header .contact .phoneNumber {
	font-size: 18px;
}
header .contact .webLink {
	padding-top: 5px; font-size: 18px;
}
.wrapper.scHeader {   
    background: #5d81ad;
    border-bottom:1px solid #ddd;
    box-shadow:0 -8px 8px -8px rgba(0,0,0,0.1) inset, 0 -2px 2px -2px rgba(0,0,0,0.05) inset;
    -moz-box-shadow:0 -8px 8px -8px rgba(0,0,0,0.1) inset, 0 -2px 2px -2px rgba(0,0,0,0.05) inset;
    -webkit-box-shadow:0 -8px 8px -8px rgba(0,0,0,0.1) inset, 0 -2px 2px -2px rgba(0,0,0,0.05) inset;
    -ms-box-shadow:0 -8px 8px -8px rgba(0,0,0,0.1) inset, 0 -2px 2px -2px rgba(0,0,0,0.05) inset;
    -o-box-shadow:0 -8px 8px -8px rgba(0,0,0,0.1) inset, 0 -2px 2px -2px rgba(0,0,0,0.05) inset;
}
.wrapper.scHeader .name{   
    margin-left:20px;
}
.wrapper.scHeader .scContact{   
    margin-right:20px;
}
header .scAgencyName {
    color:#fff;
    font-size: 21px;
    line-height:21px;
}
header .scBrokerLicense {
    color:#fff;
    font-size: 14px;
    line-height:100%;
    padding-top:4px;
}
header .scContact {
    color:#fff;
    text-align:right;
    padding:0;
}
.wrapper.scHeader .scContact{   
    margin-right:20px;
}
.scMyAccountLogin {
    background:#ffffff;
    color:#fff;
    text-align:right;
    padding-top:15px;
    border-bottom:1px solid #c8d3e1;
}
.scMyAccountLogin a {
        text-align: center;
}
.scMyAccountLogin a:hover {    
    border:0;
    color:#ffffff;
}
.scMyAccountLogin .button img {
    vertical-align:middle;
    padding-right:5px;
}
.scMyAccountLogin .button{
    background: #5d81ad;
    color:#fff; 
    background: #5d81ad; /* Old browsers */
	background: -moz-linear-gradient(top,  #5d81ad 0%, #4c719e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5d81ad), color-stop(100%,#4c719e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5d81ad 0%,#4c719e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5d81ad 0%,#4c719e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5d81ad 0%,#4c719e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5d81ad 0%,#4c719e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d81ad', endColorstr='#4c719e',GradientType=0 ); /* IE6-9 */
    padding:6px 15px;
    margin:0;
    border:none;
    font-size:12px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.scMyAccountLogin .button:hover {
	background: #4c719e;
}
.scMyAccountLogin .login, .scMyAccountLogin .myAccount {
    display:inline-block;
    padding-top: 10px;
}
.scMyAccountLogin .login {
    margin-right:20px
}
.scPageTitleTop {
    border-bottom:1px solid #c8d3e1;
    padding:0;
    margin:0;
    margin-bottom:30px;
}
.scPageTitle {
    border-bottom:1px solid #c8d3e1;
    padding:0;
    margin:0;
    margin-bottom:20px;
}
.scPageTitle h1{
    margin-top:-20px;
    line-height:130%;
}
#scProductinCart{
	width:370px;
	height:120px;
    margin-left:30px;
    margin-bottom:30px;
	background:url('../images/scCartItemBG.png') repeat-x 1px 0px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif; 
    font-weight: 600;
    line-height: 80%;
}
#scProductinCart > ul.scCartItem{
	margin:0;
	padding:0;
	list-style: none;
}
#scProductinCart > ul.scCartItem li{
	display:block;
    float:left;
	width:74px;
	height:85px;
    margin-left:0px;
	text-align: center;
	position:relative;
    padding-top:25px;
}
#scProductinCart > ul.scCartItem li img{
	border:none;
	position:absolute;
	width:54px;
	height:35px;
	top:10px;
	left:10px;
	z-index:100;
}
#scProductinCart > ul.scCartItem li span.scCartCell{
    display:block;
    background:#e9f9ff;
	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	border-radius: 4px;
    margin-top:-1px;
	margin-left:auto;
	margin-right:auto;
	width:70px;
	height:70px;
	z-index:15;
	background:#e9f9ff;
	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	border-radius: 4px;
}
#scProductinCart > ul.scCartItem li span div.scProdTitle,
#scProductinCart > ul.scCartItem li span span.scCartProdCount,{
	position:absolute;
}
#scProductinCart > ul.scCartItem li span div.scProdTitle{
    position:absolute;
    top:100px;
    width:70px;
	color:#666666;
	text-align: center;
	font-size: 11px;
}
#scProductinCart > ul.scCartItem li span div.scProdTitle p{
	margin:0;
    padding:0;
	line-height: 100%;
}
#scProductinCart > ul.scCartItem li span span.scCartProdCount{
	position:absolute;
	top:52px;
	left:20px;
	text-align: center;
	font-size: 20px;
	line-height: 70%;
	background:#ffffff;
	width:15px;
	height:15px;
	padding:9px 9px;
	-webkit-border-radius: 50%;
  	-moz-border-radius: 50%;
  	border-radius: 50%;
  	color:#666666;
}
.scQuoteinCart {
    margin-top:30px;
}
.scInCart {
    color:#333;
    line-height:200%;
    font-size:14px;
    text-transform:uppercase;
}
.scInCart img {
    vertical-align:middle;
    padding-left:5px;
}
#scContinueShop-cart.Blue {
    border:none;
    color:white;
    border-bottom: 3px solid rgba(0,0,0,.3);
    background: #2060c0; /* Old browsers */
	background: -moz-linear-gradient(top,  #2060c0 0%, #184b97 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2060c0), color-stop(100%,#184b97)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2060c0 0%,#184b97 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2060c0 0%,#184b97 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2060c0 0%,#184b97 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2060c0 0%,#184b97 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2060c0', endColorstr='#184b97',GradientType=0 ); /* IE6-9 */
}
.ie8 #scContinueShop-cart.Blue {    
    border-bottom: 3px solid #154183;  /* IE8 fix */    
}
#scContinueShop-cart.Blue:hover {
    border-bottom: 3px solid rgba(0,0,0,.45);
    background: #184b97;  
}
#scContinueShop-cart.DarkGreen {
    border:none;
    color:white;
    border-bottom: 3px solid rgba(0,0,0,.3);
    background: #006666; /* Old browsers */
	background: -moz-linear-gradient(top,  #006666 0%, #004c4c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006666), color-stop(100%,#004c4c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #006666 0%,#004c4c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #006666 0%,#004c4c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #006666 0%,#004c4c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #006666 0%,#004c4c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006666', endColorstr='#004c4c',GradientType=0 ); /* IE6-9 */
}
.ie8 #scContinueShop-cart.DarkGreen {    
    border-bottom: 3px solid #004141;  /* IE8 fix */    
}
#scContinueShop-cart.DarkGreen:hover {
    border-bottom: 3px solid rgba(0,0,0,.45);
    background: #004c4c;   
}
#scContinueShop-cart.LightGreen {
    border:none;
    color:white;
    border-bottom: 3px solid rgba(0,0,0,.3);
    background: #66a72d; /* Old browsers */
    background: -moz-linear-gradient(top,  #66a72d 0%, #518425 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#66a72d), color-stop(100%,#518425)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #66a72d 0%,#518425 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #66a72d 0%,#518425 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #66a72d 0%,#518425 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #66a72d 0%,#518425 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66a72d', endColorstr='#518425',GradientType=0 ); /* IE6-9 */
}
.ie8 #scContinueShop-cart.LightGreen {    
    border-bottom: 3px solid #40691d;  /* IE8 fix */    
}
#scContinueShop-cart.LightGreen:hover {
    border-bottom: 3px solid rgba(0,0,0,.45); 
    background: #518425; 
}
#scContinueShop-cart.Orange {
    border:none;
    color:white;
    border-bottom: 3px solid rgba(0,0,0,.3);
    background: #e96b00; /* Old browsers */
	background: -moz-linear-gradient(top,  #e96b00 0%, #d26000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e96b00), color-stop(100%,#d26000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e96b00 0%,#d26000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e96b00 0%,#d26000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e96b00 0%,#d26000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e96b00 0%,#d26000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e96b00', endColorstr='#d26000',GradientType=0 ); /* IE6-9 */
}
.ie8 #scContinueShop-cart.Orange {    
    border-bottom: 3px solid #b35302;  /* IE8 fix */    
}
#scContinueShop-cart.Orange:hover {
    border-bottom: 3px solid rgba(0,0,0,.45);  
    background: #d26000; 
}
#scContinueShop-cart.Red {
    border:none;
    color:white;
    border-bottom: 3px solid rgba(0,0,0,.3);
    background: #b33232; /* Old browsers */
	background: -moz-linear-gradient(top,  #b33232 0%, #992b2b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b33232), color-stop(100%,#992b2b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b33232 0%,#992b2b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b33232 0%,#992b2b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b33232 0%,#992b2b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b33232 0%,#992b2b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b33232', endColorstr='#992b2b',GradientType=0 ); /* IE6-9 */
}
.ie8 #scContinueShop-cart.Red {    
    border-bottom: 3px solid #852525;  /* IE8 fix */    
}
#scContinueShop-cart.Red:hover {
    border-bottom: 3px solid rgba(0,0,0,.45); 
    background: #992b2b; 
}
#scContinueShop-cart {
    float:right;
    display: inline-block;
}
#scContinueShop-cart {
    width: 300px;
    height:57px;
    border-radius:3px;
    background-color:#ffa457;
    border-bottom:3px solid #e96b00;
    margin-top:0;
}
#scContinueShop-cart > img {
    float: left;
    vertical-align:middle;
    margin: 13px 15px 10px 0px;
}
#scContinueShop-cart > span {
    float: left;
    margin:20px 20px;
    font-size:24px;
    vertical-align:middle; 
    text-decoration:none;  
}
.scContinue > a > section#scContinueShop-cart {
    width: 280px;
    height:57px;
    border-radius:3px;
    background-color:#ffa457;
    margin-top:20px;;
}
.scContinue > a > section#scContinueShop-cart > img {
    float: left;
    vertical-align:middle;
    margin: 15px 10px 10px 0px;
}
.scContinue > a > section#scContinueShop-cart > span {
    float: left;
    margin:20px 10px;
    margin-left:30px;
    font-size:24px;
    vertical-align:middle; 
    text-decoration:none;
}
.scPrintEmail{
   margin-top:10px;
   text-align:right;
}
.scPrintEmail a{
   text-decoration:none;
   font-size:14px;
   color:#2060c0;
   margin-right:20px;
}
.scPrintEmail img {
    vertical-align:middle;
    padding-right:3px;
}
.scViewCartHeader {
    background:#6b94d2;
    color:#ffffff;
    font-size:20px;
    line-height:200%;
    border:1px solid #dedede;
    border-top:transparent;
}
.scViewCartHeader > ul {
    margin:0;
    padding:0;
}
.scViewCartHeader > ul > li {
    display:inline-block;
    margin:0;
    padding:0;
}
.scViewCartHeader > ul > li.scViewCartHeaderColumnR > span {
    font-size:12px;
}
.scViewCartHeader > ul > li.scViewCartHeaderColumnL {
    width:480px;
    margin-left:20px;
}
.scViewCartHeader > ul > li.scViewCartHeaderColumnC {
    width:100px;
    text-align:right;
}
.scViewCartHeader > ul > li.scViewCartHeaderColumnC > span {
    background: #ffffff;
    margin-top:-3px;
    margin-right:5px;
    border-radius: 50%;
    float: left;
    height: 26px;
    width: 26px;
    color:#666666;
    text-align: center;
    line-height:130%;
    font-size:20px;
}
.scViewCartHeader > ul > li.scViewCartHeaderColumnR {
    width:300px;
    text-align:right;
}
.scViewCartList {
    background:#faf9f9;
    border:1px solid #dedede;
    border-top:transparent;
    border-bottom:transparent;
    font-size:18px;
}
.scViewCartList:hover{
    background:#f5f5f5;
}
.scViewCartListOpen{
    background:#f5f5f5;
}
.scViewCartList > ul {
    margin:0;
    padding:15px 0;
}
.scViewCartList > ul > li {
    display:inline-block;
    margin:0;
    padding:0;
    vertical-align:middle;
}
.scViewCartList > ul > li.scViewCartListColumnIcon {
    width:54px;
    margin-left:10px;
}
.scViewCartList > ul > li.scViewCartListColumnCarrier {
    width:144px;
    margin-left:10px;
}
.scViewCartList > ul > li.scViewCartListColumnName {
    width:475px;
    line-height:120%
}
.scViewCartList > ul > li.scViewCartListColumnCarrierName {
    width:385px;
    line-height:120%
}
.scViewCartList > ul > li.scViewCartListColumnDropArrow {
    width:30px;
    margin-left:5px;
}
.scViewCartList > ul > li.scViewCartListColumnCompare {
    width:100px;
    margin-left:5px;
}
.scViewCartList > ul > li.scViewCartListColumnPremium {
    width:165px;
    margin-left:5px;
    text-align:right;
    line-height:80%;
}
.scViewCartList > ul > li.scViewCartListColumnPremium > span.scOrangeText{
    font-size:24px;
    color:#e96b00;
}
#divSubsidyAdjustment > ul > li > span.scOrangeText{
    font-size:32px;
    color:#e96b00;
}
#divSubsidyAdjustment > ul > li > span.adjustmentTitle{
    padding-right:40px;
    font-size:24px;
}
.scViewCartList > ul > li.scViewCartListColumnPremium > span.scPremiumSubText{
    font-size:11px;
    color:#999999;
}
.scViewCartList > ul > li.scViewCartListColumnDelete {
    width:30px;
    margin-left:15px;
}
.scViewCartList img{
    vertical-align:middle;
}
.scOpenCollapse {
    width:30px;
    height:30px;
    background:url('../images/scOpenCollapse.png') no-repeat 0 -30px; 
    vertical-align:middle;
}
.scOpenCollapse:hover {
    background:url('../images/scOpenCollapse.png') no-repeat 0 0; 
}
.compare {
    text-align:center;
    font-size:12px;
}
.compare a{
    text-decoration:none;
}
.compare a:hover{
    text-decoration:underline;
}
.scViewCartItemWrap {
    background:#fefefe;
    border:1px solid #dedede;
    border-top:transparent;
    padding:0;
}
.scViewCartItemDetailL {
    display:inline-block;
    width:47%;
    padding-left:10px;  
}
.scViewCartItemDetailL li {
    margin:10px 0; 
}
.scViewCartItemDetailL .plan-logo img {
    width:130px; height:45px;
}
.scViewCartItemDetailR {
    display:inline-block;
    width:44%;
    padding-left:40px;
    border-left:1px solid #dedede;
}
.scViewCartItemDetailR > .scPlan-details-table {
    display:block;
	float:left;
	width:100%;
    height:auto;
	line-height:125%;
}
.scViewCartItemDetailR > .scPlan-details-table tbody{
    width:100%;
}
.scViewCartItemDetailR > .scPlan-details-table > tbody > tr {
    width:100%
}
.scViewCartItemDetailR > .scPlan-details-table > tbody > tr > td {
    font-size:12px;
    width:360px;
    border-bottom:1px dotted #999999;
}
.scViewCartItemDetailR > .scPlan-details-table > tbody > tr > td > span.label {
    color:#333333;
}
.scViewCartItemDetailR > .scPlan-details-table > tbody > tr > td > span.benefit {
    color:#2060c0;
}
.scViewCartItemDetailR > .scPlan-details-table > tbody > tr > td > span.scBenefit {
    color:#2060c0;
    float:right;
}
.scViewCartItemDetailR > .scPlan-details-table > tbody > tr > td > span.scHeight8px {
    min-height:8px;
}
div.scViewCartItemDetailL > ul > li.scViewCartListDetailDate {
    font-size:12px;
}
div.scViewCartItemDetailL > ul > li.scViewCartListDetailTier > div.scPlan-tier{
	display:inline-block;
    background:#50a8ff;
    color:#FFF;
    border-radius:4px;
    padding:5px 15px;
	margin:0px 2px 0px 2px;
    font-weight:400;
    font-size:14px;
    text-transform:uppercase;
    font-weight:600;
}
div.scViewCartItemDetailL > ul > li.scViewCartListDetailExtra > div.scPlan-badge{
	display:inline-block;
    border-radius:4px;
    padding:5px 9px;
	margin:0px 2px 0px 2px;
    font-weight:400;
    font-size:12px;
}
div.scViewCartItemDetailL > ul > li.scViewCartListDetailExtra > div.scPlan-badge > div.scSmallIcon{
	display:inline-block;
    width:18px;
    height:18px;
    margin-bottom:-4px;
    margin-right:5px;
    background:#fff;
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    -khtml-border-radius: 50%; 
    border-radius: 50%;
}
div.scViewCartItemDetailL > ul > li.scViewCartListDetailExtra > div.scPlan-badge > div.scDentalIncluded{
	background:url('../images/scDentalIncluded.png') no-repeat ;
}
div.scViewCartItemDetailL > ul > li.scViewCartListDetailExtra > div.scPlan-badge > div.scHSAIncluded{
	background:url('../images/scHSAIncluded.png') no-repeat ;
}
div.scViewCartItemDetailL > ul > li.scViewCartListDetailExtra > div.scPlan-badge {
    background:#50a8ff;
    color:#FFF;
}
.scViewCartListLink > .plan-links > .link,
.scViewCartListLink > .plan-links > .link {
    display:inline;
    margin-right:15px;
}
.scViewCartListLink > .plan-links > .link > a,
.scViewCartListLink > .plan-links > .link > a {
    color:#2060c0;
    font-size:12px;
    text-decoration:none;
}
.scViewCartListLink > .plan-links > .link > a > span,
.scViewCartListLink > .plan-links > .link > a > span {
    position: relative;
    top: 3px;
    left:0;
}
/*ICOMOON*/
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class*="icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
    font-size: 20px;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-menu:before {
	content: "\e600";  
}
.icon-search:before {
	content: "\e601";
}
.icon-user:before {
	content: "\e602";
}
.scViewCartListLink > .plan-links > .link > a > img,
.scViewCartListLink > .plan-links > .link > a > img {
    position: relative;
    top: 4px;
}
.scViewCartSubTotalTop {
    background:#ececec;
    border:transparent;
    height:15px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
}
.scViewCartSubTotal {
    background:#ffffff;
    font-size:20px;
    line-height:200%;
    border:transparent;
}
.scViewCartSubTotal > ul {
    margin:0;
    padding:0;
}
.scViewCartSubTotal > ul > li {
    display:inline-block;
    margin:0;
    padding:0;
}
.scViewCartSubTotal > ul > li.scViewCartSubTotalColumnL {
    width:550px;
}
.scViewCartSubTotal > ul > li.scViewCartSubTotalColumnR {
    background:#ececec;
    border:0;
    width:315px;
    text-align:right;
    padding:5px 69px 25px 0;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.scViewCartSubTotal > ul > li.scViewCartSubTotalColumnR > h3 {
    color:#666666;
}
.scViewCartSubTotal > ul > li.scViewCartSubTotalColumnR > p {
    padding:0;
    margin:0;
    line-height:100%;
    color:#000000;
}
.scViewCartSubTotal > ul > li.scViewCartSubTotalColumnR > p > span.scOrangeText{
    font-size:24px;
    color:#e96b00;
}
.scViewCartSubTotal > ul > li.scViewCartSubTotalColumnR > span {
    font-size:12px;
    color:#888888;
    padding:0;
    margin:0;
    line-height:100%;
}
.scViewCartFooter {
    background:#ffffff;
    color:#333333;
    font-size:20px;
    line-height:200%;
    border:transparent;
    border-top:1px solid #d9d9d9;
    border-bottom:1px solid #d9d9d9;
}
.scViewCartFooter > ul {
    margin:0;
    padding:0;
}
.scViewCartFooter > ul > li {
    display:inline-block;
    margin:0;
    padding:0;
}
.scViewCartFooter > ul > li.scViewCartFooterColumnR > span {
    font-size:12px;
}
.scViewCartFooter > ul > li.scViewCartFooterColumnL {
    width:500px;
    margin-left:50px;
}
.scViewCartFooter > ul > li.scViewCartFooterColumnC {
    width:60px;
    text-align:right;
}
.scViewCartFooter > ul > li.scViewCartFooterColumnC > span {
    background: #ffffff;
    margin-top:-3px;
    margin-right:5px;
    border-radius: 50%;
    float: left;
    height: 26px;
    width: 26px;
    color:#666666;
    text-align: center;
    line-height:130%;
    font-size:20px;
}
.scViewCartFooter > ul > li.scViewCartFooterColumnR {
    width:250px;
    text-align:right;
    padding-right:40px;
}
.scViewCartFooter > ul > li.scViewCartFooterColumnR > span {
    color:#888888;
}
.scViewCartFooter > ul > li.scViewCartFooterColumnR > span.scOrangeText{
    font-size:24px;
    color:#e96b00;
}
.scViewCartCrossSellTitle {
    width:332px;
	height:90px;
    padding:22px 25px;
    margin-left:40px;
    margin-top:-130px;
    background:url('../images/scViewCartCrosssellBG.png') no-repeat 1px 0px;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: normal;
    line-height:100%; 
}
.scViewCartCrossSellTitle > .scCrosellTitleImage {
    width:60px;
    display:block;
    float:left;
}
.scViewCartCrossSellTitle > .scCrosellTitleText {
    width:250px;
    display:block;
    float:left;   
}
.scViewCartCrossSellTitle > .scCrosellTitleText span {
    font-size:22px;
    color: #ffffff;   
    line-height:120%;
}
.scStartAppText {
    padding-top:20px;
    padding-right:10px;
    float:right;
    font-size:18px;
    color:#333333;
}
.scViewCart-container {
  overflow:hidden;
}
.scViewCart-accBtn { 
	cursor:pointer;
}
.scViewCart-content {
  height:0px;
  overflow:hidden;
}
.scViewCart-content-inner {
  padding:30px 70px;
}
.scViewCart-open {
  height: auto;
}
.scCarousel {
    margin-top:50px;
}
.scCarousel ul{
  width:900px;
  margin:10px auto;
  overflow:hidden;
}
.scCarousel ul li{
  width:290px;
  display:inline-block;
  float:left;
  margin-left:-1px;
  border-left:1px solid #d9d9d9;
}

.scCarousel div.scContentWrap{
  padding:0 20px;
  border-left:2px solid #ebebeb;
  margin-left:2px;
  height:265px;
  overflow:hidden;
}
.scCarousel .scContentWrap .scViewCartCrossSellContent{
  border-bottom:1px solid #ebebeb;
  padding-bottom:5px;
  margin-bottom:5px;
}
.scCarousel .scContentWrap .scViewCartCrossSellContent h5{
  font-size:18px;
  color: #4794c4;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: normal;
  line-height:100%;
  margin-bottom:5px;
}
.scCarousel .scContentWrap .scViewCartCrossSellContent img{
  width:130px;
  height:45px;
  margin:0;
  padding:0;
  cursor:default;
}
.scCarousel .scContentWrap .scViewCartCrossSellContentDetail a{
  display:block;
  margin-top:10px;
  color: #2060c0;
  text-decoration: none;
}
.scCarousel .scContentWrap .scViewCartCrossSellContentDetail a:hover{
  text-decoration: underline;
}
.scCarousel .scContentWrap .scViewCartCrossSellContentDetail span.scProductName{
  display:block;
  padding-bottom:5px;
  padding-top:5px;
  font-size:16px;
  color: #333333;
  line-height:120%;
}
.scCarousel .scContentWrap .scViewCartCrossSellContentDetail a span.scViewCartPlanDetail{
  display:block;
  font-size:12px;
  padding-bottom:5px;
}
.scCarousel .scContentWrap .scViewCartCrossSellContentDetail a span.scViewCartMorePlan{
  display:block;
  font-size:12px;
  margin-top:-5px;
}
.scCarousel .scContentWrap .scViewCartCrossSellContentDetail span.premium {
    font-size:32px;
    font-weight: 300;
    color:#2060c0;
}
.scCarousel .scContentWrap .scViewCartCrossSellContentDetail span.premium-interval {
    font-size:12px;
}
.scShowRate {
    cursor: pointer;
}
.scShowrateContainer{
    display:none; 
    background:#ffffff;
    color:#333; 
    z-index:999;
    /*position:absolute;
    top:0;*/
    height:270px;
    width:270px;
}
.scShowrateContainer > p{
    font-size:16px;
    line-height:120%;
}
.scShowrateContainer > .scMembersAddtoCart {
    display:inline-block;
    width:100%; 
}
.scShowrateContainer > .scMembersAddtoCart > .scMember-details-table {
    display:block;
    height:123px;;
    line-height:125%;
    overflow-y: auto;
}
.scShowrateContainer > .scMembersAddtoCart > .scMember-details-table tbody{
    width:270px;
}
.scShowrateContainer > .scMembersAddtoCart > .scMember-details-table > tbody > tr {
    width:270px;
}
.scShowrateContainer > .scMembersAddtoCart > .scMember-details-table > tbody > tr > td {
    font-size:12px;
    border-bottom:1px dotted #999999;
    width:245px;
    margin-right:25px;
    padding-top:3px;
}
.scShowrateContainer > .scMembersAddtoCart > .scMember-details-table > tbody > tr > td > span.label {
    color:#333333;
    width:150px;
}
.scShowrateContainer > .scMembersAddtoCart > .scMember-details-table > tbody > tr > td > span.scPremium {
    color:#2060c0;
    float:right;
}
.scShowrateContainer > .scMembersAddtoCart > .scMember-details-table > tbody > tr > td > input {
    float:left;
    padding-right:5px;
}

.scCarousel .scContentWrap .scViewCartCrossSellContentDetail a.add-plan, 
.scCarousel .scContentWrap .scViewCartCrossSellContentDetail a.scShowRate, 
.scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .scShowRate  {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: none repeat scroll 0 0 #FFA457;
    border-bottom: 3px solid #E96B00;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 16px;
	text-align: center;
    text-decoration: none;
    width:170px;
}
.scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .add-plan {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: none repeat scroll 0 0 #FFA457;
    border-bottom: 3px solid #E96B00;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 16px;
    margin-left:10px;
	text-align: center;
    text-decoration: none;
    width:170px;
}
.scCarousel .scContentWrap .scViewCartCrossSellContentDetail .add-plan.Blue, 
.scCarousel .scContentWrap .scViewCartCrossSellContentDetail .scShowRate.Blue
.scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .scShowRate.Blue,
.scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .add-plan.Blue {
    border:none;
    color:white;
    border-bottom: 3px solid rgba(0,0,0,.3);
    background: #2060c0; /* Old browsers */
    background: -moz-linear-gradient(top,  #2060c0 0%, #184b97 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2060c0), color-stop(100%,#184b97)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2060c0 0%,#184b97 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2060c0 0%,#184b97 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2060c0 0%,#184b97 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2060c0 0%,#184b97 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2060c0', endColorstr='#184b97',GradientType=0 ); /* IE6-9 */
}
.ie8 .scCarousel .scContentWrap .scViewCartCrossSellContentDetail .add-plan.Blue, 
.ie8 .scCarousel .scContentWrap .scViewCartCrossSellContentDetail .scShowRate.Blue,
.ie8 .scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .scShowRate.Blue,
.ie8 .scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .add-plan.Blue {    
    border-bottom: 3px solid #154183;  /* IE8 fix */   
}
.scCarousel .scContentWrap .scViewCartCrossSellContentDetail .Blue:hover,
.scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .scShowRate.Blue:hover,
.scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .add-plan.Blue:hover {
    border-bottom: 3px solid rgba(0,0,0,.45);  
}
.scCarousel .scContentWrap .scViewCartCrossSellContentDetail .add-plan.DarkGreen, 
.scCarousel .scContentWrap .scViewCartCrossSellContentDetail .scShowRate.DarkGreen,
.scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .scShowRate.DarkGreen,
.scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .add-plan.DarkGreen {
    border:none;
    color:white;
    border-bottom: 3px solid rgba(0,0,0,.3);
    background: #006666; /* Old browsers */
    background: -moz-linear-gradient(top,  #006666 0%, #004c4c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006666), color-stop(100%,#004c4c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #006666 0%,#004c4c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #006666 0%,#004c4c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #006666 0%,#004c4c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #006666 0%,#004c4c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006666', endColorstr='#004c4c',GradientType=0 ); /* IE6-9 */
}
.ie8 .scCarousel .scContentWrap .scViewCartCrossSellContentDetail .add-plan.DarkGreen, 
.ie8 .scCarousel .scContentWrap .scViewCartCrossSellContentDetail .scShowRate.DarkGreen,
.ie8 .scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .scShowRate.DarkGreen,
.ie8 .scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .add-plan.DarkGreen {    
    border-bottom: 3px solid #004141;  /* IE8 fix */    
}
.scCarousel .scContentWrap .scViewCartCrossSellContentDetail .DarkGreen:hover,
.scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .scShowRate.DarkGreen:hover,
.scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .add-plan.DarkGreen:hover {
    border-bottom: 3px solid rgba(0,0,0,.45);  
}   
.scCarousel .scContentWrap .scViewCartCrossSellContentDetail .add-plan.LightGreen, 
.scCarousel .scContentWrap .scViewCartCrossSellContentDetail .scShowRate.LightGreen,
.scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .scShowRate.LightGreen,
.scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .add-plan.LightGreen {
    border:none;
        color:white;
        border-bottom: 3px solid rgba(0,0,0,.3);
        background: #66a72d; /* Old browsers */
        background: -moz-linear-gradient(top,  #66a72d 0%, #518425 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#66a72d), color-stop(100%,#518425)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #66a72d 0%,#518425 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #66a72d 0%,#518425 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #66a72d 0%,#518425 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #66a72d 0%,#518425 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66a72d', endColorstr='#518425',GradientType=0 ); /* IE6-9 */
}
.ie8 .scCarousel .scContentWrap .scViewCartCrossSellContentDetail .add-plan.LightGreen, 
.ie8 .scCarousel .scContentWrap .scViewCartCrossSellContentDetail .scShowRate.LightGreen,
.ie8 .scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .scShowRate.LightGreen,
.ie8 .scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .add-plan.LightGreen {    
    border-bottom: 3px solid #40691d;  /* IE8 fix */    
}
.scCarousel .scContentWrap .scViewCartCrossSellContentDetail .LightGreen:hover,
.scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .scShowRate.LightGreen:hover,
.scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .add-plan.LightGreen:hover {
    border-bottom: 3px solid rgba(0,0,0,.45);  
}   
.scCarousel .scContentWrap .scViewCartCrossSellContentDetail .add-plan.Orange, 
.scCarousel .scContentWrap .scViewCartCrossSellContentDetail .scShowRate.Orange,
.scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .scShowRate.Orange,
.scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .add-plan.Orange {
    border:none;
    color:white;
    border-bottom: 3px solid rgba(0,0,0,.3);
    background: #e96b00; /* Old browsers */
    background: -moz-linear-gradient(top,  #e96b00 0%, #d26000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e96b00), color-stop(100%,#d26000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e96b00 0%,#d26000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e96b00 0%,#d26000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e96b00 0%,#d26000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e96b00 0%,#d26000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e96b00', endColorstr='#d26000',GradientType=0 ); /* IE6-9 */
}
.ie8 .scCarousel .scContentWrap .scViewCartCrossSellContentDetail .add-plan.Orange, 
.ie8 .scCarousel .scContentWrap .scViewCartCrossSellContentDetail .scShowRate.Orange,
.ie8 .scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .scShowRate.Orange,
.ie8 .scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .add-plan.Orange {    
    border-bottom: 3px solid #b35302;  /* IE8 fix */    
}
.scCarousel .scContentWrap .scViewCartCrossSellContentDetail .Orange:hover,
.scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .scShowRate.Orange:hover,
.scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .addplan.Orange:hover {
    border-bottom: 3px solid rgba(0,0,0,.45);  
}   
.scCarousel .scContentWrap .scViewCartCrossSellContentDetail .add-plan.Red, 
.scCarousel .scContentWrap .scViewCartCrossSellContentDetail .scShowRate.Red,
.scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .scShowRate.Red,
.scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .add-plan.Red {
    border:none;
    color:white;
    border-bottom: 3px solid rgba(0,0,0,.3);
    background: #b33232; /* Old browsers */
    background: -moz-linear-gradient(top,  #b33232 0%, #992b2b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b33232), color-stop(100%,#992b2b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b33232 0%,#992b2b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b33232 0%,#992b2b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b33232 0%,#992b2b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b33232 0%,#992b2b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b33232', endColorstr='#992b2b',GradientType=0 ); /* IE6-9 */
}
.ie8 .scCarousel .scContentWrap .scViewCartCrossSellContentDetail .add-plan.Red, 
.ie8 .scCarousel .scContentWrap .scViewCartCrossSellContentDetail .scShowRate.Red,
.ie8 .scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .scShowRate.Red,
.ie8 .scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .add-plan.Red  {    
    border-bottom: 3px solid #852525;  /* IE8 fix */     
}
.scCarousel .scContentWrap .scViewCartCrossSellContentDetail .Red:hover,
.scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .scShowRate.Red:hover
.scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .add-plan.Red:hover {
    border-bottom: 3px solid rgba(0,0,0,.45);  
} 
.scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .scShowRate.Grey {
    border:none;
    color:#333333;
    border-bottom: 3px solid rgba(0,0,0,.3);
    background: #eaeaea; /* Old browsers */
    background: -moz-linear-gradient(top,  #eaeaea 0%, #d6d6d6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eaeaea 0%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eaeaea 0%,#d6d6d6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eaeaea 0%,#d6d6d6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #eaeaea 0%,#d6d6d6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
}
.ie8 .scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .scShowRate.Grey {    
    border-bottom: 3px solid #8a8a8a;  /* IE8 fix */    
}  
.scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .scShowRate.Grey:hover {
    border-bottom: 3px solid #8a8a8a;  
}             
.scCarousel .scContentWrap .scViewCartCrossSellContentDetail a.add-plan > span.add-text, 
.scCarousel .scContentWrap .scViewCartCrossSellContentDetail a.scShowRate > span.add-text,
.scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .scShowRate > span.add-text,
.scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .add-plan > span.add-text {
    padding-right: 5px;            
}
.ie8 .scCarousel .scContentWrap .scViewCartCrossSellContentDetail a.add-plan.Blue > span.add-text:before, 
.ie8 .scCarousel .scContentWrap .scViewCartCrossSellContentDetail a.scShowRate.Blue > span.add-text:before,
.ie8 .scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .scShowRate.Blue > span.add-text:before,
.ie8 .scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .add-plan.Blue > span.add-text:before  {
    background: #154183;
}
.ie8 .scCarousel .scContentWrap .scViewCartCrossSellContentDetail a.add-plan.DarkGreen > span.add-text:before, 
.ie8 .scCarousel .scContentWrap .scViewCartCrossSellContentDetail a.scShowRate.DarkGreen > span.add-text:before,
.ie8 .scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .scShowRate.DarkGreen > span.add-text:before,
.ie8 .scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .add-plan.DarkGreen > span.add-text:before {
    background: #004141;
}
.ie8 .scCarousel .scContentWrap .scViewCartCrossSellContentDetail a.add-plan.LightGreen > span.add-text:before, 
.ie8 .scCarousel .scContentWrap .scViewCartCrossSellContentDetail a.scShowRate.LightGreen > span.add-text:before,
.ie8 .scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .scShowRate.LightGreen > span.add-text:before,
.ie8 .scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .add-plan.LightGreen > span.add-text:before {
    background: #40691d;
}
.ie8 .scCarousel .scContentWrap .scViewCartCrossSellContentDetail a.add-plan.Orange > span.add-text:before, 
.ie8 .scCarousel .scContentWrap .scViewCartCrossSellContentDetail a.scShowRate.Orange > span.add-text:before,
.ie8 .scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .scShowRate.Orange > span.add-text:before
.ie8 .scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .add-plan.Orange > span.add-text:before {
    background: #b35302;
}
.ie8 .scCarousel .scContentWrap .scViewCartCrossSellContentDetail a.add-plan.Red > span.add-text:before, 
.ie8 .scCarousel .scContentWrap .scViewCartCrossSellContentDetail a.scShowRate.Red > span.add-text:before,
.ie8 .scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .scShowRate.Red > span.add-text:before,
.ie8 .scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > .add-plan.Red > span.add-text:before {
    background: #852525;
}
.scCarousel .scContentWrap .scViewCartCrossSellContentDetail a.add-plan > span.add-icon, 
.scCarousel .scContentWrap .scViewCartCrossSellContentDetail a.scShowRate > span.add-icon,
.scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > a.scShowRate > span.add-icon,
.scCarousel .scContentWrap .scShowrateContainer > .scMembersAddtoCart > div > a.add-plan > span.add-icon {
    font-size: 32px;
    font-weight: normal;
    left: 0px;
    position: relative;
    top: 4px;
}
.scCarousel .scContentWrap .scViewCartCrossSellContentDetail .add-plan.Grey, .scCarousel .scContentWrap .scViewCartCrossSellContentDetail .scShowRate.Grey {
        border:none;
        color:#333333!important;
        border-bottom: 3px solid rgba(0,0,0,.3)!important;
        background: #eaeaea!important; /* Old browsers */
        background: -moz-linear-gradient(top,  #eaeaea 0%, #d6d6d6 100%)!important; /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#d6d6d6))!important; /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #eaeaea 0%,#d6d6d6 100%)!important; /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #eaeaea 0%,#d6d6d6 100%)!important; /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #eaeaea 0%,#d6d6d6 100%)!important; /* IE10+ */
        background: linear-gradient(to bottom,  #eaeaea 0%,#d6d6d6 100%)!important; /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#d6d6d6',GradientType=0 )!important; /* IE6-9 */
}
.ie8 .scCarousel .scContentWrap .scViewCartCrossSellContentDetail .add-plan.Grey, .ie8 .scCarousel .scContentWrap .scViewCartCrossSellContentDetail .scShowRate.Grey {    
    border-bottom: 3px solid #40691d!important;  /* IE8 fix */    
}







/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}



#owl-demo .item{
    display: block;
    cursor: pointer;
    background: #ffd800;
    padding: 30px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
}









.footer.wrapper {
	position:absolute; background: rgb(246, 246, 246); padding: 30px 0px 20px; left: 0px; width: 100%; height: 200px; bottom: 0px; font-size: 0.7em; border-top-color: rgb(221, 221, 221); border-top-width: 1px; border-top-style: solid; box-shadow: inset 0px 8px 8px -8px rgba(0,0,0,0.1), inset 0px 2px 2px -2px rgba(0,0,0,0.05); -webkit-box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.1) inset, 0 2px 2px -2px rgba(0, 0, 0, 0.05) inset; -moz-box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.1) inset, 0 2px 2px -2px rgba(0, 0, 0, 0.05) inset; -o-box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.1) inset, 0 2px 2px -2px rgba(0, 0, 0, 0.05) inset; -ms-box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.1) inset, 0 2px 2px -2px rgba(0, 0, 0, 0.05) inset;
}
footer {
	padding: 0px; overflow: hidden;
}
footer p {
	line-height: 18px;
}
footer .copy {
	padding-top: 20px; border-top-color: rgb(204, 204, 204); border-top-width: 1px; border-top-style: solid;
}
footer a {
	color: rgb(32, 96, 192); text-decoration: none; cursor: pointer;
}
footer a:hover {
	color: rgb(32, 96, 192); text-decoration: underline;
}
.totalAmount {
	font-size: 1.5em; font-weight: 900;
}
.finalAmount {
	font-size: 1.5em; font-weight: 900;
}
.finalAmount {
	color: rgb(32, 96, 192); border-bottom-color: rgb(32, 96, 192); border-bottom-width: 3px; border-bottom-style: solid;
}
.table > tbody > tr > td.cartMember {
	background: rgb(246, 246, 246); padding: 10px 8px; border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
.table > tbody > tr > td.cartMember strong {
	font-size: 1.1em;
}
.general.table > tbody > tr > td {
	white-space: nowrap;
}
.general.table > tbody > tr > td.white-space-wrap {
	white-space: normal;
}
.general.table {
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}
.general.table input {
	margin: 5px 0px; width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.general.table select {
	margin: 5px 0px; width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.general.table input[type='radio'] {
	width: 20px;
}
.general.table input:nth-child(2) {
	margin-left: 10px;
}
.general.table > tbody > tr:nth-child(2n) > td {
	background: rgb(250, 250, 250);
}
.general.table .large {
	width: 120px;
}
.general.table .medium {
	width: 80px;
}
.general.table .small {
	width: 30px;
}
.primaryInformation {
	padding-top: 20px;
}
.primaryInformation input {
	padding: 5px; width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.primaryInformation .clearfix {
	padding: 10px 0px;
}
.shopBy-wrapper {
	background: rgb(255, 255, 255); border: 1px solid rgb(233, 233, 233); margin-top: 40px; position: relative; box-shadow: 0px 3px 0px #eeeded;
}
.shop-by-wrapper {
	background: rgb(255, 255, 255); border: 1px solid rgb(233, 233, 233); margin-top: 40px; position: relative; box-shadow: 0px 3px 0px #eeeded;
}
.shop-by-wrapper:after {
	background: rgb(250, 250, 250); border-radius: 50%; border: 5px solid rgb(255, 255, 255); left: 445px; top: 80px; text-align: center; color: rgb(68, 68, 68); line-height: 36px; font-size: 15pt; font-weight: bold; margin-top: 10px; vertical-align: middle; position: absolute; z-index: 999; min-height: 40px; min-width: 40px; content: "or"; box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.075), inset 0px -1px 0px 0px rgba(0,0,0,0.25); -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.075), 0 -1px 0 0 rgba(0, 0, 0, 0.25) inset; -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.075), 0 -1px 0 0 rgba(0, 0, 0, 0.25) inset;
}
.ie8 .shop-by-wrapper:after {
                background: rgb(250, 250, 250); border-radius: 50%; border: 1px solid #ccc; left: 449px; top: 80px; text-align: center; color: rgb(68, 68, 68); line-height: 36px; font-size: 15pt; font-weight: bold; margin-top: 10px; vertical-align: middle; position: absolute; z-index: 999; min-height: 40px; min-width: 40px; content: "or"; box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.075), inset 0px -1px 0px 0px rgba(0,0,0,0.25); -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.075), 0 -1px 0 0 rgba(0, 0, 0, 0.25) inset; -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.075), 0 -1px 0 0 rgba(0, 0, 0, 0.25) inset;
}
.shop-by-btn-left {
	padding: 40px; width: 470px; text-decoration: none; float: left; box-sizing: border-box; -moz-box-sizing: border-box;
}
.shop-by-btn-right {
	padding: 40px; width: 470px; text-decoration: none; float: left; box-sizing: border-box; -moz-box-sizing: border-box;
}
.shop-by-btn-left:hover {
	background: rgb(250, 250, 250);
}
.shop-by-btn-right:hover {
	background: rgb(250, 250, 250);
}
.shop-by-btn-left {
	border-right-color: rgb(233, 233, 233); border-right-width: 1px; border-right-style: solid;
}
h3.shop-by-title {
	color: rgb(32, 96, 192);
}
.pushRight {
	text-align: right; float: right;
}
.pushLeft {
	text-align: right; float: left;
}
/*********************************************** for WBE infoEntry page ************************************************/
.button {
	background: linear-gradient(rgb(250, 250, 250) 0%, rgb(240, 240, 240) 100%); border-width: 1px; border-style: solid; border-color: rgb(221, 221, 221) rgb(221, 221, 221) rgb(204, 204, 204); padding: 8px 20px; border-radius: 3px; color: rgb(68, 68, 68); line-height: normal; font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; text-decoration: none; margin-bottom: 20px; display: inline-block; cursor: pointer; box-shadow: 0px 1px 2px rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -moz-border-radius: 3px; -webkit-border-radius: 3px; -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
button {
	background: linear-gradient(rgb(250, 250, 250) 0%, rgb(240, 240, 240) 100%); border-width: 1px; border-style: solid; border-color: rgb(221, 221, 221) rgb(221, 221, 221) rgb(204, 204, 204); padding: 8px 20px; border-radius: 3px; color: rgb(68, 68, 68); line-height: normal; font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; text-decoration: none; margin-bottom: 20px; display: inline-block; cursor: pointer; box-shadow: 0px 1px 2px rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -moz-border-radius: 3px; -webkit-border-radius: 3px; -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
input[type='submit'] {
	background: linear-gradient(rgb(250, 250, 250) 0%, rgb(240, 240, 240) 100%); border-width: 1px; border-style: solid; border-color: rgb(221, 221, 221) rgb(221, 221, 221) rgb(204, 204, 204); padding: 8px 20px; border-radius: 3px; color: rgb(68, 68, 68); line-height: normal; font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; text-decoration: none; margin-bottom: 20px; display: inline-block; cursor: pointer; box-shadow: 0px 1px 2px rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -moz-border-radius: 3px; -webkit-border-radius: 3px; -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
input[type='reset'] {
	background: linear-gradient(rgb(250, 250, 250) 0%, rgb(240, 240, 240) 100%); border-width: 1px; border-style: solid; border-color: rgb(221, 221, 221) rgb(221, 221, 221) rgb(204, 204, 204); padding: 8px 20px; border-radius: 3px; color: rgb(68, 68, 68); line-height: normal; font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; text-decoration: none; margin-bottom: 20px; display: inline-block; cursor: pointer; box-shadow: 0px 1px 2px rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -moz-border-radius: 3px; -webkit-border-radius: 3px; -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
input[type='button'] {
	background: linear-gradient(rgb(250, 250, 250) 0%, rgb(240, 240, 240) 100%); border-width: 1px; border-style: solid; border-color: rgb(221, 221, 221) rgb(221, 221, 221) rgb(204, 204, 204); padding: 8px 20px; border-radius: 3px; color: rgb(68, 68, 68); line-height: normal; font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; text-decoration: none; margin-bottom: 20px; display: inline-block; cursor: pointer; box-shadow: 0px 1px 2px rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -moz-border-radius: 3px; -webkit-border-radius: 3px; -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.button:hover {
	background: rgb(238, 238, 238); border: 1px solid rgb(204, 204, 204); color: rgb(34, 34, 34); box-shadow: 0px 0px 0px rgba(0,0,0,0); -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0); -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0); -o-box-shadow: 0 0px 0px rgba(0, 0, 0, 0); -ms-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
button:hover {
	background: rgb(238, 238, 238); border: 1px solid rgb(204, 204, 204); color: rgb(34, 34, 34); box-shadow: 0px 0px 0px rgba(0,0,0,0); -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0); -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0); -o-box-shadow: 0 0px 0px rgba(0, 0, 0, 0); -ms-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
input[type='submit']:hover {
	background: rgb(238, 238, 238); border: 1px solid rgb(204, 204, 204); color: rgb(34, 34, 34); box-shadow: 0px 0px 0px rgba(0,0,0,0); -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0); -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0); -o-box-shadow: 0 0px 0px rgba(0, 0, 0, 0); -ms-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
input[type='reset']:hover {
	background: rgb(238, 238, 238); border: 1px solid rgb(204, 204, 204); color: rgb(34, 34, 34); box-shadow: 0px 0px 0px rgba(0,0,0,0); -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0); -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0); -o-box-shadow: 0 0px 0px rgba(0, 0, 0, 0); -ms-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
input[type='button']:hover {
	background: rgb(238, 238, 238); border: 1px solid rgb(204, 204, 204); color: rgb(34, 34, 34); box-shadow: 0px 0px 0px rgba(0,0,0,0); -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0); -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0); -o-box-shadow: 0 0px 0px rgba(0, 0, 0, 0); -ms-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.button:active {
	background: -ms-linear-gradient(rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%) rgb(204, 204, 204); border: 1px solid rgb(102, 102, 102);
}
button:active {
	background: -ms-linear-gradient(rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%) rgb(204, 204, 204); border: 1px solid rgb(102, 102, 102);
}
input[type='submit']:active {
	background: -ms-linear-gradient(rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%) rgb(204, 204, 204); border: 1px solid rgb(102, 102, 102);
}
input[type='reset']:active {
	background: -ms-linear-gradient(rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%) rgb(204, 204, 204); border: 1px solid rgb(102, 102, 102);
}
input[type='button']:active {
	background: -ms-linear-gradient(rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%) rgb(204, 204, 204); border: 1px solid rgb(102, 102, 102);
}
.full-width.button {
	width: 100%; text-align: center; padding-right: 0px !important; padding-left: 0px !important;
}
button.full-width {
	width: 100%; text-align: center; padding-right: 0px !important; padding-left: 0px !important;
}
input[type='submit'].full-width {
	width: 100%; text-align: center; padding-right: 0px !important; padding-left: 0px !important;
}
input[type='reset'].full-width {
	width: 100%; text-align: center; padding-right: 0px !important; padding-left: 0px !important;
}
input[type='button'].full-width {
	width: 100%; text-align: center; padding-right: 0px !important; padding-left: 0px !important;
}
.button.Blue {
	    border:none;
	    color:white;
        background: #2060c0; /* Old browsers */
	    background: -moz-linear-gradient(top,  #2060c0 0%, #184b97 100%); /* FF3.6+ */
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2060c0), color-stop(100%,#184b97)); /* Chrome,Safari4+ */
	    background: -webkit-linear-gradient(top,  #2060c0 0%,#184b97 100%); /* Chrome10+,Safari5.1+ */
	    background: -o-linear-gradient(top,  #2060c0 0%,#184b97 100%); /* Opera 11.10+ */
	    background: -ms-linear-gradient(top,  #2060c0 0%,#184b97 100%); /* IE10+ */
	    background: linear-gradient(to bottom,  #2060c0 0%,#184b97 100%); /* W3C */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2060c0', endColorstr='#184b97',GradientType=0 ); /* IE6-9 */
}
.button.Blue:hover {
	    border: none;
	    background: #184b97;
        color:white;
}
.button.DarkGreen {
	    border:none;
	    color:white;
	    background: #006666; /* Old browsers */
	    background: -moz-linear-gradient(top,  #006666 0%, #004c4c 100%); /* FF3.6+ */
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006666), color-stop(100%,#004c4c)); /* Chrome,Safari4+ */
	    background: -webkit-linear-gradient(top,  #006666 0%,#004c4c 100%); /* Chrome10+,Safari5.1+ */
	    background: -o-linear-gradient(top,  #006666 0%,#004c4c 100%); /* Opera 11.10+ */
	    background: -ms-linear-gradient(top,  #006666 0%,#004c4c 100%); /* IE10+ */
	    background: linear-gradient(to bottom,  #006666 0%,#004c4c 100%); /* W3C */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006666', endColorstr='#004c4c',GradientType=0 ); /* IE6-9 */
}
.button.DarkGreen:hover {
	    border: none;
	    background: #004c4c;
        color:white;
}
.button.LightGreen {
	    border:none;
	    color:white;
	    background: #66a72d; /* Old browsers */
	    background: -moz-linear-gradient(top,  #66a72d 0%, #518425 100%); /* FF3.6+ */
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#66a72d), color-stop(100%,#518425)); /* Chrome,Safari4+ */
	    background: -webkit-linear-gradient(top,  #66a72d 0%,#518425 100%); /* Chrome10+,Safari5.1+ */
	    background: -o-linear-gradient(top,  #66a72d 0%,#518425 100%); /* Opera 11.10+ */
	    background: -ms-linear-gradient(top,  #66a72d 0%,#518425 100%); /* IE10+ */
	    background: linear-gradient(to bottom,  #66a72d 0%,#518425 100%); /* W3C */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66a72d', endColorstr='#518425',GradientType=0 ); /* IE6-9 */
}
.button.LightGreen:hover {
	    border: none;
	    background: #518425;
        color:white;
}
.button.Orange {
	    border:none;
	    color:white;
	    background: #e96b00; /* Old browsers */
	    background: -moz-linear-gradient(top,  #e96b00 0%, #d26000 100%); /* FF3.6+ */
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e96b00), color-stop(100%,#d26000)); /* Chrome,Safari4+ */
	    background: -webkit-linear-gradient(top,  #e96b00 0%,#d26000 100%); /* Chrome10+,Safari5.1+ */
	    background: -o-linear-gradient(top,  #e96b00 0%,#d26000 100%); /* Opera 11.10+ */
	    background: -ms-linear-gradient(top,  #e96b00 0%,#d26000 100%); /* IE10+ */
	    background: linear-gradient(to bottom,  #e96b00 0%,#d26000 100%); /* W3C */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e96b00', endColorstr='#d26000',GradientType=0 ); /* IE6-9 */
}
.button.Orange:hover {
	    border: none;
	    background: #d26000;
        color:white;
}	
.button.Red {
	    border:none;
	    color:white;
	    background: #b33232; /* Old browsers */
	    background: -moz-linear-gradient(top,  #b33232 0%, #992b2b 100%); /* FF3.6+ */
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b33232), color-stop(100%,#992b2b)); /* Chrome,Safari4+ */
	    background: -webkit-linear-gradient(top,  #b33232 0%,#992b2b 100%); /* Chrome10+,Safari5.1+ */
	    background: -o-linear-gradient(top,  #b33232 0%,#992b2b 100%); /* Opera 11.10+ */
	    background: -ms-linear-gradient(top,  #b33232 0%,#992b2b 100%); /* IE10+ */
	    background: linear-gradient(to bottom,  #b33232 0%,#992b2b 100%); /* W3C */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b33232', endColorstr='#992b2b',GradientType=0 ); /* IE6-9 */
}
.button.Red:hover {
	    border: none;
	    background: #992b2b;
        color:white;
}
    .buttonLarge.button {
	font-size: 1.6em;
}