/* styles for item.php */

html {
    background-color: #e1a6a6;
    background-image: url(/images/bg-shop.png);
    background-repeat: repeat-x;
}

h1 {
	color: #bf2633;
}

div.image {
    float: left;
    margin: 20px 10px 20px 10px;
    text-align: center;
    border: 1px solid #aaaaaa;
}

div.text {
    float: right;
    width: 400px;
    margin: 20px;
    vertical-align: top;
}

h1 {
    color: #bf2633;
}

table.spec {
	width: 500px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

table.spec th {
	text-align: left;
	background-color: #bf2633;
	color: #ffffff;
	padding: 3px 0px 3px 10px;
}

table.spec tr {
	background-color: #dddddd;
}

table.spec td.key {
	padding: 2px 0px 2px 10px;
}

table.spec td.value {
	text-align: right;
	font-weight: bold;
	padding: 2px 10px 2px 0px;
	width: 150px;
}

div.standard {
	width: 400px;
	background-color: #eeeeee;
	border: 1px solid #aaaaaa;
	margin: auto;
	padding: 10px;
}

div.standard p.head {
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
}
}
