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


/*#mainContentAreaContainer{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}*/



#mainContentArea{
	width: 920px;

	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	padding-right: 15px;
	padding-left: 15px;
	clear: both;
	position: relative;
}

#contentAreaTopShadow{
	width: 950px;
	height: 36px;
	background: url(../img/contentArea/topShadow.png) no-repeat;
	position: relative;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	left: -15px;
}

img#sectionLabel{
	clear: both;
}


#SectionArea{
	width: 90%;
	margin: 1px 4% 1px 6%;
	color: gray;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
}



img#functionalityDiagram{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 150px;
	background-repeat: no-repeat;
	clear: both;
	display: block;
}

/* @group Feature Items */

#FeatureItemBox{
	width: 240px;
	margin: 2px 15px 15px;
	float: left;
}

img#Feature48x48Icon{
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
	margin: 5px;
	float: left;
}

#FeatureItemTitleBox{
	height: 58px;
	width: 170px;
	float: left;
}

h2#FeatureItemTitle{
	color: #5c87de;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 170px;
	top: 50%;
	left: 50%;
}

#FeatureItemDescription{
	color: #606060;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	clear: both;
	margin: 0 5px;
}

/* @end */


#screenshotThumbShadow{
	-moz-box-shadow: 0 0 1em black;
	-webkit-box-shadow: 0 0 1em black;
	display: inline;
	margin: 15px;
}

#quoteBoxImg{
	background: url(../img/contentArea/quoteBox.png) no-repeat;
	width: 828px;
	height: 147px;
	margin-right: auto;
	margin-left: auto;
}
div#reviews {
    position:relative;
    /*background: #aaa;*/
}

ul#reviews-list {
    position: relative;
    height:100px;
    
}
ul#reviews-list li {
    position: absolute;
    display:none;
    left:0px;
        
}
ul#reviews-list li.reviews-first, li.reviews-first {
    left:0px;
}

.quoteText{
	color: #606060;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 25px 30px 0;
	text-align: left;
	float: left;
	clear: both;
	list-style-type: none;
}

#quoteAthorText{
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0 50px 0 80px;
	text-align: right;
	color: #5c87de;
	float: right;
	clear: both;
}

table#bottomSectionTabe{
	margin-top: 30px;
	margin-bottom: 20px;
}

td#bottomSectionText{
	color: #606060;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-right: 15px;
	padding-left: 15px;
}

ul#compatibilityList{
	margin: 0;
}
/*#mainContentAreaBottomContainer{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#mainContentAreaBottom{
	width: 900px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid black;
	background-color: white;
}*/
