#mainColumn {
	font-size: 0.8em;
}
.kibris h3 { 
	color: #FF6600}	

#top {
	/* edit styles/kibris/images.css-dist to make changes to background */
	height: 69px;
	position: relative;
	}
	BODY#fr_buy_index_php DIV#top { height: 84px }

	#top h1 {
		position: absolute;
		color: #FFFFFF;
		top: 14px;
		left: 30px;
		padding: 0px;
		margin: 0px;
		font-size: 2.1em;
		}

	#top p {
		position: absolute;
		color: #FFFFFF;
		top: 39px;
		left: 30px;
		padding: 0px;
		margin: 0px;
		font-size: 1.3em;
		}

.clear { clear: both; }


/* --------------------------------------------------------
	CATEGORIES LIST
*/
#categories {
	margin: 14px;
	margin-bottom: 24px;
	float: left; 
	width: 162px; 
	display: inline;
	}
	BODY#uk_buy_index_php #categories,
	BODY#fr_buy_index_php #categories,
	BODY#es_buy_index_php #categories,
	BODY#de_buy_index_php #categories,
	BODY#it_buy_index_php #categories,
	BODY#nl_buy_index_php #categories {
		margin-bottom: 39px;
	}
	#categories a {
		color: #555555;
		text-decoration: none;
		}
	#categories a:hover {
		text-decoration: underline;
		}

#categoriesMain {
	margin: 0; 
	padding: 0; 
	position: relative; 
	width: 162px;
	}
	#categoriesMain h2 {
		background-repeat: no-repeat;
		width: 162px; 
		height: 28px; 
		margin: 0px; 
		padding: 3px 0 0 0; 
		position: absolute; 
		top: 0px; 
		color: #fff; 
		font-weight: bold; 
		font-size: 15px; 
		text-align: center;
		}
	#categoriesMain span {
		position: relative; 
		}
	#categoriesMain img {
		border: 0px; 
		margin: 0; 
		padding: 0; 
		position: absolute; 
		bottom: -28px;
		border: 0px; 
		}

#categoriesContent {
	background: #eff4f8; 
	border-left: 1px solid #aed8f5; 
	border-right: 1px solid #aed8f5; 
	height: 58em; 
	margin: 0; 
	padding: 0px 10px; 
	position: relative; 
	top: 28px;
	}
	BODY#de_buy_index_php #categoriesContent { height: 72em; }
	BODY#es_buy_index_php #categoriesContent { height: 75em; }
	BODY#fr_buy_index_php #categoriesContent { height: 75em; }
	BODY#it_buy_index_php #categoriesContent { height: 73em; }
	BODY#nl_buy_index_php #categoriesContent { 
		height: 69em;
		padding: 0 8px; 
		}

	#categoriesContent div {
		padding-top: 10px;
		}
		BODY#de_buy_index_php #categoriesContent div {
			padding-top: 8px;
			}
		BODY#nl_buy_index_php #categoriesContent div {
			padding-top: 6px;
			}
	#categoriesContent h3 {
		margin: 0px; 
		border-bottom: 1px solid #bfd4e2; 
		color: #ef8200; 
		font-size: 14px;
		}
		BODY#de_buy_index_php #categoriesContent h3 {
			font-size: 13px;
			}
		BODY#nl_buy_index_php #categoriesContent h3 {
			font-size: 13px
			}
	#categoriesContent SPAN {
		position: absolute; 
		margin-top: 1px;
		left: 101px; 
		color: #555; 
		font-size: 11px; 
		font-weight: normal;
		white-space: nowrap;
		cursor: pointer;
		}
		BODY#de_buy_index_php #categoriesContent SPAN { left: 102px }
		BODY#es_buy_index_php #categoriesContent SPAN { left: 102px }
		BODY#fr_buy_index_php #categoriesContent SPAN { left: 102px }
		BODY#it_buy_index_php #categoriesContent SPAN { left: 102px }
		BODY#nl_buy_index_php #categoriesContent SPAN { left: 103px }
		BODY#uk_buy_index_php #categoriesContent SPAN { left: 105px }

	#categoriesContent ul {
		margin: 5px 0px;
		}
	#categoriesContent li {
		margin: 0px; 
		line-height: 1.4em; 
		font-size: 10px; 
		color: #555;
		}
	#categoriesContent a {
		text-decoration: none;
		}
		#categoriesContent SPAN:hover {
			text-decoration: underline;
		}
	#view {
		margin: 0px; 
		color: #ef8200; 
		font-size: 10px;
		}
		

