
@font-face {
	font-family: "icons";
	src:url("/shop/fonts/icons.eot?xsslk");
	src:url("/shop/fonts/icons.eot?#iefixxsslk") format("embedded-opentype"),
		url("/shop/fonts/icons.woff?xsslk") format("woff"),
		url("/shop/fonts/icons.ttf?xsslk") format("truetype"),
		url("/shop/fonts/icons.svg?xsslk#icons") format("svg");
	font-weight: normal;
	font-style: normal;
}.clearfix:before, .clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
}
@font-face {
  font-family: 'awesome';
  src:  url('/fonts/awesome.eot?ym8idp');
  src:  url('/fonts/awesome.eot?ym8idp#iefix') format('embedded-opentype'),
    url('/fonts/awesome.ttf?ym8idp') format('truetype'),
    url('/fonts/awesome.woff?ym8idp') format('woff'),
    url('/fonts/awesome.svg?ym8idp#awesome') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"], .toggle_newsletter .newsletter_text:before, .social_icons li a:before, .header_search_btn, .mobile_menu, .doc_box:before,
.search_frame span {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'awesome' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.clearfix:after { clear: both; }
.footer_clear { clear:both; height:0; visibility:hidden; }
.clearfixOverflow { overflow:hidden; }html { overflow-y:scroll; }
table { vertical-align: baseline; }

body, td, th, dt, dd, input, textarea, select {
	font-family: "open-sans",sans-serif;
}
body, td, th, dt, dd {
  color: #000;
  font-size: 15px;
}
body {
	margin: 0px;
}

a { color:#233c59; text-decoration:none; }
p a { text-decoration:underline; }
p { line-height: 24px; }
a:hover { color: #6e6e6e; }

.wrapper, .wrapper_home, #HomeListingContent, #HeaderHome {
  width:1040px;
  position:relative;
  margin:0 auto;
}
.body-content-home section .wrapper {
  width:100%;
}
.main_bg {
  position: relative;
  min-height: 450px;
  padding-top: 35px;
}
.body-content-home .main_bg {
  padding-top: 0;
}
header {
  height: 150px;
}
.body-content-home header {
  border-bottom: none;
}
.site_banner {
  background: #233c59;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 7px 0 11px 0;
}
.header_sub_title {
  font-size:11px;
}

.logo_link {
  position: absolute;
  top: 15px;
}
.header_menu {
  display: inline-block;
  vertical-align: bottom;
  margin-top: 27px;
  margin-left: 205px;
}
.main_menu li, .main_menu ul {
  padding:0;
  margin:0;
  list-style:none;
}
.main_menu li {
  font-family: "acumin-pro-condensed",sans-serif;
  display: inline-block;
  line-height: 70px;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 700;
}
.main_menu li a:hover {
  background:#000;
  color:#fff;
}
.main_menu a {
  display:block;
  padding: 0 8px;
  color: #000;
}
.main_menu li ul {
  display: none;
  position: absolute;
  z-index: 200;
  background: #fff;
  -moz-box-shadow: 0 3px 3px #919191;
  -webkit-box-shadow: 0 3px 3px #919191;
  box-shadow: 0 3px 3px #919191;
}
.main_menu li ul li {
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-transform: none;
  font-weight: normal;
}
.home_box {
  font-family: "acumin-pro-condensed",sans-serif;
  font-weight: bold;
  height: 299px;
  display: block;
  font-size: 42px;
  text-transform: uppercase;
  background: url(/images/btn_archives.jpg) top right no-repeat #632246;
  color:#fff;
  position: relative;
  cursor:pointer;
}
.home_box:hover {
  -moz-opacity:0.8;
  -webkit-opacity:0.8;
  opacity:0.8;
}
.home_box:first-child {
  background: url(/images/btn_projects.jpg) top left no-repeat #3d2c63;
}
.home_box:last-child {
  background: url(/images/btn_news.jpg) top left no-repeat #602616;
}
.home_box div {
  position: absolute;
  top: 122px;
  left: 99px;
}
.home_box:first-child div {
  right: 99px;
  left:auto;
}
.home_box:last-child div {
  right: 134px;
  left:auto;
}
.home_box span {
  display: inline-block;
  font-size: 30px;
  border-bottom: 4px solid #fff;
  margin-top: 5px;
  height: 38px;
  vertical-align: top;
  margin-left: 3px;
}
#HomeListingContent, #HeaderHome {
  font-family:"Times New Roman", serif;
  text-align:center;
  font-size:22px;
  font-weight:normal;
}
#HomeListingContent {
  padding-bottom: 27px;
}
#HomeListingContent p {
  padding: 0;
  margin: 10px 0;
}
#HeaderHome h1 {
  font-size:30px;
  font-weight:normal;
}
.search_frame {
  position: absolute;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display:none;
  text-align: center;
  padding-top: 27px;
}
.search_frame span {
  display: inline-block;
  line-height: 20px;
  width: 20px;
  height: 20px;
  font-weight: bold;
  background: #233c59;
  color: #fff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 12px;
  margin-top: 12px;
  cursor: pointer;
  text-align: center;
}
.header_search_input {
  width: 227px !important;
  vertical-align: top;
  border: 2px solid #233c59 !important;
}
.header_search_input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #233c59;
}
.header_search_input::-moz-placeholder { /* Firefox 19+ */
  color: #233c59;
}
.header_search_input:-ms-input-placeholder { /* IE 10+ */
  color: #233c59;
}
.header_search_input:-moz-placeholder { /* Firefox 18- */
  color: #233c59;
}
.header_search_btn {
  position: absolute;
  right: 0;
  top: 42px;
  background: none;
  border: none;
  font-size: 28px;
  padding: 0;
  margin: 0;
  vertical-align: top;
  padding-top: 8px;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-outline: none;
  -webkit-outline: none;
  outline: none;
}
.hss_container {
  margin-bottom:58px;
}
.footer_newsletter {
  background: #1a4539;
  color: #fff;
  overflow: hidden;
}
.footer_newsletter .donate {
  float: left;
  width: 50%;
  text-align: right;
}
.donate_inner {
  text-align: left;
  width: 460px;
  display: inline-block;
  margin-top: 35px;
}
.donate_inner div, .toggle_newsletter div {
  display:inline-block;
  vertical-align:top;
}
.toggle_newsletter {
  float: right;
  width: 49%;
  background: #20542b;
  height: 117px;
  border-left: 1px solid #8ea191;
  padding-left: 20px;
  padding-top: 35px;
  box-sizing: border-box;
}
.newsletter_text {
  font-family: "Times New Roman", serif;
  font-size: 20px;
  line-height: 44px;
  padding-right: 20px;
}
.toggle_newsletter .newsletter_text:before {
  content: "n";
  color: #619068;
  font-size: 47px;
  vertical-align: bottom;
  margin-right: 20px;
}
footer {
  background: #000;
  color: #fff;
}
.footer_links {
  padding: 30px 0;
}
footer .grid {
  display:inline-block;
  width:24%;
  vertical-align:top;
  color:#fff;
}
footer .grid a, .footer .grid li, footer .grid a:hover {
  color: #fff;
  font-size: 11px;
  line-height: 23px;
}
footer .grid a:hover {
  text-decoration:underline;
}
footer .grid ul, footer .grid li, footer .grid h5 {
  margin:0;
  padding:0;
  list-style:none;
}
footer .logo_link {
  position: static;
  vertical-align: top;
}
.grid_logo {
  margin-bottom: 80px;
}
.grid_logo ul {
  display: inline-block;
  vertical-align: top;
  width: 188px;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 20px;
}
footer h5 {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 20px !important;
}
.footer_social {
  position: absolute;
  right: 0;
  bottom: -19px;
  border-top: 1px solid #333;
  padding: 25px;
  padding-left: 0;
}
.social_icons ul, .social_icons li {
  margin:0;
  padding:0;
  list-style:none;
}
.social_icons li {
  display:inline-block;
  height:25px;
  width:25px;
  margin-left: 20px;
}
.social_icons li span {
  display:none;
}
.sicon-youtube {
  margin-left: 33px !important;
}
.sicon-pinterest {
  margin-left: 25px !important;
}
.sicon-instagram {
  margin-left: 10px !important;
}
.social_icons li a:before {
  font-size:26px;
  color:#fff;
}
.sicon-facebook a:before {
  content:"f";
}
.sicon-twitter a:before {
  content:"t";
}
.sicon-pinterest a:before {
  content:"p";
}
.sicon-instagram a:before {
  content:"i";
}
.sicon-google a:before {
  content:"g";
}
.sicon-youtube a:before {
  content:"y";
}
.link_footer_flexe:before {
  color: #fff;
  font-size: 12px;
  vertical-align: middle;
}


