html {
	background: #eeeeee;
	font-family: arial, helvetica, sans-serif;
}

h1 {
	color: #234894;
	border: 2px solid #234894;
	border-width: 0 0 2px;
	padding: 0 0 5px 0;
	margin: 0em 0 0.75em;	
}

.yui-b .yui-g {
	padding: 1em 2em 2em 1em;
	
}

/* force div to grow despite only floating elements inside */ 
#hd .container{
	height: 1%;
	overflow: auto;
	padding: 0.5em 1em;
	background: #234894 url('images/header_background.jpg') no-repeat;
}

#hd img {
	float: left;
}

#hd h1 {
	font-size: 250%;
	color: white;
	border: 0;
	margin: 0;
	padding: 0;
	letter-spacing: 0.1em;
}

#hd p {
	margin: 0;
}

#hd .address {
	background-color: white;
	border: 1px solid silver;
	padding: 0.5em 2em 0.5em 0.5em;
	margin: 1em 0 0 0.75em;
	float: right;
	color: #555555;
	font-size: 85%;
}

#hd, #ft {
	background-color: #234894;
	color: white;
}

#bd {
	background-color: white;
}

div.category {
	display: block;
	float: left;
	margin: 0em 1.2em 1em 0em;
	border: 1px solid silver;
	width: 15em;
  overflow: auto;
	background: white url('images/gradient_gray.gif') repeat-x bottom;
}

div.category .hd {
	background: #2d5dbf url('images/blue_gradient.gif') repeat-x top;
	padding: 0.1em 0.4em 0.2em;
	overflow: hidden;
}

div.category .bd {
	padding: 0.25em 0.4em;
 	min-height:8.7em;
  height:auto !important;
  height:8.7em;	
	overflow: hidden;
	text-align: center;
}

#bd h2 {
	font-size: 115%;
	color: #234894;
}

#bd p {
	line-height: 145%;
}

#bd div.category div.hd h2 {
	color: white;
	font-size: 110%;
	font-weight: normal;
	margin: 0;
	white-space: nowrap;
}

div.category .ft {
	padding: 2px 0.5em 3px;
	text-align: right;
}

div.category .ft p {
	margin: 0;
}

table.layout, table.layout td {
	border: 0;
}

table.layout td {
	padding: 2px 5px;
}

div.icons {
	float:right;
	padding-top: 67px;
}

div.icons img {
	margin-left: 7px;
}

div.header {
	float: left;
	padding-top: 25px;
}

/* table colors */

table.table th {
	background-color: #b3b3b3;
	background: #666666 url('images/lightgray_gradient.gif') repeat-x top;
	padding-bottom: 3px;
}

table.table tr.groupRow td {
	background-color: #2d5dbf;
	background: #1274B3 url('images/blue_gradient.gif') repeat-x top;
}

table.table tr.odd td {
	background-color: white; 
}

table.table tr.even td {
	background-color: #F2FAFF;
}

table.table tr.highlight td {
	background-color: #BFE7FF;
}

table.table td {
	border-color: #009DFF;
}

/* product box */
div.productBox {
	float: left;
	border: 1px solid silver;
	border-width: 1px 0px 0px 1px;
	width: 15em;
	margin: 0em 1.2em 1em 0em;
}

div.productBox .bd {
	padding: 0.25em 0.4em;
 	min-height:13em;
  height:auto !important;
  height:13em;	
	overflow: hidden;
}

div.productBox .bd p {
	margin-bottom: 0.5em;
}

#bd div.productBox .bd p {
	line-height: 125%; 
}

div.productBox .hd, div.productBox .bd, div.productBox .ft {
	padding: 0.25em 0.4;
}

div.productBox img.product {
	float: none;
}

div.productBox div.container {
	height: 78px;
	text-align: center;
}

div.productBox .bd p {
	text-align: center;
}

/* search box */
div.navigation.box {	
	margin: 0 0.9em 1em;
	
}

div.navigation.box h2 {
	color: #234894;
	margin: 0;
	font-size: 110%;
}

#searchBox {
	background: white url('images/search_box_bg.gif') 95% 10px no-repeat;
}

