/* The main stuff */
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-color: #CEE2F5;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100%;
}
form {
	margin: 0px;
	padding: 0px;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.draggable {
	position: relative;
	width: 250px;
	height: 200px;
	background-color: #ccc;
	border: 1px solid #000;
}

#login {
	height: 160px;
	width: 360px;
	position: absolute;
	margin-top: -100px;
	margin-left: -220px;
	left: 50%;
	top: 40%;
	z-index:10001;
	visibility: hidden;
	padding: 20px;
}
#loginOffline {
	height: 160px;
	width: 360px;
	position: absolute;
	margin-top: -100px;
	margin-left: -220px;
	left: 50%;
	top: 40%;
	z-index:10001;
	visibility:visible;
	padding: 20px;
}
#reportError {
	height: 300px;
	width: 360px;
	position: absolute;
	margin-top: -200px;
	margin-left: -220px;
	left: 50%;
	top: 40%;
	z-index:10001;
	visibility:hidden;
	padding: 20px;
}
.messageContainerWindow {
	padding: 15px;
	width: 280px;
	margin-top: -75px;
	margin-left: -175px;
	position: absolute;
	left: 50%;
	top: 50%;
	border: 7px solid #336699;
	background-color:#FFFFFF;
	visibility:hidden;
	z-index:10000;
	background-image: url(../images/spacer.gif);
	background-repeat: repeat;
}
.confirmMessage {
	visibility: inherit;
}
.confirmDelete {
	visibility: inherit;
}
.functionsBar {
	font-size: 10px;
	background-color: #F2F2F2;
	padding: 10px;
	width: 620px;
	left: -10px;
	bottom: -10px;
	position: relative;
}
#lockLayer {
	position: absolute;
	background-color: #333333;
	width: 100%;
	height: 100%;
	z-index: 10000;
	filter: alpha(opacity=30);
	opacity: .3;
	-moz-opacity: 0.3;
	visibility:hidden;
}
#registerUserWindow {
	position: absolute;
	background-color: #FFFFFF;
	padding: 20px;
	height: 300px;
	width: 620px;
	margin-top: -200px;
	margin-left: -230px;
	left: 50%;
	top: 50%;
	visibility:hidden;
	z-index:10002;
}
#container {
	min-height: 100%;
	width: 100%;
	margin: 0 auto;
	position: relative;
	background-image: url(../images/bg_main.png);
	background-repeat: repeat-y;
	background-position: center;
}
* html #container {height: 100%;} 
#menu a, a:link, a:visited, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5374a6;
	text-decoration: none;
}
#menu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5374a6;
	text-decoration: none;
	background-color: #F7F7F7;
}
#menu .subActive, .subActive:link, .subActive:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5374a6;
	text-decoration: none;
}
#menu .subActive:hover, .subActive:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5374a6;
	text-decoration: none;
	background-color: #F7F7F7;
}
.mainMenuLink a, .mainMenuLink a:link, .mainMenuLink a:visited {
	font-weight: bold;
}
.mainMenuLink a:active, .mainMenuLink a:hover {
	font-weight: bold;
	background-color: #F7F7F7;
}
.helpLink a, .helpLink a:link, .helpLink a:visited {
	font-weight: normal;
	font-size:10px;
}
.helpLink a:active, .helpLink a:hover {
	font-weight: normal;
	font-size:10px;
	background-color: #F7F7F7;
}

span.hidden{
  display: none;
}
span.error{
  display: inline;
  color: black;
  background-color: pink;  
}

/* The header stuff */
#header {
	height: 200px;
	width: 950px;
	position: relative;
	left: 50%;
	margin-left: -475px;
	background-image: url(../images/bg_header.png);
	background-repeat: no-repeat;
	z-index: 1;
}
#userInfo {
	height: 30px;
	width: 200px;
	position: absolute;
	left: 25px;
	z-index: 1;
	top: 18px;
}
#loginLogout {
	height: 30px;
	width: 100px;
	position: absolute;
	top: 22px;
	right: 25px;
	text-align: right;
	z-index: 5;
}
#homeLink {
	height: 60px;
	width: 250px;
	position: absolute;
	top: 20px;
	left: 22px;
	cursor: pointer;
}
#shoppingCartLink {
	height: 42px;
	width: 200px;
	position: absolute;
	left: 14px;
	z-index: 2;
	top: 0px;
	background-color: #F2F2F2;
	background-image: url(../images/menuDivider.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 3px;
}
#banner {
	background-image: url(../images/bg_logoareaSV.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 924px;
	position: absolute;
	left: 14px;
	top: 50px;
}
#bannerFI {
	background-image: url(../images/bg_logoareaFI.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 924px;
	position: absolute;
	left: 14px;
	top: 50px;
}	
.ItemsInCart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #5374a6;
	text-decoration: none;
}
.ItemsInCart2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #5374a6;
	text-decoration: none;
}
.ItemsInCart:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #5374a6;
	text-decoration: none;
}
.ItemsInCart:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #5374a6;
	text-decoration: none;
}
.ItemsInCart:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #5374a6;
	text-decoration: none;
}
.ItemsInCart:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #5374a6;
	text-decoration: none;
}

/* The main part */
#main {
	background-image: url(../images/bg_main.png);
	background-repeat: repeat-y;
	width: 950px;
	left: 50%;
	margin-left: -475px;
	position: relative;
	bottom: 50px;
	top: 0px;
	z-index: 2;
}
.prodBoxList {
	background-color: #FFFFFF;
	padding: 5px;
	height: 150px;
	width: 325px;
	border: 1px solid #DEE4EF;
	vertical-align: top;
}
#lidisabled {
	list-style-position:outside;
	list-style-image: url(../images/lidisabled.gif);
}
#liactive {
	list-style-position:outside;
	list-style-image: url(../images/liactive.gif);
}
#siteLanguageLinkBox {
	height: 35px;
	width: 80px;
	position: absolute;
	bottom: 0px;
	right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
