.addedComplete{
    -webkit-transition: color 2s, background-color 2s;
    -moz-transition: color 2s, background-color 2s;
    transition: color 2s, background-color 2s;
    background: #FFF;
    color: #000;
}

ul.wescoCircleList {
	list-style-type:disc;
}
ul.wescoCircleList li {
	margin-left: 10px;
}

.manufacturerNoFloat {
    width: 141px;
    margin-top: 5px;
    padding: 0px 22px 0 22px;
    border-right: 1px solid #ccc;
}

.manufacturerNoFloat.first {
    padding-left: 0;
    padding-right: 22px;
}

.ie7Background {
	background: #090909 url(../images/background/bg_main.gif) fixed;
}

.ie7PrimaryBackground {
	background-color: #FFF;
}

.ie7ContentFrame{
    border-bottom: 8px solid #004684;
}

.ie7CenteringContainer{
 	text-align: center;
 } 
 
 .ie7Centered{
 	display: inline;
        zoom: 1;
 }
 
  .ie7MarginTopMedium {
    margin-top: 20px;
}
 .ie7MarginBottomMedium {
    margin-bottom: 20px;
}

 .ie7MarginTopLarge {
 	margin-top: 35px;
 }

 .ie7MarginLeftLarge {
    margin-left: 35px;
}

 .ie7MarginRightLarge {
    margin-right: 35px;
}

h1.ie7Header {
	color: #00337F;
    font-size:25px;
    margin-bottom: 20px;
}

div.ie7Paragraph {
	text-align:left;
	line-height: 20px;
    font-size: 16px;
}

ul.browserList {
	text-align:left;
	line-height: 20px;
    font-size: 16px;
    color: #00337F;
    
}
ul.browserList a {
	color: #00337F;
	text-decoration:underline
}
