/* Normalizes margin, padding */

  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, table, label {
  margin : 0;
  padding : 0;
  font: normal 13px Verdana;
}
/* Normalizes font-size for headers */

  h1, h2, h3, h4, h5, h6 {
  font-size : 100%;
  font: normal 11px Verdana;
}
/* Removes list-style from lists */

  ol, ul {
  list-style : none;
}
/* Normalizes font-style and font-weight to normal */

  address, caption, cite, code, dfn, em, strong, th, var {
  font-style : normal;
  font-weight : normal;
}
/* Removes borders and spacing from tables */

  table {
  border-collapse : collapse;
  border-spacing : 0px;
}
/* Removes border from fieldset and img */

  fieldset, img, img a {
  border : 0;
}
/* Left-aligns text in caption and th */

  caption, th {
  text-align : left;
}
/* Removes quotation marks from q */

  q:before, q:after {
  content :'';
}
/* Removes rid of Firefox's dotted borders */

  a {
  outline:none;
}
/* Removes rid of IE's blue borders */

  a img {
  border:none;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}

.hidden {
  display: none !important;
}

/* ------------------------- End Reset CSS ---------------------- */

* {
  margin: 0;
}
html, body {
  background:#fff url(../images/body-bg.gif) repeat-x left top;
  height:100%;
  z-index:0;
  scroll-behavior: smooth;
}
form {
  /*height: 100%;*/
}
div#wrapper {
  margin: 0 auto;
  width: 940px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  top: 0px;
  margin-bottom: -100px;
  position: relative;/* the bottom margin is the negative value of the footer's height */
  padding: 0 10px;
}
.push {
  height: 100px; /* .push must be the same height as #footer ( #footer bottom of this document ) */
  /*border: 1px #bdcfe9 solid;*/
  clear: both;
}
#header {
  height: 111px;
  /*background: url(../images/glow.gif);*/
}
#header h1 {
  float: left;
  position: relative;
  top: 20px;
  left: -4px;
  z-index: 99;
}
#header h1 a {
  background: url(../images/transource_vericast_logo.png) no-repeat left top;
  width: 495px;
  height: 64px;
  display: block;
  text-indent: -9999px;
}
div#subNav .subnavLink a, div#footer .footerlinks a {
  color: #fff !important;
  text-decoration:none;
}
/* Top Main frame container CSS starts */

#topMenuLeft {
  float:left;
  margin-top:5px;
  width:600px;
}
#topMenuRight {
  float: right;
}
.topSignInLink a {
  color: #083f53;
  text-decoration: underline;
}
div#subNav {
  position: relative;
  top: 40px;
  z-index: 1;
}
div#subNav .subnavLink {
  -x-system-font:none;
  color:#808285;
  font-family:Verdana;
  font-size:11px;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:400;
  line-height:normal;
  text-align: right;
}
div#subNav .subnavLink a:hover {
  text-decoration:underline;
}
.cartImg {
  color:#ffffff;
  float:right;
  font: 11px Verdana, Geneva, sans-serif;
  position:relative;
  left: 5px;
  top:5px;
  padding: 7px 0 6px 23px;
  background: url(../images/cartImg.png) no-repeat left 7px;
}
p.cartImg a {
  color: #FFFFFF;
  text-decoration:none;
  font-weight:bold;
}
.cartImg a:hover {
  text-decoration: underline;
}
#searchForm {
  width: 340px;
  height: 36px;
  /*background: url(../images/search-bg.png);*/
  position: absolute;
  top: 0;
  right:0;
  padding: 7px 0 0 24px;
}
#searchForm label {
  float:left;
  padding-top:3px;
  font:bold 12px verdana;
  color: #fff;
  margin-right: 6px;
}
#searchForm input {
  float:left;
  font: normal 14px verdana;
  cursor: pointer;
  width:200px;
  padding:1px 0px;
  border: 1px solid #152c3c;
}
#searchBtn {
  padding-left: 4px;
  float:left;
}
#searchForm input.searchGo {
  background-color:#025C64;
  color: #FFFFFF;
  padding:2px 0 4px 0px;
  margin:0px 0px 0px -5px;
  width: 36px;
  height: 21px;
  cursor:pointer;
  font-weight: bold;
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
  font-family: Helvetica, Arial, Geneva, sans-serif;
  font-size: 12px;
  border: 1px solid #152c3c;
}
input:hover.searchGo {
  background-color: #0775ca;
}

#middleContainer {
  margin: 0px;
  /*border: 1px #bdcfe9 solid; margin:0px 14px;*/
  border-top: none;
  border-bottom:none;
  /* width: 960px; temp removew it */
 /* background-color: #fffdf3;temp removew it */
  padding: 20px 0 0 0;
  clear: both;
  z-index: 1;
  position: relative;
}


#middleContainer.product{
   min-height: 1000px;
}

body.ie7 .productCategoryContainers {
  float: none;
}

#middleContainer p.middleContentText {
  padding: 5px 20px 5px 7px;
}
#middleContainer h1 {
  font-size: 17px;
  color: #083f53;
  padding: 10px 0 3px 0px;
  border-bottom: 1px solid #eef7fc;
  margin-bottom:1px;
}
.paperQuality {
  color:#666666;
  text-transform:none;
}
#middleContainer h3 {
  font: normal 17px Verdana, Geneva, sans-serif;
  color: #000000;
  padding: 0 0 3px 5px;
}

#middleContainer .top-products {
  color: #083f53;
  padding: 0 0 3px 0;
  font-size: 14.5px;
  font-weight: bold;
  border-bottom: 1px solid #bbb;
  margin-bottom: 10px;
}

#middleContainer .secureIcon {
  clear:both;
  font-size: 11px;
  color: #666666;
  float:right;
  padding: 0 0 0px 15px;
  margin-top:15px;
  background: url(../images/secure_icon.gif) no-repeat left top;
}
#middleContainer h2 {
  font: normal 12px Verdana, Geneva, sans-serif;
  color: #333;
  padding: 5px 7px;
  background-color:#eee;/*border-top: 1px #FFFFFF solid;*/
}

.billingBoxmiddle h3 {
  border:none;
  padding: 20px;
  background-color: #f2f2f2;
  color: #083f53;
  font: bold 14px Verdana, Geneva, sans-serif;
}
.bizBanner {
  background: url(../images/bizBanner.jpg) no-repeat left top;
  width:872px;
  height:118px;
}
.letterheadBanner {
  background: url(../images/letterheadBanner.jpg) no-repeat left top;
  width:872px;
  height:118px;
}
.envelopsBanner {
  background: url(../images/envelopsBanner.jpg) no-repeat left top;
  width:872px;
  height:118px;
}
.kitInnerBanner {
  background: url(../images/kitBanner.jpg) no-repeat left top;
  width:872px;
  height:134px;
}
.kitblueLine {
  margin: 3px 0px 5px 0px;
  font-size: 10px;
  text-align: center;
  color: #083f53;
}
/*------------HomepageContainer ------------*/
#homeLeftContainer {
  width: 536px;
  float:left;
  overflow:hidden;
  margin: 20px 0 0 20px;
}
#homeLeftContainer h1 {
  margin:0px;
  padding:0px;
  border:none;
  color:#565656;
  font: normal 28px Georgia, "Times New Roman", Times, serif;
  padding: 18px 0 0 118px;
}
#homeLeftContainer h2 {
  margin-right:18px;
  padding:0px;
  line-height:50%;
  border:none;
  background:transparent;
  text-align:right;
  font: bold 12px Verdana, Geneva, sans-serif;
  color:#565656;
}
#homeLeftContainer h2 span {
  font: normal 17px Verdana, Geneva, sans-serif;
  color: #083f53;
}
.homeOrderNow a {
  margin: 225px 6px 0 480px;
  color:#ff2116;
  width: 50px;
  font: bold 12px Verdana, Geneva, sans-serif;
  text-align:center;
  text-decoration:none;
  line-height:100%;
  position:absolute;
}
.kitBanner {
  height:329px;
  margin:0px;
  padding:0px;
  background: url(../images/kit_bg.jpg) no-repeat left top;
}
.kitImgLink a {
  display:block;
  width:270px;
  height:220px;
  margin-top:30px;
  float:right;
  margin-right: 30px;
  text-indent:-9999px;
}
.membershipBanner {
  width: 533px;
  text-indent: -9999px;
  display:block;
  height:103px;
  margin: 15px 0;
  margin-left: 2px;
  background: url(../images/executiveMem_bg.jpg) no-repeat left top;
}
#homeRightContainer {
  float:right;
  margin: 20px 20px 0 0;
}
#homeRightContainer h1 {
  border:none;
  color:#666666;
  font: normal 18px Georgia, "Times New Roman", Times, serif;
  padding:0px
}
.mainProContainer {
  width: 311px;
  height:134px;
  margin-bottom:21px;
}
.bizcard {
  background: url(../images/bizCard_bg.jpg) no-repeat left bottom;
}
.letterhead {
  background: url(../images/letterhead_bg.jpg) no-repeat left bottom;
}
.envelopes {
  background: url(../images/envelopes.jpg) no-repeat left bottom;
}
.homeViewAll {
  float:right;
  border:1px #a4a4a4 solid;
  padding:3px 13px 4px 5px;
  background: url(../images/arrow_gray_bullete.gif) no-repeat 78px 8px;
}
.homeViewAll a {
  font: bold 11px Verdana, Geneva, sans-serif;
  color: #083f53;
  text-decoration:underline;
}
.homeViewAll a:hover {
  text-decoration:none;
}
.mainProContainer p a {
  clear:both;
  display:block;
  width:311px;
  height:110px;
  margin: 0px auto;
  text-indent: -9999px;
}
.bizBlue {
  background-color:#e7f5ff
}
.lettOrg {
  background-color:#fef1c7;
}
.envGreen {
  background-color:#dbf8d1;
}
/*----------Blue TEXT LInk------------------*/
.blueLink {
  margin: 0px 0 0 0;
  font: normal 10px Verdana;
  text-align:center;
}
.blueLink a {
  color: #083f53;
  text-decoration: underline;
}
.editTextLink {
  padding: 5px 0 0 0;
  color:#b5b5b5;
  width: auto;
}
.editTextLink a {
  color: #083f53;
  text-decoration: underline;
}
.editTextLink a:hover {
  text-decoration: none;
}
/* Top Main frame container CSS Ends */

