/* tag based styles */
body{
 font: 12px/14px Tahoma,"Trebuchet MS",Arial;
 background: #999;
 color: #666;
}
body.plain{
 background: #FFF;
}
h1, h2, h3, h4, h5, h6{
 color: #69C;
}
a, a:visited{
 color: #69C;
 font: 12px/14px Tahoma,"Trebuchet MS",Arial;
 text-decoration: underline;
}
a:hover{
 text-decoration: none;
}
textarea, input.text, input[type="text"], input.password, input[type="password"]{
 border: 1px solid #6DAAD6;
 padding: 3px;
}
textarea:focus, input.text:focus, input[type="text"], input.password, input[type="password"]:focus{
 -webkit-box-shadow: inset 0 0 4px rgba(102, 153, 204, 0.4) inset;
 -moz-box-shadow: 0 0 4px rgba(102, 153, 204, 0.4) inset;
 box-shadow: inset 0 0 4px rgba(102, 153, 204, 0.4) inset;
}
input.text, input[type="text"], input.password, input[type="password"]{
 border: 1px solid #6DAAD6;
 display: inline-block;
 margin: 2px 0;
}
input.text[readonly="readonly"], input.text[disabled="disabled"], input.text.disabled, input[type="text"][readonly="readonly"], input[type="text"][disabled="disabled"], input[type="text"].disabled{
 border: 1px solid #8C8C8C;
 background: #CCC;
 background: #CCC -webkit-gradient(linear, center top, center bottom, from(#cccccc), to(#d9d9d9));
 background: #CCC -moz-linear-gradient(center top, #cccccc, #d9d9d9);
 background: #CCC linear-gradient(center top, #cccccc, #d9d9d9);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#D9D9D9');
}
input.text.qty, input[type="text"].qty{
 text-align: center;
 font-size: 12px;
 line-height: 12px;
 margin: 0;
 padding: 2px 0;
 width: 30px;
}
input.text.invalid, input[type="text"].invalid{
 background: #E87A53;
 color: #F8F8F8;
 border: 1px solid #CD0A0A;
 -webkit-box-shadow: 0 1px 3px rgba(100, 100, 100, 0.5), 0 0 3px rgba(100, 100, 100, 0.3) inset;
 -moz-box-shadow: 0 1px 3px rgba(100, 100, 100, 0.5), 0 0 3px rgba(100, 100, 100, 0.3) inset;
 box-shadow: 0 1px 3px rgba(100, 100, 100, 0.5), 0 0 3px rgba(100, 100, 100, 0.3) inset;
}
select{
 padding: 2px 0;
}
/* class based styles */
.clear{
 clear: both;
 display: inline-block;
}
.clear:after{
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
* html .clear{
 height: 1px;
}
.corner.all{
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}
.corner.tl{
 -webkit-border-top-left-radius: 5px;
 -moz-border-radius-topleft: 5px;
 border-top-left-radius: 5px;
}
.corner.tr{
 -webkit-border-top-right-radius: 5px;
 -moz-border-radius-topright: 5px;
 border-top-right-radius: 5px;
}
.corner.top{
 -webkit-border-top-left-radius: 5px;
 -moz-border-radius-topleft: 5px;
 border-top-left-radius: 5px;
 -webkit-border-top-right-radius: 5px;
 -moz-border-radius-topright: 5px;
 border-top-right-radius: 5px;
}
.corner.bl{
 -webkit-border-bottom-left-radius: 5px;
 -moz-border-radius-bottomleft: 5px;
 border-bottom-left-radius: 5px;
}
.corner.br{
 -webkit-border-bottom-right-radius: 5px;
 -moz-border-radius-bottomright: 5px;
 border-bottom-right-radius: 5px;
}
.corner.bottom{
 -webkit-border-bottom-left-radius: 5px;
 -moz-border-radius-bottomleft: 5px;
 border-bottom-left-radius: 5px;
 -webkit-border-bottom-right-radius: 5px;
 -moz-border-radius-bottomright: 5px;
 border-bottom-right-radius: 5px;
}
a.linkMediumSelected {
 color: #000000;
 text-decoration: none;
}
a.button{
 color: #FFF;
 font-size: 12px;
 display: inline-block;
 padding: 6px 15px;
 text-align: center;
 text-decoration: none;
 background: #69C;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}
a.button:hover{
 text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
 background: #369;
}
a.button.orange{
 background: #FF9900;
}
a.button.orange:hover{
 background: #FF6600;
}
a.button.small{
 font-size: 10px;
}
a.button.large{
 font-size: 13px;
 padding: 6px 14px;
}
a.button.xl{
 font-size: 18px;
 padding: 15px 25px;
}
a.button.square{
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
}
.cashback{
 color: #339933;
}
.cashback.icon{

}
.alert, .error, .success{
 font-size: 14px;
 line-height: 16px;
 display: block;
 clear: both;
 margin: 15px 0;
 padding: 12px 15px 12px 45px;
 color: #F8F8F8;
 border: 1px solid #CD0A0A;
 background: url(/images/usa/transitions/dialog-error.png) no-repeat scroll 10px center #e87a53;
 -webkit-box-shadow: 0 1px 3px rgba(100, 100, 100, 0.5), 0 0 3px rgba(100, 100, 100, 0.3) inset;
 -moz-box-shadow: 0 1px 3px rgba(100, 100, 100, 0.5), 0 0 3px rgba(100, 100, 100, 0.3) inset;
 box-shadow: 0 1px 3px rgba(100, 100, 100, 0.5), 0 0 3px rgba(100, 100, 100, 0.3) inset;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}
.alert{
 color: #363636;
 border: 1px solid #FAD42E;
 background: url(/images/usa/transitions/dialog-alert.png) no-repeat scroll 10px center #fbec88;
 -webkit-box-shadow: 0 1px 3px rgba(100, 100, 100, 0.5), 0 0 3px rgba(200, 188, 108, 0.5) inset;
 -moz-box-shadow: 0 1px 3px rgba(100, 100, 100, 0.5), 0 0 3px rgba(200, 188, 108, 0.5) inset;
 box-shadow: 0 1px 3px rgba(100, 100, 100, 0.5), 0 0 3px rgba(200, 188, 108, 0.5) inset;
}
.success{
 border: 2px solid #71C855;
 color: #5C7F55;
 background: url(/images/usa/transitions/dialog-success.png) no-repeat 10px center #b8ffaa;
}
.alert.plain, .error.plain, .success.plain{
 color: #CD0A0A;
 background: none;
 padding: 0;
 border: none;
 -webkit-border-radius: none;
 -moz-border-radius: none;
 border-radius: none;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
}
.alert.plain{
 color: #FAD42E;
}
.success.plain{
 color: #71C855;
}
.required{
 color: #CD0A0A;
}
.yellowBg{
 color: #000000;
 background-color:#FFFFCC;
}
.optional{
 color: #E88301;
}
.price{
 color: #CC0000;
}
.icon.email {
  background: url(/images/usa/transitions/iconEnvelope.gif) no-repeat scroll left center transparent;
}
.icon.print {
    background: url(/images/usa/transitions/iconPrint.gif) no-repeat scroll left center transparent;
}
.ac_results{
 padding: 0;
 border: none;
 border-left: 1px solid #6DAAD6;
 border-right: 1px solid #6DAAD6;
 border-bottom: 1px solid #6DAAD6;
 border: 1px solid #6DAAD6;
 background: #FFF;
 overflow: hidden;
 z-index: 99999;
}
.ac_results ul{
 width: 100%;
 list-style-position: outside;
 list-style: none;
 padding: 0;
 margin: 0;
}
.ac_results li{
 margin: 0;
 color: #001830;
 font-size: 13px;
 padding: 2px 5px;
 cursor: pointer;
 display: block;
 font-size: 12px;
 line-height: 14px;
 overflow: hidden;
}
.ac_loading{
 background: #FFF url(/images/usa/webPortals/spinner.gif) right center no-repeat;
}
.ac_odd{
 background-color: #FFF;
}
.ac_over{
 background: #DDEEFF;
 color: #FFF;
}
.enlargeImage{
 cursor: pointer;
 z-index: 100;
}
.enlargeImage.loaded{
 -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5), 0 0 3px 1px rgba(0, 0, 0, 0.2);
 -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5), 0 0 3px 1px rgba(0, 0, 0, 0.2);
 box-shadow: 0 0 30px rgba(0, 0, 0, 0.5), 0 0 3px 1px rgba(0, 0, 0, 0.2);
}
.enlargeImage.loaded span.close{
 background: url(/images/usa/transitions/close-circle-x.png) no-repeat scroll left top transparent;
 display: block;
 height: 29px;
 position: absolute;
 right: -15px;
 top: -12px;
 width: 29px;
}
ul.breadcrumb{
 list-style-type: none;
 margin: 0 0 15px;
}
ul.breadcrumb li{
 float: left;
 padding: 0 7px 0 0;
 margin: 0 6px 0 0;
 background: transparent url(/images/usa/transitions/breadcrumb-right-arrow.gif) no-repeat right center;
}
ul.breadcrumb li.page{
 font-size: 22px;
 color: #003F76;
 padding: 10px 10px 0 0;
 float: none;
 clear: both;
 background: none;
 line-height: 22px;
}
ul.breadcrumb li.page h2 a{
 font-size: inherit;
}
.privacyPolicy{
 font-size: inherit;
}
.siteInfo .subTitleText, .subheader{
 font-size: 14px;
 color: #69C;
 font-weight: bold;
}
.siteInfo ul{
 margin-bottom: 14px;
}
.siteInfo ol{
 margin-bottom: 14px;
 margin-top: 14px;
}
.continueBox{
 padding: 12px;
 margin: 12px 0px;
 background: #eeeeee;
}
.regInput{
 float: right;
}
.capitalize-text{
  text-transform: capitalize;
}
.header{
 font-size: 16px;
 margin: 0 0 6px;
 color: #369;
 line-height: 16px;
}
/* id specific styles */
#container{
 width: 960px;
 padding: 0 10px;
 margin: 0 auto;
 background: #FFF;
 position: relative;
}
body.plain #container{
 padding: 0;
}
#toolbar{
 margin: 0;
 padding: 10px 0;
}
#toolbar ul.country, #toolbar ul.account{
 list-style-type: none;
 margin: 0;
 float: left;
}
#toolbar ul.country li{
 float: left;
 margin: 0 15px 0 0;
 padding: 0 0 0 20px;
}
#toolbar ul.country li.usa{
 background: url(/images/usa/transitions/icon-usa-flag.gif) no-repeat left center;
}
#toolbar ul.country li.can{
 background: url(/images/usa/transitions/icon-can-flag.gif) no-repeat left center;
}
#toolbar ul.country li a{
 padding: 0 16px 0 0;
 text-decoration: none;
 background: url(/images/usa/transitions/green-check-no-check.gif) no-repeat right center;
}
#toolbar ul.country li.selected a{
 background: url(/images/usa/transitions/green-check.gif) no-repeat right center;
}
#toolbar ul.account{
 float: right;
}
#toolbar ul.account li{
 float: left;
 padding: 0 7px;
 border-left: 1px solid #69C;
}
#toolbar ul.account li.first{
 border: none;
}
#masthead{
 padding: 0 0 10px 0;
}
#masthead .search{
 background: #def;
 height: 50px;
 float: left;
 width: 768px;
 clear: none;
}
#masthead .search .fbLike, #masthead .search strong, #masthead .search ul.icons, #masthead .search ul.icons li{
 float: left;
}
#masthead .search .fbLike{
 margin: 11px;
}
#masthead .search strong{
 color: #69C;
 line-height: 40px;
}
#masthead .search .icons{
 margin: 0 0 0 10px;
 list-style-type: none;
}
#masthead .search .icons li{
 margin: 0 10px 0 0;
}
#masthead .search .icons li a{
 display: block;
 height: 40px;
 width: 20px;
 text-indent: -9999px;
}
#masthead .search .icons li.facebook a{
 background: transparent url(/images/usa/transitions/iconFacebook.png) no-repeat left center;
}
#masthead .search .icons li.twitter a{
 background: transparent url(/images/usa/transitions/iconTwitter.png) no-repeat left center;
}
#masthead .search .icons li.youtube a{
 background: transparent url(/images/usa/transitions/iconYouTube.png) no-repeat left center;
}
#masthead .search form{
 float: right;
 margin: 5px 0 0;
}
#masthead .search form .selected-category, #masthead .search form .down, #masthead .search form input.text, #masthead .search form .go{
 float: left;
}
#masthead .search form .selected-category, #masthead .search form .down{
 display: block;
 height: 20px;
 line-height: 18px;
 margin: 2px 0;
}
#masthead .search form .selected-category{
 background: #fff;
 width: 150px;
 border-right: 1px solid #6daad6;
 padding: 0 7px;
 margin: 2px 0;
 color: #69c;
 font-size: 13px;
 cursor: pointer;
}
#masthead .search form .down{
 width: 20px;
 cursor: pointer;
 margin: 2px 10px 2px 0;
 background: #FFF url(/images/usa/transitions/arrowBlue.png) no-repeat center center;
}
#masthead .search form ul.category{
 margin: 2px 10px 2px 0;
 list-style-type: none;
 background: #fff;
 display: none;
 position: absolute;
 top: 63px;
 left: 343px;
 width: 208px;
 border: 1px solid #6daad6;
}
#masthead .search form ul.category li{
 color: #69C;
 cursor: pointer;
 font-size: 13px;
 padding: 2px 7px;
}
#masthead .search form ul.category li a{
 text-decoration: none;
}
#masthead .search form ul.category li.search-the-web{
 background: transparent url(/images/usa/transitions/search-the-web.png) no-repeat 7px center;
 padding: 5px 0 5px 36px;
 font-size: 13px;
 margin: 7px 0 0;
 border-top: 1px solid #69C;
 height: 16px;
}
#masthead .search form ul.category li.search-the-web strong{
 line-height: 14px;
}
#masthead .search form input.text{
 height: 20px;
 line-height: 20px;
 width: 200px;
 padding: 0 3px;
 border: none;
 border-right: 1px solid #6daad6;
}
#masthead .search form input.text:focus{
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
}
#masthead .search form .go{
 display: block;
 background: #fff url(/images/usa/transitions/magnifyingGlass.png) no-repeat center center;
 width: 20px;
 height: 20px;
 text-indent: -9999px;
 margin: 2px 10px 2px 0;
}
#masthead .info{
 float: none;
 clear: both;
 margin: 6px 0 0;
 padding: 0 0 10px;
 background: #cadcee;
 background: #cadcee -webkit-gradient(linear, center top, center bottom, from(#fdfefe), to(#cadcee));
 background: #cadcee -moz-linear-gradient(center top, #fdfefe, #cadcee);
 background: #cadcee linear-gradient(center top, #fdfefe, #cadcee);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfefe', endColorstr='#cadcee');
}
#masthead .info h1{
 float: left;
 background: transparent url(/images/usa/transitions/logoTLS.png) no-repeat center center;
 height: 100px;
 width: 350px;
}
#masthead .info h1 a{
 text-indent: -9999px;
 display: block;
 height: 100%;
}
#masthead .info .user{
 float: right;
 width: 350px;
 height: 52px;
 padding: 39px 98px 18px 0;
 text-align: right;
}
#masthead .info .user a.join{
 padding: 0 39px;
 height: 50px;
 line-height: 50px;
 text-align: center;
}
#masthead .info .user a.cashBackIcon{
 background: transparent url(/images/usa/transitions/cashbackLarge.png) no-repeat center center;
 float: left;
 margin: 10px 0 0 -125px;
 width: 250px;
 height: 30px;
 text-decoration: none;
}
.loggedIn #masthead .info .user{
 width: 570px;
 text-align: left;
 line-height: 14px;
 height: 102px;
 padding: 18px 10px 0 0;
}
.loggedIn #masthead .info .user h2, .loggedIn #masthead .info .user .cashback-info{
 float: left;
}
.loggedIn #masthead .info .user h2{
 width: 270px;
 font-size: 21px;
 line-height: 24px;
 height: 62px;
 border-right: 1px solid #21B3F0;
 padding: 20px 20px 0 0;
}
.loggedIn #masthead .info .user .cashback-info{
 margin: -12px 0 0 10px;
}
.loggedIn #masthead .info .user .cashback-info p{
 color: #69C;
 line-height: 20px;
}
.loggedIn #masthead .info .user .cashback-info span.cashback{
 display: inline-block;
 width: 88px;
 height: 15px;
 background: transparent url(/images/usa/transitions/cashback.png) no-repeat right bottom;
}
.loggedIn #masthead .info .user .cashback-info a.ask{
 margin: 3px 0 0;
}
#masthead .info .user a.freeProfileIcon{
 background: transparent url(/images/usa/transitions/burstFreeDietProfile.png) no-repeat center center;
 float: left;
 margin: -40px 0 0 0;
 width: 120px;
 height: 120px;
}
#masthead .search a.cashBackIcon{
 background: transparent url(/images/usa/transitions/earnCashback.png) no-repeat center center;
 float: left;
 margin: 5px 0 0 0;
 width: 100px;
 height: 30px;
}
#mini-cart{
 float: right;
 clear: none;
 height: 50px;
 width: 186px;
 padding: 0 6px 0 0;
 background: #69c;
 background: #69c -webkit-gradient(linear, center top, center bottom, from(#69c), to(#023568));
 background: #69c -moz-linear-gradient(center top, #69c, #023568);
 background: #69c linear-gradient(center top, #69c, #023568);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6699cc', endColorstr='#023568');
}
#mini-cart a.cart{
 color: #fff;
 font: 12px/14px Tahoma, "Trebuchet MS", Arial;
 display: block;
 height: 50px;
 line-height: 50px;
 padding: 0 0 0 60px;
 text-decoration: none;
 background: transparent url(/images/usa/transitions/shoppingBag.png) no-repeat 10px center;
 overflow: hidden;
 white-space: nowrap;
}
#mini-cart a.cart span{
 text-decoration: underline;
}
#content{
 width: 748px;
 float: right;
}
#content.full{
 width: 100%;
 float: none;
}
#content.full.transitions.tnContactUs p{
 display: block;
 margin: 5px 0 20px;
}
#content.full.transitions.tnContactUs a{
 display: block;
 margin: 5px 0 20px;
}
#content .page-content h2{
 font-size: 16px;
}
#content .box, #sidebar .box{
 border: 1px solid #CCC;
 padding: 10px 13px;
 margin: 10px 0;
 -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
 -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
 box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
