﻿li.eventListYear 
{
	color: #c20;
	list-style-type: none;
	font-weight: bold;
	margin-top: .5em;
}

li.eventListItem 
{
	margin: .2em .5em .2em 2em;
}

ol.certificationList 
{
	list-style-type: upper-alpha;
}

ol.certificationList li 
{
	font-weight: bold;
}


ol.certificationList p 
{
	font-weight: normal;
}

div.timelineYear 
{
	float: left;
	width: 2em;
	clear: left;
	font-weight: bold;
	vertical-align: top;
	color: #c20;
}

div.timelineAchivements
{
	float: left;
	width: 500px;
	vertical-align: top;
	padding-bottom: 5px;
}

.certificationLogo {
	float: left;
	width: 160px;
}
	
.certificationDescription {
	float: left;
	width: 520px;
}
	
.clear {
	clear: both;
}

div.newsList {
  background-repeat: repeat-y;
  width: 700px;
  padding: 0;
  margin: 0;
}

div.newsListBody ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}


.productDetailBox {
	clear: both;
	width: 700px;
}
.productDetailBox img {
	float: left;
	display: block;
	width: 190px;
}
div.detailBox {
	float: right;
	width: 480px;
}

div.detailBox p {
	width: 400px;
}

div.detailBox h2 {
  color: #900;
}

/*
div.newsListTop {
  background-image: url(/css/list-top.gif);    
  height: 25px;
}


div.newsListBottom {
  background-image: url(/css/list-bottom.gif);
  height: 25px;
}


div.newsListBody {
  padding: 5px 50px;
  margin: 0;
  width: 600px;
  background-image: url(/css/list-body.gif);    
}*/