/*TERMÉK*/

.productContainer {
	width: 322px;
	height: 160px;
	overflow: hidden;
	float: left;
	background: #fff;
	margin: 20px 5px 5px 0;
	}
	
	.productPicture {
		width: 120px;
		height: 125px;
		float: left;
		}
	
	.product {
		width: 202px;
		height: 125px;
		overflow: hidden;
		float: left;
		background: #fff;
		}
		
		.product p {
			width: 190px;
			height: 115px;
			margin: 5px 0 5px 5px;
			}
			
			.productPrice {
				color: red;
				}
				
			.productName {
				font-weight: bold;
				}
			
		.productOrder {
			width: 120px;
			height: 35px;
			overflow: hidden;
			float: left;
			background: #ffba02 url(../images/content/productBottomBg.jpg) repeat-x;
			}
			
			.productOrder form { margin-top: -3px; }
			
			.cartInput {
				margin: -7px 0 0 5px;
				width: 20px;
				}
				
			.cartSubmit {
				background: #fff;
				border: 1px solid #000;
				cursor: pointer;
				}
			
			.productOrder p, .productOrder p a {
				margin-left: 5px;
				font-size: 11px;
				font-weight: bold;
				color: #292929;
				}
				
				.productOrder p a:hover {
					margin-left: 5px;
					}
			
		.productDetails {
			width: 202px;
			height: 35px;
			float: left;
			background: #ffba02 url(../images/content/productBottomBg.jpg) repeat-x;
			}
			
			.productDetails p, .productDetails p a {
				margin-left: 5px;
				font-size: 11px;
				font-weight: bold;
				color: #292929;
				}
					
/*TERMÉK TALÁLATI CSÍK*/

.productPagerContainer {
	width: 649px;
	height: 30px;
	margin-bottom: 10px;
	background: #292929;
	overflow: hidden;
	color: #fff;
	}
	
	.productMarker {
		width: 160px;
		margin: 0 10px 0 10px;
		overflow: hidden;
		float: left;
		line-height: 30px;
		}
		
		.productMarker span, .productMarker span a {
			font-weight: bold;
			}
			
	.productPager {
		width: 319px;
		height: 20px;
		margin: 5px 0 5px 0;
		overflow: hidden;
		float: left;
		}
		
		.pagerActive{
			height: 20px;
			padding: 0 3px 0 3px;
			margin-right: 5px;
			float: left;
			background: #fff;
			line-height: 20px;
			color: #353737;
			font-weight: bold;
			text-align: center;
			}
			
.pager a {
			height: 20px;
			padding: 0 3px 0 3px;
			margin-right: 5px;
			float: left;
			line-height: 20px;
			background: #ffba02;
			color: #292929;
			font-weight: bold;
			text-align: center;
			}
			
		.pagerBorder a {
			width: auto;
			padding: 0 5px 0 5px;
			height: 20px;
			margin-right: 5px;
			float: left;
			background: #ffba02;
			line-height: 20px;
			color: #292929;
			font-weight: bold;
			text-align: center;
			font-size: 10px;
			}
			
	.productViewSelectorContainer {
		width: 130px;
		margin: 0 10px 0 10px;
		overflow: hidden;
		float: left;
		}
		
		.productViewSelector {
			width: 100%;
			padding: 2px;
			border: 1px solid #034152;
			margin-top: 3px;
			}
			
/*KERESÉS ÉS HÍRLEVÉL*/
			
.searchForm {
	width: 800px;
	margin-left: 10px;
	float: left;
	overflow: hidden;
	margin-top: 8px;
	}
	
	.searchForm span {
		font-weight: bold;
		font-size: 15px;
		margin: 5px 5px 5px 0;
		}
		
		.searchFormButton {
			background-color: #fff;
			border: 1px solid #2a2b2b;
			font-weight: bold;
			padding: 3px;
			cursor: pointer;
			}
		
	.newsletterForm {
		margin-top: 30px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		padding: 10px 0 10px 10px;
		background: #292929;
		}
		
		.newsletterForm span {
			color: #fcb100;
			font-size: 14px;
			font-family: arial;
			font-weight: bold;
			}
			
			.formButton {
				background-color: #fff;
				border: 1px solid #2a2b2b;
				font-weight: bold;
				padding: 3px;
				cursor: pointer;
				}
		
//* CART */

.modifyCart {
	border: 0px;
	width: 100%;
	}
	
	.modifyCart td, th{
		padding: 4px;
		}
	.modifyCart th{
		text-align: left;
		font-size: 9pt;
		}
	
	.modifyCart .tr1{
		color: #fff;
		background-color: #111;
		}
		
		.modifyCart .tr1 a { color: #fff; }
		
	.modifyCart .tr1_hover{
		color: #fff;
		background-color: #111;
		}
		
		.modifyCart .tr1_hover a { color: #fff; }
	
	.modifyCart .tr2{
		color: #fff;
		background-color: #222;
		}
		
		.modifyCart .tr2 a { color: #fff; }
		
	.modifyCart .tr2_hover{
		color: #fff;
		background-color: #222;
		}
		
		.modifyCart .tr2_hover a { color: #fff; }
		
		.cartDiv {
			padding: 5px;
			float: right;
			clear: both;
			background: #000;
			border: 1px solid #fff;
			color: #fff;
			}
			
			.cartDiv a , .cartDiv a:hover { color: #fff; }