@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

a {
	color: #003366;
	color: #004084;
	text-decoration: none;
}

a:hover {
	color: #47155f;
	text-decoration: underline;
}

h5 {
	margin: 0;
	padding: 0 0 14px 0;
	font: 19px "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;	
	color: #003366;
	font-weight: normal;
	letter-spacing: -1px;
}

h4 {
	margin: 0;
	padding: 0 0 14px 0;
	font: 16px "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;	
	color: #003366;
	font-weight: normal;
	letter-spacing: -1px;
}


/* ### HEADER ### */

#header {
	background-color: #FFFFFF;
	background-image: url('/vars/img/logo.png');
	height: 90px;
}

#logo_tekst {
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25px;
	float: left;
	font-weight: normal;
	letter-spacing: -2px;
	color: #003366;
}

#login_tekst {
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	float: left;
	width: 200px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #003366;
	padding-left: 20px;
	padding-top: 50px;
}

/* ### CONTAINER ### */

#container {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

/* ### MENU ### */

#menu {
	padding: 0px;
	margin: 0px;
	height: 33px;
	background: url('/vars/img/menu_bg.png') #FFFFFF repeat-x;
}

#menuright {
	background: url('/vars/img/menu_bg_right.png') #FFFFFF no-repeat;
	background-position: right;
	height: 33px;
	float: right;
}

#menu ul {
	padding: 0;
	margin: 0;
}

#menu li {
	list-style-type: none;
	float: left;
	display: inline;
	padding: 0;
	margin: 0;	
	line-height: 33px;
	font-weight: normal;
}

#menu li.menuleft {
	background: url('/vars/img/menu_bg_left.png') #FFFFFF no-repeat;
	width: 10px;
	margin: 0;
	padding: 0;
	heigth: 33px;
/*	border-right: 1px solid #e8d0f3; */
	border-right: 1px solid #c5a2c5;
}

#menu li a {
	float: left;
	font-size: 13px;
	display: block;
	background: url('/vars/img/menu_bg.png') #FFFFFF repeat-x;
	line-height: 33px;
	padding: 0 15px;	
	border-right: 1px solid #c5a2c5;
	text-decoration: none;
	color: #47155f;	
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#menu li a:hover, #menu li a.selected {
	color: #003366;
	background: url('/vars/img/menu_bg_hover.png') #FFFFFF repeat-x;
}

#searchtop {
	float: right;
	margin: 0;
	padding: 0;
}

#searchinput {
	padding: 5px;
	margin: 0;
	float: left;
}

#searchinput input {
	color: #888888;
	border: 1px solid #997796;
	background: #FFFFFF;
	padding: 3px 4px 4px 4px;
}

#searchgo {
	float: left;
	margin: 6px 4px 0 0;
}

/* ### CONTENT ### */

#content, #searchcontent {
	padding: 15px 0 0 0;
}

/* ### MIDDLE ### */

#middle {
	min-width: 640xp;
	width: 640px;
	float: left;	
	background-color: #FFFFFF;	
	margin-right: 10px;
	border-right: 1px solid #CCCCCC;
	padding-left: 10px;
	border-left: 1px solid #EEEEEE;
	min-height: 777px;
}

#middle h1, #middle-big h1 {
	margin: 10px 0 5px 0;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size: 19px;
	color: #47155f;
	font-weight: normal;
}

#pagetext {
	padding: 0 10px 0 0;
	line-height: 18px;
}

/* ### NORMAL ARTICLE ### */

.article {
	border-bottom: 1px solid #DDDDDD;
	margin: 0px 10px 10px 0;
	padding: 0 0 15px 0;
	width: 200px;
	float: left;
	min-height: 255px;
}

