﻿#mantisshop {}
/* Main CSS for MantisShop */

html 
{
    background: #395480 url(../images/body_bg.png) repeat-x left top;
}

body {
	font: 15px calibri,"Lucida Sans Unicode",Tahoma,Arial,Verdana,sans-serif;
	color: #000;
	
}

#wrapper {
	margin: 0 auto;
	width: 900px;
}

a:link,
a:visited {
	
	text-decoration: none;
}

a:link img,
a:visited img {
	border: none;
}

a:hover,
a:active {
	color: #6581AB;
	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, z
.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 td {background-color: yellow; padding: 5px;}

.w150 {width: 150px;}
.w195 {width: 195px;}
.w270 {width: 270px;}
.w280 {width: 280px;}
.w290 {width: 290px;}
.w350 {width: 350px;}
.w400, .form input.w400 {width: 400px;}
.w450 {width: 450px;}
.w100p {width: 100%;}

.mr30 {margin-right: 30px;}
.mr50 {margin-right: 50px;}
.mb30 {margin-bottom: 30px;}

.table {}
.alt_item {background: #ffff9e;}
.hr {
	height: 20px;
	border-bottom: dotted 2px #151F2F;
	margin-bottom: 20px;
}
.admin_head td
{
    font-size: 16px;
    background-color: yellow; padding: 5px;
}
.margin20 
{
    margin-right: 10px;
    padding: 10px;
}


/* Messages */

.msg_warning {
	background: url(../images/icon_warning.png) no-repeat center left;
	margin: 10px 0;
	padding-left: 18px;
	font-size: 16px;
	color: #990000;
}

/* Header region */

#header {
	background: url(../database/header.jpg) no-repeat left top;
}

#logo {
	
}

#logo a {
	display: block;
	width: 225px;
	height: 150px;
}

#logo a span{
	display: none;
}

#controls {
	
}

#myaccount {
	
}

#shoppingcart {
	margin-top: 125px;
	font-size: 17px;
}
#shoppingcart a:link, #shoppingcart a:visited, #shoppingcart a:active {
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
}
#shoppingcart a span {
	font-size: 14px;
}

#search {
	
}

#header_nav {
	background: url(../images/nav_bg.jpg) repeat-x left top;
	width: 900px;
	height: 30px;
	z-index: 9999;
}

#header_nav ul {
	list-style: none;
	margin: 0 0 0 -40px;
	z-index: 9999;
}

#header_nav li {
	float: left;
	z-index: 9999;
}

#header_nav li a:link,
#header_nav li a:visited {
	display: block;
	padding: 5px 15px 4px 24px;
	font-size: 17px;
	color: #FFF;
	text-decoration: none;
}

#header_nav li a:hover,
#header_nav li a:active {
	background: url(../images/nav_over.jpg) repeat-x left top;
	
}

/* drop downs */

#header_nav ul li ul {
	display: none;
	margin-top: -1px !important;
	margin-top: 24px;
	width: 200px;
	position: absolute;
	left: 50%;
	margin-left: -409px;
}

#header_nav ul li:hover ul {
	display: block;
}

#header_nav ul li ul li {
	width: 180px;
	z-index: 1000;
}

#header_nav ul li ul li a:link,
#header_nav ul li ul li a:visited {
	display: block;
	line-height: 10px;
	font-size: 16px;
	color: #FFF;
	padding: 10px 20px;
	text-decoration: none;
	text-align: left;
	background: #2F4871;
}

#header_nav ul li ul li a:hover,
#header_nav ul li ul li a:active {
	color: #FFF;
	background: #475D7F;
}

/* Body region */

#body {
	background-color: #fff;
	padding: 20px;
}

#left_col {
	width: 200px;
	margin-right: 30px;
	display: none;
}

#content {
	width: 860px;
}

#right_col {
	display: none;
}

h1 {
	font-size: 22px;
	margin-bottom: 10px;
	color: #000;
}

h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

span.date {
	font-size: 11px;
	color: #999;
}

/* Website Links page */

a.weblink:link,
a.weblink:visited {
	float: left;
	display: block;
	width: 45%;
	margin: 0 10px 10px 0;
	padding: 10px;
	text-decoration: none;
	background: #F5F5F5;
	background-image: none;
}

a.weblink:hover,
a.weblink:active {
	padding: 9px;
	border: solid 1px #CCC;
	background: #EEE;
}

