/****************/
/** Спортмакси **/
/*base.css rules*/
/****************/
* { -moz-box-sizing: border-box; box-sizing: border-box; }

HTML {
	height: 100%;
	/*overflow-x: hidden;*/
	/*overflow: auto;*/
}
BODY {
	/*width: expression(document.body.width < 500 ? "1000px" : document.body.width > 1000 ? "auto": "100px");*/
	min-width: 1000px;
	height: auto !important;
	margin: 0em;
	padding: 0em;
	background-color: #fff;
	font-family: Tahoma, Arial, helvetica, sans-serif;
}

table, tr, td,
h1, h2, h3,
ul, ol, li,
dl, dt, dd { padding: 0; margin: 0; border: 0; font-weight: normal; }

table.table td { border-bottom: solid 1px #cfd1e8 !important; }
table.table th { border-bottom: solid 1px #cfd1e8 !important; }
/*input, textarea {border: 1px;}*/

/* ссылки */
A:link,
A:visited { color: #2e3192;}
A:hover,
A:active { color: #ed1c24;}
A IMG { border: none;}

.rlt { position: relative }

.nodisplay {display: none;}
.display {display: block;}