#sidebar .box{
 padding: 8px;
}
#cookieWarning{
 display: none;
}
#content .banners{
 height: 260px;
 width: 100%;
 /* remove this */
 border: 1px solid #000;
}
#content .featured-articles{
 margin: 10px 0 0;
}
#content .featured-articles article{
 width: 300px;
 margin: 0 30px 0 0;
 float: left;
}
#content .featured-articles article.last{
 margin: 0;
}
#content .featured-articles article.last a.button{
 color: #FFF;
 margin: 0 0 0 110px;
}
#content .featured-articles article header h2{
 font-size: 16px;
 margin: 0 0 6px;
 color: #369;
 line-height: 16px;
}
#content .featured-articles article header time{
 color: #69C;
}
#content .featured-articles article header cite{
 float: right;
}
#content .featured-articles article section{
 margin: 10px 0 0;
}
#content .featured-articles article h3{
 margin: 5px 0 10px;
}
#content .featured-articles article h3 a{
 font-weight: bold;
 text-decoration: none;
}
#content .featured-articles article a{
 color: #69C;
}
#content .featured-articles article a.linkTitle{
 color: #336699;
 font-size: 16px;
 font-weight: bold;
 text-decoration: none;
 line-height: 16px;
}
#content .featured-articles article img{
 margin: 0 10px 0 0;
}
#content .tools{
 list-style-type: none;
 margin: 16px 0 0;
}
#content .tools li{
 width: 255px;
 margin: 0 0 0 116px;
 background: #69C;
 padding: 10px 5px 9px 40px;
 float: left;
}
#content .tools li.bmi{
 background: #69C url(/images/usa/transitions/iconCalculator.png) no-repeat 10px center;
}
#content .tools li.pha{
 background: #69C url(/images/usa/transitions/iconPencil.png) no-repeat 10px center;
}
#content .tools li.mobile{
 background: #69C url(/images/usa/transitions/iconMobile.png) no-repeat 10px center;
 margin: 0;
}
#content .tools li a{
 color: #FFF;
 text-decoration: none;
}
#content .tools li.bmi{
 margin-left: 370px;
 margin-top: 9px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 width: 120px;
}
#content .tools{
 background: url(/images/usa/transitions/backBMIcalculator960x1.gif) repeat-y;
 height: 53px;
}
#sidebar{
 width: 202px;
 float: left;
}
#sidebar aside.box{
 margin: 0;
}
#sidebar aside.box h4{
 background: #69C;
 padding: 5px 0 5px 30px;
 margin: 0 0 10px;
 color: #FFF;
}
#sidebar aside.box.star h4{
 background: #69C url(/images/usa/transitions/iconPencil.png) no-repeat left center;
}
#footer{
 margin: 50px -10px 0;
 background: #EEE;
 background: #EEE -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#FFFFFF));
 background: #EEE -moz-linear-gradient(center top, #EEE, #FFFFFF);
 background: #EEE linear-gradient(center top, #EEE, #FFFFFF);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#FFFFFF');
}
#footer ul{
 margin: 20px 0;
 width: 182px;
 float: left;
 list-style-type: none;
}
#footer ul.first{
 margin: 20px 0 20px 50px;
}
.ie6 #footer ul.first{
 margin: 20px 0 20px 35px;
}
#footer li{
 padding: 3px 0;
}
#footer li.title{
 margin: 0 0 25px;
 padding: 0;
 color: #369;
}
#footer .copyright{
 background: #CCC;
 height: 50px;
 padding: 0 0 0 50px;
 line-height: 50px;
 color: #666;
}
#createAccount fieldset p{
 margin: 15px 0px;
}
#footer .digicertsitesealcode{
 margin: 5px 5px 5px auto;
}
/* start of product detail */
#prodDetail .info, #prodDetail .media, #prodDetail .cart-actions, #prodDetail .actions, #prodDetail .freeShippingQual1{
 width: 370px;
}
#prodDetail .info, #prodDetail .cart-actions, #prodDetail .actions, #prodDetail .freeShippingQual1{
 float: right;
 margin: 15px 3px 15px 0;
 padding: 0 0 25px;
 border-bottom: 1px solid #cdcdcd;
}
#prodDetail .info h2{
 font-size: 25px;
 line-height: 28px;
 margin: 0 0 8px;
}
#prodDetail .info h2 span{
 display: block;
 font-size: 11px;
 color: #CCC;
}
#prodDetail .info strong{
 font-size: 12px;
}
#prodDetail .info strong.price{
 font-size: 16px;
 line-height: 20px;
}
#prodDetail .info strong.price span{
 font-size: 12px;
 float: left;
 display: block;
 margin: 0 5px 0 0;
 color: #000;
}
#prodDetail .info strong.bvibv{
 font-size: 14px;
 padding: 4px 8px;
 background: #E0E0E0;
 color: #000;
}
#prodDetail .info strong.cashback{
 background: transparent url(/images/usa/transitions/cashback-logo-partners.png) no-repeat left center;
 line-height: 30px;
 padding: 0 0 0 40px;
 display: block;
 color: #339933;
}
#prodDetail .info strong.cashback.increased{
 background: #fbec87 url(/images/usa/transitions/cashback-logo-partners-alert.png) no-repeat 34px center;
 border: 1px solid #E4D777;
 font-size: 17px;
 height: 42px;
 line-height: 42px;
 margin: 5px 0 0;
 padding: 0 10px 0 83px;
 -webkit-border-radius: 7px;
 -moz-border-radius: 7px;
 border-radius: 7px;
 -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3), 0 0 1px rgba(0, 0, 0, 0.1) inset;
 -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3), 0 0 1px rgba(0, 0, 0, 0.1) inset;
 box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3), 0 0 1px rgba(0, 0, 0, 0.1) inset;
}
#prodDetail .info strong.cashback.increased strike{
 padding: 0 5px 0 0;
}
#prodDetail .info select{
 display: block;
 margin: 8px 0;
 width: 100%;
}
#prodDetail .user-actions{
 border: none;
 float: right;
 margin: 0 75px 0 0;
 text-transform: capitalize;
}
#prodDetail .user-actions a{
 float: left;
 font-size: 14px;
 line-height: 20px;
 padding: 0 0 0 30px;
 margin: 0 30px 0 0;
 color: #000;
 text-decoration: none;
}
#prodDetail .user-actions a:hover{
 text-decoration: underline;
}
#prodDetail .user-actions a.print{
 background: url(/images/usa/transitions/icon-print.gif) no-repeat left center;
}
#prodDetail .user-actions a.email{
 padding: 0 0 0 40px;
 background: url(/images/usa/transitions/icon-email.gif) no-repeat left center;
}
#prodDetail .user-actions a.share{
 background: url(/images/usa/transitions/icon-share.gif) no-repeat left center;
}
#prodDetail .banners .ad{
 padding: 5px 0 0 0;
}
#prodDetail .media{
 position: relative;
 margin: 15px 0 0;
 float: none;
}
#prodDetail .media img.product{
 display: block;
 margin: 0 auto 10px;
 max-height: 330px;
 max-width: 365px;
}
.ie6 #prodDetail .media img.product, .ie7 #prodDetail .media img.product{
 width: 365px;
}
#prodDetail .media img.ribbon{
 display: none;
}
#prodDetail .media strong.enlarge{
 background: url(/images/usa/transitions/icon-magnify.gif) no-repeat left center;
 cursor: pointer;
 display: block;
 height: 30px;
 line-height: 25px;
 margin: 0 auto;
 padding: 0 0 0 30px;
 width: 100px;
}
#prodDetail .media strong.enlarge:hover{
 text-decoration: underline;
}
#prodDetail .cart-actions input.text, #prodDetail .cart-actions label, #prodDetail .cart-actions .button{
 float: right;
}
#prodDetail .cart-actions input.text{
 margin: 0 35px 0 5px;
}
#prodDetail .cart-actions label{
 line-height: 22px;
}
#prodDetail .cart-actions .button{
 margin: 0 0 0 15px;
