/* CSS Document */

.extra-title, .extra-image
    {
        float: left;
    }
    
.extra-title
    {
        width: 500px;
    }
    
.extra-title h2
    {
        margin: 0pt;
        padding: 0pt;
    }
    
.extra-price
    {
        float: right;
        width: 150px;
        text-align: right;
    }
    
.extra-price span
    {
        font-weight: bold;
    }
    
.extra-image img
    {
        padding-top: 3px;
        margin-right: 8px;
    }
    
.each-extra
    {
        margin: 0pt 0pt 20px 0pt;
        /*width: 306px;*/
        /*float: left;*/
        /*border: solid 1px #DEDEDE;*/
        padding: 7px;
        /*height: 410px;*/
        overflow: hidden;
    }
    
/* Title Section */

#idea-main-title
    {
        float: left;
    }
    
#idea-main-title h1, #main-areas
    {
        margin-bottom: 5px;
    }
    
#idea-main-title h1
    {
        float: left;
    }
    
#idea-price
    {
        float: left;
        padding-top: 13px;
        margin-left: 10px;
    }
    
#idea-price span    
    {
        font-weight: bold;
    }
    
#idea-duration
    {
        font-weight: bold;
        margin-bottom: 10px;
    }
#idea-themes
    {
        margin-bottom: 10px;
    }
    
#idea-themes img
    {
        margin-right: 5px;
    }
    
/* Top-right Links Section */

#top-right-links
    {
        width: 138px;
        float: right;
    }
    
#print-section
    {
        float: right;
        margin-bottom: 5px;
    }
    
#print-icon
    {
        float: left;
        width: 18px;
        margin-right: 5px;
    }   

/* End of CSS Document */
