body{ background-color:#000; }
a{	color:#ba6851; }
div.tbg{
	width:1280px;
	background-image:url(../../images/desktop/bg2t.png);
	background-repeat:no-repeat;
	text-align:left;
}
div.mbg{
	width:1280px;
	background-image:url(../../images/desktop/bg2m.png);
	background-repeat:repeat-y;
	text-align:left;
}
div.bbg{
	width:1280px;
	height:75px;
	background-image:url(../../images/desktop/bg2b.png);
	background-repeat:no-repeat;
	text-align:left;
}

a.mainlevel {
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  font-size: 13px;
  background: url(../../images/desktop/tab.png) right center no-repeat;
  color: #333;
  font-weight: bold;
  display: block;
  float: left;
}
a.mainlevel:hover{
	color:#FFF;
	text-decoration:none;
	background:url(../../images/desktop/tabbg.png) right center no-repeat ;
}

a.mainlevel:hover::before { 
    content: url(../../images/desktop/tab2.png);
	margin-left:-20px;
	position:absolute;
}
a.active {
  color: #FFF;
  text-decoration: none;
  background: url(../../images/desktop/tabbg.png) right center no-repeat;
}
a.active::before { 
    content: url(../../images/desktop/tab2.png);
	margin-left:-20px;
	position:absolute;
}
div.subleveldiv{
	position:absolute;
	width: 200px;
  	border: 3px solid #9d8978;
  	border-top-width: 0px;
	z-index: 99;
	background-image: url(../../images/desktop/topsubmenu_bg.png);
	line-height:150%;
	display:none;
	top:34px;
	margin-left:-5px;
}
a.sublevel{
	margin:3px 8px;
}
.shopping-icon{
	padding-left:25px;
	background: url(../../images/desktop/shopping.png) no-repeat 0px 8px;
	height:30px;
	display:block;
}

div.sidemenu{
	position:relative;
	width:241px;
	height:95%;
	border-right: 1px solid rgb(200, 109, 96);
	float:left;
}
div.maincontent{
	width:747px;
	float:right;
	margin:10px;
}
div.fullcontent{
	width:999px;
	float:right;
	margin:10px;	
}
ul.leftmenu{
	list-style:none;
	position:absolute;
	right:0px;
	margin-top:10px;
}
a.leftmenu{
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
	width:220px;
	height:43px;
	display:block;
	padding:10px 7px 7px 20px;
	background-image:url(../../images/desktop/leftmenu_s_out.png);
	margin-top:7px;
	text-decoration:none;
	text-shadow:2px 2px #666;
}
a.leftsubmenu{
	color:#ba6851;
	font-size:1.1em;
	font-weight:bold;
	width:220px;
	height:20px;
	display:block;
	margin:5px 0px 5px 0px;
	padding:0px 7px 0px 0px;
	margin-top:3px;
	text-decoration:none;
	text-align:right;
}
a.leftsubsubmenu{
	color:#ba6851;
	font-size:0.9em;
	width:220px;
	height:20px;
	display:block;
	padding:5px 7px 5px 5px;
	margin-top:3px;
	text-decoration:none;
	text-align:right;
}

.product{
	font-family:Arial, Helvetica, sans-serif;
}
h2.product-list{
	font-size:38px;
	font-weight:bold;
	color:rgb(132,0,0);
}
div.product-icon{
	width:180px;
	height:132px;
	background-image:url(../../images/desktop/showcase_icon_bg.png);
	padding:1px;
}
img.product-icon{
	/*width:178px;*/
	/*height:108px;*/
}
p.product-icon{
	font-size:12px;
	margin:0px;
	text-align:center;
	color:#ba6851;
}
p.product-desc{
	padding:10px;
	font-size:1.2em;
}

div.article-selected-all{
	text-align:center;
}
div.article-selected{
	width:218px;
	height:192px;
	margin:0px 7px 0px 7px;
	padding:5px;
	text-align:center;
	background-color:#fff;
	color:rgb(51, 51, 51);
	box-shadow:rgba(0, 0, 0, 0.8) 0px 0px 2px 0px;
	overflow:hidden;
	float:left;

}
img.article-selected{
	/*width:208px;*/
}
p.article-selected{
	font-size:0.9em;
	line-height:1.2em;
	text-align:center;
	padding:10px;
}

tr.article-list{
	cursor:pointer;
}
div.article-list{
	margin:5px;
	width:180px;
	height:100px;
	overflow:hidden;
}
img.article-list{
	/*width:180px;*/
}
h2.article-list{
	font-size:1.2em;
	color:#000;
}
p.article-list{
	font-size:1em;
	color:#000;
	width:550px;
}
p.article-content{
	color:#333;
	font-size:1.0em;
}
img.article-content{
	width:100%;
}