/* general styles */
body { 
  background-color: #99B2B6; 
  color: #333;
  background-image:url(/images/bg_grad2.jpg);
  background-repeat:repeat-x;
background-position: top;
  margin:0;
  padding:0; 
  margin-bottom:30px;}

body, p, ol, ul, td {
  font-family: arial, helvetica, sans-serif;
  font-size:   12px;
  line-height: 16px;
}


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


img {
  border:0;
}
h1 {
  color:#000;
  font-style:italic;
  font-weight:normal;
  font-family: georgia, times, serif;
  font-size: 24px;
  line-height: 26px;
  margin: 0;
  padding:10px 0;
}

h2 {
  color:#336699;
  font-size: 16px;
  line-height: 20px;
  font-style:italic;
  font-weight:normal;
  font-family: georgia, times, serif;
  margin-bottom: 0;
  padding-bottom: 0;
}

a { color: #112940; text-decoration:none; }
a:visited { color: #112940; }
a:hover { color: #000; }



.white_small  {
	color: #D9E9F3;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;	
	text-transform: uppercase;
}


/* page structure */
#container {
	position:relative;
	margin: 0px auto;
	width: 1000px;
	text-align: left;
	background-color: #D9E9F3;
	border: 3px solid #2F5678;
	border-top: 0px ;
}

#build_number {
  position:relative;
  text-align:center;
  font-size:9px;
}

#build_number a {
  color:#333;
}
#build_number a:hover, #build_number a:active {
  color:#999;
}
/* used to get another background graphic for footer */
#innercontainer {
  position:relative;
	padding-bottom: 0px;
	margin-bottom:10px;	
}

#header {
  text-align:left;
  padding:0;
  background-color: #2C5678;
  background-image:url(/images/header.jpg);
  color: #fff;
  border-bottom:1px #325879 solid;
  min-height:170px;
  height:auto !important;
}


#header_navbox {
padding:0;
color: #fff;
min-height:90px;
height:auto !important;
float:right;
width: 150px;
margin-top: 0px;
}


#header_info_container {
	color: #000;
	float:right;
	width: 190px;
	min-height:50px;
	height:auto !important;
	clear:left;
	margin: 50px 0px 0px 0px;

}


#header_buttons {
	width: 140px;
	border-right: 1px solid #000;
	padding: 0 0 0 0;
	font-family: arial, helvetica, sans-serif;
	font-size:   12px;
	line-height: 16px;
	text-align:left;
	color: #333;
	}
	
#header_buttons ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	width: 970px;
	}

#header_buttons li {
	border-bottom: 1px solid #000;
	margin: 0;
	}
			
#header_buttons li a {
	display: block;
	padding: 5px 10px 5px 5px;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	width: 135px;
	background-image:url(/images/details_bg.jpg);
	  background-repeat: repeat-x;
	  background-position: top;
	
	}

html>body #header_buttons li a {
	width: auto;
	}

#header_buttons li a:hover {
	background-color: #D00054;
	color: #fff;
	background-image:url(/images/top_button_hover.jpg);
	  background-repeat: repeat-x;
	  background-position: top;
	}
	
#phonenumber {
	font-family:helvetica,arial;
	  font-weight:normal;
	  font-style:normal;
	  text-transform: uppercase;
	  font-size:22px;
	  line-height:28px;
	color: #FFF;
	padding: 0px 5px 0px 0px;
	margin:5px;
	width:150px;
}



#navigation {
 font-family: arial, helvetica, sans-serif;
	background-color: #325879;
	color: #FFF;
	text-transform: uppercase;
	border: 0px 0px 0px 0px;
	min-height: 25px;
	height:auto !important;
	background-image:url(/images/spoke_nav_grad.jpg);
	  background-repeat: repeat-x;
	  background-position: bottom;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	display: inline;
}


#navigation li {
	margin: 0px;
	display: inline;

	
	}


#navigation li a {
	font-family: arial, helvetica, sans-serif;
	display: inline;
	padding: 5px 7px 5px 7px;
	color: #FFF;
	text-decoration: none;
	width: 100%;
	margin-right: -3px;
	xbackground: url(../images/navbutt_line.gif) no-repeat bottom right;
	
	}

html>body #navigation li a {
	width: auto;
	border-right: 1px solid #1F3C51;
	border-left: 1px solid #4B7394;
	line-height: 25px;
	}

