/* help classes */
.bold {
	font-weight:bold;
}

.no-height {
	height:0px;
	display:block;
}

/*wrap*/

div#wrap {
margin:0 auto !important;
}

/* Collection header */
div#collection-header-wrap {
	background-color:#fff;
	width:100%;
	height:28px;
}

div#collection-header {
	width:780px;
	height:28px;
	margin:0px auto;
	
	position:relative;
		z-index:100;
}

div#collection-header a {
	text-decoration:none;
}

div#collection-header span.collection-header-home-link {
	float:left;
	display:inline-block;
}

div#collection-header span.collection-header-home-link a.collection-header-home-link {
	float:left;
	display:inline-block;
}

div#collection-header span.collection-header-home-link a.collection-header-network-link {
	float:left;
	display:inline-block;
}

div#collection-header a span#collection-header-logo {
	background: url(/kaskado-media/internal/image/desktop/Kaskado_logo.png) no-repeat;
	
	width:100px;
	height:28px;
	
	float:left;
	display:inline;
}

div#collection-header span#collection-header-joinus {
	background: url(/kaskado-media/internal/image/desktop/startpage-arrow.png) no-repeat right 3px;
	
	color:#888;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	
	height:20px;
	margin-top:7px;
	padding-right:12px;
	
	float:right;
	display:inline-block;
}

div#collection-header-advertise {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/kaskado-media/internal/image/desktop/cornersign.png) no-repeat scroll 0 0;
	
	width:101px;
	height:135px;
	
	padding-left:50px;
	padding-top:14px;
	
	text-align:center;
	
	display:block;
	
	position:absolute;
		right:0px;
	
	_cursor:pointer; /* IE6 HACK */
}	

div#collection-header-advertise h1 {
	margin-right:10px;
	margin-top:5px;
	float:right;
	display:block;
}


div#collection-header-advertise h1 a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
	
	width:70px;
	height:68px;
	display:block;
}


div#collection-header a span#collection-header-backlink {
	color:#067fc3;
	font-size:12px;
	text-decoration:underline;
	
	height:20px;
	margin-top:7px;
	
	float:left;
	display:inline;
}

div#collection-header-button-wrap  {
	text-align: right;
	width: 500px;
	float:right;
	display:inline;
}

div#collection-header-button-wrap span.collection-header-button-wrap-popup-button {
	background-image:url(/kaskado-media/internal/image/desktop/gray_btn.png);
	background-repeat:repeat-x;
	width:100px;
	
	padding:3px 10px;
	
	color:#fff;
	font-size:12px;
	font-weight:bold;
	line-height:25px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius:5px;
	
	display:inline;
}

div#collection-header-button-wrap span.collection-header-button-wrap-popup-button-active {
	background-image:none;
	background-color:#e9e9e9;
	padding-bottom:10px;
	
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius:5px 5px 0 0;
}

div#collection-header-button-wrap span.collection-header-button-wrap-popup-button a {
	background-image:url(/kaskado-media/internal/image/desktop/arrow_down.png);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:15px;
	color:#fff;
}

div#collection-header-button-wrap span.collection-header-button-wrap-popup-button a.logoutbutton {
	background-image:none;
	padding-right:0px;
	margin-left:1px;
	margin-right:10px;

}

div#collection-header-button-wrap span.collection-header-button-wrap-popup-button-active a {
	background-image:url(/kaskado-media/internal/image/desktop/arrow_up.png);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:15px;
	color:#666;

}


div#collection-header-button-wrap div.collection-header-button-wrap-popup {
	position:relative;
		top:2px;
		*top:-3px; /* IE7 hack */
		
	margin-left:10px;
	display:inline;
}

div#collection-header-button-wrap div.collection-header-button-wrap-popup div.headerpopup {
	text-align:left;
	
	margin:0;
	position:absolute;
		top:-1000px;
		right:0;
		_right:50%; /* IE6 HACK */
		z-index:100;
	
	display:block;
}


div#collection-header-button-wrap div.collection-header-button-wrap-popup-button-fbook {
	top:1px;
	_top:2px; /* IE6 HACK */
	*top:3px; /* IE7 HACK */
}

div#collection-header-button-wrap div.collection-header-button-wrap-popup-button-fbook img {
	height:21px;
	margin-top:2px; /* IE6 HACK */
	
}


div#collection-header div#collection-header-button-wrap .collection-header-button-logout-link a {
	background-image:none;
	padding-right:3px;
}

