/* main body */
body {
	background-color: #FFFFFF;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #666666;
	text-align: center;
}

/*************************************************************
*
*  PAGE TEXT 
*
**************************************************************/

/* site wide text sizes */
p, h1, h2, h3, h4 {
	text-align:left;
	vertical-align: text-bottom;
}

p, th, td{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 140%; 
	color: #666666;
	padding: 0px;
	margin: 0px 0px 0px 0px;	
}


h1{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	color: #999999;
	letter-spacing: 0px;	
}

h2{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
		color: #999999;
	letter-spacing: 0px;	
}

h3, h4{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
		color: #999999;
	letter-spacing: 0px;	
}


/* dividing lines  - cross browser quirks! */
hr {
	color: #999999;
    height: 1px;	
	border: 0px;
	border-bottom: 1px solid;
	clear: both;
}

/*************************************************************
*
*  PAGE LINKS
*
**************************************************************/

/* site wide links*/
a, a:link, a:visited { 
	color : #663300;
}
a:hover		{ 
	text-decoration: underline; 
	color : #663300;  
}


/* image links*/
.img{
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
.img:hover{
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}


/*************************************************************
*
*  highlight
*
**************************************************************/
.highlight{
	background-color: #FFFFCC;
}

.small{
	font-size: 10px;
	line-height: 140%;
	color: #666666; 
}



/*************************************************************
*
*  FORM FORMATTING
*
**************************************************************/
form {
	margin: 10px 0px;
	padding: 0px;
}

/* input boxes and many other form elements*/
INPUT, TEXTAREA, SELECT, CHECKBOX, SUBMIT{
	font-size: 11px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}




/*************************************************************
*
*  generic page layout divs
*
**************************************************************/
#daddy{
	width: 741px;
	background-color: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	overflow: display;
	text-align: left;
	clear: both;
	float: center;
}

#header{
	width: 741px;
	float: left;
	clear: both;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

#logo{
	width: 340px;
	height: 85px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.menudiv{
	width: 401px;
	margin: 35px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	font-size: 10px;
}





#main{
	width: 726px;
	\width: 741px;  /* for IE5/Win */
  	w\idth: 726px;  /* for good browsers */
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
}

#main h1, h2, p,  ul, ol, hr{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}


/*************************************************************
*
*  BREADCRUMBS
*
**************************************************************/
#breadcrumbs{
	width: 726px;
	clear: both;
	margin: 0px;
	padding: 0px;
}
/* site wide links*/
#breadcrumbs a, #breadcrumbs a:link, #breadcrumbs a:visited { 
	color : #666666;
	text-decoration: underline; 
}
#breadcrumbs a:hover		{ 
	text-decoration: none; 
	color : #666666;  
}
/*###########################################################*/



#index_image{
	width: 726px;
	float: left;
	clear: both;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

#index_text_left{
	width: 350px;
	float: left;
	clear: left;
}
/*
#index_text_left h1 {
    padding: 105px 0 0 0;
    overflow: hidden;
    background-image: url(../images/index_headline.gif);
    background-repeat: no-repeat;   
    height: 0px !important;
    height :105px; //add an open and close comment here before the colon
}*/

/* site wide links*/
#index_text_left a, #index_text_left a:link, #index_text_left a:visited { 
	color : #666666;
}
#index_text_left a:hover		{ 
	text-decoration: none; 
	color : #663300;  
}

#cottage_banner{
	padding: 0px;
	margin: -15px 0px 0px 0px;
	clear: both;
}



#info_image{
	float: left;
	width: 300px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

#info_text{
	float: right;
	width: 378px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}




table.delivery{
	width: 378px;
	border-top: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	border-collapse: collpase;
}
table.delivery td{
	padding: 3px, 5px;
	vertical-align: top;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
}
table.delivery  th{
	text-align: center;
	padding: 5px;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	background-color: #E9E9E9;
}

table.contact{
	width: 378px;
	padding: 5px 0px;
	margin: 10px 0px;
	background-color: #E9E9E9;
	border-collapse: collpase;
	padding: 0px;
	margin: 0px;
}
table.contact td{
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
td.leftcol{
	font-weight: bold;
	text-align: right !important;
}
td.leftcol2{
	width: 140px;
	font-weight: bold;
	text-align: right !important;
}



#index_images{
	width: 363px;
	float: right;
	clear: right;
	margin: 0px 0px 17px 0px;
	padding: 0px;
}

