﻿#mantisshop {}
/* Main CSS for MantisShop */

html {
	background: url(../images/page_bg.gif);
}

body {
	font: 11px Arial,Verdana,sans-serif;
	color: #650003;
	background: url(../images/page_floral.png) no-repeat 100% 0 !important;
	background: url(../images/page_floral.gif) no-repeat 100% 0;
}

#wrapper {
	margin: 0 auto;
	width: 916px;
}

#content-top {
	height: 22px;
	background: url(../images/content-edge-top.png) no-repeat 0 0 !important;
	background: url(../images/content-edge-top.gif) no-repeat 0 0;
}

#content {
	padding: 25px 45px;
	background: url(../images/content-edge-bg.png) repeat-y 0 0 !important;
	background: url(../images/content-edge-bg.gif) repeat-y 0 0;
}

#content-bottom {
	height: 22px;
	background: url(../images/content-edge-bottom.png) no-repeat 0 0 !important;
	background: url(../images/content-edge-bottom.gif) no-repeat 0 0;
}

#content-bottom-watermark {
	position: relative;
	z-index: 50;
	top: -178px;
	left: 50%;
	margin: 0 0 -178px -435px;
	width: 126px;
	height: 170px;
	background: url(../images/content-bottom-watermark.gif) no-repeat 0 0;
}

a:link,
a:visited {
	color: #B0413B;
}

a:hover,
a:active {
	color: #650003;
	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: #EFE9DD;}
.nounderline a, a.nounderline { text-decoration: none; }

.w150 {width: 150px;}
.w195 {width: 195px;}
.w250 {width: 250px;}
.w270 {width: 270px;}
.w280 {width: 280px;}
.w290 {width: 290px;}
.w310 {width: 310px;}
.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: #F8F5EF;}
.hr {
	height: 20px;
	border-bottom: dotted 2px #EDEDED;
	margin-bottom: 20px;
}


/* Messages */

.msg_warning {
	background: #FFF url(../images/icon_warning.png) no-repeat center left;
	margin: 10px 0;
	padding-left: 18px;
	font-size: 14px;
	color: #888;
}

/* Header region */

#header {
	margin: 0 auto;
	width: 896px;
	margin-bottom: -5px;
}

#logo {
	margin-top: 15px;
	background: url(../images/header_logo.png) no-repeat left top !important;
	background: url(../images/header_logo.gif) no-repeat left top;
}

#logo a {
	display: block;
	width: 152px;
	height: 98px;
}

#logo a span{
	display: none;
}

#controls {
	position: relative;
	left: -35px;
	float: right;
	margin-top: 100px;
	padding: 3px 0 0 27px;
	height: 39px;
	background: url(../images/controls_bg.png) no-repeat 0 0 !important;
	background: url(../images/controls_bg.gif) no-repeat 0 0;
	color: #650003;
	font-size: 11px;
}

#controls a:link,
#controls a:visited {
	font-weight: bold;
	color: #650003;
	text-decoration: none;
}

#controls a:hover,
#controls a:active {
	color: #CC3300;
}

#header_nav {
	position: absolute;
	top: 107px;
	left: 50%;
	margin-left: -257px;
}

#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 15px;
	margin-right: 10px;
	color: #650003;
	text-decoration: none;
	font-size: 14px;
}

#header_nav li a:hover,
#header_nav li a:active {
	color: #CC3300;
}

/* Body region */

#body {
	
}

#left_col {
	width: 170px;
	min-height: 500px;
}

#left_col h2 {
	width: 132px;
	height: 20px;
	margin: 0;
}

#left_col h2 span {
	display: none;
}

#left_col h2.search {
	background: url(../images/left_col-search.gif) no-repeat 0 0;
}

#left_col h2.categories {
	background: url(../images/left_col-categories.gif) no-repeat 0 0;
	margin-top: 30px;
}

#left_col h2.info {
	background: url(../images/left_col-info.gif) no-repeat 0 0;
	margin-top: 30px;
}

#ctl00_CtlSearch1_txtSearch {
	width: 107px;
	height: 22px;
	border: none;
	background: url(../images/search-field_bg.gif) no-repeat 0 0;
	padding: 4px 10px 0 20px;
	color: #650003;
	font-size: 11px;
}

#ctl00_CtlSearch1_btnSearch {
	display: none;
}

ul.info_menu {
	list-style-type: none;
	margin-left: -40px;
	position: relative;
	z-index: 100;
}

ul.info_menu li a:link,
ul.info_menu li a:visited {
	line-height: 22px;
	text-decoration: none;
	color: #B0413B;
	font-size: 12px;
}

ul.info_menu li a:hover,
ul.info_menu li a:active {
	color: #650003;
	background: url('img/MainItemBackgroundHvr.gif') no-repeat 0 15px;
}

#page-content {
	width: 640px;
}

#home-left {
	float: left;
	width: 370px;
}

#home-right {
	float: right;
	width: 220px;
}

#slideshow {
	float: left;
	width: 370px;
	height: 320px;
	background: url(../images/slideshow-loader.gif) no-repeat 50% 50%;
}

#slideshow .msg_warning {
	position: relative;
	top: 100px;
}

#slideshow-mask { /* Adds the white corner curves overlay */
	position: relative;
	margin-bottom: -320px;
	z-index: 100;
	width: 370px;
	height: 320px;
	background: url(../images/slideshow-mask.png) no-repeat 0 0;
}

#subscribe-box {
	width: 240px;
	height: 88px;
	margin: 10px 0 -30px 0;
	padding-top: 21px;
	background: url(../images/subscribe-box_bg.jpg) no-repeat 0 0;
}

