/* standard elements */
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 0.9em;
	font-family: "Lucida Sans Unicode",sans-serif;
}
input {
	color: #555;
	font-size: 1.1em;
}
p,ul {
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.6em;
	margin-bottom: 4px;
}
h2 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
th {
	text-align:left;
}
a:hover {
	text-decoration: none;
}

.highlight {
	background: url(/graphics/bgcode.gif);
	color: #555;
	display: block;
	margin-bottom: 12px;
	padding: 8px 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F0F0F0;
	border-right-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
}
.quote {
	background: url(/graphics/quote.gif) no-repeat;
	color: #666;
	display: block;
	padding-left: 28px;
	border: #F0F0F0 1px dashed;
}
h1,h2,h3 {
	padding-top: 6px;
}

/* misc */
.clear {
	clear: both;
}

/* structure */
#container {
	padding: 12px;
	margin: 6px auto;
	width: 920px;
} 

#header {
/*	height: 150px;*/
	height: 149px;
	margin-bottom: 4px;
	padding-bottom: 4px;
}

/* logo */
.logo {
	height: 149px;
	width:196px;
	float:left;
	margin-right: 4px;
}

/* header and title with a logo*/
.header-content {
	float: left;
	width: 720px;
	height: 149px;
}
.title {
	padding:20px;
	float:left;
}
.title h1 {
	font-size: 3em;
}
.title h2 {
	padding-top: 12px;
	font-size: 1.2em;
}

/* header and title without a logo*/
.header-content-no-logo {
	float: right;
	width: 100%;
	height: 150px;
	margin-bottom: 4px;	
}
.title-no-logo  {
	width:500px;
	padding-top:20px;
	text-align: center;
	float:left;
}

/* header address */
.address {
	padding-top:8px ;
	float:left;
	text-align: left;
}

.address a, .address a:hover {
	color: #58438b;
	text-decoration: none;
}
/* horizontal navigation at top*/
#topnav {
	margin: 4px 0;
	padding:0;
	float:left;
	width:100%;
}
#topnav ul {
	list-style-image:none;
	list-style-type:none;
	padding-bottom: 4px;
	padding-top:4px;	
}

#topnav li {
	display:inline;
	padding-left:2px;
	padding-right:2px;
}

#topnav a {
	font: bold 1.2em "Trebuchet MS",sans-serif;
	padding-left:6px;
	padding-right:6px;
	text-decoration: none;
}

/* sidebar nav */
#sidenav {
	float: left;
	width: 196px;
	margin-right: 4px;
}
#sidenav ul {
	padding-left: 12px;
	border-top: 1px solid #FAFAFA;
	margin: 0;
	padding: 0;
}
#sidenav .menuH1 {
	font-size: 1.2em;
	font-weight: bold;
	height: 28px;
	padding: 6px 0px 6px 28px;
	text-decoration: none;
	background: url(/graphics/menu-icon.gif) no-repeat 8px;
}
#sidenav .menuH1 a {
	padding: 4px 6px 5px 14px;
}
#sidenav .subMenu {
	text-align: right;
}
#sidenav li {
	border-bottom: 1px solid #FAFAFA;
	list-style: none;
	margin: 0;
}
#sidenav li a {
	color: #fff;
	display: block;
	font-size: 1em;
	padding: 5px 6px 5px 14px;
	text-decoration: none;
}
#sidenav ul li.selected a {
	padding: 5px 6px 5px 14px;
}

#sidenav li a:hover {
	text-decoration: none;
}

/* content */
#content {
	float: left;
	width: 516px;
	margin-right: 4px;
	margin-top: 2px;
}
#content.wide {
	width: 718px;
	margin-right: 0px;
	float: right;
}
#content .item {
	padding: 6px 12px;
	border: 1px solid #EEE;
	margin-bottom: 4px;
}
#content h1 {
	margin-bottom: 12px;
}
#content .descr {
	color: #333;
	margin-bottom: 6px;
}
#content ul {
	list-style: url(/graphics/li.gif);
}
#content li {
	margin-left: 18px;
}

#content div#catList {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	width: 532px;
}
#content ul.hList li {
	list-style: none;
	float: left;
	margin: 0 8px 8px 0;
}
#content ul.hList li a {
	font: bold 1.2em Harrington,garamond,"Trebuchet MS",sans-serif;
	text-decoration: none;
}

/* sidebar */
#sidebar {
	float: right;
	width: 172px;
	padding: 6px 12px;
	border: 1px solid #EEE;
	margin-bottom: 4px;
	margin-top: 2px;
}

/* search form */
form {
	padding: 6px 8px;
}
.styled {
	border: 1px solid #DDD;
	padding: 4px;
}
.search {
	background: url(/graphics/search.gif) no-repeat left bottom;
	border: none;
	height: 27px;
	width: 27px;
}
.small {
	font-size: 0.8em;
}

/* footer */
#footer {
	font-size: 1em;
	margin-bottom: 8px;
	margin-top: 4px;
	text-align: left;
	padding: 4px 6px;
	clear: both;
}

#footer .footerLeft {
	float:left;
	width:30%;
}
#footer .footerMiddle {
	padding-top:4px;
	text-align:center;
	float:left;
	width:50%;
}
#footer .footerRight {
	float:right;
	width:20%;
	text-align:right;
}
#footer img#pbys {
	margin-top:0px;
}

.form-error, .error {
	color: #BC2d25;
}

table#orderDetail {
	background-color: #ffffff;
	border: 1px solid #333333;
	margin: 12px auto;
}

.productDiv {
	margin-bottom: 12px;
}

ul#ysShare a {
	font-size: 0.9em;
}