/* 
PB Layout New
Last Author: AB
Last Edited: 14-07-2015
*/

		/* --------- */
		/* CSS reset */
		/* --------- */
		html, body, ul, dl, dt, dd {
			margin: 0;
			padding: 0;
			font-family: arial;
		}

		a img {
			/* set image borders to 0 because wtf IE *sigh* */
			border: 0;
		}
		/* ------------- */
		/* End CSS reset */
		/* ------------- */

		/* Colours here for reference */
		.colors {
			color: #ff9c1c; /* orange */
			color: #0d4d75; /* darkblue */
			color: #1276a8; /* lightblue */
			color: #d3e5ed; /* lighterblue */
			color: #414342; /* greytext */
		}

		/* ---------------------------- */
		/* Header */
		/* ---------------------------- */

		/* Header */
		#header {
			z-index: 5;
			position: relative;
		}

		#header_container {
			background: url("../imglib/dnew/bg_dnew.png");
			height: 150px;
		}

		.wrap {
			margin: 0 auto;
			width: 990px;
		}
		/* -------------- */
		/* End containers */
		/* -------------- */

		/* ---------------- */
		/* Search bar rules */
		/* ---------------- */
		.search_bar {
			border: #000 solid 1px;
			width: 420px;
			/*height: 32px;*/
			/*height: 36px;*/
			background-color: #e6e6e6;
			padding: 11px 0 11px 10px;
			vertical-align: baseline;
		}

		.search_button {
			/*left: -1px;*/
			position: relative;
			/*width: 63px;
			height: 36px;*/
			width: 67px;
			/*height: 40px;*/
			padding: 11px 0 11px 0;
			border: #000 solid 1px;
			background: url("../imglib/dnew/searchbutton_dnew.png");
			color: transparent;
			text-indent: -9999px;
			font-weight: bold;
			cursor: pointer
		}
		/* -------------- */
		/* End search bar */
		/* -------------- */

		/* Remove outline from buttons in Firefox */
		button::-moz-focus-inner { 
		    border: 0px;
		    padding: 0px;  
		}

		/* ------------ */
		/* Header parts */
		/* ------------ */
		.header_logo {
			padding: 12px 0 0 5px;
			float: left;
		}

		.header_contact {
			padding-top: 4px;
		}

		.header_contact a {
			color: #FFF;
			text-decoration: none;
		}

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

		.header_content {
			float: right;
			padding: 0 5px 0 0;
		}

		td.header_top {
			text-align: right;
			color: #FFF;
			padding: 20px 0 0 0;
		}

		/* Header links */
		td.header_top a {
			color: #FFF;
			text-decoration: none;
			margin: 0 10px 0 10px;
			font-size: 12px;
		}

		td.header_top a:hover {
			text-decoration: underline;
		}

		td.header_mid {
			text-align: left;
			padding: 25px 0 0 0;
			font-weight: bold;
		}

		td.header_mid a {
			color: #FFF;
			text-decoration: none;
			margin: 0 30px 0 0;
			font-size: 16px;
		}

		td.header_mid a:hover {
			color: #ff9c1c;
		}

		td.header_search {
			text-align: left;
			padding: 10px 0 0 0;
		}

		/* User information in header */
		td.header_bot {
			color: #FFF;
			font-size: 12px;
			text-align: right;
			width: 200px;
		}

		td.header_bot a {
			color: #ff9c1c;
			text-decoration: none;
			font-size: 12px;
		}

		td.header_bot a:hover {
			text-decoration: underline;
		}

		.greeting {
			font-size: 26px;
			font-weight: bold;
			color: #FFF;
			margin: 0;
			text-align: right;
			padding: 5px 0 0 0 !important;
		}

		.cart_count {
			position: absolute;
			margin-left: 32px;
			margin-top: 8px;
			width: 20px;
			color: #FFF;
			font-weight: bold;
			text-align: center;
		}
		/* ---------------- */
		/* End header parts */
		/* ---------------- */

		/* Main navigation */
		#nav_container {
			background: #ff9c1c;
		}

		/* --------------- */
		/* Category navbar */
		/* --------------- */
		td.cat {
			/*padding: 15px 0px 15px 0px;  creates 50px height */
			border-left: #d88016 2px solid;
			/*border-bottom: #d88016 1px solid;*/
			/*position: relative;*/
		}

		td.cat:hover {
			/*background: #175b7e;*/
			background: url("../imglib/dnew/cat_bg_dnew.png");
		}

		td.cat a {
			font-weight: bold;
			font-size: 14px;
			text-decoration: none;
			/*text-transform: uppercase;*/
			display: block;
			text-align: center;
			padding: 14px 10px 12px 10px;
		}

		/* This doesn't appear to be used, but it probably should be */
		.curr {
			background: url("../imglib/dnew/cat_bg_dnew.png");
		}

		/* For the last category in the list */
		.cat_end {
			border-right: #d88016 2px solid;
		}

		a.cat_name {
			color: #0d4d75;
		}

		a.curr_name {
			color: #FFF !important;
		}

		.cat_list {
			display: none;
		}

		.curr_list {
			display: block;
		}

		.cat_list {
			position: absolute;
			background: #1276a8;
			padding: 4px;
			/*margin-top: 15px;*/
			/*border-left: #d88016 2px solid;*/
		}

		
		.cat_list .list_wrap {
			background: #d3e5ed;
			padding: 10px 20px 10px 20px;
			float: left;
		}

		/*.cat_list .list_wrap dd {
			margin-bottom: 3px;
		}*/

		.cat_list .list_wrap a {
			font-size: 12px;
			font-weight: normal;
			color: #414342;
			text-transform: none;
			padding: 0;
			font-family: tahoma;
			padding: 3px 0 3px 0;
		}

		.cat_list .list_wrap a:hover {
			text-decoration: underline;
			background: none;
		}


		.cat_list .list_wrap .list_left {
			padding-right: 20px;
			float: left;
		}

		.cat_list .list_wrap .list_left a {
			text-align: left;
		}

		.cat_list .list_wrap .list_divide {
			border-left-style: solid;
			border-color: #1276a8;
			border-width: 2px;
			padding-right: 18px;	
		}

		.cat_list .list_wrap .list_right {
			/*padding-left: 20px;*/
			max-width: 140px;	
			
		}

		.cat_list .list_wrap .list_right a {
			text-align: right;
		}
		
		.cat_ad_image {
			max-width: 140px;
			/*max-height: 100%;*/
		}
		
		/* Desktop Menu */
		td.cmenu_cat {
			border-left: #d88016 2px solid;
		}

		td.cmenu_cat:hover {
			background: url("../imglib/dnew/cat_bg_dnew.png");
		}

		td.cmenu_cat a {
			font-weight: bold;
			font-size: 15px;
			text-decoration: none;
			text-transform: uppercase;
			display: block;
			text-align: center;
			padding: 14px 0 12px 0;
		}

		.cmenu_extra_divider {
			border-right: #d88016 2px solid;
		}

		a.cmenu_name {
			color: #0d4d75;
		}

		.cmenu_list {
			display: none;
		}


		.curr_cmenu_cat {
			background: url("../imglib/dnew/cat_bg_dnew.png");
		}

		a.curr_cmenu_name {
			color: #FFF !important;
		}

		.curr_cmenu_list {
			display: block;
		}

		.curr_cmenu_list {
			display: block;
		}

		.cmenu_list {
			position: absolute;
			background: #1276a8;
			padding: 4px;
			/*margin-top: 15px;*/
			/*border-left: #d88016 2px solid;*/
		}
		
		.cmenu_list .list_wrap {
			background: #ededed;
	/*		padding: 10px 20px 10px 20px;*/
			float: left;
		}

		.cmenu_list .list_wrap .list_divide {
			border-left: 1px solid #1276a8;
			/*padding-right: 18px;	*/
		}

		.cmenu_left {
			text-align: left;
			list-style: none;
			width: 237px;
		}

