body {
	color: #333333;
	font-size: 11px;
	font-family: "arial", sans-serif;
	background: #70C6C3 url(../images/body-bg.png) repeat-x;
}

* { font-size: 11px; }
a { color: #398DD8; text-decoration: none; }
a:hover { text-decoration: underline; }

p { margin: 0px 0px 11px 0px; }

input {
	height: 18px;
	margin: 0px;
	border: 1px solid #CCCCCC;
	outline: none;
	padding: 0px;
}
textarea {
	resize: none;
	border: 1px solid #CCCCCC;
	outline: none;
	padding: 0px;
	overflow: hidden;
	font-size: 13px;
	font-family: "arial", sans-serif;
}

div.input {
	height: 24px;
}
div.input .l {
	float: left;
	width: 11px;
	height: 24px;
	background: url(../images/input-bg.png) 0px 0px;
}
div.input .c {
	float: left;
	height: 24px;
	overflow: hidden;
	background: url(../images/input-bg.png) 0px -24px;
}
div.input .r {
	float: left;
	width: 11px;
	height: 24px;
	background: url(../images/input-bg.png) 0px -48px;
}
div.input.e .l { background: url(../images/input-bg.png) 0px -72px; }
div.input.e .c { background: url(../images/input-bg.png) 0px -96px; }
div.input.e .r { background: url(../images/input-bg.png) 0px -120px; }
div.input .t {
	color: #333333;
	height: 18px;
	margin: 3px 0px;
	z-index: 1;
	position: absolute;
	font-size: 13px;
	line-height: 18px;
	white-space: nowrap;
	font-family: "arial", sans-serif;
	overflow: hidden;
}
div.input input {
	width: 100%;
	color: #333333;
	border: 0px;
	height: 18px;
	margin: 0px;
	z-index: 2;
	padding: 3px 0px;
	position: relative;
	font-size: 13px;
	box-shadow: none;
	background: transparent;
	font-family: "arial", sans-serif;
	border-radius: 0px;
}

div.button {
	height: 26px;
}
div.button .l {
	float: left;
	width: 11px;
	height: 26px;
	background: url(../images/button-bg.png) 0px 0px;
}
div.button .c {
	float: left;
	color: #FFFFFF;
	height: 26px;
	overflow: hidden;
	font-size: 13px;
	text-align: center;
	background: url(../images/button-bg.png) 0px -26px;
	line-height: 24px;
	font-family: "arial", sans-serif;
	text-shadow: 1px 1px 2px #436F00;
	white-space: nowrap;
}
div.button .r {
	float: left;
	width: 11px;
	height: 26px;
	background: url(../images/button-bg.png) 0px -52px;
}
div.button.hover .l { background: url(../images/button-bg.png) 0px -78px; }
div.button.hover .c { background: url(../images/button-bg.png) 0px -104px; }
div.button.hover .r { background: url(../images/button-bg.png) 0px -130px; }
div.button.mdown .l { background: url(../images/button-bg.png) 0px -156px; }
div.button.mdown .c { background: url(../images/button-bg.png) 0px -182px; }
div.button.mdown .r { background: url(../images/button-bg.png) 0px -208px; }
div.button input,
div.button button {
	width: 100%;
	border: 0px;
	height: 26px;
	margin: 0px 0px 0px -11px;
	cursor: pointer;
	z-index: 2;
	padding: 0px;
	position: absolute;
	box-shadow: none;
	background: transparent;
	border-radius: 0px;
}

.textarea .tl div, .textarea .tr div { width: 11px; height: 11px; }
.textarea .tl { width: 11px; height: 11px; background-image: url(../images/textarea-bg1.png); background-position: 0px 0px; }
.textarea .tc { width: 100%; height: 11px; background-image: url(../images/textarea-bg1.png); background-position: 0px -44px; }
.textarea .tr { width: 11px; height: 11px; background-image: url(../images/textarea-bg1.png); background-position: 0px -11px; }
.textarea .ml { height: 100%; background-image: url(../images/textarea-bg2.png); background-position: 0px 0px; }
.textarea .mc { width: 100%; background: #FFFFFF; vertical-align: top; }
.textarea .mr { height: 100%; background-image: url(../images/textarea-bg2.png); background-position: -11px 0px; }
.textarea .bl { width: 11px; height: 11px; background-image: url(../images/textarea-bg1.png); background-position: 0px -33px; }
.textarea .bc { width: 100%; height: 11px; background-image: url(../images/textarea-bg1.png); background-position: 0px -55px; }
.textarea .br { width: 11px; height: 11px; background-image: url(../images/textarea-bg1.png); background-position: 0px -22px; }
.textarea.e .tl { background-position: 0px -66px; }
.textarea.e .tc { background-position: 0px -110px; }
.textarea.e .tr { background-position: 0px -77px; }
.textarea.e .ml { background-position: -22px 0px; }
.textarea.e .mr { background-position: -33px 0px; }
.textarea.e .bl { background-position: 0px -99px; }
.textarea.e .bc { background-position: 0px -121px; }
.textarea.e .br { background-position: 0px -88px; }
.textarea .mc > textarea {
	color: #333333;
	border: 0px;
	z-index: 2;
	padding: 0px;
	position: absolute;
	margin-top: -3px;
	background: transparent;
	box-shadow: none;
	border-radius: 0px;
}
.textarea .mc > .t {
	color: #333333;
	z-index: 1;
	position: absolute;
	font-size: 13px;
	margin-top: -3px;
	font-family: "arial", sans-serif;
}



#Header {
	width: 800px;
	height: 80px;
	margin: 20px auto 0px auto;
}
#Header .logo1 {
	float: left;
	width: 110px;
	height: 80px;
	background: url(../images/logo.png);
}
#Header .text b {
	float: left;
	color: #E7EEF8;
	margin: 35px 0px 0px 10px;
	opacity: 0.4;
	font-size: 18px;
	/font-weight: normal;
	line-height: 21px;
}
#Header .logo2 {
	float: right;
	width: 210px;
	height: 50px;
	margin: 30px 0px 0px 0px;
	background: url(../images/logo2.png);
}

