* {
	padding: 0;
	margin: 0;
	font-family: verdana, sans-serif;
}

.cl {
	clear: both;
}

.red {
	color: red;
}

a {
	color: #2857a4;
}

img {
	border: none;
}

body {
	font-size: 62.5%;
	text-align: center;
	color: #333;
	background: #fff url('../img/bg.png') repeat-x;
}

#container {
	margin: 0px auto;
	width: 860px;
	text-align: left;
}

#header {
	padding: 0px 0px 0px; /* 0px 0px 10px */
	margin-bottom: 5px;
	border-bottom: #999 1px solid;
}

#header #logo {
	float: left;
}

#header .searchform {
	float: left;
	margin-left: 20px;
	margin-top:	10px;
}

#header .searchform .searchtext {
	width:155px;
	font-size: 11px;
}

#header .searchform .selectbox1 {
	font-size: 11px;
	width: 105px;
}

#header .searchform .selectbox2 {
	font-size: 11px;
	width: 155px;
}

#header .searchform .searchbutton {
	font-size: 11px;
	font-weight: bold;
}

#header #user-info {
	float: right;
	margin-top: 15px;
	width: 190px;
}

.bubble {
	font-size: 12px;
}

.bubble-logo {
	width: 105px;
}

.bubble-nologo {
	width: 100px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	padding: 30px 0;
	background: #f3f3f3;
	border: #ddd 1px solid;
}

.bubble-data {
	vertical-align: top;
}

#top {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: #999 1px solid;
}

#top a {
	margin-right: 5px;
	color: #080;
	border-right: 1px solid #999;
	padding-right: 15px;
	text-decoration: none;
}

#top a:hover {
	text-decoration: underline;
}

#top a.last {
	border: none;
}

#content {
	/*background:url('../img/content-bg.gif') top left repeat-y;*/
	border-bottom: #fff 1px solid;
}

#left {
	float: left;
	width: 180px;
	padding: 0px 10px;
	display: none;
}

#left .categories {
	
}

#left .categories h2 {
	font-size: 12px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background: url('../img/dot-h.gif') bottom left repeat-x;
}

#left .categories ul {
	
}

#left .categories li {
	list-style-type: none;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background: url('../img/dot-h.gif') bottom left repeat-x;
}

#left .categories li a:link,#left #categories li a:visited {
	text-decoration: none;
}

#main {
	float: left;
	width: 640px;
	padding: 0 10px;
	border: none;
}

#main h1 {
	font-size: 16px;
	margin-bottom: 10px;
}

#main h1.motivation {
	color: #000;
}

#main .navlink-active {
	color: #fff;
	background: #ccc;
	border: 1px solid #aaa;
	padding: 4px;
	font-weight: bold;
	text-decoration: none;
}

#main .navlink-inactive {
	background: #f3f3f3;
	color: #ddd;
	border: 1px solid #ddd;
	padding: 4px;
	font-weight: bold;
	text-decoration: none;
}

#main #subtitle {
	border: #e6db55 1px solid;
	padding: 10px;
	background: #ffffe0;
	font-weight: bold;
}

#main #google_map {
	margin-bottom: 20px;
	border: 1px solid #999;
}

#main #preview_map {
	border: 1px solid #999;
}

#main #confirm-company ol,#main #confirm-branch ol {
	margin-left: 20px;
}

#main #confirm-company ol li,#main #confirm-branch ol li {
	margin-bottom: 5px;
}

#main .company-list {
	margin-bottom: 20px;
	padding: 7px;
	font-size: 1.2em;
}

#main .company-list-logo {
	float: left;
	width: 100px;
	margin-right: 20px;
}

#main .company-list-nologo {
	float: left;
	width: 100px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	padding: 30px 0;
	background: #f3f3f3;
	border: #ddd 1px solid;
	margin-right: 20px;
}

#main .company-list-nologo-big {
	float: left;
	width: 200px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #999;
	padding: 50px 0;
	background: #f3f3f3;
	border: #ddd 1px solid;
	margin-bottom: 20px;
}

#main .company-list-data {
	float: left;
}

#main #tag-cloud {
	line-height: 2.5em;
	text-align: center;
}

.flash-err {
	background: #ffebe8;
	border: 1px solid #c00;
	color: #c00;
	padding: 10px;
	margin-bottom: 10px;
}

.flash-info {
	background: #d4ffd4;
	border: 1px solid #080;
	color: #080;
	padding: 10px;
	margin-bottom: 10px;
}

#main .fields-title {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 5px;
}

#main .fields {
	background: #ddd;
	border: #aaa 1px solid;
	padding: 15px;
}

#main .fields label {
	float: left;
	font-weight: bold;
	width: 150px;
	text-align: right;
	margin-right: 3px;
	margin-top: 3px;
}

#main .fields input.t { /*textboxy*/
	border: #999 1px solid;
	padding: 3px;
	margin-bottom: 10px;
	width: 200px;
}

#main .fields input.c { /*tlacitka*/
	margin-top: 10px;
}

#main .fields textarea {
	font-size: 10px;
	padding: 3px;
	width: 97%;
	height: 100px;
}

#main .detail-logo {
	float: left;
	text-align: center;
	padding-bottom: 10px;
}

#main .detail-logo img {
	margin-bottom: 20px;
}

#main .map-link {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	padding: 5px;
	background: #ddd;
	border: #aaa 1px solid;
}

#main .detail-data {
	float: left;
	font-size: 12px;
	margin-left: 20px;
}

#main .det-item {
	margin-bottom: 5px;
}

#main .detail-data label {
	float: left;
	width: 120px;
	font-weight: bold;
}

