/******************************************************************************************************
Title:			screen.css
Browser(s):		All browsers.

Author: 		Peter Antonius for Fröjd (www.frojd.se)
Created: 		07.09.2007
Last modified:	23.10.2007
******************************************************************************************************/
* {
	margin:0;
	padding:0;
	}

html {
	background:#d4dadb;
	}

body {
	height:100%;
	margin:0;
	padding:0;
	color:#000;
	font:.63em/1.6em Arial, Helvetica, Verdana, Tahoma, sans-serif;
	}
	
/*	Clearfix
---------------------------------------------*/
.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}

.clearfix {
	display:inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* fullContent
---------------------------------------------*/

#wrapper {
	margin:0 auto;
	width:910px;
	}

#header h1 a span,#header #memberArea p.userInfo a.logOut span,#content a.moreInfo span,#content a.demo span,#content a.addToCart span,#content a.download span,#sideBar fieldset legend,table.tracksList caption.hide,table.tracksList tbody tr td a.play span,table.tracksList tbody tr td a.stop span,table.tracksList tbody tr td a.dl span,table.tracksList tbody tr td a.buy span,#footer #cart fieldset legend,#footer div#partners ul li a span {
	display:none;
	}

#header ul li a:hover,#footer div#partners a#testimonials:hover {
	text-decoration:underline;
	}

#sideNav ul li a:hover,#content a.moreNews:hover,#content .contentNav li a:hover {
	text-decoration:none;
	}

#sideBar table tbody tr td a.play,#sideBar table tbody tr td a.stop {
	margin:0;
	}

/*	Header
---------------------------------------------*/
#header h1 {
	background:url(../images/logotypeHolderBg.gif) no-repeat;
	height:56px;
	padding:10px 0 8px 14px;
	width:896px;
	}

#header h1 a {
	background:url(../images/logotype.gif) no-repeat;
	display:block;
	height:56px;
	width:50px;
	}

#header {
	background:#a4b2b7;
	float:left;
	width: 100%;
	}

#header #topNav {
	float:left;
	margin:7px 0 0;
	width:219px;
	}

#header #memberArea {
	background:url(../images/backgrounds/memberAreaBg.gif) repeat-y;
	float:left;
	margin:7px 0 0;
	padding-bottom:9px;
	width:481px;
	}

#header #login {
	float:left;
	width:323px;
	}

#header .subNav {
	float:right;
	margin:0;
	width:138px;
	}

#header #search {
	float:right;
	margin:7px 0 0;
	width:210px;
	}

/*	Header =List
---------------------------------------------*/
#header ul {
	list-style:none;
	}

#header ul li {
	line-height:1.2em;
	padding:0 0 0 8px;
	}

#header ul li a {
	background:url(../images/icons/HeaderArrow.gif) no-repeat 0 1px;
	color:#fff;
	padding-left:14px;
	text-decoration:none;
	text-transform:uppercase;
	}

/*	Header =memberArea
---------------------------------------------*/
#header fieldset {
	border:0;
	color:#fff;
	margin-top:-4px;
	padding:0 8px;
	}

#header fieldset legend {
	color:#fff;
	font-size:1.1em;
	font-weight:700;
	text-transform:uppercase;
	}

#header #memberArea fieldset label {
	margin:0 10px 0 0;
	text-transform:uppercase;
	}

#header #memberArea fieldset input {
	border:1px solid #909697;
	font-size:1em;
	width:90px;
	}

#header #memberArea fieldset label#save input {
	border:0;
	height:14px;
	width:14px;
	}

#header #memberArea fieldset label#save {
	float:left;
	margin-right:54px;
	margin-top:4px;
	}

#header #memberArea fieldset input#log-in {
	border:0;
	float:left;
	height:17px;
	margin-top:4px;
	width:56px;
	}

#header #memberArea fieldset a {
	color:#fff;
	text-transform:uppercase;
	}

#header #memberArea fieldset a.lostPassword {
	float:left;
	margin:4px 14px 0 35px;
	}

