﻿#mantistech {}
/* Main CSS for MantisShop */

html {
	border-bottom: solid 9px #CE1B1B;
}

body {
	position: relative;
	padding-top: 25px;
	font: 13px "Century Gothic",Tahoma,Arial,Verdana,sans-serif;
	color: #333;
	border-top: solid 9px #CE1B1B;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
}

a:link,
a:visited {
	color: #CC3300;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #000;
	cursor: pointer;
}

a {outline: none;}

.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;}
tr.totals {background-color: #EDEDED;}
.hidden {display: none;}

.w150 {width: 150px;}
.w195 {width: 195px;}
.w253 {width: 253px;}
.w270 {width: 270px;}
.w280 {width: 280px;}
.w290 {width: 290px;}
.w350 {width: 350px;}
.w400, .form input.w400 {width: 400px;}
.w100p {width: 100%;}

.h10 {height: 10px;}

.mr30 {margin-right: 30px;}
.mb30 {margin-bottom: 30px;}

.table {}
.alt_item {background: #EDEDED}

quote {
	display: block;
	padding: 15px 30px 10px 30px;
	border: dotted 1px #CCC;
	background: #F5F5F5;
}

quote:before {
	margin-left: -20px;
	content: open-quote;
	font: 30px "Times New Roman",Arial;
	color: #CCC;
	line-height: 12px;
}

quote:after {
	margin-left: 610px;
	content: close-quote;
	font: 30px "Times New Roman",Arial;
	color: #CCC;
	line-height: 12px;
}

quote p {
	padding-bottom: 5px;
}

em.quote {
	padding: 5px;
	background: #F5F5F5;
}

/* 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 {
	background: url(../images/header_logo.jpg) no-repeat left top;
}

#logo a {
	display: block;
	width: 165px;
	height: 107px;
}

#logo a span{
	display: none;
}

#controls {
	width: 220px;
}

a.whats_new:link, 
a.whats_new:visited,
a.cart:link, 
a.cart:visited,
a.contact_us:link, 
a.contact_us:visited,
a.login:link, 
a.login:visited {
	display: block;
	width: 50px;
	height: 60px;
	padding-top: 37px;
	font-size: 10px;
	color: #CCC;
	text-align: center;
	text-decoration: none;
	line-height: 12px;
}

a.whats_new {
	background: url(../images/icon_header_whats_new.jpg) no-repeat center top;
}

a.cart {
	background: url(../images/icon_header_cart.jpg) no-repeat center top;
}

a.contact_us {
	background: url(../images/icon_header_contact_us.jpg) no-repeat center top;
}

a.login {
	background: url(../images/icon_header_login.jpg) no-repeat center top;
}


a.whats_new:hover, 
a.whats_new:active,
a.cart:hover, 
a.cart:active,
a.contact_us:hover, 
a.contact_us:active,
a.login:hover, 
a.login:active {
	color: #333;
}

a.whats_new:hover {
	background: url(../images/icon_header_whats_new_on.jpg) no-repeat center top;
}

a.cart:hover {
	background: url(../images/icon_header_cart_on.jpg) no-repeat center top;
}

a.contact_us:hover {
	background: url(../images/icon_header_contact_us_on.jpg) no-repeat center top;
}

a.login:hover {
	background: url(../images/icon_header_login_on.jpg) no-repeat center top;
}

#header_nav {
	margin: -20px 0 20px 0;
}

#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 {
	display: block;
	padding: 3px 40px 12px 6px;
	font-size: 15px;
	color: #585858;
	text-decoration: none;
	text-transform: lowercase;
	background: url(../images/header_nav_bg.gif) no-repeat left top;
}

#header_nav li a:hover,
#header_nav li a:active {
	padding: 7px 36px 8px 10px;
	color: #000;
	background: url(../images/header_nav_bg_on.gif) no-repeat left top;
}

/* Body region */

#body {
	
}


/* Left Column */

#left_col {
	width: 200px;
	margin-right: 30px;
}

#left_col h1 {
	margin-bottom: 5px;
}

#left_col ul {
	list-style: none;
	margin-left: -40px;
}


/* Accordion Menu classes */

