/*
Theme Name: NEW 101WEBSITETHEME
Author: 101WebSiteDesign Inc.
Author URI: http://www.101websitedesign.com/
*/

.sidebarLinkPanelContainer ul {list-style:none;}

.sidebarLinkPanelContainer ul li a
{
    height: 24px;
    display: block;
    padding-left: 10px;
    background-color: transparent;
    margin-right: 20px;
    cursor: pointer;
    border-bottom: 1px solid #ECECEC; 
    font: 11px/24px Verdana; 
    color: #444;
}

.sidebarLinkPanelContainer ul li a:hover
{
    background-color: #000;
    color: #FFF;
}

.tagsWrapper a {
    font: normal 10px/26px Arial;
    color:#000;
	text-decoration:none;
}

.tagsWrapper a:hover {
    font: normal 10px/26px Arial;
    color:#888;
	text-decoration:underline;
}

.postText ul
{
padding:10px 10px 10px 10px;    
}

.postText ul li
{
    background-image: url('http://www.101websitedesign.com/images/common/squere/4x4blue.gif');
    background-position: 0% 60%;
    background-repeat: no-repeat;
    list-style-image: none;
    list-style-type:none; 
    list-style-position:outside;
    font: 12px/14px Verdana;
    padding-left: 10px;
    margin-bottom: 3px;  
}

.postText a {font-weight:bold; color:#000; text-decoration:none;}

.postText a:hover {font-weight:bold; color:#FFF; background-color:#000; text-decoration:underline;}

.postText img { border:1px #666 solid; margin:10px 0px 10px 0px;}

.commonItemInfoContainer a{color:#666; text-decoration:none;}
.commonItemInfoContainer a:hover{color:#666; text-decoration:underline;}