/*	Header =memberArera logged in
---------------------------------------------*/
#header #memberArea p.userInfo {
	color:#fff;
	float:left;
	line-height:1.2em;
	padding-left:8px;
	width:196px;
	}

#header #memberArea p.userInfo strong {
	display:block;
	text-transform:uppercase;
	}

#header #memberArea p.userInfo a.logOut {
	background:url(../images/buttons/blue/logOut.gif) no-repeat;
	display:block;
	height:17px;
	margin-top:2px;
	width:70px;
	}

#header #memberArea ul.subNav li a span.shoppingCart {
	background:url(../images/icons/shoppingCart.gif) no-repeat;
	display:block;
	height:13px;
	margin:2px 0 0 14px;
	width:12px;
	}

/*	Header =Search
---------------------------------------------*/
#header #search fieldset input {
	border:1px solid #909697;
	font-size:1em;
	height:12px;
	padding:2px 1px 1px;
	width:150px;
	}

#header #search fieldset select {
	background:#fff;
	border:1px solid #909697;
	font-size:1em;
	margin:1px 0 2px;
	width:152px;
	}

#header #search fieldset #s {
	border:0;
	height:17px;
	vertical-align:bottom;
	width:35px;
	}

/*	Container
---------------------------------------------*/
#container {
	border-left:1px solid #a4b2b7;
	border-right:1px solid #a4b2b7;
	width:908px;
	background:#fff;
	}

.threeColumns {
	background:#fff url(../images/backgrounds/threeColumnsBg.gif) repeat-y !important;
	}

.twoColumns {
	background:#fff url(../images/backgrounds/twoColumnsBg.gif) repeat-y !important;
	}

.oneColumn {
	background:#fff;
	}

html.cartAdded body #container {
	padding-bottom:84px;
	}

/*	Side Navigation
---------------------------------------------*/
#sideNav {
	float:left;
	margin-top:-4px;
	padding:0 0 30px;
	width:218px;
	border-right: 1px solid #aaaaaa;
	}

#sideNav h2 {
	background:#bce9fb url(../images/backgrounds/sideNavHeadline.gif) repeat-x;
	border-bottom:1px solid #91d2eb;
	border-left:1px solid #bcebfc;
	border-right:1px solid #6ec5e6;
	border-top:1px solid #44b2db;
	color:#084559;
	font-size:1.1em;
	line-height:1.1em;
	font-weight:700;
	margin-top:4px;
	padding:8px 14px 7px;
	text-transform:uppercase;
	width:188px;
	}

#sideNav ul {
	list-style:none;
	width:218px;
	}

#sideNav ul li {
	border-bottom:1px solid #fff;
	line-height:1.2em;
	}

#sideNav ul li a {
	background:url(../images/icons/sideNavArrow.gif) no-repeat 15px center;
	color:#4A5255;
	display:block;
	font-size:1.1em;
	font-weight:700;
	padding:2px 0 1px 34px;
	text-decoration:underline;
	}

#sideNav ul li.active a {
	background:url(../images/icons/sideNavArrowActive.gif) no-repeat 15px center;
	color:#56c9f4;
	}

#sideNav ul li.active a:hover {
	background-color:#cdf1ff;
	}

/*	Content
---------------------------------------------*/
#content {
	color:#525F63;
	float:left;
	font-size:1.1em;
	width:688px;
	}

#contentNarrow {
	float:left;
	padding:0 10px 30px;
	width:457px;
	}

#contentWide {
	float:left;
	padding:0 10px 30px;
	width:668px;
	}
	

/* generic layout help classes
---------------------------------------------*/
.width50
{
	width: 46%;
}

.width33
{
	width: 30%;
}

.floatLeft
{
	float:left;
}

.floatRight
{
	float:right;
}

.horzPad
{
	padding-left: 10px;
	padding-right: 10px;
	
}