/* --------------------------------------------------------
	SUB-CATEGORIES (fly-out navigation boxes)
*/

.fullCategory {
	margin: 0.5em 0;
	width: 50em;
	position: absolute;
	left: -110px;
	top: 15px;
	display: none;
	opacity: 0;
	z-index: 10;
	}

	/*	French customization
		*/
		BODY.kibris DIV#books_fr_SubMenu { width:65em; }
			BODY.kibris DIV#books_fr_SubMenu .i3 A { width:21em; }

		BODY.kibris DIV#music_fr_SubMenu,
		BODY.kibris DIV#software_fr_SubMenu
		{ width:57em; }
			BODY.kibris DIV#music_fr_SubMenu .i3 A,
			BODY.kibris DIV#software_fr_SubMenu .i3 A
			{ width:17em; }

		BODY.kibris DIV#artwork_fr_SubMenu { width:56em; }
			BODY.kibris DIV#artwork_fr_SubMenu .i3 A { width:18em; }

		BODY.kibris DIV#video_fr_SubMenu { width:56em; }
			BODY.kibris DIV#video_fr_SubMenu .i3 A { width:18em; }


	/*	Italian customization
		*/
		BODY.kibris DIV#software_it_SubMenu { width:43em; }
			BODY.kibris DIV#software_it_SubMenu .i3 A { width:17em; }

	/*	Spanish customization
		*/
		BODY.kibris DIV#software_es_SubMenu { width:58em; }
			BODY.kibris DIV#software_es_SubMenu .i3 A { width:16em; }
			BODY.kibris DIV#software_es_SubMenu .i3 .links {
				width: 18em;
				float: left;
				}

	/*	German customization
		*/
		BODY.kibris DIV#books_de_SubMenu { width:67em; }
			BODY.kibris DIV#books_de_SubMenu .i3 A { width:21em; }
			BODY.kibris DIV#books_de_SubMenu .i3 .links {
				width: 24em;
				float: left;
				}

	/*	Dutch customization
		*/
		BODY.kibris DIV#software_nl_SubMenu { width:50em; }
			BODY.kibris DIV#software_nl_SubMenu .i3 A { width:21em; }

	
	.fullCategory .cloud {
		margin-left: 130px;
		}
	
	.fullCategory .cloud {
		margin-left: 130px;
		}
	
	.fullCategory .bt {
		background-repeat: no-repeat;
		background-position: 100% 0;

		margin: 0 0 0 18px;
		height: 17px;
		}
		.fullCategory .bt div {
			height: 17px;
			width: 18px;
			position: relative;
			left: -18px;
			background-repeat: no-repeat;
			background-position: 0 0;

			}

	.fullCategory .bb {
		background-repeat: no-repeat;
		background-position: 100% 100%;
		margin: 0 0 0 18px;
		height: 17px;
		}
		.fullCategory .bb div {
			height: 17px;
			width: 18px;
			position: relative;
			left: -18px;
			background-repeat: no-repeat;
			background-position: 0 100%;
			}

	.fullCategory .i1 {
		padding: 0 0 0 12px;
		background-repeat: repeat-y;
		background-position: 0 0;
		}

	.fullCategory .i2 {
		padding: 0 12px 0 0;
		background-repeat: repeat-y;
		background-position: 100% 0;
		}

	.fullCategory .i3 {
		background: #fff;
		border: 1px solid #fff;
		border-width: 1px 0;
		padding: 2em 10px 1em 10px;
		overflow: hidden;
		}
		.fullCategory .i3 A {
			width: 145px;

			display: block;
			float: left;
			/*
			*/
			text-decoration: none;
			color: #666;
			font-size: 10px;
			line-height: 2;
			white-space: nowrap;
			}
			.fullCategory .i3 A:hover {
				text-decoration: underline;
				color: #333;
				}


	.fullCategory DIV.label {
		position: absolute;
		left: 0px;
		top: 7px;
		width: 170px;
		height: 27px;
		background-repeat: no-repeat;
		background-position: 0 0;
		color: white;
		font-weight: bold;
		font-weight: 1.25em;
		padding: 1px 0 0 9px;
		}

	.fullCategory IMG.closer {
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 15px;
		opacity: .75;
		}


