
.js #carouselWrapper {
	display: none;
}

html, body {
	margin: 0;
	padding: 0;
	color: #676767;
	background: #f0f0f0;
	height: inherit;
	overflow: visible;
	font-size: 12px;
}

html, body {
	height: 100%;
}

#tinymce {
	background: #fff;
}

div, html, body, a, p, h1 {
	font-family: Tahoma, Verdana;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

img {
	border: 0;
}

#dockVer {
	display: block;
	margin: 0 auto;
	padding: 0;
}


	.dockItem {
		font-size: 11px;
/*		padding-top: 70px;*/
		width: 100px;
		height: 100px;
		display: block;
		float: left;
	}
		#dockVer .dockItem span, #dockVer .dockItem a {
			display: block;
			padding-top: 70px;
		}
		
		a.noLine:hover {
			text-decoration: none;
		}

#dockHor {
	margin: 0 10px;
	padding: 0;
}

	#dockHor li.dockItem {
		padding-top: 10px;
		width: 100px;
		height: 100%;
		display: block;
	}
	
#menuItems {	
	padding: 0;
	margin: 0;
	width: 980px;
/*	background: #fff;*/
	float: left;
}

	#menuItems li {
		text-align: center;
		font-size: 11px;
		width: 100px;
		display: block;
		float: left;
	}


	#menuItems li.text {
		text-align: left;
		font-size: 11px;
		display: block;
		float: left;
/*		padding-left: 35px;*/
		padding: 0 17px;
		width: auto;
		height: 40px;
	}


#header {
/*	background: url('/img/logo_min.png') no-repeat 37px top;*/
	padding-left: 0px;
	margin: 10px 0;
	height: 44px;
	text-align: left;
	color: #2d2d2d;
	font-size: 33px;
	line-height: 44px;
	width: 840px;
}

#menu {
	width: 980px;
	text-align: left;
/*	background: #fff;*/
	padding-top: 20px;
}

#content {
/*	padding-top: 20px;*/
	width: 980px;
	text-align: left;
}

	#content em {
/*		text-decoration: none;
		font-style: normal;
		color: #ec0527;*/
	}
	
	#content div.subproducts {
		padding: 0 70px;
	}
	#content div.subproducts div {
		float: left;
		width: 240px;
		padding: 20px;
	}
		#content div.subproducts div h1 {
			font-size: 15px;
			font-weight: normal;
		}
		#content div.subproducts div p {
			padding: 0 0 10px;
		}

#content div.subproducts div.clear {
	clear: both;
	padding: 0;
	margin: 0;
}

#content img.left {
	margin: 20px 20px 20px -84px;
	float: left;
	clear: both;
}

#content img.right {
	margin: 20px -84px 20px 20px;
	float: right;
	clear: both;
}

#content img.center{
	display:block;
	margin:0 auto;
}

.borderBG {
	background: url('/img/border_bg.png') repeat-y center;
}

.bgWhite {
	background: #fff;
}
.shadowRight {
	background: url('/img/shadowRight.png') repeat-y left center;
	height: 100%;
}

.shadowLeft {
	background: url('/img/shadowLeft.png') repeat-y left center;
	height: 100%;
}

.shadowTop {
	background: url('/img/shadowTop.png') repeat-x;
	width: 100%;
}

.shadowBottom {
	background: url('/img/shadowBottom.png') repeat-x left bottom;
	width: 100%;
}



div#scroll
	{
	background: #f0f0f0;
	margin: 0 auto;
	}

/* NEWS */
table.news {
	width: 980px;
	background: #f0f0f0;
	margin: 0 auto;
}

	p {
		padding: 5px 85px 5px;
		margin: 0;
	}

	.news h1.toggler {
		color: #000;
		margin: 0;
		padding: 17px 30px 0;
		font-weight: normal;
		font-size: 13px;
		cursor: default;
	}

	h1.toggler span.date {
		font-size: 13px;
		color: #ec0527;
	}

	#content h2 {
		font-size: 20px;
		font-weight: normal;
		margin: 0;
		padding: 20px 85px;
	}
	
	#content ul {
		list-style-position:inside;
		padding: 0 85px 5px;
		margin: 0;
	}
		#content ul li {
			list-style-type: disc;
		}
		#content ol li {
			list-style-type: decimal;
		}

    .paging {
		padding: 20px 85px;
	}
		

/* NEWS END */

div#dock {
	overflow: hidden;
	display: none;
}

	div.dockRight { /* left */
		top: 0;
		right: 0;

		width: 65px;
		height: 100%;
	}

	div.dockLeft { /* right */
		top: 0;
		left: 0;

		width: 100%;
		height: 100%;
	}

	div.dockTop { /* top */
		top: 0;
		right: 0;

		width: 100%;
	}
	
	
	div.dockBottom { /* bottom */
		bottom: 0;
		left: 0;

		width: 100%;
	}

#carouselWrapper {
	height:105px;
	overflow:hidden;
	width:978px;
	margin-left: 1px;
}

#carouselInner {
	border: 0;
	height:100px;
}

.toDock img, .toIntro {
	cursor: pointer;
}

span.price {
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
	width: 89px;
	height: 34px;
	display: block;
	background: url('/img/price.png') no-repeat;
}