text-transform: capitalize;
}
#prodDetail .cart-actions .error, #prodDetail .cart-actions .alert, #prodDetail .cart-actions .success{
 margin: 0 0 15px;
}
#prodDetail .cart-actions .error.invalid-quantity{
 display: none;
}
#prodDetail .freeShippingQual1{
 clear: both;
}
#prodDetail .freeShippingQual0{
 display: none;
}
#prodDetail .freeShippingQual1 td{
 vertical-align: middle;
}
#prodDetail .freeShippingQual1 .reduced{
 font-weight: bold;
}
#prodDetail .freeShippingQualLnk{
 text-decoration: none;
}
@media print{
 #prodDetail .cart-actions, #prodDetail .user-actions, #prodDetail .media .enlarge{
  display: none;
 }
}
#whitepapers a.label{
 outline: none;
 display: block;
 text-decoration: none;
 text-align: center;
}
#whitepapers a.label img{
 width: 100%;
}
@media print{
 #whitepapers .ui-tabs-nav{
  display: none;
 }
}
#sidebar .related-products h3{
 background: #CCC;
 color: #FFF;
 padding: 8px 10px;
 margin: 5px 0 0;
}
#sidebar .related-products ul{
 list-style: none;
 margin: 0;
}
#sidebar .related-products ul li{
 padding: 3px 0 10px;
}
#sidebar .related-products a.img{
 float: left;
 width: 67px;
 height: 67px;
 padding: 3px;
 border: 1px solid #CCC;
}
#sidebar .related-products a.img img{
 width: 100%;
}
#sidebar .related-products a.desc{
 float: right;
 width: 105px;
 font-size: 11px;
 overflow: hidden;
}
#sidebar .related-products strong{
 float: right;
 width: 105px;
 padding: 2px 0;
}
/* end of product detail */
/* start of quick look */
#quickLook{
 border: 1px solid #CCC;
 margin: 5px;
 width: 545px;
 height: 525px;
 padding: 6px;
 position: relative;
}
#quickLook.cart, #quickLook.message{
 padding: 125px 6px 6px 6px;
}
#quickLook.cart a.button, #quickLook.message a.button{
 width: 80px;
 margin: 20px auto;
 display: block;
}
#quickLook .details{
 border-left: 1px solid #CCC;
 float: right;
 height: 100%;
 padding: 0 5px 0 10px;
 width: 335px;
}
#quickLook .details .desc{
 border-top: 1px solid #CCC;
 height: 412px;
 overflow-y: scroll;
 margin: 10px 0 3px;
 padding: 10px 0 0;
}
#quickLook .details .desc.skuAttributes{
 height: 335px;
}
#quickLook .details a.more{
 position: absolute;
 bottom: 6px;
 right: 8px;
 color: #999;
 background: url(/images/usa/transitions/iconMore.gif) no-repeat left center;
 padding: 0 0 0 8px;
}
#quickLook .details a.more:hover{
 color: #CCC;
 text-decoration: none;
}
#quickLook .details select{
 width: 100%;
}
#quickLook .info{
 width: 190px;
 float: left;
}
#quickLook .info img, #quickLook .info strong, #quickLook .info form, #quickLook .info a{
 display: block;
}
#quickLook .info img.ribbon, #quickLook .info strong.ribbon, #quickLook .info form.ribbon, #quickLook .info a.ribbon{
 position: absolute;
 top: 0;
 left: 61px;
}
#quickLook .info img.product{
 max-height: 180px;
 max-width: 180px;
}
.ie6 #quickLook .info img.product, .ie7 #quickLook .info img.product{
 height: 180px;
 width: 180px;
}
#quickLook .info strong{
 display: block;
 margin: 4px 0;
}
#quickLook .info strong.cashback{
 background: transparent url(/images/usa/transitions/cashback-logo-partners.png) no-repeat left center;
 padding: 4px 0 4px 40px;
}
#quickLook .info strong.cashback.increased{
 background: #fbec87 url(/images/usa/transitions/cashback-alert-icon-sml.gif) no-repeat 8px 3px;
 border: 1px solid #E4D777;
 font-size: 11px;
 margin: 5px 0 0;
 padding: 5px 8px 5px 34px;
 -webkit-border-radius: 7px;
 -moz-border-radius: 7px;
 border-radius: 7px;
 -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3), 0 0 1px rgba(0, 0, 0, 0.1) inset;
 -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3), 0 0 1px rgba(0, 0, 0, 0.1) inset;
 box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3), 0 0 1px rgba(0, 0, 0, 0.1) inset;
}
#quickLook .info form{
 margin: 10px 0 5px;
}
#quickLook .info a{
 margin: 4px 0;
}
#quickLook .info a.button{
 display: inline-block;
 padding: 6px 12px;
 font-size: 11px;
}
#quickLook .info a.order{
 margin: 0 0 0 4px;
}
#quickLook .info a.email, #quickLook .info a.print{
 padding: 2px 0 2px 18px;
 width: auto;
}
#quickLook .info .mylist{
 margin: 3px 0 0;
}
#quickLook .info .mylist a, #quickLook .info .mylist span{
 float: left;
 margin: 0 6px 0 0;
}
#quickLook .info .mylist span.question{
 margin: 4px 0 0;
}
#quickLook .info .mylist a.add{
 background: url(/images/usa/transitions/mylist-icon.gif) no-repeat left center;
 padding: 0 5px 0 20px;
 font-size: 14px;
 text-decoration: none;
}
#quickLook .info .mylist a.add:hover{
 color: #09C;
 text-decoration: underline;
}
#quickLook .info .mylist .explanation{
 height: 80px;
 width: 341px;
 padding: 10px 10px 10px 45px;
 position: absolute;
 z-index: 10;
}
#quickLook .info .mylist .explanation h4{
 font-size: 12px;
}
#quickLook .info .mylist .explanation p{
 font-size: 10px;
}
#quickLook .info .error, #quickLook .info .alert{
 background-position: 6px 1px;
 font-size: 12px;
 line-height: 13px;
 padding: 6px 15px 8px 35px;
 margin: 5px 0 10px;
}
#quickLook h1{
 margin: 0 0 10px;
}
#quickLook .texture, #quickLook .textureName{
 float: left;
}
#quickLook .texture{
 width: 90px;
 height: 90px;
 border: 1px solid #000;
}
#quickLook ul.swatches{
 width: 240px;
 float: right;
 list-style-type: none;
 margin: 0;
}
#quickLook ul.swatches li{
 float: left;
 margin: 1px;
}
#quickLook ul.swatches li a{
 display: block;
 height: 20px;
 width: 20px;
 text-indent: -9999px;
 border: 1px solid #CCC;
}
#quickLook ul.swatches li a.active, #quickLook ul.swatches li a.selected{
 border: 1px solid #000;
}
#quickLook a.icon.close{
 position: absolute;
 top: 0;
 right: 0;
 height: 10px;
 width: 10px;
 text-indent: -9999px;
 background: url(/images/usa/transitions/close.gif) no-repeat scroll top left;
}
#moreColors{
 height: 255px;
 width: 300px;
 position: relative;
}
#moreColors.message{
 padding: 50px 6px 6px 6px;
}
#moreColors.message a.button{
 width: 80px;
 margin: 20px auto;
 display: block;
}
#moreColors ul.swatches{
 height: 257px;
 list-style-type: none;
 margin: 0;
 overflow-y: scroll;
 padding: 5px;
 width: 275px;
}
#moreColors ul.swatches li{
 float: left;
 margin: 1px;
}
#moreColors ul.swatches li a{
 display: block;
 height: 60px;
 width: 60px;
 text-indent: -9999px;
 border: 1px solid #000;
}
#moreColors a.icon.close{
 position: absolute;
 top: 0;
 right: 0;
 height: 10px;
 width: 10px;
 text-indent: -9999px;
 background: url(/images/usa/transitions/close.gif) no-repeat scroll top left;
}
#quickLookContainer{
 position: absolute;
}
#quickLookContainer.quickLookShadow{
 background: url(/images/usa/transitions/shadow.png) no-repeat scroll top left;
 width: 650px !important;
 height: 500px !important;
}
#quickLookContainer.quickLookShadow iframe{
 margin: 25px 0 0 38px;
}
#quickLookContainer.quickLookProdsShadow{
 background: url(/images/usa/transitions/shadow650x600.png) no-repeat left top;
 height: 600px !important;
 width: 650px !important;
 padding: 30px 0 0 40px;
}
#quickLookContainer.moreColorsContainer{
 background: #FFF;
 border: 2px solid #CCC;
 width: 300px !important;
 height: 300px !important;
 overflow: hidden;
}
/* end of quick look */
/* Your Account */
#yourAccount h1, h2{
  font-size: 16px;
  margin: 0 0 10px;
}
#yourAccount h2{
  font-size: 12px;
  margin: 0 0 10px;
}
#yourAccount .billing{
  margin: 0 0 26px;
  width: 235px;
}
#yourAccount .account{
 margin: 0 0 26px;
 width: 356px;
}
#yourAccount .imgDisplay{
 background: url(/images/usa/transitions/picAppleTapeMeasurer.jpg) no-repeat scroll left top;
 height: 200px;
 width: 200px;
}
#yourAccount .subUpgradeContainer{
 width: 430px;
}
#yourAccount .acctUpgradeContainer{
 padding: 0 0 0 25px;
}
/* End Your Account */