/* ------------ BreadCrubs CSS Starts------------*/
.breadcrumb_menu {
  clear:both;
  /*margin:0 14px;*/
  /*display:none;*/
}
.breadcrumb {
  padding:6px 0px;
  font: bold 10px Verdana;
  color: #083f53;
  border-bottom: 1px solid #ededed;
}
.breadcrumb span {
  background: url(../images/breadcrumb_arrow.gif) no-repeat center right;
  color: #7a7a7a;
  font: normal 10px Verdana, Geneva, sans-serif;
  padding-right: 15px; /*adjust bullet image padding*/
  margin-right: 5px;
}
.breadcrumb a {
  text-decoration: none;
  color: #7a7a7a;
}
.breadcrumb a:visited, .breadcrumb a:active {
  color: #083f53;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
/*#error{
  border: 1px dashed #FF0000;
  color:#FF0000;
  background-color: #FFF2F2;
  padding:2px 0px;
  margin: 5px 3px;text-align: center;
  }*/
  
.boldRedMsg {
  font: normal 11px Verdana, Geneva, sans-serif;
  color: #FF0000;
  padding-left: 5px;
}
.error {
  /*border: 1px dashed #FF0000;
background-color: #FFF2F2;
*/
  color:#FF0000;
  padding:2px 0px;
  margin: 5px 3px;
  text-align: center;
}
.checkOutCrumb_menu {
  margin:7px 5px 0px 10px;
  float: left;
  clear: both;
}
.checkOutCrumb {
  font: normal 17px Verdana;
  color:#aed3f3;
}
.checkOutCrumb a, .checkOutCrumb a:visited, .checkOutCrumb a:link {
  font: normal 17px Verdana;
  color:#aed3f3;
  text-decoration:none;
}
.checkOutCrumb span.active {
  font: normal 17px Verdana;
  /*background: transparent url(../images/checkout_arrow.gif) no-repeat bottom center;*/
  color:#FFFFFF;
  padding:5px 0px;
}
/*--------------------------------LI CSS-----------------------*/

.softwareComments strong {
  color: #083f53;
}
.accountBenefits ul {
  width:285px;
  margin: 0 0 5px 0px;
}
.accountBenefits ul li {
  font: normal 11px Verdana, Geneva, sans-serif;
  margin: 0 0 0 0px;
  padding: 0 15px 5px 15px;
  background: url(../images/rightIcon.gif) no-repeat left 3px;
}
.softwareComments ul {
  margin-bottom: 20px;
}
.softwareComments ul li {
  font: normal 12px Verdana, Geneva, sans-serif;
  line-height: 180%;
  margin: 0px;
  padding:0 0px 0px 20px;
  background: url(../images/square_bullete.gif) no-repeat left 5px;
}
.softwareComments ul li a {
  text-decoration:underline;
  color: #083f53;
}
.editAccountLink strong {
  color: #083f53;
}
.editAccountLink ul {
  margin: 10px 0 0 0;
}
.editAccountLink ul li {
  font-size: 12px;
  background:url("../images/arrow_bullete.gif") no-repeat left top;
  padding: 4px 0 1px 8px;
}
.editAccountLink ul li a {
  color: #083f53;
  text-decoration: none;
}
.editAccountLink ul li a:hover {
  color: #083f53;
  text-decoration:none;
}
/*--------Home Container CSS--------------*/

.homeContainers {
  margin: 15px 70px 30px 0px;
  background:transparent url(../images/home_container_bg1.gif) no-repeat bottom right;
  float:left;
  width: 384px;
  height:235px;
}
.homeContainers1 {
  margin: 15px 0px 30px 0px;
  background:transparent url(../images/home_container_bg2.gif) no-repeat top left;
  float:left;
  width: 384px;
  height:235px;
}
.homeContainers2 {
  margin: 15px 70px 0px 0px;
  background:transparent url(../images/home_container_bg3.gif) no-repeat bottom left;
  float:left;
  width: 384px;
  height:235px;
}
.homeContainers3 {
  margin: 15px 0px 0px 0px;
  background:transparent url(../images/home_container_bg4.gif) no-repeat bottom left;
  float:left;
  width: 384px;
  height:235px;
}
.homeInnerContainer {
  padding: 10px;
  text-align:left;
  margin:0 20px 0px 0;
  background:transparent url(../images/home_businesPro1.gif) no-repeat right 45px;
  height:200px;
}
.homeInnerContainer1 {
  padding: 10px;
  text-align:left;
  margin:0 0px 0px 10px;
  background:transparent url(../images/home_businesPro2.gif) no-repeat right 50px;
  height:200px;
}
.homeInnerContainer2 {
  padding: 10px;
  text-align:left;
  margin:10px 20px 0px 0;
  background:transparent url(../images/home_businesPro3.png) no-repeat right 55px;
  height:200px;
}
.homeInnerContainer3 {
  padding: 10px;
  text-align:left;
  margin:10px 0px 20px 10px;
  background:transparent url(../images/home_businesPro4.png) no-repeat right 70px;
  height:200px;
}
.homeContent ul {
  margin:10px 0 15px 0px;
}
.homeContent ul li {
  font: normal 12px Verdana, Geneva, sans-serif;
  line-height: 200%;
  margin: 0 0 0 10px;
  padding: 0px 10px;
  background: url(../images/arrow_gray_bullete.gif) no-repeat left 9px;
}
.homeContent ul li a {
  color:#000000;
  text-decoration:none;
}
.homeContent ul li a:hover {
  color: #083f53;
  text-decoration: underline;
}
.homeProductTitle {
  font-size: 17px;
  color: #083f53;
  padding: 0 0 3px 0px;
  border-bottom: 1px dashed #bdcfe9;
}
/*--------------------------------*/
/*----------------Contact page Css -----------------*/

.contactInformation {
  margin: 5px 10px 20px 20px;
  width: 800px;
  height:100px;
  clear:both;
  overflow:hidden;
}
.contactInfo {
  float:left;
}
.contactInfo h6 {
  border:none;
  font: bold 12px Verdana, Geneva, sans-serif;
  padding: 5px 0;
  margin: 5px 0;
  color: #083f53;
  border-bottom: 1px #c6d5ed solid;
}
.dividedVerticalLine {
  margin: 10px 30px;
  float:left;
  height:100px;
  border-left: 1px #CCCCCC solid;
}
.myAccountInformation {
  margin: 20px 10px 20px 10px;
  float:left;
  width: 570px;
  overflow:hidden;
}
.accountLinkBox {
  background:#FFFFFF url(../images/newUserBG.gif) repeat-x top left;
  border: 1px solid #a5bde1;
  width: 220px;
  padding: 0 10px;
  margin: 20px 10px 0 0;
  float:right;
}
.accountLinkBoxTitle {
  font: normal 17px Verdana, Geneva, sans-serif;
  color: #000000;
  padding: 0 0 3px 0px;
  margin: 5px 0px;
  border-bottom: 1px dashed #d3d3d3;
}
.infoTitle {
  overflow:hidden;
  margin-bottom: 10px;
  background-color:#e8f4ff;
  border-bottom:1px solid #a5bde1;
}
.infoTitle p {
  float: left;
  font: normal 17px Verdana, Geneva, sans-serif;
  padding: 0 0 3px 5px;
  color: #000000;
}
.memberInfo {
  clear:both;
  position:relative;
  /*Change width based on Table cell width*/
  white-space: normal;
  margin: 0px 10px 10px 10px;
  border-bottom: 1px solid #ededed;
  padding: 5px;
}
.memberInfo p {
  margin: 0px 0 0 0px;
  color:#000000;
  font:normal 11px Verdana, Geneva, sans-serif;
}
.memberInfo p.memberInfoTag {
  float:left;
  font-weight:bold;
  width: 150px;
}
.myAccountMessage {
  clear:both;
  position:relative;
  white-space: normal;
  margin: 0px 10px 20px 10px;
  padding: 5px;
  color:#000000;
  font:normal 12px Verdana, Geneva, sans-serif;
}
/* ------- My Account ----- */
.dashBoardSmallContainer {
  width: 420px;
  float:left;
  margin-right: 20px;
  padding: 10px;
  border: 1px solid #bbb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  min-height: 180px;
}
.dashBoardSmallContainer p, .dashBoardBoxTitle span {
  color:#6b6b6b;
}
.dashBoardLink {
}
.orderStatus {
}
.dashBoardLink ul {
  clear:both;
}
.dashBoardLink ul li {
  background-position: left 9px;
}
.dashBoardLink ul li a {
  
}
.dashBoardLink ul li a:hover {
  color: #083f53;
}
.dashBoardBoxTitle {
  font-size: 16px;
  color: #063f53;
  padding-bottom: 8px;
  border-bottom: 1px solid #bbb;
  margin-bottom: 10px;
}
.dashBoardBoxTitle a {
  background:url("../images/nextArrow.gif") no-repeat scroll right 7px transparent;
  color: #083f53;
  font:bold 14px Verdana, Geneva, sans-serif;
  margin-right:10px;
  padding:5px 15px 3px 0;
  position:absolute;
  right:0;
  text-decoration:none;
}
.dashBoardBoxTitle a:hover {
  color: #083f53;
}
.reorderItem {
  min-height: 140px;
}
span.checkouterror {
    clear: left;
    display: block;
    margin-left: 170px;
}
/*---MyPortfolio --*/
.myPortfolioContainer {
  background-color:#eff3f5;
  padding: 5px 10px 10px 10px;
  clear:both;
  margin: 10px;
}
.portfolioGallery {
  background-color:#FFF;
  padding: 0px;
  margin-top: 5px;
  border:1px #d8d5cb solid;
  overflow:hidden;
}
.portfolioPorductLink {
  overflow: hidden;
  margin:0px;
}
.portfolioPorduct {
  padding:10px 0 10px 12px;
  overflow:hidden;
  width: 215px;
  float:left;
  text-align:center;
}
.portfolioPorductLink p.savedProImg {
  background: none;
  height: 240px;
}
.portfolioPorductLink p, .portProDetailText p {
  font-size: 12px;
  line-height: 120%;
  left: 0px;
  position:relative;
}
.portfolioPorductLink p img {
  position: absolute;
  bottom:0px;
  left:0px;
}
.savedProName {
  font-weight: bold;
  text-align:center;
  padding: 5px 0 5px 0;
  font-size:12px;
  color:#666666;
}
a.portfolioPorductLink {
  color:#666666;
  padding:10px 10px 5px;
  float:left;
  width: 190px;
  overflow: hidden;
  text-decoration:none;
  text-align:center;
  cursor:pointer;
}
a:hover.portfolioPorductLink {
  background-color:#eaf4fd;
}
p.savedProLink {
  clear:both;
}
p.savedProLink {
  color:#d8d8d8;
}
p.savedProLink span a {
  float:none;
  margin:0;
  padding:5px;
  width:auto;
  color: #083f53;
  cursor:pointer;
  font-size: 12px;
}
p.savedProLink span a:hover {
  background:none;
  text-decoration:underline;
}
.myAccountBtnwrapper {
  margin:10px auto 0 50px;
  overflow:hidden;
}
/*----------- Hero CSS Starts------*/

.picture-slides-container{position:relative; overflow: hidden; height: 220px;}
.picture-slides-disabled {
  color: #eee;
}



.picture-slides-dimmed-background .navigation-controls {
  -moz-border-radius : 0 0 5px 5px;
  -webkit-border-top-left-radius : 0;
  -webkit-border-top-right-radius : 0;
  -webkit-border-bottom-left-radius : 5px;
  -webkit-border-bottom-right-radius : 5px;
}

.picture-slides-dimmed-background .picture-slides-image-text {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-top-left-radius : 5px;
  -webkit-border-top-right-radius : 5px;
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius : 0;
}

.picture-slides-fade-container {
position: relative;
  z-index: 2;
  width: 940px;
  float: left;

}

.picture-slides-fade-container a {
  display: block;
  cursor:pointer;
  text-align: center;

}

.picture-slides-fade-container a img {
  border:none;
}

.picture-slides-image-load-fail {
  display: none;
}

.picture-slides-image-text {
  position: relative;
  background: #fff;
  text-align: center;
  padding: 5px 0 10px;
  z-index: 1001;
}

.picture-slides-previous-image,
.picture-slides-next-image,
.picture-slides-start-slideshow,
.picture-slides-stop-slideshow {
  display: none;
}

.picture-slides-previous-image,
.picture-slides-next-image,
.picture-slides-start-slideshow,
.picture-slides-stop-slideshow {
  cursor: pointer;
}

.picture-slides-thumbnails {
  list-style: none;
  position:absolute;
  bottom:4px;
  left:4px;
  z-index:1005;
  padding:0;
  margin:0;
}

.picture-slides-thumbnails li {
  width: 20px;
  float: left;
  list-style:none;
  border: solid 1px #a5a5a5;
  text-align:center;
  height:20px;
  margin-right:6px; padding: 1px;
  font: bold 11px/18px verdana;
}

.picture-slides-thumbnails li img {
  width: 40px;
}

.picture-slides-thumbnails a {
  outline: none;
  text-decoration:none;
  display:block;
  background:url("../images/whiteTransparentBg.png") no-repeat scroll left bottom transparent;
  line-height:20px;
  color:#DbDbDb;
}
.picture-slides-thumbnails a:hover{ background:none;  background-color:#FFFFFF; color:#444444;}

.picture-slides-thumbnails li .picture-slides-selected-thumbnail {
  background: none;
  color:#444444;
  background-color:#FFFFFF;
}

.picture-slides-dim-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  opacity: .8;
  /* For IE 5-7 */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  /* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 1000;
  display: none;
}

/* ---- Portfolio Page --- */
.portfolioContainer {
  margin: 20px 0px;
  overflow:hidden;
}
.portfolioContainer .orderStatus {
  background:url("../images/portfolioBG.gif") no-repeat scroll right bottom #FFFFFF;
  border:1px #d8d8d8 solid;
  border-right: none;
  border-bottom: none;
  overflow: hidden;
  padding:0px;
  color:#666666;
  margin-bottom: 20px;
}
.portfolioImg {
  float:left;
  width: 280px;
  text-align:center;
  border-right: 1px #d8d8d8 solid;
  border-bottom: 1px #d8d8d8 solid;
  padding: 10px 0;
  background-color:#FFF;
  min-height: 160px;
}
.portfolioImg a {
  display:block;
  overflow:hidden;
  padding-bottom:5px;
}
.portProDetailText {
  width: 330px;
  float:left;
  padding: 10px;
  position:relative;
  height:150px;
}
.portProDetailText p {
  padding: 5px 0 0 5px;
}
.productDetail {
  border-right: 1px solid #d8d8d8;
  float:left;
}
.portProDetailText div {
  display:block;
  overflow:hidden;
  padding: 5px 0 0 5px;
  position:absolute;
  bottom:0px;
  font-size:12px;
}
.portProDetailText div ul {
  padding: 0 5px;
}
.portProDetailText div ul li {
  padding: 2px 0px;
}
.portProEdit {
  float:left;
}
.portProEdit ul li a {
  color: #083f53;
  cursor:pointer;
  float:none;
  font-size:12px;
  margin:0px 10px;
  padding:5px;
  width:auto;
  display:block;
}
/*-----*/

.pageRankRow {
  clear:both;
  overflow: hidden;
  /*background:transparent url(../images/blue_bar_bg.gif) repeat-x top left;*/
}
.pageRank {
  margin: 5px 0 0 0px;
  float:right;
  height: 20px;
  padding: 5px 10px 0px 0;
  font: normal 10px Verdana, Geneva, sans-serif;
  border-right: #bac2ca solid 1px;
  color:#888e94;
}
.pageRank strong {
  color:#000000;
  padding-right:4px;
}
.pagenumber_link a, .pagenumber_link {
  font: normal 11px Verdana, Geneva, sans-serif;
  color: #083f53;
}
.pagenumber_link a:hover {
  text-decoration:none;
}
.pagenumber_clicked {
  font: normal 11px Verdana, Geneva, sans-serif;
  color:#888e94;
  text-decoration: none;
}
.itemsPerPage select {
  margin:0px;
  font: normal 11px Verdana, Geneva, sans-serif;
}
.itemsPerPage {
  float:right;
  border-left: #FFFFFF solid 1px;
  margin: 5px 0px;
  padding: 2px 15px;
  font: bold 10px Verdana, Geneva, sans-serif;
}
.paperQuality {
  font: bold 17px Georgia, "Times New Roman", Times, serif;
  font-style:italic;
  color: #083f53;
  text-align: center;
  padding: 10px 0px 5px 0px;
}
/*--------------FAQ------------------*/

.contactBanner {
  width: 678px;
  height: 103px;
  background:#FFFFFF url(../images/contactinfo.gif) no-repeat top left;
}

.SubStore .contactBanner {
  width: 678px;
  height: 103px;
  background:#FFFFFF url(../images/contactinfo-sub.png) no-repeat top left;
}

.faqPageTitle {
  border-bottom:1px solid #EEF7FC;
  color: #083f53;
  font-size:17px;
  margin-bottom:1px;
  padding:5px 0 3px 0;
}
.faqLinksRow {
  clear:both;
  overflow: hidden;
  background-color:#e9f3fd;
  margin:0px;
}
.faqLinks {
  margin: 0px 0 0px 0px;
  height: 20px;
  padding: 8px 0px 0px 2px;
  font: normal 10px Verdana, Geneva, sans-serif;
  color:#888e94;
}
.faqLinks a {
  color: #083f53 !important;
  padding: 0px 4px 0px 4px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.faqLinks a:hover {
  color: #000 !important;
  text-decoration:none;
}
.faqLinks a:focus, .faqLinks a:active {
  color: #666 !important;
  text-decoration: none;
}
.faq_topic {
  font: normal 17px Verdana, Geneva, sans-serif;
  color: #083f53;
  margin:10px 10px 0 0px;
  padding:3px 0 3px 5px;
  border-left:3px solid #F2F8FD;
  border-top:2px solid #F2F8FD;
}
h2.faq_topic {
  margin: 0;
  margin-bottom: 5px;
  padding: 0 0 3px 5px;
  font: 17px Verdana, Geneva, sans-serif;
  color: #015BA7;
  background-color: #F2F2F2;
}
.faqTop a {
  float:right;
  font: normal 11px Verdana, Geneva, sans-serif;
  margin:0px 15px 15px 0px;
  text-decoration: underline;
  color: #015ba7;
}
.faqQuestion {
  font: bold 12px Verdana, Geneva, sans-serif;
  text-indent: 10px;
  margin-top: 5px;
  padding-left: 15px;
  background:transparent url(../images/blue_arrow.gif) no-repeat 15px 4px;
}
.faqQuestion span {
  font-weight: normal;
}
.faqAnswer {
  padding: 5px 5px 10px 15px;
  color: #444444;
  overflow: hidden;
  font: normal 12px/16px verdana;
  clear: both;
}
p.faqAnswer img {
  margin: 0px;
}
span.faqTip {
  padding:0 5px 5px 15px;
  color: #083f53;
  display:block;
}
span.faqNote {
  padding:0 5px 5px 15px;
  color: #FF0000;
  display:block;
}
.faqAnswer a {
  color: #083f53;
}
.faqAnswer a:hover {
  text-decoration:none;
}
.faqAnswer table {
  margin-left: 25px;
  margin-top: 10px;
  border: 1px solid #bdcfe9;
  overflow:hidden;
  font: normal 11px Arial, Helvetica, sans-serif;
  width: 450px;
}
.faqAnswer th {
  text-align:center;
  font-weight:bold;
}
.faqAnswer tr.contentRow {
  text-align:center;
  margin:0px;
  padding: 0px;
}
#totalCell {
  width: 100%;
}
.faqAnswer td {
  padding: 5px 0;
  border-top: 1px solid #bdcfe9;
  overflow:hidden;
  font: normal 11px Arial, Helvetica, sans-serif;
}
.faqAnswer .titleName {
  padding: 5px;
  background-color:#e9f2ff;
}

/* ------------------ Landing Pages ------------------ */

.landing_section {
  border: 1px solid #e8e8e8;
  padding: 0px 0px 10px 0px;
  overflow:hidden;
  margin-top:15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#middleContainer .landing_section h2 {
  color:#666;
  font: normal 17px Verdana;
  margin: 0 0 5px 0;
  padding:0;
  background:none;
  border: none;
}

#middleContainer .landing_section h2 a {
  margin: 1px;
  padding:5px 0 5px 10px;
  color:#666;
  text-decoration: none;
  display: block;
  background-color: #f4f4f4;
}

#middleContainer .landing_section h2 a:hover {
  background-color: #F1F8FF;
}

#middleContainer .landing_section h2 a span {
  color: #083f53;
  text-decoration: none;
  position:absolute;
  right:20px;
  margin-right: 10px;
}

p.cateContent {
  font: normal 12px verdana;
  color: #666;
  margin: 0 10px 10px 10px;
}

/*
* This vertical tab section is a very customized bit of CSS based on the jQuery UI CSS Framework
* Please do not rely on this part of the stylesheet for any other jQuery UI plugin unless you add in any necessary css yourself.
*/

/* Tabs
----------------------------------*/
.ui-tabs {
  position: relative;
  padding: 10px;
  zoom: 1;
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  margin: 0 0px 0 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: 5px 10px;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border: 0;
  padding: 0;
  background: none;
  width: 678px;
}
.ui-tabs .ui-tabs-hide {
  display: none !important;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Geneva, sans-serif/*{ffDefault}*/;
  font-size: 10px/*{fsDefault}*/;
}
.ui-widget .ui-widget {
  font-size: 10px;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Verdana, Geneva, sans-serif/*{ffDefault}*/;
  font-size: 10px;
}
.ui-widget-content {
  background: #fff/*{bgColorContent}*/;
  color: #444444/*{fcContent}*/;
  font-size: 12px;
}
.ui-widget-content a {
  color: #000/*{fcContent}*/;
}
.ui-widget-content ul, ol {
  list-style: disc outside;
  margin-left: 30px;
}
.ui-widget-content ol {
  list-style-position:inside;
  list-style-type:decimal;
  font-weight: bold;
}
.ui-widget-content ul li, ol li {
  padding: 5px 0;
  font: normal 12px/16px verdana;
}
.ui-widget-content h3 {
  font-size: 16px;
  color: #083f53;
  margin-top: 15px;
}
.ui-widget-content h4 {
  font: bold 12px verdana;
  color: #083f53;
  margin-top: 10px;
  margin-left: 6px;
  clear:both;
  padding:3px;
  background-color:#F8F8F8
}
.ui-widget-header { /*border: 1px solid #e2ebf5*//*{borderColorHeader}*//*; border-top: 0;*/
  background: #e9f3fd/*{bgColorHeader}*/;
  color: #222222/*{fcHeader}*/;
  font-weight: bold;
  font-size: 10px;
}
.ui-widget-header a {
  color: #000/*{fcHeader}*/;
  font-size: 10px;
}
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default {
  border-top: 1px solid #d4e0f3/*{borderColorDefault}*/;
  background: #e9f3fd/*{bgColorDefault}*/;
  font-weight: bold/*{fwDefault}*/;
  color: #083f53;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #083f53;
  text-decoration: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
  border-top: 1px solid #d4e0f3/*{borderColorHover}*/;
  background: #e9f3fd/*{bgColorHover}*/;
  font-weight: bold/*{fwDefault}*/;
  color: #000/*{fcHover}*/;
}
.ui-state-hover a, .ui-state-hover a:hover {
  color: #212121/*{fcHover}*/;
  text-decoration: none;
}
.ui-state-active, .ui-widget-content .ui-state-active {
  border-top: 1px solid #d4e0f3/*{borderColorActive}*/;
  background: #FFFFFF/*{bgColorActive}*/;
  font-weight: bold/*{fwDefault}*/;
  color: #000/*{fcActive}*/;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #666666/*{fcActive}*/;
  text-decoration: none;
}
.ui-widget :active {
  outline: none;
}
/* Vertical Tabs
----------------------------------*/
body {
  margin: 0;
  padding: 0;
}
#tabs {
  margin: 0;
  padding: 0;
}
.ui-tabs-vertical .ui-tabs-nav {
  float: left;
  width: 230px;
  margin-right: 20px;
}
.ui-tabs-vertical .ui-tabs-nav li {
  clear: left;
  width: 100%;
}
.ui-tabs-vertical .ui-tabs-nav li a {
  display: block;
  width:91%;
}
.ui-tabs-vertical .ui-tabs-nav li a:hover {
  background-color:#F6FBFF;
  color: #666666;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected {
}
.ui-tabs-vertical .ui-tabs-panel {
  float: left;
  width: 678px;
}
/*-----------------*/
  
/*-----------------------Cart---------------*/
.cartContainer {
  margin: 0px auto;
  padding: 20px 0 0 100px;
  width: auto;
}
.cartContainer a:hover {
  color:#000000;
  text-decoration:none;
}
#cartheader_remove {
  float:left;
  font-size:10px;
  color:#000000;
  background-color:#e1edff;
  font-weight:bold;
  width:45px;
  line-height:18px;
  border-right: #bdcfe9 1px solid;
  border-top: #bdcfe9 1px solid;
  border-left: #bdcfe9 1px solid;
  border-bottom: #bdcfe9 1px solid;
  vertical-align:middle;
}
.crossSellContainer {
  padding: 20px 0 0 00px;
  width: 635px;
  margin: 0px auto;
  border-top: 1px #cccccc solid;
}
.crossSellContainer a {
  padding-bottom:5px;
  color: #083f53;
  text-decoration:none;
}
.crossselllink {
  padding: 5px;
}
.newBorderColor {
  border:none;
  border-right: 1px red solid;
}
#cartitem_remove {
  float: left;
  font-family: Arial;
  font-size:10px;
  color: #083f53;
  background-color: white;
  text-align: left;
  text-decoration: none;
  width: 45px;
  line-height:33px;
  border-right: #bdcfe9 1px solid;
  border-bottom: #bdcfe9 1px solid;
  border-left: #bdcfe9 1px solid;
  text-align:center;
}
#cartheader_item {
  float:left;
  font-size:11px;
  color: #083f53;
  background-color:#e1edff;
  font-weight:bold;
  width:364px;
  line-height:18px;
  border-right: #bdcfe9 1px solid;
  border-top: #bdcfe9 1px solid;
  border-bottom: #bdcfe9 1px solid;
  text-align:left;
  vertical-align:middle;
  padding-left:2px;
}
#cartitem_item .cartItmeEdit {
  background:transparent url(../images/but_edit1.gif) repeat-x top left;
  font-weight:bold;
  line-height: 11px;
  padding: 5px 2px;
  position: absolute;
  width: 35px;
  float:right;
  margin-left: 5px;
  margin-top: 5px;
  text-indent: -99999px;
  text-decoration: none;
}
#cartitem_item .cartItmeEdit a {
  color:#FFFFFF;
  text-decoration: none;
  line-height: 0px;
}
#cartitem_item .cartItmeEdit a:hover {
  background-color:#FFFFFF;
  color: #083f53;
}
#cartitem_item {
  float:left;
  font-family: verdana;
  font-size: 11px;
  color: #000000;
  background-color:white;
  text-decoration: none;
  width:364px;
  border-right: #bdcfe9 1px solid;
  border-bottom: #bdcfe9 1px solid;
  text-align:left;
  line-height:33px;
  font-weight: bold;
  padding-left:2px;
}



