/* COMMON */

html,
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	width: 100%;
	height: 100%;
	z-index: -1000;
}

img {
	border: 0;
}

div.wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 0;
}

a:link, a:visited {
	color: #5f9519;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 28px;
	margin: 0;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

.green {
	color: #6ba401 !important;
}

.orange {
	color: #d78802 !important;
}

.red {
	color: #eb0138 !important;
}

.white {
	color: #ffffff !important;
}

.small {
	font-size: 10px !important;
}

div.floatright {	
	float: right;
}

div.floatleft {
	float: left;
}


/* Buttons */

a.buttonbeige, a.buttongreen {
	background: url(../img/beige-button-left.gif) left;
	height: 27px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin: 10px 0 0 0;
	padding: 5px 0 5px 10px;
}

a.buttonbeige span, a.buttongreen span {
	background: url(../img/beige-button-right.gif) right;
	height: 27px;
	padding: 5px 10px 5px 5px;
}

a.buttonbeige:hover, a.buttongreen:hover {
	color: #666;
}

a.buttongreen {
	background: url(../img/green-button-left.gif) left;
}

a.buttongreen span {
	background: url(../img/green-button-right.gif) right;
}

a.buttongreen:hover {
	color: #fff;
}

.clear {
    overflow: hidden;
    width: 100%;
}

a.white_button, a.green_button {
    background: transparent url(../img/white-button_right.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: bold 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; 
    text-decoration: none;
}

a.white_button span, a.green_button span {
    background: transparent url(../img/white-button_left.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.white_button {
	color: #333;
    background: transparent url(../img/white-button_right.gif) no-repeat scroll top right !important;
}

a.green_button {
	color: #fff;
    background: transparent url(../img/green-button_right.gif) no-repeat scroll top right;
}

a.white_button span {
	color: #333;
    background: transparent url(../img/white-button_left.gif) no-repeat !important;
}

a.green_button span {
	color: #fff;
    background: transparent url(../img/green-button_left.gif) no-repeat;
}

a.white_button:active, a.white_button:hover, a.green_button:active, a.green_button:hover {
    background-position: bottom right;
    color: #000;
    outline: none; 
}

a.white_button:active span, a.white_button:hover span, a.green_button:active span, a.green_button:hover span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; 
} 



/* HEADER */



img.logo {
	margin-top: 15px;
	width: 222px;
	height: 71px;
	background: url(../img/nor/logo.png) no-repeat;
}

div#header {
	background: url(../img/header-bg.jpg) repeat-x bottom #f4f1e8;
	height: 150px;
	width: 100%;
	font-size: 11px;
	color: #9d9470;
	position: relative;
	z-index: 3;
}

div#login {
	position: absolute;
	top: 40px;
	left: 536px;
	width: 450px;
}

div#login input.button {
	background: transparent url(../img/login-input.gif) no-repeat;
	color: #fff;
	border: none;
	width: 49px;
	text-align: center;
	font-size: 11px;
	margin-top: 5px;
	padding: 5px 0 5px 0;
	line-height: 24px;
	text-transform: capitalize;
	cursor: pointer;
}

div#login input.button:hover {
	color: #fff;
	background: transparent url(../img/login-input-hover.gif) no-repeat;
}

div#login ul {
	padding: 0;
	list-style-type: none;
}

div#login ul li {
	float: left;
	margin-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #eaeaea;
	background: none;
}
div#login ul li:first-child {
	border: none;
	padding: 0;
}

input#login_username, input#login_passwd {
	width: 149px;
	background: transparent url("../img/new_input.gif") no-repeat;
	border: none;
	padding: 5px;
	color: #9d9470;
}

input#login_remember {
	border: none;
	width: inherit;
	padding: 0;
}

span.slogan {
	font-size: 16px;
	font-style: italic;
	color: #a9a58d;
	position: absolute;
	top: 50px;
	left: 245px;
}

/* MIDDLE */



div#middle {
	background: url(../img/middle-bg.jpg) repeat-x #f0ede0;
	height: 248px;
	width: 100%;
	padding-top: 40px;
	position: relative;
}


/* REGISTER */


