/*
--------------------------------------------------
DODL website Styles
--------------------------------------------------
*/

/*
--------------------------------------------------
Basic Elements
--------------------------------------------------
*/

.tm {
font-size: 80%;
padding: 0 0 10px 0;
}

body {
	text-align: center;
	color: #444D61;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-size: 9pt;
	line-height: 1.2em;
	list-style-image: url(../img/bullet_list.gif);
	background-image: url(../img/bg_paper.jpg);
}

body ul {
	font-style: normal;
	font-size: 9pt;
	line-height: 1.2em;
	margin-top:1.2em;
	margin-bottom:0.8em;
}

body ol {
	font-style: normal;
	font-size: 9pt;
	line-height: 0.5em;
	margin-top:0.5em;
	margin-bottom:0.5em;
	list-style-image: none;
}

.smaller {
font-size: 70%;
padding-left: 0.2em;
}

p {
margin: 0 0 1em 0;
}

li {
padding: 0 0 1em 0;
}

a {
	color: #7A4D84;
	text-decoration: underline;
}

a:visited {
	color: #7A4D84;
	text-decoration: underline;
}

a:hover {
	color: #444D61;
	text-decoration: underline;
}

a:active {
	color: #7A4D84;
	text-decoration: underline;
}

h1 {
	letter-spacing: -0.03em;
	color: #7A4D84;
	background: url("../img/h1underline.gif") no-repeat bottom left;
	padding: 0px 0px 0.5em 0px;
	font: italic 19pt "ZapfCalligr BT", "Palatino Linotype", Lucida, "Times New Roman", Georgia, Times, serif;
}

h2 {
	color: #85578F;
	font-size: 140%; /* that's font-size: 11pt; */
	font-weight: bold;
	font-style:normal;
	line-height: 1.2em;
	margin: 1.2em 0em 0.7em 0em;
}

h3 {
	color: #85578F;  /*#E4AF75*/
	font: italic 110% "ZapfCalligr BT", "Palatino Linotype", Lucida, "Times New Roman", Georgia, Times, serif;
	line-height: 1.2em;
	margin: 1.2em 0em 0.8em 0em;
}

h4 {
	color: #E4AF75;
	font: italic 110% "ZapfCalligr BT", "Palatino Linotype", Lucida, "Times New Roman", Georgia, Times, serif;
	line-height: 1.4em;
	margin: 1.4em 0em 0.7em 0em;
}

/*
--------------------------------------------------
main navigation
--------------------------------------------------
*/

#mainnav {
	clear: left;
	padding: 8px 0px 8px 20px;
	/* don't specify bg colour, as there's a gap in the background image... */
	background: url("../img/nav_main_bg.gif") repeat-y;
	width: inherit;
	width: 734px; /* This is wider than the other sof some reason. */
	color: #FFFFFF;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 90%;
	text-align: left;
}
	
#mainnav a {
	background: #444d61 url("../img/bullet_mainnav.gif") left no-repeat;
	padding: 0 0.6em 0 1em;
	text-decoration: none;
	border: none;
	color: #FFFFFF;
}

#mainnav a:hover {
	background: #444d61 url("../img/bullet_mainnav_roll.gif") left no-repeat;
	color: #FFA852;
}

#mainnav a#current {
	background: #444d61 url("../img/bullet_mainnav_roll.gif") left no-repeat;
	color: #FFA852;
}
/*
--------------------------------------------------
main sections
--------------------------------------------------
*/

#container {
	text-align: left;
	margin: 1em auto;
	width: 754px;
	padding: 0;
	background: url(../img/2columns_bg.gif) repeat-y;
}

#banner {
	background: url(../img/banner_red.gif) no-repeat;
	width: inherit;
	height: 125px;
}

#bannerdodl { /*new style for dodl products...*/
	background: url(../img/banner_dodl.gif) no-repeat;
	width: inherit;
	height: 125px;
}

