body{
	background: rgb(200,204,207);
	font-family: Arial;
	margin: 0px;
	
	scrollbar-arrow-color: #464646;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #999999;
	scrollbar-face-color: #D4D0C8;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-track-color: #e6e6e6;
}

table{
	font-family: Arial;
}

a:visited, a:link {color: red;}
a:hover {color: CornflowerBlue;}

img { border: none }

#layout-container{
	width: 750px;
	margin:auto;
/*	border: 1px solid red;
	height: 455px;
	overflow: auto*/
}

.box{
	overflow:auto;
	text-align: center;
	margin-top:10px;
	border: 1px solid #AAAAAA;
	background-color: rgb(229,230,231);
}

.leftbox{
	width: 250px;
}

.rightbox{
	width: 460px;
}

#leftside, #rightside{
	margin-left:10px;
	float: left;
}

#lateral{
	height: 500px;
	background: url("images/lateral.png") 0px 0px no-repeat;
	margin-top:10px;
}

#lateral-links{
	margin-top: 450px;
	margin-left: 110px;
	position: absolute;
}

#lateral-links a:link, #lateral-links a:visited{
	text-decoration: none;
	font-weight: bold;
/*	color: #000000;*/
	color: #FFFFFF;
	font-size:12px;
}

#lateral-links a:hover{
	text-decoration: underline;	
}

#latest{
	height: 220px;
}
#latest #prodicontable{
	margin-left: 50px;
}
#searchbox{
	height: 65px;
}

#devday{
   height: 100px;
   margin-top:10px;
}

#updates{
   height: 275px;
   text-align: left;
}

#mainframe{
   height: 400px;
}

#footer{
   float: left;
   margin-top:3px;
   width: 750px;
   height: 50px;
   text-align: center;
}

#header{
   height: 195px;
   width: 100%;
}

#productsbox{
   height: 600px;
   width: 100%;
}

.navpanelheader{
   background: url("images/hottests-header3.png") top right no-repeat;
   height: 43px;
}

.navpaneltext{
  font-size: 29px;
  margin-top: 3px;
  margin-left: 20px;
  float: left;
}

#navpanelbody{
	margin-left:2px; width:99%; border: 1px solid rgb(229,230,231);
}

.homepanelheader{
   background: url("images/homepanel-header2.png") top right no-repeat;
   height: 57px;
}

.homepaneltext{
  font-size: 28px;
  margin-top: 7px;
  margin-left: 20px;
  float: left;
}

.navbox{
  font-size: 12px;
  margin-top: 10px;
  margin-right: 10px;
  float: right;
  text-align: right;
  height:30px;
}

.navboxwide{
  width: 100%;
}

.updateslist{
  list-style: square inside url('images/listicon.png');
  margin-top: 0px;
  font-size: 12px;
}

.update-date{
  font-style: italic;
  color: #555555;
}

#footer-text{
  width: 750px;
  float: left;
  margin-top: 10px;
  font-size: 10px;
  color: #000000;
  text-align:center;
  color: #777777;
}

#searchboxinput{
  width: 225px;
  height: 30px;
  background: url("images/searchbox-bg.png") left top no-repeat;
  margin-top:10px;
  margin-left:12px;
  overflow: hidden;
  text-align: left;
}

.searchtext{
  width: 180px;
  margin-top:3px;
  margin-left:10px;
  background: transparent;
  border: none;
  color: #AAAAAA;
  font-size: 18px;
}

.searchbutton{
  width: 25px;
  background: transparent;
  border: none;
  cursor: pointer;
}


/* product icon */
#prodicontable{
	width: 140px;
	height: 140px;
	background: url("prodicon-bg.png") center no-repeat;
	border: 1px solid #CCCCCC;
	float: left;
	margin-top: 7px;
	margin-left: 7px;
}

.actionicon{
	width: 15px;
	height: 15px;
/*	background: green;*/
	margin-bottom: 5px;
	cursor: pointer;
}

.actionicon img{
	border: none;
}

.iconred{
	width: 10px;
	height: 10px;
	background: red;
	margin-left: 3px;
	margin-top: 3px;
	float: left;
}

.prodname{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.pricebox{
	float: right;
	margin-right: 5px;
	font-size: 12px;
}

.proddev{
	margin-left: 16px;
	font-size: 12px;
}

.proddev a:link, .proddev a:visited{
	color: #000000;
}

/* dev box */
.devboxtable { 
	float: left;
	margin-left: 25px;
	width: 90px;
	height: 140px;
}

.devboxtable img{
	width: 87px;
	height: 120px;
}

.devboxtable a:link, .devboxtable a:visited{
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	font-family: arial;
}
