/* ~~~ ©2004 Rm; implementation by Vady ~~~
	vady[at]i.com.ua
	
	{var}
	cross-browser = false;
	static-values = true;
	unique-colors = true;
	...

*/

/* ~~~ [regular classes/selectors definitions] ~~~ */
BODY, PRE, TD, LI, UL, OL, DL, P, FORM, INPUT, SELECT, TEXTAREA {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
}
BODY {
	padding: 0;
	margin: 0;
/*/*/
	background: url(../images/bg.gif) repeat-y;
/*buzz*/
}
IMG {
	border-color:#666666;
}
fieldset {
	margin-top: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #BFDCB7;
	padding: 10px;
	font-size: 12px !important;
	font-weight: bold;
}
fieldset p {
	padding: 5px 10px 10px 5px;
	margin: 0;
	font-size: 11px;
	font-weight: normal;
}

/* ~~~ [pseudo classes] ~~~ */
A {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
A:hover {
	color: #666666;
	text-decoration: underline;
}

/* ~~~ [colors] ~~~ */
.color1 {
	background-color: #459832;
}
.color2 {
	background-color: #FF9900;
}

/* ~~~ [text feat] ~~~ */
.path {
	background-color: #9AAD94;
/*/*/
	padding: 1px 10px 2px
/*buzz*/
}
.path, .path a {
	color: #FFFFFF;
	font-size: 11px
}
.copyright {
	border-left: 1px solid #EBF7E7
}
.introblocks {
/*/*/
	padding: 33px 18px
/*buzz*/
}
.introblocks p {
	text-indent: 20px;
/*/*/
	margin: 8px 0px;
/*buzz*/
}
.introblocks p.none {
	margin: 0px !important
}
.introblocks, .introblocks td, .introblocks p, .introblocks li {
	color: #122C14;	
}
.introblocks div.m {
	width: 100%;
	text-align: right;
	color: #0F0F0E
}
.introblocks div.m a {
	font-weight: bold;
	color: #3B3E3A;
	text-decoration: underline
}
.introblocks div.m a:hover {
	text-decoration: none
}
.introblocks ul.s {
	list-style: none inside;
	margin-top: 0px;
	margin-left: 10px;
}
.bg {
	height: 100%;
/*/*/
	background: url(../images/bg-star.gif) repeat-x bottom;
/*buzz*/
}
.boxed, .c-boxed {
/*/*/
	background: url(../images/box-c.gif) repeat-x top;
/*buzz*/
}
.boxed, .c-boxed, .boxed td, .c-boxed td {
	color: #620A09
}
td.c-boxed {
	text-align: center
}
.boxedd h4, .boxedd h5, .boxd h4, .boxd h5 {
	margin: 0px;
	color: #5C0000;
	font-size: 14px;
	padding: 5px 0px 2px;
}
.boxedd {
/*/*/
	background: url(../images/box-c-3.gif) repeat-x top;
/*buzz*/
}
.bxd-1 {
/*/*/
	background: url(../images/box-3-b.gif) repeat-y;
/*buzz*/
}
.bxd-2 {
/*/*/
	background: url(../images/box-3-d.gif) repeat-x;
/*buzz*/
}
.boxd {
	vertical-align: top;
/*/*/
	background: url(../images/box-c-2.gif) repeat-x top;
/*buzz*/
}
.boxedtxt {
	/*/*/
/* disabled cause [css box (height=100%)] block below >>
	re-enabled again ;-)*/
	border: 1px solid white;
	border-color: white;
	border-style: solid;
	border-width: 0 1px 1px 1px;
/*buzz*/	
}
.boxedtxtt {
/*/*/
	border: 1px solid white;
	border-color: #528B3F;
	border-style: solid;
	border-width: 0 1px 1px 1px;
/*buzz*/
}
div.sign {
	clear: both;
	margin-top: 10px;
	background-color: #8CD261;
/*	width: 100%;*/
	text-align: right;
	color: #173F09;
	font-weight: bold;
	padding: 1px 26px 2px
}
div.sign a {
	color: #173F09;
}
div.t {
	clear: both !important;
/*	padding: 10px
	height: 100%;
*/
}
div.t p {
	color: #000000;
	margin: 5px 10px 5px 10px;
	text-align: justify;
}
div.t p a {
	text-decoration: underline;
}
div.t p a:hover {
	color: #173F09;
	font-weight: bold;
	text-decoration: none;
}
div.tt {
	height: 100%;
	font-size: 11px;
}
div.tt p {
	font-size: 11px;
	color: #000000;
	text-align: justify;
	text-indent: 25px;
	white-space: normal;
	margin: 5px 10px 5px 10px;
}
div.tt p img, div.t p img {
	margin-right: 10px !important;
}
div.t p a {
	text-decoration: underline;
}
div.tt p a:hover {
	text-decoration: none;
}
div.tt p strong {
	color: #1A1D19
}
div.tt p span {
	font-size: 18px;
	color: #274F19
}
div.tt h3 {
	width: 100%;
	margin: 0;
	padding: 5px 10px 5px 25px;
	color: black;
	font-size: 16px;
}
div.tt li {
	color: #000000;
	font-size: 11px;
	font-style: italic;
	margin-bottom: 3px;
}
div.bgg {
	width: 767px;
	background: url(../images/topbg.gif) repeat-x top;
}

/* ~~~ [forms] ~~~ */
.fields {
	width: 266px;
	font-size: 11px;
	height: 16px;
	color: #666666;
	background-color: #F8F8F8;
	vertical-align: middle;
/*/*/
	border: 1px solid #D4D0C8;
	padding: 0 10px;
/*buzz*/
}
.txtarea {
	font-size: 11px;
	width: 266px;
	height: 80px;
	color: #666666;
	background-color: #F8F8F8;
	vertical-align: middle;
/*/*/
	border: 1px solid #D4D0C8;
/*buzz*/
}
.buttons {
	font-size: 10px;
	font-weight: bold;
	height: 18px;
	color: #ffffff;
	background-color: #FF9900;
	vertical-align: middle;
	text-transform: uppercase;
/*/*/
	padding: 1px 5px;
	border-color: #cecece #928A81 #928A81 #cecece;
	border-style: solid;
	border-width: 1px;
/*buzz*/
}
.errormsg {
	color: #ff0000;
	font-weight: bold;
}
.field {
	width: 266px;
	background-color: #F2FAEF
}

/* ~~~ [css layout] ~~~ */


/* ~~~ [data table] ~~~ */
table.popup {
	empty-cells: show;
}
table.popup, table.popup p, table.popup a, table.popup td, table.popup th {
	font-size: 12px;
	color: #000000;
}
table.popup thead tr th {
	padding: 12px 10px;
	font-weight: bold;
	color: #630808;
	vertical-align: middle;
	background-color: #A5E773
}
table.popup tbody tr td {
	background-color: #ffffff;
	padding: 12px 10px;
}
tr.popup td {
	background-color: #E8E8E8 !important
}
table.popup tbody tr td span {
	font-size: 10px !important
}
.boxxed {
	height: 525px; /*was: 505px*/
}
.warnings {
	background: url(../images/warning-ico.gif) no-repeat top left;
	padding: 10px 5px 10px 60px;
}
.warnings p {
	padding: 0px 0px 10px;
	margin: 0px;
}
p.pricetab {
/*	background: url(/images/ppricing.gif) no-repeat top left;
	padding: 35px 5px 0px 15px;
	margin-top: 10px;*/
	background-color: #C2E6B8;
	border-top: 1px solid #AED1A4;
	padding: 5px 15px;
	clear: both;
}


/* ~~~ [css box (height=100%)] ~~~ */
.box-cnt {
	position: relative;
	min-height: 100%;
	height: 100% !important;
	width: auto;
	background-color: #CFF3C5;
	/*/*/
	border-color: white;
	border-style: solid;
	border-width: 0 0px 0px 0px;
/*buzz*/
}
html>body .box-cnt {
/*	height: auto;*/
}
.box-footer, .box-empty {
	height: 18px;
}
.box-footer {
	left: 0px;
	bottom: 0px;
	width: 100%;
/*	width: expression('100%');*/
	position: absolute;
	background-color: #8CD261;
	font-weight: bold;
	text-align: right;
	color: #173F09;
	vertical-align: bottom;
	padding: 1px 0px 2px
}
.box-footer a, .box-footer td, .box-footer td a {
	font-weight: bold;
	color: #173F09;
}