/* menu */
.menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

/* top menu */
.menuTop {
	text-align: center;
}
.menuTop ul {
	background: url(../img/top_menu_split.gif) no-repeat top left;
	text-align: center;
}
.menuTop ul li {
	height: 32px;
	background: url(../img/top_menu_split.gif) no-repeat top right;
	padding: 8px 28px 0 28px;
	display: inline;
	float: left;
}
.menuTop a {
	color: #fbd9ad;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
}
.menuTop a:hover, .menu a.active {
	color: #ffffff;
}

/* blocks */
.block {
	margin-bottom: 20px;
}
.block .title {
	display: block;
}
.block .text {
	text-align: justify;
	display: block;
}
.block a, #body a {
	color: #fe8027;
	text-decoration: underline;
}
.block a:hover, #body a:hover {
	color: #8c8c8c;
}

.blocksLeft {
	width: 210px;
	margin-left: 30px;
}
.blocksCenter .block .title {
	height: 42px;
	background: #fe7f26 url(../img/block_title_bg.gif) repeat-x top right;
	margin: 0 1px 0 0 !important;
	overflow: hidden;
}
.blocksCenter .block .title h1 {
	color: #ffffff;
	height: 42px;
	background: url(../img/block_title.gif) no-repeat top left;
	margin: 0 0 -8px 0 !important;
	padding: 8px 0 0 20px !important;
}
.blocksCenter .block .text {
	background: #f4f4f4;
	padding: 10px;
	margin: 0 1px 0 0 !important;
}
.blocksCenter .block .more {
	text-align: left !important;
	margin: 0 10px 10px 10px !important;
}

#body {
	width: 661px;
	margin-left: 30px;
}
#body h1 {
	margin-bottom: 15px !important;
}
#body .text {
	margin: 0 30px 10px 0;
}
#body .more {
	text-align: right;
	margin: 0 30px 10px 0;
}
#body .more a {
	background: url(../img/link.gif) no-repeat 0 2px;
	padding-left: 12px;
}

/* news */
.listNews {
	display: block;
}
.news {
	width: 100%;
	background: url(../img/split.gif) no-repeat bottom;
	margin-bottom: 10px;
	padding-bottom: 20px;
	display: block;
	float: left;
	clear: both;
}
.news .icon {
	text-align: center;
	margin-bottom: 8px;
}
.news .text {
	width: auto;
}
.blocksCenter .news .icon {
	width: auto;
	padding: 0 10px 8px 0;
	margin: 0px !important;
	float: left;
}
.blocksCenter .news .text {
	width: auto;
	padding: 0 10px 8px 0;
	margin: 0px !important;
}

.news .date {
	width: auto;
	margin-bottom: 8px;
}
.news .title h4 {
	width: auto;
	color: #fe7f26;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 4px;
}
.news .title a {
	text-decoration: none;
}
.news .intro {
	width: auto;
	text-align: justify;
	margin-bottom: 10px;
}
.news .more {
	text-align: left;
}
.news .more a {
	background: url(../img/link.gif) no-repeat 0 2px;
	padding-left: 12px;
}

/* shop */
.listShop {
	display: table !important;
	margin-bottom: 10px;
}
.shop {
	width: 100%;
	background: url(../img/split.gif) no-repeat bottom center;
	display: table-row;
	border: solid white 1px;
}
.shop .icon {
	width: 100px;
	vertical-align: top;
	padding: 10px 10px 10px 0;
	display: table-cell;
	float: left;
}
.shop .text {
	vertical-align: top;
	padding: 10px 0px 10px 0;
	margin: 0px !important;
	display: table-cell;
}
.shop .title h4 {
	color: #fe7f26;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 4px;
}
.shop .intro {
	text-align: justify;
	margin-bottom: 10px;
}
.shop .more {
	text-align: left;
}
.shop .more a {
	background: url(../img/link.gif) no-repeat 0 2px;
	padding-left: 12px;
}


