/* @override 
	http://kanatablanket.local/css/kanata.css
	http://kb.primalcommunications.com/css/kanata.css
	http://www.kanatablanket.com/css/kanata.css
*/

@import url('reset.css');

body {
	font: 100% "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: none;	
	background-repeat: repeat;
	background-position: left top;
	background-image: url(bg.jpg);
	padding-bottom: 40px;
	border-top: 1px solid #FFF;
}


html {
	border-top: 7px solid #0076a3;
}

.clear {
	clear: both;
	height: 0;
	font-size: 1px;
}

hr {
	border: none;
	border-bottom: 1px solid #CCC;
	clear: both;
	padding: 15px 0 0 0;
	margin: 0 0 15px 0;
}

#header {
	width: 951px;
	height: 170px;
	position: relative;
	background: transparent url(../img/header_bg.jpg) no-repeat left top;
	overflow: hidden;
}

#header h2 {
	margin: 0;
	position: absolute;
	top: 32px;
	left: 26px;
	background: transparent url(../img/kanata_logo.png) no-repeat left top;
	width: 200px;
	height: 88px;
	text-indent: -9999px;
}

.pg-news #header h2 {
	background-image:  url(../img/kanata_logo_lg.png);
	width: 288px;
	height: 122px;
	left: 50px;
	top: 41px;
}

#header ul {
	margin: 0;
}

#header li {
	padding: 0;
	list-style: none;
}

#nav-distro {
	background: #445968 url(../img/login_bg.png) repeat-x 0 5px;
	width: 530px;
	position: absolute;
	right: 20px;
	top: -5px;
	padding-top: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}


#nav-distro ul {
	margin: 0;
	padding: 0 3px;
}

#nav-distro ul li {
	float: left;
}

#nav-distro ul li a {
	color: #FFF;
	font-size: 0.7em;
	display: block;
	padding: 7px 15px;
}

#nav-distro ul li a:hover {
	background: #346588;
	text-decoration: none;
}


/* @group Distributor login */

#nav-distro form {
	padding: 0px;
	color: #FFF;
	text-transform: uppercase;
}

#nav-distro label {
	display: none;
}

#nav-distro span {
	font-size: 0.7em;
	height: 40px;
	line-height: 40px;
	text-align: right;
	width: 120px;
	display: block;
}

#head_user,
#head_pass {
	padding: 3px 5px;
	border: 1px solid #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 9pt;
	color: #999;
	
	height: 15px;
	width: 130px;
	position: absolute;
	top: 13px;
}

#head_user:active,
#head_user:focus,
#head_pass:active,
#head_pass:focus {
	color: #000;
}

#head_pass {
	right: 95px;
}
#head_user {
	right: 250px;
}



#head_submit {
	position: absolute;
	top: 13px;
	right: 15px;
	background: #758898;
	border: 1px solid #758898;
	color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 5px 15px;
	width: 68px;
	height: 23px;
	text-transform: uppercase;
}

/* @end */


#nav-main {
	position: absolute;
	bottom: 0;
	left: 401px;
	width: 530px;
	
	background: #202020 url(../img/nav_bg.png) repeat-x left top;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#nav-main li {
	float:left;
}
#nav-main li a {
	display: block;
	font-size: 0.74em;
	text-align: left;
	color: #FFF;
	border-left: 1px solid #535353;
	border-right: 1px solid #272727;
	padding: 13px 15px;
	
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: Alpha(Opacity=70);
}

#nav-main li a:focus,
#nav-main li a:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: Alpha(Opacity=100);
	text-decoration: none;
}

#nav-main li.nav-home a {		border-left: none; }
#nav-main li.nav-about a {		border-right: none; }



#nav-country {
	position: absolute;
	top: 60px;
	right: 20px;
	width: 200px;
	height: 50px;
}

#nav-country span {
	display: none;
}

#nav-country .flag {
	display: block;
	width: 65px;
	height: 15px;
	outline: none;
	padding: 0 0 0 35px;
	
	color: #FFF;
	font-size: 0.7em;
	line-height: 15px;
	
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: Alpha(Opacity=50);
	
	position: absolute;
	top: 16px;
}

