@charset "utf-8";
/* CSS Document */

#smallBasketCont{
	width:520px;
	float:right;
	padding:0px 0px 0px 380px;
	height:93px;
}
#catsCont {
	height:30px;
	width:900px;
}
#catMenu {
	list-style:none;
	margin:0;
	padding:0;
	height:30px;
	padding-left:190px;
	width:710px;
	position:relative;
	position:static;

}
.catMenuInStart {
	float:left;
	width:105px;
	height:30px;
	text-align:center;
}
.catMenuIn {
	float:left;
	width:104px;
	height:30px;
	text-align:center;
	/*border-left:1px solid #993300;*/
}
.catMenuLink {
	text-decoration:none;
	color:#FFF;
	display:block;
	width:100%;
	padding:5px 5px;
	font-size:14px;
	height:20px;
}
.catMenuLink:hover {
	text-decoration:underline;
}
#topBoxText {
	padding:10px 10px 10px 180px;
}