
/** Shop neu **/

#textilshop_throbber {
	float: right;
	visibility: hidden;
}

h2 {
	font-size: 13pt;
}


#shop a, #cart a { color:#6E6E6E; }
#shop a:hover, #cart a:hover { color:#338CD1; text-decoration:none; }

#shop .breadcrumbs {
	margin-bottom:25px;
	font-size: 12px;
}
#shop .breadcrumbs span {
	color: #6E6E6E;
	padding: 0 3px;
}
#shop .breadcrumbs a {
	margin: 0 3px;
}

/* groups */
#shop table.groups {
	width: 100%;
	margin-top: 5px;
}
#shop table.groups td {
	width: 25%;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 36px;
	font-size: 12px;
}
#shop table.groups td img {
	margin-bottom: 6px;
}

/* group */
#shop table.group {
	width: 100%;
	margin-top: 5px;
}
#shop table.group td {
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 30px;
	width:25%;
}
#shop table.group td a img {
	margin-bottom: 6px;
}
#shop table.group td .product_name, #cart table.group td .product_name {
	display: block;
	height: 25px;
}

/* product */
#shop .product_title {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 16px;
	color: #222;
}
#shop table.product {
	width: 100%;
}
#shop table.product td {
	vertical-align: top;
	/*width: 50%;*/
}
#shop table.product td.right {
	width: 280px;
	height: 100%; /* IE fix for 100% .content_wrapper height */
}
#shop table.product td.right div.content_wrapper {
	position: relative; /* for logo positioning */
	height: 100%;
}
/*padding-left:15px;*/
#shop table.product td.right img.logo {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#shop table.product td.right .logo_placeholder {
	/* makes sure absolute positioned logo doesnt overlap content */
	height: 100px;
}

#shop table.product .image_wrapper {}
#shop table.product pre.product_details {
	font-family: Arial;
	font-size: 11px;
	padding-top: 3px;
	margin-bottom: 0;
}
#shop table.product table.color_array {
	/*width: 100%;*/
}
#shop table.product table.color_array td {
	/*width: 61px;*/
	/*width: 25%;*/
	width: 63px;
	height: 38px;
	text-align: center;
	vertical-align: middle;
	font-size: 9px;
	padding: 2px;
}
#shop table.product .color_note {
	margin-top: 4px;
	color: #777;
	font-style: italic;
}
#shop table.product table.preistabelle {
	margin-top: 12px;
	border-collapse: collapse;
}
#shop table.product table.preistabelle td, #shop table.product table.preistabelle th {
	width: auto;
	/*padding: 2px 3px;*/
	padding: 4px 6px;
	border: 1px solid #ccc;
}
#shop table.product table.preistabelle td.preis {
	text-align: center;
}

/* Qty form */
#shop #sizes {
	margin-top: 12px;
}
#shop #sizes td {
	text-align: center;
}
#shop #sizes .order_input {
	width:25px;
}
#shop #sizes td.selected_color {
	width: 64px;
	height: 38px;
	text-align: center;
	vertical-align: middle;
	font-size: 9px;
	padding: 2px;
}


/** Cart **/

#shop_table {
	margin-left: 12px;
	margin-bottom: 20px;
}
#shop_table #cart_td {
	padding: 12px;
	padding-bottom: 16px;
	border: 1px solid #ccc;
}
#cart {
	
}
.cart_heading {
	font-size:13px;
	/*color:#FFE400;*/
	text-align:center;
	margin-top:0px;
	margin-bottom:10px;
	font-weight:bold;
}
#view_cart_button {
	margin-left:33px;
}
#shop .cart_heading {
	font-size:14px;
}
#shop .total {
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
	font-size: 12px;
}