.weblink .site_title {
	font-weight: bold;
	color: #000;
}

.weblink .site_url {
	font-size: 11px;
	color: #666;
}

/* Sitemap page */

.sitemap_block {
	width: 200px;
	margin-bottom: 20px;
	padding: 10px;
	
}

.sitemap_block:hover {
	padding: 10px;
}

.sitemap_block a:link, 
.sitemap_block a:visited {
	display: block;
	line-height: 15px;
	text-decoration: none;
}

.sitemap_block a:hover, 
.sitemap_block a:active {
	font-weight: bold;
}

#flashcontent 
{
    border: 3px solid #39537C;
    width: 300px;
    margin-bottom: 20px;
}

 .defaultcat a
{
    width: 140px;
    height: 140px;
    border: 3px solid #39537C;
    float: left;
    text-align: center;
    margin: 0 13px;
    text-decoration: none;
}
 .defaultcat a p 
{
    text-decoration: none;
    background: url(../images/cat_bg.png) repeat left top;
    color: #FFF;
    font-size: 16px;
    width: 140px;
    line-height: 24px;
    margin-top: -24px;
    position: relative;
    z-index: 100;
}
 .defaultcat a img 
{
    position: relative;
    z-index: 0;
}

/* Form layout and formating - leaving as much as possible up to the browser */

.form {
	padding: 10px;
	border: solid 3px #1A1A1A;
	background: #262626;
	width: 400px;
	color: #fff;
}


.form2 {
	padding: 10px;
	border: solid 3px #1A1A1A;
	background: #262626;
	width: 200px;
	text-align: center;
	color: #fff;
}

.clean {
	padding: 0;
	border: none;
	background: none;
}

.form p {
	position: relative;
	margin-bottom: 10px;
	color: #fff;
}

.form label {
	float: left;
	width: 120px;
	color: #fff;
}

.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 {
	position: relative;
	width: 170px;
	height: 205px;
	background: #395480;
	padding: 10px;
	margin: 10px;
}


.prod_listing a:link,
.prod_listing a:visited {
	color: #d9d900;
	text-decoration: none;
}



.prod_listing .img img {
  max-width: 170px;
  max-height: 170px;
  min-width: 170px;
  margin-top: 0;
}

.prod_listing .title {
	position: absolute;
	font-size: 16px;
	text-decoration: none;
	top: 142px;
	width: 170px;
}

.prod_listing .price 
{
    
	font-size: 12px;
	text-decoration: none;
	padding-top: 6px;
}

span.smaller {
	position: relative;
	
	font-size: 11px;
	padding: 5px;
}

a.noline:link,
a.noline:hover {
	text-decoration: none;
	color: #FFF;
}

/* 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: 24px;
	text-decoration: none;
	padding: 5px 10px;
	width: 300px;
	margin: 0 20px 0 0;
}

.all_cats a:hover, 
.all_cats a:active 
{
    background-color: #1D2A40;
    color: #FFF;
	
}

/* 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 {
	
	margin: 0 0 10px 0;
	display: block;
	clear: both;
	
}

a.payment_method:hover,
a.payment_method:active {
	
}
/*
.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: #30476C;
	color: #FFF;
}
#contentleft 
{
    float: left;
    font-size: 16px;
    line-height: 26px;
}
#contentright 
{
    width: 320px;
    float: right;
}
#contentright-flash
{
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: 120px;
	height: 265px;
    width: 320px;
    float: right;
}
/* Footer region */

#footer {
	position: relative;
	top: 10px;
	margin-bottom: 20px;
	font-size: 12px;
}

#footer_nav ul {
	list-style: none;
	margin: 0 8px;
}

#footer_nav li {
	float: left;
}

#footer_nav li a:link,
#footer_nav li a:visited {
	display: block;
	padding: 0 10px;
	font-size: 12px;
	
	color: #FFF;
	text-decoration: none;
}

#footer_nav li a:hover,
#footer_nav li a:active {
	text-decoration: underline;
}

#copyright {
	color: #9CAAC0;
	font-size: 12px;
}

#credits a:link, #credits a:active, #credits a:visited {
	color: #9CAAC0;
	text-decoration: none;
	font-size: 12px;
	
}
#credits a:hover {
	text-decoration: underline;
	
}
#logos
{
    width: 225px;
    margin: 0 auto;
    margin-top: 20px;
}
.share { float:right; padding: 10px; margin-bottom: -40px;}
.share a:link { background: none; }