#navigation li a:hover {
	background-color: #D9E9F3;
	color: #142736;

	border-bottom: 1px solid #D9E9F3;
	}
	
#navigation li a.selected {
	color: #FFF;
	background: #142736;
	border-bottom: 1px solid #142736;
	
	}

/*  #navigation li {width:auto;margin:0 0 0 -2px;display:inline;padding:0 6px ;border-left: 1px solid #999;} */

.minicart_text {
font-family: Arial, Helvetica, sans-serif;
	  font-weight:normal;
	  font-style:normal;
	  font-size:12px;
	color: #FFF;
	
}

#minicart {
  float:right;
  	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 0px 4px 0px;
  width: 185px;
  text-align:left;
  color:#000;
  font-size:10px;
margin-bottom: 2px;
margin-right: 5px;
min-height:30px;
height:auto !important;
line-height: 18px;
border-bottom: 1px dotted #FFF;



}

#minicart img {
  vertical-align:bottom;
}

.cartbutton a { color: #FFF; 
	text-decoration:none;
	font-weight:bold;
	text-decoration: underline;
	background:  url(../images/arrow_bullet.gif) no-repeat right center;
	padding: 0px 10px 0px 0px;
	}
	
.cartbutton a:visited { 
	color: #FFF;
	font-weight:bold; 
	text-decoration: underline;
	}
.cartbutton a:hover { 
	color: #99B2B6; 
	font-weight:bold;
	text-decoration: underline;
	}

#contentfullwidth {
  padding: 0px 0px 0px 0px;
  margin-bottom: 0px;
	background-color: #D9E9F3;
}

#content {
	position: relative;
	/*width:656px;*/
	width:664px; /* ideally this should be less, but seems to be the minimum required */
	margin:0 0 0 70px;
	padding:0;
	xborder:1px dotted #fff;
}
#content:after { content: ""; display: block; height: 0; clear: both; }

#contentleft {
  float: left;
  width:493px;
  padding: 0;
  margin-bottom: 10px;
}

#cartcontainer {
  margin-right:4px;
  float:right;
  width: 160px;
  background-image:url(/images/cart_bg.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
  margin-bottom: 10px;
}

#pagecontainer {
  xborder:1px solid red;
  min-height:450px;
	height:auto !important;
	height:450px;
	padding:0;
}

#footer {
  clear:both;
	text-align: left;
	font-size: 10px;
	background-color: #3B6186;
	xborder-top:1px solid #7D9EBB;
  padding: 0 10px 0 0;
  color: #fff;
  margin:50px 0px 0px 0px;
  height:25px;
  background-image: url(/images/footer_grad.jpg);
  background-repeat: repeat-x;
  line-height:20px;
}
#footer a, #footer a:visited {
  color:#999;
}
#footer a:hover {
  color:#fff;
}
a#admin_login {
    display: block;
    float:left;
    width: 69px;
    height: 20px;
    background-image: url(/images/admin_login.gif);
    background-position: 0 0;
    margin: 0 6px;
    border:none;
}
a#admin_login:hover {
    background-position: -69px 0;
margin: 0 6px;
}
a .alt { display: none; }

#footer .left {
  font-style:italic;
  font-family: georgia, times, serif;
}
#footer .left .shop_name {
  font-weight:bold;
}

#footer .right {
  float:right;
}
#footer .footerlinks {
  margin:0;
  padding:0;
  float:left;
	overflow:hidden;
}


#footer .footerlinks li {
  width:auto;margin:0 0 0 -2px;display:inline;padding:0 4px ;border-left: 1px solid #fff;
  font-family:helvetica,arial;
  font-weight:normal;
  font-style:normal;
  text-transform: uppercase;
  font-size:10px;
  line-height:22px;
}

#flashnotice {
  padding:3px 10px;
  color:#333;
  background-color: #9c9;
  text-align:center;
  font-weight: bold;
}

/* for catalogue/products views */



/* category navigation */


#categorynavigation {
	
	font-family: Arial, Helvetica, sans-serif;
	background-color: #142736;
	padding: 5px 0px 5px 5px;
	border-bottom: 2px solid #142736;
	line-height: 24px;
	
	
	
	
}
	
