/*Datahost stylesheet*/

/*Set up body, td, and p as the same style. You'll also want to include the same info in the <body> tag on main template.*/

body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #000000;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 1.5em; 
	color: #333333;
}

a:link {color: #6666cc; text-decoration: underline;}
a:visited {color: #6666cc; text-decoration: underline;}
a:active {color: #6666cc; text-decoration: underline;}
a:hover {color: #751975; text-decoration: underline;}

td {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; line-height: 1.5em; color: #333333;}

p {font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; line-height: 1.5em; color: #333333;}

/*Here are some very useful options you may want to add to your styles and the choices for each option:

font-style: normal, italic, oblique

font-weight: instead of just putting "bold", you can assign a value from 100 to 900 (in jumps of 100). 400 is the normal weight (useful when you want your headers to be not bold). Doesn't work on all fonts. 

font-variant: small-caps

text-transform: uppercase, lowercase, capitalize (makes an initial cap), none

text-indent: 10px (would indent the first line 10 px)

line-height: 1.5em (this adds space between lines of text. You can specify in ems or percentages. I am going to add this to td style: if you don't want a style to use it, add a line-height of 1 em)

list-style-type: disc, square, circle, decimal, lower-roman, upper-roman, lower-alpha, upper-alpha, none. (I'm adding this to list style)

list-style-position: inside, outside (with outside text won't wrap under bullet--woo hoo! I'm adding this to list style)

list-style-image: if you want to use an image for a style just put the link to the image

*/
/* Note: All styles will use body info unless specified differently in a particular style*/


/*Main template styles.*/

#outercontainer {
	width: 90%;
	background: url(images/bkgnd_outer.jpg) top left repeat-x;
}

#midcontainer {
	background: url(images/bkgnd_inner.jpg) top right no-repeat;
}

#innercontainer {
	background: url(images/bkgnd_mid.jpg) top left no-repeat;
	position: relative;
}

#masthead {
	position: relative;
	width: 100%;
	height: 235px;
}

#storeinfo {
	position: absolute;
	top: 20px;
	right: 0px;
	text-align: center;
	width: 90%;
	z-index: 99;
}

#animation {
	width: 240px;
	height: 104px;
	position: absolute;
	top: 60px;
	left: 10px;
	z-index: 100;
}

#slogan {
	text-align: center;
	width: 90%;
	position: absolute;
	top: 85px;
	right: 0px;
}

#mainnav {
	position: absolute;
	top: 170px;
	left: 20px;
	z-index: 101;
}

#loginarea {
	position: absolute;
	top: 205px;
	right: 140px;
	height: 30px;
	/*width: 600px;*/
}

#contentwrapper {
	/*padding-top: 235px;*/
	position: relative;
	min-height: 400px;
}

#navigation {
	width: 150px;
	background-color: #8b3e8b;
	z-index: 1000;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#navigation li {
	list-style: none;
	border-bottom: 1px solid #000000;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2em;
}

#navigation li a:link, #navigation a:visited {
	display: block;
	padding: 4px 5px;
	color: #ffffff;
	text-decoration: none;
}

#navigation li a:hover {
	color: #000000;
	background-color: #caa7ca;
	text-decoration: none;
}

#addressarea {
	position: absolute;
	text-align: left;
	top: 550px;
	left: 20px;
	width: 175px;
}
	

