﻿#mantistech {
}
/* Main CSS for MantisShop */

body {
	font: 12px Tahoma,Arial,Verdana,sans-serif;
	color: #333;
	background: url(../images/body_bg.jpg) top left repeat-x;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
}

a:link, a:visited {
	color: #999;
	text-decoration: none;
}

a:hover, a:active {
	color: #B4A1C1;
	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;
}
.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;
	color: #502373;
}
quote {
	font-style: italic;
	color: #111;
}
tr.totals {
	background-color: #EDEDED;
}

.w150 {
	width: 150px;
}
.w195 {
	width: 195px;
}
.w200 {
	width: 200px;
	margin-right: 20px;
}
.w270 {
	width: 270px;
}
.w280 {
	width: 280px;
}
.w290 {
	width: 290px;
}
.w320 {
	width: 320px;
}
.w350 {
	width: 350px;
}
.w400, .form input.w400 {
	width: 400px;
}
.w100p {
	width: 100%;
}
.w450 {
	width: 450px;
}
.w670 {
	width: 670px;
}

.mr30 {
	margin-right: 30px;
}
.mb30 {
	margin-bottom: 30px;
}

.table {
}
.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 {
}

#logo {
	margin-top: 20px;
	background: url(../images/logo.png) no-repeat left top !important;
	background: url(../images/logo.gif) no-repeat left top;
}

#logo a {
	display: block;
	width: 199px;
	height: 78px;
}

#logo a span {
	display: none;
}

#controls {
}

#myaccount {
	color: #C8BAD3;
	font-size: 11px;
	padding: 5px 0;
	margin-top: 5px;
	text-align: right;
}
#myaccount a:link, #myaccount a:visited, #myaccount a:active {
	color: #000;
	text-decoration: none;
	margin-left: 10px;
}
#myaccount a:hover {
	color: #999;
}

#shoppingcart {
	color: #C8BAD3;
	font-size: 11px;
	padding: 5px 0;
	text-align: right;
}
#shoppingcart a:link, #shoppingcart a:visited, #shoppingcart a:active {
	color: #000;
	text-decoration: none;
	margin-left: 10px;
}
#shoppingcart a:hover {
	color: #999;
}

#search {
	padding: 5px 0;
	text-align: right;
}
.search {
	background: #FFF url(../images/search.jpg) no-repeat left;
	padding: 1px 15px;
	border: 1px solid #B6A5C5;
}



#welcome {
	background: #FFF url(../images/nav_welcome.jpg) no-repeat top left;
	margin-right: 30px;
	position: relative;
	z-index: 1;
}
#welcome:hover {
	background: #FFF url(../images/nav_welcome_over.jpg) no-repeat top left;
}

#products {
	background: #FFF url(../images/nav_products.jpg) no-repeat top left;
	margin-right: 30px;
}
#products:hover {
	background: #FFF url(../images/nav_products_over.jpg) no-repeat top left;
}

#faqs {
	background: #FFF url(../images/nav_faq.jpg) no-repeat top left;
	margin-right: 30px;
}
#faqs:hover {
	background: #FFF url(../images/nav_faq_over.jpg) no-repeat top left;
}

#aboutus {
	background: #FFF url(../images/nav_about.jpg) no-repeat top left;
	margin-right: 30px;
}
#aboutus:hover {
	background: #FFF url(../images/nav_about_over.jpg) no-repeat top left;
}

#contactus {
	background: #FFF url(../images/nav_contact.jpg) no-repeat top left;
	margin-right: 0px;
}
#contactus:hover {
	background: #FFF url(../images/nav_contact_over.jpg) no-repeat top left;
}

#header_nav {
	position: relative;
	z-index: 0;
	margin: 0;
	padding-bottom: 20px;
}

#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: 110px 0 0 0;
	color: #707070;
	text-decoration: none;
	width: 110px;
	font-size: 16px;
	position: relative;
	z-index: 10;
}

#header_nav li a:hover, #header_nav li a:active {
	color: #491B6D;
}

/* Body region */

#bodycontent {
	position: relative;
	top: 30px;
	margin-bottom: 30px;
	background: url(../images/content_bg.gif) bottom right no-repeat;
}

