/**********************************************************************************************

	Title: CSS
	Author: www.poppworks.ee
	Date: 2010

***********************************************************************************************

	1. Global Reset
	
	2. General Elements
	
	3. Layout
		3.1 Menu area	
		3.2 Content
			3.2.1 Left
			3.2.2 Center
			3.2.3 Right
		3.3 Footer
		
***********************************************************************************************/

/* 1. Global Reset
-----------------------------------------------------------------------------------------------
===============================================================================================*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, images, ins, kbd,q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, th, img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

/* 2. General Elements
-----------------------------------------------------------------------------------------------
===============================================================================================*/

html, body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 13px;
	text-align: left;
	color: #4a4a4a;
}
html{
	background: #FFFFFF url(img/background.png) top center;
	overflow: auto;
	height: 100%;
	width: 100%;
}
body{
	position: relative;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

address {
	font-style: normal;
}

input, textarea, select {
	font: 12px Tahoma, Helvetica, Arial, sans-serif;
}

a {
	text-decoration: none;
	outline: none;
	color: #ff3800;
}

a:hover {
	color: #ff3800;
	text-decoration: none;
}

a:visited {
}

a:active {
}

/* 3. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/
#logoNLangWraper{
	height: 98px;
}
#logoNLang{
	width: 980px;
	height: 98px;
}
#uperArea{
	width: 980px;
}
#footerWraper{
	height: 56px;
}
#footer{
	width: 980px;
	height: 56px;
}
/* 3.1 Logo and Lang
------------------------------------------------------------------------------------------------ */
#logoNLangWraper{
	background: url(img/logo_n_lang_bg.png) top left repeat-x;
}
#logoNLang{
	position: relative;
	margin: 0px auto;
}
/* 3.1.1 Logo */
	#logo{
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 10;
	}
/* 3.1.2 Lang menu */
	#langArea{
		position: absolute;
		top: 2px;
		left: 191px;
		z-index: 20;
	}
		#langArea ul li{
			float: left;
			padding: 10px 3px 5px 3px;
			margin: 0px 2px;
		}
		#langArea .act{
			background-color: #0067c4;
		}
		#langArea ul li img{
			display: block;
		}
	#loginArea{
		width: 151px;
		height: 91px;
		position: absolute;
		top: 2px;
		right: 3px;
		padding: 0px 15px;
		background: url(img/login_bg.png) top left no-repeat;
	}
		#loginArea a{
			color: #b8ddff;
			font-size: 11px;
			line-height: 18px;
		}
		.loginInput{
			width: 153px;
			height: 18px;
			background: url(img/login_input.png) top left no-repeat;
			margin: 3px auto;
		}
		.loginInput input{
			width: 143px;
			background: transparent;
			border: 0px solid;
			color: #4a4a4a;
			padding: 2px 5px;
			font-size: 11px;
		}
		.loginButton{
			height: 18px;
			margin: 0px 6px;
			position: relative;
			float: right;
			background: url(img/login_but_c.png) top left repeat-x;
		}
			.loginButton .left{
				position: absolute;
				top: 0px;
				left: -6px;
			}
			.loginButton .right{
				position: absolute;
				top: 0px;
				right: -6px;
			}
			.loginButton button{
				border: 0px;
				background: transparent;
				height: 18px;
				line-height: 18px;
				color: #FFFFFF;
			}
		
		.logoutButton{
			height: 18px;
			margin: 0px 6px;
			position: relative;
			text-align:center;
			background: url(img/login_but_c.png) top left repeat-x;
		}
			.logoutButton .left{
				position: absolute;
				top: 0px;
				left: -6px;
			}
			.logoutButton .right{
				position: absolute;
				top: 0px;
				right: -6px;
			}
			.logoutButton button{
				border: 0px;
				background: transparent;
				height: 18px;
				line-height: 18px;
				color: #FFFFFF;
			}
/* 3.1.3 Shoping cart */
	#shopingCart{
		position: absolute;
		top: 14px;
		right: 187px;
		text-align: right;
		font-family: Verdana, Helvetica, Arial, sans-serif;
	}
	#shopingCart span{
		color: #ff3800;
		font-weight: bold;
	}
	#shopingCart .cartIcon{
		float: right;
		margin-left: 15px;
	}
	#shopingCart .cartInfo{
		width: 400px;
		padding-top: 7px;
		margin-bottom: 15px;
	}
	#shopingCart .redAnchor{
		height: 16px;
		line-height: 16px;
		margin-right: 5px;
		padding: 0px 16px 0px 25px;
		background: #ff3800 url(img/cart_arrow.png) 8px center no-repeat;
		color: #FFFFFF;
		float: right;
	}
	#shopingCart .redAnchor a{
		color: #FFFFFF;
	}
