html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: Arial, Helvetica, sans-serif;
}
h1 { padding:0; margin-top:0;}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background:url(../image/header-test-1.jpg) top center no-repeat;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color: #1B57A3;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}
/* layout */
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;

}
h1#header {
	margin:0 auto;
	margin-bottom:-30px;
	height:137px;
	width:960px;
	padding:0;
	text-indent:-9999px;
	border:0;
}
#header .div1 {
	height: 97px;
	padding:15px 0 15px 0;
}

#header .div4 {
	overflow:hidden;
	background:#888;
	margin:0;
	padding:0;
	border-top:1px solid #888;
}
#header .div4 img {
	float: left;
	margin-right: 5px;
}

#header .div5 a, #header .div5 a:visited{
	float: left;
	display:block;
	padding:5px 15px;
	border-right:1px solid #fff;
	background:#888;
	color:#fff;
	font:11px helvetica, arial, sans-serif;
	letter-spacing:1px;
	text-decoration:none;
	text-transform:uppercase;
}
#header .div6 a, #header .div6 a:visited{
	float: right;
	display:block;
	padding:5px 15px;
	border-right:1px solid #fff;
	background:#888;
	color:#fff;
	font:11px helvetica, arial, sans-serif;
	letter-spacing:-1px;
	text-decoration:none;
}
#header .div5 a#nlogin, #header .div5 a#nlogout { float:right; }
#header .div5 a#nhome, #header .div5 a#nhome:visited { background:#ec1942; }
#header .div5 a#nlogin, #header .div5 a#nlogin:visited { background:#f3a622; }
#header .div5 a#naccount, #header .div5 a#naccount:visited { background:#90c53f; }
#header .div5 a#ncheckout,#header .div5 a#ncheckout:visited { background:#03aade; }
#header .div5 a#ncart, #header .div5 a#ncart:visited { background:#e94699; }

#header .div5 a#nhome:hover,
#header .div5 a#nlogin:hover,
#header .div5 a#naccount:hover,
#header .div5 a#ncheckout:hover,
#header .div5 a#ncart:hover { background:#efefef; color:#000; }
#header .div6 a {
	float: right;
}
#breadcrumb {
	padding: 12px 8px 4px 8px;
	margin-bottom:25px;
	background:#eee;
	border-bottom:1px solid #ccc;
	overflow:hidden;

}

#breadcrumb a, #breadcrumb a:visited{
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

#column_left {
	float: left;
	width: 180px;
	margin-right: 10px;
	background:#fff url('../image/heroes.jpg') no-repeat bottom left;
	padding-bottom:200px;
}
#column_right {
	float: right;
	width: 180px;
	margin-left: 10px;
}
#content {
	float: left;
	width: 769px;
	margin-bottom: 10px;
}
#content .top {
	padding: 8px 0px 6px 10px;
	margin-bottom:15px;
}
#content .top h1, .heading {
	color: #000000;
	font-size: 30px;
	font-family: Helvetica, arial, sans-serif;
	font-weight: bold;
	margin: 0px;
	letter-spacing:-2px;
}
h1{border-bottom: 1px solid #DDDDDD;}
.heading {
    border-bottom: 3px solid #DDDDDD;
	padding-bottom: 3px;
	margin-bottom: 10px;
	background:url('../image/header-sml.jpg') right bottom no-repeat;
	margin-bottom:15px;
}
#content .middle {
	background: #FFFFFF;
	padding: 0 10px 1px 40px;
	min-height: 380px;
}
#content .bottom {
	background: url('../image/content_bottom.png') no-repeat;
	height: 5px;
	display:none;
}
.box {
	margin-bottom: 10px;
}
.box .top {
	padding: 8px 0px 6px 7px;
	color: #444;
	font-size: 14px;
	font-family: Helvetica, arial, sans-serif;
	font-weight: bold;
}
.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px;
}
.box .bottom {
	height: 5px;
	background: url('../image/box_bottom.png') no-repeat;
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
a.button {
	background: transparent url('../image/button_right.png') no-repeat scroll top right;
	color: #FFFFFF;
	display: inline-block;
	font: normal 12px arial, sans-serif;
	height: 25px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}
a.button span {
	background: transparent url('../image/button_left.png') no-repeat;
	display: inline-block;
	padding: 5px 0 5px 18px;
}
.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
	clear: both;
	padding: 5px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.list {
	width: 100%;
	margin-bottom: 10px;
}
.list td {
    vertical-align:top;
	padding-bottom: 10px;
}
.list td img {
    border:2px solid #eee;
    padding:5px;   
}

.list td img:hover {
    border:2px solid #888;
    padding:5px;   
}
.list td p.prodLinks {
    padding:5px;
}
.list td p.prodLinks a,
.list td p.prodLinks a{
	color:#000;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:-1px;
}
.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	background: #eee;
	border:1px solid #ccc;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.tabs {
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	display: inline-block;
	padding: 10px;
	display: block;
	width: 720px;
	clear: both;
	z-index: 2;
	margin-bottom: 10px;
}
#footer {
	width: 100%;
	clear: both;
	padding: 25px 0;
	border-top: 4px solid #DDDDDD;
}

#category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
}

#category a, #category a:visited {
    color:#444;
}
#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
}
.cart {
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #EEEEEE;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}

img#image{
    width:250px;
}

div.module ul {
    
    margin:0; padding:0;
    list-style:none;
    margin-bottom:35px;
}

div.module h4 {
    padding-bottom:5px;
    margin:0;
    border-bottom:1px solid #ccc;
    font:bold 14px helvetica, arial, sans-serif;
    color:#000;
    letter-spacing:2px;
}

div.module ul li {
    
    padding:5px 0;
    border-bottom:1px solid #ccc;
}

div.module ul li a, div.module ul li a:visited {
    color:#444;
    text-decoration:none;
}

div.module ul li a:hover {
    text-decoration:underline;
    color:#000;
}

td.description { border-bottom:5px solid #cfcfcf; }

a b { color:#000 !important; }
    
div#info{ font:14px/20px helvetica, arial, sans-serif; }
div#info p { width:450px; }
div#pp { font:bold 12px/18px helvetica, arial sans-serif; padding:8px; background:#eee; color:#666; margin:20px 0; border-top:1px solid #ccc; }

h2#recent { padding:4px; border-bottom:1px solid #ddd; border-top:1px solid #ddd; letter-spacing:-1px; background:#eee;}
h2#recent { letter-spacing:2px; }

form#newsletter-signup { display:inline; float:right; margin:-9px 0 0 0; padding:7px; background:#efefef; }
form#newsletter-signup input#hylkhl-hylkhl { width:160px; padding:3px; border:1px solid #ccc; font-style:italic; color:#888; }
form#newsletter-signup { font-weight:bold; padding:3px; }