#nav-country .flag-on {
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: Alpha(Opacity=100);
	cursor: default;
	text-decoration: none !Important;
	font-weight: bold;
	font-size: 0.8em;
}

#nav-country .flag-us {
	background: transparent url(../templates/img/usa.gif) no-repeat left top;
	left: 0px;
	width: 45px;
}

#nav-country .flag-can {
	left: 90px;
	background: transparent url(../templates/img/canada.gif) no-repeat left top;
}


#nav-country a:focus,
#nav-country a:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: Alpha(Opacity=100);
}



a {
	color: #000;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

img:link, img:visited, img:hover, img:active {
	border: none;
}

p {
	padding: 0 10px;
	font-size: 90%;	
}

legend {
	color: #A58A72;
	font-weight: bold;
	background: transparent;
}

.float-left {
	float: left;
	clear:right;
}

.float-right {
	float: right;
}

img.float-left  {
 margin:  10px 20px 0 10px;
 padding: 0;
}

img.float-right {
 margin: 10px 0 20px 10px;
 padding: 0;
}

/*  On home.php   */

#entry_container {
	position: relative; 
	width: 741px;
	margin: 0 auto; /* right and left margin widths set to "auto"*/
	text-align: left; /* counteract to IE5/Win Hack */	
	padding: 0;
	background-color: #F7F9EE;
	border-bottom: 2px solid #B4BC4C; BDBFBC
	border-left: 1px solid #BDBFBC;
	border-right: 1px solid #BDBFBC;
	border-top: 1px solid #BDBFBC;		
}	

#entry_left_column {
	float: left;
	clear: right;
	width: 418px;
	margin: 0;
	padding: 0;
	border-right: 2px solid #722A1C;	
}

#entry_right_column {
	float: left;
	background-color: #fff;	
	color:#666;		
}

#entry_logo {
	width: auto;
	background-color: #722A1C;
}

#entry_welcome {
	vertical-align: top;
	width: 320px;
	margin: 0;
	padding: 0;	
}

#entry_message {
	vertical-align: top;
	width: 320px;
	height: 163px;
	margin: 0;
	padding: 0;	
}

#entry_message p {
	margin: 0 55px;
	padding: 0;	
}

#entry_message img {
	margin: 0 94px;
	padding: 0;	
}

#entry_menu {
	width: 320px;
	height: 100px;
	margin: 0;
	padding: 0;
	background-color: #F7F8ED;
	border-top: 2px solid #B4BC4C;
 }
 
#entry_enter {
 	float: left;
	clear: right;
 	background-color:#F7F9EE;
 }

#footer_home {
	margin: 0;
	padding: 0;
	clear: both;
	text-align: center;
	font-size: 70%;
}


/* ****** end of home.php ******* */

 
#footer {
	margin: 10px 0;
	padding: 5px 0;
	clear: both;
	text-align: center;
	color:#ccc;
	font-size: 70%;
}

#footer a {
	color:#ccc;
}

/* ****** start of css for rest of website ****** */

#container {
	position: relative; 
	width: 950px;
	margin: 0 auto; /* right and left margin widths set to "auto"*/
	text-align: left; /* counteract to IE5/Win Hack */	
	padding: 0;
	background-color: #fff; /* #F7F9EE */
	border-width: 0 1px;
	border-style: solid;
	border-color: #c4c4bf;
}	

/*    ---------- start header and menu ----------     */

#header {
	margin: 0;
	padding: 0;
}

#header_logo {
	float: left;
	clear: left;
	margin: 0;
	padding: 0;			
	background-color: #722A1C;
}

#header_content {
	float: left;
	width: 578px;
	margin: 0;
	padding: 0;
	background-color: #FFFDD6;
 }
 
#header_content a {
	font: 90% "Times New Roman", Times, serif;
	color: #676D6B;		
	margin: 0 0 0 12px;
	padding: 0;
 }
 
 #header_distributor_menu {
 	position: absolute;
	left: 162px;
	top: 54px;
	margin: 0;
	padding: 0;	
	width: 578px;
}

 #header_distributor_menu a {
	color: #722A1C;		
	margin:0pt 0pt 0pt 8px;
 }
 
