/* ************** Layout of master page ************ */

/* Center site */
body { text-align:center; }	/* In IE */
#wrapper {
	text-align:left;		/* Cancel centering of text in IE */
	margin:auto;			/* In Firefox */
}


/* Move the site to the tip top of the page */
body { margin-top:0px; 
	line-height: 140%; 

}


/* Make site the right width */
#wrapper { width:878px; 

}


/* Lay out table used for sidebar, main content, and footer.  This
   should be divs, but IE6 explodes if the main content gets too wide -
   it moves the main div below the sidebar. */
#mastertable tr { vertical-align:top; }


/* Center the copyright */
#copyright { text-align:center; }


/* Put borders around things */
#sidebar { border-bottom:1px solid #ffffff; border-right:1px solid #ffffff; }
#wrapper { border:1px solid #b0b6a1; }

/* ************** End layout of master page ************ */


/******************* Font and color ********************* */
body
{
	color: black;
		font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Arial";
	font-size: 12px;
}
#sidebar { background:#33cc33; }
#copyright { font-size: smaller; }


/* Give some padding to the text on the right side */
#rightside { padding: 10px 5px 5px 5px; }



a:link {
text-decoration: underline;
color: #003399;
}

a:visited {
text-decoration: underline;
color: #003399;
}

a:hover, a:active {
text-decoration: none;
color: #0066CC;
}

.name
{
	color: #002A4D;
	font-weight:bold;
	font-size:large;
}

/* Layout and style for the sidebar content*/

.sidebargroup {
 padding: 2px;
 background-color:#339900;
 border-top: solid 1px #ffffff;
}

.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: solid 1px #ffffff;
}
#sidebarcategories a:link
{
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
#sidebarcategories a:visited
{
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #006633;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
#sidebarcategories a:hover
{
	font: bold 11px Arial, Helvetica, sans-serif;		
	color: #fff;
	background: #002A4D;
	text-decoration: none;
}
#sidebarcategories a:active
{
	font: bold 11px Arial, Helvetica, sans-serif;		
	color: #fff;
	background: #996699;
	text-decoration: none;
}
#search, #boldchat
{
	text-align: center;
	background-color: #fff;
}

#boldchat img 
{
	border: 0px;
}

#bannerad
{
	margin-top:	1px;
	border-right: solid 1px #AA7FAA;
	border-left: 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: #ffffff; 
	text-decoration:none;
	padding: 3px 3px 3px 3px;
}
a.nav:hover, a.resourecelinks:active
{
	font: 11px Arial, Helvetica, sans-serif;
	background-color: #002A4D;
	color: #fff;
	text-decoration:none;
	padding: 3px 3px 3px 3px;
}
#sidebarlinks
{
	background-color: #fff;
	border-bottom: 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;
	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: #002A4D;
	background: url(/images/core/pageHeader_symbol.gif) no-repeat 0px 50%;
	padding: 5px 0px 5px 23px;
}

.price
{
	font-weight:bold;
	color: #0063a6;
}
.productdescript
{
	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;
}
/*
.button 
{
		background-color:#AA7FAA;
		height:22px;
		color:black;
		font-size:x-small;
		font-weight: bold;
}
*/
#menu {
	float: left;
	width: 180px;
}
.footer {	
	text-align:center;
	font: bold 11px Arial, Helvetica, sans-serif, #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
