
/* general styles for all shops */
a, input {
	outline: none !important;
}






/* STUFF AND DIVERS */
.available {
	color: green;
}
.not-available {
	color: #ca001c;
}


#sidebar_5 a,
#sidebar_sub_navigation_logged_out a {
		display: block;
}

.bluray-cover {
	padding: 15px 0 5px 0;
	background: url(img/bluray_cover.gif) no-repeat;
}
/* END STUFF AND DIVERS */









/* HIGHSLIDE STYLES */
.highslide-play,
.highslide-full-expand,
.highslide-move {
	display: none !important;
}
.highslide-controls {
	width: 110px;
}
/* END HIGHSLIDE STYLES */







/* FORMULAR */
input, select, option {
	font-size: 12px;
}
legend {
	font-size: 110%;
	font-weight: bold;
}
fieldset {
	border: 1px solid gray;
}

label {
	width: 150px;
	float: left;
	color: #333;
}

input {
	background: transparent url(img/inputs.gif) 0px -48px no-repeat;
	border: none;
	width: 172px;
	height: 15px;
	padding: 5px 4px 4px 4px;
}

.input-option {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	border: none;
	background: transparent;
}

.input-smaller {
	background: transparent url(img/inputs.gif) 0px -72px no-repeat;
	border: none;
	width: 157px;
	height: 16px;
	padding: 4px;
}

.input-larger {
	background: transparent url(img/inputs.gif) 0px -24px no-repeat;
	border: none;
	width: 187px;
	height: 16px;
	padding: 4px;
}

.input-large {
	background: transparent url(img/inputs.gif) 0px 0px no-repeat;
	border: none;
	width: 262px;
	height: 16px;
	padding: 4px;
}


.big-textfield {
	padding: 3px;
	font-size: 12px;
	border: none;
	width: 394px;
	height: 194px;
	background: transparent url(img/textarea_big.gif) no-repeat;
}
/* END FORMULAR */



.indual {
	display: inline;
}
.indual a {
	font-weight: bold;
}
.indual span {
    display: none;
}






