#webshop{
	float:left;
	margin:0;
	padding:0 20px 0 0;
	width:740px;
	color: #666666;
}

/* Overwrite Webshop button color: */
#nav .current_page_item a{
	background-color: #EA9E1A;
	border-color: #EA9E1A;
}

#subNav a{
	color: #2772B3;
}

h1{
	padding: 0 20px 15px 100px;
	margin: 10px 0 0;
	border-bottom: 1px dotted #74A5D5;
	font-size: 22px;
}
h2{
	padding: 0 0 0 100px;
	margin: 10px 0 0;
}
h3{
	padding: 0 0 0 100px;
	margin: 10px 0 0;
}
.description{
	padding: 10px 0 10px 100px;
	margin-bottom: 20px;
	border-bottom: 2px solid #74A5D5;
}
#webshop ul{
	margin: 10px 0 0;
	padding: 0 0 0 100px;
	list-style: none;
}
.breadcrumbs{
	padding: 0 0 0 100px;
	margin: 10px 0 0;
	color: #666666;
}
.breadcrumbs a{
	color: #666666;
}

.topvideos{
	padding: 10px 0 0 100px;
}
.topvideos .topvideo{
	float: left;
	margin: 0 2px;
}
.topvideos .topvideo img{
	width: 151px;
	height: 83px;
	border: 1px solid #666666;
}
.topvideos .topvideo .title{
	width: 151px;
	height: 28px;
	text-align: center;
	background: url(../img/dropshadow-160px.png);
	background-repeat: no-repeat;
	overflow: hidden;
}
.topvideos .topvideo .title a{
	line-height: 1.2em;
	font-size: 12px;
}
.actionbar{
	padding: 0 0 0 100px;
	margin: 10px 0 10px;;
	line-height: 1.2em;
}
.actionbar a{
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 0 3px;
	background-color: #5C9BD1;
	color: #fff;
	font-weight: normal;
	margin-right: 2px;
	white-space: nowrap;
}
.actionbar a:hover{
	background-color: #3B86C7;
	text-decoration: none;
}
/* Class adds a visual indication for background action (preparing download etc): */
.loading-indicator-active{
	background-color: #777 ! important;
	background-image: url(../img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.description p{
	margin-bottom: 15px;
}
.videolist li{
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ddd;
	clear: both;
}
.videolist li .videocaption{
}
.videolist li .description{
	padding-left: 220px;
	padding-top: 0;
	margin-bottom: 5px;
	min-height: 160px;
	border: none;
}
.videolist ul li h3{
	padding: 0;
	margin-bottom: 5px;
}
.videolist img{
	width: 205px;
	height: auto;
	vertical-align: top;
	float: left;
	margin: 0 10px 0 0;
}
.overlayed-thumbnail{
	position: relative;
}
.overlayed-thumbnail span{
	position: absolute;
	background: url(../img/icons/play.png);
	display: block;
	width: 32px;
	height: 32px;
	margin: 40px 0 0 86px;
}
.overlayed-thumbnail span.noIcon{
	background: none;
}
.actionbar-under-thumbnail{
	float: left;
	clear: left;
	padding: 0;
}
.actionbar-under-thumbnail a{
	padding: 1px 3px;
	display: block;
	margin-top: 1px;
}
.videolist-detailed .breadcrumbs{
	padding-left: 0;
	margin: 0;
}
.videolist-detailed .breadcrumbs a{
	colsor: #666666;
}
.videolist-detailed .videotitle{
	margin: 2px 0 3px;
}
.videolist-detailed .videotitle a{
	font-size: 22px;
	color: #000;
}
.videolist-detailed .actionbar{
	padding-left: 0;
	margin: 2px 0 10px;
}
.videolist-detailed .actionbar a{
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #5C9BD1;
	padding: 1px 4px;
	color: #fff;
	font-weight: normal;
}
.videolist-detailed .actionbar a.inverse{
	color: #5C9BD1;
	background-color: #fff;
	font-weight: normal;
	border: 1px solid #5C9BD1;
}
.videolist-detailed .actionbar a.inverse:hover{
	background-color: #eee;
}

.thumbs-slideshow{
	margin: 10px 0 0 100px;
	flodat: left;
}
.thumbs-slideshow img{
	width: 160px;
	height: auto;
}
/* Description that have a thumbnail at the left side, should leave space for it and be at least as high as the thumb: */
.with-thumbnail{
	min-height: 95px;
}
.with-thumbnail p{
	margin-left: 165px;
}

#webshop .videoplayer{
	padding: 0 0 0 100px;
	margin: 10px 0 0;
	position: relative;
}
#webshop .videoplayer img{
/* Image only */
	width: 640px;
	height: auto;
}
#cartbutton-overlay{
	position: absolute;
	top: 100px;
	left: 275px;
	text-align: center;
	border: 3px solid rgba(255,255,255,0.8);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #888;
	background: rgba(50,50,50,0.6);
	display: none;
}
#cartbutton-overlay a{
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	vertical-align: middle;
	padding: 4px;
}
#cartbutton-overlay:hover{
	background: #eee;
	background: rgba(90,90,90,0.8);
}

#preview-ribbon{
	position: absolute;
	top: -4px;
	left: 93px;
	displssay: none;
}
#preview-ribbon img{
	height: 136px !important;
	width: 136px !important;
}
#webshop table{
	border-collapse: collapse;
	margin: 10px 0 10px 100px;
}
#webshop tr.sum{
	font-weight: bold;
}
#webshop td{
	border-width: 1px 0;
	border-style:  solid;
	border-color: #999;
	padding: 4px;
}
#webshop td.currency{
	text-align: right;
}
#webshop td h2{
	margin-bottom: 0;
	padding: 0;
}
#webshop form{
	padding: 0 0 0 100px;
	margin: 10px 0 10px;
}
#webshop form h2{
	padding-left: 0;
}
#webshop label{
	display: block;
	padding: 10px 0 2px;
}
#webshop .required{
	font-weight: bold;
}
#webshop legend{
	font-size: 20px;
}
#webshop input{
	border: 1px solid #000;
}
#webshop textarea{
	border: 1px solid #000;
}
#webshop .text input{
	width: 250px;
}
#webshop .textarea textarea{
	width: 250px;
}
#webshop .input{
	margin-bottom: 10px;	
}
#webshop .submit{
	padding: 10px 0;
}
#webshop .checkbox input{
	float: left;
	margin-top: 10px;
}
.error-message{
	color: #f00;
	font-weight: normal;
}
.addthis_button img{
	margin-top: 2px;
	margin-left: 615px;
	
}
.message{
	/* CakePHP Flash Messages */
	border: 1px solid #da2f18;
	color: #f00;
	padding: 4px 4px 4px 100px;
	margin: 10px 0 0;
}
.adminbuttons a{
	color: #000;
	border: 1px solid red;
	padding: 0 2px;
}

.clear{
	clear: both;
}
/* Fix a style from main site that creates bottom scroll bar...: */
#footerwrap{
	padding: 20px 0 0;
	clear: both;
}
#footer{
	padding-left: 200px;
}
