/*
Skin Name: Skin 1 - United Repro
Skin URI: http://www.aleyant.com
Description: A simplistic Clean design focused on the clarity of content.
Version: 1.0
Copyright: Aleyent Systems 2013, All Rights Reserved
*/


/** Admin shades **/

body {
  background: #ffffff;
  color: #333333;
}

a {
  color: #555;
}

a:hover {
  color: #004b87;
}

#navigation1 a {
  color: #fff;
}

#navigation1 a:hover {
  color: #ccc;
}

#navigation3 a, #featuredProduct h4 a, #twitter a, #contactBlock a {
  color: #666666;
}

#navigation3 a:hover, #featuredProduct h4 a:hover, #twitter a:hover, #contactBlock a:hover {
  color: #333333;
}

#navigation2 a {
  color: #fff;
}

#navigation2 a:hover {
  color: #fff;
}

#navigation4 a {
  color: #666666;
}

#navigation4 a:hover {
  color: #333333;
}

.pageTitle {
  color: #444444;
}

.addToCartButton input, .loginForm .submit input, #shopCartPage_button input.cartCheckoutButton, .checkoutButtons input {
  background-color: #6fadc2;
  color: #ffffff;
}

.addToCartButton input:hover, .loginForm .submit input:hover, #shopCartPage_button input.cartCheckoutButton:hover, .checkoutButtons input:hover {
  background-color: #6fadc2;
}

.edocAddToCartButtonEnabled {
  background-color: #6fadc2 !important;
  color: #ffffff !important;
}

.edocAddToCartButtonEnabled:hover {
  background-color: #6fadc2 !important;
}

.loginForm {
  background-color: #e3e3e3;
}

.productAsset .RadListBox_Default .rlbGroup {
  border-color: #cccccc;
}

.productAsset .RadListBox_Default .rlbGroup:hover {
  border-color: #666666;
}

.productAsset .RadListBox_Default .rlbGroup .rlbList li {
  background-color: #eeeeee;
}

.productAsset .RadListBox_Default .rlbGroup li.rlbHovered {
  background-color: #ffffff;
}

.productAsset .RadListBox_Default .rlbGroup .rlbList a {
  color: #666666;
}

.productAsset .RadListBox_Default .rlbGroup .rlbList a:hover {
  color: #333333;
}


/*
#container{background:#ffffff;}
#homeBanner img{background-color:#ffffff;}
img.imageSize_mediumsquare{background:#f1f1f1;}
.hproduct, li.imageSize_mediumsquare{border:1px #e7e7e7 solid;}
img.imageSize_mediumsquare:hover{border:1px #6fadc2 solid;}
img.imageSize_mediumsquare, .featuredProductImage{border:1px #eaeaea solid;}
img.imageSize_mediumsquare, .featuredProductImage{box-shadow: 0px 0px 5px #ffffff;-webkit-box-shadow: 0px 0px 5px #ffffff;-moz-box-shadow: 0px 0px 5px #ffffff;}
.name a, .categoryName a{color:#6fadc2;}
.name a:hover, .categoryName a:hover{color:#6fadc2;}
*/


/* for rad editor */

h1, h2, h3, h4, h5, h6 {
  color: #444444;
}

h2 {
  border-bottom: 1px solid #ccc;
}

h3 {
  border-bottom: 1px solid #ccc;
}

h4 {
  font-weight: bold;
}

h5 {
  font-weight: bold;
}

h6 {}


/* major */

body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: url('images/bg.jpg') center top repeat-x;
}

h1 {
  font-size: 22px;
}

input[type=submit], input[type=reset], button, input[type=text], input[type=button], input[type=password] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}


/* major containers */

#container {
  width: 100%;
  margin: 0;
}

#container .major-section {
  width: 1017px;
  margin: 0 auto;
}

#header {
  padding: 0;
  position: relative;
  z-index: 5;
  height: 108px;
}

#nav1wrap {
  clear: both;
  background: #6FADC2;
  clear: both;
  height: 51px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

