@charset "UTF-8";

/* Global Reset */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

*:focus {
	outline: none;
}

body {
	background-color: #C5CEDD;
	color: #2C2C29;
	font-family: Tahoma;
	font-size: 12px;
}

.wrapper {
	width: 900px;
	margin: 0px auto;
	text-align: left;
}

.cnt {
	margin: 0px auto;
	width: 900px;
}

.cnt_top {
	width: 900px;
	height: 130px;
	background: transparent url("./cnt_top.png") no-repeat;
}

.cnt_top_logo {
	position: absolute;
	margin: 10px 0px 0px 5px;
	width: 315px;
	height: 50px;
}

.cnt_top_rss a {
	position: absolute;
	margin: 50px 0px 0px 715px;
	width: 100px;
	height: 16px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.cnt_top_facebook a {
	position: absolute;
	margin: 35px 0px 0px 600px;
	width: 48px;
	height: 48px;
	background: transparent url("./ico_facebook.png") no-repeat;
}

.cnt_top_twitter a {
	position: absolute;
	margin: 35px 0px 0px 650px;
	width: 48px;
	height: 48px;
	background: transparent url("./ico_twitter.png") no-repeat;
}

.cnt_top_nav {
	position: absolute;
	margin: 89px 0px 0px 20px;
	width: 860px;
	height: 26px;
}

.cnt_top_search {
	float: right;
	margin-top: 1px;
	width: 191px;
	height: 26px;
	background: transparent url("./box_search.png") no-repeat;
}

.cnt_top_search_inp {
	float: left;
	margin: 7px 0 0 4px;
	width: 154px;
	border: 0px;
	background: none;
	color: #acacab;
}

.cnt_top_search_btn {
	float: right;
	width: 25px;
	height: 26px;
	border: 0px;
	background: transparent;
	cursor: pointer;
}

.cnt_mdl {
	margin: 0px 10px 0px 10px;
	width: 880px;
	background: transparent url("./cnt_mdl.png") repeat-y;
}

.cnt_lft {
	float: left;
	margin: 2px 12px 0px 10px;
	width: 538px;
}

.cnt_lft a {
	color: #000000;
	text-decoration: underline;
}

.cnt_lft a:hover {
	color: #aaaaaa;
	text-decoration: underline;
}

.cnt_lft h2 {
	margin: 28px 0 5px 0;
	padding-bottom: 3px;
	height: 27px;
	border-bottom: 1px solid #DCDCDB;
	font-size: 24px;
	font-weight: 700;
	font-family: Helvetica, Georgia;
	letter-spacing: -1px;
	line-height: 30px;
	overflow: hidden;
}

.cnt_lft h2 a, .cnt_lft h2 a:hover {
	display: block;
	color: #2C2C29;
	font-weight: 700;
	text-decoration: none;
}

.cnt_lft h4 {
	margin: 0px 0 -18px 0;
	height: 18px;
	color: #aaaaaa;
	font-size: 16px;
	font-weight: 400;
	font-family: Helvetica, Georgia;
	letter-spacing: -1px;
	overflow: hidden;
	line-height: 18px;
}

.cnt_lft h4 a {
	color: #aaaaaa;
	font-weight: 400;
	text-decoration: underline;
}

.cnt_lft h4 a:hover {
	text-decoration: none;
}

.cnt_lft img {
	float: left;
	margin-right: 5px;
	border: 1px solid #000000;
}

.cnt_lft .img_lft {
	float: left;
	margin-right: 5px;
}

.cnt_lft .img_rgt {
	float: right;
	margin-right: 0px;
	margin-left: 5px;
}

.cnt_lft blockquote {
	margin: 15px 15px 15px 15px;
	color: #999999;
	font-style: italic;
	
}

.cnt_lft_nvi {
	margin-top: 20px;
	color: #aaaaaa;
	font-size: 12px;
	font-family: Helvetica, Georgia;
	text-align: center;
}

.cnt_lft_nvi a {
	color: #999999;
	text-decoration: underline;
}

.cnt_lft_nvi a:hover {
	color: #aaaaaa;
	text-decoration: none;
}

.cnt_rgt {
	float: left;
	margin: 2px 10px 0px 10px;
	width: 300px;
	min-height: 500px;
}

.cnt_rgt h6 {
	margin-top: 10px;
	padding: 0px 10px 0px 10px;
	width: 280px;
	height: 30px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, Georgia;
	overflow: hidden;
	line-height: 30px;
	background-image: url('./sidebar.png');
}

.cnt_rgt_box {
	margin-bottom: 10px;
}

.cnt_rgt_box img {
	margin: 0px 5px 5px 0px;
}

.cnt_rgt_box_ad {
	display: block;
	margin-bottom: 10px;
	width: 300px;
	height: 250px;
}

.cnt_clr {
	clear: left;
}

.cnt_btm {
	width: 900px;
	height: 5px;
	background: transparent url("./cnt_btm.png") no-repeat;
}

.ftr {
	margin: 5px 15px 0px 15px;
	width: 870px;
	font-size: 11px;
}

.ftr a {
	color: #000000;
	text-decoration: underline;
}

.ftr a:hover {
	color: #000000;
	text-decoration: none;
}

/* Menü */

ul#menu {
	float: left;
	text-transform: uppercase;
	position: relative;
	top: -4px;
}