/* MA Cash Back */
#maCashSplash {
    clear: both;
    position: relative;
    width: 100%;
}
#maCashSplash #header {
    background: url(/images/usa/transitions/hdrCashback.jpg) no-repeat scroll left top transparent;
    clear: both;
    float: left;
    height: 350px;
    position: relative;
    width: 958px;
    border: 1px solid #69C;
}
#maCashSplash #maCashInfo {
 clear: both;
 float: left;
 width: 960px;
}
#maCashSplash #maCashInfo .infoBlock {
    float: left;
    margin: 0 29px 0 0;
    padding: 0;
    width: 300px;
}
#maCashSplash #maCashInfo .infoBlock.last {
    padding: 0;
    margin: 0;
}
#maCashSplash #maCashInfo .infoBlock .secTitle {
    background: url(/images/usa/transitions/iconsCashbackSprite.gif) no-repeat scroll left top transparent;
    color: #3C92C9;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 0 0 15px;
    text-align: left;
    width: 285px;
}
#maCashSplash #maCashInfo .infoBlock .secTitle div {
    display: block;
    font-size: 18px;
    width: 250px;
}
#maCashSplash #maCashInfo .infoBlock .secTitle.earn {
    background-position: 0 -50px;
}
#maCashSplash #maCashInfo .infoBlock .secTitle.spend {
    background-position: 0 -100px;
}
#maCashSplash #maCashInfo .infoBlock h4 {
    clear: both;
    font-size: 14px;
    padding: 0;
    margin: 10px 0 12px 0;
}
#maCashSplash .callout {
    border: 1px solid #69c;
    float: left;
    margin: 125px 0 0 20px;
    padding: 10px;
    width: 300px;
}
#maCashSplash .callout a.button{
    border: 1px solid #69c;
    float: left;
    margin: 125px 0 0 20px;
    padding: 10px;
    width: 300px;
}
#maCashSplash h2 {
 margin: 13px 0;
}
#maCashSplash h3 {
    clear: both;
    text-align: center;
    width: 960px;
}
.hidden {
    display: none !important;
}
#cashBackFAQ{
 clear: both;
 position: relative;
 width: 100%;
}
#cashBackFAQ h1{
 text-align: left;
 font-size: 18px;
 margin: 0 0 18px 0;
}
#cashBackFAQ h2{
 padding: 6px 10px;
 background-color: #DDEEFF;
 font-size: 12px;
}
#cashBackFAQ p{
 margin: 10px;
 line-height: 14px;
 font-size: 12px;

}
li.def {
    list-style: none outside none;
    text-align: left;
}
ul.questionList {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul.questionList li {
    clear: both;
    float: left;
    line-height: 26px;
    margin: 0;
    text-align: left;
    width: 100%;
}
.maCashShow0 {
 display: none;
}
.maCashShow1 {
 display: block;
}
#maCashSplash .login {
 margin: 284px 6px 8px 21px;
 position: relative;
}
/* End MA Cash Back */
/* Join Now */
#joinNowFeatures{
 display: inline;
 border: 1px solid #cccccc;
 width: 320px;
 float: left;
}
#joinNowFeatures li{
 margin: 11px 0px;
}
#joinNow{
 display: compact;
 width: 458px;
 overflow: hidden;
 padding: 10px;
}
.joinNowHeaderBlock{
 padding: 10px;
 background-color: #369;
 color: #9cf;
 margin: 0px 0px 6px 0px;
}
.joinNowHeaderBlock strong{
 font: bold 16px Tahoma,"Trebuchet MS",Arial;
}
.jnOpt{
 text-align: center;
 background: #eee;
 padding: 10px;
 margin: 1px 5px 0 0;
 float: left;
 width: 65%;
 height: 20px;
 vertical-align: middle;
}
.jnOpt.jnOptPrice{
 width: 20%;
}
.jnOptRow{
 width: 485px;
}
.billingJnOptRow{
 width: 454px;
}
.joinNowTitle{
 color: #369;
 font: bold 15px Tahoma,"Trebuchet MS",Arial;
 padding: 0 10px;
}
.joinOptTitle{
 color: #369;
 font: bold 15px Tahoma, "Trebuchet MS", Arial;
}
.subCodeTitle{
 color: #6699cc;
 font: bold 13px Tahoma,"Trebuchet MS",Arial;
}
.jnCtnuBox{
 display: block;
 margin: 5px 0px;
 clear: all;
}
.smallGrey{
 color: #cccccc;
 font: 11px Tahoma,"Trebuchet MS",Arial;
}
/* End Join Now */
/* Login/Registration */
#regLeftContainer{
 float: left;
 width: 620px;
 padding: 8px;
}
#regJoinNowFeatures{
 float: right;
 width: 300px;
 border: 1px solid #CCCCCC;
 padding: 8px;
}
#regJoinNowFeatures li{
 margin: 10px 0px;
}
#tSearchForm{
 width: 375px;
}
#oopsPanel div, p{
 margin: 8px 0px;
}
#inviteFriendsContainer{
 width: 420px;
}
#googleFriendsContainer{
 width: 75%;
}
#maCashBanner{
 background: #FFFF66;
 border: #FF9900 1px solid;
 width: 420px;
 padding: 12px;
 vertical-align: middle;
 color: #000000;
}
#verifyManLeft{
 width: 100px;
 float: left;
}
#verifyManRight{
 padding-top: 10px;
 float: right;
 width: 500px;
}
#regSuccessLeftContainer{
 float: left;
 width: 520px;
 padding: 8px;
}
#regSuccessJoinNowFeatures{
 float: right;
 width: 400px;
 border-left: 1px solid #CCCCCC;
 padding: 8px;
}
#maSuccessCashBanner{
 background:#FFFF66;
 border: #FF9900 1px solid;
 width: 360px;
 padding: 12px;
 vertical-align: middle;
}
#regSuccessManRight{
 padding-top: 10px;
 float: right;
 width: 410px;
}
#regSuccessManLeft{
 width: 100px;
 float: left;
}
.tSearchFormOr{
 padding-left: 125px;
 font-weight: bold;
}
.cmInfo{
 width: 100%;
 border-bottom: 1px solid #CCCCCC;
 margin: 10px 0px;
}
.cmImage{
 width: 20%;
 padding: 10px;
}
.cmDescr{
 width: 80%;
 padding: 10px;
 text-align: left;
}
.cmDescr p{
 margin: 8px 0px;
}
.middleText{
 vertical-align: middle;
}
.width70perc{
 width: 70%;
}
/* EndRegistration */
.regContainer{
 width: 48%;
 float: right;
 margin: 0px 50px 0px 0px;
}
.floatR{
 float: right;
}
.captContainer{
 width: 150px;
 float: left;
}
.profileInst{
 padding: 5px;
 margin: 8px 0px;
 background-color: #FFFFCC;
}
.loginContainer{
 display: inline;
 width: 42%;
 float: right;
 margin: 0px 100px 0px 0px;
}
#regLeftContainer h1{
 font-size: 18px;
 color: color: #69C;
}
#regLeftContainer h2{
 font-size: 12px;
 color: color: #69C;
 margin: 10px 0px;
}
#createAccount h2{
font-size: 14px;
color: #69C;
font-weight: bold;
}
#oopsPanel h2{
font-size: 14px;
color: #69C;
font-weight: bold;
}
#inviteFriendsContainer h2{
font-size: 14px;
color: #69C;
font-weight: bold;
}
#forgotPassword h2{
font-size: 14px;
color: #69C;
font-weight: bold;
}
/* start of banners */
.ie6 #banners.ui-banner{
 width: 960px;
}
#banners.ui-banner .ui-banner-slogans{
 width: 146px;
}
#banners.ui-banner .ui-banner-slogans li{
 font-size: 18px;
 line-height: 20px;
}
#banners.ui-banner .ui-banner-overlay{
 width: 199px;
}
/* end of banners */
/*****************************/
/*  Ordering Styles (Start)  */
/*****************************/
#billShip input{
 width: 90%;
}
#billShip #mPCode{
 width: 25%;
}
#billShip #shpPCode{
 width: 25%;
}
#cvvInfo{
 width: 552px;
 height: 400px;
 overflow-x: hidden;
}
#cvvContent{
 padding: 12px;
 width: 400px !important;
}
#errorValidation{
 border-collapse: collapse;
 border: 1px solid silver;
 width: 70%;
}
#errorValidation td{
 border: 1px inset silver;
 padding: 4px;
}
#processing{
 font-size: 15px;
 font-weight: 700;
 color: red;
 display: none;
}
#ordWrapper{
 width: 80%;
 margin: 0px auto;
 text-align: left;
}
#ordBreadCrumb{
 background-color: #EEE;
 padding: 8px;
 margin-bottom: 48px;
}
#ordBreadCrumb div{
 width: 80%;
 margin: 0px auto;
 text-align: center;
}
#ordBreadCrumb a{
 color: #DEF;
 font-weight: bold;
}
#ordBreadCrumb a.selected{
 color: white;
 font-weight: bold;
}
#ordFooter{
 background-color: #EEE;
 padding: 8px;
 margin-top: 48px;
 padding-right: 84px;
 text-align: right;
}
#ordWrapper input{
 border: 1px solid silver;
 border-collapse: collapse;
}
#finalPreview td{
 line-height: 28px;
}
.ordBillShipTable{
 line-height: 24px;
}
.ordReqText{
 background-color: #FFC;
}
.ordReqInput{
 background-color: #FFC;
 border: 1px solid silver;
 border-collapse: collapse;
}
.cvvInfoShadow{
 background: url(/images/usa/transitions/shadow480x369.png) no-repeat scroll top left transparent;
 width: 480px !important;
 height: 369px !important;
}
.cvvInfoShadow iframe{
 margin: 25px 0px 0px 38px;
}
.cvvCenter{
 text-align: center !important;
}
.headerInformationWrapper{
 color: #808080;
}
.lockMessage{
 text-align: center;
}
.secureLock{
 background: url(/images/usa/transitions/secureLock.png) no-repeat;
 font: 26px Tahoma, "Trebuchet MS", Arial;
 font-weight: bold;
 color: #C2C2C2;
 padding-left: 32px;
 vertical-align: middle;
}
.checkoutHeader{
 font: 18px "Trebuchet MS", Verdana, sans-serif;
 font-weight: bold;
 color: #519ECD;
}
ul.orderBullet{
 list-style: disc;
 margin-left: 20px;
 color: #808080;
 font: 12px "Trebuchet MS", Verdana, Arial;
}
.checkoutSmallHeader{
 font: 14px "Trebuchet MS", Verdana, sans-serif;
 font-weight: bold;
 color: #519ECD;
}
.largeText{
 font-size: 16px;
}
.ordHeading{
 color: #369;
 font-weight: bold;
}
.ordRedText{
 color: #F00;
}
.ordGreenText{
 color: #3F9E40;
 font-weight: bold;
}
.ordBoldText{
 font-weight: bold;
}
span.ordCashBackIco{
 background: url(/images/usa/transitions/iconCashbackNew.gif) no-repeat scroll center center transparent;
 display: inline-block;
 height: 20px;
 width: 30px;
 vertical-align: middle;
}
.cartBgLight{
 background-color: #DEF;
}
table.vendorTable{
 width: 100%;
 border-collapse: collapse;
}
table.formTable{
 width: 590px;
 border-collapse: collapse;
}
tr.cartProducts{
 background-color: #EDF4FE;
}
tr.orderRowColor{
 background-color: #F2F2F2;
}
td.cartQty{
 border-left: 1px solid #B8CDDE;
 border-top: 1px solid #B8CDDE;
 border-bottom: 1px solid #B8CDDE;
 text-align:center;
}
td.cartDescript{
 border-top: 1px solid #B8CDDE;
 border-bottom: 1px solid #B8CDDE;
}
td.cartEach{
 border-top: 1px solid #B8CDDE;
 border-bottom: 1px solid #B8CDDE;
}
td.cartCode{
 border-top: 1px solid #B8CDDE;
 border-bottom: 1px solid #B8CDDE;
}
td.cartTotal{
 border-right: 1px solid #B8CDDE;
 border-top: 1px solid #B8CDDE;
 border-bottom: 1px solid #B8CDDE;
}
td.cartRDTotal{
 border-right: 1px solid #B8CDDE;
 border-top: 1px solid #B8CDDE;
 border-bottom: 1px solid #B8CDDE;
}
td.productTotalsLeft{
 border-left: 1px solid #B8CDDE;
 padding: 3px 15px 3px 0px;
 text-align: right;
}
td.productTotalsRight{
 border-right: 1px solid #B8CDDE;
 padding: 3px 0px;
 font-weight: bold;
}
td.rdTotalsLeft{
 border-left: 1px solid #B8CDDE;
 padding: 3px 0px;
 border-bottom: 1px solid #B8CDDE;
}
td.rdTotalsRight{
 border-right: 1px solid #B8CDDE;
 border-bottom: 1px solid #B8CDDE;
 padding: 3px 0px;
 font-weight: bold;
}
td.productTotalsLeftFooter{
 border-left: 1px solid #B8CDDE;
 padding: 3px 15px 3px 0px;
 text-align: right;
}
td.productTotalsRightFooter{
 border-right: 1px solid #B8CDDE;
 padding: 3px 0px;
 font-weight: bold;
}
td.shippingLeftFooter{
 border-left: 1px solid #B8CDDE;
 border-bottom: 1px solid #B8CDDE;
 padding: 100px 10px;
 background-color: #E7E7E9;
}
td.shippingRightFooter{
 border-right: 1px solid #B8CDDE;
 border-bottom: 1px solid #B8CDDE;
 padding: 10px 10px;
 background-color: #E7E7E9;
}
.eachItem{
 font: 12px "Trebuchet MS", Verdana, sans-serif;
 font-weight: bold;
 color: #4F7DA1;
}
.eachItemGrandTotal{
 font: 12px "Trebuchet MS", Verdana, sans-serif;
 font-weight: bold;
 color: #4F7DA1;
 text-align: right;
}
.eachItemRedemption{
 font: 12px "Trebuchet MS", Verdana, sans-serif;
 font-weight: bold;
 color: #4F7DA1;
 text-align: right;
}
td.rdTotalsLeftOverride{
 border-left: 1px solid #B8CDDE;
 padding: 3px 10px 3px 0px;
 border-bottom: 1px solid #B8CDDE;
}
.totalRed{
 font: 14px "Trebuchet MS", Verdana, sans-serif;
 font-weight: bold;
 color: #FF0000;
}
.totalRedGCNum{
 font: 12px "Trebuchet MS", Verdana, sans-serif;
 font-weight: bold;
 color: #FF0000;
}
.eachItemCode{
 font: 12px "Trebuchet MS", Verdana, sans-serif;
 font-weight: bold;
 color: #4F7DA1;
}
.headerInformationWrapper{
 color: #808080;
}
td.totalBar{
 border-bottom: 1px solid #4F7DA1;
}
.total{
 font: 14px "Trebuchet MS", Verdana, sans-serif;
 font-weight: bold;
 color: #000;
}
td.productTotalsLeft{
 border-left: 1px solid #B8CDDE;
 padding: 3px 15px 3px 0px;
 text-align: right;
}
td.productTotalsRight{
 border-right: 1px solid #B8CDDE;
 padding: 3px 0px;
 font-weight: bold;
}
.totalPointsRP{
 font: 14px "Trebuchet MS", Verdana, sans-serif;
 font-weight: bold;
 color: #000;
}
.shippingMessage{
 font: 12px "Trebuchet MS", Verdana, Arial;
 color: #808080;
}
td.daggerInvLeftFooter{
 border-left: 1px solid #B8CDDE;
 padding: 3px 0px 2px 3px;
}
td.shippingInvLeftFooter{
 border-left: 1px solid #B8CDDE;
 border-bottom: 1px solid #B8CDDE;
 padding: 3px 0px 2px 3px;
}
td.shippingInvMiddleFooter{
 border-bottom: 1px solid #B8CDDE;
}
td.productTotalsInvRightFooter{
 border-right: 1px solid #B8CDDE;
 border-bottom: 1px solid #B8CDDE;
 padding: 3px 0px;
 font-weight: bold;
}
.topBotCartInfo{
 background-color: #EEE;
 line-height: 36px;
}
.ordCartBorder{
 border-bottom: 1px solid #69C;
}
.ordBreadCrumbBtn{
 width: 140px;
}
.ordVertAlignMid{
 vertical-align: middle;
}
.ordMT16{
 margin-top: 16px;
}
.ordMT24{
 margin-top: 24px;
}
.ordMT48{
 margin-top: 48px;
}
.ordMB48{
 margin-bottom: 48px;
}
.ordWidth30{
 width: 30px;
}
.ordIB{
 display: inline-block;
}
td.totalBar{
 border-bottom: 1px solid #4F7DA1;
}
#ordHeader{
 height: 110px;
 margin: 6px 0 0;
 padding: 0 0 10px;
 background: #CADCEE;
 background: #CADCEE -webkit-gradient(linear, center top, center bottom, from(#FDFEFE), to(#CADCEE));
 background: #CADCEE -moz-linear-gradient(center top, #FDFEFE, #CADCEE);
 background: #CADCEE linear-gradient(center top, #FDFEFE, #CADCEE);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDFEFE', endColorstr='#CADCEE');
 border-bottom: 4px solid #4F7DA1;
 margin-bottom: 24px;
 clear: both;
}
#ordHeader h1{
 float: left;
 background: transparent url(/images/usa/transitions/logoTLS.png) no-repeat center center;
 height: 100%;
 width: 350px;
}
#ordHeader h1 a{
 text-indent: -9999px;
 display: block;
 height: 100%;
}
.vendorHeader td{
 border-bottom: 1px solid #B8CDDE;
}
.whatsThisIco{
 height: 100%;
 vertical-align: middle;
 border: 1px solid #CCC;
}
/*****************************/
/*  Ordering Styles (End)    */
/*****************************/
/**************************************************/
/**               start of google search         **/
/**************************************************/
#googleExtResults .gsc-control{
 width: 975px;
 font-size: small !important;
 font-family: arial,sans-serif;
}
div.gsc-results .gsc-cursor-box{
 text-align: center;
}
div.gsc-tabsArea{
 display: none;
}
table.gsc-search-box{
 display: none;
}
#googleExtResults .gsc-result .gs-title{
 height: 20px !important;
 font-size: medium !important;
}
/*****************************/
/*  google search (End)    */
/*****************************/
/* start of printing */
@media print{
 #masthead, #sidebar, #footer, #shareBar{
  display: none;
 }
 #content{
  width: 100%;
  float: none;
 }
 #content .product-grid.history{
  display: none;
 }
}
#agreeInstructs{
 width: 80%;
 margin: 0px auto;
 height: 160px;
 overflow: auto;
 border: 1px solid #b5b5b5;
 padding: 5px 15px;
}
.ordCenter{
 margin: 0px auto;
}
#freeShippingBanner0{
 display: none;
}
#freeShippingBanner1{
 padding: 6px 0 0 0;
 clear: both;
}
#freeShippingInfo{
 width: 548px;
 height: 450px;
 text-align: center;
 padding: 25px 0 15px 15px;
}
#freeShippingInfo td.spacer{
 padding: 20px 20px 0 0;
}
#freeShippingInfo textarea{
 padding: 5px;
}
#freeShippingInfo .header{
 font: 38px "Trebuchet MS", Verdana, Arial;
 line-height: 38px;
 color: #69c;
 font-weight: bold;
}
#freeShippingInfo .flatRate{
 font: 18px "Trebuchet MS", Verdana, Arial;
 line-height: 24px;
 color: #69c;
 padding: 0 0 0 10px;
 vertical-align: top;
}
#freeShippingInfo .purchase{
 font: 18px "Trebuchet MS", Verdana, Arial;
 line-height: 24px;
 color: #369;
}
#freeShippingInfo .termsTitle{
 font: 12px "Trebuchet MS", Verdana, Arial;
 margin: 0 0 8px;
 color: #369;
 font-weight: bold;
 text-align: left;
}
#freeShippingInfo .txtAreaRow{
 padding: 0 0 0 60px;
}
#freeShippingInfo .textarea{
 padding: 5px 15px 15px 10px;
 width: 400px;
 height: 45px;
 overflow-y: scroll;
 border: 1px solid #666;
}
#freeShippingInfo .termsList li{
 text-align: left;
 display: list-item;
 margin: 0 0 5px -15px;
 font: 11px Arial, "MS Trebuchet", sans-serif;
}
#freeShippingInfo .termsList span{
 text-decoration: underline;
}
#freeShippingInfo .close{
 height: 20px;
 width: 20px;
}
#freeShippingInfo a.button{
 color: #fff;
 font: 12px "Trebuchet MS", Verdana, Arial;
 display: inline-block;
 padding: 6px 15px;
 text-align: center;
 text-decoration: none;
 background: #69c;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}
