/*
 * Layout
 */

body {
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    /*font-family: Georgia, Times, serif;*/
    background-color: #eeeeee;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#cwrap {
    width: 954px;
    margin-right: auto;
    margin-left: auto;
    background-color: #EEEEEE;
}
#cwrap2 {
    width: 954px;
    float: left;
    padding-bottom: 30px;
}
#header {
    height: 126px;
    background-color: #FFFFFF;
}
#header h1 {
    font-size: .2em;
    margin: 0px;
    padding: 0px;
}

#header h1 a {
    height: 81px;
    width: 428px;
    position: absolute;
    top: 20px;
    margin-left: 20px;
    z-index: 5;
}
#header h1 a img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

/******************************************************************************
 * Menu
 * ***************************************************************************/
#topright {
    float: right;
    font-size: 0.75em;
    padding-top: 30px;
}
#topmenu {
    color: #666;
    padding-right: 10px;
    text-align: right;
}
#topmenu a {
    color: #666666;
    text-decoration: none;
}
#topmenu a:hover {
    text-decoration: underline;
}
#srctop {
}
#srctop form {
    margin: 0px;
    padding: 0px;
    padding-left:55px;
}
#srctop form #keyword {
    float: left;
    border: 1px solid #dddddd;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #999999;
    padding-top: 2px;
    padding-right: 3px;
    padding-bottom: 2px;
    padding-left: 3px;
    background-image: url(../images/src_keyword_bg.gif);
    background-repeat: repeat-x;
    width: 250px;
}
#srctop form #btn {
    float: left;
    margin-left: 5px;
}
#srctop .top-search-input {
    width:200px;
}
#srctop .top-search-submit {
    width:75px;
}

/******************************************************************************
 * Main Body
 * ***************************************************************************/
#content {
    float: left;
    width: 954px;
    background-color: #FFFFFF;
    margin-bottom: 0px;
}
#bigbox {
    float: left;
    width: 944px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#leftcontent {
    float: left;
    width: 214px;
    padding-left: 10px;
    padding-bottom: 10px;
}
#rightcontent {
    float: right;
    width: 700px;
    padding-right: 10px;
    padding-bottom: 10px;
}

/******************************************************************************
 * Left Box
 *****************************************************************************/
.leftbox {
    float: left;
    width: 100%;
    font-size: .7em;
    margin-bottom: 10px;
}
.leftbox .hdr {
    float: left;
    width: 204px;
    font-family: "Trebuchet MS", Tahoma;
    font-weight: bold;
    color: #666666;
    background-image: url(../images/leftbox_hdrbg.gif);
    background-repeat: repeat-x;
    background-position: left top;
    border: 1px solid #cccccc;
    padding-top: 4px;
    padding-right: 9px;
    padding-bottom: 4px;
    padding-left: 9px;
}
.leftbox .hdr .more {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    text-decoration: none;
    float: right;
    background-image: url(../images/leftbox_hdrarrow.gif);
    background-repeat: no-repeat;
    background-position: right 3px;
    color: #999999;
    padding-right: 7px;
    margin-top: 1px;
}
.leftbox .content {
    padding: 9px;
    float: left;
    width: 204px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
    background-image: url(../images/leftbox_bg.gif);
    background-repeat: repeat-y;
    background-position: right top;
    background-color: #FFFFFF;
}
.leftbox .itemlist {
    float: left;
    width: 204px;
}
.leftbox .itemlist .item {
    float: left;
    width: 204px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.leftbox .itemlist .item .itemleft {
    float: left;
    width: 83px;
}
.leftbox .itemlist .item .itemleft a img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border:0;
}
.leftbox .itemlist .item .itemright {
    float: right;
    width: 121px;
}
.leftbox .itemlist .item .itemright .savings {
    background-color: #f3bc6d;
    font-size: 0.9em;
    font-weight: bold;
    color: #FFFFFF;
    padding: 1px;
}
.leftbox .itemlist .item .itemright h2 {
    font-size: 1em;
    margin: 0px;
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0px;
    font-weight:normal;
}
.leftbox .itemlist .item .itemright p {
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0px;
    color: #666666;
}
.leftbox .itemlist .item .itemright a, .sideBoxContent a {
    color: #50789a;
    text-decoration: none;
}
.leftbox .itemlist .item .itemright a:hover, .sideBoxContent a:hover {
    color: #183349;
}
.leftbox .itemlist .item .itemright .oldprice {
    color: #999999;
    text-decoration: line-through;
}

