﻿
#plans { width : 800px;	margin : 10px auto 20px auto;}

#plans table 
{	padding : 0; 
 	margin : 0;
	border :  0;
	width : 99%;
	font-weight : bold;
	margin-left : auto;
	margin-right : auto;
}


#plans table tr.p1
{
   height : 40px;
   background-color : #A9E0FF;
   color : #376380;
}
#plans table tr.p2
{
   height : 40px;
   background:#D3EEFF;	
   color: #376380;
}
#plans table tr.p3
{
   height : 20px;
   background:#D3EEFF;	
   color: #376380;
   text-align : right;
}
#plans table tr.p3 td, #plans table tr.p2 td, #plans table tr.p1 td
{
   padding-left : 5px;
   padding-right : 5px;
}

#plans table tr.p3 b
{
	float : left;
}
#plans table tr td.c
{
	width : 120px;
	text-align :center;
}
#plans #b
{
	width : 100%;
	margin: 10px auto 10px auto;
}
#plans #b div 
{ 
	text-align : center;
}

#plans #pay
{
	margin: 10px 0 10px 0;
	font-weight : bold;
}

#plans #webmoney
{
    width : 50%;
    float : left;
}


#plans #webmoney,#robocassa
{
    font-weight : normal;
    padding-left : 10px;
    padding-right : 10px;
}

#plans #webmoney h4,#robocassa h4
{
    text-align : center;
    font-weight : normal;
}

#plans #robocassa h4
{
    padding-top : 17px;
}

#plans #webmoney p,#robocassa p
{
    text-align : justify;
}