.index_images_row{
	width: 363px;
	float: left;
	clear: both;
	margin: 0px 0px -5px 0px;
	padding: 0px;
}


#related_images{
	width: 726px;
	float:left;
	clear: both;
	margin: 25px 0px -30px 0px;
	padding: 15px 0px 0px 0px;
	border-top: 1px solid #999999;
}
#related_images h1{
	font-size: 16px;	
	font-weight: normal;
}

#category_images{
	width: 726px;
	float:left;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.category_images_row{
	width: 726px;
	float: left;
	clear: both;
	margin: 0px 0px -5px 0px;
	padding: 0px;
}
.category_images_product{
	width: 105px;
	\width: 121px;  /* for IE5/Win */
  	w\idth: 105px;  /* for good browsers */
	height: 157px;
	\height: 165px;  /* for IE5/Win */
  	h\eight: 157px;  /* for good browsers */
	float: left;
	margin: 0px;
	padding: 8px 10px 0px 6px;
	background-image: url(../images/category_thumb.gif);
	background-repeat: no-repeat;
}
/* HACK - IE5 mac BAND PASS FILTER */
 /*\*//*/
.category_images_product{
	float: none;
	display: inline-block;
	margin-right: -4px;
}
/**/

.category_images_product_new{
	width: 105px;
	\width: 121px;  /* for IE5/Win */
  	w\idth: 105px;  /* for good browsers */
	height: 157px;
	\height: 165px;  /* for IE5/Win */
  	h\eight: 157px;  /* for good browsers */
	float: left;
	margin: 0px;
	padding: 8px 10px 0px 6px;
	background-image: url(../images/category_thumb_new.gif);
	background-repeat: no-repeat;
}
/* HACK - IE5 mac BAND PASS FILTER */
 /*\*//*/
.category_images_product_new{
	float: none;
	display: inline-block;
	margin-right: -4px;
}
/**/

.category_images_product a, .category_images_product a:link, .category_images_product a:visited {
	color: #666666;
	text-decoration: none;
}
.category_images_product a:hover{
	color: #663300;
	text-decoration: none;
}
.category_images_product h2{
	margin: 3px 0px 3px 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	color: #666666;
}
.category_images_product p{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 11px;
	color: #A9A9A9;
	line-height: 11px;
}

.category_images_product_new a, .category_images_product_new a:link, .category_images_product_new a:visited {
	color: #666666;
	text-decoration: none;
}
.category_images_product_new a:hover{
	color: #663300;
	text-decoration: none;
}
.category_images_product_new h2{
	margin: 3px 0px 3px 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	color: #666666;
}
.category_images_product_new p{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 11px;
	color: #A9A9A9;
	line-height: 11px;
}

.category_pagination{
	width: 114px;
	\width: 126px;  /* for IE5/Win */
  	w\idth: 114px;  /* for good browsers */
	float: right;
	padding: 0px 6px;
	margin: 0px 0px 0px 0px;
	text-align: right;
	line-height: 28px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/pagination.gif);
	background-repeat: repeat;
}

.category_pagination a, .category_pagination a:link, .category_pagination a:visited {
	color: #ffffff;
	text-decoration: none;
}
.category_pagination a:hover{
	color: #663300;
	text-decoration: none;
}
.pageon{
	color: #663300;
	text-decoration: none;
}

#category_text{
	float: left;
	width: 342px;
	padding: 0px;
	margin: 20px 0px 0px 0px;
}

#category_text_long{
	width: 726px;
	float:left;
	clear: both;
	padding: 0px;
	margin: 20px 0px 5px 0px;
}


#news_image{
	width: 180px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#news_articles{
	width: 531px;
	float: right;
	margin: 12px 0px 20px 0px;
	padding: 0px;
}