div#register {
	position: absolute;
	left: 600px;
	width: 378px;
	height: 248px;
	background: url(../img/register-bg.jpg) repeat-x bottom;
}

div#bannerbox {
	position: absolute;
	left: 600px;
	width: 378px;
	height: 248px;
}


div#register ul {
	padding: 0;
	list-style-type: none;
}

div#register ul li {
	width: 189p×;
	height: 38px;
	line-height: 38px;
	color: #fff;
	background: url(../img/register-grey_tab.gif) no-repeat;
	float: left;
}

div#register ul li a {
	width: 189px;
	height: 38px;
	text-align: center;
	color: #fff;
	display: block;
	font-size: 14px;
}

div#register ul li a:hover, div#register ul li a.active {
	background: url(../img/register-green_tab.gif) no-repeat;
	text-decoration: none;
}

div#register form {
	display: block;
	margin-top: 45px;
	position: relative;
	width: 379px;
	height: 203px;
}

div#register form label{
	float: left;
	width: 100px;
	font-size: 10px;
	padding: 5px 5px 0 0;
	text-align: right;
	font-weight: bold;
}

div#register form input {
	width: 168px;
	height: 24px;
	border: 0;
	padding: 2px 5px 2px 5px;
	line-height: auto;
	background: transparent url(../img/register-input.gif) no-repeat;
}

div#register form textarea{
	width: 250px;
	height: 150px;
}

div#register form .boxes{
	width: 1em;
}

div#register form input#submitbutton{
	margin-left: 100px;
	margin-top: 5px;
	padding: 0;
	width: 175px;
	height: 46px;
	background: url(../img/register-button.gif) no-repeat;
	line-height: 46px;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
}

div#register form br{
	clear: left;
}

div#bonus {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../img/nor/register-auctions.png) bottom right no-repeat;
	width: 91px;
	height: 91px;
}


/* MAIN */

div#main {
	width: 1000px;
	overflow: hidden;
}

div#products { }

div#upcoming {
	clear: both;
	width: 800px !important;
	padding-top: 20px;
	position: relative;
}

div#content {
	background: url(../img/content-bg.jpg) top repeat-x #fff;
	padding-top: 60px;
	position: relative;
}

div#content div.inside {
	width: 900px;
}

div#content div.inside div.left {
	float: left;
	width: 440px;
}

div#content div.inside div.right {
	float: right;
	width: 340px;
}

div#content p {
	line-height: 18px;
}

div#content ul li {
	margin-bottom: 5px;
}

div.data h1, div.data h2 {
	margin-top: 0;
	padding-top: 0;
}

div.data {
	background: url(../img/data-bg-top.jpg) top no-repeat;
	padding: 15px 0 10px 0;
	width: 337px;
	overflow: hidden;
}

div.data table {
	border: 0;
	border-collapse: collapse;
	margin: 0 10px;
	width: 95%;
}

div.data table td {
	height: 24px;
	font-weight: bold;
	border: solid 1px #e5e5e5;
	border-width: 0 0 1px 0;
}

div.data table td.right {
	text-align: right;
	font-weight: normal;
}


div.data table td.center {
	text-align: center;
	font-weight: normal;
}

div.data table tr.heading td {
	text-transform: uppercase;
	font-weight: bold;
}

div.data div.data-bottom {
	background: url(../img/data-bg-bottom.jpg) bottom no-repeat;
	padding-bottom: 15px;
}


/* RIGHT */

div#right {
	min-height: 100%;
	background: #EBE7DB;
	position: absolute;
	top: 0;
	right: 21px;
	height: 100%;
	width: 170px;
}


/* FOOTER */

div#footer {
	margin-top: 20px;
	padding-top: 20px;
	clear: both;
	height: 250px;
	width: 100%;
	background: url(../img/footer-bg.jpg) repeat-x top #484747;
}

div#footer a:link, div#footer a:visited {
	color: #ffffff;
}


div#footer div.footer_item {
	float: left;
	padding-right: 15px;
}

div#footer ul {
	padding-left: 15px;
	list-style-type: none;
}