/*		.cmenu_left li {
			color: #414342;
		}

		.cmenu_left li:hover {
			background: #EEE;
			color: #ff9c1c;
		}*/

		.cmenu_left li a {
			font-size: 16px;
			font-weight: normal;
			color: #414342;
			text-transform: none;
			padding: 0;
			font-family: tahoma;
			padding: 10px;
			text-align: left;
			display: block;
		}

		.cmenu_left li a:hover {
			background: #fff;
			color: #ff9c1c;
		}

		.curr_cmenu_left_option a {
			background: #fff;
			color: #ff9c1c !important;
		}

		.cmenu_left_option_arrow {
			display: none;
			float: right;
			margin-top: 5px;
		}

		.curr_cmenu_left_option_arrow {
			display: inline-block;
		}

		.cmenu_left_divider {
			border-left:1px solid #1276a8;
		}

		.cmenu_left_option_extra {
			border-top :1px solid #1276a8;
		}

		.cmenu_right {
			display: none;
			text-align: left;
			list-style: none;
			padding: 10px;
			width: 180px;
		}

/*		.cmenu_right li {
			color: #414342;
		}

		.cmenu_right li:hover {
			background: #EEE;
			color: #ff9c1c;
		}*/

		.cmenu_right li a {
			font-size: 12px;
			font-weight: normal;
			color: #414342;
			text-transform: none;
			padding: 0;
			font-family: tahoma;
			padding: 5px;
			text-align: left;
			display: block;
		}

		.cmenu_right li a:hover {
			background: #EEE;
			color: #ff9c1c;
		}

		.curr_cmenu_right {
			display: block;
		}

		.cmenu_right_extra {
			text-align: right;
			list-style: none;
			padding: 10px;
			width: 140px;
		}

