html, body, div, h1, h2, h3, p, ul, ol, li, address, form, fieldset, img, iframe {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background: #ffffff;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;	
}
a:hover {
	text-decoration: none;
}
a.button, a.button:visited, a.button:hover {
	text-decoration: none;
}

h2 {
	font-size: 90%;
	color: #6F97CD;
	padding: .8em 0 .5em 0;
}
h1, h2.blockHeader {
	font-size: 70%;
	color: #000000;
	background: #ffffff url(content-block-top.gif) 0 0 no-repeat;
	padding: 0;
	margin: 0 -15px .5em -22px;
	font-weight: bold;
}
h1 span, h2.blockHeader span {
	display: block;
	background: transparent url(content-block-top-right.gif) top right no-repeat;
	padding: 6px 15px 10px 22px;
}
h2.blockHeader {
	background-image: url(compare-top-left.gif);
}
h2.blockHeader span {
	background-image: url(compare-top-right.gif);
}

p, ul, ol, address {
	font-style: normal;
	padding: 0 0 1em 0;
	line-height: 140%;
}
ul li {
	list-style: none;
	padding: 0 0 .4em 14px;
	background: transparent url(bullet.gif) 1px .4em no-repeat;
}

hr {
	margin-bottom: 1em;
	size: 1px;
	border: none;
	background: #CDCDCD;
	height: 1px;
}

input, select {
	vertical-align: middle;
	border: #000000 1px solid;		
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 1px;
}
input.checkbox {
	border: none;
}
input.button {
	background: #737373;
	color: #ffffff;
	font-weight: bold;
	border: none;
	cursor: pointer;
}
input.imgbutton, .imgbutton {
	vertical-align: middle;
	cursor: pointer;
	border: none;
}
iframe {
	border: #737373 2px solid;
}

strong.price {
	font-weight: bold;
	color: #000000;
	font-size: 120%;
	white-space: nowrap;
}
strong.discount {
	font-weight: bold;
	color: #990000;
	font-size: 130%;
	white-space: nowrap;
}

/* -------------------------------------------------------- */
.tnormal {
	font-size: 75%;
}
.tsmall {
	font-size: 60%;
}
.tcenter {
	text-align: center;
}
.tright {
	text-align: right;
}
.cleaner {
	clear: both;	
}
.leftpic {
	float: left;
	margin: 5px 10px 5px 0;
}
.rightpic {
	float: right;
	margin: 5px 0 5px 10px;
}
.errmsg {
	color: #990000;
}
.imgintext {
	vertical-align: middle;
}
strong.attrib {
	color: #ffffff;
	background: #990000;
	font-weight: bold;
	padding: 1px;
	white-space: nowrap;	
}

/* -------------------------------------------------------- */
.leftblock {
	float: left;
	width: 310px;
}
.rightblock {
	float: right;
	width: 340px;
}
.fixedSize {}

/* -------------------------------------------------------- */
.tblnormal {
	border-collapse: collapse;
	width: 99%;
	margin: 0 0 .7em 0;
}
.tblnormal caption {
	color: #ffffff;
	background: #990000;
	font-size: 70%;
	text-align: left;
	font-weight: bold;
	padding: 2px;
}
.tblnormal th, .tblnormal td {
	border: #CDCDCD 1px solid;
	padding: 2px;
	font-size: 70%;
	background: #F1F1F1;
	border-collapse: collapse;
}
.tbl2ndrow th, .tbl2ndrow td {
	background: #ffffff;
}
.tblnormal th {
	font-weight: bold;
	color: #505050;
}

