/* @group Media */

#media-download {
	background-color:#444444;
	margin-top:10px;
	margin-bottom:10px;
	padding: 4px;
	font-size: 11px;
	color: #eeeeee;
}

#media-download h2 {
	text-align:left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 2px;
}

#media-download ul {
	margin:0;
	padding:0;
	list-style:none;
}

#media-download ul li a {
	color:#ff6601;
	font-weight:bold;
	text-decoration: none;
	text-align:left;
}


#media-download ul li a:hover {
	text-decoration: none;
	color: #33CCFF;
}

/* @end */


/* @group Product Detail */
#product_detail {
	position: relative;
	margin: 0px;
	padding: 0px;
	line-height:20px;
}

#product_detail .stock {
	font-family: Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: 36px;
	color: #33ccff;
	letter-spacing: -1px;
}
#product_detail .buy {
	font-family: Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: 36px;
	color: #000000;
	letter-spacing: -1px;
}
#product_detail a:link, #product_detail a:visited {
	color: #ff6601;
	text-decoration: none;
	font-weight: bold;
}
#product_detail a:hover {
	color: #33CCFF;
}
#product_detail a.storebig:link, #product_detail a.storebig:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-color: #ff8300;
	padding: 2px;
	font-family: Arial, sans-serif;
	line-height:14px;
	}
#product_detail a.storebig:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #33CCFF;
}
#product_detail .detail_img {
	display: block;
	padding: 0px;
	margin: 0px;
	border: 0px;
}


.mp3text {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 9px;
	font-weight:normal;
}

#product_detail table {
	padding: 0px;
	margin: 0px;
	cellspacing: 5px;
	cellpadding: 0px;
	border-spacing: 0px;
	border-collapse:collapse;
	border: none;
}
#product_detail table td {
	vertical-align: top;
	padding: 0px;
}
#product_detail table.track-list {
	border-collapse: separate;
}
#product_detail table.track-list th {
	background-color: #6d6d6d;
	font-weight: normal;
	border-left: 1px solid #fff;
}
#product_detail table.track-list td {
	font-weight: bold;
	padding: 5px;
	padding-left: 10px;
	color: #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#product_detail table.track-list td {
	font-weight: bold;
	cellspacing: 5px;
	color: #fff;
}
#product_detail .row {
	background-color: #424242;
}
#product_detail .alt-row {
	background-color: #6d6d6d;
}



#product_detail table.track-list-cd {
	border-collapse: separate;
	width: 440px;
	float: right;
}
#product_detail table.track-list-cd th {
	background-color: #fff;
	font-weight: normal;
}
#product_detail table.track-list-cd td {
	padding: 5px;
	padding-left: 10px;
	color: #fff;
	border-left: 1px solid #fff;
}

#product_detail table.track-list-cd td {
	cellspacing: 5px;
	color: #000;
}
#product_detail .row-cd {
	background-color: #e9e9e9;
}
#product_detail .alt-row-cd {
	background-color: #f5f5f5;
}


#product_detail .detail_extras {
	border-top: 1px dotted #999;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #444;
	line-height: 18px;
	padding-top: 2px;
}


#product_detail .line5 {
	width: 100%;
	height:1px;
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
	background-position: 100%;
	border-bottom: 1px dotted #ff6601;
}

#product_detail .h18 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: normal;
	color: #ff6601;
}

#product_detail .h20 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	padding-top: 4px;
	line-height: 23px;
}

#product_detail .h21 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	text-transform: none;
}
#product_detail .h22 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #999999;
}

#product_detail a.storebig:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-color: #ff8300;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	font-family: Arial, sans-serif;
	line-height:18px;
	margin-bottom:1px;
	border-radius:2px;
}
#product_detail a.storebig-outofstock:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-color: #999;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	margin-right: 1px;
	font-family: Arial, sans-serif;
}
#product_detail a.storebig:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #33CCFF;
}

#product_detail .price {
	color: #33CCFF;
	font-family: Arial, Helvetica, sans-serif;
}



/* @end */

/* @group Category */