/* --------------------------------------------------------
	FEATURES CONTENT
*/
#features {
	margin: 15px 15px 0px 0px; 
	padding: 0; 
	float: left; 
	width: 528px; 
	display: inline;
}

/* --------------------------------------------------------
SPECIAL COLLECTIONS
*/
#collections2 {
	margin: 0px 0 15px 0; 
	padding: 0; 
	position: relative; 
	width: 528px;
	}
	BODY#uk_buy_index_php #collections,
	BODY#fr_buy_index_php #collections,
	BODY#de_buy_index_php #collections,
	BODY#es_buy_index_php #collections,
	BODY#it_buy_index_php #collections,
	BODY#nl_buy_index_php #collections {
		background-repeat: repeat-x;
		background-position: 100% 0;
		}
	#collections2 h2 {
		background-repeat: no-repeat;
		width: 528px; 
		height: 27px; 
		margin: 0; 
		padding: 3px 0 0 15px; 
		position: absolute; 
		top: 0px; 
		color: #fff; 
		font-weight: bold; 
		font-size: 15px;
		}
	#collections2 span {
		position: relative; 
		}
	#collections2 a {
		color: #005288;
		}
	
#collectionsContent2 {
	background-repeat: repeat-x;
	height: 28.6em; 
	margin: 0; 
	padding: 0; 
	position: relative; 
	top: 27px;
	overflow: hidden;
	}
	BODY#de_buy_index_php #collectionsContent {
		background: none;
		padding: 10px;
		height: 23em;
		}
	BODY#es_buy_index_php #collectionsContent {
		background: none;
		padding: 10px;
		height: 23em;
		}
	BODY#fr_buy_index_php #collectionsContent {
		background: none;
		padding: 10px;
		height: 22em;
		}
	BODY#it_buy_index_php #collectionsContent {
		background: none;
		padding: 10px;
		height: 22em;
		}
	BODY#nl_buy_index_php #collectionsContent {
		background: none;
		padding: 10px;
		height: 23em;
		}
	BODY#uk_buy_index_php #collectionsContent {
		background: none;
		padding: 10px;
		height: 22em;
		}

#collection1 {
	float: left; 
	width: 181px; 
	padding: 10px 0px 0px 0px; 
	text-align: center;
	}
	#collection1 img {
		position: relative; 
		z-index: 1; 
		left: -8px;
		border: 0px;
		padding-top: 5px; 
		}
	#collection1 p {
		margin: 7px 25px 5px 20px; 
		line-height: 1.2em; 
		text-align: left; 
		font-size: 11px;
		text-align: center;
		}
	
#collection2 {
	float: left; 
	width: 165px; 
	line-height: 1.2em;
	}
	#collection2 img {
		position: relative; 
		z-index: 1; 
		margin-top: 15px;
		border: 0px; 
		}
	#collection2 p {
		position: relative;  
		margin: 0px 15px;
		text-align: center;
		font-size: 11px;
		}
	
.listTitle {
	padding-top: 13px;
	}

#collection3 {
	float: left; 
	padding: 17px 0px 0px 6px; 
	width: 164px; 
	text-align: center;
	}
	#collection3 a {
		color: #303030;
		text-decoration: none;
	}
	#collection3 p {
		position: relative;
		top: -3px;
		margin: 0;
		padding: 0;
		line-height: 2em; 
		text-align: center; 
		font-size: 11px; 
		font-weight: bold;
		}

#collections .boxBot {
	margin: 0; 
	padding: 0; 
	position: absolute; 
	bottom: -27px;
	bottom: 0px;
	}

.divider {
	background-repeat: no-repeat;
	float: left; 
	margin-top: 11px; 
	width: 1px; 
	height: 216px;
	}

/* --------------------------------------------------------
	MAIN FEATURE
*/
#mainFeature {
	margin: 15px 0 26px 0; 
	padding: 0; 
	position: relative; 
	width: 528px;
	}
	#mainFeature .boxTop {
		margin: 0; 
		padding: 0; 
		position: absolute; 
		top: 0px;
		}
	#mainFeature .boxBot {
		margin: 0; 
		padding: 0; 
		position: absolute; 
		bottom: -11px;
		}
	#mainFeature a {
		color: #005288;
		}
	
