﻿.ObjDescLeftSide
{
    float:left;
    background-image: url(/StaticFiles/Images/bg_objdesc_main.gif);
    background-repeat:no-repeat;
    min-width:660px;
    width:660px;
    padding:25px 40px 0px 12px;
}

.ObjDescRightSide
{
    float:left;
}

.ObjDescMainImage
{
   float:left;
   clear:left;
/*
   width:460px;
   background-image:url(/StaticFiles/images/bg_objdesc_main_image.jpg);
   background-repeat:no-repeat;
   margin-right: 10px;
   padding: 5px 10px 11px 6px;
*/
}

.ObjDescImageGallery
{
   float: right;
   width: 175px;
}

td.tdObjImages img
{
    background-image:url(/StaticFiles/images/bg_objdesc_small_image.jpg);
    padding:3px 5px 5px 3px;
    margin-right:7px;
    margin-bottom: 10px;
}

.ObjDescHeader
{
    float:left;
    clear:left;
    color: #4AB8D3;
    
    font-size:130%;
    padding-bottom:10px;
    font-weight:bold;
}

.ObjDescSummarizeHeader
{
    font-size:110%;
    padding-top:10px;
    color: #4AB8D3;
    font-weight:bold;
}

.ObjDescSummarizeItem
{
    padding-bottom:10px;
    float:left;
    clear:both;
    width:660px;
}


/* Facts & Print */
.ObjDescFactsBox, .ObjDescPrintBox
{
    background-repeat:no-repeat;
    padding:25px 10px 15px 12px;
    width:210px;
}

.ObjDescFactsBox
{
    background-image:url(/StaticFiles/Images/bg_objdesc_facts.gif);
    min-height:160px;
}

.ObjDescFactsBoxHeader, .ObjDescPrintBoxHeader
{
    font-size:140%;
    color: #4AB8D3;
    padding-bottom:12px;
}

.ObjDescFactsHeader
{
    font-weight:bold;
}

.ObjDescFactsText
{
    padding-bottom: 12px;
}

.ObjDescPrintBox
{
    background-image:url(/StaticFiles/Images/bg_objdesc_print.gif);
    min-height:130px;
}

.ObjDescPrintItems a
{
    float:left;
    clear:left;
    margin-bottom:12px;
    font-weight:bold;
}


/* Contacts */
.Contacts
{
    margin-bottom:15px;
}

.ContactHeader
{
    font-size:140%;
    color: #4AB8D3;

    width:220px; 
    padding:10px 5px 0px 10px; 
    background-image:url(/StaticFiles/Images/bg_contacts_top.gif); 
    background-repeat:no-repeat; 
    background-position:left top;
}

.ContactContent
{
    width:220px; 
    padding:10px 5px 10px 12px; 
    background-image:url(/StaticFiles/Images/bg_contacts_bottom.gif); 
    background-repeat:no-repeat; 
    background-position:left bottom;
}

.ContactName
{
    font-weight: bold;
}

.ImageFrameR
{
    background-color: #F2F4F3;
    background-image: url(/StaticFiles/Images/bg_mainimage_right.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    width: auto !important;
}

.ImageFrameB
{
    background-image: url(/StaticFiles/Images/bg_mainimage_bottom.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
}

.ImageFrameRB
{
    background-image: url(/StaticFiles/Images/bg_mainimage_bottomright.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 5px 7px 8px 6px;
}