/* CSS Document */
body
{
	font-size:13px;
	font-family:Arial, sans-serif;
	color:#333;
	/*background-image:url(../images/bg-body.png);
	background-repeat:repeat;*/

}

.bottomtext
{
	position:relative;
	top:304px;
	width:270px;
	margin:auto;
}

.slider 
{
	width:8px;
	background:#E4DDDD;
	border-radius:5px;
	height:250px;
	margin:0 0 0 35px;
	box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.5);
}

a
{
	outline:none;
}

.outer
{
	margin:0 auto;
	width:930px;
	/*background:#ededed;*/
}

.firstrow
{
	width:940px;
	height:auto;
	padding:24px 0px 12px 0px;
	
}

.thirdrow
{
	width:940px;
	font-size:12px;
	color:#666;
	margin-top:10px;
	margin-bottom:10px;
	text-shadow:0 1px 1px #fff;
	padding-top:3px;
	text-align:center;
	float:left;
}

.maincontainer{
	background:#fff url(../images/bg-main.png) bottom repeat-x;
	padding:10px;
	border:1px solid #b1b4b7;
	-webkit-border-radius:5px;
	border-radius:5px;
	box-shadow: inset 0px -1px 0px #fff,0px 5px 0px 0px #acb4b7,0px 10px 5px #cbd1d3;
	position:relative;
	height:491px;
}

.logo
{
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	width:166px;
	height:59px;
	float:right;
	margin-top:-13px;
	margin-right:10px;
}

.title
{
	position:relative;
	z-index:100;
	top:23px;
}

.topheading
{
	font-size:15px;
	font-weight:normal;
	padding:18px 0px;
	margin-bottom:20px;
	text-shadow:0px 1px 1px #fffff;
	text-align:center;
}

.leftdivNW
{
	width:375px;
	height:256px;
	padding:1px 0 0 1px;
	float:left;
	z-index:3;
	position:absolute;
	border:#F00 solid 0px;
}

.cornerdiv
{
	float:right;
	width:290px;
	font-size:17px;
	text-align:right;
	position:relative;
	z-index:3;
	padding-right:10px;
	line-height:24px;
}

.txt-lt
{
	background:url(../images/new-vendor-txt-lt.png) no-repeat;
	width:105px;
	height:256px;
	padding:20px 0 0 236px;
}

.txt-lt input[type='text']
{
	width:70px;
	height:26px;
	padding:0 15px;
	border:1px solid #999;
	border-radius:5px;
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
	margin-bottom:-5px;
	background-color:#FFFFFF;
	color:#000000;
	font:bolder;
	font-size:14px;
}

.txt-lt input[type='text']:focus
{
	outline:none;
}

.txt-lt .ouput
{
	padding-top:40px;
}

.txt-lt .ouput div
{
	padding:5px 0 7px 0;
	font-weight:600;
	color:#000;
	font-size:20px;
}

.txt-lt .ouput div.percent
{
	padding:15px 0 0 60px;
}

.rightdivNW
{	
	position:absolute;
	left: 230px;
	top: 150px;
	background:url(../images/bell-curve-newsvendor.png) no-repeat;
	width:74%;
	height:280px;
	z-index:2;
}

.conteinerLRNW
{
	top:50px;
}

.inputcontainer
{
	padding-bottom:10px;
	height:20px;
	color:#000;
	padding-top:10px;
}

.op
{
	line-height:32px;
	color:#000;
	font-weight:600;
	font-size:16px;
}

.alignhead
{
	font-size:18px;
	font-weight:10;
	margin-bottom:-10px;
}

#number1
{
	margin-top:-6px;
}

#number3
{
	margin-top:-6px;
}

.resetinput
{
	width:110px;
	height:20px;
	margin-top:15px;
	margin-left:-5px;
	border:1px solid #CCCCCC;
	border-radius:2px;
	-webkit-border-radius:2px;
	text-align:center;
	box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,1);
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,1);
	background: #e9e9e9;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9));
	padding:7px 2px 5px 2px;
	margin-left:5px;
	color:#888887;
	font-size:14px;
	cursor:pointer;
}

.labeltxt
{
	float:left;
	padding-right:5px;
	font-size:16px;
	text-shadow:0px 1px 1px #fffff;
	width:370px;
}

.news
{
	font-size:16px;
	width:330px;
	border:1px solid grey;
	line-height:auto;
	border-radius:5px;
	background:#E4DDDD;
	margin-left:5px;
	padding:10px;
	font-weight:300;
	-webkit-box-shadow:inset 0px 0px 3px 0px rgba(0,0,0,.5);
	color:#333;
	position:absolute;
	top:435px;
	left:0px;
}

.informationdiv
{
	position:relative;
	display:none;
	width:350px;
	height:120px;	
	border:solid 1px grey;
	text-align:center;
	color:#FFFFFF;
	background:grey;
	top:0%;	
	left:29%;
	z-index:4;
	border-radius:5px;
	padding:15px 0px;
	font-size:16px;
	text-shadow:0px 1px 1px #fffff;
}

.newsval1
{
	width:20px;
	height:20px;
	position:relative;
	top:80%;
	top:120px;
	left:538px;
	z-index:3;
	font-size:24px;
	color:#FFFFFF;
	color:#000000;
}
