/* -- Darkfuries Publishing Style Sheet -- */		/* top - right - bottom - left*/

.storeTitle
		{
		width:400px;			/* 400 + 0pad + 10 (?) margin + 0 border = 410 */
		margin: 0px 0px 0px 5px;
		padding-left: 0px;
		float:left;
		border-width: 0px;
		}

.storeOrder
		{
		width:140px;			/* 140 + 0pad + 0 margin + 0 border = 140 */
		margin: 0px 0px 0px 0px;
		padding-left: 0px;
		float:left;
		border-width: 0px;
		}

.storePrice
		{
		width:80px;			/* 80 + 0pad + 10 (?) margin + 0 border = 90 */
		margin: 0px 5px 0px 0px;
		padding-left: 0px;
		float:left;
		border-width: 0px;
		}

.storeTitle, .storeOrder, .storePrice
		{
		font: 11px arial;
		color: #0000cc;
		font-weight: bold;
		text-decoration: none;
		line-height: 13px
		}

.storeTitle a, .storeOrder a, .storePrice a
		{
		font: 11px arial;
		color: #3a2302;
		font-weight: bold;
		text-decoration: none;
		line-height: 13px
		}

.storeTitle ul, .storeOrder ul
		{
		text-align: left;
		list-style: none;
		padding: 0;
		margin: 0;
		}

.storePrice ul
		{
		text-align: right;
		list-style: none;
		padding: 0;
		margin: 0;
		}

.storeTitle ul li, .storeOrder ul li, .storePrice ul li
		{
		display: block;
		margin: 0;
		padding: 5px 0px 5px 0px;
		}

.storeTitle ul li a:hover, .storeOrder ul li a:hover, .storePrice ul li a:hover
		{
		color: #a90909;
		text-decoration: underline;
		}



/* -- Darkfuries Publishing Style Sheet -- */