#category_nav h2 {
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
#category_nav .category-title {
	
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #999;
}
#category_nav ul {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	list-style-type: none;
}
#category_nav ul li {
	font-family: Arial;
	font-size: 10px;
}
#category_nav ul li a { 
  color:#000; 
  text-decoration:none; 
} 
#category_nav ul li a:hover { 
  color:#000; 
  text-decoration:underline; 
}

#category_nav a.nav-store:link {
	font-size: 10px;
	color: #ff6601;
	font-weight: bold;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#category_nav a.nav-store:hover {
	color: #33ccff;
	text-decoration: none;
}
#category_nav a.nav-store2:link {
	font-size: 10px;
	color: #ff6601;
	font-weight: bold;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
}
#category_nav a.nav-store2:hover {
	color: #33ccff;
	text-decoration: none
}
#category_nav a.nav-store-browse:link {
	font-size: 12px;
	color: #ff6601;
	font-weight: normal;
	font-family: Arial, sans-serif;
	text-transform: capitalize;
	line-height: 10px;
}
#category_nav a.nav-store-browse:hover {
	color: #ff6601;
	font-family: Arial, sans-serif;
	text-decoration: underline;
}
#category_nav a.nav-store-browse:visited {
	font-size: 12px;
	color: #ff6601;
	font-weight: normal;
	font-family: Arial, sans-serif;
	text-transform: capitalize;
	line-height: 10px;
}

#category_nav a.myaccount:link {
	font-size: 12px;
	color: #ff6601;
	font-family: Arial, sans-serif;
}
#category_nav a.myaccount:hover {
    font-size: 12px;
	color: #ff6601;
	text-decoration: none;
}
#category_nav a.myaccount:visited {
    font-size: 12px;
	color: #ff6601;
	text-decoration: none;
}
/* @end */

/* @group Cart */
#cartList {
	width: 750px;
}
#cartList a.storebig:link, #cartList a.storebig:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-color: #ff8300;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	margin-right: 1px;
	font-family: Arial, sans-serif;
	font-size:18px;
	text-transform: uppercase;
}
#cartList a.storebig:hover {
color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-color: #ff6601;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	margin-right: 1px;
	font-family: Arial, sans-serif;
	font-size:18px;
	text-transform: uppercase;
	background-color: #33CCFF;
}
#cartList a, #cartList a:visited {
    color: #ff6601;
    text-decoration: none;
    font-family: Arial;
    font-size: 12px;
}
#cartList a:hover {
	color: #33ccff;
}
#cartDetailTitle {
	font-family: Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: 36px;
	color: #666666;
	letter-spacing: -1px;
	text-transform: none;
	font-weight: bold;
}
.cart-white {color: #FFFFFF}

/* @end */



#icons {
	text-align:left;
	margin-bottom:15px;
	margin-top: -30px;
}

/* footer */
/*
#footer-left {
  width:150px;
  float:left;
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  margin-top: 20px;
  line-height: 150%;
}

  #footer-left .nav-footer {
    color: #ff6601;
    text-decoration: none;
    font-family: Arial;
    font-size: 11px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #999999;
    font-weight: normal;
  }

  #footer-left .nav-footer:hover {
    color: #33CCFF;
    text-decoration: none;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
  }

  #footer-left .nav-footer-last {
    color: #ff6601;
    text-decoration: none;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
  }

  #footer-left .nav-footer-last:hover {
    color: #33CCFF;
    text-decoration: none;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
  }

#footer-right {
  width:285px;
  float:right;
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}

  #footer-right .h11 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
  }

  #footer-right .nav-footer-last {
    color: #ff6601;
    text-decoration: none;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
  }

#form-join {
  margin:0;
  padding:0;
  width:  315px;
}
  #email-join {
    display: inline;
    float: left;
    border: 1px solid #000;
    width: 218px;
    margin-right: 5px;
  }
  #submit-join {
    float: right;
  }
*/
#form-join {
  margin:0;
  padding:0;
  width:  305px;
}
  #email-join {
    display: inline;
    float: left;
    border: 1px solid #000;
    width: 208px;
    margin-right: 5px;
  }
  #submit-join {
    float: right;
  }