#freeShippingInfo a.button:hover{
 text-shadow: rgb(255, 255, 255);
 text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
 background: #369;
}
/* these classes need to be at the bottom  for inheritence */
.displayBlock0, .displayInline0, .hide{
 display: none;
}
.displayBlock1{
 display: block;
}
.displayInline1{
 display: inline;
}
/* end of printing */
.floatL{
 float: left;
}
.hideCustManagerSearch{
 display: none !important;
}
#orderingFreeShipWrapper{
 padding: 0 0 20px 0;
}
#orderingFreeShipInfo{
 background: #e7f3f8;
 border-top: 8px solid #cee2f2;
}
#orderingFreeShipInfo table{
 background: transparent;
}
#orderingFreeShipInfo table td{
 vertical-align: middle;
 font: 16px "Arial";
}
#orderingFreeShipInfo a{
 font: 16px "Arial";
}
#googleDsp, #yahooSignIn, #hotmailSignIn, #outlookUpload{
 padding: 0 30px 0 0;
}
#inviteFriendsContainer .profileDisclaimer{
 padding: 15px 30px 0 0;
}
#findYourFitTerms, #findYourFit{
 width: 960px;
}
#findYourFitTerms input[type="radio"]{
 margin: 10px 0 0;
}
#findYourFitTerms .terms{
 border: 1px solid #ccc;
 height: 100px;
 overflow-y: scroll;
 margin: 10px 0 3px 0;
 padding: 10px 0 0;
}
#findYourFitTerms .continue{
 color: #fff;
 background: #f90;
 padding: 6px 15px;
 text-align: center;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 font: bold 14px Tahoma, "Trebuchet MS", Arial;
 padding: 8px;
 float: right;
}
#findYourFit .continue:hover{
 background: #f60;
 font: bold 16px Tahoma, "Trebuchet MS", Arial;
}
#findYourFit .top{
 clear: both;
 float: none;
 width: 920px;
}
#findYourFit .top .fitSpringChallenge{
 clear: none;
 float: left;
 width: 420px;
}
#findYourFit .top .fitSpringChallenge a.readGroupStory{
 background: #fff;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 position: relative;
 left: 260px;
 top: -18px;
 width: 260px;
 padding: 5px;
}
#findYourFit .top .fitWonPrize{
 background: #369;
 color: #fff;
 font: normal 16px Tahoma, "Trebuchet MS", Arial;
 text-align: center;
 width: 100%;
 display: block;
 padding: 6px 0;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}