.articletheme {
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 0 3px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

.articletheme a, .producttheme a {
	color: #777777;
}

.articletitle {
	height: 30px;
	padding: 0;
	font: 14px Verdana, Arial, Helvetica, sans-serif;	
}

.articleimg img {
	border: 0;
	padding: 6px 8px 6px 4px;
	margin: 7px 2px 9px 2px;
	background: url('/vars/img/cover_bg.png') no-repeat;
	max-height: 140px;
	max-width: 140px;	
}

.articleprice {
	font-size: 13px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	margin: 8px 0 0 12px;
}

.articleprice a {
	text-decoration: underline;
}

.articleprice a:hover {
	text-decoration: none;
}

.articleorder {
	float: right;
	margin: 0 45px 0 0;
	width: 40px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	cursor: pointer;	
}

.articleorder a {
	font-size: 9px;
}

/* ### MORE INFO PRODUCT ### */
.producttheme {
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 0 2px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.productimg img {
	float: left;
	border: 0;
	padding: 6px 8px 6px 4px;
	margin: 7px 10px 0 0;
	min-width: 140px;
	max-height: 140px;
	max-width: 140px;
	background: url('/vars/img/cover_bg.png') no-repeat;
}

.top10 {
	margin: 0 0 15px 0;
}

.top10badge {
	background: url('/vars/img/bg_top10.png') no-repeat;
	float: left;
	position: absolute;
	margin: 0 0 0 105px;
	padding: 5px 20px 13px 15px;
	font-size: 25px;
	font-weight: normal;
	color: #87000d;
	width: 30px;
}

.top10badge10 {
	background: url('/vars/img/bg_top10.png') no-repeat;
	float: right;
	position: absolute;
	margin: 0 0 0 105px;
	padding: 5px 20px 13px 8px;
	font-size: 25px;
	font-weight: normal;
	color: #87000d;
}

.productinfo {
	width: 400px;
	float: left;
	text-align: justify;
	padding: 10px 0 0 0;
	margin: 0 10px 0 0;
	font-size: 11px;
	line-height: 18px;
}

.productinfotop10 {
	width: 250px;
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
	font-size: 11px;
	line-height: 18px;
}

.productinfo h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size: 17px;
	color: #47155f;
	font-weight: normal;
}

.productprice {
	width: 185px;
	float: left;
	font-size: 12px;
	padding: 8px;
	margin: 10px 0 0 5px;
	background: url('/vars/img/price_blok_bg.png') repeat-x #F0E6F4 top;
	line-height: 25px;
	border: 1px solid #C9A9CD;
}

/* ### TOGETHER PRODUCT ### */
.togetherbought {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #777777;
	font-size: 11px;
	width: 620px;
	border-bottom: 1px solid #CCCCCC;
}

.togetherartist {
	margin: 5px 0 0 70px;
	font-size: 11px;
}

.togetherarticle {
	width: 277px;
	float: left;
	margin: 0 20px 10px 0;
	padding: 10px;
	background-color: #F2F2F2;
	background-image: url('/vars/img/together-bg.png');
	background-position: top;
	background-repeat: repeat-x;
	border: 1px solid #e1e1e1;
}

.togetherarticleimg img {
	border: 1px solid #776E68;
	padding: 3px;
	width: 52px;
	height: 52px;
	float: left;
}

.togetherarticletheme {
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0;
	margin: 0 0 0 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.togetherarticletheme a {
	color: #777777;
}

.togetherarticletitle {
	font-size: 14px;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;	
	padding: 0;
	margin: 10px 0 0 70px;
}

/* ### RIGHT ### */

#right {
	width: 288px;
	float: left;
	margin-left: 10px;	
}

#rightbox {
	margin: 0;
	padding: 0;
}

#rightbox h2 {
	padding: 10px;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	color: #555555;
}

.rightboxtitle {
	background: url('/vars/img/right_bg_title.png') #FFFFFF no-repeat;
	font-size: 15px;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #47155f;
	height: 31px;
	line-height: 33px;
	margin: 0;
	padding: 0 0 0 10px;
	font-weight: normal;
	letter-spacing: -1px;
}

.rightboxcontent {
	margin-bottom: 10px;
	background-color: #F2F1EF;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;	
}

.top5content-bg {
	background-color: #FFFFFF;
}

.rightboxcontent p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	margin: 0;
}

.rightboxcontent a {
	color: #47155f;
}

.rightboxcontent ul.service {
	margin: 0 0 0 25px;
	padding: 10px 0 10px 0;
	list-style: square;
}

.rightboxcontent .service li {
	margin: 4px 0;
}

/* ### CATEGORIES ### */

.rightboxcontent ul#themes {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	text-align: left;
}