#mainFeatureContent {
	border-left: 1px solid #aed8f5; 
	border-right: 1px solid #aed8f5; 
	height: 35em; 
	margin: 0; 
	padding: 0 10px;  
	position: relative; 
	top: 11px;
	overflow: hidden;
	}

#mainFeatureCover {
	position: relative; 
	float: left; 
	width: auto; 
	margin: 0; 
	padding: 0 5px;
	height: 100px;
	}
	#mainFeatureCover img {
		border: 1px solid #bababa;
		}

.preview {
	position: relative; 
	top: -24px; 
	left: -6px; 
	height:37px;
	border: 0px !important;
	}

.previewText {
	margin: 0; 
	color: #005288; 
	font-size: 11px; 
	position: relative; 
	top: -44px; 
	left: 38px;
	}
	BODY#es_buy_index_php .previewText {
		top: -25px;
		left: 20px;
		}
	BODY#it_buy_index_php .previewText {
		font-size: 10px;
		left: 36px;
		}
	BODY#nl_buy_index_php .previewText {
		top: -25px;
		left: 13px;
		}

#otelDetay {
	margin: 15px 0 26px 0; 
	padding: 0; 
	left: -175px;
	position: relative; 
	width: 703px;
	}
	#otelDetay .boxTop {
		margin: 0; 
		padding: 0; 
		position: absolute; 
		top: 0px;
		}
	#otelDetay .boxBot {
		margin: 0; 
		padding: 0; 
		position: absolute; 
		bottom: -11px;
		}
	#otelDetay a {
		color: #005288;
		}
	
#otelDetayContent {
	border-left: 1px solid #aed8f5; 
	border-right: 1px solid #aed8f5; 
	height: 23em; 
	margin: 0; 
	padding: 0 10px;  
	position: relative; 
	top: 11px;
	overflow: hidden;
	}

#otelDetayCover {
	position: relative; 
	float: left; 
	width: auto; 
	margin: 0; 
	padding: 0 5px;
	height: 100px;
	}
	#otelDetayCover img {
		border: 1px solid #bababa;
		}

#OtelDetayCopy {
	float: left; 
	width: 465px;
	width: 100%;
	margin: 0 0 1em 17px;
	padding: 0;
	position: relative;
	}
	#OtelDetayCopy h1 {
		margin: 0; 
		padding: 0; 
		font-size: 2em;
		font-weight: normal; 
		color: #ef8200;
		line-height: 1.1em;
		}
	#OtelDetayCopy a {
		color: #ef8200;
		}
	#OtelDetayCopy .creator,
	#OtelDetayCopy .creator a {
		margin: .25em 0;
		color: #3d3d3d; 
		font-size: 12px;
		text-decoration: none;
		}
		#OtelDetayCopy .creator a:hover {
			text-decoration: underline;
		}
	#OtelDetayCopy .description {
		margin: .4em 0px .75em;
		line-height: 1.25;
		font-size: 1.25em;
		width: 95%;
		text-align: justify;
		
		}
#mainFeatureCopy {
	float: left; 
	width: 365px;
	width: 65%;
	margin: 0 0 1em 17px;
	padding: 0;
	position: relative;
	}
	#mainFeatureCopy h1 {
		margin: 0; 
		padding: 0; 
		font-size: 2em;
		font-weight: normal; 
		color: #ef8200;
		line-height: 1.1em;
		}
	#mainFeatureCopy a {
		color: #ef8200;
		}
	#mainFeatureCopy .creator,
	#mainFeatureCopy .creator a {
		margin: .25em 0;
		color: #3d3d3d; 
		font-size: 12px;
		text-decoration: none;
		}
		#mainFeatureCopy .creator a:hover {
			text-decoration: underline;
		}
	#mainFeatureCopy .description {
		margin: .4em 0px .75em;
		line-height: 1.25;
		font-size: 1.25em;
		width: 95%;
		}
		
