/************************************************/
/* style_common.css adapted from 2col_leftNav.css   */
/* by David Shapiro - 2009-02-19                */
/* Use with template 2col_leftNav.html          */
/************************************************/

/************************************************/
/* HTML tag styles                              */
/************************************************/
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body{
	font-family: Arial,sans-serif;
	/*font-family: "Times New Roman", Times, serif;*/
	background-color:#ffffff;
	color: #333333;
	line-height: 1.166;	
	margin-left: 0px;
	margin-top: 10px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #660099;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #333333;
}

h2{
 font-size: 114%;
 color: #660099;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

p {
	font-size: 80%;
}

dt, dd {
	font-size: 80%;
}

dd p {
	font-size: 100%;
}

input {
	font-size: 80%;
}

td {
	font-size: 80%;
	/*color: #333333;*/
}

ul{
	font-size: 80%;
	list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	/*border-bottom: 1px solid #cccccc;*/
	width: 100%;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	/*background-color: #eeeeee;*/
	/*border-right: 1px solid #ccc;*/
	/*border-bottom: 1px solid #ccc;*/
}

#content{
	float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

#logo{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
}

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 100%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
}

.feature ol li {
	font-size: 80%;
	padding-bottom:5px;
}

.feature img{
	padding: 0px;
	margin: 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

/************** .addtocart styles *****************/

.addtocart {
	padding: 0px 0px 0px 0px;
	font-size: 80%;
/*	border:double #FF00FF;*/
	width:60%;
}

.addtocart2 {
	padding: 0px 0px 0px 10px;
	font-size: 80%;
/*	border:double #FF00FF;*/
	width:90%;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 0px 0px 10px;
	font-size: 100%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

/************** .review styles *****************/

.review{
	background-color : #dddddd;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 10px 0px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 60%;
	color: #666666;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:bold;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 7px 0px 2px 10px;
	border-top: 1px solid #cccccc;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 7px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #ccccff;
	padding: 7px 0px 2px 10px;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	float:right;
/*	clear:right;*/
	width: 25%;
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 20px 10px;
	font-size: 100%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

P.first {
	margin-top: 15px;
	text-indent: 0px;
}

.firstletter:first-letter {
	font-size:200%;
	float:left;
	font-weight: bold;
/*	line-height:normal; */
/*	color:#2a2d2e; */
}

.pic-left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}

.pic-right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 0px;
}

.caption {
font-size: 65%;
}

.chorus	{
	font-style : italic;
}

.headrow	{
	background-color : #c0c0c0;
}
.oddrow	{
	background-color : #f0f0f0;
}
.evenrow	{
	background-color : #e0ffff;
}

sup {
	vertical-align: top;
	font-size: 80%;
}

.strikethrough	{
	text-decoration : line-through;
}

.small	{
	font-size: 80%;
/*	line-height : 100%;*/
}

.white	{
	color:#ffffff;
}

.box {
	padding: 15px;
	border: medium groove #993399;
}

