﻿#mantistech {}
/* Main CSS for MantisShop */

html {
	background: #CDDFC4 url(../images/html_bg.png) repeat-x 50% top;
}

body {
	font: 12px "Lucida Grande","Lucida Sans Unicode",Tahoma,Arial,Verdana,sans-serif;
	color: #333;
}

#aspnetForm {
	width: 99.5%;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
}

#site_corner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 349px;
	height: 239px;
	background: url(../images/site_corner.png) no-repeat left bottom;
	z-index: -10;
}

a.top {
	position: fixed;
	bottom: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 50px;
	z-index: 100;
}

a.top span {
	display: none;
}

a:link,
a:visited {
	color: #438235;
}

a:hover,
a:active {
	color: #000;
	cursor: pointer;
}

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;}
.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;}
.hidden {visibility: hidden;}

.w150 {width: 150px;}
.w195 {width: 195px;}
.w230 {width: 230px;}
.w270 {width: 270px;}
.w280 {width: 280px;}
.w290 {width: 290px;}
.w320 {width: 320px;}
.w350 {width: 350px;}
.w380 {width: 380px;}
.w400, .form input.w400 {width: 400px;}
.w100p {width: 100%;}

.mr30 {margin-right: 30px;}
.mb30 {margin-bottom: 30px;}
.ml10 {margin-left: 10px;}

.table {}
.alt_item {background: #EDEDED}
.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 {
	position: relative;
	top: 15px;
	margin-right: 50px;
}

#logo a:link,
#logo a:visited {
	display: block;
	width: 210px;
	height: 106px;
	background: url(../images/header_logo.png) no-repeat left top;
}

#logo a:hover,
#logo a:active {
	background: url(../images/header_logo.png) no-repeat left bottom;
}

#logo a span{
	display: none;
}

/* Header Navigation - the hanging signs */

#header_nav {
	position: relative;
	top: 7px;
}

#header_nav div {
	float: left;
}

#header_nav #link_1 a,
#header_nav #link_2 a,
#header_nav #link_3 a,
#header_nav #link_4 a,
#header_nav #link_5 a {
	display: block;
	height: 83px;
}

#link_1 a:link, #link_1 a:visited { background: url(../images/link_1.png) no-repeat left top;	width: 96px; }
#link_1 a:hover, #link_1 a:active { background: url(../images/link_1.png) no-repeat left bottom; }
#link_2 a:link, #link_2 a:visited { background: url(../images/link_2.png) no-repeat left top; width: 97px; }
#link_2 a:hover, #link_2 a:active { background: url(../images/link_2.png) no-repeat left bottom; }
#link_3 a:link, #link_3 a:visited { background: url(../images/link_3.png) no-repeat left top; width: 93px; }
#link_3 a:hover, #link_3 a:active { background: url(../images/link_3.png) no-repeat left bottom; }
#link_4 a:link, #link_4 a:visited { background: url(../images/link_4.png) no-repeat left top; width: 95px; }
#link_4 a:hover, #link_4 a:active { background: url(../images/link_4.png) no-repeat left bottom; }
#link_5 a:link, #link_5 a:visited { background: url(../images/link_5.png) no-repeat left top; width: 93px; }
#link_5 a:hover, #link_5 a:active { background: url(../images/link_5.png) no-repeat left bottom; }

#header_nav a span { display: none; }

/* Search, Account and Cart */

#header_nav #search {
	width: 157px;
	background: url(../images/header_search_bg.png) no-repeat left top;
}

.search {
	position: relative;
	top: 4px;
	left: 9px;
}

.search input {
	border: none;
	background: none;
	width: 110px;
}

.search input[type="submit"] {
	border: none;
	background: none;
	width: 22px;
}

a.myaccount:link,
a.myaccount:visited {
	float: right;
	padding: 3px 10px;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	background: #FFEDA4;
	border-width: 1px;
	border-style: solid;
	border-top-color: #FFF8D8;
	border-right-color: #C3B16A;
	border-bottom-color: #C3B16A;
	border-left-color: #FFF8D8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.myaccount:hover,
a.myaccount:active {
	color: #FFF;
	background: #F074B2;
	border-top-color: #FAD1E6;
	border-right-color: #AD1260;
	border-bottom-color: #AD1260;
	border-left-color: #FAD1E6;
}

#shoppingcart {
	position: relative;
	left: 30px;
	top: 20px;
	width: 130px;
	height: 30px;
}

#shoppingcart a:link,
#shoppingcart a:visited {
	text-decoration: none;
}

#shoppingcart .basket {
	display: inline-block;
	width: 53px;
	height: 38px;
	background: url(../images/icon_baskit.png) no-repeat left top;
}

#shoppingcart .items {
	float: left;
	display: inline-block;
	width: 45px;
	line-height: 50px;
	margin-left: 10px;
	font-size: 17px;
	color: #FFF;
	text-align: center;
}

#shoppingcart .value {
	position: relative;
	top: -30px;
	left: 58px;
	display: inline-block;
	color: #000;
	text-align: right;
}


/* Body region */

#body {
	position: relative;
	top: 17px;
	background: url(../images/page_bg.png) repeat-y 10px top;
}

#body_page {
	position: relative;
	padding-top: 30px;
	background: url(../images/page-top_bg.jpg) no-repeat 10px top;
}

