/* CSS Document */
body {
	font-size: 0.9em;
	margin:0px;
	padding:0px;
	background: #cccccc;
}
.mainbodywrapper {
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: white;

}
#header { /* style contains rainbow image and music made easy logo. */
	width: 920px;
	height: 179px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/rainbow.gif);
	background-repeat: no-repeat;
}
#header img{
	float: left;
	margin: 0px 0px 0px 52px;
	border: #fff 0px solid;
}
/* --------------------------------------------------- */
/* Start of styles for reflective typography  */
#typo {
	height:45px;
	padding:10px 0;
}
#typo p.heading {
	font: 100%/120% Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	background-repeat: no-repeat;
	height: 45px;
}
#typohome {
	padding: 10px 0px 10px 0px;
	height: 45px;
}
#typohome p.heading {
	font: 100%/120% Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	background: url(images/teaching_tools_designed_for_teachers.gif) no-repeat;
	height: 45px;
}
#typohome p.heading span {
	display: none;
}
/* --------------------------------------------------- */
/*  Start of styles for reflective typography - to repeat this style using different wording change the div id for each individual page */
/* --------------------------------------------------- */
#typocontact {
	padding: 10px 0px 10px 0px;
	height: 45px;
}
#typocontact p.heading {
	color: #333333;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	height: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
	background-image: url(images/contact_music_made_easy.gif);
	background-repeat: no-repeat;
}
#typocontact p.heading span {
	display: none;
}
/* --------------------------------------------------- */
#typoforum {
	padding: 10px 0px 10px 0px;
	height: 45px;
}
#typoforum p.heading {
	color: #333333;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	height: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
	background-image: url(images/music_made_easy_forum.gif);
	background-repeat: no-repeat;
}
#typoforum p.heading span {
	display: none;
}
/* --------------------------------------------------- */
#typosingingmadeeasy {
	padding: 10px 0px 10px 0px;
	height: 45px;
}
#typosingingmadeeasy p.heading {
	color: #333333;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	height: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
	background-image: url(images/a_fun_way_to_teach_songs.gif);
	background-repeat: no-repeat;
}
#typosingingmadeeasy p.heading span {
	display: none;
}
/* --------------------------------------------------- */
/* --------------------------------------------------- */
#typoaboutus {
	padding: 10px 0px 10px 0px;
	height: 45px;
}
#typoaboutus p.heading {
	color: #333333;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	height: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
	background-image: url(images/about_us.gif);
	background-repeat: no-repeat;
}
#typoaboutus p.heading span {
	display: none;
}
/* --------------------------------------------------- */
#typomme {
	padding: 10px 0px 10px 0px;
	height: 45px;
}
#typomme p.heading2 {
	font: 100%/120% Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	background: url(images/making_music_easy_to_teach.gif) no-repeat;
	height: 45px;
}
#typomme p.heading2 span {
	display: none;
}
/* --------------------------------------------------- */
h1 {
	font: lighter 116% Arial, Helvetica, sans-serif;
	color: #3366cc;
	padding: 0px;
	margin: 0px;
	display: block;
	text-transform: capitalize;
	width: auto;
}
h2 {
	font: lighter 100% Arial, Helvetica, sans-serif;
	color: #3366cc;
	padding: 10px 6px 0px 0px;
	margin: 0px;
	display: block;
	text-transform: capitalize;
}
h3 {
	font: lighter 90%/110% Arial, Helvetica, sans-serif;
	color: #3366cc;
	padding: 0px 6px 0px 0px;
	margin: 0px 0px 10px;
	text-transform: capitalize;
}
h3 .bigger{
	font: bold 100%/120% Arial, Helvetica, "sans serif";
	color: #3366cc;
	text-transform: capitalize;
}
h4 {
	font: bold 90%/120% Arial, Helvetica, "sans serif";
	color: #4E5C6A;
}
p {
	font: normal 80%/110% Arial, Helvetica, "sans serif";
	color: #848589;
	margin: 0px;
	padding: 0px;
}
hr
{
	margin-top: 10px;
	color: #d6d6d6;
	background-color: #d6d6d6;
	height: 10px;
	border: none;
}
a, a:link {
	/*font: normal 100% Arial, Helvetica, "sans serif";*/
	font-family: Arial, Helvetica, "sans serif";
	color: #3366cc; /* link blue */
	text-decoration: underline;
}
a:visited {
	/*color: #666; /* dark grey */
	text-decoration: none;
	/*font-size: 100%;*/
/*	font-family: Arial, Helvetica, "sans serif";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;*/
}
a:hover {
	color: #e30b78; /* pink */
	text-decoration: none;
	/*font-size: 100%;*/
/*	font-family: Arial, Helvetica, "sans serif";
	font-style: normal;
	font-weight: normal;
	font-variant: normal; */
}
a:active {
	color: #e30b78; /* pink */
	text-decoration: none;
	/*font-size: 100%;*/
/*	font-family: Arial, Helvetica, "sans serif";
	font-style: normal;
	font-weight: normal;
	font-variant: normal; */
}