#mainFeatureDetail {
	float: left; 
	width: 95%;
	height: 100%;
	margin: 0 0 0em 1px;
	padding: 0;
	position: relative;
	}
	#mainFeatureDetail h1 {
		margin: 0; 
		padding: 0; 
		font-size: 2em;
		font-weight: normal; 
		color: #ef8200;
		line-height: 1.1em;
		}
	#mainFeatureDetail a {
		color: #ef8200;
		}
	#mainFeatureDetail .creator,
	#mainFeatureDetail .creator a {
		margin: .25em 0;
		color: #3d3d3d; 
		font-size: 12px;
		text-decoration: none;
		}
		#mainFeatureDetail .creator a:hover {
			text-decoration: underline;
		}
	#mainFeatureDetail .description {
		margin: .4em 0px .5em;
		line-height: 1.25;
		font-size: 1.25em;
		width: 99%;
		text-align: justify;
		}
#mainFeatureDetail  .image {
	position: relative; 
	margin: .8em 0px;
	}
#mainFeatureDetail	.image img {
		position: relative; 
		float: middle;
		border: 2px solid #C0C0C0;
		cursor: pointer; 
		}
				

DIV#mainFeature FORM {
	margin: 0; padding: 0;
	width: 0; height: 0;
	}

.buttonCart {
	position: relative; 
	margin: .4em 0px;
	}
	.buttonCart img {
		position: relative; 
		float: left;
		border: 0px;
		cursor: pointer;
		}
	.buttonCart p {
		position: relative; 
		float: left; 
		left: -10px;
		top: 45px; 
		right: 5px;
		width: 670px;
		font-size: 10px; 
		font-weight: light;
		}
	.buttonCart span {
		color: #ff8300;
		}
	
#resim {
	margin: 0px 0 26px 0; 
	padding: 0; 
	padding-left: 20px;
	position: relative; 
	width: 528px;
	}

	#resim h1 {
		color: #ff8300;
		top: 14px;
		left: 30px;
		padding: 0px;
		margin: 0px;
		font-size: 2.1em;
		}

	
#resimContent {
	height: 38em; 
	margin: 0; 
	padding: 0 10px;  
	position: relative; 
	top: 11px;
	overflow: hidden;
	}	
/* --------------------------------------------------------
	MINI FEATURES
*/
#miniFeatures {
	margin: 15px 0 11px 0; 
	padding: 0; 
	position: relative; 
	width: 528px; 
	height: 20em;
}
	BODY#de_buy_index_php #miniFeatures {
		height: 21em;
	}
	#miniFeatures a {
		color: #ef8200;
	}
	#miniFeatures .boxTop {
		margin: 0; 
		padding: 0; 
		position: absolute; 
		top: 0px;
	}
	#miniFeatures .boxBot {
		border: 0px; 
		margin: 0; 
		padding: 0;
		position: absolute; 
		bottom: -11px;
	}
	#miniFeatures .boxMid {
		border-left: 1px solid #aed8f5; 
		border-right: 1px solid #aed8f5; 
		height: 20em; 
		margin: 0; 
		padding: 0;  
		position: relative; 
		top: 11px;
	}
		BODY#de_buy_index_php #miniFeatures .boxMid {
			height: 21em;
		}
		#miniFeatures .boxMid div {
			padding: 0px 15px;
		}
			BODY#de_buy_index_php #miniFeatures .boxMid div {
			padding: 0px 12px;
		}
		#miniFeatures .boxMid h2 {
			position: relative; 
			margin: 0px; 
			height: 30px;
			color: #ef8200; 
			font-size: 13px;
			font-weight: normal;
			}
		#miniFeatures .boxMid img {
			position: relative; 
			margin: 12px 7px 5px 0px;
			border: 1px solid #bababa;
		}
			BODY#it_buy_index_php #miniFeatures .boxMid img {
				margin-bottom: 0;
			}
	#miniFeatures .creator {
		position: absolute; 
		right: 5px;
		width: 6em;
		margin-top: 10px; 
		color: #3d3d3d; 
		font-size: 11px; 
		line-height: 1.2em;
		}
		#miniFeatures .creator a {
			color: #3d3d3d;
			text-decoration: none;
		}
		#miniFeatures .creator a:hover {
			text-decoration: underline;
		}
	#miniFeatures .price {
		position: relative; 
		top: 5px; 
		margin: 0; 
		padding: 0; 
		text-align: center; 
		font-size: 13px; 
		font-weight: bold;
	}
	#miniFeatures .price span {
		color: #ff8300;
	}

#miniFeature1 {
	margin: 0 15px 0 0; 
	padding: 0; 
	position: relative; 
	width: 246px; 
	float: left;
}