img {
	padding: 5px 5px 2px 5px;
	border: 1px solid #ddd;
	float: right;
	background: #fff;
}

img.smallpic {
	padding: 5px;
	border: 1px solid #ddd;
	float: right;
	background: #fff;
	margin: 0 5px 5px 10px;
}

.daisaintro img {
	border: 1px solid #ddd;
	float: right;
	padding:0;
	background: #fff;
	margin: 0 5px 10px 15px;
}

/*
--------------------------------------------------
content
--------------------------------------------------
*/

#content {
float:right;
margin-right: 38px;
 display: inline;
 /*new positioning*/


/*	margin-left: 236px;      this is the old positioning*/

	width: 470px;
	padding: 0px 10px 2em 0px;
}
#content h1 {
	min-height: 40px;
	margin-top: 15px;
	padding: 10px 0 0 0;
}
* html #content h1 {
height: 40px;
}
#content p {
	line-height: 140%;
}
/*
--------------------------------------------------
side navigation
--------------------------------------------------
*/

#sidenav {

	/*float: left;*/
	line-height: 1.2em;
	width: 159px;
	padding: 0;
	margin: 0 0 0 20px;
}


#sidenav p{
	margin: 0 0 0.4em 0;
}

#sidenav a {
	text-decoration:none;
}

#sidenav h2 {
font-family: "ZapfCalligr BT", "Palatino Linotype", Lucida, "Times New Roman", Georgia, Times, serif;
font-style:italic;
font-weight: normal;
height: 36px;
margin-top: 19px;
padding: 10px 0 0 0;
font-size: 170%;
letter-spacing: -0.03em;
color: #7A4D84;
background: url(../img/h1underlineside.gif) no-repeat bottom left;
}

#sidenav img {
	float: right;
	border: 1px solid #D9C9A4;
	background: #F7F3E3;
	padding: 2px;
}

.sideitem:hover * img, #sidenav img:hover {
	background: #FFFDF6;
	border: 1px solid #E5A865;
}

.sideitem {
	padding: 0px 0px 2em 0px;
}

.sideitemtitle {
	font-size: 11px;
	letter-spacing: -0.05em;
	font-weight:bold;
	font-style:italic;
	width: 80px;
	color: #444D61;
	padding: 0.6em 0px 0.6em 0px;
	background: url("../img/sideitemtitleunderline.gif") bottom left no-repeat;
}

.sideitemtitle a {
	color: #444D61;
}

.sideitem:hover .sideitemtitle a, .sideitemtitle a:hover {
	color: #7A4D84;
}

.sideclickformore a {
	letter-spacing: -0.02em;
	color: #7A4D84;
	padding: 0 0 0 1.2em;
	font-size: 8pt;
	font-weight: normal;
	font-style:italic;
	background: url('../img/bullet_sidenav.gif') left no-repeat;
}

.sideitem:hover .sideclickformore a, .sideclickformore a:hover {
	color: #444D61;
	background: url('../img/bullet_sidenav_roll.gif') left no-repeat;
}

/*
--------------------------------------------------
content subnav
--------------------------------------------------
*/

#contentsubnav {
	padding: 0px 0px 0px  0px;
	margin: -0.6em 0px 0px 0px;
}

#contentsubnav a {
	background: url(../img/bullet_body.gif) left no-repeat;
	padding: 0em 1.3em 0.15em 1.3em;
	text-decoration: none;
	color: #7A4D84;
	font-family: Georgia,'Times New Roman',Times,serif;
}

#contentsubnav a:hover {
	background: url(../img/bullet_body_roll.gif) left no-repeat;
	color: #444D61;
	}
	

/*
--------------------------------------------------
large product image and price
--------------------------------------------------
*/


#largeproduct {
	width: 257px;	
	/* originally 265 before smaller images - reg*/
	/*height: 346px;  /* 298 + 48 for heart*/	
	float: right;
	padding: 0px;
	margin: 0 0 0px 5px;
}

