
#content
{
	margin: 0px 0 0 20px;
	width: 590px;
}

#content_mid
{
	padding: 8px 0 0 0;
}

/********download page*********/

#downloaddiv
{
	height: 500px;
	font-family: Arial, Helvetica, sans-serif;
}

#updatelistdiv
{
	height: 500px;
}

#download_describe
{
	padding: 10px 0 10px 10px;
}

#download_describe ul li .steps
{
	padding: 6px 0 1px 0px;
	border-top: solid 1px #E4E4E4;
	width: 600px;
	height: 90px;
}

#download_describe ul li div .step_pic
{
	width: 180px;
	float: left;
}

#download_describe ul li div .step_describe
{
	width: 400px;
	float: left;
}

/********download page end*********/


/************demo page*************/

.showWindow:hover
{
	color: #FF0000;
}
.win_bg
{
	background: #696969;
	opacity: 0.2;
	filter: alpha(opacity=20);
	position: absolute;
	top: 0px;
	height: 0px;
	width: 100%;
	height: 100%;
	z-index: 998;
}
.winTitle
{
	background: #9DACBF;
	height: 20px;
	width: 100%;
	line-height: 20px;
}
.winTitle .title_left
{
	font-weight: bold;
	color: #FFF;
	padding-left: 5px;
	float: left;
}
.winTitle .title_right
{
	float: right;
}
.winTitle .title_right a
{
	color: #000;
	text-decoration: none;
}
.winTitle .title_right a:hover
{
	text-decoration: underline;
	color: #FF0000;
}
.winContent
{
	padding: 5px;
}
.paneltitle
{
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
}
.style1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1c475f;
}
.style3
{
	font-family: Arial, Helvetica, sans-serif;
}
.style5
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style7
{
	font-size: 14px;
}
.style12
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}


/******new*****/

/* the overlayed element */
div.overlay
{
	/* growing background image */
	background-image: url(../images/white.png); /* dimensions after the growing animation finishes  */
	width: 820px;
	height: 630px; /* initially overlay is hidden */
	display: none; /* some padding to layout nested elements nicely  */
	padding: 70px;
}
/* default close button positioned on upper right corner */
div.overlay div.close
{
	background-image: url(../images/close.png);
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}
/* black */
div.overlay.black
{
	background: url(../images/transparent.png) no-repeat !important;
	color: #fff;
}
/* petrol */
div.overlay.petrol
{
	background: url(../images/petrol.png) no-repeat !important;
	color: #fff;
}

div.black h2, div.petrol h2
{
	color: #ddd;
}

#overlay1
{
	background-image: url(../images/transparent2.png);
	color: #efefef;
	height: 526px;
	width: 656px;
	margin:0px 0 0 10px;
}
#overlay2
{
	background-image: url(../images/smallblack.png);
	color: #efefef;
	height: 460px;
	width: 580px;
	padding:55px 0 0 80px;
}
#overlay3
{
	background-image: url(../images/transparent.png);
	color: #efefef;
	height: 625px;
	margin:0 0 0 15px;
}
#overlay4
{
	background-image: url(../images/transparent.png);
	color: #efefef;
	height: 625px;
	margin:0 0 0 15px;
}

div.contentWrap
{
	height: 625px;
	overflow-y: auto;
}

/******new end*****/



/************demo page end*************/


/* privacy-policy */

.title2
{
	font-size: 14px;
	}

.style1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1c475f;
}
.style9
{
	color: #1c475f;
	font-size: 14px;
}
.style10
{
	color: #333333;
}


/* privacy-policy end */


/* about */
.style15
{
	font-size: 12px;
}
.style16
{
	line-height: 18px;
	color: #003366;
	font-weight: bold;
}
/* about end */


/* learn-more */

div.panes #tab1
{
	background:#FFF url(../images/network.png) no-repeat top left;
}
div.panes #tab2
{
	background:#FFF url(../images/photo.png) no-repeat top left;
}
div.panes #tab3
{
	background:#FFF url(../images/wall.png) no-repeat top right;
}
div.panes #tab4
{
	background:#FFF url(../images/gadgets.png) no-repeat top left;
}


div.panes .panesdiv_toptext
{
	padding:470px 20px 0px 20px;
	height:60px;
	border:0;
	border-top:solid 1px #E9E9E9;
	background:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

div.panes .panesdiv_righttext
{
	display:block;
	padding: 25px 5px 5px 230px;
	border:none;
	height:550px;
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.panes .panesdiv_righttext ul li
{
	margin:5px 0 15px 0;
	}

div.panes .panesdiv_righttext ul li ul
{
	padding:8px 0 0 18px;
	list-style-type:disc;
	}

div.panes .panesdiv_righttext ul li ul li
{
	margin: 0 0 0 0;
	}

/* learn-more end */