#homeBanner {
  margin: 0 auto;
  width: 1137px;
  padding: 0;
  border: none;
}

#main {
  float: none;
  position: relative;
}

#contentArea {
  width: 100%;
}

#footer-wrap {
  width: 100%;
  height: 215px;
  background: url("images/footerbg.jpg") repeat-x scroll center top transparent;
}


/* header */

#siteLogo {
  float: left;
  width: 269px;
  height: 107px;
  background-position: left center;
  background-repeat: no-repeat;
}

#siteLogo a {
  display: block;
  width: 100%;
  height: 100%;
}

#siteLogo img {
  display: none;
}

#user-nav {
  float: right;
  overflow: hidden;
  margin: 5px 0 0;
}

#user-nav ul {
  margin: 0 -15px;
  padding: 0;
}

#user-nav li {
  float: left;
  list-style: none outside none;
}

#user-nav a {
  text-decoration: none;
  font-size: 12px;
  border-right: 1px solid #CCC;
  padding: 0 15px;
}

#user-nav a:hover {}

#user-auth-cart {
  float: right;
  clear: right;
}

#user-auth-msg {
  float: right;
  height: 18px;
  padding: 6px 0;
  margin: 0 50px 0 0;
  display: none;
}

#user-auth-msg a {
  text-decoration: none;
}

.user_restricted #user-auth-msg-good, .user_authenticated #user-auth-msg-bad {
  display: none;
}

.user_restricted #user-auth-msg-bad, .user_authenticated #user-auth-msg-good {
  display: block;
}

#user-auth-msg .login {
  color: #5891a5;
}

#user-auth-msg .create {
  font-weight: bold;
}

#header-contact {
  float: left;
  padding: 0 40px 0 0;
}

.livechat_button {
  width: 116px;
  height: 31px;
  display: block;
  background: url('images/live-chat.png') no-repeat;
  float: left;
  margin: 0 18px 0 0;
}

.livechat_button a {
  text-indent: -99em;
  display: block;
}

#header-contact strong {
  font-size: 2.9em;
  font-weight: normal;
  line-height: 0.8em;
}

#header-contact p {
  margin: 0 0 8px;
}


/* banner */

#bannerWrap {
  height: 400px;
  margin: 0 auto;
  position: relative;
  width: 1137px;
  overflow: hidden;
}

#homeBanner {
  position: absolute;
  z-index: 1;
}

#bannerNav {
  bottom: 30px;
  left: 74px;
  position: absolute;
  z-index: 999;
}

#bannerNav a {
  background: #71B3CD;
  border: 1px solid #0A5388;
  border-radius: 10px;
  display: block;
  float: left;
  height: 10px;
  margin: 3px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-indent: -999em;
  width: 10px;
}

#bannerNav a.activeSlide {
  background: #004b85;
  border: 1px solid #fff;
  box-shadow: 0 0 0 1px #004b85;
}

#banner-ribbon {
  background-repeat: no-repeat;
  width: 1017px;
  height: 84px;
  margin: 0 auto;
}

#banner-ribbon p {
  color: #325C68;
  float: left;
  font-size: 1.1em;
  margin: 0;
  padding: 28px 0 28px 60px;
}

#banner-ribbon strong {
  color: #fff;
}