#cartheader_qty {
  float:left;
  font-size:11px;
  color: #083f53;
  background-color:#e1edff;
  font-weight:bold;
  width:130px;
  line-height:18px;
  border-right: #bdcfe9 1px solid;
  border-top: #bdcfe9 1px solid;
  border-bottom: #bdcfe9 1px solid;
  vertical-align:middle;
  padding-left:2px;
  text-align:center;
}
#cartitem_qty {
  float:left;
  font-family: verdana;
  font-size: 11px;
  color: #000000;
  background-color:white;
  text-decoration: none;
  width:130px;
  line-height:33px;
  border-right: #bdcfe9 1px solid;
  border-bottom: #bdcfe9 1px solid;
  vertical-align:middle;
  padding-left:2px;
  text-align:center;
}
#cartheader_price {
  float:left;
  font-size:11px;
  color: #083f53;
  background-color:#e1edff;
  font-weight:bold;
  width:87px;
  line-height:18px;
  border-right: #bdcfe9 1px solid;
  border-top: #bdcfe9 1px solid;
  border-bottom: #bdcfe9 1px solid;
  vertical-align:middle;
  text-align: center;
}
#cartitem_price {
  float:left;
  font-family: verdana;
  font-size: 11px;
  color: #000000;
  background-color:white;
  text-align:center;
  text-decoration: none;
  width:87px;
  line-height:33px;
  border-right: #bdcfe9 1px solid;
  border-bottom: #bdcfe9 1px solid;
  vertical-align:middle;
  text-align:center;
}
.cartsummarylabel, .cartsummarylabelred {
  float:left;
  width:539px;
  color: #083f53;
  background-color:white;
  text-align:right;
  font-weight:bold;
  line-height:24px;
  border-right: #bdcfe9 1px solid;
  border-left: #bdcfe9 1px solid;
  border-bottom: #bdcfe9 1px solid;
  font-size:11px;
  padding-right:6px;
}
.cartsummarylabelred {
  color: #cc0000;
}
.cartsummaryitem, .cartsummaryitemred {
  float:left;
  width:87px;
  color: #083f53;
  background-color:White;
  text-align:left;
  font-weight:bold;
  text-align:center;
  border-right: #bdcfe9 1px solid;
  border-bottom: #bdcfe9 1px solid;
  font-size:11px;
  line-height:24px;
}
.cartsummaryitemred {
  color: #cc0000;
}
#cartbuttonrow {
  float:left;
  width:625px;
  text-align:right;
  padding-top:10px;
}
.BusinessStationeryFontMessage {
  font-family: verdana;
  font-size: 11px;
  color: #083f53;
  font-weight: bold;
}
.BusinessStationeryFontMessageCustomize {
  font-family: verdana;
  font-size:11px;
  color: #083f53;
}
/*------Kit Designer -----*/
.kitleftImg {
  vertical-align: middle;
  float: left;
  border:1px #bdcfe9 solid;
  padding: 5px;
  margin: 10px;
}
.kitleftImg img {
  padding: 0px;
}
.rightKitContainer {
  position: relative;
  float: right;
  width: 550px;
}
.kitProductTh {
  float: left;
  clear: both;
  width: 500px;
}
.rightKitContainer p {
  margin: 10px 5px 10px 5px;
  padding-bottom: 5px;
  font-size:12px;
  line-height:130%;
}
.kitProductTh img {
  float: left;
  margin-bottom: 10px;
  margin-left: 5px;
}
.kitProductTh span {
  margin: 0px;
  font: bold 11px verdana;
  color: #083f53;
}
.kitQuantity input {
  padding: 5px;
}
.kitQuantity {
  float: left;
  margin-left: 10px;
}
.kitContinue {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left:170px;
  overflow:hidden;
  float:left;
  clear:both;
  width: 100%;
}
.kitContinue a {
  width: 67px;
  height: 20px;
  background:transparent url(../images/but_continue.gif) no-repeat bottom left;
  text-indent: -9999px;
  display: block;
}
.searchTable {
  padding:10px;
  border: 5px white solid;
}
.searchTitle {
  font: bold 14px verdana;
}
.searchText {
  font: normal 11px verdana;
}
.searchLink {
  color: #555555;
}
/*-----------------Popup-------------*/
.infoIcon a{background:transparent url(../images/info_icon.png) no-repeat center; font:15px Verdana; margin:4px 0 0 10px; cursor: help;}
.cartTable .infoIcon a{ margin:0px; display:block; float:left; width: 20px; height: 20px; margin-top:-3px; text-decoration:none;}
.tooltipHolder{/*background:#FFFFFF url(../images/checkout_arrow.gif) no-repeat center center;
border:1px dotted #C2C2C2;*/
font:normal 12px verdana;
border:1px solid #E6F4FE;
position:absolute;
width:250px;
z-index:99999;
}

.toolTipInner {
background-color:#F2F8FD;
border:1px solid #C7DFF2;
padding:1px;
}
.toolTipInner div {
border:2px solid #FFFFFF;
padding:5px;

}
.toolTipInner div p {
    text-align: left;
paddiing-bottom:5px;
}

.confirmChanges {
  padding: 3px;
  width:575px;
  border:1px #e7e7e7 solid;
  margin: 0px auto;
  background-color: #FFFFFF;
}
.popupContainer, .myCIDPopupContainer {
  padding: 10px;
  background-color: #eaf4fd;
  overflow:hidden;
}
.popupContainer p {
  font: bold 14px Verdana, Geneva, sans-serif;
  color:#757a7e;
}
.popupContainerInner, .cidPopupInner {
  background-color: #FFFFFF;
  padding: 12px 5px;
}
.cidPopupInner {
  width: 450px;
}
.popupContainerInner p {
  font: normal 18px Verdana, Geneva, sans-serif;
  color: #083f53;
  text-align:center;
}
.popupContainerInner span {
  color: #FF0000;
}
.closePopup {
  margin:0px;
  position:absolute;
  top:5px;
  right: 5px;
}
a.deletePopup {
  width: 21px;
  height:21px;
  background: url(../images/popupClose.gif) no-repeat left bottom;
  display:block;
  cursor: pointer;
}
a:hover.deletePopup {
  background-position: left top;
}
.PopoupButtonWrapper {
  clear:both;
  margin:20px 0 20px 200px;
  overflow:hidden;
}
.popupInnerContainer {
  margin:5px;
}
.popupInnerContainer input {
  padding:2px;
}
/*-------Popup stuff not in kitReview.css-----*/
h1.uploadTitle {
  clear: both;
  color: #757A7E;
  font: bold 14px Verdana, Geneva, sans-serif;
}
.uploadImg {
  border: 3px solid #A0C7E8;
  margin: 10px 0 20px;
  padding: 5px 0 10px 10px;
}
.popupContainerInner ul {
  margin: 10px 0;
}
.popupContainerInner ul li {
  background: url("../images/square_bullete.gif") no-repeat scroll left 3px transparent;
  font: 12px/160% Verdana, Geneva, sans-serif;
  margin: 0;
  padding: 0 0 0 20px;
}
.popupContainerInner p.LegalDialog {
  color: #666666;
  font: 12px/140% Verdana, Geneva, sans-serif;
  text-align: left;
}
.popupContainerInner p.LegalDialog strong {
  color: #083f53;
}
.imageTerms {
  clear: both;
  margin: 0 0 20px;
  overflow: hidden;
}
.imageTerms p.LegalDialog {
  background-color: #FFFFFF;
  border: 1px solid #AECCE4;
  font: 11px Verdana, Geneva, sans-serif;
  padding: 10px;
}
.cropperInnerContainer {
  margin-top: 10px;
  text-align: center;
}
.crop-type-row {
  clear: both;
  margin: 5px 0;
}
.cropradioInput {
}
.cropRadioLabel {
  color: #083f53;
  font: bold 12px Verdana, Geneva, sans-serif;
  padding-left: 5px;
  white-space: nowrap;
}
.imageTerms p.CropDialog {
  background-color: #FFFFFF;
  border: 1px solid #AECCE4;
  font: 11px Verdana, Geneva, sans-serif;
  padding: 10px;
}
.cropperButtonWrapper {
  clear: both;
  float: right;
  text-align: right;
}
.cropperRightContainer {
  width: 248px;
}
#outOfBoundsWarning {
  color: #ff0000;
  font: 16px Verdana bold;
  text-align: center;
  width: 100%;
  display: none;
}
.designStudioWarning {
  color: #ff0000;
  font: 16px Verdana bold;
  text-align: center;
  width: 100%;
 }

/*-------- Saved Popup ----- */

.saveTitle {
  font: normal 19px Verdana, Geneva, sans-serif;
  color: #083f53;
}
.savedContainer {
  padding: 5px 5px 15px 5px;
  border: 1px #a0c7e8 solid;
  margin:10px 0 20px 0;
  overflow:hidden;
}
.savedContainer ul {
  overflow: hidden;
  margin:0px
}
.savedContainer ul li {
  margin:0px;
  padding:0px;
  list-style-type:none;
  background: none;
  overflow:hidden;
  width: 215px;
  float:left;
  margin: 10px 8px;
}
.savedContainer ul li div {
  height:280px;
  position:relative;
}
.savedContainer p {
  font-size: 12px;
  line-height: 120%;
  left: 0px;
  position:relative;
  text-align: left;
}
.savedContainer p img {
  position: absolute;
  bottom:0px;
  left:0px;
}
.savedContainer ul li p.savedProName {
  text-align:center;
  font-weight: bold;
  padding:8px 0 10px;
}
.savedContainer ul li p.savedDate {
  text-align:center;
  font-size: 11px;
  line-height:80%;
}
.savedContainer ul li a {
  padding:10px;
  float:left;
  width: 190px;
  border: 1px #d0d0d0 solid;
  overflow: hidden;
  text-decoration:none;
  text-align:center;
  cursor:pointer;
}
.savedContainer ul li a:hover {
  background-color:#eaf4fd;
}
.savedRecoveryContainer {
  width: 730px;
   height:530px;
  /* #88576 10/10/2013 - Fixing popup position-Height may need to be added to other sites*/
}
.savedProImg {
  background-color:#FFF;
  height:245px;
}
span.deleteSavedImg {
  display: block;
  background-color:#ccdeec;
  color: #666666;
  top: 224px;
  left: 1px;
  position:absolute;
  padding:3px 10px;
}
.reCoveryButtonWrapper {
  clear: both;
  margin:0 0 10px 315px;
  float:left;
}
.saveLoginTitle {
  font: normal 17px Verdana, Geneva, sans-serif;
  color: #083f53;
  clear:both;
  margin:5px 5px 0;
}
/* ------------------------- Footer CSS ---------------------- */
#footer {
  margin:0px auto;
  height: 100px; /* .push must be the same height as .footer */
  clear:both;
  background-color:#eeeeee;
  overflow: hidden;
  position: relative;/*   border: 1px #FF0000 solid;  testing*/
  background: url(../images/footer-bg.gif);
  padding-top: 20px;
}

}
.innerFooter {
  padding-top: 15px;
  border-top: 1px #a9a9a9 solid;
}
div#footer .footerlinks {
  clear:both;
  margin: 0 auto;
  padding-bottom: 5px;
  font:11px Verdana;
  color:#5a5a5c;
  text-align:center;
}
div#footer .footerlinks a:hover {
  text-decoration:underline;
}
div#footer .copyright {
  clear:both;
  margin:0 auto;
  padding-top: 10px;
  font-family:Verdana;
  font-size:10px;
  color:#999;
  text-align:center;
}
.copyright a {
  color:#5a5a5c;
  text-decoration:none;
}
.copyright a:hover {
  text-decoration:underline;
}
/* ------------------------- Footer CSS End---------------------- */
 
 .errorlarge {
  FONT-WEIGHT: bold;
  FONT-SIZE: 14pt;
  COLOR: #cc0000;
  FONT-FAMILY: Arial
}
.myAccountDashboardMessage {
  FONT-WEIGHT: bold;
  FONT-SIZE: 8pt;
  COLOR: #cc0000;
  FONT-FAMILY:Arial;
  padding-bottom: 10px;
}


/* ------------------------- Traffic Cop CSS---------------------- */

#traffic-cop{
  margin-top: 20px;
}

#traffic-cop-hero{
  width: 940px;
  height: 245px;
  background: url(../images/trfccop_hero.jpg) no-repeat left top;
  margin-bottom: 10px;
}

#traffic-cop-bkts{
  
}

#traffic-cop-bkts div{
  float: left;
  width: 300px;
  height: 207px;
  margin-right: 20px;
}

#traffic-cop-bkt-1{
  background: url(../images/trfccop_bkt_1.jpg) no-repeat left top;
}

#traffic-cop-bkt-2{
  background: url(../images/trfccop_bkt_2.jpg) no-repeat left top;
}

#traffic-cop-bkt-3{
  background: url(../images/trfccop_bkt_3.jpg) no-repeat left top;
}

div#franchise-portal{
  float: none;
  height: auto;
  width: auto;
  margin-right:0;
  text-align: center;
  margin-top: 84px;
}

div#franchise-portal input.text{
  font-size: 14px;
  padding: 3px;
  font-style:italic;  
}

div#franchise-portal .button{
  height: 25px;
  border-left: 0;
  width: 40px;
}

.img-replace {
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 100%;
}

.no-display{
  display: none;
}

.last{
  margin-right: 0 !important;
}

.clear{
  clear: both;
}

.ie7 #topMenuLeft { display: none;}

.ie7 #header{height: 116px}

.SubStore {
  background: none;
}

#hero-home {
  height:  247px;
  width: 940px;
  background: url(../images/TS_14002_DepositBagWebBanner.jpg);
}

#hero-home h2{
  background: none;
  text-indent: -9999px;
}

#hero-home ul{
  text-indent: -9999px;
}

#buckets-home {
  
}

#buckets-home a {
 text-decoration: none;
}

.home-bucket{
  width: 223px;
  float: left;
  margin-right: 16px;
  height:  200px;
  background-position: left 20px;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}

.home-bucket.last{
  margin-right: 0;
}

#middleContainer .home-bucket h3{
  color: #083f53;
  padding: 0;
  font-size: 14.5px;
  font-weight: bold;
}

#middleContainer .home-bucket .label {
  position: absolute;
  bottom: 0px;
  text-align: center;
  height: 32px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  margin: 0 auto 0 auto;
  width: 100%;
}

#middleContainer .home-bucket .badge {
  width:  84px;
  height: 75px;
  background-image: url(../images/bkt-badge.png);
  text-align: center;
  padding-right: 8px;
  padding-top: 18px;
  position: absolute;
  right:  -20px;
  top: 0px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.home-bucket p small{
  
}

.home-bucket a {
  display: block;
  width:  223px;
}

.home-bucket a:hover{
  text-decoration: underline;
}

#dp-bucket{
  background-image: url(../images/deposit-slips-bkt.jpg);
}

#checks-bucket{
  background-image: url(../images/checks-bkt.jpg);
}

#bags-bucket{
  background-image: url(../images/9214_TS_security-bags-bkt.jpg);
}

#stamps-bucket{
  background-image: url(../images/9214_TS_stamps-bkt.jpg);
}

.cross-sell-home{
  margin-bottom: 60px;
}

#middleContainer .cross-sell-home .cs-bucket{
  width:  172px;
  color: #4f4f4f;
  float: left;
  margin-right: 19px;
}

.cs-bucket.last {
  margin-right: 0;
}

.cs-bucket h4{
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 3px;
}

.cs-bucket a {
  color: #083f53;
  text-decoration: none;
  }
.cs-bucket a:hover {
  text-decoration: underline;
  }

.cs-bucket .price {
  color: #32681d;
  margin-top: 3px;
}

/******* CCPA Privacy Policy Update in Dec 2019 *******/

#privacy-policy {padding: 10px;}
#privacy-policy h1 {font-size: 17px; margin-bottom: 10px !important}
#privacy-policy h2 {font-size: 16px !important; padding: 0 !important; background-color: transparent !important; border: none; margin: 15px 0 5px 0; font-weight: bold !important;}
#privacy-policy h3 {font-size: 14px !important; padding: 0 !important; margin: 15px 0 5px 0; font-weight: bold;}
#privacy-policy p {margin-bottom: 5px;}
#privacy-policy ul {font-size: 12px; margin-left: 20px; list-style-type: disc; margin-bottom: 10px;}
#privacy-policy ul li {padding: 2px 0; line-height: 17px;}
.back-to-top {text-align: center; margin-top: 20px;}

/*--------------------- McDonald's CSS - Current Template---------------------------*/

.McDonalds #searchForm input.searchGo {
  background-color: #ad2330;
}

.McDonalds #header h1 a {
  background: url(../images/mcd_logo.jpg) no-repeat left top;
}

.McDonalds #hero-home {
  background: url(../images/McDonalds_DT.jpg);
}

.McDonalds #middleContainer .home-bucket p.badge{
    background-image: url(../images/mcd_bkt-badge.png);
 }

.McDonalds #dp-bucket{
  background-image: url(../images/mcd_std-dt.png);
}

.McDonalds #checks-bucket{
  background-image: url(../images/mcd_ac-dt.png);
}

.McDonalds #bags-bucket{
  background-image: url(../images/mcd_chk-bkt.png);
}

.McDonalds #stamps-bucket{
  background-image: url(../images/mcd_stamps-bkt.jpg);
}

.McDonalds div#subNav .subnavLink a, .McDonalds .cs-bucket .price, .McDonalds #middleContainer .home-bucket h3, .McDonalds #middleContainer .top-products{
  color: #ad2330 !important;
}


.McDonalds .mainNavigation ul li a:hover {
  color: #f8a512;
  text-decoration: none;
}

.McDonalds .mainNavigation ul li ul li a:hover {
/*sub menus hover style*/
    color: #f8a512;
  text-decoration: none;
}

.McDonalds .mainNavigation ul li a.selactive {
  color: #f8a512;
  cursor: default;
}

.McDonalds .mainNavigation ul li a:hover.selactive {
  color: #f8a512;
  cursor: default;
}



/*--------------------- Sally Beauty CSS---------------------------*/

.SallyBeauty #searchForm input.searchGo {
  background-color: #ad2330;
}

.SallyBeauty #header h1 a {
  background: url(../images/sally_logo.jpg) no-repeat left top;
  width: 232px;
  height: 64px;
  display: block;
  text-indent: -9999px;
}

.SallyBeauty #hero-home {
  background: url(../images/sally_hero.jpg);
}

.SallyBeauty #middleContainer .home-bucket p.badge{
    background-image: url(../images/sally_bkt-badge.png);
 }

.SallyBeauty #dp-bucket{
  background-image: url(../images/sally_deposit-slips-bkt.jpg);
}

.SallyBeauty #checks-bucket{
  background-image: url(../images/sally_checks-bkt.jpg);
}

.SallyBeauty #bags-bucket{
  background-image: url(../images/sally_security-bags-bkt.jpg);
}

.SallyBeauty #stamps-bucket{
  background-image: url(../images/sally_stamps-bkt.jpg);
}

.SallyBeauty div#subNav .subnavLink a {
  color: #c4002b !important;
}

.SallyBeauty .cs-bucket .price {
  color: #c4002b;
}

/** Hide design toolbar and buttons to modify fields in Stationery Designer **/
.SallyBeauty div#studio-toolbar { display: none; }
.SallyBeauty div.addLineButtonWrapper { display: none; }

/** Hide product description **/
.SallyBeauty .productDescrip { display: none; }


/*--------------------- Enterprise CSS---------------------------*/


.EnterpriseRentACar #header h1 a {
  background: url(../images/enterprise_logo.png) no-repeat left top;
  width: 250px;
  height: 64px;
  display: block;
  text-indent: -9999px;
}

.EnterpriseRentACar .mainNavigation ul li a:hover {color:#ccc;}

.EnterpriseRentACar #hero-home {
  background: url(../images/enterprise_hero.jpg);
}

.EnterpriseRentACar div#subNav .subnavLink a {color:#152C3C !important}

.EnterpriseRentACar #middleContainer .home-bucket p.badge{
    background-image: url(../images/enterprise_bkt-badge.png);
 }

.EnterpriseRentACar #dp-bucket{
  background-image: url(../images/enterprise_deposit-slips-bkt.jpg);
  margin: 0 0 0 10%;
}

