@charset "iso-8859-1";

/*******************************************************************************
*  screen.css : 2004-06-28 : Ruthsarian Layouts
* ------------------------------------------------------------------------------
*  This stylesheet defines the layout as it appears on screen by importing 
*  those stylesheets which should be used to render the layout on screen.
*******************************************************************************/

@import "layout.css";
@import "nav.css";
@import "style.css";
@import "2009.css";

/*** Page specific layouts ***/

div.page_BazaarVersionControl h5
{
	color: #888a85;
	display: block;
	background-image: none;
	text-align: center;
	font-size: 130%;
}


div.page_BazaarVersionControl h3 a, div.page_BazaarVersionControl h3 a:visited, div.page_BazaarVersionControl h3 a:hover
{
	text-decoration: none;
	color: #3465A4;
}

div.page_BazaarVersionControl table
{
	margin: 0 auto;
}

div.page_BazaarVersionControl td
{
	border: 0 none white;
}

div.page_BazaarVersionControl ul
{	
	list-style-image: url(spacer.gif);
	list-style-type: circle;
	margin-left: 0;
	padding: 0 0 0 12px;
}

div.page_BazaarVersionControl li
{
	margin: .2em 0;
	background-image: url(bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	text-decoration: none;
	padding: .2em .2em .2em 22px;
	line-height: 1.2em;
	color: #3465A4;
	font-size: 120%;
	font-weight: bold;
}


div.page_BazaarVersionControl li a, div.page_BazaarVersionControl li a:visited
{
	color: #3465A4;
}


#footer.inside p
{
text-align: left;
}


#featureintro {
background-color: yellow;
border: 1px solid orange;
-moz-border-radius: 10px;
padding:8px;
}

#featureintro li {
display: block; 
width: 40%;
float: left;
}

