* {
	font-family:"Trebuchet MS",tahoma,arial,sans-serif;
	color:black;
}

p{
	font-size:12pt;
	line-height:1.6em;
	margin-top:0px;
	margin-bottom:0px;
}
img {
	border:0px;
	display:inline;
}

input.text{
	height:24px;
	font-size:12pt;
}
input.button{
	background:#a9a9a9;
	color:white;
	border:0;
	letter-spacing: 1px;
	height:32px;
}


#banner{
	margin:0px auto;
	text-align:center;
}

#banner p{
	color:black;
	font-size:10pt;
	margin-top:0px;
	margin-bottom:4px;
	line-height:1.0em;
}

#nav{
	width:100px;
	position:relative;
	left:50%;
	width:800px;
	margin-left:-400px;
	margin-top:20px;
	margin-bottom:20px;
}

#nav ul{
	list-style: none; 
	list-style-position: outside; 
	padding-left:0px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
}

#nav ul li{
	display:inline;
	margin:0px;
	position:relative;
}

#nav ul li a{
	text-decoration:none;
	color:#888;
	display:inline-block;
	vertical-align:top;
	height:14px;
	font-size:14pt;
	padding:5px 18px 15px 18px;
}

#nav ul li a:hover{
	background:#a9a9a9;
	color:white;
}

#nav ul li a.current{
	background:#888;
	color:white;
}

#content{
	width:800px;
	position:relative;
	left:50%;
	margin-left:-400px;
	margin-top:30px;
}

.float_left{
	float:left;
	clear:left;
	margin-right:10px;
	margin-bottom:10px;
}
	
.float_right{
	float:right;
	clear:right;
	margin-left:10px;
	margin-bottom:10px;
}
	
/* Photo Gallery Styles */
#thumb_wrapper{
	}

#thumb_list{
	position:relative;
	left: 0px;
}

ul#thumb_list_ul{
	list-style: none; 
	list-style-position: outside; 
	padding-left:0px;
	margin:0px;
	text-align:center;
}

ul#thumb_list_ul img{
	display:inline-block;
	height:200px;
	border:0px;
}

ul#thumb_list_ul img:hover{
	display:inline-block;
}

ul#thumb_list_ul li{
	display:inline-block;
	text-align:center;
	margin:20px;
}

ul#thumb_list_ul p.gallery_title{
	font-weight:bold;
	display:block;
	text-align:center;
	white-space:nowrap;
	padding-top:25px;
	margin:0px;
}

h2.GalleryTitle{
	text-align:center;
}
p.thumb_caption{
	font-size:9pt;
	text-align:left;
}

div.image_caption_div{
	display:none;
}

p.thumb_add_to_cart{
	display:none;
	background:url(../images/thumb_loader.gif);
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:50% 500px;
}

span.mb_add_to_cart{
	float:right;
	text-align:right;
	margin-right:10px;
}

span.print_tags{
	clear:left;
	display:block;
	font-size:10pt;
	margin-top:5px;
}


.image_wrapper{
	display:inline;
	overflow:hidden;
	height:400px;
	margin-bottom:20px;
	padding-bottom:0px;
}

#mbOverlay {
	background:#222 !important;
}
#mbDescription{
	font-weight:bold;
	font-size:14pt;
	color:black;
	padding-bottom:10px !important;
	padding-top:10px !important;
	width:100%;
	background:url(../images/thumb_loader.gif);
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:50% 500px;
}

#mbNavigation{
	border: 5px solid #00112e !important;/* set the Milkbox border */
}

#CartSummary,.CartSummary{
	width:300px;
	border:2px solid black;
	background:#ccc;
	position:absolute;
	top:5px;
	left:-22px;
	padding:5px;
	padding-left:30px;
	margin:10px auto;
	font-size:9pt !important;
	display:none;
	padding-bottom:20px;
	z-index:2;
}

#CartSummaryHidden{
	width:90px;
	border:2px solid black;
	background:#ccc;
	position:absolute;
	top:5px;
	left:-22px;
	margin:10px auto;
	text-align:right;
	font-size:9pt !important;
	display:none;
	padding:20px 5px;
	z-index:1;
}
	
.CartSummaryList{
	margin-left:0px;
	padding-left:15px;
}

#CartSummary *,.CartSummary *{
	margin:0px;
}

#CartSummary ul,.CartSummary ul{
	margin:5px 0px;
}
.CartSubtotal{
}

.CartSummaryControls{
	text-align:right;
	padding:10px 5px;
}

#CheckoutSummary td{
	padding:10px;
}

td.CheckoutDataCell{
	border:1px solid #ddd;
}

#CartCheckout{
	width:800px;
}

img.checkout_thumb{
	display:inline-block;
	height:150px;
	border:0px;
}





