/* webshop_category */

.webshop_category_lista {

}

.webshop_category_lista a {
	text-decoration: none;
	color: #0000ff;
}

.webshop_category_lista a:hover {
	text-decoration: underline;
}

.webshop_category_lista div.webshop_category_parent {

}

.webshop_category_lista a.webshop_category_parent {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin: 6px;
}

.webshop_category_lista p.webshop_category_parent_description {
	margin: 4px;
	margin-left: 12px;
}

.webshop_category_lista div.webshop_category {

}

.webshop_category_lista ul.webshop_category {
	margin: 0px;
	padding: 0px;
}

.webshop_category_lista ul.webshop_category li.webshop_category {
	padding: 0px;
	float: left;
	list-style: none;
	text-align: center;
}

.webshop_category_lista ul.webshop_category li.webshop_category:hover {
	background: #dddddd;
}

.webshop_category_lista ul.webshop_category li.webshop_category div.webshop_category_thumb_container {
	/*
	width: 120px;
	height: 102px;
	*/
	margin: auto;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.webshop_category_lista ul.webshop_category li.webshop_category div.webshop_category_thumb_container img.webshop_category_thumb {
	border: 1px solid #aaaaaa;
	margin: 5px;
}

.webshop_category_lista ul.webshop_category li.webshop_category a {
	text-decoration: none;
}

.webshop_category_lista ul.webshop_category li.webshop_category a:hover {
	text-decoration: none;
}

.webshop_category_lista ul.webshop_category li.webshop_category div.webshop_category_name_container {
	width: 120px;
	display: block;
	text-align: center;
	margin-bottom: 6px;
}

.webshop_category_lista ul.webshop_category li.webshop_category div.webshop_category_name_container span.webshop_category_name {
}

/* webshop_item */
.webshop_item_lista {

}

.webshop_item_lista a {
	text-decoration: none;
	color: #0000ff;
}

.webshop_item_lista a:hover {
	text-decoration: underline;
}

.webshop_item_lista div.webshop_category_parent {

}

.webshop_item_lista a.webshop_category {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin: 6px;
}

.webshop_item_lista p.webshop_category_description {
	margin: 4px;
	margin-left: 12px;
}

.webshop_item_lista div.webshop_item {

}

.webshop_item_lista ul.webshop_item {
	margin: 0px;
	padding: 0px;
}

.webshop_item_lista ul.webshop_item li.webshop_item {
	padding: 0px;
	float: left;
	list-style: none;
	text-align: center;
}

.webshop_item_lista ul.webshop_item li.webshop_item:hover {
	background: #dddddd;
}

.webshop_item_lista ul.webshop_item li.webshop_item div.webshop_item_thumb_container {
	width: 120px;
	height: 102px;
	margin: auto;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.webshop_item_lista ul.webshop_item li.webshop_item div.webshop_item_thumb_container img.webshop_item_thumb {
	border: 1px solid #aaaaaa;
}

.webshop_item_lista ul.webshop_item li.webshop_item a {
	text-decoration: none;
}

.webshop_item_lista ul.webshop_item li.webshop_item a:hover {
	text-decoration: none;
}

.webshop_item_lista ul.webshop_item li.webshop_item div.webshop_item_name_container {
	width: 120px;
	display: block;
	text-align: center;
	margin-bottom: 6px;
}

.webshop_item_lista ul.webshop_item li.webshop_item div.webshop_item_name_container span.webshop_item_name {
	z-index: 100;
}

.webshop_item_lista ul.webshop_item li.webshop_item div.webshop_item_price_container {
	width: 120px;
	display: block;
	text-align: center;
	margin-bottom: 6px;
}

.webshop_item_lista ul.webshop_item li.webshop_item div.webshop_item_price_container span.webshop_item_price {
}

/* webshop_item_lista_list */
.webshop_item_lista_list {

}

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

.webshop_item_lista_list ul li {
	margin: 1px;
	padding: 3px;
	list-style: none;
	position: relative;
	border-bottom: 1px solid #cccccc;
}

.webshop_item_lista_list ul li span.webshop_item_name {
	font-size: 14px;
	font-weight: bold;
}

.webshop_item_lista_list ul li span.webshop_item_price {
	font-size: 14px;
	font-weight: bold;
	color: blue;
}

.webshop_item_lista_list ul li div.description {
	display: block;
	margin: 2px;
}

.webshop_item_lista_list ul li div.description p {
	margin: 1px;
	padding: 0px;
	font-size: 11px;
}

.webshop_item_lista_list ul li button {
	position: absolute;
	top: 1px;
	right: 1px;
}

.webshop_item_lista_list2 ul li input {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 50px;
	height: 14px;
}

.webshop_item_lista_list2 ul li button {
	position: absolute;
	top: 26px;
	right: 1px;
}

/* webshop item view */
.webshop_item_view {
	width: 100%; /*400px*/
}

.webshop_item_view a {
	text-decoration: none;
	color: #0000ff;
}

.webshop_item_view a:hover {
	text-decoration: underline;
}

.webshop_item_view div.webshop_item_parent {

}

.webshop_item_view a.webshop_category {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin: 6px;
}

.webshop_item_view .webshop_item {
	position: relative;
	border: 1px solid #aaaaaa;
	background: #f0f0f0;
}

.webshop_item_view .webshop_item:hover {
	background: #f8f8f8;
}

.webshop_item_view .webshop_item_name {
	display: block;
	height: 20px;
}

.webshop_item_view .webshop_item_name h1.webshop_item_name {
	white-space: nowrap;
	font-weight: bold;
	font-size: 16px;
	padding-left: 6px;
	margin: 3px;
}

.webshop_item_view .webshop_item_name .clipping {
	float: right;
	margin-right: 10px;
}

.webshop_item_view .webshop_item_view_thumb_container {
	float: right;
	margin: 10px;
}

.webshop_item_view .webshop_item_view_thumb_container img.webshop_item_view_thumb {
	border: 1px solid #333333;
}

.webshop_item_view .webshop_item_description {
	display: block;
	margin: 5px;
}

.webshop_item_view .webshop_item_comment {
	display: block;
	margin: 5px;
}

.webshop_item_view .webshop_item_property {
	width: 48%;
	float: left;
}

.webshop_item_view .webshop_item_file {
	width: 48%;
	float: right;
}

.webshop_item_view .webshop_item_file ul {

}

.webshop_item_view .webshop_item_file ul li {
	margin: 2px;
}

.webshop_item_view .webshop_item_file ul li a {
	color: #0000ff;
	text-decoration: none;
}

.webshop_item_view .webshop_item_file ul li a:hover {
	text-decoration: underline;
}

.webshop_item_view .webshop_item_file ul li a.image {
	padding-left: 20px;
	background: url('../../img/icon/picture.png') left center no-repeat;
}

.webshop_item_view .webshop_item_file ul li a.download {
	padding-left: 20px;
	background: url('../../img/icon/attach.png') left center no-repeat;
}

.webshop_item_view .webshop_item_data {

}

.webshop_item_view .webshop_item_data ul {
	padding-left: 20px;
}

.webshop_item_view .webshop_item_data ul li {
	margin: 2px;
}

.webshop_item_view .webshop_item_data ul li span {
	font-size: 13px;
}

.webshop_item_view .webshop_item_data ul li span.label {
	font-weight: bold;
}

.webshop_item_view .webshop_item_data ul li span.value {
	color: #0000ff;
	margin-left: 3px;
	font-weight: bold;
}

.webshop_item_view .webshop_item_data ul li span.currency {
	margin-left: 3px;
}

.webshop_item_view .webshop_item_data ul li span.unit {
	margin-left: 3px;
}

.webshop_item_view .webshop_item_data ul li span.old {
	text-decoration: line-through;
	color: #ff0000;
}

.webshop_item_view .webshop_item_order {
	margin: 5px;
}

.webshop_item_view .webshop_item_order button.button_webshop_item_order {
	width: 100%;
	text-align: center;
}

.webshop_item_view .webshop_item_order .webshop_item_order_form {
	margin-top: 5px;
}

.webshop_item_view .webshop_item_order .webshop_order_confirm {
	margin-top: 5px;
}

.webshop_item_view .webshop_item_order .webshop_order_user_lista_confirm {
}

.webshop_item_view .webshop_item_order #webshop_order_confirm_button {
	display: none;
}

.webshop_item_view .webshop_item_order .webshop_order_id {
	color: #0000ff;
	cursor: pointer;
	font-weight: bold;
	font-family: monospace;
}

.webshop_item_view .webshop_item_order #webshop_order_sum {
	font-family: monospace;
	text-align: right;
	padding: 4px;
	/*border-top: 1px solid black;*/
	font-weight: bold;
	font-size: 14px;
}