.news_articles_row{
	width: 531px;
	float: left;
	clear: both;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.news_articles_item{
	width: 162px;
	\width: 177px;  /* for IE5/Win */
  	w\idth: 162px;  /* for good browsers */
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

/* HACK - IE5 mac BAND PASS FILTER */
 /*\*//*/
.news_articles_item{
	float: none;
	display: inline-block;
	margin-right: -4px;
	height: 250px;
}
/**/

.news_articles_item a, .news_articles_item a:link, .news_articles_item a:visited {
	text-decoration: none;
}
.news_articles_item a:hover{
	text-decoration: underline;
}
.news_articles_item h2{
	margin: 3px 0px 6px 0px;
	padding: 0px;
	font-size: 12px;
	line-height: normal;
	color: #666666;
}
.news_articles_item p{
	margin: 0px 0px 5px 0px;
	padding: 0px;
}


#news_view_image{
	width: 269px;
	\width: 284px;  /* for IE5/Win */
  	w\idth: 269px;  /* for good browsers */
	height: 347px;
	float: left;
	margin: 0px;
	padding: 20px 0px 0px 15px;
	background-image: url(../images/news_poly.gif);
	background-repeat: no-repeat;
}

#news_view_text{
	width: 420px;
	float: right;
	margin: 0px;
	padding: 20px 0px 0px 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 140%; 
	color: #666666;
}






#artist_profile{
	width: 242px;
	height: 360px;
	float:left;
	clear: left;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

#profile_images{
	width: 484px;
	height: 340px;
	float:right;
	clear: right;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}

.profile_images_row{
	width: 484px;
	float: left;
	clear: both;
	margin: 0px 0px -5px 0px;
	padding: 0px;
}
.profile_images_product{
	width: 105px;
	\width: 121px;  /* for IE5/Win */
  	w\idth: 105px;  /* for good browsers */
	height: 157px;
	float: left;
	margin: 0px;
	padding: 8px 10px 0px 6px;
	background-image: url(../images/category_thumb.gif);
	background-repeat: no-repeat;
}

/* HACK - IE5 mac BAND PASS FILTER */
 /*\*//*/
.profile_images_product{
	float: none;
	display: inline-block;
	margin-right: -4px;
}
/**/

.profile_images_product a, .profile_images_product a:link, .profile_images_product a:visited {
	color: #666666;
	text-decoration: none;
}
.profile_images_product a:hover{
	color: #663300;
	text-decoration: none;
}
.profile_images_product h2{
	margin: 3px 0px 3px 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	color: #666666;
}
.profile_images_product p{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 11px;
	color: #A9A9A9;
	line-height: 11px;
}

#profile_text{
	width: 360px;
	float: left;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

#profile_links_information{
	width: 242px;	
	float: right;
	text-align: right;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}















#product_holder{
	width: 726px;
	float: left;
	clear: both;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#product_detail1{
	width: 171px;
	height: 256px;
	padding: 0px;
	margin: 0px;
	float:left;
	background-color: #C7CCA3;
	overflow: hidden;
}
#product_detail2{
	width: 171px;
	height: 256px;
	padding: 0px;
	margin: 0px;
	float:left;
	background-color: #C7CCA3;
	overflow: hidden;
}
#product_mainimage{
	width: 384px;
	height: 256px;
	padding: 0px;
	margin: 0px;
	float:left;
	background-color: #C7CCA3;
	overflow: hidden;
}

/* HACK - IE5 mac BAND PASS FILTER */
 /*\*//*/
#product_detail1, #product_detail2, #product_mainimage{
	float: none;
	display: inline-block;
	margin-right: -4px;
}
/**/


#product_skippy{
	width: 726px;
	float: left;
	clear: both;
	text-align: right;
	margin-top: 5px;
}

/* site wide links*/
#product_skippy a, #product_skippy a:link, #product_skippy a:visited { 
	color : #666666;
	text-decoration: none; 
}
#product_skippy a:hover		{ 
	text-decoration: none; 
	color : #663300;  
}

#product_information{
	width: 726px;
	float: left;
	clear: both;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#product_text_information{
	width: 340px;	
	float: left;
	clear: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#product_text_information h1{

}

#product_text_information p{
}

#product_price_information{
	width: 278px;	
	float: right;
	clear: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#product_price_information img{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* HACK - IE5 mac BAND PASS FILTER */
 /*\*//*/
#product_text_information{
	float: none;
	display: inline-block;
	margin-right: -4px;
}
#product_price_information{
	float: none;
	display: inline-block;
	margin-right: -4px;
	margin-left: 108px
}
/**/

#product_links_information{
	width: 150px;	
	float: right;
	text-align: right;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.prodby{
	font-style: italic;
	font-weight: normal;
}