/*		.cmenu_right_extra li {
			color: #414342;
		}

		.cmenu_right_extra li:hover {
			background: #EEE;
			color: #ff9c1c;
		}*/

		.cmenu_right_extra li a {
			font-size: 12px;
			font-weight: normal;
			color: #1276a8;
			text-transform: none;
			padding: 0;
			font-family: tahoma;
			padding: 5px;
			text-align: right;
			display: block;
		}

		.cmenu_right_extra li a:hover {
			background: #EEE;
			color: #ff9c1c;
		}

		.cmenu_right_img {
			vertical-align: bottom;
		}
		/* end Desktop Menu */
		/* ------------------- */
		/* End category navbar */
		/* ------------------- */

		/* ---------------------------- */
		/* Sale rule timer for checkout */
		/* ---------------------------- */
		.saleRuleOn_timer {
			margin-left: 140px;
			display: inline-block;
			color: #FFF;
			padding: 2px 5px;
			font-size: 14px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		}

		.saleRuleOn_timer_active {
			background: red;
		}


		.saleRuleOn_timer_link {
			margin: 0 !important;
			font-size: 14px !important;
		}


		.saleRuleOn_timer_link:hover {
			color: #FFF !important;
		}

		.saleRuleOn_timer_small_link {
			color: red !important;
			text-decoration: none !important;
		}

		.saleRuleOn_timer_small_link:hover {
			text-decoration: underline !important;
		}
		/* ------------------- */
		/* End sale rule timer */
		/* ------------------- */



		/* ---------------------------- */
		/* Footer */
		/* ---------------------------- */
		#footer {
		    background-color: #313131;
		}

		.footert {
			z-index: 5;
			position: relative;
			text-align: left;
			width: 990px;
			margin: 0 auto;
			padding: 10px;
		}

		.footert a {
			color: #fff;
		}

		.footert_contact {
			text-align: center;
			color: #FFF;
			font-size: 14px;
			font-weight: bold;
		}

		.f_divider {
			border-top: 1px solid #777777;
			margin: 10px 0;
		}

		.f_content {
			padding: 10px 0;
		}

		.f_header {
			color: #FFF;
			font-weight: bold;
			font-size: 14px;
			margin-bottom: 10px;
		}

		.f_block {
			display: inline-block;
			color: #FFF;
			margin-right: 35px;
		}

		.f_block.end {
			margin-right: 0;
		}

		.f_list {
			list-style: none;
		}

		.f_list li {
			color: #FFF;
			margin: 3px 0;
		}

		.f_social li {
			margin: 10px 0;
		}

		.f_social li a img {
			margin-right: 10px;
		}

		.f_social li a img.end {
			margin-right: 0;
		}

		.f_ml {
			background: #777777;
			padding: 10px;
			width: 235px;
			border-radius: 5px;
		}

		.f_ml_header {
			color: #FFF;
			font-size: 14px;
			font-weight: bold;
			margin-bottom: 10px;
		}

		.f_ml_inner {
			background: #eeeeee;
			padding: 10px;
			border-radius: 4px;
		}

		.f_ml_inner_header {
			color: #777777;
			font-weight: bold;
			margin-bottom: 5px;
		}

		.f_ml_input {
			color: #777777;
			width: 130px;
			margin-top: 2px;
		}

		.f_pay {
			vertical-align: middle;
		}

		.f_pay img {
			margin-right: 5px;
		}

		.f_ctry {
			vertical-align: middle;
			text-align: right;
			color: #FFF;
		}

		.f_app_label {
			vertical-align: middle;
			color: #FFF;
			text-align: right;
		}

		.f_app {
			vertical-align: middle;
			text-align: right;
		}

		.f_app img {
			margin-right: 5px;
		}

		.f_app img.end {
			margin-right: 0;
		}

		#footer_bottom {
			background: #464646;
			border-top: 1px solid #777777;
		}

		.footerb {
			z-index: 5;
			background: #464646;
			position: relative;
			text-align: center;
			width: 990px;
			margin: 0 auto;

		    font-size: 10px;
		    color: #eeeeee;
		    padding: 10px;
		}

	    iframe[name='google_conversion_frame'] { 
		    height: 0 !important;
		    width: 0 !important; 
		    line-height: 0 !important; 
		    font-size: 0 !important;
		    margin-top: -13px;
		    float: left;
		}
		/* ------------------- */
		/* End Footer */
		/* ------------------- */