/* User links */
div#collection-header div#collection-header-button-wrap span#collection-header-profile-name {
	color:#777;
	font-size:12px;
	font-weight:bold;
}

div#collection-header div#collection-header-button-wrap a#collection-header-profile-link {
	font-size:12px;
	text-decoration:underline;
	color:#067fc3;
}

/* POPUPS */
div.headerpopup {
	background-color:#e9e9e9;
	
	position:relative;
		top:-6666px; /* This when the page loads, i hide the popups. The final top vaule loads with jacascript */ 
		z-index:9999;
		
	-moz-border-radius:5px 0 5px 5px;
	-khtml-border-radius:5px 0 5px 5px;
	
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 0px;
	
	display:inline-block;
}

/* signup popup */
div#collection-header-button-wrap-popup-form-signup {
	width:286px;
}

div#collection-header-button-wrap-popup-form-signup form {
	width:256px;
	margin:15px;
	color:#666;
	font-size:14px;
}

div#collection-header-button-wrap-popup-form-signup form fieldset#account-fields input {
	border:1px solid #888888;
	font-size:15px;
	height:25px;
}

div#collection-header-button-wrap-popup-form-signup fieldset#button-wrap p {
	margin:0.2em 0 0;
}
div#collection-header-button-wrap-popup-form-signup fieldset#button-wrap input#create {
	float:right;
	display:inline;
}
/* login popup */
div#collection-header-button-wrap-popup-form-login {
	width:260px;
}

div#collection-header-button-wrap-popup-form-login form {
	margin:15px;
	color:#888;
	font-size:14px;
}

div#collection-header-button-wrap-popup-form-login form fieldset.login-field input {
	border:1px solid #888888;
	font-size:15px;
	height:25px;
	width:220px;
	margin-top:5px;
}

div#collection-header-button-wrap-popup-form-login form fieldset#account-fields label {
	font-size:0.8em;
	font-weight:bold;
	margin:0;
	display:block !important;
}

.sign-up-customer fieldset#button-wrap p {
	font-size:11px;
	line-height:1em;
	width:150%;
	margin-bottom:25px;
	float:left;
	display:inline-block !important;
}

.sign-up-customer fieldset#button-wrap input {
	margin:0 0 25px 0 !important;
}

fieldset#button-wrap p {
	font-size:11px;
	line-height:1em;
	width:49%;
	float:left;
	display:inline-block !important;
}

fieldset#button-wrap input, #search-button {
	height:31px;
	
	background-image:url("/kaskado-media/internal/image/desktop/gray_big_btn.png");
	background-repeat:repeat-x;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	
	border:0 none;
	
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	
	padding-bottom:3px;	
	padding-right:6px;
	padding-left:6px;
}

div#collection-header-button-wrap-popup-form-login form fieldset#button-field-wrap {
	text-align:left !important;
}

div#collection-header-button-wrap-popup-form-login form fieldset#button-field-wrap input {
	height:30px;
	width:77px;

	background-image:url("/kaskado-media/internal/image/desktop/gray_big_btn.png");
	background-repeat:repeat-x;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:0 none;
	
	
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	
	margin-top:10px;
	padding-bottom:3px;	
}

div#collection-header-button-wrap-popup-form-login form fieldset#button-field-wrap a{
	font-size:10px;
	margin-left:45px;
}

div#collection-header div#collection-header-button-wrap form#service-login-form {
	float:none;
}

div#collection-header div#collection-header-button-wrap form fieldset#service-login-fb {
	margin-top:3px;
	float:right;
}

div#collection-header div#collection-header-button-wrap form fieldset#service-login-fb img {
	height:17px;
}

/* Navigation */
div#collection-navigation-wrap {
	margin:0px auto 15px auto;
	width:780px;
	
	text-align:right;
	padding-top: 40px;
}

div#collection-navigation-wrap a.collection-navigation-tab {
	color:#666;
	font-weight:bold;
	text-decoration:none;
	
	height:20px;
	margin-left:-4px;
	padding:4px 9px 1px 28px;
	border:10px solid #FFFFFF;
	background:#fff url('/kaskado-media/internal/image/desktop/nav_box_sprite.png') no-repeat 10px 10px;
	
	display:inline-block;
}

div#collection-navigation-wrap a.first {
	-moz-border-radius:10px 0 0 10px;
	-khtml-border-radius:10px 0 0 10px;

	-webkit-border-bottom-left-radius: 10px 10px;
	-webkit-border-bottom-right-radius: 0px 0px;
	-webkit-border-top-left-radius: 10px 10px;
	-webkit-border-top-right-radius: 0px 0px;
}

