﻿.menuTabs .item a {
	margin-right: 4px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	color:navy;
}

/*-- Fix: sidebar with multiple headings (second and others are in content --*/
.sidebar .item h1 {
	margin-left: -5px;
	margin-right: -5px;
}

.hidemyass { visibility:hidden; height:0; line-height:0; overflow:hidden; }
.hidestuff { visibility:hidden; height:0; line-height:0; overflow:hidden; }

div.skrito {
	display:none;
	visibility: hidden;
	height: 1px; 
	overflow:hidden;
	text-indent: -5000px;
	position:absolute;
	left: -5000px;
}

/*-- Fix: mainMenu strange items displaying --*/
#glava .NAV .mMenu .itemSel img {
	height: 53px; 
}

/*-- Remake because of removing the form element --*/
#mainSidebar .form {
	margin-top: 5px;
	margin-bottom: 16px;
}

#mainSidebar .form input {
	margin: 0px;
}

#mainSidebar .form .inputField {
	width: 132px;
	/*height: 17px;*/
	
	padding-left: 5px;
	padding-right: 5px;
	
	border: #9f9f9f solid 1px;
	background-color: #ffffff;
	
}


#mainSidebar .form .button {
	width: 39px;
	height: 21px;
	
	vertical-align: top;
	margin-left: 6px;
		
	color: #bf0000;
	font-size: 10px;
	
	
	border: #9f9f9f solid 1px;
	background-color: #ffffff;	
}

/*-- Print styleSheet --*/
@media print {
	body {
		width: 180mm;
	}
	
	.content
	.content .module {
		width: 180mm;
	}

	#footerWrap {
		display:none;
	}

	div.emotional {
		display:none;
	}

	div.menuTabs {
		display:none;
	}

	div#glava {
		display:none;
	}

	.sidebar .module {
		display:none;
	}

	.sidebar {
		display:none;
	}

	div.addComment {
		display:none;
	}

	div.tags {
		display:none;
	}

	div.toolButtons {
		display:none;
	}

	#mainWrap #mainSidebar * {
		display:none;
	}

	#mainWrap #mainSidebar {
		display:none;
	}
}

/*-- Recipes --*/
div#commentForm span.commentField input.ms-long, #ctl00_content_SendToAFriend1 table tr td input.commentField {
	margin-bottom: 8px;
}


div#commentForm span.commentField .ms-long, #ctl00_content_SendToAFriend1 table tr td .commentField {
	width: 180px; 
	border: #9f9f9f solid 1px;
	background-color: #ffffff;
	padding-left: 0;
	padding-right: 0;
	padding: 1px 4px;
}

div.verify span {
	color: #bf0000;
}

div#commentForm div.verify textarea.ms-long {
	border-color: #bf0000;
}

div#commentForm div.verify input.ms-long {
	border-color: #bf0000;
}

span.verifyText, .error {
	display:none;
}

div.verify span.verifyText{
	display:inline;
}

div.paging {
	text-align: center;
}

#mainJedro .content .addComment .commentform .txt .ms-long {
	margin-bottom: 8px !important;
	width: 455px !important;
	border: #9f9f9f solid 1px !important;
	background-color: #ffffff !important;
}

/*-- Multipaging --*/

#mainJedro .module .multipaging .next {
	background-color: transparent;
}

#mainJedro .module .multipaging .prev {
	background-color: transparent;
}

#mainJedro .module .multipaging .next img {
	border: 0px;
}

#mainJedro .module .multipaging .prev img {
	border: 0px;
}

#mainJedro .module .multipaging .pages span {
	padding: 0px 2px;
}

/*-- Quick search form --*/

#mainSidebar .inputField {
	float:left;
	margin-right: 5px;
}

#mainSidebar a.srchBtn {
	margin-left: 5px;
}

/*-- No break in recipe cooking time --*/
div.nobr {
	white-space: nowrap;
}

div.divform input[type=text] {

	width: 132px;
	/*height: 17px;*/
	
	padding-left: 5px;
	padding-right: 5px;
	
	border: #9f9f9f solid 1px;
	background-color: #ffffff;
		
}

div.divform input[type=submit] {
	width: 39px;
	height: 21px;
	
	vertical-align: top;
	margin-left: 6px;
		
	color: #bf0000;
	font-size: 10px;
	
	
	border: #9f9f9f solid 1px;
	background-color: #ffffff;	
}