
div.catalog_display_options {
	margin: 0 0 0 60px;
}

ul.Sidebar {
    list-style-type: none;
}

ul.Sidebar.Category {
	padding-inline-start: 40px;
}

ul.Sidebar.Subcategory {
	padding-inline-start: 20px;
}

ul.Sidebar.Product {
	padding-inline-start: 20px;
}

ul.Sidebar li {
    margin: 0 0 6px 0;
    padding: 0;
}

ul.Sidebar li span {
    margin: 0 4px 2px 0;
    padding: 0 1px 0 1px;
    border: 1px solid #58595B;
    font-size: 12px;
}

ul.Sidebar li span:hover { 
	cursor: pointer;
}

li.Unavailable a {
    color: #58595B;
}

li a.item_selected {
    color: green;
}

fieldset {
    margin-bottom: 20px;
}

fieldset p {
    margin: 10px auto 20px auto;
    width: 90%;
}

div.ViewDesc {
    display:none;
    border-top: 1px #333333 solid;
    border-bottom: 1px #333333 solid;
}

/*** Table ***/
table.List {
    width: 100%;
}

table.List th,
table.List td {
    padding: 2px 4px;
}

table.List th.Qty,
table.List td.Qty,
table.List th.Price,
table.List td.Price {
    padding-right: 6px;
    text-align: right;
}

table.List td.Qty input {
    text-align: right;
    width: 40px;
}

table.List tr.Added td {
    background-color: #a8c399;
    opacity: .75;
}

/*** Page Navigation ***/
button.PageNav {
    margin: 2px;
    border: 0;
    text-decoration: none;
    color: #b1005d;
    background-color: #fff;
}
button.PageNav:hover {
    color: #64002d;
}
button.PageNav.Current {
    color: #64002d;
}

form.ReturnToResults {
    margin-left: 10px;
    display: inline;
}

form.ReturnToResults button.PageNav {
    margin: 0;
    padding: 5px 2px 5px 2px;
}

form#AddForm button {   /* Registry scan product form */
    padding: 10px 16px 6px 16px;
    margin: 0 0px 0 8px;
}

/*** Catalog ***/
div#Catalog h2 {
    font: 600 28px/34px "Lato", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
div#Catalog h3 {
    text-align: left;
}

div#Catalog div.Banner {
    margin-bottom: 18px;
    overflow: hidden;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

/*
div#Catalog div.Banner img {
    width: 100%;
    height: auto;
    overflow: hidden;
}
*/

div#Catalog div.Banner h2 {
    padding: 0;
    /* line height controls banner image height */
    font: 58px/154px "Courgette", Arial, Helvetica, sans-serif;
    text-transform: none;
    color: #fff;
    text-shadow: -1px 2px 2px #58595b;
}

div#Catalog fieldset.Search span.More.Match label {
	width: auto;
	position: initial;
	text-align: left;
}
div#Catalog fieldset.Search span.More.Match label:hover {
	cursor: pointer;
}


/* RESPONSIVE - banner text */
@media only screen and (max-width: 768px) { /* tablet portrait */

    div#Catalog div.Banner h2 {
        font: 38px/121px "Courgette", Arial, Helvetica, sans-serif;
    }
}
@media only screen and (max-width: 568px) { /* phone landscape */

    div#Catalog div.Banner h2 {
        font: 28px/81px "Courgette", Arial, Helvetica, sans-serif;
    }

    div#Catalog fieldset.Search span.More.Match {
        display: block;
        margin: 0 0 20px 170px;
    }
}
@media only screen and (max-width: 320px) { /* phone portrait */

    div#Catalog div.Banner h2 {
        font: 18px/48px "Courgette", Arial, Helvetica, sans-serif;
    }

    div#Catalog fieldset.Search {
        padding: 0 0 0 10px;
    }

    div#Catalog fieldset.Search label {
        display: block;
        position: initial;
        margin: 10px 0 0 0;
        text-align: left;
    }

    div#Catalog fieldset.Search input[type="text"],
    div#Catalog fieldset.Search select {
        margin: 0;
    }

    div#Catalog fieldset.Search span.More.Match {
        display: block;
        margin: 6px 0 0px 0px;
    }

}

