/*
 * Main Styles BEGIN
 */
img {
    border: 0;
}

#productnavigation {
	width: 185px;
	font-size: 1.0em;
  }

#productnavigation li.Level1 {
    display: block;
	list-style: none;
    margin-bottom: 4px;

}
#productnavigation li.Level1 a {
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	tet-align: center;
	color: #666666;
	background-color: #E8E8E8;
}

#productnavigation li.Level1#active a {
	margin-left: 10px;
	padding-left: 20px;
	color: #299DCA;
}

input,
textarea,
select {
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-size: 11px;
	padding: 5px;
}

input:focus,
textarea:focus,
select:focus {
	background-color: #D9F0FF;
	color: #000000;
}

input[type="checkbox"],
input[type="radio"],
input[type="image"] {
    border: 0;
    background-color: transparent;
	width: 20px;
}

input[type="button"],
input[type="reset"],
input[type="submit"]{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #66CCFF;
	font-style: normal;
	color: #FFFFFF;
	height: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}

/* Page Title Style */
.PageTitle {
    font-family: Tahoma, Verdana;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

/* Your Shopping Cart Text Style */
.ShoppingCartText{
	font-family: Tahoma, Verdana;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	font-variant: small-caps;
}

.ShoppingCartText a{
	text-decoration: none;
	font-weight: bold;
}

/* Required Style */
.Required {
    color: #7DD0F1;
}

/* Error Style */
.Error {
    color: #990000;
}

/* Store Closed Style */
.StoreClosedText {
    font-family: Tahoma, Verdana;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
}

/* Larger Image Text Styles */
.LargerImageLink{
    font-family: Tahoma, Verdana;
    color: #666666;
    font-size: 10px;
}

.LargerImageLink a{
    color: #666666;
    text-decoration:underline;
}

.LargerImageLink a:hover{
    color: #999999;
    text-decoration:underline;
}

/* Copyright Text Styles */
.CopyrightText{
    font-family: Tahoma, Verdana;
    color: #333333;
    font-size: 11px;
    font-weight: normal;
}

.CopyrightText a{
    color: #333333;
    text-decoration: none;
}
/*
 * Main Styles END
 */

/*
 * Category Styles BEGIN
 */
.CategoryName{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
}

.CategoryName a{
    color: #666666;
    text-decoration: underline;
}

.CategoryName a:hover{
    color: #CCCCCC;
}

.CategoryDescription{
	color: #666666;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 20px;
}
/*
 * Category Styles END
 */

/*
 * Product Styles BEGIN
 */
 
#productlist_container {
	width: 300px;
	text-align:center;
} 
#productinfo_container {
	width: 100%;
	border: thin solid #FF0000;
} 
.ProductName{
	font-family: Georgia, Arial, Sans-Serif;
	font-size: 18px;
	font-style: italic;
}
.ProductName a{
	font-size: 18px;	
}

.ProductName a:hover{
}	
.ProductDetailImages {
     float: left;
 }	
	 
.productlargeimage{
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-right: 15px;
}	 
	 
.smalldetailimages{
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	float: left;
}	

.detailimgaescontainer {
	float: left;
	margin-top:-20px;
	height: 100px;
	}

	
.clearer {
clear: both;}

#indenkorb {
	float: right;
	margin-top: -15px;
}	



.ProductDescription{
    font-family: Tahoma, Verdana;
    color: #333333;
    font-size: 11px;
    font-weight: normal;
}

#porductpricebgcontainer{
	width: 180px;
	height: 71px;
	background-image: url(http://www.avid-music.de/shop/storefront-files/images/price_bg.png);
	behavior: url("../images/pngbehavior.htc");
	margin-left: 45px;
	margin-right: auto;
	margin-top: -35px;
	background-repeat: no-repeat;
}


.ProductOptionsTitle{
	font-family: Tahoma, Verdana;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 20px;
}

.ProductOptions{
    font-family: Tahoma, Verdana;
    color: #333333; 
    font-size: 11px;  
    font-weight: normal;
    text-align: left;
}

.ProductOptions input,
.ProductOptions textarea,
.ProductOptions select{
}
/*
 * Product Styles END
 */

/*
 * Breadcrumb Styles BEGIN
 */
