html, body, p, div, h1, h2, h3, h4, h5, h6, form {
    margin: 0;
    padding: 0;
    border: 0;
}
html {height: 100%;}
body.page {height: 100%;}
body { background-color: #F8F8F8; }

body, td {
	font-family: "Noto Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #3F4041;
	line-height: 20px;
}

h1, h2, h3, h4, h5, .newsTitle {
	font-family: "Fauna One", Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
	font-weight: normal;
	color: #650360;
}

h1, .newsTitle {
	font-size: 32px;
	margin: 5px 0 15px;
	line-height: 35px;
}

h2 {
	font-size: 24px;
	font-style: italic;
	margin-bottom: 10px;
	text-decoration: none;
}

h3 {
	font-size: 19px;
	margin-bottom: 6px;
	font-weight: bold;
}

h4 {
	font-size: 16px;
	margin-bottom: 6px;
	font-weight: bold;
}

h5 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 6px;
}

p { margin-bottom: 15px; }

details {
	margin-bottom: .75em;
}

summary {
	display: revert;
	font-weight: bold;
	cursor: pointer;
}

a, a:visited {
	color: #DD5827;
	text-decoration: none;
	font-weight: bold;
}
a:hover { text-decoration: underline; }
a img { border: 0; }

.brand-bg {
	background-color: #50004B !important;
}
.brand-fg {
	color: #50004B !important;
}
.highlight-bg {
	background-color: #F6914F !important;
}
.highlight-fg {
	color: #F6914F !important;
}

.btn-custom {
	color: white !important;
	background-color: #50004B !important;
	border: 2px solid transparent !important;
	text-decoration: none;
	font-weight: normal !important;
	padding: 6px 18px !important;
	font-size: 15px;
}
.btn-custom:hover {
	color: #50004B !important;
	background-color: #F6914F !important;
	border-color: #50004B !important;
	text-decoration: none !important;
}

.btn-custom.btn-inv {
	color: #50004B !important;
	background-color: #F6914F !important;
	/* border: 2px solid #50004B !important; */
}
.btn-custom.btn-inv:hover {
	color: white !important;
	background-color: #50004B !important;
	text-decoration: none !important;
}

.btn-round {
	padding: 6px 9px !important;
	border-radius: 50%  !important;
	font-size: 18px !important;
}

.btn-square {
	width: 35px;
	height: 35px;
	line-height: 34px;
	display: inline-block;
	background-image: url("/images/bg_btn_social.png");
	text-align: center;
	vertical-align: middle;
	font-size: 24px;
	padding: 0;
	margin: 0 6px 6px 0;
	color: white !important;
}

.btn-topnav {
	margin: 7px 10px 0 0;
}

#outer_wrapper {
	min-height: 100%;
	box-sizing: border-box;
	padding: 0 0 100px;
	position: relative;
}

.wrapper {
    max-width: 1025px;
    margin-left:auto;
    margin-right:auto;
	position: relative;
	 padding: 0 10px;
}

#header-top {
	height: 5px;
	background-color: #50004b;
	-webkit-box-shadow: 0px 2px 1px rgba(0,0,0,0.37);
	-moz-box-shadow: 0px 2px 1px rgba(0,0,0,0.37);
	box-shadow: 0px 2px 1px rgba(0,0,0,0.37);
}

#header {
	/* position: relative; */
	width: 100%;
	height: 55px;
	z-index: 5;
	/* background: url(/images/bg_header.jpg) repeat-x top left #CCBCA5; */
	background: #F6914F;
	padding: 0px;
	margin: 0px;
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.37);
	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.37);
	box-shadow: 0px 2px 4px rgba(0,0,0,0.37);
}

#logo {
	/* margin-left: 7px; */
	/* padding-top: 4px; */
	/* float: left; */
	width: 250px;
	margin-top: -125px;
	position: relative;
}

#searchbox {
	border: 2px solid #50004B;
	border-radius: 4px;
	background: white;
	padding: 3px 4px;
}

#searchbox input[type=text] {
	border: 0;
	background: white;
	font-size: 16px;
	width: 130px;
}

#searchbox input[type=image] {
	vertical-align: middle;
}

