﻿/* Product Catalog CSS */
.CatalogItemContainer {
    border: 1px solid #000; 
    padding: 5px;
    margin: 5px;
}

.CatalogItemContainer input[type="submit"] {
    font-size: 11px;
}

.CategoryTabBar {
   margin-left: 3px;
   margin-top: 4px;
}

.CategoryTab {
    border: 1px solid #000;        
    cursor: pointer;
    float: left;
    font-weight: bold;
    margin: 2px;        
}

.CategoryTab a {
    color: #0371AE;
    display: block;
    height: 16px;
    padding: 5px;
    text-decoration: none;
}

.CategoryTab.Selected {
    background-color: #206493;   
}

.CategoryTab.Selected a {
    color: White;
}

.CoinSelectors select {
    width: 217px;
}

/* Product Template CSS */

.DistributorPrice {
    font-size: 12px;    
}

.DistributorProfit {
    color: #118F3A;
}

.ProductButtonPanel {
    float: left;
}

.ProductName {
    font-size: 18px;
    font-weight: bold;
}

.ProductPrice {
    font-size: 16px;
    font-weight: bold;
}

.offer730
{    
    width: 210px;
    height: 100px;
    padding: 20px;
    float: left;
    margin: 0 5px 0 12px;
    border: 1px solid black;
    text-decoration: none;
    font-family: Verdana;
    background-color: gainsboro;
}

.offer730 b
{
    font-style: italic;
}

/* Build Your Own Shadowbox CSS */

.EngravingPanel {
    background: #DCDCDC;
    border: 1px solid #000;
    margin: 5px;
    padding: 10px;
}

.EngravingPreviewWindow {
    background-color: #000;
    border: 1px solid #000;
    color: #EFD459;
    padding: 10px;
    margin-top: 5px;
    font-size: 16px;
    height: 16px;
    overflow: hidden;
    text-align: center;
    width: 680px;
}

.ShadowboxProductDisplay:hover .SbCallout {
   border: 1px solid #939393;
}

.ShadowboxProductDisplay:hover .CoinStyle44 {
   border: 1px solid #939393;
}

.ShadowboxProductDisplay {    
    float: right;
    position: relative;
    width: 660px;
}

.ShadowboxProductDisplay .CoinStyle44 img {
    width: 50px;
    height: 50px;
}

.ShadowboxProductDisplay .CoinStyle44 img {
    min-width: 50px;
    min-height: 50px;    
}

.SbCallout { 
    height: 64px;
    position:absolute;
    width: 64px;   
    background-image: url('../images/transparentbg.png');
    background-repeat: repeat;
    cursor: pointer;
    z-index: 5000;
}

#SbCallout01 {
    top: 95px;
    left: 95px;
    width: 80px;
    height: 165px;
}

#SbCallout02 {
    left: 212px; 
    top: 65px;
}

#SbCallout03 {
    left: 306px; 
    top: 68px;
}

#SbCallout04 {
    left: 399px; 
    top: 70px;
    width: 60px;
}

#SbCallout05 {
    top: 103px;
    left: 489px;
    width: 70px;
    height: 150px;
}

#SbCallout06 {
    left: 211px; 
    top: 227px;
}

#SbCallout07 {
    left: 305px; 
    top: 227px;
}

#SbCallout08 {
    left: 399px; 
    top: 227px;
    width: 60px;
    height: 60px;
}

/* Velvet Box CSS */
.CoinStyle44, .CoinStyle39{
    position: absolute;            
}

.CoinStyle44, .CoinStyle39 {
    z-index: 1000;
}

.CoinStyle44 img {
    width: 88px;
    height: 88px;            
}

.CoinStyle39 img {
    width: 72px;
    height: 72px;            
}

.VelvetBox {
    height: 225px;
}

.VelvetBox img {
    height: 100%;
}

.PreviewWrapper {
    position: relative;
    float: right;
    height: 225px;
    margin: 10px;
    margin-right: 70px;
    width: 312px;
}

.CoinSelectors {
    text-align: right;
    margin-right: 75px;
    margin-top: 20px;
}

.ProductPanel {
    font-size: 12px;
    font-family: Arial;
    float: right;
    margin: 10px;
    text-align: right;
}

.ProductPanel select {
    font-size: 12px;
    width: 250px;
}
            
.ProductTitle {
    font-size: 16pt;
    font-weight: bold;
}

.ConfirmationPage {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
}

.ShippingNotice {
    font-weight: bold;
    color: red;
}

/* Shopping Cart CSS */
.CartItemName {
    float: left;
    font-weight: bold; 
    margin-bottom: 5px;   
    max-width: 160px;
    
}

.NoItemsMessage {
    font-size: 14px;
    font-weight: bold;
    text-align: justify;
}

.ShoppingCartPanel {
    background-color: #BCBCBC;            
    margin: 10px;    
    padding: 10px;
}

.RemoveItemButton {
    background-image: url('../images/butt_x.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    float: right;
}

.RemoveItemButton:hover {
    background-position: bottom left;
}

.RemoveItemButton a {
    cursor: pointer;
    display: block;
    height: 15px;
    width: 15px;
}

/* One in a Million CSS */
.PreviewPanel {
    color: #FFFFFF;    
    position: absolute;   
}

.ThankYouPreview {
    font-weight: bold;
    position: relative;
    width: 600px;
    margin-left: auto;
    margin-right: auto;       
}

.SpecialMessage {        
    font-size: 16px;        
    top: 105px;
    right: 65px;
    width: 250px;
    height: 230px;
    overflow: hidden;    
}

.GiversName {
    left: 5px;
    font-size: 14px;
    text-align: center;
    top: 360px;
    width: 590px;
}

.GiversAddress {
    left: 5px;
    text-align: center;
    font-size: 14px;
    top: 380px;
    width: 590px;   
}

.GiversEmail {
    font-size: 14px;
    left: 5px;
    text-align: center;
    top: 400px;  
    width: 590px;
}

.FieldLabel {
    font-size: 11px;
    font-weight: bold;
}
