body {
	height: 100%;
	background: #ffffff;
}

body, table, div, form {
	font-family: Arial;
	font-size: 13px;
	color: #404c5a;
	padding: 0px;
	margin: 0px;
}

table.order td { padding: 5px 5px 5px 5px; }
tr.header { color: #ffffff; background: #598dc3; }
tr.header td { font-size: 11px; color: #ffffff; padding: 15px 0px 15px 0px; }
tr.footer { color: #ffffff; background: #598dc3; }
tr.footer td { font-size: 18px; color: #ffffff; padding: 5px 15px 5px 15px; }

img { border: 0px; }

a:link, a:visited {
	color: #0e4492;
	text-decoration: underline;
}
a:hover {
	color: #0e4492;
	text-decoration: none;
}
a.order:link, a.order:visited {
	color: #404c5a;
	text-decoration: none;
}
a.order:hover {
	color: #404c5a;
	text-decoration: underline;
}

p { padding: 2px 0px 12px 0px; margin: 0px; }
p.title { font-size: 20px; color: #eb5f1a; padding: 2px 0px 8px 0px; margin: 0px; }

span.red { color: #d2240b; }

#main {
	background: url('/templates/images/top-white.jpg') top right no-repeat;
}
#header {
	height: 360px;
	padding: 0px;
}
#menu {
	height: 160px;
}
#menu div {
	color: #0e4492;
	padding: 85px 15px 5px 55px;
}
#menu a {
	color: #0e4492;
}
#phone {
	padding: 78px 54px 0px 0px;
}
#top {
	height: 200px;
}
#center {
	padding: 20px 0px 40px 0px;
}
#path {
	color: #648cc7;
}
#path a {
	color: #648cc7;
}
#path span {
	color: #d2240b;
}
#user { color: #ffffff; }
#user div.title { font-size: 18px; color: #ffffff; padding: 0px 0px 8px 0px; }
#user div.error { font-size: 16px; color: #aa3333; padding: 0px 0px 8px 0px; }
#user div.min { font-size: 12px; color: #ffffff; padding: 0px 0px 3px 0px; }
#user input.string { width: 100px; }
#user a { font-size: 12px; color: #ffffff; }
#footer {
	height: 180px;
	background: url('/templates/images/bottom-white.jpg') bottom right no-repeat;
	padding: 0px;
}
#copyright {
	width: 30%;
	font-size: 11px;
	color: #3f6f98;
	float: left;
	padding: 20px 0px 0px 0px;
	text-align: center;
}
#royal {
	width: 30%;
	font-size: 11px;
	color: #3f6f98;
	float: right;
	padding: 20px 0px 0px 0px;
	text-align: center;
}
div.clear { clear: both; font-size: 0px; }
div.content { padding: 0px 0px 25px 0px; }
div.content-grey { font-size: 11px; background: #f3f6f9; padding: 15px 15px 5px 15px; }
div.title-blue { font-size: 20px; color: #4a7aac; padding: 2px 0px 8px 0px; margin: 0px; }
div.title-blue-min { font-size: 16px; color: #4a7aac; padding: 2px 0px 8px 0px; margin: 0px; }
div.title-red { font-size: 20px; color: #eb5f1a; padding: 2px 0px 8px 0px; margin: 0px; }
div.item { padding: 0px 0px 6px 0px; margin: 0px; }
div.item div { padding: 0px 0px 3px 0px; margin: 0px; }
div.min { font-size: 11px; }
div.grey { font-size: 12px; color: #999999; }

div.round-red { width: 21px; color: #ffffff; font-weight: bold; background: url('/templates/images/round-red.gif') no-repeat; text-align: center; padding: 2px 0px 4px 0px; float: left; }
div.round-blue { width: 21px; color: #ffffff; font-weight: bold; background: url('/templates/images/round-blue.gif') no-repeat; text-align: center; padding: 2px 0px 4px 0px; float: left; }

input.string { width: 320px; }
div.error {
	font-size: 18px;
	color: #aa3333;
}
div.message {
	font-size: 18px;
	color: #33aa33;
}

div.hidden { display: none; }

input.count { width: 40px; height: 22px; border: #365f88 1px solid; }
input.button { width: 22px; height: 22px; color: #ffffff; background: #365f88; border: 0px; }

div.top-title {
	width: 215px;
	position: relative;
	top: 50px;
	left: 0px;
	text-align: left;
	z-index: 22;
}
div.top-title span {
	font-size: 18px;
	color: #ffffff;
	/*background: url('/templates/images/top-title.png') repeat-x;*/
	text-align: left;
}
#top a {color: #ffffff; }

.bubbleInfo {
	position: relative;
	top: 0px;
	left: 0px;
	/*width: 500px;*/
}
.trigger {
	/*position: absolute;*/
}
.popup {
	position: absolute;
	display: none;
	background: #ebf3fa;
	border: #598dc3 1px solid;
	padding: 5px;
	text-align: left;
	z-index: 50;
}
