/* @override 
	http://www.kilberry.com/kilberry_styles/style.css
	http://www.kilberry.com/kilberry_styles/style2.css
*/

/* === defaults === */

.spacer {
	clear: both;
}

.spacerzero {
	clear: both;
	height: 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}
/* === big boys === */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	background-color: silver;
	/* background-color: white; */
}

h1, h2, h3, h4, h5, h6 {
	color: #330033;
	font-weight: bold;
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
	#margin: 1em 0 1em 0;
}

h5 {
	font-size: 1.1em;
}

p {
	margin-bottom: 0.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a {
	text-decoration: underline;
}

a img {
	border: 1px solid silver;
}

a img:hover	{
	background-color: white;
	border: 1px solid #774578;
}

a:link, a:visited {
	color: #430843;
}

a:hover {
	color: #a87fa9;
}

a:visited {

}


}

/*ul {
	list-style-type: disc;
}*/

ol {
	list-style-type: decimal;
}

acronym {
	border-bottom: 1px dotted #000;
}

/* === layout === */

#header {
	width: 100%;
	height: 2.6em;
	
	/* background: url('/kilberry_images/layout/brownshadow-verical.gif');
	background-repeat: repeat-x;
	background-position: bottom left; */
	background-color: #cccccc;
	border-bottom: solid 1px #330033;
	padding-top: 8px;
}

#header ul {
	margin-left:250px;
	list-style:none;
}

#header li {
	margin-right:2em;
	padding-top:3px;
	font-size:0.8em;
	font-weight:bold;
	float:left;
	display:block;
}

#footer {
	padding: 1em;
	text-align: center;
	font-size: 0.8em;
}

#footer-bottom {
	background-color: #FFF;
	max-width: 52.5em;
	margin-left: 13em;
	margin-right: 1em;
	height: 24px;
}
 /*
#footer-bottom .left {
	background-image: url('/kilberry_images/layout/content-bl.gif');
	background-position: bottom left;
	width: 24px;
	height: 24px;
	float: left;
}
*/

#footer-bottom .right {
	/* background-image: url('/kilberry_images/layout/content-br.gif'); */
	background-position: bottom right;
	width: 24px;
	height: 24px;
	float: right;
}

#leftcolumn {
	float: left;
	width: 10em;
	padding: 1em;
	margin: 0.5em;
}

#leftcolumn .logo {
	position: relative;
	margin-left: 1em;
	margin-top: -4em;
	background-color: none;
}

#menu {
	background-color: #fff;
	border: 2px solid #330033;
	margin-top: 1em;
}

#menu p {
	margin: 1em;
	font-size: 0.8em;
	}

#menu ul {
	list-style-type: none;
}

#menu li {
	position: relative;
	background-color: #fff;
}

#menu li ul {
	border: 2px solid #330033;
	position: absolute;
	left: 9.7em;
	top: 0;
	display: none;
}

#menu li:hover ul, #menu li.over ul {
	display: block;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

#menu li a {
	font-weight: bold;
	display: block;
	width: 7.8em;
	padding: 0.2em 1em 0.2em 1em;
	color: #330033;
}

#menu li a:hover {
	color: #fff;
	background-color: #fff;
	background-color: #330033;
}

#menu hr {
	border: 0;
	/* border-top: 1px dotted #fff; */
}

#menu .menutitle {
	font-weight: bold;
	color: #000;
	margin: 0.5em 0 0 0.5em;
	font-style: italic;
}

#menu img {
	margin-left: 2em;
	margin-bottom: 1em;
}

#content {
	background-color: #fff;
	
	margin-left: 13em;
	margin-right:1em;
	padding: 1em 1em 0 1.5em;
	max-width: 50em;
	/*
	background-image: url('/kilberry_images/layout/content-tl.gif');
	background-position: top left;
	background-repeat: no-repeat; */
}

.purple-nodrop {
	background-color: #d4d4d4;
	width: 100%;
	height: 9px;
}
/* 
.purple-nodrop .tl {
	float: left;
	background-image: url('/kilberry_images/layout/purple-tl.gif');
	background-position: top left;
	background-repeat: no-repeat;
	width: 9px;
	height: 9px;
}



.purple-nodrop .tr {
	float: right;
	background-image: url('/kilberry_images/layout/purple-tr.gif');
	background-position: top right;
	background-repeat: no-repeat;
	width: 9px;
	height: 9px;
}

*/

.purple-nodrop .bl {
	float: left;
	/* background-image: url('/kilberry_images/layout/purple-bl.gif');
	background-position: bottom left;
	background-repeat: no-repeat; */
	width: 9px;
	height: 9px;
}