.accordion {
  width: 200px; /* width of menu */
}

a.menuitem {
  font: 14px "Century Gothic", Verdana, Helvetica, sans-serif;
  color: #585858;
  display: block;
  width: auto;
  text-decoration: none;
  text-transform: lowercase;
}

a.menuitem:hover,
a.menuitem:active {
  color: #CE1B1B;
}

.accordion div.submenu { /* DIV that contains each sub menu */
	font-size: 11px;
  text-transform: lowercase;
}

.accordion div.submenu ul { /* UL of each sub menu */
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 50px;
}

.accordion div.submenu ul li {
	display: block;
}

.accordion div.submenu ul li a.sub:link,
.accordion div.submenu ul li a.sub:visited {
  display: block;
  width: 180px;
  color: #000;
  text-decoration: none;
}

.accordion div.submenu ul li a.sub:hover,
.accordion div.submenu ul li a.sub:active {
  color: #CE1B1B;
}





/* Content region */

#content {
	width: 670px;
}

h1 {
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: normal;
	color: #BBB;
	border-bottom: solid 1px #E3E3E3;
	text-transform: lowercase;
}

h1.red {
	color: #CE1B1B;
}

h1 em {
	font-size: 13px;
	color: #376828;
	font-style: normal;
}

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-bottom: dotted 2px #EDEDED;
	margin-bottom: 20px;
}

#right_col {
	display: none;
}

.sitemap_list a {
	margin-left: 20px;
	line-height: 20px;
	text-decoration: none;
}

/* Form layout and formating - leaving as much as possible up to the browser */

.form {
	padding: 10px;
	border: dotted 1px #CCC;
	background: #F5F5F5;
}

.clean {
	padding: 0;
	border: none;
	background: none;
}

.form p {
	position: relative;
	margin-bottom: 10px;
}

.form label {
	float: left;
	width: 100px;
}

input,
select,
textarea {
	font: 12px "Century Gothic",Tahoma,Arial,Verdana,sans-serif;
}

.form input {
	width: 150px;
}

.form input[type="submit"] {
	width: auto;
	font-size: 12px;
}

.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 {
	
}

.feat_prod_listing title {
	
}

.feat_prod_listing price {
	
}

.feat_prod_listing image {
	
}

.feat_prod_listing desc {
	
}

/* Typical product listings */

.prod_listing {
	width: 223px;
	height: 220px;
	margin-bottom: 10px;
}

.prod_listing .img {
	margin-right: 20px;
}

.prod_listing .title {
	
}

.prod_listing .price {

}

div #content .sub_cats {
	margin-right: 20px;
}

/* Product details page */

.prodview_mainimg {
	float: left;
	width: 280px;
	height: 280px;
	overflow: hidden;
	margin-right: 10px;
}

.prodview_extraimgs {
	float: left;
	width: 250px;
	padding-right: 40px;
}

.prodview_extraimgs .extraimg {
	float: left;
	margin-bottom: 8px;
	z-index: 100;
}


/* 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 {

}

/* Recommended product listings */

#ctl00_ctPublic_rpProds span {
	float: left;
	width: 223px;
}

/* 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 10px;
	text-decoration: none;
}

.cust_nav a:hover,
.cust_nav a:active {
	background: #DEDEDE;
}

/* Footer region */

#footer_wrapper {
	position: relative;
	background: #EFEFEF;
}

#footer,
#footer_notes {
	margin: 0 auto;
	width: 900px;
}

#footer_nav ul {
	list-style: none;
	margin: 0 0 0 -45px;
}

#footer_nav li {
	float: left;
}

#footer_nav li a.first:link,
#footer_nav li a.first:visited {
	padding: 5px;
}

#footer_nav li a:link,
#footer_nav li a:visited {
	padding: 5px 5px 5px 7px;
	font-size: 11px;
	color: #999;
	text-decoration: none;
	line-height: 26px;
}

#footer_nav li a:hover,
#footer_nav li a:active {
	color: #000;
}

#footer_notes_wrapper {
	margin: 10px 0 20px 0;
	font-size: 10px;
	color: #AAA;
	background: #FFF;
}

.copyright {
	
}

.credits {
	
}




