﻿#mantisshop {}
/* Main CSS for MantisShop */


.content_indent a:link,
.content_indent a:visited {
	color: #749093;
}

.content_indent a:hover,
.content_indent a:active {
	color: #a10334;
	cursor: pointer;
}

.content_indent a {
	outline: none;
	cursor: pointer;
}

.breadcrumb {
    margin-top:-10px;margin-bottom:10px;
}



.cart_col a
{
    text-decoration:none;
}

.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%;}
.w550 {width: 550px;}

.mr30 {margin-right: 30px;}
.mr50 {margin-right: 50px;}
.mb30 {margin-bottom: 30px;}

.table {}
.alt_item {background: #EDEDED}
.hr {
	height: 20px;
	border-bottom: dotted 2px #c1d730;
	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;
}



#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;
}



/* Share link */

#share {
	float: right;
	margin: 5px -12px 0 0;
}

#share a {
	background: none;
	padding: none;
}






h1 { font: 48px 'DancingScriptOTRegular';
color: #c82344;
	padding-bottom:10px;
    margin:0;
} 

h2 {
	 font: 20px 'TerminalDosisBold';
    color: #a05d61;
	margin-bottom: 10px;
}

h3 {
	 font: 20px 'TerminalDosisBold';
    color: #a05d61;
	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, .boxShadow label {
	float: left;
	width: 110px;
}

.form input {
	width: 150px;
}

.form input[type="submit"] {
	 margin:0px 0px 0px 0px;
	padding: 2px 5px 2px 5px;
}

.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 {

	margin-top: 25px;
	height: 159px;
	

}

.prod_listing .img {
	max-width: 159px;
	max-height: 159px;
	overflow:hidden;

	
	
	
}

.prod_listing_overlay 
{
    display:block;
     margin-top:-172px;
    position:relative;
    z-index:10;
   width:182px;
   height: 172px;
   
}



 .prod_listing_title a {
	font-size: 13px;
	color: #008da8;
	text-decoration: none;
	
}
 .prod_listing_title {
	padding: 20px 0px 10px 0px;
	height: 35px;
	text-align: center;
	width:182px;

	
}
.prod_listing_price {
	font-size: 16px;
	color: #008da8;
	padding: 1px 5px;
	text-align: center;
	font-weight:bold;
}

/* 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 {
	font-size: 20px;
	color: #59483B;
	font-weight:bold;
}

.sub_cat_list a:link,
.sub_cat_list a:visited {
	margin-right: 15px;
}

.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;
}

.layby 
{
    padding: 0px 0 0 70px;
	
	display:block;
	
	background: url(../images/icon_layby.jpg) no-repeat left top;
}

.christmaslayby 
{
    padding: 0px 0 0 70px;
	
	display:block;
	
	background: url(../images/icon_christmaslayby.png) no-repeat left top;
}

.laybypayment_method,
a.laybypayment_method:link,
a.laybypayment_method:visited {
	display: block;
	width: 200px;
	height: 70px;
	margin: 0 0 10px 0;
	padding-left: 60px;
	line-height: 70px;
}

a.laybypayment_method:hover,
a.laybypayment_method:active {
	color: #000;
}



.cheque 
{
  
	background: url(../images/icon_cheque.jpg) no-repeat left top;
}

.fax {
	background: url(../images/icon_fax.jpg) no-repeat left top;
}

.cc {
	padding: 0px 0 0 60px;
	
	display:block;
	background: url(../images/icon_creditcards.jpg) no-repeat left top;
}

.paypal {
	/*margin-top: -20px;*/
	background: url(../images/icon_paypal.jpg) no-repeat left top;
}

.voucher {
	background: url(../images/icon_cheque.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 */



.mobileintro 
{
 background: black !important;
 color: White;   
 padding: 0 10px 0 10px;
}

.paymentTotalsTable td {
    padding: 0px 5px 5px 0px;
}


.limebutton
{
    border: 1px dotted #CCC;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background-color:#008da8;   
color: white;
padding:5px;
cursor:pointer;

}

.gobutton
{

    border: 1px dotted #CCC;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background-color:green;   
color: white;

padding:5px;
}

.table5t20r td
{
    padding:5px 20px 5px 0px;
}



.registrybox
{
    padding: 10px;
border: dotted 1px #CCC;

	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
width:300px;
margin:5px;
float: left;
}

.registryboxlarge
{
   
width:500px;

}

.laybymsg {
    line-height: normal;
    font-size: 12px;
    color: #777;
    margin-top: 5px;
}

table.data {
    border-collapse: collapse;
}

table.data tfoot tr.topRow {
    border-top: 1px solid #666677;
}

table.data tbody tr td {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 1px solid #CCCCCC;
    padding: 5px;
}

table.data thead th {
    background-color: #02869F;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #FFFFFF;
    font: bold 13px Arial;
    padding: 5px;
    text-align: left;
}

table.data tfoot tr.topRow td {
    padding-top: 10px;
}

table.data tfoot tr td {
    padding: 5px;
}

/*.boxShadow {
	padding: 10px;
	border: dotted 1px #CCC;
	background: #F3F3F3;
}*/

.control-group {
    clear: both;
    padding-bottom: 10px;
}

    .control-group .control-label {
        float: left;
        width: 110px;
    }

    .control-group .controls {
        margin-left: 110px;
    }

.discountChoice label {
	float: none;
	width: auto;
}

.discountChoice td {
    padding-left:0px;
}

.discountChoice input {
	width: auto;
    margin-left:0px;
}

.discountChoice div {
    margin-bottom: 5px;
}
