﻿#mantisshop {}
/* Main CSS for MantisShop */

html {
	
}

body {
	font: 12px "Lucida Grande","Lucida Sans Unicode",Tahoma,Arial,Verdana,sans-serif;
	color: #333;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
}

a:link,
a:visited {
	color: #000;
}

a:hover,
a:active {
	color: #CE0F46;
}

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;}

.w150 {width: 150px;}
.w160 {width: 160px;}
.w195 {width: 195px;}
.w270 {width: 270px;}
.w280 {width: 280px;}
.w290 {width: 290px;}
.w350 {width: 350px;}
.w400, .form input.w400 {width: 400px;}
.w100p {width: 100%;}

.mr5 {margin-right: 5px;}
.mr20 {margin-right: 20px;}
.mr30 {margin-right: 30px;}
.mr50 {margin-right: 50px;}
.mb30 {margin-bottom: 30px;}

.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 {
	margin: 30px 0 -30px 0;
}

#logo {
	position: relative;
	top: 20px;
	left: 12px;
	background: url(../images/logo.jpg) no-repeat left top !important;
}

#logo a {
	display: block;
	width: 200px;
	height: 81px;
}

#logo a span{
	display: none;
}

#controls {
	position: relative;
	top: 20px;
	width: 600px;
	margin-right: 13px;
	color: #333;
	text-align: right;
}

#controls a:link,
#controls a:visited {
	color: #333;
}

#controls a:hover,
#controls a:active {
	color: #CE0F46;
}


#shoppingcart {
	position: relative;
	top: 10px;
}

#search {
	
}

/* Header Navigation */

#header_nav {
	position: relative;
	margin: 40px 0;
	display: block;
	background: url(../images/header_nav_bg.png) no-repeat left top;
	z-index: 10;
}

#header_nav ul {
	list-style: none;
	margin: 0 0 0 -42px;
}

#header_nav li {
	float: left;
}

#header_nav li a:link,
#header_nav li a:visited {
	display: block;
	padding: 5px 15px;
	margin-right: 10px;
	font-size: 14px;
	color: #333;
	text-decoration: none;
}

#header_nav li a:hover,
#header_nav li a:active {
	color: #ce0f46;
}


/* Body region */

#body_top {
	margin-top: 20px;
	height: 21px;
	background: url(../images/content_bg_top.png) no-repeat left top;
}

#body {
	padding: 0 24px;
	background: url(../images/content_bg.png) repeat-y left;
}

#body_bottom {
	height: 84px;
	background: url(../images/content_bg_bottom.png) no-repeat left top;
}

#left_col {
	width: 200px;
	margin-right: 30px;
}

a.info_menu:link,
a.info_menu:visited {
	display: block;
	padding-left: 10px;	
	font-size: 11px;
	line-height: 30px;
	text-decoration:none;
	color: #666;
	border-bottom: solid 3px #E6E6E6;
	width: 175px;
}

a.info_menu:hover,
a.info_menu:active {
	color: #000;
	border-bottom: solid 3px #CE0F46;
}

#content {
	width: 670px;
}

#content ol {
	margin-left: 40px;
}

#content .contact-form {
	position: absolute;
	top: 170px;
	left: 50%;
	margin-left: 130px;
}

#content .homepage_content {
	float: left;
	width: 330px;
}

#content .homepage_slideshow {
	float: right;
	width: 320px;
}

#flashcontent {
	border: solid 1px #EEE;
}

#right_col {
	display: none;
}

h1 {
	font-size: 24px;
	margin: 10px 0;
}

h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

h3 {
	font-size: 14px;
	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;
	background: #F5F5F5;
}

.sitemap_block:hover {
	padding: 9px;
	border: solid 1px #CCC;
	background: #EEE;
}

.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;
}


/* Form layout and formating - leaving as much as possible up to the browser */

.form {
	padding: 10px;
	border: solid 1px #CCC;
	background: #F3F3F3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;}

.clean {
	padding: 0;
	border: none;
	background: none;
}

.form p {
	position: relative;
	margin-bottom: 10px;
}

.form label {
	float: left;
	width: 100px;
}

.form input,
#left_col input {
	width: 150px;
	padding: 3px;
}

.form input[type="submit"],
#left_col input[type="submit"] {
	width: auto;
	padding: 0;
}

.form input[type="checkbox"] {
	float: left;
	width: auto;
	padding: 0;
}

.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: 320px;
	height: 180px;
	margin-right: 10px;
}

.prod_listing .img {
	margin-right: 10px;
	border: 1px solid #EEE;
}

.prod_listing .title {
	font-size: 14px;
}

.prod_listing .title a:link,
.prod_listing .title a:visited {
	text-decoration: none;
}

.prod_listing .price {
	margin-top: 10px;
}

/* Global product listing pagination */

.pagination {
	
}

.pagination .prev {
	
}

.pagination .next {
	
}

.pagination_link {
	
}

/* Main Category listings - all_categories.aspx */

.all_cats a:link,
.all_cats a:visited {
	display: block;
	width: 190px;
	margin: 0 20px 20px 0;
	padding: 10px;
	border: 1px solid #EEE;
	font-size: 20px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.all_cats a:hover, 
.all_cats a:active {
	border: 1px solid #CE0F46;
}

/* Sub Category lists */

.sub_cat_list a:link,
.sub_cat_list a:visited {
	margin: 2px;
	padding: 2px 6px;
	text-decoration: none;
	border: 1px solid #EEE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.sub_cat_list a:hover,
.sub_cat_list a:active {
	padding: 2px 6px;
	color: #FFF;
	border: 1px solid #CE0F46;
	background: #CE0F46;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* 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: 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 {
	position: relative;
	top: -30px;
	margin: 0 auto 40px auto;
	width: 930px;
	font-size: 10px;
	color: #777;
}

#footer_nav ul {
	list-style: none;
	margin: 0 0 0 -43px;
}

#footer_nav li {
	float: left;
}

#footer_nav li a:link,
#footer_nav li a:visited {
	display: block;
	padding: 5px 5px;
	margin-right: 10px;
	color: #777;
	text-decoration: none;
}

#footer_nav li a:hover,
#footer_nav li a:active {
	color: #CE0F46;
}

#copyright {
	
}

#credits a:link,
#credits a:visited {
	color: #777;
	text-decoration: none;
}

#credits a:hover,
#credits a:active {
	color: #CE0F46;
}


/* iPhone exclusions for normal browsers */

ip-controls * {
	display: none;
}




