﻿@charset "utf-8";
/* CSS Document */
/* Author: Christer @ InBusiness */
/* Layout-specific stylesheet */

/* Product View (product_inline.cfm)
---------------------------------------- */
#productView {
	width:700px;
	padding:0 0 20px 0;
	overflow:hidden;
}

#productView .leftContent {
	width:230px;
	float:left;
	color:#000;
	overflow:hidden;
}
#productView .leftContent .image {
	width:230px;
	padding:0 0 20px 0;
	overflow:hidden;
}
#productView .leftContent .image img {
	width:230px;
}
#productView .leftContent h2 {
	font-size:1.667em;
	font-weight:bold;
	text-transform:none;
	margin:0;
	padding:0 0 5px 0;
	color:#4D4D4D;
}
#productView .leftContent .files {
	width:210px;
	margin:10px 0 0 0;
	padding:10px;
	line-height: 1.6em;
	background:#EBECEA;
	overflow:hidden;
}

#productView .rightContent {
	width:450px;
	padding:0 0 0 20px;
	float:left;
	overflow:hidden;
}
#productView .rightContent h1 {
	font-size:2.083em;
	font-weight:normal;
	margin:0;
	padding:0 0 5px 0;
	color:#000;
}
#productView .rightContent .ingress {
	font-weight:bold;
	padding:0 0 5px 0;
}
#productView .rightContent .description {}

#productView .rightContent .toolBox {
	width:450px;
	padding:30px 0 0 0;
	overflow:hidden;
}
#productView .rightContent .tipFriends {
	width:280px;
	float:left;
}
#productView .rightContent .tipFriends .tipBox {
	background:url(../gfx/tipfriend.jpg) no-repeat top left;
	padding:0 0 0 90px;
}
#productView .rightContent .tipFriends h2 {
	font-size:1.500em;
	font-weight:normal;
	text-transform:none;
	margin:0;
	padding:0 0 5px 0;
	color:#000;
}
#productView .rightContent .tipFriends input[type="text"] {
	vertical-align:middle;
	width:178px;
	height:18px;
	line-height:18px;
	margin:0 0 10px 0;
	padding:0;
	border:1px solid #C6C6C6;
	background:#FFF;
	color:#000;
}
#productView .rightContent .tipFriends input[type="submit"] {
	vertical-align:middle;
	width:90px;
	height:20px;
	border:1px solid #C6C6C6;
	background:#4C4C4C;
	color:#FFF;
	cursor:pointer;
}

#productView .rightContent .media {
	width:150px;
	padding:10px;
	line-height:1.6em;
	background:#EBECEA;
	float:left;
}
#productView .rightContent .media a,
#productView .rightContent .media a:link,
#productView .rightContent .media a:visited {
	text-decoration:none;
}
#productView .rightContent .media a:hover,
#productView .rightContent .media a:active {
	text-decoration:underline;
}


/* Product List (list.cfm)
---------------------------------------- */
#productList {
	width:700px;
	overflow:hidden;
}
#productList .leftMenu {
	width:130px;
	margin:0 0 20px 0;
	padding:10px;
	float:left;
	display:inline;
	background:#CECFCB;
	overflow:hidden;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	behavior:url(PIE.htc);
	position:relative;
}
#productList .leftMenu h2 {
	font-size:1.250em;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFF;
	border-bottom:1px solid #FFF;
	width:100%;
	margin:0;
	padding:0;
}
#productList .leftMenu ul {
	list-style:none;
	margin:0;
	padding:0;
}
#productList .leftMenu li {
	margin:0;
	padding:10px 0 0 0;
	font-weight:bold;
}
#productList .leftMenu li a,
#productList .leftMenu li a:link,
#productList .leftMenu li a:visited,
#productList .leftMenu li a:hover,
#productList .leftMenu li a:active {
	text-decoration:none;
	color:#656565;
}

#productList .leftMenu ul ul {
	list-style:none;
	margin:0;
	padding:4px 0 0 10px;
}
#productList .leftMenu li li {
	margin:0;
	padding:2px 0;
	font-weight:normal;
}
#productList .leftMenu li li a,
#productList .leftMenu li li a:link,
#productList .leftMenu li li a:visited {
	text-decoration:none;
}
#productList .leftMenu li li.selected a,
#productList .leftMenu li li.selected a:link,
#productList .leftMenu li li.selected a:visited,
#productList .leftMenu li li.selected a:hover,
#productList .leftMenu li li.selected a:active,
#productList .leftMenu li li a:hover,
#productList .leftMenu li li a:active {
	text-decoration:underline;
}