#shopping_pod{
	width: 724px;	
	\width: 726px;  /* for IE5/Win */
  	w\idth: 724px;  /* for good browsers */
	border: 1px solid #a9a9a9;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image: url(../images/pod_bg.gif);
	background-repeat: repeat-y;
	float: left;
	clear: both;
	overflow: hidden;
}

#pod_title{
	width: 594px;	
	\width: 714px;  /* for IE5/Win */
  	w\idth: 594px;  /* for good browsers */
	padding: 0px;
	margin: 10px 0px 20px 120px;
	float: left;
	clear: both;
	display: inline;
}
#pod_summary_title{
	width: 594px;	
	\width: 714px;  /* for IE5/Win */
  	w\idth: 594px;  /* for good browsers */
	padding: 0px;
	margin: 30px 0px 0px 120px;
	float: left;
	clear: both;
	display: inline;
}

.not_so_big{
	font-size: 12px;
}
.not_so_big a{
	text-decoration: none;
}

#pod_text{
	width: 375px;	
	\width: 495px;  /* for IE5/Win */
  	w\idth: 375px;  /* for good browsers */
	margin: 0px;
	padding: 20px 0px 20px 120px;
	float: left;
	clear: both;
	display: inline;
}

#pod_wp_text{
	width: 584px;	
	\width: 704px;  /* for IE5/Win */
  	w\idth: 584px;  /* for good browsers */
	padding: 0px;
	margin: 20px 0px 20px 120px;
	float: left;
	clear: left;
	display:inline;
}

#pod_blurb{
	width: 360px;	
	\width: 627px;  /* for IE5/Win */
  	w\idth: 360px;  /* for good browsers */
	padding: 20px 147px 20px 0px;
	margin: 0px 0px 0px 120px;
	float: left;
	clear: left;
	display: inline;
	background-colour: #ffcc00;
}

#pod_buttons{
	width: 87px;	
	\width: 97px;  /* for IE5/Win */
  	w\idth: 87px;  /* for good browsers */	
	padding: 20px 10px 20px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
	display:inline;
	text-align: right;
}

/* HACK - IE5 mac BAND PASS FILTER */
 /*\*//*/
#pod_blurb{
	padding: 20px 147px 0px 0px;
}
#pod_buttons{
	float: right;
	clear: right;
	padding: 0px 10px 20px 0px;
}
/**/



#pod_buttons img{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#checkout_buttons{
	width: 87px;	
	\width: 97px;  /* for IE5/Win */
  	w\idth: 87px;  /* for good browsers */	
	padding: 20px 10px 20px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
	text-align: right;
}
#checkout_buttons img{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#pod_under_buttons{
	width: 726px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	clear: both;
	text-align: right;
}
#pod_under_buttons img{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#pod_product_price_information{
	width: 594px;	
	\width: 714px;  /* for IE5/Win */
  	w\idth: 594px;  /* for good browsers */
	padding: 0px 0px 10px 120px;
	margin: 0px 0px 0px 0px;
	float: left;	
	text-align: right;
	display: inline;
}


#pod_content{
	width: 704px;
	\width: 724px;  /* for IE5/Win */
  	w\idth: 704px;  /* for good browsers */
	float: left;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	display: inline;
}
#pod_content_image_holder{
	width: 105px;
	padding: 0px;
	margin: 0px;
	float: left;
}
#pod_content_table_holder{
	width: 599px;
	padding: 0px;
	margin: 0px;
	float: right;
}
/* HACK - IE5 mac BAND PASS FILTER */
 /*\*//*/
#pod_content_table_holder, #pod_content_image_holder{{
	float: none;
	display: inline-block;
	margin-right: -4px;
}
/**/

#pod_content_table_holder h2{
	margin: 0px;
	padding: 20px 0px 5px 5px !important;
	display: block;
}
#pod_content_table_holder p{
	padding-left: 5px;
}

.pod_help{
	padding: 0px;
	margin: 10px 0px 10px 0px;
	font-weight: normal;
	color: #CC00OO !important;
	width: 100%;
}

.helpme{
	font-size: 10px;
	font-weight: normal;
}
.helpme a, .helpme a:link, .helpme a:visited { 
	text-decoration: none; 
	color: #999999;
}
.helpme a:hover		{ 
	text-decoration: none; 
	color: #663300; 
}