#advertisementLeft {
	background-color: white;
	position: relative;
}

#cartBox {
	background-color: white;
	position: relative;
	padding-bottom: 0.4em;
}

#cartBox .hd, #cartBox .bd {
	zoom: 1;
}

#cartBoxImage {
	position: absolute;
	width: 67px;
	height: 65px;
	right: 0;
	background: transparent url('images/cart_box_bg.png') 95% 10px no-repeat;
}

#cartBoxImage.cartBoxIE6 {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/cart_box_bg.png', sizingMethod = 'crop');
}

#categoryNavig {
	background: white url('images/category_box_bg.gif') 95% 10px no-repeat;
	position: relative;
}

div.navigation.cart table {
	border: 0px;
	border: 1px solid #cccccc;
	border-width: 1px 0 0px;
}

div.navigation.cart table td {
	padding: 3px 2px 1px;
	border: 0px;
	align: left;
	vertical-align: top;
	border: 1px solid #cccccc;
	border-width: 0 0 1px;
}

input.text, textarea {
	border: 1px solid #777777;
	padding: 1px 3px;
}

div.navigation.cart input.text {
	width: 2em;
}

/* category navigation */

div.navigation.box.categorylist ul {
	margin: 0;
}
div.navigation.box.categorylist ul li {
	list-style: none;
}

div.navigation.box.categorylist ul li a {
	color: black;
	text-decoration: none;
}
div.navigation.box.categorylist ul li a:hover {
	text-decoration: underline;
}

/* ul without bullets */
ul.nobullet li {
	list-style: none;
}

/* breadcrumb */

ul.breadcrumb {
	margin: -0.5em 0 1.5em 0;
	padding: 0;
}

ul.breadcrumb li {
	list-style: none;
	display: inline;
}

ul.breadcrumb li a {
	color: blue;
	text-decoration: none;
}

ul.breadcrumb li a:hover {
	text-decoration: underline;
}

ul.breadcrumb li.inactive {
	color: gray;
}

#cartBox a {
	text-decoration: none;
	color: black;
}

.searchBarContainer {
	background-color: #c8d1e4;
}

.searchBar {
	float: right;
	padding: 2px 15px;
	color: black;
}

.searchBar .submit {
	border: 1px solid #234894;
	padding: 0px 3px;
}

.searchBar .text {
}

label.required {
	font-weight: bold;
}

div.error {
	border: 2px solid #ff6666;
	padding: 0px 7px;
	margin-bottom: 1em;
}

input.error {
	background-color: #ff6666 !important; 
}

/* content pages */
div.content img {
	margin: 0 0.5em 0.5em 0;
}

table.productInfo td {
	padding: 0.2em 0.5em 0.2em 0;
}

div.productImageContainer {
	width: 307px;
	overflow: hidden;
	float: left;
	text-align: center;
}

div.productImageContainer p {
	text-align: left;
}

div.productImageContainer img {
}

div.productDetailContainer {
	float: left;
	overflow: hidden;
}

table.brandTable td {
	padding: 7px 11px;
}

div.corners .tl {
	position: absolute;
	overflow: hidden;
	width: 6px;
	height: 6px;
	background: transparent url('images/corner_sprite.png') 0px 0px;
}

div.corners .tr {
	position: absolute;
	width: 6px;
	height: 6px;
	overflow: hidden;
	right: 0px;
	background: transparent url('images/corner_sprite.png') 0px -6px;
}

div.corners .br {
	position: absolute;
	width: 6px;
	height: 6px;
	right: 0px;
	bottom: 0px;
	background: transparent url('images/corner_sprite.png') 0px -12px;
}

div.corners .bl {
	position: absolute;
	width: 6px;
	height: 6px;
	bottom: 0px;
	background: transparent url('images/corner_sprite.png') 0px -18px;
}

div.navigationColumn {
	background-color: #C8D1E4; 
	padding: 0; // 0.75em 0.5em;
}

div.navigation .bd, div.navigation .hd, div.navigation .ft {
	padding: 0.2em 0.5em;
}

span.productInfoPrice {
	font-size: 120%;
	font-weight: bold;
}