body{
	background: url(../images/bg.png) repeat-x #fff;
}

/* Begin Structure */
div#container{
	width: 72em;
	margin: 3em auto;
}

div#header{
	height: 3em;
	margin-bottom: 1em;
	padding-top: 9.7em;
	background: url(../images/header.png) no-repeat;
}

div#cat{
	width: 19em;
	height: 7.5em;
	margin: 0 1.5em 1.1em 0;
	float: right;
	clear: both;
}

div#nav{
	height: 3em;
	clear: both;
}

div#contentHolder{
	width: 50em;
	float: right;
}

div#content_top{
	height: 2em;
	background: url(../images/content_top.png) no-repeat;
}

div#content{
	padding: 0 2em;
	border-left: 0.1em solid #000;
	border-right: 0.1em solid #000;
	background: #fff;
}

div#content_bottom{
	height: 2em;
	background: url(../images/content_bottom.png) no-repeat;
}

div#sidebar{
	width: 20em;
}

div#footer{
	margin-top: 0.3em;
	padding-right: 1.5em;
	text-align: right;
}

div.type{
	width: 20em;
	height: 9em;
	margin-bottom: 1em;
}
/* End Structure */

/* Begin Navigation */
ul#right_nav{
	margin: 0;
	float:  right;
}
ul#right_nav li{
	display: inline;
}

ul#right_nav li a{
	padding: 0.25em 1em;
	border-right: 1px solid #fff;
	float: left;
	background-color: #7c1a1a;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
}
ul#right_nav li a.last{
	border-right: none;
}
ul#right_nav li a:hover{
	background-color: #9d2222;
	color: #fff;
}
/* End Navigation */

/* Edit page */

table#edit_shoes{
	margin-bottom: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#edit_shoes td{
	padding: 1em 0;
	text-align: center;
	vertical-align: bottom;
}

.edit_del_bar img{
	margin: 0 0.5em;
}
/* End Edit page*/

/* Misc */
.logout{
	text-align: right;
	clear: both;
}

.hantera{
	margin: 1em 0;
}

.single_thumb{
	margin: 1em 1.3em 0 0;
	float:right;
}

table.partners{
	width: 25em;
	margin-left: 1em;
	font-size: 1.2em;
}

table.partners th, table.partners td{
	border-bottom: 0.1em solid #ccc;
}

table.partners th{
	width: 10em;
}

.leftImages{
	margin: 0 1em 4em 0;
	padding-right: 1em;
	border-right: 0.1em solid #ccc;
	float: left;
	text-align: center;
}

div.butiker{
	text-align: center;
}

.butiker table{
	width: 37.2em;
	margin: 1em auto;
}

div.infobox{
	width: 20em;
	margin-bottom: 1em;
	padding: 2em;
	border: 0.1em solid #ccc;
}
