HTML, BODY {
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 11px;
	color: #666666;
}		

html, body {
	width: 100%;
	height: 100% !important;
	margin: 0; padding: 0;
	background: #333333;
}

hr {size: 1px; width: 80%; height: 0px; text-align: center;}

ul {margin: 0px; padding: 0px 0px 0px 15px;}

#box {
	background: #000;
	width: 1000px;
	height: 600px;
	overflow: hidden;
	margin: 0px auto; padding: 0px;
	border: 1px solid #6e6e6e;
}

#box .left {width: 250px; border-right: 1px solid #6e6e6e; vertical-align: top;}
#box .center {width: 200px; padding: 0px; background: #000;}
#box .right {height: 600px; padding: 0px; overflow-y: auto; vertical-align: middle;}

#box #leftchildmenu {
	position: relative;
	width: 0px; height: 0px;
}
#box #childbox {
	position: absolute;
	width: 0px;
	height: 620px;
	left: 250px; top: 0px;
	background: #000;
	border-right: 1px solid #6e6e6e;
	border-left: 1px solid #6e6e6e;
	z-index: 500;
}

#box #cimage {
	z-index: 300;
	position: absolute;
	width: 749px;
	height: 600px;
	left: 251px; top: 0px;
	background-position: bottom right;
	display: none;
}

#box .right .slider {
	width: 200px;
	height: 600px;
	background: #000;
}

#box .right .leftline {border-left: 1px solid #6e6e6e;}
#box .right .rightline {border-right: 1px solid #6e6e6e;}

#rights {	width: 1000px; margin: 5px auto; padding: 0px;}
#rights, #rights div, #rights a {font-size: 11px; color: #666666;}
#rights div {display: inline; float: right; margin: 0px;}
#rights a {color: #999999; text-decoration: none;}
#rights a:hover {border-bottom: 1px dotted #666;}

.accordion {
	border-bottom:1px solid #C4C4C4;
	width:480px;
	margin: 10px auto;
}
.accordion h3 {
	background:url("/bitrix/templates/sportec2010/images/arrow-square.gif") no-repeat scroll right -51px #E9E7E7;
	/*border-color:#C4C4C4 #C4C4C4 -moz-use-text-color;
	border-style:solid solid none;
	border-width:1px 1px medium;*/
	border: #c4c4c4 1px solid;
	border-style:solid solid none;
	cursor:pointer;
	font:bold 120%/100% Arial,Helvetica,sans-serif;
	margin:0;
	padding:7px 15px;
	color: #333;
}
.accordion h3:hover {
	background-color:#E3E2E2;
}
.accordion h3.active {
	background-position:right 5px;
}
.accordion div {
	background:none repeat scroll 0 0 #F7F7F7;
	border-left:1px solid #C4C4C4;
	border-right:1px solid #C4C4C4;
	margin:0;
	padding:10px 15px 20px;
}
.accordion div ul {
	margin: 0px 0px 0px 15px;
}

#workprice {font-size: 10px;}
#workprice th {color: #333; background: #ccc;}
#workprice td {border-bottom: 1px dotted #ececec; color: #666; text-align: center;}
#workprice td.name {text-align: left;}
#workprice td.last {text-align: right;}
#workprice tr:hover {background: #ececec;}

.tablelinks {margin: 0px 10px 20px 10px; padding: 10px; list-style: none;}
.tablelinks li {margin: 2px 10px; padding: 0px; font-size: 12px;}

div.leftphone {
	text-align: center;
	margin: 70px 0px 0px 0px;
	padding: 0px 0px;
}