.lbbanner {
    padding-top:13px;
}

a.btnsmall {
    background-image: url(../images/btn_addtocartbg.gif);
    background-repeat: no-repeat;
    background-position: left top;
    font-family: "Trebuchet MS", Tahoma;
    text-transform: uppercase;
    font-size: 10px;
    color: #FFFFFF !important;
    padding-left: 10px;
    float: left;
    display: block;
}
a.btnsmall strong {
    background-image: url(../images/btn_addtocartbg.gif);
    background-repeat: no-repeat;
    background-position: right top;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    display: block;
    float: left;
    cursor: pointer;
}
a.btnsmall:hover, a.btnsmall:hover strong {
    background-image: url(../images/btn_addtocartbg_on.gif);
}
a.btnlarge, div.buttonRow a {
    background-image: url(../images/btn_large_bg.gif);
    background-repeat: no-repeat;
    background-position: left top;
    font-family: "Trebuchet MS", Tahoma;
    text-transform: uppercase;
    font-size: 13px;
    color: #FFFFFF !important;
    padding-left: 15px;
    float: left;
    display: block;
    text-decoration: none;
    margin-right: 5px;
}
a.btnlarge strong, div.buttonRow a strong {
    background-image: url(../images/btn_large_bg.gif);
    background-repeat: no-repeat;
    background-position: right top;
    padding-top: 4px;
    padding-right: 15px;
    padding-bottom: 5px;
    display: block;
    float: left;
    cursor: pointer;
}
a.btnlarge:hover, a.btnlarge:hover strong, , div.buttonRow a:hover, div.buttonRow a:hover strong {
    background-image: url(../images/btn_large_bg_on.gif);
}
a.btnlargeinv {
    background-image: url(../images/btn_large_inverse.gif);
    background-repeat: no-repeat;
    background-position: left top;
    font-family: "Trebuchet MS", Tahoma;
    text-transform: uppercase;
    font-size: 13px;
    color: #FFFFFF !important;
    padding-left: 15px;
    float: left;
    display: block;
    text-decoration: none;
    margin-right: 5px;
}
a.btnlargeinv strong {
    background-image: url(../images/btn_large_inverse.gif);
    background-repeat: no-repeat;
    background-position: right top;
    padding-top: 4px;
    padding-right: 30px;
    padding-bottom: 5px;
    display: block;
    float: left;
    cursor: pointer;
}
a.btnlargeinv:hover, a.btnlargeinv:hover strong {
    background-image: url(../images/btn_large_inverse_on.gif);
}

.rightbox {
    float: left;
    width: 700px;
    font-size: .7em;
    margin-bottom: 10px;
}
.rightbox .hdr {
    float: left;
    width: 680px;
    font-family: "Trebuchet MS", Tahoma;
    font-weight: bold;
    color: #333333;
    background-image: url(../images/rightbox_hdrbg.gif);
    background-repeat: repeat-x;
    background-position: left top;
    border: 1px solid #cccccc;
    padding-top: 3px;
    padding-right: 9px;
    padding-bottom: 3px;
    padding-left: 9px;
    text-transform: uppercase;
    font-size: 1.1em;
    letter-spacing: 1px;
}
.rightbox .hdr .more {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    text-decoration: none;
    float: right;
    background-image: url(../images/leftbox_hdrarrow.gif);
    background-repeat: no-repeat;
    background-position: right 3px;
    color: #999999;
    padding-right: 7px;
    margin-top: 1px;
}
.rightbox .content {
    padding: 9px;
    float: left;
    width: 680px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
    background-color: #FFFFFF;
}

/***************************************************************************
 * Right Box Items
 **************************************************************************/