#trany {
	border: #fff 0px solid;
	display: none;

}
/* Start of Styles for Global Nav  */
#globalnavtop {
	width: 920px;
	height: 35px;
	margin: 0px;
	padding: 0px;
	background-color: #999;
}
#nav {
	height: 35px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
#nav a {
	font: bold 14px Arial, Helvetica, "sans serif";
	color: #fff;
	padding: 10px 20px 10px 20px;
	display: block;
	/*height: 15px;*/
	text-decoration: none;
	white-space: nowrap;
	text-transform: capitalize;
}
#nav li {
	float: left;
	padding: 0px; /* separates the TOP LEVEL LINKS spacing on the right hand side */
	margin: 0px;
	width: auto; /*width of TOP LEVEL LINKS, auto expands to the actual link */
	height: 35px;
}
#nav li.navcurrent {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #e30b78;
	display: block;
	height: 35px;
}
/*#nav li a {
	font: bold 14px Arial, Helvetica, sans-serif;
	display: block;
	height: 14px;
}*/
#nav li a:hover {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #e30b78;
	display: block;
	/*height: 14px;*/
}
#nav li.sfhover {
	display: block;
}
#nav li.first {
	border-left: 0px solid #fff;
}
#nav li.last {
	border-right: 0px solid #fff;
}
/* End of Styles for Global Nav  */
/* Start of Styles for text resizing  */
/* --------------------------------------------------- */
#bodywrapper {
	width: 920px;
	margin:20px 0px 0px 0px;
	padding: 0px;

}
/* --------------------------------------------------- */
/* Start of Styles for Left Column  */
#left {
	float: left;/* Left Column  */
	width: 209px;
	height: 700px;
	padding: 0px;
	margin: 0px;
}
#left h2 {
	color: #3366cc;
	width: 160px;
	height: 32px;
	background-image: url(images/shopping_cart_icon_white.gif);
	background-repeat: no-repeat;
	padding: 10px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, "sans serif";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
#left h3 {
	font: normal 14px Arial, Helvetica, "sans serif";
	color: #3366cc;
	width: 160px;
	height: 12px;
	display: block;
	background-color: #d6d6d6;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 10px;
}
#left ul.leftmenu {/* Left menu list  */
	list-style: none;
	margin: 0px 0px 14px 10px;
	padding: 10px 0px 0px 0px;
	width: 180px;
	white-space: normal;
	text-transform: capitalize;
	text-indent: 10px;
}
#left ul.leftmenu li a:link {
	font: normal 12px/24px Arial, Helvetica, "sans serif";
	color: #666;
	text-decoration: none;
	display: block;
	width: 180px;
}
ul.leftmenu li a:visited {
	font: normal 12px/24px Arial, Helvetica, "sans serif";
	color: #999;
	text-decoration: none;
	display: block;
	width: 180px;
}
#left ul.leftmenu li a:hover {
	font: normal 12px/24px Arial, Helvetica, "sans serif";
	color: #e30b78;
	text-decoration: none;
	background-color: #d6d6d6;
	display: block;
	width: 180px;
	padding: 0px;
	margin: 0px;
}
#left ul.leftmenu li a:active {
	font: normal 12px/24px Arial, Helvetica, "sans serif";
	color: #666;
	text-decoration: none;
	display: block;
	width: 180px;/* set for mozilla */

}
#left ul.leftmenu li.current {
	font: bold 12px/24px Arial, Helvetica, "sans serif";
	color: #e30b78;
	text-decoration: none;
	background-color: #d6d6d6;
	display: block;
	width: 180px;/* set for mozilla */
	padding: 0px;
	margin: 0px;

}/* general left column link colours */
#left a:link {
	font: normal 12px/15px Arial, Helvetica, "sans serif";
	color: #666;
	margin: 0px;
	text-decoration: underline;
	width: 200px; /* bug fix for IE margin  */
}
#left a:visited {
	font-weight: normal;
	color: #999;
	margin: 0px;
	text-decoration: none;
}
#left a:hover {
	font-weight: normal;
	color: #e30b78;
	margin: 0px;
	text-decoration: underline;
}
#left a:active {
	font-weight: normal;
	color: #666;
	background-color: #F45912;  /* link colour brightest orange #F45912 */
	margin: 0px;
	text-decoration: none;
}
#left p {
	font: normal 12px/15px Arial, Helvetica, "sans serif";
	color: #666;
	width: 80%;
	padding: 0px 0px 0px 20px;
}
#left p .bold {
	font-weight: bold;
}


