/* @group Meyer's reset */

/* v1.0 | 20080212 */

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%;
	vertical-align: baseline;
	background: transparent;
}
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;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* @end */

/* @group General */

body {
	background: #eae7de url(../images/bkgTile.jpg) repeat-x 0 top;
	font: 12px/18px Helvetica, Arial, sans-serif;
}

@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('Chunkfive.eot');
	src: local('ChunkFive Regular'), local('ChunkFive'), url('Chunkfive.ttf') format('truetype');
}

.clearer {
	clear: both;
}

p {
	margin-bottom: 12px;
}

hr {
	margin: 0;
	padding: 0;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #d4d4d4;
}

.imageRight {
	float: right;
	margin-left: 16px;
}

.imageLeft {
	float: left;
	margin-right: 16px;
}

h5 {
	font-style: normal;
	line-height: 28px;
	font-size: 26px;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}

h4 {
	font: 20px/26px "Lucida Grande", Lucida, Verdana, sans-serif;
}



/* @end */

/* @group Links */

a:link, a:visited {
	text-decoration: none;
	color: #6f7d3f;
	text-shadow: #fefaf1 0 1px 0;
}

a:hover, a:active {
	color: #aabf63;
	text-decoration: none;
}

#footer a:link, a:visited {
	text-decoration: none;
	color: #6f7d3f;
	text-shadow: #fefaf1 0 1px 0;
}

#footer a:hover, a:active {
	color: #aabf63;
	text-decoration: none;
}



/* @end */

/* @group Layout */

#highlight {
	margin-right: auto;
	margin-left: auto;
	background: url(../images/highlight.png) no-repeat left top;
	width: 950px;
}

#titleContainer {
	width: 814px;
	margin-right: auto;
	margin-left: auto;
	height: 85px;
	margin-bottom: 8px;
}

.title {
	position: relative;
	top: 37px;
	left: 4px;
}

#container {
	-webkit-box-shadow: 0 1px 6px #333;	
	-moz-box-shadow: 0 1px 6px #333;	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	width: 814px;
	margin-right: auto;
	margin-left: auto;
}

#navigation {
	width: 814px;
	height: 56px;
	background: url(../images/navigationBar.png) no-repeat;
	margin-right: auto;
	margin-left: auto;
}

#content {
	width: 814px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 26px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	color: #919191;
	text-shadow: #f7f7f7 0 1px 0;
	font-style: normal;
	line-height: 20px;
	font-size: 14px;
	background-color: #f7f7f7;
}

#contentFront {
	margin-right: 255px;
}

#contentFront p {
	margin-left: 10px;
}

.intro {
	font-size: 16px;
	line-height: 26px;
}

.contentInset {
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 25px;
}

#footer {
	font: 10px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #aca9a1;
	width: 814px;
	margin: 8px auto 35px;
}

#sidebarContainer {
	width: 220px;
	background-color: #e7e6e7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-top: 16px;
	padding-bottom: 16px;
	float: right;
	display: block;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #c9c8ca;
}

#sidebarInset {
	margin-left: 20px;
	margin-right: 20px;
}

.recentsHeader {
	font-size: 18px;
	line-height: 22px;
	color: #919191;
	margin-bottom: 6px;
}

#sidebarContainer h4 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #878787;
	letter-spacing: -1px;
	margin-top: 14px;
}

#sidebarContainer li a {
	color: #919191;
	text-shadow: none;
}

#sidebarContainer li a:hover {
	color: #707e40;
}

.recentsDeveloper {
	font-size: 13px;
	line-height: 17px;
	text-decoration: none;
	color: #919191;
}

#sidebarContainer hr {
	border-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #f1f0f2;
	border-top: 1px solid #dbdbdc;
}


.recentItem img {
	padding-top: 8px;
	padding-bottom: 8px;
}

.recentItem {
	padding-top: 3px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d5d4d5;
	padding-bottom: 0;
}

.recentItem:first-child {
	border-top-style: none;
}

.recentItem:last-child {
	border-bottom-style: none;
}

.frontHeader {
	width: 814px;
	margin-right: auto;
	margin-left: auto;
	height: 198px;
	background-image: url(../images/frontHeader.jpg);
}

.frontHeader h1 {
	text-shadow: none;
	color: #fff;
	font: normal normal 60px/62px ChunkFiveRegular;
	display: block;
	position: absolute;
	margin-top: 45px;
	margin-left: 44px;
}