div#footer ul li {
	list-style-image:url(../img/footer-bullet.gif);
	margin-bottom: 5px;
}

div#footer ul li a:link, div#footer ul li a:visited {
	color: #777777;
	font-weight: normal;
}

div#footer ul li a:hover {
	color: #fff;
	text-decoration: none;
}



/* TOOLBAR */

div#toolbar{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:35px;
  background: url(../img/toolbar-bg.gif) bottom;
  padding: 5px 15px 0 15px;
 }
 
@media screen{
  body>div#toolbar{
   position: fixed;
  }
}

div#toolbar p {
	font-size: 11px;
	float: left;
	color: #fff;
}

div#toolbar a.profile:link, div#toolbar a.profile:visited {
	color: #ffffff !important;
		padding-right: 20px;
}

div#toolbar input.bids {
	float: left;
	text-align: right;
	margin: 5px 0 0 25px;
}

div#toolbar input.bidsit {
	font-weight: bold;
	float: left;
	text-align: right;
	margin: 5px 0 0 15px;
	width: 80px;
}

div#toolbar select.favorites {
	float: left;
	margin: 7px 0 0 25px;
}

div#toolbar a.green_button {
	margin: 5px 10px 0 10px;
}


/* DROPDOWN */


.desc { color:#6b6b6b;}
.desc a {color:#0092dd;}

.dropdown {
	position: absolute;
	top: 0;
	width: 160px;
	right: 22px;
	z-index: 10000;
	padding: 0;
	margin: 0;
}

.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
.dropdown dd { position:relative; }
.dropdown a, .dropdown a:visited { color:#816c5b; text-decoration:none; outline:none; font-weight: normal; font-size: 11px; }
.dropdown a:hover { color:#5d4617;}
.dropdown dt a:hover { color:#5d4617;}
.dropdown dt a {background: url(../img/flag-bg.gif) no-repeat; display:block; padding-right:20px; width:150px;}
.dropdown dt a span {cursor:pointer; display:block; padding:4px;}
.dropdown dd ul { background:#e4dfcb none repeat scroll 0 0; border:0px; color:#C5C0B0; display:none;
				  left:5px; padding:0px 0px; position:absolute; top:0px; width:auto; min-width:160px; list-style:none;}
.dropdown span.value { display:none;}
.dropdown dd ul li { width: 160px;}
.dropdown dd ul li a { padding:5px; display:block;}
.dropdown dd ul li a:hover { background-color:#d0c9af;}

.dropdown img.flag { border:none; vertical-align:middle; margin-right:5px; float: left; }



ul.vertical-menu {
	padding: 0;
	float: left;
	width: 170px;
	list-style-type: none;
	margin-right: 10px;
}

ul.vertical-menu li {
	height: 25px;
	background: url(../img/vertical-menu-white.gif) repeat-x;
	width: auto;
	margin-bottom: 0 !important;
}

ul.vertical-menu li a {
	height: 25px;
	width: auto;
	line-height: 25px;
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 11px;
	padding-left: 5px;
	font-weight: bold;
}




ul.vertical-menu li a.active, ul.vertical-menu li a:hover {
	background: url(../img/vertical-menu-green.gif) repeat-x;
	color: #fff;
}

div.data-big {
	background: url(../img/data-big-top.jpg) left top no-repeat;
	padding: 15px 379px 10px 0;
	width: 421px;
	overflow: hidden;
}

div.data-big div.data-big-bottom {
	background: url(../img/data-big-bottom.jpg) bottom no-repeat;
	padding-bottom: 20px;
	clear: left;
}

table.list {
	width: 80%;
}


table.list tr {
	border: solid 1px #e5e5e5;
	border-width: 0 0 0 1px;
}

table.list tr.heading {
	height: 25px !important;
	background: url(../img/vertical-menu-white.gif) repeat-x;	
}

table.list tr.heading td {
	font-size: 11px;
	font-weight: bold;
	height: 25px !important;
}

table.list td {
	height: 28px;
	border: solid 1px #e5e5e5;
	border-width: 0 1px 1px 0;
}

/* BINGO CSS */


/* END BINGO CSS */
div.bingo {
	width: 703px;
	height: 64px;
	left: 90px;
	display: block;
	padding-top: 30px;
	position: absolute;
	background: url(../img/upcoming-item-bg.jpg) no-repeat;
	padding-bottom: 10px;
}

/* UPCOMING PRODUCTS */


div.upcoming_item {
	position: relative;
	height: 64px;
	padding-bottom: 10px;
	cursor:pointer;
}

div.upcoming_item div.info {
	width: 703px;
	height: 64px;
	left: 90px;
	display: block;
	top: 0;
	position: absolute;
	background: url(../img/upcoming-item-bg.jpg) no-repeat;
}

div.upcoming_item div.info p.info {
	padding: 0 0 0 10px;
	font-size: 11px;
	height: 40px;
	width: 350px;
	overflow: hidden;
	float: left;
}

div.upcoming_item img.setbidbuddy {
	position: absolute;
	top: 15px;
	left: 650px;
}

div.upcoming_item p.time {
	font-size: 20px;
	text-align: center;
	margin: 20px 150px 0 0;
	width: 170px;
	float: right;
}




/* IEFIX */

/* 
 * Rules to fixing problems in IE7 
 */

.gk_news_options{
	text-indent:0!important;
	padding-right:12px!important;
	}
	
.gk_news_form_checkbox{
	border:none!important;
}

#popup_register .popup_padding label{
	display:block;
	height:40px;
	line-height:30px;
}

#form-login ul li{
	padding-left:5px!important;
}

a#hierarchybreadcrumb {
	color: #fff;
}

a.ui-state-focus {
	color: #333333;
}



/* slider */
		.container { height: 238px; width: 568px; margin-top: 0; overflow:hidden; position:relative; cursor:pointer; }
		.slides { position:absolute; top:0; left:0; }
		.slides div { position:absolute; top:0; height: 238px; width:568px; display:none; }
		#loopedSlider { position:absolute; top: 10px; clear:both; }
		/*
		 * Optional
		*/
		#loopedSlider,#newsSlider { width:568px;  clear:both; }
		ul.pagination { z-index: 7; position: absolute; top: 200px; left: 270px; list-style-type:none; margin:0; padding:0; margin:9px auto; width:132px; }
		ul.pagination li { float:left; margin:0 5px; }	
		ul.pagination a { display:block; width:12px; padding-top:12px; height:0; overflow:hidden; background-image:url(img/pagination.png); background-position:0 0; background-repeat:no-repeat;}
		ul.pagination li.active a {background-position:0 -12px}
		a.previous { z-index: 8; position:absolute; top:200px; left:95px; }
		a.next { z-index: 9; position:absolute; top:200px; right:15px; }



/* Tables */


table.list {
	border-collapse: collapse;
	margin: 10px 0 10px 0;
	width: 100%;
}

table.list tr.heading td {
	background: url(../img/vertical-menu-white.gif) repeat-x;
	font-weight: bold;
	padding-top: 5px !important;
}


table.list img {
	height: 50px;
	width: auto;
}

table.list td {
	border: solid #cacaca;
	border-width: 0 0 1px 0;
	padding: 3px;
}

div.navigation {
	color: #666666;
	text-align: center;
	font-size: 11px;
	margin: 10px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #666666;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

img.category-info {
	margin: 0 0 15px 0;
}

div#sold_product_counter {
	background: url(../img/counter-bg.gif) no-repeat;
	width: 257px;
	height: 22px;
	position: absolute; 
	top: 5px; 
	left: 50%; 
	margin-left: -128px;
	text-align: center;
}

div#sold_product_counter p {
	margin: 0;
	line-height: 20px;
	font-size: 11px;
	color: #cacaca;
	height: 20px;
}

p.points a:hover {
	color: #333333;
}

.jwts_title {
	margin:0 0 5px 0;
	padding:0px;
	overflow:hidden;
	background:url(../img/slide_bg_r.png) no-repeat right;
	cursor:pointer;
	height: 22px;
}

.jwts_title_left {
	background:url(../img/slide_bg_l.png) no-repeat left;
	margin:0 10px 0 0;
	height: 22px;
	line-height: 22px;
	padding-left: 15px;
	color: #333333;
}

.jwts_title_left:hover {
	color: #666666;
}

div.sheet {
	padding: 5px 0 20px 15px;
}

	div.bidpackage {
		background: url(../img/bidpackage_bg.jpg) no-repeat bottom;
		height: 243px;
		width: 166px;
		float: left;
		margin-bottom: 20px;
	}
	
	div.bidpackage:hover {
		background: url(../img/bidpackage_select.jpg) no-repeat bottom;
		cursor: pointer;
	}
	
	div#selected.bidpackage {
		background: url(../img/bidpackage_select.jpg) no-repeat bottom;
		height: 243px;
		width: 166px;
		float: left;
		margin-bottom: 20px;
	}
	
	div.bidpackage img.package {
		margin-left: 35px;
	}
	
	div.bidpackage h3 {
		text-align: center; 
		margin: -20px 0 0 0;
		height: 30px;
	}
	
	div.bidpackage p.bids {
		text-align: center; 
		font-size: 9px; 
		color: #666666; 
		line-height: 12px; 
		margin-top: 0;
		margin-bottom: 15px;
		height: 40px;
	}
	
	div.bidpackage p.pricetag {
		color: #ffffff;
		font-size: 21px;
		text-align: center;
		height: 40px;
		margin: 0;
	}
	
	div.infobox {
		background: url(../img/infobox.png) no-repeat;
		height: 148px;
		width: 230px;
		display: block;
		position: absolute;
		z-index: 100;
		left: 300px;
		margin-top: -40px;
	}
	
	div.infobox p {
		margin-top: 55px;
		color: #ffffff;
		font-size: 14px;
		text-align: center;
	}
	
	div.bank {
		width: 155px;
		height: 70px;
		background: url(../img/bank-select.jpg) no-repeat;
		float: left;
		margin: 0 5px 5px 0;
	}
	
	div.bank:hover {
		cursor: pointer;
		width: 155px;
		height: 70px;
		background: url(../img/bank-bg.jpg) no-repeat;
	}		
	
div#purchase table.listalistalista {
	margin: 0 0 20px 0;
}

