.StoreLink:link {color:#404040 !important; text-decoration:none !important;}      /* unvisited link */
.StoreLink:visited {color:#404040 !important;}  /* visited link */
.StoreLink:hover {color:#3B88D6 !important;text-decoration:underline !important;}  /* mouse over link */
.StoreLink:focus {text-decoration:underline !important;}  /* focused link */
.StoreLink:active {color:#404040 !important;}  /* selected link */

.StoreLink {
    display: block;
    font-size: 12px;
    line-height: 1.3;
    min-height: 52px;
    max-height: 52px;
    overflow: hidden;
    background-color: #fff;
}

.StoreLinkQuickView:visited {}  /* visited link */
.StoreLinkQuickView:hover {}  /* mouse over link */
.StoreLinkQuickView:active {}  /* selected link */


.StoreItemContainer {

}

.StoreItemWrapper {
    position: relative;
}

.StoreListItemImageBg {
    background-color: #ededed;
    max-height: 100px;
    min-height: 100px;
    overflow: hidden;
    text-align: center;
}
.StoreListItemImage {
    padding: 6px 0;
    max-width: 165px;
    height: auto;
    border: 0;
    
}


#master-content
{
    padding: 0px !important;
}

.StoreDivider
{
    height: 10px;
    background-color: Black;
}
.StoreContainer
{
    height: 100%;
    width: 100%;
    display: block;
    background: #F5F6F7 url(/ets/etsimages/gradient_texture20100901.jpg) repeat-x 0 0;
}
.StoreSearchBox
{
    margin-top: 1px;
    background-color: #D8D8D8;
    padding: 4px;
    width: 100%;
    border-bottom: solid 1px #dcdcdc;
    border-top: solid 1px #dcdcdc;
    display: inline-table;
    min-width: 800px;
}
.StoreBody
{
    width: 100%;
    border: 1px solid #D9D9D9;
    border-top: none;
    border-bottom: none;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: White;
    padding-top: 0px;
    min-width: 800px;
}
.StoreListItem
{
    border: solid 1px #dcdcdc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 10px;
    margin-left: 12px;
    margin-right: 13px;
    margin-bottom: 10px;
    text-align: left;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0, 0.25);
    float: left;
    width: 185px;
    overflow: hidden;
    transition: box-shadow 0.2s;
    min-height: 225px;
}

.StoreListItem-Short {
    min-height: 265px;
}

.StoreListItem-Medium {
    min-height: 315px;
}

.StoreListItem-Long {
    min-height: 355px;
}

.StoreListItemInner {
    padding: 0;
    margin: 0;
    
}
.StoreListItemDetails {
    padding: 5px;
}

.StoreItemCost {
    float: left;
    padding-top: 3px;
}

.StoreItemCost span {
    color: #5D951F;
    font-weight: bolder;
    font-size: 10pt;
 
}
.StoreListItemDetails hr {
    border: 0;
    height: 0;
    border-top: 1px solid #ededed;
    margin-top: 5px;
    margin-bottom: 5px;
}


.StoreListItemButtonContainer
{
    padding-top: 2px;
    display: table;
    width: 100%;
}

.StoreListItemRatings {
    display: table;
    margin: 0 auto;
}

.StoreListItemReviews {
    display: table;
    margin: 0 auto;
}

.StoreListItemModuleIcons {
    display: block;
    margin: 0 auto;
}

.StoreListItemDistance {
    display: block;
    margin: 0 auto;
}

.StoreListItemAddToCart, .StoreListItemInCart {
    /*float: right;*/
    min-height: 36px;
    max-width: 100%;
}

.StoreListItemAddToCart input[type=button], .StoreListItemInCart input[type=button] {
    font-size: 12px;
}

.StoreListNoItemsMessage {
    border: 0px !important;
    outline: none !important;
    padding: 20px;
}


.StoreDetailsQuickViewWindowBgColor
{
    background-color: #F7F7F7;
}
.StoreDetailsQuickViewContentHeaderText
{
    font-weight: bold;
    font-size: 16px;
}
.StoreDetailsQuickViewContentHeaderIcon
{
    float: left;
    margin-right: 6px;
}
.StoreDetailsQuickViewMetadataItem
{
    padding: 4px;
}
.StoreDetailsQuickViewMetadataItemTitle
{
    font-weight: bold;
}
.StoreDetailsQuickViewMetadataItemValue
{
    padding: 4px;
}

.StoreDetailsStandaloneViewMetadataItem
{
    padding: 8px;
}
.StoreDetailsStandaloneMetadataItemTitle
{
    font-weight: bold;
    font-size: 11pt;
}
.StoreDetailsStandaloneContentHeader
{
    font-weight: 600;
    /*
    border-bottom: #828282 1px solid;
    text-align: left;
    padding-bottom: 4px;
    font-weight: bold;
    padding-top: 5px;
    font-size: 20px;
    */
}
.StoreCartOrderNumber
{
    font-weight: bold;
    font-size: 13px;
    padding-left: 10px;
}
.StoreCartOrderStatus
{
    font-weight: bold;
    color: #5cb811;
    padding-left: 10px;
    padding-top: 4px;
    font-size: 13px;
}
.StoreCartOrderMessageFromAdmin
{
    padding-left: 10px;
    padding-top: 10px;
    font-size: 12px;
}
.StoreCartOrderShippingTracking
{
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
}
.StoreDetailsStandaloneMetadataItemValue
{
    padding: 4px;
}
.StoreCompleteCheckoutButton
{
    /*
    -moz-box-shadow: inset 0px 1px 0px 0px #caefab;
    -webkit-box-shadow: inset 0px 1px 0px 0px #caefab;
    box-shadow: inset 0px 1px 0px 0px #caefab;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
    background: -moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
    background-color: #77d42a;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #268a16;
    display: inline-block;
    color: #fff !important;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    text-decoration: none;
    */
}
.StoreCheckoutButton
{
    /*
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    background-color: #ededed;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #adadad;
    display: inline-block;
    color: #333 !important;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
    */
}
.CalendarViewButton
{
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    background-color: #ededed;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #adadad;
    display: inline-block;
    font-family: arial;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
}
.StoreCartItemsWhite
{
    background-color: White !important;
}
.StoreCartImageDiv
{
    float: left;
    min-width: 100px;
    padding: 6px;
    margin-right: 10px;
}

.StoreCartImageDiv img {
    max-width: 100px;
    height: auto;
}
.StoreCartDetailsDiv
{
    float: left;
}
.StoreCartItemNameDiv
{
    padding-top: 3px;
    font-size: 16px;
    font-weight: bold;
}
.StoreCartPriceDiv
{
    color: #900;
    font-weight: bold;
}
.StoreCartOrderSummary
{
    font-weight: bold;
    font-size: 20px;
}
.StoreCartBillingInformationHeader
{
    font-weight: bold;
    font-size: 16px;
}
.StoreCartShippingInformationHeader
{
    font-weight: bold;
    font-size: 16px;
}
.StoreCartShippingSelectionHeader
{
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
.StoreCartCreditCardPaymentHeader
{
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
.StoreCartOrderTotal
{
    font-weight: bold;
    font-size: 16px;
    color: #900;
}
.StoreCartInputBox
{
    border: 1px #BDC7D8 solid;
    color: #333;
    font-size: 12px;
    margin-bottom: 1px;
    margin-left: 0;
    margin-top: 1px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    line-height: 20px;
}
.StoreSearchInputBox
{
    border: 1px #BDC7D8 solid;
    color: #333;
    font-size: 16px;
    margin-bottom: 1px;
    margin-left: 0;
    margin-top: 1px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    line-height: 25px;
}
.StoreCartInputBoxLabel
{
    /*font-size: 12px;*/
}
.StoreCartBackgroundGradient
{
    background: rgb(229,229,229); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#e5e5e5, endColorstr=#ffffff,GradientType=0 ); /* IE6-9 */
}

.StoreCartThankYouHeader
{
    font-size: 25px;
    font-family: Arial;
    font-weight: bolder;
    color: #900;
    padding: 10px;
}