
html *, body, body * {
	margin:0px;
	padding:0px;
}
body {
	COLOR: #000000;
	font-family: Arial, sans-serif;
	font-size: 80%;
	background-color: #666666;
	margin: 10px;
	text-align: center;
}
h1 {
	text-align: center;
	text-indent: 0px;
	font-size: 200%;
	font-weight: bold;
	padding-bottom: 10px;
}
h2 {
	text-align: center;
	text-indent: 0px;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 20px;
}
h3 {
	padding-top: 30px;
	text-align: center;
	text-indent: 0px;
	font-size: 200%;
	font-weight: normal;
	padding-bottom: 10px;
}
h4 {
	text-align: center;
	text-indent: 0px;
	font-size: 180%;
	padding-top: 10px;
	font-weight: normal;
	padding-bottom: 10px;
}
div.centered {
	text-align:center;
	text-indent:0px;
}
div#HoverDiv {
	display:none;
	position:absolute; 
	border-style: solid; 
	background-color: white; 
	padding: 5px;
	z-index: 5;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div#main {
	background-color: #FFFFEC;
	color: #000000;
	width: 920px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	z-index:3;
	overflow: hidden;
}
div#leftbar{
	width:200px;
	height:20px;
	float:left;
}
div#cartbar {
	clear:right;
	float:right;
	margin-left:-200px;
	margin-top:20px;
	padding-right:10px;
	text-align:right;
	width:190px;
}
div#searchbar{
	float:right;
	margin-top: -15px;
	width: 200px;
	text-align: left;
	font-size: 85%;
}
div#searchbar a{
	border: 0px;
}
input#search{
	width: 150px;
	margin-bottom: 2px;
	margin-right: 5px;
	border:1px solid #CCCCCC;
	background: #555;
	color:#CCC;
	padding:2px;
}
input#search:hover, input#search:focus{
	color: #EEE;
	border-color: #EEE;
}
form#search{
	display: block;
}
img#search{
	margin-bottom: -5px;
	border: 0px;
	filter:alpha(opacity=75);
	opacity:.75;
}
img#search:hover, img#search:focus{
	opacity:1;
	filter:alpha(opacity=100);
}
div#nav {
	background-color: #000000;
	color: #FFFFFF;
	clear: both;
	width: 100%;
	position:relative;
	z-index:2;
}
	#nav ul {
		list-style: none;
	}

	#nav li {
		float: left;
	}
	#nav li a {
		font-size: 18px;
		line-height: 27px;
		display: block;
		color: #E5D3AD;
		text-decoration: none;
		text-align: center;
		background-repeat: no-repeat;
		padding: 2px 35px 1px 7px;
		background-position: -30px -30px;

	}

div.clr {
	clear: both;
}

div#header {
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	position: relative;
	margin: 0px;
	padding: 25px 0px;
	width: 100%;
	z-index: 1;
}
	#header p{
		padding: 5px 0px 0px;
		color: #aaaaaa;
	}
	#header a{
		text-decoration: underline;
		color: #aaaaaa;
	}
	#header a img{
		border: none;
	}
div#footer {
	background-color: #000000;
	color: #FFFFFF;
	clear:both;
	text-align: center;
	position: relative;
	width: 100%;
	z-index: 0;

}
	#footer a {
		color: #E5D3AD;
	}
	#footer a:hover {
		color: #FFFFEC;
	}
	#footer p {
		clear: both;
		font-size:8pt;
	}
	#footer ul {
		list-style: none;
		display:block;
		list-style-type:none;
		white-space:nowrap;
		float: none;
	}
	#footer li {
		display:inline;
		color: #555555;
	}
	#footer li a {
		padding: 2px;
		display: inline;
		border: 0px;
		color: #999999;
		text-decoration: none;
		text-align: center;
	}
	#footer li a:hover {
		text-decoration: underline;
		color: #999999;

	}
#content {
	background-color: #ffffec;
	min-height: 350px;
	padding: 20px;
	text-indent: 0px;
	z-index:3;
	position: relative;
}
	#content p {
		text-indent: 0px;
		font-size: 105%;
		padding-bottom: 20px;
	}