.phones { color: #ffffff; font-size: 11px; font-weight: bold; }
.phones A    {color: #ffffff;text-decoration: none;}
.phones A:visited {color: #ffffff; text-decoration: none;}
.phones A:hover  {color: #dcc5dc; text-decoration: none;}/*masthead telephone*/

.tagline { color: #dcc5dc; font-size: 14px; font-weight: bold; line-height: 1.5em; }

.tagline2 { color: #dcc5dc; font-size: 11px; font-style: oblique; }

.sidebartext { color: #ffffff; font-size: 11px; }
.sidebartext A    {color: #ffffff;text-decoration: none;}
.sidebartext A:visited {color: #ffffff; text-decoration: none;}
.sidebartext A:hover  {color: #d3b5d3;text-decoration: none;}

.searchwords {  font-size: 10px; line-height: 1.5em; color: #333333;}

.navlinks1 {  font-size: 12px; color: #ffffff; text-decoration: none;}
.navlinks1 A    {color: #ffffff;text-decoration: none;}
.navlinks1 A:visited {color: #ffffff; text-decoration: none;}
.navlinks1 A:hover  {color: #d3b5d3;text-decoration: none;}/*main links*/

.sidebarclickhere {  font-size: 10px; line-height: 1.5em; color: #333333;}
.sidebarclickhere A    {color: #333399; text-decoration: underline;}
.sidebarclickhere A:visited {color: #333399; text-decoration: underline;}
.sidebarclickhere A:hover  {color: #ff0033; text-decoration: underline;}

.footertext {color: #000000; font-family: verdana, Arial, Geneva, sans-serif; font-size: 11px;}
.footertext A {text-decoration: underline;}
.footertext A:visited {text-decoration: underline;}
.footertext A:hover {text-decoration: underline;}

.footerlinks {color: #6666cc; font-size: 11px;text-decoration: none;}
.footerlinks A {color: #6666cc; text-decoration: underline;}
.footerlinks A:visited {color: #6666cc; text-decoration: none;}
.footerlinks A:hover {color: #ffffff; text-decoration: underline;}/*site links in the footer, like home, etc.*/

.siteby {  font-size: 10px; line-height: 1.5em; color: #6666cc;}
.siteby A    {color: #6666cc; text-decoration: underline;}
.siteby A:visited {color: #6666cc; text-decoration: underline;}
.siteby A:hover  {color: #ffffff; text-decoration: underline;}



/*index template styles*/

.leftcolumn {
	padding-right: 5px;
	border-right: 1px solid #8b3e8b;
}

.rightcolumn {
	text-align: left;
	width: 275px;
	padding-left: 5px;
}

.rightcolumn h2 {
	color: #ffffff;
	background-color: #6666cc;
	padding: 3px 5px;
}

.featuredtitle {  font-size: 15px; font-weight:bold; color: #2853a1; text-decoration: none;}/*title above the featured items*/

.featuredhead {font-size: 14px; color: #ff0033; text-decoration: none; font-weight:bold;}
.featuredhead A    { color: #ff0033; text-decoration: none;}
.featuredhead A:visited    { color: #ff0033; text-decoration: none;}
.featuredhead A:hover  { color: #000099; text-decoration: underline;}/*featured product name*/

.featuredtext {  font-size: 10px; line-height: 1.5em; color: #333333;}
.featuredtext A    {color: #333399; text-decoration: underline;}
.featuredtext A:visited {color: #333399; text-decoration: underline;}
.featuredtext A:hover  {color: #ff0033; text-decoration: underline;}

.featuredclickhere {  font-size: 10px; line-height: 1.5em; color: #333333;}
.featuredclickhere A    {color: #333399; text-decoration: underline;}
.featuredclickhere A:visited {color: #333399; text-decoration: underline;}
.featuredclickhere A:hover  {color: #ff0033; text-decoration: underline;}

.announcementhead {font-size: 14px; color: #751975; text-decoration: none; font-weight:bold;}
.announcementhead A:visited    {color: #751975; text-decoration: underline;}
.announcementhead A    {color: #751975; text-decoration: underline;}
.announcementhead A:hover  {text-decoration: underline;}/*item name*/

.announcementtext {  font-size: 12px; line-height: 1.5em; color: #333333;}
.announcementtext A    { text-decoration: underline;}
.announcementtext A:visited { text-decoration: underline;}
.announcementtext A:hover  { text-decoration: underline;}

.announcementclickhere {  font-size: 12px; line-height: 1.5em; color: #333333;}
.announcementclickhere A    {text-decoration: underline;}
.announcementclickhere A:visited { text-decoration: underline;}
.announcementclickhere A:hover  { text-decoration: underline;}



/*Category and Product list, cell and details pages*/

h1 {  margin-top: 0px; margin-bottom: 8px; font-size: 16px; font-weight: bold; line-height: 1.1em; color: #751975;} /*this is always used for the page title, except home page and product detail pages*/

h2 {  margin-bottom: 8px; margin-top: 0px; font-size: 14px; font-weight: bold; line-height: 1.1 em; color: #751975;}

h3 {  margin-bottom: 2px; margin-top: 0px; font-size: 12px; font-weight: bold; line-height: 1.5 em; color: #751975;}

h4 {  margin-bottom: 2px; font-size: 12px; font-weight: bold; line-height: 1.2 em; color: #000000;}

li {  font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; line-height: 1.5em; list-style-type: square; list-style-position: outside; color: #000000}

li.webpages {  font-size: 12px; line-height: 1.5em; color: #333333;}
li.webpages A    { text-decoration: underline;}
li.webpages A:visited { text-decoration: underline;}
li.webpages A:hover  { text-decoration: underline;}

.detailcategory {  margin-bottom: 8px; margin-top: 0px; font-size: 13px; font-weight: bold; line-height: 1.1 em; color: #751975;} /*category name on detail pages*/

.detailproduct {  margin-bottom: 8px; margin-top: 0px; font-size: 13px; font-weight: bold; line-height: 1.1 em; color: #751975;} /*product name on detail pages*/

.sku {font-size: 11px; color: #000000; text-decoration: none; font-weight:bold;}

.cellheader {font-size: 12px; color: #751975; text-decoration: none; font-weight:bold;}
.cellheader A:visited    {text-decoration: none;}
.cellheader A    {text-decoration: none;}
.cellheader A:hover  {text-decoration: underline;}/*cat name or product name, depending on which cell*/

.cellheader2 {font-size: 11px; line-height: 1.2em; color: #751975; text-decoration: none; font-weight:bold;}
.cellheader2 A:visited    {text-decoration: none;}
.cellheader2 A    {text-decoration: none;}
.cellheader2 A:hover  {text-decoration: underline;}/*product name in option details rows*/

.celltext {  font-size: 11px; line-height: 1.5em; color: #000000;}
.celltext A    {text-decoration: underline;}
.celltext A:hover  {text-decoration: underline;}

.testimonialcellheader {font-size: 13px; color: #751975; text-decoration: none; font-weight:bold;}
.testimonialcellheader A:visited    {text-decoration: none;}
.testimonialcellheader A    {text-decoration: none;}
.testimonialcellheader A:hover  {text-decoration: underline;}/*item name on the testimonial product list page*/

.testimonialcelltext {  font-size: 12px; line-height: 1.5em; color: #000000;}
.testimonialcelltext A    {text-decoration: underline;}
.testimonialcelltext A:hover  {text-decoration: underline;}

.highlight {  font-size: 12px; font-weight:bold; color: #6666cc; text-decoration: none;}
.highlight A    {text-decoration: underline;}
.highlight A:hover  {text-decoration: underline;}

.freeship {  font-size: 12px; font-weight:bold; color: #6666cc; text-decoration: none;}


.multiheader {  margin-bottom: 8px; margin-top: 0px; font-size: 14px; font-weight: bold; line-height: 1.1 em; color: #751975;} /*multilist header*/

.insertlist1 { font-size: 11px; color: #751975; text-decoration: none;}
.insertlist1 A    {text-decoration: underline;}
.insertlist1 A:hover  {text-decoration: underline;} /*youarehere links*/

.nextprev {  font-size: 10px; line-height: 1.5em; color: #333333;}
.nextprev A    { text-decoration: underline;}
.nextprev A:visited { text-decoration: underline;}
.nextprev A:hover  { text-decoration: underline;}

.gotocart {  font-size: 10px; line-height: 1.5em; color: #333333;}
.gotocart A    { text-decoration: underline;}
.gotocart A:visited { text-decoration: underline;}
.gotocart A:hover  { text-decoration: underline;} /*for viewcart links*/

.cellclickhere {  font-size: 10px; line-height: 1.5em; color: #333333;}
.cellclickhere A    { text-decoration: underline;}
.cellclickhere A:visited { text-decoration: underline;}
.cellclickhere A:hover  { text-decoration: underline;}

.jumplinks {font-size: 12px; line-height: 1.5em; color: #333333;} /*used on faq page*/

.clickhere {  font-size: 10px; line-height: 1.5em; color: #333333;}
.clickhere A    { text-decoration: underline;}
.clickhere A:visited { text-decoration: underline;}
.clickhere A:hover  {text-decoration: underline;} /*back to top links*/



/*Cart pages and shipping*/

th {  font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; line-height: 1.2em; color: #000000}

.instructions {  font-size: 12px; line-height: 1.5em; color: #333333;}
.instructions A    {text-decoration: underline;}
.instructions A:hover  {text-decoration: underline;} /*instructions under the page title*/

.instructions2 {  font-size: 11px; font-weight: bold; line-height: 1.5em; color: #751975;}
.instructions2 A    {text-decoration: underline;}
.instructions2 A:hover  {text-decoration: underline;} /*instructions under the cart sections; ie, shipping*/

.cartproduct {font-size: 12px; color: #751975; text-decoration: none;}
.cartproduct A    {text-decoration: underline;}
.cartproduct A:hover  {text-decoration: underline;} /*products in the cart*/

.cartsmall {  font-size: 10px; line-height: 1.5em; color: #333333;} 
.cartsmall A    { text-decoration: underline;}
.cartsmall A:visited { text-decoration: underline;}
.cartsmall A:hover  { text-decoration: underline;}/*main options line in cart*/



/*Miscellaneous*/

input {margin-top: 0px; margin-bottom: 0px; margin-left: 0px;}

form { margin-top: 0px; margin-bottom: 0px; }

.inline { display: inline; }

table { margin-top: 0px; margin-bottom: 0px; }

#stones { width: 100%; margin:0; padding: 0; border-top: 1px solid #dcc5dc; }
#stones td { padding: 2px; font-size: 11px; }

#optiontopper { width: 100%; margin: 0; padding: 0; border: 0px; border-collapse: collapse; }
#optiontopper tr { background-color: #751975; }
#optiontopper th { padding: 2px; font-size: 11px; color: #ffffff; }

table.price_table {
	margin-bottom:15px;
}

table.price_table th {
	background-color: #dcc5dc;
	color: #000000;
	border: outset,#dcc5dc,1px;
	font-weight: bold;
	font-size: 11px;
	padding:2px;
}

table.price_table td {
	background-color: #ffffff;
	border-style: outset #D1D1CD 1px;
	font-size: 12px;
}


table.pmt_table th {
	background-color: #dcc5dc;
	color: #000000;
	list-style-type: disc;
	list-style-position: inside;
	border: outset,#dcc5dc,1px;
	font-weight: bold;
	font-size: 10;
}

table.pmt_table td {
	background-color: #ffffff;
	border-style: outset #D1D1CD 1px;
}

.label {  font-size: 11px; line-height: 1.2em; font-weight: bold; color: #333333;}

.attribute {  font-size: 11px; line-height: 1.2em; color: #333333;}


.errormessage {font-size: 14px; color: #ff0033; font-weight:normal; text-decoration: none;}
.errormessageA    {text-decoration: underline;}
.errormessage A:hover  {text-decoration: underline;}


.fancybutton {background: #6666cc; font-size: 12px; font-weight: bold; color:#ffffff;}



.fancybutton2 {background: #6666cc; font-size: 10px; font-weight: bold; color:#FFFFFF;}