﻿@charset "UTF-8";
div.item[id] {
	padding-left: 67px;
	background-image: url("../../images/layout/mdn_studio.gif");
	background-repeat: no-repeat;
	background-position: left 6px;
}
div.item p a {
	white-space: nowrap;
}
div.item#mdns  {
	background-image: url("../../images/layout/mdn_product.gif");
}
div.item#vc  {
	background-image: url("../../images/layout/mdn_city.gif");
}
div.item#csh  {
	background-image: url("../../images/layout/mdn_haven.gif");
}
div.item#edc  {
	background-image: url("../../images/layout/mdn_edc.gif");
}
div.item#server  {
	background-image: url("../../images/layout/mdn_server.gif");
}
div.item#sdk  {
	background-image: url("../../images/layout/mdn_sdk.gif");
}
div.item#sql  {
	background-image: url("../../images/layout/mdn_sqlserv.gif");
}
div.item#exp  {
	background-image: url("../../images/layout/mdn_expserv.gif");
}
a.action {
	background-repeat: no-repeat;
	background-position: 96% center;
	display: block;
	padding-top: 14px;
	padding-bottom: 12px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 1.6em;
	text-align: left;
	padding-right: 4.7em;
	background-color: #F9F9F9;
	color: #777777;
}
a.action:hover {
	border-top-color: #F6AA94;
	border-right-color: #F6AA94;
	border-bottom-color: #F6AA94;
	border-left-color: #F6AA94;
}
a.action strong {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.action span {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.8em;
	line-height: 1.7em;
}
a.action.pdf {
	color: #892F29;
	background-image: url("../images/action_pdf.gif");
}
a.action.info {
	color: #777777;
	background-image: url("../images/action_info.gif");
}
#content ul {
	display: block;
	width: 100%;
	overflow-y: auto;
}
#content  ul div {
	width: 47%;
	float: right;
}
#content ul div.first {
	float: left;
}



