/**
 * WEBSHOP (General) {
 */ 
.webshop_information {
	border: 1px dotted #903;
	padding: 2px;
	margin: 5 2px;
}

.webshop_information p {
	margin: 5 10px;
	
}

a.webshop_link {
	color: #5d6492;
	font-size: 90%;
	font-weight:bold;
}

.webshop_pages_list {
	list-style: none;
	margin: 0 10px;
	padding: 0;
}

.webshop_pages_list li {
	display: inline;
}
/**
 * } WEBSHOP (General)
 */

/**
 * WEBSHOP (Category listing) {
 */
.webshop_category_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.webshop_category_list li {
	margin-bottom: 4px;
	margin: 0;
	padding: 0;
}

.webshop_category_list li a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.webshop_category_list li a:hover {
	color: #fff;
	text-decoration: underline;
}
/**
 * } WEBSHOP (Category listing)
 */

/**
 * WEBSHOP (Object listing)
 */
.webshop_object_list {
	margin: 0;
	padding: 3px;
	width: 100%;
	list-style: none;
}

.webshop_object_list li {
	border-bottom: 1px solid #A1A5A9;
	padding: 5px 0;
	font-size: 80%;
	margin: 0;
}

.webshop_object_list h3 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.webshop_object_list h3 a {
	color: #72191B;
	text-decoration: none;
}

.webshop_object_list h3 a:hover {
	text-decoration: underline;
}

.webshop_object_list p {
	margin: 0;
	padding: 0;
}

.webshop_object_list .webshop_object_price {
	color: #592C0B;
	font-weight: bold;
}

.webshop_object_list img {
	float: left;
	display: hidden;
	margin-right: 10px;
	border: 0;
}

.all a
{
	color: #921e21;
}

/**
 * } WEBSHOP (Object listing)
 */
 
/**
 * WEBSHOP (Order) {
 */
.webshop_order {
	position: relative;
	width: 600px;
}

.webshop_order table {
	font-size: 100%;
	border-collapse: collapse;
}

.webshop_order table th {
	font-weight: normal;
	text-align: right;
	width: 1%;
}

.webshop_order_form_error input,
.webshop_order_form_error select {
	background-color: #faa;
	font-weight:bold;
}

.webshop_order_form_error * .webshop_order_form_label:before {
	content: "*";
}

.webshop_form_actions {
	float:left;
	clear:both;
	margin-top: 8px;
}

.webshop_form_actions input {
	margin: 2px;
}

input.webshop_form_primary {
	float: left;
	background-color: #efe;
	border: 1px solid #afa;
}

input.webshop_form_secondary {
	float: right;
	background-color: #fee;
	border: 1px solid #faa;
}

.webshop_order .webshop_order_cart th {
	text-align: left;
	font-weight: bold;
}

.webshop_order_cart th.price,
.webshop_order_cart td.price {
	text-align: right;
}
/**
 * } WEBSHOP (Order)
 */

 
/**
 * WEBSHOP (Cart) {
 */
.webshop_cart {
	width: 100%;
	margin: 3px 0;
	padding: 0;
}

.webshop_cart_update {
	width: 600px;
}

.webshop_cart table {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #888;
	font-size: 100%;
	background-color: #fff;
}

.webshop_cart_empty {
	display: none;
}

.webshop_cart th {
	text-align: left;
	font-weight: bold;
	background-color: #921E21;
	color: #fff;
}

.webshop_cart .price {
	text-align: right;
}

a.webshop_cart_link_remove {
	color: #f00;
	font-weight: bold;
	text-decoration: none;
}
/**
 * } WEBSHOP (Cart)
 */