/*
.top-right-nav {
	float: right;
	clear: right;
	margin: 7px 10px 0 0;
	padding: 7px 15px 9px;
	text-align: right;
	background-color: rgba(238, 231, 228, 0.8);
	border: 1px solid rgba(0, 0, 0, 0.37);
	border-top: 0;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: x-small;
	white-space: nowrap;
	-webkit-box-shadow: inset 0px 3px 3px -2px rgba(0,0,0,0.39), 0px 3px 4px 0px rgba(0, 0, 0, 0.37);
	-moz-box-shadow: inset 0px 3px 3px -2px rgba(0,0,0,0.39), 0px 3px 4px 0px rgba(0, 0, 0, 0.37);
	box-shadow: inset 0px 3px 3px -2px rgba(0,0,0,0.39), 0px 3px 4px 0px rgba(0, 0, 0, 0.37);
}

#hnav-tab {
	position: absolute;
	right: -13px;
	bottom: 0px;
	height: 47px;
}
#hnav-tab div { display: inline-block; height: 47px; vertical-align: bottom; }
#hnav-tab div#hnav-tab-left, #hnav-tab-right { width: 23px; }
#hnav-tab div#hnav-tab-left { background: url(/images/bg_header_tab_left.png) no-repeat left top transparent; }
#hnav-tab div#hnav-tab-right { background: url(/images/bg_header_tab_right.png) no-repeat left top transparent; }
#hnav-tab div#hnav-tab-nav { height: 29px; background: url(/images/bg_header_tab.png) repeat-x left top transparent; padding: 18px 8px 0; white-space: nowrap; }
#hnav-tab div#hnav-tab-nav a {
	color: #FEF8F2;
	font-family: "Fauna One", Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	white-space: nowrap;
}
#hnav-tab div#hnav-tab-nav div.hnav-tab-lnk-sep { width: 1px; height: 15px; background-color: #FEF8F2; margin: 0 8px; }
 */

.mainbody {
	padding-top: 75px;
}

#copy {
	position: relative;
	min-height: 250px;
	padding-left: 255px;
	padding-bottom: 30px;
	width: 100%;
}

/* @media screen and (-webkit-min-device-pixel-ratio:0) {
	#copy { margin-bottom: 213px; }
} */

ul#pBC {
	position: absolute;
	top: 0px;
	left: 270px;
	padding: 0;
}
ul#pBC li {
	float: left;
	list-style: none;
	line-height: normal;
	margin-right: 6px;
	background: url(/images/el_bullet_purple_5px.png) no-repeat right 5px;
}
ul#pBC li a {
	font-family: "Fauna One", Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
	font-size: 12px;
	font-weight: normal;
	display: block;
	margin-top: 0px;
	padding: 0px 13px 0px 2px;
	text-decoration: none;
	text-transform: lowercase;
	color: #DD5827;
	vertical-align: middle;
}
ul#pBC li.last {	background: none; }
ul#pBC li a:hover { text-decoration: underline; }


#footer {
	clear: both;
	font-size: 13px;
	background-color: #D5D0CA;
	color: #000000;
	height: 100px;
	/* margin-top: -100px; */
	padding: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-box-shadow: 0px -2px 4px rgba(0,0,0,0.37);
	-moz-box-shadow: 0px -2px 4px rgba(0,0,0,0.37);
	box-shadow: 0px -2px 4px rgba(0,0,0,0.37);
}
#footer .wrapper {
	height: 100%;
}
#footer p {
	margin: 0;
	font-size: 0.9em;
}
#footer a {
	color: #4F004B !important;
}

.footer-signup {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	text-align: center;
}
.footer-social {
	position: absolute;
	right: 0;
	top: 5px;
}
.footer-social a {
	display: inline-block;
	margin: 0 6px 6px 0;
	font-size: 24px;
	padding: 0;
	width: 35px;
	text-align: center;
	color: #4F004B !important;
}

.footer-sig {
	position: absolute;
	right: 0;
	bottom: -10px;
	text-align: right;
}
/* .footer-sig span {
	display: inline-block;
} */

#footer a.wdgSiteSig { color: #817D7D !important; font-weight: normal; font-size: 0.9em; }
#footer a.wdgSiteSig:hover { color: #817D7D !important; }

#sidenav {
	position: absolute;
	width: 240px;
	min-height: 235px;
	top: auto;
	left: auto;
	margin: 0 0 60px 0;
	/* padding-bottom: 175px; */
	overflow: hidden;
	z-index: 1;
}

.callout {
	padding: 5px 0;
	background-color: #E4E1DC;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.56);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.56);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.56);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#fp-bottom-gallery {
    margin-top: 30px;
}