.none .dibs, .none .payPal, .dibs .payPal, .payPal .dibs
{
	display: none;
}

.dibs .dibs
{
	display: inherit;
}

.payPal .payPal
{
	display: inherit;
}


	

/*	Content - Apperance
---------------------------------------------*/
#content h1
{
	color:#8E8E8E;
	font-size:2em;
	letter-spacing:-0.05em;
	margin:20px 0;
	text-transform:uppercase;
	}

#content h2 {
	color:#8E8E8E;
	font-size:1.7em;
	letter-spacing:-0.05em;
	margin:20px 0;
	text-transform:uppercase;
	}

#content h3 {
	font-size:1.1em;
	}

#content p {
	margin:0 0 14px;
	}

#content blockquote {
	font-weight:700;
	margin:0 0 14px;
	}

#content a {
	color:#000;
	text-decoration:underline;
	}

#content hr {
	background:#fff url(../images/backgrounds/horizontalLine.gif) repeat-x;
	border:0;
	clear:both;
	color:#ccc;
	height:1px;
	width:100%;
	}

#content .alignRight {
	float:right;
	margin:0 0 10px 10px;
	}

#content .alignLeft {
	float:left;
	margin:0 10px 10px 0;
	}

#content .promo {
	margin:0 0 20px;
	width:100%;
	}

#content .colLeft {
	float:left;
	line-height:1.3em;
	margin:0 0 20px;
	width:49%;
	}

#content .colRight {
	float:right;
	line-height:1.3em;
	margin:0 0 20px;
	width:49%;
	}

#content .colSingle {
	line-height:1.3em;
	margin:0 0 20px;
	width:100%;
	}

#content .price {
	color:red;
	display:block;
	font-weight:700;
	padding:12px 0 0;
	}

#content a.moreNews {
	color:#525F63;
	font-weight:700;
	text-decoration:underline;
	}

/*	Content =contentNav
---------------------------------------------*/
#content ul.contentNav {
	list-style:none;
	margin:-10px 0 20px -10px;
	}

#content .contentNav li {
	background:url(../images/backgrounds/contentNavBg.gif) repeat-y top right;
	display:inline;
	padding:0 11px 0 10px;
	}

#content .contentNav li.last {
	background-image:none;
	}

#content .contentNav li a {
	color:#7DC600;
	font-size:1.1em;
	font-weight:700;
	text-decoration:underline;
	}

/*	Content - Search fields
---------------------------------------------*/
#content fieldset {
	border:0;
	clear:both;
	margin:0 0 20px;
	}

#content fieldset label.checkboxBlock input {
	vertical-align:bottom;
	}

#content fieldset label.keyword {
	border-left:1px solid #909697;
	margin:0 0 0 5px;
	padding:0 0 0 5px;
	}

#content fieldset label input {
	vertical-align:middle;
	}

#content fieldset label.keyword input {
	border:1px solid #909697;
	color:#000;
	font-size:1em;
	margin:0 4px 0 0;
	}

#content fieldset select {
	border:1px solid #909697;
	color:#000;
	font-size:1em;
	margin:10px 6px 0 0;
	vertical-align:bottom;
	}

#content fieldset select option {
	padding:0 8px 0 4px;
	}

#content fieldset input.button {
	margin:0;
	padding:0;
	vertical-align:bottom;
	}

/*	Content - Product list
---------------------------------------------*/
#contentWide div.productList {
	background:#fff url(../images/backgrounds/horizontalLine.gif) repeat-x left bottom;
	line-height:1.1em;
	padding:12px 0 30px;
	clear:both !important;
	}

#content .productListExtended {
	background:#fff url(../images/backgrounds/verticalLine.gif) repeat-y right top;
	float:left;
	padding-right:10px;
	width:458px;
	clear:both !important;
	}
	
#content .productListExtended a.download {
	clear:both !important;
	margin:10px 0;
	}
	