.Breadcrumb {
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: white;
    font-family: Tahoma, Verdana;
    color: #333333;
    font-size: 11px; 
    text-align: left;
}

.Breadcrumb a{
    color: #CD3C53;
    text-decoration: underline;
}

.Breadcrumb a:hover{
    color: #DA7080;
}
/*
 * Breadcrumb Styles END
 */

/*
 * NavigationBar Styles BEGIN
 */
.NavigationBar {
	padding: 0px;
	width: 200px;
	background-color: white;
}

.NavigationBar table td{
	font-family: Tahoma, Verdana;
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	background-color: #CCCCCC;
	background-image: url(../images/navi.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BBBBBB;
}

.NavigationBar table td.Empty {
	padding: 10px;
	text-align: center;
}

.NavigationBar table td.LevelDefault{
    padding: 1px 0px 7px 60px;
}

.NavigationBar table td.LevelDefault a{
    color: #999999;
    text-decoration: none;
}

.NavigationBar table td.LevelDefault a:hover{
	color: #888888;
	background-image: url(../images/navi_current.gif);
	background-repeat: repeat;
}

.NavigationBar table td.Level1{
    padding: 1px 0px 7px 20px;
    font-weight: bold;
}

.NavigationBar table td.Level1 a{
    color: #333333;
    text-decoration: none;
}

.NavigationBar table td.Level1 a:hover{
    color: #888888;
}

.NavigationBar table td.Level2{
    padding: 1px 0px 7px 40px;
}

.NavigationBar table td.Level2 a{
    color: #333333;
    text-decoration: none;
}
.NavigationBar table td.Level2 a:hover{
    color: #888888;
}

.NavigationBar table td.Selected{
	background-color: #E5E5E5;
	background-image: url(../images/navi_current.gif);
	background-repeat: repeat-x;
}

.NavigationBar table td.Selected a{
    color: #FFFFFF;
    text-decoration: none;
}

.NavigationBar table td.Selected a:hover{
    color: #000000;
}
/*
 * NavigationBar Styles END
 */


/*
 * Subcategories List Styles BEGIN
 */
.Subcategories{
    padding: 0px;
    margin: 2px;
    width: 100%;
    background-color: white;
    vertical-align: top;
    text-align: center;
}

/* the following styles are inherited from .CategoryName */
.Subcategories .CategoryName{
    padding: 2px;
}

.Subcategories .CategoryName a{
}

.Subcategories .CategoryName a:hover{
}
/*
 * Subcategories List Styles END
 */

/*
 * Product List Styles BEGIN
 */
.ProductList{
    padding: 0px;
    margin: 2px;
    width: 100%;
    background-color: white;
    vertical-align: top;
}

.ProductList table td{
    vertical-align: top;
}

.ProductList .Empty{
    padding: 30px 0px 40px 0px;
    font-family: Tahoma, Verdana;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

/* the following styles are inherited from Category Styles */
.ProductList .CategoryName{
}

.ProductList .CategoryDescription{
    padding-top: 6px;
}

/* the following styles are inherited from Product Styles */
.ProductList .ProductName{
    padding-top: 7px;
    padding-bottom: 10px;
    text-align: center;
}

.ProductList .ProductDescription{
    padding: 10px;
}

.ProductList .ProductPrice{
    padding-top: 24px;
	padding-left: 18px;
    text-align: center;
	font-family: Georgia, Arial, Sans-Serif;
	font-size: 18px;
	font-style: italic;
}
/*
 * Product List Styles END
 */

/*
 * Paginator Dropdown Styles BEGIN
 */
.PaginatorDropdown {
    padding: 0;
    margin: 0;
    width: 100%;
    font-family: Tahoma, Verdana;
    color: #333333;
    font-size: 11px; 
    background-color: white;
    text-align: left;
}

.PaginatorDropdown select{
}
/*
 * Paginator Dropdown Styles END
 */

/*
 * Paginator Styles BEGIN
 */
.Paginator {
    padding: 0;
    margin: 0;
    width: 100%;
    font-family: Tahoma, Verdana;
    color: #333333;
    font-size: 11px; 
    background-color: white;
    text-align: right;
}

.Paginator a{
    color: #CD3C53;
    text-decoration: underline;
}

.Paginator a:hover{
    color: #DA7080;
    text-decoration: underline;
}
/*
 * Paginator Styles END
 */

/*
 * Product Info Styles BEGIN
 */
.ProductInfo {
	width: 100%;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-align: left;
}

/* the following styles are inherited from Product Styles */
.ProductInfo .ProductName {
    padding: 6px;
}

.ProductInfo .ProductDescription {
}

.ProductInfo .ProductPrice {
	padding-bottom: 7px;
	font-family: Georgia, Arial, Sans-Serif;
	font-size: 1.4em;
	color: #299DCA;
}
/*
 * Product Info Styles END
 */

/*
 * Shopping Cart Styles BEGIN
 */
.ShoppingCart {
    padding: 0px;
    margin: 2px;
    width: 100%;
    background-color: white;
    font-family: Tahoma, Verdana;
    color: #333333;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

.ShoppingCart .Empty{
    padding: 30px 0px 40px 0px;
    font-family: Tahoma, Verdana;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.ShoppingCart input{
}
/*
 * Shopping Cart Styles END
 */

/*
 * Search Result Styles BEGIN
 */
.SearchResult {
    padding: 0px;
    margin: 2px;
    width: 100%;
    background-color: white;
}

.SearchResult .Empty{
    padding: 30px 0px 40px 0px;
    text-align: left;
    font-family: Tahoma, Verdana; 
    color: #666666;
    font-size: 12px;
    font-weight: bold;
}

.SearchResult .Highight {
    background-color: #F9C6F9;
}

.SearchResult .ProductName {
    padding: 0px;
    padding-bottom: 5px;
    text-align: left;
}

/* the following styles are inherited from Product Styles */
.SearchResult .ProductName a{
}

.SearchResult .ProductName a:hover{
    color: #888888;
}

.SearchResult .ProductDescription {
}

.SearchResult .ProductDescription a {
    color: #333333;
    text-decoration: none;
}

.SearchResult .ProductDescription a:hover {
    color: #888888;
}

.SearchResult .ProductNumber {
    font-family: Tahoma, Verdana;
    color: #666666;
    font-size: 11px;
    font-weight: bold;
}
/*
 * Search Result Styles END
 */

/*
 * Checkout Styles BEGIN
 */
.Checkout {
    padding: 0px;
    margin: 2px;
    width: 100%;
    background-color: white;
    font-family: Tahoma, Verdana;
    color: #333333;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

.Checkout .Title {
    padding: 12px 0px 5px 15px;
    font-family: Tahoma, Verdana;
    color: #666666;
    font-family: Georgia, Arial, Sans-Serif;
	font-size: 1.3em;
    text-align:left;
}

.Checkout .Block {
	padding: 15px;
	border: 1px dashed #CCCCCC;
}

.Checkout .ColumnTitle {
    white-space: nowrap;
    color: #666666;
    font-weight: bold;
}

.Checkout .ColumnValue {
}

.Checkout .TotalLabel {
    white-space: nowrap;
	font-family: Georgia, Arial, Sans-Serif;
    padding-right: 7px;
    font-weight: bold;
}

.Checkout .TotalValue {
    font-weight: bold;
	font-family: Georgia, Arial, Sans-Serif;
}

.Checkout .Left {
    text-align:left;
}

.Checkout .Right {
    text-align:right;
}

.Checkout .Center {
    text-align:center;
}

.Checkout input.Normal,
.Checkout textarea.Normal,
.Checkout select.Normal {
}

.Checkout input.Error ,
.Checkout textarea.Error,
.Checkout select.Error {
	border: 1px solid #990000;
}

.Checkout select.Short {
    width: 100px;
}

.Checkout .Required {
}

.Checkout .Error {
	color: #990000;
}

.Checkout .Errors {
    padding: 15px;
    color: #990000;
    text-align: left;
    line-height: 20px;
}

.Checkout .Empty {
    padding: 30px 0px 40px 0px;
    font-family: Tahoma, Verdana;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.Checkout .ImpossibleToComputeShippingCost {
    padding: 20px;
    color: #C63983;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
/*
 * Checkout Styles END
 */
 
 .headline{
	font-family: Georgia, Arial, Sans-Serif;
	font-size: 1.3em;
 }
