﻿/************ Lit Area Styles **************/

.lit{
    color: #9395b1;
    font-weight: bold;
    margin-top:5px;
    margin-right:50px;
    margin-bottom:0px;
    padding-top:5px;
}
.lit h3{
    padding: 5px 0px 5px 35px;
}
.lit a:link, .lit a:visited {
    display: block;
    background-image: url(/resources/images/sub/arrow_block_drkblu.gif);
    background-repeat: no-repeat;
    background-position: 15px 8px;
    background-color: #ffffff;
    padding: 4px 0px 5px 35px;
	}

.lit a:hover {
    display: block;
    background-image: url(/resources/images/sub/arrow_block_purple.gif);
    background-repeat: no-repeat;
    background-color: #ffffff;
    padding: 4px 0px 5px 35px;
    text-decoration: none;
}
.litdescr{
    display: block;
    color: #696969;
    padding: 0px 50px 5px 35px;
}
.lithead{
    display: block;
    font-weight: bold;
    color: #0061ae;
    background-color: #ffffff;
    background-image: url(/resources/images/sub/arrow_block_drkblu.gif);
    background-repeat: no-repeat;
    background-position: 15px 8px;
    margin-top:5px;
    padding: 5px 0px 5px 35px;
}
.litbult{
    display: block;
    margin: 10px 40px 5px 0px;
    padding-left: 15px;
    background-color: #ffffff;
    background-position: 0px 6px;
    background-image: url(/resources/images/sub/grey_block_block_7px.gif);
    background-repeat: no-repeat;
    /*font-size: 10px;*/
    color: #696969;
}
.litwrapper{
    margin:10px;
    padding:10px;
}

/************ Lit Area Styles **************/

.coLinks{
    font-size: 11px;
    font-weight: bold;
    color: #9395b1;
	display: block;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;
    display: block;
}

.coLinks h3{
    padding: 0px 0px 0px 15px;
}

.coLinks a:link, .coLinks a:visited{
	display: block;
    background-color: #ffffff;
    background-image: url(/resources/images/sub/arrow_block_drkblu.gif);
    background-repeat: no-repeat;
    background-position: 0px 12px;
    padding: 10px 0px 5px 15px;
	}

.coLinks a:hover{
    display: block;
    background-color: #ffffff;
    background-image: url(/resources/images/sub/arrow_block_purple.gif);
    background-repeat: no-repeat;
    text-decoration: none;
}