/* webshop order container */
#webshop_order_container {

}

.webshop_order  {
	background: #FCFCFC;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.webshop_order_empty  {
	background: none;
	border: none;
	padding: 0px;
}

.webshop_order .category {

}

.webshop_order .category span.category_name {
	font-weight: bold;
}

.webshop_order .category ul.items  {
	margin: 0px;
	padding: 0px;
}

.webshop_order .category ul.items li  {
	margin: 0px;
	padding: 1px;
	list-style: none;
	width: 100%;
	height: 20px;
	font-size: 13px;
	position: relative;
}

.webshop_order .category ul.items li div.remove  {
	position: absolute;
	left: 0px;
	top: 3px;
	width: 16px;
	height: 16px;
	background: url('../../img/icon/delete.png') no-repeat;
	cursor: pointer;
}

.webshop_order .category ul.items li div.remove span {
	display: none;
}

.webshop_order .category ul.items li span.item  {
	float: left;
	padding-left: 20px;
	padding-right: 60px;
	overflow: hidden;
	white-space: nowrap;
}

.webshop_order .category ul.items li span.quantity  {
}

.webshop_order .category ul.items li span.unit  {
}

.webshop_order .category ul.items li span.item_name  {
}

.webshop_order .category ul.items li span.price  {
	/*
	float: right;
	*/
	position: absolute;
	right: 2px;
	top: 3px;
	width: 58px;
	height: 16px;
	font-weight: bold;
	white-space: nowrap;
	text-align: right;
}