table.listalistalista {
	border-collapse: collapse;
	margin: 10px 0 10px 0;
	width: 100%;
}

table.listalistalista tr.heading td {
	background: #cacaca;
	font-size: 11px;
	font-weight: bold;
}

table.listalistalista img {
	width: auto;
}

table.listalistalista td {
	border: solid #cacaca;
	border-width: 0 0 1px 0;
	padding: 3px;
}

table.listalistalista td {
		border-width: 1px;
		padding-left: 5%;
}	

form.register {
	padding: 10px;
	width: 100%;
	position: relative;
}

form.register label {
	width: 100px;
	display: block;
	float: left;
	text-align: right;
	font-size: 11px;
	color: #666666;
	padding: 5px 10px 0 0;
}

form.register select {
	margin-bottom: 10px;
	height: 20px;
}

form.register input.input {
	float: left;
	width: 282px;
	height: 28px;
	display: block;
	background: transparent url(../img/register-input-normal.gif) no-repeat;
	border: none;
	color: #333;
	padding: 0 10px 0 10px;
	margin: 0 0 5px 0;
}

form.register input.green {
	background: transparent url(../img/register-input-green.gif) no-repeat !important;
}

form.register input.red {
	background: transparent url(../img/register-input-red.gif) no-repeat !important;
}

