




/*
     FILE ARCHIVED ON 11:42:34 Sep 21, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 8:47:57 Sep 11, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/** rounded-box.css *********************************************/

/** default rounded-box is white, no borders or bg fade **/
.rounded-box .top { overflow: auto; width: 100%; }
.rounded-box .top .left,
.rounded-box .top .right { position: relative; float: left; width: 50%; height: 5px; line-height: 0px; font-size: 0; }
.rounded-box .top .left { background: url(/web/20140921114234/http://quicken.intuit.com/images/rounded-box-sprites.png) 0 0 no-repeat; }
.rounded-box .top .right { background: url(/web/20140921114234/http://quicken.intuit.com/images/rounded-box-sprites.png) right 0 no-repeat; }
.rounded-box .middle { background: #fff; padding: 16px; font-size: 12px;  }
.rounded-box .middle .title { font-size: 15px; font-weight: bold; }
.rounded-box .middle a.title { display: block; font-size: 15px; font-weight: bold; }
.rounded-box .middle a.product-title { position: relative; display: block; font-size: 15px; font-weight: bold; padding: 0 0 30px 65px; background: url(/web/20140921114234/http://quicken.intuit.com/images/product-title-underline.png) bottom center no-repeat; }
.rounded-box .middle a.product-title .product-box { display: block; position: absolute; width: 54px; height: 100px; top: -50px; left: 0px; background: url(/web/20140921114234/http://quicken.intuit.com/images/product-box-sm-sprites.png) no-repeat; }
.rounded-box .middle a.product-title .product-box.basic { background-position: 0 0; }
.rounded-box .middle a.product-title .product-box.deluxe { background-position: 0 -120px; }
.rounded-box .middle a.product-title .product-box.premier { background-position: 0 -240px; }
.rounded-box .middle ul { list-style: none; margin: 10px 3px; }
.rounded-box .middle ul li { padding: 2px 0 3px 8px; line-height: 13px; background: url(/web/20140921114234/http://quicken.intuit.com/images/bullet-sprites.gif) 0 -120px no-repeat; list-style: none; }
.rounded-box .bottom { overflow: hidden; width: 100%; }
.rounded-box .bottom div { position: relative; float: left; width: 50%; height: 9px; line-height: 0px; font-size: 0; }
.rounded-box .bottom .left { background: url(/web/20140921114234/http://quicken.intuit.com/images/rounded-box-sprites.png) 0 -16px no-repeat; }
.rounded-box .bottom .right { background: url(/web/20140921114234/http://quicken.intuit.com/images/rounded-box-sprites.png) right -16px no-repeat; }

/** blue-border rounded-box **/
.rounded-box.blue-border .top .left { background-position: 0 -25px; }
.rounded-box.blue-border .top .right { background-position: right -25px; }
.rounded-box.blue-border .middle { background: #fff; border-left: solid 1px #c3dff1; border-right: solid 1px #c3dff1; }
.rounded-box.blue-border .bottom .left { background-position: 0 -41px; }
.rounded-box.blue-border .bottom .right { background-position: right -41px; }

/** fade-bg & blue-border rounded-box **/
.rounded-box.faded-bg .top .left { background-position: 0 -50px; }
.rounded-box.faded-bg .top .right { background-position: right -50px; }
.rounded-box.faded-bg .middle { background: url(/web/20140921114234/http://quicken.intuit.com/images/rounded-box-faded-bg.gif) top left repeat-x #edf5fa; border-left: solid 1px #c3dff1; border-right: solid 1px #c3dff1; }
.rounded-box.faded-bg .bottom .left { background-position: 0 -66px; }
.rounded-box.faded-bg .bottom .right { background-position: right -66px; }

/** no box around content rounded-box **/
.rounded-box.hidden .middle { background: none; }

/** corners by white mask **/
.rounded-box-mask { position:relative; }
.rounded-box-mask .tl { position: absolute; top: 0; left: 0; width: 4px; height: 4px; background: url(/web/20140921114234/http://quicken.intuit.com/images/rounded-box-mask.png) no-repeat left top;}
.rounded-box-mask .tr { position: absolute; top: 0; right: 0; width: 4px; height: 4px; background: url(/web/20140921114234/http://quicken.intuit.com/images/rounded-box-mask.png) no-repeat right top; }
.rounded-box-mask .bl { position: absolute; bottom: 0; left: 0; width: 4px; height: 4px; background: url(/web/20140921114234/http://quicken.intuit.com/images/rounded-box-mask.png) no-repeat left bottom; }
.rounded-box-mask .br { position: absolute; bottom: 0; right: 0; width: 4px; height: 4px; background: url(/web/20140921114234/http://quicken.intuit.com/images/rounded-box-mask.png) no-repeat right bottom; }