#header_menu {
	margin: 0;
	padding: 0;	
	margin-top: 80px;
	background-color:#FFFEEC;
	border-top: 1px dotted #ccc; 	
	border-bottom: 1px dotted #ccc; 	
	color: #666;	
}

#header_flag {
	float: right; 
	clear: right;	
	margin: 6px 6px 0 0;
	padding: 0;
	font-size: 100%;
	color: #676D6B;		
}

#header_flag img {
	margin-left: 6px;	
}

/*    ---------- end header and menu ----------     */

/*    ---------- start news ----------     */

#news_main {
	margin: 0;
	padding: 0;
	clear: both;
	height: 420px;
	position: relative;
}

#aplus-logo {
	position: absolute;
	top: 410px;
	right: 30px;
	width: 103px;
	height: 103px;
	text-indent: -9999px;
	background: transparent url(../img/aplus.png) no-repeat left top;
}

.pg-news #container {
	min-height: 712px;
	background: #FFF url(../img/homebg/1.jpg) no-repeat left top;
}

.pg-news #header {
	background: transparent;
}

.pg-news #footer {
	width: 950px;
	margin: 0 auto;
	padding: 15px 0;
	background: #FFF;
	color: #555;
}

.pg-news #footer a {
	color: #f26522;
}

.pg-news #footer a:hover {
	text-decoration: underline;
}

#news_image {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 80px;
}

#news_main h1 {
	position: absolute;
	margin: 0;
	top: 120px;
	left: 475px;
	font: 24pt Arial, Helvetica, sans-serif;
}

#news_message {
	position: absolute;
	left: 407px;
	top: 76px;
	width: 417px;
	line-height: 1.6em;
	color: #FFF;
	font-size: 1em;
	font-family: Arial;
}

#news_highlights {
	width: 911px;
	padding: 0 20px 0 20px;	
	margin: 0;
	clear: both;
}


#news_highlights img {
	padding: 0;	
	margin: 25px 10px 0 0;
	position: absolute;
	top: 15px;
	left: 0;
}

#new_news1, #new_news2, #new_news3 {
	float: left;
	margin: 0;
	padding: 0;	
	height: 180px;
	margin-bottom: 10px;		
	padding-bottom: 10px;			
	width: 300px;
	border-left: 1px solid #fff;
	border-top: 10px solid #c8ddeb;
	position: relative;
}

.headline {
	position: absolute;
	top: 2px;
	left: 42px;
	margin: 0;
	color: #223a4b;
	font-size: 0.9em;
	padding: 8px 0 4px 4em;
}

#new1, #new2, #new3 {
	position: absolute;
	top: -10px;
	left: 0px;
	display: block;
	margin: 0;
	padding: 0.7em;
	padding-top: 1.4em;
	color: #fff;
	line-height: 1.4em;
	font-size: 0.7em;
	text-align: center;
}

#new1 {
	background-color:#BDD962;
}

#new2 {
	background-color:#D1551F;
}

#new3 {
	background-color:#4983B1;
}

#news_highlights .copy {
	position: absolute;
	width: 160px;
	top: 38px;
	left: 100px;
	margin: 0;	
	color:#333;	
	height: 112px;
/* 	background-color: #B4BC4C;	*/
	font-size: 0.8em;	
}

/*    ---------- end news ----------     */

/* start of news-article */

#article {
	padding-top: 20px;
	padding-bottom: 10px;
}

#news_article { 
	width: 340px;
	position: relative; 
	margin: 0 auto; /* right and left margin widths set to "auto"*/
	text-align: left; /* counteract to IE5/Win Hack */	
	padding: 10px;
	background-color: #B4BC4C;
	color: #fff;
	border: 2px solid #7C5946;
	}

#article_copy {
	margin: 0;
	padding: 0;	
	color:#fff;	
	font-size: 85%;	
	border-top: 2px dotted #fff;	
	margin-top: 10px;
	padding-top: 10px;
}
 
#news_article h1 {
	margin: 4px 0;
	padding: 4px 0 4px 10px;
	color: #fff;
	font-size: 90%;
}

#article_new1 {
	background-color:#BDD962;
}

