body {
	margin: 0;
	margin-bottom:15px;
	background: #7C7C7C url('images/bg.gif') repeat-x;
}
form {
	margin: 0;
}
body, a, font, p, td, th, div, span, h1, h2, h3, input, select, textarea, legend, fieldset, label {
	font-family: verdana;
	font-size: 12px;
	color: #000;
}

.txt,.txtarea, select {
	border: 1px #971D1D solid;
	background: #fff;
	color: #014c6e;
	font-size: 14px;
	padding: 4px;
}
.txt, select {
	height: 19px;
}
.txt:focus, .txtarea:focus, select:focus {
	background: #ffe7e7;
	border: 1px #014c6e solid;
}

table td {
	text-align: left;
}
a {
	color: #971D1D;
}
table.shell {
	margin-top: 20px;
	border: 0;
	width: 807px;
}
table.shell td {
	padding: 0;
}
table.shell td#shelltl {
	width: 10px;
	height: 10px;
	background: url('images/tl.gif') no-repeat;
	font-size: 1px;
}
table.shell td#shelltr {
	width: 10px;
	height: 10px;
	background: url('images/tr.gif') no-repeat;
	font-size: 1px;
}
table.shell td#shellbl {
	width: 10px;
	height: 10px;
	background: url('images/bl.gif') no-repeat;
	font-size: 1px;
}
table.shell td#shellbr {
	width: 10px;
	height: 10px;
	background: url('images/br.gif') no-repeat;
	font-size: 1px;
}
table.shell td#shellt {
	height: 10px;
	background: #fff;
	border-top: 1px #BCBCBC solid;
	font-size: 1px;
}
table.shell td#shellb {
	height: 10px;
	background: #fff;
	border-bottom: 1px #BCBCBC solid;
	font-size: 1px;
}
table.shell td#shelll {
	width: 10px;
	background: #fff;
	border-left: 1px #BCBCBC solid;
	font-size: 1px;
}
table.shell td#shellr {
	width: 10px;
	background: #fff;
	border-right: 1px #BCBCBC solid;
	font-size: 1px;
}
table.shell td#shellc {
	background: #fff;
}


table.header {
	width: 787px;
	height: 63px;
	border: 0;
}
table.header td {
	padding: 0;
}


table.crumbs {
	border: 0;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 10px;
}
table.crumbs td {
	padding: 0;
	color: #971D1D;
	font-size: 11px;
}
table.crumbs td a {
	color: #971D1D;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}


table.footer {
	border: 0;
	margin-top: 12px;
	margin-bottom: 12px;
}
table.footer td {
	padding: 0;
	color: #222;
	font-size: 10px;
}
table.footer td p {
	color: #222;
	font-size: 10px;
}
table.footer td p a {
	color: #222;
	font-size: 10px;
	text-decoration: underline;
}
table.footer td p a:hover {
	color: #fff;
}
table.footer td a {
	color: #222;
	font-size: 10px;
	text-decoration: underline;
}
table.footer td a:hover {
	color: #fff;
}


table.blueberry {
	border: 0;
	background: url('images/th_blue_bg.gif') repeat-x;
}
table.blueberry td {
	padding: 0;
}
table.blueberry td.l {
	width: 10px;
	height: 29px;
	background: url('images/th_blue_left.gif') no-repeat;
	font-size: 1px;
}
table.blueberry td.r {
	width: 10px;
	height: 29px;
	background: url('images/th_blue_right.gif') right no-repeat;
	font-size: 1px;
}
table.blueberry td.c {
	height: 29px;
	color: #fff;
	font-size: 12px;
	text-align: left;
}


table.rasberry {
	border: 0;
	background: url('images/th_red_bg.gif') repeat-x;
}
table.rasberry td {
	padding: 0;
}
table.rasberry td.l {
	width: 10px;
	height: 29px;
	background: url('images/th_red_left.gif') no-repeat;
	font-size: 1px;
}
table.rasberry td.r {
	width: 10px;
	height: 29px;
	background: url('images/th_red_right.gif') right no-repeat;
	font-size: 1px;
}
table.rasberry td.c {
	height: 29px;
	color: #fff;
	font-size: 12px;
	text-align: left;
}


table.graybot {
	border: 0;
}
table.graybot td {
	padding: 0;
}
table.graybot td.l {
	width: 10px;
	height: 10px;
	background: url('images/td_gray_bl.gif') no-repeat;
	font-size: 1px;
}
table.graybot td.r {
	width: 10px;
	height: 10px;
	background: url('images/td_gray_br.gif') no-repeat;
	font-size: 1px;
}
table.graybot td.c {
	height: 10px;
	font-size: 1px;
	border-bottom: 1px #A6A6A6 solid;
	background: #f6f6f6;
}


div.divgray {
	margin: 0;
	background: #f6f6f6;
	color: #222;
	border-left: 1px #A6A6A6 solid;
	border-right: 1px #A6A6A6 solid;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	font-family: verdana;
	color: #971D1D;
	margin: 0;
}
h1 a {
	font-size: 16px;
	font-weight: bold;
	font-family: verdana;
	color: #971D1D;
	text-decoration: underline;
}
h2 {
	text-indent: -9999px;
	height: 36px;
	margin: 0px;
	background-repeat: no-repeat;
}

.paragraph {
	color: #014C6E;
	line-height: 18px;
	text-align: left;
}
.paragraph a {
	line-height: 18px;
}

table.thumb {
	border: 0;
	
}
table.thumb td {
	padding: 0;
}
table.thumb td.thumbleft {
	font-size: 1px;
	background: url('images/e_commerce/screenshots/thumbs/left.gif') repeat-y;
	width: 4px;
}
table.thumb td.thumbright {
	font-size: 1px;
	background: url('images/e_commerce/screenshots/thumbs/right.gif') repeat-y;
	width: 4px;
}

img.thumb {
	border: 1px #35496C solid;
}

table.pad4 {
	border: 0;
}
table.pad4 td {
	padding: 4px;
}
table.pad4 th {
	padding: 6px;
	text-align: left;
	font-weight: bold;
	color: #000;
	background: #C8CCD8;
}
table.pad4 th.r {
	text-align: right;
}