/* -------------------------------------------------------- */
.prBlock {
	width: 312px;
	height: 12em;
	float: left;
	margin: .5em 0 .5em 15px;
	padding: 0;
	position: relative;
	overflow: hidden;
	border-bottom: 1px #CDCDCD solid;
}
.prBlock .prAttribs {
	position: absolute;
	top: 12em;
	right: 0;
	width: 60px;
	background: #990000;
	color: #ffffff;
	padding: 2px;
	height: 1.2em;
	line-height: 1.2em;
}
.prBlock .prImage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 80px;
	overflow: hidden;
	text-align: center;
	padding: 0;
}
.prBlock .prDesc {
	position: absolute;
	top: 0;
	right: 10px;
	width: 190px;
	height: 8.8em;
	overflow: hidden;
	padding: 0;
}
.prBlock .prDesc strong {
	font-size: 120%;
}
.prBlock .prPrice {
	position: absolute;
	top: 9.5em;
	right: 10px;
	padding: 0;
	width: 190px;
}
.prBlock .prPrice p {
	padding-bottom: .5em;
}
.prBlock .prAction {
	position: absolute;
	top: 9.5em;
	left: 0;
	width: 100px;
	text-align: center;
	padding: 0;
}

/* -------------------------------------------------------- */
.prDetGalItem {
	float: left;
	margin: 0 5px 1em 0;
	height: 52px;
	line-height: 50px;
	padding: 1px;
	border: #757575 1px solid;
	background: #ffffff;
	text-align: center;
}
.prDetGalItem img {
	vertical-align: middle;
}

/* -------------------------------------------------------- */
#siteHead {
	margin: 0 auto 0 auto;
	width: 964px;
	position: relative;
	background: #ffffff url(header-bg.gif) left bottom no-repeat;
	text-align: left;
	overflow: auto;
	padding: 0;
}
#siteHead #logo {
	width: 243px;
	height: 82px;
	float: left;
	margin: 0;
	padding: 0;
}
#siteHead #logo a, #siteHead #logo a:visited, #siteHead #logo a:hover {
	text-decoration: none;
}
#siteHead .headBlock {
	height: 60px;
	float: left;
	background: transparent url(header-padd.gif) 0 0 no-repeat;
	padding: 18px 15px 0 15px;
	margin: 0;
	overflow: hidden;
	width: 200px;	
}
#siteHead .headBlock h2 {
	font-size: 70%;
	color: #000000;
	padding: .1em 0 .2em 0;
}
#siteHead .headBlock h2 a, .headBlock h2 a:visited {
	color: #000000;
	text-decoration: underline;
}
#siteHead .headBlock h2 a:hover {
	color: #000000;
	text-decoration: none;
}
#siteHead .headBlock p {
	margin: 0;
	padding: 0;
}


/* -------------------------------------------------------- */
#topCategory {
	width: 960px;
	padding: 10px 0 10px 0;
	height: 70px;
	margin: 0 auto 0 auto;
	text-align: left;
}
#topCategory li {
	display: block;
	background: none;
	float: left;
	width: 160px;
	text-align: center;
	padding: 0;
}
#topCategory a, #topCategory a:visited {
	display: block;
	font-size: 70%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#topCategory a:hover {
	color: #000000;
	text-decoration: underline;
}

/* -------------------------------------------------------- */
#content {
	margin: 0 auto 0 auto;
	width: 960px;
	text-align: left;
	padding: 0 2px 0 2px;
	position: relative;
}
#column {
	width: 240px;
	float: left;
}
#pageArea {
	width: 673px;
	padding: 0 15px 0 22px;
	float: right;	
}
#footer {
	clear: both;
	background: transparent url(footer-bg.gif) top left no-repeat;
	margin: 0 -2px 0 -2px;
	padding: 15px 15px .5em 15px;
	position: relative;
	width: 934px;
}

/* -------------------------------------------------------- */
#column .ltblock {
	background: transparent url(leftblock-lt-bot.gif) left bottom no-repeat;
	padding: 0 25px 5px 25px;
	margin: 0 0 10px 0;
}
#column .ltblock h2 {
	background: transparent url(leftblock-lt-top.gif) left top no-repeat;
	margin: 0 -25px .5em -25px;
	padding: 6px 25px 10px 25px;
	font-size: 70%;
	font-weight: bold;
	color: #000000;
	white-space: nowrap;
	width: 190px;
}
#column .ltblock .catalog {
	padding: 0 0 .4em 0;
	position: relative;
}
#column .ltblock .catalog a, #column .ltblock .catalog a:visited {
	color: #6F97CD;
	font-weight: bold;
	text-decoration: none;	
	position: relative;
}
#column .ltblock .catalog a:hover {
	text-decoration: underline;
}

