/* 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 '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;
}

/* End of 'Fonts' */

/* Start of CMSMS style sheet 'General - Top Nav Only' */
/* ------------- Form fields on contact form ---------------- */
.user {
	width: 300px;
	height: 100px;
}

/* ------------- Page font ----------------- */
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

div {
   font-size: 1em;
}

img {
   border: 0;
}

/* ------------- Default link styles ----------------- */
a,
a:link 
a:active {
   text-decoration: underline;
   color: black; 
}

a:visited {
   text-decoration: underline;
   color: black; 
}

a:hover {
   text-decoration: underline;
   color: #660066; 
}

/* ------------- Entire body area ----------------- */
body {
   background-color: #F7F5F5;
   color: #333;
   margin: 0em;
}

/* ------------- Inner area for site ----------------- */
div#pagewrapper {
   margin: 0 auto;
  width: 1000px;  /* 905 */
   background-color: #fff;;
   color: black;
}

/* ------------- Top header ----------------- */
div#header {
   background: #CC88C5 url(uploads/images/SiteDesign/top.jpg) no-repeat top right;
   height: 147px; 
}

div#header h1 {
        background: #CC88C5 url(uploads/images/SiteDesign/logo.gif) no-repeat 20px 10px;
	text-indent: -999em;
	color: #ffffff; 
	display: block;
	text-decoration:none; 
padding: 0;
margin: 0;
  width: 300px;
  height: 117px;
}

div#search {
  float: right;
  width: 230px;
    height: 30px;
  padding: 3px 5px 0 0;
}

div#navbar {
  clear: both;
  height: 30px;
   background-color: #E6E6E6;
}

div#giftcert {
  margin: 0 auto;
  width: 252px;
  padding-bottom: 10px;  
}
div#currency {
  margin: 0 auto;
  padding-bottom: 10px;  
  width: 252px;
}
div#categories {
  margin: 0 auto;
  width: 252px;
  padding-bottom: 10px;  
}
div#filters {
  margin: 0 auto;
  width: 252px;
  padding-bottom: 10px;  
}
div#education {
  margin: 0 auto;
  width: 252px;
  padding-bottom: 10px;  
}

/* ------------- The actual content part of the page ----------------- */
div#content {
   margin: 0; /* some air above and under menu and content */
  background-color: #e6e6e6;
  height: auto;
}

/* ------------- left is the sidebar, right is the content ----------------- */
div#sidebar {
  float: left;
  width: 272px;
  background-color: #e6e6e6;
}

div#main {
   margin-left: 273px;
   padding: 10px;
  background-color: white;
}

/* ------------- The footer ----------------- */
div#footer {
   clear:both;
  background-color: #e6e6e6;
  height: 42px;
  padding: 10px;
}

div#footer p {
   text-align: left; 
   margin:0;
   clear:both; 
   border-top: 5px solid #660066;
}

/* 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 {

}

/* ------------- Specials ---------------- */
div#content hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* ------------- Headings ----------------- */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #660066; 
   font-size: 1.5em; 
   line-height: 1.6em;
   text-align: left; 
   margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #660066; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #660066; 
   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;
}
div#sidebar h3 {
   background: url(uploads/images/SiteDesign/head-bg.gif) no-repeat top left;
   width: 252px;
   height: 25px;
   color: black;
   font-size: 1em; 
   padding: 1px 0px 0px 4px;
   margin: 0;
}

/* ------------- Paragraphs and blocks of text ----------------- */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
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 ol {
   margin: .4em 0 .25em .4em;
   padding: 0 0 0 .5em;
}
div#main ul,
div#main dl {
   margin: .4em 0 .25em .4em;
   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%;
}


/* ------------- Entire row for menu ----------------- */
div#menu_horiz {
   background-color: #E6E6E6;
   margin: 0;
   float: left;
    height: 30px;
/*
  width: 60%;
*/
}

/* ------------- Container for menu across ----------------- */
div#menu_horiz ul {
   margin: 0;
   padding: 0 0 0 10px;
   border: 0px;
   height: 30px;
}

/* ------------- Each menu item ----------------- */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   border: 0px;
}


/* ------------- The links in the menu  ----------------- */
div#menu_horiz a {
   padding: 7px 10px 7px 10px;
   font-size: 1em;
   text-align: center;
   vertical-align: middle;
   margin: 0;
   text-decoration: none;
   color: black;
   display: block; /* IE has problems with this, fixed above */
}


/* ------------- Hovering over the menu ----------------- */
div#menu_horiz li a:hover {
   padding: 7px 10px 7px 10px;
   font-size: 1em;
   text-align: center;
   vertical-align: middle;
   margin: 0;
   background-color: #E6E6E6;
   text-decoration: underline;
   color: black;
}

div#menu_horiz a.activeparent:hover {
   padding: 7px 10px 7px 10px;
   background-color: #E6E6E6;
   color: black;
}

/* ------------- Current active and displayed page ----------------- */
div#menu_horiz li.activeparent a {
   padding: 7px 10px 7px 10px;
   font-size: 1em;
   font-weight: bold;
   text-align: center;
   vertical-align: middle;
   margin: 0;
   text-decoration: none;
   color: black;
   background: white;
   display: block; /* IE has problems with this, fixed above */
}

/* ------------- Current page  ----------------- */
div#menu_horiz h3 {
   padding: 7px 10px 7px 10px;
   font-size: 1em;
   font-weight: bold;
   text-align: center;
   vertical-align: middle;
   margin: 0;
   text-decoration: none;
   color: black;
   background: white;
   display: block; /* IE has problems with this, fixed above */
}

/* --------------- all links down the side -------------- */
div#sidebar li {
   line-height: 15px;
}