.webshop_order ul.sum  {
	margin: 0px;
	padding: 0px;
	margin-top: 1px;
	padding-top: 1px;
	border-top: 3px double black;
}

.webshop_order ul.sum li  {
	margin: 0px;
	padding: 1px;
	list-style: none;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

.webshop_order .category ul.sum  {
	margin: 0px;
	padding: 0px;
	margin-top: 1px;
	padding-top: 1px;
	border-top: 1px solid #cccccc;
}

.webshop_order .category ul.sum li  {
	margin: 0px;
	padding: 1px;
	list-style: none;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

.webshop_order button {
	margin: 2px auto;
	text-align: center;
	width: 95%;
}

.webshop_order #webshop_order_comment {
	width: 95%;
}

/* webshop order view */
.webshop_order_view {
	width: auto; /*400px*/
}

.webshop_order_view a {
	text-decoration: none;
	color: #0000ff;
}

.webshop_order_view a:hover {
	text-decoration: underline;
}


.webshop_order_view .webshop_order {
	position: relative;
	border: 1px solid #aaaaaa;
	background: #f0f0f0;
}

.webshop_order_view .webshop_order:hover {
	background: #f8f8f8;
}

.webshop_order_view .webshop_item_name {
	display: block;
	height: 20px;
}

.webshop_order_view .webshop_item_name h1.webshop_item_name {
	white-space: nowrap;
	font-weight: bold;
	font-size: 16px;
	padding-left: 6px;
	margin: 3px;
}

.webshop_order_view .webshop_order_view_thumb_container {
	float: right;
	margin: 10px;
}

.webshop_order_view .webshop_order_view_thumb_container img.webshop_order_view_thumb {
	border: 1px solid #333333;
}

.webshop_order_view .webshop_order_description {
	display: block;
	margin: 5px;
}

.webshop_order_view .webshop_order_comment {
	display: block;
	margin: 5px;
}

.webshop_order_view .webshop_order_property {
	width: 48%;
	float: left;
}

.webshop_order_view .webshop_order_data {

}

.webshop_order_view .webshop_order_data ul {
	padding-left: 20px;
}

.webshop_order_view .webshop_order_data ul li {
	margin: 2px;
}

.webshop_order_view .webshop_order_data ul li span {
	font-size: 13px;
}

.webshop_order_view .webshop_order_data ul li span.label {
	font-weight: bold;
}

.webshop_order_view .webshop_order_data ul li span.value {
	color: #0000ff;
	margin-left: 3px;
	font-weight: bold;
}

.webshop_order_view .webshop_order_data ul li span.currency {
	margin-left: 3px;
}

.webshop_order_view .webshop_order_data ul li span.unit {
	margin-left: 3px;
}

/* clipping */
.webshop_clipping_favourite {

}

.webshop_clipping_favourite .clipping_img_active {
	width: 16px;
	height: 16px;
	background: url('../../img/icon/star.png') no-repeat;
}

.webshop_clipping_favourite .clipping_img_unactive {
	width: 16px;
	height: 16px;
	background: url('../../img/icon/star_gray.png') no-repeat;
}

.webshop_clipping_cart {

}

.webshop_clipping_cart .clipping_img_active {
	width: 16px;
	height: 16px;
	background: url('../../img/icon/cart_delete.png') no-repeat;
}

.webshop_clipping_cart .clipping_img_unactive {
	width: 16px;
	height: 16px;
	background: url('../../img/icon/cart_put.png') no-repeat;
}

/* webshop_order_user_lista */
.webshop_order_user_lista {

}

.webshop_order_user_lista table {

}

.webshop_order_user_lista table tr td {
	border: 1px solid #cccccc;
	padding: 1px;
}

.webshop_order_user_lista table tr.row1 {
	background: #F0F0F0;
}

.webshop_order_user_lista table tr.row2 {
	background: #F8F8F8;
}

/*
.webshop_order_user_lista table td.name {
	width: 200px;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	padding-right: 4px;
}
*/

.webshop_order_user_lista table td.item {
	vertical-align: top;
}

.webshop_order_user_lista table td.form {
	vertical-align: top;
	width: 560px;
}

.webshop_order_user_lista table td.sum {
	text-align: right;
	padding: 4px;
	/*border-top: 1px solid black;*/
	font-weight: bold;
	font-size: 14px;
}

.webshop_order_user_lista table td.sum #webshop_order_sum {
	font-family: monospace;
}