#categorynavigation ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		display: inline;
		
	}
		
	#categorynavigation li {
		margin: 0px;
		display: inline;
		
		}
		
		#categorynavigation li a {
	display: inline;
	padding: 5px 5px 5px 15px;
	color: #9BB1B6;
	text-decoration: none;
	width: 100%;
	margin-right: 5px;

	background: #142736 url(../images/arrow_bullet.gif) no-repeat left center;
	border-bottom: 2px solid #142736;
		}

	html>body #categorynavigation li a {
		width: auto;
		}

	#categorynavigation li a:hover {
		background-color: #142736;
		color: #fff;
		border-bottom: 2px dotted #9BB1B6;
		}

		#categorynavigation .selected {
			color: #FFF;
			 font-weight:bold;
				border-bottom: 2px dotted #FFF;
		
		}
		


#nomargin_nav {
margin-left:0px;	
}



/* different background colors for first and second level categories */

.categorynavigation1 {
  	font-family: Arial, Helvetica, sans-serif;
	background-color: #142736;
	padding: 0px 0px 5px 5px;
	margin-top: 5px;
	margin-left: 10px;
	line-height: 25px;
}


#categorycontent {
  clear:bottom;
  margin-top:10px;
}
#categories, #products {
  position:relative;
  margin:0;
  xborder: 1px solid #000;
}
#categories:after, #products:after { content: ""; display: block; height: 0; clear: left; }

.product, .category {
  position: relative;
  border: none;
  margin: 1px 1px 8px 1px;
  padding: 0;
  float: left;
  background: #fff;
}

.category_centerimage {
	border:none;
	  width:250px;
	  height:250px;
	  float: left;
	 margin-top: 5px;
	margin-bottom: 5px;
}

.category .details, .product .details, .item .details {
  position: relative;
  background-color: #000;
  background-image: url(/images/item_grad.jpg);
  color:#fff;
  padding: 2px 6px;
  min-height:50px;
	height:auto !important;
	width: 148px;
	font-style:italic;
  font-weight:normal;
  font-family: georgia, times, serif;
}
.item .details {
  width: 138px;
}
.category .details {
  	height:45px;
	
}
.category .hidden {
  background-image: none;
}
.category .name, .product .name, .item .name {
  font-weight: bold;
  font-size:12px;
}

.category .name {
  font-size: 14px;
}

.category .image, .product .image {
  width: 160px;
  height: 160px;
}

.category .more, .product .more {
  position: absolute;
  right: 0px;
  bottom: 0px;
  color: #666;
}

.more a.info {
  width: 160px;
  height: 160px;
  background-image: url(/images/info_off.gif);
  background-repeat: no-repeat;
  background-position: 130px 130px;
  display: block;
  text-decoration: none;
}

.more a.info:hover {
    background-image: url(/images/info_on.gif);
}

.category .more a.info:hover {
    background-image: url(/images/arrow_on.gif);
}

.category .more a.info {
  background-image: url(/images/arrow_off.gif);

}

/*
.more a.info {
  width: 24px;
  height: 24px;
  background-image: url(/images/info.gif);
  display: block;
  text-decoration: none;
}

.more a.info:hover {
    background-position: 24px 0;
}
*/
.product .add {
  position: absolute;
  right: 0px;
  top: 6px;
  padding:1px 1px;
  margin:0 4px 4px 0;
  color: #666;
}

.add a.addtocart {
  width: 33px;
  height: 22px;
  background-image: url(/images/addtocart.gif);
  display: block;
  text-decoration: none;
}

.add a.addtocart:hover {
    background-position: 33px 0;
}

.product .price {
  float:left;
  font-weight:bold;
}

.product .full_price {
  text-decoration: line-through;
  font-weight: normal;
  font-size: 10px;
}

#not_featured_products ul li, #featured_products ul li { 
list-style: none; 
cursor: -moz-grab; 
} 



#featured_products {
	border: 2px solid #009CB3;
	padding-right: 15px;
	background-color: #d1eeee;
	
}

#not_featured_products {
	border: 2px solid #A4895E;
	background-color:#eeeee0;
	
}




/* for product show */
#product {
  padding-top:5px;
}

#product .image {
	margin-left: 10px;  
  width: 300px;
  height: 300px;
  float: left;
  overflow:hidden;
}