#banner-ribbon a {
  border: 1px solid #E18D47;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
  display: inline-block;
  float: right;
  font-family: tahoma;
  font-size: 1.6em;
  font-weight: bold;
  height: 17px;
  margin: 15px 61px 0 0;
      height: 42px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 243px;
  background: #ff9c01;
  background: -moz-linear-gradient(top, #ff9c01 0%, #ff7f00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9c01), color-stop(100%, #ff7f00));
  background: -webkit-linear-gradient(top, #ff9c01 0%, #ff7f00 100%);
  background: -o-linear-gradient(top, #ff9c01 0%, #ff7f00 100%);
  background: -ms-linear-gradient(top, #ff9c01 0%, #ff7f00 100%);
  background: linear-gradient(to bottom, #ff9c01 0%, #ff7f00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9c01', endColorstr='#ff7f00', GradientType=0);
  line-height: 42px;
}

#banner-ribbon a:hover {
  background: #ffb547;
  background: -moz-linear-gradient(top, #ffb547 0%, #ff9532 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb547), color-stop(100%, #ff9532));
  background: -webkit-linear-gradient(top, #ffb547 0%, #ff9532 100%);
  background: -o-linear-gradient(top, #ffb547 0%, #ff9532 100%);
  background: -ms-linear-gradient(top, #ffb547 0%, #ff9532 100%);
  background: linear-gradient(to bottom, #ffb547 0%, #ff9532 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb547', endColorstr='#ff9532', GradientType=0);
}


/* cart  */

#cart {
  float: right;
  margin: 20px 0 0;
}

#cart ul {
  margin: 0;
  padding: 0;
}

#cart li {
  list-style: none;
  float: left;
}

#cart a {
  text-decoration: none;
}

#cart a:hover {
  text-decoration: none;
}

#cart .image {
  text-transform: uppercase;
  padding: 0 15px 0 0;
}

#cart .image img {
  vertical-align: middle;
}

#cart .image span {
  display: inline-block;
  margin: 2px 0 0;
  padding: 0;
  vertical-align: middle;
}

#cart .image a {
  padding: 0;
}

#cart .count {
  padding: 7px 0;
}

#cart .count span {
  padding: 0;
}

#cart .cost {
  font-weight: bold;
  padding: 7px 0;
  position: relative;
  width: 55px;
}

#cart .cartCost {
  background: #FFF;
  display: inline-block;
  padding: 0;
  text-align: right;
  width: 55px;
  position: relative;
  z-index: 5;
}

#cart .cartCost-empty {
  display: block;
  padding: 0;
  text-align: right;
  width: 55px;
  position: absolute;
  top: 7px;
  right: 0;
  z-index: 1;
}


/* Nesting skin */

#nav1inner {
  width: 1017px;
  margin: 0 auto;
}

.sf-menu {
  width: 600px;
  float: left;
}

.sf-menu a {
  text-decoration: none;
  text-transform: uppercase;
  border-right: 1px solid #5491a4;
  padding: 0 10px;
}

.sf-menu a, .sf-menu a:visited {}


/* using shade above */

.sf-menu li {
  padding: 19px 0;
}

.sf-menu li:hover {}

.sf-menu li li {}

.sf-menu li li:hover {}

.sf-menu li li li {}

.sf-menu li li li:hover {}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
  outline: 0;
}


/* social */

#social-links {}

#social-links ul {
  margin: 0;
  padding: 0;
}

#social-links li {
  float: left;
  list-style: none;
  padding: 19px 15px;
}

#social-links a {
  display: block;
  background-image: url('images/media.png');
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  text-indent: -999em;
}

#social-links .slfb a {
  background-position: 4px 0;
}

#social-links .sltw a {
  background-position: -30px 0;
  width: 17px;
}

#social-links .slli a {
  background-position: -68px 0;
}

#social-links a:hover {}


/* side navigation */

#primary {
  padding: 40px 0 0 17px;
}

#navigation2, #navigation3, .recentHistory {
  border-top: medium none;
  padding: 0 0 15px;
}

.navMenu2, .navMenu3, .recentHistory ul {
  margin: 0;
  padding: 0;
}

.navMenu2 li, .navMenu3 li, .recentHistory li {
  list-style: none;
  margin: 0 0 2px;
}

.recentHistory li strong {
  font-weight: normal;
}

.navMenu2 a, .navMenu3 a, .recentHistory a {
  text-decoration: none;
  border-bottom: 1px solid #fff;
  display: block;
}


/* using shade above */

.navMenu2 a:hover, .navMenu3 a:hover, .recentHistory a:hover {}

