.topc-main {
    width:100%;
    display:inline-block;
}

.topc-row {
    display: inline-block;
    display: inline-block;
    -moz-box-shadow: inset 0 0 10px #e819b4;
    -webkit-box-shadow: inset 0 0 10px #e819b4;
    box-shadow: inset 0 0 10px #e819b4;
    margin: 10px;
    padding: 5px;
}

.topc-image {
    width:30%;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    min-height: 200px;
}

#grid_view_products_page_container div.topc-image a img, div.topc-image a img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 8px;
    border: solid;
    border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
    border-width: 1px 2px 2px 1px;
    background-color: white;
}

.topc-thumbs-row {
    display: block;
    padding: 5px 10px;
}

.topc-image img {
    margin-right: auto;
    margin-left: auto;
}

.topc-text {
    width:70%;
    display: inline-block;
    vertical-align: top;
    float: right;
}

.topc-thumbs {
    height:auto;
    width:100%;
    display: block;
}

.topc-thumbs .topc-thumb {
    width: 100px;
    text-align: center;
    margin: 3px;
    display:inline-block;
    vertical-align: top;
}

.topc-thumbs .topc-thumb .topc-thumb-image
.topc-thumbs .topc-thumb .topc-thumb-text {
}

.topc-thumbs .topc-thumb .topc-thumb-image  {
    vertical-align: bottom;
    border: 0;
}

.topc-thumbs .topc-thumb .topc-thumb-text {
    padding-bottom: 10px;
}

.topc-thumbs .topc-thumb .topc-thumb-text .thumb-title {
    font-weight: normal;

}

.topc-thumbs .topc-thumb .topc-thumb-text .thumb-caption {
    font-style: italic;
    font-size:10px;
}

.topc-row-title  {
    text-shadow:#fff 0px 1px 0, #000 0 -1px 0;
    font-size:1.5em;
    font-weight:bold;
    color:#808080;
}

.topc-thumb {
    font-family:Arial;
    font-weight:normal;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    border:1px solid #84bbf3;
    padding:6px 2px;
    text-decoration:none;
    background:-moz-linear-gradient( center top, #bddbfa 5%, #80b5ea 100% );
    background:-ms-linear-gradient( top, #bddbfa 5%, #80b5ea 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#80b5ea');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #bddbfa), color-stop(100%, #80b5ea) );
    background-color:#bddbfa;
    color:#ffffff;
    display:inline-block;
    text-shadow:1px 1px 0px #528ecc;
    -webkit-box-shadow:inset 1px 1px 0px 0px #dcecfb;
    -moz-box-shadow:inset 1px 1px 0px 0px #dcecfb;
    box-shadow:inset 1px 1px 0px 0px #dcecfb;
}

.topc-thumb:hover {
    background:-moz-linear-gradient( center top, #80b5ea 5%, #bddbfa 100% );
    background:-ms-linear-gradient( top, #80b5ea 5%, #bddbfa 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea', endColorstr='#bddbfa');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #80b5ea), color-stop(100%, #bddbfa) );
    background-color:#80b5ea;
}

.topc-thumb:active {
    position:relative;
    top:1px;
}

.single_product_display .imagecol img.product_image {
    background-color: #efefef;
    border: 1px solid #ccc;
    display: none;
}


/* top of product page links to other products */
.more-products {
    border-top: black;
    border-top-width: thin;
    border-top-style: solid;
}

.more-products-thumbs-row {
    display: block;
    padding: 5px 10px;
}

.more-products-image img {
    margin-right: auto;
    margin-left: auto;
}

.more-products-text {
    width:70%;
    display: inline-block;
    vertical-align: top;
    float: right;
}

.more-products-thumbs {
    height:auto;
    width:100%;
    display: block;
}

.more-products-thumbs .more-products-thumb {
    width: 100px;
    height:225px;
    text-align: center;
    margin: 3px;
    display:inline-block;
    vertical-align: top;
}

.more-products-thumbs .more-products-thumb .more-products-thumb-image
.more-products-thumbs .more-products-thumb .more-products-thumb-text {
}

.more-products-thumbs .more-products-thumb .more-products-thumb-image  {
    vertical-align: bottom;
    border: 0;
    position: relative;
}

.more-products-thumb-image .item_image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 150px;
}

.more-products-thumb-image .item_image:hover {
    background-size:  cover;
}

.more-products-thumbs .more-products-thumb .more-products-thumb-image:hover  {

}

.more-products-thumbs .more-products-thumb .more-products-thumb-text {
    padding-bottom: 10px;
}

.more-products-thumbs .more-products-thumb .more-products-thumb-text .thumb-title {
    font-weight: normal;
}

.more-products-thumbs .more-products-thumb .more-products-thumb-text .thumb-caption {
    font-style: italic;
    font-size:10px;
}

.more-products-row-title  {
    text-shadow:#fff 0px 1px 0, #000 0 -1px 0;
    font-size:1.5em;
    font-weight:bold;
    color:#808080;
}

.more-products-thumbs .more-products-thumb {
    width:150px;
    padding: 2px;
    -moz-box-shadow:1px 1px 8px rgba(0,0,0,0.3);
    -webkit-box-shadow:1px 1px 8px rgba(0,0,0,0.3);
    border:1px solid #ccc;
    padding: 0px;
    float:left;
    text-align:center;
    position:relative;
    margin-bottom: 10px;
    line-height: 1.1em;
}

.more-products-thumbs .more-products-thumb .price_container.onsale {
    font-weight: bold;
    color: green;
}

.more-products-thumbs .more-products-thumb:hover {
    -moz-box-shadow:2px 2px 8px rgba(255,0,0,0.3);
    -webkit-box-shadow:2px 2px 10px rgba(255,0,0,0.3);
    padding: 5px;
    border:10px solid #aaaaaa;
    border-radius: 7px;
    line-height: 0.9em;
    font-size: 0.8em;
}

.more-products-thumbs .price_container {
    width: 100%;
    bottom: 0;
    position: absolute;
}

.wpsc_description a,
.design_description a {
    font-size: 1.0em;
}

.design-name-link {
    font-weight: bold;
    text-decoration: none;
    color: #3070d1;
}

.design-name-link:hover {
    text-decoration: underline;
}

.more-products-thumb-image .thumb-caption {
    position: absolute;
    bottom: 5px;
    width: 100%;
}

.more-products-thumb-image .thumb-caption .thumb-caption-text {
    position: relative;
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
    background-color: lightgrey;
    opacity: 0.8;
    font-style: italic;
    font-size: 0.8em;
}

.design-description .byline {
    margin-top: 10px;
    font-size: 0.7em;
    font-weight: bold;
    font-style: italic;
    background-color: lightgrey;
    text-align: center;
}

