/************************************
 *                                  *
 *  VEMMiNA Shop                    *
 *  stylesheet for cat overview     *
 *                                  *
 ************************************
 
 
*/
 

/*  head   */

h1 {
	display: block;
}
 
div.content_inner {
	width: 506px !important;
}

div.cat_overview_header {
	width: 490px;
	margin-bottom: 40px;
}

div#topright_big {
	margin-left: 482px !important;
}

div.cat_overview_header_img {
	height: 160px;
	width: 490px;
	background-position: center center;
	background-repeat: none;
}

div.cat_overview_header_text {
	background: #DDECF3;
	padding: 7px 10px 7px 0;
	text-align: right;
	font-size: 18px;
	color: #006EA7;
	font-weight: bold;
}


/*   repeater   */

div.cat_overview_item {
	width: 237px;
	float: left;
	margin: 16px 16px 20px 0;
	cursor: pointer;
}

div.topright_tp,
div.botright_tp {
	margin-left: 229px;
}

div.cat_overview_head {
	color: #006EA7;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 3px;
}

div.cat_overview_subhead {
	font-size: 12px;
	font-weight: bold;
	height: 32px;
}

div.cat_overview_image {
	width: 90px;
	height: 90px;
	background-position: center center;
	background-repeat: none;
	position: absolute;
}

div.cat_overview_intro {
	height: 88px;
	vertical-align: middle;
	background: #DDECF3;
	border: 1px solid #DDECF3;
}

div.cat_overview_intro div.read {
	font-size: 11px;
}

div.cat_overview_intro_text {
	margin: 5px 0 2px 96px;
	font-size: 11px;
	width: 135px;
}

* html div.cat_overview_intro_text {
	margin-right: 3px;
}
