h3 { color: black; font-weight: bold; }

.menu .first { padding-left: 0; border: 0; }

.menu .top { text-align: right; }

.menu a { color: white; text-decoration: none; }

.menu a:hover { text-decoration: underline; }

.menu li {
	display: inline;
	margin: 0;
	padding: 0 0.2em 0 0.5em;
	border-left: 1px solid;
	color: white;
}

/* Menu Links */
.menu ul {
	margin: 0;
	right: 0px;
	padding: 3px 1em;
	list-style: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: white;
}

.yui-custom #yui-main { float: right; margin-left: -25em; }

.yui-custom #yui-main .yui-b { margin-left: 18.8461em; *margin-left: 18.55em; }

.yui-custom .yui-b { float: left; width: 17.8461em; *width: 17.50em; }

.yui-custom .yui-g { margin-right: 10px; margin-bottom: 10px; margin-top: 10px;}

/* Categories */
#categorylist {
	margin-left: 4px;
}
#categorylist a { color: black; text-decoration: none; }
#categorylist a:hover { text-decoration: underline; }
#categorylist li {
	background-image: url(../images/arrow-buttons.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 4px 0 4px 25px;
	font-size: 11px;
	border-bottom: 1px solid gray;
}

/* Footer */
#ft {
	background: url(../images/footer-bg.gif) no-repeat;
	width: 800px;
	height: 24px;
	padding: 0;
}

#ft .footerimage {
	position: absolute;
	text-align: right;
	margin-left: 635px;
	margin-top: -22px;
}

#go{ margin: 3px 0; }

#header {
	height: 200px;
	width: 800px;
	background: url(../images/header.jpg) no-repeat;
	color: white;
}

#headercategories {
	margin-top: 90px;
	margin-left: 343px;
	list-style: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: white;
}

#headercategories li { display: inline; margin-right: -4px; }

#headersearchform { margin-left: 2px; margin-top: -40px; }

#mainmenu {
	margin-left: 343px;
	padding: 4px;
	background-color: #3c1263;
}

#mainmenu .first { border: none; margin-left: 2px; }

#mainmenu a { color: white; text-decoration: none; }

#mainmenu a:hover { text-decoration: underline; }

#mainmenu li {
	display: inline;
	border-left: 1px solid White;
	padding: 0 0.9em 0 0.85em;
	margin-right: -3px;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.25em;
}

#product-image {
	display: inline;
	float: clear;
	min-height: 250px;
}
.product-listing {
	margin: 2m 0 0;
	padding: 0;
}

.product-listing li {
	list-style-type:none;
	margin-left:0;
}
.product-listing li {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border:1px solid #DDDDDD;
	float:left;
	height:180px;
	margin:0.75em;
	padding:10px;
	position:relative;
	text-align:center;
	width:140px;
}
.product-listing li a {
	color:#111111;
	display:block;
	text-decoration:none;
}
.product-listing li a.info {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF url(../images/shadow-top.png) repeat-x scroll 0 -35px;
	border-top:1px solid white;
	bottom:0;
	min-height:60px;
	padding:5px;
	position:absolute;
	right:0;
	width:150px;
}
.product-listing li a.info span {
	display:block;
}
.product-listing li.last {
	margin-right:0;
}
.product-listing li:hover {
	border-color:#1B1B1B;
}
.product-listing li:hover a.info {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#1B1B1B url(../images/bottom-shine.png) repeat-x scroll left bottom;
	color:#FFFFFF;
}

.product-listing-price {
	color:#2E6AB1;
}

#product-details {
	display: inline;
	float: left;
	padding-right: 20px;
	width: 250px;
}

#product-title {
	padding-bottom: 10px;
}

.product-options {
	display: inline;
}

#r3doc {
	margin: auto;
	text-align: left;
	width: 61.53em;
	*width: 60em;
	min-width: 800px;
	background-color: white;
}
body {
	background-image: url(../images/bkgd.jpg);
	line-height: 1.5;
}

#searchbox { width: 245px; margin: 2px 0 2px 2px; }

#searchbox, #go { vertical-align: middle; padding: 0; }

#products {
	list-style: none;
	padding: 0;
}

#products .product {
	border: 4px solid #ccc;
	background-color: #fff;
	margin: 10px;
	padding: 5px;
	cursor: pointer;
}

/* pagination */

.pagination a, .pagination span {
	padding: 0px 4px;
	margin-right: 5px; 
	display: block;
	float: left;
	border-style: solid;
	border-width: 1px;
}

.pagination span.current {
	font-weight: bold;
	background: #262626;
	color: #FFF;
	border-color: #262626;
}

.pagination a {
	text-decoration: none;
	color: #262626;
	border-color: #262626; 
}

.pagination a:hover {
	color: #FFF;
	background: #262626;
}

.actions-bar {
	padding: 10px 1px;
}

.actions-bar .actions {
	float: left;
}

.actions-bar .pagination {
	float: right;
	margin-right: 10px;
	padding: 1px 0 5px 0;
}
table#cart tr td {
	border-bottom:1px solid #DDDDDD;
	padding:0.4em 0.5em;
}
table#cart td.none {
	border-bottom: none;
}
table#cart tr#none td {
	border-bottom:medium none;
}
table#cart h4 {
	margin-bottom:0;
}

table#cart th {
	border-bottom:1px solid #DDDDDD;
}
div#checkout_button {
	float:right;
	text-align:left;
	width:auto;
	color: #000;
	font-size: 16px;
	padding: 10px;
}
div#emptycartlink {
	font-size: 10px;
}
#leftcontent {
	padding-right: 10px;
}
.genform fieldset {
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1em 1em 1em 1.5em;
	margin-bottom: 10px;
}
.genform fieldset:hover {
	border: #3a789d 1px solid ;
}
.genform legend {
	font-weight: bold;
}
.genform fieldset input {
	margin: 1px;
	border: #ccc 1px solid;
}
.genform fieldset input:focus {
	background-color: #ccc;
}
.genform fieldset input:hover {
	border: #3a789d 1px solid ;
}
.genform .errors {
	border: #F00 1px solid;
	
}

#productform td {
	padding: 5px;
}

.geninfo, .gensuccess, .genwarning, .generror, .genvalidation {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.geninfo {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('/images/info.png');
}
.gensuccess {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('/images/success.png');
}
.genwarning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('/images/warning.png');
}
.generror {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('/images/error.png');
}
.address {
	font-size: 1.25em;
}