body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background: url('img/background.gif') repeat-x #000 fixed;

	}


img { display: inline; margin: 0; border:0}

a {
	color: #e8b92e;
	}
	
p {
	padding: 5px 24px 0px 24px;
	}

#outlet_container {
	width: 650px;
	margin: 0 auto;
	border: 1px solid white;
	background: black;
	}
	
#outlet_header {
	height: 170px;
	}

#outlet_footer {
	width: 650px;
	margin: 0 auto;
	text-align: center;
	padding-top: 5px;
	}
	
#navi {
	height: 14px;
	line-height: 2px;
	color: white;
	}	

#navi ul {padding: 0 0 0 25px; font-size: 11px;}
#navi li { display: inline; }

#item_cont {
	width: 600px;
	margin: 10px 24px 10px 24px;
	}
	
.item p {
	font-size: 10px;
	margin: 0px 2px 0px 2px;
	}
	
.item {
	width: 148px;
	height: 298px;
	float: left;	
	text-align: center;
	margin-bottom: 5px;
	background: url('img/tuote_back.gif') repeat-x;
	background-position: bottom;
	border: 1px solid #efefef;
	}

.item_name { 
	background: #fbfbfb;
	height: 35px;
	padding-top: 5px;
	font-size: 13px;
	border-left 1px solid #efefef;
	border-right: 1px solid #efefef;	
	color: #000;
	}
	
.item_img {
	width: 150px;
	height: 140px;
	display: block;
	margin-top: 10px;
	}

.item_tiedot {
	width: 140px;
	padding: 5px;
	}

.item_brand {
	text-align: center;
	height: 50px;
	}

.item_kuvaus {
	height: 60px;
	}

.item_sizes {
	height: 20px;
	}

.item_old_price {
	height: 20px;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	}
	
.item_price {
	height: 30px;
	color: black;
	text-align: center;
	font-weight: bold;
	font-size: 23px;
	background: #e8b92e;
	}

.clear { clear: both; }

.button {
	background: black;
	color: #fff;
	border: 1px solid #e8b92e;
	}

/* =============== HALLINTA =================== */

#admin_cont {
	width: 600px;
	margin: 10px 24px 10px 24px;
	}