#ContentWrapper  {
	width: 814px;
	margin: 10px auto 0px auto;
}
#ContentWrapper > tbody > tr > .tl div, #ContentWrapper > tbody > tr > .tr div { width: 17px; height: 17px; }
#ContentWrapper > tbody > tr > .tl { width: 17px; height: 17px; background-image: url(../images/ContentWrapper-bg1.png); background-position: 0px 0px; }
#ContentWrapper > tbody > tr > .tc { width: 100%; height: 17px; background-image: url(../images/ContentWrapper-bg1.png); background-position: 0px -68px; }
#ContentWrapper > tbody > tr > .tr { width: 10px; height: 17px; background-image: url(../images/ContentWrapper-bg1.png); background-position: 0px -17px; }
#ContentWrapper > tbody > tr > .ml { height: 100%; background-image: url(../images/ContentWrapper-bg2.png); background-position: 0px 0px; }
#ContentWrapper > tbody > tr > .mc { width: 100%; background: #FFFFFF; vertical-align: top; }
#ContentWrapper > tbody > tr > .mr { height: 100%; background-image: url(../images/ContentWrapper-bg2.png); background-position: -17px 0px; }
#ContentWrapper > tbody > tr > .bl { width: 10px; height: 17px; background-image: url(../images/ContentWrapper-bg1.png); background-position: 0px -51px; }
#ContentWrapper > tbody > tr > .bc { width: 100%; height: 17px; background-image: url(../images/ContentWrapper-bg1.png); background-position: 0px -85px; }
#ContentWrapper > tbody > tr > .br { width: 10px; height: 17px; background-image: url(../images/ContentWrapper-bg1.png); background-position: 0px -34px; }

