@font-face {
 font-family: peaWeenie;
 src: url("font/peaweenie.eot") /* EOT file for IE */
}
@font-face {
 font-family: peaWeenie;
 src: url("font/peaweenie.ttf") /* TTF file for CSS3 browsers */
}

/* THANK YOU PAGE */

* {
	margin: 0;
	padding: 0;
}

img#jam_categories {
	margin: -10px 0 0 -20px;
}

img#jam_top_ten {
	margin: -40px 0 0 -30px;
}

ul#jam_cats {
	margin-top: 20px;
}

div#jam_thanks_container {
	width: 100%;
	height: 100%;
	padding: 10% 0;
	margin: 0 auto;
	background: url(../images/jam_bg.gif) 0 0 repeat;	
}

div#jam_thanks_container h1 {
	width: 600px;
	display: block;
	height: auto;
	padding: 20px;
	text-align: center;
	border: 10px solid #ccc;
	margin: auto auto;
	font-family: Georgia, trebuchet, Sans-serif;
	background-color: #fff;
	opacity: 0.5;
}

div#jam_thanks_container h1 a {
	font-size: 75%;
	cursor: pointer;	
}

div.flickr {
	text-align: center;
}

div.flickr img {
	padding: 2px;
	margin: 5px 0;
}

a#flickr_label {
	margin-top: -37px;
	right: 45px;
	position :absolute;
}

div#Cartbox {
	position: absolute;
	top: 0px;
	left: 320px;
	width: 210px;
	padding: 10px 25px 10px 25px;
	height: 80px;
	background: url('../images/cart_bg.png') 0 100% no-repeat;
	z-index: 200;
}

/**********************************************************/
#pp_options {
	position: fixed;
	top: 0;
	right: 0;
	padding: 5px;
	font-size: 12px;
	line-height: 1;
	background: #f0f0f0;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#pp_options ul {
	margin: 0;
	padding: 0;
}
#pp_options li {
	display: inline;
	padding: 0 .3em;
	color
}
#pp_options li a {
	color: #bbb;
}
#pp_options li a.active {
	color: #000;
}

/*********************************************************/
/* HEADER NAVIGATION */

div#jam_header_nav,
div#jam_lounge_nav {
	position: absolute;
	top: 13px;
	right: 25px;	
}

div#jam_header_nav a {
	display: block;
	text-indent: -10000px;
	height: 11px;
	float: left;
	margin: 2px;	
}

div#jam_lounge_nav a {
	display: block;
	float: left;
	margin: -10px -15px 2px;
	padding-right: 60px;
	color: #fff;
	font-size: 1.4em;	
}

div#jam_header_nav a#nav_account {
	width: 97px;
	background: url(../images/header_nav.gif) no-repeat 0 0;
}

div#jam_header_nav a#nav_login {
	width: 64px;
	background: url(../images/header_nav.gif) no-repeat -97px 0;	
}

div#jam_header_nav a#nav_logout {
	width: 78px;
	background: url(../images/header_nav.gif) no-repeat -164px 0;	
}

div#jam_header_nav a#nav_cart {
	width: 50px;
	background: url(../images/header_nav.gif) no-repeat -244px 0;	
}

div#jam_header_nav a#nav_checkout {
	width: 85px;
	background: url(../images/header_nav.gif) no-repeat -300px 0;		
}

/***************************************************************/
/* SEARCH */

div.search {
	position: absolute;
	top: 45px;
	right: 33px;	
}

div.search input#jam_search {
	padding: 8px;
	border: none;
	background-color: #fff;
	width: 200px;
	height: 15px;	
}

div.search input#jam_search_go {
	border: none;
	background-color: transparent;
	background: url(../images/go.gif) 0 0 no-repeat;
	width: 85px;
	height: 34px;
	color: transparent;
}

/******************************************************************/
/* H2 STRAP LINE */

h2#jam_strap {
	position: absolute;
	top: 130px;
	right: 20px;
	background: url(../images/header_two.gif) 0 0 no-repeat;
	text-indent: -10000px;
	width: 620px;
	height: 25px;
}

h1#cat_title {
	font-size: 2em;
	font-family: peaWeenie;
	font-weight: normal;
}

#jam_content h1.jam_content_title {
	font-size: 2.5em;
}

h2#label_more {
	font-size: 1.4em;
	font-family: peaWeenie;
	font-weight: normal;
}

/*********************************************************************/
/* HOME */

li.product_image {
    float: left;
    width: 40%;  
}

li.product_details {
    float: left;
    width: 60%;
    padding-top: 5px;  
}

/*******************************************************************/
/* MORE FROM LABEL */

ul#jam_label_more {
	margin:  10px 0;
	padding:  25px;
	background: transparent url(../images/product_bg.png) repeat-y scroll 0 100%;
}

div.more_item {
	position: relative;
	width: 80px;
	height: 80px;
	float: left;
	margin: 3px;	
}

div.more_item img.jam_more_items {
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: 1;
}

div.more_item img.drop_shadow {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

div.tools {
	display: none;
	position: absolute;
}

/* JS ADD CLASS FOR INPUT BUTTONS */


input.buttons {
    border:1px solid #999;
    padding: 3px 10px;
    color: #ffcc00;
    font-weight: 70000;
    background-color: #2a2218;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    cursor: pointer;
}

input.text {
    border:1px solid #999;
    padding: 3px;
    color: #ffcc00;
    font-weight: 70000;
    background-color: #2a2218;
    cursor: pointer;
}

input.buttons:hover {
    background-color: #420b0b;
    border:1px solid #fff;
}

ul#jam_top_ten a.link {
    border:1px solid #999;
    padding: 5px 10px;
    color: #ffcc00;
    font-weight: 70000;
    background-color: #2a2218;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    cursor: pointer;
    text-decoration: none;
	width:  120px;
	text-align: center;
    margin-top: 10px;
    font-size: 1.1em;
}