.navMenu2 ul, .navMenu3 ul {
  margin: 0;
  padding: 12px 0 12px 30px;
  border: 1px solid #ccc;
}

.navMenu2 ul li, .navMenu3 ul li {
  list-style: disc;
}

.navMenu2 ul li ul, .navMenu3 ul li ul {
  margin: 2px 0;
}

.navMenu2 ul li ul li, .navMenu3 ul li ul li {
  list-style: circle;
}

.navMenu2 .category ul, .navMenu2 .submenu ul {
  display: none;
}


/* search area */

#siteSearch {
  float: right;
  margin: 10px 0;
  width: 234px;
  height: 28px;
  border: 1px #5491a4 solid;
  background: #fff;
}

#siteSearch input[type="text"] {
  border: none;
  height: 26px;
  margin: 0;
  padding: 0 5px;
  width: 200px;
  float:left;
}

#siteSearch input[type="submit"] {
  background: url('images/search.png') no-repeat center center;
    border-left: 1px solid #5491a4;
    width: 31px;
    height: 26px;
    margin: 0;
    padding: 0;
    border-width: 0 0 0 1px;
    display: inline-block;
    line-height: 26px;
}

#siteSearch input[type="submit"]:hover {}

#main {
  border: 1px #ccc solid;
  border-width: 0 1px;
  padding: 0;
  /*box-shadow:0 5px 5px rgba(0, 0, 0, 0.3);*/
}

#contentArea {
  width: 748px;
  padding: 40px 18px 40px 0;
}


/* category root */

#productControls {}

.productSort {
  display: none;
}

.categoryPage_root {}


/* aside */

.aside {
  float: left;
  width: 249px;
  clear: left;
  padding: 0 17px;
}

#subscriberLogo {
  padding: 20px 15px 30px 0;
}

#subscriberLogo img {
  width: 170px;
  margin: 0 0 0 15px;
}

#subscriberImage {
  border-top: 1px #c3c3c3 solid;
  padding: 20px 0 0 0;
}

#navigation2 .navMenu2 .category a, #navigation2 .navMenu2 .submenu a {
  background: url('images/rightMenu-bg.png') no-repeat;
  height: 29px;
  color: #fff;
  padding: 5px 15px;
  font-weight: bold;
  border: none;
}

#navigation2 .navMenu2 .category a.open, #navigation2 .navMenu2 .submenu a.open {
  background-position: 0 -29px;
}

#navigation2 .navMenu2 .category ul a, #navigation2 .navMenu2 .submenu ul a {
  background: none;
  width: auto;
  height: auto;
  color: #000;
  font-weight: normal;
  padding: 0;
}


/* featured */

#featuredProduct {
  margin: 0;
}

#featuredProduct a {
  text-decoration: none;
}

#featuredProductImage {
  display: block;
  border-top: 1px #c3c3c3 solid;
  padding: 20px 0 0;
}


/* twitter */

.twitterList {
  border-top: 1px #c3c3c3 solid;
  margin: 0;
  padding: 20px 0 0 0;
}


/* rss */

.rssList {
  border-top: 1px #c3c3c3 solid;
  margin: 0;
  padding: 20px 0 0 0;
}

.rssList li {
  padding: 0 10px 0 0;
}

.rssList h3 {
  font-size: 12px;
  font-weight: bold;
}

.rssDescription {
  font-size: 11px;
}


/* contact block */

#contactBlock a {
  border-bottom: none;
}

#contactBlock li {
  list-style: none;
}

#contactBlock h4 {
  font-weight: bold;
  margin: 0 0 5px 0;
  border-top: 1px #c3c3c3 solid;
  padding: 20px 0 0 0;
}

#cbaddress, #cbphone, #cbemail {
  padding: 5px 0;
  margin: 0;
  border-bottom: 1px #ddd solid;
}


/* tagline */

#tagline {
  padding: 10px 0 0 0;
  margin: 0 0 30px 0;
}


/* footer */

.pageType_customize #footer {
  float: none;
  margin: 0;
}

