/*	Desc: schoppedischopp Screen Style Sheet
	Author: *marknolan*
	Date: *last modified date*
	+ Colours
	- *colour hex* *colour name* (*purpose*)
=== === === === === === === === === === */

#shop {
	width: 370px;
	margin-left: 30px;
	text-align: right;
}

#shop table {
	margin-left: 35px;
}

/*=PRODUCT
=== === === === === === === === === === */
#product {
	height: 150px;
	margin-bottom: 10px;
	padding: 0;
	text-align: right;
}

#description {
	margin-bottom: 10px;
	padding: 0;
	text-align: right;
}

#product img.product {
	float: right;
	margin-left: 10px;
	clear: left;
}



/*=FORM
=== === === === === === === === === === */
input,textarea {
	border: 1px solid #333;
	width: 170px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

input.red {
	border-color: #f00;
}

input.black {
	border-color: #000;
}

input.plz_red {
	width: 35px;
	border-color: #f00;
}
input.ort_red {
	width: 130px;
	border-color: #f00;
}

input.plz_black {
	border-color: #000;
	width: 35px;
}

input.ort_black {
	border-color: #000;
	width: 130px;
}

