input {
	font-size: 8pt;
	border: 1px solid #b7cfe1;
	margin: 2px 0 2px 0;
	padding: 5px;
	}
	
select {
	font-size: 8pt;
	border: 1px solid #b7cfe1;
	margin: 2px 0 2px 0;
	padding: 2px;
	}
	
option {
	border: 0;
	}

.button {
	width: auto;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	background-color: #438ab0;
	border: 1px solid #054466;
	padding: 2px;
	cursor: pointer;
	}
	
.searchField {
	background: #f5fbff;
	border: 1px solid #cbe4f8;
	margin-bottom: 10px;
	}
	
	.searchField legend {
		font-family: arial;
		font-weight: bold;
		color: #535352;
		font-size: 11pt;
		}
	
	.searchFieldDiv {
		float: left;
		margin-right: 10px;
		}
		
		.searchFieldDiv span { font-weight: bold; margin-bottom: 5px; }
	
/*Keresés a jobb oldalon*/

.searchBoxTabMenu {
	font-size: 11px;
	font-weight: bold;
	text-indent: 14px;
	line-height: 21px;
	height: 21px;
	background: url(../images/content/search/listBg.jpg) center left no-repeat;
	cursor: pointer;
	color: #000;
	}
	
	.searchBoxTabMenu_hover {
		color: #000;
		font-size: 11px;
		font-weight: bold;
		text-indent: 14px;
		line-height: 21px;
		height: 21px;
		background: url(../images/content/search/listBg.jpg) center left no-repeat;
		cursor: pointer;
		}
	
	.searchBoxTab {
		height: auto;
		padding: 5px 0 5px 0;
		border-top: 1px solid #b5d0e5;
		border-bottom: 1px solid #b5d0e5;
		}
/*Lapozás*/

.paging {
	width: 630px;
	height: 12px;
	padding: 10px;
	background: #cbe4f8;
	font-size: 12px;
	margin: 10px 0 10px 0;
	color: #033753;
	}
	
	.paging a{
		color: #033753;
	}
	
	.pagingLeft {
		width: 200px;
		float: left;
		}
		
	.pagingRight {
		width: 430px;
		float: left;
		text-align: right;
		}
		
/*Autók*/