/* 3.2 Uper area
------------------------------------------------------------------------------------------------ */
#uperWraper{
	background: url(img/header_wraper_bg.png) top center repeat-x;
}
#uperArea{
	margin: 0px auto;
	background: url(img/header_bg.png) top left no-repeat;
	min-height: 400px;
}
/* 3.2.1 Left column */
	#leftColumn{
		width: 220px;
		float: left;
		padding-top: 12px;
	}
		#searchBox{
			height: 96px;
			background: url(img/search_bg.png) top left repeat-x;
			border: 1px solid #424242;
			padding: 0px 9px;
		}
		#searchBox h1{
			color: #FFFFFF;
			font-size: 16px;
			line-height: 20px;
			margin-top: 20px;
			margin-bottom: 10px;
		}
		.searchButton{
			height: 20px;
			background: url(img/search_but_c.png) top left repeat-x;
			line-height: 20px;
			float: right;
			margin: 0xp 5px 0px 6px;
			position: relative;
		}
		.searchButton button{
			height: 20px;
			line-height: 20px;
			background: transparent;
			border: 0px;
			color: #FFFFFF;
			font-weight: bold;
			cursor: pointer;
		}
		.searchButton .left{
			position: absolute;
			top: 0px;
			left: -6px;
		}
		.searchButton .right{
			position: absolute;
			top: 0px;
			right: -5px;
		}
		.searchClass{
			width: 130px;
			height: 16px;
			padding: 2px 5px;
			background: url(img/search_input.png) top left no-repeat;
		}
			.searchClass input{
				width: 130px;
				font-size: 11px;
				background: transparent;
				border: 0px;
			}
		#leftMenu{
			background-color: #292929;
			padding-bottom: 11px;
			border-left: 1px solid #424242;
			border-right: 1px solid #424242;
			border-bottom: 1px solid #424242;
		}
			#leftMenu ul li{
				height: 24px;
				line-height: 24px;
				color: #FFFFFF;
				border-top: 1px solid #424242;
				border-bottom: 1px solid #424242;
				padding-left: 10px;
				font-size: 11px;
				font-weight: bold;
				background: url(img/left_menu_bg.png) top left repeat-x;
			}
			#leftMenu ul .act{
				background: url(img/left_menu_bg_act.png) top left repeat-x;
			}
			#leftMenu ul .subLevel1{
				background: #454545;
				border-top: 1px solid #393939;
				border-bottom: 1px solid #515151;
				padding-left: 19px;
			}
			#leftMenu ul .subLevel2{
				background: #505050;
				border: 0px;
				padding-left: 29px;
			}
			#leftMenu ul li a{
				color: #FFFFFF;
				padding-left: 14px;
				background: url(img/menu_arrow.png) left center no-repeat;
			}
			#leftMenu ul .act a{
				
			}
			#leftMenu ul .subAct a{
				color: #ff5c07;
			}
		.bannerLeft{
			padding: 5px 0px;
		}
		.bannerRight{
			padding: 5px 0px;
		}
