@charset "utf-8";
/* CSS Document */

/***** SHOP PAGES *****/
#shopheader {
	width: 740px;
	height: 30px;
	float: right;
	margin-top: 7px;
	margin-bottom: 0;
	margin-left: 7px;
	margin-right: 3px;
	_margin-left: 0;
	_margin-right: 0;
	padding: 0;
	background-color: #bbcfc6;
	background-image: url(../images/shoptitle.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#shopheader h1 {
	color: #913f3f;
	font-size: 140%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	margin-left: 8px;
	margin-top: 3px;
	padding: 0;
}
#shoprightcol img {
	border: 1px solid #64917d;
	margin-bottom: 3px;
}
#shoprightcol a img:hover {
	border: 1px solid #000000;
}
#shoprightcol h2 {    /***** Shop Information Header *****/
	height: 22px;
	width: 167px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #913f3f;
	background-color: #bbcfc6;
	background-image: url(../images/shoptitle.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 3px;
	margin: 0;
}
#shoprightcol p {
	margin: 0;
	margin-top: 7px;
	margin-bottom: 4px;
	margin-right: 8px;
	padding: 0;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#shoprightcol p a:link, #shoprightcol p a:visited, #shoprightcol p a:active, #shoprightcol p a:hover { color: #981924; }
/***** Link expands on hover. NB, will not work in IE 6 but link is still functional. *****/
#link {
	width: 160px;
	overflow: hidden;
	margin-top: -4px;
	margin-left: 5px;
}
#link a:hover {
	width: auto;
	background-color: #FFFFFF;
	overflow: visible;
}
#link:hover {
	width: auto;
	background-color: #FFFFFF;
	overflow: visible;
	position: static;
	right: 10px;
}
#link a:link, #link a:visited, #link a:active, #link a:hover { color: #981924; }
#shopgallery {}
#shopgallery img {
	margin: 5px;
	margin-left: 26px;
	margin-bottom: 15px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	display: inline;
	float: left;
}
#shopgallery img:hover {
	border: 1px solid #333333;
}

p.webaddress {
	margin-top: 10px;
}

#shoplinks {  /***** Website and Email at btm of page *****/
	border: solid 1px #bbcfc6;
	float: left;
	width: 540px;
	margin: 14px;
	margin-left: 14px;
}
#shoplinks h6 {
	background-color: #d5ece2;
	margin: 5px;
	padding-left: 10px;
}
#shoplinks p {
	margin-top: 4px;
	margin-bottom: 9px;
	padding: 0;
}

#shopsfront {
	margin: 7px;
}

table.table{border-color:#b0b1c7;border-width:0 0 1px 1px;border-style:solid;margin: 0 0 5px 0;}
td.td1{border-color:#b0b1c7;border-width:1px 0 0 0;border-style:solid;margin:0;padding:7px;font-weight:normal;vertical-align:top;}
td.td2{border-color:#b0b1c7;border-width:1px 1px 0 0;border-style:solid;margin:0;padding:7px;font-weight:normal;vertical-align:top;}
td.td2 h2, td.td2 p{margin: 0 !important;}
td.td2 h2{margin-bottom: 5px !important;}

