@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(images/common/PageBK.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	
}
a:link {
	color: #0033CC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0033CC;
}
a:hover {
	text-decoration: none;
	color: #6600CC;
}
a:active {
	text-decoration: underline;
	color: #6600CC;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
	padding:0px;
	color: #6600CC;
}
h2 {
	font-size: 16px;
	color: #000000;
}
h3 {
	font-size: 14px;
	color: #333333;
}
h4 {
	font-size: 14px;
	color: #666666;
}
/* * * * * PAGE STYLES * * * * */
#tmpcontent {
	padding-left:10px;
	padding-right: 10px;
	
}
.content {
	background: url(images/common/TableBK.jpg);
	background-repeat: repeat-y;

}
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.breadcrumb a:link, a:visited, a:hover, a:active {
	color: #333333;
	text-decoration: underline;
}
.storeinfo {
	font-size: 12px;
	color: #000000;
}
#MonthlyContent {
	height: 120px;
	overflow: auto;
	font-size: 12px;
}
.button {
	color: #6600CC;
	font-size: 12px;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	background-color:#CCCCCC;
	border-style:double;
	border-color:#666666;
	height: 16px;
	width:125px;
	text-align:center;
	text-decoration:none;
}

img.thumbs {
	background-color:#CCCCCC;
	border-style:solid;
	border-width:thin; 
	border-color:#666666;
	padding: 3px;
}
img.thumbs a:link {
	border-color:#666666;
}
img.thumbs a:hover {
	border-color:#6600CC;
	border-width: medium;
}
.artwork a:link {
	color: #000000; 
	text-decoration: none;
}

.artwork a:hover {
	text-decoration: underline;
	color: #6600CC;
}

.artist a:link {
	color: #333333; 
	text-decoration: none;
}

.artist a:hover {
	text-decoration: underline;
	color: #6600CC;
}

/* * * * * * SPRY ACCORDION MENU STYLES * * * * * */
/* (see also SpryAccordion.css in SpryAssets Folder) */
#menulist {
	margin:0;
	padding:0;
	width: 175px;
	list-style-type:none;
	height: auto;
	/*background-color:#063;*/
}
#main-menu {
	width: 175px;
	margin-left:0px;
	padding:0;
	padding-left:3px;
	padding-top:10px;
	height: auto;
	/*background-color:#063;*/
}

/* * * * * DDACCORDION GLOSSY MENU STYLES * * * * */
.glossymenu {
	margin: 5px 0;
	padding: 0;
	padding-left:3px;
	width: 175px; /*width of menu*/
	height: auto;
	min-height: 300px;
	border: none; /* edit this to what you want for outside menu border */
	color: white;
	font: bold 15px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	line-height:20px;
	text-indent:10px;
}
.glossymenu a.menuitem {
	background-color: #666;
	color:#FFF;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	border-bottom: 1px #FFF solid; 
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active {
	color: white;
}
.glossymenu a.menuitem .statusicon { /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}
.glossymenu a.menuitem:hover {
	background-color:#60C;
}
.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background-color: #99F;
}
.glossymenu div.submenu ul { /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.glossymenu div.submenu ul li {
	border-bottom: 1px #60C solid;
	text-indent: 5px;
}
.glossymenu div.submenu ul li a {
	display: block;
	font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
}
.glossymenu div.submenu ul li a:hover {
	background: #FFF;
	color: #000;
	text-indent: 20px;
}


/* * * * * FOOTER STYLES * * * * */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color:#000000;
}
.safetylinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color:#000000;
}
.safetylinks a:link, a:visited {
	color: #666666;
	text-decoration: none;
}
.safetylinks a:hover, a:active {
	color: #999999;
	text-decoration: underline;
}