/* --------------------------------------------------- */
/* --------------------------------------------------- */
/* Start of Styles for Right Column  */

#right {
	float: right;
	width: 213px;
	padding: 0px;
	margin: 0px;
}
#right p {
	color:  #666;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	width: 180px;
	font-family: Arial, Helvetica, "sans serif";
	font-size: 80%;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	font-variant: normal;
}
#right .bold {
	font: bold 90%/120% Arial, Helvetica, "sans serif";
	color: #007EB0;
}
#right a:link, #right a:visited {
	font: normal 100%/135% Arial, Helvetica, "sans serif";
	color: #e30b78;
	text-decoration: none;

}
#right a:hover, #right a:active{
	font: normal 100%/135% Arial, Helvetica, "sans serif";
	color: #e30b78;
	text-decoration: underline;
}
#right img {
	float: left;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
}
/* --------------------START OF MINI CART ----------------------------- */

#right #mini_cart h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	width: 150px;
	height: 10px;
	background-color: #e30b78;
	display: block;
	background-image: url(images/shopping_cart_icon_pink.gif);
	background-position: right center;
	background-repeat: no-repeat;
	margin: 10px;
	padding: 10px;
}
#right #mini_cart h2 a {
	color: #FFFFFF;
}
#right #mini_cart h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	width: 150px;
	height: 10px;
	padding: 10px;
	margin: 10px;
	background-color: #999;
	display: block;
}
#right #mini_cart p {
	color: #666;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#right #mini_cart .desc {
	width: 165px;
	padding: 5px 5px 5px 0px;
	margin: 0px 0px 10px 10px;
	border-bottom: 1px solid #B0B8BD;
}
#right #mini_cart .tot {
	width: 165px;
	padding: 5px 5px 5px 0px;
	margin: 10px 0px 0px 10px;
	font-weight: bold;
}
#right #mini_cart .links {
	width: 165px;
	padding: 5px 5px 5px 10px;
	margin: 10px 0px 10px 10px;
}
/* --------------------END OF MINI CART ----------------------------- */


/* --------------------START OF LOGIN AREA ----------------------------- */

#right #login {
	margin: 0px;
	padding: 0px;
}
#right #login h2 {
	font: normal 14px Arial, Helvetica, "sans serif";
	color: #3366cc;
	width: 160px;
	height: 32px;
	background-image: url(images/diagonal_bg.gif);
	background-repeat: no-repeat;
	display: block;
	text-transform: capitalize;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#right #login h3 {
	font: normal 11px Arial, Helvetica, "sans serif";
	color: #3366cc;
	width: 160px;
	height: 32px;
	background-image: url(images/diagonal_bg.gif);
	background-repeat: no-repeat;
	padding: 10px 0px 0px 10px;
	margin: 10px 0px 0px 10px;
	display: block;
	text-transform: capitalize;
}
#right #login .submit {/* --------------------login form styles ----------------------------- */
	color: #ffffff;
	width: 25px;
	height: 25px;
	background-color: #999999;
	border: 0px;
	background-image: url(images/submit.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	float: left;
}
#right #login .formbox {/* --------------------login form styles ----------------------------- */
	border: 0px solid #000;
	font: normal 12px Arial, Helvetica, "sans serif";
	color: #fff;
	padding: 4px;
	margin: 0px 0px 10px 10px;
	background: #999;
	text-indent: 10px;
	width: 160px;
	height: 20px;
}
#right #login .button {/* --------------------login form styles ----------------------------- */
	font: bold 90% Arial, Helvetica, "sans serif";
	color: #fff;
	background-color: transparent;
	padding: 0px;
	margin: 0px 0px 10px 10px;
	width: 25px;
	height: 25px;
	float: left;
	text-indent: 10px;
	clear: right;
}
#right p.small {
	font: normal 80%/120% Arial, Helvetica, "sans serif";
	color:  #666;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
/* --------------------END OF LOGIN AREA ----------------------------- */