/* 3.2.2 Right area */
	#rightContent{
		width: 740px;
		float: right;
	}
		.bigBanner{
			height: 153px;
			padding-top: 16px;
		}
		#MainMenu{
			height: 41px;
			overflow: hidden;
		}
		#MainMenu ul li{
			height: 41px;
			line-height: 41px;
			float: left;
			background: url(img/main_menu_r.png) top right no-repeat;
		}
		#MainMenu ul li div{
			padding: 0px 22px;
			background: url(img/main_menu_l.png) top left no-repeat;
		}
		#MainMenu ul .first div{
			padding: 0px 22px;
			background: transparent;
		}
		#MainMenu ul .act{
			background: url(img/main_menu_c_act.png) top left repeat-x;
		}
		#MainMenu ul .act div{
			background: url(img/main_menu_r_act.png) top right no-repeat;
		}
		#MainMenu ul li a{
			font-size: 12px;
			color: #FFFFFF;
			font-weight: bold;
		}
		#mainContent{
			padding-bottom: 20px;
		}
		#centerArea{
			width: 520px;
			float: left;
		}
			#centerArea h1{
				color: #02598d;
				font-size: 24px;
				padding-bottom: 7px;
				border-bottom: 1px solid #02598d;
				line-height: normal;
				margin: 14px 0px 20px 0px;
			}
			.prodBoxes{
				width: 165px;
				overflow: height;
				float: left;
				margin-right: 12px;
				margin-bottom: 12px;
			}
			.lastBox{
				margin-right: 0px;
			}
				.prodBoxes .header{
					height: 35px;
					background: url(img/prod_box_top.png) top left no-repeat;
					line-height: 35px;
					font-size: 16px;
					font-weight: bold;
					color: #343434;
					padding: 0px 10px;
				}
				.prodBoxes .textInfo{
					height: 125px;
					background: url(img/prod_box_c.png) top left repeat-y;
					padding: 5px 9px;
					text-align: center;
					font-size: 16px;
					color: #02598d;
					line-height: 25px;
				}
				.prodBoxes .textInfo a{
					color: #02598d;
				}
				.prodBoxes .textInfo .oldPrice{
					text-decoration: line-through;
				}
				.prodBoxes .textInfo .redPrice{
					color: #ff3800;
					font-weight: bold;
				}
				
				.oldPrice3{
					text-decoration: line-through;
				}
				.redPrice3{
					color: #ff3800;
					font-weight: bold;
				}
				.prodBoxes .prodImg{
					width: 145px;
					height: 94px;
					background-position: center center;
					background-repeat: no-repeat;
					border: 1px solid #c2d8e0;
				}
				.prodBoxBot{
					display: block;
				}
				
				
				.prodBoxes .textInfo2{
					height: 100px;
					background: url(img/prod_box_c.png) top left repeat-y;
					padding: 5px 9px;
					text-align: center;
					font-size: 16px;
					color: #02598d;
					line-height: 25px;
				}
				.prodBoxes .textInfo2 a{
					color: #02598d;
				}
				.prodBoxes .textInfo2 .oldPrice{
					text-decoration: line-through;
				}
				.prodBoxes .textInfo2 .redPrice{
					color: #ff3800;
				}
		#rightArea{
			width: 200px;
			float: right;
			padding-top: 12px;
		}
			.newsBox{
				font-size: 11px;
			}
			.newsBox .newsText{
				background: url(img/news_box_bg.png) top left repeat-y;
				padding: 5px 10px;
				text-align: right;
			}
				.newsBox .newsText h2{
					color: #ff3800;
					font-weight: bold;
					text-align: left;
					margin: 5px 0px;
				}
				.newsBox .newsText p{
					text-align: left;
				}
				.newsBox .newsText hr{
					color: #c2d8e0;
					background-color: #c2d8e0;
					size: 1px;
					height: 1px;
					border: 0px;
				}
			.newsBox .header{
				height: 38px;
				background: url(img/news_header.png) top left no-repeat;
				line-height: 38px; 
				color: #FFFFFF;
				font-size: 16px;
				padding: 0px 12px;
				overflow: hidden;
			}
			.newsBox .newBoxBot{
				display: block;
			}
			.rightBanner{
				margin: 10px 0px;
			}
	.prodImgBox{
		width: 200px;
		float: left;
	}
		.bigImg{
			width: 198px;
			height: 148px;
			border: 1px solid #dbdbdb;
			margin-bottom: 8px;
			vertical-align:middle;
			text-align:center;
		}
		
		.bigImg a{
			vertical-align:middle;
			text-align:center;
		}
		
		.bigImg img{
			vertical-align:middle;
			text-align:center;
		}
		.smallImg{
			width: 93px;
			height: 71px;
			border: 1px solid #dbdbdb;
			background-position: center center;
			background-repeat: no-repeat;
		}
	.prodInfoText{
		width: 310px;
		float: right;
	}
		.prodInfoTable{
			width: 100%;
			border: 1px solid #dbdbdb;
			border-bottom: 0px;
		}
		.prodInfoTable td{
			height: 23px;
			vertical-align: middle;
			border-bottom: 1px solid #dbdbdb;
			color: #4a4a4a;
			padding: 0px 11px;
			font-size: 12px;
		}
		.prodInfoTable .fieldName{
			font-weight: bold;
			width: 1%;
		}
		.prodInfoTable .lastLine{
			text-align: right;
			height: 40px;
		}
		.prodInfoTable .oldPrice{
			font-weight: bold;
			text-decoration: line-through;
		}
		.prodInfoTable .redPrice{
			color: #ff5703;
			font-weight: bold;
		}
		.prodInfoText p{
			line-height: normal;
			margin: 10px 0px;
		}
		.blueBut{
			height: 20px;
			position: relative;
			float: right;
			line-height: 20px;
			margin: 0px 6px;
			margin-left: 16px;
			background: url(img/blue_but_c.png) top left repeat-x;
		}
		.blueBut button{
			height: 20px;
			line-height: 20px;
			border: 0px;
			margin: 0px;
			padding: 0px;
			background: transparent;
			color: #FFFFFF;
			font-weight: bold;
			font: 12px Tahoma, Helvetica, Arial, sans-serif;
		}
		.blueBut .left{
			position: absolute;
			top: 0px;
			left: -6px;
		}
		.blueBut .right{
			position: absolute;
			top: 0px;
			right: -6px;
		}
		.cartInput{
			width: 28px;
			height: 20px;
			position: relative;
			line-height: 20px;
			float: right;
			margin: 0px 6px;
			margin-left: 16px;
			background: url(img/prod_input_c.png) top left repeat-x;
			background: url(img/prod_input_c.png) top left repeat-x;
		}
		.cartInput input{
			width: 100%;
			border: 0px;
			background: transparent;
			text-align: center;
		}
		.cartInput .left{
			position: absolute;
			top: 0px;
			left: -6px;
		}
		.cartInput .right{
			position: absolute;
			top: 0px;
			right: -6px;
		}
