﻿#mantisshop {}
/* Main CSS for MantisShop */

html { background: #000 url(../images/html_bg.jpg); }

body {
	font: 13px "Century Gothic","Lucida Grande","Lucida Sans Unicode",Tahoma,Arial,Verdana,sans-serif;
	color: #666;
	background: url(../images/body_bg.jpg) repeat-x 0 0;
}

#pageshadow {
	height: 12px;
	background: url(../images/wrapper_bg.png) repeat-x 0 0;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
}

a:link,
a:visited {
	color: #666;
}

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;}
.w220 {width: 220px;}
.w250 {width: 250px;}
.w265 {width: 265px;}
.w270 {width: 270px;}
.w280 {width: 280px;}
.w290 {width: 290px;}
.w300 {width: 300px;}
.w350 {width: 350px;}
.w360 {width: 360px;}
.w400, .form input.w400 {width: 400px;}
.w100p {width: 100%;}

.mr30 {margin-right: 30px;}
.mr50 {margin-right: 50px;}
.mb-10 {margin-bottom: -10px;}
.mb30 {margin-bottom: 30px;}

.table {}
.alt_item {background: #F5F5F5;}
.edititem {background: #F5F5F5; border: 1px solid #FF00FF;}
hr, .hr {
	height: 20px;
	border: none;
	border-bottom: dotted 2px #EDEDED;
	margin-bottom: 20px;
}
.remove {
	padding-left: 15px;
	background: url(../images/icon_remove.png) no-repeat 0 3px;
}

.remove:hover.
.remove:active {
	background: url(../images/icon_remove.png) no-repeat 0 -17px;
}


/* 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 
{
    position: relative;
	z-index: 200;
	
}

#logo {
	margin-top: 20px;
	background: url(../images/header_logo.png) no-repeat 0 0 !important;
	background: url(../images/header_logo.gif) no-repeat 0 0;
}

#logo a {
	display: block;
	width: 251px;
	height: 53px;
}

#logo:hover,
#logo:active {
	background: url(../images/header_logo.png) no-repeat 0 -60px !important;
	background: url(../images/header_logo.gif) no-repeat 0 -60px;
}

#logo a span{
	display: none;
}

#header_search {
	width: 405px;
	height: 30px;
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: -120px;
}

#header_search #label {
	font-size: 15px;
	color: #666;
	padding-right: 10px;
}

#header_search #ctl00_CtlSearch1_txtSearch {
	border: none;
	background: transparent url(../images/header-search_bg.png) no-repeat 0 0;
	width: 141px;
	height: 27px;
	font-size: 15px;
	color: #666;
	padding: 2px 5px;
}

#header_search select.price,
#header_search select.size {
	border: none;
	background: transparent url(../images/header-select_bg.png) no-repeat 0 0;
/*background-color: #252525;*/
	width: 141px;
	height: 27px;
	font-size: 15px;
	color: #666;
	padding: 0 5px 2px 5px;
	width: 72px;
	position: relative;
	top: -1px;
	left: -10px;
}

#header_search #ctl00_CtlSearch1_txtSearch:hover,
#header_search #ctl00_CtlSearch1_txtSearch:focus {
	color: #FFF;
	background: transparent url(../images/header-search_bg.png) no-repeat 0 -40px;
}

#header_search select.price:hover,
#header_search select.price:focus,
#header_search select.size:hover,
#header_search select.size:focus {
	color: #FFF;
	background: transparent url(../images/header-select_bg.png) no-repeat 0 -40px;
}

#header_search #ctl00_CtlSearch1_btnSearch {
	width: 32px;
	background: transparent url(../images/header-go_bg.png) no-repeat 27px 7px;
	border: none;
	font-size: 15px;
	color: #666;
	text-align: left;
	cursor: pointer;
	position: relative;
	left: -5px;
}

#header_search #ctl00_CtlSearch1_btnSearch:hover,
#header_search #ctl00_CtlSearch1_btnSearch:active {
	color: #FFF;
}

#header_btns {
	float: right;
	position: relative;
	top: 5px;
	width: 90px;
}

#header_btns #share,
#header_btns #members,
#header_btns #login,
#header_btns #logout,
#header_btns #subscribe {
	float: left;
	display: block;
	width: 87px;
	height: 20px;
	margin-bottom: 10px;
}