.EnterpriseRentACar #checks-bucket{
  background-image: url(../images/enterprise_checks-bkt.jpg);
}

.EnterpriseRentACar #bags-bucket{
  background-image: url(../images/enterprise_security-bags-bkt.jpg);
  margin: 0 5%;
}

.EnterpriseRentACar #stamps-bucket{
  background-image: url(../images/enterprise_stamps-bkt.jpg);
}

.EnterpriseRentACar .cs-bucket .price {
  color: #336b2c;
}

.EnterpriseRentACar div.paymentPage div fieldset {
  padding:  20px;
  text-align: center;
}

.EnterpriseRentACar div.paymentPage div fieldset input{
  border: 1px solid #333;
  height:  20px;
  width: 240px;
}

.EnterpriseRentACar div.paymentPage div label {
  width: auto;
  float:  none;
  font-size: 14px;
}

/*--------------------- HR Block CSS---------------------------*/

.HRBlock #searchForm input.searchGo {
  background-color: #ad2330;
}

.HRBlock #header h1 a {
  background: url(../images/hrblock_logo.jpg) no-repeat left top;
  width: 232px;
  height: 64px;
  display: block;
  text-indent: -9999px;
}

.HRBlock #hero-home {
  background: url(../images/hrblock_hero.jpg);
}

.HRBlock #middleContainer .home-bucket p.badge{
    background-image: url(../images/hrblock_bkt-badge.png);
 }

.HRBlock #dp-bucket{
  background-image: url(../images/hrblock_deposit-slips-bkt.jpg);
}

.HRBlock #checks-bucket{
  background-image: url(../images/hrblock_checks-bkt.jpg);
}

.HRBlock #bags-bucket{
  background-image: url(../images/hrblock_security-bags-bkt.jpg);
}

.HRBlock #stamps-bucket{
  background-image: url(../images/hrblock_stamps-bkt.jpg);
}

.HRBlock div#subNav .subnavLink a {
  color: #53952c !important;
}

.HRBlock .cs-bucket .price {
  color: #53952c;
}

/*--------------------- Jackson Hewitt CSS---------------------------*/

.JacksonHewitt #searchForm input.searchGo {
  background-color: #ad2330;
}

.JacksonHewitt #header h1 a {
  background: url(../images/jh_logo.jpg) no-repeat left top;
  width: 232px;
  height: 64px;
  display: block;
  text-indent: -9999px;
}

.JacksonHewitt #hero-home {
  background: url(../images/jacksonhewitt_hero.jpg);
}

.JacksonHewitt #middleContainer .home-bucket p.badge{
    background-image: url(../images/jacksonhewitt_bkt-badge.png);
 }

.JacksonHewitt #dp-bucket{
  background-image: url(../images/jacksonhewitt_deposit-slips-bkt.jpg);
}

.JacksonHewitt #checks-bucket{
  background-image: url(../images/jacksonhewitt_checks-bkt.jpg);
}

.JacksonHewitt #bags-bucket{
  background-image: url(../images/jacksonhewitt_security-bags-bkt.jpg);
}

.JacksonHewitt #stamps-bucket{
  background-image: url(../images/jacksonhewitt_stamps-bkt.jpg);
}

.JacksonHewitt div#subNav .subnavLink a {
  color: #c4002b !important;
}

.JacksonHewitt .cs-bucket .price {
  color: #c4002b;
}

/*--------------------- CKE CSS---------------------------*/

.CKERestaurants #searchForm input.searchGo {
  background-color: #ef3e3b;
  border-color:#777
}

.CKERestaurants #header h1 a {
  background: url(../images/cke_logo.jpg) no-repeat left top;
  width: 232px;
  height: 64px;
  display: block;
  text-indent: -9999px;
}

.CKERestaurants #hero-home {
  background: url(../images/cke_hero.jpg);
}

.CKERestaurants #middleContainer .home-bucket p.badge{
    background-image: url(../images/cke_bkt-badge.png);
 }

.CKERestaurants #dp-bucket{
  background-image: url(../images/cke_deposit-slips-bkt.jpg);
}

.CKERestaurants #checks-bucket{
  background-image: url(../images/cke_checks-bkt.jpg);
}

.CKERestaurants #bags-bucket{
  background-image: url(../images/cke_security-bags-bkt.jpg);
}

.CKERestaurants #stamps-bucket{
  background-image: url(../images/cke_stamps-bkt.jpg);
}

.CKERestaurants div#subNav .subnavLink a {
  color: #777 !important;
}

.CKERestaurants .cs-bucket .price {
  color: #ef3e3b;
}

.CKERestaurants #middleContainer .home-bucket h3 {color:#555}
.CKERestaurants .mainNavigation ul li a:hover, .CKERestaurants .mainNavigation ul li a.selactive, .CKERestaurants .mainNavigation ul li a:hover.selactive {color:#f5d930}

.CKERestaurants #middleContainer .landing_section h2 a:hover {background-color:#f9d738}
.CKERestaurants #searchForm input {border-color:#777}
.CKERestaurants #middleContainer .landing_section h2 a span {color:#777}
.CKERestaurants .recThumbnailTitle {color:#777}
.CKERestaurants #middleContainer h1 {border-color:#ededed}
.CKERestaurants div.contactAddress fieldset legend {color:#777}
.CKERestaurants .contactInfo h6 {border-color:#ededed}
.CKERestaurants .dashBoardBoxTitle {color:#333}


/*--------------------- SONIC CSS---------------------------*/

/* body.Sonic {
  background:#fff;
  height:100%;
  z-index:0;
}
*/
.Sonic #searchForm input.searchGo {
  background-color: #0e3c70;
}

.Sonic #header h1 a {
  background: url(../images/sonic_logo.jpg) no-repeat left top;
  width: 232px;
  height: 64px;
  display: block;
  text-indent: -9999px;
}

.Sonic #hero-home {
  background: url(../images/sonic_hero.jpg);
}

.Sonic #middleContainer .home-bucket p.badge{
    background-image: url(../images/sonic_bkt-badge.png);
 }

.Sonic #dp-bucket{
  background-image: url(../images/sonic_deposit-slips-bkt.jpg);
}

.Sonic #checks-bucket{
  background-image: url(../images/sonic_checks-bkt.jpg);
}

.Sonic #bags-bucket{
  background-image: url(../images/sonic_security-bags-bkt.jpg);
}

.Sonic #stamps-bucket{
  background-image: url(../images/sonic_stamps-bkt.jpg);
}


.Sonic div#subNav .subnavLink a {
  color: #0e3c70 !important;
}

.Sonic .cs-bucket .price {
  color: #ef3e3b;
}
.Sonic .mainNavigation ul li a:hover {
  /*background: black; tab link background during hover state*/
  color: #F9E42F;
  text-decoration:none;
}

.Sonic .mainNavigation ul li a.selactive, .Sonic .mainNavigation ul li a.selactive:hover {
    color: #F9E42F;
    cursor: default;
}
.Sonic #middleContainer .landing_section h2 a:hover{
  background-color:#F7EC9B;
  color:#666666;
  display:block;
  margin-bottom:1px;
  margin-left:1px;
  margin-right:1px;
  margin-top:1px;
  padding-bottom:5px;
  padding-left:10px;
  padding-right:0;
  padding-top:5px;
  text-decoration:none;
}

.Sonic .dashBoardBoxTitle {color:#333}

/*--------------------- LEAP CSS---------------------------*/

.CricketWireless #searchForm input.searchGo {
  background-color: #AED456;
}

.CricketWireless #header h1 a {
  background: url(../images/cricket_logo.jpg) no-repeat left top;
  width: 232px;
  height: 84px;
  display: block;
  text-indent: -9999px;
}

.CricketWireless #hero-home {
  background: url(../images/LeapWireless_hero.jpg);
}

.CricketWireless #middleContainer .home-bucket p.badge{
    background-image: url(../images/LeapWireless_bkt-badge.png);
 }

.CricketWireless #dp-bucket{
  background-image: url(../images/LeapWireless_deposit-slips-bkt.jpg);
}

.CricketWireless #checks-bucket{
  background-image: url(../images/LeapWireless_checks-bkt.jpg);
}

.CricketWireless #bags-bucket{
  background-image: url(../images/LeapWireless_security-bags-bkt.jpg);
}

.CricketWireless #stamps-bucket{
  background-image: url(../images/LeapWireless_stamps-bkt.jpg);
}

.CricketWireless div#subNav .subnavLink a {
  color: #929292 !important;
}

.CricketWireless .cs-bucket .price {
  color: #220770;
}

.CricketWireless .mainNavigation ul li a:hover {
  /*background: black; tab link background during hover state*/
  color: #BFE861;
  text-decoration:none;
}

.CricketWireless .mainNavigation ul li a.selactive, .CricketWireless .mainNavigation ul li a.selactive:hover {
    color: #BFE861;
    cursor: default;
}
.CricketWireless #middleContainer .landing_section h2 a:hover{
  background-color:#CCDDA4;
  color:#666666;
  display:block;
  margin-bottom:1px;
  margin-left:1px;
  margin-right:1px;
  margin-top:1px;
  padding-bottom:5px;
  padding-left:10px;
  padding-right:0;
  padding-top:5px;
  text-decoration:none;
}

.CricketWireless .dashBoardBoxTitle {color:#333}

/*--------------------- State Farm CSS---------------------------*/

.StateFarm #searchForm input.searchGo {
  background-color: #0099cc;
  border-color:#777
}

.StateFarm #header h1 a {
  background: url(../images/SF_Logo_Red_Standard_Horz.png) no-repeat left top;
  width: 250px;
  height: 77px;
  display: block;
  text-indent: -9999px;
}

.StateFarm #hero-home {
  background: url(../images/statefarm_hero.jpg);
}

.StateFarm #middleContainer .home-bucket p.badge{
    background-image: url(../images/os_bkt-badge.png);
 }

.StateFarm #dp-bucket{
  background-image: url(../images/os_deposit-slips-bkt.jpg);
}

.StateFarm #checks-bucket{
  background-image: url(../images/os_checks-bkt.jpg);
}

.StateFarm #bags-bucket{
  background-image: url(../images/os_security-bags-bkt.jpg);
}

.StateFarm #stamps-bucket{
  background-image: url(../images/os_stamps-bkt.jpg);
}

.StateFarm div#subNav .subnavLink a {
  color: #777 !important;
}

.StateFarm #middleContainer .home-bucket h3 {color:#555}


.StateFarm .mainNavigation ul li a:hover, .StateFarm .mainNavigation ul li a.selactive, .StateFarm .mainNavigation ul li a:hover.selactive {color:#9cf}

.StateFarm #middleContainer .landing_section h2 a:hover {background-color:#9cf}
.StateFarm #searchForm input {border-color:#777}
.StateFarm #middleContainer .landing_section h2 a span {color:#777}
.StateFarm .recThumbnailTitle {color:#777}
.StateFarm #middleContainer h1 {border-color:#ededed}
.StateFarm div.contactAddress fieldset legend {color:#777}
.StateFarm .contactInfo h6 {border-color:#ededed}
.StateFarm .dashBoardBoxTitle {color:#333}

/*--------------------- ColorTyme CSS---------------------------*/

/* body.ColorTyme {
  background:#fff;
  height:100%;
  z-index:0;
}
*/
.ColorTyme #searchForm input.searchGo {
  background-color: #00643a;
}

.ColorTyme #header h1 a {
  background: url(../images/ColorTyme_logo.jpg) no-repeat left top;
  width: 232px;
  height: 64px;
  display: block;
  text-indent: -9999px;
}

.ColorTyme #hero-home {
  background: url(../images/ColorTyme_DT.jpg);
}

.ColorTyme #middleContainer .home-bucket p.badge{
    background-image: url(../images/ColorTyme_bkt-badge.png);

 }

.ColorTyme #dp-bucket{
  background-image: url(../images/ColorTyme_deposit-slips-bkt.jpg);
}

.ColorTyme #checks-bucket{
  background-image: url(../images/ColorTyme_checks-bkt.jpg);
}

.ColorTyme #bags-bucket{
  background-image: url(../images/ColorTyme_security-bags-bkt.jpg);
}

.ColorTyme #stamps-bucket{
  background-image: url(../images/ColorTyme_stamps-bkt.jpg);
}


.ColorTyme div#subNav .subnavLink a {
  color: #00643a !important;
}

.ColorTyme .cs-bucket .price {
  color: #ef3e3b;
}
.ColorTyme .mainNavigation ul li a:hover {
  /*background: black; tab link background during hover state*/
  color: #5fbd81;
  text-decoration:none;
}

.ColorTyme .mainNavigation ul li a.selactive, .ColorTyme .mainNavigation ul li a.selactive:hover {
    color: #5fbd81;
    cursor: default;
}
.ColorTyme #middleContainer .landing_section h2 a:hover{
  background-color:#abc9b5;
  color:#666666;
  display:block;
  margin-bottom:1px;
  margin-left:1px;
  margin-right:1px;
  margin-top:1px;
  padding-bottom:5px;
  padding-left:10px;
  padding-right:0;
  padding-top:5px;
  text-decoration:none;
}

.ColorTyme .dashBoardBoxTitle {color:#333}


/*--------------------- email subscription ---------------------------*/

#email-subscribe {
     background: none repeat scroll 0pt 0pt #F2F2F2;
     border-radius: 10px 10px 10px 10px;
     border: 1px solid #DDDDDD;
     margin: 5px 0pt 15px;
     overflow: hidden;
     padding: 10px 8px 10px 40px;
     
}

#email-subscribe label {
     color: #888888;
     display: block;
     float: left;
     font-size: 14px;
     margin-right: 10px;
     position: relative;
     top: 2px;
}

#email-subscribe .text {
     float: left;
     height: 24px;
     width: 280px;
     padding-left: 5px;
     font-size: 12px;
}

#email-subscribe .button {
     border: 1px solid #CCCCCC;
     display: block;
     float: left;
     font-size: 14px;
     height: 22px;
     padding: 2px 8px 0pt;
     text-decoration: none;
     background: #f7f7f7; /* Old browsers */
background: -moz-linear-gradient(top, #f7f7f7 5%, #cecece 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#f7f7f7), color-stop(100%,#cecece)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f7f7f7 5%,#cecece 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f7f7f7 5%,#cecece 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #f7f7f7 5%,#cecece 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #f7f7f7 5%,#cecece 100%); /* W3C */
     position: relative;
     left: -1px;
     color: #444;
}

/* Removes borders and spacing from tables */

  table {
  border-collapse : collapse;
  border-spacing : 0px;
}
/* Removes border from fieldset and img */

  fieldset, img, img a {
  border : 0;
}
/* Left-aligns text in caption and th */

  caption, th {
  text-align : left;
}
/* Removes quotation marks from q */

  q:before, q:after {
  content :'';
}
/* Removes rid of Firefox's dotted borders */

  a {
  outline:none;
}
/* Removes rid of IE's blue borders */

  a img {
  border:none;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}

.hidden {
  display: none !important;
}

/* ------------------------- End Reset CSS ---------------------- */

* {
  margin: 0;
}
html, body {
  background:#fff url(../images/header-bg-rptr.gif) repeat-x 0 0;
  height:100%;
  z-index:0;
}
form {
  /*height: 100%;*/
}
div#wrapper {
  margin: 0 auto;
  width: 940px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  top: 0px;
  margin-bottom: -100px;
  position: relative;/* the bottom margin is the negative value of the footer's height */
  padding: 0 10px;
}
.push {
  height: 100px; /* .push must be the same height as #footer ( #footer bottom of this document ) */
  /*border: 1px #bdcfe9 solid;*/
  clear: both;
}
#header {
  height: 111px;
  /*background: url(../images/glow.gif);*/
}
#header h1 {
  float: left;
  position: relative;
  top: 20px;
  left: -4px;
  z-index: 99;
}
#header h1 a {
  background: url(../images/transource_vericast_logo.png) no-repeat left top;
  width: 495px;
  height: 64px;
  display: block;
  text-indent: -9999px;
}
div#subNav .subnavLink a, div#footer .footerlinks a {
  color: #fff !important;
  text-decoration:none;
}

/* Top Main frame container CSS starts */

#topMenuLeft {
  float:left;
  margin-top:5px;
  width:600px;
}
#topMenuRight {
  float: right;
}
.topSignInLink a {
  color: #083f53;
  text-decoration: underline;
}
div#subNav {
  position: relative;
  top: 40px;
  z-index: 1;
}
div#subNav .subnavLink {
  -x-system-font:none;
  color:#808285;
  font-family:Verdana;
  font-size:11px;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:400;
  line-height:normal;
  text-align: right;
}
div#subNav .subnavLink a:hover {
  text-decoration:underline;
}
.cartImg {
  color:#fff;
  float:right;
  font: 11px Verdana, Geneva, sans-serif;
  position:relative;
  left: 5px;
  top:5px;
  padding: 7px 0 6px 23px;
  background: transparent url(../images/cartImg.png) no-repeat left 7px;
}
p.cartImg a {
  color: #FFFFFF;
  text-decoration:none;
  font-weight:bold;
}
.cartImg a:hover {
  text-decoration: underline;
}
#searchForm {
  width: 340px;
  height: 36px;
  /*background: url(../images/search-bg.png);*/
  position: absolute;
  top: 0;
  right:0;
  padding: 7px 0 0 24px;
}
#searchForm label {
  float:left;
  padding-top:3px;
  font:bold 12px verdana;
  color: #fff;
  margin-right: 6px;
}
#searchForm input {
  float:left;
  font: normal 14px verdana;
  cursor: pointer;
  width:200px;
  padding:1px 0px;
  border: 1px solid #152c3c;
}
#searchBtn {
  padding-left: 4px;
  float:left;
}
#searchForm input.searchGo {
  background-color:#025C64;
  color: #FFFFFF;
  padding:2px 0 4px 0px;
  margin:0px 0px 0px -5px;
  width: 36px;
  height: 21px;
  cursor:pointer;
  font-weight: bold;
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
  font-family: Helvetica, Arial, Geneva, sans-serif;
  font-size: 12px;
  border: 1px solid #152c3c;
}
input:hover.searchGo {
  background-color: #0775ca;
}

#middleContainer {
  margin: 0px;
  /*border: 1px #bdcfe9 solid; margin:0px 14px;*/
  border-top: none;
  border-bottom:none;
  /* width: 960px; temp removew it */
 /* background-color: #fffdf3;temp removew it */
  padding: 20px 0 10px 0;
  clear: both;
  z-index: 1;
  position: relative;
}


#middleContainer.product{
   min-height: 1000px;
}

body.ie7 .productCategoryContainers {
  float: none;
}

#middleContainer p.middleContentText {
  padding: 5px 20px 5px 7px;
}
#middleContainer h1 {
  font-size: 17px;
  color: #083f53;
  padding: 10px 0 3px 0px;
  border-bottom: 1px solid #eef7fc;
  margin-bottom:1px;
}
.paperQuality {
  color:#666666;
  text-transform:none;
}
#middleContainer h3 {
  font: normal 17px Verdana, Geneva, sans-serif;
  color: #000000;
  padding: 0 0 3px 5px;
}

#middleContainer .top-products {
  color: #083f53;
  padding: 0 0 3px 0;
  font-size: 14.5px;
  font-weight: bold;
  border-bottom: 1px solid #bbb;
  margin-bottom: 10px;
}