#article_new2 {
	background-color:#D1551F;
}

#article_new3 {
	background-color:#4983B1;
}	


#article_copy img {
	margin: 5px 10px 5px 0;
	padding: 0;
	float: left;
	border: 1px solid #fff;
}

.close {
	float: right;
	margin: 0;
	margin-top: -30px;
	padding: 0;
	}

.close a {
	color:#E9FE89;
	font-size: 85%;
	font-weight: bold;
	float: right;
	margin: 0;
	padding: 0;	
	margin-right: 12px;
}

/* ****** start of css for rest of website ****** */

/* NIFTY CORNERS */

.rtop, .rbottom{display:block}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px} 

/* ******* start of menu ******* */

#menu_left {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;	
	width: 210px;
	background-color: #fff;	
	font-size: 0.8em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#menu_left ul {
	margin: 0;
	padding: 0;	
	list-style: none;
}

#menu_left li {
	margin: 0;
	padding: 0;	
	display: block;
}

#menu_left li a, #menu_left li a:visited {
	display: block;
	text-decoration: none;
	padding: 5px 15px;	
	color: #666;
}

#menu_left li a:hover {	
	background-color: #e1f2ff;		/* 69C5F2 */
	}	

#menu_left li a.selected, #menu_left li a.selected:visited {
	color: #222;
	background-color: #eee;
	font-weight: bold;
}	

/*    SubMenu     */

#sub_menu ul {
	margin: 0;
	padding: 0;	
	list-style: none;
}

#sub_menu li {
	margin: 0;
	padding: 0;	
	display: block;
	margin-bottom: 2px;
}

#sub_menu li a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #722A1C;
}

/* #sub_menu li a.sub_selected:hover {				
	color: #fff;	
	background-color: #fff;		
	} */	

/*  69C5F2 722A1C */

#sub_menu li a.sub_selected, #menu_left li a.sub_selected:visited {
	padding: 2px 2px 2px 15px;	
	color: #3174ab;	
	background-color: #fff;		/* 69C5F2 */
}

#sub_menu li a.sub_selected:hover {
	color: #005daa;
	background-color: #e3f2ff;
}	

#sub_menu li#current_subtype a.sub_selected {
	font-weight: bold;
	background-color: #dcebf7;
	}


/* ******* end of menu ******* */

#main {
	float: right;
	clear: right;
	margin: 0;
	padding: 0;
	width: 678px;
	margin-bottom: 10px;
	background-color: #fff;	
	border-left: 1px solid #ccc;
	padding: 10px 20px 20px 40px;
}

#main li {
	font-size: 90%;	
}

#collection_image {
	margin: 0;
	padding: 0;	
	border-bottom: 1px solid #ccc;
	background-color: #ccc;
}

img.align-left {
	float: left;
	margin: 0 15px 15px 0;
}

.body-copy{
	line-height: 1.6em;
	font-size: 0.9em;
}

.body-copy p {
	margin: 0 0 1.5em 0;
}

#catalog {
	margin: 6px 0;
	padding: 0;
	font-weight: bold;
	font-size: 110%;
	color: #722A1C;
}

#pages {
	height: 1.4em;
	padding: 0;
	width: 670px;
	font-size: 80%;
	color: #666;
	clear: both;
	margin: 0  0 0 -20px;
	}
	
.results {
	margin: 0;
	padding: 0;
	width: 220px;
	display: inline;
	text-align: left;
	float: left;
	border-bottom: 1px dashed #ccc;	
}

.page_list {
	margin: 0;
	padding: 0;
	width: 229px;	
	display: inline;	
	text-align: center;
	float: left;	
	border-bottom: 1px dashed #ccc;	
}

.pages {
	margin: 0;
	padding: 0;
	width: 220px;	
	display: inline;	
	text-align: right;
	float: left;	
	border-bottom: 1px dashed #ccc;	
}	

/* NOTE: the Custom Decorating and Packaging pages use the same styles as the catalog */

.product_summary {
	margin: 0;
	padding: 0;	
	float: left;
	width: 570px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 6px;
}

.product_image {
	margin: 0 4px;
	padding: 0;
	display:block;
        width: 130px;
}