#header_btns span {	display: none; }

#header_btns #share { background: url(../images/header_btns.png) no-repeat 0 0;	width: 80px; }
#header_btns #share:hover { background: url(../images/header_btns.png) no-repeat -90px 0; }
#header_btns #members { background: url(../images/header_btns.png) no-repeat 0 -30px; }
#header_btns #members:hover { background: url(../images/header_btns.png) no-repeat -90px -30px; }
#header_btns #subscribe { background: url(../images/header_btns.png) no-repeat 0 -60px; }
#header_btns #subscribe:hover { background: url(../images/header_btns.png) no-repeat -90px -60px; }

#header_btns #login{ background: url(../images/loginbuttons.png) no-repeat 0 0; width: 80px; }

#header_btns #login:hover { background: url(../images/loginbuttons.png) no-repeat -90px 0; }


#header_btns #logout{ background: url(../images/loginbuttons.png) no-repeat 0 -30px; width: 80px; }

#header_btns #logout:hover { background: url(../images/loginbuttons.png) no-repeat -90px -30px; }




/* Header main horizontal navigation */

#header_nav {
	position: absolute;
	top: 94px;
	left: 50%;
	margin-left: -450px;
}

#header_nav ul {
	list-style: none;
	margin: 0 0 0 -70px;
}

#header_nav li {
	float: left;
}

#header_nav li a:link,
#header_nav li a:visited {
	display: block;
	padding: 5px 30px;
	color: #666;
	font-size: 17px;
	text-transform: lowercase;
	text-decoration: none;
}

#header_nav li a:hover,
#header_nav li a:active {
	background: url(../images/header-nav_bg.png) no-repeat 31px 25px;
	color: #FFF;
}


#shoppingcart {
	float: right;
	position: relative;
	top: 14px;
	right: 5px;
}

#shoppingcart a {
	text-decoration: none;
	color: #666;
}

#shoppingcart a:hover,
#shoppingcart a:active {
	color: #FFF;
}

#shoppingcart #shoppingcart-droplist {
	display: none;
}

#shoppingcart:hover #shoppingcart-droplist {
	display: block;
	position: absolute;
	top: 15px;
	width: 150px;
	background: #525252;
	border: 1px solid #666;
	z-index: 200;
}

#shoppingcart-droplist ul {
	list-style: none;
	margin: 5px 5px 5px -33px;
}

#shoppingcart-droplist a {
	line-height: 20px;
	font-size: 11px;
	color: #999;
}

#ctl00_CtlCartTotal1_lblItems {

}


/* Body region */

#body {
	position: relative;
	top: 50px;
	min-height: 400px;
}


/* Left column modules */

#left_col {
	width: 200px;
	margin-right: 30px;
}

.categories {
	width: 200px;
	margin-bottom: 30px;
	padding-top: 18px;
	background: url(../images/left-col-cats_head.png) no-repeat 0 0;	
}

.catgories_footer {
	width: 200px;
	height: 20px;
	background: url(../images/left-col-cats_foot.png) no-repeat 0 10px;	
}

#brands,
#information {
	margin-bottom: 30px;
}

#brands a,
#information a {
	display: block;
	font-size: 15px;
	text-transform: lowercase;
	text-decoration: none;
	padding: 2px 16px;
}

#brands a:hover,
#brands a:active,
#information a:hover,
#information a:active {
	color: #FFF;
}

#brands .foot,
#information .foot {
	height: 20px;
	background: url(../images/left-col-cats_foot.png) no-repeat 0 10px;	
}


#information {
	margin-bottom: 40px;
}


/* Content region */

#content {
	float: right;
	width: 670px;
	position: relative;
	z-index: 1;
}

#content #head {
	height: 21px;
	background: url(../images/content-head_bg.png) no-repeat 0  0;
	
}

#content-container {
	padding: 0 30px 30px 30px;
	background: #FFF url(../images/content-top_bg.png) no-repeat 0  0;
	min-height: 320px;
	
}

#content #foot {
	height: 67px;
	background: url(../images/content-foot_bg.png) no-repeat 0 0;
	margin-bottom: 10px;
}

