/*
** Description: Qelp Default HTML CSS styles
** Author: R.M. Been
** Date: 01-06-2009
** Version: 1.0.0
*/

/*
 * APPLICATION
 */

#application {
	position: relative;
	width: 720px;
	height: 550px;
	overflow: hidden;
}

/*
 * SUBSCRIPTION PLAN SELECTION
 */
#subscriptionArea {
	display: none;
}

/*
 * MENU AREA
 */
#menuArea {
	float: left;
	width: 200px;
	height: 600px;
}

#menuArea .menu {
	float: left;
	width: 200px;
	height: 100px;
	border: 1px #CCCCCC solid;
	margin-bottom: 20px;
	overflow: hidden;
}

#menuArea .menu .linkList {
	float: left;
	width: 200px;
	height: 250px;
	overflow: auto;
}
#menuArea #active  {
	height: 300px;
}

#menuArea h4 {
	font-size: medium;
	font-weight: bold;
	line-height: 20px;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 5px;
}

#menuArea h2 {
	font-size: medium;
	font-weight: normal;
	line-height: 20px;
	margin: 0px;
	padding: 5px;
}

/*
 * CONTENT AREA
 */
#contentArea {
	position: absolute;
	left: 200px;
	top: 50px;
	margin-left: 20px;
	width: 500px;
	height: 400px;
	overflow: auto;
}


/*
 * PHONE BROWSER
 */
.phone {
	position: relative;
	float: left;
	width: 90px;
	height: 150px;
	margin: 10px;
	text-align: center;
} 

.phone .img {
	position: relative;
	height: 120px;
	text-align: left;
}

.phone .img .align {
	position: absolute;
	text-align: center;
	bottom: 0px;
	width: 90px;
}


/*
 * SELECTED PHONE
 */
.selectedPhone {
	position: relative;
	float: left;
	height: 340px;
	width: 300px;
	margin: 10px;
	overflow: hidden;
} 

.selectedPhone .img {
	position: relative;
	height: 340px;
}

.selectedPhone .img .align {
	position: absolute;
	bottom: 0px;
	width: 90px;
}

/*
 * USE CASE
 */

.step {
	float: left;
	clear: both;
	position: relative;
	margin-bottom: 10px;
}

.step .stepImage {
	float: left;

}

.step .stepText {
	width: 260px;
	margin-left: 10px;
	float: left;
}

.step .stepImage img {
	border: 1px #CCCCCC solid; 
}

.stepNavigation {
	position: absolute;
	left: 20px;
	top: 320px;
	display: none;
	width: 480px;
	height: 20px;
}

#goPrevious {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100px;
	cursor: pointer;
	z-index: 4;
}

#currentStep {
	position: absolute;
	left: 100px;
	top: 0px;
	width: 280px;
	text-align: center;
	z-index: 1;
}

#goNext {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100px;
	text-align: right;
	cursor: pointer;
	z-index: 5;
}

/*
 * CUSTOMER SERVICE CODE
 */

#customerServiceCodeArea {
	position: absolute;
	top: 455px;
	left: 200px;
	display: none;
	margin-left: 20px;
	width: 500px;
	text-align: right;
}

#codeField {
	width: 100px;
}

#customerServiceCode {
	clear: both;
	width: 520px;
	text-align: right;
	position: relative;
	right: 0px;
}

#customerServiceCode .code {
	font-weight: bold;
}
/*
 * GENERAL
 */
html, body {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}
h1, h2, h4 {
	padding: 0px;
	margin: 0px;
}
a {
	text-decoration: none;
}

img {
	border: 0px;
}

#flashNotification {
	padding-top: 5px;
	padding-left: 5px;
	height: 40px;
}

#flashNotification a {
	margin-right: 5px;
}
