/*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: #24829c 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: #fff;
				}
				
				.productOrder p a:hover {
					margin-left: 5px;
					}
			
		.productDetails {
			width: 202px;
			height: 35px;
			float: left;
			background: #24829c url(../images/content/productBottomBg.jpg) repeat-x;
			}
			
			.productDetails p, .productDetails p a {
				margin-left: 5px;
				font-size: 11px;
				font-weight: bold;
				color: #fff;
				}
					
/*TERMÉK TALÁLATI CSÍK*/

.productPagerContainer {
	width: 649px;
	height: 30px;
	margin-bottom: 10px;
	background: #034152;
	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: #24829c;
			color: #fff;
			font-weight: bold;
			text-align: center;
			}
			
		.pagerBorder a {
			width: auto;
			padding: 0 5px 0 5px;
			height: 20px;
			margin-right: 5px;
			float: left;
			background: #24829c;
			line-height: 20px;
			color: #fff;
			font-weight: bold;
			text-align: center;
			font-size: 10px;
			}
			
	.productViewSelectorContainer {
		width: 130px;
		margin: 0 0 0 10px;
		overflow: hidden;
		float: left;
		}
		
		.productViewSelector {
			padding: 2px;
			border: 1px solid #034152;
			margin-top: 3px;
			}

/* CART */

.modifyCart {
	border: 0px;
	width: 100%;
	}
	
	.modifyCart td, th{
		padding: 4px;
		}
	.modifyCart th{
		text-align: left;
		font-size: 9pt;
		}
	
	.modifyCart .tr1{
		background-color: #24829c;
		}
	.modifyCart .tr1_hover{
		background-color: #24829c;
		}
	
	.modifyCart .tr2{
		background-color: #156b83;
		}
	.modifyCart .tr2_hover{
		background-color: #156b83;
		}
		
		.cartDiv {
			padding: 5px;
			float: right;
			clear: both;
			background: #000;
			border: 1px solid #fff;
			color: #fff;
			}
			
			.cartDiv a , .cartDiv a:hover { color: #fff; }