.pageDesc {
	margin-left: 42px;
	color: #dedede;
	font-size: 17px;
	line-height: 21px;
	text-shadow: none;
	font-weight: normal;
	width: 400px;
	top: 95px;
	letter-spacing: 0;
	display: block;
	float: left;
	position: relative;
}

.pageDesc a:link, .pageDesc a:visited  {
	color: #c4da79;
	text-shadow: none;
}

.pageDesc a:hover, .pageDesc a:active  {
	color: #99ab5d;
	text-shadow: none;
}



/* @end */

/* @group Navigation */

#navigation ul {
	position: relative;
	top: 11px;
	padding-left: 16px;
	padding-right: 16px;
}

#navigation li {
	display: inline;
	float: left;
	text-align: center;
	width: 122px;
	height: 69px;
}

#navigation li.current {
	display: inline;
	float: left;
	background: url(../images/menuCurrent.png) no-repeat;
}

#navigation a {
	color: #a5a5a5;
	text-decoration: none;
	position: relative;
	top: 8px;
	text-shadow: #1d1d23 0 -1px 0;
	font: bold 16px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#navigation a:hover {
	color: #ececec;
}

#navigation li.current a {
	color: #ececec;
}

#navigation li.current a:hover {
	color: #fff;
}

/* --------------- */

/* Sub Navigation */

#subNavigation {
	font: bold 12px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-right: auto;
	margin-left: auto;
	color: #ceccce;
	width: 814px;
	position: absolute;
	background: url(../images/overlayBkg.png) repeat;
	margin-top: 176px;
	border-top: 1px solid rgba(198,198,198,0.39);
	padding-bottom: 1px;
}

#subNavigation ul {
	
}

#subNavigation li {
	float: left;
	display: inline;
	margin-right: 24px;
	color: #f1f1f1;
	text-shadow: #363639 0 -1px 0;
}

#subNavigation li:first-child {
	margin-left: 44px;
}

#subNavigation li:last-child {
	margin-right: 0;
}

#subNavigation a {
	color: #f1f1f1;
	text-shadow: #363639 0 -1px 0;
}

#subNavigation a:hover {
	color: #bcd055;
}

#search {
	cursor: pointer;	
}

#search:hover {
	color: #bcd055;
}

#searchBox {
	width: 282px;
	height: 62px;
	position: relative;
	z-index: 500;
	background: url(../images/searchBox.png) no-repeat;
	top: -100px;
	display: none;
	opacity: 0;
	padding-left: 12px;
	padding-right: 12px;
}

#searchBox form {
	position: relative;
	top: -12px;
	left: -2px;
}

.searchField {
	border: 1px solid #899153;
	background-color: #61673a;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 4px 6px;
	font-size: 14px;
	line-height: 16px;
	color: #f2efd7;
	text-shadow: #33351f 0 -1px 0;
}

#closeSearch {
	background: url(../images/closeCircle.png) no-repeat;
	width: 23px;
	height: 24px;
	position: absolute;
	right: 25px;
	margin-top: 24px;
	cursor: pointer;
}



/* @end */

/* @group Buttons */

.splitButton {
	position: relative;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	top: 10px;
	right: 8px;
	letter-spacing: 0;
}

.signupButton a:link, .signupButton a:visited {
	width: 106px;
	height: 28px;
	background: url(../images/signinButton.png) no-repeat 0 0;
	float: right;
	color: #66733a;
	text-shadow: #bed370 0 1px 0;
	-webkit-transition: 0ms;
	text-align: center;
	padding-top: 9px;
}

.signupButton a:hover, .signupButton a:active {
	background: url(../images/signinButton.png) no-repeat 0 -37px;
	color: #d6ef7f;
	text-shadow: none;
}

.loginButton a:link, .loginButton a:visited {
	width: 79px;
	height: 28px;
	background: url(../images/loginButton.png) no-repeat 0 0;
	float: right;
	color: #66733a;
	text-shadow: #bed370 0 1px 0;
	-webkit-transition: 0ms;
	padding-top: 9px;
	text-align: center;
}

.loginButton a:hover, .loginButton a:active {
	background: url(../images/loginButton.png) no-repeat 0 -37px;
	color: #d6ef7f;
	text-shadow: none;
}

