@charset "utf-8";
/* CSS Document */

#layoutEggTester {
	width: 790px;
	font-family: Maven Pro, Helvetica,Arial;
	background: #ECEEEB;
	font-size: 13px;
	padding: 10px;
	color: #777777;
	}
	
#headerEggTester {
	width: 790px;
	height: 140px;
	}
	
#mainEggTester {
	float: left;
	width: 500px;
	margin-right: 10px;
	}
	
#mainEggTester a:link, #mainEggTester  a:visited {
    color: #ecad3c;
    text-decoration: none;
	font-weight: bold;
    }

#mainEggTester a:hover, #mainEggTester a:active {
    color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
	
#rightEggTester {
	float: left;
	width: 280px;
	}
	
.eggRightTitle {
	color: #666666;
	border-bottom: #5F9FCB 3px solid;
	font-size: 24px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: block;
	}

.eggRightProducts {
	border: 1px solid #d3d3d3;
	}
	
.eggRightProducts img {
	float: left;
	padding: 10px 5px 0px 10px;
	border: 0;
	}

.eggRightProducts h1 {
	border-bottom: 1px solid #d3d3d3;
	line-height: 30px;
	text-indent: 10px;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
.eggRightProductsPadding  {
	padding: 10px;
	display: block;
	}
	
.eggBox {
	background: #FFFFFF url(boxbg.jpg) bottom repeat-x;
	padding: 15px;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
	line-height: 20px;
	margin-bottom: 10px;
	}
	
.darkEggBox {
	background: #4c4c4c url(darkboxbg.jpg) bottom repeat-x;
	padding: 15px;
	border: 1px solid #2E2E2E;
	border-radius: 3px;
	color: #aaaaaa;
	line-height: 20px;
	margin-bottom: 10px;
	}
	
.darkEggBox h4 {
	color: #aaaaaa;
	}	
	
.whatsnew {
	background: #EBF5FA;
	border: 1px solid #5f9fcb;
	border-radius: 3px;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	float: right;
	margin-top: 25px;
	}
	
.whatsnew a:link, .whatsnew  a:visited {
    color: #5f9fcb;
    text-decoration: none;
	font-weight: bold;
    }

.whatsnew a:hover, .whatsnew a:active {
    color: #ecad3c;
	text-decoration: none;
	font-weight: bold;
}

#footerEggTester {
	width: 790px;
	height: 80px;
	border-top: 10px solid #d3d3d3;
	text-align: center;
	padding-top: 40px;
	}
	
.clear {
	clear: both;
	}
	
#focus_news .item {}
#focus_news .item a {color: #5f9fcb; text-decoration:none;}
#focus_news .item a:hover {color: #ecad3c; text-decoration:underline; margin-bottom:4px;}