#middleContainer .secureIcon {
  clear:both;
  font-size: 11px;
  color: #666666;
  float:right;
  padding: 0 0 0px 15px;
  margin-top:15px;
  background: url(../images/secure_icon.gif) no-repeat left top;
}
#middleContainer h2 {
  font: normal 12px Verdana, Geneva, sans-serif;
  color: #333;
  padding: 5px 7px;
  background-color:#eee;/*border-top: 1px #FFFFFF solid;*/
}

.billingBoxmiddle h3 {
  border:none;
  padding: 20px;
  background-color: #f2f2f2;
  color: #083f53;
  font: bold 14px Verdana, Geneva, sans-serif;
}
.bizBanner {
  background: url(../images/bizBanner.jpg) no-repeat left top;
  width:872px;
  height:118px;
}
.letterheadBanner {
  background: url(../images/letterheadBanner.jpg) no-repeat left top;
  width:872px;
  height:118px;
}
.envelopsBanner {
  background: url(../images/envelopsBanner.jpg) no-repeat left top;
  width:872px;
  height:118px;
}
.kitInnerBanner {
  background: url(../images/kitBanner.jpg) no-repeat left top;
  width:872px;
  height:134px;
}
.kitblueLine {
  margin: 3px 0px 5px 0px;
  font-size: 10px;
  text-align: center;
  color: #083f53;
}
/*------------HomepageContainer ------------*/
#homeLeftContainer {
  width: 536px;
  float:left;
  overflow:hidden;
  margin: 20px 0 0 20px;
}
#homeLeftContainer h1 {
  margin:0px;
  padding:0px;
  border:none;
  color:#565656;
  font: normal 28px Georgia, "Times New Roman", Times, serif;
  padding: 18px 0 0 118px;
}
#homeLeftContainer h2 {
  margin-right:18px;
  padding:0px;
  line-height:50%;
  border:none;
  background:transparent;
  text-align:right;
  font: bold 12px Verdana, Geneva, sans-serif;
  color:#565656;
}
#homeLeftContainer h2 span {
  font: normal 17px Verdana, Geneva, sans-serif;
  color: #083f53;
}
.homeOrderNow a {
  margin: 225px 6px 0 480px;
  color:#ff2116;
  width: 50px;
  font: bold 12px Verdana, Geneva, sans-serif;
  text-align:center;
  text-decoration:none;
  line-height:100%;
  position:absolute;
}
.kitBanner {
  height:329px;
  margin:0px;
  padding:0px;
  background: url(../images/kit_bg.jpg) no-repeat left top;
}
.kitImgLink a {
  display:block;
  width:270px;
  height:220px;
  margin-top:30px;
  float:right;
  margin-right: 30px;
  text-indent:-9999px;
}
.membershipBanner {
  width: 533px;
  text-indent: -9999px;
  display:block;
  height:103px;
  margin: 15px 0;
  margin-left: 2px;
  background: url(../images/executiveMem_bg.jpg) no-repeat left top;
}
#homeRightContainer {
  float:right;
  margin: 20px 20px 0 0;
}
#homeRightContainer h1 {
  border:none;
  color:#666666;
  font: normal 18px Georgia, "Times New Roman", Times, serif;
  padding:0px
}
.mainProContainer {
  width: 311px;
  height:134px;
  margin-bottom:21px;
}
.bizcard {
  background: url(../images/bizCard_bg.jpg) no-repeat left bottom;
}
.letterhead {
  background: url(../images/letterhead_bg.jpg) no-repeat left bottom;
}
.envelopes {
  background: url(../images/envelopes.jpg) no-repeat left bottom;
}
.homeViewAll {
  float:right;
  border:1px #a4a4a4 solid;
  padding:3px 13px 4px 5px;
  background: url(../images/arrow_gray_bullete.gif) no-repeat 78px 8px;
}
.homeViewAll a {
  font: bold 11px Verdana, Geneva, sans-serif;
  color: #083f53;
  text-decoration:underline;
}
.homeViewAll a:hover {
  text-decoration:none;
}
.mainProContainer p a {
  clear:both;
  display:block;
  width:311px;
  height:110px;
  margin: 0px auto;
  text-indent: -9999px;
}
.bizBlue {
  background-color:#e7f5ff
}
.lettOrg {
  background-color:#fef1c7;
}
.envGreen {
  background-color:#dbf8d1;
}
/*----------Blue TEXT LInk------------------*/
.blueLink {
  margin: 0px 0 0 0;
  font: normal 10px Verdana;
  text-align:center;
}
.blueLink a {
  color: #083f53;
  text-decoration: underline;
}
.editTextLink {
  padding: 5px 0 0 0;
  color:#b5b5b5;
  width: auto;
}
.editTextLink a {
  color: #083f53;
  text-decoration: underline;
}
.editTextLink a:hover {
  text-decoration: none;
}
/* Top Main frame container CSS Ends */

/* ------------ BreadCrubs CSS Starts------------*/
.breadcrumb_menu {
  clear:both;
  /*margin:0 14px;*/
  /*display:none;*/
}
.breadcrumb {
  padding:12px 0px;
  font: bold 10px Verdana;
  color: #083f53;
  border-bottom: 1px solid #ededed;
}
.breadcrumb span {
  background: url(../images/breadcrumb_arrow.gif) no-repeat center right;
  color: #7a7a7a;
  font: normal 10px Verdana, Geneva, sans-serif;
  padding-right: 15px; /*adjust bullet image padding*/
  margin-right: 5px;
}
.breadcrumb a {
  text-decoration: none;
  color: #7a7a7a;
}
.breadcrumb a:visited, .breadcrumb a:active {
  color: #083f53;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
/*#error{
  border: 1px dashed #FF0000;
  color:#FF0000;
  background-color: #FFF2F2;
  padding:2px 0px;
  margin: 5px 3px;text-align: center;
  }*/
  
.boldRedMsg {
  font: normal 11px Verdana, Geneva, sans-serif;
  color: #FF0000;
  padding-left: 5px;
}
.error {
  /*border: 1px dashed #FF0000;
background-color: #FFF2F2;
*/
  color:#FF0000;
  padding:2px 0px;
  margin: 5px 3px;
  text-align: center;
}
.checkOutCrumb_menu {
  margin:7px 5px 0px 10px;
  float: left;
  clear: both;
}
.checkOutCrumb {
  font: normal 17px Verdana;
  color:#aed3f3;
}
.checkOutCrumb a, .checkOutCrumb a:visited, .checkOutCrumb a:link {
  font: normal 17px Verdana;
  color:#aed3f3;
  text-decoration:none;
}
.checkOutCrumb span.active {
  font: normal 17px Verdana;
  /*background: transparent url(../images/checkout_arrow.gif) no-repeat bottom center;*/
  color:#FFFFFF;
  padding:5px 0px;
}
/*--------------------------------LI CSS-----------------------*/

.softwareComments strong {
  color: #083f53;
}
.accountBenefits ul {
  width:285px;
  margin: 0 0 5px 0px;
}
.accountBenefits ul li {
  font: normal 11px Verdana, Geneva, sans-serif;
  margin: 0 0 0 0px;
  padding: 0 15px 5px 15px;
  background: url(../images/rightIcon.gif) no-repeat left 3px;
}
.softwareComments ul {
  margin-bottom: 20px;
}
.softwareComments ul li {
  font: normal 12px Verdana, Geneva, sans-serif;
  line-height: 180%;
  margin: 0px;
  padding:0 0px 0px 20px;
  background: url(../images/square_bullete.gif) no-repeat left 5px;
}
.softwareComments ul li a {
  text-decoration:underline;
  color: #083f53;
}
.editAccountLink strong {
  color: #083f53;
}
.editAccountLink ul {
  margin: 10px 0 0 0;
}
.editAccountLink ul li {
  font-size: 12px;
  background:url("../images/arrow_bullete.gif") no-repeat left top;
  padding: 4px 0 1px 8px;
}
.editAccountLink ul li a {
  color: #083f53;
  text-decoration: none;
}
.editAccountLink ul li a:hover {
  color: #083f53;
  text-decoration:none;
}
/*--------Home Container CSS--------------*/

.homeContainers {
  margin: 15px 70px 30px 0px;
  background:transparent url(../images/home_container_bg1.gif) no-repeat bottom right;
  float:left;
  width: 384px;
  height:235px;
}
.homeContainers1 {
  margin: 15px 0px 30px 0px;
  background:transparent url(../images/home_container_bg2.gif) no-repeat top left;
  float:left;
  width: 384px;
  height:235px;
}
.homeContainers2 {
  margin: 15px 70px 0px 0px;
  background:transparent url(../images/home_container_bg3.gif) no-repeat bottom left;
  float:left;
  width: 384px;
  height:235px;
}
.homeContainers3 {
  margin: 15px 0px 0px 0px;
  background:transparent url(../images/home_container_bg4.gif) no-repeat bottom left;
  float:left;
  width: 384px;
  height:235px;
}
.homeInnerContainer {
  padding: 10px;
  text-align:left;
  margin:0 20px 0px 0;
  background:transparent url(../images/home_businesPro1.gif) no-repeat right 45px;
  height:200px;
}
.homeInnerContainer1 {
  padding: 10px;
  text-align:left;
  margin:0 0px 0px 10px;
  background:transparent url(../images/home_businesPro2.gif) no-repeat right 50px;
  height:200px;
}
.homeInnerContainer2 {
  padding: 10px;
  text-align:left;
  margin:10px 20px 0px 0;
  background:transparent url(../images/home_businesPro3.png) no-repeat right 55px;
  height:200px;
}
.homeInnerContainer3 {
  padding: 10px;
  text-align:left;
  margin:10px 0px 20px 10px;
  background:transparent url(../images/home_businesPro4.png) no-repeat right 70px;
  height:200px;
}
.homeContent ul {
  margin:10px 0 15px 0px;
}
.homeContent ul li {
  font: normal 12px Verdana, Geneva, sans-serif;
  line-height: 200%;
  margin: 0 0 0 10px;
  padding: 0px 10px;
  background: url(../images/arrow_gray_bullete.gif) no-repeat left 9px;
}
.homeContent ul li a {
  color:#000000;
  text-decoration:none;
}
.homeContent ul li a:hover {
  color: #083f53;
  text-decoration: underline;
}
.homeProductTitle {
  font-size: 17px;
  color: #083f53;
  padding: 0 0 3px 0px;
  border-bottom: 1px dashed #bdcfe9;
}
/*--------------------------------*/
/*----------------Contact page Css -----------------*/

.contactInformation {
  margin: 5px 10px 20px 20px;
  width: 800px;
  height:100px;
  clear:both;
  overflow:hidden;
}
.contactInfo {
  float:left;
}
.contactInfo h6 {
  border:none;
  font: bold 12px Verdana, Geneva, sans-serif;
  padding: 5px 0;
  margin: 5px 0;
  color: #083f53;
  border-bottom: 1px #c6d5ed solid;
}
.dividedVerticalLine {
  margin: 10px 30px;
  float:left;
  height:100px;
  border-left: 1px #CCCCCC solid;
}
.myAccountInformation {
  margin: 20px 10px 20px 10px;
  float:left;
  width: 570px;
  overflow:hidden;
}
.accountLinkBox {
  background:#FFFFFF url(../images/newUserBG.gif) repeat-x top left;
  border: 1px solid #a5bde1;
  width: 220px;
  padding: 0 10px;
  margin: 20px 10px 0 0;
  float:right;
}
.accountLinkBoxTitle {
  font: normal 17px Verdana, Geneva, sans-serif;
  color: #000000;
  padding: 0 0 3px 0px;
  margin: 5px 0px;
  border-bottom: 1px dashed #d3d3d3;
}
.infoTitle {
  overflow:hidden;
  margin-bottom: 10px;
  background-color:#e8f4ff;
  border-bottom:1px solid #a5bde1;
}
.infoTitle p {
  float: left;
  font: normal 17px Verdana, Geneva, sans-serif;
  padding: 0 0 3px 5px;
  color: #000000;
}
.memberInfo {
  clear:both;
  position:relative;
  /*Change width based on Table cell width*/
  white-space: normal;
  margin: 0px 10px 10px 10px;
  border-bottom: 1px solid #ededed;
  padding: 5px;
}
.memberInfo p {
  margin: 0px 0 0 0px;
  color:#000000;
  font:normal 11px Verdana, Geneva, sans-serif;
}
.memberInfo p.memberInfoTag {
  float:left;
  font-weight:bold;
  width: 150px;
}
.myAccountMessage {
  clear:both;
  position:relative;
  white-space: normal;
  margin: 0px 10px 20px 10px;
  padding: 5px;
  color:#000000;
  font:normal 12px Verdana, Geneva, sans-serif;
}
/* ------- My Account ----- */
.dashBoardSmallContainer {
  width: 420px;
  float:left;
  margin-right: 20px;
  padding: 10px;
  border: 1px solid #bbb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  min-height: 180px;
}
.dashBoardSmallContainer p, .dashBoardBoxTitle span {
  color:#6b6b6b;
}
.dashBoardLink {
}
.orderStatus {
}
.dashBoardLink ul {
  clear:both;
}
.dashBoardLink ul li {
  background-position: left 9px;
}
.dashBoardLink ul li a {
  
}
.dashBoardLink ul li a:hover {
  color: #083f53;
}
.dashBoardBoxTitle {
  font-size: 16px;
  color: #063f53;
  padding-bottom: 8px;
  border-bottom: 1px solid #bbb;
  margin-bottom: 10px;
}
.dashBoardBoxTitle a {
  background:url("../images/nextArrow.gif") no-repeat scroll right 7px transparent;
  color: #083f53;
  font:bold 14px Verdana, Geneva, sans-serif;
  margin-right:10px;
  padding:5px 15px 3px 0;
  position:absolute;
  right:0;
  text-decoration:none;
}
.dashBoardBoxTitle a:hover {
  color: #083f53;
}
.reorderItem {
  min-height: 140px;
}
/*---MyPortfolio --*/
.myPortfolioContainer {
  background-color:#eff3f5;
  padding: 5px 10px 10px 10px;
  clear:both;
  margin: 10px;
}
.portfolioGallery {
  background-color:#FFF;
  padding: 0px;
  margin-top: 5px;
  border:1px #d8d5cb solid;
  overflow:hidden;
}
.portfolioPorductLink {
  overflow: hidden;
  margin:0px;
}
.portfolioPorduct {
  padding:10px 0 10px 12px;
  overflow:hidden;
  width: 215px;
  float:left;
  text-align:center;
}
.portfolioPorductLink p.savedProImg {
  background: none;
  height: 240px;
}
.portfolioPorductLink p, .portProDetailText p {
  font-size: 12px;
  line-height: 120%;
  left: 0px;
  position:relative;
}
.portfolioPorductLink p img {
  position: absolute;
  bottom:0px;
  left:0px;
}
.savedProName {
  font-weight: bold;
  text-align:center;
  padding: 5px 0 5px 0;
  font-size:12px;
  color:#666666;
}
a.portfolioPorductLink {
  color:#666666;
  padding:10px 10px 5px;
  float:left;
  width: 190px;
  overflow: hidden;
  text-decoration:none;
  text-align:center;
  cursor:pointer;
}
a:hover.portfolioPorductLink {
  background-color:#eaf4fd;
}
p.savedProLink {
  clear:both;
}
p.savedProLink {
  color:#d8d8d8;
}
p.savedProLink span a {
  float:none;
  margin:0;
  padding:5px;
  width:auto;
  color: #083f53;
  cursor:pointer;
  font-size: 12px;
}
p.savedProLink span a:hover {
  background:none;
  text-decoration:underline;
}
.myAccountBtnwrapper {
  margin:10px auto 0 50px;
  overflow:hidden;
}
/* ---- Portfolio Page --- */
.portfolioContainer {
  margin: 20px 0px;
  overflow:hidden;
}
.portfolioContainer .orderStatus {
  background:url("../images/portfolioBG.gif") no-repeat scroll right bottom #FFFFFF;
  border:1px #d8d8d8 solid;
  border-right: none;
  border-bottom: none;
  overflow: hidden;
  padding:0px;
  color:#666666;
  margin-bottom: 20px;
}
.portfolioImg {
  float:left;
  width: 280px;
  text-align:center;
  border-right: 1px #d8d8d8 solid;
  border-bottom: 1px #d8d8d8 solid;
  padding: 10px 0;
  background-color:#FFF;
  min-height: 160px;
}
.portfolioImg a {
  display:block;
  overflow:hidden;
  padding-bottom:5px;
}
.portProDetailText {
  width: 330px;
  float:left;
  padding: 10px;
  position:relative;
  height:150px;
}
.portProDetailText p {
  padding: 5px 0 0 5px;
}
.productDetail {
  border-right: 1px solid #d8d8d8;
  float:left;
}
.portProDetailText div {
  display:block;
  overflow:hidden;
  padding: 5px 0 0 5px;
  position:absolute;
  bottom:0px;
  font-size:12px;
}
.portProDetailText div ul {
  padding: 0 5px;
}
.portProDetailText div ul li {
  padding: 2px 0px;
}
.portProEdit {
  float:left;
}
.portProEdit ul li a {
  color: #083f53;
  cursor:pointer;
  float:none;
  font-size:12px;
  margin:0px 10px;
  padding:5px;
  width:auto;
  display:block;
}
/*-----*/

.pageRankRow {
  clear:both;
  overflow: hidden;
  /*background:transparent url(../images/blue_bar_bg.gif) repeat-x top left;*/
}
.pageRank {
  margin: 5px 0 0 0px;
  float:right;
  height: 20px;
  padding: 5px 10px 0px 0;
  font: normal 10px Verdana, Geneva, sans-serif;
  border-right: #bac2ca solid 1px;
  color:#888e94;
}
.pageRank strong {
  color:#000000;
  padding-right:4px;
}
.pagenumber_link a, .pagenumber_link {
  font: normal 11px Verdana, Geneva, sans-serif;
  color: #083f53;
}
.pagenumber_link a:hover {
  text-decoration:none;
}
.pagenumber_clicked {
  font: normal 11px Verdana, Geneva, sans-serif;
  color:#888e94;
  text-decoration: none;
}
.itemsPerPage select {
  margin:0px;
  font: normal 11px Verdana, Geneva, sans-serif;
}
.itemsPerPage {
  float:right;
  border-left: #FFFFFF solid 1px;
  margin: 5px 0px;
  padding: 2px 15px;
  font: bold 10px Verdana, Geneva, sans-serif;
}
.paperQuality {
  font: bold 17px Georgia, "Times New Roman", Times, serif;
  font-style:italic;
  color: #083f53;
  text-align: center;
  padding: 10px 0px 5px 0px;
}
/*--------------FAQ------------------*/

.contactBanner {
  width: 678px;
  height: 103px;
  background:#FFFFFF url(../images/contactinfo.gif) no-repeat top left;
}

.SubStore .contactBanner {
  width: 678px;
  height: 103px;
  background:#FFFFFF url(../images/contactinfo-sub.png) no-repeat top left;
}

.faqPageTitle {
  border-bottom:1px solid #EEF7FC;
  color: #083f53;
  font-size:17px;
  margin-bottom:1px;
  padding:5px 0 3px 0;
}
.faqLinksRow {
  clear:both;
  overflow: hidden;
  background-color:#e9f3fd;
  margin:0px;
}
.faqLinks {
  margin: 0px 0 0px 0px;
  height: 20px;
  padding: 8px 0px 0px 2px;
  font: normal 10px Verdana, Geneva, sans-serif;
  color:#888e94;
}
.faqLinks a {
  color: #083f53 !important;
  padding: 0px 4px 0px 4px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.faqLinks a:hover {
  color: #000 !important;
  text-decoration:none;
}
.faqLinks a:focus, .faqLinks a:active {
  color: #666 !important;
  text-decoration: none;
}
.faq_topic {
  font: normal 17px Verdana, Geneva, sans-serif;
  color: #083f53;
  margin:10px 10px 0 0px;
  padding:3px 0 3px 5px;
  border-left:3px solid #F2F8FD;
  border-top:2px solid #F2F8FD;
}
h2.faq_topic {
  margin: 0;
  margin-bottom: 5px;
  padding: 0 0 3px 5px;
  font: 17px Verdana, Geneva, sans-serif;
  color: #015BA7;
  background-color: #F2F2F2;
}
.faqTop a {
  float:right;
  font: normal 11px Verdana, Geneva, sans-serif;
  margin:0px 15px 15px 0px;
  text-decoration: underline;
  color: #015ba7;
}
.faqQuestion {
  font: bold 12px Verdana, Geneva, sans-serif;
  text-indent: 10px;
  margin-top: 5px;
  padding-left: 15px;
  background:transparent url(../images/blue_arrow.gif) no-repeat 15px 4px;
}
.faqQuestion span {
  font-weight: normal;
}
.faqAnswer {
  padding: 5px 5px 10px 15px;
  color: #444444;
  overflow: hidden;
  font: normal 12px/16px verdana;
  clear: both;
}
p.faqAnswer img {
  margin: 0px;
}
span.faqTip {
  padding:0 5px 5px 15px;
  color: #083f53;
  display:block;
}
span.faqNote {
  padding:0 5px 5px 15px;
  color: #FF0000;
  display:block;
}
.faqAnswer a {
  color: #083f53;
}
.faqAnswer a:hover {
  text-decoration:none;
}
.faqAnswer table {
  margin-left: 25px;
  margin-top: 10px;
  border: 1px solid #bdcfe9;
  overflow:hidden;
  font: normal 11px Arial, Helvetica, sans-serif;
  width: 450px;
}
.faqAnswer th {
  text-align:center;
  font-weight:bold;
}
.faqAnswer tr.contentRow {
  text-align:center;
  margin:0px;
  padding: 0px;
}
#totalCell {
  width: 100%;
}
.faqAnswer td {
  padding: 5px 0;
  border-top: 1px solid #bdcfe9;
  overflow:hidden;
  font: normal 11px Arial, Helvetica, sans-serif;
}
.faqAnswer .titleName {
  padding: 5px;
  background-color:#e9f2ff;
}

/* ------------------ Landing Pages ------------------ */

.landing_section {
  border: 1px solid #e8e8e8;
  padding: 0px 0px 10px 0px;
  overflow:hidden;
  margin-top:15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#middleContainer .landing_section h2 {
  color:#666;
  font: normal 17px Verdana;
  margin: 0 0 5px 0;
  padding:0;
  background:none;
  border: none;
}

#middleContainer .landing_section h2 a {
  margin: 1px;
  padding:5px 0 5px 10px;
  color:#666;
  text-decoration: none;
  display: block;
  background-color: #f4f4f4;
}