#Content .navigation {
	float: left;
	padding: 0px;
	margin-top: 20px;
}
#Content .navigation > li {
	padding: 5px 0px 5px 30px;
	list-style: none;
}
#Content .navigation > li  a.f {
	opacity: 0.6;
	margin-left: 5px;
}
#Content .navigation > li  a.f:hover {
	opacity: 0.9;
}
#Content .navigation > li a {
	color: #578980;
	font-size: 15px;
	font-family: Tahoma;
	text-transform: uppercase;
	text-decoration: none;
}
#Content .navigation > li a div {
	width: 35px;
	height: 11px;
	margin: 4px 0px 0px -40px;
	display: none;
	position: absolute;
	background: url(../images/navigation-bg.png) left center no-repeat;
}
#Content .navigation > li a:hover {
	color: #33373A;
}
#Content .navigation > li a.in div,
#Content .navigation > li a:hover div {
	display: block;
}
#Content .carousel {
	float: right;
	width: 409px;
	height: 155px;
	margin: 10px 10px 0px 0px;
}
#Content .carousel .vl {
	float: left;
	width: 8px;
	height: 155px;
	background: #FCB002;
	margin-right: 1px;
}
#Content .carousel .iw {
	float: left;
	width: 400px;
	height: 155px;
}
#Content .carousel .iw img {
	opacity: 0;
	position: absolute;
}

#Counters {
	margin-top: 10px;
	text-align: center;
}
#Counters img {
	margin: 0px 5px;
	opacity: 0.3;
}
#Counters img:hover {
	opacity: 1;
}

.section_title1 {
	width: 220px;
	color: #578980;
	padding: 0px 0px 15px 30px;
	font-size: 15px;
	text-align: left;
	font-family: Tahoma;
	vertical-align: top;
	text-transform: uppercase;
}
.section_title2 {
	color: #578980;
	padding: 0px 10px 15px 20px;
	font-size: 15px;
	text-align: left;
	font-family: Tahoma;
	vertical-align: top;
	text-transform: uppercase;
}
.section_title2 a { font-size: 15px; }

.post {
	width: 227px;
	margin: 0px 0px 10px 18px;
	/font-size: 12px;
	/overflow: hidden;
}
.post > .l {
	float: left;
	width: 4px;
	height: 4px;
	margin: 4px 0px 0px -8px;
	position: absolute;
	background: #FEAB03;
}
.post > .d {
	color: #6F8C99;
	margin: 0px 5px 0px 0px;
	font-weight: 700;
	white-space: nowrap;
}
.post > .n {
	color: #6F8C99;
	font-weight: 700;
	white-space: nowrap;
}
.post > a {
	color: #333333;
	/white-space: nowrap;
}
.post > a:hover {
	color: #4C67FF;
	text-decoration: none;
}

.reply { margin: 12px 4px 0px 4px; }
.reply .tl div, .reply .tr div { width: 12px; height: 12px; }
.reply .tl { width: 12px; height: 12px; background-image: url(../images/reply-bg1.png); background-position: 0px 0px; }
.reply .tc { width: 100%; height: 12px; background-image: url(../images/reply-bg1.png); background-position: 0px -48px; }
.reply .tr { width: 12px; height: 12px; background-image: url(../images/reply-bg1.png); background-position: 0px -12px; }
.reply .ml { height: 100%; background-image: url(../images/reply-bg2.png); background-position: 0px 0px; }
.reply .mc { width: 100%; padding: 4px; background: #EDF7F9; vertical-align: top; }
.reply .mr { height: 100%; background-image: url(../images/reply-bg2.png); background-position: -12px 0px; }
.reply .bl { width: 12px; height: 12px; background-image: url(../images/reply-bg1.png); background-position: 0px -36px; }
.reply .bc { width: 100%; height: 12px; background-image: url(../images/reply-bg1.png); background-position: 0px -60px; }
.reply .br { width: 12px; height: 12px; background-image: url(../images/reply-bg1.png); background-position: 0px -24px; }

#addReplyContainer .info { color: #FF2819; font-size: 13px; margin-top: 10px; text-align: center; }


#CatalogM {
	padding: 5px 0px 0px 66px;
}
#CatalogM .pc {
	padding: 0px 0px 15px 0px;
}
#CatalogM .pc.hs.o {
	padding: 0px 0px 0px 0px;
}
#CatalogM .pc > a {
	color: #333333;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
}
#CatalogM .pc > a > .img {
	width: 26px;
	height: 26px;
	margin: -4px 0px 0px -36px;
	position: absolute;
	background: url(../images/catalog-icon1.png);
}
#CatalogM .pc.hover > a > div.img {
	background-position: 0px -26px;
}

