* { margin: 0; padding: 0; }

body {
	color: #3a3a3a;
	background: #fff url('../images/bg.gif') left top repeat-x;
	text-align: center;
}

body, table, input, textarea, button { font: normal 11px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; }
table { color: #000; }

img, img:link, img:visited, div { border: none; behavior: url('iepngfix.htc'); }
hr { display: none; }
a { outline: none; text-decoration: none; }
a:hover {}
table a { color: #e76f26; text-decoration: underline; }
table a:hover { text-decoration: none; }

h1, h2, h3, h4 { font-family: "Century Gothic", "Avant Garde", Futura, Helvetica, sans-serif; }
h1 { font-size: 24px; font-weight: normal; color: #272727; }
	h1 span { color: #F25822; }
h2 { font-size: 16px; font-weight: normal; line-height: 18px; }
h3 {}
h4 {}

p, ul, ol {}
ul { list-style: none; }

label {}
select {}
option { padding-right: 5px; }
button {}

table {}
table caption {}
th, td {}
th {}
td {}

	/* LAYOUT */
	
	.container {
		width: 980px;
		margin: 0 auto;
		text-align: left;
	}
	
		/* TOP */
	
		.top {
			width: 980px;
			height: 89px;
			position: relative;
		}
		
			img.transport { margin-top: 10px; }
			
			.top ul {
				position: absolute;
				bottom: 10px;
				right: 20px;
			}
			
				.top ul li {
					line-height: 11px;
					display: inline;
				}
				
					.top ul li a {
						float: left;
						height: 11px;
						color: #F25822;
					}
					
					.top ul li a:hover { color: #272727; }
					
		/* NAVIGATION */
			
		ul.navigation {
			width: 960px;
			height: 26px;
			padding: 10px;
			background: url('../images/bgNav.gif') center top no-repeat;
		}
		
			ul.navigation li {
				float: left;
				display: inline;
				font-weight: bold;
				line-height: 26px;
				padding: 0 6px 0 4px;
				background: url('../images/bgNavItem.gif') right top no-repeat;
			}
			
				ul.navigation li.last {
					background: none;
				}
				
				ul.navigation li a {
					float: left;
					display: block;
					color: #fff;
					padding-right: 11px;
					cursor: hand !ie;
				}
				
					ul.navigation li a span {
						height: 26px;
						float: left;
						display: block;
						padding-left: 11px;
					}
				
				ul.navigation li a.active,
				ul.navigation li a:hover {
					color: #F25822;
					background: #272727 url('../images/bgNavItemRight.gif') right top no-repeat;
				}
				
					ul.navigation li a.active span,
					ul.navigation li a:hover span {
						background: url('../images/bgNavItemLeft.gif') left top no-repeat;				
					}
					
				ul.navigation li ul {
					z-index: 1000;
					position: absolute;
					top: 0;
					left: 0;
					margin-top: 0;
					background-color: #3a3a3a;
                    /*filter:alpha(opacity=70); 
					-moz-opacity: 0.7; 
					opacity: 0.7;*/
					display: none;
				}

					ul.navigation li ul li {
						float: none;
						display: block;
						text-transform: none;
						line-height: 26px;
						margin: 0;
						padding: 0;
						background: none;
					}

						ul.navigation li ul li a {
							color: #fff;
							/*width: 200px;*/
							display: block;
							height: 26px;
							float: none;
							padding: 0 11px;
							background: none;
						}
						
						ul.navigation li ul li a:hover {
							background: #272727;
						}

				
		/* CONTENT */
		
		.content {
			float: left;
		}
		
			/* SIDE COLS */
		
			.sideCol {
				width: 180px;
				float: left;
				display: inline;
			}
			
				.sideColGenericCell {
					width: 180px;
					margin-top: 10px;
					padding-bottom: 10px;
					background: #3a3a3a url('../images/greyStop.gif') left bottom no-repeat;
				}
				
					.sideColGenericCell h2 {
						color: #fff;
						background: #3a3a3a url('../images/greyStart.gif') left top no-repeat;
						padding: 7px 15px;
					}
					
						.sideColGenericCell h2 span {
							font-size: 11px;
						}
				
					.sideColGenericCell ul {
						margin: 3px 15px 0;
						padding-top: 2px;
						background: url('../images/blt.gif') left top repeat-x;
					}
					
						.sideColGenericCell ul li {
							line-height: 24px;
							padding-bottom: 2px;
							background: url('../images/blt.gif') left bottom repeat-x;
						}
						
						.sideColGenericCell ul li a span {
							float: right;
						}
						
							.sideColGenericCell ul li a {
								color: #aaa;
								display: block;
								height: 24px !ie;
							}
							
								.sideColGenericCell ul li a.active {
									color: #F25822;
								}
							
							.sideColGenericCell ul li a:hover {
								color: #fff;
							}
							
					.sideColGenericCell fieldset {
						border: none;
						padding: 0 15px;
						color: #fff;
					}
					
						.sideColGenericCell fieldset label {
							display: block;
						}
						
						.sideColGenericCell fieldset input {
							width: 144px;
							padding: 3px;
							margin-top: 3px;
							background: #fff;
							border: none;
						}
						
						.sideColGenericCell fieldset em {
							color: #F25822;
						}
						
						.sideColGenericCell fieldset button {
							width: 70px;
							height: 20px;
							float: right;
							border: none;
							background: #F25822 url('../images/btn.gif') center no-repeat;
							font-weight: bold;
							margin-top: 6px;
							color: #fff;
						}
						
						#newsletterLoader {
							display: none;
							margin: 8px 0 0 60px;
						}
						
						p.usefulLinks {
							margin-top: 8px;
						}
						
							p.usefulLinks a {
								color: #fff;
								text-decoration: underline;
							}
							
								p.usefulLinks strong a {
									color: #F25822;
								}
								
							p.usefulLinks a:hover {
								text-decoration: none;
							}
							
				.sideBanner {
					width: 180px;
					/*height: 180px;*/
					margin-top: 10px;
					position: relative;
					/*background: url('../images/banner.gif') center top no-repeat;*/
				}
				
					.sideBanner object { position: relative; }
				
					.sideBanner a {
						width: 180px;
						height: 140px;
						display: block;
						position: absolute;
						top: 0;
						left: 0;
						background-color: #fff;
						filter:alpha(opacity=0);
						-moz-opacity: 0;
						opacity: 0;
					}
				
				.sideBox {
					width: 180px;
					float: left;
					margin-top: 10px;
					background: url('../images/bgSideLotTop.gif') center top no-repeat;
				}
				
					.sideBoxContent {
						padding-bottom: 10px;
						background: url('../images/bgSideLotBottom.gif') center bottom no-repeat;
					}
				
					.sideLot {
						width: 150px;
						margin: 10px 15px 0;
						overflow: hidden;
					}
					
						.sideLot img {
							display: block;
						}
						
						.sideLot h3 {
							font-size: 13px;
							text-align: left;
							margin-top: 3px;
						}
						
							.sideLot a {
								color: #F25822;
							}
							
						.sideLot p {
							text-align: left;
						}
							
				img.bannerImage {
					display: block;
					margin-top: 10px;
				}
				
			/* CENTER COL */
			
			.centerCol {
				width: 580px;
				float: left;
				display: inline;
				margin: 0 20px;
			}
			
				.welcomeScreen {
					font-size: 12px;
					margin-top: 10px;
				}
				
					.welcomeScreen h1 {
						color: #F25822;
						font-size: 36px;
						font-weight: normal;
					}
					
					.welcomeScreen p {
						margin-top: 10px;
						line-height: 18px;
					}
					
				/*.centerCol h2 {
					margin-top: 12px;
					font-size: 22px;
				}*/
					
				/* BREADCRUMBS */
					
				p.breadcrumbs {
					color: #999;
					margin-top: 21px;
				}
				
					p.breadcrumbs a {
						color: #999;
					}
					
						p.breadcrumbs a.active {
							color: #F25822;
						}
						
					p.breadcrumbs a:hover {
						color: #3a3a3a;
					}
					
				/* CONTENT FROM EDITOR */
				
				.contentFromEditor {
					width: 580px;
					font-size: 12px;
					line-height: 16px;
				}
				
					.contentFromEditor a {
						color: #F25822;
					}
					
					.contentFromEditor a:hover {
						text-decoration: underline;
					}
					
					.contentFromEditor h2 {
					}
				
					.contentFromEditor p,
					.contentFromEditor ul,
					.contentFromEditor ol,
					.contentFromEditor dl {
						margin-top: 12px;
					}
					
					.contentFromEditor ol {
						margin-left: 33px;
					}
					
					.contentFromEditor ul {
						margin-left: 16px;
					}
					
						.contentFromEditor ul li {
							padding-left: 10px;
							background: url('../images/blt.gif') 0 6px no-repeat;
							background: url('../images/blt.gif') 0 7px no-repeat !ie;
						}
					
						.contentFromEditor dl dd {
							font-size: 11px;
						}
						
					.contentFromEditor table {
						width: 580px;
					}
					
						.contentFromEditor table th,						
						.contentFromEditor table td {
							padding: 5px 0 6px;
							vertical-align: top;
						}
					
						.contentFromEditor table th {
							border-bottom: 1px solid #000;
						}
						
						.contentFromEditor table td {
							border-bottom: 1px solid #cdcdcd;
						}
						
					dl.sideMenu {
						float: right;
						clear: right;
						margin: 0 0 10px 10px;
						margin: 12px 0 10px 10px !ie;
						padding: 0 20px 8px 16px;
						background: url('../images/bgSideMenu.gif') left bottom no-repeat;
					}
					
				/* ACCOUNT FORM */
				
				#accountForm fieldset {
					margin-top: 12px;
					border: 1px solid #cdcdcd;
					padding: 4px 10px 10px;
				}
				
					#accountForm fieldset legend {
						color: #F25822;
						padding: 0 6px;
						font-size: 12px;
						font-weight: bold;
					}
				
						#accountForm fieldset table td {
							padding: 3px;
						}
						
							#accountForm fieldset table td em {
								color: #F25822;
								margin-left: 6px;
							}
						
				#accountSubmit {
					margin-top: 12px;
				}
				
				/* OPDRACHT CONTACT */
				
				.formLabel {
					float: left;
					padding: 4px 12px 0 0;
				}
				
				.formError {
					color: #F25822;
					padding-left: 15px;
					font-style: normal;
					display: block;
					background: url('../images/bgFormError.gif') 4px 3px no-repeat;
				}

				#contact table,
				#opdrachtcontact table,
				#confirmForm table{
					margin-top: 12px;
				}
				#confirmForm table{
					line-height: 21px;
				}

					#contact table td,
					#opdrachtcontact table td,
					#confirmForm table td {
						padding: 3px 0;
					}

						#contact table td .textField,
						#opdrachtcontact table td .textField,
						#confirmForm table td .textField{
							width: 200px;
							padding: 2px;
						}

						#contact table td .textareaField,
						#opdrachtcontact table td .textareaField,
						#confirmForm table td .textareaField {
							width: 200px;
							height: 80px;
							padding: 2px;
						}
					
				/* HOT PRODUCTS */
					
				.hotProducts {
					width: 580px;
					float: left;
					margin-top: 20px;
					background: url('../images/bgHotProductsBg.gif') left repeat-y;
				}
				
					.hotProducts h2 {
						color: #fff;
						font-size: 18px;
						padding: 8px 15px 18px;
						background: url('../images/bgHotProductsH.gif') left top no-repeat;
					}
					
					.hotProducts div.bottomBg {
						background: url('../images/bgHotProductsB.gif') left bottom no-repeat;
						clear: left;
					}
					
					.hotProduct {
						width: 162px;
						float: left;
						display: block;
						text-align: center;
					}
					
						/*.hotProducts.clearer { height: 10px; }*/
					
						.hotProducts div img {
							/*margin: 0 auto;*/
							padding-top: 10px;
						}
						
						.hotProducts div h3 {
							color: #F25822;
							font-size: 13px;
							margin-top: 3px;
						}
						
							.hotProducts div h3 a {
								color: #F25822;
							}
							
							.hotProducts div h3 a:hover {
								border-bottom: 1px solid #F25822;
							}
							
						.hotProducts div a.bidNow {
							color: #fff;
							width: 48px;
							height: 15px;
							line-height: 15px;
							margin-top: 2px;
							margin-left: 57px;
							margin-left: 0 !ie;
							font-size: 10px;
							display: block;
							background: #F25822 url('../images/bgBidNow.gif') center top no-repeat;
						}
						
						.hotProducts div a.bidNow:hover {
							background: #3a3a3a url('../images/bgBidNow.gif') center bottom no-repeat;
						}
						
				/* GENERIC TABLE */
				
				.genericTable {
					width: 580px;
					margin-top: 20px;
					font-size: 10px;
				}
						
						.genericTable th {
							text-align: left;
							font-size: 11px;
							padding: 6px 0 6px 10px;
							vertical-align: top;
							border-bottom: 1px solid #000;
							background-color: #e3e9e7;
							line-height: 12px;
						}
						
							.genericTable th.firstTHCell {
								background: #e3e9e7 url('../images/tHeadBg.gif') left top no-repeat;
							}
							
							.genericTable th.lastTHCell {
								padding-right: 10px;
								background: #e3e9e7 url('../images/tHeadBg.gif') right top no-repeat;
							}
							
							.genericTable th a { text-decoration: none;}
						
						.genericTable tbody td {
							padding: 6px 0 6px 10px;
							border-bottom: 1px solid #4c6069;
							vertical-align: top;
						}
						
							.genericTable tbody td img {
								/*margin-right: 10px;*/
							}
					
					.genericTable tfoot {
						background: #E3E9E7 url('../images/tFootBg.gif') left bottom no-repeat;
					}
					
						.genericTable tfoot td {
							padding: 8px 10px;
						}
					
				/* AUCTION DETAILS */
				
				table.auctionDetails {
					width: 580px;
					margin: 6px 0 12px;
					border-top: 1px solid #ccc;
				}
				
					table.auctionDetails th,
					table.auctionDetails td {
						padding: 6px 10px 6px 0;
						border-bottom: 1px solid #ccc;
						vertical-align: top;
					}
				
				.categoryAlert {
					color: #F25822;
					margin-top: -16px;
					line-height: 16px;
					float: right;
				}
				
					a.categoryAlert {
						display: block;
						height: 16px;
						padding-left: 20px;
						background: url('../images/exclamation.gif') left top no-repeat;
					}
					
					a.categoryAlert:hover {
						color: #272727;
						background-position: left bottom;
					}
					
				/* PRODUCT DETAILS */
				
				.productDetails {
					margin-top: 15px;
				}
				
					.productDetailsCol {
						width: 280px;
						float: left;
						display: inline;
					}
					
						.productDetailsImg {
							width: 280px;
							float: left;
							/*position: relative;
							background: url('../images/bgDetailImg.jpg') left bottom no-repeat;
							padding-bottom: 30px;*/
						}
						
							.productDetailsImgBig {

							}
							
								.productDetailsImgThumbs {
									width: 280px;
									margin-top: 3px;
								}
									
								.productDetailsImgThumbs a{
									display: block;
									height: 42px;
									overflow: hidden;
									float: left;
									margin-bottom: 4px;
								}
								
									.productDetailsImgThumbs img {
										float: left;
										display: inline;
										margin: 0 4px 4px 0;
										width: 61px;
										padding: 2px;
										border: 1px solid #cdcdcd;
									}
									
										.productDetailsImgThumbs img.last {
											margin: 0 0 4px 0;
										}
									
							.productDetailsImg ul {
								position: absolute;
								bottom: 5px;
								left: 10px;
							}
							
								.productDetailsImg ul li {
								}
							
									.productDetailsImg a {
										color: #F25822;
										text-decoration: none;
									}
									.productDetailsImgBig a{
										text-align: center;										
									}
									
										a.zoom {
											padding-right: 20px;
											background: url('../images/zoom.gif') right center no-repeat;
										}
									
									.productDetailsImg a:hover {
										text-decoration: none;
									}
									
						.productDetailsCol h2 {						
							color: #272727;
							letter-spacing: 2px;
							text-transform: uppercase;
							font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
							border-bottom: 1px solid #272727;
							margin-top: 20px;
							padding: 8px 0;
						}
						
						.productDetailsCol p {
							margin-top: 8px;
							line-height: 16px;
						}
						
						.productDetailsCol p a {
							color: #F25822;
							text-decoration: none;
						}
						
						.productDetailsCol p a:hover {
							background-color: #F25822;
							color: #fff;
						}
						
						.productDetailsCol dl,
						.productDetailsColLot {
							width: 280px;
							float: left;
							font: normal 11px Arial, Helvetica, sans-serif;
						}
						
							.productDetailsColLot th,
							.productDetailsColLot td {
								padding: 7px 0;
								border-bottom: 1px solid #4c6069;
								vertical-align: top;
							}
							
							.productDetailsColLot th {
								width: 120px;
							}
							
							.productDetailsColLot td {
								width: 160px;
							}
							
						.placeBid {
							color: #fff;
							width: 280px;
							float: left;
							margin-top: 10px;
							padding-bottom: 7px;
							background: #FF4811 url('../images/bgDetPlaceBidStop.gif') left bottom no-repeat;
						}
						
							.placeBid h3 {
								font-size: 18px;
								font-weight: normal;
								background: #FF4811 url('../images/bgDetPlaceBidStart.gif') left top no-repeat;
								padding: 7px 15px 0;
							}
							
							.placeBid p {
								margin: 7px 15px 0;
							}
							
							.placeBid a {
								color: #fff;
								text-decoration: underline;
							}
							
							.placeBid a:hover {
								text-decoration: none;
							}
							
							td.placeBidCell {
								padding: 0 6px;
								background: #fff;
								border: 1px solid #fff;
							}
							
								.placeBid input {
									background: #fff;
									border: none;
									padding: 3px;
									margin: 0;
								}
							
							.placeBid button {
								border: none;
								color: #fff;
								background: url('../images/btnPlaceBid.gif') center no-repeat;
								width: 114px;
								height: 24px;
								text-align: center;
								text-transform: uppercase;
								font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
								cursor: pointer;
							}
							
							.placeBid em {
								font-style: normal;
							}
							
						/* PLACE BID ERROR */
						
						table.placeBidError {
							width: 280px;
							background: #D01A17;
							margin-top: 10px;
							font-size: 14px;
							color: #fff;
						}
						
							td.placeBidErrorTop { background: url('../images/placeBidErrorBgTop.gif') center top no-repeat; }
							td.placeBidErrorBottom { background: url('../images/placeBidErrorBgBottom.gif') center bottom no-repeat; }
							
			/*  */
			
			.categoriesList {
				margin: 12px 0;
			}
			
				.categoriesList li { line-height: 18px; }
				
			a.viewPDF,
			a.payIt {
				color: #da382d;
				height: 16px;
				line-height: 16px;
				display: block;
				padding-left: 20px;
			}
			
			a.viewPDF {				
				background: url('../images/iconPdf.gif') left center no-repeat;
			}
			
			a.payIt {
				margin-top: 10px;
				background: url('../images/iconCC.gif') left center no-repeat;
			}
			
			a.viewPDF:hover,
			a.payIt:hover {
				text-decoration: underline;
			}
			
			fieldset.paymentStep {
				margin: 12px 0 10px;
				border: 1px solid #cdcdcd;
				padding: 0 20px 10px;
			}
			
				fieldset.paymentStep legend {
					padding: 0 6px;
					font-weight: bold;
					font-size: 12px;
					color: #F25822;
				}
			
				fieldset.paymentStep table {
					margin-top: 10px;
				}
				
			/* RECOVER PASSWORD */
			
			.recoverPass {
				width: 100%;
				background: #ECF0EE;
				margin: 12px 0 10px;
			}
				
				.recoverPass td {
					padding: 6px 0 6px 10px;
				}
				
					.recoverPass td input {
						width: 169px;
						padding: 2px;
					}
				
					.recoverPass td em {
						color: #F25822;
						font-style: normal;
					}
											
			/* SITEMAP */
			
			ul.siteMap {
				font-size: 11px;
				line-height: 18px;
				margin-top: 12px;
			}
			
				ul.siteMap a { color: #3a3a3a; }
				ul.siteMap a strong { color: #F25822; }
				ul.siteMap a:hover { text-decoration: underline; }
			
				ul.siteMap li ul {
					margin-left: 18px;
				}
				
				ul.siteMap strong {
					font-size: 12px;
				}
				
		/* FOOTER */
		
		.footer {
			width: 950px;
			margin-top: 20px;
			padding: 0 15px;
			line-height: 46px;
			position: relative;
			background: url('../images/bgFooter.gif') center top no-repeat;
		}
		
			.footer a {
				color: #3a3a3a;
				text-decoration: underline;
			}
			
			.footer a:hover {
				text-decoration: none;
			}
			
				a.socofi {
					position: absolute;
					right: 14px;
					top: 0;
				}
				
/*** imagebox ***/
#ImageBoxOverlay
{
background-color: #000;
}
#ImageBoxCaption
{
background-color: #F4F4EC;
}
#ImageBoxContainer
{
width: 250px;
height: 250px;
background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
font-weight: bold;
padding-bottom: 5px;
font-size: 13px;
color: #000;
}
#ImageBoxCaptionImages
{
margin: 0;
}
#ImageBoxNextImage
{
background-image: url(/images/spacer.gif);
background-color: transparent;
}
#ImageBoxPrevImage
{
background-image: url(/images/spacer.gif);
background-color: transparent;
}
#ImageBoxNextImage:hover
{
background-image: url(/images/next_image.jpg);
background-repeat: no-repeat;
background-position: right top;
}
#ImageBoxPrevImage:hover
{
background-image: url(/images/prev_image.jpg);
background-repeat: no-repeat;
background-position: left bottom;
}


#tellAFriend {
}

/*#tellafriend_form {
	position: absolute;
	top: 0px;
	background-color: #f3f3f3;
	padding: 10px;
	border: 1px solid #ccc;
	left: 50%;
	margin-left: -135px;
	color: #555;
	text-align: left;
	top: -400px;
	display: none;
	width: 270px;
	overflow: hidden;
}*/

#tellafriend_form {
	width: 274px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -135px;
	background: #3a3a3a;
	text-align: left;
	padding-bottom: 10px;
	display: none;
	overflow: hidden;
}
#tellafriend_form h3 {
	color: #F25822;
	font-size: 14px;
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	margin: 10px 12px;
}
#tellafriend_form p {
	width: 250px;
	margin: 4px 12px 0;
	position: relative;
	clear: both;
	color: #fff;
}
#tellafriend_form input,
#tellafriend_form textarea {	
	margin: 0 12px 4px;
	width: 244px;
	position: relative;
	float: left;
	border: none;
	padding: 3px;
	background: #fff;
}
#tellafriend_form label {
	color: #fff;
}
#tellafriend_form button {
	width: 70px;
	height: 20px;
	color: #fff;
	float: left;
	display: inline;
	margin: 6px 0 0 12px;
	background: #F25822 url('../images/btn.gif') center no-repeat;
	border: none;
}
#tell_ajax_indicator {
	display: none;
}

#termsAgree
{
	height: 140px;
	overflow: auto;
	font-size: 10px;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 10px 0;
}

#termsAgree *
{
	font-size: 10px;
}
.bidHistory {
	margin-top: 20px;
	clear: both;
}
.bidHistory table {
	width: 100%;
}
/*.bidHistory thead th {
	background-color: #eee;
	padding: 3px 0 3px 4px;
	margin: 0;
}*/
.bidHistory thead th {
	color: #272727;
	letter-spacing: 2px;
	text-transform: uppercase;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #272727;
	margin-top: 20px;
	padding: 8px 0;
}
.bidHistory tbody td {
	padding: 3px 0;
	border-bottom: 1px solid #4C6069;
	vertical-align: bottom;
	margin: 0;
}
.bidHistory tbody td strong {
	
}
.bidHistory tbody td span {
	font-size: 10px;
	color: #999;
	display: block;
}


div.clearer {
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
}
dv.hotProducts div.clearer {
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
}
#approveForm textarea {
	width: 260px;
	height: 100px;
}
.placeBid .lotForm a{
	color: #fff;
}
p.minutesAlert{
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}
