/*
*   Categories List Style
*/
.categories_view{
    padding-top: 10px; 
}
/*
* Category Blog Styling
*/
.category_blog_view{
	padding: 0 15px;
}
/*
* Category List Styling
*/
.category_list_view{
}
/* Articles */
.article_title {
    margin-bottom:10px;
}

.articles_view {
	padding: 0 15px !important;
	width: 870px;
}

/*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;
}

.nav_separator,
.nav_cat a,
.nav_cat a:visited{
    color: #ac3010;
    font-weight:bold;
    font-size: 15px;
    line-height: 1em;
	padding: 10px;
}

.nav_cat a:hover {
    color: #E13200;
}

/*
* Article Styling
*/
.articles_view{
    padding:0;
}

ol.decimal,
ol.loweralpha,
ol.lowerroman,
ul.bullet-1,
ul.bullet-2,
ul.bullet-3,
ul.bullet-4 {
    margin-left: 5px !important;
    overflow: hidden;
    padding-left: 15px !important;
}

ol.decimal li,
ol.loweralpha li,
ol.lowerroman li,
ul.bullet-1 li,
ul.bullet-2 li,
ul.bullet-3 li {
    margin-bottom: 5px !important;
    padding:3px 0 3px 22px !important;
}

ol.decimal {
    list-style: decimal;
}

ol.loweralpha li {
    list-style: lower-alpha;
}

ol.lowerroman li {
    list-style: lower-roman;
}

ul.bullet-1 li,
ul.bullet-2 li,
ul.bullet-3 li{
    list-style: none;
}

ul.bullet-1 li {
    background: url("images/icons/bullet1.png") no-repeat scroll 0 4px transparent;
}

ul.bullet-2 li {
    background: url("images/icons/bullet2.png") no-repeat scroll 0 5px transparent;
}

ul.bullet-3 li {
    background: url("images/icons/bullet3.png") no-repeat scroll 0 5px transparent;
}


/*
* 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;
}

/** extra artcile css**/

.article_title h2,.feature_product h2 {
background:url(images/article-header.jpg) repeat-x;
width:98%;
height:47px;
color:#C7B299 !important;
font-size:14px;
text-transform:uppercase;
padding:15px 0 0 2%;
}

/*
*   Widget Title
*/
.widget h3 span{
    margin-bottom:0px;
    font-size:14px;
    font-weight:bold;
    color:#C7B299;
    text-decoration:none;    
}

.widget_title,.module_title {
font-size:14px;
color:#c7b299;
}

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

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

.search label,.row.email {
display:none;
}

.search_form li {
list-style:none;
padding:0 0 5px;
}

.search_form input[type="submit"] {
width:90px;
height:25px;
border:0;
color:#fff;
background:url(images/search-button.jpg) repeat;
padding:2px 0 0 12px;
}

/*
*   Search results page
*/
div.search_results{
    margin-bottom: 5px;
    padding: 20px;
    background-color: #f5f5f5;
}

.search_results a {
color:#ac3010;
}


/*
*   contact form
*/

.row.position {
color:#ac3010;
font-size:20px;
font-weight:bold;
padding:10px 0;
}

.contact_form {
color:#ac3010;
font-size:12px;
font-weight:bold;
padding:10px;
}

.contact_label input[type="submit"] {
border:0;
width:50px;
height:25px;
background:#a67c52;
color:#fff;
font:12px Georgia, sans-serif;
}

/*
*   account widget
*/

.button_user,.button_login {
float:left;
font-weight:bold;
}

.button_logout,.button_register {
float:left;
margin:0 0 0 20px;
font-weight:bold;
}

.m_login.myform h1
{ display:none;}

.pagination {
	width: 100%;
	float:left;
	margin: 20px 0 0 0;
}

.pagination a , .pagination strong {
	margin: 20px 3px 0 3px !important;
	padding: 2px 4px !important;
	background: #A67C52 !important;
	color: #603913 !important;
	border: 1px solid #603913;
}