﻿/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */ html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;/*vertical-align: baseline;*/background: transparent;}body {line-height: 1;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}

body {
	background: #725b5b url(/images/blurred-flowers.jpg);
	color: #fff;
	font-family: Georgia, Cambria, serif;
	font-size: 14px;
	line-height: 21px;
}

#mainwrapper
{
    width:1270px;
    /*margin:auto;*/
    
}

div#header {
	margin: 0 auto;
	width: 990px;
}

div#bannerad {
	background-color: #fff;
	border: 1px #ccc;
	height: 60px;
	margin-top: 5px;
	width: 468px;
}

h1, h2, h3 {
	color: #fff;
	font-size: 17px;
	font-weight: normal;
	padding-bottom: 21px;
	text-align: center;
}

h1 {
	background: url(/images/logo.png) top left no-repeat;
	height: 60px;
	color: #4a115a;
	position: relative;
	top: 0px;
	width: 289px;
	text-indent: -99999px;
	z-index: 4;
}

h1#usersbook {
	background: url(/images/logo-plain.png) top left no-repeat;
	height: 20px;
	padding: 20px 10px;
	text-indent: 0;
	width: 269px;
}

h1#usersbook a {
	color: #79305d;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}

h2 {
	letter-spacing: 1px;
	text-transform: uppercase;
}

h3 { /* Supplier Names */
	display: block;
	font-size: 13px;
	height: 28px;
	letter-spacing: 1px;
	line-height: 14px;
	margin-bottom: 5px;
	overflow: hidden;
	padding: 0 0 0 10px;
	/*text-transform: uppercase;*/
	width: 162px;
	/*background-image:url(/images/pageblank.png);
	border-style:dashed;
	border-width:1px;
	border-color:Gray;*/
}

.xmiles a
{color:white;}

.hidebehind
{
   /* background-image:url(/images/pageblank.png);*/
}
h3 a {
	color: #fff;
	overflow: hidden;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}


/*p {
	padding-bottom: 21px;
} */

a {
	color: #61615e;
	cursor: pointer;
}



/*
div#about p {
	color: #fff;
	padding-top: 282px;
}*/

p.ts-and-cs {
	color: #ebc7bf;
	font-size: 12px;
	margin-top: 21px;
	text-align: center;
}

/* Replacement to show border on only images with borderimage class */

.borderimage 
{
    border: 5px solid #4e4442;
}

.borderimage:hover {
	border-color: #776865;
}

/*img {
	border: 5px solid #4e4442;
}

img:hover {
	border-color: #776865;
}
*/


/************************************* FORMS */

/*form fieldset {
	text-align: center;
}

form label {
	float: left;
	/*padding: 21px 0 10px 20px; PAssword lineup*/
/*}

form input, form textarea {
	border: 1px solid #4d4442;
	color: #61615e;
	font-family: Georgia, Cambria, serif;
	font-size: 13px;
	padding: 5px 2px;
}

form input {
	float: left;
	/*margin: 17px 0 21px 10px; Password Lineup*/
	/*padding: 5px 2px;
	width: 120px;
}

form textarea {
	padding: 5px;
}

form input:focus {
	background-color: #f1f1f1;
}

form input#submit {
	background: #835e57 url(/images/button.gif) top left repeat-x;
	border: 1px solid #473f3d;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #fff;
	float: none;
	margin: 0;
	width: 110px;
}  */

.JamesButton 
{
    /* Added the !Important, to override any default .NET control styles.. yes there is some, on login button */
	background: #835e57 url(/images/button.gif) top left repeat-x !important;
	border: 1px solid #473f3d !important;
	border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	color: #fff !important;
	float: none !important;
	margin: 0 !important;
	width: 110px !important;
	padding: 2px !important;
	
}


/* Crazy hack.. Stupid.NET */

/*#ctl00_bookplaceholder_CreateUserWizard1___CustomNav0_StepNextButtonButton
{
    background: #835e57 url(/images/button.gif) top left repeat-x;
	border: 1px solid #473f3d;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #fff;
	float: none;
	margin: 0;
	width: 110px;
}

form input#submit:hover {
	background: #6e393e;
	background-position: bottom left;
	border: 1px solid #544a48;
	color: #ff8492;
	cursor: pointer;
}

/* ################################### LOGIN FORM ############################# */

/*.loginstatus1
{ 
	height: 13px;
	float: left;
	font-size: 13px;
	left: 400px;
	margin: 0;
	position: relative;
	top: 7px;
	width: 200px;
}*/

