﻿/* Global Styles */
body
{
	font-size:12px;
	color:#4b4b4b;
}

header
{
	padding:10px 25px 0;
	width:430px;
	overflow:hidden;
}

#login
{
	float:right;
	font-size:11px;
	color:#fff;
	text-align:right;
}

.signinButtonSmall
{
	border-radius:5px;
	-moz-border-radius:5px;
	background-color:#BFD558;
	border:1px solid #888;
	color:#444;
	display:block;
	float:left;
	font-size:1em;
	height:20px;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	padding:0 5px 0 5px;
	/* width:70px; */
}

#ctl00_languageSelector
{
	float:right;
	margin-left:10px;
	height:22px;
	padding-left:5px;	
}

a
{
	color:#597d00;
}

#container
{
	max-width:1023px;
	height:100%;
	background:#fff url(../images/background.jpg) repeat-x;
	overflow:hidden;
	display:block;
}

#main
{
	padding:0 25px;
	width:430px;
}

#mainNav ul
{
	list-style:none;
	overflow:hidden;
	clear:both;
}

#mainNav li
{
	font-size:14px;
	color:#2c3d00;
	display:block;
	float:left;
	background:#a6c755;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:6px 15px;
	margin:0 5px 5px 0;	
}

#mainNav li.selected
{
	background:#fff;
}

#mainNav a
{
	color:#2c3d00;
	text-decoration:none;
}

h1, h2, h3
{
	color:#608600;
	font-size:14px;
}

h3
{
	font-size:11px;
	clear:right;
	padding:8px 0px 5px 52px;
}

#main
{
	clear:both;
	margin-bottom:10px;
}

p
{
	margin:0.9em 0;
	line-height:1.3em;
}

.small
{
	font-size:0.9em;
}

.smaller
{
	font-size:0.8em;
}

.button a
{
	font-size:14px;
	text-decoration:none;
	color:#fff;
}

.placeholder
{
	color:#888;
}

.errorMessageRed
{
	color:#c00;
}

footer
{
	width:100%;
	max-width:1004px;
	margin-top:20px;
	clear:both;
	padding:5px 10px;
	display:block;
	overflow:hidden;
	color:#4b4b4b;
	background-color:#ecf5d7;
}

footer ul
{
	width:60%;
	list-style:none;
	margin:0 auto;
}

footer ul > li
{
	float:left;
	padding:5px 0 5px 5px;
}

footer ul > li > a
{
	text-decoration:none;
}

.socialMediaIcon
{
	border:none;
	padding-left:5px; 
	vertical-align:middle;
}


/* Installing Apps Page */
ul.installMethods
{
	list-style:none;
	list-style-position:outside;
	padding-left:0;
	margin:10px 0 0 0;
	clear:left;
	overflow:hidden;
}

ul.installMethods > li
{
	float:left;
	display:block;
	width:183px;
	background:#f4f4f4;
	min-height:130px;
	margin-bottom:15px;	
	padding:5px 10px 0 10px;
	border:1px solid red;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:1px solid #d3d3d3;
	background-color:#f4f4f4;
	-webkit-box-shadow:1px 1px 1px #d3d3d3;
	box-shadow:1px 1px 2px #dd3d3d3dd;
	
}

.installSteps
{
	clear:left;
	list-style-position:inside;
	margin:1em 0 0 0;
	padding-left:1.8em;
	text-indent:-1.4em;
	font-size:11px;
}


.installSteps > li
{
	padding-bottom:0.3em;
}

#downloadButton
{
	float:right;
	margin-right:0px
}


/* Applications Download Page */
#leftColumn, #rightColumn
{
	display:block;
	float:left;
	overflow:hidden;
}

#leftColumn
{
	margin-right:20px;
	font-size:14px;
	color:#597d00;
	width:200px;
}

#leftColumn li
{
	margin-bottom:15px;
	padding-bottom:5px;
}

#leftColumn li.selected
{
	font-weight:bold;
	background:url('../images/line.jpg') no-repeat bottom left;
}

#categories a
{
	text-decoration:none;
}

span.disclaimer
{
	color:#4b4b4b;
	font-size:0.8em;
	clear:both;
	display:block;
}

span.disclaimer > a.disclaimer
{
	color:#4b4b4b;
	text-decoration:underline;
}


#ctl00_ZiiOContent_categorySelector
{
	display:none;
}

#searchBox
{
	padding:0 5px;
	width:183px;
	height:29px;
	background:url('../images/search_bg.png') no-repeat;
	overflow:hidden;	
	margin-bottom:20px;
}

#ctl00_ZiiOContent_searchInput
{
	border:0 none;
	width:140px;
	margin-top:5px;
}

#searchButton
{
	margin:3px;
}

#rightColumn
{
	width:530px;
}

#rightColumn h1
{
	font-size:1.8em;
	font-weight:normal;
	color:#597d00;
	margin-bottom:10px;
}

#rightColumn h2
{
	font-size:1.4em;
	font-weight:normal;
	color:#4b4b4b;
	margin-bottom:5px;
}


#rightColumn ul li
{
	display:block;
	overflow:hidden;
	margin-bottom:25px;
	list-style:none;
}

.appicon
{
	float:left;
	width:80px;
}

.appDescription
{
	float:left;
	width:80%;
	padding-left:10px;
}

.appDescription p
{
	margin-top:0;
}

a.downloadLink
{
	border-radius:5px;
	-moz-border-radius:5px;
	background-color:#BFD558;
	border:1px solid #CFCFCF;
	color:#444;
	font-size:0.9em;
	height:20px;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	padding:3px 10px;
}


/* My Account */
#loginForm
{
	width:350px;
	margin:20px 0;
}

#loginForm td
{
	padding:5px 15px 0 0;
}

.myAccountLabel
{
	color:#4b4b4b;
	font-size:12px;
	width:150px;
}

.myAccountField
{
	color:#000;
	font-size:14px;
	border:1px solid #ccc;
	background:#fff;
}

.myAccountDetails
{
	width:450px;
}

.myAccountDetails td
{
	padding:10px 0;
	color:#000;
	font-size:14px;
}

.myAccountDetails p
{
	margin-top:0;
	font-size:0.9em;
}

.myAccountDetails ul
{
	margin-top:0;
	margin-bottom:1em;
	padding-top:0;
	list-style:dash;
}

.myAccountDetails a
{
	font-size:11px;
}

#ctl00_ZiiOContent_rbCountry td
{
	padding:3px;
}

#ctl00_ZiiOContent_rbCountry input[type=radio]
{
	margin-right:5px;
}

#RegProductList
{
	list-style:none;
	list-style-position:outside;
	margin:0;
}

#RegProductList li
{
	margin-bottom:10px;
}

.warrantyText
{
	font-size:0.9em;
	color:darkgreen;
}

.glist tbody td{ border-bottom:dashed 1px #ccc; height:20px; line-height:150%; }
.radSelect *{ font-size:12px;color:#4b4b4b;}
.supportLabel
{
	width:200px;
}

.Label	
{
    color:#4b4b4b;
	font-size:12px;
}

.subscriptionNotice
{
	color:#c00;
	font-size:0.9em;
}

/* Buy Accessories */
#accessoriesList
{
	list-style:none;
}

#accessoriesList > li
{
	width:32%;
	display:block;
	float:left;
	padding:5px;
	text-align:center;
	min-height:250px;
}


div.oneliner
{ 
	text-align:left;
}

div.oneliner p
{
	margin:0.8em 0;
}

div.oneliner h2
{ 
	font-size:1.1em;
}

div.oneliner h2 a
{
	text-decoration:none;
}

