﻿/* styles specific to products/massdownload.htm page */

/* top block styles ------------------------------------------------------ */
#top
{
	
}

#top .description
{
	padding-bottom: 20px;
}



/* middle block styles --------------------------------------------------- */
#middle
{
	display: block;
	width: 100%;
	font-size: 70%;
	margin-bottom: auto;
}

#middle .features
{
	width: 705px; 
	text-align: left; 
	padding-left: 20px; 	
	margin-right: auto;
	z-index: 300;
}

#middle ul
{
	vertical-align: top;
	z-index: 300;
}

#middle .list_pos_1 /* top left list */
{
	width: 350px; 
	float: left;
}

#middle .list_pos_2 /* right hand side lists */
{
	width: 350px; 
	float: right; 
}

#middle .list_pos_3 /* bottom left list */
{
	width: 350px; 
	float: left; 
}

#middle .list_pos_4 /* top left list, extra wide */
{
	width: 650px; 
	float: left;
}

/* bottom block styles --------------------------------------------------- */
#bottom
{
	display: block;
	z-index: 300;
}

#bottom img
{
	border-style: none;
	margin-left: 5px;
	margin-right: 5px;
	color: #819a36;
	text-decoration: none;
}

#bottom .bottomText
{
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 75%;
	z-index: 300;
	width: 100%;	
}

#bottom .license
{
	float: right;
	clear: both;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 75%;
	z-index: 300;	
}

.license a {
	text-decoration:none;
}


/* screenshot block styles ----------------------------------------------- */
#screenshotBlock
{
	padding-left: 60px;
	padding-right: 60px;
}

#screenshotBlock .title
{
	margin-left: 20px;	
	margin-right: 20px;
	margin-bottom: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #abc365;
	border-bottom-width: 2px;
}

#screenshotBlock .imageRow
{
	margin-left: 20px;	
	margin-right: 20px;
	text-align: center;
	
}

#screenshotBlock .bottomPad
{
	margin-left: 20px;	
	margin-right: 20px;
	padding-bottom: 5px;
	margin-top: 5px;
	border-top-style: dotted;
	border-top-color: #abc365;
	border-top-width: 2px;	
}


/* download link styles -------------------------------------------------- */
#downloadLinks
{
	width: 250px;  /*230 normally with Nugget*/
	margin-right: 30px;
	float: right;
}

 .itemPdf
{
    padding-bottom: 5px;
	background: url(../../img/iconpdf.gif) no-repeat 0 50%;
	padding-left: 30px;
	padding-right: 30px;
	list-style:none;
	
}

 .itemZip
{
    padding-bottom: 5px;
	background: url(../../img/iconzip.gif) no-repeat 0 50%;
	padding-left: 30px;
	padding-right: 30px;
	list-style:none;
}

 .itemSAPTrans
{
    padding-bottom: 5px;
	background: url(../../img/iconsap.gif) no-repeat 0 50%;
	padding-left: 30px;
	padding-right: 30px;
	list-style:none;
}

 .itemSAPLink
{
    padding-bottom: 5px;
	background: url(../../img/iconsaplink.jpg) no-repeat 0 50%;
	padding-left: 30px;
	padding-right: 10px;
	list-style:none;
}

 .itemRelease
{
    padding-bottom: 5px;
	padding-left: 30px;
	font-size: 90%;
	padding-right: 30px;
	list-style:none;
}


.list_top
{
	display: block;
	vertical-align: top;
	width: 100%;	
	padding-bottom: 10px;
}

.list_bottom
{
	display: block;
	vertical-align: top;
	width: 100%;	
}

a.img
{
	border-style: none;	
}


a:link
{
	color: #fff;
}
a:visited
{
	color: #fff;
}

a:hover
{
	color: #777777;
}