﻿#mantistech {}
/* Main CSS for MantisShop */

body {
	font: 12px Tahoma,Arial,Verdana,sans-serif;
	color: #333;
	background: black url(../database/images/header_wholesale.jpg) no-repeat center top;
	
}

#wrapper {
	margin: 0 auto;
	width: 800px;
	padding: 0 40px;
}

a:link,
a:visited {
	color: #CC3300;
}

a:hover,
a:active {
	color: #000;
}

a {
	outline: none;
	cursor: pointer;
}

.left {float: left;}
.right {float: right;}
.center {text-align: center;}
.text_left {text-align: left;}
.text_right {text-align: right;}
.clear {clear: both;}
.inline {display: inline;}
.zero {margin: 0;}
.width_zero, 
.form .width_zero input,
.form input.width_zero,
.form select.width_zero {width: auto;}
.no-width, .form input.no-width {width: auto;}
.no-wrap {white-space: nowrap;}
.redtext {color: #CC0000;}
.greentext {color: #009900;}
.bold, tr.bold td {font-weight: bold;}
quote {font-style: italic; color: #111;}
tr.totals {background-color: #EDEDED;}

.w120 {width: 120px;}
.w150 {width: 150px;}
.w195 {width: 195px;}
.w250 {width: 250px;}
.w270 {width: 270px;}
.w280 {width: 280px;}
.w290 {width: 290px;}
.w350 {width: 350px;}
.w400, .form input.w400 {width: 400px;}
.w100p {width: 100%;}
.h150 {height: 150px;}

.mr30 {margin-right: 30px;}
.mr40 {margin-right: 40px;}
.mb30 {margin-bottom: 30px;}

.table {}
.light_item {background: #F6F6F6;}
.alt_item {background: #EDEDED;}

/* Messages */

.msg_warning {
	background: url(../images/icon_warning.png) no-repeat center left;
	margin: 10px 0;
	padding-left: 18px;
	font-size: 14px;
	color: #990000;
}

/* Header region */

#header {
	height: 225px;
	padding: 0 20px;
}

#logo {

}

#logo a {
	display: block;
	width: 223px;
	height: 29px;
}

#logo a span{
	display: none;
}

#header_top {
	height: 30px;	
}

#header_links {
	position: relative;
	right: -20px;
	width: 200px;
	font-size: 11px;
}

#header_links a:link,
#header_links a:visited {
	float: left;
	padding: 8px 10px;
	color: #000;
}

#header_links a:hover {
	color: #990000;
}

#header_links a:active {
	color: #FF0000;
}

#header_nav {
	position: relative;
	top: 20px;
}

#header_nav ul {
	list-style: none;
	margin: -20px 0 0 -42px !important;
	margin: -20px 0 0 0;
}

#header_nav li {
	width: 147px;
}

#header_nav li a:link,
#header_nav li a:visited {
	font: 14px "Century Gothic",Arial,Tahoma;
	display: block;
	padding: 5px 0 5px 25px;
	color: #FFF;
	text-decoration: none;
}

#header_nav li a:hover,
#header_nav li a:active {
	background: url(../images/header_nav_over.png) !important;
	background: url(../images/header_nav_over.gif);
	color: #FFF;
}

/* Body region */

#body {
	position: relative;
	top: -1px;
	padding: 0 20px;
	background: url(../images/page_bg.jpg) repeat-y center top;
}

#left_col {
	width: 125px;
	margin: 0 40px 0 8px;
}

#left_col .heading {
	font: 14px "Century Gothic",Arial,Tahoma;
	line-height: 24px;
}

#left_col input {
	margin-bottom: 4px;
}

#left_col hr,
.prod_options hr {
	margin: 10px 0;
	border: none;
	border-bottom: solid 1px #CCC;
}

#account-retail {
	
}

#account-wholesale {
	
}

#shoppingcart {
	
}

#search {
	
}

#content {
	width: 560px;
}

#content #breadcrumb {
	margin-bottom: 20px;
}

#content #breadcrumb a:link,
#content #breadcrumb a:visited {
	font-size: 11px;
	padding: 0 8px;
	color: #000;
	background: url(../images/breadcrumb_arrow.gif) no-repeat left 70%;
}

#content #breadcrumb a:hover {
	color: #990000;
}

#content #breadcrumb a:active {
	color: #FF0000;
}

#right_col {
	display: none;
}

h1 {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight:bold;
}

h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

.hr {
	height: 20px;
	border: none;
	border-bottom: dotted 2px #EDEDED;
	margin-bottom: 20px;
}

.weblinks {
	float: left;
	width: 280px;
}

.weblinks a strong {
	color: #000;
	font-size: 13px;
	text-decoration: none;
}

.weblinks em {
	font-size: 11px;
	font-style: normal;
}


/* Form layout and formating - leaving as much as possible up to the browser */

.form {
	padding: 10px;
	border: dotted 1px #CCC;
	background: #F3F3F3;
}

.clean {
	padding: 0;
	border: none;
	background: none;
}

.form p {
	margin-bottom: 10px;
}

