﻿body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.loginForm{
	float:right;
	padding:10px 0 0 0;
	font-size:11px;
	color:#999;
	text-shadow:#fff 1px 1px 0px;
}
.loginForm input[type=text], .loginForm input[type=password], .pageContainer .rightSection .signupSection input[type=text], .pageContainer .rightSection .signupSection input[type=password]{
	border-radius:2px;
	border:#c0c0c0 1px solid;
	padding:5px;
}
.loginForm input[type=submit], .pageContainer .rightSection .signupSection input[type=submit], .SubmitButton{
	background:linear-gradient(top bottom, #30b300 0%, #248c00 100%) repeat scroll 0 0 transparent;
	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.01, #30b300), color-stop(1, #248c00) );
	background:-moz-linear-gradient( center top, #30b300 0%, #248c00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#30b300', endColorstr='#248c00');
	background-color:#248c00;
	color:#ffffff;
	text-shadow:#3164c4 1px 1px 1px;
	border:#4f9604 1px solid;
	padding:4px 10px;
	border-radius:2px;
	font-weight:bold;
	cursor:pointer;
}
.loginForm input[type=submit]:hover,  .pageContainer .rightSection .signupSection input[type=submit]:hover, .SubmitButton:hover{
	background:#59d22e;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#248c00', endColorstr='#30b300');
}
.loginForm a{
	color:#999;
}
.loginForm a:hover{
	color:#666;
}

/* error message */
	.error {
		/* supply height to ensure consistent positioning for every browser */
		height:14px;
		background-color:#FFFE36;
		border:1px solid #E1E16D;
		font-size:9px;
		color:red;
		padding:2px 5px;
		margin-left:-5px;
		z-index:10000;

		/* CSS3 spicing for mozilla and webkit */
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		-moz-border-radius-bottomleft:0;
		-moz-border-radius-topleft:0;
		-webkit-border-bottom-left-radius:0;
		-webkit-border-top-left-radius:0;

		-moz-box-shadow:0 0 6px #ddd;
		-webkit-box-shadow:0 0 6px #ddd;
	}

/* nested arrow inside error message. It's 100% CSS. No images. */
.error em {
	border:7px solid #E1E16D;
	border-color:#FFFE36 transparent transparent;
	bottom:-14px;
	display:block;
	height:0;
	left:7px;
	position:absolute;
	width:0;
}

/* calendar root element */
#calroot {margin-top:-1px;width:198px;padding:2px;background-color:#fff;font-size:11px;border:1px solid #ccc;-moz-border-radius:5px;-webkit-border-radius:5px;-moz-box-shadow: 0 0 15px #666;-webkit-box-shadow: 0 0 15px #666;	z-index:10000;}
/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead {padding:2px 0;height:22px;} 
#caltitle {font-size:14px;color:#0150D1;float:left;text-align:center;width:155px;line-height:20px;text-shadow:0 1px 0 #ddd;}
#calnext, #calprev {display:block;width:20px;height:20px;background:transparent url(/images/prev.gif) no-repeat scroll center center;float:left;cursor:pointer;}
#calnext {background-image:url(/images/next.gif);float:right;}
#calprev.caldisabled, #calnext.caldisabled {visibility:hidden;}
/* year/month selector */
#caltitle select {font-size:10px;}
/* names of the days */
#caldays {height:14px;border-bottom:1px solid #ddd;}
#caldays span {display:block;float:left;width:28px;text-align:center;}
/* container for weeks */
#calweeks {background-color:#fff;margin-top:4px;}
/* single week */
.calweek {clear:left;height:22px;}
/* single day */
.calweek a {display:block;float:left;width:27px;height:20px;text-decoration:none;font-size:11px;margin-left:1px;text-align:center;line-height:20px;color:#666;-moz-border-radius:3px;-webkit-border-radius:3px;} 
/* different states */
.calweek a:hover, .calfocus {background-color:#ddd;}
/* sunday */
a.calsun {color:red;}
/* offmonth day */
a.caloff {color:#ccc;}
a.caloff:hover {background-color:rgb(245, 245, 250);}
/* unselecteble day */
a.caldisabled {background-color:#efefef !important;color:#ccc	!important;cursor:default;}
/* current day */
#calcurrent {background-color:#498CE2;color:#fff;}
/* today */
#caltoday {background-color:#333;color:#fff;}

.tblborder{border:1px solid #e2e2e2;font-family: verdana, arial;font-size: 11px;}
.tblheading{font-family: verdana, arial;font-size: 13px;font-weight:bold;height:26px;color:#024383;}
.listbox{font-family: verdana, arial;font-size: 11px;width:100%;height:80px;background: #FAFAFA;border: 1px solid #AAAAAA;padding: 2px;}
.btnSet{font-family: Tahoma;font-size: 11px;font-weight: bold;width: 50px;height: 20px;color: #FFFFFF;background: #084F87;border: 1px solid #96b8d9; cursor:pointer;}
.btnSet1{font-family: Tahoma;font-size: 11px;font-weight: bold;height: 20px;color: #FFFFFF;background: #084F87;border: 1px solid #96b8d9; cursor:pointer;}
.btnSet2{font-family: Tahoma;font-size: 11px;font-weight: bold;height: 20px;color: #084F87;background: #FFFFFF;border: 1px solid #96b8d9; cursor:pointer;}
.divList{border:1px solid #e2e2e2;overflow:auto;}
.HighlightRow {background-color: yellow; cursor: pointer;}
.RemoveBtn{font-size:10px;}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button 
{
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}


.ErrorTable
{
	font-weight: normal;
	border: 1px solid #808080;
	color: white;
	margin-bottom: 5px;
	width: 60%; font-weight:bold;
}

.ErrorTable .Header {background-color:#dd0000; text-align:left; padding:3px;}
.ErrorTable .Data {background-color: #ffffb2; color:#dd0000; padding:3px; text-align:left;}


.UpdateButton 
{
	-moz-box-shadow:inset 0px 1px 0px 0px #89c5ff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #89c5ff;
	box-shadow:inset 0px 1px 0px 0px #89c5ff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #001afe), color-stop(1, #0001ce) );
	background:-moz-linear-gradient( center top, #001afe 5%, #0001ce 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#001afe', endColorstr='#0001ce');
	background-color:#001afe;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #2635d8;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:10px;
	font-weight:bold;
	padding:2px 8px;
	text-decoration:none;
	text-shadow:1px 1px 0px #353eb2;
	cursor:pointer;
}

.UpdateButton:hover 
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0001ce), color-stop(1, #001afe) );
	background:-moz-linear-gradient( center top, #0001ce 5%, #001afe 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0001ce', endColorstr='#001afe');
	background-color:#0001ce;
}

.UpdateButton:active 
{
	position:relative;
	top:1px;
}




.FormLabel
{
	font-size:10px;
	font-weight:bold;
}

/***Admin Sub Menu Link***/
a.Subtitle
{
	color:#dd0000;
	font-size:10px;
	text-decoration:underline;
}
a.Subtitle:hover{text-decoration:none;}

/***Separating tables info by using this Line image***/
.line
{
	height: 1px;
	background: url(../img/line.jpg) no-repeat;
}
	

.FileDisplayTable
{
	border-radius: 10px 10px 10px 10px; 
	border:1px solid #ccc;
	/*box-shadow: 0px 0px 10px 0px #aaa;*/
}
.titlebar
{
    border-color: rgb(204, 204, 204);
		background-color: #ccc;
}
.MainTable
{
	background-color: #dbe6f5;
}
.table_form {
    border-collapse: collapse;
    font-family: 'Courier New',Arial,Verdana;
    font-size: 12px;
    background-color: #dbe6f5;
}

.LinkClass
{
	text-decoration:none;
	color:#0000dd;
}
.LinkClass:hover
{
	text-decoration:underline;
}

.ContentTable
{
	width:60%;
	border:1px solid #ccc;
	border-radius: 10px 10px 10px 10px;
	background-color:#F9F9F9;
}

.TitleRow
{
	background-color: #efffcf;
	border-radius: 10px 10px 10px 10px;
}
.BodyTitle_left
{
	float:left;
	font-family:'Courier New', 'Comic Sans MS', Verdana;
	font-size:20px;
	font-weight:bold;
}

.HighlightRow {background-color: yellow; cursor: pointer;}

.ReturnLink{text-decoration:none; color:blue;font-family:Arial, Verdana; font-size:14px; font-weight:bold;}
.ReturnLink:hover{text-decoration:underline; color:blue;}

.SmallTable
{
	font-family: Arial, Verdana, Tahoma;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 0px 10px 0px #aaa;	
	margin-left:10px;
	margin-top:10px;
	float:left;
	padding:10px;
}

.TabHeading
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: #666;
    text-align: Center;
    border-bottom	: 2px solid #ccc;
}

.TabContent
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    color: #dd0000;
    text-align: Center;
}

.btn{border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
	display:inline-block; 	padding:4px 10px 4px; 	font-size:13px; 	line-height:18px; 	color:#333333; 	text-align:center; 	text-shadow:0 1px 1px rgba(255, 255, 255, 0.75); 	background-color:#fafafa; 	background-repeat: no-repeat;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	margin-left: .3em;
	font-weight: normal;
	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);*
}

.largetextbox
{
width:300px;
height:18px;
border:1px solid #ccc;
font-family: verdana, arial;
font-size: 11px; 
}

.textarea
{
	width:300px;
border:1px solid #ccc;
font-family: verdana, arial;
font-size: 12px;
padding:5px; 
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}

.label
{
font-family: verdana, arial;
font-size: 12px;
color: #525452;
font-weight:bold;
}

.NavLink
{
color: rgb(2, 67, 131);
font-family: verdana,arial;
font-size: 11px;
text-decoration: none;
}

.RedLink
{
color: red;
font-family: verdana,arial;
font-size: 13px;
text-decoration: none;
}


::-webkit-input-placeholder{color:#9e9e9e;}
input:-moz-placeholder, textarea:-moz-placeholder{color:#9e9e9e;}
.placeholder{color:#9e9e9e;}

.menu{
	width:100%;
	height:37px;
	margin:0px;
}
.emailbox
{
width:250px;
height:23px;
border:1px solid #ccc;
font-family: verdana, arial;
padding:2px;
font-size: 11px; 
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
.overlay_button_1{
	width:200px;
	height:40px;
	background:#09F;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:medium;
	color:#fff;
	text-align:center;
	letter-spacing:0.02em;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	white-space:nowrap;
	box-shadow:0 4px 0 #06F;
	cursor:pointer;
}
.overlay_button_2{
	height:25px;
	background: #3b679e; /* Old browsers */
background: -moz-linear-gradient(top,  #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b679e), color-stop(50%,#2b88d9), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:0 15px;
	margin-left:10px;
	border:1px solid #5b9dff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:center;
	letter-spacing:0.02em;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	white-space:nowrap;
	box-shadow:0 0 4px 0 #06F;
	cursor:pointer;
}

.overlay_button_3{
	height:25px;
	background: #fceabb; /* Old browsers */
background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(50%,#fccd4d), color-stop(51%,#f8b500), color-stop(100%,#fbdf93)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:0 15px;
	margin-left:10px;
	border:1px solid #fceabb;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:center;
	letter-spacing:0.02em;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	white-space:nowrap;
	box-shadow:0 0 4px 0 #f8b500;
	cursor:pointer;
}

.signuptext
{
	text-align:left;
	font: Basic;
	color: rgb(61,119,184);
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 16px;
	margin:10px;
}
.header-orange
{
	color:#c60;
	font-weight:bold;
	font-size:16px;
	font-family:Arial,Helvetica,sans-serif;
}
.overlay_button{
	width:100px;
	height:40px;
	background:#09F;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:medium;
	color:#fff;
	text-align:center;
	letter-spacing:0.02em;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	white-space:nowrap;
	box-shadow:0 4px 0 #06F;
	cursor:pointer;
}
.overlay_Activatebutton{
	width:100px;
	height:40px;
	background:#ccc;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:medium;
	color:#09F;
	text-align:center;
	letter-spacing:0.02em;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	white-space:nowrap;
	box-shadow:0 4px 0 #333;
	cursor:pointer;
	
}
	.overlay_Activatebutton:hover {
		box-shadow:0 -4px 0 #333;
	}
.overlay_button:hover{
	box-shadow:0 -4px 0 #06F;
}
.overlay_button_download{
	width:80px;
	height:30px;
	background:#09F;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:center;
	letter-spacing:0.02em;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	white-space:nowrap;
	box-shadow:0 4px 0 #06F;
	cursor:pointer;
}
.overlay_button_download:hover{
	box-shadow:0 -4px 0 #06F;
}

.overlay_buttontxt{
	width:auto;
	height:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;
	color:#ccc;
	padding:10px 0 0 30px;
	letter-spacing:0.02em;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	white-space:nowrap;
	float:left;
}
.smalltextbox
{
	width:80px;
	height:23px;
	border:1px solid #ccc;
	font-family: verdana, arial;
	font-size: 11px; 
	border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.headding
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:700;
	color:#333;
	line-height:18px;
	letter-spacing:0.02em;
}
.tiny{font-size:11px}
.sb_inner_cont
{
	width:100%;
	height:auto;
	margin-bottom:10px;
}

.sb_inner_subcont
{
	width:800px;
	height:auto;
}
.sb_inner_contbox
{
	border:1px solid #cccccc;
/*	border-radius:5px 5px 5px 5px; */
	padding:10px;
}
.pull-right 
{
  float: right !important;
}
h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}
/***Tabs*Start*Here***/
.tabs
{
    padding : 0px 5px 0px 0px;
    margin-left : 5px;
    margin-bottom : 0px;
    margin-top : 10px;
    font-size : 13px;
    font-family : Verdana, Arial;
    font-weight: bold;
    text-align : center;
    list-style-type : none;
}

.tabs li{display:inline; margin: 5px;}

.tabs li a
{
    text-decoration:none;
    z-index:1;
    position:relative;
    padding: 5px 5px;
    margin-right: 0px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #2d2b2b;
    margin-top:10px;
}

.tabs li a:visited{color: #2d2b2b;}
.tabs li a:hover{text-decoration: underline;color: #2d2b2b;}
.tabs li a.selected{position: relative;top: 1px; color:#024383;}/*selected main tab style */
/*.tabs li a.selected{background-image:url(../images/shadeactive.gif);margin-top:5px;background-position:center;}selected main tab style */
.tabs li a.selected:hover{text-decoration: none;}/*selected main tab style */
.panes{font-family: verdana, arial;font-size: 11px;}

.contenttabdisplay
{
	width:100%;
	border-top:1px solid #ccc;
	margin-bottom: 1em;
	padding-top:0px;
	margin-top:5px;
	margin-left:0px;
	text-align:center;
}
/***Tabs*End*Here***/

.tiny-example
{
	font-size: 10px;
	color: #666;
}

.form_main_hedding
{
	padding:7px 0;
	text-align:left;
	font-family: 'Oswald', sans-serif;
    font-size: 16px;
	font-weight:bold;
	color:#1F5DAA;
}
.form_subtitle
{
	background:#f3f3f3;
	padding:7px 0;
	outline-radius:5px;
	-moz-outline-radius:5px;
	-webkit-outline-radius:5px;
	border:2px solid #fff;
	outline:1px solid #ddd;
	text-align:center;
	font-family: 'Oswald', sans-serif;
    font-size: 16px;
	font-weight:bold;
	color:#1F5DAA;
}
.overlay_button1{
	width:80px;
	height:28px;
	background:#09F;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:0;
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
	text-align:center;
	letter-spacing:0.02em;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	white-space:nowrap;
	box-shadow:0 4px 0 #06F;
	cursor:pointer;
}
.overlay_button1:hover{
	box-shadow:0 -4px 0 #06F;
}
.dropdown
{
	height:28px;
	border:1px solid #ccc;
	font-family: verdana, arial;
	font-size: 12px; 
	padding: 3px 0;
}
.selectClass
{
	font-weight:normal;
	border-radius:3px;
	/*border:#999 1px solid;
	background-color:#f2f2f2;*/
	/* for modern browsers use semi-transparent color on the border. nice! */
	/*border: 1px solid rgba(82, 82, 82, 0.698); */
	/* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
/*.selectClass:hover,.selectClassActive{border:1px solid #dd0000; background-color:#ffffb2;}*/
.newtextbox
{
width:300px;
height:23px;
border:1px solid #ccc;
font-family: verdana, arial;
font-size: 11px; 
padding:2px;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}

.list_box {
    width: 97%;
    min-height: 210px;
    margin: 10px;
    box-shadow: 0 0 10px #999;
    background: #fff;
}
.book_details {
    float: left;
    width: auto;
    margin-right: 33px;
}
@media screen and (max-width: 1100px) 
	{ 
.list_box_leftarea_top{
	min-height:100px;

}
}
.star_empty {
		background: url(/img/sprites.png) no-repeat;
		background-position: -498px -64px;
    width: 19px;
    height: 20px;
    margin: 0 1px 0 1px;
    float: left;
}
.star_full {
		background: url(/img/sprites.png) no-repeat;
		background-position: -398px -64px;
    width: 19px;
    height: 20px;
    margin: 0 1px 0 1px;
    float: left;
}

.star_half {
		background: url(/img/sprites.png) no-repeat;
		background-position: -449px -63px;
    width: 19px;
    height: 20px;
    margin: 0 1px 0 1px;
    float: left;
}
.Msg{
	color:red;
	font-weight:bold; 
	border:1px solid #ddd; 
	width:800px; 
	height:auto; 
	padding:15px 0; 
	margin:10px auto;
	background:#f5f5f5;
	text-align:center;
	font-size:12px;
}
.pd_spec_title {
    font-size: 12px;
    letter-spacing: 0;
    padding:5px 0 5px 10px;
    font-weight: 400;
    color: #525452;
}
.pd_spec_text {
    font-size: 12px;
    letter-spacing: 0;
    padding:5px 0 5px 10px;
    font-weight: 700;
    color: #525452;
}
.overlay_rhstxt{
	text-indent:30px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#777;
	letter-spacing:0.02em;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
.data-display{font-size:12px;background-color:#ddd;border:0;margin:0;padding:0;width:100%}
.data-display-field{font-size:12px;padding:6px;font-family:Arial,Helvetica,sans-serif;}
.data-display-header{font-size:12px;background-color:#fff;font-weight:bold;padding:4px;text-align:center;color:#000}
.list-row, .list-row-odd {
    background-color: rgb(244, 244, 244);
}
.myo-grey, .myo-grey a {
    color: rgb(102, 102, 102);
}
.list-row-even {
    background-color: rgb(248, 248, 248);
}
.page_size{font-size: 9px; color: #003366;font-family:Verdana, Arial, Helvetica, sans-serif;padding-top:15px;text-align:center;}
.overlay_button2{
	width:100px;
	height:40px;
	background:#09F;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:medium;
	color:#fff;
	text-align:center;
	letter-spacing:0.02em;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	white-space:nowrap;
	box-shadow:0 4px 0 #06F;
	cursor:pointer;
}

.SignUpLink
{
	text-decoration:none; 
	color:#777; 
	font-size:16px;
}
.SignUpLink:hover{
	color:#333;
}

.details_top_line {
 width:1px;
 height:200px;
 margin:10px;
 background:#ccc;
 float:left;
}

.details_top_rhs{
 width:200px;
 margin:50px 10px 0 0;
 height:auto;
 float:left;
}
.prod_disp {
    width: 140px;
    height: auto;
}
.prod_img {
    width: 95px;
    height: 134px;
    margin-left: 15px;
    overflow: hidden;
}
.prod_txt_area {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
    padding-top: 3px;
}
.book_title {
    width: 100%;
    height: 33px;
    line-height: 16px;
    word-spacing: 0.02em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-style: italic;
    margin-top: 5px;
    overflow: hidden;
    color: #000;
}
.star_area {
    width: 100%;
    /*height: 20px;
    margin: 3px 0 3px 0;*/
}
.star_rating {
    font-family:  'Roboto', sans-serif;
    color: #999;
    font-size: 12px;
}
.pd_webrupee {
color:#ccc; 
font-weight:normal;
}
.prod_button_area {
    width: 100%;
    height: 60px;
    margin-top: 5px;
}
.used_books {
    width: 100%;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #999;
    text-align: left;
}
.buynow_area {
    width: 118px;
    height: 28px;
    margin-top: 5px;
    margin-left: 10px;
}
.sb_acc_detailbox
{
	border:1px solid #cccccc;
	border-radius:5px 5px 5px 5px;
	width:280px;
	height:120px;
	padding:50px;
	margin-bottom:10px;
	color:Red;
}
.list_box_leftarea {
    width: 85%;
    height: auto;
    margin: 13px 0 10px 0;
    float: left;
}

.list_box_leftarea_top {
    width: auto;
    min-height: 95px;
    margin-top: 10px; 
    padding-bottom: 5px;
}

.listarea_title {
    font-size: 18px;
    font-family:  'Roboto', sans-serif;
    text-align: left;
    font-weight: 700;
    line-height: 18px;
    word-spacing: 0.04em;
    color: #000;
}

.listarea_title_author {
    font-size: 8px;
    font-family:  'Roboto', sans-serif;
    text-align: left;
    word-spacing: 0.04em;
    margin-top: 5px;
    color: #000;
}

.released {
    width: auto;
    margin: 7px 0 0 0;
	font-family:  'Roboto', sans-serif;
    font-size: 11px;
    text-align: left;
    word-spacing: 0.02em;
    color: #888;
    float: left;
}
.list_box_img {
    width: 94px;
    height: 180px;
    margin: 20px 17px 0 17px;
    float: left;
}

.list_box_img_hovericon {
    width: 40px;
    height: 40px;
    position: absolute;
    margin: 90px 0 0 50px;
    float: right;
    z-index: 1;
}
.list_star_area {
    width: auto;
    height: 20px;
    float: left;
}
.list_star_rating {
    width: 80px;
    font-family:  'Roboto', sans-serif;
    color: #999;
    font-size: 12px;
    float: left;
}
.pd_spec_title {
    font-size: 12px;
    letter-spacing: 0;
    padding:5px 0 5px 10px;
    font-weight: 400;
    color: #525452;
}

.pd_spec_text {
    font-size: 12px;
    letter-spacing: 0;
    padding:5px 0 5px 10px;
    font-weight: 700;
    color: #525452;
}
.cost {
    width: 100%;
    font-family:  'Roboto', sans-serif;
    font-size: small;
    font-weight: bold;
    text-align: left;
}
.published {
    max-width: 250px;
    margin: 7px 0 0 15px;
    font-family:  'Roboto', sans-serif;
    font-size: 11px;
    text-align: left;
    word-spacing: 0.02em;
    color: #888;
    float: left;
}
.logo {
    background: url(../img/seller_logo.jpg) no-repeat;
    background-position: 0 -8px;
    width: 200px;
    height: 76px;
    margin: 10px 0 0 20px;
    -webkit-box-sizing: border-box;
 /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    float: left;
}
.footer {
    width: 100%;
    margin-top: 20px;
}

.footer_cont {
    width: 940px;
    height: auto;
    margin: 0 auto;
}

.footer_txtarea {
    width: 940px;
    height: auto;
    margin-bottom: 10px 0 10px 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


.yellow{
	
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffac29), color-stop(1, #d68301));
	background:-moz-linear-gradient(top, #ffac29 5%, #d68301 100%);
	background:-webkit-linear-gradient(top, #ffac29 5%, #d68301 100%);
	background:-o-linear-gradient(top, #ffac29 5%, #d68301 100%);
	background:-ms-linear-gradient(top, #ffac29 5%, #d68301 100%);
	background:linear-gradient(to bottom, #ffac29 5%, #d68301 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffac29', endColorstr='#d68301',GradientType=0);
	background-color:#ffac29;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;	
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
    text-align:center;
	text-decoration:none;
	/*text-shadow:0px 1px 2px #000;
	height: 25px;
	-moz-box-shadow: 0px 10px 15px -7px #bf7500;
	-webkit-box-shadow: 0px 10px 15px -7px #bf7500;
	box-shadow: 0px 10px 15px -7px #bf7500;
	display:inline-block;*/
}
.yellow:hover{

	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d68301), color-stop(1, #ffac29));
	background:-moz-linear-gradient(top, #d68301 5%, #ffac29 100%);
	background:-webkit-linear-gradient(top, #d68301 5%, #ffac29 100%);
	background:-o-linear-gradient(top, #d68301 5%, #ffac29 100%);
	background:-ms-linear-gradient(top, #d68301 5%, #ffac29 100%);
	background:linear-gradient(to bottom, #d68301 5%, #ffac29 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d68301', endColorstr='#ffac29',GradientType=0);
	background-color:#d68301;
}

.list_nav {
    width: 97%;
    height: 30px;
    margin: 15px 0 0 10px;
}

.list_nav_txt_area {
    width: auto;
    height: 30px;
    float: right;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #3d77b8;
}

.list_nav_txt {
    width: auto;
    height: 30px;
    float: left;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    margin-right: 10px;
    color: #3d77b8;
}

.list_nav_num {
    width: 20px;
    height: 25px;
    margin: 0 10px 0 10px;
    float: left;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #3d77b8;
}
.list_nav_num_arrowl {
	background: url(../Img/sprites.png) no-repeat;
		background-position: -249px -109px;
    width: 14px;
    height: 24px;
    float: left;
}
.list_nav_num_arrowr {
	background: url(../Img/sprites.png) no-repeat;
		background-position: -301px -109px;
    width: 14px;
    height: 24px;
    float: left;
}


.seller_order_button{

	width:150px;
	padding:2px 10px;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f4f5f9), color-stop(1, #d2deed));
	background:-moz-linear-gradient(top, #f4f5f9 5%, #d2deed 100%);
	background:-webkit-linear-gradient(top, #f4f5f9 5%, #d2deed 100%);
	background:-o-linear-gradient(top, #f4f5f9 5%, #d2deed 100%);
	background:-ms-linear-gradient(top, #f4f5f9 5%, #d2deed 100%);
	background:linear-gradient(to bottom, #f4f5f9 5%, #d2deed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f5f9', endColorstr='#d2deed',GradientType=0);
	background-color:#f4f5f9;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#333;
	font-family:roboto, Sans-Serif;
	font-weight:600;
	font-size:11px;	
	text-decoration:none;
	border:1px solid #b6c0db;
}

.seller_order_button:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d2deed), color-stop(1, #f4f5f9));
	background:-moz-linear-gradient(top, #d2deed 5%, #f4f5f9 100%);
	background:-webkit-linear-gradient(top, #d2deed 5%, #f4f5f9 100%);
	background:-o-linear-gradient(top, #d2deed 5%, #f4f5f9 100%);
	background:-ms-linear-gradient(top, #d2deed 5%, #f4f5f9 100%);
	background:linear-gradient(to bottom, #d2deed 5%, #f4f5f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2deed', endColorstr='#f4f5f9',GradientType=0);
	background-color:#d2deed;
}

.seller_order_button2{

	width:150px;
	padding:2px 10px;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e7ebf8), color-stop(1, #c6d7ec));
	background:-moz-linear-gradient(top, #e7ebf8 5%, #c6d7ec 100%);
	background:-webkit-linear-gradient(top, #e7ebf8 5%, #c6d7ec 100%);
	background:-o-linear-gradient(top, #e7ebf8 5%, #c6d7ec 100%);
	background:-ms-linear-gradient(top, #e7ebf8 5%, #c6d7ec 100%);
	background:linear-gradient(to bottom, #e7ebf8 5%, #c6d7ec 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7ebf8', endColorstr='#c6d7ec',GradientType=0);
	background-color:#e7ebf8;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#333;
	font-family:roboto, Sans-Serif;
	font-weight:600;
	font-size:11px;	
	text-decoration:none;
	border:1px solid #b6c0db;
}

.seller_order_button2:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c6d7ec), color-stop(1, #e7ebf8));
	background:-moz-linear-gradient(top, #c6d7ec 5%, #e7ebf8 100%);
	background:-webkit-linear-gradient(top, #c6d7ec 5%, #e7ebf8 100%);
	background:-o-linear-gradient(top, #c6d7ec 5%, #e7ebf8 100%);
	background:-ms-linear-gradient(top, #c6d7ec 5%, #e7ebf8 100%);
	background:linear-gradient(to bottom, #c6d7ec 5%, #e7ebf8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6d7ec', endColorstr='#e7ebf8',GradientType=0);
	background-color:#c6d7ec;
}

.seller_order_button3{

	width:170px;
	padding:2px 10px;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d9dff7), color-stop(1, #b2cbe9));
	background:-moz-linear-gradient(top, #d9dff7 5%, #b2cbe9 100%);
	background:-webkit-linear-gradient(top, #d9dff7 5%, #b2cbe9 100%);
	background:-o-linear-gradient(top, #d9dff7 5%, #b2cbe9 100%);
	background:-ms-linear-gradient(top, #d9dff7 5%, #b2cbe9 100%);
	background:linear-gradient(to bottom, #d9dff7 5%, #b2cbe9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9dff7', endColorstr='#b2cbe9',GradientType=0);
	background-color:#d9dff7;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#333;
	font-family:roboto, Sans-Serif;
	font-weight:600;
	font-size:11px;	
	text-decoration:none;
	border:1px solid #b6c0db;
}

.seller_order_button3:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b2cbe9), color-stop(1, #d9dff7));
	background:-moz-linear-gradient(top, #b2cbe9 5%, #d9dff7 100%);
	background:-webkit-linear-gradient(top, #b2cbe9 5%, #d9dff7 100%);
	background:-o-linear-gradient(top, #b2cbe9 5%, #d9dff7 100%);
	background:-ms-linear-gradient(top, #b2cbe9 5%, #d9dff7 100%);
	background:linear-gradient(to bottom, #b2cbe9 5%, #d9dff7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2cbe9', endColorstr='#d9dff7',GradientType=0);
	background-color:#b2cbe9;
}

.seller_canorder_button{

	width:150px;
	padding:2px 10px;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e7ebf8), color-stop(1, #c6d7ec));
	background:-moz-linear-gradient(top, #e7ebf8 5%, #c6d7ec 100%);
	background:-webkit-linear-gradient(top, #e7ebf8 5%, #c6d7ec 100%);
	background:-o-linear-gradient(top, #e7ebf8 5%, #c6d7ec 100%);
	background:-ms-linear-gradient(top, #e7ebf8 5%, #c6d7ec 100%);
	background:linear-gradient(to bottom, #e7ebf8 5%, #c6d7ec 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7ebf8', endColorstr='#c6d7ec',GradientType=0);
	background-color:#e7ebf8;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#333;
	font-family:roboto, Sans-Serif;
	font-weight:600;
	font-size:11px;	
	text-decoration:none;
	border:1px solid #b6c0db;
	margin-top:15px;
}

.seller_canorder_button:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c6d7ec), color-stop(1, #e7ebf8));
	background:-moz-linear-gradient(top, #c6d7ec 5%, #e7ebf8 100%);
	background:-webkit-linear-gradient(top, #c6d7ec 5%, #e7ebf8 100%);
	background:-o-linear-gradient(top, #c6d7ec 5%, #e7ebf8 100%);
	background:-ms-linear-gradient(top, #c6d7ec 5%, #e7ebf8 100%);
	background:linear-gradient(to bottom, #c6d7ec 5%, #e7ebf8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6d7ec', endColorstr='#e7ebf8',GradientType=0);
	background-color:#c6d7ec;
}
.yo_prod{
	width:1000px;
	margin:0 auto;
	margin-bottom:15px;
	border:1px solid #ccc;
}
.yo_ordnum{
    font-family:  'Roboto', sans-serif;		
    font-size: 13px;
    text-align: left;
		color:#777;
    padding:10px 0 10px 20px;
}
.yo_button{
    height: 25px;
		background: #3d77b8;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #fff;
		float:right;
		margin-right:25px;
		padding:0 10px;
    box-shadow: 2px 2px 2px #777;
    border: 0;
    cursor: pointer;
}
.yo_prod_top{
	width:1000px;
	margin:0 auto;
}
.yo_boxtop{
		width: auto;
    height: auto;
    font-family:  'Roboto', sans-serif;		
    text-align: left;
    color: #000;
    padding:10px 0 10px 10px;
		background:#f1f1f1;
}

.yo_boxbottom{
		width: auto;
    font-family:  'Roboto', sans-serif;		
    text-align: left;
    color: #000;
    padding:10px 0 10px 10px;
		background:#f1f1f1;
		margin-top:15px;
}
.yo_starbutton{
    height: 25px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #fff;
		float:right;
		margin-right:25px;
		padding:0 10px;
    border: 0;
    cursor: pointer;
}

.overlay_button_download_PrevFile{
	width:180Px;
	height:30px;
	background:#09F;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:center;
	letter-spacing:0.02em;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	white-space:nowrap;
	box-shadow:0 4px 0 #06F;
	cursor:pointer;
}

.normalCell{text-align: left; vertical-align: text-top; padding:5px;}
.normalCellRight{text-align: right; vertical-align: text-top; padding:5px;}
.normalCellBold{text-align: left; vertical-align: text-top; padding:5px; font-weight:bold;}
.normalTable{border-collapse:collapse; border-spacing:0; padding:0; width:100%;}
.close_overlay{background:url(/Img/sprites.png) no-repeat;background-position:-86px -250px;position:absolute;right:-15px;top:-15px;cursor:pointer;height:35px;width:35px}
.overlay{display:none;z-index:100000!important;background-color:#fff;width:auto;min-height:auto;box-shadow:0 0 20px #777;-moz-box-shadow:0 0 20px #777;-webkit-box-shadow:0 0 20px #777;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px}
.overlay .close{background-image:url(/img/close.png);position:absolute;right:0;top:0;cursor:pointer;height:35px;width:35px;z-index:15000;opacity:1}