.signoutButton a:link, .signoutButton a:visited {
	width: 106px;
	height: 28px;
	background: url(../images/signoutButton.png) no-repeat 0 0;
	float: right;
	color: #66733a;
	text-shadow: #bed370 0 1px 0;
	-webkit-transition: 0ms;
	padding-top: 9px;
	text-align: center;
}

.signoutButton a:hover, .signoutButton a:active {
	background: url(../images/signoutButton.png) no-repeat 0 -37px;
	color: #d6ef7f;
	text-shadow: none;
}

.button {
	background-color: #f7f7f7;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e7e6e7));
	text-shadow: #fff 0 1px 0;
	font-weight: bold;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-box-shadow: 0 1px 4px #a2a2a2;
	-moz-box-shadow: 0 1px 4px #a2a2a2;
	font-size: 12px;
	padding: 6px 12px;
	line-height: 14px;
	color: #bbb;
	border-style: none;
	cursor: pointer;
}

.button:visited {
	color: #bbb;
}

.button:hover {
	color: #7c8c45;
}



/* @end */

/* @group Front  */

#kiwiTeaser {
	width: 281px;
	height: 287px;
	background: url(../images/themesTeaser.png) no-repeat;
	position: absolute;
	margin-top: -22px;
	margin-left: 225px;
	z-index: 10;
}

#downloadsFront {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #c9c8ca;
	width: 500px;
	height: 225px;
	-webkit-transition: all 1s ease-in-out;
	background: #e7e6e7 url(../images/downloadFade.png) repeat-x 0 bottom;
}

#downloadsText {
	position: relative;
	top: 35px;
	left: 40px;
}

#downloadsFront h3
 {
	font-size: 20px;
	color: #747474;
	margin-left: 25px;
	padding-top: 15px;
	margin-bottom: 5px;
	line-height: 24px;
}

#downloadsFront p {
	color: #8b8b8b;
	font-size: 15px;
	line-height: 20px;
	width: 160px;
	margin: 0;
	padding: 0;
}

.browseButton a {
	background-color: #f7f7f7;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e7e6e7));
	text-shadow: #fff 0 1px 0;
	font-weight: bold;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-box-shadow: 0 1px 4px #a2a2a2;
	-moz-box-shadow: 0 1px 4px #a2a2a2;
	font-size: 12px;
	padding: 6px 12px;
	line-height: 14px;
	color: #bbb;
	position: relative;
	top: 18px;
	left: 30px;
}

.browseButton a:visited {
	color: #bbb;
}

.browseButton a:hover {
	color: #7c8c45;
}

#developer {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #c9c8ca;
	width: 240px;
	height: 180px;
	background: #e7e6e7;
	margin-top: 25px;
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
	float: right;
	display: inline;
	line-height: 16px;
}

.recentsLeft {
	float: left;
	margin-right: 8px;
}

#developer h3 {
	font-size: 16px;
	line-height: 18px;
	color: #919191;
	margin-bottom: 6px;
}

.developerInset {
	margin-right: 15px;
	margin-left: 15px;
}

#newsletter {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #c9c8ca;
	width: 240px;
	height: 180px;
	background: #e7e6e7;
	margin-top: 25px;
	font-size: 12px;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
	display: inline;
}

#newsletter h3 {
	font-size: 16px;
	line-height: 18px;
	color: #919191;
	margin-bottom: 6px;
}

.newsletterInset {
	margin-right: 15px;
	margin-left: 15px;
}

.newsletterButton {
	margin-top: 6px;
	margin-right: 4px;
}

#signup_email {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 6px 10px;
	color: #7c8c45;
	border: 2px solid #b3b3b3;
	margin-top: 0;
	width: 184px;
	font-size: 14px;
	line-height: 20px;
	background: #fff;
}



/* @end */

/* @group Downloads */

.downloadHeader {
	width: 814px;
	margin-right: auto;
	margin-left: auto;
	height: 198px;
	background-image: url(../images/downloadsHeader.jpg);
}

.downloadPageDesc {
	margin-left: 42px;
	margin-right: 185px;
	color: #fff;
	font-size: 17px;
	line-height: 26px;
	position: relative;
	top: 100px;
}

.downloadItem {
	width: 170px;
	background-color: #dedede;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding-bottom: 10px;
	float: left;
	display: inline;
	margin-right: 8px;
	margin-left: 9px;
	margin-bottom: 17px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #c9c8ca;
}