.purple-nodrop .br {
	float: right;
	/* background-image: url('/kilberry_images/layout/purple-br.gif');
	background-position: bottom right;
	background-repeat: no-repeat; */
	width: 9px;
	height: 9px;
}
/* 
.purple-drop {
	background-color: #a87fa9;
	width: 100%;
	height: 11px;
}
/*
.purple-drop .tl {
	float: left;
	background-image: url('/kilberry_images/layout/purple-drop-tl.gif');
	background-position: top left;
	background-repeat: no-repeat;
	width: 11px;
	height: 11px;
}

.purple-drop .tr {
	float: right;
	background-image: url('/kilberry_images/layout/purple-drop-tr.gif');
	background-position: top right;
	background-repeat: no-repeat;
	width: 16px;
	height: 11px;
}

.purple-drop .br {
	float: right;
	background-image: url('/kilberry_images/layout/purple-drop-br.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 16px;
	height: 17px;
}

.purple-drop .bl {
	float: left;
	background-image: url('/kilberry_images/layout/purple-drop-bl.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
}

.purple-drop.bottom {
	background-image: url('/kilberry_images/layout/purple-drop-b.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	height: 17px;
	margin-bottom: 1em;
} */

.left-col {
	float: left;
	width: 50%;
}

.right-col {
	float: right;
}

.leftalign {
	float: left;
	margin-right: 8px;
	padding: 3px;
}

.rightalign {
	float: right;
	padding: 3px;
}

.leftalign-text {
	text-align: left !important;
}

.rightalign-text {
	text-align: right !important;
}

.centeralign-text {
	text-align: center !important;
}

.toolbar {
	background-color: #996699;
	padding: 0.5em;
	margin-bottom: 1em;
}

.photo {
	width: 139px;
	background-color: #fff;
	text-align: center;
	padding-top: 0.3em;
}

.photo .caption {
	font-size: 0.7em;
	text-align: right;
	margin: 0 0.5em 0 0.5em;
}

/* === Front Page === */

#welcome {
	/* background-color: #996699;
	background-color: #a87fa9; */
	background-color: #fff;
	/* background-image: url('/kilberry_images/layout/purple-drop-r.gif'); */
	background-position: top right;
	background-repeat: repeat-y;
	min-height: 21em;
	font-size: 0.9em;
}

#welcome h1 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
	color: #000;
	font-weight: bold;
}

#welcome .content {
	padding: 0 1em 0 1em;
}

.welcome-content {
	margin: 0 0em 0 0em;
}

#welcome p {
	margin-bottom: 0.5em;
	line-height: 1.1em;
	font-size: 1.1em;
}

#welcome .rightalign {
	margin-right: 1em;
	border: 1px solid #fff;
	background-color: rgba(202,202,202,0.4);
}

.featured {
	width: 30em;
	padding-right: 1em;
	margin-bottom: 1em;
	/* border-right: 1px dotted #000; */
}

.featured p {
	font-size: 1.0em;
	text-align: right;
	margin: 1em 0 0 0;
}
.specialoffers {
	background-color: #d4d4d4;
	color: #fff;
	width: 18em;
}

.specialoffers h4 {
	color: #000;
	text-align: center;
	font-weight: bold;
}

.specialoffers .item {
	background-color: #fff;
	color: #000;
	margin: 0.5em;
	padding: 0.3em;
	width:16.4em;
}

.specialoffers .item h5{
	margin-bottom: 0.2em;
}

.index .blurb {
	margin: 0 2em 0 2em;
}

.index h2 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.index .roomtobreathe {
	margin: 0 1em 0 0;
	border: 1px solid silver;
}

.roomtobreathe {
	margin: 0 1em 0 0;
	border: 1px solid silver;
}
/* === Product Listing Page === */

.browse .product-box {
	background-color: #efefef;
	padding: 1em;
	margin-bottom: 1em;
	height: 13em;
}

.browse .blurb {
	font-size: 0.9em;
	margin: 1em;
}

.browse .blurb p {
	margin-bottom: 1em;
}

.product-box img {
	margin-left: 1em;
}

/* === Product Page === */

.productpage ul {
	margin-left: 2em;
}

.productpage li b {
	width: 100px;
}

img.productpage {
	border: 4px solid #774578;
	margin: 0 0 1em 1em;
	clear: right;
}

.productpage h1 {
	margin-bottom: 0.5em;
}

.productpage p {
	margin-bottom: 1em;
}

p.buy {
	margin: 1em;
	font-weight: bold;
	background-color: #10770f;
	color: #fff;
	padding: 1em;
	width: 15em;
}

/* === Basket Page === */

table.basket {
	margin-top: 1em;
	background-image: url('/kilberry_images/layout/greyverticalfade.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;

}

table.basket .header td {
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	background-color: #efefef	;
}

table.basket td {
	padding: 0.4em;
}

table.basket .product {
	border-bottom: 4px solid #efefef;
}

.basket .buy {
	border: 1px solid #fff;
	background-color: #996699;
	text-align: center;
	height: 3em;
}

.basket .buy input {
	margin-top: 1em;
}

/* === 'Article' page === */

.article {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.article h1, .article h2 {
	margin-bottom: 0.5em;
}

.article ol, .article ul {
	margin: 1em 0 1em 2em;
}

.article table.data td{
	padding: 0.5em;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.article table.data {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	margin: 1em 0 1em 0;
}

.article table.data tr.header td {
	background-color: #efefef;
}

/* === Other === */

.quote {
	font-weight: bold;
	font-style: italic;
}

.minor {
	font-size: 0.8em !important;
}

.price-was {
	text-decoration: line-through;
	color: red;
}

.price {
	font-weight: bold;
}