#cart-items { padding:0; margin:0; }
#cart-items li { list-style:none; }

.login_new { float:left; width: 48%; margin-right: 5px; }
.login_existing { float:right; width: 48%; margin-left: 5px; }

.checkout_confirm_right { display: inline-block; width: 47%; vertical-align: top; margin-left: 20px; box-sizing: border-box; }
.checkout_confirm_left { display: inline-block; width: 47%; vertical-align: top; margin-right: 20px; box-sizing: border-box; }
.checkout_confirm_box_text { height:80px; }

.checkout_billing { float:left; width:50%; }
.checkout_delivery { float: right; width:50%; }
.checkout_btn_container { text-align:center; padding-top:10px; }
.checkout_address_table b { display:inline-block; width:50%; line-height: 20px; }
.checkout_note { margin: 10px 0; font-size: 14px; }
.checkout_sel_option input[type="radio"] { display:none; }

.Products_Cats_Frame { position:relative; }

/* headers */
.header {
  margin-bottom: 6px;
}
h1, h2, h3, h4 {
  font-family: "Times New Roman", serif;
  margin: 0;
  padding: 0;
  font-size: 35px;
  font-weight: normal;
}
h2, h3, h4 {
  font-size: 22px;
  line-height: 36px;
}

#MainContentBottom { height: 50px; }