@media (max-width: 768px ) {
	.hide-small {
		display: none !important;
	}
	#header {
		position: fixed;
		height: 45px;
	}
	#logo {
		margin-top: -75px;
		z-index: 5;
	}
	.btn-topnav {
		margin-top: 2px;
	}
	/* .btn-newsletter {
		position: absolute;
		top: 50px;
		right: 15px;
	} */
	#sidenav {
		width: 285px;
		left: 0;
		background-color: #F8F8F8;
		border: 2px solid #50004B;
		padding: 15px;
		/* margin-top: 50px; */
		z-index: 7;
	}
	#copy {
		padding-left: 0px;
	}
	ul#pBC {
		top: 45px;
	}
}

@media (max-width: 600px ) {
	.mainbody {
		padding-top: 130px;
	}
	#logo {
		z-index: 1;
		margin-top: -85px;
	}
	.btn-topnav {
		margin-right: 3px;
	}
/* 	#copy {
		padding-bottom: 195px;
	} */
	#outer_wrapper {
		padding-bottom: 175px;
	}
	#footer {
		height: 175px;
		/* margin-top: -175px; */
	}
	.footer-signup {
		top: 42px;
		width: 100%;
	}
	#copy {
		overflow-x: auto;
		/* overflow-y: hidden; */
	}
}

@media (min-width: 768px ) {
	.hide-medium {
		display: none !important;
	}
}

ul#mainnav {
	float: left;
	font-family: "Fauna One", Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	color: #4F004B;
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	width: 130px;
	background: url(/images/el_vert_nav_scrollbar.png) no-repeat 121px 5px transparent;
}
ul#mainnav li {
	list-style-type: none;
	line-height: 26px;
	margin: 0px;
	border: 0px;
	padding: 0 25px 0 0;
}
ul#mainnav li a {
	color: #4F004B;
	text-decoration: none;
	text-transform: lowercase;
}
ul#mainnav li.sel {
	background: url(/images/el_nav_bead.png) no-repeat right 6px transparent;
}

ul#subnav {
	float: left;
	font-family: "Fauna One", Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
	width: 107px;
	font-size: 12px;
	padding: 0px;
	margin: 10px 0 0;
}
ul#subnav li {
	list-style-type: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 3px 10px;
	background-image:none;
}
ul#subnav li[data-navlevel="3"] {
	font-size: 11px;
	margin-left: 10px;
	padding-left: 7px;
	border-left: 1px solid #4F004B;
}

ul#subnav li a {
	color: #DD5827;
}
ul#subnav li.sel a {
	color: #4F004B;
}

#social_icons {
	float: left;
	max-width: 230px;
	margin: 20px 5px;
	text-align: center;
	overflow: hidden;
}


/* #signup {
	float: left;
	margin-left: 20px;
	width: 165px;
	height: 28px;
	cursor: pointer;
} */

.clear { clear: both; }
.hidden { display: none; }

.col-half {
	width: 50%;
	padding: 0 15px 15px;
}

.gallery-squares-slide {
    /* display: inline-block; */
    float: left;
    max-width: 50%;
}
.gallery-squares-slide img {
	width: 100%;
	height: auto;
	display: block;
}

/* Pattern category page */
#gallery_items_list { margin-top: 30px; width: 100%; }
#gallery_items_list td { padding: 0; }
#gallery_items_list .gallery_items_list_item {
	/* height: 300px; */
	text-align: center;
	padding: 0 15px;
}
#gallery_items_list .gallery_items_list_img {
	height: 240px;
}
#gallery_items_list img {
	padding: 0;
	width: 140px;
	max-height: 230px;
	-moz-box-shadow: 0px 0px 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	box-shadow: 0px 0px 8px #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/* #gallery_items_list .gallery_items_list_title {
	text-align: center;
} */
#gallery_items_list .gallery_items_list_title h2 {
	color: #650360;
	margin: 0 auto 10px;
	font-size: 18px;
}
#gallery_items_list .gallery_items_list_separator {
	background: url(/images/el_category_hrule.png) no-repeat center 2px transparent;
	height: 25px;
}

/* pattern details page */
#pattern_details {
	width: 100%;
}
#pattern_details .pattern_details_header {
	float: right;
	width: 40%;
}
#pattern_details .pattern_details_images {
	float: left;
	width: 59%;
	padding: 0 20px 20px 0;
	text-align: center;
	vertical-align: top;
}
#pattern_details .pattern_details_text {
	float: right;
	width: 40%;
	vertical-align: top;
}
.pattern_details_footer {
	clear: both;
	padding: 15px 15px 10px;
	margin-top: 20px;
	background-color: #E4E1DC;
	-webkit-box-shadow: 1px -1px 4px rgba(0, 0, 0, 0.31);
	-moz-box-shadow: 1px -1px 4px rgba(0, 0, 0, 0.31);
	box-shadow: 1px -1px 4px rgba(0, 0, 0, 0.31);
}

