@charset "utf-8";

/* Oikotie box stylesheet */

/* Oikotie box */
#ot-box {
	position: relative;
	width: 160px;
	overflow: hidden;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
}

/* Oikotie box: link images */
#ot-box a  img {
	border: none;
}

/* Oikotie box header */
#ot-box-header {
	margin-bottom: 10px;
}

/* Oikotie box header: home link */
#ot-box-home-link img {
}

/* Oikotie box header: title */
#ot-box-title {
	text-transform: uppercase;
	text-decoration: none;
	color: #ec008c;
}
#ot-box-title:hover {
	text-decoration: underline;
}
#ot-box-title:visited {
	color: #ec008c;
}

/* Oikotie box content: content */
#ot-box-content {
	position: relative;
}

/* Oikotie box content: lists */
#ot-box-content .ot-box-list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/* Oikotie box content: list items */
#ot-box-content .ot-box-list li {
	clear: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/* Oikotie box content: item links */
#ot-box-content .ot-box-list li a {
	display: block;
	float: left;
	width: 100%;
	padding: 8px 0px;
	color: #000000;
	text-decoration: none;
}
#ot-box-content .ot-box-list li a:visited  {
	color: #000000;
}
#ot-box-content .ot-box-list li a:hover {
	text-decoration: underline;
}

/* Oikotie box content: pictures */
#ot-box-content .ot-box-picture {
	float: left;
	width: 70px;
	height: 52px;
}

/* Oikotie box content: item information */
#ot-box-content .ot-box-list li span {
	display: block;
	margin-left: 76px;
	white-space: nowrap;
}
#ot-box-content .ot-box-city {
	margin-top: -2px;
	font-weight: bold;
}
#ot-box-content .ot-box-area {
	font-weight: bold;
}
#ot-box-content .ot-box-price {
	margin-bottom: -2px;
}

/* Oikotie box content: footer */
#ot-box-footer {
	clear: both;
	padding-top: 4px;
}

/* Oikotie box content: more button */
#ot-box-more {
	width: 160px;
	color:#EC008C;
	text-decoration:none;
}

/* Cosmopolitan: link buttons (remove these) */
#ot-box .button:hover {
	background-color:#23C5FC;
	color:#FFFFFF;
}
#ot-box .button {
	display:block;
	margin:5px 0 0;
	text-align:center;
	background-color:#00B7F7;
	color:#FFFFFF;
	font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
	padding:3px 5px 2px;
	text-transform:uppercase;
}
#ot-box .button:hover {
	background-color:#5EC2FF;
}

/* Site-specific style overrides */

