	* {
		margin: 0;
		padding: 0;
	}
body {
	background-color:#FFFFFF;
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;}

td{
		font-family: Geneva, Arial, Helvetica, san-serif;
		font-size: 14px;
		color: #000000;
		}
	
div.sub1{
		font-family:Geneva, Arial, Helvetica, san-serif;
		font-size:11px;
		color:#cccccc;
		}
		
div.sub2{
		font-family:Geneva, Arial, Helvetica, san-serif;
		font-size:11px;
		color:#003366;
		}
		


img 
{
    border: 0px none;
}

/* CSS classes for the navigation menu at bottom of the page (Previous/More Products, etc) */

.navigation
{
	width:100%;
	margin-top:10px;
}

#leftnav, #leftnavtop
{
	float:left;
	width:200px;
	margin-left:100px;
	text-align:center;
}

#rightnav, #rightnavtop 
{
	float:right;
	width:200px;
	margin-right:100px;
	text-align:center;
}

#numnav, #numnavtop
{
    float:inherit;
	text-align:center;
	
}

/* Image classes */
.thumbnail
{
	height:75px;
	width:100px;
}

/* Listing styles */
.listingDetail
{
	font-size:smaller;
}

.txtBoxStyle 
{
    font-family:arial;
    font-size:small;
}

div.expandingMenuHeader
{
    /*background-color: #a192f1;*/
    background-image: url(/images/green_button.gif);
    background-repeat:no-repeat;
    width:110px;
    height:30px;
    padding:6px 10px 5px 25px;
    display:block;
    margin-top: 5px;
}

div.expandingMenuHeader a
{
    text-decoration:none;
    color:#e4e4e4;
    display:block;
}

div.expandingMenuHeader a:hover
{
    text-decoration:none;
    color:#0d033e;
}


.expandingMenuContent
{
    background-color:#cccccc;
}

div#divAdminContent
{
    padding:5px 0px 0px 0px;   	
    margin:0px 0px 0px 0px;	
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 14px;
	text-align:center;
}

div#divAdminContent a
{
    text-decoration:none;
    color:#0d033e;
    background-color:#dddddd;
}

fieldset 
{
    font: sans-serif;
    padding:5px 5px 5px 5px;
    margin-top:50px;
}



div.listingBoxGeneral
{
    border:solid 1px gray; 
    padding:5px; 
    margin:8px 0px 0px 0px; 
    font-size:small; 
    background-color:#eeeeee;
}

div.listingBoxHeartland
{
    border:solid 1px gray; 
    padding:5px; 
    margin:8px 0px 0px 0px; 
    font-size:small; 
    background-color:#cee1c8;
}

.hiddenPic
{
    display:none;
}

.fav-button
{
	color:#444; 
	margin:0px 3px; 
	padding: 3px 0px 0px 22px; 
	width: 78px; 
	height: 16px; 
	float: right; 
	background-image:url(/images/fav-button.jpg); 
	background-repeat:no-repeat;
	display: block;
	font-size: x-small;
	color:#4988d7;
	text-decoration: none;
	font-weight: bold;
	
}

.fav-button a:active, .fav-button a:link, .fav-button a:visited
{
	color:#4988d7;
	text-decoration: none;
	font-weight: bold;
	font-size:x-small;
}

.play-button
{
	color:#444; 
	margin:0px 0px 0px 300px; 
	padding: 3px 0px 0px 22px; 
	width: 78px; 
	height: 16px; 
	float: left; 
	background-image:url(/images/play-button.jpg); 
	background-repeat:no-repeat;
	display: block;
	font-size: x-small;
	color:#4988d7;
	text-decoration: none;
	font-weight: bold;
	
}

.play-button a:active, .play-button a:link, .play-button a:visited
{
	color:#4988d7;
	text-decoration: none;
	font-weight: bold;
	font-size:x-small;
}
.sm-play-button
{
	color:#444; 
	margin:0px 3px; 
	padding: 3px 0px 0px 22px; 
	width: 60px; 
	height: 16px; 
	float: right; 
	background-image:url(/images/play-button.jpg); 
	background-repeat:no-repeat;
	display: block;
	font-size: x-small;
	color:#4988d7;
	text-decoration: none;
	font-weight: bold;
	
}

.sm-play-button a:active, .sm-play-button a:link, .sm-play-button a:visited
{
	color:#4988d7;
	text-decoration: none;
	font-weight: bold;
	font-size:x-small;
}

.msgbox 
{
	width:100%;
	height: 60px;
	padding: 10px 10px;
	color:#ffffff;
	font-size: large;
	font-weight:bold;
	border: 3px solid #ffffff;
	margin:10px 0px;
	line-height:80px;
}

.green
{
	background-color:#85e487;
}

.red
{
	background-color:#ef616f;
}

