/*
####################################################################################################
#
#	File:			index.css
#	Purpose:		CSS contained in this file for the index page.
#
####################################################################################################
*/

@CHARSET "ISO-8859-1";

/* SUB LIST STYLES */
#index-list ul{
	list-style-type: circle;
}

.demo {
	margin-top: 0px;
}


.buyNow {
	margin-top: 20px;
	margin-bottom: 18px;
	text-align:center;	
}