#content .thumbnailImage
{
	max-width: 91px;
	width: 91px;
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content .productList .productInfo {
	overflow:auto;
}
	
#content .productList P
{
	line-height: 1.4em;
}

/*	Content - Product list - Buttons
---------------------------------------------*/
#content ul.options {
	height:27px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	margin:0;
	padding:0;
	}

#content ul.options li {
	float:left;
	margin:0 4px 0 0;
	padding-bottom:10px;
	}

#content a.moreInfo {
	background:url(../images/buttons/green/moreInfo.gif) no-repeat;
	display:block;
	height:17px;
	width:70px;
	}

#content a.demo {
	background:url(../images/buttons/green/demo.gif) no-repeat;
	display:block;
	height:17px;
	width:51px;
	}
	
#content a.stopdemo {
	background:url(../images/buttons/green/stop_demo.gif) no-repeat;
	display:none;
	height:17px;
	width:72px;
	}
	

#content a.addToCart {
	background:url(../images/buttons/green/addToCart.gif) no-repeat;
	display:block;
	height:17px;
	width:81px;
	}

#content a.download {
	background:url(../images/buttons/blue/download.gif) no-repeat;
	display:block;
	height:21px;
	width:100px;
	outline:none;
	}

/* Content - Product list - Pagination
---------------------------------------------*/
#content div.pagination ul {
	list-style:none;
	}

#content div.pagination ul li {
	float:left;
	margin-right:4px;
	margin-top:18px;
	}

#content div.pagination ul li a {
	border:1px solid #ccc;
	display:block;
	padding:2px 6px;
	text-decoration:none;
	color:#475459;
	font-weight:700;
	}

#content div.pagination ul li a:hover {
	border:1px solid #9b9b9b;
	color:#273135;
	background:#f1f6f8;
	}

#content div.pagination ul li.selected a,
#content div.pagination ul li.selected a:hover {
	border:1px solid #6eac00;
	background:#cbf18a;
	color:#fff;
	color:#436800;
	}

#content div.pagination ul li.disable span {
	border:1px solid #e9e9e9;
	padding:4px 6px;
	color:#d9d9d9;
	display:block;
	padding:2px 6px;
	font-weight:700;
	}

/*	Content - Product list - Sidebar
---------------------------------------------*/
#sideBarList {
	float:right;
	margin-left:10px;
	width:190px;
	}

#sideBarList h3 {
	font-size:1.2em;
	}

#sideBarList p {
	padding:10px 0 0;
	}

#sideBarList .alignRight {
	padding:16px 0;
	}

/*	Sidebar
---------------------------------------------*/
#sideBar {
	float:left;
	padding:0 8px 20px 7px;
	width:196px;
	}

#sideBar h2 {
	color:#8E8E8E;
	font-size:1.7em;
	letter-spacing:-0.05em;
	margin-bottom:20px;
	text-transform:uppercase;
	}

#sideBar table {
	margin:0 0 30px;
	}

.playpause {
	width:28px;
	}

	
#sideBar table caption,#sideBar h3 {
	color:#46B9E3;
	font-size:1.4em;
	font-weight:700;
	letter-spacing:-0.05em;
	padding-bottom:10px;
	text-align:left;
	text-transform:uppercase;
	}

#sideBar h3 {
	padding-bottom:4px;
	}

#sideBar .moreInfo {
	margin-bottom:14px;
	}

#sideBar fieldset label {
	text-transform:uppercase;
	}

#sideBar fieldset input {
	border:1px solid #909697;
	font:1em Arial, Helvetica, sans-serif;
	padding:2px 0;
	width:194px;
	}

#sideBar fieldset input#send {
	border:0;
	float:right;
	margin-top:10px;
	padding:0;
	width:47px;
	}

/*	Tables 
---------------------------------------------*/
table.tracksList {
	border-collapse:collapse;
	margin-bottom:10px;
	width:100%;
	}

table.tracksList caption {
	color:#525F63;
	font-size:1.1em;
	font-weight:700;
	margin:14px 0 0;
	text-align:left;
	text-transform:uppercase;
	}