div#bannerbar {
	/*margin-top: 0;*/
	top:65px;
	position: absolute;
	z-index: 2;
	width: 100%;
}	

div#banner{
	background: url(/images/header-bg.png) top left repeat-x;
	color: #4f4c46;
	height: 57px;
	width: 100%;
}

.LoginContainer
{
    position:relative;
    /*float:right;*/
	/*margin: 0 auto;*/
	/*left:440px;*/
	padding: 18px 0 10px 440px;
	text-align: left;
	width: 700px;
}

.LoginContainer label
{
    padding-left:4px;
    padding-right:2px;
}

.LoginBoxes
{
    width:95px;
}



/*#ct100_LoginStatus
{
   padding-top: 9px;
	padding-Left: 100px;
}*/

/*#ctl00_Login1 label,
#ctl00_Login1 input {
	margin: 7px 10px 7px 0;
}

#ctl00_Login1 label {
	margin-top: 9px;
	margin-right: 5px;
}

#ctl00_Login1 #ctl00_Login1_Remember {
	float: left;
	font-size: 13px;
	text-align: right;
	margin: 7px 5px 0 0;
	width: 100px;
} 

#ctl00_Login1_hlForgotPass {
	display: block;
	height: 13px;
	float: left;
	font-size: 13px;
	left: 420px;
	margin: 0;
	position: relative;
	top: -25px;
	width: 130px;
}
*/
/*
#ctl00_Login1 input {
	border-color: #bcb8b3;
	padding: 3px;
}

#ctl00_Login1 #ctl00_Login1_RememberMe {
	background: inherit !important;
	border: inherit !important;
	border: none;
	color: inherit !important;
	margin:  11px 0 0 0;
	width: 15px;
}

#ctl00_Login1 label {
	padding: 0;
}

#ctl00_Login1 #ctl00_Login1_LoginButton {
	background: #b9b3ab url(/images/light-button.gif) top left repeat-x;
	border-color: #90887e;
	border-top-color: #d9d3c9;
	color: #2b2720;
	letter-spacing: 1px;
	margin-left: 10px;
	text-transform: uppercase;
	width: 76px;
}

#ctl00_Login1 input#submit:hover {
	background-position: bottom left;
	background-repeat: repeat-x;
}*/
.errorbar
{
    position:absolute; 
    top:-50px;
    left:630px;
    color:Red;
}


/* ################################### END OF LOGIN FORM ############################# */

/* ################################### START OF TABBED NAVIGATION ############################# */
ul#nav {
	padding-left: 470px;
	position: absolute;
	top: 42px;
}
ul#nav li {
	float: left;
	list-style-type: none;
}

ul#nav li a {
	background: #eae9e5;
	border: 1px solid #f2f1eb;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	color: #2b2720;
	display: block;
	letter-spacing: 1px;
	line-height: 14px;
	margin-left: 5px;
	padding: 10px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

ul#nav li a:hover,
ul#nav li a.nav-selected {
	background: #d2d1ce;
	border-color: #aaaaa8;
	color: #313331;
}

/* following widths force the text to not drop down into 2 lines on Chrome and IE*/
ul#nav li a.nav-mybook {
	width: 75px;
}

ul#nav li a.nav-contact {
	width: 110px;
}
/* ################################### END OF TABBED NAVIGATION ############################# */

/* ################################### START OF NONBOOK NAV AREA ############################# */

div#wrapper {
	background: #5b4b48 url(/images/rings-bg.jpg) top center no-repeat;
	font-size: 15px;
	height: 395px;
	line-height: 23px;
	margin: 0 0 0 160px;
	padding: 20px 30px 10px 30px;
	position: absolute;
	width: 770px;
}

div#wrapper a#turn-forward-page {
	display: none;
}

div#wrapper h2,
div#wrapper h3 {
	padding-top: 21px;
}

/* ################################### END OF NONBOOK NAV AREA ############################# */


/* ################################### START OF BOOK AND BOOK NAV ############################# */

div#main {
	background: url(/images/main-bg.png) top left repeat-x;
	height: 424px;
	position: absolute;
	top: 135px;
	width: 100%;
}
div#content {
	margin: 0 auto;
	width: 990px;
}

/*
body#comingsoon div#wrap {
	background: url(/images/book2.png) top center no-repeat !important;
	/* !important hack to show png in all browsers except IE6 which doesn't read !important */