#left_col {
	position: relative;
	top: -25px;
	width: 200px;
	margin-right: 30px;
}

#content {
	position: relative;
	left: 10px;
	width: 615px;
	font: 12px Arial;
	color: #333;
	line-height: 20px;
}

h1, h2, h3, h4 {
	font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Arial,Verdana,sans-serif;
	color: #66C4CE;
	line-height: normal;
}

h1 {
	font-size: 26px;
	margin-bottom: 15px;
}

h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

h3 {
	font-size: 14px;
	font-weight: normal;
}

h3.left_col {
	font-size: 30px;
	color: #E3ECDE;
	font-weight: normal;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}


/* Information menu items */

ul.info_menu {
	list-style: none;
	margin: 0 0 0 -40px;
}

a.info_menu:link,
a.info_menu:visited {
	display: block;
	line-height: 29px;
	font-size: 14px;
	color: #436233;
	text-decoration: none;
	z-index: 150;
}

a.info_menu:hover,
a.info_menu:active {
	color: #000;
}


/* 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 {
	position: relative;
	margin-bottom: 10px;
}

.form label {
	float: left;
	width: 100px;
}
.form biglabel {
	float: left;
	width: 300px;
}

.form input {
	width: 150px;
	padding: 2px;
}

.form input[type="submit"] {
	width: auto;
}

.form input[type="checkbox"] {
	float: left;
	width: auto;
}
.form input[type="radio"] {
	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 {
	
}

.feat_prod_listing title {
	
}

.feat_prod_listing price {
	
}

.feat_prod_listing image {
	
}

.feat_prod_listing desc {
	
}


/* Typical product listings */

.prod_listing {
	width: 155px;
	height: 150px;
}

.prod_listing .img {
	margin: 0 auto;
	padding-bottom: 10px;
	width: 110px;
	height: 110px;
	overflow: hidden;
	border: 0;
	background: #FFF;
}

.prod_listing .title a:link,
.prod_listing .title a:visited {
	position: relative;
	top: 5px;
	font-size: 12px;
	color: #436233;
	text-align: center;
	text-decoration: none;
}

.prod_listing .title a:hover,
.prod_listing .title a:active {
	color: #000;
}

.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 */

div.payment_method {
	position: absolute;
}

.payment_method,
a.payment_method:link,
a.payment_method:visited {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 0 10px 0;
	padding-left: 10px;
	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: 12px;
	padding: 5px 10px;
	color: #436233;
	text-decoration: none;
	text-transform: uppercase;
	border-width: 1px;
	border-style: solid;
	border-top-color: #FFF;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #F7F9F6;
}

.cust_nav a:hover,
.cust_nav a:active {
	color: #000;
	background: #CDDFC4;
}


/* Web links page */

.linkrow {
	width: 280px;
	padding: 5px;
	margin-right: 15px;
}

.linkrow:hover {
	background: #F1F6EF;
}

.linkrow a:link,
.linkrow a:visited {
	text-decoration: none;
}

.linkrow a:hover,
.linkrow a:active {
	color: #000;
}

.linkrow .title {
	margin-right: 50px;
	font-weight: bold;
}

.linkrow .url {
	color: #999;
}

.sitemap_links a:link,
.sitemap_links a:visited,
.sitemap_links a:hover,
.sitemap_links a:active {
	text-decoration: none;
}


/* Footer region */

#new_stuff {
	position: relative;
	left: 220px;
	top: 200px;
	width: 620px;
	height: 180px;
}

#new_stuff h2 {
	color: #CC3399;
}

#footer {
	position: relative;
	left: 10px;
	height: 530px;
	margin-top: 17px;
	background: url(../images/page-bottom_bg.png) no-repeat 50% top;
}

/* Main footer nav */

#footer_nav_main ul {
	position: relative;
	top: 250px;
	left: 190px;
	width: 690px;
	list-style: none;
	margin: 0 0 0 -40px;
}

#footer_nav_main li {
	float: left;
}

#footer_nav_main li a:link,
#footer_nav_main li a:visited {
	display: block;
	padding: 2px 7px;
	font-size: 11px;
	color: #436233;
	text-decoration: none;
}

#footer_nav_main li a:hover,
#footer_nav_main li a:active {
	color: #000;
}

/* Sub footer nav */

#footer_nav_sub ul {
	position: relative;
	top: 255px;
	left: 190px;
	width: 690px;
	list-style: none;
	margin: 0 0 0 -40px;
}

#footer_nav_sub li {
	float: left;
}

#footer_nav_sub li a:link,
#footer_nav_sub li a:visited {
	display: block;
	padding: 2px 7px;
	font-size: 11px;
	color: #83B169;
	text-decoration: none;
}

#footer_nav_sub li a:hover,
#footer_nav_sub li a:active {
	color: #666;
}


/* Copyright & Credits region */

#copyright, #credits {
	position: relative;
	top: 280px;
	font-size: 11px;
	color: #83B169;
}

#copyright {
	margin-left: 185px;
}

#credits {
	margin-right: 30px;
}

#credits a:link,
#credits a:visited {
	color: #83B169;
	text-decoration: none;
	background: none;
	padding-right: 0;
}

#credits a:hover,
#credits a:active {
	color: #436233;
}







