/* ========================General/Utility Styles======================== */
.v2 {
    background-color: #fff;
    font-family: Tahoma, sans-serif;
    font-size: .75rem;
}
a {
    color: #555;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.underline {
    text-decoration: underline;
}
.noUnderline:hover {
    text-decoration: none !important;
}
.noUnderline {
    text-decoration: none !important;
}
.first {
    margin-left: 0 !important;
}
.last {
    margin-right: 0 !important;
}
.clearLeft {
    clear: left;
}
.clearRight {
    clear: right;
}
.clearBoth {
    clear: both;
}
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.inlineBlock {
    display: inline-block;
}
.block {
    display: block;
}
.vAlignTop {
    vertical-align: top;
}
.vAlignMiddle {
    vertical-align: middle;
}
.vAlignBottom {
    vertical-align: bottom;
}
.vAlignLeft{
    vertical-align: left;
}
.fullWidth {
    width: 688px;
}
.fullPct {
    width: 100%;
}
.w5 {
    width: 5%;
}
.w10 {
    width: 10%;
}
.w15 {
    width: 15%;
}
.w17 {
    width: 17%;
}
.w18 {
    width: 18%;
}
.w20 {
    width: 20%;
}
.w25 {
    width: 25%;
}
.w30 {
    width: 30%;
}
.w33 {
    width: 33%;
}
.w35 {
    width: 35%;
}
.w50 {
    width: 50%;
}
.w70 {
    width: 70%;
}
.w75 {
    width: 75%;
}
.w80 {
    width: 80%;
}
.w90 {
    width: 90%;
}
.w10px{
	width: 10px;
}
.w50px {
    width: 50px;
}
.w70px {
    width: 70px;
}
.w80px {
    width: 80px;
}
.w89px {
    width: 89px;
}
.w90px {
    width: 90px;
}
.w91px {
    width: 91px;
}
.w100px {
    width: 100px;
}
.w122px {
    width: 122px;
}
.w125px {
    width: 125px;
}
.w150px {
    width: 150px;
}
.w175px {
    width: 175px;
}
.w200px {
    width: 200px;
}
.w201px {
    width: 201px;
}
.w240px {
    width: 240px;
}
.w300px {
    width: 300px;
}
.w394px{
    width: 394px;
}
.ht10px{
	height:10px;
}
.ht5px{
	height:5px;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.outer-block {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}
.inner-block {
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
}
.hideThis {
    display: none;
}
.noBorder {
    border: 0;
}
.border-1 {
    border: 1px solid black;
}
.border-color {
    bordercolor : #111111;
}
.bordercollapse {
    border-collapse: collapse;
}
.noPadding {
    padding: 0px !important;
}
.padding-5 {
    padding: 5px;
}
.topPadding1 {
    padding: 1px 0px 0px 0px;
}
.topPadding3 {
    padding: 3px 0px 0px 0px;
}
.topPadding5 {
    padding: 5px 0px 0px 0px;
}
.topPadding10 {
    padding: 10px 0px 0px 0px;
}
.topPadding20 {
    padding: 20px 0px 0px 0px;
}
.topPadding25 {
    padding: 25px 0px 0px 0px;
}
.bottomPadding5 {
    padding: 0px 0px 5px 0px;
}
.bottomPadding10 {
    padding-bottom: 10px;
}
.bottomPadding15 {
    padding: 0px 0px 15px 0px;
}
.bottomPadding20 {
    padding: 0px 0px 20px 0px;
}
.topBorder {
    border-top: solid 1px #dcdcdc;
}
.bottomBorder {
    border-bottom: solid 1px #dcdcdc;
}
.caps {
    text-transform: uppercase;
}
.centerText {
    text-align: center;
}
.centerThis {
    margin-left: auto !important;
    margin-right: auto !important;
}
.leftText {
    text-align: left !important;
}
.rightPadding15 {
    padding-right: 15px;
} 
.rightText {
    text-align: right !important;
}
.noWrap {
    white-space: nowrap;
}
.strike {
    text-decoration: line-through;
}
.table {
    display: table;
}
.tableRow {
    display: table-row;
}
.tableCell {
    display: table-cell;
}
.strong {
    font-weight: bold;
}
.bg-cccccc {
    background-color: #cccccc;
}
.bg-e1e1e1 {
    background-color: #e1e1e1;
}
.storefrontColor1 {  
    color: #aaa;
}
.storefrontColor2 {  
    color: #777;
}
.red {
    color: #b30838;
}
.white {
    color: #fff;
}
.gray1 {
    color: #4d525a;
}
.gray2 {
    color: #404040;
}
.gray3 {
    color: #999;
}
.gray4 {
    color: #343434;
}
.gray5 {
    color: #777;
}
.c000000 {
    color: #000000;
}
.c990000 {
    color: #990000;
}
.c333333 {
    color: #333333;
}
.c444444 {
    color: #444444;
}
.c555555 {
    color: #555555;
}
.c666666 {
    color: #666666;
}
.cff0000 {
    color: #ff0000;
}
.fs-10 {
    font-size: .625rem;
}
.fs-11 {
    font-size: .6875rem;
}
.fs-12 {
    font-size: .75rem;
}
.fs-13 {
    font-size: .8125rem;
}
.fs-14 {
    font-size: .875rem;
}
.fs-16 {
    font-size: 1rem;
}
.fs-17 {
    font-size: 1.0625rem;
}
.fs-18 {
    font-size: 1.125rem;
}
.fs-20 {
    font-size: 1.25rem;
}
.fs-22 {
    font-size: 1.375rem;
}
.fs-24 {
    font-size: 1.5rem;
}
.fs-30 {
    font-size: 1.875rem;
}
.h-1 {
    width: 100%;
    height: 1px;
}
.h-2 {
    width: 100%;
    height: 2px;
}
.h-5 {
    width: 100%;
    height: 5px;
}
.h-10 {
    width: 100%;
    height: 10px;
}
.h-15 {
    width: 100%;
    height: 15px;
}
.h-20 {
    width: 100%;
    height: 20px;
}
.h-30 {
    width: 100%;
    height: 30px;
}
.h-50 {
    width: 100%;
    height: 50px;
}
.title {
    font: bold 1.875rem Tahoma,sans-serif;
    color: #404040;
    margin: 0;
}
.noMargin {
    margin: 0px;
}
.noMargin {
    padding: 0px;
}
.minify {
    margin: 0px;
    padding: 0px;
}
.marginTop0{
    margin-top: 0px;
}
.marginTop3 {
    margin-top: 3px;
}
.marginTop5 {
    margin-top: 5px;
}
.marginTop10 {
    margin-top: 10px;
}
.marginTop15 {
    margin-top: 15px;
}
.marginTop20 {
    margin-top: 20px;
}
.marginTop40 {
    margin-top: 40px;
}
.marginLeft5 {
    margin-left: 5px;
}
.marginLeft10 {
    margin-left: 10px;
}
.marginLeft15 {
    margin-left: 15px;
}
.marginLeft20 {
    margin-left: 20px;
}
.marginLeft30 {
    margin-left: 30px;
}
.marginRight10 {
    margin-right: 10px;
}
.marginRight15 {
    margin-right: 15px;
}
.marginBottom3 {
    margin-bottom: 3px;
}
.marginBottom5 {
    margin-bottom: 5px;
}
.marginBottom10 {
    margin-bottom: 10px;
}
.marginBottom15 {
    margin-bottom: 15px;
}
.marginBottom20 {
    margin-bottom: 20px;
}
.marginBottom25 {
    margin-bottom: 25px;
}
.padding20 {
    padding: 20px;
}
.paddingTop3 {
    padding-top: 3px;
}
.paddingTop5 {
    padding-top: 5px;
}
.paddingTop10 {
    padding-top: 10px;
}
.paddingTop15 {
    padding-top: 15px;
}
.paddingBottom3 {
    padding-bottom: 3px;
}
.paddingBottom5 {
    padding-bottom: 5px;
}
.paddingBottom10 {
    padding-bottom: 10px;
}
.paddingBottom15 {
    padding-bottom: 15px;
}
.paddingBottom20 {
    padding-bottom: 20px;
}
.paddingBottom25 {
    padding-bottom: 25px;
}
.paddingRight5 {
    padding-right: 5px;
}
.paddingRight10 {
    padding-right: 10px;
}
.paddingRight15 {
    padding-right: 15px;
}
.paddingRight20 {
    padding-right: 20px;
}
.paddingRight25 {
    padding-right: 25px;
}
.paddingRight30 {
    padding-right: 30px;
}
.paddingLeft3 {
    padding-left: 3px;
}
.paddingLeft4 {
    padding-left: 4px;
}
.paddingLeft5 {
    padding-left: 5px;
}
.paddingLeft10 {
    padding-left: 10px;
}
.paddingLeft12 {
    padding-left: 12px;
}
.paddingLeft15 {
    padding-left: 15px;
}
.paddingLeft20 {
    padding-left: 20px;
}
.paddingLeft85 {
    padding-left: 85px;
}
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.floatCenter {
    display: block;
    margin: 0 auto;
}
.mr-5 {
    margin-right: 5px;
}
.mr-10 {
    margin-right: 10px;
}
.w-250 {
    width: 250px;
}
.w-450 {
    width: 450px;
}
.w-60p {
    width: 60%;
}
.displayNone {
    display: none;
}
/* ========================Major Components======================== */
/* Header Panel */
.headerPanel {
    width: 931px;
}
.headerPanel img {
    border: 0;
}
.headerLogo {
    margin: 5px 0;
    float: left;
}
.headerPanel form {
    float: left;
    text-align: justify;
}
.headerSearch {
    width: 490px;
    height: 19px;
    margin-top: 10px;
    margin-left: 45px;
    font: normal .75rem tahoma, sans-serif;
    border: 1px inset #242424;
}
.headerSearchButton {
    margin-top: 8px;
    margin-left: 10px;
}
.headerSearchButton img{
    border: 0;
}
.searchCell {
    width:160px;
    border:1px solid #878787;
    padding:0px;
    margin:5px 5px 15px 0px;
    display:inline-block;
}
.searchImage {
    margin:8px 10px 5px 15px;
}
.searchItemDesc {
    font-family:verdana,Arial,Helvetica;
    font-size:0.875em;
    height:40px;
    padding:0px 10px 5px 10px;
}
.searchCellBottom {
    background-color:#e8e8e8;
    padding:5px 10px 5px 10px;
}
.searchItemCopy {
    font-family:verdana,Arial,Helvetica;
    font-size:0.75em;
    color:#333333;
}
.cartBody {
    width:675px;
    margin:0px;
    padding:0px;
}
.cartImage {
    margin-top: 6px;
    margin-left: 40px;
    float: right;
}
.cartImage img {
    border: 0;
}
.cartCell {
    padding: 15px 0px 15px 0px;
}
.cartImageCell {
    padding: 10px 0px 10px 0px;
}
.cartDescCell {
    padding: 15px;
    max-width: 275px;
}
.cartLink {
    font-family: tahoma, sans-serif;
    font-size: .75rem;
    text-decoration: none;
    margin-top: 15px;
    float: right;
    font-weight: bold;    
}
.headerInfoLine {
    width: 911px;
    clear: both;
    padding: 6px 10px;
    border-top: solid 10px #fefefe;
    margin-bottom: 20px;
    background-color: #555;
}
.headerInfoLine span, .headerInfoLine a {
    color: #fefefe;
    font-family: tahoma, sans-serif;
    font-size: .875rem;
}
.storefinder {
    margin-left: 40px;
}

/* Footer Panel */
.footerWrapper {
    min-width: 955px;
    width: 955px;
    background-color: #fefefe;
    margin: 0 auto 20px auto;
    padding: 10px;
    height: 152px;
}
.footerPanel {
    min-width: 953px;
    height: 100%;
    border: solid 1px #999;
}
.footerLeft {
    min-width: 705px;
    width: 72%;
    font-size: .625rem;
    height: 132px;
    padding: 10px;
    border-right: solid 1px #999;
}
.footerRight {
    width: 207px;
    padding: 10px;
}
.footerRight a {
    text-decoration: none;
}
.footerRight a:hover {
    text-decoration: underline;
}

/* Body Panel */
.mainContent {
    width: 999px;
    vertical-align: top;
}
.bodyWrapper {
    min-width: 955px;
    width: 955px;
    background-color: #fefefe;
    margin: 30px auto 10px auto;
    padding: 10px;
    overflow: auto;
}    
.bodyPanel {
    min-width: 933px;
    width: auto;
    padding: 11px 11px 60px 11px;
    border: solid 1px #999;
}
.breadcrumb {
    margin-top: -3px;
    margin-bottom: 15px;
}

/* Home Content Panel */
.contentPanel {
    min-width: 688px;
    width: 70%;
    margin: 0 auto;
}
.marketingPanel {
    position: relative;
    margin-bottom: 30px;
}
.marketingContent {
    text-align: center;
    height: 300px;
}
.marketingContentHalfHeight {
    margin: auto;
    width: 688px;
}
.marketingContentHalfWidth {
    width: 334px;
    min-height: 100px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;    
}
.heroLinks {
    position: absolute;
    bottom: 62px;
    left: 25px;
    font-size: 1rem;
}

/* Featured Category Panel */
.featuredCategoryPanel {
    width: 686px;
    margin: 10px auto;
    border: 1px solid #d8d8d8;
}
.featuredCategoryTitleBar {
    width: 100%;
}
.featuredCategoryTitle {
    font: bold .75rem Tahoma, sans-serif;
    display: inline-block;
    position: relative;
    top: -8px;
    left: 2px;
}
.featuredDot {
    margin-top: 8px;
    margin-left: 13px;
}
.featuredCategoryListing {
    font: .75rem Tahoma, sans-serif;
    font-weight: bold;
    margin: 5px 0 0 20px;
    line-height: 1em;
    display: inline-block;
}
.featuredCategory {
    width: 170.5px;
    background-color: #fff;
    border-right: 1px solid #d8d8d8;
    border-left: 0;
    text-align: left;
    padding-bottom: 15px;
    height: 100%;
}
.categoryContainer {
    height: 180px;
}
.lastCategory {
    border-right: 0;
}
.featuredCategoryImage {
    height: 116px;
    width: 130px;
    background-color: #000;
    margin: 20px auto 10px auto;
}
.featuredCategory.t1 {
    width: auto;
}
.featuredCategory.t1 .featuredCategoryImage {
    width: 188px;
    height: 116px;
    margin: 20px 20px 10px 20px;
}

/* Cross Sell/Upsell Panel and Gallery Panel */
.csusPanel {
    width: 688px;
    margin: 50px auto 10px auto;    
}
.csusItem, .itemCell {
    width: 157px;
    background-image: url("/images/common/misc/csus-border.png");
    background-repeat: no-repeat;
    margin: 15px 10px 0 10px;
    float: left;
    background-color: #fff;
}
.csusImage, .itemImage {
    height: 116px;
    width: 130px;
    background-color: #000;
    margin: 10px auto;
}
.csusBorder, .galleryBorder {
    position: relative;
}
.csusProductName, .galleryProductName {
    font-size: .75rem;
    font-family: Tahoma, sans-serif;
    margin: 5px 0 5px 15px;
    display: inherit;
    width: 130px;
}    
.galleryPanel {
    width: 688px;
}
.itemImage {
    width: 130px;
    height: 116px;
}
.itemImage a {
    display: block;
}
.itemCell.first {
    clear: left;
}
.itemCell {
    margin-bottom: 13px;
}
.galleryProductName {
    display: block;
    margin-top: -6px;
}

/* Product Details Panel*/
.pricing {
    color: #b30838;
}
.gridContainer {
    width: 422px;
    float: left;
    margin-left: 21px;
}
.quantityPriceGrid  {
    font-family: sans-serif;
    font-size: .625rem;
    width: 422px;
    float: right;
    margin-top: 15px;
    margin-bottom: 5px;
    border-collapse: collapse;
}
.quantityPriceGrid .tableRow {
    width: 422px;
}
.gridItemNumber {
    width: 80px !important;
}
.quantityPriceCell {
    font: .6875rem Tahoma, sans-serif;
    overflow: auto;
    text-align: center;
    width: 57px;
}
.oddQuantityPrice {
    background-color: #eee;
}
.oddPricing .recommended, .evenPricing .recommended {
    background-color: #777;
    border-bottom: #333;
}
.recommended {
    background-color: #777;
}
.oddPricing .quantityPriceCell, .evenPricing .quantityPriceCell {
}
.recommended .pricing {
    color: #fff !important;
}
.weRecommend {
    position: absolute;
    text-align: left;
    margin-left: -17px;
}
.recCell {
    padding-left: 0;
    text-align: left;
}
.quantitySelect {
    width: 400px;
    height: 130px;
}
.productImage {
    border: 0;
}
.productDetailForm {
    border-radius: 10px;
    width: 422px;
    margin-top: 20px;
    padding: 20px 0;
    margin-bottom: 40px;
    background-color: #ccc;
    margin-left: 21px;
    text-align: center;
}
.productDetailForm label:not([for^="checkbox"]) {
    text-align: right;
    padding: 5px;
    font-family: Tahoma, sans-serif;
    display: inline-block;
    float: left;
    width: 160px;
}
.productDetailForm select {
    width: 220px;
    margin: 5px;
    float: left;
}
.signupButton {
    font: bold .875rem Tahoma, sans-serif;
    border: 0;
    color: #fff;
    width: 220px;
    box-shadow: 1px -1px 0px #777;
    padding: 3px 0;
    border-radius: 3px;
    background-color: #777;
    margin-top: 10px;
}
.signupButton:hover {
    cursor: pointer;
}
.signupButton:active {
    color: #404040;
    background-color: #fff;
}
.signupButton[disabled] {
    background-color: #ccc;
}
.modifyButton {
    font: bold .625rem Tahoma, sans-serif;
    border: 0;
    color: #ffffff;
    box-shadow:none;
    border-radius: 3px;
    cursor:pointer;
    display:inline-block;
    padding:4px 10px 5px 10px;
    background-image:-webkit-linear-gradient(top, #259bd9, #1f7fb1);
}
.modifyButton:hover {
    cursor: pointer;
    color:#ffffff;
    background-image:-webkit-linear-gradient(top, #1f7fb1, #259bd9);
}
.modifyButton:active {
    color: #ffffff;
    background-image:-webkit-linear-gradient(top, #259bd9, #1f7fb1);
}
.modifyButton a {
    text-decoration: none;
}
.modifyButton[disabled] {
    background-color: #ccc;
}
.continueShoppingButton {
    font: bold .875rem Tahoma, sans-serif;
    border: 0;
    color: #000;
    width: 160px;
    box-shadow: 1px -1px 0px #777;
    padding: 3px 10px 3px 10px;
    border-radius: 3px;
    background-color: #777;
}
.continueShoppingButton:hover {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}
.continueShoppingButton:active {
    text-decoration: none;
    color: #000;
    background-color: #777;
}
.checkoutButton {
    font: bold .875rem Tahoma, sans-serif;
    border: 0;
    color: #404040;
    width: 90px;
    box-shadow: 1px -1px 0px #777;
    padding: 3px 10px 3px 10px;
    border-radius: 3px;
    background-color: #86c646;
}
.checkoutButton:hover {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}
.checkoutButton:active {
    text-decoration: none;
    color: #404040;
    background-color: #86c646;
}
.itemDescription {
    width: 686px;
    border: 1px solid #dcdcdc;
    padding-bottom: 20px;
}
.itemDescription .sectionHeader {
    font-size: .875rem;
    font-family: Tahoma, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    padding: 10px;
    border-bottom: 1px solid #dcdcdc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #eee;
}
.itemDescription div {
    display: inline-block;
    padding: 10px;
    line-height: .0625rem;
    font: .875rem Tahoma, sans-serif;
    color: #404040;
}

/* =========================Side Navigation Styles========================= */
.navColumn {
    height: 100%;
    width: 233px;
    float: left;
    margin-right: 10px;
    font: normal .75rem tahoma, sans-serif;
    border: 1px solid #d8d8d8;
    padding-bottom: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.navColumn span {
    clear: both;
    float: left;
    line-height: 1.125rem;
    margin-left: 10px;
}
.navColumn span:hover {
    text-decoration: underline;
}
.navCategory {
    font-weight: bold;
    margin-top: 18px;
}
.navHeader {
    width: 221px;
    color: #000;
    font: 1.0625rem tahoma, sans-serif;
    padding: 5px;
    text-shadow: 1px 1px 1px #fff;
}

/* ======================T0 Styles============================ */
.t0DesignYourOwn {
    border-bottom: solid 1px #dcdcdc;
    border-left: solid 1px #dcdcdc;
    border-right: solid 1px #dcdcdc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 688px;
}
.dyoImage {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 17%;
    height: 100%;
    margin-right: 0.5%;
}
.dyoContent {
    width: 82%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-top: 20px solid #fdb813;
    float: right;
    padding: 5px;
}
.dyoContent span {
    width: 70%;
}
.dyoButton {
    float: right;
}
.dyoButton a {
    background-color: #353535;
    padding: 7px 20px;
    float: right;
    margin-right: 25px;
    margin-top: 35px;
}
.tier0Feature {
    height: 240px;
}

/* ======================T1 Styles============================ */
.t1Feature {
    width: 250px;
}

/* =======================Combo Page Styles ==================== */
.comboPanel label {
    font-size: .875rem;
    color: #404040;
    font-weight: bold;
    margin: 10px 0 5px 0;
    display: inline-block;
}
.comboPanel select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 334px;
    border: 1px solid #abadb3;
    font-family: Tahoma, sans-serif;
}
.comboPanel input {
    font: bold .875rem Tahoma, sans-serif;
    border: 0;
    color: #fff;
    margin: 5px 0 0 0;
    box-shadow: 1px -1px 0px #777;
    padding: 3px 0;
    border-radius: 3px;
    width: 178px;
    margin-top: 20px;
}
.comboPanel input:hover {
    color: #404040;
    cursor: pointer;
}
.comboPanel input:active {
    color: #404040;
    background-color: #fff;
}
/* ======================Gradients============================= */
.verticalGrayGradient {
    background: #e7e7e7; /* Old browsers */
    background: -moz-linear-gradient(top,  #ececec 0%, #c6c6c6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#c6c6c6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ececec 0%,#c6c6c6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ececec 0%,#c6c6c6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ececec 0%,#c6c6c6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ececec 0%,#c6c6c6 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#c6c6c6',GradientType=0 ); /* IE6-9 */  /* Commented due to ActiveX security warning */
}

.hoverPulseThumb {
    display: block
}
.image-insert {
    height: 130px;
}

.co-h1 {
    color: #990000;
    font-weight: bold;
    font-size: .875rem;
}

.co1-h2 {
    color: #990000;
    font-weight: bold;
    font-size: .625rem;
}

.co3-h2 {
    color: #666666;
    font-weight: bold;
    font-family:"Arial","Helvetica","sans-serif";
    font-size: .625rem;
}

.checkoutPageButton {
    border: 0px;
    height: 20px;
    width : 100px;
}

.checkoutPageButton:hover {
    cursor: pointer;
    color:#ffffff;
    text-decoration:none;
}

.continueButton {
    background: transparent no-repeat;
    background-image: url("/images/common/buttons/large/continue.gif");
}

.placeOrderButton {    
    background: transparent no-repeat;
    height: 22px;
    width : 102px;
    background-image: url("/images/common/buttons/large/place_order.gif");
}

.changeOrderButton {
    background: transparent no-repeat;
    height: 22px;
    width : 112px;
    background-image: url("/images/common/buttons/large/change_order.gif");    
}

.prodDetItem {
    color: #222222;
    padding-right:25px;
}

.prodDetSize {
    color: #222222;
    padding-right:25px;
}

ul.softwareList {
    list-style-type: none;
    margin:0;
    padding:0;
    background-color:#09C;
}
ul.softwareList li {
    font-weight:bold;
    float:left;
    width:30%;
    padding-right:3%;
    margin-top:10px;
    display:block;
}
ul.softwareList li a{
    font-weight:normal;
    font-size:.6875rem;
}
.numericList {
    list-style-type:decimal;
}
.alphaList {
    list-style-type:lower-alpha;
}
.categoryList {
    list-style-position: outside;
}
/* Covid Banner */
.covidBanner {
    width:100%;
    padding:5px;
    background:#ffd9d9;
    color:#9b0000;
    text-align:center;
}
/* Intro */
.intro {
    width
}
/* ADA Banner */
.adaBanner {
    text-align:center;
    background-color:#ffffff;
    margin:0px 0px 5px 0px;
    padding:8px;
}
.adaCopy {
    color:#000F0C;
    font-size:.75rem
}
.adaLink {
    color: #3174d8;
    text-decoration:underline;
}
/* PLP */
.plpProductCell {
     padding:0px 10px 0px 0px;
     width:155px;
     text-align:center;
     vertical-align:top;
     display:inline-block;
}
.plpProductRow {
    width:100%;
    margin:15px 0px 0px 0px;
}
.couponContainer {
    border: 1px #767676 solid;
    width: fit-content;
    margin-bottom: 10px;
}
.couponHeaderRow {
    background-color: #cccccc;
    border-bottom: 1px #767676 solid;
    padding: 5px;
}
.couponForm {
    padding: 5px;
}
/* Added for Table Content */
.sub_header {
    background-color: #0070c9;
    color: #fff;
    padding: 5px 0px 6px 0px;
    font-family: arial, sans-serif;
    border: 1px;
    font-weight: bold;
}
.contentWrap {
    overflow-wrap: break-word;
}
#onetrust-policy-text {
	font-size: .9rem !important;
}