/* Start of CMSMS style sheet 'General - Top Nav Only' */
/* ------------- Form fields on contact form ---------------- */
textarea {
	width: 300px;
	height: 50px;
}

/* ------------- Page font ----------------- */
div {
   font-size: 1em;
}

img {
   border: 0;
}

/* ------------- Default link styles ----------------- */
a,
a:link 
a:active {
   text-decoration: underline;
   color: #B49859; 
}

a:visited {
   text-decoration: underline;
   color: #B49859; 
}

a:hover {
   text-decoration: underline;
   color: #B49859; 
}

body {
   background: #ffffff url(uploads/images/SiteDesign/heart_background.gif) repeat;
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
   color: black;
   margin: 0;
}

/* ------------- Top header ----------------- */
div#header {
   height: 189px; /* adjust according your image size */
  width: 100%;
   background-color: #B49859;
   border-bottom: 8px solid white;
   border-top: 8px solid white;
}

div#header_left{
  float: left;
   background: #ffffff url(uploads/images/SiteDesign/logo.jpg) no-repeat top center;
   height: 189px;
   width: 370px;
}

div#header_right {
  float: right;
   background: #ffffff url(uploads/images/SiteDesign/right_logo_5.jpg) no-repeat top right;
   height: 189px;
   width: 536px;
}

/* ------------- The actual content part of the page ----------------- */
div#content {
   margin: 0;
}

div#left {
  background-color: white;
/*
  background: #ffffff url(uploads/images/SiteDesign/heart_background.gif) repeat;
*/
  float: left;
  width: 200px;
  border: 1px solid #c0c0c0;
  padding-top: 1px;
  position: relative;
  top: -32px;
}

div#right {
/*
  background-color: white;
*/
  float: right;
  width: 200px;
  border: 1px solid #c0c0c0;
/*
  border-left: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  background-color: #f0f0f0;
  border-left: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
*/
  padding-top: 1px;
  padding-bottom: 3px;
  position: relative;
  top: -32px;
}

/* ------------- left is the sidebar, right is the content ----------------- */
div#main {
  margin-left: 210px;
  margin-right: 200px;
  padding: 10px;
}

/*
div#gretel_home {
  background: #ffffff url(uploads/images/SiteDesign/homepage_large_gretel.gif) no-repeat;
  position: relative;
  left: -100px;
  top: -100px;
  width: 591px;
  height 401px;
border 3px solid red;
}
*/

/* ------------- The footer ----------------- */
div#footer {
  float: left;
  width: 200px;
   text-align: center; /* centered text */
  height: 50px;
}

div#footer p {
   text-align: center; /* centered text */
   margin:0;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}

/* ------------- Styles for content ----------------- */
div#content {

}

/* ------------- Headings ----------------- */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   color: #990033;
   line-height: 1.2em;
   margin: 0 0 5px 0;
}
div#content h2 {
  color: white;
  background-color: #B49859;
  width: 194px;
  height: 24px;
  line-height: 30px;
   font-size: 1.0em; 
  padding: 0px;
  margin: 2px;
   text-align: center;
   vertical-align: middle;
}

div#content h3 {
   color: #F79328; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #F79328; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

/* ------------- Paragraphs and blocks of text ----------------- */

blockquote {
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
   font-weight: bold;
}
em, i {
   font-style:italic;
}

code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* ------------- Lists, bullets etc ----------------- */
div#main ul,
div#main ol,
div#main dl {
  font-size: 10pt;
   line-height: 11pt;
/*    padding: 0 0 0 .5em; */
   list-style-type: disc;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0 .25em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0 .25em;
}
div#dl dd {
   margin: 0 0 0 .25em;
}

/* ------------- Single level menu going across ----------------- */
* html div#menu_horiz {
   height: 1%;
}

#menu_vert {
   display: none;
}

/* ------------- Entire row for menu ----------------- */
div#menu_horiz {
   background-color: white;
   width: 95%;
   margin: 0;
   border: 1px solid #C0C0C0;
}

/* ------------- Container for menu across ----------------- */
div#menu_horiz ul {
   margin: 0;
   padding: 0;
   height: 30px;
   margin: 0 200px 0 200px;
/*
   width: 100%;
*/
}

/* ------------- Each menu item ----------------- */
div#menu_horiz li {
   padding-left: 5px;
   padding-right: 5px;
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   height: 30px;
   margin: 0;
/*
   width: 60px;
*/
   border-right: 1px solid #C0C0C0;
}


/* ------------- The links in the menu  ----------------- */
div#menu_horiz a {
/*
   padding: .4em .1em .2em .1em;
*/
   padding: .4em .4em .2em .4em;
   height: 1.3em;
   font-size: 1em;
   text-align: center;
   vertical-align: middle;
   margin: 0;
   text-decoration: underline;
   color: #B49859; 
   display: block; /* IE has problems with this, fixed above */
}


/* ------------- Hovering over the menu ----------------- */
div#menu_horiz li a:hover {
/*
   padding: .4em .1em .2em .1em;
*/
   padding: .4em .4em .2em .4em;
   height: 1.3em;
   font-size: 1em;
   text-align: center;
   vertical-align: middle;
   margin: 0;
   text-decoration: underline;
   color: #990033;
}

div#menu_horiz a.activeparent:hover {
   text-decoration: none;
   color: #990033;
}

/* ------------- Current active and displayed page ----------------- */
div#menu_horiz li.activeparent a {
   font-weight:bold;
   text-decoration: none;
   color: #990033;
}

/* ------------- Current page  ----------------- */
div#menu_horiz h3 {
/*
   padding: .4em .1em .2em .1em;
*/
   padding: .4em .4em .2em .4em;
/*   height: 1.3em; */
   font-size: 1em;
   text-align: center;
   vertical-align: middle;
   margin: 0;
   text-decoration: none;
   color: #990033;
   display: block; /* IE has problems with this, fixed above */
}
 
/* -------------------- ustore --------------- */
.ustore_view_cart {
  width: 80%;
}

.ustore_view_cart tr {
  border-bottom: 1px solid #c0c0c0;
}

.ustore_view_cart th {
  text-align: center;
  border-bottom: 2px solid #c0c0c0;
}

.ustore_view_cart td {
  text-align: center;
  border-bottom: 1px solid #c0c0c0;
}

.ustore_browse {
  width: 80%;
}

.ustore_browse td {
  margin: 4px;
}

.ustore_product_image {
  border: 1px dashed #c0c0c0;
  padding: 5px;
  margin: 4px;
  background-color: white;
}

.ustore_categories {
}

.ustore_categories td {
  margin: 5px 3px 5px 3px;
  padding: 4px;
  vertical-align: top;
}

.ustore_order_details {
}

.ustore_order_details tr {
  vertical-align: top;
}

.comp {
  color: red;
}

/* End of 'General - Top Nav Only' */

/* Start of CMSMS style sheet 'Fonts' */
.standard {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 11pt;
	color: black;
	text-align: left;
}
.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 9pt;
	color: black;
	text-align: left;
}
div#main p {
	font-size: 10pt;
	line-height: 11pt;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   padding: 0;
}
/* End of 'Fonts' */

/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Otherpages' */
/* ------------- Inner area for site ----------------- */
div#pagewrapper {
  background-color: #ffffff;
   border: 0;
   width: 95%;
   margin: 0 auto;
   color: black;
}
/* End of 'Otherpages' */