.sub_header, .sub_header_alt, .sub_header2, .newsletter_frame span {
	font-size:18px;
  font-family: "Times New Roman", serif;
}

/* Header Account*/
.header_acc {
	font-size:12px;
	padding-left: 10px;
	height:30px;
	line-height:30px;
}
.account_menu_btns {
	float:right;
}
.account_menu_btns a {
	margin:0 10px 0 5px;
	line-height: 30px;
}
#HomeLink, #BackLink, #NonLink { display: none; }
.welcome_note {
	float:left;
}
.table_header_bar {
	border-top:1px solid #E2E2E2;
	border-bottom:1px solid #E2E2E2;
	height:30px;
	line-height:30px;
	overflow: hidden;
	margin-bottom:10px;
}
	.table_header_bar h3 { margin:0 10px; padding:0; }
	.table_header_bar td { font-size:10px; }
	.table_header_bar tr { background:#fff; }
	.table_header_bar_sel { font-weight:bold; background:#233c59; }

.contact_left { float:left; width:47%; padding-right:20px; }
.contact_right { float:right; width:50%; }
.contact_right .sub_header_alt { padding:0; }
.contact_left_bottom {
  width: 100%;
  float: none;
  padding: 0;
  margin-top: 30px;
}

.feature_container .table_header_bar h3 { float:left; }
.feature_container .table_header_bar a { float:right; }

/* Breadcrumbe */
.nav_bg {
  margin-bottom: 30px;
}
.nav_bg nav div { display:inline; }
a.link_breadcrumb, a.link_breadcrumb:hover, .breadcrumbDiv {
  text-transform: uppercase;
  font-size: 10px;
  color: #000;
}
a.link_breadcrumb:hover {
  text-decoration:underline;
}
.breadcrumb_text h2 {
	display:inline;
	margin:0;
	padding:0 !important;
}
.breadcrumb_text, .breadcrumb_text h2 {
	font-size:10px;
	padding-top:5px;
	padding-bottom:3px;
}

/* navigation */
.link_text, .nav_area { font-size:10px; }
.nav_text_dis {
	color: #ccc;
	font-size:10px;
}
a.nav {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  background: #233c59;
  padding: 0 15px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 40px;
}
a.nav:hover {
	background:#cdcdcd;
}
a.nav_num:link, a.nav_num:visited, a.nav_num:active {
  color: #233c59;
  font-size: 23px;
  text-decoration: none;
  width: 20px;
  font-weight: bold;
}
a.nav_num:hover {
	border-bottom: 5px solid #cdcdcd;
	text-decoration:none;
}
a.nav_text:link, a.nav_text:visited, a.nav_text:active {
	color:#233c59;
	font-size:23px;
	border-bottom: 5px solid #cdcdcd;
	width:20px;
	text-decoration:none;
  font-weight: bold;
}
a.nav_text:hover {
	color:#233c59;
	font-size:23px;
	border-bottom: 5px solid #cdcdcd;
	width:20px;
	text-decoration:none;
}
a.btn_pre:before { content:"Prev"; }
a.btn_next:before { content:"Next"; }
/*form elements */
.form_fields, #SignUp input[type="text"] {
    border: solid 1px #D2D2D2;
	font-size: 11px;
	height:18px;
}
.form_fields, select, .form_fields_error, textarea, #SignUp input[type="text"] {
  border: solid 1px #D2D2D2;
  font-size: 18px;
  height: 44px;
  line-height: 44px;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 0;
  padding-left: 10px;
  -moz-outline: none;
  outline: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.form_fields_error {
	background: #FFE6E6;
}
textarea {
	height:80px !important;
}
.newsletter_name {
  display: inline-block !important;
  width: 219px;
  margin-right: 10px !important;
  background: #fff;
  color: #000;
  border: none;
}
fieldset { border:0; margin:0; padding:0; }
dl { clear: left; margin: 0 0 10px 0; }
	fieldset dt { 
		float: left; 
		width: 175px;
		line-height:25px;
	}
	fieldset dt:only-child { float: none; width: auto; }
		label.required:before {
			display: inline-block;
			color: #b75034;
			content: "*";
			padding: 0 5px 0 0;
		}
		label.requiredText {
			display: inline-block;
			color: #b75034;
			padding: 3px 0;
		}
	fieldset dd { margin: 0 0 0 180px; }

.search_pdf fieldset dt {
  width: 108px;
  font-size: 25px;
  font-weight: bold;
  line-height: 43px;
}
.search_pdf fieldset dd {
  margin: 0 0 0 109px;
}
.search_pdf {
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px;
  padding-bottom: 15px;
}
.dt_long { width: 260px; }

	#pay fieldset { border:0; margin-left: 30px; }
	#pay dl { clear: left; margin: 0 0 10px 0; }
	#pay fieldset dt { 
		float: left; 
		width: 175px;
		line-height:25px;
	}
	#pay fieldset dt:only-child { float: none; width: auto; }
		#pay label.required:before {
			display: inline-block;
			color: #b75034;
			content: "*";
			padding: 0 5px 0 0;
		}
		#pay label.requiredText {
			display: inline-block;
			color: #b75034;
			padding: 3px 0;
		}
	#pay fieldset dd { margin: 0 0 0 180px; }

	#pay .dt_long { width: 260px; }
	
