label {
	font-weight: bold;
}

.skinny {
	width: 175px;	
}

.png_bg {}

.columnLeft {
	text-align: left;
	vertical-align: top;
}

.columnCenter {
	text-align: center;
	vertical-align: top;
}

.columnRight {
	text-align: right;
	vertical-align: top;
}

.textLeft {
	text-align: left;
}

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

.loginInfoText {
	color: #680002;
	font-family: arial,helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 12px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	font-weight: bold;
	text-decoration:none;
	white-space:nowrap;
}

#cart_buttons a,
#cart_buttons a:visited{
	color: #680002;
	text-decoration:underline;
}

#cart_buttons a:hover {
	color: #2D110A;
	text-decoration:underline;
}

.cartImage {
	position: relative;
	top: 6px;
}

.cartTable {
	position: absolute; 
	bottom: 0; 
	right: 0;
}
.cartColumnPadding {
	padding: 0px;
}

.friendlyMessage {
	color: green;
}

.friendlyMessage a:link{
	color: green;
	text-decoration:underline;
}


.friendlyMessage a:visited{
	color: green;
	text-decoration:underline;
}


.friendlyMessage a:link{
	color: green;
	text-decoration:underline;
}


.friendlyMessage a:active{
	color: green;
	text-decoration:underline;
}

.friendlyMessage a:hover {
	color: darkgreen;
	text-decoration:underline;
}

.mainGridFormatting {
	border-spacing: 0px;
	margin-top: -2px;
	margin-bottom: -2px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#search-box {
	float: left;
	margin-right: -200px;
	width: 200px;
}

#search.container-inline {
display: block;
}

.container-inline div, .container-inline label {
	display:inline;
}

#search {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/bkg_search.png) no-repeat scroll 0 0;
	height:27px;
	position:absolute;
	right:69px;
	top:-1px;
	width:177px;
}

.edit-search-theme-form-1 {
	background-color:#D5D0D1;
	border:medium none;
	height:16px;
	margin:3px 2px 0 17px;
	width:97px;
}

.search-submit {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/button_search_sm.png) no-repeat scroll 0 0;
	border:0 none;
	display:block;
	font-size:0;
	height:16px;
	line-height:0;
	margin:0;
	position:absolute;
	right:13px;
	text-indent:-9999px;
	top:5px;
	width:43px;
}

.search-item {
	margin-bottom:1em;
	margin-top:1em;
}

.searchBottomPad {
	padding-bottom: 10px;
}


.listRowOdd {
	background-color:#FFF7F0;
	font-size:120%;
}

.listRowEven {
	background-color:#EDE0E0;
	font-size:120%;
}

.boxContainer {
	border:1px solid #30181d;
	background-color:#ede0e0;
	padding:9px;	
	font-size:11px;
	line-height:14px;
	font-weight:bold;
}

.boxContainer:hover {
	background-color:#e6e6e6;
}

ul.listwithbullets {
	list-style-type: disc;
	list-style-position: inside;
}