/*
This is Tim's original style.
#largeproduct img {
	border:0;
	margin:0;
	padding:0;
	float: left;	
}
*/

/* new: to accomodate smaller images with */	
	#largeproduct img {
	border: 1px solid #F0DFE3;
	margin: 0 6px 0 0;
	width: 231px;
	padding:5px;
	float: right;	
}

#shopprice {
	float: left;
	width: 60px;
	height: 33px;
	padding-top: 11px;
	padding-left: 0px;
	font-size: 10pt;
	letter-spacing: 0em;
	font-weight:bold;
	font-style:italic;
	text-align: center;
	margin: 4px 0 0 0;
	background: url(../img/heart_big.gif) 10px 0px no-repeat;
}
* html #shopprice { padding-left: 12px; }

/* Tim's original style...
#shopprice {
	float: left;
	width: 51px;
	height: 48px;
	padding-top: 10px;
	padding-left: 11px;
	font-size: 11pt;
	font-weight:bold;
	font-style:italic;
	text-align: center;
	background: url(../img/heart_big.gif) 10px 0 no-repeat;
}
* html #shopprice { padding-left: 12px; }
*/

#shopbox {
	float: right;
	margin-top: 4px;
	margin-left: 0px;
	width: 180px;  /*199*/
	height: 48px;
	font-size: 11pt;	
	/*

	font-style:italic;
	text-align: left;
	*/
}

#shopbox form {
padding: 0;
}

#shopbox a {
	display: compact;
	width: 198px;
	height: 48px;
	background: url(../img/cart_1.gif) 120px 8px no-repeat;
	font-size: 7.5pt;
	text-decoration: none;
	color: #907D5A;
	float: right;
}
#shopbox a:hover {
	background: url(../img/cart_1_roll.gif) 120px 8px no-repeat;
	color: #444D61;
	text-decoration: none;
}

#shopbox a span {
	display: block;
	width: 200px;
	height: 48px;
	padding-top: 12px;
	background: url(../img/cart_line.gif) 0 28px no-repeat;
}

/*
--------------------------------------------------
footer
--------------------------------------------------
*/

#footer {
font-family: Georgia,"Times New Roman",Times,serif;
font-size: 85%;
clear: both;
/*padding: 0.4em 0 0.6em 0px;*/
padding: 5px 0 0 10px;
margin-bottom:0;
background: url(../img/footer_bg.gif) top left no-repeat;
width: inherit;
height: 28px;
}

#footer a {
display: compact;
margin-left: 1em;
margin-right:1em;
color: #FFFFFF;
text-decoration: none;
}

* html #footer {
	padding-top: 5px;
}

* html #footer a {
	margin-top: 0px;
}

#footer a:hover {
color: #FFA852;
}

/*
--------------------------------------------------
Home page
--------------------------------------------------
*/

#contenthome {
	padding: 0;
	margin: 0;
	border: 0;
	background: url(../img/home_bg.gif) top left repeat-y;
}

#contenthome h1 {
	width: 675px;
	font: italic 19pt 'ZapfCalligr BT', 'Palatino Linotype', Lucida, "Times New Roman", Georgia, Times, serif;
	letter-spacing: -0.03em;
	color: #7A4D84;
	background: url("../img/h1homeunderline.gif") no-repeat;
	background-position: bottom left;
	padding-top: 0.8em;
	margin: 0 0 0 20px;
}

#flashhome {
	width: 744px;
	margin-left: 5px;
}

