body, html {
	margin:0;
	padding:0;
	width: 100%;
	height:100%;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	background-color: #FFF;
	cursor: default;
}

html {
	overflow-y: scroll;
}

h1 {
 	font-weight: normal;
	font-size: 30px;
	margin: 20px; padding: 0;
}

table.body {
	width: 100%; 
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

.body td {
	background-color: #FFF;
}

td.top {
 	height: 100px;
	background-color: #63a4e6;
	color: #FFF;
}

div.logo {
 	color: #ea771a;
	background-color: #FFF;
	font-size: 33px;
	font-style: italic;
	font-weight: bold;
	text-align: center; 
	width: 200px;
	padding: 30px 0;
	cursor: pointer;
}

input, textarea {
	border-radius: 3px;
	margin: 5px;
	padding: 10px;
	border: #3c6ea0 1px solid;
	font-size: 14px;
	resize: none;
}

input[type="submit"]:hover, input[type="button"]:hover {
	cursor: pointer;
	background-color: #EA771A;
	border-color: #EA771A;
	color: #FFF; 
}

/*
input[type=text]:focus {
	outline: none;
	border: #EA771A 1px solid;
}
*/

.search input[type="text"] {
	width: 50%;
	margin: 0 5px;
}

#basket_order {
	margin: 0 15%;
}

#basket_order input[type="text"], #basket_order textarea {
	width: 66%; 
}

#basket_order input[type="button"], #basket_order input[type="submit"] {
	width: 33.3%;
}

ul.rmenu {
	margin: 0;
	padding: 0;
	width: 250px;
}

.rmenu li {
	list-style: none;
	padding: 5px 6px;
	margin: 0px;
	border-radius: 2px;
}
.rmenu li:hover {
	cursor: pointer;
	background-color: #EA771A;
	color: #FFF;
}

td.menu {
 	height: 40px;
	background-color: #3c6ea0;
	color: #FFF;
	text-align: center;
	padding: 10px 0;
	line-height: 17px;
	font-size: 10px;
}

.menu nobr {
	margin: 0 12px;
	text-transform: uppercase;
}

div.page {
 	max-width: 1300px;
	margin: auto;
	
}

td.center {
	vertical-align: top;
	padding: 10px 10px 60px 10px;
}

td.bottom {
 	height: 50px;
	font-size: 12px;
	background-color: #63a4e6;
	color: #FFF;
	text-align: right;
	}

div.main_razds {
	margin: 0 0 0 3%;
}

.main_razds div {
	padding: 30px 20px;
	margin: 1% 2%;
	text-align: center;
	border: #63a4e6 1px solid;
	width: 17%;
	float: left;
	border-radius: 2px;
	height: 30px;
}

.main_razds div:hover {
	cursor: pointer;
	background-color: #ea771a;
	color: #FFF;
	border-color: #ea771a;
}

table.catalog {
	width: 100%;
	margin: 10px 0 0 0;
}

table.catalog tr td {
	border-top: #63a4e6 1px solid;
}

tr.catalog_head td {
	background-color: #63a4e6;
	font-weight: bold;
	color: #333;
}

.catalog li {
	list-style: none;
	padding: 6px;
	margin: 5px;
	border: #63a4e6 1px solid;
	border-radius: 2px;
	float: left;
	text-align: center;
	min-width: 30px;
	
}

.catalog li:hover {
	cursor: pointer;
	background-color: #EA771A;
	border-color: #EA771A;
	color: #FFF;
}
.catalog small {
	border: #EA771A 1px solid;
	border-radius: 3px;
	padding: 6px;
}

.catalog small:hover {
	cursor: pointer;
	background-color: #EA771A;
	color: #FFF;
}


.catalog a {
	color: #333;
	text-decoration: none;
}

.catalog a:hover {
	color: #EA771A;
	text-decoration: underline;
}

.center h1 {
	text-align: center;
}

#kol0 {
	color: #aaa;
}

#nobr {
	white-space: nowrap;
	text-align: right;
}

#active {
	border-color: #63a4e6;
	cursor: default;
	background-color: #63a4e6;
	font-weight: bold;
	color: #FFF;
}

ul.bot_menu {
	margin: 0 24%;
}

.bot_menu li {
	list-style: none;
	float: left;
	padding: 2px;
	margin: 0 3%;
	border: #3c6ea0 1px solid;
	min-width: 60px;
}

.bot_menu li:hover {
	cursor: pointer;
	background-color: #EA771A;
	border: #EA771A 1px solid;
	border-radius: 2px;
}

#basket_status {
	position: fixed;
	top: 15px;
	right: 15px;
	padding: 8px;
	border: #63a4e6 1px solid;
	border-radius: 3px;
	color: #000;
	background-color: #FFF;
}
#basket_status:hover {
	color: #FFF;
	background-color: #EA771A; 
	cursor: pointer;
}

#basket_order {

}

#screener {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #3c6ea0;
	display: none;
	opacity: 0.8; 	
}

#tooltip {
	display: none;
	background-color: #FFF;
	border-radius: 3px;
	position: fixed;
	top: 10%;
	bottom: 10%;
	left: 10%;
	right: 10%;
	padding: 10px;
}