/* 
    Document   : shop.css
    Created on : Nov 12, 2009, 12:07:23 PM
    Author     : snake
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


.shoppingImg {
	border:#CCC 1px solid;
}

.shopList {
	margin: 16px 0px 4px 0px;
}

.shopItemName {
	line-height:20px; 
	font-size:12px;
	color:#390;
	margin-top:8px;
	font-weight:bold;
}

.shopItemName a{
	color:#390;
	text-decoration:none;
}

.shopItemName a:hover {
	color:#390;
	text-decoration:underline;
}

.shopItemName a:visit {
	color:#390;
	text-decoration:none;
}

.shopItemName_b {
	line-height:25px; 
	font-size:14px;
	color:#390;
	font-weight:bold;
}

.shop_nav a img{
    border: 0;
}


