.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
a{
	text-decoration: none;
}
/******* GENERAL RESET *******/
/******* LOGO *******/

/******* /LOGO  *******/
/******* MENU *******/
#container{
	margin-top: -8px;
	width: 585px;
	height:auto;
	
}
#container ul{
	list-style: none;
	list-style-position: outside;
}
#container ul.menu li{
	float: left;
	margin-right: 6.6666666px;
	
	margin-bottom: -1px;
	width:115px;
	text-align:center;
}
#container ul.menu li{
	font-weight: 700;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #efefef;
	margin-bottom: -1px;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #898989;
	cursor: pointer;
	font-size:10px;
	font-family:verdana;
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
}
#container ul.menu li.active{
	/*background: #fff;*/
	top: 1px;
	border-bottom: 0;
	color: #5f95ef;
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 1px solid #d0ccc9;
	text-align: left;
	padding: 10px;
	padding-bottom: 12px;
	font-size: 11px;
	min-height:90px;
	max-height:195px;
	overflow:auto;
	color:#10347D;

}
.content ul li{
list-style-type:square;
list-style-position:inside;
}
.content span {
font-size:11px;
color:#10347D;
font-family:verdana;
}

.content a {
text-decoration:underline;
}

/******* /CONTENT *******/
/******* NEWS *******/
.content.keypoint h1{
}
.content.keypoint{
	display: block;
	
}
/******* /NEWS *******/
/******* details *******/
.content.details h1{
}
.content.details{
	display: none;
	
}
/******* /details *******/
/******* screenshoot *******/
.content.screenshoot h1{
}
.content.screenshoot{
	display: none;
	
}
.content.screenshoot a{
	color: #5f95ef;
}
/******* /LINKS *******/

/**************/
.content.shipping {
	display: none;
	
}