.pageType_customize #footer div {
  display: none;
}

.siteMapNav {
  width: auto;
}

#siteInfo {
  margin: 0;
  padding: 0;
  width: 100%;
}

#footerModule {
  clear: none;
  float: left;
  width: 406px;
}

#footerModule .submenu p {
  white-space: nowrap;
}

#footer {
  color: #2f6071;
}

#footer ul {
  margin: 0;
  padding: 0;
}

#footer li {
  list-style: none;
}

#footer a {
  text-decoration: none;
  color: #2f6071;
}

#footer .submenu {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 20px 10px 0;
  width: 203px;
}

#footer .submenu a {
  font-size: 1.5em;
}

#footer .submenu a {
  color: #2f6071;
}

#footer .submenu ul {
  margin: 10px 0 0;
}

#footer .submenu ul li {}

#navigation4 .submenu ul li {
  background: url('images/arrow3.jpg') left center no-repeat;
  padding: 0 0 0 10px;
}

#footer .submenu ul a {
  font-size: 13px;
}

#footer .submenu ul a:hover {
  color: #333;
}

#navigation4 {
  margin: 0;
  z-index: auto;
  float: left;
  width: 609px;
}

#navigation4 ul {}

#navigation4 li {
  padding: 0;
}

#navigation4 a {
  border: none;
}

#navigation4 a:hover {
  text-decoration: none;
}

#footer-base {
  height: 40px;
  background: #5592a5;
  padding: 10px 0;
  color: #fff;
}

#footer-base-inner {
  width: 1017px;
  margin: 0 auto;
}


/* icons */

.facebook-icon {
  background: url('images/media2.jpg') 0 0 no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.twitter-icon {
  background: url('images/media2.jpg') 0 -28px no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.linkedin-icon {
  background: url('images/media2.jpg') 0 -56px no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.googleplus-icon {
  background: url('images/media2.jpg') 0 -84px no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.phone-icon {
  background: url('images/phone.jpg') 0 0 no-repeat;
  width: 11px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.web-icon {
  background: url('images/email.jpg') 0 0 no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}


/* page */

.pageTitle {
  border-bottom: 1px solid #C3C3C3;
  font-size: 22px;
  margin: 0 0 20px;
  padding: 0;
  color: #1e2542;
}

img.imageSize_mediumsquare, img.imageSize_medium {
  margin-bottom: 0;
  margin-right: 0;
}


/* category page */

#categoryAndProductList .categoryItem, #categoryAndProductList .hproduct {
  width: 33.3%;
  margin: 0 0 20px 0;
  text-align: left;
  padding: 0 16px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#categoryAndProductList .categoryListImage, #categoryAndProductList .productListImage {
  margin: 0;
  border: 1px #cedfe7 solid;
}

.categoryName, .name {
  text-align: left;
  padding: 5px 0;
}

.categoryDes, .hproduct .description {
  padding: 0;
  text-align: left;
  color: #6e909c;
  font-size: 1em;
  line-height: 1em;
}

.categoryName a, .name a {
  text-decoration: none;
  color: #1e2541;
  font-weight: bold;
  font-size: 1.2em;
}

.categoryLink, .productAtt {}

.category-inner, .product-inner {
  padding: 11px;
  border: 1px solid #cddfe9;
  background: #f3fbfe;
  background: -moz-linear-gradient(top, #f3fbfe 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3fbfe), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #f3fbfe 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f3fbfe 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f3fbfe 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f3fbfe 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3fbfe', endColorstr='#ffffff', GradientType=0);
}


/*product detail page */

.productPageImage {
  border: 1px #ddd solid;
}

.productAsset {
  padding: 10px 0 0 0;
}

.productAsset h3 {
  border-bottom: 4px #ddd solid;
}

.productAsset a {
  background: #eee;
  border: 1px #ccc dotted;
  display: block;
  margin: 10px 0;
  padding: 2px;
  text-align: center;
  text-decoration: none;
}

.catalogButton, .shoppingCartButton {
    float: none;
    width: auto;
    display: block;
}

.catalogButton button, .shoppingCartButton button {
    width: 100%;
    margin-bottom: 5px;
}

.addToCartButton {
    margin: 20px 0;
}


/* product detail page calculator */

.pageType_product .aside, .pageType_cart .aside {
  display: block;
}

.pageType_product #contentArea, .pageType_cart #contentArea {
  width: 730px;
}

.calculator #pricingAndButtonArea {
  background: #f1f1f1;
  box-shadow: 0px 0px 5px #ccc;
  -webkit-box-shadow: 0px 0px 5px #ccc;
  -moz-box-shadow: 0px 0px 5px #ccc;
  border: 1px #ccc solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.calculatorResults {
  border-bottom: 1px #ccc solid;
  color: #900;
}

.calculator .acceptanceArea {
  border-bottom: 1px #ccc solid;
}


/* login page */

.pageType_login .pageTitle, .pageType_login #subscriberLogo, .pageType_login #cart, .pageType_login #siteSearch, .pageType_login #featuredProduct, .pageType_login #secondary, .pageType_login #twitter, .pageType_login #rssFeed, .pageType_login #navigation4, .pageType_login #tagline {
  display: none;
}

.pageType_login .loginForm {
  margin: 40px auto 40px;
}

.loginFormLinks a:hover, .loginFormLinks a {
  border: none;
}

.pageType_login #footer .navigation {
  display: none;
}


/* ftp page */

.pageType_ftp #featuredProduct, .pageType_ftp #twitter, .pageType_ftp #rssFeed, .pageType_ftp #navigation4, .pageType_ftp #cart, .pageType_ftp #siteSearch, .pageType_ftp #navigation3, .pageType_ftp #subscriberLogo, .pageType_ftp #tagline {
  display: none;
}


