html {
    font-size: 100%;
    background-color: #000000;
}

body {
    font-size: 1em;
    background-color: #000000;
    margin: 0px auto;
    padding: 0px;
    color: #cccccc;
    width: 680px;
    font-family: helvetica, arial, verdana, sans-serif;
}

h1 {
    color: #9d95c8;
    margin: 0px;
    font-size: 1.3em;
}

h2 {
    color: #9d95c8;
    font-size: 1.1em;
    margin-bottom: 0px;
    margin-top: 10px;
}

p {
    color: #cccccc;
    margin-top: 5px;
    font-size: 0.8em;
}

p.gallery_link {
    text-align: right;
}

a {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    color: #9d95c8;
}

form.basket {
    background: none;
    padding: 0px;
}

form.buy input, form.buy select, form.basket input, form.basket select {
	width: 150px;
	background: #ffffff;
	border: 1px solid #cccccc;
	float: none;
    padding: 0px;
}

form.basket td input {
    width: 50px;
}

form.buy input.submit, form.basket input.submit {
	background-color: #3C2379;
	color: #ffffff;
    width: auto;
	padding: 6px 10px;
	border: 1px solid #3C2379;
    margin: 0px;
    float: right;
}    

table {
    width: auto;
    float: left;
    color: #cccccc;
    font-size: 0.8em;
    width: 520px;
}

table.baskettotal {
    margin-left: 123px;
    width: 470px;
}

td.w50 {
    width: 50px;
}

td.w80 {
    width: 80px;
}

td.w100 {
    width: 100px;
}

td.w120 {
    width: 120px;
}

td.w350 {
    width: 289px;
    text-align: left;
}

td {
    text-align: center;
}

div.image {
    width: 500px;
    height: 500px;
    /* line-height: 520px; */
    vertical-align: middle;
    text-align: center;
    float: left;
    padding-right: 20px;
    padding-top: 6px;
}

div.image img {
    /* vertical-align: middle; */
}

div.thumbnail {
    float: left;
    width: 120px;
    height: 130px;
    text-align: center;
}

div.options {
    width: 150px;
    float: left;
}

div.options label {
    float: none;
    display: block;
    width: 100%;
    color: #cccccc;
    font-size: 0.8em;
}

div.options select {
    width: 100%;
}

ul {
    font-size: 0.8em;
}

div.options label {
    color: #cccccc;
}

.clearall {
    padding: 0px;
    margin: 0px;
    font-size: 1px;
    clear: both;
}


