
html { overflow-y: scroll; }
* { outline: none; }

body {
	font-family: 'Gill Sans', 'gill sans mt', Helvetica, Helv, Arial, Sans-serif;
	font-size: 16px;
	/* background-color: #F1F1F2; */
	color: #666; /* a7a1a7 */
	margin: 0;
	padding: 0 0 10px 0;
}

table {
	font-family: 'Gill Sans', 'gill sans mt', Helvetica, Helv, Arial, Sans-serif;
	font-size: 14px;
}

	* html body, * html table { font-size: medium; }

#skiptomain { display: none; }

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	text-align: left;
}

#pagecontainer {
	width: 960px;
	background-color: #fff;
	border: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#header {
	width: 960px;
	height: 90px;
	border: none;
	margin: 20px 0 10px 0;
	padding: 0;
	position: relative;
	z-index: 9;
}

	#header-lft {
		width: 310px;
		height: 60px;
		border: none;
		float: left;
		margin: 15px 0;
		padding: 0;
	}

	#header-rgt {
		float: right;
		width: 650px;
		height: 90px;
		border: none;
		margin: 0;
		padding: 0;
		font-family: 'Gill Sans', 'gill sans mt', Helvetica, Helv, Arial, Sans-serif;
		position: relative;
	}
	
		#header_minicart {
			float: right;
			width: 163px;
			height: 80px;
			margin: 5px 0;
			text-align: right;
			position: relative;
			background: #05385c;
		}
		
			#header_minicart p { margin: 0; font-size: 1.0em; color: #fff;  padding-left: 10px;   }
			#header_minicart p.header_minicart_title { font-size: 1.5em; margin-top: -5px; margin-bottom: -10px; margin-right: 20px;  }
			#header_minicart p.header_minicart_prodtotal { padding-right: 10px; }
			#header_minicart p.header_minicart_link { padding-left: 0; z-index: 2; position: relative; }
			#header_minicart p.header_minicart_link a:link, #header_minicart p.header_minicart_link a:visited { color: #fff; padding: 2px 10px 2px 10px; display: block; }
			#header_minicart p.header_minicart_link a:hover, #header_minicart p.header_minicart_link a:active { color: #fff; text-decoration: underline;  }
			#header_minicart p.mini_link_active {  }
	
			#minicart_detail {
				display: none;
				background: #fff;
				border-left: 0px solid #a7a1a7;
				border-right: 0px solid #a7a1a7;
				border-bottom: 0px solid #a7a1a7;
				width: 250px;
				background: #05385c;
				position: absolute;
				right: 0; top: 80px;
				margin: 0 0 0 0;
				padding: 10px 10px 10px 10px;
				z-index: 1;
				text-align: left;
			}
				div.minicart_prod { width: 250px; padding: 0 0 10px 0; float: left; }
					div.minicart_left { float: left; width: 40px; padding-right: 10px; }
						#minicart_detail div.minicart_left p { text-align: center; }
					div.minicart_right { float: left; width: 200px; }
						#minicart_detail p { font-size: 0.8em; margin: 0; padding: 0; font-weight: normal; }
						#minicart_detail p.minicart_prodname { font-weight: normal;  }
						
				#minicart_detail p.minicart_subtotal { font-size: 1.2em; font-weight: bold; font-weight: normal; /* STOP ALL BOLDNESS */ }
	
		#header-rgt p.headerlinks {
			clear: right;
			text-align: right;
			font-weight: bold;
			font-weight: normal; /* STOP ALL BOLDNESS */
			font-size: 16px;
			width: 665px;
			margin: 0;
			padding: 0 5px 0 20px;
			color: #fff;
			float: right;
		}
		
			#header-rgt a:link, #header-rgt a:visited { text-decoration: none; color: #fff; padding: 0 2px; }
			#header-rgt a:hover, #header-rgt a:active { color: #fff; }
			
			#header-rgt a.sale:link, #header-rgt a.sale:visited { color: #b0737e; }
			#header-rgt a.sale:hover, #header-rgt a.sale:active { color: #9e5c68; }

#maincontent {
	width: 960px;
	border: none;
	margin: 0;
	padding: 0;
	z-index: 1;
}

