* {
	font-family: Arial, sans-serif;
}

body {
	margin:0px;
	padding:0px;
}
td {
	vertical-align:top;
	font-size:11px;
}
p {
	font-size:11px;
}
form {
	margin:0px;
	padding:0px;
}
img {
	margin:0px;
	padding:0px;
	border-color:#bb0000;
}
a {
	color:#003399;
	text-decoration:none;
}
a:hover {
	color:#003399;
	text-decoration:underline;
}


.rightshadow {
	width:7px;
	background-image:url('/images/right_shadow.gif');
	background-repeat:repeat-y;
}
.leftshadow {
	width:7px;
	background-image:url('/images/left_shadow.gif');
	background-repeat:repeat-y;
}

.bg {
	background-image:url('/images/bg.gif');	
	background-position: top left;
}

.bodycell {
	background-image:url('/images/border.jpg');
	background-repeat:no-repeat;
	background-position:5 0;
	height:670px;
}

.contentcell {
	padding-left:28px;
	padding-right:18px;
	height:100%;
	vertical-align:top;
}

.contenttext {
	font-size:11px;
}

.contenttext2 {
	font-size:12px;
}

.footercell {
	background-image:url('/images/footer_bg.jpg');
	background-repeat:repeat-x;
	height:18px;
	font-size:11px; font-weight:800;
	text-align:center;
}

.blackheader {
	margin:5px;
	font-size:13px;
	font-style:italic;
	font-weight:800;
	color:#000000;
	line-height:25px;
	height:25px;
	width:100%;
	vertical-align:middle;
	font-smooth:always;
}

.redheader {
	font-size:12px;
	color:#bb0000;
	font-weight:800;
	height:22px;
	line-height:17px;
	width:100%;
	vertical-align:middle;
}

.block1 {
	width:100%;
	height:100%;
	font-size:12px; padding:7px;
	background-image:url('/images/cellborder1.gif');
	background-repeat:no-repeat;
	background-position: 0 0;
}

.block2 {
	background-image:url('/images/cellborder.gif');
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:11px;
	padding:5px;
	padding-left:8px;
}

.grayheader {
	background-image:url('/images/smhead_bg.jpg');
	background-repeat:repeat-x;
	color:#000000;
	font-size:11px;
	font-weight:800;
	height:18px;
	width:100%;
	padding-left:8px;
	line-height:18px;
}

.link {
	color:#003399;
	text-decoration:none;
}
.link:hover {
	color:#003399;
	text-decoration:underline;
}

.input {
	border:1px solid #809db9; 
	font-size:11px;
}
.inputInvisible {
	border:1px solid #FFFFFF; 
	font-size:11px;
}
.inputInvisibleCheckout {
	background-color:#E2E2E2;
	border:1px solid #E2E2E2; 
	font-size:11px;
}
.inputInvisibleBold {
	border:1px solid #FFFFFF; 
	font-size:11px;
	font-weight:bold;
}
.breadcrumbs {
	background-image:url('/images/bc_bg.jpg');
	background-repeat: no-repeat;
	margin-top:5px;
	margin-bottom:3px;
	height:21px;
	line-height:21px;
	vertical-align:center;
	padding-left:30px;
	font-size:11px;
	color:#000000;
}
.breadcrumbs a {
	font-size:11px;
	color:#000000;
	text-decoration:none;
}
.breadcrumbs a:hover {
	font-size:11px;
	color:#000000;
	text-decoration:underline;
}

.columnheader {
	padding:0px;
	padding-left:7px;
	line-height:12px;
	font-size:11px;
	font-weight:800;
	color:#000000;
}
.columnheader a {
	color:#003399;
	text-decoration:underline;
}

.redtext {
	color:#bb0000;
	font-size:11px;
}

.cartheader {
	font-size:11px;
	color:#000000;
	line-height:12px;
}

.cartcontent {
	font-size:11px;
	color:#000000;
	vertical-align:middle;
	
}
.cartcontent a {
	font-size:11px;
	color:#000000;
}


.blur{
	background-color: #ccc; /*shadow color*/
	margin:8px;
}

.shadow{
	position: relative;
	bottom: 4px;
	right: 4px;	
	padding:2px;
}

.ftblur{
	background-color: #ccc; /*shadow color*/
	margin:8px;
	width:125px;
}

.ftshadow{
	position: relative;
	bottom: 4px;
	right: 4px;	
	padding:2px;
	background-color: #bb0000; /*shadow color*/
	color: inherit;
	border:1px;
	width:120px;
}


.shadow{
	background-color: #bb0000; /*shadow color*/
	color: inherit;
}
