﻿#mantisshop {}
/* Main CSS for MantisShop */

body 
{
    background: url(../images/header_bg.png) repeat-x left top;
	font: 12px Arial,Verdana,sans-serif;
	color: #636363;
	
}

#wrapper {
	margin: 0 auto;
	width: 900px;
	background: #fff;
}

a:link,
a:visited {
	color: #019EED;
}

a:hover,
a:active {
	color: #000;
	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;}
.w250 {width: 250px;}
.w270 {width: 270px;}
.w280 {width: 280px;}
.w290 {width: 290px;}
.w350 {width: 350px;}
.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 {
	background: url(../images/slogan_bg.png) no-repeat left top;
	position: relative;
	z-index: 100;
}

#logo {
	margin:23px 0;
	background: url(../images/logo.png) no-repeat left top;
	float: left;
}

#logo a {
	display: block;
	width: 263px;
	height: 116px;
}

#logo a span{
	display: none;
}



#info 
{
    float: right;
	margin:45px 0;
	background: url(../images/info.png) no-repeat left top;
	display: block;
	width: 161px;
	height: 72px;
}

#controls {
	
}

#myaccount {
	
}

#shoppingcart {
	
}

#search {
	
}

.backlink {
	position: relative;
	top: 10px;
	font-size: 12px;
	color: #333;
	padding-left: 20px;
	background: url(../admin/images/icon_backlink.png) no-repeat left center;
}

#header_nav {
	background: url(../images/nav_bg.png) repeat-x left top;
	height: 28px;
	padding: 7px 0 9px 0;
	margin: 1px 0 0 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:7px 15px 6px;
	color: #B1E3FE;
	text-decoration: none;
	font-weight:bold;
}

#header_nav li a:hover,
#header_nav li a:active {
	background: url(../images/nav_bg_over.png) repeat-x left top;
	color: #1C3F94;
}


/* Share link */

#share {
	float: right;
	margin: 5px -12px 0 0;
}

#share a {
	background: none;
	padding: none;
}


/* Body region */

#body {
	margin-top:-9px;
	position: relative;
	z-index:10;
	min-height:398px;
}

#left_col {
	width: 190px;
	background: #E5E5E5;
	color: #636363;
	
}

#left_col h3 
{
    background: #019EED;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 10px;
    font-size: 14px;
}

#content {
	width: 500px;
	padding: 20px 15px;
}

#slideshow 
{
    margin: -20px -15px 10px -15px;
}

#right_col {
	background: #D9D9D9;
	float: right;
	width:180px;
	color: #636363;
}
#right_col h3 
{
    background: #019EED;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 10px;
    font-size: 14px;
}

/*drop down menu code*/

#left_col li{
	display:block;
    left:0;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding:0;
    position:relative;
    width:190px;
    z-index:11;
}
#left_col li a{
    cursor:pointer;    
    color: #636363;
	text-decoration: none;
	background: url(../images/nav_bg.jpg) no-repeat bottom left;
	padding: 6px 10px 6px 20px;
	width: 160px;
	display: block;
	border-bottom: #fff 2px solid;
	margin: 0;
	position:relative;
    
    z-index:15;
}
#left_col li a:hover{
	background: url(../images/nav_bg_over.jpg) no-repeat bottom left;
}

#left_col li:hover ul {
	display:block;
}

#left_col li ul {
	padding:0;
	list-style:none;
	position:absolute;
	display:none;
	width: 160px;
	z-index:1000 !important;
	left: 180px;
	top: -15px;
	padding: 6px 10px 6px 10px;
}
#left_col li ul li{
	background: #019EED;
	border-bottom:none;
	display:block;
	padding:0;
	width: 160px;
}
#left_col li ul li a
{
    background: none;
    clear: none;
	padding:0 0 0 7px;
	font-size:12px;
	color:#fff;
	line-height:24px;
	font-weight:normal;
	text-align: left;
	margin: 0;
	width: 153px;
}
#left_col li ul li a:hover
{
	background: #ED4D9A;
	text-decoration:none;
	color: white;
	
	
}

a.leftlink
{
    padding: 0px;
    margin: 0;
    border: 0;
}

.padding 
{
    padding: 5px;
    font-size: 10px;
    color: #636363;
}

.padding a 
{
    text-decoration: none;
    font-size: 10px;
    color: #636363;
}

.input 
{
    background: #019EEF;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 5px;
    border: 1px solid #FFF;
    float: left;
}

.marginb 
{
    margin-bottom: 4px;
}

.button 
{
    background: url(../images/button_bg.png) repeat-x top left;
    color: #636363;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 5px;
    border: 1px solid #FFF;
    float: right;
}

.cart 
{
    text-align: right;
    font-size: 11px;
}

.cart p
{
    background: url(../images/shopping.gif) no-repeat center left;
    padding:6px 0 3px 25px;
    font-size: 11px;
    width:108px;
    float: right;
    margin-bottom: 5px;
}

.cart .button
{
    margin-left: 6px;
}


h1 {
	font-size: 24px;
	margin-bottom: 10px;
	color: #009EEE;
	text-transform: uppercase;
}

h2 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #019EED;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #ED4D9A;
	margin: 5px 0;
}

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 #ED4D9A;
	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;
	 background: url(../images/button_bg.png) repeat-x top left;
    color: #636363;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 5px;
    border: 1px solid #FFF;
}

.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: 230px;
	margin: 10px;
	background-color: #E5E5E5;
}

.prod_listing .img 
{
    text-align: center;
    width: 210px;
    margin: 10px;
    height: 150px;
    overflow: hidden;
}

.prod_listing .title 
{
    background: #019EED;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 10px;
    font-size: 14px;
    color: #FFF;
	
}
.prod_listing .title a
{
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    color: #FFF;
	font-weight: bold;
}

.prod_listing .price {
	background: #D9D9D9;
	color: #019EED;
	text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
	font-weight: bold;
	padding: 3px 10px;
}

/* 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: 22px;
	width:250px;
	padding: 5px 0;
	text-decoration: none;
}

.all_cats a:hover, 
.all_cats a:active 
{
    color: #ED4D9A;
	
}

/* 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 */

#footerwrapper 
{
    background: url(../images/footer_bg.png) repeat-x left top;
    width: 100%;
}

#footer {
	position: relative;
	margin: 0 auto;
	width: 900px;
}

#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: 3px 15px 2px 15px;
	margin-right: 10px;
	color: #FF99C9;
	text-decoration: none;
	font-weight:bold;
}

#footer_nav li a:hover,
#footer_nav li a:active {

	color: #FFF;
}

#copyright 
{
    color: #EE4D9B;
	
}

#credits a {
	  color: #EE4D9B;
	  text-decoration: none;
}






