*, html {
    margin: 0;
    padding: 0;
}

body {
	background-color: white;
    color: black;
    font-family: Arial, sans-serif;
	font-size: 13px;
    line-height: 1.5em;
}

a {
	border: medium none;
	color: #511F7B;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
}
a img{
	border: none;
}

h1, h2, h3 {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	line-height: 1.2em;
}
h1 {
	font-weight: normal;
}
h2 {
	font-size: 16px;
}

tr.divide td {
	border-top: 1px solid gray;
}

#main_header, #main_content {
    margin: auto;
    width: 710px;
    border: 0px solid black;
}
#main_header {
    margin-top: 10px;
	position: relative;
}

#main_header ul.navigation {
	position: absolute;
	top: 323px;
}

ul.navigation {
	list-style-type: none;

	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
ul.navigation li {
	display: block;
	float: left;
	position: relative;
	white-space: nowrap;
}
ul.navigation a {
	color:#666666;
	text-decoration:none;
}
ul.navigation a:hover {
	color:#511F7B;
	border-bottom: 2px solid #DDDDDD;
	text-decoration:none;
}
ul.navigation li.selected a {
	color:#511F7B;
	text-decoration:none;
}

#main_toolbar {
	width: 710px;
	color: black;
    margin-top: 5px;
}
#main_toolbar a {
	color: #666;
	font-weight: bold;
}
#main_toolbar a:hover {
	text-decoration: underline;
}
#main_toolbar span.div {
    color: #666;
}
#back_link {
}
#back_link {
}
#back_link a {
}
#search_form {
}
#quick_links {
	text-align: right;
	width: 50%;
	float: right;
}
#homepage {
	width: 50%;
	float: left;
}
#quick_cart {
}

#main_content_wrap {
	background: url(../images/bottom-bg.jpg) white;
}
#main_content {
    min-height: 300px;
    padding: 0;
    padding-top: 10px;
    position: relative;
}

#main_content #category_navigation {
    border: 0px solid yellow;
	clear: both;
}
#main_content #category_navigation a.active {
    color: #511F7B;
}
#main_content #category_navigation a.inactive {
    color: gray;
}

#main_content #category_content {
    border-right: 0px solid yellow;
    width: 708px;
    max-width: 708px;
    padding: 0;
    margin: 15px 0 0 0px;
}

#main_footer {
	width: 100%;	
}

.headline {
    font-size: 1.2em;
    font-weight: bold;
    font-family: Verdana, Helvetica, sans-serif;
}

.product_image_teaser, .product_image_thumb {
    position: relative;
    border: 1px solid white;
    margin: 0 10px 10px 0;
    float: left;
    display: inline;
}
.product_image_thumb {
/* FS */
    background-color: #FFF;
    width: 138px;
/* height: 216px; */
    height: 256px;
    display: inline;
    overflow: hidden;
/* FS */
	margin-top: 50px;
	margin-left: 105px;
}
.product_image_thumb .product_description {
    font-size: 12px;
/* line-height: 12px; */
    line-height: 25px;
    margin-left: 3px;
/* height: 24px; */
	height: 64px;
	color: black;
	text-align: center;
}

/* FS */
.product_description a:hover {
	color: #511F7B;
	text-decoration: underline;
}
/* END FS */

.product_image_thumb a {
	border: 0;
}
.product_image_thumb .new {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #f07e13;
    font-weight: bold;
}
.product_image_thumb .hint {
    position: absolute;
    top: 140px;
    width: 138px;
    line-height: 1.6em;
    font-size: 0.8em;
    text-align: center;
    color: white;
    background-color: #f07e13;
}

#product_detail_images {
	border: 0px solid yellow;
	float: left;
	margin-right: 10px;
}
#product_detail_description {
	border: 0px solid yellow;
	float: right;
	width: 55%;
}
#product_detail_price {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	margin: 10px 0;
}
#product_detail_cart_form {
	margin-top: 1em;
}
.product_detail_tracklist {
    margin-top: 10px;
    margin-left: 10px;
}
.product_detail_back_link {
	margin-top: 1em;
	text-align: right;
}

.button_gray {
	color: white;
	background-color: #555;
	border: 2px solid #333;	
}
a.button_gray {
	padding: 2px;
	margin: 2px;
}
.button_red {
	color: white;
	background-color: #511F7B;
	border: 2px solid #fff;	
	padding: 2px;
}
.button_add_to_cart {
	color: white;
	background-color: #511F7B;
	text-align: left;
	font-weight: normal;

	border-top: 1px solid gray;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid gray;

	padding: 2px 1em 2px 1em;
}
.product_image_detail {
	display: block;
	margin-bottom: 10px;
	border: 1px solid white;
}

#cart_overview {
	background-color: #CCC;
	border: 1px solid gray;
	margin-bottom: 10px;
}
#cart_overview th {
	text-align: left;
	background-color: gray;
}
#cart_overview td {
	border-top: 1px solid #999;
}
#cart_overview tr.summary td {
	background-color: white;
	font-size: 1.3em;
	line-height: 2em;
	font-weight: bold;
}

#cart_breadcrumps {
	background-color: gray;
	color: #383838;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 2em;
	margin-bottom: 5px;
	margin-right: 10px;
}
#cart_breadcrumps .current_step {
	color: white;
}
#cart_help {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 5px;
}
.cart_checkout_box {
	border: 1px solid gray;
	background-color: #CCC;
	margin-right: 10px;
	margin-bottom: 10px;
}
.cart_checkout_box h3 {
	margin: 10px 10px;
}
.cart_checkout_box table, .cart_checkout_box p {
	margin: 0 10px;
}
.cart_checkout_box table {
	width: 550px;
	border-spacing: 0;
}
.cart_checkout_box table tr td {
	width: 260px;
}
.cart_checkout_box input.text {
	border: 2px solid #aaa;
	font-size: 1.3em;
	height: 1.3em;
}
.address_checkout_box input.text {
	width: 260px;
}
.cart_checkout_box label {
	margin-top: 5px;
	display: block;
}

.right, th.right {
	text-align: right;
}
.center {
	text-align: center;
}
.error, .note {
	margin-right: 10px;
	margin-bottom: 10px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	font-weight: bold;
}
.error {
	background-color: #A3363C;
	color: yellow;
}
.note {
	background-color: green;
	color: black;
}
.error div, .note div {
	margin: 5px;
}
.required {
	font-weight: bold;
}
.red {
	color: #A3363C;
}
.orange {
	color: orange;
}
.green {
	color: #99ff99;
}

/* special styles for dth */
#main_navigation_52, #main_navigation_77 {
	margin-top: 10px;
}