div#catalog div.brand_info {
    width: 80%;
    margin: 30px auto;
}

div#catalog div.brand_info img,
div#catalog div.brand_info iframe {
    float: left;
    margin: 0px 50px 20px 0;
    border: 4px solid #f1f2f2;
}

div#catalog div.brand_info p {
    margin-top: 0px;
}

div#Catalog h2.ItemTitle {
    margin-left: 5%;
    padding: 14px 0 0 0;
    text-align: left;
}

div#Catalog h3.Vendor {
    margin-left: 5%;
    padding: 0;
    text-align: left;
}

div#Catalog div.BannerText p {
    margin: 24px auto;
    width: 90%;
    font: 400 18px/24px "Lato", Arial, Helvetica, sans-serif;
}

div#Catalog p.Description,
div#Catalog div.Description h3,
div#Catalog div.Description p,
div#Catalog div.Description ul {
    margin: 16px auto;
    width: 90%;
}

div#Catalog div.Description p.Video {
    margin-top: 36px;
}

div#Catalog div.Description ul li {
    margin-bottom: 5px;
    line-height: 18px;
}

div#Catalog div.Images,
div#Catalog div.Product {
    width: 100%;
    margin: 20px auto 10px auto;
    text-align: center;
}

div#Catalog div.Item {
    display: inline-block;
    margin: 0 1% 24px 1%;
}

div#Catalog div.Product span.Image {
    float: right;
}

div#Catalog div.Product span.Image div.Item img {
    max-width: 450px;
    max-height: 450px;
}

div#Catalog div.Product span.Image div.Item div#ProductBadge {
    margin: 10px 50px;
}

/* RESPONSIVE - center images */
@media only screen and (max-width: 768px) { /* tablet portrait */

    div#Catalog div.Images,
    div#Catalog div.Product {
        width: 720px;
        margin: 0 auto;
    }

    div#Catalog div.Product span.Image div.Item img {
        max-width: 400px;
    }
}
@media only screen and (max-width: 568px) { /* phone landscape */

    div#Catalog div.Images,
    div#Catalog div.Product {
        width: 480px;
        margin: 0 auto;
    }

    div#Catalog div.Item {
        margin: 0 4px 12px 4px;
    }

    div#Catalog div.Product span.Image {    /* image entire width, push description below */
        float: left;
        width: 100%;
        text-align: center;
    }

    div#Catalog div.Product span.Image div.Item {
        float: none;
    }

    div#Catalog div.Product span.Image div.Item img {
        max-width: 500px;
    }

}
@media only screen and (max-width: 320px) { /* phone portrait */

    div#Catalog div.Images,
    div#Catalog div.Product {
        width: 300px;
        margin: 0 auto;
    }

    div#Catalog div.Item {
        float: none;
        width: 100%;
        text-align: center;
    }

    div#Catalog div.Product span.Image div.Item img {
        max-width: 290px;
    }

}

div#Catalog div.Item div.Category {
    position: relative;
    top: -193px;            /* overlay image */
    width: 200px;
    text-align: center;
}

div#Catalog div.Item div.Category a {
    font: 600 30px/30px "Courgette", Arial, Helvetica, sans-serif;
}

/* Small image */
div#Catalog div.Item div.image-holder {
    margin: 0;
    border: 10px solid #f1f2f2;
    height: 225px;
    width: 225px;
    overflow: hidden;
}

div#Catalog div.Item div.image-holder.Registry {
    border: 10px solid #a8c399;
}

div#Catalog div.Item div.image-holder img {
    max-width: 225px;
    max-height: 225px;
}

/* Large image */
div#Catalog div.Item div.image-large {
    margin: 14px 0 10px 24px;
    border: 0px;
}

/*
div#Catalog div.Item div.image-large img {
}
*/

div#Catalog div.Item div.Title {

    margin-left: 10px;
    width: 215px;
}

div#Catalog div.Item a {
    text-transform: uppercase;
    font: 400 13px/18px "Lato", Arial, Helvetica, sans-serif;
}

div#Catalog div.Item a.OnClick:hover,
div#Catalog div.Item span.Quickview a {
    cursor: pointer;
}

/*** Quick-View Popup Wrapper and Detail <div> ***/