.downloadArrow {
	width: 48px;
	height: 48px;
	background: url(../images/downloadArrow.png) no-repeat;
	position: absolute;
	display: block;
	margin-top: 100px;
	margin-left: 16px;
}

.downloadItem h3 {
	font-size: 15px;
	width: 135px;
	line-height: 20px;
	font-weight: bold;
	color: #838383;
	margin: 6px auto 0;
	padding: 0;
}

.downloadItem h3 a:link {
	color: #838383;
	text-decoration: none;
	text-shadow: none;
}

.downloadItem h3 a:hover {
	color: #9fb35c;
}

.downloadDescription {
	width: 135px;
	margin-right: auto;
	margin-left: auto;
	color: #838283;
	height: 115px;
	font-size: .85em;
	line-height: 1.3em;
}

.downloadItem img {
	width: 128px;
	margin-top: 8px;
	height: 128px;
}

.downloadItem button {
	margin-left: 16px;
}

.downloadItem h4 {
	font-size: 26px;
	line-height: 34px;
}

.moreInfoLinks {
	margin-left: 16px;
	background-color: #c0c0c0;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 3px 7px 2px;
	font-size: 11px;
	float: left;
	display: inline;
	border-bottom: 1px solid #a2a0a2;
	margin-right: 7px;
}

.moreInfoLinks:active {
	border-bottom: none;
	border-top: 1px solid #a2a0a2;
}

.moreInfoLinks a:link, .moreInfoLinks a:visited {
	color: #f1f1f1;
	font-weight: bold;
	text-shadow: none;
}

.moreInfoLinks a:hover, .moreInfoLinks a:active {
	color: #fff;
	font-weight: bold;
}

.dl {
	background-color: #bdd375;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 11px;
	float: left;
	display: inline;
	text-shadow: none;
	padding: 3px 7px 2px;
	border-bottom: 1px solid #9aae5e;
}

.dl a {
	color: #f1f1f1;
	font-weight: bold;
	text-shadow: none;
}

.dl a:hover {
	color: #fff;
	font-weight: bold;
}

.dl:active {
	border-bottom: none;
	border-top: 1px solid #a2a0a2;
}

.price {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 135px;
	font-weight: bold;
	color: #7a874d;
	margin-bottom: 4px;
}

.screenshot {
	width: 345px;
	height: 450px;
	float: right;
	display: block;
}

.descZoom {
	overflow: auto;
	height: 175px;
	width: 320px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.installHeader {
	margin-left: 20px;
	margin-top: 20px;
}

.downloadDesc {
	font-size: 16px;
	line-height: 22px;
	margin-left: 20px;
}



/* @end */

/* @group Submissions */

#submitBkg {
	background-color: #e7e6e7;
	-webkit-border-radius: 4px;
	padding: 20px 25px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.submissionsForm {
	width: 534px;
	margin-right: auto;
	margin-left: auto;
}

#submitBkg h3{
	color: #888;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 30px;
	margin-bottom: 12px;
}

.inputLabel {
	font-size: 16px;
	padding-right: 8px;
	line-height: 16px;
	color: #878787;
	vertical-align: top;
	text-align: right;
	padding-top: 3px;
}

#keywordFieldOne, #keywordFieldTwo, #keywordFieldThree, #keywordFieldFour, #keywordFieldFive {
	float: left;
	clear: left;
}

#addOne {
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-image: url(../images/add.png);
	float: left;
	display: inline;
}

#addTwo, #addThree, #addFour  {
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-image: url(../images/add.png);
	opacity: 0;
	float: left;
	display: inline;
}

#minusOne, #minusTwo, #minusThree, #minusFour {
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-image: url(../images/minus.png);
	float: left;
	display: inline;
	opacity: 0;
}

/* @end */

/* @group Coming Soon */

.soonHeader {
	width: 814px;
	margin-right: auto;
	margin-left: auto;
	height: 198px;
	background-image: url(../images/soonHeader.jpg);
}

.soonPageDesc {
	margin-left: 42px;
	margin-right: 345px;
	color: #fff;
	font-size: 17px;
	line-height: 26px;
	position: relative;
	top: 100px;
}

.soonPageDesc a:link, .soonPageDesc a:visited  {
	color: #c4da79;
	text-shadow: none;
}

.soonPageDesc a:hover, .soonPageDesc a:active  {
	color: #99ab5d;
	text-shadow: none;
}

