html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: Verdana, Geneva, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #000;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}

input {
	color:#555555;
}

form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a {
	text-decoration: underline;
	cursor: pointer;
}

a:visited {
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color: #666;
	text-decoration: underline;
	cursor: pointer;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}
/* layout */
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #F6F6F6;
	height:100%;
}
#header {
	position: relative;
	background: #CF003D;
}
#header .div1 {
	height: 60px;
}
#header .div2 {
	position: relative;
	top: -5px;
	left: 35px;
}
#header .div3 {
	background: #CF003D;
	width: 350px;
	height: 42px;
	position: absolute;
	top: 20px;
	right: 55px;
	padding-top: 5px;
	padding-left: 17px;
	color:#FFF;
	text-align:right;
}
#header a {

	color:#FFF;
	font-size:11px;
	text-decoration:none;
}

#header a:hover {

	color:#FFF;
	font-size:11px;
	text-decoration:underline;
}

#header .div4 {
	padding-left: 10px;
	padding-right: 10px;
	height: 40px;
	color:#000;
}
#header .div4 img {
	float: left;
	margin-right: 5px;
}
#header .div4 a {
	padding: 12px 0px 12px 0px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	color: #000;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}

#header .div4 a:hover {
	text-decoration: underline;
}

#header .div5 a {
	float: left;
}
#header .div6 a {
	float: right;
}
#header .div7 {
	padding-left: 10px;
	padding-right: 10px;
	height: 10px;
	color:#000;
}
#breadcrumb {
	padding-bottom: 10px;
	padding-left: 50px;
	text-align:left;
	font-size:11px;
}

#breadcrumb a {
	font-size:10px;
	text-decoration:none;
	color:#555555;

	/*margin-left:15px;*/
}

#breadcrumb a:hover {
	font-size:10px;
	text-decoration:none;
	color:#555555;
	text-decoration:underline;
}


#column_left {
	float: left;
	width: 145px;
	margin-right: 10px;
	margin-left:40px
}
#column_right {
	float: right;
	width: 180px;
	margin-left: 10px;
}
#content {
	float: left;
	width: 600px;
	margin-bottom: 10px;
}
#content .top {
	padding: 8px 0px 6px 10px;
}

#content .top_prod {
	
}

#content .top h1, .heading {
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	margin: 0px;
	font-size: 14px; 
	color: #CF003D;
}
.heading {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#content .middle {
	background: #F6F6F6;
	padding: 10px 10px 1px 10px;
	min-height: 380px;
	width:720px;
	color: #666;
	text-transform:lowercase;
}

#content .middle a
{
	text-decoration:none;
}

#content .middle a:hover
{
	text-decoration:underline;
}
#content .bottom {
	height: 5px;
}
.box {
	margin-bottom: 10px;
}
.box .top {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.box .middle {
	background: #F6F6F6;
	padding: 5px;
	font-weight:bold;
	color:#666;
}
.box .bottom {
	height: 5px;
}

.cart_box {
	margin-bottom: 10px;
}
.cart_box .top {
	padding: 8px 0px 6px 7px;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.cart_box .middle {
	background: #C6C7C9;
	padding: 5px;
	font-weight:bold;
	color:#FFF;
}
.cart_box .bottom {
	height: 5px;
}

.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;
	color:#555555;
	text-transform:lowercase;
}
.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;
	color:#555555;
	text-transform:lowercase;
}
.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;
	color:#555555;
}
.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 {
	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 {
	display: inline-block;
	padding: 5px 0 5px 18px;
}
.buttons {
	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: 720px;
	margin-bottom:10px;
}
.list td {
	text-align: left;
	padding-bottom:10px;
	padding-right:10px;
}

.list_upik {
	margin-bottom:10px;
}
.list_upik td {
	text-align: left;
	padding-bottom:10px;
	padding-right:10px;
}
.sort {
	margin-bottom: 10px;
	height: 30px;
	width: 100%;
}

.sort a.selected {
color: #CF003D; 
font-weight: bold; 
}

.sort a {
	font-size:9pt;
	color: #666; 
}

.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: 9px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
}
.pagination .links, .pagination .results {
	padding: 2px;
}
.pagination .links {
	float:right;
}
.pagination .links a {
	border: 1px solid #9D9EA0;
	padding: 2px 5px;
	text-decoration: none;
	color: #FFF;
	background:#9D9EA0;
}
.pagination .links b {
	border: 1px solid #CF003D;
	padding: 2px 5px;
	text-decoration: none;
	color: #FFF;
	background: #CF003D;
}
.pagination .results {
	float: right;
}

.pagination_1 {
	padding: 0px 7px 0px 7px;
	top:200px;
	background: #CF003D;
	width:155px;
	color:#FFF;
}

.pagination_1 a {
	color:#FFF;
	text-decoration:none;
	text-align:center;
}

.pagination_2
{ 
text-align: center; 
}

.pagination_2 a { 
color: white; 
font: 12px Verdana, Geneva, sans-serif; 
display: inline-block; 
margin: 0 5px 0 0; 
text-align: center;  
text-decoration: none;
color: #FFF;
}

.tabs {
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	margin-right: 2px;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.page {
	background: #F6F6F6;
	display: inline-block;
	padding: 10px;
	display: block;
	width: 600px;
	clear: both;
	z-index: 2;
	margin-bottom: 10px;
}
#footer {
	width: 100%;
	clear: both;
	padding-top: 5px;
}
#footer .div1 {
	float: left;
	text-align: left;
}
#footer .div2 {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#footer .div2 a{
	text-decoration:none;
	color:#333;
}

