body {
	background-color: #cd980c;
}

body, table, a {
	font-family: verdana;
	font-size: 12px;
	color: white;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.pagebody {
	width: 1000px;
	margin: 0 auto 0 auto;
	border: 1px solid white;
	position: relative;
}

#additional_baner{
	width: 161px;
	position: absolute;
	left: 1004px;
	top: 0px;
}

table.model-list {
	left: 390px;
	top: 60px;
	position: absolute;
	font-size: 11px;
}

table.model-list a {
	font-size: 11px;
}

table.model-list a:hover {
	text-decoration: none;
}

td.model-list-item {
	width: 105px;
	padding: 0 15px 20px 0;
	text-align: center;
	vertical-align: top;
}

table.model-list-thumb {
	margin-bottom: 5px;
}

td.model-list-thumb {
	width: 105px;
	height: 160px;
	vertical-align: middle;
	text-align: center;
}

div.models-nav {
	position: absolute;
	left: 370px;
	top: 540px;
	width: 620px;
}

div.models-nav-prev {
	float: left;
}

div.models-nav-next {
	float: right;
}

div.model-info {
	position: absolute;
	left: 740px;
	top: 55px;
	font-size: 11px;
	font-weight: bold;
}

div.model-thumbs {
	text-align: right;
	position: absolute;
	left: 230px;
	top: 490px;
	width: 500px;
}

div.model-thumbs table {
	margin-left: auto;
	position: relative;
	left: 5px;
}

div.model-thumbs td {
	vertical-align: middle;
	text-align: center;
	padding: 5px;
}

div.model-thumbs img {
	cursor: pointer;
}