/*#main {
    float: left;
}*/

#main h1 {
    border-bottom: 1px solid #CCC;
    margin: 0;
    padding-bottom: 0.2em;
}

#sidebarHeading {
    float: right;
    width: 297px;
    margin: 3px 0 0 0;
	font-weight: normal;
	font-size: 1.3em;
}

/*
 * Content
 */
#content {
    width: 603px;
    float: left;
    margin-right: 20px;
	padding-right: 20px;
	margin-top: 5px;
	border-right: 1px dotted #ccc;
    min-height: 56em;
    overflow: hidden;
}

/*
 * Sidebar
 */
#sidebar {
    width: 307px;
    float: left;
    font-size: 0.9em;
    margin-right: -10px;
    padding-top: 6px;
}

#sidebar h3 {
    margin: 0;
}

#results {
    list-style-type: none;
    position: relative;
    /*width: 650px;*/
}	

#results, #results li {
    margin: 0;
    padding: 0; 
    float: left;
}

#paginator {
	border-bottom: 1px dotted #ccc;
	min-height: 24px;
}

#total {
    float: left;
	/*position: absolute;
	top: 108px;
	left: 422px;
	width: 200px;
	text-align: right;*/
}

#priceOrder {
	position: absolute;
	top: 104px;
	right: 367px;
	width: 260px;
	text-align: right;
}
#priceOrder strong {
	font-weight: normal;
}
#priceOrder span {
	position: relative;
}
#priceOrder input {
	position: absolute;
	left: 0;
	top: -2px;
	width: 20px;
}
#priceOrder label {
	padding-left: 22px;
}

#resetButton {
	display: block;
	position: absolute;
	top :106px;
	right: 30px;
	width: 69px;
    height: 17px;
	padding: 1px 0 0 0;
	color: #FFF;
	font-size: 95%;
	text-align: center;
	background: url(../images/presentation/btn-reset.gif) no-repeat 0 0;
    border: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.model {
    display: block;
    float: left;
    width: 118px;
    text-align: center;
    text-decoration: none;
    color: #333;
    margin: 25px 0 0 0;
    padding-bottom: 10px;
	line-height: 1.2;
    position: relative;
    z-index: 1;
}

.model:hover {
	background: url(../images/presentation/thumb-hover-bg.gif) no-repeat 0 149px; /* ie7.css */
}
.search .model:hover {
	background-position: 10px 149px;
}

.model:hover span.text,
.model:hover span.text strong {
    color: #ed793d;
}

.model:hover span.text {
    border-bottom: none;
}

.model .new {
    background: transparent url(../images/presentation/new-flag.png) no-repeat;
    width: 34px;
    height: 34px;
    position: absolute;
    z-index: 2;
}

.model img {
    height: 145px;
    margin-bottom: 4px;
}

.model span { /* ie7.css */
    display: block;
	width: 114px;
	overflow: hidden;
}
.model span.text {
    display: block;
	border: none;
	width: auto;
	color: #999;
}
.model span.text span {
    display: none;
}
.model span.text strong {
    font-weight: normal;
	display: block;
	color:  #333;
}
.search .model {
    width: 114px;
	padding: 0 10px;
}

#thumbs {
    position: relative;
}

.loading {
    background: #fff url(../images/presentation/loading_white.gif) no-repeat center center;
    height: 610px;
    width: 594px;
    position: relative;
}

#pages {
    margin: 0;
    padding: 0;
    float: right;
    list-style-type: none;
    font-size: 1.2em;
}

#pages li {
    display: inline;
	height: 1%;
}

#pages li span {
    text-decoration: none;
    color: #EA6526;
    padding: 0 0.3em 0 0.4em;
	font-weight: bold;
}

#pages li a, #pages li input {
    color: #333;
    text-decoration: none;
    padding: 0 0.3em 0 0.4em;
}
#pages li input {
    color: #333;
    padding: 0 0.1em 0 0.2em;
    background: transparent;
    border: 0;
    cursor: pointer;
}
#pages li a:hover, #pages li input:hover {
    background: #f3f3f3;
}

#fawForm div {
    margin-bottom: 4px;
    float: left;
    padding: 0 0 4px 0; /* ie7.css */
	border-bottom: 1px dotted #ccc;
	/*width: 307px;*/
}

#fawForm div.clear {
    margin-bottom: 0;
    float: left;
    border: none;
    background: none;
    padding: 0;
}

#fawForm div div {
    float: left;
    width: 140px;
    border: 0;
    margin: 0;
    padding: 0;
	line-height: 1.6;
    padding: 0 0 0 2px;
	cursor: pointer;
}
#fawForm div div div {
    padding: 0 0 0 8px;
	cursor: pointer;
}
#fawForm div div div:hover {
    background: url(../images/presentation/fin-watch-selected.gif) no-repeat left center;
}

#fawForm div.first {
    width: 138px;
    margin-right: 10px;
}

#fawForm .clear {
    padding: 0;
    border: 0;
}

#fawForm input,
#fawForm label {
   float: left;
}

#fawForm input {
	clear: left;
	margin: 3px 2px 3px 0;
    padding: 2px;
}

#fawForm label {
	margin-top: 4px;
	width: 115px;
	line-height: 1.2;
	cursor: pointer;
}

#fawForm .selected {
    color: #000;
    background: url(../images/presentation/fin-watch-selected.gif) no-repeat left center;
}