#column .dkblock {
	background: transparent url(leftblock-dk-bot.gif) left bottom no-repeat;
	padding: 0 25px 5px 25px;
	margin: 0 0 10px 0;
}
#column .dkblock h2 {
	background: transparent url(leftblock-dk-top.gif) left top no-repeat;
	margin: 0 -25px .5em -25px;
	padding: 6px 25px 10px 25px;
	font-size: 70%;
	font-weight: bold;
	color: #ffffff;
	white-space: nowrap;
}
#column .dkblock .catalog {
	padding: 0 0 .4em 0;
	position: relative;
}
#column .dkblock .catalog a, #column .dkblock .catalog a:visited {
	text-decoration: none;	
	position: relative;
}
#column .dkblock .catalog a:hover {
	text-decoration: underline;
}

#column .catalog li.nextlevel {
	background: none;
	position: relative;
	padding-top: 1px;
}
#column .catalog li.nextlevel li {
	padding-left: 10px;
	background: none;
	border-left: #737373 1px solid;	
	position: relative;
}

#column .catalog a.active, #column .catalog a.active:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

/* -------------------------------------------------------- */
#footer #provider {
	float: left;
	width: 240px;
}
#footer #footblock {
	margin: 0 0 0 250px;
	padding: 0;
}
#footer #footblock ul {
	margin: 0;
	padding: 0 0 1em 0;
}
#footer #footblock li {
	display: inline;
	background: none;
	padding: 0 3px 0 0;
	margin: 0;
}
#footer #footblock a, #footer #footblock a:visited {
	background: none;
	text-decoration: none;
	margin: 0;
	padding: 0 5px 0 0;
	white-space: nowrap;
	border-right: #CDCCCD 1px solid;
}
#footer #footblock a:hover {
	text-decoration: underline;
}

/* -------------------------------------------------------- */
#extSearch {
	display: none;
	position: absolute;
	top: -110px;
	right: 50px;
	z-index: 1000;
	background: #CDDDEE;
	border: #6699CC 2px solid;
	padding: 3px;
	width: 150px;
	height: 200px;
	overflow: auto;
}

/* -------------------------------------------------------- */
#topProducts {
	margin: 0 0 .5em 0;
}
#topProducts .topProdImg {
	border: #737373 1px solid;
	padding: 1px;
	text-align: center;
}

/* -------------------------------------------------------- */
#prListFilter {
	background: transparent url(content-row.gif) top left no-repeat;
	height: 1.5em;
	padding: 3px 20px 0 15px;
}
#prListFilter #viewType {
	float: left;
	width: 45%;
}
#prListFilter #filterType {
	float: right;
	text-align: right;
	width: 45%;
}
#topPaging, #botPaging {
	text-align: center;
	padding: 0 20px 1em 15px;
}
#botPaging {
	padding-bottom: 2em;
}
#topPaging strong , #botPaging strong {
	font-size: 140%;
}

/* -------------------------------------------------------- */
#comparePrev {
	margin: 0 -15px 10px -22px;
	padding: 0 15px 10px 22px;
	background: transparent url(compare-bot.gif) bottom left no-repeat;
}
#comparePrev .tblnormal {
	margin-bottom: 0;
}
#comparePrev .tblnormal td {
	border: none;
	border-right: none;
	background: none;
	padding: 0 10px 0 5px;
}
#comparePrev .tblnormal td.image {
	border: #737373 1px solid;	
	padding: 0;
}

/* -------------------------------------------------------- */
#JSalert {
	width: 954px;
	margin: 0 auto 0 auto;
	background: red;
	font-size: 9px;
	color: #ffffff;
	padding: 5px;
}