/********* MAIN COLUMNS *********/

	#lhs-one {
		width: 160px;
		border: none;
		float: left;
		margin: 0;
		padding: 0;
	}

	#rhs-one {
		width: 800px;
		border: none;
		float: right;
		margin: 0 0 0 0;
		padding: 0;
	}

/********* LEFT NAV *********/
	#lhs-nav {
		width: 150px;
		border: 0;
		margin: 0;
		padding: 0;
		color: #a7a1a7;
	}

		#lhsnav {
			width: 150px;
			border-right: none;
			border-left: none;
			list-style: none;
			margin: 0;
			padding: 0;
			z-index: 1;
			font-family: 'Gill Sans', 'gill sans mt', Helvetica, Helv, Arial, Sans-serif;
		}

			#lhsnav li {
				width: 150px;
				border: none;
				margin: 0;
				padding: 0;
				position: relative;
				z-index: 2;
				font-weight: normal;
				font-size: 16px;
				line-height: 14px;
			}
			
				#lhsnav li.lh_head span { font-family: Impact, Impact5, Charcoal6, sans-serif; text-transform: uppercase; font-size: 32px; cursor: pointer; }
				#lhsnav li.lh_head ul { margin: 0 0 10px 0; padding: 0; display: none; }
				#lhsnav li.open ul { display: block; margin-top: 0px; }
				#lhsnav li.lh_head ul li { margin: 9px 0; padding: 0; list-style: none; }

				#lhsnav li a:link, #lhsnav li a:visited { text-decoration: none; color: #666;  } /* 888 */
				#lhsnav li a:hover, #lhsnav li a:active { color: #04385C; } /* 626262 */
		
				#lhsnav li ul li a:link, #lhsnav li ul li a:visited { text-decoration: none; color: #888888;  } /* 04385C */
				#lhsnav li ul li a:hover, #lhsnav li ul li a:active { color: #04385C; }
		
				#lhsnav li.active a:link, #lhsnav li.active a:visited { color: #04385C; }
				#lhsnav li ul li.active a:link, #lhsnav li ul li.active a:visited { /* font-weight: bold; letter-spacing: -1px; */ }

				#lhsnav li.open { color: #04385C; }
				#lhsnav li.open a:link, #lhsnav li.open a:visited { color: #04385C; }
				#lhsnav li.open a:hover, #lhsnav li.open a:active { color: #04385C; }
				
				#lhsnav li.open ul li a:link, #lhsnav li.open ul li a:visited { color: #888888; }
				#lhsnav li.open ul li a:hover, #lhsnav li.open ul li a:active { color: #04385C; }
				
				#lhsnav li.open ul li.active a:link, #lhsnav li.open ul li.active a:visited { color: #04385C; }
				#lhsnav li.open ul li.active a:hover, #lhsnav li.open ul li.active a:active { color: #04385C; text-decoration: underline; }
				
				#lhsnav li ul li.sale-nav a:link, #lhsnav li ul li.sale-nav a:visited { color: #b0737E; }
				#lhsnav li ul li.sale-nav a:hover, #lhsnav li ul li.sale-nav a:active { color: #04385C; }

/****** FOOTER ******/
#footer {
	width: 960px;
	height: 62px;
	margin: 20px 0 0 0;
	padding: 0;
	border-top: 2px solid #535456;
	border-bottom: 2px solid #535456;
}

	#footer-lft {
		width: 480px;
		height: 62px;
		float: left;
	}
	
		#footer-lft p { font-size: 20px; margin: 3px 0 0 0; line-height: 20px; color: #666666; }
		#footer-lft label { display: none; }
			#EmailSubscribe { color: #666666; border: 1px solid #777; padding: 2px; line-height: 15px; font-size: 11px; width: 230px; }
			#FollowSubscribe { color: #666666; border: 1px solid #777; padding: 2px; line-height: 15px; font-size: 11px; width: 230px; }

	#footer-rgt {
		width: 480px;
		height: 62px;
		float: right;
		text-align: right;
	}
	
		#footer-rgt p { font-size: 20px; font-style: italic; margin: 0; line-height: 28px; color: #666; }
		#footer-rgt p img { vertical-align: top; margin-right: 4px; }