div#collection-navigation-wrap a.last {
	-moz-border-radius:0 10px 10px 0;
	-khtml-border-radius:0 10px 10px 0;
	
	-webkit-border-bottom-left-radius: 0px 0px;
	-webkit-border-bottom-right-radius: 10px 10px;
	-webkit-border-top-left-radius: 0px 0px;
	-webkit-border-top-right-radius: 10px 10px;
}

div#collection-navigation-wrap a.alone {
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	
	-webkit-border-bottom-left-radius: 10px 10px;
	-webkit-border-bottom-right-radius: 10px 10px;
	-webkit-border-top-left-radius: 10px 10px;
	-webkit-border-top-right-radius: 10px 10px;
}

div#collection-navigation-wrap a.collection-navigation-tab-home {
	background-position:5px -72px;
}

div#collection-navigation-wrap a.collection-navigation-tab-collectionhome {
	background-position:5px -1px;
}

div#collection-navigation-wrap a.collection-navigation-tab-favorites {
	background-position:6px -23px;
}

div#collection-navigation-wrap a.collection-navigation-tab-blog {
	background-position:1px -46px;
}


/* Collection content */
div#content {
	padding:0 !important;
	width:780px !important;
}

div#collection-wrap {
	background-color:#fff;
	width:780px;
    margin:0 auto;
    
	-moz-border-radius:15px 15px 0 0;
	-khtml-border-radius:15px 15px 0 0;
	
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	
	float:left;
	display:inline;
}

div#collection-deals-search {
	border-color:#d7d7d7;
	border-style:solid;
	border-width:1px 0;
	margin:10px 5px;
	padding:10px 0;
}

div#collection-deals-search h1 {
	color:#D3763C;
	font-size:15px;
	font-weight:bold;
}

div#collection-deals-search h1 span {
	font-style:italic;
}

div#collection-deals-search p {
	font-size:12px;
	margin:0;
}

div#collection-deals {
	float:left;
}

div#collection-wrap div#collection-deals {
	background-color:#fff;
	width:360px;
	margin:30px 0 30px 30px;
	_margin:30px 0 15px 15px;
	display:inline-block;
}

div#collection-wrap div#collection-deals h1#collection-deals-header {
	color:#222;
	font-size:1.4em;
	font-weight:bold;
	margin:0 0 3px;
}

span.smaller-a {
	font-size:60%;
	color:#777;
	margin:0 0 3px;
	font-weight:normal;
}

span.smaller-b {
	font-size:85%;
	color:#777;
	margin:0 0 3px;
	font-weight:normal;
}

/* promotion viewport */
div.promotion {
	cursor:pointer;
	height:50px;
}

div.promotion h2 {
	height:30px;
}


div#collection-promotion {
	background-color:#f2f2f2;
	border:1px solid #ddd;
	border-top:0;
	border-bottom:0;
	margin:0 auto;
	width:324px;
	padding-top:15px;
	border-bottom:0;
}


p.collection-promotion-description-text {
	font-size:12px;
	text-align:left;
	margin:0 22px 5px;
}

img.collection-promotion-image {
	border: 1px solid #ccc;
}

h3.collection-store-link {
	font-size:12px;
	text-align:left;
	
	float:left;
	display:inline;
}

h3.collection-store-link a {
	color:#118FD8;
	font-weight:bold;
}

h3.collection-promotion-terms-of-use-title {
	font-size:12px;
	font-weight:bold;
	color:#666;
	text-align:left;
	margin:5px 22px;
}

p.collection-promotion-terms-of-use-text {
	font-size:12px;
	text-align:left;
	margin:0 22px;
	padding-bottom:20px;
	border-bottom: 1px solid #ccc;
	line-height:12px;
}


a.a_view_promo_link  {
	padding:2px 0 2px 24px;
	background-repeat:no-repeat;
	float:right;
	text-decoration:none;
}
a.a_view_promo_active_blue {
	background: url('/kaskado-media/internal/image/desktop/arrow_up_blue.png') no-repeat 0 0;
}

a.a_view_promo_active_white {
	background: url('/kaskado-media/internal/image/desktop/arrow_up_white.png') no-repeat 0 0;
}

a.a_view_promo_deactive_blue {
	background: url('/kaskado-media/internal/image/desktop/arrow_down_blue.png') no-repeat 0 0;
}

