/********************************************
* SkyMed
* Developed by I-ology
* http://www.i-ology.com
*
* Created 03/10/2009- BD
*
* News Style Definitions
********************************************/

/*******************************************
* Layout Definitions
*******************************************/

#details h2 {
    width: 550px;
}

#details img 
{
	float: none;
	border: none;
    margin: 0 0 0 5px;
}

.preview {
    width: 575px;
    margin-bottom: 25px;
    padding-top: 15px;
    overflow: hidden;
    border-top: 1px solid #CCC;
}

#hdr-recent-news {
    width: 150px;
    margin-bottom: 5px;
}
#hdr-recent-pr {
    width: 210px;
    margin-bottom: 5px;
}

a.view-all {
    float: right;
    margin-top: -20px;
    padding-right: 8px;
    background: url(/images/arrow_fwd.gif) 100% 6px no-repeat;
}

.last {
    border-bottom: none;
}

a.back-arrow-news {
    padding-left: 12px;
    margin: 8px 25px 0 0;
    float: right;
    background: url(/images/arrow_up.gif) 0 4px no-repeat;
}

p.back-details-news {
    width: 132px;
    height: 36px;
    margin: -45px 0 0 438px;
    padding: 0 0 20px 0;
    background: url(/images/btn_back.gif) top right no-repeat;
}

a.back-arrow-pr {
    padding-left: 12px;
    margin: 8px 24px 0 0;
    float: right;
    background: url(/images/arrow_up.gif) 0 4px no-repeat;
}

p.back-details-pr {
    width: 188px;
    height: 36px;
    margin: -45px 0 0 385px;
    padding: 0 0 20px 0;
    background: url(/images/btn_back1.gif) top right no-repeat;
}

#details .details-photo {
    width: 183px;
    margin: 5px 0 25px 25px;
    float: right;
    clear: right;
    overflow: hidden;
}

#details .details-photo img {
    margin: 0 0 5px 0;
    padding: 1px;
    border: 1px solid #CCC;
}

#details .details-photo p {
    font-size: 11px;
    margin: 0;
    padding: 0 5px;
    line-height: 14px;
}

a.icon-download {
    padding-left: 18px;
    background: url(/images/icon_download.gif) top left no-repeat;
}

/*******************************************
* Titles & Headers
*******************************************/

#ttl-news,
#ttl-in-the-news,
#ttl-press-releases {
    height: 22px;
    display: block;
    text-indent: -9999px;
}

#ttl-news {
    width: 56px;
    background: url(/images/ttl_news.gif) top left no-repeat;
}
#ttl-in-the-news {
    width: 119px;
    background: url(/images/ttl_in_the_news.gif) top left no-repeat;
}
#ttl-press-releases {
    width: 155px;
    background: url(/images/ttl_press_releases.gif) top left no-repeat;
}

/*******************************************
* Lists
*******************************************/

ul#archives {
    margin: 25px 0 5px 100px;
    padding: 0;
    background: none;
    font-size: 14px;
}

#archives li {
    margin: 0;
    padding: 0;
    display: inline;
    background: none;
}

dl {
    width: 560px;
    margin-bottom: 15px;
    padding-bottom: 18px;
    overflow: hidden;
    border-bottom: 1px dotted #CCC;
}

dt {
    width: 90px;
    float: left;
    margin-left: 10px;
    _margin-left: 5px; /* For IE6 */
    font-weight: bold;
}

dd {
    width: 460px;
    float: right;
}

/*******************************************
* Subnavigation
*******************************************/

a#in-the-news {
    background: url(/images/subnav_in_the_news.gif) top left no-repeat;
}
a#press-releases {
    background: url(/images/subnav_press_releases.gif) top left no-repeat;
}
a#newsletter {
    background: url(/images/subnav_newsletter.gif) top left no-repeat;
}

a:hover#in-the-news, body.in-the-news-on #in-the-news,
a:hover#press-releases, body.press-releases-on #press-releases,
a:hover#newsletter, body.newsletter-on #newsletter {
    background-position: bottom left;
}