#middleContainer .landing_section h2 a:hover {
  background-color: #F1F8FF;
}

#middleContainer .landing_section h2 a span {
  color: #083f53;
  text-decoration: none;
  position:absolute;
  right:20px;
  margin-right: 10px;
}

p.cateContent {
  font: normal 12px verdana;
  color: #666;
  margin: 0 10px 10px 10px;
}

/*
* This vertical tab section is a very customized bit of CSS based on the jQuery UI CSS Framework
* Please do not rely on this part of the stylesheet for any other jQuery UI plugin unless you add in any necessary css yourself.
*/

/* Tabs
----------------------------------*/
.ui-tabs {
  position: relative;
  padding: 10px;
  zoom: 1;
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  margin: 0 0px 0 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: 5px 10px;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border: 0;
  padding: 0;
  background: none;
  width: 678px;
}
.ui-tabs .ui-tabs-hide {
  display: none !important;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Geneva, sans-serif/*{ffDefault}*/;
  font-size: 10px/*{fsDefault}*/;
}
.ui-widget .ui-widget {
  font-size: 10px;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Verdana, Geneva, sans-serif/*{ffDefault}*/;
  font-size: 10px;
}
.ui-widget-content {
  background: #fff/*{bgColorContent}*/;
  color: #444444/*{fcContent}*/;
  font-size: 12px;
}
.ui-widget-content a {
  color: #000/*{fcContent}*/;
}
.ui-widget-content ul, ol {
  list-style: disc outside;
  margin-left: 30px;
}
.ui-widget-content ol {
  list-style-position:inside;
  list-style-type:decimal;
  font-weight: bold;
}
.ui-widget-content ul li, ol li {
  padding: 5px 0;
  font: normal 12px/16px verdana;
}
.ui-widget-content h3 {
  font-size: 16px;
  color: #083f53;
  margin-top: 15px;
}
.ui-widget-content h4 {
  font: bold 12px verdana;
  color: #083f53;
  margin-top: 10px;
  margin-left: 6px;
  clear:both;
  padding:3px;
  background-color:#F8F8F8
}
.ui-widget-header { /*border: 1px solid #e2ebf5*//*{borderColorHeader}*//*; border-top: 0;*/
  background: #e9f3fd/*{bgColorHeader}*/;
  color: #222222/*{fcHeader}*/;
  font-weight: bold;
  font-size: 10px;
}
.ui-widget-header a {
  color: #000/*{fcHeader}*/;
  font-size: 10px;
}
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default {
  border-top: 1px solid #d4e0f3/*{borderColorDefault}*/;
  background: #e9f3fd/*{bgColorDefault}*/;
  font-weight: bold/*{fwDefault}*/;
  color: #083f53;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #083f53;
  text-decoration: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
  border-top: 1px solid #d4e0f3/*{borderColorHover}*/;
  background: #e9f3fd/*{bgColorHover}*/;
  font-weight: bold/*{fwDefault}*/;
  color: #000/*{fcHover}*/;
}
.ui-state-hover a, .ui-state-hover a:hover {
  color: #212121/*{fcHover}*/;
  text-decoration: none;
}
.ui-state-active, .ui-widget-content .ui-state-active {
  border-top: 1px solid #d4e0f3/*{borderColorActive}*/;
  background: #FFFFFF/*{bgColorActive}*/;
  font-weight: bold/*{fwDefault}*/;
  color: #000/*{fcActive}*/;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #666666/*{fcActive}*/;
  text-decoration: none;
}
.ui-widget :active {
  outline: none;
}
/* Vertical Tabs
----------------------------------*/
body {
  margin: 0;
  padding: 0;
}
#tabs {
  margin: 0;
  padding: 0;
}
.ui-tabs-vertical .ui-tabs-nav {
  float: left;
  width: 230px;
  margin-right: 20px;
}
.ui-tabs-vertical .ui-tabs-nav li {
  clear: left;
  width: 100%;
}
.ui-tabs-vertical .ui-tabs-nav li a {
  display: block;
  width:91%;
}
.ui-tabs-vertical .ui-tabs-nav li a:hover {
  background-color:#F6FBFF;
  color: #666666;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected {
}
.ui-tabs-vertical .ui-tabs-panel {
  float: left;
  width: 678px;
}
/*-----------------*/
  
/*-----------------------Cart---------------*/
.cartContainer {
  margin: 0px auto;
  padding: 20px 0 0 100px;
  width: auto;
}
.cartContainer a:hover {
  color:#000000;
  text-decoration:none;
}
#cartheader_remove {
  float:left;
  font-size:10px;
  color:#000000;
  background-color:#e1edff;
  font-weight:bold;
  width:45px;
  line-height:18px;
  border-right: #bdcfe9 1px solid;
  border-top: #bdcfe9 1px solid;
  border-left: #bdcfe9 1px solid;
  border-bottom: #bdcfe9 1px solid;
  vertical-align:middle;
}
.crossSellContainer {
  padding: 20px 0 0 00px;
  width: 635px;
  margin: 0px auto;
  border-top: 1px #cccccc solid;
}
.crossSellContainer a {
  padding-bottom:5px;
  color: #083f53;
  text-decoration:none;
}
.crossselllink {
  padding: 5px;
}
.newBorderColor {
  border:none;
  border-right: 1px red solid;
}
#cartitem_remove {
  float: left;
  font-family: Arial;
  font-size:10px;
  color: #083f53;
  background-color: white;
  text-align: left;
  text-decoration: none;
  width: 45px;
  line-height:33px;
  border-right: #bdcfe9 1px solid;
  border-bottom: #bdcfe9 1px solid;
  border-left: #bdcfe9 1px solid;
  text-align:center;
}
#cartheader_item {
  float:left;
  font-size:11px;
  color: #083f53;
  background-color:#e1edff;
  font-weight:bold;
  width:364px;
  line-height:18px;
  border-right: #bdcfe9 1px solid;
  border-top: #bdcfe9 1px solid;
  border-bottom: #bdcfe9 1px solid;
  text-align:left;
  vertical-align:middle;
  padding-left:2px;
}
#cartitem_item .cartItmeEdit {
  background:transparent url(../images/but_edit1.gif) repeat-x top left;
  font-weight:bold;
  line-height: 11px;
  padding: 5px 2px;
  position: absolute;
  width: 35px;
  float:right;
  margin-left: 5px;
  margin-top: 5px;
  text-indent: -99999px;
  text-decoration: none;
}
#cartitem_item .cartItmeEdit a {
  color:#FFFFFF;
  text-decoration: none;
  line-height: 0px;
}
#cartitem_item .cartItmeEdit a:hover {
  background-color:#FFFFFF;
  color: #083f53;
}
#cartitem_item {
  float:left;
  font-family: verdana;
  font-size: 11px;
  color: #000000;
  background-color:white;
  text-decoration: none;
  width:364px;
  border-right: #bdcfe9 1px solid;
  border-bottom: #bdcfe9 1px solid;
  text-align:left;
  line-height:33px;
  font-weight: bold;
  padding-left:2px;
}
#cartheader_qty {
  float:left;
  font-size:11px;
  color: #083f53;
  background-color:#e1edff;
  font-weight:bold;
  width:130px;
  line-height:18px;
  border-right: #bdcfe9 1px solid;
  border-top: #bdcfe9 1px solid;
  border-bottom: #bdcfe9 1px solid;
  vertical-align:middle;
  padding-left:2px;
  text-align:center;
}
#cartitem_qty {
  float:left;
  font-family: verdana;
  font-size: 11px;
  color: #000000;
  background-color:white;
  text-decoration: none;
  width:130px;
  line-height:33px;
  border-right: #bdcfe9 1px solid;
  border-bottom: #bdcfe9 1px solid;
  vertical-align:middle;
  padding-left:2px;
  text-align:center;
}
#cartheader_price {
  float:left;
  font-size:11px;
  color: #083f53;
  background-color:#e1edff;
  font-weight:bold;
  width:87px;
  line-height:18px;
  border-right: #bdcfe9 1px solid;
  border-top: #bdcfe9 1px solid;
  border-bottom: #bdcfe9 1px solid;
  vertical-align:middle;
  text-align: center;
}
#cartitem_price {
  float:left;
  font-family: verdana;
  font-size: 11px;
  color: #000000;
  background-color:white;
  text-align:center;
  text-decoration: none;
  width:87px;
  line-height:33px;
  border-right: #bdcfe9 1px solid;
  border-bottom: #bdcfe9 1px solid;
  vertical-align:middle;
  text-align:center;
}
.cartsummarylabel, .cartsummarylabelred {
  float:left;
  width:539px;
  color: #083f53;
  background-color:white;
  text-align:right;
  font-weight:bold;
  line-height:24px;
  border-right: #bdcfe9 1px solid;
  border-left: #bdcfe9 1px solid;
  border-bottom: #bdcfe9 1px solid;
  font-size:11px;
  padding-right:6px;
}
.cartsummarylabelred {
  color: #cc0000;
}
.cartsummaryitem, .cartsummaryitemred {
  float:left;
  width:87px;
  color: #083f53;
  background-color:White;
  text-align:left;
  font-weight:bold;
  text-align:center;
  border-right: #bdcfe9 1px solid;
  border-bottom: #bdcfe9 1px solid;
  font-size:11px;
  line-height:24px;
}
.cartsummaryitemred {
  color: #cc0000;
}
#cartbuttonrow {
  float:left;
  width:625px;
  text-align:right;
  padding-top:10px;
}
.BusinessStationeryFontMessage {
  font-family: verdana;
  font-size: 11px;
  color: #083f53;
  font-weight: bold;
}
.BusinessStationeryFontMessageCustomize {
  font-family: verdana;
  font-size:11px;
  color: #083f53;
}
/*------Kit Designer -----*/
.kitleftImg {
  vertical-align: middle;
  float: left;
  border:1px #bdcfe9 solid;
  padding: 5px;
  margin: 10px;
}
.kitleftImg img {
  padding: 0px;
}
.rightKitContainer {
  position: relative;
  float: right;
  width: 550px;
}
.kitProductTh {
  float: left;
  clear: both;
  width: 500px;
}
.rightKitContainer p {
  margin: 10px 5px 10px 5px;
  padding-bottom: 5px;
  font-size:12px;
  line-height:130%;
}
.kitProductTh img {
  float: left;
  margin-bottom: 10px;
  margin-left: 5px;
}
.kitProductTh span {
  margin: 0px;
  font: bold 11px verdana;
  color: #083f53;
}
.kitQuantity input {
  padding: 5px;
}
.kitQuantity {
  float: left;
  margin-left: 10px;
}
.kitContinue {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left:170px;
  overflow:hidden;
  float:left;
  clear:both;
  width: 100%;
}
.kitContinue a {
  width: 67px;
  height: 20px;
  background:transparent url(../images/but_continue.gif) no-repeat bottom left;
  text-indent: -9999px;
  display: block;
}
.searchTable {
  padding:10px;
  border: 5px white solid;
}
.searchTitle {
  font: bold 14px verdana;
}
.searchText {
  font: normal 11px verdana;
}
.searchLink {
  color: #555555;
}
/*-----------------Popup-------------*/
.confirmChanges {
  padding: 3px;
  width:575px;
  border:1px #e7e7e7 solid;
  margin: 0px auto;
  background-color: #FFFFFF;
}
.popupContainer, .myCIDPopupContainer {
  padding: 10px;
  background-color: #eaf4fd;
  overflow:hidden;
}
.popupContainer p {
  font: bold 14px Verdana, Geneva, sans-serif;
  color:#757a7e;
}
.popupContainerInner, .cidPopupInner {
  background-color: #FFFFFF;
  padding: 12px 5px;
}
.cidPopupInner {
  width: 450px;
}
.popupContainerInner p {
  font: normal 18px Verdana, Geneva, sans-serif;
  color: #083f53;
  text-align:center;
}
.popupContainerInner span {
  color: #FF0000;
}
.closePopup {
  margin:0px;
  position:absolute;
  top:5px;
  right: 5px;
}
a.deletePopup {
  width: 21px;
  height:21px;
  background: url(../images/popupClose.gif) no-repeat left bottom;
  display:block;
  cursor: pointer;
}
a:hover.deletePopup {
  background-position: left top;
}
.PopoupButtonWrapper {
  clear:both;
  margin:20px 0 20px 200px;
  overflow:hidden;
}
.popupInnerContainer {
  margin:5px;
}
.popupInnerContainer input {
  padding:2px;
}
/*-------Popup stuff not in kitReview.css-----*/
h1.uploadTitle {
  clear: both;
  color: #757A7E;
  font: bold 14px Verdana, Geneva, sans-serif;
}
.uploadImg {
  border: 3px solid #A0C7E8;
  margin: 10px 0 20px;
  padding: 5px 0 10px 10px;
}
.popupContainerInner ul {
  margin: 10px 0;
}
.popupContainerInner ul li {
  background: url("../images/square_bullete.gif") no-repeat scroll left 3px transparent;
  font: 12px/160% Verdana, Geneva, sans-serif;
  margin: 0;
  padding: 0 0 0 20px;
}
.popupContainerInner p.LegalDialog {
  color: #666666;
  font: 12px/140% Verdana, Geneva, sans-serif;
  text-align: left;
}
.popupContainerInner p.LegalDialog strong {
  color: #083f53;
}
.imageTerms {
  clear: both;
  margin: 0 0 20px;
  overflow: hidden;
}
.imageTerms p.LegalDialog {
  background-color: #FFFFFF;
  border: 1px solid #AECCE4;
  font: 11px Verdana, Geneva, sans-serif;
  padding: 10px;
}
.cropperInnerContainer {
  margin-top: 10px;
  text-align: center;
}
.crop-type-row {
  clear: both;
  margin: 5px 0;
}
.cropradioInput {
}
.cropRadioLabel {
  color: #083f53;
  font: bold 12px Verdana, Geneva, sans-serif;
  padding-left: 5px;
  white-space: nowrap;
}
.imageTerms p.CropDialog {
  background-color: #FFFFFF;
  border: 1px solid #AECCE4;
  font: 11px Verdana, Geneva, sans-serif;
  padding: 10px;
}
.cropperButtonWrapper {
  clear: both;
  float: right;
  text-align: right;
}
.cropperRightContainer {
  width: 248px;
}
#outOfBoundsWarning {
  color: #ff0000;
  font: 16px Verdana bold;
  text-align: center;
  width: 100%;
  display: none;
}
/*-------- Saved Popup ----- */

