/**********************************************************************
 * Oy Nerival Group Ab
 *
 * Frontpage CSS file
 *
 * @file frontpage.css
 * @date 10.06.2011
 * @author kalle
 * @copyright Toinen veli Oy
 *
 * Toinen veli Oy - Innovative and agile web development
 *
 * (c) Toinen veli Oy - All rights reserved
 **********************************************************************/

/*
 * Add some content-specific stuff for left & right divs
 */
.lbig {
	width: 440px;
}

.rbig {
	width: 420px;
}

.pricelist {
	padding: 0 0 0 1em;
}

.cats {
	width: 320px;
	padding: 3em 3em 0 0;
}

/*
 * Set the main header text box certain sized
 */
.head {
	width: 440px;
}

/*
 * Actual input backround
 */
input.small {
	width: 160px;
	height: 26px;
	border: 1px solid #eee;
	background: url('../img/input_small.png') no-repeat #eee;
}

.ileft {
	float: left;
	width: 164px;
	margin-right: 1em;
}

.iright {
	float: right;
}

#tryagain {
	display: none;
}
	#tryagain a {
		font-size: 12px;
		color: #467EA3;
		text-decoration: none;
	}

	#tryagain a:hover {
		text-decoration: none;
	}
