/* ------
SHOP THING NET - 17.06.2011 23:25
---------
----------- */
body  { 
	font-size: 14px; 
	font-family:Arial, Helvetica, Geneva, sans-serif; 
	background:#a0a0a0; 
	}
	
#shop_outer {
	width:100%;
	text-align:center;
}

#shop_inner {
	margin:0 auto;
	width:60%;
	padding:10px;
	background:#eee;
	text-align:left;
}

h2 {font-size:22px;}

a {text-decoration: underline;}

a:hover {text-decoration: none;}

ul {
	list-style:none;
}

li {padding:15px 0;}

img {border:0;}
		
.shopbutton {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#000;
	background:#E5C847;
	padding:7px;
	-moz-border-radius:5px;
}