#newsletter2 {
	margin-top: 12px;
	color: #919191;
	font-size: 13px;
	line-height: 20px;
	margin-left: 10px;
	width: 290px;
	float: right;
	display: block;
}

#newsletter2 h3 {
	font-size: 16px;
	line-height: 18px;
	color: #919191;
}

#newsletter2 #signup_email {
	font-size: 16px;
	line-height: 18px;
}

#newsletterButton {
	position: relative;
	top: -2px;
}

#newsletter2 label {
	font-weight: bold;
	margin-top: 0;
}

#signup_email {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 4px 10px 4px 10px;
	color: #7c8c45;
	border: 2px solid #b3b3b3;
	margin-top: 0;
}

#soonText {
	margin-right: 330px;
}

/* @end */

/* @group Contact Form */

.contactHeader {
	width: 814px;
	margin-right: auto;
	margin-left: auto;
	height: 198px;
	background-image: url(../images/contactHeader.jpg);
}

.inputField {
	font-size: 16px;
	line-height: 22px;
	color: #a0a0a0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #c7c7c7;
	padding: 4px 8px;
}

.inputFieldEdit {
	font-size: 14px;
	line-height: 18px;
	color: #a0a0a0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #c7c7c7;
	padding: 2px 8px;
}

.inputFieldEditDesc {
	font-size: 12px;
	line-height: 16px;
	color: #a0a0a0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #c7c7c7;
	padding: 4px 8px;
}

#contactFormMessage {
	font-size: 14px;
	line-height: 20px;
}

#contactSidebarContainer {
	width: 220px;
	background-color: #f5f4f5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-top: 16px;
	padding-bottom: 16px;
	float: right;
	display: block;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #c9c8ca;
}

#contactsSidebarContainer h4 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #878787;
	letter-spacing: -1px;
}



/* @end */

.formButton {
	background-color: #f7f7f7;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e7e6e7));
	text-shadow: #fff 0 1px 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-box-shadow: 0 1px 4px #a2a2a2;
	-moz-box-shadow: 0 1px 4px #a2a2a2;
	color: #b0b0b0;
	border: none;
	padding: 3px 10px 4px;
	margin-right: 5px;
	cursor: pointer;
	height: 24px;
	font: normal 13px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.formButton:hover {
	color: #7c8c45;
}

.formButton:active {
	color: #606d34;
}

/* @group Pagination */

.pagination {
	background-color: #e6e6e6;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e7e6e7));
	text-shadow: #fff 0 1px 0;
	font-weight: bold;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-box-shadow: 0 1px 4px #a2a2a2;
	-moz-box-shadow: 0 1px 4px #a2a2a2;
	font-size: 12px;
	padding: 7px 12px 6px;
	line-height: 14px;
	color: #bbb;
	display: block;
	float: right;
	margin-right: 16px;
}

.pagination a, .pagination a:visited {
	text-shadow: #fff 0 1px 0;
	color: #bbb;
}

.pagination a:hover {
	text-shadow: #fff 0 1px 0;
	color: #7c8c45;
}

.pagination a:active {
	text-shadow: #fff 0 1px 0;
	color: #94a753;
}

.currentPage a {
	color: #66733a;
	display: inline;
	background-color: #ddd;
	-webkit-border-radius: 3px;
	padding: 1px 3px 1px 4px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #c9c8ca;
	margin-top: 1px;
}



/* @end */

.termsList {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 20px;
}

.editButton {
	width: 32px;
	height: 32px;
	background: url(../images/gear.png) no-repeat;
	cursor: pointer;
	float: right;
	display: inline;
}

.deleteButton {
	width: 32px;
	height: 32px;
	background: url(../images/delete.png) no-repeat;
	cursor: pointer;
	display: inline;
	float: right;
	margin-right: 15px;
}

.deleteBoxText {
	font-size: 20px;
	line-height: 20px;
	color: #838383;
}

.deleteBoxName {
	font-size: 32px;
	color: #bd2111;
	font-weight: bold;
	line-height: 32px;
}

.deleteBoxReminder {
	font-size: 12px;
	color: #838383;
	font-weight: bold;
	line-height: 16px;
}

.confirmCancel {
	background-color: #c0c0c0;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 14px;
	text-shadow: none;
	padding: 4px 10px;
	display: inline;
	margin-right: 3px;
	text-decoration: none;
}

.confirmCancel a {
	color: #fff;
	text-shadow: none;
}

.confirmCancel:hover {
	color: #fff;
	text-shadow: none;
	background-color: #bdd375;
}

.confirmDelete {
	background-color: #ec2c00;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 14px;
	text-shadow: none;
	display: inline;
	padding: 4px 10px;
	text-decoration: none;
}

.confirmDelete a {
	color: #fff;
	text-shadow: none;
}

.confirmDelete:hover {
	background-color: #d61300;
}

.fileHighlight {
	width: 325px;
	background-color: #dfdfdf;
	padding: 3px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.checkmark {
	background: url(../images/checkmarkMedium.png) no-repeat left center;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	padding-left: 40px;
	display: block;
}

.antiCheckmark {
	background: url(../images/crossMedium.png) no-repeat left center;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	padding-left: 40px;
	display: block;
}

.silhouette {
	background: url(../images/silhouette.png) no-repeat left center;
	height: 48px;
	line-height: 38px;
	padding-left: 52px;
	display: block;
}

.silhouettePassword {
	background: url(../images/password.png) no-repeat left center;
	height: 48px;
	line-height: 38px;
	padding-left: 52px;
	display: block;
}

.newBadge {
	width: 91px;
	height: 53px;
	background: url(/template/images/newBadge.png) no-repeat;
	position: absolute;
	margin-top: -1px;
}

.resetEmail {
	font-size: 19px;
	line-height: 20px;
	font-weight: bold;
}

#newArrow {
	width: 61px;
	height: 54px;
	background: url(/template/images/newArrow.png) no-repeat;
	position: absolute;
	margin-top: -60px;
	margin-left: 745px;
}

.edChoiceBox {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #c9c8ca;
	width: 240px;
	height: 100px;
	background: #e7e6e7;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
	display: inline;
	line-height: 16px;
}

.recentUpload {
	padding-top: 5px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d5d4d5;
	padding-bottom: 5px;
	padding-left: 20px;
	background: url(/template/images/rivet.png) no-repeat left center;
}

.recentUpload:first-child {
	border-top-style: none;
}

.recentUpload:last-child {
	border-bottom-style: none;
}

.recentUploadLabel {
	font-size: 14px;
	line-height: 16px;
}

#edChoiceTriple {
	height: 140px;
	-webkit-transition: all 1s ease-in-out;
	margin-bottom: 16px;
	padding: 0;
	width: 100%;
}