h1 {
	font-size: 30px;
	margin: 0 0 -5px 0;
	text-transform: lowercase;
}

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;
}


/* Homepage Flash slideshow user control -UserControls/ctlSlideshow.ascx */

#slideshow {
	float: right;
	width: 370px;
	height: 250px;
	margin: 17px 0 20px 20px;
}

#slideshow .msg_warning {
	position: relative;
	top: 50px;
	color: #555;
	font-size: 10px;
}

#slideshow-mask { /* Adds the white corner curves overlay */
	position: relative;
	left: 240px;
	top: 17px;
	margin-bottom: -250px;
	z-index: 100;
	width: 370px;
	height: 250px;
	background: url(../images/slideshow-mask.png) no-repeat 0 0;
}


/* Newest In section on homepage */

#newestin {
	clear: both;
	float: right;
	width: 690px;
	margin-right: -20px;
}

#newestin .img {
	float: left;
	width: 150px;
	margin-right: 22px;
	text-align: center;
}

#newestin .img .hidden {
	display: none;
}

#newestin .img:hover .hidden {
	display: block;
	position: relative;
	bottom: 65px;
	width: 140px;
	margin-bottom: -60px;
	font-size: 10px;
	color: #999;
	padding: 5px 15px 5px 5px;
	background: #333 url(../images/pink-tip-arrow.png) no-repeat 97% 50%;
}

#newestin .img:hover .hidden a {
	color: #999;
	text-decoration: none;
}

#newestin .img:hover .hidden a:hover,
#newestin .img:hover .hidden a:active {
	color: #FFF;
	text-decoration: none;
}


/* What's New page */

#whatsnew .img {
	float: left;
	width: 150px;
	margin: 20px 0 0 0;
	text-align: center;
}

#whatsnew .img .hidden {
	display: none;
}

#whatsnew .img:hover .hidden {
	display: none;
}

#whatsnew .img:hover .hidden a {
	color: #999;
	text-decoration: none;
}

#whatsnew .img:hover .hidden a:hover,
#whatsnew .img:hover .hidden a:active {
	color: #FFF;
	text-decoration: none;
}


/* Website Links page */

a.weblink:link,
a.weblink:visited {
	float: left;
	display: block;
	width: 45%;
	margin: 0 10px 10px 0;
	padding: 10px 10px 9px 10px;
	text-decoration: none;
	background: #F5F5F5;
	background-image: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom: 1px solid #CCC;
}

a.weblink:hover,
a.weblink:active {
	padding: 9px;
	border: solid 1px #CCC;
	background: #FFF url(../images/pink-tip-arrow.png) no-repeat 97% 50%;
}

.weblink .site_title {
	font-weight: bold;
	color: #000;
}

.weblink .site_url {
	font-size: 11px;
	color: #666;
}


/* News page */

.newslist a {
	display: block;
	width: 100%;
	text-decoration: none;
	font-size: 15px;
}

.newslist a:hover,
.newslist a:active {
	text-decoration: underline;
}

.newslist .date {
	display: block;
	font-size: 10px;
	font-style: italic;
	color:#666;
	margin-bottom: 20px;
}


/* Sitemap page */

.sitemap_block {
	width: 200px;
	margin-bottom: 20px;
	padding: 10px 10px 9px 10px;
	background: #F5F5F5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom: 1px solid #CCC;
}

.sitemap_block:hover {
	padding: 9px;
	border: solid 1px #CCC;
	background: #FFF;
}

.sitemap_block a:link, 
.sitemap_block a:visited {
	display: block;
	line-height: 20px;
	text-decoration: none;
}


/* Details panels on the product pages now have top and bottom bars! */

.detail-top {
	height: 20px;
	background: url(../images/detail-topbot.gif) no-repeat 0 0;
	margin-top: 20px;
}

.detail-bottom {
	height: 20px;
	background: url(../images/detail-topbot.gif) no-repeat 0 -20px;
	margin-bottom: 20px;
}


/* Form layout and formating - leaving as much as possible up to the browser */

.form {
	padding: 10px;
	border: dotted 1px #CCC;
	background: #F3F3F3;
}

.form-nopad {
	margin: -10px 0 10px 0;
}