* html .expand {
	margin-top: -13px;
}

*+html .expand {
	margin-top: -13px;
}

#menu li {
	list-style: none;
	float: left;
	margin-right: 10px;
}

* html #menu li {
	height: 26px;
	display: inline;
}

#menu li a {
	height: 36px;
	display: block;
	background: url("./nav.png") no-repeat left top;
	padding-left: 15px;
	color: #2C2C29;
	font: 700 .88em/ 26px Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor: pointer;
}

#menu li a span {
	height: 36px;
	display: block;
	background: url("./nav.png") no-repeat right top;
	line-height: 36px;
	padding-right: 15px;
}

#menu li a:hover, #menu li a.s {
	background-position: left bottom;
}

#menu li a:hover span, #menu li a.s span {
	background-position: right bottom;
}

* html #menu li a, * html #menu li a span {
	width: 1%;
	white-space: nowrap;
	cursor: pointer;
}

* html #menu li a span {
	position: relative;
}

#menu li {
	background: none;
	float: left;
	position: relative;
}

#menu ul {
	width: auto;
	max-width: 200px;
	position: absolute;
	display: none;
	background: #FFF;
	border-left: 1px solid #ACACAB;
	border-right: 1px solid #ACACAB;
	border-bottom: 1px solid #ACACAB;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#menu ul li a, #menu ul li a span {
	margin: -3px -1px;
	height: auto;
	background: none;
}

#menu li ul a {
	width: 150px;
	float: left;
	white-space: nowrap;
}

#menu li ul a:hover {
	text-decoration: underline;
}

#menu ul ul {
	top: auto;
}

#menu li ul ul {
	left: 1em;
}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul {
	display: none;
}

/* Mobile Theme On/Off */

#mobile-switch-link {
	-webkit-border-radius: 14px !important;
	border: 1px solid #adadad !important;
	background-color: #fff !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 15px !important;
	margin-bottom: 40px !important;
	text-align: left !important;
	color: #222 !important;
	position: relative !important;
	clear: both !important;
	width: 375px !important;
	font: bold x-large/1.2 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

img.mobile-switch-image {
	position: absolute !important;
	right: 15px !important;
	height: 34px !important;
	top: 12px !important;
}

/* Thumbnail */

.thumbnail {
	float: left;
	position: relative;
	margin: 0px 10px 10px 0px;
	width: 160px;
	height: 160px;
	border: 1px solid #787878;
	background-color: #dedede;
	color: inherit;
	overflow: hidden;
}

.thumbnail:hover {
	color: inherit;
	background-color: #cccccc;
}

.thumbnail_itemNumber {
	z-index: 0;
	position: absolute;
	top: 2px;
	left: 2px;
	background-color:inherit;
	color: #9c9c9c;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -1px;
}

.thumbnail_item {
	position: relative;
	margin-right: 0px;
	border: 1px solid black;
}
