/* Layout and style of the master page */
body
{
	margin: 0px;
	text-align: center;

	line-height: 1.25em;
	color: #000; 
	font: normal 12px Arial, Helvetica, sans-serif;
}

#container
{
	width:789px;
	border: 1px solid #AA7FAA;
	display: table-cell;
	margin: auto; /* center div in firefox */
	text-align: left;
	height: 100%;
}

#sidebar
{
	float: left;
	width: 142px;
	height: 100%;
	display: block; 
	border-right: 1px solid #99CCFF;
	border-bottom: 1px solid #99CCFF;
	
	background: #f0e8f0;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #f0e8f0; 
}
#main
{
	float: right;
	width: 646px;
	height: 100%;
	padding-top: 10px;
}

#ContentPlaceHolder
{
	padding-left: 5px;
	height: 100%;
}

.footer 
{
	padding: 10px;
}

#Copyright
{	
	text-align: center;
	font: normal 9px Arial, Helvetica, sans-serif;
	color: #000000;
	clear:left;
}




a:link {
text-decoration: underline;
color: #003399;
}

a:visited {
text-decoration: underline;
color: #333366;
}

a:hover, a:active {
text-decoration: none;
color: #0066CC;
}

.name
{
	color:#996699;
	font-weight:bold;
	font-size:large;
	font-family: Arial, Helvetica, sans-serif;

}

/* Layout and style for the sidebar content*/

.sidebargroup {
 padding: 2px;
 background-color:#9c659c;
}

.sidebargroup .inner {
 padding: 0px;
 border: 1px solid white;
}

.sidebargroup .text {
  padding-left: 5px;
  color:white;
  font: bold 14px Arial, Helvetica, sans-serif;
  font-variant: small-caps;
}


#sidebarcategories
{
	padding: 2px 2px 2px 2px;
	border-bottom: 1px solid #CCCCFF;
}
#sidebarcategories a:link
{
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #9c659c;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
#sidebarcategories a:visited
{
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #9c659c;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
#sidebarcategories a:hover
{
	font: bold 11px Arial, Helvetica, sans-serif;		
	color: #fff;
	background: #9c659c;
	text-decoration: none;
}
#sidebarcategories a:active
{
	font: bold 11px Arial, Helvetica, sans-serif;		
	color: #fff;
	background: #9c659c;
	text-decoration: none;
}
#search, #boldchat
{
	text-align: center;
	background-color: #fff;
}

#boldchat img 
{
	border: 0px;
}

#herecomestheblog
{
	margin-top:	1px;
	margin-bottom: 1px;
	border-right: solid 1px #AA7FAA;
	border-left: solid 1px #AA7FAA;
	border-bottom: solid 1px #AA7FAA;
	border-top: solid 1px #AA7FAA;
}
a.nav, a.nav:link, a.nav:visited, a.nav:active, a.resourcelinks:visited
{
	font: 11px Arial, Helvetica, sans-serif;
	color: #0000FF; 
	text-decoration:none;
	padding: 0px 0px 0px 3px;
}
a.nav:hover, a.resourecelinks:active
{
	font: 11px Arial, Helvetica, sans-serif;
	background-color: #6699CC;
	color: #fff;
	text-decoration:none;
	padding: 0px 0px 0px 3px;
}
#sidebarlinks
{
	background-color: #fff;
	border-bottom: solid 1px #AA7FAA;
	border-top: solid 1px #AA7FAA;
	display: block;
}

.footertext 
{
	color: #666666;
}

/* CSS for /js/imagepopup.js */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ display:none }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }
	

/* style the categorylist appropriately */
/* isn't this overridden above ? */
.Category
{
	color: #119911;
	text-decoration: none;
	display:block;
	font-size: small;
	padding-left: 2px;
}


/* Style and layout the product list */
.productgrid 
{
	width: 640px;
}
.productimage
{
	display: block;
	border:0px;
}
.itemsbox
{
	padding-top: 5px;
	padding-bottom: 5px;
}
.productgrid *, .teasers *
{
	vertical-align: top /* keep image tops aligned */
}



/* Style the product detail page and product preview popup */
#ProductPreview
{
	height: 100%;
	vertical-align: top;
}

.ProductName 
{
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	color: #9c659c;
	background: url(/images/core/pageHeader_symbol.gif) no-repeat 0px 50%;
	padding: 5px 0px 5px 23px;
}

.price
{
	font-weight:bold;
	color: #0063a6;
}

.fieldlabel 
{
	text-align:right;
	font-size: 14px;
}

.label 
{
	font-size: 18px;
	color: #6c157c;
	font-weight:bold;
}
/*
.button 
{
		background-color:#AA7FAA;
		height:22px;
		color:black;
		font-size:x-small;
		font-weight: bold;
}
*/
* St/yle and layout the product list */
.productgrid 
{
	width: 640px;
	margin-left:5px;
}
.productimage
{
	display: block;
	border:0px;
}

.itemsbox
{
	padding-top: 5px;
	padding-bottom: 5px;
	border: 0px;
	text-align: left;
}

.itemsbox td 
{
	 text-align: center; 
	 vertical-align: top; 
	 width: 180px;
}

.itemsbox img
{
	border:0px; 
	max-width:180px;
	vertical-align: top; /* Removes underline from image link. */
	padding-bottom: 4px;
}

.itemsbox a:link, .itemsbox a:visited
{
	text-decoration:none;
}

.itemsbox a:hover, .itemsbox a:active
{
	text-decoration:underline;
}

.productgrid *, .teasers *
{
	vertical-align: top /* keep image tops aligned */
}

.teasers 
{
	padding: 5px 0px 5px 0px;
}


/* Style the product detail page and product preview popup */
#ProductPreview
{
	height: 100%;
	vertical-align: top;
}

.ProductName 
{
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	color: #9c659c;
	background: url(/images/core/pageHeader_symbol.gif) no-repeat 0px 50%;
	padding: 5px 0px 5px 23px;
}

.price
{
	font-weight:bold;
	color: #0063a6;
}

.fieldlabel 
{
	padding-right:5px;
}

.stamp
{
	background:#FFFFCC; 
	border: 1px solid; 
	padding: 10px;
}

.label
{
	font-size: 18px;
	color: #6c157c;
	font-weight:bold;
}
.hdr18BL {color: #000000; font-family: Tahoma, Arial, Verdana; font-size: 16px; font-weight: bold;}