#productList .productList {
	width:530px;
	padding:10px 0 0 20px;
	float:left;
	overflow:hidden;
}
#productList .productListBox {
	width:510px;
	margin:0 0 20px 0;
	padding:10px;
	background:#CECFCB;
	overflow:hidden;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	behavior:url(PIE.htc);
	position:relative;
}
#productList .productListBox .image {
	width:100px;
	padding:0 10px 0 0;
	float:left;
}
#productList .productListBox .image img {
	width:100px;
}
#productList .productListBox .content {
	width:400px;
	float:left;
}
#productList .productListBox .content .author {
	font-size:0.833em;
}

#productList .productListBox .content h2 {
	font-size:1.667em;
	color:#656565;
	border:none;
	text-transform:none;
	font-weight:normal;
	margin:0;
	padding:0;
}
#productList .productListBox .content h2 a,
#productList .productListBox .content h2 a:link,
#productList .productListBox .content h2 a:visited,
#productList .productListBox .content h2 a:hover,
#productList .productListBox .content h2 a:active {
	color:#656565;
}
#productList .productListBox .content .ingress {
	padding:5px 0;
}
#productList .productListBox .content .link a,
#productList .productListBox .content .link a:link,
#productList .productListBox .content .link a:visited {
	text-transform:uppercase;
	text-decoration:underline;
	color:#656565;
}
#productList .productListBox .content .link a:hover,
#productList .productListBox .content .link a:active {
	text-transform:uppercase;
	text-decoration:none;
	color:#656565;
}

#productList .sorting {
	padding:0 0 10px 0;
}

/* Pagination
---------------------------------------- */
#productList .pagination {
	width:100%;
	padding:0;
	overflow:hidden;
}
#productList .pagination ul {
	list-style:none;
	margin:0;
	padding:0;
}
#productList .pagination li {
	min-width:18px;
	height:18px;
	line-height:18px;
	float:left;
	margin:0 10px 10px 0;
	padding:0;
	border:1px solid #CECFCB;
	text-align:center;
}
#productList .pagination li:hover,
#productList .pagination li.selected {
	border:1px solid #4D4D4D;
}
#productList .pagination li a,
#productList .pagination li a:link,
#productList .pagination li a:visited,
#productList .pagination li a:hover,
#productList .pagination li a:active {
	text-decoration:none;
	display:block;
	color:#000;
}

/* Author
---------------------------------------- */
#author {
	width:100%;
	overflow:hidden;
}
/* Author - Info
---------------------------------------- */
#author .authorInfo {
	width:100%;
	overflow:hidden;
}
#author .authorInfo .image {
	width:150px;
	float:left;
}
#author .authorInfo .image img {
	max-width:144px;
	border:none;
	outline:none;
}
#author .authorInfo .content {
	width:501px;
	padding:0 0 0 9px;
	float:left;
}
#author .authorInfo .contentWide {
	width:700px;
}
#author .authorInfo h2 {
	margin:0;
	padding:0;
	color:#333;
	text-transform:none;
	font-size:1.7em;
}
#author .authorInfo .date {
	font-weight:bold;
	padding:0 0 5px 0;
}
#author .authorInfo .description {
	line-height:normal;
}
#author .authorInfo p {
	margin:0;
}

/* Author - Books
---------------------------------------- */
#author .authorBooks {
	width:700px;
	padding:10px 0;
	overflow:hidden;
}
#author .authorBooks h2 {
	margin:0;
	padding:0 0 10px 0;
	color:#333;
	text-transform:none;
	font-size:1.7em;
}
#author .authorBooks ul {
	list-style:none;
	margin:0;
	padding:0;
}
#author .authorBooks li {
	width:175px;
	margin:0;
	padding:0 0 20px 0;
	float:left;
}
#author .authorBooks li.first {
	clear:both;
}
#author .authorBooks .image {
	width:175px;
	text-align:center;
}
#author .authorBooks .image img {
	max-width:100px;
	max-height:100px;
	border:none;
	outline:none;
}
#author .authorBooks .title {
	width:175px;
	text-align:center;
}