.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	font-size: 0px;
	height: 0px;
	clear: both;
}

form, body {
	padding: 0;
	margin: 0;	
	
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 100%;
	height: 100%;	
}

html, body {
	width: 100%;
	height: 100%;
}

body { }

#header {
	width: 1020px;
	background-repeat: no-repeat;
}

.header_bg {
	width: auto;
	background-color: #fffffd;
}

#header_bg_left {
	background-position: right top;
	background-repeat: repeat-x;
}

#header_bg_right {
	background-position: left top;
	background-repeat: repeat-x;	
}


#header_top {
	height: 185px;
	width: 1020px;
}

.top_icon {
	height: 31px;
	background-repeat: no-repeat;
	background-position: bottom;
	cursor: pointer;
	margin: 0 19px 0 0;
}

#top_menu {
	height: 38px;
}

.top_menu_item {
	height: 38px;
	padding: 0 2px 0 0;
}

#top_menu .top_menu_line {
	width: 150px;
	height: 5px;
	font-size: 0px;
	margin: 2px 0 0 0;	
}

#top_menu a:link,
#top_menu a:active,
#top_menu a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	display: block;
	width: 150px;
	text-align: center;
	padding: 10px 0 6px 0;
	font-weight: bold;
}
#top_menu a:hover {
	color: #f5e091;
}

#main_menu {
	padding-left: 3px;
}





h1, h2, h3, h4,
h3 a:link, h3 a:active, h3 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	font-weight: normal;
	color: #631313;
	margin: 0;
	padding: 0;
}

h3,
h3 a:link, h3 a:active, h3 a:visited {
	padding-top: 10px;
	font-size: 16px;
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}
h4 {
	font-size: 14px;
	padding: 0 0 9px 0;
}

.brown {
	color: #631313;	
}
.brownLink:link, .brownLink:visited, .brownLink:active {
	color: #631313;	
	text-decoration: none;
}
.brownLink:hover {
	text-decoration: underline;
}

.link:link,
.link:active,
.link:visited {
	font-size: 12px;
	text-decoration: none;
}
.link:hover {
	text-decoration: underline;
}

#content {
	padding: 80px 120px 60px 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.tablepad {
	padding-right: 16px;
	padding-left: 16px;
}
.tablepad_list {
	padding-top: 30px;
	padding-bottom: 10px;
}

.thumb {
	width: 137px;
}
.thumb_small {
	width: 100px;
}

.thumb img,
.thumb_small img {
	border: 0px solid #000000;
}

.text {
	width: 700px;
}

ul#abc { 
	list-style: none; 
	margin: 0; 
	padding: 10px 0 0 0; 
}
ul#abc * { 
	margin: 0; 
	padding: 0; 
}
ul#abc li {
	float: left; 
	margin-right: 2px;
	text-align: center;
	border: 1px solid #b09b9b;
	padding: 2px 5px 3px 5px;
}
ul#abc li a {
	color: #631313;
	font-size: 12px;
	text-decoration: none;	
}
ul#abc li a:hover {
	text-decoration: underline;
}
ul#abc li.active {
	background-color: #e1dada;
}


#webshop_table td a:link,
#webshop_table td a:active,
#webshop_table td a:visited {
	font-size: 12px;
	color: #631313;		
	text-decoration: none;
}
#webshop_table td a:hover {
	text-decoration: underline;	
}

#webshop_table img {
	border: 0px solid #000;
}