/*	background: url(/images/book2.gif) top center no-repeat;
	margin: 10px auto 0 auto;
	padding: 60px 80px;
	width: 720px;
}
*/

div#wrap {
	background: url(/images/book-blank.png) top left no-repeat;
	height: 440px;
	margin: -15px 0 0 160px;
	padding: 20px 10px 10px 0;
	position: relative;
	width: 820px;
}

div#wrap.contact-wrap {
	background: url(/images/book-half-image.png) top left no-repeat;
	font-size: 15px;
	line-height: 23px;
	text-align: center;
}

div#wrap.search-wrap {
	background: url(/images/book-half-image.png) top left no-repeat;
	font-size: 15px;
	line-height: 23px;
	text-align: center;
}

div#wrap.contact-wrap h2,
div#wrap.contact-wrap h3 {
	font-size: 16px;
	padding-top: 21px;
}
div#wrap.search-wrap h2,
div#wrap.search-wrap h3 {
	font-size: 16px;
	padding-top: 21px;
	width: 100%;
}

div#wrap.contact-wrap h3,
div#wrap.search-wrap h3 {
	padding: 0;
	width: inherit;
}

div#wrap.contact-wrap a,
div#wrap.search-wrap a {
	color: #fff;
}

div#wrap.contact-wrap p.email {
	padding-bottom: 0;
}

div#wrap.contact-wrap a#turn-back-page,
div#wrap.contact-wrap a#turn-forward-page/*,
div#wrap.search-wrap a#turn-back-page,
div#wrap.search-wrap a#turn-forward-page*/ {
	display: none;
}

/*address {
	font-style: normal;
	padding-bottom: 21px;
}

address span {
	display: block;
}*/

.MyBookTable

{Padding:3px; 
 
}

/* ################################### START OF REGISTRATION AREA ############################# */

div#register div#left-page {
	float: left;
	margin-top: 10px;
	padding-left: 45px;
	position: absolute;
	text-align: left;
	width: 350px;
}

div#register div#right-page {
	float: right;
	margin: 10px 0 0 450px;
	padding-right: 25px;
	position: absolute;
	text-align: left;
	width: 350px;
}

div#register .legend1 {
	font-size: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

div#register ul li {
	clear: left;
	list-style-type: none;
	padding-bottom: 8px;
}

div#register ul li.copy {
	padding: 21px 0;
}

div#register ul li.desc {
	color: #ddd;
	padding-top: 10px;
	text-align: center;
}

div#register ul li.error {
	border: 2px solid #961020;
	margin-bottom: 5px;
	padding-bottom: 4px;
}

div#register ul li label {
	padding-top: 8px;
	padding-left: 0;
	text-align: right;
	width: 150px;
}

div#register ul li input {
	margin-top: 8px;
	margin-bottom: 0;
	width: 150px;
}

div#register ul li input#submit {
	margin: 21px 0 0 100px;
}

div#register ul li span.error {
	clear: left;
	color: #570912;
	display: block;
	line-height: 16px;
	text-align: center;
}

div#register a#turn-back-page,
div#register a#turn-forward-page {
	display: none;
}

.Register
{
    width:100%;
    margin:auto;
    
}

.Register input
{
    width:120px;
}

.Register td
{
    padding:5px; 
}

/* ################################### END OF REGISTRATION FORM ############################# */

/* ################################### START OF SEARCH FORM ############################# */

.searchlabel {
	float: none;
	text-align: center;
	padding-left: 0;
	width: 100%;
}

.searchinput {
	clear: both;
	float: none;
}

.searchentry 
{
    	clear: both;
	float: none;
	display: block;
	margin: 21px auto;
	padding-left: 0;
	width: 200px;
}

/* BOOK NAVIGATION */

#JamesBook
{
    float: left;
	padding-left: 53px;
	width: 700px;
}
.JamesPage
{
	width: 350px;
	vertical-align:top !important;
}



ul#pages {
	margin-top: 7px;
	margin-right: -20px;
	position: absolute;
	width: 170px;
}

ul#pages li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#pages li a {
	background: #f2f1eb;
	border-bottom: 1px solid #d9d8d2;
	color: #2b2720;
	display: block;
	letter-spacing: 1px;
	line-height: 16px;
	padding: 4px 10px;
	text-decoration: none;
	text-transform: uppercase;
	width: 170px;
}

ul#pages li a:hover {
	background: #f7f6f3;
}

ul#pages li ul li a {
	background: #eae9e5;
	color: #61615e;
	font-size: 15px;
	height: 21px;
	letter-spacing: normal;
	line-height: 19px;
	padding: 0 20px;
	text-transform: none;
}