form.register br {
	clear: left;
}

form.register p.info {
	margin: 0 0 10px 110px;
	font-size: 10px;
	width: 282px;
	color: #666;
}

form.register div.info-green, form.register div.info-red {
	position: absolute;
	left: 380px;
	z-index: 1000;
	background: url(../img/info-green-top.gif) top no-repeat;
	width: 317px;
	color: #fff;
	padding: 10px 10px 0 35px;
	font-size: 11px;
	font-weight: bold;
}

form.register div.info-red {
	background: url(../img/info-red-top.gif) top no-repeat;
	margin-top: 1px;
}

form.register div.info-green img, form.register div.info-red img {
	margin-left: -14px;
}

a.button-green, a.button-dim, a.button-grey {
	width: 155px;
	height: 39px;
	background: url(../img/button-green.gif) no-repeat;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 39px;
	float: left;
	margin: 0 10px 10px 0;
}

a.button-dim {
	background: url(../img/button-dim.gif) no-repeat;
	color: #666;
}

a.button-grey {
	background: url(../img/button-grey.gif) no-repeat;
}

a.button-green:hover, a.button-dim:hover, a.button-grey:hover {
	text-decoration: none;
	color: #CCCCCC;
}

div.loginregister {
	margin: 10px;
}

div.loginregister label {
	width: 150px;
	text-align: left;
	margin: 0 0 5px 0;
}