.saveTitle {
  font: normal 19px Verdana, Geneva, sans-serif;
  color: #083f53;
}
.savedContainer {
  padding: 5px 5px 15px 5px;
  border: 1px #a0c7e8 solid;
  margin:10px 0 20px 0;
  overflow:hidden;
}
.savedContainer ul {
  overflow: hidden;
  margin:0px
}
.savedContainer ul li {
  margin:0px;
  padding:0px;
  list-style-type:none;
  background: none;
  overflow:hidden;
  width: 215px;
  float:left;
  margin: 10px 8px;
}
.savedContainer ul li div {
  height:280px;
  position:relative;
}
.savedContainer p {
  font-size: 12px;
  line-height: 120%;
  left: 0px;
  position:relative;
  text-align: left;
}
.savedContainer p img {
  position: absolute;
  bottom:0px;
  left:0px;
}
.savedContainer ul li p.savedProName {
  text-align:center;
  font-weight: bold;
  padding:8px 0 10px;
}
.savedContainer ul li p.savedDate {
  text-align:center;
  font-size: 11px;
  line-height:80%;
}
.savedContainer ul li a {
  padding:10px;
  float:left;
  width: 190px;
  border: 1px #d0d0d0 solid;
  overflow: hidden;
  text-decoration:none;
  text-align:center;
  cursor:pointer;
}
.savedContainer ul li a:hover {
  background-color:#eaf4fd;
}
.savedRecoveryContainer {
  width: 730px;
}
.savedProImg {
  background-color:#FFF;
  height:245px;
}
span.deleteSavedImg {
  display: block;
  background-color:#ccdeec;
  color: #666666;
  top: 224px;
  left: 1px;
  position:absolute;
  padding:3px 10px;
}
.reCoveryButtonWrapper {
  clear: both;
  margin:0 0 10px 315px;
  float:left;
}
.saveLoginTitle {
  font: normal 17px Verdana, Geneva, sans-serif;
  color: #083f53;
  clear:both;
  margin:5px 5px 0;
}
/* ------------------------- Footer CSS ---------------------- */
#footer {
  margin:0px auto;
  height: 100px; /* .push must be the same height as .footer */
  clear:both;
  background-color:#eeeeee;
  overflow: hidden;
  position: relative;/*   border: 1px #FF0000 solid;  testing*/
  background: url(../images/footer-bg-rptr.png);
  padding-top: 20px;
}

}
.innerFooter {
  padding-top: 15px;
  border-top: 1px #a9a9a9 solid;
}
div#footer .footerlinks {
  clear:both;
  margin: 0 auto;
  padding-bottom: 5px;
  font:11px Verdana;
  color:#fff;
  text-align:center;
}
div#footer .footerlinks a:hover {
  text-decoration:underline;
}
div#footer .copyright {
  clear:both;
  margin:0 auto;
  padding-top: 10px;
  font-family:Verdana;
  font-size:10px;
  color:#fff;
  text-align:center;
}
.copyright a {
  color:#5a5a5c;
  text-decoration:none;
}
.copyright a:hover {
  text-decoration:underline;
}
/* ------------------------- Footer CSS End---------------------- */
 
 .errorlarge {
  FONT-WEIGHT: bold;
  FONT-SIZE: 14pt;
  COLOR: #cc0000;
  FONT-FAMILY: Arial
}
.myAccountDashboardMessage {
  FONT-WEIGHT: bold;
  FONT-SIZE: 8pt;
  COLOR: #cc0000;
  FONT-FAMILY:Arial;
  padding-bottom: 10px;
}


/* ------------------------- Traffic Cop CSS---------------------- */

#traffic-cop{
  margin-top: 20px;
}

#traffic-cop-hero{
  width: 940px;
  height: 245px;
  background: url(../images/trfccop_hero.jpg) no-repeat left top;
  margin-bottom: 10px;
}

#traffic-cop-bkts{
  
}

#traffic-cop-bkts div{
  float: left;
  width: 300px;
  height: 207px;
  margin-right: 20px;
}

#traffic-cop-bkt-1{
  background: url(../images/trfccop_bkt_1.jpg) no-repeat left top;
}

#traffic-cop-bkt-2{
  background: url(../images/trfccop_bkt_2.jpg) no-repeat left top;
}

#traffic-cop-bkt-3{
  background: url(../images/trfccop_bkt_3.jpg) no-repeat left top;
}

div#franchise-portal{
  float: none;
  height: auto;
  width: auto;
  margin-right:0;
  text-align: center;
  margin-top: 84px;
}

div#franchise-portal input.text{
  font-size: 14px;
  padding: 3px;
  font-style:italic;  
}

div#franchise-portal .button{
  height: 25px;
  border-left: 0;
  width: 40px;
}

.img-replace {
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 100%;
}

.no-display{
  display: none;
}

.last{
  margin-right: 0 !important;
}

.clear{
  clear: both;
}

.ie7 #topMenuLeft { display: none;}

.ie7 #header{height: 116px}

.SubStore {
  background: none;
}

#hero-home {
  height:  247px;
  width: 940px;
  background: url(../images/TS_14002_DepositBagWebBanner.jpg);
}

#hero-home h2{
  background: none;
  text-indent: -9999px;
}

#hero-home ul{
  text-indent: -9999px;
}

#buckets-home {
  
}

#buckets-home a {
 text-decoration: none;
}

.home-bucket{
  width: 223px;
  float: left;
  margin-right: 16px;
  height:  200px;
  background-position: left 20px;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}

.home-bucket.last{
  margin-right: 0;
}

#middleContainer .home-bucket h3{
  color: #083f53;
  padding: 0;
  font-size: 14.5px;
  font-weight: bold;
}

#middleContainer .home-bucket .label {
  position: absolute;
  bottom: 0px;
  text-align: center;
  height: 32px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  margin: 0 auto 0 auto;
  width: 100%;
}

#middleContainer .home-bucket .badge {
  width:  84px;
  height: 75px;
  background-image: url(../images/bkt-badge.png);
  text-align: center;
  padding-right: 8px;
  padding-top: 18px;
  position: absolute;
  right:  -20px;
  top: 0px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.home-bucket p small{
  
}

.home-bucket a {
  display: block;
  width:  223px;
}

.home-bucket a:hover{
  text-decoration: underline;
}

#dp-bucket{
  background-image: url(../images/deposit-slips-bkt.jpg);
}

#checks-bucket{
  background-image: url(../images/checks-bkt.jpg);
}

#bags-bucket{
  background-image: url(../images/9214_TS_security-bags-bkt.jpg);
}

#stamps-bucket{
  background-image: url(../images/9214_TS_stamps-bkt.jpg);
}

.cross-sell-home{
  margin-bottom: 60px;
}

#middleContainer .cross-sell-home .cs-bucket{
  width:  172px;
  color: #4f4f4f;
  float: left;
  margin-right: 19px;
}

.cs-bucket.last {
  margin-right: 0;
}

.cs-bucket h4{
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 3px;
}

.cs-bucket a {
  color: #083f53;
  text-decoration: none;
  }
.cs-bucket a:hover {
  text-decoration: underline;
  }

.cs-bucket .price {
  color: #32681d;
  margin-top: 3px;
}

/*--------------- TranSource Substore CSS ------------------*/

body.SubStore {
  background: #fff url(../images/substore-body-bg.gif) repeat-x left top;
}

.SubStore #header {
  background: none;
}

.SubStore #hero-home {
  height:247;
  width:940;
  position:relative;
}
.SubStore #hero-home a{
  display:block;
  position:absolute;
  height: 100%;
  width:100%;
  top:0px;
  text-indent:-9999px;
}

.SubStore #searchForm {
  width: 340px;
  height: 36px;
  background: url(../images/substore-search-bg.png);
  position: absolute;
  top: 0;
  right:0;
  padding: 7px 0 0 24px;
}

.SubStore div#subNav .subnavLink a {
  color: #f78522 !important;
}

.SubStore #footer {
  background: url(../images/substore-footer-bg.gif);
}

.SubStore #searchForm label {
  color: #666;
}

.SubStore .cs-bucket a {
  color: #555;
}

.SubStore .breadcrumb {
  color: #555;
}

.SubStore #middleContainer h2 {
  background-color: #EFEFEF;
}

.SubStore #hero-home h2 {
  background: none;
  text-indent: -9999px;
}

.SubStore #middleContainer h1, .SubStore #middleContainer .top-products, .SubStore .billingBoxmiddle h3, .SubStore #homeLeftContainer h2 span, .SubStore .homeViewAll a, .SubStore .blueLink a, .SubStore .editTextLink a, .SubStore .breadcrumb, .SubStore .breadcrumb a:visited, .SubStore .breadcrumb a:active, .SubStore .softwareComments strong, .SubStore .softwareComments ul li a, .SubStore .editAccountLink strong, .SubStore .editAccountLink ul li a, .SubStore .editAccountLink ul li a:hover, .SubStore .homeContent ul li a:hover, .SubStore .homeProductTitle, .SubStore .contactInfo h6, .SubStore .dashBoardLink ul li a, .SubStore .dashBoardLink ul li a:hover, .SubStore .dashBoardBoxTitle a, .SubStore .dashBoardBoxTitle a:hover, .SubStore p.savedProLink span a, .SubStore .portProEdit ul li a, .SubStore .pagenumber_link a, .SubStore .pagenumber_link, .SubStore .paperQuality, .SubStore .faqPageTitle, .SubStore .faqLinks a, .SubStore .faq_topic, .SubStore h2.faq_topic, .SubStore .faqTop a, .SubStore span.faqTip, .SubStore .faqAnswer a, .SubStore .ui-widget-content h3, .SubStore .ui-widget-content h4, .SubStore .ui-state-default, .SubStore .ui-widget-content .ui-state-default, .SubStore .ui-state-default a, .SubStore .ui-state-default a:link, .SubStore .ui-state-default a:visited, .SubStore .crossSellContainer a, .SubStore #cartitem_remove, .SubStore #cartheader_item, .SubStore #cartitem_item .cartItmeEdit a:hover, .SubStore #cartheader_qty, .SubStore #cartheader_price, .SubStore .cartsummarylabel, .SubStore .cartsummarylabelred, .SubStore .cartsummaryitem, .SubStore .cartsummaryitemred, .SubStore .BusinessStationeryFontMessage, .SubStore .BusinessStationeryFontMessageCustomize, .SubStore .kitProductTh span, .SubStore .popupContainerInner p, .SubStore .popupContainerInner p.LegalDialog strong, .SubStore .cropRadioLabel, .SubStore .saveTitle, .SubStore .saveLoginTitle, .SubStore #dp-bucket {
  color: #555;
}

.two_column {
  width: 400px;
  margin: 40px 0 40px 45px;
  float: left;
}

.two_column h4 {
  color: #025c64;
  font-size: 10pt;
  font-weight: bold;
  margin-top: 10px;
}

.landingPage_callOut {
  background: #e5eeef;
  padding: 30px;
  margin: 10px 45px;
  clear: both;
  text-align: center;
  border-radius: 20px;
}

.landingPage_callOut p {
   font-size: 13pt;
  line-height: 28px;
}

.landingPage_callOut span {
  font-weight: bold;
}

.landingPage_callOut p.phoneNumber {
  color: #025c64;
  font-size: 50pt;
  font-weight: bold;
  line-height: 75px;
}

/* TranSource Overwrite */
.downarrowclass {
  display: none;
}

.bannerLeft {
    float: left;
    width: 941px;
    overflow: hidden;
}
.picture-slides-container {
    position: relative;
    overflow: hidden;
    height: 255px;
}
.picture-slides-thumbnails {
    left: 15px;
    bottom: 19px;
}
.picture-slides-thumbnails li {
    border-color: #d6d6d6;
}


.pos-video {
    background-color: #eee;
    padding: 30px;
    margin-top: 30px;
    overflow: hidden;
  }

  .pos-video h3 {
    font-size: 22px !important;
    margin: 15px 0 !important;
    padding: 0 !important;
  }

  .pos-video p {
    font-size: 16px;
    line-height: 24px;
  }

  .narrow-block {
    width: 410px;
    margin-right: 40px;
    float: left;
  }

  .no-margin-right {
    margin-right: 0;
  }

  .pos-container {
    width: 940px;
    float: left;
    margin-bottom: 30px;
  }

  .pos-container h1 {
    font-weight: bold;
    margin: 10px 0;
    border: none !important;
  }

  h2.pos-title {
    font-size: 22px !important;
    background-color: #024321 !important;
    color: #ffffff !important;
    margin: 30px 0 !important;
    padding: 15px 25px !important;
    text-transform: uppercase !important;
    overflow: auto !important;
  }

  .pos-container h3 {
    font-size: 20px !important;
    margin: 15px 0 !important;
    padding: 0 !important;
    color: #024321;
  }

  .pos-container p {
    font-size: 14px;
    line-height: 22px;
  }

  .wide-block {
    width: 450px;
    float: left;
  }

  a.download-button {
    display: inline-block;
    color: #024321;
    border: 1px solid #024321;
      padding: 12px;
      font-size: 13px;
      text-transform: uppercase;
      text-align: center;
      margin-top: 20px;
      text-decoration: none;
  }

  a.download-button:hover {
    background-color: #eee;
  }

/*--------------------- Little Caesars CSS---------------------------*/

.LittleCaesars #searchForm input.searchGo {
  background-color: #e96c00;
}

.LittleCaesars #header h1 a {
  background: url(../images/sub-logo-caesars.png) no-repeat left top;
  width: 232px;
  height: 64px;
  display: block;
  text-indent: -9999px;
}

.LittleCaesars #hero-home {
  background: url(../images/sp_bnr_trans-little.jpg);
}

.LittleCaesars #middleContainer .home-bucket p.badge{
    background-image: url(../images/lc_bkt-badge.png);
 }

.LittleCaesars #dp-bucket{
  background-image: url(../images/lc_bucket1.png);
}

.LittleCaesars #checks-bucket{
  background-image: url(../images/lc_bucket2.png);
}

.LittleCaesars #bags-bucket{
  background-image: url(../images/lc_bucket3.png);
}

.LittleCaesars #stamps-bucket{
  background-image: url(../images/lc_stamps-bkt.jpg);
}

.LittleCaesars .cs-bucket .price {
  color: #e14600;
}

.LittleCaesars .mainNavigation ul li a:hover {
  color: #ec9948;
  text-decoration: none;
}

.LittleCaesars .mainNavigation ul li ul li a:hover {
/*sub menus hover style*/
    color: #ec9948;
  text-decoration: none;
}

.LittleCaesars .mainNavigation ul li a.selactive {
  color: #ec9948;
  cursor: default;
}

.LittleCaesars .mainNavigation ul li a:hover.selactive {
  color: #ec9948;
  cursor: default;
}

.LittleCaesars #middleContainer .home-bucket h3{
  color: #ec9948;
}



/*--------------------- Papa John's CSS---------------------------*/

.PapaJohns #searchForm input.searchGo {
  background-color: #35934c;
}

.PapaJohns #header h1 a {
  background: url(../images/pj_logo.jpg) no-repeat left top;
  width: 232px;
  height: 64px;
  display: block;
  text-indent: -9999px;
}

.PapaJohns #hero-home {
  background: url(../images/PapaJohns_DT.jpg);
}

.PapaJohns #middleContainer .home-bucket p.badge{
    background-image: url(../images/pj_bkt-badge.png);
 }

.PapaJohns #dp-bucket{
  background-image: url(../images/pj_deposit-slips-bkt.jpg);
}

.PapaJohns #checks-bucket{
  background-image: url(../images/pj_checks-bkt.jpg);
}

.PapaJohns #bags-bucket{
  background-image: url(../images/pj_security-bags-bkt.jpg);
}

.PapaJohns #stamps-bucket{
  background-image: url(../images/pj_stamps-bkt.jpg);
}

.PapaJohns div#subNav .subnavLink a {
  color: #e54542 !important;
}

.PapaJohns .cs-bucket .price {
  color: #e54542;
}

.PapaJohns div#subNav .subnavLink a, .PapaJohns .cs-bucket .price, .PapaJohns #middleContainer .home-bucket h3, .PapaJohns #middleContainer .top-products{
  color: #e54542 !important;
}

.PapaJohns #myslidemenu a:hover {
  color: #cccccc;
}

/*--------------------- McDonald's CSS - Current Template---------------------------*/

.McDonalds #searchForm input.searchGo {
  background-color: #ad2330;
}

.McDonalds #header h1 a {
  background: url(../images/mcd_logo.jpg) no-repeat left top;
}

.McDonalds #hero-home {
  background: url(../images/McDonalds_DT.jpg);
}

.McDonalds #middleContainer .home-bucket p.badge{
    background-image: url(../images/mcd_bkt-badge.png);
 }


.McDonalds #dp-bucket{
  background-image: url(../images/mcd_std-dt.png);
}

.McDonalds #checks-bucket{
  background-image: url(../images/mcd_ac-dt.png);
}

.McDonalds #bags-bucket{
  background-image: url(../images/mcd_chk-bkt.png);
}

.McDonalds #stamps-bucket{
  background-image: url(../images/mcd_stamps-bkt.jpg);
}

.McDonalds div#subNav .subnavLink a, .McDonalds .cs-bucket .price, .McDonalds #middleContainer .home-bucket h3, .McDonalds #middleContainer .top-products{
  color: #ad2330 !important;
}


.McDonalds .mainNavigation ul li a:hover {
  color: #f8a512;
  text-decoration: none;
}

.McDonalds .mainNavigation ul li ul li a:hover {
/*sub menus hover style*/
    color: #f8a512;
  text-decoration: none;
}

.McDonalds .mainNavigation ul li a.selactive {
  color: #f8a512;
  cursor: default;
}

.McDonalds .mainNavigation ul li a:hover.selactive {
  color: #f8a512;
  cursor: default;
}



/*--------------------- Sally Beauty CSS---------------------------*/

/* .SallyBeauty #searchForm input.searchGo {
  background-color: #ad2330;
}

.SallyBeauty #header h1 a {
  background: url(../images/sally_logo.jpg) no-repeat left top;
  width: 232px;
  height: 64px;
  display: block;
  text-indent: -9999px;
}

.SallyBeauty #hero-home {
  background: url(../images/sally_hero.jpg);
}

.SallyBeauty #middleContainer .home-bucket p.badge{
    background-image: url(../images/sally_bkt-badge.png);
 }

.SallyBeauty #dp-bucket{
  background-image: url(../images/sally_deposit-slips-bkt.jpg);
}

.SallyBeauty #checks-bucket{
  background-image: url(../images/sally_checks-bkt.jpg);
}

.SallyBeauty #bags-bucket{
  background-image: url(../images/sally_security-bags-bkt.jpg);
}

.SallyBeauty #stamps-bucket{
  background-image: url(../images/sally_stamps-bkt.jpg);
} */

.SallyBeauty div#subNav .subnavLink a {
  color: #c4002b !important;
}

/* .SallyBeauty .cs-bucket .price {
  color: #c4002b;
} */

/*--------------------- Enterprise CSS---------------------------*/


.EnterpriseRentACar #header h1 a {
  background: url(../images/enterprise_logo.png) no-repeat left top;
  width: 250px;
  height: 64px;
  display: block;
  text-indent: -9999px;
}

.EnterpriseRentACar .mainNavigation ul li a:hover {color:#ccc;}

.EnterpriseRentACar #hero-home {
  background: url(../images/enterprise_hero.jpg);
}

.EnterpriseRentACar div#subNav .subnavLink a {color:#152C3C !important}

.EnterpriseRentACar #middleContainer .home-bucket p.badge{
    background-image: url(../images/enterprise_bkt-badge.png);
 }

.EnterpriseRentACar #dp-bucket{
  background-image: url(../images/enterprise_deposit-slips-bkt.jpg);
  margin: 0 0 0 10%;
}

.EnterpriseRentACar #checks-bucket{
  background-image: url(../images/enterprise_checks-bkt.jpg);
}

.EnterpriseRentACar #bags-bucket{
  background-image: url(../images/enterprise_security-bags-bkt.jpg);
  margin: 0 5%;
}

.EnterpriseRentACar #stamps-bucket{
  background-image: url(../images/enterprise_stamps-bkt.jpg);
}

.EnterpriseRentACar .cs-bucket .price {
  color: #336b2c;
}

.EnterpriseRentACar div.paymentPage div fieldset {
  padding:  20px;
  text-align: center;
}

.EnterpriseRentACar div.paymentPage div fieldset input{
  border: 1px solid #333;
  height:  20px;
  width: 240px;
}

.EnterpriseRentACar div.paymentPage div label {
  width: auto;
  float:  none;
  font-size: 14px;
}

/*--------------------- HR Block CSS---------------------------*/