ul#pages li ul li a.selected-nav {
	background: #c3b5b3;
	color: #313331;
}

ul#pages li ul li a:hover {
	background: #f2f1eb;
}

/* ################################### START OF BOOK PAGES ############################# */

div#left-page {
	float: left;
	padding-left: 45px;
	width: 350px;
}

div#right-page {
	float: right;
	padding-right: 25px;
	width: 350px;
	height:100%;
}

div#right-pagea {
	float: right;
	padding-right: 25px;
	width: 360px;
	height:100%;
}

div.supplier 
{
    background-color:#7e6867;

	float: left;
	margin-bottom: 10px;
	text-align: center;
	width: 175px;
}

div.supplier.individual {
	/*margin-top: 5px;*/
	text-align: left;
	width: 350px;
}

.listing 
{
     background-color:#7e6867;
text-align: center;
	float: left;
	width:175px;
}

/*div.supplier.individual h2 {
	height: 30px;
}*/

div.supplier a.supplier-img {
	display: block;
	margin-bottom: -5px;
}

div.supplier.individual img {
	float: left;
	margin: 0 10px 0 10px;
}

div.supplier.individual ul {
	margin-left: 10px;
}

div.supplier.individual ul li {
	list-style-type: none;
}

div.supplier.individual ul li.distance {
	font-style: italic;
}

div.supplier.individual ul li address span.fn {
	display: none;
}

div.supplier.individual ul li a {
	color: #fff;
}

div.supplier p {
	color: #ebe0e0;
	padding-bottom: 0;
}

form.supplier-notes {
	clear: left;
	margin-top: 5px;
}

form.supplier-notes label {	
	display: block;
	float: left;
	padding: 0 0 5px 10px;
	text-align: left;
}

form.supplier-notes textarea {
	float: left;
	margin-left: 5px;
	width: 280px;
}

/* ################################### END OF BOOK PAGES ############################# */

/* ################################### START OF PAGE TURNING BUTTONS ############################# */

a#turn-back-page,
a#turn-forward-page {
	cursor: pointer;
	display: block;
	height: 50px;
	position: absolute;
	text-indent: -99999px;
	top: 190px;
	width: 50px;
}

a#turn-back-page {
	background-image: url(/images/left-turn.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: -30px;
}

a#turn-back-page:hover {
	background-position: bottom left;
}

a#turn-forward-page {
	background-image: url(/images/right-turn.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: 715px;
}

a#turn-forward-page:hover {
	background-position: bottom left;
}

p#right-page-number, 
p#left-page-number {
	color: #dbd1d1;
	text-align: center;
}

p#right-page-number, 
p#left-page-number {
	color: #dbd1d1;
	text-align: center;
}


/* ################################### END OF PAGE TURNING BUTTONS ############################# */

/* LEFT PAGE OF BOOK */

/*div#about {
	float: left;
	text-align: center;
	width: 320px;
} */

/* RIGHT PAGE OF BOOK */
/*
div#coming-soon {
	float: right;
	width: 320px;
}

/* ################################### START OF FOOTER ############################# */

#footer
{
    position:relative;
    top:470px; 
    left:250px;
    width:900px;
   
    }
    
/* ################################### END OF FOOTER ############################# */



/* ################################### START OF MY ACCOUNT ############################# */

.ChangePasswordOuterTable
{
    width:100%;
    margin:auto;
    
}

.ChangePasswordOuterTable input
{
    width:120px;
}

.ChangePasswordOuterTable td
{
    padding:5px; 
}


/* ################################### END OF MY ACCOUNT ############################# */



/* ################################### START OF Forgot Pass ############################# */

.ForgotPass
{
    width:100%;
    margin:auto;
    
}

.ForgotPass input
{
    width:120px;
}

.ForgotPass td
{
    padding:5px; 
}


/* ################################### END OF Forgot Pass ############################# */


.UserControlBar
{
    width:400px;
    
    padding-left:270px;
    color:Gray;
    text-align:right; 
   
}

.UserControlBar a

{
    color:Gray;
}

.supplierfooter
{
color:white;
font-size: 10px;
}

.email
{
    color:Black !important;
}
.LeftSubmit
{
text-align:right;
padding-top:2px;
padding-bottom:2px;
width:150px;

}
.RightSubmit
{
    text-align:left;
    padding-top:2px;
padding-bottom:2px;
padding-left:3px;
}