.categorywidget-image-size {
    /* width:150px !important;
    height:150px !important; */
    padding: 0px 42px 10px 0px;
}
.categorywidget-subcategory-links
{
    color:#939393 !important;    
    text-decoration:underline !important;   
}

.home-widget-item-links
{
    color : #3c4a65 !important;    
    text-decoration:underline !important;  
}

.home_TopLinkStyle
{
    color : #3c4a65;
    font-size:12px;
    text-decoration:underline;
}
.home_ListLinkStyle
{
    color : #939393;
    font-size:11px;
    text-decoration:underline;
}

.home_SearchTitle
{
     /* REMOVED BY AARON: font-family:'Segoe UI Light', 'Segoe UI';*/
    color : #000;
    font-size:18px;
    text-align:left;
	display: table; 
    /* REMOVED BY AARON: margin: 0 auto;*/
    font-weight: bolder;
  
}


/* REMOVED BY AARON
.home_ArticlesContainer
{
	padding: 0 25px;
}
*/

.home_customTitle {
        margin-bottom: 15px;
        margin-left: 10px;
        color: #cc0000;
        font-weight: bolder;
        text-align: left;
    }
.home_hotTopicOffset {
    margin-top:-5px;
    padding:0;
    }

/*  Search Box Style*/
div.row.searchBox {
    height: 40px !important;
    margin-left:auto!important;
}

div.row.searchBox #homeSearchTextBox {
    margin: 15px 0px 20px 0px;
    float: left;
    height: 40px;
    max-width: 93% !important;
}
div.row.searchBox #homeSearchButton {
    float: left;
    height: 40px;
    width :40px;
    margin: 15px 0px 20px 0px;
    background-color: #3c4a65;      
    color: #ffffff;
}
/*end*/

/*CUSTOME MESSAGE BOX*/
.message {
    margin: auto auto auto 10px;
    width: 100%;
}

.message-note-front-page, .message-info-front-page {
    border: 1px solid #cc0000;
    background: #cc0000;
}

.message {
    overflow: hidden;
    position: relative;
    text-align: left;
}

.message-wrapper {
    padding: 5px;
    background: #fff;
    margin-right: 20px;
    min-height: 20px;
    height: auto !important;
    height: 20px;
}

.message-info-front-page .message-icon-front-page {
    background-position: -40px -400px;
}

.message-icon-front-page {
    background: url("https://images10.newegg.com/WebResource/Themes/2005/Nest/spr_icons.6.6.0.png") no-repeat;
    float: left;
    width: 35px;
    height: 30px;
}

.message-information {
    font-size: 11px;
    color: #4d4d4d;
    padding: 3px 0 0 25px;
}

.message-title {
    font-weight: bold;
    text-transform: uppercase;
    color: #222;
    font-size: 13px;
}

p.message-text {
    font-size: 14px;
    line-height: inherit;
}