/* Shop CSS file */


/* headings */
h2.strip { margin-bottom: 0; }

/* default table */
table.generic
{
	width: 100%;
	border-collapse: collapse;
	margin: 1px;
}
table.generic th
{
	background-color: #E8E8E8;
	font-weight: bold;
	text-align: left;
	padding: 3px;
	border: 1px solid #FFF;
}
table.generic td
{
	padding: 3px;
	border: 1px solid #FFF;
}	

/* items table */
table.items
{   	
	width: 100%;
	padding: 0; 
	margin: 0 ;
}
table.items td 
{
	text-align: center;
	color: #ccc;
	padding: 0.4em;
}
table.items td img
{
	padding: 0.4em;
}
table.items td a.itemlink:hover
{ 
	display:block;
	padding: 0;
	border: #bbb solid 1px;
	text-decoration: none;
}
table.items a.itemlink
{ 
	display:block;
	border: #ddd solid 1px;
	margin-bottom: 2px;		
}

/* links */
a.itemlink
{
	text-decoration: none;
}

/* item image */
img.itemimage { float:right; margin: 0.5em 2em 0 0.5em; }

.itemimage blockquote 
{ 
	padding: 0.6em 0; 
	font-style: italic;
}

/* item description */
div.itemdesc
{
	min-height: 200px;
}
/*\*/
* html .itemdesc 
{
	height: 200px;
}
/**/

/* popup window */
div#popup
{
	text-align: center;
}
div#popup img { border: none; }

div.topFeaturedItem { background: #f4f4f4; border: solid 1px #ccc; margin-bottom: 10px; padding: 10px;  }

/* other shop stuff */

span.redtext
{
	color: red;
}
p.error
{ 
	color: red;  
	border: 1px solid #CC0000;
	padding: 0.4em;
	background: #F1F1F1;
}
span.greytext
{
	color: #aaa;
}

