/* Talotarvike theme CSS overrides */

/* Body styles */
body.bg-bonus {
	background:#ffa313;
}
body.bg-black {
	background:#000;
}
body.bg-winter {
	background: #fff url('/themes/talotarvike/img/bg/bg_winter-2.jpg') fixed repeat-x;	
}
body.bg-orange {
	background: #febf04;	
}
body.bg-yellow {
	background: #ffd800;	
}
body.bg-spring {
	background: url('/themes/talotarvike/img/bg/bg_spring.jpg') repeat-x #067001;
}
body.bg-autumn {
	background: url('/themes/talotarvike/img/bg/bg_autumn.jpg') repeat-x #68d8fe;
}
body.bg-mothersday {
	background: url('/img/bg/bg_mothers_day.jpg') repeat-x #e93982;
}
body.bg-christmas-xtra {
	background: #6bb2ac;	
}

div.bg-bonus-overlay {
	background:url(/themes/talotarvike/img/bg/bg_overlay_10_percent.png) repeat transparent;
}
div.bg-wappu-lahjakortti {
	background:url(/themes/talotarvike/img/bg/bg_overlay_25e_lahjakortti.png) repeat transparent;
}
div.bg-black-friday {
	background:url(/themes/talotarvike/img/bg/bg_overlay_black_friday.png) repeat transparent;
}
div.bg-black-friday-week {
	background:url(/themes/talotarvike/img/bg/bg_overlay_black_friday_week.png) repeat transparent;
}
div.bg-black-weekend-cyber-monday {
	background:url(/themes/talotarvike/img/bg/bg_overlay_black_friday_weekend_cyber_monday.png) repeat transparent;
}
div.bg-christmas-xtra-overlay {
	background:url(/themes/talotarvike/img/bg/bg_overlay_christmas_xtra.png) repeat transparent;
}

/* Header */
.navbar .nav > li > a {
	padding: 10px 17px;
}

.p-page .pic .freedeliverytag {
	position:absolute;
	background:url(/themes/talotarvike/img/latka_rahti0_iso.png) no-repeat transparent;
	top:2px;
	left:-11px;
	width:128px;
	height:44px;
}

.newsletter-order-box  {
	background:url(/themes/talotarvike/img/uutiskirje_sample.png) no-repeat 120px 0px transparent;
	width:250px;
	padding:0 20px 0px 0;
}

ul.plist .ptag.campaign {
	background:url(/themes/talotarvike/img/latka_kampanja.png) no-repeat transparent;
}
ul.plist .ptag.special {
	background:url(/themes/talotarvike/img/latka_tarjous_pieni.png) no-repeat transparent;
}
ul.plist .ptag.recommended {
	background:url(/themes/talotarvike/img/latka_suosittelemme.png) no-repeat transparent;
}
ul.plist .ptag.newproduct {
	background:url(/themes/talotarvike/img/latka_uutta.png) no-repeat transparent;
}
ul.plist .ptagleft.freedelivery {
	background:url(/themes/talotarvike/img/latka_rahti0.png) no-repeat transparent;	
}

/* Footer */

.footer {
	margin-top:10px;
	color:#fff;
	background:#009fdf;
	width:100%;
	/*box-shadow:0px -2px 5px #333;*/
	border-top:3px solid #ccc;
	border-bottom:3px solid #ccc;
	padding:20px 0;
}

.footer h3 {
	text-transform: uppercase;
	font-size:18px;
	line-height:30px;
	color:#fff;
	border-bottom:1px solid #ccc;
	margin:10px 10px 5px;
}
.footer ul {
	margin-left:10px;
}
.footer ul li {
	list-style-image: none;
	list-style-type: none;
}
.footer ul li a {
	color:#fff;
}
.footer ul li a:hover {
	color:#000;
}
.footer .emblems {
	margin-top:10px;
	text-align:center;
}
.footer .emblems img {
	margin:10px 5px 0 0;
}
/*
@media (max-width: 510px)
{
	body{background:red;}
	.navbar .nav > li > a {
		padding-right:0;
		padding-left:0;
	}
}
*/
@media (min-width: 980px) and (max-width: 1199px)
{
	/*body{background:lightgreen;}*/
	.navbar .nav > li > a {
		padding:10px 5px;
		font-size:90%;
	}
}

@media (max-width: 979px) {
	
	/*body{background:lightblue;}*/
	.navbar .nav > li > a {
		padding:10px 2.5px;
	}
}