#main .detail-about {
	border-top: 1px solid #aaa;
	margin-top: 10px;
}

#main .detail-about .company-desc {
	text-align: justify;
	white-space: pre;
}

#main .detail-tags, #main .detail-branch, #main .detail-images, #main .detail-map {
	border-top: 1px solid #aaa;
	margin-top: 20px;
}

#main .detail-branch .branch {
	margin-bottom: 3px;
}

#main .detail-branch table {
	width: 100%;
	border: #ddd 1px solid;
	border-collapse: collapse;
	font-size: 11px;
}

#main .detail-branch table tr.title td {
	font-weight: bold;
}

#main .detail-branch table td {
	padding: 7px 5px 7px 5px;
	border: #ddd 1px solid;
	border-collapse: collapse;
	vertical-align: top;
}

#main .detail-images img {
	background: #fff;
	padding: 4px;
	border: 1px solid #ddd;
}

#main .detail-images img:hover {
	border: 1px solid #999;
}

#main .image-list {
	padding: 5px;
	margin-bottom: 5px;
}

#main .image-list .image-list-thumb {
	float: left;
	width: 150px;
}

#main .image-list .image-list-data {
	line-height: 75px;
}

#main .image-list .image-list-data .image-name {
	float: left;
	width: 450px;
	font-size: 12px;
	overflow: hidden;
}

#main .image-list .admin-image-list-data {
	line-height: 75px;
}

#main .image-list .admin-image-list-data .image-name {
	margin-top: 20px;
	line-height: 1.5em;
	float: left;
	width: 380px;
	font-size: 12px;
}

	/* UPLOAD */

#main #upload-form #upload-manage {
	float: left;
	margin-right: 35px;
}
#main #upload-form #upload-manage a {
	padding: 10px;
	display: block;
	background: #f3f3f3;
	margin-bottom: 3px;
	text-decoration: none;
	border: 1px solid #ddd;
}
#main #upload-form #upload-progress {
	float:left;
	font-size: 12px;
}
#main #upload-form .current-text {
	clear: left;
	font-size: 10px;
}
#upload-status .progress {
	background:	white url('../img/progress.gif') no-repeat;
	background-position: +50% 0;
	margin: 5px 15px 10px 0px;
	float: left;
}
#upload-status .progress-text {
	font-weight: bold;
	float: left;
	margin-top: 6px;
}
#upload-list {
	list-style:	none;
	margin:	0;
	margin-top: 20px;
	padding: 0;
}
#upload-list li.file {
	height: 56px;
	border-bottom: 1px solid #ddd;
	background:	url('../img/file.png') no-repeat 4px 4px;
}
#upload-list li.file.file-uploading {
	background-image: url('../img/uploading.png');
	background-color: #f3f3f3;
}
#upload-list li.file.file-success {
	background-image: url('../img/success.png');
}
#upload-list li.file.file-failed {
	background-image: url('../img/failed.png');
}
#upload-list li.file .file-name {
	font-size: 12px;
	margin-left: 65px;
	padding-top: 18px;
	display: block;
	clear: left;
	font-weight: bold;
}
#upload-list li.file .file-size {
	line-height: 18px;
	float: right;
	margin-top:	8px;
	margin-right: 10px;
}
#upload-list li.file .file-info {
	display: block;
	margin-left: 65px;
}
#upload-list li.file .file-remove {
	clear: right;
	float: right;
	line-height: 18px;
	margin-right: 10px;
}
	
	/* END UPLOAD */

#right {
	float: left;
	width: 180px;
	padding: 0px 10px;
}

#right .block h2 {
	font-size: 12px;
	padding-bottom: 5px;
	/*background:url('../img/dot-h.gif') bottom left repeat-x;*/
	border-bottom: #999 1px solid;
}

#right .options a, a.green {
	color: #080;
}

#right .block ul {
	margin-bottom: 15px;
}

#right .block li {
	list-style-type: none;
	background: url('../img/dot-h.gif') bottom left repeat-x;
}
#right .block li h2
{
	font-weight: normal;
	font-size: 10px;
	border-bottom: none;
	margin: 0;
	padding: 0;
}
#right .block li a:link,#right .block li a:visited {
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
	display: block;
}
#right .block li a:hover
{
	background: url('../img/right_hover.gif') bottom left repeat-x;
}
#right #accordion ul {
	margin: 0;
}

#right #accordion a.acc-header {
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
	display: block;
	background: url('../img/dot-h.gif') bottom left repeat-x;
}

#right #accordion a.acc-header:hover
{
	background: url('../img/right_hover.gif') bottom left repeat-x;
}

#footer {
	padding: 10px 0px;
	margin-top: 20px;
	border-top: #999 1px solid;
	text-align: center;
}

/*     Terms     */
#main #terms {
	text-align: justify;
}

#main #terms h2 {
	font-size: 12px;
}

#main #terms h2 {
	margin-bottom: 10px;
}

#main #terms p {
	margin-bottom: 25px;
	margin-left: 25px;
}

#main #terms ol {
	margin-bottom: 25px;
	margin-left: 25px;
}

#main #terms ol li {
	margin-bottom: 5px;
}

#main #terms span.normal {
	font-weight: normal;
	font-size: 11px;
}

/*     End Terms     */

/*     Contact     */
#main #contact p {
	margin-left: 15px;
	line-height: 1.5em;
}
/*     End Contact     */

/*     FAQ     */
#main #faq h2 {
	font-size: 12px;
	margin-bottom: 5px;
}
#main #faq p {
	margin-left: 15px;
	margin-bottom: 20px;
}

/*     End FAQ     */

