body	
{ 
 	margin: 15px 0px 10px 0px;
 	padding:0; 
 	text-align:center; 
 	background-color: #ffffff;
	font-size: 10pt;
    font-family: arial, helvetica;
	color: #252525;
} 

@media print
{
	#leftCol, #rightCol
        {
        display:none;
    } 
    
	#content
        {
        width:100%; 
        float:none;
    }
}

form	
{
	display: inline;
}

img
{
	border-style: none;
} 

.imageDiv {
	float:left;
	margin:0;
	position:relative;
}

.reviewInfoTitle {
	float:left;
	font-weight:bold;
	width:132px;
}

#screenshots img {
	border:3px solid #48687F;
}

h1
{
    color: #252525;
    font-family: arial;
    font-size: 12pt;
    font-weight: bold;
}

h2 
{
    color: #252525;
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;    
}

h3
{
    color: #252525;
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;    
}

a:link 
{	
    color: #48687f;
    font-family: arial, helvetica;
    font-size: 9pt;
    font-weight: bold;
    text-decoration:none;
}

a:visited
{
    color: #48687f;
    font-family: arial, helvetica;
    font-size: 9pt;
    font-weight: bold;
    text-decoration:none;
}

a:hover
{	
    color: #252525;
    font-family: arial, helvetica;
    font-size: 9pt;
    font-weight: bold;
    text-decoration:underline;
}

.linksInline
{
	padding: 0;
	margin: 0;
}

.linksInline li
{
	display: inline;
	list-style-type: none;
}
/* layout styles start here*/
#container	
{
	width: 860px;
	min-width: 860px;
    padding: 0;
    margin: 0 auto;
    background-color: #ffffff;   
    text-align: center;
     background-image: url(http://www.coolgorilla.com/media/gorilla.png);
    background-position: top right;  
    background-repeat: no-repeat;
}
 
#header
{
 	/*position:relative; 
 	height:169px;
 	width:100%;*/
} 

#leftCol		
{
    padding-left:10px;
    margin: 0;
 	width:150px; 
    float:left; 
	text-align: left;
	/*display: inline;*/
 	position:relative;
}

#leftCol ul
{
    margin: 0;
    padding: 0;
}

#leftCol li
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#leftCol a
{
    padding:0;
    margin: 0;
}
#content
{
 	width:565px;
    padding: 0;
    /*padding: 10px;*/
    padding-top:0px;   
 	float: right;
    /*display: inline;*/
 	position:relative;
 	text-align:left; 
}

#rightCol
{
    width:130px;
    margin: 0 auto;    
    float:right;     
	text-align: center;
	/*display: inline;*/
 	position:relative;
}

#footer			
{
    margin-left:auto; 
    margin-right:auto;
    clear:both;
    padding: 0px;
}

/* layout styles end here*/

#headerBannerDiv
{
    margin:0;
    padding:0;    
    float: left;
    position: relative;
    width:728px;
}
#headerBanner
{
    width:730px;
    height:137px;
}

#loginBox
{
	width: 130px;
	float: right;
}
           
#mailingList	
{	
    border-top: 1px #48687f solid;
    border-bottom: 1px #48687f solid;
    clear: both;
	margin: 0 auto;
	text-align: center;	
    /*padding-bottom: 20px;*/
}

#mailingListFormDiv
{
    width:520px;
    background-image: url(http://www.coolgorilla.com/media/mailing-list.png); 
    background-position: center left;
    background-repeat: no-repeat;
    text-align: center; 
    margin: 0 auto; 
    padding: 7px 0;
    padding-left:220px; 
    /*padding-top: 7px;*/
}
html>body #mailingListFormDiv
{
    width:320px;
}
#mailingListEmailAddDiv
{
    position: relative; 
    float: left; 
    width: 250px;
}

#certificates
{
    text-align: center;
    padding: 10px;
}


/* Left Buttons Styles start here*/

#homeBtn, #mobileBtn, #ipodBtn, #iPhoneBtn, #faqBtn, #aboutBtn, #contactBtn, #linksBtn, #devBtn, #newsBtn
{
    width:150px; 
    height:36px;
}


/* Left Buttons Styles end here*/
.pageItem		
{
	width: 100%;
    margin-top: 10px;	
}

.pageItemTitle a
{
    font-size:9pt;
    font-weight: bold;       
}
.pageItemTitle a:hover
{
    font-size:9pt;
    font-weight: bold;    
}
.pageItemText
{
    /*padding-top:5px;*/
}
.pageItemLeftImage
{
	float: left;	
    padding-right: 10px;
}

.pageItemRightImage
{
	float: right;	
    padding-left: 10px;
}

#otherInfoDiv
{    
    position: relative;
    float: left;    
    padding-bottom:10px;
    width: 400px;
}

.recommendedByCgDiv
{
    position: relative;
    float: right;
    width: 120px;
    margin-right: 21px;
}

.appRowDiv
{
	margin: 0 auto; 
	padding-top: 5px;
}
        
.appInputLabelDiv
{
	position: relative; 
	float: left; 
	width: 200px; 
}

.appInputLabelDiv label
{
	width: 100%;
}

.appInputBoxDiv
{
	position: relative; 
	float: left; 
	padding: 3px;
	width: 365px;	 
}

.appInputBoxDiv input
{
   width: 98%;
} 