/* Rare Discovery -- Inside Pages CSS */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
	background-color: #5D1761;
	color: #000;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding: 0;
	text-align: center;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

h2 {
	color: #4D4479;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
}

img {
	margin: 5px;
}


a,  a:link {
	color: #922990;
	font-weight: bold;
	text-decoration: underline;
}

a:focus {
	color: #FFCC00;
}

a:active {
	color: #C04BBD;
}

.copyright {
	font-size: 10px;
	font-style: italic;
	color: #726071;
}
.highlight {
	font-size: 12px;
	font-weight: bold;
	color: #3A7972;
}


/* Content */

#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 850px;
	border: 1px solid #000000;
}
#outerWrapper #header {
	background-color: #FFFFFF;
	height: 162px;
	width: 850px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
.highlight2 {
	font-weight: bold;
	color: #5D1761;
	text-decoration: none;
}
#outerWrapper  #header #nav {
	float: left;
	height: 45px;
	width: 850px;
	top: 117px;
	margin-top: 117px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#outerWrapper #contentWrapper {
	width: 850px;
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#outerWrapper #contentWrapper #rightColumn1 {
	background-color: #FFFFFF;
	float: right;
	width: 300px;
	margin-top: 25px;
	height: 300px;
}

#outerWrapper #contentWrapper #content {
	margin-bottom: 0;
	margin-right: 300px;
	margin-top: 0;
	padding: 25px 25px 10px 220px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

#artist #outerWrapper #contentWrapper #content {
	margin-bottom: 0;
	margin-right: 25px;
	margin-top: 0;
	padding: 25px 25px 10px 220px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

#footer    {
	background-color: #5D1761;
	height: 40px;
	text-align: right;
	vertical-align: middle;
	padding-right: 35px;
	padding-top: 15px;
	color: #ffffff;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
}

#outerWrapper #contentWrapper .clearFloat {
  clear: right;
  display: block;
}



/* Shopping Cart */

.table {
	text-align: left;
	padding: 5px;
	td align: left;
	valign: top;
}


.table img {
     align: left;
	 border: solid 1px #000000;
}
.buynow    {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.table-title {
	font-size: 14px;
	font-weight: bold;
	color: #5D1761;
	text-align: center;
}
.viewcart {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
}
