/** RESET **/
html{color:#555555;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;font-size:inherit;font:100%;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#555555;}

/** FONTS **/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}

/* general */

img {
	vertical-align: middle;
}

abbr,acronym {
	border-bottom:1px dotted #000;
	cursor:help;
}
em {
	font-style:italic;
}
blockquote,ul,ol,dl {
	margin:1em;
}
ol,ul,dl {
	margin-left:2em;
}
ol li {
	list-style: decimal outside;
}
ul li {
	list-style: disc outside;
}
dl dd {
	margin-left:1em;
}

p,fieldset,table {
	margin-bottom:1em;
}

label {
	padding: 0 0.25em 0 0.25em;
}

/* GENERAL STYLES */

.clear {
	clear: both;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.pointer{
	cursor: pointer;
}
.float_left{
	float: left;
}
.float_right{
	float: right;
}
.nowrap {
	white-space: nowrap;
}

h1, h2 {
	font-weight: normal;
	margin: 0 0 1em 0;
}

#print_footer{
	display: none;
}
#print_header{
	display: none;
}

body {
	font-size: 13px;
	font-family: Arial, sans-serif;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
}

.container {
	font-family: Arial, sans-serif;
	font-size: 0.75em;
}

.infolist {

}

.infolist .xitem {
	margin: 0.5em 0 0.5em 0;
}

.infolist .xdate {
	font-size: 0.83em;
	font-weight: bold;
}

.infolist .xtitle {
	font-weight: bold;
	margin: 0.25em 0;
}

.infolist .xdetails {
	text-align: right;
}

.category_image_item {
	padding: 0 0 1em 0;
	font-weight: bold;
	font-size: 1.05em;
}

.category_image_item .ximage {
	float: left;
}

.category_image_item .xtitle {
	padding: 0 0 0 60px;
}

.category_column {
	width: 49%;
	float: left;
}

.category_item {
	padding: 0 0 1em 0.5em;
}

.category_item .xtitle {
	font-weight: bold;
	color: red;
}

.category_item .xtitle a {
	text-decoration: underline;
}

.top_cart_link {
	text-align: left;
	padding: 0 0 0.5em 2em;
	float: left;
}

.top_search_box {
	text-align: right;
	padding-bottom: 0.5em;
	float: left;
}

.cart {
	width: 100%;
}

.cart td, .cart th {
	border: 1px solid black;
	padding: 0.2em;
}

.cart th {
	font-width: bold;
}

.totals {
	text-align: right;
	float: right;
}

.totals td {
	padding: 0.2em;
}

.cart_form {
	width: 50%;
	margin: 0 auto;
}