#edChoiceTriple h4 {
	margin-top: 9px;
	margin-bottom: 6px;
	margin-left: 12px;
}

.edItemHeader {
	font-size: 18px;
	line-height: 19px;
	margin: 20px 0 0;
}

.edItemDev {
	margin: 12px 0 0;
	font-size: 12px;
	line-height: 14px;
}

.edItem {
	float: left;
	display: inline;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #c9c8ca;
	background-color: #e7e6e7;
	margin-right: 12px;
	padding: 6px 12px;
	width: 28%;
	position: relative;
}

.edItem:first-child {
	margin-left: 10px;
}

.edItem:last-child {
	margin-right: 0;
	margin-left: 0;
}

.edBadge {
	width: 24px;
	height: 30px;
	background: url(/template/images/edBadge.png) no-repeat;
	right: 12px;
	position: absolute;
	display: block;
	margin-top: -9px;
}

.edBadgeDownload {
	width: 24px;
	height: 30px;
	background: url(/template/images/edBadge.png) no-repeat;
	position: absolute;
	display: block;
	margin-left: 136px;
	margin-top: -3px;
}

.edBadgePopup {
	width: 24px;
	height: 30px;
	background: url(/template/images/edBadge.png) no-repeat;
	position: absolute;
	display: block;
	margin-top: -16px;
}

.sortBar {
	background-color: #f7f7f7;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e7e6e7));
	text-shadow: #fff 0 1px 0;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px #a2a2a2;
	-moz-box-shadow: 0 1px 4px #a2a2a2;
	font-size: 12px;
	padding: 6px 12px;
	line-height: 14px;
	color: #bbb;
	border-style: none;
	width: 93%;
	margin-bottom: 20px;
	text-align: right;
	margin-left: 10px;
}

.sortGraphic {
	width: 21px;
	height: 14px;
	background: url(/template/images/sortOrder.png) no-repeat;
	border-width: 1px;
	border-style: solid;
}