/* Copyright(c) 2007-09, Fashions.Org - All Rights Reserved 
     Redistribution, publication or deriative works of code and contents is expressively prohibited.
*/

/* Page Layout
*/
#page
{
	width			: 800px;
	height			: auto;
	border			: #333 solid 1px;
	background-color: #ffffff;
	padding			: 0px;
	text-align		: left;
}

#header
{
	text-align		: center;
	color			: gold;
	margin-top		: 30px;
}

.listing
{
	width			: 765px;
	height			: 205px;
	border			: 2px solid gray;
	padding			: 5px;
	margin-left		: 10px;
	background-color: bbb;
}

.pic
{
	border			: 1px solid olive; 
	float			: left;
}

.name
{
	width			: 225px;		
	padding-top		: 0px;
	padding-left	: 5px;
	margin-top		: 0px;
	background-color: bbb;
	float			: left;

	
	font-family		: verdana;
	font-size  		: 12px;
	font-weight		: bold;
	color			: 996633;
}

.category
{
	background-color: bbb;
	float			: left;

	font-weight		: bold;
	font-size  		: 12px;
	font-family		: verdana;
    color			: 996633;

}

.location
{
	font-weight		: bold;
	font-family		: verdana;
	font-size  		: 12px;
	color			: #663300;

	background-color: bbb;
	float			: right;
}

.contact
{
	width		: 230px;
	height		: 170px;
	font-size	: 8pt;  
	border		: 1px solid black;  
	margin-left	: 150px!important;
	margin-left	: 155px;
	text-align	: center;
	padding-top : 10px;
}

.slogan
{
	font-style: italic;
	font-weight: bold;
}

.weburl
{
	text-decoration: none;
}

.email
{
	text-decoration: none;
}

.details
{
	font-size		: 8pt; 
	padding-left	: 5px; 
    padding-right	: 5px;
	padding-top		: 0px; 
	height			: 175px; 
	overflow		: auto;
	background-color: bbb;
}

/*
 * Hover View
 */
.hover
{
	position: relative;
	top		: -350px;
	left	: 150px;
	border	: 1px solid #996633;

	/* no display before hover */
	display	: none;
}

.hovershow
{
	font-size: 7pt;
	color	 : #665544;
}

a:link
{
	color: black;
}

a:visited
{
	color: gray;
}

a.showcase_link:link
{
	color: 996633;
	font-weight: bold;
}

a.showcase_link:visited
{
	color: 996633;
	font-weight: bold;
}