/* End of Styles for Right Column  */
/* --------------------------------------------------- */
/* --------------------------------------------------- */
/* Start of Styles for Body/Center Column  */
#center {
	margin-left: 209px;
	margin-right: 213px;
	padding-right: 10px;
	min-height: 740px;
}
#center img {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	float: right;
	border-style: none;
}
#center p {
	font: normal 90%/120% Arial, Helvetica, "sans serif";
	color: #848589;
	margin: 16px 0px 10px 0px;
}
#center p .fineprint {
	font: normal 10px Arial, Helvetica, "sans serif";
	color: #666;
	padding: 0px;
	margin: 0px;
}
#center p .bold {
	font: bold 90%/110% Arial, Helvetica, "sans serif";
	color: #848589;
}
#center ul li{
	font: 90%/140%  Arial, Helvetica, "sans serif";
	color: #848589;
	margin: 0px;
	padding: 0px;
	list-style: square;
}
#center ol li{
	font: 90%/140%  Arial, Helvetica, "sans serif";
	color: #848589;
	margin: 0px;
	padding: 0px;
	list-style: decimal;
}
#center .listtext {
	font: 100% Arial, Helvetica, "sans serif";
	color: #999999;
}
#center .glossary {
	color: #4E5C6A;
	font: bold normal 110% Verdana, Arial, Helvetica, sans-serif;
	background-color: #EFF3F2;
}
#center .detail {
	font: normal 80%/110% Arial, Helvetica, "sans serif";
	color:  #e30b78;
	padding: 0px;
	margin-top: 20px;
}
#center .greyfont {
	font: normal 90%/110% Arial, Helvetica, "sans serif";
	color:  #848589;
	padding: 0px;
	margin-top: 20px;
}
#center .music_sample {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 20px;
	width: 200px;
}
#center .audio-player {
	width: 100%;
	padding: 10px;
}
#center .audio-player .sample-title {
	display: block;
	font-size: 15px;
	padding: 8px;
}
#center .audio-player .sample-description {
	display: block;
	font-size: 14px;
	padding: 8px;
}
#center .add_button {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	width: 116px;
	height: 23px;
}
#center .shopping_list {/* div container */
	padding: 10px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #d6d6d6;
}
#center table { /* table styles addd to insert images to table via the cms */
	width: 100%;
}
#center table tr th{
	font: normal 80%/110% Arial, Helvetica, "sans serif";
	color:  #666;
	white-space: nowrap;
}
#center table tr th img {
	padding: 0;
	margin: 0;
	width: 100px;
	height: 100px;
	float: left;
}

/* This CSS is used for the Show/Hide functionality. MORE INFO & HIDE INFO*/
	.more {
		display: none;
}
	a.showLink, a.hideLink {
		text-decoration: none;
		color: #3366cc;
		padding: 0px;
}
	a.hideLink {
		}
	a.showLink:hover, a.hideLink:hover {
		text-decoration: underline;
}

/* End of Styles for Body/Center Column  */
/* --------------------------------------------------- */
/* --------------------------------------------------- */

/* Start Form Styles */

#center .forms {
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
#center .forms p{
	font: normal 12px Arial, Helvetica, "sans serif";
	color: #000;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
#center .forms p label {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #666;
	float: left;
	width: 30%;
	white-space: normal;
}
#center .forms .text {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #666;
	padding: 2px;
	width: 190px;
	height: 12px;
	border: 1px solid #999;
}
#center .forms .text2 {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #666;
	padding: 2px;
	width: 160px;
	height: 12px;
	border: 1px solid #999;
}#center .forms p .submit {
	font: bold 90% Arial, Helvetica, "sans serif";
	color: #cc0000;
	background: #f3f3f2;
	border: 1px solid #999;
	padding: 0px;
	margin-left: 133px;
}
#center .forms p .reset {
	font: bold 90% Arial, Helvetica, "sans serif";
	color: #cc0000;
	background: #f3f3f2;
	border: 1px solid #999;
	padding: 0px;
	margin-left: 40px;
}
#center .forms .button {/* --------------------login form styles ----------------------------- */
	font: bold 90% Arial, Helvetica, "sans serif";
	color: #fff;
	background-color: transparent;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 18px;
	height: 18px;
	text-indent: 10px;
}
#center .forms .submitform {/* --------------------login form styles ----------------------------- */
	font: bold 90% Arial, Helvetica, "sans serif";
	color: #fff;
	background-color: transparent;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	width: 76px;
	height: 23px;
	text-indent: 10px;
}
/* --------------------------------------------------- */
/* End Form Styles */
/* --------------------------------------------------- */
/* styles for plaing of backing tracks interface */
#center .forms table {
	width: 100%;
	border: none;
	background: #fff;
	margin-bottom: 10px;
}
#center .forms table .tablebgcolourlight {/* -- Use this class on every second row of table data*/ 
	background: #f3f3f2;
}
#center .forms table .tablebgcolourdark {/* -- Use this class to divide weeks in the tables results*/
	background: #CECECE;
}
#center .forms thead th {
	font: normal 100%/130% Arial, Helvetica, sans-serif;
	color: #C15139;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	background-color: #fff;
}
#center .forms th {
	font: normal 80%/110% Arial, Helvetica, sans-serif;
	color: #666;
	padding: 0px 0px 10px 0px;
	margin: 2px;
	text-align: left;
	vertical-align: middle;
}
#center .forms td {
	font: normal 100%/110% Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 4px 0px 4px 0px;
	text-align: left;
	vertical-align: top;
}
#center .forms .playbutton{
	margin: 0px 0px 0px 20px;
}
#center .forms td input{
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #666;
	padding: 2px;
}
/* --------------------------------------------------- */

