/* section setup */
body
{
	font-size: 12px;
}

#mspContainer
{
	width: 100%;
	background: #ffffff url('/images/msp/bg-home.jpg') no-repeat center top;
}
#mspContent
{
	width: 942px;
	margin: 0px auto;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
	background: #ffffff;	
	overflow: hidden;
	position: relative;
	padding: 0px;
	padding-bottom: 20px;
}

/* home page */
#mspContent #mspDetails
{
	position: relative;
	margin-top: -45px;
}
#mspContent h1
{
	height: 198px;
	width: 942px;
	background: url('/images/msp/bg-h1.jpg') no-repeat top left;
	
}
#mspContent #mspDetails .intro
{
	position: relative;
	top: -10px;
	left: 10px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}
#mspContent #mspDetails .intro p
{
	width: 440px;
	padding: 5px 0 0 0;
	font-size: 14px;
}

#mspContent #mspDetails .why
{
	width: 360px;
	height: 312px;
	background: url('/images/msp/bg-border-home-large.jpg') no-repeat top left;
	float: left;
	padding: 10px;
	margin: 10px 0px 10px 10px;
}

#mspContent #mspDetails .msp,
#mspContent #mspDetails .topup
{
	width: 510px;
	height: 140px;
	float: right;
	clear: right;
	background: url('/images/msp/bg-border-home-small.jpg') no-repeat top left;
	overflow: hidden;
	padding: 10px;
	margin: 10px 10px 10px 0px;
}
#mspContent #mspDetails .topup
{
	margin-top: 0px;
}

#mspContent #mspDetails .msp img,
#mspContent #mspDetails .topup img
{
	float: left;
	display: block;
}
#mspContent #mspDetails .msp div,
#mspContent #mspDetails .topup div
{
	float: right;
	width: 345px;
}

#mspContent #mspDetails .msp p,
#mspContent #mspDetails .topup p
{
	font-size: 11px;
	margin: 0px 0px 5px 0px;
	text-align: justify;
	color: #373737;
}
#mspContent #mspDetails .msp .arrowLink,
#mspContent #mspDetails .topup .arrowLink
{
	display: block;
}

/* prices page */
.mspPricesPage #mspContent #tabs
{
	margin: 20px 18px 0px 18px;
	overflow: hidden;
}
.mspPricesPage #mspContent #tabs li
{
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.mspPricesPage #mspContent #tabs li a
{
	display: block;
	height: 37px;
	line-height: 38px;
	width: 129px;
	text-align: center;
	color: #ffffff;
	background: url('/images/msp/bg-tabs-prices.jpg') no-repeat -129px 0px;
	padding: 0px;
	margin: 0px;
}
.mspPricesPage #mspContent #tabs li a:hover{ background-position: -129px -38px; text-decoration: underline; }
.mspPricesPage #mspContent #tabs li a.active{ background-position: -129px -76px; color: #000000; font-weight: bold; text-decoration: none; }
.mspPricesPage #mspContent #tabs li a#tabColt{ background-position: 0px 0px; }
.mspPricesPage #mspContent #tabs li a#tabColt:hover{ background-position: 0px -38px; }
.mspPricesPage #mspContent #tabs li a#tabColt.active{ background-position: 0px -76px; color: #000000; }
.mspPricesPage #mspContent #tabs li a#tabL200{ background-position: -258px 0px; }
.mspPricesPage #mspContent #tabs li a#tabL200:hover{ background-position: -258px -38px; }
.mspPricesPage #mspContent #tabs li a#tabL200.active{ background-position: -258px -76px; color: #000000; }

.mspPricesPage #mspContent #panels
{
	border: 1px solid #d9d9d9;
	border-top: 0px;
	margin: 0px 18px 20px 18px;
	padding: 20px 40px;
	position: relative;	
	width: 821px;
	/*height: 800px;*/
	background: #f7f7f7;
}

.mspPricesPage #mspContent #panels div
{
}

.mspPricesPage #mspPriceColtBlock table{ margin-top: 0px; }
.mspPricesPage #mspPriceLancerBlock table{ margin-top: 30px; }
.mspPricesPage #mspPriceEvolutionBlock table{ margin-top: 50px; }
.mspPricesPage #mspPriceGrandisBlock table{ margin-top: 50px; }
.mspPricesPage #mspPriceOutlanderBlock table{ margin-top: 50px; }
.mspPricesPage #mspPriceShogunBlock table{ margin-top: 50px; }
.mspPricesPage #mspPriceL200Block table{ margin-top: 50px; }

.mspPricesPage table th span
{
	text-transform: lowercase;
	font-weight: normal;
	font-size: 10px;
}	