/* ***** HOMEPAGE ***** */

/* feel free to add CSS here for the homepage only */

 .textContent {	
	margin:0;
	padding:0;
}

#montageMain {
	height:362px;
	width:100%;
	background-color:#E1E91A;
	background-image:url(../images/flower.gif);
	background-position:100% 100%;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}
#leftMont {
	float:left;
	display:inline;
	margin:0;
	padding:0;
	width:150px;
}

#rightMont {
	width:240px;
	height:350px;
	margin-left:375px;
	padding:10px 0px 0 10px;
	font-size:11px;
	color:#000;
	font-weight:bold;
	line-height:1.3em;
}

#rightMont img {
	padding:-10px;
}

#shoppingCart {
	padding:0 5px 0 10px;
}
#shoppingCart .contentArea {padding:0 0 1em 0;}
#shoppingCart h2 {margin:0 !important;}

#shoppingCart .fakeTable {
	margin:0;
}
#shoppingCart .fakeTable .listing {
	font-size:0.8em;
	border-bottom:1px solid #000;
	padding:15px 8px 0 8px;
}
.listing .imageBlock {
	float:left;
	display:inline; 	/* fix explorer bug */
	margin:0 1em 1em 0;
	border-width:0;
}

.listing .imageBlock img.prodImage		{border:1px solid #999;}
.listing .imageBlock img.enlargeImage	{border:1px solid #999;}

.listing .listingTextBlock {
	margin-left:135px;
}

.listing img.brand {
	float:right;
	display:inline; 	/* fix explorer bug */
	margin:0 0 0.5em 1em;
	border-width:0;
}
.listing h3 {
	margin:0;
	font-size:1.0em;
	line-height:1.0em;
	color:#999999;
	font-weight:normal;
	
}
.listing  .id {
	margin:0 0 1em 0;
}
.listing  .misc3 {
	margin:1em 0 0.5em 0;
	font-size:1.1em;
	font-weight:bold;
	color:#C00;
}
.listing .prices {
	text-align:left;
	color:#000;
	font-size:1em;
	margin:0 0 1em 0;
	padding:0;
}
.listing .prices label {font-size:1.1em;color:#999;font-weight:bold;}
.listing .prices span  {
	font-size:1.1em;
	/* color:#FF9800; */
	color:#CC3333;
	font-weight:bold;
}
.listing .prices a {color:#999;font-weight:bold;}


.listing table.option td {
	padding:1px 6px 1px 0;
}
.listing table.option td label  {font-size:1em;font-weight:bold}
.listing table.option td input.qty  {font-size:0.9em;width:1.5em;}
.listing table.option td select {font-size:0.9em;}

#specialheader {
	background-color:#E1E91A;
	background-image:url(../images/specials.gif);
	height:30px;
	background-repeat:no-repeat;
	margin-top:0.3em;
	margin-bottom:0.3em;
	padding:2px;
	background-position:20px 100%;
}

#cartStuff {
	display:block;
	padding:0px;

}
#cartStuff label  {font-size:1em;font-weight:bold}

#qty {font-size:0.9em;width:1.5em;}