
/* Reset CSS - Green - http://softwareindiscount.com */

/* v1.0 | 20091021 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* basic */
.left{ float:left;}
.right{ float:right;}
.clearfix:after{content:".";display:block;clear:both;height:0;overflow:hidden;visibility:hidden;}


/* H */
h2{
	margin:0;
	padding:0px;
	}
h1{ 
	font-size:18px;
	line-height:36px;
	font-weight:normal;
	margin:5px 0 10px 0;
	}

/* Link */
a{ text-decoration:none;color:#336699;}a:visted { text-decoration:none;color:#3366aa;}
	span.price{ color:#990000;}
	span.size{ color:#003366;}
	span.version{ color:#003366;}
	
	.buy,.purchase,.download{ height:30px;width:150px; display:block;}	
	.buy,.purchase {background:url(../images/btn.gif) no-repeat;}

	.purchase:hover{ background:url(../images/btn.gif) no-repeat 0 -30px;}	
	.download{ background:url(../images/btn.gif) no-repeat 0 -60px; }
	.download:hover{ background:url(../images/btn.gif) no-repeat 0 -90px; }	
/* P */
p {
	font-size:11px; 
	line-height:160%;
	color:#333333;
	font-family:Verdana,"Myriad Pro",Tahoma;
	margin-bottom:8px;
	}