/********************************************************************************
* Copyright 2008 - 2011 indual GmbH (www.indual.ch)                             *
********************************************************************************/


/******* GENERAL MOVIE STYLES **************************************************/
.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;
}
.bluray-cover-small {
	padding: 9px 0 3px 0;
	background: url(img/bluray_cover_small.gif) no-repeat;
}

#profile-subnavigation {
	width: 550px;
}
#profile-subnavigation .second-column {
	width: 390px !important;
}

.bluray-cover img {
	border: 1px solid #2289bd !important;
}

/******* HIGHSLIDE STYLES ******************************************************/

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




/******* GENERAL FORMULARS ****************************************************/
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;
}





/******* GENERAL BUTTONS ****************************************************/
.big-red-button {
	padding: 0px;
	background: transparent url(img/buttons300px.gif) 0px -26px no-repeat;
	width: 300px;
	height: 26px;
	border: none;
	color: white;
	line-height: 18px;
	font-weight: bold;
}

.big-green-button {
	background: transparent url(img/buttons300px.gif) 0px -78px no-repeat;
	width: 300px;
	height: 26px;
	border: none;
	color: white;
	line-height: 18px;
	font-weight: bold;
}

.big-red-button:hover,
.big-red-button:active {
	background: transparent url(img/buttons300px.gif) 0px 0px no-repeat;
	color: white;
}

.big-green-button:hover,
.big-green-button:active {
	background: transparent url(img/buttons300px.gif) 0px -52px no-repeat;
	color: white;
}


a.link-button-big-red {
	width: 300px;
	height: 26px;
	background: transparent url(img/buttons300px.gif) 0px -26px no-repeat;
	text-align: center;
	font-weight: normal;
	color: white;
	display: block;
	line-height: 26px;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 3px;
}
a.link-button-big-red:hover,
a.link-button-big-red:active {
	color: white !important;
	background: transparent url(img/buttons300px.gif) 0px 0px no-repeat;
}








/****** movie hover info ****************************************************/

.movie_hover_info {
	display: block;
	position: absolute; 
	z-index: 999; 
	margin-left: 130px; 
	margin-top: -240px;
	width: 300px;
	height: 400px;
	background: url(img/movie_hover_info.png);
}
.movie_hover_info_content {
	margin: 12px 18px 12px 22px;
	text-align: left;
}

.movie_hover_info_content h2 {
	margin: 2px 0 5px 0 !important;
	padding: 0 !important;
	text-align: left !important;
	font-weight: bold !important;
	font-size: 16px !important;
	color: #333 !important;
}
.movie_hover_info_content p {
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	border-top: 1px solid #DDD;
	color: #333 !important;
}

/* IE HACK */
* html .movie_hover_info { margin-left: 5px; }
*+html .movie_hover_info { margin-left: 5px; }


.site_introduction,
.how-it-works-text {
	display: none;
}



/******* HELPER *************************************************************/
a, 
input {
	outline: none !important;
}

.cf,
.clear {
  float: none;
  clear: both;
  line-height: 0;
  width: 1px;
  margin: 0;
  padding: 0;
  font-size: 0;
  height: 0;
}

.nomargin {
  margin: 0 !important;
}

.nobackground {
  background: transparent none !important;
}

.noborder {
  border: none !important;
}



.order_address {
	font-weight: bold;
	font-size: 120%;
	line-height: 19px;
}



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

