/* Styles for the shop/browse section */

#main_pic_box {
	float: right;
	margin-left:15px;
	margin-bottom:1em;
}

#main_pic_box #pic {
	background-position: center center;
	background-repeat: no-repeat;
	border:4px solid #D7E0D3;
}

#project_actions {
	position: relative;
	top: -281px;
	padding-top:10px;
}

.editable_textarea {
	height: auto;
	width: 400px;
	padding-bottom: 20px;
}

div#items {
	padding-top:1em;
}

div#items h2 {
	font-size:1.3em;
}

ul.shop_listing {
	margin: 0px;
	padding: 0px;
}

ul.shop_listing li {
	margin: 0px;
	padding: 0px;
	border-bottom: 0px dashed silver;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

ul.shop_listing li div.shop_thumbnail {
	width:120px;
	float:left;
}

ul.shop_listing li div.shop_description {
	width:390px;
	float:left;
}

div.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	border:4px solid #D7E0D3;
}

ul.shop_listing li div.price {
	float:right;
	font-weight:bold;
	font-size:1.2em;
	margin-top:1em;
	margin-left:10px;
}

span.special_offer_text {
	color:darkred;
	font-weight:bold;
}

th {
	border-bottom: 1px solid silver;
	font-weight: bold;
	padding: 4px;
}

td {
	padding: 4px;
}

#listing th {
	border-bottom: 0px solid silver;
}

#paging_results {
	text-align: right;
}

ul.category_list {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

ul.category_list ul {
	margin: 0px;
	padding: 0px;
}

ul.category_list li {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	padding-top: 6px;
	padding-bottom: 20px;
}

ul.category_list ul li {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

ul#categories {
	list-style:none;
	display:inline;
}

ul#categories li {
	list-style:none;
	display:inline;
}

#searchform {
	float: left;
}

#sortform {
	float: right;
}

#breadcrumb {
	padding-bottom:1em;
	margin-bottom:1em;
	border-bottom:0px dashed silver;
}

div#price {
	font-size:1.4em;
}