a.green {
	width: auto;
	height: 31px;
	background: url(../img/nor/button-green-left.gif) no-repeat left;
	margin: 0 5px 5px 0;
	float: left;
}

a.green span {
	height: 31px;
	font-size: 12px;
	line-height: 31px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	padding: 0 10px 0 10px;
	background: url(../img/nor/button-green-right.gif) no-repeat right;
}

a.white span:hover, a.green span:hover {
	color: #666666;
}

/*Easyslider*/

#highlight ul, #highlight li{
	margin:0;
	padding:0;
	list-style:none;
	}
#highlight, #highlight li{ 
	width:568px;
	height:238px;
	overflow:hidden; 
	}
span#prevBtn{
	 z-index: 8; position:absolute; top:200px; left:95px;
}
span#nextBtn{
	 z-index: 9; position:absolute; top:200px; right:15px;
}

/*
a.previous { }
a.next { }
*/		


span.new {
background:url("../img/new.png") no-repeat scroll 0 0 transparent;
color:#333333;
cursor:pointer;
font-size:18px;
font-weight:bold;
height:45px;
left:100px;
letter-spacing:-1px;
line-height:45px;
position:absolute;
text-align:center;
top:45px;
width:45px;
}












/* easy slider */
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#slider_container{	
		text-align:left;
		
width:568px;
		background:#fff;		
		}	
	#slider_content{
		position:absolute;
		margin-top: 10px;
		}	

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		
width:568px;
		height:237px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		
width:568px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	
	
	ol#controls{
	margin: 0px;
	padding: 0px;
		
		}
	ol#controls li{
		display:inline;
		margin:0; 
		padding:0;
		}
	ol#controls li a{
		text-decoration: none !important;
 background: url('../img/tick.png') no-repeat 0 0;
  cursor: pointer;
top: 4px;
right:5px;
padding-right:12px;
padding-bottom:5px;
		}
	ol#controls li.current a{
 background: url('../img/tick_active.png') no-repeat 0 0; 
 cursor: pointer;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
	p#valintaboksi {
position: absolute; 
bottom: 0px;
right: 0px; 
}
	
/* easy slider */


.nonvis {
	visibility: hidden;
}



.hiddenaway {
	display: none;
}





div#login p a {
	margin-right: 15px;
}


div#notloggedinlogin {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 450px;
}

div#notloggedinlogin input.button {
	background: transparent url(../img/login-input.gif) no-repeat;
	color: #fff;
	border: none;
	width: 49px;
	text-align: center;
	font-size: 11px;
	margin-top: 5px;
	padding: 5px 0 5px 0;
	line-height: 24px;
	text-transform: capitalize;
	cursor: pointer;
}

div#notloggedinlogin input.button:hover {
	color: #fff;
	background: transparent url(../img/login-input-hover.gif) no-repeat;
}

div#notloggedinlogin input {
	float: left;
	width: 282px;
	height: 28px;
	display: block;
	background: transparent url(../img/register-input-normal.gif) no-repeat;
	border: none;
	color: #333;
	padding: 0 10px 0 10px;
	margin: 0 0 5px 0;
}

div#notloggedinlogin label {
	width: 100px;
	display: block;
	float: left;
	text-align: right;
	font-size: 11px;
	color: #666666;
	padding: 5px 10px 0 0;
}

div#notloggedinlogin input#profileloginbox {
visibility:hidden;
}