.rightboxcontent ul#themes li {
	display: block;
	margin: 2px auto;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	width: 108px;
	border: 1px solid #FFFFFF;	
	padding: 4px 10px;
	cursor: pointer;
}

.rightboxcontent ul#themes li:hover {
	
}

li.healing {		background-color: #EFE5F0; 	}
#themes li.healing a {		   color: #990099; }
li.healing:hover {	background-color: #FFFFFF; 	}

li.mantras {		background-color: #EFE5F0; }
#themes li.mantras a {		   color: #DD0000; }
li.mantras:hover {	background-color: #FFFFFF; }

li.bodymind {		background-color: #EFE5F0; }
#themes li.bodymind a {		   color: #F45000; }
li.bodymind:hover {	background-color: #FFFFFF; }

li.relax {			background-color: #EFE5F0; }
#themes li.relax a {		   color: #F49100; }
li.relax:hover {	background-color: #FFFFFF; }

li.nature {			background-color: #EFE5F0; }
#themes li.nature a {		   color: #658C19; }
li.nature:hover {	background-color: #FFFFFF; }

li.world {			background-color: #EFE5F0; }
#themes li.world a {		   color: #AB6D2B; }
li.world:hover {	background-color: #FFFFFF; border: 1px solid #AB6D2B; }

/* ### CART ### */
.cartproduct_top {
	font-weight: normal;
	padding: 10px 0 5px 5px;
	color: #C9A7CB;
}

.cartproduct_title {
	width: 250px;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 0;
}

.cartproduct_title img {
	border: 1px solid;
	width: 52px;
	border: 1px solid #776E68;
	padding: 3px;
}

.cartproduct_delivery {
	width: 130px;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 0 10px 5px;
	font-size: 9px;
}

.cartproduct_amount {
	width: 50px;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 0 10px 5px;
	font-weight: normal;
}

.cartproduct_price {
	width: 70px;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px;
	text-align: right;
}

.cartproduct_total {
	width: 80px;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px;
	font-weight: normal;
	text-align: right;	
}

.cartproduct_delete {
	width: 20px;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 5px;
	text-align: center;
}

#orderheader {
	background: url('/vars/img/checkout_panel_header.gif');
	width: 620px;
	line-height: 25px;
	height: 26px; 
	padding: 0 0 0 8px;
	font-weight: normal;
	color: #C9A7CB;
}

#orderbody {
	border-left: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	padding: 20px 8px 20px 8px;
	width: 610px;
}

.smallcartimg img {
	border: 1px solid #776E68;
	margin-top: 10px;
	padding: 3px;
	float: left;
	width: 52px;
}

.smallcarttitle {
	float: left;
	margin: 10px 0 0 12px;
	width: 195px;
}

/* ### TOP 5 ### */

.top5number {
	float: left;
	color: #333333;
	font-weight: normal;
	margin: 10px 10px 0 10px;
	font: 15px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	width: 5px;
}

.top5pink {
	background: url('/vars/img/top5pink.png') #FBE7F9 repeat-x top;
	height: 80px;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
}

.top5pink:hover {
	background: url('/vars/img/top5pink.png') #FBE7F9 repeat-x bottom;
}

.top5img {
	margin-top: 10px;
	float: left;
	width: 60px;
}

.top5img img {
	border: 1px solid #776E68;
	padding: 3px;
	width: 52px;
	max-height: 52px;
}

.top5info {
	float: left;
	margin: 10px 0 0 5px;
	width: 190px;	
}

.top5theme {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.top5theme a {
	color: #777777;
}

.top5title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 3px;
}

.top5title a, .smallcarttitle a {
	color: #003366;
	color: #004084;
}

.top5title a:hover, .smallcarttitle a:hover {
	color: #47155f;
}

.top5price {
	margin-top: 6px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.top5price a {
	text-decoration: underline;
}

.top5price a:hover {
	text-decoration: none;
}

/* ### FOOTER ### */

#footer {
	margin: 0 auto;
	width: 960px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #58524E;	
	background-image: url('/vars/img/footer-bg.png');
	background-repeat: no-repeat;
	background-position: top;
}

#footer a {
	color: #996699;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

/* ### FORM ### */

input {
	padding: 4px;
	margin: 0 0 4px 0;
	font-size: 12px;
	color: #222222;
	width: 150px;
	border-right: 1px solid #CCCCCC; 
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #EEEEEE; 
	border-left: 1px solid #EEEEEE; 
}

textarea {
	padding: 4px;
	margin: 0 0 4px 0;
	font-size: 12px;
	color: #222222;
	border-right: 1px solid #CCCCCC; 
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #EEEEEE; 
	border-left: 1px solid #EEEEEE; 
}

td.orderinfo {
	font-size: 11px;
	color: #666666;
	width: 120px;
}

input.round-btn {
	background-color: #FFF;
	background-image: url('/vars/img/round-btn.gif');
	width: 115px;
	height: 32px;
	border: 0;
	color: #666;
	font-size: 12px;
	margin: 3px 3px 5px 3px;
	cursor: pointer;
}

input.round-btn:hover {
	background-image: url('/vars/img/round-btn-hover.gif');
	color: #333;
}

input.round-btn-pink {
	background-color: #FFF;
	background-image: url('/vars/img/round-btn-pink.gif');
	width: 115px;
	height: 32px;
	border: 0;
	color: #5f007a;
	font-size: 12px;
	margin: 3px 3px 5px 3px;
	cursor: pointer;
}

input.round-btn-pink:hover {
	background-image: url('/vars/img/round-btn-hover-pink.gif');
	color: #5f007a;
}

#newsletter input.field {
	padding: 4px;
	margin: 0 0 4px 0;
	font-size: 12px;
	color: #222222;
	border-right: 1px solid #CCCCCC; 
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #EEEEEE; 
	border-left: 1px solid #EEEEEE; 
}

/* ### ARTISTS ### */
#artists .topbalk td, .management .topbalk td {
	text-align: left;
	background-color: #FFF;
	background-image: url('/vars/img/search_toolbar.png');
	background-position: top;
	background-repeat: repeat-x;
	padding: 4px 0px;
	color: #003366;
	font-weight: bold;
	height: 40px;
}

#artists .selectrow td, .management .selectrow td {
	padding: 5px;
}

#artists tr:hover {
	color: #003366;
}

#artists .selectrow:hover td, .management .selectrow:hover td {
	background-color: #DA6594;
	background-image: url('/vars/img/menu_bg_hover.png');
	background-position: top;
	background-repeat: repeat-x;
	cursor: pointer;
}

#artists .row-a, .management .row-a { 
	background-color: #efefef;
	background-image: url('/vars/img/search_result_row.png');
	background-position: top;
	background-repeat: repeat-x;
}

#artists .row-b, .management .row-b { 
	background-color: #ffffff; 
}

img.artist-image {
	border: 1px solid #CCCCCC;
	padding: 2px;
}

tr.graphic td a,
tr.graphic td a.sm2_link {
 /* assume all items will be sounds rather than wait for onload etc. in this example.. may differ for your uses. */
 padding-bottom: 2px;
 padding-right: 4px;
 padding-top: 2px;                                                                                                          
 padding-left: 15px;
 min-height:16px;
 border:0px solid #fff;
 background-color:#fff;
 min-width:19em;
 _width:19em;
 text-decoration:none;
 font-weight:bold;
 color:#fff;
}

tr.graphic td a.sm2_link {
 /* safari 3.1+ fun (or, proprietary crap. TBD.) */
 -webkit-transition-property: hover;
 -webkit-transition: all 0.15s ease-in-out;
}

tr.graphic td a.sm2_link,
tr.graphic td a.sm2_paused:hover,
tr.graphic td a.sm2_link:hover {
 background:#fff url(/vars/img/play.gif) no-repeat 0px 50%;
 _background-image:url(/vars/img/play.gif); /* IE 6 */
}

tr.graphic td a.sm2_paused {
 background-color:#fff;
}

tr.graphic td a.sm2_paused:hover {
 background:#fff url(/vars/img/play.gif) no-repeat 0px 50%;
 _background-image:url(/vars/img/play.gif);
}

tr.graphic td a.sm2_playing,
tr.graphic td a.sm2_playing:hover {
 background:#fff url(/vars/img/pause.gif) no-repeat 0px 50%;
 _background-image:url(/vars/img/pause.gif);
 text-decoration:none;
}
.clear {
	clear: both;
}