.cart {
	font-family: Georgia, 'Times New Roman', Times, serif; line-height: 16px;
}
.cartHeaderRow {
	background: #444d61;
	color : #ffffff;
}
.cartHeaderl {
	font-size:11px;	font-weight: bold; padding-top:4px; padding-bottom:4px;
	text-align: left;
}
.cartHeaderc {
	font-size:11px;	font-weight: bold; padding-top:4px; padding-bottom:4px;
	text-align: center;
}
.cartRowOdd td {
	color: #444d61;
	background: #f7f3e3;
	border-bottom: 1px solid #e5a865;
	text-align: center;
}
.cartRowOdd td.cart_name, .cartRowOdd td.cart_left {
	text-align: left;
}
.cartRowOdd td input {
	color: #444d61;
	background: #f7f3e3;
	border: 1px solid #e5a865;
	text-align: center;
}
.cartRowEven td {
	color: #444d61;
	background: #fffdf6;
	border-bottom: 1px solid #e5a865;
	text-align: center;
}
.cartRowEven td.cart_name, .cartRowEven td.cart_left {
	text-align: left;
}
.cartRowEven td input {
	color: #444d61;
	background: #fffdf6;
	border: 1px solid #e5a865;
	text-align: center;
}
.endlist td {
	border-bottom: 1px solid #e5a865;
}
.cart_name {
	text-align: left;
	font-weight: bold;
}

dt {
font-weight: bold;
	color: #85578F;  /*#E4AF75*/
	font-size: 100%;
	line-height: 1.2em;
	margin: 1.2em 0em 0.8em 0em;
	padding: 0;
}

dd {
	text-align: left;
	color: #444D61;
	font-size: 9.5pt;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

.linklist a {
	text-decoration: underline;
}
.linklist a:hover {
	color: #444d61;
	text-decoration: underline;
}

.linklist dd {
	margin-bottom: 1em;
}
.linklist dt {
	margin-bottom: 0.5ex;
	padding-left: 0px;
}

.signature {
margin-top: -0.5em;
margin-bottom: 0.4em;
font-style:italic;
color: #464B56;
font-weight:bold;
}

#address {
line-height: 1.2em;
margin: 0 0 1em 0;
}

.title {
font-weight:bold;
font-style:normal;
color: #7A4D84;
}

.smalltext {
font-size: 80%;
margin-left: 0.5em;
}

/*.bni img {
	border: none;
	float: right;
	padding: 0;
	background: #fff;
	margin: 0 0px 0px 5px;
}*/

.bni {
	border: none;
	float: right;
	padding: 0;
	background: #fff;
	margin: 0 5px 6px 10px;
}

#indent {
	text-indent: -5000px;
	overflow: hidden;
	height: 1px;
	}
	
.story {
width: 250px;
  float: left;
  margin: 0 0 0 0;
  padding: 0;
}

.story p {
width: 225px;
  text-align: center;
  font-size: 80%;
  font-weight: bold;
  padding: 0.3em 0 0.3em 0;
  margin: 0.3em 0 0em 0;
}

.story img {
float:left;
padding: 5px;
margin: -3px 0 0.8em 0;
}

.reiki img {
padding: 0;
margin: 0 0 0 20px;
border: 0;
}

.using {
float:left;
width: 430px;
margin: 0 0 13px 0;
padding: 0 0 13px 0;
border-bottom: 1px solid #ede5e5;
}

.clearer {
clear: both;
}

.using img {
float:left;
padding: 0;
margin: 0 10px 0 0px;
padding: 4px;
}

.bitmaller {
font-size: 60%;
}

#prayer img {
float:right;
padding: 4px;
margin: 0 0 20px 20px;
}

.bottomtext {
clear: both;
}

#transformation {
padding: 0;
margin: 0;
border: 0;
width: 480px;
height: 252px;
}

.hide {
	display: none;
}

.aboutcaption {width: 184px;  float: right;  margin: 0 0 0 20px;  padding: 0;}

.aboutcaption p {
  width: 192px;
  text-align: center;
  font-size: 80%;
  font-weight: bold;
  padding: 0.5em 0 0.5em 0;  margin: 0.5em 0 0em 0;}

.aboutcaption img {float:right;padding: 5px;margin: 0 0 1em 0;}