a.a_view_promo_deactive_white {
	background: url('/kaskado-media/internal/image/desktop/arrow_down_white.png') no-repeat 0 0;
}

div#promotion-count {
	display:none;
}

/* collection content sidebar */
div#collection-wrap div#collection-sidebar {
	background-color:#fff;
	width:320px;
	margin:30px 30px 30px 10px;
	_margin:30px 15px 15px 15px;
	float:right;
}

div#collection-wrap div#collection-sidebar h2.collection-sidebar-header {
	color:#222;
	font-size:14px;
	font-weight:bold;
	margin:0 0 3px;
	
}

div#collection-wrap div#collection-sidebar div.collection-sidebar-module {
	padding:0;
	clear:left;
}

div#collection-wrap div#collection-sidebar div.collection-sidebar-module div.hr {
	height:1px;background: #e2e2e2;
	margin:20px 0;
	clear:left;
}

div#collection-wrap div#collection-sidebar div.collection-sidebar-module div.hr hr {
	display: none;	
}

div#collection-wrap div#collection-sidebar div.first-module {
	padding-top:0px;	
}

div#collection-wrap div#collection-sidebar div.last-module {
	padding-bottom:0px;	
	border-bottom: 0px;
}

div#collection-wrap div#collection-sidebar div.collection-sidebar-module *{
	margin:0;
	padding:0:	
}

div#collection-wrap div#collection-sidebar div.collection-sidebar-module p{
	color:#333;	
}

div#collection-wrap div#collection-sidebar div#collection-sidebar-locations {
	
}

div#collection-wrap div#collection-sidebar div#collection-sidebar-howto {
	background: url("/kaskado-media/internal/image/desktop/mobilephone.png") no-repeat scroll right top transparent;
	height:161px;	
}

div#collection-wrap div#collection-sidebar div#collection-sidebar-badge{
	background: url(/kaskado-media/internal/image/desktop/badge.png) no-repeat scroll 10px center transparent;
	width:320px;

	margin-bottom:10px;
	margin-right:3px;
	display:block;
	
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-khtml-border-radius:15px;
	
	border: 2px solid #a1a1a1;
	
}

div#collection-wrap div#collection-sidebar div#collection-sidebar-badge  a#badge {
	display:inline-block;
	font-family:"Trebuchet MS",helvetica,arial,sans-serif;
	font-size:26px;
	font-weight:bold;
	margin:15px 3px 15px 93px;
	text-decoration:none;
	width:208px;
	color:#777;
}

div#collection-wrap div#collection-sidebar div#collection-sidebar-badge  a#badge:hover {
	color:#777;
}

div#collection-wrap div#collection-sidebar div#collection-sidebar-links {
	text-align:center;
}

div#collection-wrap div#collection-sidebar div#collection-sidebar-links p {
	font-size:11px;
}

div#collection-wrap div#collection-sidebar div#collection-sidebar-howto h2 {
	font-size:1.4em;
}

div#collection-wrap div#collection-sidebar div#collection-sidebar-howto ul {
	padding-left:17px;
	width:200px;
}

div#collection-wrap div#collection-sidebar div#collection-sidebar-howto ul li {
	margin:0;
	font-size:0.85em;
	line-height:1.6em;
}

div#collection-wrap div#collection-sidebar div#collection-sidebar-search input {


}

div#collection-wrap div#collection-sidebar div#collection-sidebar-search input#search-field {
	margin-top:5px;
	margin-right:10px;
	
	height:20px;
	width:220px;

	padding-left:5px;
	padding-top:5px;

	border:1px solid #9B9B9B;
	
	display:block;
	float:left;
}

div#collection-wrap div#collection-sidebar div#collection-sidebar-search input#search-button {
	margin-top:3px;
}

div#collection-wrap div#collection-sidebar div#collection-sidebar-search p {
margin-right:25px;
text-align:right;
}

div#collection-wrap div#collection-sidebar div#collection-sidebar-social {
	position:relative;
}

/*footer*/
div#footer {
	background-image:url(/kaskado-media/internal/image/desktop/header_footer_bg.png);
	background-repeat:repeat-x;
	width:780px;
	height:28px;
	border: none;
	color:#067fc3;
	margin: 0 auto 40px;
	text-align:center;
	
	-moz-border-radius:0 0 15px 15px;
	-khtml-border-radius: 0 0 15px 15px;
	
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
		
	clear:both;
}
div#footer span#copy {
	color:#666;
	font:7pt/31px bold Arial,Helvetica,Verdana,sans-serif;
	margin-bottom:0 !important;
	margin-left:10px;
	margin-right:auto !important;
	margin-top:0 !important;
	float:left;
	display:inline;
}