/* 3.3 Footer
------------------------------------------------------------------------------------------------ */
#footerWraper{
	background: url(img/footer_bg.png) top left repeat-x;
}
	#footer{
		margin: 0px auto;
		position: relative;
		font-family: Arial, Helvetica, sans-serif;
	}
	.copyright{
		height: 56px;
		line-height: 56px;
		position: absolute;
		top: 0px;
		left: 0px;
		font-size: 11px;
	}
	.poppworks{
		height: 56px;
		line-height: 56px;
		position: absolute;
		top: 0px;
		right: 0px;
		font-size: 11px;
	}
	.poppworks a{
		color: #545454;
	}
	.contact{
		width: 560px;
		height: 56px;
		line-height: 56px;
		margin: 0px auto;
		text-align: center;
	}
	.contact li{
		display: inline;
		padding: 0px 2px;
	}


.userRegForm{
		margin-bottom: 15px;
	}
	.userRegForm .formHeader{
		font-size: 15px;
		line-height: 2em;
	}
	.userRegForm .formLine{
		height: 30px;
		overflow: hidden;
	}
	.userRegForm .formLine label{
		width: 170px;
		display: block;
		float: left;
		line-height: 30px;
	}
	.userRegForm .formLine input{
		border: 1px solid #434c56;
		padding: 2px;
		background: #FFFFFF url(img/input_bg.png) center left repeat-x;
	}
	
	.userRegForm .formLine textarea{
		border: 1px solid #434c56;
		padding: 2px;
		background: #FFFFFF url(img/input_bg.png) top left repeat-x;
	}
	.userRegForm .textArea{
		height: 120px;
	}
	.userRegForm .buttonLine{
		
	}


.productHeaderLeft{
	background-color:#FF6713; 
	height:20px; 
	vertical-align:middle; 
	color:#FFFFFF; 
	font-weight:bold;
	padding-left:5px;
}
.productHeaderLeft a{
	color:#FFFFFF; 
	font-weight:bold;
}
.productHeaderRight{
	background-color:#FF6713; 
	height:20px; 
	vertical-align:middle; 
	color:#FFFFFF; 
	font-weight:bold;
	padding-right:5px;
	text-align:right;
}
.productHeaderImage{
	padding:5px;
	width:150px;
	vertical-align:top;
}

.productHeaderText{
	text-align:left;
	padding:5px;
	vertical-align:top;
}

.prodImg2{
	width: 145px;
	height: 94px;
	text-align:center;
	vertical-align:middle;
	border: 1px solid #c2d8e0;
}

.oldPrice2{
	text-decoration: line-through;
}
.redPrice2{
	color: #454545;
}

#tooteInfo{

}
	#tooteInfo h1{
		color: #02598d;
		font-size: 24px;
		padding-bottom: 7px;
		border-bottom: 1px solid #02598d;
		line-height: normal;
		margin: 14px 0px 20px 0px;
	}
	#tooteInfo .input{
		width: 100%;
	}
	#tooteInfo .input td{
		padding: 3px 5px;
		vertical-align: top;
	}
	#tooteInfo .input td input{
		width: 200px;
	}
	#tooteInfo .input td textarea{
		width: 200px;
	}
	#tooteInfo .input .fieldName{
		width: 100px;
	}