#content p#rslts {
	font-size: 135%;
	font-weight: normal;
	padding-bottom: 0px;
}
	#content ul {
		padding-left: 10px;
		padding-bottom: 20px;
		font-size: 90%;
		list-style-type: disc;
	}
	#content li {
		padding-left: 10px;
	}
	div#mainimg{
	float: right;
	height: 400px;
	width: 400px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('../images/main.gif');
	margin-right: -30px;
	padding-bottom: 20px;
	margin-top:-20px;
	margin-bottom: 20px;
}
div#mainp {
	padding: 20px;
	z-index:3;
}
	#mainp p {
		text-indent: 0px;
		font-size: 105%;
		padding-bottom: 20px;
		font-weight: bold;
	}
	#mainp h1 {
		padding-top: 30px;
		text-align: center;
		text-indent: 0px;
		font-size: 180%;
		font-weight: bold;
		padding-bottom: 60px;
	}
#shipping {
	padding-top: 5px;
	text-align: center;
	font-size: 80%;
}
.box {
	-moz-box-orient:vertical;
	display:inline-block;
	margin:11px;
	padding:0px;
	text-align:center;
	vertical-align:middle;
	height: 180px;
	width:150px;
}
	.box a img {
		border: 1px solid #000000;
		opacity:.75;
		filter:alpha(opacity=75);
	}
	.box a:hover img {
		opacity:1;
		filter:alpha(opacity=100);
	}
	.box a:hover {
		text-decoration: none;
	}
input#buy {
	font-size:16px;
	font-weight: normal;
	
}
select#product, select#variation {
	font-size: 115%;
}
#displayprice, #displaysold, #displayoldprice {
	text-align: center;
	text-indent: 0px;
	font-size: 150%;
	font-weight: normal;
	padding-bottom: 10px;
}
#displaysold {
	color: #CE0014;
}
#displayoldprice {
	color: #ff0000;
	text-decoration: line-through;
}
#productdisplay {
	border:3px double black;
}
#prodright {
	float:right;
	padding-right: 15px;
	width: 280px;
}
div.hidden, img.hidden {
	display: none;
}
	li#nav_ViewOrder {
		float: right;
	}
	li#nav_ViewOrder a:hover {
		background-position: center left;
	}
	#nav li#nav_ViewOrder a {
		padding: 2px 7px 1px 35px;
	}
table#links {
	border: 0px;
}
	table#links img {
		padding: 10px;
		background-color: #000000;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px; 
		border: 1px solid #000; 
	}
	table#links td.logo {
		padding: 0px;
	}
	table#links td.description {
		padding: 0px 20px;
		vertical-align: top;
	}
table#otherlinks{
	border:0px;
}
	table#otherlinks img {
		padding:0px;
		border: 0px;
	}
	table#otherlinks td.description {
		padding: 0px 20px;
		vertical-align:top;
	}
#content p.link {
	font-size: 100%;
	text-indent: 0px;
}
#content p.link a {
	font-size: 110%;
}
#buyrecords a {
	font-size: 120%;
	font-weight: bold;
	color: #3f6fe8;
}
#buyrecords a:hover {
	color: #1f397a;
}

	#nav li#nav_Home a {
		background-image: url(../images/nav/home.png);
	}
	#nav li#nav_Turntables a {
		background-image: url(../images/nav/turntables.png);
	}
	#nav li#nav_Radios a {
		background-image: url(../images/nav/radios.png);
	}
	#nav li#nav_Jukeboxes a {
		background-image: url(../images/nav/jukeboxes.png);
	}
	#nav li#nav_Accessories a {
		background-image: url(../images/nav/accessories.png);
	}
	#nav li#nav_ViewOrder a {
		background-image: url(../images/nav/vieworder.png);
	}
	#nav li#nav_Home a:hover, #nav li#nav_Turntables a:hover, #nav li#nav_Radios a:hover, #nav li#nav_Jukeboxes a:hover, #nav li#nav_Accessories a:hover {
		background-position: center right;
	}

.addthis_toolbox .hover_effect2
{
    border: 3px solid #bbb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	height: 16px;
	border:3px solid #BBBBBB;
	margin-top:15px;
	margin-left: 200px;
	padding:10px;
	width:145px;
}

.addthis_toolbox .hover_effect
{
    width: 284px;
    padding: 5px 0px;
    border: 3px solid #bbb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	height: 16px;
	margin: auto;
}