/****** HOMEPAGE ******/
#home-feat-1 { float: left; width: 395px; height: 300px; background: url(/home-feats/1.jpg) no-repeat left top; margin-bottom: 10px; }
#home-feat-2 { float: right; width: 395px; height: 300px; background: url(/home-feats/2.jpg) no-repeat left top; margin-bottom: 10px; }

#home-feat-3 { float: left; width: 395px; height: 240px; background: url(/home-feats/3.jpg) no-repeat left top; margin-bottom: 10px; }
#home-feat-4 { float: right; width: 395px; height: 240px; background: url(/home-feats/4.jpg) no-repeat left top; margin-bottom: 10px; }

#home-feat-5 { float: left; width: 192px; height: 240px; background: url(/home-feats/5.jpg) no-repeat left top; margin-bottom: 10px; margin-right: 10px; }
#home-feat-6 { float: left; width: 395px; height: 240px; background: url(/home-feats/6.jpg) no-repeat left top; margin-bottom: 10px; }
#home-feat-7 { float: right; width: 192px; height: 240px; background: url(/home-feats/7.jpg) no-repeat left top; margin-bottom: 10px; }

#home-feat-8 { float: left; width: 395px; height: 240px; background: url(/home-feats/8.jpg) no-repeat left top; margin-bottom: 10px; }
#home-feat-9 { float: right; width: 395px; height: 240px; background: url(/home-feats/9.jpg) no-repeat left top; margin-bottom: 10px; }

	div.homefeat_inner { display: none; height: 100%; width: 100%; background: url(/home-feats/trans-bg.png); cursor: pointer; }
	
	div.homefeat_inner p { color: #04385C;  font-size: 20px; font-style: italic; padding: 0 20px; margin: 0; }
	div.homefeat_inner p.homefeat-head { color: #04385C;  font-size: 24px; font-style: normal; padding: 0 20px; margin: 0; }
	div.homefeat_inner p.homefeat-link { color: #04385C;  font-size: 20px; font-style: italic; padding: 0 20px; margin: 0; }
		div.homefeat_inner p.homefeat-link a:link, div.homefeat_inner p.homefeat-link a:visited { color: #04385C; }
		div.homefeat_inner p.homefeat-link a:hover, div.homefeat_inner p.homefeat-link a:active { color: #000; }

/****** FOLLOW US PAGE ******/
#followus-box-container {
	clear: both;
	float: left;
	width: 800px;
	border-top: 2px solid #535456;
	margin-top: 20px;
	padding: 10px 0;
}

	#followus-box-container h2 { color: #666; font-size: 26px; } /*535456*/
	#followus-box-container p { font-size: 20px; font-style: italic; line-height: 26px; }

	#followus-box-1 {
		float: left;
		width: 250px;
		margin: 0 25px 0 0;
	}
	
	#followus-box-2 {
		float: left;
		width: 250px;
		margin: 0 25px 0 0;
	}
	
	#followus-box-3 {
		float: left;
		width: 250px;
		margin: 0 0 0 0;
	}
		
	#follow-fb
	{
		width: 66px;
		height: 34px;
		display: block;
		background-image:url(images/follow-fb.gif);
		background-position: top left;
		text-indent: -10000px;
	}
	
	#follow-tw
	{
		width: 66px;
		height: 34px;
		display: block;
		background-image:url(images/follow-tw.gif);
		background-position: top left;
		text-indent: -10000px;
	}
	
	#follow-sv
	{
		width: 66px;
		height: 34px;
		display: block;
		background-image:url(images/follow-sv.gif);
		background-position: top left;
		text-indent: -10000px;
	}
	
	a#follow-fb:hover, a#follow-tw:hover, a#follow-sv:hover
	{
		background-position: bottom left;
	}
	
	
		
/****** BROKERAGE ******/
#shop-brokerage {
	width: 800px;
	border: none;
	margin: 0;
	padding: 0;
}

	#latest-topper {
		width: 800px;
	}
	
		#latest-topper-lft {
			width: 400px;
			float: left;
		}
		
		#latest-topper-rgt {
			clear: both;
			width: 400px
			float: left;
			text-align: left;
			font-size: 0.8em;
		}
		
			#latest-topper-rgt a:link, #latest-topper-rgt a:visited { color: #04385C; }
			#latest-topper-rgt a:hover, #latest-topper-rgt a:active { color: #888888; }

				#latest-topper-rgt a.active { font-weight: bold; }
				
	#brand-detail {
		float: left;
		width: 800px;
		margin-bottom: 30px;
	}
	
		#brand-logo {
			float: left;
			width: 210px;
			height: 145px;
		}
		
		#brand-text {
			float: right;
			width: 575px;
			font-size: 0.8em;
		}


	#shop-brok-nav {
		width: 640px;
		border: none;
		margin: 10px 0px 40px 0px;
		padding: 0;
		color: #00B0D8;
	}

		#shop-brok-nav a:link, #shop-brok-nav a:visited {
			color: #262261;
			text-decoration: none;
		}

		#shop-brok-nav a:hover {
			color: #00B0D8;
			text-decoration: underline;
		}

		#shop-brok-nav a.active:link, #shop-brok-nav a.active:visited {
			color: #00B0D8;
			text-decoration: none;
		}

		#shop-brok-nav a.active:hover {
			color: #262261;
			text-decoration: underline;
		}


		.shop-brok-cell {
			position: relative;
			width: 190px;
			border: none;
			float: left;
			margin: 0;
			padding: 0 10px 10px 0px;
		}

		.shop-brok-cell-end { margin: 0; }

			span.overlay {
				position: absolute;
				right: 0px;
				top: 0px;
			}

		.sbr-txt {
			border-top: 0px dashed #666;
			border-bottom: 0px dashed #666;
			position: relative;
			color: #666;
			font-size: 0.8em;
			margin: 0;
			padding: 0 0 8px 0;
			height: 70px;
		}

			.sbr-txt a:link, .sbr-txt a:visited {
				color: #262261;
				text-decoration: none;
			}

			.sbr-txt a:hover {
				color: #00B0D8;
				text-decoration: underline;
			}

		.sbr-txt strong { color: #262261; }
		.sbr-txt p { margin: 8px 0 0 0; }

		.brand-brok-price {
			color: #666; /* a7a1a7 */
			font-weight: bold;
			font-weight: normal; /* STOP ALL BOLDNESS */
		}

		.brand-brok-sale-price {
			color: #c00;
			font-weight: bold;
			font-weight: normal; /* STOP ALL BOLDNESS */
		}

	#lhs-minicart {
		width: 218px;
		border: 0;
		margin: 40px 0 0px 10px;
		padding: 0 10px 0px 0px;
		border-top: 0;
		border-left: 1px dashed #408D6A;
		border-bottom: 1px dashed #408D6A;
		border-right: 1px dashed #408D6A;
	}
	
	#lhs-cards {
		border-top: 1px dashed #ccc;
		margin: 0px 0 0px 10px;
		padding: 10px 0px 0px 0px;
	}
	
	    #lhs-cards img {
	        margin-right: 10px;   
	    }

		.lhsmc-cont {
			width: 218px;
			color: #fff;
			font-size: 0.8em;
			text-align: left;
		}

		.lhsmc-row {
			width: 218px;
			border: 0;
			margin: 0;
			padding: 5px 0 5px 0;
		}

			.lhsmcr-img {
				width: 45px;
				border: none;
				float: left;
				margin: 0;
				padding: 0;
			}

			.lhsmcr-txt {
				width: 122px;
				border: none;
				float: left;
				font-size: 0.7em;
				margin: 0;
				padding: 0;
			}

				.lhsmcr-grey {
					color: #fff;
				}

				.lhsmcr-txt a:link, .lhsmcr-txt a:visited {
					color: #fff;
					text-decoration: none;
				}

				.lhsmcr-txt a:hover {
					color: #fff;
					text-decoration: underline;
				}

			.lhsmcr-txt2 {
				width: 50px;
				border: none;
				float: right;
				font-size: 0.7em;
				margin: 0;
				padding: 0;
				text-align: right;
			}

			.lhsmcr-txt3 {
				width: 167px;
				border: none;
				float: left;
				font-size: 0.7em;
				margin: 0;
				padding: 0;
			}

			.lhsmcr-txt4 {
				width: 218px;
				border: none;
				font-size: 0.7em;
				margin: 0;
				padding: 0;
				text-align: right;
			}

			.lhsmcr-txt p, .lhsmcr-txt2 p, .lhsmcr-txt3 p, .lhsmcr-txt4 p {
				margin: 5px 0 0 0;
			}

	#prod-page {
		width: 790px;
		border: none;
		margin: 0;
		padding: 0 0 0 10px;
	}

		#pp-lft {
			width: 510px;
			border: none;
			float: left;
			margin: 16px 0 0 0px;
			padding: 0;
			position: relative;
		}
		
			#imgup { position: absolute; top: 0; right: 10px; z-index: 99; }
		
			#enlarged { position: absolute; top: 0; left: 0; width: 500px; height: 600px; display: none;  z-index: 999; }
			#enlarged #imgdown { position: absolute; top: 0; right: 0; }
			
		#pp-rgt {
			width: 280px;
			border: none;
			float: right;
			margin: 16px 0 0 0;
			padding: 0;
			font-size: 0.8em;
			color: #666;
		}
		
			#prodpage_tabs {
				margin: 0; padding: 0;
				border-bottom: 1px solid #c8c8c8
			}
				#prodpage_tabs li {
					display: inline-block;
					list-style: none;
					margin: 0 0 -1px 0; padding: 0 3px;
					border-top: 1px solid #c8c8c8;
					border-left: 1px solid #c8c8c8;
					border-right: 1px solid #c8c8c8;
					background: #fff;
				}
				
					#prodpage_tabs li.tab_on { border-bottom: 1px solid #fff; }
				
					#prodpage_tabs li a:link, #prodpage_tabs li a:visited { color: #787678; text-decoration: none; text-transform: uppercase; }
					#prodpage_tabs li a:hover, #prodpage_tabs li a:active { color: #04385C; text-decoration: none; text-transform: uppercase; }
					
			#prod_details, #prod_measurements, #prod_delivery { display: none; }
			#prod_details.tabcontent_on, #prod_measurements.tabcontent_on, #prod_delivery.tabcontent_on { display: block; }
			
			.divider { clear: both; font-size: 0px; line-height: 1px; height: 1px; background: #c8c8c8; }
		
			#pp-rgt .prod-price { font-size: 1.8em; color: #494949; }
			#pp-rgt .prod-sale-price { font-size: 1.8em; color: #c00; }

			#pp-rgt strong {
				color: #262261;
			}
			
			#prod-submit { 
				width: 280px;
				height: 36px;
				background: url(/images/add-to-cart.gif) no-repeat left top; 					
			}
			
			#prod-submit:hover { background-position: left bottom; }


			#more-detail {
				width: 135px;
				text-align: center;
			}

				#more-detail img {
					margin: 0 0 3px 0;
				}

				#more-detail a:link, #more-detail a:visited {
					color: #666;
				}

				#more-detail a:hover {
					color: #262261;
				}

			#prod-buy {

			}

			#addprodform p {
				clear: both;
				margin: 10px 0;
			}

			#addprodform p label {
				display: block;
				font-size: 1.8em;
				line-height: 1.2em;
				margin: 0; padding: 0;
			}

			#addprodform select {
				width: 280px;
				margin: 0;
			}

			#addprodform input#prod-pricer {
				width: 94px;
			}

		#pp-sizeguide, #pp-careguide {
			position: relative;
			width: 90px;
		}

			#pp-sizeguide img, #pp-careguide img {
				position: absolute;
				right: 0;
			}
			
		#pp-like {
			width: 280px;
			border-bottom: 1px solid #c8c8c8;
			border-top: 1px solid #c8c8c8;
			line-height: 1.4em;
			text-transform: uppercase;
		}
		
			#pp-like-lft {
				width: 150px;
				margin: 0 0 10px 0;
				float: left;
			}
			
			#pp-like-rgt {
				width: 100px;
				margin: 0;
				float: right;
				text-align: right;
			}

	#pagecont {
		font-size: 0.8em;
		color: #666; /* 808285 */
	}
	