.form label {
	float: left;
	width: 100px;
}

.form input {
	width: 150px;
}

.form input[type="submit"] {
	width: auto;
}

#left_col .form input[type="submit"] {
	width: auto;
	background: url(../images/button_bg.jpg) repeat-x left middle;
}

.form input[type="checkbox"] {
	float: left;
	width: auto;
}

.form textarea {
	width: 150px;
	height: 100px;
}

.validation_summary {
	margin-left: 30px;
	padding: 10px;
	border: dotted 1px #CC0000;
	background: #FFF2F2;
}

/* Feature product listings - ctlTop5.ascx */

.feat_prod_listing {
	width: 180px;
	height: 190px;
}

.feat_prod_listing .title {

}

.feat_prod_listing .price {
	margin-bottom: 20px;
}

.feat_prod_listing .img {
	width: 150px;
	height: 150px;
}

.feat_prod_listing desc {
	
}

/* Typical product listings */

.prod_listing {
	float: left;
	width: 150px;
	height: 150px;
}


.prod_listing .img {

}

.prod_listing .title {
	
}

.prod_listing .price {
	
}

.prod_options {
	float: right;
	width: 305px;
}

/* Global product listing pagination */

.pagination {
	
}

.pagination .prev {
	
}

.pagination .next {
	
}

.pagination_link {
	
}

/* Main Category listings - all_categories.aspx */

.all_cats {
	display: block;
}

.all_cats a:link, 
.all_cats a:visited {
	display: block;
	float: left;
	width: 300px;
	font-size: 20px;
}

.all_cats a:hover, 
.all_cats a:active {
	
}

/* Heading of category pages - breadcrumb separator */

span.cat_breadcrumb_separator:after {
	color: #CCC;
}

/* Sub Category listings */

.subcat_link {
	/*margin-right: 20px;*/
	line-height: 20px;
}


/* Steps in the checkout process */

span.step_1,
span.step_2,
span.step_3,
span.step_4 {
	font-size: 20px;
}

span.step_1:after {
	content: url(../images/step_1.png);
}

span.step_2:after {
	content: url(../images/step_2.png);
}

span.step_3:after {
	content: url(../images/step_3.png);
}

span.step_4:after {
	content: url(../images/step_4.png);
}

/* Payment page */

.payment_method,
a.payment_method:link,
a.payment_method:visited {
	display: block;
	width: 200px;
	height: 50px;
	margin: 0 0 10px 0;
	padding-left: 60px;
	line-height: 50px;
}

a.payment_method:hover,
a.payment_method:active {
	color: #000;
}

.btb {
	background: url(../images/icon_btb.jpg) no-repeat left top;
}

.cheque {
	background: url(../images/icon_cheque.jpg) no-repeat left top;
}

.fax {
	background: url(../images/icon_fax.jpg) no-repeat left top;
}

.cc {
	padding: 15px 0 0 60px;
	background: url(../images/icon_creditcards.jpg) no-repeat left top;
}

/* Print links on order confirmation pages */

a.order_print:link,
a.order_print:visited {
	display: block;
	width: 120px;
	margin: 30px auto 0 auto;
	padding-left: 45px;
	line-height: 35px;
	background: url(../images/icon_print.jpg) no-repeat left top;
}

a.order_print:hover,
a.order_print:active {

}

/* Customer Account navigation menu */

.cust_nav {
	
}

.cust_nav h3 {
	margin: 0;
	display: inline;
}

.cust_nav a:link,
.cust_nav a:visited {
	font-size: 16px;
	padding: 5px 15px;
	text-decoration: none;
}

.cust_nav a:hover,
.cust_nav a:active {
	background: #DEDEDE;
}

/* Footer region */

#footer_wrapper {
	position: relative;
	top: -1px;
	height: 74px;
	background: url(../images/footer_bg.jpg) no-repeat center;
}

#footer {
	position: relative;
	top: 50px;
	width: 740px;
	margin: 0 auto;
	padding: 0 20px;
	font-size: 11px;
}

#footer_nav ul {
	list-style: none;
	margin: 0 0 0 -40px;
}

#footer_nav li {
	float: left;
}

#footer_nav li a:link,
#footer_nav li a:visited {
	display: block;
	padding: 5px 15px;
	margin-right: 10px;
	background: #EDEDED;
	color: #000;
	text-decoration: none;
}

#footer_nav li a:hover,
#footer_nav li a:active {
	background: #333;
	color: #FFF;
}

#copyright {
	position: relative;
	left: 145px;
}

#credits {
	
}




table td {padding: 5px; background-color: #F9F5F1;}
tr.totals {background-color: #EDEDED;}
tr:hover, tr:hover table {background-color: #F9F5F1;}
tr:hover td, tr:hover td table {color: #000;}
tr.head td {color: #000; font-weight: bold; padding-bottom: 5px; white-space: nowrap;}
tr.head:hover {background: none;}
.nohover:hover, .nohover tr:hover, .nohover p:hover {background: none;}
.nohover tr:hover td {color: inherit;}
.nopad table td {padding: 0;}