.webshop_order_user_lista table td.sum button {
	float: left;
}

.webshop_order_user_lista #webshop_order_confirm_button {

}

.webshop_order_user_lista table td.confirm_button {
	text-align: right;
}

#webshop_order_confirm_text {
	display: none;
}

/* webshop_order_user_lista2 */
.webshop_order_user_lista2 {

}

.webshop_order_user_lista2 div.webshop_items {
	/*
	float: left;
	width: 400px;
	*/
}

.webshop_order_user_lista2 div.webshop_item_detail {
	/*
	float: right;
	width: 400px;
	*/
}

.webshop_order_user_lista2 #webshop_order_confirm {
	/*clear: both;*/
}

.webshop_order_user_lista2 #webshop_order_confirm_button {
	text-align: right;
}

.webshop_order_user_lista2 #webshop_order_sum {
	font-family: monospace;
	text-align: right;
	padding: 4px;
	/*border-top: 1px solid black;*/
	font-weight: bold;
	font-size: 14px;
}

.webshop_order_user_lista2 .webshop_order_id {
	color: #0000ff;
	cursor: pointer;
	font-weight: bold;
	font-family: monospace;
}

.webshop_order_user_lista2 .webshop_items li.webshop_item {
	margin: 5px;
	margin-left: 0px;
	padding-left: 20px;
	list-style: none;
	background: url('../../img/icon/folder.png') left 0px no-repeat;
}

.webshop_order_user_lista2 .webshop_items li.webshop_item span:hover {
	cursor: pointer;
	text-decoration: underline;
}

.webshop_order_user_lista2 .webshop_items .webshop_order_id {
	margin: 3px;
	margin-left: 0px;
	padding-left: 20px;
	list-style: none;
	background: url('../../img/icon/note.png') left center no-repeat;
}

.webshop_order_user_lista2 .webshop_items .webshop_order_id:hover {
	cursor: pointer;
	text-decoration: underline;
}

h2.webshop_cart_empty {
	margin-left: 20px;
}

#webshop_items_label {
	margin: 5px;
	font-size: 12px;
	font-weight: bold;
}

.webshop_cart {
	background: #FCFCFC;
	border: 1px solid #cccccc;
	padding: 5px;
}

.webshop_favourite {
	background: #FCFCFC;
	border: 1px solid #cccccc;
	padding: 5px;
}

span.webshop_order_id {
	color: #0000ff;
	cursor: pointer;
	font-weight: bold;
	font-family: monospace;
}

/*food icons*/
span.webshop_item_food_icons {
    display: block;
    float: left;
    left: 165px;
    position: absolute;
    top: 6px;
    width: 24px;
    z-index: 10;
}

span.webshop_item_food_icons img {
	margin-bottom: 2px;
}

