
body {
    font-family: arial, helvitica, sans-serif;
    margin: 10px 10px 10px 10px;
    background: #ffffff;
    color: #000000;
    font-size: 11px;
}

p {
    margin-top: 0px;
    margin-bottom: 15px;
}

a,a:visited,a:active {
    color:#000000;
    text-decoration: none;
    border-bottom: 1px dotted black;
}

a:hover {
    border-bottom: 1px solid black;
}

.imglink,.imglink:visited,.imglink:active,.imglink:hover {
    border-bottom: none; !important
}

a img {
    border: 0;
}

select {
    font-size: 9px;
}

.pagecontainer {
    position: absolute;
    left: 50%;
    width: 260px;
    margin-left: -125px;
    margin-top: 20px;
    padding-bottom: 25px;
}

.section {
    border: 1px solid #999999;
    width: 238px;
    padding: 0px 10px 10px 10px;
    margin-top: 20px;
}

.date {
    font-size: 85%;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}


.embeddedCover {
    float: right;
    margin: 4px 0px 4px 4px;
}

hr {
    text-align: center;
    height: 1px;
    width: 50%;
    border: 0;
    color: #aaaaaa;
    background-color: #aaaaaa;
    margin-top: 10px;
    margin-bottom: 10px;
}


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

.pageHeader h1 {
	background: url(images/logo260.gif) top center no-repeat;
    height: 56px;
    margin: 0px;
    padding: 0px;
}
.pageHeader h1 span {
    display: none;
    margin: 0px;
    padding: 0px;
}


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

/* h2 */

h2 {
    margin: 10px 0px 10px 0px;
    padding: 0px;
    font-size: 14px;
}
h2 span {
    display: none;
}

.headnews {
    background: url(images/placedtext/news.gif) top left no-repeat;
    height: 10px;
}

.headartists {
    background: url(images/placedtext/artists.gif) top left no-repeat;
    height: 10px;
}

.headabout {
    background: url(images/placedtext/about_wordclock.gif) top left no-repeat;
    height: 10px;
}

.headcontact {
    background: url(images/placedtext/contact_us.gif) top left no-repeat;
    height: 10px;
}

.headmailinglist {
    background: url(images/placedtext/mailing_list.gif) top left no-repeat;
    height: 10px;
}

.headthanks {
    background: url(images/placedtext/thanks.gif) top left no-repeat;
    height: 10px;
}

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

.item {
    clear: left;
    margin-bottom: 15px;
}

.storeimage {
    float: left;
    margin: 4px 0px 4px 4px;
    border: 0px;
    padding-right: 4px;
}

.description {
    margin-left: 60px;
}

.itemname {
    font-weight: bold;
}

.buy {
}
.buy img {
    vertical-align: bottom;
    padding-bottom: 2px;
}

.price {
    font-weight: bold;
}

.inlineform {
    display: inline;
}

form {
    margin: 0;
    padding: 0;
}


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

.cart {
    margin-top: 20px;
    font-size: 10px;
}

.cartcontrols {
    text-align: right;
    margin-top: 4px;
    margin-bottom: 4px;
}

table.carttable {
    margin-left: 1px;
    width: 259px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

table.carttable th {
    font-size: 10px;
    font-weight: normal;
    border-bottom: 1px solid #999999;
}

table.carttable th, table.carttable td {
	border-right: 1px solid #999999;
	padding-left: 3px;
	padding-right: 3px;
}

tr.itemrow {
    border-top: 1px solid #999999;
}

tr.total{
	border-top: 1px solid #999999;
	font-weight:bold;
	text-align:right;
	background-color: #efefef;
}

td.unitprice {
	text-align:right;
	vertical-align: top;
}
td.subtotal{
	text-align:right;
	vertical-align: top;
}

.carttable input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000ff;
	padding: 0px;
	text-align: center;
	border: 1px solid #777777;
    width: 2em;
}

.carttable img {
	vertical-align: text-bottom;
}

.footer {
    margin-top: 10px;
    text-align: center;
    font-size: 10px;
}

.preorder {
    color: #990000;
    font-size: 85%;
}