#product .details {
  float: left;
  background-color: #fff;
  border-left:5px solid #666;
  padding: 2px 6px;
  margin: 0 0 0 10px;
  width: 395px;
  height: 267px;
  overflow: auto;
}

#product .details .name {
  font-family: georgia, times, serif;
  font-style:italic;
  font-weight:bold;
  padding-bottom:10px;
}

#product .details .price {
  padding: 5px 0;
}

#product .addtocart {
  float: left;
  background-color: #fff;
  padding: 0px 6px;
  margin: 5px 0 0 10px;
  width: 120px;
  height: 20px;
  border:2px solid #ccc;
  background-color: #fff;
  background-image: url(/images/whitegrey_grad.jpg);
  background-repeat: repeat-x;
  background-position:bottom;
  font-style:italic;
  font-family: georgia, times, serif;
}

#product .back {
  float: left;
  background-color: #fff;
  margin: 5px 0 0 10px;
  padding:0px 6px;
	height: 20px;
  color: #666;
  border:2px solid #ccc;
  background-color: #fff;
  background-image: url(/images/whitegrey_grad.jpg);
  background-repeat: repeat-x;
  background-position:bottom;
  font-style:italic;
  font-family: georgia, times, serif;
}

#product .name {
  font-size: 14px;
}


#product .more {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding:3px 5px;
  margin:0 4px 4px 0;
  background: #FFF;
  color: #666;
}
#product .price {
  font-weight:bold;
}
#product .full_price {
  text-decoration: line-through;
  font-weight: normal;
  font-size: 10px;
}

#product #small_image_selector {
  float:left;
  xborder: 1px solid white;
  height:60px;
  width: 400px;
  
}
#product .selectorimage {
  float: left;
  xborder: 1px solid green;
  margin:10px 10px 0 0;
}

/* for cart */

/* popup cart */
#popupcart {
  border:4px solid #202020;
  width: 464px;
  padding:26px 4px 4px 4px;
  background-image:url(/images/whitepage_bg3.jpg);
  background-repeat: repeat-x;
  background-position: top;
  background-color:#D9E9F3;
  margin:0;
}

.closepopup {
  position: absolute;
  right: 0px;
  top: 0px;
  padding:2px 6px;
  margin:4px;
  border:2px solid #ccc;
  background-color: #fff;
  background-image: url(/images/whitegrey_grad.jpg);
  background-repeat: repeat-x;
  background-position:bottom;
  font-style:italic;
  font-family: georgia, times, serif;
}

/* on page cart */
#cart {
  position: relative;
  padding: 5px 5px 5px 5px ;
}

.flash_cart {
  padding:0 0 10px 0;
  color: red;
  font-weight: bold;
}

/* cart contents */
#cart .title, #popupcart .title {
  font-size: 12px;
  font-weight: bold;
  text-align:center;
  color:#fff;
  background-color: #666;
  padding:5px 0;
}

#cart .item {
  background-color: #eee;
  margin: 5px 0 0 0 ;
  position:relative;
  width:150px;
}
#popupcart .item {
  background-color: #eee;
  margin: 2px 2px 6px 2px;
  float:left;
  width:150px;
}
#popupcart .inneritem {
  position:relative;
}


#cart .image, #popupcart .image {
  width: 150px;
  height: 150px;
  background-color: #fff;
  overflow:hidden;
}

#cart .total, #popupcart .total {
  text-align:center;
  border-top: 3px solid #666;
  border-bottom: 3px solid #666;
  margin:10px 5px 35px 5px;
  padding: 5px;
  font-weight: bold;
  clear:both;
}

.item .remove {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding:2px 6px;
  margin:0;
  border:2px solid #ccc;
  background-color: #fff;
  background-image: url(/images/whitegrey_grad.jpg);
  background-repeat: repeat-x;
  background-position:bottom;
  font-style:italic;
  font-family: georgia, times, serif;
}

#cart .price, #popupcart .price {
  font-weight:bold;
}

#cart .full_price, #popupcart .full_price {
  text-decoration: line-through;
  font-weight: normal;
  font-size: 10px;
}

#cart .empty, #popupcart .empty {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding:3px 5px;
  margin:0 0 4px 4px;
  color: #666;
  border:2px solid #ccc;
  background-color: #fff;
  background-image: url(/images/whitegrey_grad.jpg);
  background-repeat: repeat-x;
  background-position:bottom;
  font-style:italic;
  font-family: georgia, times, serif;
}