.HRBlock #searchForm input.searchGo {
  background-color: #ad2330;
}

.HRBlock #header h1 a {
  background: url(../images/hrblock_logo.jpg) no-repeat left top;
  width: 232px;
  height: 64px;
  display: block;
  text-indent: -9999px;
}

.HRBlock #hero-home {
  background: url(../images/hrblock_hero.jpg);
}

.HRBlock #middleContainer .home-bucket p.badge{
    background-image: url(../images/hrblock_bkt-badge.png);
 }

.HRBlock #dp-bucket{
  background-image: url(../images/hrblock_deposit-slips-bkt.jpg);
}

.HRBlock #checks-bucket{
  background-image: url(../images/hrblock_checks-bkt.jpg);
}

.HRBlock #bags-bucket{
  background-image: url(../images/hrblock_security-bags-bkt.jpg);
}

.HRBlock #stamps-bucket{
  background-image: url(../images/hrblock_stamps-bkt.jpg);
}

.HRBlock div#subNav .subnavLink a {
  color: #53952c !important;
}

.HRBlock .cs-bucket .price {
  color: #53952c;
}

/*--------------------- Jackson Hewitt CSS---------------------------*/

.JacksonHewitt #searchForm input.searchGo {
  background-color: #ad2330;
}

.JacksonHewitt #header h1 a {
  background: url(../images/jh_logo.jpg) no-repeat left top;
  width: 232px;
  height: 64px;
  display: block;
  text-indent: -9999px;
}

.JacksonHewitt #hero-home {
  background: url(../images/jacksonhewitt_hero.jpg);
}

.JacksonHewitt #middleContainer .home-bucket p.badge{
    background-image: url(../images/jacksonhewitt_bkt-badge.png);
 }

.JacksonHewitt #dp-bucket{
  background-image: url(../images/jacksonhewitt_deposit-slips-bkt.jpg);
}

.JacksonHewitt #checks-bucket{
  background-image: url(../images/jacksonhewitt_checks-bkt.jpg);
}

.JacksonHewitt #bags-bucket{
  background-image: url(../images/jacksonhewitt_security-bags-bkt.jpg);
}

.JacksonHewitt #stamps-bucket{
  background-image: url(../images/jacksonhewitt_stamps-bkt.jpg);
}

.JacksonHewitt div#subNav .subnavLink a {
  color: #c4002b !important;
}

.JacksonHewitt .cs-bucket .price {
  color: #c4002b;
}

/*--------------------- CKE CSS---------------------------*/

.CKERestaurants #searchForm input.searchGo {
  background-color: #ef3e3b;
  border-color:#777
}

.CKERestaurants #header h1 a {
  background: url(../images/cke_logo.jpg) no-repeat left top;
  width: 232px;
  height: 64px;
  display: block;
  text-indent: -9999px;
}

.CKERestaurants #hero-home {
  background: url(../images/cke_hero.jpg);
}

.CKERestaurants #middleContainer .home-bucket p.badge{
    background-image: url(../images/cke_bkt-badge.png);
 }

.CKERestaurants #dp-bucket{
  background-image: url(../images/cke_deposit-slips-bkt.jpg);
}

.CKERestaurants #checks-bucket{
  background-image: url(../images/cke_checks-bkt.jpg);
}

.CKERestaurants #bags-bucket{
  background-image: url(../images/cke_security-bags-bkt.jpg);
}

.CKERestaurants #stamps-bucket{
  background-image: url(../images/cke_stamps-bkt.jpg);
}

.CKERestaurants div#subNav .subnavLink a {
  color: #777 !important;
}

.CKERestaurants .cs-bucket .price {
  color: #ef3e3b;
}

.CKERestaurants #middleContainer .home-bucket h3 {color:#555}
.CKERestaurants .mainNavigation ul li a:hover, .CKERestaurants .mainNavigation ul li a.selactive, .CKERestaurants .mainNavigation ul li a:hover.selactive {color:#f5d930}

.CKERestaurants #middleContainer .landing_section h2 a:hover {background-color:#f9d738}
.CKERestaurants #searchForm input {border-color:#777}
.CKERestaurants #middleContainer .landing_section h2 a span {color:#777}
.CKERestaurants .recThumbnailTitle {color:#777}
.CKERestaurants #middleContainer h1 {border-color:#ededed}
.CKERestaurants div.contactAddress fieldset legend {color:#777}
.CKERestaurants .contactInfo h6 {border-color:#ededed}
.CKERestaurants .dashBoardBoxTitle {color:#333}


/*--------------------- SONIC CSS---------------------------*/

/* body.Sonic {
  background:#fff;
  height:100%;
  z-index:0;
}
*/
.Sonic #searchForm input.searchGo {
  background-color: #0e3c70;
}

.Sonic #header h1 a {
  background: url(../images/sonic_logo.jpg) no-repeat left top;
  width: 232px;
  height: 64px;
  display: block;
  text-indent: -9999px;
}

.Sonic #hero-home {
  background: url(../images/sonic_hero.jpg);
}

.Sonic #middleContainer .home-bucket p.badge{
    background-image: url(../images/sonic_bkt-badge.png);
 }

.Sonic #dp-bucket{
  background-image: url(../images/sonic_deposit-slips-bkt.jpg);
}

.Sonic #checks-bucket{
  background-image: url(../images/sonic_checks-bkt.jpg);
}

.Sonic #bags-bucket{
  background-image: url(../images/sonic_security-bags-bkt.jpg);
}

.Sonic #stamps-bucket{
  background-image: url(../images/sonic_stamps-bkt.jpg);
}


.Sonic div#subNav .subnavLink a {
  color: #0e3c70 !important;
}

.Sonic .cs-bucket .price {
  color: #ef3e3b;
}
.Sonic .mainNavigation ul li a:hover {
  /*background: black; tab link background during hover state*/
  color: #F9E42F;
  text-decoration:none;
}

.Sonic .mainNavigation ul li a.selactive, .Sonic .mainNavigation ul li a.selactive:hover {
    color: #F9E42F;
    cursor: default;
}
.Sonic #middleContainer .landing_section h2 a:hover{
  background-color:#F7EC9B;
  color:#666666;
  display:block;
  margin-bottom:1px;
  margin-left:1px;
  margin-right:1px;
  margin-top:1px;
  padding-bottom:5px;
  padding-left:10px;
  padding-right:0;
  padding-top:5px;
  text-decoration:none;
}

.Sonic .dashBoardBoxTitle {color:#333}

/*--------------------- LEAP CSS---------------------------*/

.CricketWireless #searchForm input.searchGo {
  background-color: #AED456;
}

.CricketWireless #header h1 a {
  background: url(../images/cricket_logo.jpg) no-repeat left top;
  width: 232px;
  height: 84px;
  display: block;
  text-indent: -9999px;
}

.CricketWireless #hero-home {
  background: url(../images/LeapWireless_hero.jpg);
}

.CricketWireless #middleContainer .home-bucket p.badge{
    background-image: url(../images/LeapWireless_bkt-badge.png);
 }

.CricketWireless #dp-bucket{
  background-image: url(../images/LeapWireless_deposit-slips-bkt.jpg);
}

.CricketWireless #checks-bucket{
  background-image: url(../images/LeapWireless_checks-bkt.jpg);
}

.CricketWireless #bags-bucket{
  background-image: url(../images/LeapWireless_security-bags-bkt.jpg);
}

.CricketWireless #stamps-bucket{
  background-image: url(../images/LeapWireless_stamps-bkt.jpg);
}

.CricketWireless div#subNav .subnavLink a {
  color: #929292 !important;
}

.CricketWireless .cs-bucket .price {
  color: #220770;
}

.CricketWireless .mainNavigation ul li a:hover {
  /*background: black; tab link background during hover state*/
  color: #BFE861;
  text-decoration:none;
}

.CricketWireless .mainNavigation ul li a.selactive, .CricketWireless .mainNavigation ul li a.selactive:hover {
    color: #BFE861;
    cursor: default;
}
.CricketWireless #middleContainer .landing_section h2 a:hover{
  background-color:#CCDDA4;
  color:#666666;
  display:block;
  margin-bottom:1px;
  margin-left:1px;
  margin-right:1px;
  margin-top:1px;
  padding-bottom:5px;
  padding-left:10px;
  padding-right:0;
  padding-top:5px;
  text-decoration:none;
}

.CricketWireless .dashBoardBoxTitle {color:#333}

/*--------------------- StateFarm CSS---------------------------*/
.StateFarm a:hover {color:#ec0c21}
.StateFarm #searchForm input.searchGo {
  background-color: #ec0c21;
  border-color:#777
}

.StateFarm #header h1 a {
  background: url(../images/SF_Logo_Red_Standard_Horz.png) no-repeat left top;
  width: 250px;
  height: 77px;
  display: block;
  text-indent: -9999px;
}

.StateFarm #hero-home {
  background: url(../images/RC_StateFarmHero-CS1544-2023-01.jpg);
}

.StateFarm #middleContainer .home-bucket p.badge{
    background-image: url(../images/sf_bkt-badge.png);
 }

.StateFarm #dp-bucket{
  background-image: url(../images/sf_deposittickets-bkt.jpg);
}

.StateFarm #checks-bucket{
  background-image: url(../images/sf_allchecks-bkt.jpg);
}

.StateFarm #accessories-bucket{
  background-image: url(../images/sf_accessories-bkt.jpg);
}

.StateFarm #envelopes-bucket{
  background-image: url(../images/SF_Envelopes-bucket.jpg);
}

.StateFarm div#subNav .subnavLink a {
  color: #7f7e7d !important;
}
.StateFarm div#subNav .subnavLink a:hover {
  color: #ec0c21 !important;
}

.StateFarm #middleContainer .home-bucket h3 {color:#555}

.StateFarm div#footer .footerlinks a:hover {
  color:#e4e3e3 !important;
}

.StateFarm p.cartImg a:hover {color:#e4e3e3;}
.StateFarm .mainNavigation ul li a:hover, .StateFarm .mainNavigation ul li a.selactive, .StateFarm .mainNavigation ul li a:hover.selactive {color:#e4e3e3;}

.StateFarm #middleContainer .landing_section h2 a:hover {background-color:#ec0c21;}
.StateFarm #searchForm input {border-color:#777}
.StateFarm #middleContainer .landing_section h2 a span {color:#777}
.StateFarm .recThumbnailTitle {color:#777}
.StateFarm #middleContainer h1 {border-color:#ededed}
.StateFarm div.contactAddress fieldset legend {color:#777}
.StateFarm .contactInfo h6 {border-color:#ededed}
.StateFarm .dashBoardBoxTitle {color:#333}

/*--------------------- ColorTyme CSS---------------------------*/

/* body.ColorTyme {
  background:#fff;
  height:100%;
  z-index:0;
}
*/
.ColorTyme #searchForm input.searchGo {
  background-color: #00643a;
}

.ColorTyme #header h1 a {
  background: url(../images/ColorTyme_logo.jpg) no-repeat left top;
  width: 232px;
  height: 64px;
  display: block;
  text-indent: -9999px;
}


.ColorTyme #hero-home {
  background: url(../images/ColorTyme_DT.jpg);
}

.ColorTyme #middleContainer .home-bucket p.badge{
    background-image: url(../images/ColorTyme_bkt-badge.png);
 }

.ColorTyme #dp-bucket{
  background-image: url(../images/ColorTyme_deposit-slips-bkt.jpg);
}

.ColorTyme #checks-bucket{
  background-image: url(../images/ColorTyme_checks-bkt.jpg);
}

.ColorTyme #bags-bucket{
  background-image: url(../images/ColorTyme_security-bags-bkt.jpg);
}

.ColorTyme #stamps-bucket{
  background-image: url(../images/ColorTyme_stamps-bkt.jpg);
}


.ColorTyme div#subNav .subnavLink a {
  color: #00643a !important;
}

.ColorTyme .cs-bucket .price {
  color: #ef3e3b;
}
.ColorTyme .mainNavigation ul li a:hover {
  /*background: black; tab link background during hover state*/
  color: #5fbd81;
  text-decoration:none;
}

.ColorTyme .mainNavigation ul li a.selactive, .ColorTyme .mainNavigation ul li a.selactive:hover {
    color: #5fbd81;
    cursor: default;
}
.ColorTyme #middleContainer .landing_section h2 a:hover{
  background-color:#abc9b5;
  color:#666666;
  display:block;
  margin-bottom:1px;
  margin-left:1px;
  margin-right:1px;
  margin-top:1px;
  padding-bottom:5px;
  padding-left:10px;
  padding-right:0;
  padding-top:5px;
  text-decoration:none;
}

.ColorTyme .dashBoardBoxTitle {color:#333}

/* --------------------- Contribucheck --------------------- */

.Contribucheck #header h1 {top:20px;}
.Contribucheck #header h1 a {
  background: url(../images/Contribuchecklogo.jpg) no-repeat left top;
  width: 238px;
  height: 55px;
  display: block;
  text-indent: -9999px;
}

.Contribucheck .mainNavigation ul li a:hover,.Contribucheck .mainNavigation ul li a.selactive:hover,.Contribucheck .mainNavigation ul li a.selactive {color:#ade0fd; cursor:pointer}

.Contribucheck #hero-home {
  background: url(../images/contribucheck_hero.jpg) no-repeat left top;
}
.Contribucheck #middleContainer .home-bucket p.badge{
    background-image: url(../images/contribucheck_bkt-badge.png);
 }
.Contribucheck #middleContainer .home-bucket h3 {
  color: #575757;  
}

.Contribucheck #main-bkt-1{
  background-image: url(../images/contribucheck_main-bkt-1.jpg);
}

.Contribucheck #main-bkt-2{
  background-image: url(../images/contribucheck_main-bkt-2.jpg);
}

.Contribucheck #main-bkt-3{
  background-image: url(../images/contribucheck_main-bkt-3.jpg);
}

.Contribucheck #main-bkt-4{
  background-image: url(../images/contribucheck_main-bkt-4.jpg);
}

.Contribucheck div#subNav .subnavLink a {
  color: #3458b8 !important;
}

.Contribucheck p.cartImg a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}
.Contribucheck .cartImg {
  background: url("../images/cartImg.png") no-repeat scroll left 7px transparent;
  color: #FFFFFF;
  float: right;
  font: 11px Verdana, Geneva, sans-serif;
  left: 5px;
  padding: 7px 0 6px 23px;
  position: relative;
  /*top: -35px;*/
}

.Contribucheck #searchForm input.searchGo {
background-color: #6ab443;
color: white;
padding: 2px 0 4px 0px;
margin: 0px 0px 0px -5px;
width: 36px;
height: 21px;
cursor: pointer;
font-weight: bold;
color: white;
text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
font-family: Helvetica, Arial, Geneva, sans-serif;
font-size: 12px;
border: 1px solid #152C3C;
}
/*--------------------- email subscription ---------------------------*/

#email-subscribe {
     background: none repeat scroll 0pt 0pt #F2F2F2;
     border-radius: 10px 10px 10px 10px;
     border: 1px solid #DDDDDD;
     margin: 5px 0pt 15px;
     overflow: hidden;
     padding: 10px 8px 10px 40px;
     
}

#email-subscribe label {
     color: #888888;
     display: block;
     float: left;
     font-size: 14px;
     margin-right: 10px;
     position: relative;
     top: 2px;
}

#email-subscribe .text {
     float: left;
     height: 24px;
     width: 280px;
     padding-left: 5px;
     font-size: 12px;
}

#email-subscribe .button {
     border: 1px solid #CCCCCC;
     display: block;
     float: left;
     font-size: 14px;
     height: 22px;
     padding: 2px 8px 0pt;
     text-decoration: none;
     background: #f7f7f7; /* Old browsers */
background: -moz-linear-gradient(top, #f7f7f7 5%, #cecece 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#f7f7f7), color-stop(100%,#cecece)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f7f7f7 5%,#cecece 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f7f7f7 5%,#cecece 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #f7f7f7 5%,#cecece 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #f7f7f7 5%,#cecece 100%); /* W3C */
     position: relative;
     left: -1px;
     color: #444;
}

/*--------------------- Nash Finch ---------------------------*/


.NashFinch #header h1 a{
  background: url('../images/nashfinch-logo.png') no-repeat left top;
  width: 300px;
  height: 55px;
  display: block;
  text-indent: -9999px;
}
.NashFinch #hero-home {
  background:url("../images/sp_bnr_trans2.jpg");
}
.NashFinch div#subNav .subnavLink a  {
  color:#666 !important;
  text-decoration:none;
}
.NashFinch div#subNav .subnavLink a:hover {   
  color:#666 !important;
  text-decoration:underline;
}
.NashFinch #middleContainer .home-bucket .badge {background-image: url(../images/nash-bkt-badge.png);}
.NashFinch #checks-bucket {background-image: url(../images/nash-checks-bkt.jpg);}
.NashFinch #stamps-bucket {background-image: url(../images/nash-stamps-bkt.jpg);}
.NashFinch #bags-bucket {background-image: url(../images/nash-security-bags-bkt.jpg);}
.NashFinch #dp-bucket {background-image: url(../images/nash-deposit-slips-bkt.jpg);}

/* Sally Beauty */
/* .SallyBeauty #middleContainer { padding-top: 40px; } */
.SallyBeauty #middleContainer .home-bucket h3 { color: #ed1a4e; }
.SallyBeauty .home-bucket {
width: 466px;
margin-right: 0;
}
.SallyBeauty .home-bucket:first-child { margin-right: 4px; }
.SallyBeauty #sally-beauty-bucket { background: url(/images/Sally-Beauty-Bucket-New.jpg) no-repeat left 20px; }
.SallyBeauty #cosmo-prof-bucket { background: url(/images/CosmoProf-Bucket.png) no-repeat left 20px; }
/* .SallyBeauty div#wrapper { margin-bottom: 0; } */




/* Styling for the homepage modal */

.main-title {
  font-family: Helvetica, Arial, Geneva, sans-serif;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  color: #696969;
}

.callout-text-01 {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 15px;
  color: #696969;
}

.callout-text-02 {
  font-family: Verdana, Geneva, sans-serif;
  color: #009440;
  font-size: 14px;
  font-weight: 600;
}

.text-center {
  text-align: center;
}

.form--single-line {
  margin: 14px 0 0 0;
}

.form--single-line input, .form--single-line a {
  float: left;
  font-style: italic;
}

.general-input {
  border: 1px solid #bfbfbf;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: .8rem;
  margin: 0 10px;
  padding: 7px 10px;
  width: 210px;
}

.general-input:focus, .general-input:hover {
  outline-color: transparent;
  outline-style: none;
}

.general-input:focus, .general-input:focus:hover {
  border: 1px solid #009440;
  padding: 7px 10px;
}

.general-input:hover {
  border: 1px solid #009440;
}

.btn, [class^="btn"] {
  display: inline-block;
}

.btn--info {
  background-color: #009440;
  outline: 2px solid #009440;
  border: 1px solid #fff;
  color: white;
  font-family: Helvetica, Arial, Geneva, sans-serif;
  font-size: 13px;
  padding: 7px 16px;
  text-transform: uppercase;
  cursor: pointer;
}

.btn--info:hover {
  background-color: #000;
  outline: 2px solid #000;
}

.btn--info:active {
  background-color: #000;
  outline: 2px solid #000;
}

.modal-container {
  margin: 30px 25px;

}





