﻿#mantisshop {}
/* Main CSS for MantisShop */

.button 
{
   	color: #FFF;
	border: none;
	background-color: #999;
	font-size: 10px; 
    padding:  4px 2px 2px 2px;
    margin-left: 4px;
   
}

.borderbutton 
{
   border-top: 1px solid #999;
   border-bottom: 1px solid #999;
   border-left: none;
   border-right: none;
   background-color: white;
	
	font-size: 10px; 
    padding:  4px 2px 2px 2px;
    
   
}


body {
	font: 12px Arial;
	color: #333;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
}

a:link,
a:visited {
	color: #999;
	text-decoration: none;
}

a:hover,
a:active {
	color: #333333;
	cursor: pointer;
}




a {
	outline: none;
	cursor: pointer;
}

a.active {
	color: #000;
}

.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;}
.w250 {width: 250px;}
.w270 {width: 270px;}
.w280 {width: 280px;}
.w290 {width: 290px;}
.w350 {width: 350px;}
.w430 {width: 410px;}
.w400, .form input.w400 {width: 400px;}
.w100p {width: 100%;}

.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: 231px;
	height: 97px;
}

#logo a span{
	display: none;
}

#controls {
	
}

#myaccount {
	
}

#shoppingcart 
{
    color: #999999;
    margin-top:20px;
	
}

#bag 
{
    background: url(../images/bag.png) no-repeat left top;
    padding-left: 37px;
    line-height: 30px;
    font-weight: bold;
}
#bag a
{
    color: #999;
    text-decoration: none;
}


#search {
	color: #999;
	font-weight: bold;
	line-height: 17px;
	text-align: right;
}

#search input {
	color: #999;
	border: #999 1px solid;
	width: 150px;
	height: 17px;
}
#search .button {
	color: #FFF;
	border: none;
	background-color: #999;
	width: 35px;
	float:right;
    height:19px;
    line-height: 19px;
    padding: 0px 0px 4px 0px;
    margin-left: 6px;
}

#header_nav {
	margin: 12px 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: 5px 0;
	margin-right:54px;
	color: #333;
	font-size: 16px;
	text-decoration: none;
}

#header_nav li a.last:link,
#header_nav li a.last:visited {
	margin-right: 0px;
}


#header_nav li a:hover,
#header_nav li a:active {
	text-decoration: underline;
}


/* Share link */

#share {
	float: right;
	margin: 5px -12px 0 0;
}

#share a {
	background: none;
	padding: none;
}


/* Body region */

#body {
	
}

#left_col {
	width: 200px;
	margin-right: 30px;
}

#content {
	width: 900px;
}

.defaultimages 
{
    background-color: #DFDFDF;
    padding-bottom: 5px;
}

.slideshow 
{
    float: left;
    width: 900px;
    margin: 5px 0px 0 0;
}
.defaultlinks 
{
    float: right;
    width: 133px;
    margin: -300px 10px 0px 0px;
    
}
.defaultlinks a
{
    margin-top: 5px;
    border: 0;
    display: block;
}


#right_col {
	display: none;
}

h1 {
	font-size: 24px;
	margin-bottom: 10px;
	color: #999;
}

h2 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #333;
}

h3 
{
    color: #bbb;
	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 {
	color: #666;
}

a.weblink:hover,
a.weblink:active {
	color: #cd0000;
}

.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;
	
}

.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 {
	background: #999;
	padding: 5px;
	margin-right: 15px;
	width: 200px;
}

.prod_listing .img {
}

.prod_listing .title a 
{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
	
}
.prod_listing .title
{
    
    text-align: center;
    width: 200px;
    padding: 0 0 5px 0;
	
}

.prod_listing .price {
	text-align: center;
    width: 200px;
    padding: 5px 0 0 0;
    color: #fff;
    font-size: 14px;
}