.clean {
	padding: 0;
	border: none;
	background: none;
}

.form p {
	position: relative;
	margin-bottom: 10px;
}

.form label,
.form-nopad label {
	float: left;
	width: 120px;
}

.form input,
.form-nopad input {
	width: 150px;
}

.form input[type="submit"],
.form-nopad input[type="submit"] {
	width: auto;
}

.form input[type="checkbox"],
.form-nopad input[type="checkbox"] {
	float: left;
	width: auto;
}

.form textarea,
.form-nopad textarea {
	width: 150px;
	height: 100px;
}

.form .giftwrap {
	width: 240px;
	height: 80px;
}

#ctl00_ctPublic_pnlForgotPassword {
	float: right;
	width: 280px;
	position: relative;
	top: -166px;
}

.validation_summary {
	margin-left: 30px;
	padding: 10px;
	border: dotted 1px #CC0000;
	background: #FFF2F2;
}


/* Typical product listings */

.prod_listing {
	float: left;
	width: 150px;
	height: 205px;
	margin-top: 10px;
	font-size: 11px;
	border: 1px solid #FFF;
}

.prod_listing .img {
	margin-top: 5px;
	text-align: center;
	height: 150px;
/*background: url(../images/img-hatch_bg.gif);*/
}

.prod_listing .title {
	width: 150px;
	text-align: center;
}

.prod_listing .price {
	text-align: center;
}

.prod_listing a {
	text-decoration: none;
}

.prod_listing:hover {
	-moz-border-radius: 5px;
	-webkit-border-radius: 10px;
	border: 1px solid #FFF;
	border-top: 1px solid #FF00FF;
	border-bottom: 1px solid #CCC;
}


/* Main Category listings - all_categories.aspx */

.all_cats a {
	float: left;
	display: block;
	width: 45%;
	margin: 0 10px 10px 0;
	padding: 10px 10px 9px 10px;
	text-decoration: none;
	background: #F5F5F5;
	background-image: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom: 1px solid #CCC;
}

.all_cats a:hover, 
.all_cats a:active {
	padding: 9px;
	border: solid 1px #CCC;
	background: url(../images/pink-tip-arrow.png) no-repeat 98% 50%;
}


/* Heading of category pages - breadcrumb separator */


/* Sub Category listings */

.sub_cat_list {

}

.sub_cat_list a:link,
.sub_cat_list a:visited {
	padding: 2px 8px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-right: 5px;
	text-decoration: none;
}

.sub_cat_list a:hover,
.sub_cat_list a:active {
	padding: 1px 7px;
	border: 1px solid #FF00FF;
	color: #000;
}

/* 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 {
	clear: both;
	position: relative;
	top: 60px;
	background: url(../images/footer_bg.png) no-repeat 50% 0;
	font-size: 10px;
	color: #666;
	text-align: center;
	height: 65px;
	margin-bottom: 80px;
}

#footermain 
{
    width: 900px;
    margin: 0 auto;
}

#footer-div {
	height: 2px;
	background: url(../images/footer_bar.jpg) repeat-x 0 0;
}

#footer a {
	margin-left: 20px;
	color: #666;
	text-decoration: none;
}

#footer a:hover,
#footer a:active {
	color: #FFF;
}


#footer_nav {
	width: 825px;
	margin: 0 auto;
	text-align: center;
}

#footer_nav ul {
	list-style: none;
	margin:0 0 0 90px;
}

#footer_nav li {
	float: left;
	text-transform: lowercase;
}

#footer_nav li a {
	display: block;
	padding: 5px 12px;
	margin-left: 0;
}
.defaultleft 
{
    float: left;
    width: 220px;
}
.defaultright
{
    float: right;
    text-align: right;
    width:360px;
    margin-top: 10px;
}

#ctl00_ctPublic_pnlRec table { margin: 10px 0 0 0; }

#ctl00_ctPublic_pnlRec td { padding: 5px; }

#ctl00_ctPublic_rpProds a { clear: both; display: block; }

#ctl00_ctPublic_rpProds a img { height: 112px; }

#ctl00_ctPublic_rpProds .details_link { float: right; clear: none; }

#ctl00_ctPublic_rpProds .details_price { float: left; }