
body {
    margin: 0px;
}

img {
    border: 0px;
}

#top {
    display: none;
}

#topprint {
}

#middle {
    background-image: none;
}

#bottom {
    font-family: Verdana, Arial, Times;
    font-size: 8pt;
    font-weight: bold;
    color: #5d0500;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

#bottom #legal {
    display: none;
}

#sitebar {
    display: none;
}

#sitebar table {
    border: 0px;
}

#sitebar a {
    text-decoration: none;
    color: #ccc;
}

#catlist {
    display: none;
}

#catlist table {
    border: 0px;
}

#catlist a {
    text-decoration: none;
    color: #fff;
}

#content {
    font-family: Verdana, Arial, Times;
    font-size: 10pt;
    color: #000;
}

#content h1 {
    font-size: 14pt;
}

#content h2 {
    font-size: 11pt;
    border-bottom: 1px solid #000;
    width: 100%;
}

img.button {
   display: none; 
}

.shop_item_detail {
	display: table;
	margin-top: 20px;
	width: 100%;
	font-family: Verdana, Arial, Times;
	color: #6a0106;
	border-bottom: 2px dashed grey;
	padding: 5px;
}

.shop_item_detail a {
    text-decoration: none;
    border: 10px;
}

.shop_item_detail img {
    border: 0px;
	margin: 0px;
	padding: 0px;
}

.shop_item_detail #item_images {
	background-color: #fff;
	float: left;
	margin: 0;
	padding: 0;
	width: 40%;
	text-align: center;
}

.shop_item_detail #item_info {
	background-color: #fff;
	float: left;
	margin: 0;
	padding: 0;
	width: 60%;
}

.shop_item_detail #name {
	font-size: 10pt;
	font-weight: bold;
}


.shop_item_detail #description {
	font-size: 8pt;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

.shop_item_detail #actions {
	margin-top: 20px;
	height: 30px;
	display: table;
	width: 100%;	
}

.shop_item_detail #actions img {
	float: right;
	margin: 1px;
}

.shop_item_detail #price {
	font-size: 10pt;
	font-weight: normal;
	display: table-cell;
	vertical-align: middle;
}

.shop_item_detail #attribute {
	font-size: 8pt;
	font-weight: normal;
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.shop_item_detail #attribute #label {
	font-weight: bold;
}

#shop_messages ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;    
    list-style-position: outside;
}

#shop_messagess ul li {
    height: 17px;
    font-size: 14px;
    font-weight: normal;
    font-family: Verdana, Arial, Times;
	color: #fff;
    margin-top: 0px;
    margin-bottom: 4px;
    list-style-image: none;    
}

#shop_messagess ul li .success {
	list-style-image: url(/media/freiwild/icon_success.gif);
}

.round {
    background-color: #f90;
}

.roundtl { 
	 background: url(/media/freiwild/crntopleft.gif) 0 0 no-repeat; 
}
.roundtr { 
    background: url(/media/freiwild/crntopright.gif) 100% 0 no-repeat; padding:10px;
}

.roundbl {
	 background: url(/media/freiwild/crnbottomleft.gif) 0 100% no-repeat; 
}

.roundbr {
    background: url(/media/freiwild/crnbottomright.gif) 100% 100% no-repeat;
}
