﻿#mantisshop {}
/* Main CSS for MantisShop */

html 
{
    background: #3A3840 url(../images/body_bg.png) repeat-x top left;
}

body {
	font: 12px "century gothic",Tahoma,Arial,Verdana,sans-serif;
	color: #000;
	
}

#wrapper {
	margin: 0 auto;
	width: 800px;
}

a:link,
a:visited {
	color: #000;
}

a:hover,
a:active {
	color: #666;
	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;}

.w150 {width: 150px;}
.w195 {width: 195px;}
.w270 {width: 270px;}
.w280 {width: 280px;}
.w300 {width: 300px;}
.w290 {width: 290px;}
.w350 {width: 350px;}
.w400, .form input.w400 {width: 400px;}
.w100p {width: 100%;}
.w500 {width: 500px;}

.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 {
	
}

#logo {
	margin-top: 20px;
	background: url(../images/logo.jpg) no-repeat left top;
}

#logo a {
	display: block;
	width: 257px;
	height: 71px;
}

#logo a span{
	display: none;
}

#controls {
	
}

#myaccount {
	
}

#shoppingcart {
	background: url(../images/cart.jpg) no-repeat right top;
	padding-right: 50px;
	height: 54px;
	margin-top: 20px;
	margin-bottom: -30px;
	padding-top: 40px;
	text-align: right;
}
#shoppingcart a 
{
    display: block;
    color: #FFF;
    text-decoration: none;
    font-size: 11px;
}

#shoppingcart a:hover 
{
    color: #BDBDBE;
}

#search {
	
}

#header_nav {
	margin: 10px -31px 10px 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 {
	padding: 0 29px 0 0;
	color: #FFF;
	text-decoration: none;
	text-transform:uppercase;
	font-size: 16px;
}

#header_nav li a:hover,
#header_nav li a:active {
	color: #BDBDBE;
}

/* Body region */

#body {
	background: #FFF url(../images/content_top.jpg) no-repeat top left;
	padding: 20px;
	min-height: 200px;
}

#left_col {
	width: 220px;
	height:320px;
	padding-right: 20px;
	margin-right: 20px;
	background: #FFF url(../images/left_col.jpg) repeat-y top right;
}

#left_col div
{
    margin: 20px 0;
}

#left_col div .input
{
   margin-left: 18px;
   width: 150px;
   height: 22px;
   float: left;
   border: 1px solid #CCCCCC;
   padding: 2px 10px 0 10px;
   font-size: 11px;
   color: #000000;
   text-transform: uppercase;
   margin-top: 10px;
}

#left_col div .button
{
   background: #FFF url(../images/default_arrow.jpg) no-repeat top right;
   width: 14px;
   height: 33px;
   float: right;
   border: none;
   margin: none;
}



#content {
	
}

#defaultwrapper 
{
    margin: -20px;
}

#defaultimage 
{
    float: left;
    background: url(../images/default_image.jpg) no-repeat bottom left;
    padding-left: 300px;
    
}

#productsimage 
{
    float: left;
    background: url(../images/default_image.jpg) no-repeat bottom left;
    padding-left: 300px;
    min-height:300px;
    margin-bottom:-22px;
}


#defaultcontent
{
    float: right;
    font-size: 14px;
    padding: 40px 40px 10px 40px;
    width: 420px;
}

#defaultcontent h1
{
    font-size: 14px;
}

#defaultcontent img
{
    border: none;
    margin-top: 20px;
}

#defaultproducts 
{
    padding: 0 20px;
}

#defaultbar 
{
    background: url(../images/defaultbar.jpg) repeat-x top left;
    width: 800px;
    height: 30px;
    clear: both;
}
#defaultbar h1
{
    margin-left: 5px;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFF;
}

h1 {
	font-size: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h2 {
	font-size: 16px;
	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: dotted 1px #CCC;
	background: #F3F3F3;
}

.clean {
	padding: 0;
	border: none;
	background: none;
}

.form p {
	position: relative;
	margin-bottom: 10px;
}

.form label {
	float: left;
	width: 110px;
}

.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: 150px;
	height: 180px;
	padding: 10px;
	margin-right: 20px;
}

.prod_listing .img {
	margin-right: 20px;
}

.prod_listing .title a
{
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
	
}

.prod_listing:hover
{
    background-color: #F5F5F5;
	
}

.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;
	width: 340px;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
	background: #FFF url(../images/default_arrow.png) no-repeat center left;
	padding-left: 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 */

.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 {
	 background: url(../images/footer_bg.png) no-repeat top left;
	 height: 73px;
	 padding-top: 10px;
	 text-align: center;
}

#footer_nav ul {
	list-style: none;
	margin: 0 0 0 -40px;
	padding: 10px 113px;
	text-align: center;
}

#footer_nav li {
	float: left;
	text-align: center;
}

#footer_nav li a:link,
#footer_nav li a:visited {
	padding: 0 10px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}

#footer_nav li a:hover,
#footer_nav li a:active {
	
	color: #FFF;
}

#copyright {
	padding: 0 10px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}

#credits a {
	padding: 0 10px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}

.title {
	display:block;
	width:100px;
	text-align:center;
	color:#fff; 
	position:relative;
	margin:-25px 0 0;
	line-height:25px;
	font-size:9px;	
}