/* lostpassword page */

.pageType_lostpassword #featuredProduct, .pageType_lostpassword #twitter, .pageType_lostpassword #rssFeed, .pageType_lostpassword #navigation4, .pageType_lostpassword #cart, .pageType_lostpassword #siteSearch, .pageType_lostpassword #navigation3, .pageType_lostpassword #subscriberLogo, .pageType_lostpassword #tagline {
  display: none;
}

.pageType_lostpassword .lostpasswordForm {
  margin: 0 auto 40px;
}


/* edoc builder page */

.edocAddToCartButtonEnabled {
  background-image: url(images/buttonOverlay.png) !important;
  background-repeat: repeat-x !important;
  height: 28px !important;
  font-size: 14px !important;
  width: 230px !important;
  margin: 0 !important;
}

.edocAddToCartButtonDisabled {
  height: 28px !important;
  color: #aaa !important;
  font-size: 14px !important;
  width: 230px !important;
  margin: 0 !important;
}


/* teaser price */

.teaserPrice {
  background: #eee;
  padding: 2px 0;
  font-family: Arial, sans-serif;
}

.cartShippingGroup, .cartShippingQuoteUnAuth {
  border: 1px solid #AAAAAA;
  float: left;
  margin-bottom: 36px;
  width: 550px;
}

.cartSummary {
  border: 1px solid #CCCCCC;
  float: right;
  padding: 10px;
  width: 150px;
}

.cartProductPrice {
  width: 60px;
}

.pageType_login #primary, .pageType_login #footer, .pageType_login #user-nav, .pageType_login #user-auth-cart {
  display: none;
}

.pageType_login #contentArea {
  width: 100%;
  padding: 0;
}

.pageType_checkoutNew #contentArea {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.cartHeadingDes {
  width: 270px;
}

.cartProductName {
  margin: 0;
  width: 270px;
}

.cartHeadingPrice {
  width: 60px;
  text-align: right;
}

.cartProductShipTo .RadComboBox {
  width: 100% !important;
}

.cartAddInst {
  clear: left;
  float: left;
  margin: 0 0 0 130px;
  width: 400px;
}