.feature_photo {
	margin: 0;
	padding: 0;
}

.secondary_photo {
	margin: 0;
	padding: 0;
}

.photo_caption {
	margin: 0;
	padding: 0;
	width: 130px;
	color: #999;
	font-size: 70%;
}

.product_details1 {
	margin: 0;
	margin-top: 10px;
	margin-right: 10px;
	padding: 0;	
	width: 250px;
	float: right;
	border-left: 1px solid #ccc;		
}

.checkbox_ask {
   font-size:80%;
   color:#5DADD4;
   clear: both;
   display: block;
   width: 400px;
}

.product_title {
	margin: 0;
	padding: 0;
        float: left;
	
}

.product_title h2 {
	margin: 0;
	padding: 0;	
	margin-left: 10px;
	font-size: 100%;	
	font-weight: bold;	
}

.product_description {
	margin: 0;
	padding: 10px;	
	font-size: 90%;
	color: #666;
}

.read_more {
	color: #A58A72;
	font-size: 80%;	
}

.product_details2 {
	margin: 0;
	padding: 0;	
	width: 150px;	
	float: right;	
}

.product_size {
	margin: 0;
	padding: 0;
	margin-top: 10px;	
	padding-right:10px;	
	text-align: right;
	color: #A58A72;
	text-align: right;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;		
}

.packaging_size {
	margin: 0;
	padding: 0;
	margin-top: 10px;	
	padding-right:10px;	
	text-align: right;
	color: #A58A72;
	text-align: right;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
	font-size: 80%		
}

#product_size {
	margin: 0;
	padding: 0;
	padding-right:10px;	
	float: right;
	color: #A58A72;
	text-align: right;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;	
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;			
}

.product_size img {
	margin: 0;
	padding: 0;
	margin-top: 4px;		
	margin-right: 10px;	
}

.size_word {
	margin: 0;
	padding: 0;
	padding-right:10px;	
	text-align: right;
}

.size_word h3 {
	margin: 0;
	padding: 0;
	font-size: 80%;
	padding: 4px;
	color: #666;	
	background-color: #f3f3f3;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	width: 40px;	
}

.product_sku {
	background: #f3f3f3;
	margin-top: 40px;
	margin-right: 10px;	
	padding: 0px;
	font-size: 80%;	
	color: #666;
}

.product_sku form {
	background: #FFFFFF;
	padding-top: 15px;
	margin-top: -15px;
}

.packaging_sku {
	background-color: #f3f3f3;
	height: 60px;
	margin-top: 20px;
	margin-right: 10px;	
	padding: 0px;
	font-size: 80%;	
	color: #666;
}

.product_sku strong, .packaging_sku strong {
	color:#5DADD4; /* 7CABC5 #EAFDFF */
}

#product_detail  {
	margin: 0 0 0 -13px;
	padding: 0;
	/*height: 300px;*/
        height: auto;
	background-color: #fff; 
	/*border-bottom: 1px solid #ccc;*/
/* 	background-image: url(../templates/img/product_detail.jpg);
	background-position: top left;
	background-repeat: repeat-y;	*/
}

#collection_header {
	margin: 10px;
	padding: 0;
	float: left;
	color: #fff;
	background-color: #009496;
	width: 540px;
}

#collection_header h1 {
	margin: 0 10px;
	padding: 0;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
}

#product_customizing {
	border-top: 1px solid #ccc;
}

/*
#product_customizing, #product_edge, #product_packaging {
	margin: 0;
	padding: 0;
	clear: both;
}
*/
/*-----------added-----------------*/
#product_edge, #product_packaging {
	margin: 0;
	padding: 0pt;
	clear: both;
}

#product_customizing{
	margin: 0;
	padding-top: 120pt;
	clear: both;
}
/*-----------added-----------------*/

#customizing_options, #edge_finishing, #packaging_options, #product_info {
	margin: 0;
	padding: 0;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;		
}

#edge_finishing { background-color:#fdf6e7; }
#packaging_options { background-color:#effaff; }

#product_customizing h3, #product_edge h3, #product_packaging h3 {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}

#product_customizing h3 {	color: #009496; }
#product_edge h3 {	color: #009496;	}
#product_packaging h3 {	color: #286c9a;	}