#left_col {
	position: relative;
	width: 200px;
	margin-right: 30px;
}
#info_menu {
}

#info_menu ul {
	list-style: none;
	margin: 0 0 0 -40px;
}

#info_menu li {
	float: left;
}

#info_menu li a:link, #info_menu li a:visited {
	text-decoration: none;
	color: #999999;
	line-height: 20px;
	font-size: 11px;
	padding: 0px 9px;
	width: 200px;
	display: block;
}

#info_menu li a:hover, #info_menu li a:active {
	color: #491B6D;
	background: url(../images/hover.jpg) top left no-repeat;
}

#content {
	width: 670px;
	margin-top: 20px;
}

#right_col {
	display: none;
}

#defaultcontent {
	width: 470px;
	margin-right: 20px;
	float: left;
	
}
#defaultcontent p {
	color: #333333;
	font-size: 11px;
}
#defaultright {
	width: 170px;
	float: right;
}
#subscribe {
	color: #333333;
	font-size: 11px;
}

#subscribe input {
	margin: 5px 0;
	width: 170px;
}

#featured {
	
}

#featured div {
	margin: 10px 0;
}

#featured img {
	border: 1px solid #F0F0F0;
	width: 168px;
}
#featured a {
	color: #7F5F98;
	text-decoration: none;
	font-size: 11px;
}

h1 {
	font: 22px calibri,Tahoma,Arial,Verdana,sans-serif;
	margin-bottom: 10px;
	color: #CCCCCC;
	font-style: italic;
}

h2 {
	font: 18px calibri,Tahoma,Arial,Verdana,sans-serif;
	margin-bottom: 10px;
	color: #502373;
}

h3 {
	font: 15px calibri,Tahoma,Arial,Verdana,sans-serif;
	color: #CCCCCC;
	font-weight: normal;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #502373;
}

.hr {
	border-bottom: 2px solid #F0F0F0;
	margin: 10px 0 20px 0;
}




/* 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;
	clear: both;
}

.form label {
	float: left;
	width: 120px;
}

.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;
}

/* 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: 180px;
	padding: 10px;
}
.prod_listing:hover {
	background-color: #F9F8FA;
}
.prod_listing .img {
	height: 130px;
	overflow: hidden;
}

.prod_listing .title {
	margin-top: 10px;
	color: #B4A1C1;
	font-weight: bold;
}

.prod_listing .price {
	font-size: 11px;
	color: #999;
}

/* Global product listing pagination */

.pagination {
}

.pagination .prev {
}

.pagination .next {
}

.pagination_link {
}

/* Main Category listings - all_categories.aspx */

.all_cats {
}

span.allcats span {
	position: absolute;
}

.all_cats a:link, .all_cats a:visited {
	display: block;
	float: left;
	width: 300px;
	font-size: 18px;
	color: #BBB;
	text-decoration: none;
	padding: 10px;
	font-weight: normal;
}

.all_cats a:hover, .all_cats a:active {
	color: #B4A1C1;
}

/* 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;
	color: #502373;
}

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 */
#footerwrapper {
	position: relative;
	top: 20px;
	border-top: 2px solid #F0F0F0;
}

#footer {
	position: relative;
	top: 12px;
	width: 900px;
	margin: 0 auto;
}
#footer_nav {
	margin: 0 auto;
	text-align: center;
	width: 860px;
	margin: 0 220px;
}

#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;
	margin: 0px 8px;
	color: #9176A7;
	text-decoration: none;
	font-size: 10px;
}

#footer_nav li a:hover, #footer_nav li a:active {
	color: #999999;
}

#copyright {
	color: #C1C1C1;
	font-size: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#credits {
	margin-top: 10px;
}

#credits a {
	color: #C1C1C1;
	font-size: 10px;
	text-decoration: none;
}

.faq .title {
	padding: 5px 10px;
	background: #F3F3F3;
	color: #B4A1C1;
	margin-bottom: 10px;
}
.faq .hr {
	margin: 10px 0 0 0;
}
.order label {
	float: left;
	width: 60px;
	font-weight: bold;
}