#pattern_details .pattern_details_header h1 { margin: 0 0 10px; }
#pattern_details div.pattern_buttons {
	height: 50px;
	background: url(/images/el_product_hrule_narrow.png) repeat-x left 16px transparent;
	padding: 0 10px 0 0;
	text-align: right;
}
#pattern_details div.pattern_buttons.free { background-image: url(/images/el_product_hrule.png); padding-right: 5px; }
#pattern_details div.pattern_buttons a img { margin: 0 3px; }

#pattern_details div.product_image {
	max-width: 100%;
	display: inline-block;
	text-align: center;
}
#pattern_details img { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
#pattern_details img.prod_img_main {
	max-width: 100%;
	height: auto;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000; }
#pattern_details img.prod_img_enlarge { margin: 10px 0; }
#product_addl_images { text-align: center; position: relative; }
#product_addl_images h2 {
	text-align: left;
	background: url(/images/el_category_hrule.png) no-repeat left top transparent;
	padding-top: 5px;
	margin: 0 auto 10px;
}
#product_addl_images h3 { padding-top: 3px; padding-bottom: 5px; }
#product_addl_images img {
	padding: 0;
	margin: 3px 3px 0;
	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 3px #000;
	/* background-color: #e6e6e6;
	border: 1px solid gray;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; */
}

@media (max-width: 768px ) {
	#pattern_details .pattern_details_header,
	#pattern_details .pattern_details_images,
	#pattern_details .pattern_details_text  {
		float: none;
		width: 100%;
	}
	#pattern_details .pattern_details_images {
		padding-right: 0;
	}
	.sb-order-history-item-details table.dataTable td {
		font-size: 13px;
	}
}

/* #sb-counter a.sb-counter-current img {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#sb-counter a img {
	width:50px;
} */

/*
	These styles may be used in the shared code which drives this web site
*/

img.content_image { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-box-shadow: 0px 0px 8px #000; -webkit-box-shadow: 0px 0px 8px #000; box-shadow: 0px 0px 8px #000; }
img.content_image.left, img.pull-left { margin: 15px 20px 15px 10px;}
img.content_image.right, img.pull-right { margin: 15px 10px 15px 20px; }

/*  news module styles  */

#news_headline {
	font-family: Trebuchet MS,Verdana,Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#news_dateline, .newsDetailsItemDate {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
#news_display td p {
	margin: 0px;
	padding: 0px;
}

/* form submit buttons */
.cmdBtn {
	font-size: 11px;
}


/*
	Directory module styles
*/

td.colored { background-color: transparent; }
th.clear, td.clear { background-color: #EEE7E4; }
table.dir_search_links { background-color: transparent; padding: 2px 8px; }

/* column listing */
.resultColumn  {
	font-size: 11px;
	background-color: #C8C4C3;
	padding: 1px;
	text-align: center;
	color: Black;
	font-weight:normal;
}

a.resultHeaderLink:link, a.resultHeaderLink:visited {
	color: #0251A4; font-weight: normal;
}

/*  common styles for listings  */
.listHeadingRow {
	font-size: 10px;
	font-weight: bold;
	color: #4f3c0d;
	background-color: #C8C4C3;
	padding: 1px;
}
.listFirstRow, .altRows_0 {
	background-color: #E1D8D5;
}
.listAlternateRow, .altRows_1 {
	background-color: #E8E0DD;
}

.listMouseoverRow {
	background-color: #DAD0CD;
}

/* Directory */

td.dir_details { min-width: 400px; }
table.dir_subtable th { padding-right: 20px; }
.dir_image { float: left; margin: 0 10px 10px 0; -moz-box-shadow: 0px 0px 6px #000; -webkit-box-shadow: 0px 0px 6px #000; box-shadow: 0px 0px 6px #000;}
.dir_details div { margin-bottom: 3px; }
.dir_details div.dir_name {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #650360;
	margin-bottom: 5px;
}
.dir_datavalues {
	color: #172F43;
	font-weight: bold;
	font-size: 13px;
}
.dir_addr_map { float: right; margin-left: 15px; padding-right: 15px; }
.selectlist-item { font-size: 12px; }

/* Order module */
.sb-order-item-actions,
.sb-order-item-actions a {
	font-size: 10px;
	font-weight: normal;
}

.ui-menu-icons .ui-menu-item a {
	display: inline-block !important;
}


/* CKEditor */

.cke_panel_listItem a {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