.carsTable {
	width: 650px;
	}
	
	.carsTable th, .carsTable td { border: 1px solid #fff; }
	.carsTable  td { padding-left: 5px; }
	
	.carsTable th {
		background: #cbe4f8;
		padding: 5px;
		text-align: left;
		font-variant: small-caps;
		}
		
	.carsTable .tr1 { background: #f5fbff; cursor: pointer; }
	.carsTable .tr2 { background: #fff; cursor: pointer; }
	
	.carsTable .tr1_hover, .carsTable .tr2_hover  { background: #e6f2fc; cursor: pointer; }
	
/*Autók részletek*/

.carDetails {
	width: 650px;
	height: auto;
	overflow: hidden;
	background: #f5fbff;
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
	border-top: 1px solid #cbe4f8;
	border-bottom: 1px solid #cbe4f8;
	}
	
	.carDetails_left {
		width: 170px;
		float: left;
		margin-right: 10px;
		}
		
		.carDetails_left img {
			border: 5px solid #b5d0e5;
			margin-left: 10px;
			}
			
	.carDetails_right {
		width: 470px;
		float: left;
		}
		
		.carDetails_right span { font-weight: bold; }
		.carDetails_right p { margin: 0 0 4px 0; padding: 0; }

/*Termékek*/
	
	.productContainer {
		width: 650px;
		height: 140px;
		overflow: hidden;
		background: #f5fbff;
		border-bottom: 1px solid #cbe4f8;
		padding: 10px 0 10px 0;
		}
		
		.productContainer span {
			font-weight: bold;
			}
		
	.productContainer2 {
		width: 650px;
		height: 140px;
		overflow: hidden;
		background: #fff;
		border-bottom: 1px solid #cbe4f8;
		padding: 10px 0 10px 0;
		}
		
		.productContainer2 span {
			font-weight: bold;
			}
		
		.productPicture {
			float: left;
			width: 130px;
			height: 110px;
			}
			
			.productPicture img {
				width: 100px;
				height: 100px;
				margin-left: 10px;
				border: 5px solid #b5d0e5;
				}
			
		.productText_left {
			float: left;
			width: 300px;
			height: 110px;
			}
			
			.productName , .productName a, .productName a:hover {
				width: 300px;
				height: 22px;
				font-size: 16px;
				font-family: arial, sans-serif;
				font-weight: bold;
				color: #1b4c6f;
				}
				
			.productCategories {
				width: 300px;
				height: 30px;
				font-size: 9px;
				font-family: tahoma;
				text-transform: uppercase;
				font-weight: bold;
				color: #000;
				}
				
				.noSupply { color: #c20803; }	
				
			.productItemNumber {
				width: 300px;
				height: 58px;
				color: #000;
				}
				
				.productItemNumber p { margin: 0; padding: 0; }
			
		.productText_right {
			float: left;
			width: 210px;
			height: 110px;
			margin-right: 10px;
			}
			
			.productPrice {
				overflow: hidden;
				height: 80px;
				}
			
				.productPrice_left {
					height: 80px;
					width: 30px;
					float: right;
					}
				
				.productPrice_right {
					height: 30px;
					text-indent: 5px;
					font-size: 15px;
					font-family: arial, sans-serif;
					font-weight: bold;
					color: #c20803;
					line-height: 30px;
					float: right;
					}

			.productCart {
				height: 30px;
				float: right;
				}

/*Termékek Részletek*/

.productDetailsContainer {
	width: 650px;
	height: auto;
	overflow-x: hidden;
	}
	
	.productDetailsContainer span { font-weight: bold; }
	
	.productDetails_left {
		width: 260px;
		float: left;
		margin-right: 10px;
		}
		
		.productDetails_left img {
			border: 5px solid #b5d0e5;
			}
		
	.productDetails_right {
		width: 280px;
		float: left;
		}
		
		.productDescription p { margin: 0; padding: 0; color: #000000;}

		.productDescription span { color: #000000;}

		.productDescription a { color: #000000;} 

		.productDescription a:hover { color: #b5d0e5;}
		
.productDetailsFooter {
	width: 650px;
	height: 30px;
	padding: 10px 0 10px 0;
	background: #f5fbff;
	border-top: 1px solid #cbe4f8;
	border-bottom: 1px solid #cbe4f8;
	margin: 10px 0 10px 0;
	}
	
	.productDetailsPrice {
		width: 315px;
		height: 30px;
		float: left;
		}
		
		.productDetailsPrice_left {
			width: 30px;
			float: right;
			}
			
		.productDetailsPrice_right {
			height: 30px;
			width: 285px;
			text-indent: 5px;
			font-size: 15px;
			font-family: arial, sans-serif;
			font-weight: bold;
			color: #c20803;
			line-height: 30px;
			float: right;
			}
					
	.productDetailsCart {
		width: 315px;
		height: 30px;
		float: left;
		text-align: right;
		}
		
/*Kosár tartalma*/

.cartContent { margin-bottom: 10px; }

	.cartContent  p { margin: 0; font-weight: bold; }
	.cartContent span { color: #116998; font-weight: normal; font-size: 8pt; }
	
/*Kosár tartalmának a módosítása*/

.modifyCart {
	width: 650px;
	}
	
	.modifyCart th, .modifyCart td { border: 1px solid #fff; height: 25px; }
	.modifyCart  td { padding-left: 5px; }
	
	.modifyCart th {
		background: #cbe4f8;
		padding: 5px;
		text-align: left;
		font-variant: small-caps;
		}
		
	.modifyCart .tr1 { background: #f5fbff; }
	.modifyCart .tr2 { background: #fff; }
	
	.modifyCart .tr1_hover, .modifyCart .tr2_hover  { background: #e6f2fc; }
	
/*Megrendelés*/

.purchaseDiv p { margin: 0; clear: both; }

.incorrect {
	border: 2px solid #ff0000;
	background-color:#fff0f0;
	}

.ilabel {
	width: 150px;
	text-align: right;
	float: left;
	padding-right: 10px;
	margin: 2px 0 2px 0;
	}