/*TERMÉK*/

.productContainer {
	width: 636px;
	height: 100px;
	overflow: hidden;
	margin-bottom: 10px;
	}
	
	.details {
		width: 32px;
		height: 100px;
		background: url(../images/content/details.gif);
		float: left;
		}
		
		.details ul {
			width: 32px;
			height: 100px;
			overflow: hidden;
			margin: 0;
			padding: 0;
			list-style-type: none;
			}
			
			.details li {
				width: 32px;
				height: 100px;
				}
				
				.details li a {
					width: 32px;
					height: 100px;
					display: block;
					text-indent: -1000em;
					}
		
	.product {
		width: 604px;
		height: 100px;
		overflow: hidden;
		float: left;
		background: #fff;
		}
			.cartSubmit {
				background: #1F7CCC;
				border: 1px solid #1F7CCC;
				cursor: pointer;
				}
		
		.productPicture {
			width: 80px;
			height: 80px;
			margin: 10px;
			float: left;
			}
			
		.productContent {
			width: 284px;
			height: 80px;
			margin: 10px 0 10px 0;
			overflow: hidden;
			float: left;
			color: #5d5c5c;
			}
			
			.productContent span, .productContent span a {
				color: #1f7ccc;
				font-weight: bold;
				}
			
		.productPrice {
			width: 200px;
			height: 80px;
			margin: 10px;
			float: left;
			text-align: right;
			font-weight: bold;
			}
			
			.productPrice p {
				height: 30px;
				margin-top: 50px;
				}
				
				.productPrice span, .productPrice span a {
					color: #1f7ccc;
					}
					
.productPriceSpan {
	color: red;
	}
	
.productNameSpan {
	font-weight: bold;
	}

/*TERMÉK TALÁLATI CSÍK*/

.productPagerContainer {
	width: 636px;
	height: 30px;
	margin-bottom: 10px;
	background: #9fb3e8;
	overflow: hidden;
	}
	
	.productMarker {
		width: 130px;
		margin: 0 10px 0 10px;
		overflow: hidden;
		float: left;
		line-height: 30px;
		}
		
		.productMarker span, .productMarker span a {
			font-weight: bold;
			}
			
	.productPager {
		width: 320px;
		height: 20px;
		margin: 3px 0 3px 0;
		overflow: hidden;
		float: left;
		}
		
		.pagerActive{
			height: 20px;
			padding: 0 3px 0 3px;
			margin-right: 5px;
			float: left;
			background: #1f7ccc;
			line-height: 20px;
			color: #fff;
			font-weight: bold;
			text-align: center;
			}
			
		.pager a {
			height: 20px;
			padding: 0 3px 0 3px;
			margin-right: 5px;
			float: left;
			line-height: 20px;
			background: #fff;
			color: #1f7ccc;
			font-weight: bold;
			text-align: center;
			}
			
		.pagerBorder a {
			width: auto;
			padding: 0 5px 0 5px;
			height: 20px;
			margin-right: 5px;
			float: left;
			background: #fff;
			line-height: 20px;
			color: #1f7ccc;
			font-weight: bold;
			text-align: center;
			font-size: 10px;
			}

			
	.productViewSelectorContainer {
		width: 130px;
		margin: 0 0 0 10px;
		overflow: hidden;
		float: left;
		}
		
		.productViewSelector {
			width: 100%;
			padding: 2px;
			border: 1px solid #1f7ccc;
			margin-top: 3px;
			}
			
/*HÍRLEVÉL*/

.newsletterForm {
	margin-top: 30px;
	width: 264px;
	padding: 10px 0 10px 10px;
	background: #9fb3e8;
	}
	
	.newsletterForm span {
		color: #1a1a1a;
		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{
		background-color: #2982ce;
		}
	.modifyCart .tr1_hover{
		background-color: #2982ce;
		}
	
	.modifyCart .tr2{
		background-color: #0e60a6;
		}
	.modifyCart .tr2_hover{
		background-color: #0e60a6;
		}
		
		.cartDiv {
			padding: 5px;
			float: right;
			clear: both;
			background: #000;
			border: 1px solid #fff;
			color: #fff;
			}
			
			.cartDiv a , .cartDiv a:hover { color: #fff; }