.made_in_canada { 
	float: left;
	color:#CC0000;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#prod-feature{
	float: right;
	padding-right: 30px;
	font-size: 0.8em;
	color: #555;
	width: 240px;
}

#prod-feature ul {
	margin-top: 0;
}

#prod-feature p {
	margin:1em 0 0 0;
}

.product-image {
	width: 400px;
	height: auto;
	text-align: center;
}

.product-image img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#prod-tabs {
	margin-top: 15px;
	font-size: 0.8em;
	clear: both;
}

.thumbnail_image_main {
	margin: 0;
	padding: 0;
	cursor: default;
	cursor: pointer;
}

.thumbnail_image {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-right: 10px;
	cursor: default;
	cursor: pointer;	
}

/* Search Box */

#product_search {  
	background: #666;
	padding: 8px;
	height: 1.6em;
	position: relative;
}

#go {
	border: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #638da7;
	padding: 0.2em 0;
	line-height: 1.6em;
	height: 1.8em;
	color: #FFF;
	width: 30px;
	text-align: center;
	position: absolute;
	left: 169px;
	top: 9px;
}

#go:hover,
#go:focus {
	background-color: #2171a3;
}

#keywords {
	padding: 0.2em 35px 0 5px;
	border: 1px solid #FFF;
	height: 1.6em;
	line-height: 1.8em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #DDD;
	color: #333;
	outline: none;
	width: 150px;
	position: absolute;
	left: 8px;
	top: 8px;
}

input#keywords:focus {
	background: #FFF;
	color: #000;
}

/* End Search Box */


#login {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #F7F8ED;
	border-bottom: 2px solid #B4BC4C;
	border-top: 2px solid #B4BC4C;	 /* #CF6F40 orange */
	}	

#login  td {
	margin: 0;
	padding: 4px;
	color: #666;
	}	

#username, #password { 
	margin: 0;
	padding: 0;
	width: 96px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: 1px solid #999;	
	border-right: 1px solid #999;	
}

#login_submit {
	margin: 0;
	padding: 0;
	margin-left: 20px;
	text-align: center;
	width: 100px;
	height: 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#B4BC4C; 
	background-color:#F7F8ED; 
	border: 1px solid #B4BC4C;	
	/* #CF6F40 orange */
	 /* 712A1B FFE8AC FFFEEC B4BC4C */
}

.error {
	color:#CC0000;
}

img.staff {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #666;
}

.staff_caption {
	margin: 0 10px 10px 0;
	padding: 0;
	float: right;
	clear: both; 
	border: 1px solid #666;
	font-size: 80%;
	color: #666;
	text-align: center;
}

.states {
	clear: both;
}

#optional_whipstitched {
	margin: 0;
	padding: 0;
}

#edges {
	margin: 0;
	padding: 0;
	float: right;
	padding-right: 20px;
}

.edge_images_name {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666;
	font-size: 60%;
	float: right;
}

img.edge_images  {
	margin: 0;
	padding: 0;
	border: 1px solid #666;
}

.case_history_photo_right {
	margin: 0 6px 0 10px;
	padding: 0;
	float: right;
	text-align: center;
}

.case_history_photo_left {
	margin: 0 10px 0 6px;
	padding: 0;
	float: left;
	text-align: center;
}

ul.collections {
	 margin: 15px -15px 0 -18px;
}

ul.collections li {
	float: left;
	list-style: none;
	padding: 0 35px 50px 0;
	margin: 0;
}

ul.collections li a {
	display: block;
	width: 200px;
	text-align: center;
	text-decoration: none;
}

ul.collections li a span {
	display: block;
	padding-top: 5px;
	font: 0.9em Arial
}

ul.collections li a img {
	border: 3px solid #FFF;
}

ul.collections li a:hover img {
	border-color: #abddff;
}

ul.typelist {
	margin: 15px -15px 0 -18px;
}

.typelist li {
	float: left;
	list-style: none;
	padding: 0 35px 10px 0;
	margin: 0;
}


