/**
 * WEBSHOP (General) {
 */ 
* html #content {
	height: 400px;
}

 
.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;
	swidth: 100%;
	swidth: 350px;
	list-style: none;
	font-size: 90%;
}

webshop_object_list_lone {
	width: 350px;
}

.webshop_object_list ul {
	list-style: none; 
	width: 100%;
}

.webshop_object_list li {
	margin: 0; 
	border-bottom: dotted 1px #ccc; 
	padding: 0 0 4px 0;
}

.webshop_object_list li a {
	text-decoration: none;
	color: #565656;
}

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


.webshop_object_list li div {
	display: none; 
	padding-top: 4px;
}

.webshop_object_list li div table {
	font-size: 100%;
}

.webshop_object_list li .textfield {
	width: 70px;
}


.webshop_object_list h2 {
	font-size: 120%;
	font-weight: bold;
	margin: 4px 0;
	padding: 0;
}

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

.webshop_object_list h3.subcategory {
	margin: 4px 0;
}

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

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

.webshop_object_list img {
	display: hidden;
	margin-right: 10px;
	border: 0;
	vertical-align: middle;
}

.webshop_object_list .category {
	float: left; 
	/*width: 173px; */
	padding-right: 3px;
	width: 292px; /*width: 195px; */
	margin-bottom: 10px;
}

.webshop_object_list .item_group ul {
	display: none;
}

.webshop_object_list .item_group_selected ul {
	display: block;
}

.webshop_object_list .item_group h2 a,
.webshop_object_list .item_group h3 a,
.webshop_object_list .item_group_selected h3 a {
	text-decoration: none;
	color: #565656;
}

.webshop_object_list .item_group_selected h2 a,
.webshop_object_list .item_group_selected h3 a {
	color: red;
	text-decoration: none;
}

.webshop_object_list .category li {
	border: 0;
}

.webshop_object_list .object_details .add_to_cart {
	font-size: 90%;
	padding: 0 0 0 16px; 
	height: 19px;
	border: 0; 
	background: #fff url(/_composer/images/modules/webshop/cart_list_gray.jpg) top left no-repeat;
	cursor: pointer;
}

.webshop_object_list .object_details .add_to_cart_hover {
	font-size: 90%;
	padding: 0 0 0 16px; 
	height: 19px;
	border: 0; 
	background: #fff url(/_composer/images/modules/webshop/cart_list_green.jpg) top left no-repeat;
	cursor: pointer;
}

.webshop_object_list .object_details .calculate {
	font-size: 90%;
	padding: 0 0 0 18px; 
	height: 18px;
	border: 0; 
	background: #fff url(/_composer/images/modules/webshop/calc_wheel.jpg) top left no-repeat;
	cursor: pointer;
}
/**
 * } WEBSHOP (Object listing)
 */
 
/**
 * WEBSHOP (Subcategories) {
 */ 
#webshop_object_subcats {
	clear: both;
	width: 182px;
	padding: 20px;
	float: right;
}

#webshop_object_subcats .category {
	width: 182px;
}

* html #webshop_object_subcats {
	width: 222px;
}
/**
 * } WEBSHOP (Subcategories)
 */ 


/**
 * 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 {
	float: right;
	width: 222px;
	background: url(/_composer/images/modules/webshop/cart_background.gif) repeat-y;
}

.webshop_cart .cart_top {
	background: #fff url(/_composer/images/modules/webshop/cart_top.gif) top left no-repeat;
	width: 100%;
	height: 11px;
	font-size: 0;
}

.webshop_cart .cart_bottom {
	background: #fff url(/_composer/images/modules/webshop/cart_bottom.gif) top left no-repeat;
	width: 100%;
	height: 12px;
}

.webshop_cart .inner {
	width: 200px;
	margin: -6px 0;
	padding: 10px;
}


* html .webshop_cart .inner {
	width: 220px;
}

#webshop_cart_print {
	width: 580px;
	float: none;
	padding: 0;
	font-size: 12px;
	background: none;
}

#webshop_cart_print table {
	width: 560px;
}


.webshop_cart_update {
	width: 600px;
}

.webshop_cart table {
	clear: both;
	width: 100%;
	border-collapse: collapse;
	font-size: 100%;
	background-color: #fff;
}

.webshop_cart th, 
.webshop_cart td {
	padding: 2px 2px;
}

.webshop_cart_empty {
	display: none;
}

.webshop_cart th {
	text-align: left;
	font-weight: bold;
	color: #565656;
	font-style: italic;
	border-top: solid 1px #ccc;
}

.webshop_cart tr.empty th {
	font-style: normal;
	font-weight: normal;
}

.webshop_cart tr.bottom td {
	border-top: solid 1px #ccc;
}

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

.webshop_cart td.quantity {
	padding-right: 10px;
}

a.webshop_cart_link_remove {
	color: #f00;
	font-weight: bold;
	text-decoration: none;
}

.webshop_cart .header {
	height: 26px;
}

.webshop_cart .header h3 {
	font-size: 110%;
	padding: 8px 0 0 8px;
	float: left;
}

.webshop_cart .header a {
	padding: 8px 0 0 0px;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
}


#webshop_cart_print .header h3 {
	float: none;
}

.webshop_cart .header a img {
	border: 0;
}

.webshop_cart .header a .cart_mail {
	width: 34px;
	height: 15px;
	background: #fff url(/_composer/images/modules/webshop/cart_mail_gray.jpg) top center no-repeat;
	padding-top: 15px;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
}

.webshop_cart .header a:hover .cart_mail {
	background: #fff url(/_composer/images/modules/webshop/cart_mail_green.jpg) top center no-repeat;
	cursor: pointer;
}

.webshop_cart .header a .cart_print {
	width: 50px;
	height: 15px;
	background: #fff url(/_composer/images/modules/webshop/cart_print_gray.jpg) top center no-repeat;
	padding-top: 15px;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
}

.webshop_cart .header a:hover .cart_print {
	background: #fff url(/_composer/images/modules/webshop/cart_print_green.jpg) top center no-repeat;
	cursor: pointer;
}

* html .webshop_cart .header a .cart_mail,
* html .webshop_cart .header a .cart_print {
	height: 30px;
}


.webshop_cart tr .remover,
.webshop_cart tr.bottom .remover {
	width: 28px;
	border: 0;
}

.webshop_cart tr.bottom td {
	font-weight: bold;
}
/**
 * } WEBSHOP (Cart)
 */