/* CLASSES */

.c { clear: both; } 
.l { float: left; }
.ctr { float: none; }
.r { float: right; }
.collection-product-name { font-size: 11px; }
.collection-title { line-height: 90px; font-size: 22px; font-weight: bold; }
.nav-link { color: #000; font-size: 11px; text-decoration: none; }
.product-description { font-size: 18px; font-weight: bold; }
.product-details td { line-height: 20px;}
.product-details-label { text-align: right;  font-weight: bold; font-size: 13px; }
.product-details-value { padding-left: 10px; font-size: 14px; }
.product-type { font-size: 13px; }
.return-collection { color: #000; font-size: 11px; text-decoration: none; }

.button_collection {
	display:block;
	width:200px;
	height:20px;
	text-indent:-9999px;
}
.button_collection a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url(http://www.owlee.com/10_common_graphics/button_database_collection.gif) no-repeat top left;
	outline:none;
}
.button_collection a:hover {
	background-position:0 -20px;
}

.button_previous {
	display:block;
	width:100px;
	height:20px;
	text-indent:-9999px;
}
.button_previous a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url(http://www.owlee.com/10_common_graphics/button_database_previous.gif) no-repeat top left;
	outline:none;
}
.button_previous a:hover {
	background-position:0 -20px;
}

.button_index {
	display:block;
	width:160px;
	height:20px;
	text-indent:-9999px;
}
.button_index a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url(http://www.owlee.com/10_common_graphics/button_database_index.gif) no-repeat top left;
	outline:none;
}
.button_index a:hover {
	background-position:0 -20px;
}

.button_next {
	display:block;
	width:100px;
	height:20px;
	text-indent:-9999px;
}
.button_next a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url(http://www.owlee.com/10_common_graphics/button_database_next.gif) no-repeat top left;
	outline:none;
}
.button_next a:hover {
	background-position:0 -20px;
}



/* IDs */

#collection {
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 22px;
    margin-top: 0px;
}

#collection_contract {
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 22px;
    margin-top: 0px;
	 min-height: 550px;
}

