/**
*   Categories List Style
*/
.categories_view{
    padding-top: 10px; 
    padding-left: 10px;
}
/**
* Category Blog Styling
*/
.category_blog_view{
    padding-left: 10px;
}
/**
* Category List Styling
*/
.category_list_view{
    padding-left: 10px;
}
/* Articles */
/*h4*/
.category_blog_view .article_title h4{
    padding-top: 5px;
    padding-bottom: 5px;
    color:#454545;
    border-top: 1px solid #dddddd; 
    border-bottom: 1px solid #dddddd;
    font-weight: bold;
    font-size: 17px;
}

.category_blog_view .article_title h4 a{
    color:#095197;
}

.category_blog_view .article_title h4 a:hover{
    color:#FFFFFF;
    background-color: #304d6e;
}

/**
* Article Styling
*/
.articles_view{
    padding-left:10px;
}
/**
* Title
*/
/*h2*/
.article_title h2{
    color:#454545;
}

.article_title h2 a{
    color:#095197;
}

.article_title h2 a:hover{
    color:#FFFFFF;
    background-color: #304d6e;
}

/**
* Icons
*/
div.icons{
    float:right;    
}

div.icons ul{
    text-align: right;
    list-style-type: none;
}

div.icons ul li{
    display: inline;
}

/**
* Article Info
*/
dl.article-info{
    float: left;    
}

dl.article-info dd{
    margin:0;
    padding:0;
}

/**
*   Search Form
*/
.search_form ul{
    margin-top:10px;
    margin-bottom:10px;
    padding:0;
}

.search_form ul li{
    display: inline;
    list-style: none;
}

/**
* Login Form
*/
.register.myform {
    padding: 0 !important;
    width: 100% !important;
}
.register.myform h1,
.m_login.myform h1{ /*if this css change, need to change cart.css .feature_product h2 too*/
    width:100% !important;
    font-family:'Dynalight', cursive;
    font-size:30px !important;
    font-weight:normal !important;
    margin-bottom:20px !important;
    padding-bottom:10px !important;
    color:#ef4699;
    border-bottom:thin solid #737373 !important;
}
.register.myform p,
.m_login.myform p {
    border-bottom:none !important;
    color: #fff !important;
    font-style: italic;
    margin-bottom: 20px;
}
.register.myform label,
.m_login.myform label{
    color: #fff !important;
    display: inline !important;
    float: left !important;
    font-weight: bold;
    line-height: 1;
    text-align: left !important;
    width: 21% !important;
}
.register.myform input, .ddlstyle, .register.myform textarea {
    border: 1px solid #AAAAAA;
    float: left;
    font-size: 12px;
    margin: 2px 0 20px 10px;
    padding: 4px 2px;
    width: 75% !important;
}
.register.myform button, .register.myform .submit,
.m_login.myform button, .m_login.myform .submit{
    background: url("images/button_register_bg.png") no-repeat 0 0 !important;
    clear: both;
    color: #fff;
    font-size: 14px !important;
    font-weight: 400 !important;
    height: 32px !important;
    line-height:18px !important;
    margin-bottom: 5px;
    margin-left: 150px;
    text-align: center;
    width: 125px;
}
/**
*   Search results page
*/
div.search_results{
    margin-bottom: 5px;
    padding: 20px;
    background-color: #f5f5f5;
}