/****** FEATURES ******/

div.feature { width: 260px; height: 320px; float: left; margin: 0 10px 10px 0; background: #000; }



	div.feature_inner { display: none; height: 100%; width: 100%; background: url(/home-feats/trans-bg.png); cursor: pointer; }
	
	div.feature_inner p { color: #04385C;  font-size: 20px; font-style: italic; padding: 0 20px; margin: 0; }
	div.feature_inner p.feature-link { color: #04385C;  font-size: 20px; font-style: italic; padding: 0 20px; margin: 0; }
		div.feature_inner p.feature-link a:link, div.feature_inner p.feature-link a:visited { color: #04385C; }
		div.feature_inner p.feature-link a:hover, div.feature_inner p.feature-link a:active { color: #000; }

/**********************
 DELPROD LINK
 **********************/
.delprod:link, .delprod:visited {
	color: #b9babc;
	text-decoration: none;
}

.delprod:hover {
	color: #a198a0;
	text-decoration: underline;
}

/*****************
 SMALL PRINT TABS
******************/
ul#pagetabs {
	float: left;
	display: block;
	width: 100%;
	margin: 0; padding: 0;
	border-bottom: 1px solid #ccc;
}

	ul#pagetabs li {
		float: left;
		list-style: none;
		margin: 0 3px 0 0;
		padding: 0;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	
		ul#pagetabs li a {
			display: block;
			margin: 0;
			padding: 5px;
		}
		
			ul#pagetabs li a:link, ul#pagetabs li a:visited { text-decoration: none; color: #666; }
			ul#pagetabs li a:hover, ul#pagetabs li a:active { text-decoration: none; color: #333; }

			ul#pagetabs li a.active { background: #ccc; color: #333; }
			
div.tabcontent {
	float: left;
	padding: 10px 20px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

/**********************
 GENERIC CLASSES
***********************/

A:hover {  color: #c00; }
form.inline { 	display:inline; }
img { border: 0; }

p.fivespace { margin: 5px 0px 0px 0px; }
p.tenspace { margin: 10px 0px 0px 0px; }
p.fifteenspace { margin: 15px 0px 0px 0px; }
p.twentyspace { margin: 20px 0px 0px 0px; }
div.breaker { clear: left; font-size: 0.1em; height: 1px; }
br.breaker { clear: both; }
br.lbreaker { clear: left; }
br.rbreaker { clear: right; }

/**********************
 SIFR HEADER CODE
***********************/

/* These are standard sIFR styles... do not modify --------------------------------------------------- */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. ---- */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... 						*/
/* the negative-letter spacing in this case is used to make the browser text metrics match 				*/
/* up with the sIFR text metrics since the sIFR text in this example is so much narrower... 			*/
/* your own settings may vary... any weird sizing issues you may run into are usually fixed by			*/
/* tweaking these decoy styles 																			*/

.sIFR-hasFlash h1, .sIFR-hasFlash h2, .sIFR-hasFlash h3 {
	/* visibility: hidden; */
	/* if you un-hide the above (to hide the un-sifr'd headings) then nothing appears in safari ------- */
}

/* we are styling the headings to be one size but different colours - see sifr.js --------------------- */
/* and you can then surround the H1 in a span that controls the size of the font  --------------------- */

h1, h2, h3 {
	font-size: 1.0em;
	margin: 0;
	padding: 0;
	font-weight: normal; /* STOP ALL BOLDNESS */
}

.heading1p2 { font-size: 1.2em; }
.heading1p5 { font-size: 1.5em; }
.heading1p7 { font-size: 1.7em; }
.heading2p0 { font-size: 2.0em; position: relative; top: -7px; }

/* use H4, H5 and H6 for NON-SIFR'd headings ---------------------------------------------------------- */

h1#BigTitle {
	display: block;
	width: 300px;

}

#shopcartleft {
	width: 650px;
	float: left;
}

#creditcards {
	width: 300px;
	border: none;
	float: right;
	margin: 0px 0px 20px 0px;
	padding: 0;
}

a { color: #666; }
a:hover { color: #262261; }
a:visited { color: #666; }


/*****************
 IMAGE FLOATS
 *****************/

img.floatright {
	float: right;
	margin: 0px 0px 20px 0px;
}

.sortform {
    margin: 8px 13px 0px 0px;
    font-size: 0.9em;
    width: 627px;
    padding: 7px 0px;
}

.sortform label { font-weight: bold; font-weight: normal; /* STOP ALL BOLDNESS */ }

.sortform select {
    vertical-align: middle;
    margin: 0px 0px 0px 5px;
}

div.ftline {
    width: 230px;
    line-height: 50px;
    float: right;   
}

.ui-effects-transfer { border: 2px dotted gray; }
