/* ------- DEFAULT DECLARATON ------- */
html, body, div, span, applet, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
button, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	color: inherit;
	vertical-align: baseline;
	line-height:1.45em;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* TYPOGRAPHY - text properties section, please do not use any of them elsewhere */
body {
	font-size: 62.5%; /*default size cca 10px, 62.5 is onec of magic number */
	font-family: Arial, Verdana, "Geneva CE", lucida, sans-serif;
}
button, button * {font-family: Arial, sans-serif;} /* Fix IE bug */
/* font-size */
#layout {font-size: 1.1em;}  /*normal size for text cca 11px */
h1, #header {font-size: 218.2%;} /* cca 24px */
#sufix h3,
form fieldset legend,
h2, #sidebar h3 {font-size: 163.63%} /* cca 18px */
h3, #sidebar h4 {font-size: 127.27%;} /* cca 14px */
h4, #sidebar h5, #menu {font-size: 109.09%;} /* cca 12px */
h5, h6,
button, input, select {font-size: 100%;}
/* text-decoration: none/underline */
a {text-decoration: underline;}
/* font-weight: bold/normal */
h1, h2, h3,
b, strong,
dl dt,
table caption, table tr th,
form fieldset legend, form fieldset label, form button,
a.button {font-weight: bold;}
h4, h5, h6,
#sidebar-menu li b {font-weight: normal;}
/* text-transform: uppercase/normal */
/* font-style: normal/italic */
em {font-style: italic;}
#menu,
#search_box,
#lang,
#footer_menu,
#skips,
#sidebar,
.switcher,
#userBox,
.separator,
#prevAuction, #nextAuction,
#process_confirm,
#fbbtn {
	display: none;
}
ol, ul, p, table, h1, h2, h3, img {
	margin-bottom: 1em;
}
#header {
	margin-bottom: 40px;
}
#breadcrumb {
	position: absolute;
	top: 60px
}
img.left {
	float: left;
	margin: 0 20px 10px 0;
}
img.right {
	float: right
	margin: 0 0 10px 20px;
}
form input,
form textarea,
form button {
	border: 1px solid black;
}
form button {
	background-color: white;
}
table {
	border-collapse: collapse;
}
table td, table th {
	border: 1px solid black;
	padding: 3px;
}
#footer {
	margin-top: 2em;
	clear: both;
}
#auction_menu {
	margin-bottom: 1em;
}
#auction_menu li {
	display: inline;
}
.list {
	overflow: hidden;
}
.auction_item {
	float: left;
	width: 120px;
	height: 300px;
	margin-right: 20px;
}
.auction_item span {
	display: block;
}
#fullPhoto {
	float: left;
	margin: 0 20px 1em 0; 
}
#auction_menu li.selected a {
	font-weight: bold;
	text-decoration: none;
}
li {margin-left: 30px;}
ol li {
	list-style-type: decimal;
}
ul li {
	list-style-type: disc;
}