.addthis_toolbox .hover_effect div, .addthis_toolbox .hover_effect2 div
{
    float: left;
}

.addthis_toolbox .hover_effect a, .addthis_toolbox .hover_effect2 a
{
    border: 2px solid #fff;
    padding: 2px 2px 2px 16px;
    position: relative;
    text-decoration: none;
}

.addthis_toolbox .hover_effect a:hover, .addthis_toolbox .hover_effect2 a:hover
{
    border: 2px solid #105CB6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #B4D3F8;
    color: #105CB6;
    text-decoration: none;
}

.addthis_toolbox .hover_effect span, .addthis_toolbox .hover_effect2 span
{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 1px;
}
.frankartdeco #dp {
	background:none repeat scroll 0 0 #FFFFFF;
	border:3px double black;
	float:right;
	height:350px;
	margin:10px 15px;
	padding:0;
	width:350px;
}
.frankartdeco img#displayproduct {
	border:0 none;
	height:350px;
	margin:0;
	width:350px;
}
.frankartdeco h2 {
	padding-bottom:0;
}
.frankartdeco h3 {
	font-size:150%;
	padding-top:20px;
}
.frankartdeco #displayprice  {
	display:block;
	padding:10px;
}
.frankartdeco div#products {
	display:block;
margin: 0px auto;
	text-indent:0;
	text-align: center;
	white-space: nowrap;
	width: 410px;
	height: 123px;
	overflow: auto;
	clear: none;
}	
.frankartdeco #products a:hover img {
	opacity:1;
	filter:alpha(opacity=100);
}
.frankartdeco #products img {
	height:90px;
	margin:5px;
	opacity:0.75;
	filter:alpha(opacity=75);
	width:90px;
}
.frankartdeco a img, a:hover img {
	border:1px solid #000000;
}
	.frankartdeco #products img {
		width: 90px;
		height: 90px;
		margin: 5px;
		opacity:.75;
		filter:alpha(opacity=75);
	}
.frankartdeco select#variation {
	width: 195px;
}
.frankartdeco input#buy {
	margin:0;
}
.crosleyrepros #prodleft {
	float:left;
	text-align: center;
	width: 300px;
	padding: 0 0 0 15px;
}
.crosleyrepros #dp {
	border:3px double black;
	width: 300px;
	height: 300px;
	margin-bottom:5px;

}
.crosleyrepros #productdisplay {
	border: 0px;
	width: 300px;
	height: 300px;
}
	.crosleyrepros #prodleft a img {
		border: 0px;
	}
.crosleyrepros select#variation {
	width: 150px;
}
.crosleyrepros #buyrecords {
	display: block;
	padding-top: 50px;
}
.crosleyrepros .crosleyChip {
	padding:2px;
	border: 0px;
	cursor: pointer;
}
.crosleyrepros .crosleyChip:hover {
	padding:0px;
	border: 2px solid;
}
.crosleyChip.selected {
	padding: 0px !important;
	border: 2px solid !important;
	cursor: default !important;
}
.primeaumusic img#productdisplay {
	border:0 none;
	margin:0 0 -3px;
	max-height:400px;
	max-width:400px;
}
.primeaumusic #prodleft  {
	width:400px;
}
.primeaumusic #prodleft, #searchleft {
	float:left;
	padding-left:15px;
	padding-right:50px;
	text-align:center;
}
.primeaumusic #dp {
	background:none repeat scroll 0 0 #FFFFFF;
	border:3px double black;
	float:right;
	height:400px;
	margin:0 auto;
	width:400px;
}
.primeaumusic #prbuy {
	float:left;
	padding:5px;
	width:150px;
	margin-bottom: 10px;
}
.primeaumusic #prmain {
	float:left;
	width:400px;
}
.primeaumusic #content p {
	font-size:110%;
	padding-right:30px;
}
.crosleyrepros input#buy, .primeaumusic input#buy {
	margin:0;
}
.cart label {
	display: block;
	width: 100px;
	float: left;
	vertical-align: middle;
}
.cart #message {
	margin-top: 5px;
	width: 375px;
	height: 75px;
}
.cart .group {
	margin-bottom: 5px;
}
.cart .left { 
	float: left;
	width: 300px;
}
.cart h2 {
	text-align: left;
}
