/* -- undo browser HTML defaults -- */
table,tr,td,th,ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,textarea,select,address,img,hr,a,optgroup,option {
	font: normal 12px Tahoma, Arial, sans-serif;
	padding:0px;
	margin:0px;
	cursor:default;
	color: #333333;
	text-decoration:none;
}
optgroup {
	color: #487286;
	font-weight:bold;
	padding:0px 0px 5px 5px;
}
option {
	padding:2px 0px 2px 10px;
}
img,acronym,hr {border: none;}
a, option, a img, input.submit {cursor:pointer;}
a:hover {text-decoration:underline;}
acronym {cursor:help;}
hr {
	height:1px;
	background:#CCCCCC;
	color:#CCCCCC;
	margin-bottom:10px;
}
select {height:18px;}
/* -- */

td.store h1 {
	color:#104558;
	font-size:18px;
	padding:0px 0px 2px 30px;
}
div.store {
	padding:0px 0px 0px 30px;
}
.store .breadcrumb, .store .breadcrumb a {
	font-size:12px;
	color:#104558;
	padding:0px 0px 20px 0px;
	text-decoration: none;
	text-align:left;
}
.store .breadcrumb a:hover {
	text-decoration: underline;
}
.store td {
	padding:0px;
}
.store img {
	border:none;
}
.store p {
	padding:0px 0px 15px 0px;
}


.box {
	background: #0A1D2D url(../img/box.gif) repeat-y left top;
	width:158px;
	text-align:left;
}
	.box h3 {
		padding:0px 0px 15px 0px;
	}
	.box p, .box a {
		color:#FFFFFF;
	}
	.box p {
		padding:0px 0px 18px 10px;
	}
	.boxT {background: url(../img/boxT.gif) no-repeat right top;}
	.boxB {background: url(../img/boxB.gif) no-repeat right bottom;height:10px;font-size:1px;margin-bottom:15px;}
	.box#searchproducts form {
		padding:10px 10px 0px 10px;
	}
	.box#searchproducts input {
		width:100px;
	}
	.box#searchproducts input.submit {
		width:30px;
	}
	.box#comodo {margin-bottom:15px;}
	.box#comodo .boxB {background: url(../img/boxcomodo.gif) no-repeat left bottom;height:auto;margin:0px;}
	.box#comodo p {padding:0px 0px 0px 20px;}
	.box#comodo blockquote {padding:15px 0px 45px 10px;}
	.box ul {
		padding:10px 0px 0px 12px;
	}
	.box ul li {
		list-style: none;
		padding:0px 0px 2px 0px;
	}
	.box ul li a {
		background: url(../img/boxnavli.gif) no-repeat 0px 3px;	
		padding:0px 0px 0px 13px;
	}

.navRelated {
	padding:0px 0px 15px 15px;
}