#miniFeature2 {
	margin: 0px 15px 0 0; 
	padding: 0; 
	position: relative; 
	width: 246px; 
	float: left;
}

#miniFeature3 {
	margin: 0 0 0 0; 
	padding: 0; 
	position: relative; 
	width: 166px; 
	float: left;
}


/* --------------------------------------------------------
	POPULAR TITLES
*/
#popularTitles {
	margin: 15px 0 26px 15px; 
	padding: 0; 
	position: relative; 
	width: 705px;
}	
	BODY#de_buy_index_php #popularTitles {
		margin: 25px 0 10px 0; 
		padding: 0; 
		position: relative; 
		width: 528px;
	}
	BODY#es_buy_index_php #popularTitles {
		margin: 25px 0 10px 0; 
		padding: 0; 
		position: relative; 
		width: 528px;
	}
	BODY#fr_buy_index_php #popularTitles {
		margin: 25px 0 10px 0; 
		padding: 0; 
		position: relative; 
		width: 528px;
	}
	BODY#it_buy_index_php #popularTitles {
		margin: 25px 0 10px 0; 
		padding: 0; 
		position: relative; 
		width: 528px;
	}
	BODY#nl_buy_index_php #popularTitles {
		margin: 25px 0 10px 0; 
		padding: 0; 
		position: relative; 
		width: 528px;
	}
	BODY#uk_buy_index_php #popularTitles {
		margin: 25px 0 10px 0; 
		padding: 0; 
		position: relative; 
		width: 528px;
	}
	#popularTitles .boxTop {
		margin: 0; 
		padding: 0; 
		position: absolute; 
		top: 0px;
	}
	#popularTitles .boxMid {
		border-left: 1px solid #aed8f5; 
		border-right: 1px solid #aed8f5; 
		height: 22em; 
		margin: 0; 
		padding: 0;  
		position: relative; 
		top: 11px;
		overflow: hidden;
		}
		#popularTitles .boxMid div {
			padding: 0 15px;
			}
			BODY#de_buy_index_php #popularTitles .boxMid div {
				padding: 0 5px;
			}
			BODY#es_buy_index_php #popularTitles .boxMid div {
				padding: 0 5px;
			}
			BODY#fr_buy_index_php #popularTitles .boxMid div {
				padding: 0 5px;
			}
			BODY#it_buy_index_php #popularTitles .boxMid div {
				padding: 0 5px;
			}
			BODY#nl_buy_index_php #popularTitles .boxMid div {
				padding: 0 5px;
			}
			BODY#uk_buy_index_php #popularTitles .boxMid div {
				padding: 0 0 0 8px;
			}
		#popularTitles .boxMid h2 {
			position: relative; 
			left: 7px; 
			margin: 0px; 
			color: #ef8200; 
			font-size: 18px; 
			font-weight: normal;
			}
			BODY#de_buy_index_php #popularTitles .boxMid h2 {
				left: 6px;
			}
			BODY#es_buy_index_php #popularTitles .boxMid h2 {
				left: 6px;
			}
			BODY#fr_buy_index_php #popularTitles .boxMid h2 {
				left: 6px;
			}
			BODY#it_buy_index_php #popularTitles .boxMid h2 {
				left: 6px;
			}
			BODY#nl_buy_index_php #popularTitles .boxMid h2 {
				left: 6px;
			}
			BODY#uk_buy_index_php #popularTitles .boxMid h2 {
				left: 6px;
			}
		#popularTitles .boxMid img {
			margin: 8px;
			border: 1px solid #bababa; 
			}
			BODY#de_buy_index_php #popularTitles .boxMid img {
				margin: 7px;
			}
			BODY#es_buy_index_php #popularTitles .boxMid img {
				margin: 7px;
			}
			BODY#fr_buy_index_php #popularTitles .boxMid img {
				margin: 7px;
			}
			BODY#it_buy_index_php #popularTitles .boxMid img {
				margin: 7px;
			}
			BODY#nl_buy_index_php #popularTitles .boxMid img {
				margin: 7px;
			}
			BODY#uk_buy_index_php #popularTitles .boxMid img {
				margin: 7px;
			}
	#popularTitles .boxBot {
		border: 0px; 
		margin: 0; 
		padding: 0; 
		position: absolute; 
		bottom: -11px;
		}