#ctl00_ctPublic_CtlSubscribeBox1_txtname {
	width: 94px;
	float: left;
	padding: 1px 3px;
}

#ctl00_ctPublic_CtlSubscribeBox1_txtemail {
	width: 126px;
	float: right;
	padding: 1px 3px;
}

#ctl00_ctPublic_CtlSubscribeBox1_btnSubscribe {
	float: right;
	width: 100px;
	margin-top: 7px;
}

h1 {
	font: italic 22px "Times New Roman",Arial,serif;
	color: #B0413B;
	margin-bottom: 10px;
}

h2 {
	font: italic 18px "Times New Roman",Arial,serif;
	color: #B0413B;
	margin-bottom: 10px;
}

h3 {
	font: bold 14px "Times New Roman",Arial,serif;
	color: #B0413B;
}

h4 {
	font: bold 12px "Times New Roman",Arial,serif;
	color: #B0413B;
}

hr {
	border: none;
	border-bottom: 1px dotted #D8C9AB;
	margin: 20px 0;
}


/* 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: #FAF8F4;
	background-image: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.weblink:hover,
a.weblink:active {
	padding: 9px;
	border: solid 1px #EBE4D5;
	background: #F8F5EF;
}

.weblink .site_title {
	font-weight: bold;
	color: #650003;
}

.weblink .site_url {
	font-size: 11px;
	color: #B0413B;
}

/* Sitemap page */

.sitemap_block {
	width: 200px;
	margin-bottom: 20px;
	padding: 10px;
	background: #FAF8F4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.sitemap_block:hover {
	padding: 9px;
	border: solid 1px #EBE4D5;
	background: #F8F5EF;
}

.sitemap_block a:link, 
.sitemap_block a:visited {
	display: block;
	line-height: 20px;
	text-decoration: none;
}



/* Form layout and formating - leaving as much as possible up to the browser */

.form {
	padding: 10px;
	border: dotted 1px #EBE4D5;
	background: #F8F5EF;
	-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: 110px;
}

.form input {
	width: 150px;
	padding: 1px 3px;
}

.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;
}

/* Product listings */

.prod_listing {
	float: left;
	margin-right: 10px;
	height: 200px;
}

.prod_listing div.img {
	position: relative;
	z-index: 50;
	width: 116px;
	height: 116px;
	margin: auto 0;
	overflow: hidden;
}

.prod_listing div.img img {
	width: 116px;
}

.prod_listing div.img-mask {
	width: 116px;
	height: 116px;
	background: url(../images/prod_listing_frame.png) no-repeat 0 0;
}

.prod_listing div.img-mask:hover {
	background: url(../images/prod_listing_frame-hover.png) no-repeat 0 0;
}

.prod_listing a.img {
	position: relative;
	z-index: 100;
	display: block;
	top: -116px;
	margin-bottom: -116px;
	width: 116px;
	height: 116px;
}

.prod_listing .title {
	margin-top: 5px;
	width: 115px;
}

.prod_listing .title a:link,
.prod_listing .title a:visited {
	text-decoration: none;
	color: #650003;
}

.prod_listing .title a:hover,
.prod_listing .title a:active {
	text-decoration: none;
	color: #000;
}


/*Product view page */

.prod_view_imgs {
	float: left;
	width: 205px;
}

.prod_view_extra_img {
	float: left;
	width: 50px;
	height: 50px;
	overflow: hidden;
}

.prod_view_extra_img img {
	width: 50px;
}

.img-zoom {
	color: #C7B387;
	font-size: 10px;
	line-height: 20px;
	padding-left: 15px;
	margin: 15px 0;
	background: url(../images/icon_img-zoom.gif) no-repeat 0 50%;
}

.prod_view_desc {
	float: right;
	width: 390px;
}

/* 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 {
	float: left;
	display: block;
	width: 45%;
	margin: 0 10px 10px 0;
	padding: 10px;
	text-decoration: none;
	background: #FAF8F4;
	background-image: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.all_cats a:hover, 
.all_cats a:active {
	padding: 9px;
	border: solid 1px #EBE4D5;
	background: #F8F5EF;
}

.all_cats a:hover span {
	font-weight: bold;
	color: #650003;
}


/* 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 {
	font-size: 16px;
	margin-right: 20px;
}

.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: 14px;
}

span.step_1:after {
	content: url(../images/step_1.jpg);
	margin-left: 5px;
}

span.step_2:after {
	content: url(../images/step_2.jpg);
	margin-left: 5px;
}

span.step_3:after {
	content: url(../images/step_3.jpg);
	margin-left: 5px;
}

span.step_4:after {
	content: url(../images/step_4.jpg);
	margin-left: 5px;
}

/* 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: #EFE9DD;
}

/* Footer region */

#footer {
	position: relative;
	top: 5px;
	color: #C7B387;
	width: 900px;
	margin: 0 auto 20px auto;
}

#footer_nav {
	width: 485px;
	margin: 0 auto;
}

#footer_nav a:link,
#footer_nav a:visited {
	float: left;
	display: block;
	padding: 10px;
	color: #C7846C;
	text-decoration: none;
}

#footer_nav a:hover,
#footer_nav a:active {
	color: #8B4D34;
}

#footer #credits a:link,
#footer #credits a:visited {
	color: #C7B387;
	background: none;
	padding: 0;
	text-decoration: none;
}

#footer #credits a:hover,
#footer #credits a:active {
	color: #B4975C;
}