#footer .div2 a:hover{
	text-decoration:underline;
	color:#333;
}

#test {
border-bottom:1px solid #666;	
}

#category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	list-style: none;
	margin-left:0px;
	font-weight:bold;
	/*border-bottom:1px solid #9D9D9D;*/
	/*list-style-image:url('../image/rating.png');*/
}

#category ul li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	list-style: none;
	margin-left:0px;
	font-weight:bold;
	border-bottom:1px solid #9D9D9D;
	/*list-style-image:url('../image/rating.png');*/
}

#category ul li ul li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	list-style: none;
	margin-left:0px;
	font-weight:normal;
	border-bottom:none;
	/*list-style-image:url('../image/rating.png');*/
	margin-left:20px;
}

#category li {
/*border-bottom:1px solid #9D9D9D;*/
padding: .3em 0;
font-weight:normal;
}
#category li a {
color:#CF003D;
text-decoration:none;
}

#category a.selected  {
	text-decoration: none;
	color: #666;
}

#category .selected b {
	text-decoration: none;
	color: #CF003D;
}

#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_2.png');
}
#information a {
	color:#666;
}


.cart {
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
}
.cart th {
	background: #CF003D;
	padding: 5px;
	font-weight: normal;
	color:#FFF;
}
.cart td {
	padding: 5px;
}

.return_form td {
	color: #666; 
	text-transform:lowercase;
}

.product_box {
	margin-bottom: 10px;
}

.description {
	display: inline-block;
	font-size:11px;
	color:#555555;
	width: 100%;
	background-color:#C6C7C9;
	text-transform:none;
	}

.section {
	display: inline-block;
	clear: both;
	z-index: 2;
	height:100%;
	font-size:12px;
	color:#555555;
	width:100%;
	background-color:#C6C7C9;
	}
	
	.login {
	display: inline-block;
	clear: both;
	z-index: 2;
	height:100%;
	font-size:12px;
	color:#555555; 
	background-color:#C6C7C9;
	}

.product_box .top {
	padding: 8px 0px 6px 7px;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.product_box .middle {
	background: #F6F6F6;
	padding: 5px;
	font-weight:bold;
	color:#666;
}
.product_box .bottom {
	height: 5px;
}

.related_page {
	padding: 4px 7px 0px 7px;
	top:200px;
	background: #CE003D;
	width:155px;
	color:#FFF;
}

.related_page a {
	color:#FFF;
	text-decoration:none;
	text-align:center;
}

.top_header {
font-size: 14px; 
color: #CF003D;
text-align:center;
}

.top_header a {
font-size: 14px; 
color: #CF003D;
text-decoration:none;
}

.top_header td.selected a {
font-size: 14px; 
color: #CF003D;
text-decoration:none;
}

.sb { padding: 2px 0px 25px 50px; background: url('../image/top.png') no-repeat; height:10px;}
.sbb { padding: 0px 0px; background: url('../image/bottom.png') no-repeat; height:50px;}

.sb_prod { padding: 2px 0px 25px 50px; background: url('../image/top - prod.png') no-repeat; height:20px;}
.sbb_prod { padding: 0px 0px; background: url('../image/bottom - prod.png') no-repeat; height:30px;}

.sb_prod2 { padding: 2px 0px 25px 50px; background: url('../image/top - prod2.png') no-repeat; height:20px;}
.sbb_prod2 { padding: 0px 0px; background: url('../image/bottom - prod2.png') no-repeat; height:30px;}

.sb_upick{ padding: 2px 0px 25px 50px; background: url('../image/top - upick.png') no-repeat; height:20px;}
.sbb_upick { padding: 0px 0px; background: url('../image/bottom - upick.png') no-repeat; height:30px;}

.sb_section{ padding: 2px 0px 13px 20px; background: url('../image/top - section.png') no-repeat; height:30px}
.sbb_section { padding: 0px 0px; background: url('../image/bottom - section.png') no-repeat; height:30px;}

.sb_login{ padding: 2px 0px 25px 20px; background: url('../image/top - login.png') no-repeat;}
.sbb_login { padding: 0px 0px; background: url('../image/bottom - login.png') no-repeat; height:50px;}



.mattblacktabs{
overflow: hidden;
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 100px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 50px; /*padding inside each tab*/
color: #CF003D;
text-align:bottom;
padding-bottom:15px;
padding-top:15px;
background-color: #F6F6F6;
background: transparent url('../image/seperator_header.png') center left no-repeat;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #CF003D; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color: #fff;
}

.mattblacktabs li a.first { background-image: none; }

#dropmenudiv{
position:absolute;
font:normal 12px Verdana, Geneva, sans-serif;
line-height:25px;
z-index:100;
text-transform:lowercase;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
text-align:left;
color:#CF003D;
}

#dropmenudiv a:hover { /*hover background color*/
	background-color: #CF003D;
	font-weight: bold;
	color:#FFF;
}

.sort_by a:visited 
{ 
color: #CF003D; 
font-weight: bold; 
margin-bottom: 10px;
height: 30px;
width: 100%;
}

.nextprev a {
	font-size:8pt;
	color: #666; 
}

.latest {
	width:120px;
	height:120px;
	background: transparent url('../image/latestdiv.gif') 
}