.rightbox .itemlist {
    float: left;
    width: 680px;
}
.rightbox .itemlist .item {
    float: left;
    width: 160px;
    height:225px;
    padding-top: 15px;
    padding-right: 5px;
    padding-left: 5px;
    background-image: url(../images/vertpx.gif);
    background-repeat: repeat-y;
    background-position: right top;
    border-bottom:1px dashed #ccc;
}
.rightbox .itemlist .lastcolumn .item, #indexDefault .rightbox .itemlist .item, #featuredProducts .itemlist .item {
    background-image:none;
}
.rightbox .itemlist .lastrow .item, #indexDefault .rightbox .itemlist .item, #featuredProducts .itemlist .item {
    border-bottom:none;
}
.rightbox .itemlist .item .itemleft {
    float: left;
    width: 160px;
    height:150px;
    text-align: center;
}
.rightbox .itemlist .item .itemleft a img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.rightbox .itemlist .item .itemright {
    float: right;
    width: 160px;
}
.rightbox .itemlist .item .itemright .savings {
    background-color: #f3bc6d;
    font-size: 0.9em;
    font-weight: bold;
    color: #FFFFFF;
    padding: 1px;
}
.rightbox .itemlist .item .itemright h2 {
    font-size: 1em;
    margin: 0px;
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0px;
    text-align: center;
}
.rightbox .itemlist .item .itemright p {
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0px;
    color: #666666;
    text-align: center;
}
.rightbox .itemlist .item .itemright a {
    color: #50789a;
    text-decoration: none;
    font-weight:normal;
}
.rightbox .itemlist .item .itemright a:hover {
    color: #183349;
}
.rightbox .itemlist .item .itemright .oldprice {
    color: #999999;
    text-decoration: line-through;
}
.rightbox .itemlist .last {
    background-image:none;
}
.rightbox p.button {
    display:none;
}

.rightbox .itemlist .item .normalprice {
    text-decoration: line-through;
    color:#666666;
}
.rightbox .itemlist .item .productSpecialPrice {
    font-weight:bold;
    font-size:1.1em;
    color:red;
}
.rightbox .itemlist .item .productPriceDiscount {
    display:none;
}

/*****************************************************************************
 * Footer
 ****************************************************************************/
#footer {
    float: left;
    width: 954px;
    background-image: url(../images/footer_bg.gif);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 10px;
    padding-bottom: 15px;
}
#footer-logos {
    float:left;
    padding-top:10px;
    width:954px;
    background-image: url(../images/footer_bg.gif);
    background-repeat: no-repeat;
    background-position: center top;
}
#footer-logos .logos {
    text-align:center;
    width:954px;
}
#footer .links {
    font-size: .7em;
    color: #666666;
    text-align:center;
    width:100%;
}
#footer .links p {
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0px;
}
#footer .links p a {
    color: #333333;
    text-decoration: none;
    margin-right: 10px;
}
#footer .links p a:hover {
    text-decoration: underline;
}
#footer .links p small {
    font-size: .9em;
}
#footer .links p small a {
    color: #666666;
}
#navsettings {
    float: right;
    font-size: 1em;
    color: #666666;
    padding-right: 10px;
    padding-top: 10px;
    width: 230px;
}
#navsettings p {
    text-align: right;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 5px !important;
    padding-left: 0px;
}
#navsettings form {
    float: right;
}
#navsettings select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #333333;
}
/*
 * BREAD CRUMBS
 */
#breadcrumbs {
    color: #999999;
    font-size: .7em;
    float: left;
    width: 944px;
    padding-left:10px;
    padding-top:5px;
}
#breadcrumbs p {
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#breadcrumbs p a {
    color: #3a6487;
    text-decoration: none;
    background-image: url(../images/breadcrumbs_arrow.gif);
    background-repeat: no-repeat;
    background-position: right 5px;
    padding-right: 12px;
    margin-right: 3px;
}
#breadcrumbs p a:hover {
    color: #ff9900;
}
#breadcrumbs h1 {
    color: #333333;
    font-family: "Trebuchet MS", Tahoma;
    font-size: 2.0em;
    font-weight: normal;
    padding-left:234px;
}

/*
 * Pagination
 */