/* 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;
	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 {

}

/* 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 {
	margin-top: 20px;
}

#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;
	padding: 5px 0;
	margin-right:43px;
	color: #999999;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

#footer_nav li a.last:link,
#footer_nav li a.last:visited {
	margin-right: 0px;
}

#footer_nav li a:hover,
#footer_nav li a:active {
	text-decoration: underline;
}

#copyright {
	color: #999999;
	font-size: 11px;
}

#credits {
	color: #999999;
	font-size: 11px;
}
#credits a {
	color: #999999;
	font-size: 11px;
	text-decoration: none;
}
#subscribe {
	color: #999;
	font-weight: bold;
	line-height: 15px;
	text-align: right;
	font-size: 10px;
	width: 310px;
	float: right;
}

#subscribe input {
	color: #999;
	border: #999 1px solid;
	width: 85px;
	height: 13px;
	font-size: 10px;
}
#subscribe .button 
{
    position: relative;
	color: #FFF;
	border: none;
	background-color: #999;
	width: 35px;
    height:14px;
    font-size: 10px; 
    float: right;
    padding: 0px 0px 2px 0px;
  
     padding: 1px 0px 4px 0px;
}
#inputs 
{
    float: right;
    margin-top: 5px;
}
#links 
{
    float: right;
    margin-left: 6px;
}






/* Category Menu classes */

a.menuitem {
  color: #272727;
  display: block;
  width: auto;
  text-decoration: none;
	font: 14px/14px Arial, Times, serif;
	padding: 5px 0 5px 5px;
}

a.menuitem:hover,
a.menuitem:active {
  	color: #2a90a8;
}

a.menuitem_hr {
  color: #272727;
  display: block;
  width: auto;
  text-decoration: none;
	font-size: 10px;
	padding: 5px 0px 5px 0px;
		font-weight:bold;
		border-bottom: solid 1px black;
		margin-right:10px;
		
}

a.menuitem_hr:hover,
a.menuitem_hr:active {
  	color: #2a90a8;
}

a.activemenuitem {
  	color: #272727;
  display: block;
  width: auto;
  text-decoration: none;
	font-size: 11px;
	padding: 5px 0 5px 5px;
	font-weight:bold;
}

a.activemenuitem:hover,
a.activemenuitem:active {
  
	color: #2a90a8;
}



a.breadcrumbmenu {
  	color: #272727;
    text-decoration: none;
	font-size: 11px;
	font-weight:bold;
}

a.breadcrumbmenu:hover,
a.breadcrumbmenu:active {
  
	color: #2a90a8;
}




a.active_sub {
  	color: #272727;
 
	font-weight:bold;
}

a.active_sub:hover,
a.active_sub:active {
  
	color: #2a90a8;
}

ul.submenu { /* UL of each sub menu */
  list-style-type: none;
  position: relative;
  margin: 2px 0px 2px -25px;
  
}

ul.submenu li {
	display: block;
  padding: 0 0 3px 0px;
}

ul.submenu li a:link,
ul.submenu li a:visited {
  display: block;
  width: 130px;
  color: #000;
  text-decoration: none;
  font-size: 11px;
}

ul.submenu li a:hover,
ul.submenu li a:active {
  color: #2a90a8;
  
}



 a.logolink {
	color: #282828 !important;
	font-size:11px !important; 
	text-decoration: none;
}

a.logolink:link,
a.logolink:visited {
	color: #282828 !important;
	font-size:11px !important;
	text-decoration: none;
}

a.logolink:hover,
a.logolink:active 
{
    font-size:11px !important;
	color: #282828 !important;
	cursor: pointer !important;
	text-decoration: underline;
}

.newcollection
{
 margin-top:-120px;   
}


.calculator {
	border: #999 1px solid;
	border-collapse:separate;
}

.imagecrop
{
    height: 200px;
    overflow:hidden;
    border: solid 1px #282828
}

.describe {
	font: 14px Tahoma;
	color: #333;
	vertical-align: middle;
}



.medium {
	
	float: left;
	height: 100px;
	overflow: hidden;
	
}

