/* ---------------- jewelry line page -------------------- */


#lineContainer
{
        width: 445px;
        margin:0 auto;
}

div.jewelryTypeTitle { font-weight: bold; }

#linePendantTitle
{
        position: relative;
        left: 25px;
        text-align: left;
}
#pendantImg
{
        float: left;
        position: relative;
        left:25px;
        top:5px;
}
#pendantDescription
{
        position: relative;
        left: -10px;
        top: 35px;
        float: left;
        width: 185px;
        text-align: center;
}

#threeDropTitle
{
        text-align: center;
}
#threeDropImg
{
        float: right;
        position: relative;
        top: 10px;
}
#threeDropDescription
{
        float: right;
        width: 225px;
        text-align: center;
        position: relative;
        top: 40px;
}

#doubleChimeTitle
{
        position: relative;
        left: -10px;
        text-align: left;
}
#doubleChimeImg
{
        float: left;
        position: relative;
        top: -43px;
}
#doubleChimeDescription
{
        float: left;
        width: 200px;
        text-align: center;
}


#wineCharmTitle 
{
        text-align: center;
}
#wineCharmImg
{
        float: right;
        position: relative;
        top: -25px;
}
#wineCharmDescription
{
        float: right;
        width: 215px;
        text-align: center;
        position: relative;
}

#bellyTitle 
{
       
}
#simpleBellyImg
{
        float: left;
        position: relative;
        top: 50px;
}
#dangleBellyImg
{
        float: right;
        position: relative;
        top: 0px;
}
#chimeBellyImg
{
        float: right;
        position: relative;
        top: 100px;
        right: -80px;
}
#bellyDescription
{
        float: left;
        width: 350px;
        text-align: left;
        position: relative;
        top: -135px;
        right: -75px;
}

#simpleEarringsTitle
{
        text-align: center;
}
#simpleEarring1Img
{
        float: left;
}
#simpleEarring2Img
{
        float: right;
}
#simpleEarringsDescription
{
        text-align: center;
        position: relative;
        top: 20px;
}

#doubleDangleTitle
{
        text-align: right;
}

#doubleDangleImg
{
        float: right;
}

#doubleDangleDescription
{
        text-align: center;
        position: relative;
        left: 25px;
        top: 10px;
}