#CatalogM .pc > .childs {
	padding: 10px 0px 0px 0px;
}

#CatalogM .cc {
	padding: 0px 0px 10px 20px;
}
#CatalogM .cc > a {
	color: #333333;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}
#CatalogM .cc > .childs {
	z-index: 2;
	padding: 10px 0px 0px 0px;
	position: relative;
}
#CatalogM .cc > a > .img {
	width: 20px;
	height: 20px;
	margin: -2px 0px 0px -25px;
	z-index: 1;
	position: absolute;
	background: url(../images/catalog-icon2.png);
}
#CatalogM .cc.hover > a > .img {
	background-position: 0px -20px;
}
#CatalogM .cc.hs > a > .img {
	cursor: pointer;
	background-position: 0px -40px;
}
#CatalogM .cc.hs.o {
	padding: 0px 0px 0px 20px;
}
#CatalogM .cc.hs.o > a > .img {
	background-position: 0px -60px;
}

#Catalog {
	padding: 0px 10px 0px 50px;
}
#Catalog .c {
	padding: 0px 0px 10px 0px;
}
#Catalog .c > a {
	color: #333333;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}
#Catalog .c > .childs {
	padding: 10px 0px 0px 20px;
}
#Catalog .c.ot > a {
	font-weight: 700;
}
#Catalog .c > a > .img {
	width: 20px;
	height: 20px;
	margin: -2px 0px 0px -25px;
	position: absolute;
	background: url(../images/catalog-icon2.png);
}
#Catalog .c.hover > a > .img {
	background-position: 0px -20px;
}
#Catalog .c.hs > a > .img {
	cursor: pointer;
	background-position: 0px -40px;
}
#Catalog .c.hs.o {
	padding: 0px;
}
#Catalog .c.hs.o > a > .img {
	background-position: 0px -60px;
}

.goodsTable { width: 100%; }
.goodsTable * { font-size: 12px; }
.goodsTable thead td {
	padding: 5px;
	white-space: nowrap;
	border-bottom: 1px solid #6AA59A;
}
.goodsTable thead td.odd {
	border-bottom: 1px solid #B4B4B4;
}
.goodsTable tbody td {
	padding: 10px;
	text-align: justify;
	background: #F7F7F7;
	border-left: 1px solid #DADFE5;
	border-bottom: 1px solid #DADFE5;
}
.goodsTable tbody td.odd {
	background: #FFFFFF;
}
.goodsTable tbody td.lir {
	border-right: 1px solid #DADFE5;
}
.goodsTable tbody td p {
	margin: 0px;
}
.goodsTable .instructions {
	width: 60px;
	text-align: center;
}
.goodsTable .instructions img {
	margin: 0px 5px;
	cursor: pointer;
	opacity: 0.6;
}
.goodsTable .instructions img:hover {
	opacity: 1;
}

b.found {
	padding: 2px;
	background: #E5E9FF;
	border-radius: 5px;
}

#SearchResults {
	padding: 5px 0px 0px 0px;
}
#SearchResults * {
	font-size: 12px;
}
#SearchResults .info {
	padding: 10px;
	text-align: center;
	background: #F2F5FF;
}
#SearchResults .item {
	margin: 5px 0px;
	text-align: justify;
}
#SearchResults .item > .h {
	height: 25px;
	padding: 0px 10px 0px 10px;
	font-size: 13px;
	background: #ECECEC;
	line-height: 25px;
	white-space: nowrap;
	border-radius: 15px;
}
#SearchResults .item > .h > .t {
	float: left;
	white-space: nowrap;
}
#SearchResults .item > .h > .d {
	float: right;
	color: #666666;
	white-space: nowrap;
}
#SearchResults .item > .c {
	padding: 10px;
}