#cart .checkout, #popupcart .checkout {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding:3px 5px;
  margin:0 4px 4px 0;
  color: #666;
  border:2px solid #ccc;
  background-color: #fff;
  background-image: url(/images/whitegrey_grad.jpg);
  background-repeat: repeat-x;
  background-position:bottom;
  font-style:italic;
  font-family: georgia, times, serif;
}

/* for login/signup */
#loginbox {
  width: 36%;
  float:left; 
  border: 4px solid #303030;
  padding: 0 5px 5px 10px;
  margin: 30px 0 30px 20px;
  background-color:#fff; 
  background-image:url(/images/blankpage_grad.jpg);
  background-repeat: repeat-x;
  background-position:bottom;
}
#signupbox {
  width: 52%;
  float:right;
  border: 4px solid #303030;
  padding: 0 5px 5px 10px;
  margin: 30px 20px 30px 0;
  background-color:#fff; 
  background-image:url(/images/blankpage_grad.jpg);
  background-repeat: repeat-x;
  background-position:bottom;
}

#adminloginbox {
  width: 300px;
  border: 4px solid #303030;
  padding: 15px 20px 20px 20px;
  margin: 0;
  background-color:#fff; 
  background-image:url(/images/blankpage_grad.jpg);
  background-repeat: repeat-x;
  background-position:bottom;
}
/* for orders */
#orderdetails {
  text-align:center;
}
#orderdetails th {
  background-color:#bbb;
}
#orderdetails td {
  background-color:#ddd;
  text-align: center;
}
div.float, div.floatHalf {
	float:left;
	margin-right:10px;
}
div.floatHalf {
	width:45%;
}

div.indent {
	padding:0px;
	margin:0px;
	margin-top:-10px;
	padding-left:20px;
}

div.padLeft {
	padding-left:10px;
}
label {
	clear:both;
	font-weight:bold;
	color: #666666;
	display:block;
	padding-top: 8px;
	padding-bottom: 2px;
}
.clear {
	clear: both;
	height: 5px;
	overflow: hidden;
}
/* Clearfix */	
	
.clearfixleft:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: left; 
    visibility: hidden;
	}

.clearfixleft {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfixleft {height: 1%;}
.clearfixleft {display: block;}
/* End hide from IE-mac */

/* for admin */
#adminfooter {
  position: fixed;
  border-top: 1px solid #696;
  background: #9c9;
  width: 100%;
  left: 0px;
  bottom: 0px;
  text-align:left;
  color: #060;
  padding: 3px 5px 3px 5px;
  font-size: 10px;
  z-index:10000;
  /* note that the opacity is set via unabtrusive JS to pass CSS2 validation */
}

#adminfooter a, #adminfooter a:visited {
  color: #f00;
}
#adminfooter a:hover {
  color: #333;
}
#logout {
  float:right;
  padding-right:10px;
}
#orders {
  float:right;
  padding-right:20px;
}

/* admin order list */
.orderlist {
  text-align:center;
}
.orderlist th {
  background-color:#bbb;
}
.orderlist td {
  background-color:#ddd;
  text-align: left;
}
.orderlist .pending {
  background-color:#ddd;
}
.orderlist .paid {
  background-color:#FEF0BB;
} 
.orderlist .shipped {
  background-color:#ddd;
}
/* admin shipping_bands and configuration */
.admintable th {
  background-color:#bbb;
}
.admintable td {
  background-color:#ddd;
  text-align: center;
}


/* three_columns pages */

.bigpageblock_threecol {
padding-top:10px;  

margin: 0px 0px 0px 0px; 
background-image:  url(/images/whitepage_bg3.jpg);
background-repeat: no-repeat;
background-position:top;
background-color: #D9E9F3;



}

#three_column_left {
	float:left;
	width:170px;
	background: #2C5678;
	min-height:420px;
	height:auto !important;
	margin-right:3px;
	height: 100%;
	clear: none;
	margin-top: 14px;
	xbackground-image:url(/images/specialoff_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding-left: 0px;
	margin-bottom:10px;
}


