body {
	background-image: url(../img/bg-shop.gif);
}
#shopcontent {
	position: relative;
	top: 0px;
	left: 0px;
	width: 753px;
	margin-top: 0px;
	background-color: #ffffff;
}
#shopcontent h1 {
	margin-left: 1px;
	padding-left: 3px;
}
#shopmenuenvelope {
	position:absolute;
	left:1px;
	top:174px;
	width:752px;
	z-index:20;
}
#shopmenu1 {
	position: relative;
	top:0px;
	padding-top: 1px;
	height:17px;
	width:753px;
	z-index:20;
	background-color:#D46865;
}
#shopmenu2 {
	position: relative;
	top:-1px;
	padding-top: 1px;
	height:17px;
	width:753px;
	z-index:20;
	background-color:#D46865;
}
#shopmenu3 {
	position: relative;
	top:-2px;
	padding-top: 1px;
	height:17px;
	width:753px;
	z-index:20;
	background-color:#D46865;
}
#filler1 {
	position:absolute;
	left:0px;
	top:224px;
	height:25px;
	width:754px;
	z-index:20;
	background-color:#dddddd;
}

/* the following creates the border line between picleft and picright, since this line is normally in the bg image which is
not used in the shop template */
#vline {
	position:absolute;
	left: 173px;
	top: 102px;
	width: 1px;
	height:69px;
	z-index:1;
	border-left: 1px solid #a52522;
}

#shopmenu1 img {
	border: 0;
}

img.shopmenu1-img, img.shopmenu2-img, img.shopmenu3-img {
	margin-right: 0px;
	margin-left: 1px;
}

/* table.products-itemtable td {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}*/

table.products-itemtable, table.products-single, table.basket, table.basket-itemtable {
	width: 752px;
	border-collapse:collapse;
	margin-left: 1px;
}

td.product-note p {
	padding-left: 0px;
}

td.product-itemnumber, td.product-price, td.product-unit, td.product-unitprice {
	border-bottom: 1px solid #666666;
	text-align: right;
}

td.product-image, td.product-manu, td.product-title, td.product-note, td.product-order, td.product-button, td.product-avail {
	border-bottom: 1px solid #666666;
	text-align: left;
}


td.product-avail img {
	margin-top: 2px;
}

td.product-itemnumber { width: 40px; }
td.product-image { width: 56px; }
td.product-manu { width:70px; }
td.product-title { width:120px; }
td.product-unit { width:20px; text-align: right; }
td.product-avail { width:10px; }
td.product-price, td.product-unitprice { width:46px; }
td.product-order { width:20px; }
td.product-button { width:10px; }


td.single-img img {
	border: 1px solid #999999;
}

td.single-title {}
td.single-img { width: 156px; }
td.single-head { width: 100px; }
td.single-content { width: 100%; }

input.products-input-qty {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	height: 12px;
	border-bottom: 2px solid #666666;
	border-right: 2px solid #666666;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	padding: 1px;
	width: 20px;
	text-align: right;
}

input.products-search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	height: 12px;
	border-bottom: 2px solid #666666;
	border-right: 2px solid #666666;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	padding: 1px;
	width: 350px;
}

input.products-input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	height: 12px;
	border-bottom: 2px solid #666666;
	border-right: 2px solid #666666;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	padding: 1px;
}

textarea.products-textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	width: 400px;
	height: 80px;
	border-bottom: 2px solid #666666;
	border-right: 2px solid #666666;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	padding: 1px;
}

input.products-cart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	background-color: #efefef;
	height: 17px;
	border-bottom: 2px solid #666666;
	border-right: 2px solid #666666;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	width: auto;;
	margin-top: 1px;
}

table.basket-overview {
	border-collapse: collapse;
}

tr.ovrview-head td {
	border-bottom: 1px solid #a52522;
}

tr.ovrview-foot td {
	border-top: 1px solid #a52522;
}

tr.link-foot td {
	padding-top: 5px;
	height: 20px;
}

table.products-itemtable, table.basket-itemtable {
	font-size: 9px;
}

table.products-itemtable td {
	vertical-align: top;
}

table.basket-itemtable td {
	vertical-align: middle;
}

table.basket-itemtable td.atop {
	vertical-align: top;
}

table.products-itemtable IMG {
	border: 0px;
}

table.basket-overview td {
	font-size: 9px;
	color: #a52522;
}

#right-envelope {
	position:absolute;
	width:226px;
	left: 755px;
	top: 174px;
}
#links-hdr {
	position: relative;
}
#links {
	position: relative;
	padding:3px;
	margin:0px;
	margin-top: -2px;
	margin-bottom: 1px;
	border:1px solid #a52522;
	background-color:#F9FFE5;
}
#links p.bodytext {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:9px;
}
#news {
	position: relative;
	top: 0px;
	left: 0px;
}

td.basket-title {
	background-color: #ebebe2;
	font-size: 9pt;
	font-weight: bold;
}

.tt_products-track-status {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 350px;
	height: 150px;
	border: 1px solid #666666;
}