.pod_content_table{
	width: 599px;
	height: 105px;
	border-top: 1px dotted #a9a9a9;
	border-collapse: collpase;
}

.pod_content_table td{
	padding: 5px;
	text-align: left;
	vertical-align: top;
	border-right: 1px dotted #a9a9a9;
	border-bottom: 1px dotted #a9a9a9;
}
.pod_content_table  th{
	padding: 5px;
	text-align: left;
	vertical-align: top;
	border-right: 1px dotted #a9a9a9;
}

.pod_content_empty_table{
	margin: 0px 0px 20px 0px;
	width: 599px;
	height: 105px;
	border-top: 1px dotted #a9a9a9;
	border-collapse: collpase;
	float:left;
	clear: both;
}
.pod_content_empty_table td{
	padding: 5px;
	text-align: left;
	vertical-align: top;
	border-right: 1px dotted #a9a9a9;
	border-bottom: 1px dotted #a9a9a9;
}

.pod_content_table_topper{
	width: 599px;
	border-collapse: collpase;
	border-top: 1px dotted #a9a9a9;
	border-bottom: 1px dotted #a9a9a9;
}
.pod_content_table_topper th{
	padding: 10px 5px;
	text-align: left;
	vertical-align: top;
	border-right: 1px dotted #a9a9a9;
}



.pod_content_table_regular{
	width: 599px;
	height: 105px;
	border-collapse: collpase;
	float:left;
	clear: both;
}
.pod_content_table_regular td{
	padding: 5px;
	text-align: left;
	vertical-align: top;
	border-right: 1px dotted #a9a9a9;
	border-bottom: 1px dotted #a9a9a9;
}

.pod_content_table_summary{
	width: 599px;
	border-collapse: collpase;
}
.pod_content_table_summary td{
	padding: 5px;
	text-align: left;
	vertical-align: top;
	border-right: 1px dotted #a9a9a9;
	border-bottom: 1px dotted #a9a9a9;
}

.pod_content_table_footer{
	width: 599px;
	border-collapse: collpase;
	border-bottom: 1px dotted #a9a9a9;
	background-color: #EEEEEE;
}
.pod_content_table_footer td{
	padding: 10px 5px;
	text-align: left;
	vertical-align: top;
	border-right: 1px dotted #a9a9a9;
}

.chip{
	display: inline; 
	line-height: 0px; 
	padding: 0px; 
	margin: 0px;
	border: 0px;
}
.chip tr, .chip td{
	padding:0px; 
	margin:0px;
	border: 0px;
}


.pod_attributes_table{
	border-collapse: collapse;
	border: 0px;
}
.pod_attributes_table td{
	margin: 0px;
	padding: 0px 2px 2px 0px;
	text-align: left;
	vertical-align: top;
	border: 0px;
}
.pod_attributes_table input{
	padding: 0px;
	margin: 0px;
}



.pod_colour_table{
	border: 0px;
}
.pod_colour_table td{
	margin: 0px;
	padding: 0px 2px 2px 0px;
	text-align: left;
	vertical-align: top;
	border: 0px;
}
.pod_colour_table input{
	padding: 0px;
	margin: 0px;
}

.error_box{
	border: 1px solid #000000;
	background-color: #FFFF99;
	width: 575px;
	padding: 5px;
	margin: 10px 0px 10px 0px;
}
.error_box p{
	padding: 0px;
	margin: 0px;
}
.error_box_small{
	border: 1px solid #000000;
	background-color: #FFFF99;
	width: 378px;
	padding: 5px;
	margin: 10px 0px 10px 0px;
}


#footer{
	float:left;
	clear: both; 
	width: 726px;
	margin: 40px 0px 20px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #999999;
	color: #999999;
}

#ft{
	float: left;
	clear: left;
	width: 450px;
	text-size: 10px;
}
#ft p{
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#mls{
	float: right;
	clear: right;
	width: 250px;
	padding: opx;
	margin: 0px;
	text-align: right;
}

#mls form{
	padding: 0px;
	margin: 0px;
}
#mls table{
	float:right;
	background-color: #F6F6F6;
	border-collapse: collpase;
	padding: 0px;
	margin: 0px;
}

#mls table td{
	padding: 5px;
	text-align: right;
	vertical-align: top;
}

#papers{
	margin-bottom: 10px;
}	