/* End Form Styles */

/* --------------------------------------------------- */

/* FLOATED AND CLEARED STYLES */
#center .fltrt { /* right float class. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
#center .fltlft { /* left float class */
	float: left;
	margin: 0px 0px 20px 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}
.clearboth {
	clear: both;
}
.clearright {
	clear: right;
}
.clearleft {
	clear: left;
}
/* --------------------------------------------------- */
/* --------------------------------------------------- */
caption
{
	font: bold 100%/130% Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	border-top: 1px solid #D9C8B5;
	display: none;
	background: #D6D6D6;
}
table
{
	width: 100%;
	border: none;
	background: #fff;
	margin: 20px 0px 40px 0px;
}
table .cards
{
	width: 50%;
	border: none;
	background: #fff;
	margin: 20px 0px 40px 0px;
}
thead th
{
	font: bold 100%/130% Verdana, Arial, Helvetica, sans-serif;
	color: #C15139;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	background-color: #fff;
}
th
{
	font: bold 80%/110% Verdana, Arial, Helvetica, sans-serif;
	color: #E30B78;
	padding: 4px 0px 4px 0px;
	text-align: left;
	vertical-align: top;
}
td
{
	font: normal 80%/110% Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	padding: 0px 0px 4px;
	text-align: left;
	vertical-align: middle;
	margin-right: 40px;
}
#center table td img{
	float: left;
	padding: 0px;
	margin: 0px 10px 10px 0px;
}
#center table td input.short {
	padding: 0px;
	margin: 0px;
	width: 20px;
	height: 20px;
}
#center table.forms td img{
	padding: 0px;
	margin: 0px;
	float: none;
	padding-bottom: 3px;
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */
/* Start of Styles for Breadcrumbnav */

p .breadcrumbnav {
	font: normal 11px Arial, Helvetica, "sans serif";
	color: #95A4B3;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
p .breadcrumbnav .bold {
	color: #3366cc;
	font-family: Arial, Helvetica, "sans serif";
	font-size: 11px;
	font-weight: bold;
}
.breadcrumbnav a:link, .breadcrumbnav a:visited {
	font: bold 11px Arial, Helvetica, "sans serif";
	color: #3366cc;
	text-decoration: none;
}
.breadcrumbnav a:hover {
	font: bold 11px Arial, Helvetica, "sans serif";
	color: #e30b78;
	text-decoration: underline;
}
/* End of Styles for Breadcrumbnav */
/* --------------------------------------------------- */

/* --------------------------------------------------- */
#footer {
	border-top: 8px solid #e30b78;
	margin: 20px 0px 0px 210px;
	padding: 0px;
	width: 676px;
}
#footer p {
	font: normal 70%/160% Arial, Helvetica, "sans serif";
	color: #666666;
	margin: 20px 0px 20px 0px;
	padding: 0px;

}
#footer a:link {
	font: normal 100% Arial, Helvetica, "sans serif";
	color: #3366cc; /* pink */
	text-decoration: none;
}
#footer a:visited {
	font: normal 100% Arial, Helvetica, "sans serif";
	color: #666; /* dark grey */
	text-decoration: none;
}
#footer a:hover {
	font: normal 100% Arial, Helvetica, "sans serif";
	color: #e30b78; /* pink */
	text-decoration: none;
}
#footer a:active {
	font: normal 100% Arial, Helvetica, "sans serif";
	color: #e30b78; /* pink */
	text-decoration: underline;
}
#footer ul {
	margin: 10px 0px 20px 200px;
	padding-left: 12px;
}
#footer li {
	font: normal 70%/160% Arial, Helvetica, "sans serif";
	color: #007EB0;
	display: inline;
	padding: 0px 4px 0px 4px;
	border-right: 1px solid;
}
#footer li a:link {
	color: #e30b78;
	text-decoration: none;
}
#footer li a:visited {
	color: #848589;
	text-decoration: none;
}
#footer li a:hover {
	color: #6CA917;
}
#footer li a:active{
	color: #6CA917;
	text-decoration: none;
}
#footer ul li.first {
	border-left: 0px;
}
#footer ul li.last {
	border-right: 0px;
}
#footer .bold {
	font-weight: bold;
}
#right .invertleft {
	color: #333333;
	font: bold normal 300% "Times New Roman", Times, serif;
	float: left;
}
#right .invertright {
	color: #333333;
	font: bold normal 300% "Times New Roman", Times, serif;
	float: right;
}