.navigation {
    width: 700px;
    float:left;
    padding-bottom:10px;
}
.navigation #productsListingTopNumber, #specialsListingTopNumber {
    font-size:0.7em;
    color:#666;
    float:left;
}
.navigation #productsListingListingTopLinks, #specialsListingTopLinks {
    float:right;
    font-size:0.7em;
    font-weight:bold;
}
.navigation #productsListingListingTopLinks a, #specialsListingTopLinks a {
    color: #50789a;
    text-decoration: none;
}
.navigation #productsListingListingTopLinks a:hover, #specialsListingTopLinks a:hover {
    color: #333333;
    background-color: #f3f3f3;
}
.navigation #productsListingListingTopLinks .current, #specialsListingTopLinks .current {
    border: 1px solid #afcce5;
    color: #333333;
}
.nobgimg {
    background-image: none !important;
}
#categmenu {
}
#categmenu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 1.1em;
    line-height: 1.3em;
}
#categmenu ul li {
}
#categmenu ul li a {
    font-weight: bold;
    color: #50789a;
    text-decoration: none;
    padding-bottom: 3px;
}
#categmenu ul li a:hover {
    color: #333333;
}
#categmenu ul li ol {
    margin: 0px;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 1em;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 3px;
}
#categmenu ul li ol li {
    padding-bottom: 1px;
}
#categmenu ul li ol li a {
    font-weight: normal;
    color: #666666;
    background-image: url(../images/categmenu_itembg.gif);
    background-repeat: no-repeat;
    background-position: left 2px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    display: block;
}
#categmenu ul li ol li a:hover {
    color: #000000;
}
#prodcontent {
    float: left;
    width: 700px;
}
#prodleft {
    float: left;
    width: 300px;
}
#prodright {
    float: right;
    width: 370px;
}
#prodpic {
    float: left;
    width: 300px;
    margin-bottom: 10px;
}
#prodpic .enlarge {
    font-size: .1em;
    text-decoration: none;
    background-image: url(../images/btn_enlarge.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 24px;
    width: 23px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    margin-top: 12px;
    margin-left: 12px;
}
#prodpic img {
    border: 2px solid #ebebeb;
}

/******************************************************************************
 * 
 * Related Items
 *
 * **************************************************************************/
.related {
    width: 298px;
    font-size: .7em;
}
.related .hdr {
    float: left;
    width: 280px;
    font-family: "Trebuchet MS", Tahoma;
    font-weight: bold;
    color: #333333;
    background-image: url(../images/rightbox_hdrbg.gif);
    background-repeat: repeat-x;
    background-position: left top;
    border: 1px solid #cccccc;
    padding-top: 3px;
    padding-right: 9px;
    padding-bottom: 3px;
    padding-left: 9px;
    text-transform: uppercase;
    font-size: .9em;
}
.related .content {
    padding: 9px;
    float: left;
    width: 280px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
    background-color: #FFFFFF;
}
.related .itemlist {
    float: left;
    width: 280px;
}
.related .itemlist .item {
    float: left;
    width: 63px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 3px;
    padding-left: 4px;
    background-image: url(../images/vertpx.gif);
    background-repeat: repeat-y;
    background-position: right top;
}
.related .itemlist .item .itemleft {
    float: left;
    width: 63px;
    text-align: center;
}
.related .itemlist .item .itemleft a img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.related .itemlist .item .itemright {
    float: right;
    width: 63px;
    font-size: .9em;
}
.related .itemlist .item .itemright .savings {
    background-color: #f3bc6d;
    font-size: 0.9em;
    font-weight: bold;
    color: #FFFFFF;
    padding: 1px;
}
.related .itemlist .item .itemright h2 {
    font-size: 1em;
    margin: 0px;
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0px;
    text-align: center;
}
.related .itemlist .item .itemright p {
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0px;
    color: #666666;
    text-align: center;
}
.related .itemlist .item .itemright a {
    color: #50789a;
    text-decoration: none;
}
.related .itemlist .item .itemright a:hover {
    color: #183349;
}
.related .itemlist .item .itemright .oldprice {
    color: #999999;
    text-decoration: line-through;
}
.related .itemlist .item .itemright p.button {
    width: 83px;
    margin-right: auto;
    margin-left: auto;
}
.related .itemlist .last {
    background-image:none;
}
#prodinfo {
    float: left;
    width: 328px;
    border: 1px solid #CCCCCC;
    background-image: url(../images/prodinfo_bg.gif);
    background-repeat: no-repeat;
    background-position: left top;
    font-size: .7em;
    line-height: 1.3em;
    padding: 20px;
}
#prodinfo .tblcell {
    color: #666666;
    padding-top: 2px;
    padding-bottom: 2px;
    background-image: url(../images/horizpx_prodinfo.gif);
    background-repeat: repeat-x;
    background-position: left center;
}
#prodinfo .tblcell span {
    margin-left: 10px;
}
#prodinfo .tblcell .oldprice {
    color: #999999;
    text-decoration: line-through;
}
#prodinfo .tblcell .instock {
    background-color: #99cc33;
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px;
}
#prodinfo .tblcell .outstock {
    background-color: red;
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px;
}
#prodinfo p {
    float: left;
    width: 328px;
    margin: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #333333;
    line-height: 1.4em;
}
.note {
    float: left;
    width: 360px;
    font-size: 0.65em;
    line-height: 1.3em;
    color: #999999;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.tblhdr {
    background-image: url(../images/leftbox_hdrbg.gif);
    background-repeat: repeat-x;
    background-position: left top;
    font-weight: bold;
    color: #666666;
    font-size: 0.7em;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}