#findYourFit .top .fitFallChallenge{
 clear: right;
 float: right;
 width: 470px;
}
#findYourFit .bottom{
 clear: both;
 float: none;
 width: 920px;
}
#findYourFit .bottom .fitWonPrize{
 background: #369;
 color: #fff;
 font: normal 16px Tahoma, "Trebuchet MS", Arial;
 text-align: center;
 width: 95%;
 display: block;
 padding: 6px 0;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}
#findYourFit .fitFirstPlace{
 float: left;
 width: 400px;
}
#findYourFit .fitFirstPlace a.readFirstStory{
 background: #fff;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 position: relative;
 left: 130px;
 top: -76px;
 width: 260px;
 padding: 5px;
}
#findYourFit .fitRight{
 float: right;
 width: 520px;
}
#findYourFit .fitSecondPlace{
 float: left;
 width: 260px;
}
#findYourFit .fitSecondPlace a.readSecondStory{
 background: #fff;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 position: relative;
 left: 60px;
 top: -76px;
 width: 260px;
 padding: 5px;
}
#findYourFit .fitThirdPlace{
 float: right;
 width: 260px;
}
#findYourFit .fitThirdPlace a.readThirdStory{
 background: #fff;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 position: relative;
 left: 74px;
 top: -76px;
 width: 260px;
 padding: 5px;
}
#findYourFit .fitSubTitleLight, #findYourFitTerms .fitSubTitleLight{
 color: #69c;
 font: bold 16px Tahoma, "Trebuchet MS", Arial;
 padding: 15px 0;
}
#findYourFitTerms .fitSubTitleRed{
 color: #f00;
 font: bold 16px Tahoma, "Trebuchet MS", Arial;
 padding: 15px 0;
}
#findYourFit .fitSubTitleDark, #findYourFitTerms .fitSubTitleDark{
 color: #369;
 font: bold 16px/2.0 Tahoma, "Trebuchet MS", Arial;
 letter-spacing: 2px;
}
#findYourFit .fitChallengeTitleFind{
 color: #369;
 font: bold 22px/2 Tahoma, "Trebuchet MS", Arial;
 letter-spacing: 2px;
}
#findYourFit .fitChallengeTitleFall{
 color: #f60;
 font: bold 22px/2 Tahoma, "Trebuchet MS", Arial;
}
#findYourFit .fitWinnerTitle{
 color: #69c;
 font: bold 22px/2 Tahoma, "Trebuchet MS", Arial;
 text-align: center;
 width: 100%;
 display: block;
 vertical-align: bottom;
}
#findYourFit .fitCoachPrize{
 color: #999;
 font: bold 12px/1.5 Tahoma, "Trebuchet MS", Arial;
}
#findYourFit a.enterBtn{
 color: #fff;
 background: #f90;
 display: inline-block;
 padding: 6px 15px;
 text-align: center;
 text-decoration: none;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 font: bold 16px Tahoma, "Trebuchet MS", Arial;
 padding: 10px;
}
#findYourFit a.enterBtn:hover{
 background: #f60;
 font: bold 16px Tahoma, "Trebuchet MS", Arial;
}
#findYourFitTerms .fitReadyTitle{
 color: #369;
 font: bold 22px Tahoma, "Trebuchet MS", Arial;
 padding: 3px 0 0;
 display: block;
}
#findYourFitTerms .termsBold{
 font: bold 12px Tahoma, "Trebuchet MS", Arial;
}
#findYourFitTerms .termsUnderline{
 text-decoration: underline;
}
#findYourFitTerms .termsNotice{
 color: #f00;
}
#findYourFitTerms ol li{
 margin: 5px 0;
 font: 12px Tahoma, "Trebuchet MS", Arial;
}
#findYourFitTerms ol li .termsSection{
 margin: 12px 0;
 display: block;
 font: bold 12px Tahoma, "Trebuchet MS", Arial;
}
#orderingFitChallenge{
 margin: 32px 0 0 0;
 text-align: center;
}
#orderingSimplyDelivered{
 margin: 32px 0 0 0;
 text-align: right;
}