#shoppanel td {
	padding: 0;
	vertical-align:top;
}

ul.cuts {
	margin:0 0 6px 0;
	padding: 0;
}

ul.cuts li {
	margin: 0;
	padding: 0 0 0 4px;ßß
}

#articlemenu {
	width: 120px;
	float: left;
	display: block;
	overflow: hidden;
}
	#articlemenu.summer09 {
		width: 190px !important;
	}

#articlethumbs {
	margin-left: 4px;
	width: 220px;
}
	#articlethumbs.summer09 {
		width: 560px !important;
	}
img.articlethumb {
	border: 2px solid transparent;
	margin: 0 2px;
}
img.selectedArticle {
	outline: 2px dashed #658763 !important;
}

#articlecontainer {
	margin-left: 8px;
}
	#fulldescription {
		margin-top: 23px;
		margin-bottom: 4px;
	}

#showcase {
	width: 400px;
	height: 444px;
}
	#showcase.summer09 {
		width: auto;
		height: auto;
		border: 0 !important;
	}
	
	#showcase li {
		overflow: hidden;
	}


.selectable {
	cursor: pointer;
}

div.shopcontent {
	width: 770px !important;
}

#cartlist .cutname {
	width: 430px;
	padding: 4px;
}

table.orderinfo td {
	padding: 2px;
}
table.orderinfo td textarea {
	height: 100px;
}
table.orderinfo td input, table.orderinfo td textarea {
	width: 200px;
}

td.remove {
	color: #d3d3d3;
}

p.inputerror {
	color: red;
	font-weight: bold;
}

.required {
	font-size: 85%;
	margin-left: 2px;
}

select#size {
	//width: 44px;
}

#orderinfostatus {
	border: 1px solid black;
	font-weight: bold;
}

#sizeinfo {
	font-size: small;
}
#sizetable {
	color: white;
	font-size: 10px;
}
	#sizetable table {
		width: 100%;
	}
	#sizetable td {
		background-color: #BBC18E;
		text-align: center;
	}
	
#collectionSelect {
	font-size: 1.3em;
	width: 100%;
	border-bottom: 1px solid black;
	margin-bottom: 12px;
	margin-top: 0;
}
	#collectionSelect a {
		margin-right: 40px;
	}
	#collectionSelect a.active {
		font-size: 1.2em;
	}


.showcasepic {
	z-index: 2;
}


#prevBtn, #nextBtn {
	display: block;
	width: 35px;
	height: 60px;
	position: absolute;
	left: -39px;
	bottom: 0;
	padding:0;
	text-indent:-8000px;
}

#nextBtn {
	left: 561px;
}

#prevBtn a, #nextBtn a {
	display: block;
	width: 35px;
	height: 60px;
}

#prevBtn a {
	background: transparent url('/images/prev.png') no-repeat 0 0;
}
#nextBtn a {
	background: transparent url('/images/next.png') no-repeat 0 0;
}

#articlegallery {
	position: relative;
}

#addToCart {
	width: 150px;
	height: 30px;
	cursor: pointer;
}

#discount10 {
	background: url('/images/discount10.png');
}
#discount20 {
	background: url('/images/discount20.png');
}

.discountimage {
	position: absolute;
	cursor: pointer;
	display: inline;
	margin-left: 4px;
	margin-top: 2px;
	width: 100px;
	height: 100px;
}

.oldprice {
	text-decoration: line-through;
}
	.discountprice {
		color: red;
		margin-left: 10px;
	}
	
	
#sizewarning {
	color: red;
}

.soldout {
	color: red;
}