/* Styles for the shop/browse section */

#main_pic_box {
	float:left;
	width:220px;
}

div#listing {
	padding-right:10px;
}

p#shop_admin_links {
	padding-top:0.5em;
	margin-top:0.5em;
	border-top:1px dashed silver;
}

#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: auto;
	padding-bottom: 20px;
}

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

/* login form styles */
div#login_form_top {
}

div#login_form_middle {
}

div#login_form_bottom {
}



ul.shop_listing {
	margin: 0px;
	padding: 0px;
	list-style:none;
}

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

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.description {
	float:left;
	padding-left:10px;
	width:340px;
}

ul.shop_listing li div.description h2 {
	margin-top: 0px;
	margin-bottom: 3px;
	font-weight: bold;
	font-size:medium;
}

ul.shop_listing li div.description h2 a {
	color:#353535;
	text-decoration: none;
}
	
ul.shop_listing li div.description p {
	margin-top: 3px;
	margin-bottom: 3px;
}

ul.shop_listing li div.description p.price {
	font-size: 105%;
	color: black;
	font-weight: bold;
}

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

td {
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

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

#paging_results {
	text-align:left;
	margin-bottom:1em;
}

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;
}

#searchform {
	float: left;
}

#sortform {
	float: right;
}

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


ul#categories {
	list-style:none;
	margin-left:20px;
	padding-left:0px;
}

ul#categories li {
	padding-left:0px;
}

/* admin header stuff */
#admin_header_wrapper {
	width:100%;
	background-color: gray;
	border-bottom: 1px solid #535353;
}

#admin_header {
	text-align: left;
	width:840px;
	background-color: gray;
	color: white;
	margin: 0 auto;
}

#admin_header a {
	color: white;
}

#wrapper {
	text-align:left;
	width: 820px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin: 0 auto;
	background-color: white;
}

#outside_wrapper {
	background-color: white;
	width: 840px;
	margin: 0 auto;
	padding-top:1em;
}

.response {
	color: darkgreen;
}

.clear_both {
	clear:both;
}

.clear_left {
	clear:left;
}

.hidden {
	display: none;
}

/* some link styles */
a:link {
	color:gray;
	text-decoration:underline;
}

a:visited {
	color:gray;
	text-decoration:underline;
}
