/*

Chocolate Grail CSS - MASTER
Created by Lynn Chang
File name: Listings.css
Supporting Files:  none

*/

/*TOP ALPHA*/

#alpha						{position: absolute; top:200px; left: 60px; list-style-type:none}
#alpha a.gold				{text-decoration: none; color: rgb(152,119,46); padding-right: 3px}
#alpha a.gold:hover    		{text-decoration: none; color: black}

#chocquotes 				{text-align:center; padding-top: 80px; padding-bottom:25px; width:850px}

#recommend					{position:absolute; left:700px; top: 225px; z-index:2}

/*GENERAL LINKS*/

#listings					{width:710px; margin-left:90px}
#listings ul				{list-style-type: none}
#listings a:hover			{text-decoration:none; color: black}

a							{text-decoration: none; color: rgb(152,119,46)}
a:hover						{color: black}

/*BASIC LISTING*/

#basic_listing_style		{padding-top: 10px; padding-bottom:20px}

#description				{list-style-type: none; padding-top:0px; margin-left:20px;}
#description ul a:hover		{text-decoration: none; color:black}

#image						{float:left; padding-right:10px; padding-bottom:30px; padding-top:15px}

.CompanyDesc				{padding-top: 25px}


/*FANCY/GOURMET LISTING*/

#ad_border					{border-style:solid; border-color:#CCC; border-width:thin; padding-right:10px;padding-left:35px; padding-top: 35px;padding-bottom: 30px;		
							margin-top:10px; margin-bottom:10px}

img							{padding-right: 20px}
#fancy_copy					{width:625px}





