@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	background-image: url(images/front/gilding.gif);
	font-style: italic;
}
h2 {
	font-style: italic;
	color: #666;
}
.shop #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-image: url(images/front/containerbackgrd.jpg);
} 
.shop #header {
	background-repeat: no-repeat;
	height: 158px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(images/front/shop_shilo_header_shop.jpg);
} 
.shop #container #header #FlashID {
	float: left;
}
.shop #header h1 {
	margin-top: 50;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 500;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 300;
}
.shop #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	border-right-width: thin;
	background-image: url(images/front/shopsideleft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.shop #sidebar1 ul {
	text-align: left;
}
.shop #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.shop #mainContent {
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 215px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	font-size: 75%;
	
} 
.shop #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.shop #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#headerright {
	padding-top: 10px;
	font-size: 80%;
	text-align: right;
	padding-right: 0px;
	height: 158px;
	padding-bottom: 0px;
	width: 800px;
	margin-left: 204px;
} 
#headerLeft a img {
	padding-left: 18px;
	float: left;
}
#cart a img{
	padding-right: 40px;
	margin-bottom: 96px;
}
#headerrightSpry {
	font-size: 100%;
}
td {
	vertical-align: top;
}
.shop .shopInfo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 95%;
}
.shop  .title {
	font-weight: bold;
	font-size: 110%;
}
.shop .button {
	background-repeat: no-repeat;
	height: 40px;
	padding-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #F00;
	list-style-type: square;
	background-image: url(images/buttons/store_button.gif);
	padding-left: 8px;
	width: 150px;
	font-weight: bold;
}
.shop  .button a {
	color: #000;
	font-weight: bold;
}
.shop #sidebar1 ul {
}
.shop  #sidebar1 ul .subbutton {
	margin-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFF;
}
#sidebar1 #blueberryLeft {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	margin: 0px;
	text-align: right;
	padding: 0px;
	font-size: 75%;
}
#sidebar1 #blueberryLeft li .MenuBarItemSubmenu {
	font-weight: bold;
	background-color: #FFF;
	background-image: url(images/front/arrow2.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#sidebar1 #blueberryLeft li  {
	list-style-type: none;
	padding-bottom: 15px;
	text-decoration: none;
	font-weight: normal;
}
#container #sidebar1 #blueberryLeft li a {
	text-decoration: none;
	color: #333;
}
#container #sidebar1 #blueberryLeft li a:hover {
	text-decoration: none;
	color: #F00;
}
.smallParagraph {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
}
.tinyParagraph {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
}
.shop  #mainContent p{
	font-family: Verdana, Geneva, sans-serif;
}
.mediumParagraph {
	font-size: 90%;
}
#mainContent img {
	margin-right: 10px;
	margin-bottom: 10px;

}
.thrColFixHdr #thrColFixHdr a, .bio #bio a, .gallery #gallery a, .palace #palace a, .studio #studio a, .appreciation #appreciation a, .events #events a, .shop #shop a, .contact #contact a {
	color: #B5D5FF;
	background-repeat: no-repeat;
	padding-left: 20px;
	text-decoration: none;
}
.shop #container #mainContent #shopDiscription {
	height: 360px;
}
.shop #rightColumImg {
	width: 260px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	float: right;
	margin-left: 60px;
}
.shop #container #mainContent #rightColumImg li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
}
.shop  red {
	color: #F00;
}
.shop red a    {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #C00;
	text-decoration: underline;
}
.shop #container #mainContent  h1 {
	background-color: #E5EDFD;
}
.shop #container #mainContent h2 a{
	background-color: #F4AAE0;
	padding: 3px;
	color: #580433;
}
.shop  #sidebar1 .sideSmall {
	font-size: 75%;
}
.shop #container #sidebar1 h1 a {
	color: #333;
	text-decoration: none;
}
