.b0px 			{border:0px}
.b1px-dotted 	{border:1px dotted #999999;}
.m0px 			{margin:0px}
.m5px 			{margin:5px}
.m10px 			{margin:10px}
.m15px 			{margin:15px}
.m20px 			{margin:20px}
.p0px			{padding:0px}
.p3px			{padding:3px}
.p5px			{padding:5px}
.p10px			{padding:10px}
.mt5px 			{margin-top:5px}
.mb10px 			{margin-bottom:10px}
.mr5px 			{margin-right:5px}
.ml20px 			{margin-left:20px}
.mt10px 			{margin-top:10px}
.fs24px 			{font-size:24px}
.fs20px 			{font-size:20px}
.fs18px 			{font-size:18px}
.fs16px 			{font-size:16px}
.fs14px 			{font-size:14px}
.fs12px 			{font-size:12px}
.fs11px 			{font-size:11px}
.fs10px 			{font-size:10px}
.h100px 			{height:100px}
.h200px 			{height:200px}
.h300px			{height:300px}
.h400px 			{height:400px}
.h500px 			{height:500px}
.h600px 			{height:600px}
.w20px 			{width:20px}
.w50px 			{width:50px}
.w100px 			{width:100px}
.w200px 			{width:200px}
.w250px 			{width:250px}
.w300px 			{width:300px}
.w400px 			{width:400px}
.w500px 			{width:500px}
.w600px			{width:600px}
.w700px 			{width:700px}
.w800px			{width:800px}
.w900px 			{width:900px}
.red 			{color:red}
.blue 			{color:blue}
.limegreen 		{color:limegreen}
.lime 			{color:lime}
.green 			{color:green}
.grey			{color:grey}
.pointer 		{cursor:pointer}
.underline 		{text-decoration:underline}
.throughline	{text-decoration:line-through}
.hide 			{display:none}
.clear 			{clear:both}
.left 			{float:left}
.right 			{float:right}
.center 			{margin:0 auto}
.tLeft 			{text-align:left}
.tRight 			{text-align:right}
.tCenter 		{text-align:center}
.vaTop			{vertical-align:top}
.hover:hover	{color:blue}
.italic			{font-style:italic}
.bold			{font-weight:bold}
.collapse		{border-collapse:collapse}
.warning		{border:1px solid #FF0000;color:#f00;background:#ff0}
.error			{border:1px solid #FF0000;color:#f00;background:#ffcccc}
.transparent	{background:transparent}
.attention		{background:#fcc}
.eee			{background:#eeeeee}
.scroll			{overflow:auto}
.uppercase		{text-transform:uppercase}
.arial12		{font-family: Arial, Helvetica, sans-serif;font-size:12px;}
.arial10		{font-family: Arial, Helvetica, sans-serif;font-size:10px;}


/* - - - - - - - - - - Для верстки модального окна с помощью скрипта jquery.simplemodal - - - - - - - - - - - */
#mask	{ position:absolute; left:0; top:0; z-index:9000; background-color:#000; display:none; }
.window 	{ position:absolute; left:0; top:0; z-index:9999; background-color:#fff; display:none; padding:20px; }  
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


