/* Rules used for the product navigation */

.menufilter_box {
	padding-bottom: 10px;
}

.menufilter_top {
	background: #1276a8;
	height: 30px;
    color: #fff;
    padding-left:7px;
    /*text-align: center; */
    vertical-align: middle;
    border-left: 4px solid #f89b24;
}

.menufilter_top.link {
    cursor: pointer;
}

div.menufilter_top {
	line-height: 30px;
}

.acc_nav .menufilter_top {
	padding: 0;
}

.menufilter_content {
    background: #d8e7ee;
    border-left: 4px solid #d8e7ee;
    padding: 8px 8px 12px 4px;
    color: #1276a8;
}

.links_pad {
	padding: 3px 0 3px 0;
}

.mf_title {
	font-weight: bold;
	text-transform: uppercase;
}

.acc_nav .mf_title {
	display: block;
	height: 30px;
}

.acc_nav .acc_nav_link {
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 7px;
}

.mf_collapse {
	float: right;
}

div.mf_collapse {
	height: 30px;
	line-height: 30px;
}

.mf_caret {
	padding-top: 3px;
	padding-right: 8px;
	padding-left: 8px;
	vertical-align: middle;
}

.gst_color {
	color: #EE3924;
}

.cart_color {
	color: #1276a8;
}

a.mf_cart_add {
	color: #1276a8;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

a:hover.mf_cart_add {
	color: #1276a8;
	text-decoration: underline;
}

.mf_cart_qty {
	color: #1276a8;
	font-size: 12px;
	text-decoration: none;
}

.mf_button {
	background: #1276a8 !important;
	border-radius: 0px !important;
	padding: 5px !important;
	border: none !important;
	color: #FFF !important;
	font-weight: bold !important;
	font-size: 12px !important;
	cursor: pointer !important;
}

.mf_button:hover {
	background: #0d4d75 !important;
}

ul.links_list {
	list-style-type: none;
}

ul.links_list li {
	font-size: 12px;
	padding: 3px;
}

ul.links_list li:first-child {
	padding-top: 0;
}

ul.links_list li.more {
	margin-top: 4px;
}

ul.links_list li a {
	/*line-height: 14px;*/
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	color: #1276a8;
}

ul.links_list li a:hover {
	text-decoration: underline;
}


/* Menufilter Testimonials */
.mf_t_table {
	border:1px solid #d6d6d6;
	padding:5px;
}

.mf_t_header {
	font-weight:bold;
	font-size:14px;
	padding:5px 0;
	color:#1276a8;
}

.mf_t_header a {
	color:#1276a8;
	text-decoration:none;
}

.mf_t_header a:hover {
	text-decoration: underline;
}

.mf_t_topbot_pad {
	padding:5px 0;
}

.mf_t_bord_bot {
	border-bottom:1px solid #d6d6d6
}

.mf_t_imgthumb {
	width:40px;
}

.mf_t_prodname {
	padding:5px 0 5px 5px;
	font-weight:bold;
	font-size:10px;
	vertical-align:middle;
}

.mf_t_prodname a {
	text-decoration:none;
}

.mf_t_prodname a:hover {
	text-decoration:underline;
}

.mf_t_username {
	color:#6d6f71;
	font-size: 10px;
}

.mf_t_datetime {
	padding:0 0 5px 0;
	color:#6d6f71;
	font-size:10px !important;
}

.mf_t_viewmore {
	font-weight:bold;
	font-size:10px;
}

.mf_t_viewmore a {
	color:#1276a8;
	text-decoration:none;
}

.mf_t_viewmore a:hover {
	text-decoration:underline;
}

.mf_help {
	list-style-type: none;
}

.mf_help li {
	font-size: 12px;
	padding: 7px 0;
	vertical-align: middle;
}

.mf_help li .pblink:link {
	color: #0C4E77;
}

.mf_help li .mf_help_img_container {
	display: inline-block;
	vertical-align: middle;
	width: 29px;
}

/* Slider Filters */
.sfilter_container {
	padding: 0 10px;
}

.sfilter_text {
	margin-top: 10px;
	font-size: 10px;
	text-align: center;
}
/* end Slider Filters */

/* Experimental horizontal filters */
.filter_block_horizontal {
	display: inline-block;
	margin: 10px;
}