.tblcell_cart {
    color: #666666;
    background-color:#ffffff;
    font-size: 0.7em;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.tblcell_cart a {
    font-weight: bold;
    color: #50789A;
    text-decoration: none;
}
.tblcell_cart a:hover {
    color: #333333;
}
.tblcell_cart img.thumb {
    vertical-align: middle;
    border: 2px solid #efefef;
    margin-right: 10px;
}
#cartbtns {
    float: left;
    width: 700px;
    padding-top: 10px;
}
#cartbtns #cbleft {
    float: left;
    width: 500px;
}
#cartbtns #cbright {
    float: right;
    width: 120px;
}

/******************************************************************************
 * Categories page
 ******************************************************************************/
#indexCategoriesHeading {
}

/******************************************************************************
 * Specials
 *****************************************************************************/

div#specials .item {
    padding-top:11px;
    padding-bottom:11px;
}

#indexHomeBody div#specials div.content, #indexHomeBody div#featuredProducts div.content {
    height:225px;
}

/*
 * Featured Products
 */

/*
 * Other
 */

.messageStackError, .messageStackCaution {
    border:2px solid red;
    padding:5px;
    margin:5px 0px;
    color:red;
    font-weight:bold;
}
.messageStackError {
    border:2px solid red;
    padding:5px;
    margin:5px 0px;
    color:red;
    font-weight:bold;
}

.messageStackSuccess {
    border:2px solid green;
    padding:5px;
    margin:5px 0px;
    color:green;
    font-weight:bold;
}

.alert {
    color:red;
}

.noticeBox {
    color:green;
    border:2px solid green;
    margin:5px 0px;
    padding:5px;
}

.text-right {
    text-align:right;
}

.strong {
    font-weight:bold;
}
.clearBoth {
    clear:both;
}
.floatLeft {
}

/******************************************************************************
 * FORM
 ******************************************************************************/

form {
    padding: 0 0 20px;
}

fieldset {
    border:1px solid #cccccc;
    padding: 25px 0px;
    margin: 10px 0px;
}

fieldset legend {
    font-weight: bold;
    margin-left:165px;
}

label {
    float: left;
    text-align: right;
    margin-right: 15px;
    width: 150px;
    padding-top:15px;
}

input, textarea {
    padding: 5px;
    font-family: Helvetica, sans-serif;
    margin: 10px 0px 10px 0px;
    border: 2px solid #cccccc;
}

input[type=checkbox] {
    float:left;
    margin-top:20px;
}
input[type=radio] {
    float:left;
    margin-top:20px;
}

input[type=submit] {
}

select {
    margin-top:10px;
}

textarea {
    height: 90px;
}

textarea:focus, input:focus {
    border: 2px solid #FF9900;
}

/**************************************************************************
 * CHECKOUT
 * ***********************************************************************/

#checkoutOrderTotals .lineTitle {
    float:left;
    width:70%;
}
#checkoutOrderTotals .totalBox {
    float:right;
    width:25%;
}

#leftcontent #shoppingcart {
    display:none;
}