/* Tables = thead.
---------------------------------------------*/
table.tracksList .thead td{
	background:#808F94;
	border-right:1px solid #fff;
	color:#fff;
	padding:4px;
	vertical-align:top;
	}

table.tracksList .thead a {
	color:#fff !important;
	text-decoration:underline !important;
	}

table.tracksList .thead .download {
	width:10%;
	}

/* Tables = tfoot.
---------------------------------------------*/
table.tracksList tfoot {
	background:#808F94;
	color:#fff !important;
	}

table.tracksList tfoot ul {
	list-style:none;
	text-align:center;
	}

table.tracksList tfoot ul li {
	display:inline;
	}

table.tracksList tfoot a {
	font-weight:700;
	padding:4px 6px;
	text-decoration:none !important;
	}

table.tracksList tfoot tr td
{
	padding: 4px;
}

table.tracksList tfoot tr td.nextPage {
	text-align:right;
	}

/* Tables = tbody.
---------------------------------------------*/
table.tracksList tbody tr td {
	background:#B8C7CD;
	border-right:1px solid #fff;
	color:#000;
	padding:3px 5px;
	/*vertical-align:top;*/
	}

table.tracksList tbody tr.odd td {
	background:#D8E7ED;
	}

table.tracksList tbody tr td a {
	text-decoration:none !important;
	}

table.tracksList tbody tr td a:hover {
	text-decoration:underline !important;
	}

table.tracksList tbody tr td.alignCenter {
	text-align:center;
	}

table.tracksList tbody tr td a.play {
	background:url(../images/icons/play.gif) no-repeat;
	display:block;
	float:left;
	height:14px;
	margin:0 0 0 0px;
	width:14px;
	}

table.tracksList tbody tr td a.stop {
	background:url(../images/icons/stop.gif) no-repeat;
	display:block;
	float:left;
	height:14px;
	margin:0 -8px 0 0;
	width:14px;
	}

table.tracksList tbody tr td a.dl {
	background:url(../images/icons/dl.gif) no-repeat;
	display:block;
	float:left;
	height:16px;
	margin:0 4px 0 0;
	width:16px;
	}

table.tracksList tbody tr td a.buy {
	background:url(../images/icons/blue/buy.gif) no-repeat;
	display:block;
	float:left;
	height:17px;
	margin:0;
	width:41px;
	}

/*	Footer = Holder for the cart.
---------------------------------------------*/
#footerHolder {
	display:block;
	width:910px;
	}

html.cartAdded body #footerHolder {
	bottom:0;
	left:50%;
	margin-left:-455px;
	position:fixed;
	}

#footer {
	border:1px solid #a4b2b7;
	border-bottom:0;
	color:#fff;
	display:block;
	margin:0 auto;
	}

/*	Footer = The shoppingcart.
---------------------------------------------*/
#footer #cart {
	background:#a4b2b7 url(../images/backgrounds/footerCartBg.gif) repeat-x left top;
	border:1px solid #d6dbdd;
	border-bottom:1px solid #8a959a;
	border-right:1px solid #8a959a;
	padding:4px;
	position:relative;
	}

#footer #cart h2 {
	font-size:1.5em;
	padding-left:4px;
	text-transform:uppercase;
	}

#footer #cart p {
	font-weight:700;
	padding-left:4px;
	}

#footer #cart fieldset {
	border:0;
	height:35px;
	position:absolute;
	right:10px;
	top:5px;
	width:560px;
	}

#footer #cart fieldset select {
	background:#fff;
	border:1px solid #909697;
	float:left;
	font-size:1.1em;
	margin:5px 8px 0 0;
	}

#footer #cart fieldset select option {
	padding:2px 10px 0 2px;
	}

#footer #cart fieldset p {
	float:left;
	font-size:1.1em;
	margin:8px 8px 0 4px;
	padding:0;
	}

#footer #cart fieldset #viewCart {
	float:right;
	}