#three_column_left_short {
	float:left;
	width:167px;
	background: #2C5678;
	min-height:420px;
	height:auto !important;
	margin-right:3px;
	height: 100%;
	clear: none;
	margin-top: 14px;
	xbackground-image:url(/images/specialoff_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding-left: 0px;
	margin-bottom:10px;
}

#title_left_column {
	float:left;
	padding: 10px 5px 10px 2px;
	margin:0px 5px 10px 0px;
	color: #FFF;
	font-family: georgia, times, serif;
	font-size: 22px;
	text-align: center;
	width:150px;
}


#three_column_middle {
	margin-right:100px;
	margin-left:193px;
	padding-top:10px;
	padding-left:0px;
	min-height:350px;
	height:auto !important;
	clear: none;
}

#three_column_right {
	float:right;
	width:1px;
	min-height:420px;
	height:auto !important;
	clear: none;
	margin-right: 4px;
	margin-top: 23px;
	
	}
	
	
	#three_column_middle_long {
		margin-right:7px;
		margin-left:175px;
		padding-top:10px;
		padding-left:0px;
		min-height:350px;
		height:auto !important;
		clear: none;
	}




/* pages */
.bigpageblock {
  padding:20px 10px 20px 20px;
 margin:0px 0px 0px 0px;
  margin-bottom:20px;
  background-image:url(/images/blankpage_grad2.jpg);
  background-repeat: repeat-x;
  background-position:top;
background-color: #D9E9F3;
}

.bigpageblock:after { content: ""; display: block; height: 0; clear: both; }

.bigpageblock p {
  margin-bottom:0;
}

.pageminheight {
  min-height:375px;
	height:auto !important;
	height:375px;
}

.smalledit {
  font-size:10px;
  font-weight:normal;
}


/* join mailing list */


.main_title {
  	color:#FFF;
	font-weight:normal;
	font-family: georgia, times, serif;
	font-size: 24px;
	padding:10px 10px 10px 10px;
	background-image:url(/images/spoke_nav_grad.jpg);
	  background-repeat: repeat-x;
	  background-position: bottom;
		background-color: #325879;

}

.item_title {

	  	color:#FF0017;
		font-weight:normal;
		font-family: georgia, times, serif;
		font-size: 21px;
		padding:0px 0px 0px 0px;
	}




#welcome_box {
position: relative;
margin: 0px 0px 30px 0px;
xborder: 1px solid #325879;
height:auto !important;
min-height: 445px;
}


#welcome_box_white {
position: relative;
margin: 0px 0px 40px 0px;
background-color: #142736;
padding: 2px 2px 2px 23px;
height:auto !important;
min-height: 667px;
}

#gallery_box_white {
position: relative;
margin: 5px 0px 0px 0px;
background-color: #FFF;
padding: 4px;
height:auto !important;
min-height: 220px;
}

#insidegallery {
float: left;
margin: 40px 0px 0px 0px;
background-color: #FFF;
padding: 4px;
height:30px;
width: 30px;
border: 1px solid red;
cursor: pointer;
}

#topleft_box {
position:absolute;
}


#panel_icon {
	float:left;
}


#join_mailing_list {
float: left;
margin: 0px 0px 10px 0px;
background-color: #000;
padding: 10px;
height:auto !important;
min-height: 100px;
width:230px;
background-image:url(/images/login_search_bg.gif);
  background-repeat: repeat-x;
  background-position:bottom;
}

#join_mailing_list_form {
margin: 0px 0px 0px 0px;
}




.underline {
	width:100%;
	border-bottom: 1px dotted #999;
	margin:5px 0px 5px 0px;
}




/* dropdown menus */
.contextMenus {position:absolute; background-color:#cfcfcf; 
              border-style:solid; border-width:1px; 
              border-color:#EFEFEF #505050 #505050 #EFEFEF; 
              visibility:hidden}
.menuItem {cursor:pointer; font-size:9pt; 
           font-family:Arial, Helvetica, sans-serif; 
           padding-left:5px; color:black; 
           background-color:transparent; 
           text-decoration:none}
.menuItemOn {cursor:pointer; font-size:9pt; 
             font-family:Arial, Helvetica, sans-serif; 
             padding-left:5px; color:red; 
             background-color:yellow; 
             text-decoration:underline}
.contextEntry {font-weight:bold; color:red; cursor:pointer}