/* RESPONSIVE - hide Quick View link on small screen! */
@media only screen and (max-width: 767px) {
    span.Quickview { display:none; }
}

div.DetailWrapper {
    display: none;          /* default: changed by javascript */
    position: fixed;        /* cover entire page */
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #999999;
    z-index: 98;
    opacity: 0.8;
}

div.Detail {
    display: none;          /* default: changed by javascript */
    position: fixed;
    top: 50%;
    left: 50%;
    width: 650px;           /* adjust as per your needs */
    height: 400px;          /* adjust as per your needs */
    margin-left: -300px;    /* negative half of width above */
    margin-top: -200px;     /* negative half of height above */
    padding: 10px 10px 0 0;
    background-color: white;
    border: 4px solid #555555;
    z-index: 99;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    box-shadow: 0 0 8px 2px #999999;
}

div#Catalog div.Detail div.Item {
    text-align: center;
}

div#Catalog div.Detail h2 {
    text-transform: uppercase;
    font: 24px/30px "Lato", Arial, Helvetica, sans-serif;
}


div#RegistryNav {
	overflow:hidden;
	-moz-transition: height 1s ease;
	-webkit-transition: height 1s ease;
	-o-transition: height 1s ease;
	transition: height 1s ease;
}

div#RegistryNav div.ImgWrapper {
    float: left;
    width: 315px;
    height: 307px;
}

div#RegistryNav div.ImgWrapper:hover,
div#RegistryNav div.ImgWrapper.selected {
    opacity: 0.6;
}

div#RegistryNav div.ImgWrapper a img {
    width: 307px;
    height: 307px;
    margin: 0 4px 0 4px;
}

div#RegistryNav div.ImgWrapper div.Desc {
    position: relative;
    top: -280px;
    width: 307px;
    text-align: center;
    font: 600 30px/36px "Courgette", Arial, Helvetica, sans-serif;
}

div#registry_select_div button.toggle_video {
    float: right;
}

div.instructional_video {
    clear: both;
    margin: 10px 0 10px 0;
    width: 100%;
    text-align:center;
}

/* RESPONSIVE */
@media only screen and (max-width: 768px) { /* tablet portrait */

    div#RegistryNav div.ImgWrapper {
        width: 248px;
        height: 248px;
    }

    div#RegistryNav div.ImgWrapper a img {
        width: 240px;
        height: 248px;
        margin: 0 4px 0 4px;
    }

    div#RegistryNav div.ImgWrapper div.Desc {
        position: relative;
        top: -230px;
        width: 240px;
    }

    div#registry_select_div button.toggle_video {
        float: left;
    }
    
}

@media only screen and (max-width: 568px) { /* phone landscape */

    div#RegistryNav div.ImgWrapper {
        width: 166px;
        height: 166px;
    }

    div#RegistryNav div.ImgWrapper a img {
        width: 162px;
        height: 162px;
        margin: 0 2px 0 2px;
    }

    div#RegistryNav div.ImgWrapper div.Desc {
        position: relative;
        top: -150px;
        width: 162px;
        font: 400 18px/20px "Courgette", Arial, Helvetica, sans-serif;
    }

}

@media only screen and (max-width: 320px) { /* phone portrait */

    div#RegistryNav div.ImgWrapper {
        width: 98px;
        height: 98px;
    }

    div#RegistryNav div.ImgWrapper a img {
        width: 94px;
        height: 94px;
        margin: 0 2px 0 2px;
    }

    div#RegistryNav div.ImgWrapper div.Desc {
        position: relative;
        top: -88px;
        width: 94px;
        font: 400 12px/14px "Courgette", Arial, Helvetica, sans-serif;
    }

}

div#RegistryNav div.ImgWrapper div.Desc a {
    color: #FFFFFF;
}

div#RegistryNav div.ImgWrapper img:hover,
div#RegistryNav div.ImgWrapper div.Desc a:hover {
    cursor: pointer;
}

div.Reports {
	margin-top: 20px;	
}

div.Reports table {
	width: 100%;
}

div.Reports table tr th {
	text-align: left;
}

div.Reports table tr th.Num,
div.Reports table tr td.Num {
	padding-right: 4px;
	text-align: right;
}