ul#jam_top_ten a.link:hover {
    background-color: #420b0b;
    border:1px solid #fff;
}



/*SoundManager 2: In-page MP3 player example*/
/* background-image-based CSS3 example */

/* two different list types */

ul.flat {
 list-style-type:none;
 padding-left:0px;
}

ul.flat li,
ul.graphic li {
 padding-bottom:1px;
}

ul.flat li a {
 display:inline-block;
 padding:2px 4px 2px 4px;
}

ul.graphic {
 list-style-type:none;
 padding-left:0px;
 margin-left:0px;
}

/* background-image-based CSS3 example */

ul.graphic {
 list-style-type:none;
 margin:0px;
 padding:0px;
}

ul.graphic li {
 margin-bottom:2px;
}

ul.graphic li a,
ul.graphic li a.sm2_link {
 /* assume all items will be sounds rather than wait for onload etc. in this example.. may differ for your uses. */
 display:inline-block;
 padding-left:22px;
 min-height:16px;
 border:3px solid #333;
 background-color:#333;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 border-radius:3px;
 padding:0px 3px 0px 20px;
 min-width:15em;
 text-decoration:none;
 font-weight:normal;
 font-size: 1.1em !important;
 color:#fff;
 text-shadow: 0 0 0 #000; /* stupid Safari "fat" font rendering tweak */
}

ul.graphic li a.sm2_link {
 /* safari 3.1+ fun (or, proprietary crap. TBD.) */
 -webkit-transition-property: hover;
 -webkit-transition: all 0.15s ease-in-out;
 background:#333 url(../image/icon_play_light.png) no-repeat 0px 50%;
 padding-top: 0px;
}

ul.graphic li a.sm2_paused:hover,
ul.graphic li a.sm2_link:hover {
 background:#CD3400 url(../image/icon_play.png) no-repeat 0px 50%;
 border-color:#CD3400;
}

ul.graphic li a.sm2_paused {
 background-color:#993300;
 border-color:#993300;
}

ul.graphic li a.sm2_paused:hover {
 background:#999 url(../image/icon_play.png) no-repeat 0px 50%;
 _background-image:url(../image/icon_play.gif);
 border-color:#999;
}

ul.graphic li a.sm2_playing,
ul.graphic li a.sm2_playing:hover {
 background:#993300 url(../image/icon_pause.png) no-repeat 0px 50%;
 _background-image:url(../image/icon_pause.gif);
 border-color:#993300;
 text-decoration:none;
}

/* hide button while playing?
ul.graphic li a.sm2_playing {
 background-image:none;
}
*/
/* flat CSS example */

ul.flat a.sm2_link {
 /* default state: "a playable link" */
 border-left:6px solid #999;
 padding-left:4px;
 padding-right:4px;
}

ul.flat a.sm2_link:hover {
 /* default (inactive) hover state */
 border-left-color:#333;
}


ul.flat a.sm2_playing {
 /* "now playing" */
 border-left-color:#6666ff;
 background-color:#000;
 color:#fff;
 text-decoration:none;
}

ul.flat a.sm2_playing:hover {
 /* "clicking will now pause" */
 border-left-color:#cc3333;
}

ul.flat a.sm2_paused {
 /* "paused state" */
 background-color:#666;
 color:#fff;
 text-decoration:none;
}

ul.flat a.sm2_paused:hover {
 /* "clicking will resume" */
 border-left-color:#33cc33;
}



div#lounge_feed {
	background:transparent url(../images/box_bg_right.png) no-repeat scroll 0 0;
	margin:0 auto;
	padding:75px 5px 5px;
	width:205px;
}

div.latest_releases div#lounge_feed {
	background:transparent url(../images/box_bg_right_releases.png) no-repeat scroll 0 0;
	margin:0 auto;
	padding:75px 5px 5px;
	width:205px;
}

div.latest_releases div#lounge_feed a {
	display: block;
	margin: 10px 0;
	padding: 0 5px;
	width: 50%;
	float: right;
}

div.latest_releases div#lounge_feed div.new_release {
	background:url("../images/product_bg.png") repeat scroll 0 0 transparent;
	padding: 15px 0 0 15px;
	margin-bottom :10px;
	width: auto;
	overflow: auto;
}

div.latest_releases div#lounge_feed div.new_release img,
div.latest_releases div#lounge_feed div.new_release p {
	float: left;
}

div.latest_releases div#lounge_feed div.new_release p {
	width: 63%;
	padding-top: 0;
}

div.latest_releases div#lounge_feed div.new_release a,
div.latest_releases div#lounge_feed div.new_release a:visited {
	width: 100%;
	text-decoration: none;
	color: #fff;
}

ul#lounge_list li {
	padding: 10px;
	background:transparent url(../images/product_bg.png) repeat scroll 0 0;
	margin:5px auto;
	width:185px;
	min-height: 80px;
	-moz-border-radius-bottomright:15px;
	-webkit-border-bottom-right-radius:15px;
}

ul#lounge_list li h2 a {
	font-size: 1em;
	color: #ffcc00;
}

p.jam_latest_desc {
	margin: -70px 0 0 60px 
}











