﻿#mantistech {
}
/* Main CSS for MantisShop */

body {
	font: 13px "Century Gothic" ,Tahoma,Arial,Verdana,sans-serif;
	color: #666;
	background: url(../images/page_bg.jpg) repeat-x top;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
}

a:link, a:visited {
	color: #CD6F67;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

a {
	outline: none;
	cursor: pointer;
}

.left {
	float: left;
}
.right {
	float: right;
}
.center {
	margin: 0 auto;
}
.text_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;
}
.order_info p label {
	width: 210px;
}
.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;
}
tr.hover:hover {
	background-color: #EDEDED;
}

.w150 {
	width: 150px;
}
.w195 {
	width: 195px;
}
.w240 {
	width: 240px;
}
.w270 {
	width: 270px;
}
.w280 {
	width: 280px;
}
.w290 {
	width: 290px;
}
.w318,
.form textarea.w315 {
	width: 315px;
}
.w350 {
	width: 350px;
}
.w400, .form input.w400 {
	width: 400px;
}
.w430 {
	width: 430px;
}
.w450, .public_w450 {
	width: 450px;
}
.w570 {
	width: 570px;
}
.w650 {
	width: 650px;
}
.w100p {
	width: 100%;
}

.mt-30 {
	margin-top: -30px;
}
.mr30 {
	margin-right: 30px;
}
.ml460 {
	margin-left: 460px;
}
.mb30 {
	margin-bottom: 30px;
}

.table {
}
.alt_item {
	background: #EDEDED;
}
.hidden {
	display: none;
}
.hr {
	height: 20px;
	border-bottom: dotted 2px #EDEDED;
	margin-bottom: 20px;
}


/* 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 {
}

#logo {
	width: 236px;
	background: url(../images/header_logo.png) no-repeat left top !important;
	background: url(../images/header_logo.gif) no-repeat left top;
}

#logo:hover {
	width: 236px;
	background: url(../images/header_logo_on.png) no-repeat left top !important;
	background: url(../images/header_logo.gif) no-repeat left top;
}

#logo a {
	display: block;
	width: 236px;
	height: 169px;
}

#logo a span {
	display: none;
}

#controls {
	position: relative;
	top: -160px;
	left: 0px;
	line-height: 10px;
	color: #B9B298;
	font-size: 10px;
}

#search {
}

#header_nav {
	margin: 0 auto 10px auto;
	width: 720px;
	color: #B9B298;
}

#header_nav ul {
	list-style: none;
	margin: 0 0 0 -40px;
}

#header_nav li {
	float: left;
}

#header_nav li a:link, #header_nav li a:visited {
	font: 20px Georgia,Arial;
	padding: 5px 18px 5px 13px;
	text-decoration: none;
	text-transform: lowercase;
	background: url(../images/header_nav_middot.jpg) no-repeat center right;
}

#header_nav li a:hover, #header_nav li a:active {
	color: #000;
}

#header_nav li.last a {
	background: none;
}

/* Body region */

#body {
}

#left_col {
	width: 200px;
	margin-right: 30px;
}

#content {
	width: 900px;
}

#right_col {
	display: none;
}

h1 {
	margin-bottom: 10px;
	font: 30px Georgia,Arial;
	font-weight: normal;
	color: #B9B298;
	text-transform: lowercase;
}

h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

h3 {
	margin: 50px 0 10px 0;
	font-size: 14px;
	font-weight: bold;
}

h3.snug {
	margin: 0 0 10px 0;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

.homepage_links a:link, .homepage_links a:visited {
	display: block;
	width: 350px;
	height: 50px;
	margin-bottom: 15px;
	padding-left: 15px;
	line-height: 50px;
	font-size: 22px;
	color: #B9B298;
	text-decoration: none;
	text-transform: lowercase;
	background: url(../images/homepage_link.jpg) no-repeat left top;
}

.homepage_links a:hover, .homepage_links a:active {
	color: #CD6F67;
	background: url(../images/homepage_link_on.jpg) no-repeat left top;
}

.homepage_links a span {
	font-size: 15px;
}



/* 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;
	position: relative;
}

.form label {
	float: left;
	width: 100px;
}

.form input {
	width: 150px;
}

.form input[type="submit"] {
	width: auto;
}

.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;
}

.links_list {
	line-height: 30px;
}

.links_list:hover {
	background-color: #EDEDED;
}


/* Feature product listings - ctlTop5.ascx */

.feat_prod_listing {
}

.feat_prod_listing title {
}

.feat_prod_listing price {
}

.feat_prod_listing image {
}

.feat_prod_listing desc {
}

/* Typical product listings */

.prod_listing {
	width: 320px;
	height: 180px;
}

.prod_listing .img {
	margin-right: 20px;
}

.prod_listing .title {
}

.prod_listing .price {
}

/* 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 */

.sub_cat_list {
}

.sub_cat_list a:link, .sub_cat_list a:visited {
	margin-right: 5px;
}

.sub_cat_list a:hover, .sub_cat_list a:active {
}

/* 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: 20px;
}

a.payment_method:hover, a.payment_method:active {
	color: #000;
}

.btb {
	background: url(../images/logo_bank.gif) 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 {
	float: left; /*padding: 0 0 0 10px; 	background: url(../images/logo_paypal.gif) no-repeat left top;*/
}

.cart {
	padding-left: 20px;
	line-height: 14px;
	background: url(../images/icon_cart.png) no-repeat left top;
}

.account {
	padding-left: 20px;
	line-height: 14px;
	background: url(../images/icon_account.png) 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 10px;
	text-decoration: none;
}

.cust_nav a:hover, .cust_nav a:active {
	background: #DEDEDE;
}

/* Footer region */

#footer {
	position: relative;
	margin: 10px 0;
}

.footer_hr {
	width: 900px;
	height: 1px;
	margin: 40px 0 10px 0;
	background: url(../images/footer_hr.jpg) no-repeat;
}

#footer_nav ul {
	list-style: none;
	margin-left: 20px;
}

#footer_nav li {
	float: left;
	padding: 5px 0 0 0;
	font-size: 11px;
	color: #B9B298;
	text-decoration: none;
	text-transform: lowercase;
	background: url(../images/footer_nav_middot.jpg) no-repeat right 16px;
}

#footer_nav li a:link, #footer_nav li a:visited {
	display: block;
	padding: 5px 15px;
	color: #B9B298;
	text-decoration: none;
}

#footer_nav li a:hover, #footer_nav li a:active {
	color: #000;
}

#footer_nav li.last {
	background: none;
}

#footer_notes {
	width: 700px;
	margin: 10px 0 40px 120px;
}

#copyright {
	font-size: 10px;
	color: #B9B298;
	white-space: nowrap;
}

#cards {
	width: 140px;
	height: 18px;
	margin: 0 30px;
	background: url(../images/icon_cards.gif) no-repeat left top;
	white-space: nowrap;
}

#cards:hover {
	background: url(../images/icon_cards.gif) no-repeat left bottom;
}

#cards span {
	display: none;
}

#credits, #credits a {
	font-size: 10px;
	color: #B9B298;
	white-space: nowrap;
}






