/*
* Shop module for LiveStreet
*/

#container {
	padding-left: 20px;
}

label, input {
	display: block;
}

#message {
	width: 400px;
	height: 60px;
}

#shop-logo {
	margin: 10px 5px 5px 20px;
	float: left;
}

#content .index-page-pictures {
	text-align: center;
}

#content .index-page-pictures table {
	text-align: center;
	margin: auto;
}

#content .goods-pictures {
	width: 650px;
}

#content .goods-pictures table {
	width: 600px;
}

#content img.selected {
	border: 1px dashed black;
	background: #fc3;
	padding: 1px;
}

#content .tovar-name {
	text-align: center;
	font-size: 150%;
	color: grey;
	font-weight: bold;
}

#content .delete-goods {
	text-align: center;
	width: 40px;
}

#content p.p-goods {
	margin-left: 20px;
}

#goods_details_table {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}

#content .price {
	font-size: 150%;
	color: grey;
	font-weight: bold;
}