html {
	margin: 0;
	padding: 0;
	background-color: #004242;
	background-image: url('../img/bg_dtu.png');
	color: #ede4ca;
	font-family: "DejaVu Sans", "Verdana";
	font-size: 12px;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2.4em;
	margin-top: 80px;
	margin-left: 395px;
	margin-bottom: 1.5em;
	text-shadow: 3px 3px 6px #cc33ab;
}

#status {
	display: none;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	height: 130px;
	width: 380px;
	background-image: url('../img/bg_top.png');
	background-position: -70px -39px;
	background-repeat: no-repeat;
}

#logo img {
	display: inline-block;
	margin-right: 20px;
}

#menu {
	position: absolute;
	top: 0;
	left: 400px;
	background-image: url('../img/bg_top.png');
	background-position: -470px -39px;
	background-repeat: no-repeat;
	min-width: 380px;
}

#menu ul {
	padding: 5px 0 45px 0;
	margin: 0;
	display: table;
}

#menu ul li {
	display: table-cell;
	padding: .8em;
}

#road a,
#menu a {
	color: #652121;
	text-decoration: none;
	font-weight: bold;
}

#road a,
#menu strong a {
	text-shadow: 0 0 4px yellow;
	font-style: italic;
}


#road a:hover,
#menu a:hover {
	color: black;
	text-decoration: underline;
}

#basket {
	position: absolute;
	top: 0;
	right: 0;
	height: 90px;
	width: 250px;
	text-align: right;
	font-size: 1.1em;
	padding-top: 1em;
	padding-right: 1em;
	background-image: url('../img/cart_empty.png');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#basket.full {
	background-image: url('../img/cart_full.png');
}

#basket dl,
#basket dt,
#basket dd {
	margin: 0;
	padding: 0;
}

#basket dd {
	font-weight: bold;	
} 

#basket a {
	color: #ede4ca;
}

#road {
	position: absolute;
	top: 100px;
	right: 0;
	width: 295px;
	padding-top: .3em;
	padding-bottom: .3em;
	text-align: center;
	background-image: url('../img/bg_road.png');
	background-position: center;
	background-repeat: no-repeat;
}

#login_info {
	position: absolute;
	top: 0;
	right: 1em;
	padding: .5em;
	border-radius: .5em;
	background-color: #cc33ab;
	font-weight: bold;
}

#content,
#content_old {
	clear: both;
	position: relative;
}

#back_link a {
	display: block;
	background-image: url('../img/bg_back.png');
	background-position: right;
	background-repeat: no-repeat;
	margin: auto;
	text-align: right;
	font-size: 1.8em;
	font-style: italic;
	padding-top: 30px;
	padding-right: 150px;
	height: 55px;
	width: 200px;
	text-shadow: 3px 3px 6px #cc33ab;
}

#content .txt {
	max-width: 30em;
}

#content .txt p,
#content .txt table,
#content .txt form > div,
#content .txt ol,
#content .txt ul,
#content .txt dl {
	margin-left: 1em;
}

h2 {
	background-image: url('../img/bg_h.png');
	background-repeat: no-repeat;
	background-position: right;
	font-size: 1.3em;
	margin: 0;
	padding-top: 18px;
	height: 43px;
	padding-left: 50px;
	width: 300px;
	color: white;
	clear: both;
	text-shadow: 2px 2px 6px navy;
}

table.border {
	border-collapse: collapse;
}

table.info {
	margin: 1em;
}

table.border th,
table.border td {
	border: solid 1px #ede4ca;
	padding: .5em;
	text-align: right;
}

#items .items_row {
	clear: both;
}

#items .item {
	padding: 1em;
	width: 186px;
	height: 256px;
	text-align: center;
	float: left;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../img/bg_item.png');
}

#items .item h3 {
	position: relative;
	z-index: 10;
	text-shadow: 0 0 2px black;
	margin: 0;
	padding: 0 0 1em 0;
	height: 2em;
	font-size: 1.17em;
}


#items .item img {
	position: relative;
}

#items .item div.form,
#items .item div.price,
#items .item div.old_price,
#items .item div.promo_price {
	position: absolute;
	width: 186px;
	left: 1em;
}

#items .item div.form {
	bottom: 40px;
}

#items .item div.price {
	bottom: 15px;
}

#items .item div.old_price {
	opacity: .7;	
	text-decoration: line-through;
	bottom: 20px;
}

#items .item div.promo_price {
	font-size: 1.2em;
	font-weight: bold;
	bottom: 5px;
}

#ext_basket,
#login_form,
#user_form {
	padding: 1em;
	border-radius: 1em;
	border: solid 2px white;
	background-color: rgba(255,255,255,.1);
}

#login_form {
	float: right;
	margin: 0 1em 2em .5em;
	width: 220px;
}

#ext_basket {
	float: left;
	margin: 0 .5em 5em 1em;
	width: 500px;
}

#user_form {
	float: right;
	margin: 0 1em 2em .5em;
	width: 300px;
}

#ext_basket dl {
	no-width: 200px;
	margin-bottom: 2em;
	no-margin: 0 auto 2em auto;
}

#ext_basket dd {
	font-weight: bold;
}

#ext_basket dl .sum {
	font-size: 1.3em;
	color: white;
	text-shadow: 2px 2px 3px #cc33ab;
}

#ext_basket .item {
	padding-left: 156px;
	height: 100px;
	position: relative;
	clear: both;
}

#ext_basket img {
	position: absolute;
	top: 0;
	left: 0;
}

#ext_basket form div {
	text-align: center;
}

#ext_basket input[type=text],
#ext_basket input[type=number] {
	text-align: right;
	width: 50px;
}

#ext_basket .price {
	margin-top: 1em;
	font-size: 1.1em;
	text-align: center;
}

#login_form .isok {
	border: solid 2px #cc33ab;
	background-color: #ede4ca;
	color: #652121;
	border-radius: .4em;
	padding: .5em;
	margin: .5em;
}

#login_form .error,
#user_form .error {
	border: solid 2px #cc33ab;
	background-color: black;
	border-radius: .4em;
	color: white;
	padding: .5em;
	margin: .5em;
}

#login_form label,
#user_form label {
	display: block;
	margin-bottom: 1em;
}

#login_form input,
#user_form input {
	display: block;
}

#user_form input[type=checkbox] {
	display: inline;
}

#login_form input[type=text],
#login_form input[type=email],
#user_form input[type=text],
#user_form input[type=email] {
	width: 200px;
}

#user_form input[name=code] {
	width: 5em;
}

#user_form textarea {
	width: 250px;
	height: 5em;
}

#user_form .help {
	margin-bottom: 1em;
	font-size: .9em;
}

#cancel_order div,
#cancel_order p {
	margin-left: 1em;
}

#foot {
	margin-top: 1em;
	clear: both;
	padding: 1em;
	border-top: solid 1px #cc33ab;
	text-align: center;
}

.important-note {
	padding: 1em;
	border-radius: 1em;
	border: solid 2px white;
	text-shadow: 0 0 2px black;
	font-size: 1.1em;
	background-color: #cc33ab;
	color: white;
}