.typelist li .type-img {
	width: 200px;
	height: 200px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFF;
	text-decoration: none;
	margin-bottom: 10px;
	color: #FFF;
	font-size: 1px;
}
.typelist li a {
	text-align: center;
	padding: 0 0 10px 0;
	display: block;
}

.product-listings {
	margin: 15px -15px 0 -18px;
}

.product-listings li {
	float: left;
	list-style: none;
	padding: 0 35px 50px 0;
	margin: 0;
}

.product-listings li a {
	width: 200px;
	display: block;
}

.type-img {
	width: 200px;
	height: 200px;
	display: block;
	text-align: center;
	overflow: hidden;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFF;
	text-decoration: none;
	color: #FFF;
	font-size: 1px;
}

.type-label  {
	padding-top: 5px;
	overflow: hidden;
	height: 2.4em;
	width: 200px;
	text-align: center;
	display: block;
	text-decoration: none !important;
	color: #444;
}

a:hover .type-label {
	color: #000;
}






#crumbs {
	margin: 10px -15px 10px -18px;
	display: block;
	font: 0.8em Arial, Helvetica, sans-serif;
	height: 1.3em;
	line-height: 1.3em;
	color: #CCC;
}

#crumbs a {
	display: block;
	float: left;
	color: #999;
	padding: 5px;
	background: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#crumbs a.last {
	color: #666;
	font-weight: bold;
}

#crumbs a:hover {
	color: #712a1b;
	text-decoration: underline;
}

#crumbs span {
	display: block;
	float: left;
	padding: 0 2px;
	font-size: 1.4em;
	line-height: 1.3em;
	font-weight: bold;
}

#prod-tabs > ul > li {
	list-style: none;
}

.ui-tabs-panel {
	clear: both;
}

#tab-colours li.colour {
	width: 200px;
	min-height: 100px;
	display: block;
	margin: 0;
	padding: 0 0 15px 110px;
	list-style: none;
	float: left;
	position: relative;
}

#tab-colours li.colour .thumb {
	position: absolute;
	left: 0;
	top: 0;
}

#tab-colours li.colour img{
	width: 100px;
}

#tab-colours h3 {
	margin: 0;
	padding: 15px 0 5px 0;
}

#tab-colours li.colour ul {
	margin:5px 0 0 0;
}

#tab-colours  ul {
	margin:0;
}

#tab-colours li.colour li {
	list-style:  none;
	font-size: 1em;
}

#tab-pricing .size table {
	margin-top: 20px;
	width: 600px;
	border: none;
}

#tab-pricing .size table th {
	border: none;
	border-bottom: 1px solid #CCC;
	color: #666;
	font-size: 1em;
	padding: 15px 0 0 0;
}

#tab-pricing .size table td {
	border: none;
	text-align: center;
	border-bottom: 1px solid #CCC;
	font-size: 0.9em;
	color: #777;
}

#tab-pricing .size table td.label {
	text-align: right;
	font-weight: bold;
	color: #666;
}

#tab-pricing .size table th.name {
	font-size: 1.5em;
	text-align: left;
	color: #206597;
	font-weight: bold;
	padding: 0 0 15px 0;
}

#tab-pricing .size table tr.curco td {
	background-color: #fff6df;
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
}

#price-code {
	padding: 0;
	font-size: 1.1em;
}

.size span.dimensions {
	margin: 1em 0;
	display: block;
	font-size: 1.1em;
}

.colours-available .sku {
	font-style: italic;
	color: #666;
	font-size: 0.85em;
	padding: 0 0 0 5px;
}

.size .colours-available {
	line-height: 1.5em;
	font-size: 1.1em;
}

.size span.dimensions strong,
.size .colours-available strong {
	text-transform: uppercase;
	color: #3d6698;
}

#notice {
	background: #fffed6 url(../img/comment.png) no-repeat 10px center;
	border:  1px solid yellow;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	
	padding: 5px 20px 5px 35px;
	margin-left: -20px;
	font-size: 8pt;
}

#main table {
	border: 0;
}

#main table td {
	border: none;
	font-size: 0.8em;
}

#main table td h1 {
	margin: 1em 0 0 0;
}

#main table td a {
	color: #4777a4;
	text-decoration: underline;
}

/* ****** end of css for rest of website ****** */