#center table.cartitems td img {
	float:none;
	margin:0 0px 0px 10px;
	padding:0;
}
#center table.cartitems td.summary {
	border-top: 1px solid #888888;
	font-weight: bold;
	text-align: right;
	padding-right: 3px;
}
#center table.cartitems td.subsummary {
	/*border-top: 1px solid #888888;*/
	font-weight: bold;
	text-align: right;
	padding-right: 3px;
}
#center table td input {
	padding: 0px;
	margin: 0px;
}

#errorbox {
	border: 1px solid #AAAAAA;
	background-color: #DDDDDD;
	padding: 5px 10px 5px 10px;
}
#errorbox p {
	font-size: 0.7em;
	color: #E30B78;
	margin: 0;
	padding: 0;
}

.downloads-head{
	width: 157px;
	height: 23px;
	background-image: url(images/access_products.gif);
	background-repeat: no-repeat;
}

.downloadfiles .filegroup {
	padding-left: 10px;
}
.downloadfiles .groupname {
	color: #9eba3b; /* link blue */
	/*clear: left;*/
	margin-top: 10px;
	margin-bottom: 3px;
	cursor: pointer;
	font: 12px Arial, Helvetica, "sans serif";
	text-decoration: none;
	padding: 10px 10px 0px 30px;
	background: url(images/cd_icon.jpg) no-repeat left bottom;
}
.downloadfiles .groupname .likelink {
	font-family: Arial, Helvetica, "sans serif";
	color: #3366cc; /* link blue */
	text-decoration: none;
}
.downloadfiles .groupname .drop {
	display: inline-block;
	background-position: center center;
	width: 16px;
	height: 12px;
	background-repeat: no-repeat;
	background-image: url(images/dropopen.png);
}
.downloadfiles .groupname .close {
	background-image: url(images/dropclose.png);
}
.downloadfiles .classname {
	color: #E30B78;
	margin-top: 15px;
	margin-bottom: 3px;
	font: 16px Arial, Helvetica, "sans serif";
	text-decoration: none;
	padding: 15px 10px 0px 0px;
}



.bluesearchform {
	width: 202px;
	height: 20px;
	margin-top: 180px;
	float: right;
	padding-top: 2px;
}

#header .search {
	font: 11px Arial, Helvetica, "sans serif";
	color: #fff;
	background: #217bbf;
	text-indent: 10px;
	width: 140px;
	height: 16px;
	padding: 4px;
	margin-left: 0px;
	border-width: 0px;
	border-style: none;
	margin-right: 0px;
}

#header .search_button {/* --------------------login form styles ----------------------------- */
	font: bold 90% Arial, Helvetica, "sans serif";
	color: #fff;
	padding: 0px;
	width: 25px;
	height: 24px;
	text-indent: 10px;
	background: transparent;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
}

#center .search_list {/* div container */
	padding: 10px 0px 15px 0px;
	margin: 10px 0px 0px 0px;
	/*border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #d6d6d6;*/
}
.search_list .title a,
.search_list .title a:hover,
.search_list .title a:visited,
.search_list .title a:active,
.search_list .title a:link {
	text-decoration: underline;
}
.search_list .linkname {
	color: #666666;
}
.search_list .address {
	color: #E30B78;
}

#center .forms td.center { text-align: center; }
#center .forms td.right { text-align: right; }
#center .forms td.left { text-align: left; }