.require { color:#CC0000; }

.checkoutRow { margin-bottom:5px; }
.moduleRow {
	cursor: pointer;
	background: none;
	border:solid 1px transparent;
}
.moduleRowOver {
	cursor: pointer;
	background:#ffffe6;
	border:solid 1px #E2E2E2;
}
.moduleRowSelected {
	cursor: pointer;
	border:solid 1px #E2E2E2;
	background:url(/shop/images/ok2.png) no-repeat right #EDFAED;
}
.msgbox {
  padding: 15px;
  min-height: 25px;
  line-height: 25px;
  margin: 5px 0 15px 0;
  color: #fff;
  font-size: 19px;
  font-family: "acumin-pro-condensed",sans-serif;
}
.flag_error { background:#602616; }
.flag_ok { background:#20542b; }
.flag_att { background:#b1750c; }
.flag_checkout_acc { margin-top:10px; }
.evenrowbg {
  position:relative;
	background:#E2E2E2;
	padding: 5px;
	margin: 0 0 5px 0;
}
.line {
	background-color: #E2E2E2;
	color:#E2E2E2;
	height: 1px;
	border: none;
}
.line2 {
	height:2px;
	background-color: #E2E2E2;
	color:#E2E2E2;
	border: none;
}

.coupon_container .evenrowbg { width: 84%; }

.cart_table_img { width:2em; padding:0.5em 0 0.5em 0.5em; }
.cart_table_item { padding:0.5em 0 0 0.5em; }
.cart_table_price { width:6em; }
.cart_table_qty { width:1em; }
.cart_table_qty_error { width:1em; text-align:center; }
.cart_table_total { width:1em; padding:0 0.5em; }
.layout-cart-wrapper p { margin:0.5em; }
#taxDisplay { padding:1em; }

.cart_price_box { width: 180px; float: right; }
.cart_price_box td { height:25px; }
.cart_price_name { width: 80px; }
.cart_price_price { font-weight:bold; text-align:right; }
.cart_price_box_clear { clear:right; }

/* Buttons */
.submit_button, a.submit_button_image, .submit_button_image, #SignUp input[type="submit"] {
  color: #fff;
  margin: 0;
  display: inline-block;
  font-size: 18px;
  border: none;
  cursor: pointer;
  height: 44px;
  padding: 0 20px;
  line-height: 44px;
  background: #233c59;
  font-weight: bold;
  text-transform: uppercase;
  box-sizing: border-box;
  vertical-align:top;
  -moz-outline: none;
  outline: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
a.submit_button_image:hover, .submit_button:hover { background:#cdcdcd; }

.donate .newsletter_btn {
  color: #1a4539;
  background: #fff;
  font-size:14px;
}
.toggle_newsletter .newsletter_btn {
  color: #20542b;
  background: #fff;
  font-size:14px;
}

.btn_layout { border-top:1px solid #E2E2E2; margin: 10px 0; padding: 10px 0; text-align:center; }
.btn_left { float: left; text-align: left; }
.btn_right { float: right; text-align: right; }
.btn_middle { display: block; width: 250px; margin: 0 auto; }

#HomeLink { display: none !important; }

/*cat menu */
.im_cat_menu_header {
	display:block;
	border-top:1px solid #E2E2E2;
	font-size:14px;
	text-indent: 10px;
	height:35px;
	line-height:35px;
}
#MenuHeaderCat { border-top: none; }
.im_cat_menu_text {
	font-size:11px;
	text-indent: 10px;
}
.im_extra_menu_panel {
	border-left:1px solid #E2E2E2;
	float:right;
	width: 200px;
}
.im_cat_menu_panel {
  display:none;
	float:left;
	width: 200px;
}
ol.categories li a.link_cat, ol.categories ol li a.link_cat, ol.categories li a.link_cat_sel {
	display:block;
	font-size:15px;
}
ol.categories ol li a.link_cat_sel {
	display:block;
}
	/*===Cat menu - Main Cats ===*/
	ol.categories {
		width: 100%;
		margin: 0px;
		padding: 0;
		text-indent: 10px;
	}
	
	ol.categories ul { margin:0; padding:0; }
	ol.categories li ul { display:none; }
	ol.categories .cat_sel_li ul { display:block; }
	ol.categories ul li ul li ul li { display:none; }

	/*===Cat menu - Link Container ===*/
	ol.categories li {
		display:block;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	/*===Cat menu - Sub Cats Container ===*/
	ol.categories ol {
		margin: 0;
		padding: 0;
	}
	
	/*===Cat menu - Sub Cats ===*/
	ol.categories ol li {
		text-indent: 22px;
	}

	ol.categories li.sm_sel {
		display:block;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	ol.categories ol li.sm_sel {
		text-indent: 22px;
	}
	
.sm_text, .small_text, .small_text td { font-size:10px; }

#MenuSearch fieldset { margin:0; padding:0; }

#MenuSearch dt, #MenuSearch dd, #MenuSearch dl { margin:0; padding:0; }
#MenuSearch dt {
	float:left;
	padding: 0 0 0 10px;
	width:39px;
	line-height: 21px;
}
#MenuSearch dd { margin:0 0 0 55px; }

.search_opt_frame { margin-left:5px; }

/* shared elements for Cat & Product */
.nav_bg h2 { float:left; }
.nav_btn_container { float:right; }
#FooterNavigation { clear:both; }

/* Category Listing */
.cat_main_content {
	margin-bottom: 20px;
	position: relative;
	padding: 10px 20px 36px 150px;
	background: #fff;
	box-shadow: 0px 0px 3px #ddd;
	width: 865px;
}
.cat_container {
	position:relative;
	display:none; /* dynamic data */
	text-align:left;
	margin: 0;
	height: 35px;
	line-height: 35px;
	padding: 0 7px 0 0;
}

	.cat_table { display:none; }

	.cat_listing_container { 
	cursor:pointer;
	position: absolute;
	background:#1f1f1f; 
	border:1px solid #1f1f1f; 
	display: inline-block; 
	padding-right: 20px; 
	z-index:10; 
	line-height: 33px; 
	padding-left: 10px;
	}
	.cat_listing_container:before { content:"Filter By Category:"; position:absolute; top: 0; left: -93px; font-size: 13px; color:#fff; }

	.cat_listing_container .ProductBgTop:before {
		height: 23px;
		color: #fff;
	}
	
	.cat_listing_container .ProductBgTop:after {
		content:"";
		position:absolute;
		top: 15px;
		right: 5px;
		width: 0px;
		height: 0px;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 4px solid #fff;
	}
	
	.cat_name {
		color: #666;
		text-decoration: none;
		font-size: 13px;
	}
	.cat_name:hover { color:#ca001f; }
	
	.cat_listing_link {
		display: inline-block;
	}
	
.sort_menu .SortBgTop:after {
	content: "";
	position: absolute;
	top: 15px;
	right: 5px;
	width: 0px;
	height: 0px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #fff;
}
.cat_main_content { display:none; }
.cat_listing_container { font-size: 13px; margin-left: 106px; margin-right: 20px; width: 160px; color: #2b2b2b; }
.cat_listing_container, .sort_menu, .nav_page { position: relative; display:inline-block; vertical-align: top; }

.nav_btn_container {
  float: none;
  margin-bottom: 20px;
  padding: 3px 0;
  height: 41px;
  box-sizing: border-box;
}
.nav_page { display:inline-block; float: right; height: 35px; line-height: 35px; }
.sort_menu {
	display:inline-block;
	position:relative;
	cursor:pointer;
	width: 154px;
	font-size: 13px;
	border: 1px solid #1f1f1f;
	padding-right: 20px;
	z-index: 10;
	line-height: 33px;
	padding-left: 10px;
	background:#1f1f1f;
	margin-left: 40px;
	color: #fff;
}
.sort_menu a { text-decoration:none; color:#666; }
.sort_menu a:hover { text-decoration:none; color:#ca001f; }

.sort_menu:before {
	content:"Sort: ";
	position: absolute;
	top: 0;
	left: -33px;
	font-size: 13px;
  color:#fff;
}
.sort_menu .sort_name { 
	display:none;
	height: 35px;
	line-height: 35px;
	padding: 0;
}
.cat_listing_container .ProductBgTop:before, .sort_menu .SortBgTop:before {
	height: 23px;
	color: #fff;
}

/* Product Listing */	
.item_container {
	position:relative;
	width:33%; /* dynamic data */
	text-align:center;
	margin-bottom: 15px;
	display:inline-block;
	vertical-align: top;
}
	.product_listing_link {
		width:200px; /* dynamic data */
		height:200px; /* dynamic data */
	}
	.item_table { height:200px; margin: auto; display: table; }
	.listing_price span { display:block; }
	.item_name {
		font-size:14px;
		font-weight:bold;
	}
	.item_description {
		display:none;
	}

/* Extra panel */
.extra_panel_feature { height: 240px; position:relative; padding:10px; margin-bottom: 15px; }
.extra_panel_reviews .item_container { width: 100%; }
.extra_panel_feature .item_container { position: absolute; width:100%; }

/* Product Info */
.product_box { position:relative; display:inline-block; width: 100%; }
#ItemInfoBoxText {
	float: left;
	width: 37%;
	margin-right: 3%;
}
#ItemInfoBoxImage {
	float: right;
	width: 60%;
}
.more_image_container { float:right; margin: 5px 0; }
.more_images {
	float:left;
	width:51px;
	margin-left:1px;
}
#InfoFavBox { clear:both; }
#ZoomImage {
	background:url(/shop/images/viewlarge.png) no-repeat;
	height:16px;
	width:16px;
}
#ProductInfoBoxImage a, #ProductInfoBoxImage a:visited, #ProductInfoBoxImage a:hover {
	display: block;
	overflow: hidden;
}
#qty { width:50px; }
.item_info_header {
	font-size:14px;
	font-weight:bold;
	padding:5px 0;
}
.item_info_text { padding-bottom: 5px; }
.item_info_text span { font-weight:bold; }
.item_info_text_area { position:relative; }
.item_info_image_frame { text-align: center; position:relative; }
.popUp { position:absolute; bottom:4px; right:4px; cursor:pointer; }
.att_container_box { display:inline-block; margin-top:10px; }
.att_container {
	float:left;
	margin-bottom:10px;
}
.item_info_text p { margin:0; margin-bottom:5px; }
.item_info_add_cart {
	border-top:1px solid #E2E2E2;
	border-bottom:1px solid #E2E2E2;
	height: 35px;
	line-height: 22px;
}
.sec_image {
	float:right;
	cursor:pointer;
	border: 1px solid #E2E2E2;
	cursor:pointer;
	margin-top: 2px;
}
.sec_image_frame { padding: 2px; }
.social_btns div { vertical-align: top; }

	/* reviews */
	.review_border {
		border: 1px solid #E2E2E2;
		padding:10px;
	}
	.review_date_added { float:right; }
	.info_reviews_box { border:1px solid #E2E2E2; padding:10px; }
	.review_container textarea { width:100%; }
	
#MainLinkedItemContainer { margin-top:10px; }

/* footer link */
.shop_footer_links {
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
}
a.link_footer, a.link_footer:hover, .link_footer_text { font-size:10px !important; }
.footer_text_span {
  display:none;
}
.tag_icon {
	display:none;
}
.line_icon {
	background: #E2E2E2;
	color:#233c59;
	height: 1px;
	border: none;
}

.main_heading {
	font-size: 45px;
	font-weight: bold;
	text-align:center;
}
.clear_clear {
	height:0;
	clear:both;
	display: block;
	position: relative;
}
.clear {
	display: block;
	position: relative;
}
.clear1 {
	display: block;
	position: relative;
	height:1px;
}
.clear5 {
	display: block;
	position: relative;
	height:5px;
}
.clear10 {
	display: block;
	position: relative;
	height:10px;
}

nav { margin: 0; padding: 0; }
.coupon_container {
	left: 14px;
	width: 48%;
}
.account_order_remove_btn { width: 80px; }
.account_order_details_left { float: left; width:50%; }
.account_order_details_right { float: right; width:50%; }
.border_table_info div { line-height:22px; }

.zoom_open {
	width:16px;
	height:16px;
	display:inline-block;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 9;
	cursor:pointer;
}
.zoom_open:before {
	content: "m";
	font-family: "icons";
	font-size: 16px;
}
.zoom_bg { background:#000; opacity:0.8; position:fixed; top:0; bottom:0; left:0; right:0; z-index:299; }
.zoom_container { width:630px; position:fixed; top:100px; margin:0 auto; z-index: 300; }
.zoom_img_container { overflow:hidden; background:#fff; padding: 10px; }
.zoom_img_box { float:left; width:500px; margin-right: 10px; cursor: move; }
.zoom_img_box img { width:500px; }
.zoom_img_series { float:right; width:100px; }
.zoom_img_series img { width:100px; }
.zoom_img_series .zoom_img { display: block; padding-bottom: 5px; }
.zoom_close { background:url(/shop/images/close.png) no-repeat bottom right; height: 33px; cursor:pointer; opacity: 0.7; }
.zoom_img_box {
	display:inline-block;
	position: relative;
}
.zoom_img_box img {
	display: block;
}
.zoom_img_box img::selection { background-color: transparent; }


#lightbox-container-image-box {
	width: 700px !important;
	height: 700px !important;
}
#lightbox-container-image-data-box {
	width: 720px !important;
}

.signupframe { border: none !important; }

.order_feeds {
	margin-top:55px;
}
.order_feeds_frame { border-left: 1px dotted #000; }
.of_date { font-size:18px; padding-left: 50px; }
.of_feed {
	border-top: 1px solid #000;
	padding-left: 41px;
	position:relative;
	margin: 25px 0;
	margin-left: 5px;
}
.of_feed:before {
	content: "";
	height: 7px;
	width: 7px;
	position: absolute;
	background: #000;
	left: -9px;
	top: -4px;	
}
.of_feed .of_comment {
	background: #fff;
	margin-top: -10px;
	padding-left: 4px;
	font-size:11px;
}
.of_feed .of_comment span { font-weight:bold; }
.of_comment_date { color:#999; font-style:italic; }
.order_feeds textarea { width:100%; }

#MenuExtratag a { cursor:pointer; }

.products_load {
	text-align: center;
	overflow: hidden;
	height: 84px;
	margin-top:100px;
	position:absolute;
	width:100%;
}
.products_load img {
	width: 227px;
	margin-top: -79px;
}
.layout-blog-details .blog_menu_box {
  border: none;
  margin-bottom: 15px;
  box-shadow: none;
  background: #233c59;
  color: #fff;
  padding: 10px 15px 15px 15px;
}
.layout-blog-details .blog_box_heading {
  background: #233c59;
  line-height: 50px;
  font-size: 24px;
}
.blog_menu_item a {
  color: #fff;
  font-size: 16px;
}
.layout-blog-details .blog_menu_item {
  line-height: 40px;
  font-size: 16px;
}
.blog_heading {
  font-family: "acumin-pro-condensed",sans-serif;
  font-size: 38px;
  text-transform: uppercase;
  font-weight: bold;
}
.blog_heading a {
  color:#000;
}
.blog_content {
  font-size: 18px;
  line-height: 28px;
}
.layout-blog-details .blog_row {
  border: none;
  box-shadow: none;
}
.layout-blog-details .blog_menu_box_search .form_fields {
  width: 100%;
  background: none;
  border: none;
  color: #fff;
}
.blog_menu_box_search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.blog_menu_box_search input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.blog_menu_box_search input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.blog_menu_box_search input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.results_main_heading {
  font-family: "acumin-pro-condensed",sans-serif;
  background: #233c59;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 45px;
  margin-bottom: 20px;
  padding: 0 10px;
}
.pages_heading {
  font-family: "acumin-pro-condensed",sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 12px;
}
.pages_description, .blog_description {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 25px;
}
.results_highlight {
  background:#632246;
  color:#fff;
}
.results_list_container .blog_thumb {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-right: 20px;
}
.results_list_container .blog_description {
  display: inline-block;
  vertical-align: top;
  width: 67%;
}
.results_box {
  border-bottom: 5px solid #233c59 !important;
  margin-bottom: 25px !important;
}
.results_box:last-child {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}
#wowslider-hss .ws_bullets {
  bottom: -33px;
}
#wowslider-hss .ws_bullets a.ws_selbull {
  background: #000;
  border: 2px solid #000;
  padding: 5px;
}
#wowslider-hss .ws_bullets a {
  border: 2px solid #000;
  padding: 5px;
  background:#fff;
}
.doc_box {
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
  position: relative;
  height: 42px;
}
.doc_box a {
  display: block;
  padding: 10px;
  color: #632246;
  border-bottom: 3px solid #632246;
  padding-left: 39px;
  position: relative;
  z-index: 2;
}
.doc_box a:hover {
  border-bottom: 1px solid #632246;
}
.doc_box:before {
  content: "7";
  color: #632246;
  position: absolute;
  font-size: 30px;
  left: 0;
  top: 4px;
}
.trust_archive {
  text-align:center;
}
.archive_container a {
  display: inline-block;
  vertical-align: top;
  width: 235px;
  margin-bottom: 30px;
  margin-right: 30px;
  text-align: center;
  height: 344px;
}
.archive_container a:nth-child(4n+4) {
  margin-right:0;
}
.trust_archive a:nth-child(4n+4) {
  margin-right:30px;
}
.archive_container a img {
  max-width: 105%;
  margin-left: -5px;
  margin-top: -5px;
}
.archive_container a .archive_name {
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  margin-top: 10px;
  color: #333;
}
.archive_container .thumbnail {
  width: 235px;
  height: 316px;
  overflow: hidden;
  background: #ddd;
  box-shadow: 2px 2px 3px #666;
  display: block;
}
.trust_archive .thumbnail {
  width: 227px;
  height: 151px;
}
.trust_archive a {
  width: 227px;
  height: 180px;
}
.archive_container h2 {
  border-bottom: 1px solid #333;
  margin-bottom: 30px;
}

.HeaderAccountContainer, .nav_bg_home, .mobile_menu {
  display:none;
}