label {
	font-size: 10px;
	color: #333333;
}
.siteLanguageLink a, .siteLanguageLink a:link, .siteLanguageLink a:visited {	
	color: #FFFFFF;
}
.siteLanguageLink a:hover, .siteLanguageLink a:active {
	color: #FFFFFF;
	text-decoration:underline;
	background-color: transparent;
}
#navigationBar {
	height: 30px;
	width: 650px;
	position: absolute;
	left: 255px;
	top: 0px;
}
#productDetails {
	width: 620px;
	position: relative;
	left: 255px;
	top: 30px;
	padding-bottom: 100px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#mainMenu {
	background-color:#F2F2F2;
	width: 200px;
	left: 20px;
	top: 30px;
	margin-top:30px;
	margin-left: 14px;
	margin-bottom: 100px;
	float: left;
}
#productList {
	width: 670px;
	position: relative;
	left: 255px;
	margin-top: 30px;
	color: #000000;
	padding-bottom: 50px;
}
#addBookOwner {
	position:absolute;
	top: 50%;
	left: 50%;
	background-color:#FF0000;
}
#pageContent {
	float: left;
	width: 670px;
	margin-left: 35px;
	margin-top: 30px;
	font-size: 12px;
	color: #666666;
	padding-bottom: 100px;
}

#passwordStrength {
		margin-left:10px;
        height:10px;
        display:block;
        float:left;
}
.strength0 {
		margin-left:10px;
        width:250px;
        background:#cccccc;
}
.strength1 {
		margin-left:10px;
        width:50px;
        background:#ff0000;
}
.strength2 {
		margin-left:10px;
        width:100px;    
        background:#ff5f5f;
}
.strength3 {
		margin-left:10px;
        width:150px;
        background:#56e500;
}
.strength4 {
 		margin-left:10px;
        background:#4dcd00;
        width:200px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #5374a6;
	text-decoration: none;
}
h4 a, a:link, a:visited, a:active, a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #5374a6;
	text-decoration: none;
}
.strength5 {
		margin-left:10px;
        background:#399800;
        width:250px;
}

/* The footer part */
#footer {
	background-image: url(../images/bg_footer.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 950px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -475px;
	background-position: bottom;
	z-index: 3;
}
#companyFooter {
	position: absolute;
	left: 14px;
	text-align: center;
	height: 20px;
	width: 924px;
	bottom: 15px;
}

/* Old custom classes */
.StoryHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #5374a6;
	text-decoration: none;
	font-weight: bold;
}
.cartRowBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.StoryContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.DotsBottom {
	background-image: url(../images/guldbooks/dots_bottom.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.DotsMiddle {
	background-image: url(../images/guldbooks/dots_middle.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.ProdListBorder1 {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #0033CC;
	border-right-width: 1px;
	border-right-color: #0033CC;

}
.ProdListBorder2 {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #0033CC;
}
.TopbarText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #5374a6;

}
.ProdDetailsHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.ProdDetailsText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.ProdDetailsPrice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.OrderTableHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 0px none #FFFFFF;
}
.UserListHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-color: #F8F8F8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.UserList1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	cursor: hand;
}
.UserList2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-color: #F8F8F8;
	cursor: hand;
}


.NewOrdersList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	cursor: default;
}
.ProdDetailsCode {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.LoginFormTable {
	border: 1px solid #000000;
	padding: 5px;
	margin: 5px;
}
.OrdersListHeading {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.BookOwnerTopic {
	font-size: 9px;
	color: #000000;
}
.applicationHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #5374a6;
	background-color: #F2F2F2;
	padding: 10px;
	height: 20px;
	width: 620px;
	position: relative;
	left: -10px;
	top: -10px;
}

#paymentWarning {
	background-color: #FFFFFF;
	padding: 10px;
	height: 100px;
	width: 300px;
	margin-top: -75px;
	margin-left: -150px;
	border: 7px solid #0099CC;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10001;
}
#noJavaScript {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	top: 25px;
	position: absolute;
	z-index: 10002;
	left: 50%;
	margin-left: -450px;
}
#javascriptWarning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}
#warningMsg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}
.confirmStatusChange {
	background-color:#FFFFFF;
	width: 280px;
	margin-top: -60px;
	margin-left: -175px;
	position: absolute;
	left: 50%;
	top: 50%;
	border: 7px solid #336699;
	visibility:hidden;
	padding: 15px;
}
fieldset {
	border: 1px solid #CCCCCC;
}
legend {
	font-size: 10px;
}
.applicationContainer {
	width: 620px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	position: relative;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.helpMsgBox {
	border: 5px solid #CCCCCC;
	visibility:hidden;
	position:absolute;
	background-color: #FFFFFF;
	height: 80px;
	width: 230px;
	padding: 10px;
}
.prodName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5374a6;
	text-decoration: none;
	font-weight: bold;
}
.priceTag {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5374a6;
	text-decoration: none;
	font-weight: bold;
}
.adminBar {
	background-color: #F4F4F4;
	height: 24px;
	position: relative;
	left: -5px;
	top: -5px;
	width: 100%;
	padding-top: 2px;
	padding-left: 5px;
	padding-right:5px;
}
.adminBar span {
	cursor: pointer;
}
.ctrlpop {
	background-color: #E9FFEA;
	height: 20px;
	width: 100%;
	padding-top: 4px;
	padding-left: 5px;
	padding-right:5px;
	position: relative;
	left: -5px;
	top: -5px;
}
.ctrlpop span {
	cursor: pointer;
}