/* --------------- Education links --------------- */ 
div#menu_education {
}
div#menu_education table {
  border: 0;
  width: 252px;
}
div#menu_education td {
  width: 50%;
  border: 0;
  vertical-align: top;
}
div#menu_education ul {
  padding-left: 5px;
  margin: 0px;
}
div#menu_education li {
  padding: 2px;
  margin-left: 10px;
  list-style: circle;
}

/* -------------- cart summary ---------- */

div#cart_summary {
  width: 420px;
  height: 78px;
  float: right;
  position: relative; 
  top: 5px;  
  padding-top: 20px;
}

div#cart_summary_contents {
  float: left;
  width: 200px;
  height: 70px;
  padding: 0;
  margin: 0;
  color: white;
}
#cart_summary_contents a {
  color: white;
}
#cart_summary_buttons ul {
  color: white;
  padding-top: 0;
  margin-top: 0;
}
#cart_summary_buttons li {
  line-height: 15px;
}
#cart_summary_contents h2 {
  padding: 0 0 12px 0;
  margin: 0;
  font-size: 15px;
  line-height: 17px;
}
#cart_summary_buttons a {
  color: white;
}
div#cart_summary_buttons {
 margin-left: 210px;
  float: right;
  width: 200px;
  height: 70px;
  padding: 0 5px;
  margin: 0;
}

.nicebutton {
   background-image: url(uploads/images/SiteDesign/button.jpg);
   height: 23px;
   width: 98px;
   margin: 0;
   padding: 0;
   text-align: center;
   color: black;
}
.nicebutton a {
   height: 23px;
   line-height: 23px;
   width: 98px;
   text-align: center;
   color: black;
   text-decoration: none;
   margin: 0;
   padding: 0;
}
.nicebutton a:hover {
   color: black;
   text-decoration: none;
   text-align: center;
   margin: 0;
   padding: 6px 0 0 0 ;
}

#categories_home td {
  width: 150px;
  height: 150px;
  text-align: middle;
  padding: 5px;
}

/* ---------------- tell a friend --------------- */
#main form {
width:300px; line-height:90%;
}

#main fieldset {
  border: 0px;
  margin: 0;
  padding: 0;
}

#main label {
display:block; font-size:.8em; font-family:arial,helvetica,sans-serif;
  font-weight:bold;
  margin: 5px 0 5px 0;
  }

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

/* Start of CMSMS style sheet 'Shop' */
/* ---- Categories ---- */
div#categories {
}
div#categories table {
  border: 0;
  width: 252px;
}
div#categories td {
  width: 50%;
  border: 0;
  vertical-align: top;
}
div#categories ul {
  padding-left: 5px;
  margin: 0px;
}
div#categories li {
  padding: 2px;
  margin-left: 10px;
  list-style: circle;
}

/* ---- Filters ---- */
div#filters{
}
div#filters table {
  border: 0;
  width: 252px;
}
div#filters td {
  width: 50%;
  border: 0;
  vertical-align: top;
}
div#filters ul {
  padding-left: 5px;
  margin: 0px;
}
div#filters li {
  padding: 2px;
  margin-left: 10px;
  list-style: circle;
}

div#ustore_header h2 {
   text-transform: uppercase;
  font-weight: bold;
   color: #5F5F5F; 
   font-size: 1.7em; 
   padding-left: 10px;
   padding-top: 10px;
   width: 400px;
}

div#ustore_header h3 {
  color: black;
  font-size: .8em;
  font-style: italic;
}

.ustore_smallitem {
  border: 0;
/*
  height: 144px;
*/
  height: 230px;
 /* was 5px 15px */
  padding: 5px 13px 0 0;
}

.ustore_smallitem_heading {
  background-color: #FFEBFF;
  border: 1px solid #DDDDDD;
/*
  width: 218px;
*/
  height: 23px;
  line-height: 24px;
  font-size: .8em;
  color: #808080;
  padding: 3px 0 3px 5px;
  margin: 0 0 3px 0;
}

.ustore_smallitem_left {
/*
  float: left;
*/
}

.ustore_smallitem_right {
/*
  float: right;
*/
}

.ustore_smallitem_thumbnail {
/*
  width: 120px;
  height: 101px;
  border: 1px solid #DDDDDD;
*/
  width: 210px;
  height: 157px;
  margin-top 5px;
}

.ustore_price {
  font-size: .8em;
  color: #D60093;
  padding: 5px 0 5px 15px;
  float: left;
}

.ustore_moredetails {
  padding: 5px 0 5px 15px;
  font-size: .8em;
  float: right;
}

.ustore_description {
  padding: 0 0 5px 0;
}

.ustore_itemimage {
  border: 2px dotted #e0e0e0;
  background-color: #E6E6E6;
}

.ustore_cart_table {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  border-collapse: collapse;
}

.ustore_cart_table tr {
  padding: 0;
  margin: 0;
  border: 0;
}

.ustore_cart_table td {
  padding: 3px;
  margin: 0;
  border: 1px solid #DDDDDD;
}

.ustore_cart_table th {
  background-color: #f8f8f8;
  height: 23px;
  line-height: 24px;
  font-size: 1em;
  color: #7F1878;
  padding: 0;
  margin: 0;
  border: 1px solid #DDDDDD;
}

.ustore_cart_table_oddrow {
  background-color: #ffebff;
}
.ustore_cart_table_evenrow {
  background-color: #f8f8f8;
}
.ustore_cart_table_headingrow {
  background-color: #f8f8f8;
  height: 23px;
  line-height: 1em;
  font-size: 1em;
  color: #7F1878;
  padding: 0;
  margin: 0;
  border: 0;
}


/* End of 'Shop' */