/* goods table */
.goodsTable {
	width: auto;
	border: none;
	border-collapse: collapse;
	margin: 0 auto;
}
.goodsTable td {
	width: 182px;
}
.goodsTable td.space {
	width: 30px;	
}
.goodsTable .icon {
	width: 182px;
	height: 130px;
	background: #ffffff;
	border: solid #d8d8d8 1px;
	border-bottom: none;
	text-align: center;
	vertical-align: middle;
}
.goodsTable .text {
	padding: 0px !important;
	margin: 0px !important;
}
.goodsTable .title {
	width: 184px;
	height: 25px !important;
	color: #ffffff;
	background: #fe7f26 url(../img/goods_title.gif) no-repeat top right !important;
	text-align: center;
}
.goodsTable .title h4 {
	height: auto !important;
	font-size: 14px;
	background: none !important;
	padding: 3px 0 0 0 !important;
	margin: 0 0 -3px 0 !important;
}
.goodsTable .title h4 a {
	color: #ffffff !important;
	text-decoration: none !important;
}
.goodsTable .intro {
	padding: 5px;
	text-align: justify;
}
.goodsTable .more {
	text-align: left !important;
	margin: 0 10px 10px 10px !important;
}

/* navigate */
.navigate {
	display: block;
	margin-bottom: 20px;
}
.navigate ul {
	list-style: none;
	padding: 0px;
	margin: 4px 0 10px 0;
}
.navigate li {
	display: inline;
}

/* banner */
.banner {
	text-align: center;
	margin: 0 0 20px 0;
}

/* other */
.main_info {
	display: block;
}
.main_info h5 {
	color: #fe7f26;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 0 0 10px 0;
}
.main_info ul {
	padding: 0px;
	margin: 0px;
	list-style-image: url(../img/li_orange.gif);
}
.main_info li {
	margin-bottom: 10px;
}

.price {
	font-size: 12px;
	font-weight: bold;	
	padding: 0px;
	margin: 10px 0 10px 0;
}
.price span {
	font-size: 14px;
	color: #fe7f26;
	margin-left: 10px;
}

.icons {
	text-align: left;
}
.icons img {
	margin-right: 5px;
}

.specifications {
	display: block;
	margin-bottom: 20px;
}
.specifications h5 {
	color: #fe7f26;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 0 0 10px 0;	
}
.specifications table {
	width: 100%;
	border: none;
	border-collapse: collapse;
}
.specifications table td {
	padding: 4px;
}
.specifications table .row1 {
	background: #f4f4f4;
}
.specifications table .row2 {
	background: #ffffff;
}

.shop_text {
	display: block;
	margin-bottom: 20px;
}
.shop_text .title {
	color: #fe7f26;
	font-weight: bold;
	margin-bottom: 4px;
}
.shop_text .text {
	margin-bottom: 10px;
}

.productsTable .icon, .productsTable .link {
	text-align: center;
	margin-bottom: 4px;
}
.productsTable .link {
	font-weight: bold;
}
.productsTable .cell {
	width: 40%;
	vertical-align: top;
	padding-bottom: 10px;
}


/* page navigate */
.page_navigate {
        color: #9090EE;
        line-height: 20px;
        text-align: center;
        display: block;
}
.page_navigate span.pagespace {
        padding-left: 100px; 
}
.page_navigate a {
        color: #9090EE;
        text-decoration: none;
}
.page_navigate a:hover {
        color: #9090EE;
        text-decoration: underline;
}
.page_navigate a.page {
        color: #9090EE;
        border: solid #9090EE 1px;
        margin: 2px;
        padding: 2px 4px 2px 4px;
}
.page_navigate a.page:hover, .page_navigate a.pageactive {
        color: #A0A0E0;
        background-color: #E0E0E0;
        border: solid #A0A0E0 1px;
        margin: 2px;
        padding: 2px 4px 2px 4px;
}
.page_navigate .split {
        padding: 0px 5px 0px 5px; 
}


