#collection_viewer {
 width: 980px; height: 540px;background-color: #2b281f;
}
.collection_thumb {
    float: left;
    width: 280px;
}
.collection_thumb .title {
    margin: -20px auto;
    color: #000;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}
.collection_container {
    position: absolute;
    left: 0px;
}
.category_page {
    height: 400px;
}
#collection_viewer {
    position: absolute;
    top: 153px;
    left: 65px;
    overflow: hidden;
    width: 820px;
    height: 400px;
    margin: auto;
}
#category_listing li {
    list-style: none; 
    display: block; 
    float: left;
}
#subnav {
}
#products_page {
    position: relative;
    width: 972px;
    height: 600px;
    background: url('/static/celtek_collections/images/celtek_product_bg.png') top center no-repeat;
}
#category_listing {
    position: absolute;
    top: 116px;
    left: 65px;
    padding: 0px;
}
 
#category_listing li {
    color: #e5ebcb; 
    margin-right: 20px;
    font-size: 12pt; 
    font-style: bold;
    cursor: pointer;
}
#category_listing li.active{
    color: #f78f1e;
}
#category_listing li.current{
    color: #f78f1e;
}
#toptabs {
    position: absolute;
    top: 68px;
    left: 28px;
}
#toptabs img {
    margin: 0px;
    padding: 0px; 
    float: left;
    cursor: pointer;
}
#leftarrow {
    position: absolute;
    top: 310px;
    left: 15px;
    cursor: pointer;
}
#rightarrow {
    position: absolute;
    top: 310px;
    left: 900px;
    cursor: pointer;
}
.category_page .product_thumb {
    position: relative;
    display: block;
    background: url('/static/celtek_collections/images/celtek_product_small_bg.png') top left no-repeat;
    float: left; 
    width: 140px;
    height: 190px; 
    margin: 8px 35px 4px 35px;
    text-align: center;
}
.category_page .product_thumb table {
    width: 140px;
    height: 160px; 
    margin: auto;
}
.category_page .product_thumb img {
}
.category_page .product_thumb .title {
    position: absolute;
    color: #000;
    text-align: center;
    top: 165px;
    left: 0px;
    width: 140px;
    font-weight: bold;
}
#celtek_product_detail {
    background: url('/static/celtek_collections/images/celtek_product_detail_main_bg.jpg') top left no-repeat #fff;
    width: 916px;
    height: 505px; 
    position: relative;
}
#celtek_product_detail .display {
    position: absolute;
    top: 20px;
    left: 20px;
    text-align: center;
    width: 400px;
    height: 465px; 
}
#celtek_product_detail .display table {
}
#celtek_product_detail .description {
    position: absolute;
    top: 15px;
    left: 445px;
    
}

#celtek_product_detail .description h2 {
    font-size: 16pt;
    padding-top: 0px;
}

#celtek_product_detail .buyonline {
    position: absolute;
    top: 255px;
    left: 445px;
}
#celtek_product_detail .findastore {
    position: absolute;
    top: 255px;
    left: 600px;
}

#celtek_product_detail .product_photos {
    position: absolute;
    top: 330px;
    left: 445px;
}

#celtek_product_detail .product_photos .prodphoto {
    background: url('/static/celtek_collections/images/celtek_product_small_bg.png') top left no-repeat;
    float: left; 
    width: 140px;
    height: 160px; 
    text-align: center;
    margin-right: 15px;
}
#celtek_product_detail .product_photos .prodphoto img { margin-top: 4px; cursor: pointer; }

#celtek_product_detail .productvideo .videosrc { display: none; }
#celtek_product_detail .productvideo .videolink { text-decoration: underline; cursor: pointer; }
#display_video_embed { position: absolute; top: 110px; left: 20px; display: block; width: 410px; height: 246px; margin-top: 40px; }

div#fancy_close {

    /* custom x image */
}