div#footer a#change-lang {
	color:#118FD8;
	font:13px/31px bold Arial,Helvetica,Verdana,sans-serif;
	margin-bottom:0 !important;
	margin-left:10px;
	margin-right:auto !important;
	margin-top:0 !important;
	float:left;
	display:inline;
}

div#footer div#footer_links {
	line-height:24px;
	margin:0 auto !important;
	float:right;
	display:inline;
	margin-right:10px !important;
	text-align:right;
}


div#footer div#footer_legal {
	clear:both;
	color:#666666;
	display:block;
	float:left;
	font:7pt/31px bold Arial,Helvetica,Verdana,sans-serif;
	width:780px;
}

div#footer div#footer_legal a {
	color:#118FD8;
}

div#footer div#footer_legal p {
	line-height:9px;
}


/* inline lang changer */
div#footer div#footer_lang {
	float:left;
	display:inline-block;
}

div#footer div#footer_lang .change-lang-link {
	color:#118FD8;;
	font:13px/31px bold Arial,Helvetica,Verdana,sans-serif;
	margin-bottom:0 !important;
	margin-left:10px;
	margin-right:auto !important;
	margin-top:0 !important;
	float:left;
	display:inline;
}  

/* popups */
div#blackout {
	width:100%;
	height:100%;
	
	position:fixed;
		z-index:500;
		top:0;
		left:-100%;
		
	_position:absolute;
	_width:100%;
	_height:100%;
}

div#blackout div.popup{
	background-color:#FFFFFF;
	border:4px solid #BBBBBB;
	margin:200px auto;
	width:300px;
	position:relative;
		left:-100%;
		_left:0% !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius:5px;
}

div#blackout div.popup div.popup-top {
	background-color:#EEEEEE;
	height:33px;
}

div#blackout div.popup div.popup-top h1 {
	color:#666666;
	font-size:14px;
	font-weight:bold;
	padding:7px 5px 3px;
	float:left;
	margin-left:10px;
}

div#blackout div.popup h2 {
	color:#666666;
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin-left:15px;
	margin-top:15px;
	margin-right:15px;
}

div#blackout div.popup div.popup-top a.close-top {
	background:url("/kaskado-media/internal/image/desktop/close_x.png") no-repeat scroll 0 0 transparent;
	float:right;
	height:16px;
	margin:7px;
	text-decoration:none;
	width:16px;
}


div#blackout div.popup ul {
	font-size:12px;
	list-style:none outside none;
	margin-top:3px;
	margin-right:10px;
	margin-left:16px;
	padding:0;
}

div#blackout div.popup hr {
	clear:both;
	color: #eee;
	background-color: #eee;
	margin: 30px 10px 15px;
	border: 1px solid #eee;
}

div#blackout div.popup ul li.list-right {
	margin-bottom:5px;
	padding:0px;
	margin-right:10px;
	float:right;
}

div#blackout div.popup ul li.list-left {
	margin-bottom:5px;
	padding:0px;
	margin-right:10px;
	float:left;
}

div#blackout div.popup ul li {
	_margin:0px !important;
}

div#blackout div.popup div.popup-bottom {
	background:none repeat scroll 0 0 #FFFFFF;
	display:inline-block;
	padding-bottom:15px;
	text-align:right;
	width:100%;
}

div#blackout div.popup div.popup-bottom a.close-bottom {
	background-image:url(/kaskado-media/internal/image/desktop/gray_btn.png);
	background-repeat:repeat-x;
	width:100px;
	
	padding:3px 12px;
	margin-right:15px;
	
	color:#fff;
	font-size:12px;
	font-weight:bold;
	line-height:25px;
	text-decoration:none;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	
	display:inline;
}

/* Fallback signup */
div.sign-up-customer {
	background:url("/kaskado-media/internal/image/desktop/exclamationmark.png") no-repeat scroll 447px 50px;
}

div.sign-up-customer h1 {
	border: 1px solid #eee;
	border-top:0;
	border-right:0;
	border-left:0;
}

div.sign-up-customer label {
	font-size:12px !important;
	color:#888;
}


form.sign-up-customer {
	width:256px;
}

