@charset "utf-8";

#SelectTypeBl
{
	background:url(../images/calc/type_bg_t.gif) top left no-repeat;
	width:666px;
	padding-top:14px;
	margin-top:12px;
}
#SelectTypeCont
{
	background:url(../images/calc/type_bg_b.gif) bottom left no-repeat;
	padding: 10px 47px 10px 25px;
}
#SelectTypeCont table
{
	font-size:74%;
	width:600px;
}
#SelectTypeCont table td
{
	vertical-align:top;
}
#SelectTypeCont table td.ico
{
	text-align:center;
	padding-right:5px;
}
#SelectTypeCont .price
{
	font-size:80%;
	color:#ccc;
	font-weight:600;
	margin-top:5px;
}
#SelectTypeCont .typename
{
	color:#3399d5;
	font-weight:600;
	border-bottom:1px #3399d5 dashed;
	padding-bottom:1px;
}
#SiteDesign
{
	width:665px;
	float:left;
	overflow:hidden;
	margin-top:35px;
	background:url(../images/calc/dot.gif) bottom repeat-x;
	padding-bottom:10px;
}
#SiteDesign #LeftCol
{
	float:left;
	width:300px;
}
#SiteDesign #RightCol
{
	float:left;
	width:300px;
}
#SiteDesign table td, #CMS table td
{
	vertical-align:middle;
	padding-bottom:5px;
}
#SiteDesign .dashed
{
	color:#588caa;
	border-bottom:dashed #588caa 1px; 
}
.grey_title
{
	font-size:80%;
	font-weight:600;
	margin-left:15px;
	height:14px;
	text-align:left;
	margin-right:3px;
}
.ques_ico
{
	margin-left:3px;
}
.site_cost
{
	background:url(../images/calc/cost_bg.gif) top left no-repeat;
	text-align:center;
	width:665px;
	height:34px;
	margin-top:16px;
	text-align:right;
/*	padding-top:9px;*/
}
.price
{
	color:#feb70b;
	font-weight:600;
	font-size:90%;
}
.rub
{
	color:#fff;
	font-size:70%;
	margin-right:24px;
}

/*---------------------Form------------------------*/
input.radio 
{
	border:none;
	background:#fff;
}
input.check
{
/*	border:none;*/
/*	border: solid 1px #cac8bb;*/
	border:none;
	background:#fff;
}
input.inp
{
	border: solid 1px #cac8bb;
	background:#fff;
}
