/* CSS Document */

#container {
	margin: 0px auto;
	width: 800px;
	background-image: url(../images/content-page-bk.gif);
	background-position: top;
	background-repeat: repeat-y;
	border: 1px solid #ffffff;
	margin-top: 25px;
	}
#left {
	float: left;
	width: 221px;
	margin: 0px;
	padding: 0px;
	}
#nav {
	background-image: url(../images/content-nav-bk.gif);
	background-repeat: repeat-y;
	background-position: top;
	min-height: 235px;
	border-bottom: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#nav li {
	margin: 0px;
	padding: 0px;
	text-align: right;
	}
#nav a {
	display: block;
	padding: 3px;
	width: 200px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin-right: 15px;
	}
#nav a:hover {
	background-color: #f1bc7a;
	}
#main {
	width: 549px;
	margin-left: 231px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
p {
	margin-right: 20px;
	}
form { 
	margin: 0;
	padding: 0;
	font-size: 12px;
	}
.login {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	display: none;
	}
td.title {
	background-color: #324C42;
	color: #ffffff;
	}
ol {
	font-size: 12px;
	}
ol li {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	}
.shipping li {
	font-weight: bold;
	border-bottom: 1px solid #000000;
	}
#lightbox{
	background-color:#eeeeee;
	padding: 20px;
	border-bottom: 2px solid #666666;
	border-right: 2px solid #666666;
	}
#lightboxDetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0.4em;
	}	
#lightboxCaption { 
	float: left; 
	}
#keyboardMsg { 
	float: right; 
	}
#lightbox img { 
	border: none; 
	} 
#overlay img { 
	border: none; 
	}
#yukon2 {
	float: right;
	padding-right: 30px;
	}
#footer {
	width: 800px;
	margin: 10px auto;
	color: #fff;
	}
#footer ul {
	list-style: none;
	font-size: 11px;
	}
#footer li {
	display: inline;
	}
#footer a {
	color: #ff9933;
	text-decoration: none;
	}
p#addy {
	text-align: center;
	color: #CCCCCC;
	font-size: 11px;
	}