	/*** MAIN STYLES ***/
	html, HTML {
		overflow: -moz-scrollbars-vertical;
		}
	body { behavior:url(js/global.htc); }
	li:hover { background-color:transparent; }
	body {
		font-family: arial, verdana, sans-serif;
		font-size: 62.5%;
		color: #656565;
		margin: 0;
		padding: 0;
		background-color: #ebebdf;
		background-image:  url(../images/main_bg.gif);
		background-repeat: repeat-x;
		background-position: top center;
		text-align: center;
		}
	td {
		font-family: arial, verdana, sans-serif;
		font-size: 1em;
		color: #656565;
		}
	
	body.smallText #wrapper { font-size: 1em; }	
	body.mediumText #wrapper { font-size: 1.2em; }	
	body.largeText #wrapper { font-size: 1.4em; }
	
	body.smallText #central_column { font-size: 1em; }	
	body.mediumText #central_column { font-size: 1.2em; }	
	body.largeText #central_column { font-size: 1.4em; }
	
	input, select {font-family: arial, verdana, sans-serif; font-size: 10px; color: #656565; background-color: #FFFFFF; margin: 0; border:1px solid #bfbfbf;}
	textarea {font-family: arial, verdana, sans-serif; font-size: 11px; color: #656565; background-color: #FFFFFF; margin: 0;}
	a img, .link_img { border: none; }
	form { border: 0; margin: 0; padding: 0; }
	p { margin: 0; padding: 0 0 1.2em 0; }
	#content_left p {clear: both; padding: 0 0 15px 0; }
	#content_left p img { display: block; }
	.notforany {display: none;}
	/*** FONT STYLES ***/
	a { color: #353535; text-decoration: none; } 
	a:hover { color: #000000; text-decoration: underline; }
	hr { border: 0; margin: 8px 0px 0px 0px; padding: 6px 0px 0px 0px; width: 100%; height: 2px; border-top: 2px solid #000000; overflow: hidden; display: none; }
	h1 { margin: 0; padding: 0px 0px 16px 0px; color: #535353; font-weight: normal; font-size: 2em; font-family: Georgia, "Times New Roman", Times, serif; }
	h2 { margin: 0; padding: 0px 0px 10px 0px; color: #535353; font-weight: normal; font-size: 1.6em; font-family: Georgia, "Times New Roman", Times, serif; }
	h3 { margin: 0; padding: 0px 0px 10px 0px; color: #535353; font-weight: normal; font-size: 1.4em; font-family: Georgia, "Times New Roman", Times, serif; }
	h4 { margin: 0; padding: 0px 0px 10px 0px; color: #535353; font-weight: normal; font-size: 1.2em; font-family: Georgia, "Times New Roman", Times, serif; }
    h5 { margin: 0; padding: 0px 0px 10px 0px; color: #535353; font-weight: normal; font-size: 1em; font-family: Georgia, "Times New Roman", Times, serif; }
	
	/*h6 { margin: 0; padding: 0; color: #FF0000; font-weight: bold; }*/
	H6 {	CLEAR: right;	PADDING-RIGHT: 0px;	PADDING-LEFT: 8px;	FONT-WEIGHT: lighter;	FONT-SIZE: 24px;	PADDING-BOTTOM: 0px;	MARGIN: 0px;	COLOR: #555;	PADDING-TOP: 10px;	FONT-FAMILY: Arial, Helvetica, sans-serif;	LETTER-SPACING: 0.3em}
	h1 em, h2 em, h3 em, h4 em, h5 em { font-style: normal; color: #353535; }
	h1 span, h2 span, h3 span, h4 span, h5 span { color: #656565; } 
	em { font-style: normal; color: #252525; } 
	strong { }
	strong em { font-style: normal; color: #353535; }
	strong span { color: #656565; }
	.error, .message, .mandatory { color: #FF0000; font-weight: bold; }
	.error-message { display: block; color: #222222; padding: 3px 4px 4px 4px; background-color: #FFDDDD; border: 1px solid #FF0000; margin: 0px 0px 10px 0px; }
	.anchor { height: 1px; overflow: hidden; display: none; }
	.lge { font-size: 1.2em; }
	.normal, a.normal, .normal a { font-style: normal; color: #656565; }
	a:hover.normal, .normal a:hover { font-style: normal; color: #252525; }
	.accessibility { display: none; }
	/*** LAYOUT STYLES ***/
	#header {
		position: relative;
		width: 800px;
		margin: 0 auto;
		text-align: left;
		z-index: 997;
		}
	#header label { display: none; }
	#header .logo { float: left; display: block; margin: 12px 0px 0px 0px; }
	#central_column {
		position: relative;
		width: 772px;
		padding: 14px;
		margin: 0 auto;
		background-color: #FFFFFF;
		text-align: left;
		font-size: 1.1em;
		z-index: 1;
		}
	#content_left {
		position: relative;
		float: left;
		width: 242px;
		overflow: hidden;
		z-index: 2;
		}
	#content_right {
		position: relative;
		float: left;
		width: 175px;
		z-index: 3;
		}
	#content_center {
		position: relative;
		float: left;
		width: 530px;
		line-height: 1.6em;
		z-index: 4;
		}
	.content {
		clear: both;
		padding: 7px;
		}
	#content_center .content {
		width: 500px;
		}
	#footer {
		position: relative;
		width: 800px;
		margin: 0 auto;
		padding-top: 5px;
		padding-bottom: 20px;
		text-align: left;
		color: #7d7d7d;
		}
	#footera {
		float: left;
		}
	#footerb {
		float: right;
		}
	#footer a { color: #7d7d7d; text-decoration: none; } 
	#footer a:hover { color: #4d4d4d; text-decoration: underline; }
	#footer em { display: none; }
	/*** MISC STYLES ***/
	.clear {
		clear: both;
		height: 0px;
		overflow: hidden;
		}
	.clear_l {
		clear: left;
		}
	.clear_r {
		clear: right;
		}
	.clear_n {
		clear: none;
		}
	.clear_content {
		clear: both;
		}
	
	.float_l {
		float: left;
		}
	.float_r {
		float: right;
		}

	.dnd {
		display: block;
		width: 0;
		height: 0;
		overflow: hidden;
		}

	
	/*** NAVIGATION STYLES ***/
	/*** TOP NAV UAE */
	ul#top_navUAE {
		float: right;
		/*width: 544px;*/
		/*width:471px;*/
		width: 326px;
		height: 30px;
		margin: 4px 0px 10px 0px;
		padding: 0;
		list-style: none;
		z-index: 998;
		}
		ul#top_navUAE li {
			position: relative;
			float: left;
			}
			ul#top_navUAE li a {
				float: left;
				display: block;
				width: 100px;
				height: 30px;
				background-repeat: no-repeat;
				background-position: 0px 0px;
				text-indent: -9999px;
				overflow: hidden;
				}
			ul#top_navUAE li a:hover,
			ul#top_navUAE li a.selected {
				background-position: 0px -100px;
				text-decoration: none;
				}
			ul#top_navUAE li.shop-for-shoes a {
				/*width: 151px;*/
				width: 154px;
				background-image: url(../images/top_nav_shop-for-shoes.gif);
				}
			ul#top_navUAE li.finspiration a {
				width: 124px;
				background-image: url(../images/top_nav_finspiration.gif);
				}
			ul#top_navUAE li.blog a {
				width: 67px;
				background-image: url(../images/top_nav_blog.gif);
				}
			ul#top_navUAE li.about-us a {
				width: 105px;
				background-image: url(../images/top_nav_about-us.gif);
				}
			ul#top_navUAE li.little-fins a {
				/*width: 90px;*/
				width: 150px;
				background-image: url(../images/top_nav_little-fins-sale.gif);
				}
			ul#top_navUAE li.sale a {
				width: 58px;
				background-image: url(../images/top_nav_sale.gif);
				}
			ul#top_navUAE li ul {
			  z-index: 999;
			  position: absolute;
			  top: 30px;
			  left: 10px;
			  width: auto;
			  margin: 0;
			  padding: 0;
			  list-style: none;
			  border-top: 1px solid #9c9c9a;
			  /* Bug in Safari v2 on the Mac where the menu
				 sticks open and does not go away. So we
				 need to set it as hidden here*/
			  visibility:hidden;
			  display:block;
			  }
			  ul#top_navUAE li ul li {
				  clear: both;
				  float: left;
				  }
				  ul#top_navUAE li ul li a {
					text-indent: 0;
					background-image: none !important;
					background-color: #ebebdf;
					color: #7c7c7a;
					border-left: 1px solid #9c9c9a;
					border-bottom: 1px solid #9c9c9a;
					border-right: 1px solid #9c9c9a;
					padding: 8px 12px;
					width: 120px !important;
					height: auto !important;
					font-size: 1.4em;
					}
				  ul#top_navUAE li ul li a:hover,
				  ul#top_navUAE li ul li a.selected {
					background-color: #e4e4d8;
					color: #2c2c2a;
					}
				ul#top_navUAE li ul li a.selected {
					font-weight: bold;
					}
			  /* Bug in Safari v2 continued...
				 Add the :hover selector to bring the menu
				 back otherwise it doesn't work
				*/
					ul#top_navUAE li:hover ul, ul#top_navUAE li a:hover ul 
					{
						display:block;
						visibility:visible;
					}	
	/*** UK TOPNAV ***/
	ul#top_nav {
		float: right;
		/*width: 544px;*/
		/*width:471px;*/
		width: 478px;
		height: 30px;
		margin: 4px 0px 10px 0px;
		padding: 0;
		list-style: none;
		z-index: 998;
		}
		ul#top_nav li {
			position: relative;
			float: left;
			}
			ul#top_nav li a {
				float: left;
				display: block;
				width: 100px;
				height: 30px;
				background-repeat: no-repeat;
				background-position: 0px 0px;
				text-indent: -9999px;
				overflow: hidden;
				}
			ul#top_nav li a:hover,
			ul#top_nav li a.selected {
				background-position: 0px -100px;
				text-decoration: none;
				}
			ul#top_nav li.shop-for-shoes a {
				/*width: 151px;*/
				width: 154px;
				background-image: url(../images/top_nav_shop-for-shoes.gif);
				}
			ul#top_nav li.finspiration a {
				width: 124px;
				background-image: url(../images/top_nav_finspiration.gif);
				}
			ul#top_nav li.blog a {
				width: 67px;
				background-image: url(../images/top_nav_blog.gif);
				}
			ul#top_nav li.about-us a {
				width: 105px;
				background-image: url(../images/top_nav_about-us.gif);
				}
			ul#top_nav li.little-fins a {
				/*width: 90px;*/
				width: 150px;
				background-image: url(../images/top_nav_little-fins-sale.gif);
				}
			ul#top_nav li.sale a {
				width: 58px;
				background-image: url(../images/top_nav_sale.gif);
				}
			ul#top_nav li ul {
			  z-index: 999;
			  position: absolute;
			  top: 30px;
			  left: 10px;
			  width: auto;
			  margin: 0;
			  padding: 0;
			  list-style: none;
			  border-top: 1px solid #9c9c9a;
			  /* Bug in Safari v2 on the Mac where the menu
				 sticks open and does not go away. So we
				 need to set it as hidden here*/
			  visibility:hidden;
			  display:block;
			  }
			  ul#top_nav li ul li {
				  clear: both;
				  float: left;
				  }
				  ul#top_nav li ul li a {
					text-indent: 0;
					background-image: none !important;
					background-color: #ebebdf;
					color: #7c7c7a;
					border-left: 1px solid #9c9c9a;
					border-bottom: 1px solid #9c9c9a;
					border-right: 1px solid #9c9c9a;
					padding: 8px 12px;
					width: 120px !important;
					height: auto !important;
					font-size: 1.4em;
					}
				  ul#top_nav li ul li a:hover,
				  ul#top_nav li ul li a.selected {
					background-color: #e4e4d8;
					color: #2c2c2a;
					}
				ul#top_nav li ul li a.selected {
					font-weight: bold;
					}
			  /* Bug in Safari v2 continued...
				 Add the :hover selector to bring the menu
				 back otherwise it doesn't work
				*/
					ul#top_nav li:hover ul, ul#top_nav li a:hover ul 
					{
						display:block;
						visibility:visible;
					}
	ul#top_nav_text {
		float: right;
		overflow: hidden;
		margin: 40px 0px 0px 0px;
		padding: 0;
		list-style: none;
		width:550px !important; /* For Firefox v2 and lower to prevent large gap at top */
		}
		ul#top_nav_text li {
			display: inline;
			}
			ul#top_nav_text li a {
				float: right;
				display: block;
				background-image: url(../images/top_nav_text_bg.gif);
				background-repeat: no-repeat;
				background-position: right 15px;
				padding: 12px 15px 10px 10px;
				color: #9d9d9d;
				font-size: 1.4em;
				}
			ul#top_nav_text li.shopping-bag a {
				position: relative;
				background-image: url(../images/top_nav_text_bag.gif);
				background-position: right 0px;
				padding: 12px 30px 10px 10px;
				}
			ul#top_nav_text li.shopping-bag a span {
				position: absolute;
				right: 0;
				top: 12px;
				display: block;
				width: 22px;
				text-align: center;
				color: #FFF;
				font-weight: normal !important;
				}
			ul#top_nav_text li a:hover,
			ul#top_nav_text li a.selected {
				text-decoration: none;
				color: #6c6c6c;
				}
			ul#top_nav_text li a.selected {
				font-weight: bold;
				}

	ul#left_nav {
		float: left;
		overflow: hidden;
		margin: 0 0 15px 0;
		padding: 10px 20px;
		list-style: none;
		width: 188px;
		background-color: #f0f0e8;
		}
		ul#left_nav li {
			clear: both;
			float: left;
			}
			ul#left_nav li a {
				float: left;
				display: block;
				background-image: url(../images/left_nav_a.gif);
				background-repeat: no-repeat;
				background-position: right 10px;
				padding: 6px 20px 6px 0px;
				width: 168px;
				color: #9b9b96;
				border-top: 1px solid #d6d6cf;
				font-size: 1.3em;
				}
			ul#left_nav li.first a {
				border: 0 !important;
				}
			ul#left_nav li a:hover,
			ul#left_nav li a.selected {
				text-decoration: none;
				color: #61615e;
			}
	
	a.button {
		clear: both;
		float: left;
		display: block;
		background-image: url(../images/button_left_bg.gif);
		background-repeat: no-repeat;
		background-position: 0px -100px;
		text-align: center;
		font-size: 1.1em;
		color: #757575;
		cursor:pointer;
		}
	a.button:hover {
		background-position: 0px 0px;
		text-decoration: none;
		color: #353535
		}
		a.button span {
			display: block;
			width: auto !important;
			width: 120px;
			min-width: 120px;
			padding: 8px 10px 20px 10px;
			background-image: url(../images/button_right_bg.gif);
			background-repeat: no-repeat;
			background-position: right top;
			}
	/*** FORM STYLES ***/
	#content_center input.txt,
	#content_center select,
	#content_center textarea {
		width: 200px;
		border: 1px solid #A5A5A5;
		margin-bottom: 10px;
		}
	/*#content_center select {
		width: 202px !important;
		width: 204px;
		}
		#bcountry select {
		    width:295px;
		}*/
	input.txt:focus,
	select:focus,
	textarea:focus {
	background-color: #EEEEEE;
	}
	fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}
	fieldset legend {
	font-weight: bold;
	font-size: 1.2em;
	padding: 10px 0px 10px 0px;
	}
	#content_center label {
		clear: both;
		width: 310px;
		display: block;
		float: left;
		padding-top: 2px;
		font-weight: bold;
		}
	label em {
	font-style: normal;
	color: #FF0000;
	}
	.check,
	.radio {
		background: transparent;
		width: auto !important;
		border: 0 !important;
		}
	input.button {
		border: 1px solid #dfdfd3 !important;
		background-color: #dfdfd3 !important;
		color: #747474 !important;
		width: auto !important;
		font-weight: bold;
		cursor: hand;
		cursor: pointer;
		font-size: 11px;
		}
	input.buy-button {
		border: none !important;
		background-color: #737369 !important;
		color: #FFFFFF !important;
		width: auto !important;
		font-weight: normal;
		cursor: hand;
		cursor: pointer;
		font-size: 11px;
		background-image: url(../images/button_buy_bg.gif);
		background-repeat: no-repeat;
		background-position: left center;
		margin: 0 !important;
		padding: 15px 0px !important;
		width: 295px !important;
		font-size: 1.7em;
		}
	input.buy-button:hover {
		background-position: -400px center;
	}
	/*** WEBSITE STYLES ***/
	
	.ad_orders {
		width: 178px;
		height: 154px;
		padding: 25px;
		margin-bottom: 14px;
		background-image: url(../images/ad_orders.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		font-size: 1.1em;
		}
	.ad_orders strong {
		font-size: 2em;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		}
	.sign-up {
		clear: both;
		width: 203px;
		height: 95px;
		padding: 25px 0px 25px 25px;
		margin: 0;
		background-image: url(../images/sign-up_bg.gif);
		background-repeat: no-repeat;
		background-position: left top;
		font-size: 1.1em;
		}
	.sign-upSMALLIMAGE {
		clear: both;
		width: 229px;
		height: 95px;
		padding: 5px 25px 40px 4px;
		margin: 0;
		background-image: url(../images/sign-up_bg.gif);
		background-repeat: no-repeat;
		background-position: left top;
		font-size: 1.1em;
		}
	.sign-upSMALLIMAGE label {
		font-size: 2em;
		display: block;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		padding: 0 0 0.8em 0;
		}
	.sign-upSMALLIMAGE input.txt {
		float: left;
		width: 150px;
		padding: 5px;
		font-size: 1.2em;
		border: 0;
		background-color: transparent;
		background-image: url(../images/sign-up_txt.gif);
		background-repeat: no-repeat;
		background-position: left top;
		}
	.sign-upSMALLIMAGE .btn_sugnup {
		float: left;
		width: 36px;
		height: 26px;
		cursor: pointer;
		border: 0;
		background-color: transparent;
		background-image: url(../images/sign-up_btn.gif);
		background-repeat: no-repeat;
		background-position: center top;
		}			
	.sign-up label {
		font-size: 2em;
		display: block;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		padding: 0 0 0.8em 0;
		}
	.sign-up input.txt {
		float: left;
		width: 150px;
		padding: 5px;
		font-size: 1.2em;
		border: 0;
		background-color: transparent;
		background-image: url(../images/sign-up_txt.gif);
		background-repeat: no-repeat;
		background-position: left top;
		}
	.sign-up .btn_sugnup {
		float: left;
		width: 36px;
		height: 26px;
		cursor: pointer;
		border: 0;
		background-color: transparent;
		background-image: url(../images/sign-up_btn.gif);
		background-repeat: no-repeat;
		background-position: center top;
		}
	a.collection_item_fins {
		clear: both;
		float: left;
		display: block;
		width: 228px;
		height: 80px;
		margin-bottom: 15px;
		background-image: url(../images/collection_item_fins.gif);
		background-repeat: no-repeat;
		background-position: left top;
		text-indent: -9999px;
		overflow: hidden;
		}
	.collection-item {
		width: 211px;
		height: auto !important;
		/*height: 70px;*/
		min-height: 70px;
		padding: 5px 0px 10px 17px;
		margin: 0px 0px 15px 0px;
		background-color: transparent;
		background-image: url(../images/collection_item.gif);
		background-repeat: no-repeat;
		background-position: left center;
		overflow: hidden;
		}
	.collection-item.current {
		width: 211px;
		height: 80px;
		padding: 5px 14px 10px 17px;
		background-position: -300px center;
		}
	.collection-item strong {
		font-size: 1.5em;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		color: #999;
		display: block;
		padding: 0px 0px 4px 0px;
		}
	.collection-item.current strong {
		color: #656565;
		}
	.collection-item a {
		display: block;
		float: left;
		border: 1px solid #f2f2eb;
		margin: 0px 3px 3px 0px;
		}
	.collection-item.current a {
		border: 1px solid #e2e2d1;
		}
	.collection-item a:hover,
	.collection-item a.selected {
		border: 1px solid #62625b;
		}
	.collection-item a.collection-change, a.collection-item .current a.collection-change 
	{
		clear:both;
		display: block;
		width:98%;
	}
	.collection-item .collection-change:hover, .collection-item .current .collection-change:hover 
	{
		text-decoration:none;
		border-color:#e2e2d1;
	}
	.collection-item a img {
		display: block;
		}
	.collection-colours {
		float: right;
		width: 505px;
		height: auto !important;
		/*height: 116px;*/
		min-height: 116px;
		padding: 10px 0px 20px 20px;
		background-color: transparent;
		background-image: url(../images/colours_bg.gif);
		background-repeat: repeat-x;
		background-position: left top;
		overflow: hidden;
		}
	.collection-colours strong {
		font-size: 1.6em;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		color: #777;
		display: block;
		padding: 0px 0px 4px 0px;
		}
	.collection-colours a {
		display: block;
		float: left;
		border: 1px solid #e2e2d1;
		margin: 0px 7px 7px 0px;
		}
	.collection-colours a:hover,
	.collection-colours a.selected {
		border: 1px solid #62625b;
		}
	.collection-colours a img {
		display: block;
		}
	.collection-title {
		padding-left: 4%;
		}
	.column-left {
		float: left;
		width: 44%;
		padding-left: 4%;
		}
	.column-right {
		float: left;
		width: 44%;
		padding-left: 4%;
		}
	.column-left1 h1 {
		font-size: 2.4em;
		padding-bottom: 20px;
		}
	.column-left1 {
		float: left;
		width: 400px;
		padding: 20px 0px 0px 30px;
		line-height: 1.6em;
		}
	.column-right1 {
		float: right;
		width: 295px;
		padding: 40px 5px 0px 0px;
		}
	.shoe-details {
		font-size: 1.4em;
		}
	.shoe-price {
		font-size: 2em;
		}
	.shoe-options {
		float: left;
		width: 148px;
		}
	.shoe-options select {
		border: 1px solid #d2d2ce;
		width: 144px;
		margin-bottom: 12px;
		}
	.shoe-buttons {
		float: right;z
		width: 132px;
		}
	.shoe-buttons a.button span {
		width: 112px !important;
		min-width: 112px;
		}
	.shoe-main {
		float: left;
		width: 430px;
		}
	.shoe-detail {
		/*float: right;
		width: 295px;
		padding: 26px 5px 0px 0px;*/
		float: left;
		width: 360px;
		padding: 26px 5px 0px 25px;
		}
	.shoe-detail a {
		border: 1px solid #d2d2ce;
		margin-bottom: 12px;
		overflow: hidden;
		display: block;
		width:140px;
		height:54px;
		}
	.shoe-detail a:hover {
		border: 1px solid #62625e;
		}
	.shoe-detail a img {
		display: block;
		width:140px;
		height:54px;
		}
		
/* BUYING */

.buydiv{float:left;height:92px;margin:0px;}

.buydiv a{float:left;display:block;border:solid 1px #ccc;}
.buydiv a:hover{float:left;display:block;border:solid 1px #000;}
.buydiv a img{float:left;width:112px;height:77px;border: solid 1px #fff;}

.slct{height:17px;display:block;margin:0px 0px 12px 0px;width:116px;font-size:11px;color:#555;border:solid 1px #ccc;font-family:Tahoma,"Times New Roman",Geneva, Arial, Helvetica, sans-serif;}

#size_btn{width:112px;height:43px;}

#basepara{min-height:110px;}

.mtextL, .mtextM, .mtextR, .mtext{
	float:left;
}

.mtextL	{
	text-align:center;
	background:#999999;
	width:141px;margin-right:10px;
	height:80px;
}
.mtextM	
{
	width:305px;
	padding-bottom:5px;
}
.mtext	
{
	/*border-left:solid 10px #fff;	*/
	width:605px;
}
.mtextR	{
/*	border-left:solid 10px #fff;	*/
	width:295px;
	clear:right;
}
input.btn,
span.btn,
.btn {
	border:0px;
	font-weight:bold;
	color:#747474;		
	margin:0px 1px 0px 0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:1px 0px 2px 0px;
	background:#dfdfd3;
	border:solid 1px #dfdfd3;
	cursor:pointer;
	height:23px;
}
.sideright{padding:0px;width:300;}
.sideright div { clear:both; }

/* CHECKOUT TABS */

.tabs{width:110px;text-align:right;float:right; border:solid 0px red;}

.tabs a
{
	text-decoration:none;
	font-family:arial,sans-serif;
	padding:2px 5px 2px 5px;
	float:right;
	display:block;
	font-size:11px;
	cursor:default;
}

.tabs a{color:#555;border:solid 1px #fff;}

.tabs a:hover{color:#000;border:solid 1px #ccc;}

.ICN_PGE	{
	font-size:12px;
	color:#888;
}
	
/*.wbtn{border:solid 1px #ccc;background:#fff;font-size:13px;margin-right:1px;}*/
input.wbtn,
.wbtn{border:solid 1px #ccc;background:#fff;font-size:13px;margin-right:1px; width:12px;}

#tell-friend-form LABEL {	FLOAT: left;	WIDTH: 150px}#tell-friend-form INPUT.text {	WIDTH: 250px}#tell-friend-form TEXTAREA {	WIDTH: 250px}

/* SCROLLING ICONS */

#iconsdiv{height:110px;border:solid 0px #000;position:absolute;}

#iconsdiv a{width:200px;background:#fff;display:block;float:left;margin-right:0px;text-decoration:none;color:#555;}

#iconsdiv a img{display:block;}

#iconsdiv a b{display:block;color:#333;}