.pageNavigation { font-size: 12px; width: 100%; }
.pageNavigation * { font-size: 12px; }

#InfoWindow {
	margin: -15px 10px 30px 0px;
}
#InfoWindow .w {
	margin: 15px 10px;
	border: 1px solid rgb(212, 220, 221);
	padding: 10px;
	display: block;
	background: rgb(237, 247, 249);
	border-radius: 5px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
#InfoWindow .w img {
	margin: 0px auto;
	display: block;
	max-width: 100px;
	max-height: 100px;
}
#InfoWindow .w .t1 {
	color: rgba(240, 0, 0, 0.8);
	font-size: 13px;
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
}
#InfoWindow .w .t2 {
	color: #398DD8;
	margin-top: 10px;
	text-align: center;
}
#InfoWindow .w:hover {
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
	text-decoration: none;
}
#InfoWindow .w:hover .t2 {
	text-decoration: underline;
}

#InfoPosts {
	margin: 0px 5px 0px 30px;
}
#InfoPosts.full { margin: 0px 10px 0px 30px; }
#InfoPosts.full > * { font-size: 12px; }
#InfoPosts .p {
	margin: 0px 0px 15px 0px;
	padding: 5px;
	background: rgba(200, 200, 200,  0.15);
	border-radius: 15px;
	border-bottom-right-radius: 5px;
}
#InfoPosts .p > .h {
	height: 25px;
	padding: 0px 10px 0px 10px;
	font-size: 13px;
	background: #ECECEC;
	line-height: 25px;
	white-space: nowrap;
	border-radius: 15px;

	color: rgb(100, 100, 100);
	border: 1px solid #C0D4DE;
	box-shadow: 0px 0px 10px rgba(4, 79, 163, 0.2);
	font-weight: bold;
	text-shadow: 1px 1px 6px rgba(255, 255, 255, 1);
	background-image: -webkit-linear-gradient(top, rgb(234, 239, 239), rgb(210, 232, 232));
	background-image: -moz-linear-gradient(top, rgb(234, 239, 239), rgb(210, 232, 232));
	background-image: -o-linear-gradient(top, rgb(234, 239, 239), rgb(210, 232, 232));
	background-image: -ms-linear-gradient(top, rgb(234, 239, 239), rgb(210, 232, 232));
}
#InfoPosts .p > .c { text-align: justify; padding: 10px; }
#InfoPosts .p > .c * { font-size: 12px; }
#InfoPosts .p > .sfp {
	float: right;
	color: #4780B9;
	border: 1px solid #C0D4DE;
	opacity: 0.9;
	display: block;
	padding: 0px 10px;
	font-size: 12px;
	margin-top: 10px;
	box-shadow: 0px 0px 10px rgba(4, 79, 163, 0.2);
	line-height: 24px;
	font-weight: bold;
	text-shadow: 1px 1px 6px rgba(255, 255, 255, 1);
	border-radius: 5px;
	background-image: -webkit-linear-gradient(top, rgb(234, 239, 239), rgb(210, 232, 232));
	background-image: -moz-linear-gradient(top, rgb(234, 239, 239), rgb(210, 232, 232));
	background-image: -o-linear-gradient(top, rgb(234, 239, 239), rgb(210, 232, 232));
	background-image: -ms-linear-gradient(top, rgb(234, 239, 239), rgb(210, 232, 232));
}
#InfoPosts .p > .sfp:hover {
	text-decoration: none;
	background-image: -webkit-linear-gradient(top, rgb(224, 229, 229), rgb(200, 222, 222));
	background-image: -moz-linear-gradient(top, rgb(224, 229, 229), rgb(200, 222, 222));
	background-image: -o-linear-gradient(top, rgb(224, 229, 229), rgb(200, 222, 222));
	background-image: -ms-linear-gradient(top, rgb(224, 229, 229), rgb(200, 222, 222));
}
#InfoPosts .p > .sfp:active { background: rgb(224, 229, 229); }

#DownloadFileFrame {
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	border: 0px;
	position: absolute;
}