/* ======================================================================================
 Document		: styles.css
 Created		: 27/07/2012
 Updated		: 27/07/2012
 Version		: 6.0
 Author			: iWeb - Gareth
 Description	: Generic Magento base theme
======================================================================================= */



/* ======================================================================================
1. Toolbox - fixer classes
======================================================================================= */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
.clear		  { clear: both !important; }

/* reset lists */
ul,ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* set lists */
.std ul,
.std ol {
	margin-left: 15px;
	margin-bottom: 15px;
}
.std ul,
ul.disc {
	list-style: disc;
}
.std ol,
ol.digit {
	list-style: decimal;
}
.std ul.messages,
.std ol.messages,
.std ul.messages ul,
.std ol.messages ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.codnitiveSidenavLeft{ display: none;}

/*html{
    min-width: 1500px;
}*/
p {
	margin-bottom: 12px;
	line-height: 18px;
}
p.pager {
	margin: 0;
}
address {
	font-style: normal;
}
a:hover, input[type="submit"], button:hover {
	outline: 0!important;
	cursor: pointer !important;
}

/* alert messages */
.success,
.error,
.notice {
	font-weight: bold;
}
.success { color: #3d6611; }
.error { color: #f00; }
.notice { color: #ccc; }

.messages,
.std .messages {
	width: 100%;
	overflow: hidden;
	list-style: none;
	padding: 0;
}
.messages li {
	margin: 0 0 10px;
}
.messages li li {
	margin: 0 0 3px;
}
.error-msg, .success-msg, .note-msg, .notice-msg {
	clear: both;
	background-color: #fefefe;
	padding: 0 15px 0 38px;
	font-size: 12px;
	line-height: 37px;
	background-position: 16px 46%;
	background-repeat: no-repeat;
}
.error-msg {
	background-color: #FCE3E3;
	color: #B25454;
	background-image: url(/images/messages/alert-warning-red.png);
}
.success-msg {
	background-color: #F6FEE8;
	color: #4B8309;
	background-image: url(/images/messages/alert-tick-green.png);
}
.note-msg, .notice-msg {
	background-color: #FFF8DA;
	color: #8A7A33;
	background-image: url(/images/messages/alert-warning-yellow.png);
}
.global-site-notice {
	position: relative;
	z-index: 99;
	float: left;
	width: 100%;
	padding: 25px 0;
	background-color: #fff;
	border-bottom: 2px solid #000;
	margin-bottom: 25px;
}
.data-table { width:100%; }
.data-table th { padding:5px; border-bottom:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border-bottom:1px solid #ddd; vertical-align: middle; }
.data-table thead { /*background-color:#f2f2f2;*/ }
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; text-align: center;}
.data-table th.last,
.data-table td.last,
.data-table th.a-right,
.data-table td.a-right { text-align: right !important; }

h1 {
	font-size: 32px;
}
h2 {
	font-size: 22px;
}
.page-title,
.cart-title,
.product-title {
	margin-bottom: 18px;
}
.product-shop .product-title h1 {
	font-size: 22px;
}
.widget-title {
	font-size: 14px;
	color: #362F2D;
	font-weight: normal;
	margin: 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.widget-title .widget-title-link {
	display: block;
	text-decoration: none;
	background: url(/images/ui/arrow-accordion.png) 0 1px no-repeat;
	padding-left: 15px;
}
.widget-title-link.open {
	background-position: 0 -14px;
}
.ex {
	font-weight: bold;
	font-size: 18px;
}

/* ======================================================================================
2. Layout - setup page layouts, floats, widths, margin, padding
======================================================================================= */
/* full widths */
.wrapper,
.page,
.header-container,
.nav-container,
.main-container,
.footer-container {
	width: 100%;
}
.header-container,
.nav-container,
.footer-container,
.main-container {
	clear: both;
}
/* fixed widths centered */
.header, #nav, .main, .footer,
.global-site-notice .notice-inner {
	width: 996px;
	margin: 0 auto;
}
.page {
	position: relative;
}
.main-container {
	padding-top: 10px;
}
/* add extra padding to layouts with no breadcrumb */
.section-accounts .main-container,
.section-cart-checkout .main-container {
	padding-top: 30px;
}

.main {
	margin-bottom: 40px;
}

.col-main { width: 100%; }
.sidebar { width: 174px; }
.col-left { float: left; }
.col-right { float: right; }

/* 3 col layout */
.col3-layout .col-wrapper {
	width: 822px;
	float: right;
}

/* 1 col layout narrow */
.layout-narrow .col1-layout .col-main {
	display: block;
	float: none;
	width: 420px;
	margin: 0 auto 45px auto;
}

/* widths */
.col2-left-layout .col-main,
.col2-right-layout .col-main {
	width: 795px;
}
.catalog-product-view .col2-left-layout .col-main,
.catalog-product-view .col2-right-layout .col-main {
	width: 765px;
}
/* 1 col layout */
.col1-layout .main,
.col1-layout .col-main {} 

/* 2 col left layout */
.col2-left-layout .col-left {
	padding-right: 26px;
}

/* 2 col right layout */
.col2-right-layout .col-right {
	padding-left: 26px;
}

/* floats */
.col2-left-layout .sidebar,
.col2-right-layout .col-main {
	float: left;
}
.col2-right-layout .sidebar,
.col2-left-layout .col-main {
	float: right;
}

/* Content Columns */
/* floats */
.col2-set .col-1, .col3-set .col-1, .col3-set .col-2, .col4-set .col-1, .col4-set .col-2, .col4-set .col-3 {
	float: left;
}
.col2-set .col-2, .col3-set .col-3, .col4-set .col-4 {
	float: right;
}

/* widths */
.col2-set .col-1, .col2-set .col-2 {
	width: 49%;
}
.col2-set .col-narrow {
	width: 33%;
}
.col2-set .col-wide {
	width: 65%;
}
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 {
	width: 32%;
}
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 {
	width: 23.5%;
}
/* margins */
.col3-set .col-2 {
	margin-left: 2%;
}
.col4-set .col-2 {
	margin: 0 2%;
}

/* product view */
.catalog-product-view .col2-left-layout .col-main {
	padding-left: 30px;
}
.catalog-product-view .col2-right-layout .col-main {
	padding-right: 30px;
}
.catalog-product-view .col2-left-layout .col-left {
	border-right: 1px solid #ccc;
}
.catalog-product-view .col2-right-layout .col-right {
	border-left: 1px solid #ccc;
}
/* cart/checkout */
.section-cart-checkout .col2-left-layout .col-main,
.section-cart-checkout .col2-right-layout .col-main {
	width: 765px;
}
.section-cart-checkout .col2-left-layout .sidebar,
.section-cart-checkout .col2-right-layout .sidebar {
	width: 205px;
}

/* 404 */
.cms-index-noroute .main {
	margin-top: 20px;
}

/* magento classes */
.page-print,
.page-empty,
.page-popup {
	background: #fff;
	text-align: left;
	padding: 25px 30px;
}
.page-empty {
	padding: 20px;
}

.sidebar .widget {
	clear: both;
	margin-bottom: 30px;
}

/* form elements */
input,select,textarea,button {
	vertical-align:middle;
}
input.input-text,select,textarea {
	background: #fff; border: 1px solid #b6b6b6;
}
input.input-text,textarea {
	display: inline-block;
	border: 1px solid #999;
	width: 234px;
	height: 18px;
	padding: 4px 7px;
	font-size: 13px;
	line-height: 18px;
	color: #555;
}
/* narrow inputs (postcodes etc) */
.validate-zip-international {
	width: 80px !important;
}
.input-box {
	position: relative;
}
select { padding: 1px; }
select option { padding-right: 10px; }
select.multiselect option { border-bottom: 1px solid #b6b6b6; padding: 2px 5px; }
select.multiselect option:last-child { border-bottom: 0; }
textarea { overflow: auto; }
input.radio { margin-right: 3px; }
input.checkbox { margin-right: 3px; }
input.qty { width: 2.5em !important; }

button.button::-moz-focus-inner { padding:0; border:0; } /* <- FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */

button.button {
	overflow:visible;
	width:auto;
	border:0;
	padding:0;
	margin:0;
	background:transparent;
	cursor:pointer;
}
/* default buttons */
button.button span,
a.button span,
.block-cart .view-basket a,
.block-cart .view-basket a span,
.block-mini-cart .btn,
.block-mini-cart .btn span {
	display: inline-block;
	*display: inline;/* IE7 inline-block hack */
	*zoom: 1;
	padding: 4px 15px 4px;
	margin-bottom: 0;
	font-size: 11px;
	line-height: 22px;
	*line-height: 22px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	*margin-left: .3em;
	background-color: orange;
	color: white;
	text-decoration: none;
	white-space: nowrap;
}
button.button span span,
a.button span span,
.block-cart .view-basket a span,
.block-mini-cart .btn span {
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0!important;
	padding-left: 0;
	background: url("/images/ui/bg-arrows.png") no-repeat scroll 100% 8px;
}
button.disabled span { background:#bbb !important; }

button.btn-large span,
a.btn-large span {
	padding: 8px 22px;
	font-size: 14px;
}
button.btn-large span span,
a.btn-large span span {
	background-position: 100% 8px;
}

button.arrow,
a.arrow {
	height: auto;
	width: auto;
	text-indent: 0;
	background-color: transparent;
	border: 0;
}
button.arrow span,
a.arrow span {
	padding: 0;
	text-decoration: underline;
	background-color: transparent;
}
button.arrow span span,
a.arrow span span {
	padding: 0;
}
.link-forgot,
.text-forgot {
	font-size: 11px;
	line-height: 31px;
}

/* button margin ajustment */
.layout-narrow #form-validate button.button {
	margin-left: 170px;
}

a:hover {
	color: orange;
}

.currency-switch {
	background-color: orange;
	color: white;
}
button.button span:hover,
a.button span:hover,
.block-cart .view-basket a:hover,
.block-cart .view-basket a:hover span,
.block-mini-cart .btn:hover,
.header .specification-box li:hover {
	opacity: 0.9;
}

/* remove underlines on links where needed */
#nav a,
.block-layered-nav a,
.block-cart-review .product-name a {
	text-decoration: none;
}
.block-layered-nav a:hover,
.block-cart-review .product-name a:hover {
	text-decoration: underline;
}

/* horizontal form */
.form-horizontal label {
	display: block;
	float: left;
	line-height: 28px;
}
.form-horizontal .input-box {
	float: right;
}

.form-list,
.form-list .input-box,
.form-list.full {
	width: 100%;
}
.form-list .input-box {
	float: right;
}
.form-list .extrawide .input-box {
	float: left;
}
/* add narrow forms */
.form-review .form-list .input-box,
.customer-account-forgotpassword .input-box {
	width: auto;
}
.my-account .form-list,
.my-account .form-list .input-box {
	width: 57.3%;
}
.opc .form-list {
	width: 60%;
}
.opc .form-list .input-box {
	width: 63%;
}
.opc .customer-has-address .form-list,
.form-list.full {
	width: 100%;
}
/*.opc .form-list li.fields {
	width: 90%;
}*/

.form-list li,
.form-list .fields .field {
	margin: 0 0 8px;
}
.form-list li.fields {
	margin-bottom: 0;
}
.form-list label {
	float: left;
	position: relative;
	padding-top: 5px;
}
.form-list .control label {
	padding-top: 0;
}
.form-list .required label,
.form-list .control label {
	margin-left: 8px;
}
.fieldset {
	margin-bottom: 20px;
}
.control .input-box,
.control .checkbox,
.address-option input {
	float: left;
	margin-top: 2px;
}
.control label {
	line-height: 17px;
}

/* Validation ******************************************/
.required {
	position: relative;
}
.required em {
	position: absolute;
	top: 5px;
	left: -8px;
	color: #ff0000;
}
.validation-advice {
	white-space: nowrap;
	clear: both;
	height: 16px;
	padding: 3px 10px 0 20px;
	font-size: 10px;
	line-height: 13px;
	color: #fff;
	position: absolute;
	top: 5px;
	left: 96%;
	background: url(/images/messages/bg-validation-msg.png) left center no-repeat;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	z-index: 2;
}


/* ======================================================================================
2. Header - setup page layouts, floats, widths, margin, padding
======================================================================================= */
.header {
	position: relative;
	height: 150px;
	z-index: 50;
}
.header .logo {
	width: 145px;
	height: 145px;
	float: left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -99999px;
    z-index: 1000;
}
.header .search-access {
	float: right;
	position: relative;
	margin: 45px 0 0 0;
}

.header .form-search {
	margin-right: 28px;
	text-align: right;
}
.header .form-search button.button {}
.header .form-search input.input-text {
	width: 226px;
}

/* quick access/top.links */
.header .quick-access {
	width: 815px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
.header .links {
	float: right;
	font-size: 11px;
	position: absolute;
	right: 250px;
	top: 4px;
}
.header .links li {
	display: inline;
	padding: 0 10px 0 2px;
	background: url('/images/layout/top-link-sep.jpg') right 5px no-repeat;
}
.header .links .first {
	padding-left: 0;
}
.header .links .last {
	padding-right: 0;
	background: none;
}
/* cart sidebar */
#block-sidebar {
	position: absolute;
	top: 2px;
	right: 0;
	width: auto;
}
.header .block-cart li {
	float: left;
}
.header .block-cart .last {
	padding-left: 3px;
}
.header .block-cart .view-basket {
	display: block;
	margin-left: 10px;
	margin-top: -7px;
}
.header .block-cart .view-basket a {}
.block-cart .view-basket .open span {
	background-position: -31% 8px;
}

/* currency switcher ******************************************/
.currency-container {
	display: block;
	position: absolute;
	left: 180px;
	top: -5px;
	z-index: 2;
	width: 100px;
}
.currency-switch {
	clear: both;
	width: 100%;
	display: block;
	float: left;
	font-size: 11px;
	color: #fff;
	z-index: 7;
}
.currency-switch li {
	display: block;
	background: url(/images/ui/main-sprite.png) -228px -923px no-repeat;
}
.currency-switch li:hover {
	background-position: 75px -922px;
}
.currency-switch li li {
	background-image: none;
}
.currency-switch li span,
.currency-switch a {
	display: block;
	padding: 9px 10px 9px 32px;
	background: url(/images/layout/currency-flags.png) 4px 0 no-repeat;
}
.currency-switch .subnav {
	z-index: 3;
}
.currency-switch .subnav li {
	background-color: #666;
	padding: 0;
}
.currency-switch a {
	text-align: left;
	color: #fff;
	text-decoration: none;
}


/*
.currency-switch li.usd li.gbp a,
.currency-switch li.eur li.gbp a,
.currency-switch li.cny li.gbp a,
.currency-switch li.gbp li a,
.currency-switch li.gbp span {
	background-position: 8px 10px;
}
*/

/*
.currency-switch li.usd li.eur a,
.currency-switch li.gbp li.eur a,
.currency-switch li.cny li.eur a,
.currency-switch li.eur li a,
.currency-switch li.eur span {
	background-position: 8px -104px;
}
*/

/*
.currency-switch li.gbp li.usd a,
.currency-switch li.eur li.usd a,
.currency-switch li.cny li.usd a,
.currency-switch li.usd li a,
.currency-switch li.usd span {
	background-position: 8px -47px;
}
*/
/*

.currency-switch li.gbp li.cny a,
.currency-switch li.eur li.cny a,
.currency-switch li.usd li.cny a,
.currency-switch li.cny li a,
.currency-switch li.cny span {
	background-position: 8px -160px;
}
*/


/* specification boxes (static blocks) ******************************************/
.header .specification-box {
	position: absolute;
	float: right;
	overflow: hidden;
	padding: 10px 0 10px 0;
	top: 88px;
	left: 160px;
	width: 836px;
	border-bottom: 1px solid #ccc;
	margin-top: -3px;
}
.header .specification-box-content {
	float: right;
}
.header .specification-box li {
	float: left;
	text-align: center;
	margin-left: 10px;
}
.header .specification-box .last,
.header .specification-box .first {
	margin: 0;
}
.header .specification-box a {
	display: block;
/*	padding: 10px 0;*/
/*	background-color: #efefef;*/
    width: 100%;
    height: 100%;
	color: #525252;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
}

/* mini cart */
.block-cart .block-mini-cart {
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
	width: 267px;
	max-height: 517px;
	overflow: hidden;
	position: absolute;
	background: white;
	border: 2px solid #999;
	top: 24px;
	right: 0px;
	z-index: 10000;
	padding: 9px;
}
.block-mini-cart .item {
	list-style-type: none;
}
.block-mini-cart .product-details {
	float: right;
	width: 140px;
	height: 53px;
	padding: 12px 10px 30px 10px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}
.block-mini-cart .product-details .qty {
	position: absolute;
	bottom: 15px;
	left: 10px;
}
.block-mini-cart .product-details .price {
	font-size: 14px;
}
.block-mini-cart .item img {
	float: left;
}
.block-mini-cart .product-name a {
	text-decoration: none;
}
.block-mini-cart .none-in {
	font-size: 14px;
	text-align: center;
}
.block-mini-cart p.total {
	margin-top: 5px;
	text-align: right;
	margin-bottom: 5px;
}
.block-mini-cart .basket-row {
	text-align: right;
	overflow: auto;
	padding-top: 8px;
	border-top: 1px solid #9c9c9c;
}
.block-mini-cart .btn {
	float: left;
}
.block-mini-cart .btn-paynow {
	float: right;
}
.block-mini-cart .btn-basket {}
.block-mini-cart .btn-paynow:hover {}
.block-mini-cart .btn-basket:hover {}

.block-mini-cart .ad {
	position: relative;
	border: 1px solid #9c9c9c;
	padding: 8px 0;
	text-align: center;
	bottom: 0;
	margin-top: 8px;
}
.block-mini-cart p {
	margin: 0;
	line-height: 12px;
}
.block-mini-cart .ad a {
	color: #525252;
	display: block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.block-mini-cart.open {
	display: block;
}
.block-mini-cart .next,
.block-mini-cart .prev {
	display: block;
	height: 25px;
	background-color: #e2e2e2;
	text-indent: -99999px;
	border: 1px solid #999;
	background-image: url(/images/nav/nav-mini-cart.png);
	background-repeat: no-repeat;
}
.block-mini-cart .prev {
	margin-bottom: 9px;
	background-position: 50% 8px;
}
.block-mini-cart .next {
	background-position: 50% -14px;
}

.block-mini-cart .next:hover,
.header .block-mini-cart .prev:hover {
	background-color: #ccc;
}
.block-mini-cart .disabled {
	cursor: default;
}
.block-mini-cart .prev.disabled:hover,
.block-mini-cart .next.disabled:hover {
	background-color: #e2e2e2;
}

.list-mini-cart-wrapper {
	height: 348px;
	overflow: hidden;
	position: relative;
}
.list-mini-cart {
	position: absolute;
	top: 0;
}
.list-mini-cart li,
.list-mini-cart li.pager {
	display: block;
	float: none;
	font-size: 100%;
	margin: 0;
	width: 255px;
	height: 95px;
	margin-bottom: 9px;
	padding: 5px;
	border: 1px solid #666;
	position: relative;
}
.list-mini-cart .btn-remove {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 9px;
	height: 9px;
	background: url(/images/ui/checkbox-filters.gif) 0 0 no-repeat;
	text-indent: -99999px;
}
.list-mini-cart .btn-remove:hover {
	background-position: 0 -71px;
}

/* ======================================================================================
2. Nav - links and active page
======================================================================================= */
/* if nav is inside header do this */
.header .nav-container {
	position: absolute;
	top: 30px;
	left: 160px;
}
#nav {
	width: 100%;
	height: 30px;
	padding: 5px 0;
	margin: 10px 0;
	font-size: 15px;
	list-style: none;
}
/* All Levels ******************************************/
#nav li {
	text-align: left;
	position: relative;
}
#nav li.over {
	z-index: 998;
}
#nav li a {
	display: block;
	text-decoration: none;
}
#nav li a:hover {
	text-decoration: none;
}
#nav li a span {
	display: block;
	white-space: nowrap;
	cursor: pointer;
}
#nav li ul a span {
	white-space: normal;
}

/* 1st Level ******************************************/
#nav li {
	float: left;
	margin-right: 6px;
}
#nav li a {
	float: left;
	padding: 5px 8px;

}
#nav li a:hover,
#nav li.over a,
#nav li.active a {}

/* 2nd Level ******************************************/
#nav ul, #nav div {
	position: absolute;
	width: 240px;
	top: 55px;
	left: -10000px;
	background: url(/images/sub-menu-bg.png) repeat left bottom;
	margin-left: -35px;
	padding: 12px 0;
}

#nav div ul {
	position: static;
	width: auto;
	border: none;
}

/* 3rd Level ******************************************/
#nav ul ul, #nav ul div {
	top: 7px;
}
#nav ul li {
	margin: 0;
	float: none;
}
#nav ul li a {
	padding: 0 35px;
	float: none;
	font-size: 20px;
	color: #dee0ca ;
	text-transform: uppercase;
	font-family: 'confidentialregular';
	font-weight: normal;
}
#nav ul li a:hover, #nav ul li.active > a, #nav ul li.over > a { color: #ead915; }

/* Show Menu ******************************************/
#nav li ul.shown-sub,
#nav li div.shown-sub {
	left: 0;
	z-index: 999;
}
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub {
	left: 100px;
}


/* ======================================================================================
3. Footer
======================================================================================= */
.footer {
	font-size: 12px;
	padding: 0 0 50px 0;
}
.footer h2 {
	font-size: 16px;
}
.footer ul {
	margin: 0;
	padding-top: 8px;
	line-height: 18px;
}
.footer ul li {
	display: block;
	float: none;
}

.footer address {}
.payment-methods,
.legals {
	clear: both;
	float: left;
	width: 100%;
}
.payment-methods {
	padding: 15px 0;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	margin-bottom: 16px;
}
.footer .store-links {
	width: 300px;
}
.payment-methods .cards-accepted {
	float: left;
	width: 393px;
	height: 28px;
	display: block;
	background: url(/images/ui/main-sprite.png) 0 0px no-repeat;
	text-indent: -9999px;
}
.payment-methods .secured-by {
	float: right;
	width: 318px;
	height: 28px;
	display: block;
	background: url(/images/ui/main-sprite.png) 0 -881px no-repeat;
	text-indent: -9999px;
}
.footer .search-terms {
	width: 285px;
	padding-right: 40px;
}
.info-col li {
	margin-top: 5px;
}
.footer .contact-info {
	width: 345px;
}
.footer .contact-info .times .day {
	width: 45px;
	display: inline-block;
}
.contact-info ul {
	width: 160px;
	float: left;
	margin-right: 25px;
}
.contact-info li {
	padding-left: 15px;
}
.contact-info .address,
.contact-info .telephone,
.contact-info .email {
	background: url(/images/layout/home-icon.png) 0 4px no-repeat;
}
.contact-info .telephone {
	background-image: url(/images/layout/phone-icon.png);
}
.contact-info .address {
	background-image: url(/images/layout/home-icon.png);
}
.contact-info .last {
	background: url(/images/layout/calendar-icon.png) 0 16px no-repeat;
	margin: 0;
}

.legals {
	border-top: 3px solid #b2b2b2;
	padding: 15px 0 50px 0;
	margin-top: 32px;
}
.legals ul li {
	display: inline;
}
.legals ul {
	margin-bottom: 16px;
}
.legals ul li {
	float: left;
	margin-right: 5px;
	font-size: 11px;
}
.legals p {
	margin: 0;
	padding: 0;
	clear: left;
	color: #949494;
	font-size: 11px;
	line-height: 14px;
}
.iweb {
	margin-top: 10px;
	font-size: 11px;
	color: #999;
}
.iweb a {
	color: #999;
}

/* ======================================================================================
4. Breadcrumbs
======================================================================================= */
.breadcrumbs {
	height: 20px;
	padding-top: 10px;
	clear: both;
	float: left;
	width: 100%;
	border: none;
	margin-bottom: 12px;
}
.breadcrumbs ul {
	float: left;
}
.breadcrumbs li {
	float: left;
	font-size: 11px;
	color: #252525;
	margin: 0 0 0 3px;
	display: inline;
}
.breadcrumbs a {
	color: #252525;
	padding-right: 10px;
	background: url(/images/layout/breadcrumb-sep.jpg) right 5px no-repeat;
}
.breadcrumbs .home,
.breadcrumbs .home a {
	margin: 0;
}
.breadcrumbs strong {
	font-weight: normal;
}
/* extended breadcrumbs - 'more from' */
.breadcrumbs-extended {
	height: auto;
	padding-top: 0;
	margin-top: 15px;
}
.breadcrumbs-extended li {
	float: none;
	margin-left: 0;
	display: block;
	margin-bottom: 5px;
}

/* ======================================================================================
5. Pricing - product prices and availability
======================================================================================= */
.availability {
	clear: both;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 12px;
}
.price-box {
	text-align: left;
}
.special-price,
.old-price {
	margin: 0;
}
.old-price {
	font-family: Courier, 'Courier New', sans-serif;
	color: #273543;
	/*text-decoration: line-through;*/
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
}
.special-price,
.regular-price {
	font-size: 17px;
	color: #333;
}

/* product-list prices */
.products-list .price-box {
	text-align: right;
	margin: 0;
}
.products-list .special-price {
	top: 0;
	right: 0;
}
.products-list .old-price {
	top: 20px;
	right: 0;
}
/* product-grid prices */
.products-grid .price-box {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.products-grid .special-price {
	top: 0;
	left: 0;
}
.products-grid .old-price {
	top: 20px;
	left: 0;
}
/* product-detail prices */
.product-shop .price-box {
	clear: both;
	margin-bottom: 5px;
}
.category-8-wired .products-grid .price-box{
    left: 0;
    margin: 0 auto;
}
.block-related .special-price,
.block-related .product-shop .special-price,
.block-related .regular-price,
.block-related .product-shop .regular-price {
	font-size: 17px;
	color: #333;
	letter-spacing: 0;
}

/* mini-cart price */
.block-mini-cart .product-details .price {
	font-size: 14px;
}

/* Minimal price (as low as) ******************************************/
.minimal-price {}
.minimal-price .price-label {
	white-space: nowrap;
}
.minimal-price-link {
	display: block;
}
.minimal-price-link .label {}
.minimal-price-link .price {
	font-weight: normal;
}

/* Excluding tax ******************************************/
.price-excluding-tax {
	display: block;
}
.price-excluding-tax .label {
	white-space: nowrap;
}
.price-excluding-tax .price {
	font-weight: normal;
}

/* Including tax ******************************************/
.price-including-tax {
	display: block;
}
.price-including-tax .label {
	white-space: nowrap;
}
.price-including-tax .price {}

/* Configured price ******************************************/
.configured-price {}
.configured-price .price-label {
	white-space: nowrap;
}
.configured-price .price {}

/* Excl tax (for order tables) ******************************************/
.price-excl-tax .label {
	display: block;
	white-space: nowrap;
}

/* Incl tax (for order tables) ******************************************/
.price-incl-tax {
	display: block;
}
.price-incl-tax .label {
	display: block;
	white-space: nowrap;
}
.price-incl-tax .price {
	display: block;
}

/* Price range ******************************************/
.price-from {}
.price-from .price-label {
	white-space: nowrap;
}
.price-to {}
.price-to .price-label {
	white-space: nowrap;
}

/* Price notice next to the options ******************************************/
.price-notice {
	padding-left: 10px;
}
.price-notice .price {}

/* Price as configured ******************************************/
.price-as-configured {}
.price-as-configured .price-label {
	white-space: nowrap;
}

/* Tier Prices ******************************************/
.tier-prices .price {}
.tier-prices .benefit {}
.tier-prices-grouped {}


/* ======================================================================================
6. Widgets / sliders / tabs / sidebar nav
======================================================================================= */
/* base slider */
.has-slider .slider-container {
	overflow: hidden;
	position: relative;
}
.has-slider .slider-item {
	float: left;
	width: 195px; /* base width */
}
.has-slider .slider-item a,
.has-slider .slider-item img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.has-slider .product-image {
	margin-bottom: 5px;
}
.has-slider .product-image img {
	margin: 0 auto;
}
.has-slider .slider-item .item {
	min-height: 163px;
	padding-top: 10px;
	margin: 0 auto;
}
.has-slider .item.last {
	border-bottom: 0;
}
.has-slider .item .product-name {
	margin-top: 12px;
	display: block;
}
.has-slider .item a {
	text-decoration: none;
}
.has-slider .product-name h3 {
	font-size: 12px;
}

.slider-nav {
	clear: both;
	position: relative;
	padding: 10px 0;
}
.has-slider .bx-next,
.has-slider .bx-prev {
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-indent: -99999px;
	background: #4C4C4C url(/images/nav/nxt-prev-15.gif) 0 0 no-repeat;
}
.has-slider .bx-next {
	background-position: -15px 0;
}
.has-slider .bx-prev {
	right: 16px;
}
.has-slider .bx-next:hover {
	background-position: -15px -15px;
}
.has-slider .bx-prev:hover {
	background-position: 0 -15px;
}
.has-slider .disabled {
	opacity: 0.2;
	cursor: default;
}
.nav-btm .bx-next,
.nav-btm .bx-prev {
	top: auto;
	right: auto;
	left: 0;
	bottom: -22px;
}
.nav-btm .bx-next {
	left: 16px;
}

.block-banner {
	overflow: hidden;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.block-banner.nav-btm {
	overflow: visible;
}
.block-banner .slider-link,
.block-banner .slider-img {
	display: block;
	text-decoration: none;
}
.block-banner .slider-item {
	position: relative;
	width: 996px;
	height: 460px;
}
.block-banner .slider-link {
	width: 100%;
	height: 100%;
}
.block-banner .slider-img {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
}
.block-banner .slider-content {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}
/* slider next/prev */
.block-banner .bx-next,
.block-banner .bx-prev {
	z-index: 101;
}

/* slider pager */
.block-banner .bx-pager {
    position: absolute;
    bottom: 30px;
    right: 36px;
    z-index: 1000;
}
.block-banner .pager-link {
    display: inline-block;
    margin-right: 5px;
    text-indent: -9999em;
    width: 15px; height: 15px;
    background-color: #777;
    color: #000;
    text-decoration: none;
}
.block-banner .pager-active {
	background: #000;
	color:#000;
}

/* base tabs */
.nav-tabs,
.nav-tabs li,
.nav-tabs a {
	height: 26px;
}
.nav-tabs {
	border-bottom: 1px solid #E0E0E0;
}
.nav-tabs li {
	float: left;
	display: inline;
	margin: 0 1px 0 0;
}
.nav-tabs a {
	float: left;
	display: inline;
	text-align: center;
	background: #e5e5e5;
	border: 1px solid #e0e0e0;
	border-bottom: 0;
	padding: 0 15px;
	text-decoration: none;
	line-height: 26px;
}
.nav-tabs .active a {
	background: white;
}
.tab-content {
	border: 1px solid #e0e0e0;
	border-top: 0;
}
.tab-content .tab-pane {
	min-height: 200px;
	max-height: 300px;
	padding: 20px;
	padding-left: 12px;
	padding-right: 12px;
	overflow: auto;
}
.has-tabs {}

/* sidebar nav */
.sidebar .block-nav ul {
	border-bottom: 1px #ccc solid;
}
.sidebar .block-nav li {
	border-top: 1px #ccc solid;
}
.sidebar .block-nav a,
.sidebar .block-nav li strong {
	text-decoration: none;
	color: #3c3c3c;
	display: block;
	padding: 11px 10px 9px 10px;
	background: #F7F7F7 url(/images/account/account-nav.gif) right repeat-y;
}
.sidebar .block-nav a:hover {
	background-color: #e5e5e5;
}
/* active */
.sidebar .block-nav li strong {
	background: white url(/images/account/account-nav-hover.gif) 100% -2px no-repeat;
}

/* ======================================================================================
7. Product view
======================================================================================= */
.catalog-product-view h3.block-title {
	font-size: 16px;
	margin-bottom: 12px;
}
.product-view {
	margin-bottom: 20px;
}
.product-aside {
	width: 390px;
	float: left;
	margin: 0 32px 0 0;
	display: inline;
}
.product-media {
	width: 390px;
	position: relative;
}
.media-main {
	overflow: hidden;
	border: 1px solid #4C4C4C;
	width: 388px;
	height: 346px;
}
.bigImg {
	display: block;
}
.link-zoom {
	width: 23px;
	height: 23px;
	background: url(/images/ui/icon-zoom.png) no-repeat;
	position: absolute;
	z-index: 10;
	top: 2px;
	right: 2px;
	text-indent: -9999px;
	display: block;
}
/* product media */
.product-media-thumbs a,
.product-media-thumbs img,
.product-media-thumbs span {
	display: block;
}
.product-media-thumbs {
	padding: 15px 0;
}
.product-media-thumbs .item {
	float: left;
}
.media-thumbs-container .product-media-thumbs {
	padding: 0;
}
.product-media-thumbs .slider-item {
	width: 126px;
}
.product-media-thumbs .last {
	margin-right: 0;
}
.product-media-thumbs a,
.product-zoom-thumbs a {
	position: relative;
	border: 1px solid #b5b5b5;
}
.product-media-thumbs a span,
.product-zoom-thumbs a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.5;
}
.product-media-thumbs .active a span,
.product-zoom-thumbs .active a span {
	opacity: 0;
}

/* media horizontal */
.product-media-horizontal .product-media-thumbs .item {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}
.product-media-horizontal .product-media-thumbs .last {
	margin-right: 0 !important; /* overwrite any alt product layout */
}

/* product essential */
.product-shop .product-title {
	margin-bottom: 6px;
}
.product-essential {
	position: relative;
	width: 342px;
	float: right;
}
.product-options {
	clear: both;
	margin: 15px 0;
}
.product-options dl {}
.product-options dt {
	clear: left;
	width: 29%;
	float: left;
}
.product-options dd {
	width: 71%;
	float: right;
}
.add-to-cart label,
.product-options label,
.product-options-bottom label {
	min-width: 35px;
	font-size: 12px;
	color: #868281;
	margin: 0 10px 0 0;
	position: relative;
}
.product-options label em,
.product-options-bottom label em {
	color: red;
	position: absolute;
	left: -7px;
	top: 2px;
}
.add-to-cart {
	float: left;
	margin-right: 15px;
}
.add-to-cart label {
	line-height: 42px;
}
.add-to-cart .qty {
	margin-right: 12px;
}
.product-essential .add-to-box {
	clear: both;
}
.product-options-bottom .add-to-links,
.add-to-box .add-to-links {
	float: right;
	margin-top: 15px;
}
.product-essential .add-to-links {
	float: left;
}

/* add to cart animation */
.loading-indicator {
    height: 35px; width: 35px;
    background: url( '/images/ui/loader-white-on-red.gif' ) center center no-repeat;
}
.loading-indicator.black {
    background: url( '/images/ui/loader-black-on-white.gif' );
}
.loading-indicator-overlay {
	background: transparent url('/images/trans/white-60.png') 0 0 repeat;
}

.catalog-product-view .product-description {
	margin: 20px 0;
}
.catalog-product-view .product-description h3 {
	margin-bottom: 12px;
}

/* product review */
.ratings {
	clear: both;
	margin-bottom: 20px;
}
.product-shop .list-review {
	position: relative;
	clear: both;
}
.email-friend,
.no-rating,
.list-review,
.add-to-links {
	display: inline;
	font-size: 11px;
}
.list-review li {
	display: inline;
	height: 14px;
	float: left;
	padding: 0;
	margin: 0;
}
.email-friend,
.list-review li.review-list {
	background: url(/images/rating/sep-review.png) no-repeat 100% 2px;
}
.email-friend {
	padding-right: 5px;
}
.list-review .separator {
	margin: 0 5px;
}
/* reviews box */
.box-reviews {
	width: 50%;
	float: left;
	position: relative;
	clear: both;
	padding: 35px 50% 35px 0;
	border-top: 1px solid #7F7F7F;
}
.box-reviews .cancel-review {
	font-size: 11px;
	position: absolute;
	top: 45px;
	right: 50%;
}
.box-reviews .block-title {
	margin-bottom: 24px;
}
.box-reviews h3 {
	margin-bottom: 12px;
}
.box-reviews h3 span {
	display: block;
	font-size: 14px;
}
.box-reviews h3 span span {
	display: inline;
}
/* review form elements */
.form-review {
	padding-top: 20px;
	border-top: 1px solid #ccc;
}
.form-review input.input-text,
.form-review textarea {
	width: 274px;
	margin: 0 0 10px;
}
.form-review textarea {
	min-height: 140px;
}
.form-review .button {
	float: right;
}

.reviews-list {}
.content-review {
	padding-bottom: 30px;
}
.title-review {
	padding-top: 30px;
	border-top: 1px solid #ccc;
	font-size: 16px;
	margin-bottom: 12px;
}
.review-author,
.content-review .date {
	display: block;
	font-size: 11px;
}
.content-review .date {
	float: right;
	margin-top: 8px;
}
/* product tabs */
.tabs-product {
	clear: both;
	margin: 15px 0;
}

/* auto related default */
/* slider ajustments */
.block-related .bx-next,
.block-related .bx-prev {
	top: 10px;
}
.block-related .slider-nav {
	border-top: 0;
	border-bottom: 2px solid gray;
}
.block-related .slider-nav.last {
	border-bottom: 0;
	border-top: 2px solid #999;
}
.block-related .slider-nav .pager {
	width: auto;
	margin-left: 0;
}
.block-related .slider-nav .pager .count,
.block-related .slider-nav .pager .bx-current-page {
	padding-left: 4px;
}
.block-related .slider-nav .count {
	padding-left: 6px;
}

/* auto related vertical */
.autorelated-vertical .block-related .slider-item {
	width: 174px;
}
.autorelated-vertical .block-related .item {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.autorelated-vertical .block-related .last {
	border-bottom: 0;
}

/* auto related horizontal */
.autorelated-horizontal .block-related {
	position: relative;
	clear: left;
	float: left;
	margin: 40px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #7F7F7F;
}
.autorelated-horizontal .block-related .block-title {
	padding-top: 8px;
}
.autorelated-horizontal .block-related .slider-item {
	width: 197px;
}
.autorelated-horizontal .block-related h2,
.autorelated-horizontal .block-related .slider-nav {
	position: absolute;
	top: 0;
}
.autorelated-horizontal .block-related h2 {
	top: 6px;
	left: 0;
}
.autorelated-horizontal .block-related .slider-nav {
	right: 0;
	width: 100%;
}
.autorelated-horizontal .block-related .slider-nav .pager {
	float: right;
	margin-right: 50px;
}

/* media vertical */
.product-media-vertical .media-main {
	width: 460px;
	height: 451px;
}
.product-media-vertical .media-thumbs-container {
	float: left;
	width: 130px;
	position: relative;
}
.product-media-vertical .product-media-main {
	float: right;
}
.product-media-vertical .product-media-thumbs,
.product-media-vertical .product-media {
	width: auto;
	float: left;
	margin-bottom: 30px;
}
.product-media-vertical .product-media-thumbs,
.product-media-vertical .block-related {
	width: 580px;
	margin-right: 44px;
}
.product-media-vertical .block-related {
	width: 100%;
	margin-right: 0;
}
.product-media-vertical .product-media-thumbs {
	width: auto;
	float: none;
	margin: 0;
}
.product-media-vertical .product-media-thumbs .slider-item {
	width: 130px;
	height: 450px;
	padding-bottom: 7px;
	border-bottom: 1px solid gray;
}
.product-media-vertical .product-media-thumbs .item {
	padding-right: 15px;
	padding-top: 0;
	min-height: 0;
	margin-bottom: 12px;
	padding-right: 0;
	margin-bottom: 7px;
}

/* media zoom */
#zoomedpic {
	overflow: hidden;
	position: fixed;
	width: 870px;
	z-index: 200;
	top: 50px;
	left: 50%;
	-moz-box-shadow: 4px 8px 27px 0px #000;
	box-shadow: 4px 8px 27px 0px #000;
	-webkit-box-shadow: 4px 8px 27px 0px #000;
	background: #fff;
	display: none;
	margin-left: -435px;
}
#zoomedpic .closeBtn {
	position: absolute;
	z-index: 205;
	background: #777;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#zoomedpic .closeBtn:hover {
	background: #999;
}
#zoomed-image li {
	margin-bottom: 5px;
}
#zoomed-image img {
	display: block;
}
#zoomed-image a {
	border: 1px solid #777;
	overflow: auto;
	display: block
}
#thumbnail,
.media-main {
	cursor: pointer;
}
#full {
	position: relative;
	cursor: crosshair;
}
#zoom-change {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 301;
}
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: transparent url(/images/trans/black-70.png) 0 0 repeat;
	display: none;
	text-align: left;
}
#loading-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 300;
	display: none;
	text-align: left;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	opacity: 0.7;
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	background: #fff url("/images/ui/loader.gif") no-repeat 50% 50%;
}
@-moz-document url-prefix() { .media-main, .link-zoom { cursor: -moz-zoom-in; } }
.media-main .no-zoom { cursor: default; }
.link-zoom { cursor: pointer; }

/* recently viewed */
.block-viewed {
	clear: both;
	border: 1px solid #ccc;
	padding: 20px;
	margin: 20px 0;
}
.block-viewed .slider-container {
	overflow: visible;
}
.block-viewed .slider-item {
	width: 158px;
}
.block-viewed .slider-item .item {
	width: 140px;
}
.block-viewed .bx-next,
.block-viewed .bx-prev {
	top: -30px;
}

/* ======================================================================================
8. Product views - alternate
======================================================================================= */
/* layout alt one */
.catalog-product-view-alt-one .col-main {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}
.catalog-product-view-alt-one .product-aside {
	width: 592px;
}
.catalog-product-view-alt-one .product-shop {
	width: 370px;
	border-right: 0;
	padding-right: 0;
}
.catalog-product-view-alt-one .add-to-box {
	margin-bottom: 30px;
}
.catalog-product-view-alt-one .tabs-product {
	margin-top: 30px;
}
.catalog-product-view-alt-one .tabs-product .tabs-pane {
	min-height: 215px;
}
.catalog-product-view-alt-one .more-views {
	clear: both;
}
.catalog-product-view-alt-one .product-essential {
	float: right;
	width: 372px;
}
.catalog-product-view-alt-one .block-related .item {
	width: 140px;
}

/* layout alt two */
.catalog-product-view-alt-two .product-aside {
	width: 605px;
}
.catalog-product-view-alt-two .block-related .slider-item {
	width: 114px;
}
.catalog-product-view-alt-two .product-media-thumbs .slider-item {
	height: auto;
	padding-bottom: 5px;
}
.catalog-product-view-alt-two .block-related .item {
	width: 94px;
}
.catalog-product-view-alt-two .block-related .product-name {
	font-size: 12px;
}
.catalog-product-view-alt-two.autorelated-horizontal .block-related {
	margin: 20px 0;
}
.catalog-product-view-alt-two .block-related .special-price,
.catalog-product-view-alt-two .block-related .regular-price {
	font-size: 14px;
}
.catalog-product-view-alt-two.product-media-vertical .media-main {
	width: 473px;
	height: auto;
}
.catalog-product-view-alt-two.product-media-vertical .product-media-thumbs .item {
	margin-bottom: 11px;
}

/* layout alt three */
.catalog-product-view-alt-three .product-view {
	padding: 20px;
}
.catalog-product-view-alt-three .product-aside,
.catalog-product-view-alt-three .media-main,
.catalog-product-view-alt-three .product-media {
	width: 188px;
}
.catalog-product-view-alt-three .media-main {
	height: 242px;
	border: 0;
}
.catalog-product-view-alt-three .product-essential {
	width: 466px;
}
/* layout alt four */
.catalog-product-view-alt-four .product-view {
	padding-left: 60px;
	padding-right: 60px;
}
.catalog-product-view-alt-four .media-main {
	width: 480px;
	height: 545px;
}
.catalog-product-view-alt-four .product-aside,
.catalog-product-view-alt-four .product-media {
	width: 482px;
}
.catalog-product-view-alt-four .product-media-thumbs .item {
	margin-right: 38px;
	margin-bottom: 10px;
}
.catalog-product-view-alt-four .btn-cart {
	clear: left;
}
.catalog-product-view-alt-four .product-description {
	margin: 60px 0;
}
.catalog-product-view-alt-four .product-essential .add-to-links {
	clear: left;
	margin-top: 30px;
}

/* ======================================================================================
9. Product listing - toolbars/grid/list views
======================================================================================= */
.catalog-category-view .col-main {
	position: relative;
}
/* sidebar - mana stuff is styled later */
.block-layered-nav .block-title {
	margin-bottom: 25px;
	border-bottom: 1px solid #929292;
	padding-bottom: 10px;
}
.category-products {
	clear: both;
}

/* Toolbar */
.toolbar {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	position: relative;
	font-size: 11px;
}
.toolbar-bottom {
	clear: both;
	margin-bottom: 10px;
}
.toolbar-bottom .toolbar {}
/* View mode */
.view-mode {
	float: left;
	width: 50px;
	height: 26px;
	margin-right: 14px;
	margin-bottom: 0;
	position: relative;
}
.view-mode a {
	cursor: pointer;
}
.view-mode .grid,
.view-mode .list {
	display: block;
	width: 21px;
	height: 24px;
	text-indent: -9999px;
	background: url(/images/layout/view-mode.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
}
.view-mode .grid {
	float: left;
	left: 0;
}
.view-mode .list {
	float: right;
	right: 0;
	background-position: -21px 0;
}
.toolbar-bottom .view-mode .grid {
	background-position: 0 3px;
}
.toolbar-bottom .view-mode .list {
	background-position: -21px 3px;
}
/* top active grid */
.view-mode strong.grid,
.view-mode .grid:hover {
	background-position: 0 -24px;
}
/* top active list */
.view-mode strong.list,
.view-mode .list:hover {
	background-position: -21px -24px;
}
/* btm active grid */
.toolbar-bottom .view-mode strong.grid,
.toolbar-bottom .view-mode .grid:hover {
	background-position: 0 -48px;
}
/* btm active list */
.toolbar-bottom .view-mode strong.list,
.toolbar-bottom .view-mode .list:hover {
	background-position: -21px -48px;
}

/* Sorter */
.sorter {
	float: right;
}
.sort-by {
	font-size: 11px;
	margin-top: 4px;
}
.toolbar .pager {
	float: left;
	width: 75%;
	line-height: 22px;
}
.toolbar .amount,
.toolbar .limiter,
.toolbar .pages {
	float: left;
}
.toolbar .amount {
	font-weight: bold;
	margin-right: 15px;
	margin-bottom: 0;
}
.toolbar .amount,
.toolbar .limiter,
.toolbar .pages {
	line-height: 24px;
}
.toolbar .pages {
	float: right;
}
.toolbar .pages strong {
	float: left;
	margin-right: 5px;
}
.toolbar .pages ol {
	float: right;
}
.toolbar .pages li {
	display: inline;
	margin-right: 4px;
}
.toolbar .pages .i-previous,
.toolbar .pages .i-next {
	text-decoration: none;
}

/* ajustments for btm toolbar */
.toolbar-bottom .amount,
.toolbar-bottom .limiter,
.toolbar-bottom .pages {
	line-height: 28px;
}
.toolbar-bottom .sorter {
	line-height: 22px;
}


/* Products grid/category list */
.products-grid,
.category-list {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
.products-grid.last {
	margin: 0;
	border: none;
}
.products-grid li,
.category-list li {
	float: left;
	width: 30%; /* set default as 3 col */
	text-align: center;
	position: relative;
	min-height: 205px;
	min-height: 185px;
	padding-bottom: 40px;
	margin: 0;
	margin-right: 14px;
}
.products-grid .last {
	margin-right: 0;
}
.products-grid a,
.products-grid img,
.category-list a,
.category-list img {
	display: block;
}
.products-grid a,
.category-list a {
	text-decoration: none;
}
.products-grid img,
.category-list img {
	margin: 0 auto 5px auto;
}
.products-grid h2,
.category-list h2 {
	text-align: left;
	font-size: 13px;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
}

/* category list only */
.category-list {}
.category-list li {
	text-align: left;
	min-height: 296px;
	width: 185px;
	border: 1px solid #ccc;
	margin-right: 10px;
}
.category-list a {
	display: block;
	padding: 15px;
	text-decoration: none;
}
.category-list p {
	font-size: 12px;
	color: #7F7F7F;
	line-height: 1.4em;
	margin: 0 0 20px 0;
}
.category-list .read-more {
	padding-right: 12px;
	display: block;
	background: url("/images/ui/arrow-accordion.png") right 1px no-repeat;
	width: 65px;
}

/* Product List */
.products-list {
	padding-bottom: 20px;
}
.products-list li {
	border-bottom: 1px solid #ccc;
	padding: 25px 0;
	position: relative;
}
.products-list li.last {
	padding-bottom: 0;
	border-bottom: 0;
}
.products-list li li {
	padding: 0;
	border: none;
}
.products-list .product-image,
.products-list .product-image img {
	display: block;
}
.products-list .product-image {
	float: left;
	margin: 0 15px 0 0;
}
.products-list .product-name {
	margin-bottom: 15px;
	font-size: 20px;
}
.products-list .product-name a {
	text-decoration: none;
}
.products-list li .actions {
	width: 164px;
	float: right;
}
.products-list li ul.add-to-links {
	width: auto;
	margin: 0;
	list-style: none;
}
.products-list li ul.add-to-links li {
	width: auto;
	border: none;
	height: auto;
	margin: 0;
	padding: 0 2px 0 0;
	float: left;
	font-size: 11px;
}
.products-list li ul.add-to-links li a {
	color: #8f8f8f;
}
.products-list .column-right {
	width: 130px;
	float: right;
}
.products-list .column-right p.delivery {
	text-align: right;
	padding: 5px 4px 0 0;
}
.products-list .productstock {
	clear: both;
	display: block;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
}
.products-list .list-review li {
	background: none;
	clear: both;
}
.products-list .product-description {
	float: left;
	width: 375px;
}
.products-list .desc {
	float: left;
	width: 480px;
	padding-right: 16px;
}
.products-list .list-review {
	float: left;
	padding-left: 15px;
}
.products-list .product-essential .list-review {
	padding: 0;
}
.products-list .availability {
	clear: both;
	display: block;
	text-align: right;
	margin-bottom: 15px;
}
.products-list .button {
	float: right;
}

/* category image/masthead */
.category-image img {
	display: block;
}
.category-masthead {
	margin-bottom: 15px;
}
.has-image {
	position: relative;
	height: 200px;
	max-height: 500px;
	overflow: hidden;
}
.has-image .category-image,
.has-image .category-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.has-image .category-image {
	z-index: 0;
}
.has-image .category-info {
	z-index: 1;
	width: 96%;
	height: 96%;
	padding: 2%;
}


/* ======================================================================================
10. Basket view -
======================================================================================= */
.data-table {
	width: 100%;
}
.data-table th,
.data-table td {
	padding: 5px;
	vertical-align: top;
}
.checkout-cart-index .cart-title {
	padding-bottom: 8px;
	border-bottom: 1px solid #666;
	margin-bottom: 16px;
}
.cart .checkout-types {
	float: right;
	text-align: right;
	clear: right;
    margin-top: 9px;
}
.title-buttons .btn-continue-top,
.cart-collaterals .btn-continue {
	float: left;
	clear: left;
	margin-top: 12px;
}
.cart-collaterals .btn-continue {
	margin-top: 52px;
}

/* items */
.cart .data-table th,
.cart .data-table td,
.opc .data-table th,
.opc .data-table td {
	border: 0;
	border-bottom: 1px solid #b0a7a1;
	text-align: center;
}
.cart .data-table .last {
	text-align: right;
}
.cart .cart-row .last .price {
	font-size: 20px;
}
.cart .product-info .product-name {
	font-size: 20px;
	margin-bottom: 12px;
}
.cart .product-info .product-name a {
	text-decoration: none;
}
.cart .cart-table input.qty {
	text-align: center;
}
.cart .cart-row .arrow span {
	float: left;
	background-repeat: no-repeat;
	padding-left: 15px;
	text-decoration: underline;
	background-image: url(/images/ui/update.gif);
	background-position: 0 8px;
	color: black;
}
.cart .cart-row .btn-remove span {
	background-position: 0 7px;
	background-image: url(/images/ui/checkbox-filters.gif);
}
.cart .cart-row .arrow span span {
	background: none;
	padding: 0;
}

/* totals */
.shopping-cart-totals {
	margin-bottom: 15px;
}
.shopping-cart-totals .grandtotal {
	font-size: 18px;
	line-height: 32px;
}
.shopping-cart-totals .grandtotal .price {
	font-size: 26px;
}

/* cart bottom */
.delivery-link {
	float: left;
	line-height: 32px;
}
.form-discount {
	float: right;
	margin-bottom: 35px;
}
.form-discount .discount {
	border: 3px solid #efedec;
}
.form-discount .discount .input-text {
	height: 21px;
	float: left;
	border-right: 0;
}
.discount-form {
	position: relative;
	height: 31px;
}
.cart-collaterals .checkout-types .btn-checkout {
	margin-bottom: 15px;
}

/* cart sidebar */
.sidebar .block-cart {
	padding: 0;
	font-size: 11px;
	color: #333;
	background-color: white;
	border: 1px solid #d8d8d8;
}
.sidebar .block-cart .block-title {
	font-size: 22px;
	font-weight: normal;
	padding: 12px 16px;
	background: url(/images/ui/padlock.gif) 90% 50% no-repeat;
}
.sidebar .block-cart p {
	margin: 0;
}
.sidebar .block-cart img {
	display: block;
	margin: 0 auto 8px auto;
}
.sidebar .block-cart .tag-secure {
	padding: 12px 16px;
	border-top: 1px solid #d8d8d8;
	background-color: #fcfcfc;
}
.sidebar .block-cart .block-link {
	display: block;
}

/* ======================================================================================
11. Mana pro -
======================================================================================= */
.widget-content {
	max-height: 200px;
	padding: 15px 10px;
	border: 1px solid #ccc;
	border-top: 0;
	overflow: auto;
	position: relative;
}
.widget-content li {
	margin-bottom: 5px;
}

.m-slider-values .m-slider-min-value,
.m-slider-selected-value .price-filter-left,
.m-slider-left-val {
	float: left;
}
.m-slider-values .m-slider-max-value,
.m-slider-selected-value .price-filter-right,
.m-slider-right-val {
	float: right;
}
/* custom classes */
.m-item-container {
	display: block;
}
/* slider only */
.m-filter-slider {
	background: none!important;
}
.m-filter-slider > .m-slider-from,
.m-filter-slider > .m-slider-to {
	height: 11px !important;
	width: 11px  !important;
	background: white url(/images/nav/handle-price-slide.png) 0 0 no-repeat !important;
}
.m-filter-slider > .m-slider-span {
	height: 4px !important;
}
.m-slider-selected-value-from {
	float: left;
}
.m-slider-selected-value-to {
	float: right;
}
/* radio buttons only */
.m-filter-radios label {
	position: relative;
	display: block;
}
.m-filter-radios li input {
	position: absolute !important;
	top: 1px;
	left: 2px;
	bottom: auto !important;
}
.m-filter-radios .m-item-container {
	padding-left: 20px;
}
/* css checkboxes only */
.m-filter-css-checkboxes a {
	display: block;
}
/* overlay */
#m-wait {
	position: absolute;
	z-index: 20000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('/images/trans/white-80.png') 0 0 repeat;
}
#m-wait .loader {
	margin-left: -230px !important;
	font-size: 18px;
}


/* ======================================================================================
12. Accounts - forgot password, create, login, dashboard, addresses, orders, wishlist
======================================================================================= */
.section-accounts .sidebar .block-title,
.section-accounts .legend, .box-head h2,
.section-accounts .addresses-list h2 {
	color: #362F2D;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0;
	background-color: white;
}
.section-accounts .my-account h3 {
	font-size: 16px;
	margin-bottom: 10px;
}
.section-accounts .toolbar {
	border: 0;
	padding: 0;
}

.subsection-accounts-internal .col-main {
	border-top: 1px solid #ccc;
	margin-top: 42px;
}
.subsection-accounts-internal .col2-left-layout .col-left {
	padding-right: 0;
}
.subsection-accounts-internal .sidebar {
	width: 200px;
}
.subsection-accounts-internal .col2-left-layout .col-main {
	width: 770px;
	padding-left: 26px;
}
.subsection-accounts-internal .page-title {
	line-height: 50px;
	border-bottom: 1px solid #ccc;
}
/* create account */
.customer-account-create .form-list {
	width: 100%;
}
.customer-account-create .form-list .input-box {
	width: 60%;
}
.customer-account-create .form-list .control .input-box {
	width: auto;
}
/* login */
.account-login .col2-set {
	margin-bottom: 10px;
}
.account-login h2, .account-create h2, .forgot-pass h2 {
	margin-bottom: 12px;
}
.account-login .fieldset {
	margin-bottom: 30px;
}
.account-login .link-forgot {
	margin-left: 85px;
}
.account-login .form-list {
	width: 77%;
}
.account-login .form-list .input-box {
	width: 67%;
}
.account-login .form-list label {
	float: left;
	margin-right: 5px;
	padding-top: 5px;
	font-weight: normal;
}
.account-login .btn-login {
	float: left;
	margin-left: 124px;
}
/* dashboard */
.dashboard .col2-set .box-title {
	padding: 5px 0 5px 0;
	border-bottom: 1px #ccc solid;
}
.dashboard .col2-set .box-content {
	padding-top: 5px;
}
.dashboard .col2-set .box-title h3 {
	float: left;
}
.dashboard .col2-set .box-title a {
	float: right;
	margin-top: 5px;
}
.dashboard .box-account .box {
	margin-top: 10px;
}
.my-account .legend {
	margin-bottom: 15px;
}

/* common account table styles */
.table-wishlist th,
.table-reviews th,
.table-orders th {
	padding: 7px 4px;
	border: 0;
	border-bottom: 1px solid #ADA9A6;
	border-top: 1px solid #604D4F;
}
.table-wishlist td,
.table-reviews td,
.table-orders td {
	padding: 10px 4px;
	border: 0;
	border-bottom: 1px solid #ADA9A6;
}

/* wishlist */
.table-wishlist textarea {
	height: 100px;
	width: 160px;
}
.table-wishlist .price-box {
	text-align: right;
	margin-top: 8px;
}
.table-wishlist .old-price {
	display: block;
}
.my-wishlist .last button.button,
.my-wishlist .last .btn-remove {
	margin-bottom: 8px;
}
.my-wishlist .last button.button span {
	font-size: 17px;
    line-height: 37px;
    width: 170px;
}
.my-wishlist .last button.button span span {
	width: auto;
}
.my-wishlist .buttons-set {
	margin-top: 5px;
}
/* reviews */
.table-reviews,
.table-orders {
	margin: 15px 0;
}
.table-reviews th.first,
.table-reviews td.first {
	width: 100px;
}
.table-reviews h3.product-name {
	font-size: 14px;
}
.review-customer-view .product-img-box,
.review-customer-view .product-details {
	float: left;
}
.review-customer-view .product-image,
.review-customer-view .product-image img {
	display: block;
}
.review-customer-view .product-img-box {
	margin-right: 25px;
}
.review-customer-view .product-details {
	width: 620px;
}
.review-customer-view .product-name {
	margin-bottom: 15px;
}

/* orders */
.order-info-box {
	margin-bottom: 12px;
}
.box-title h2 {
	margin-bottom: 8px;
}
/* */
.customer-account-index .box-head h2 {
	float: left;
}
.customer-account-index .box-head a {
	float: right;
}
.customer-account-index .box-info {
	margin-top: 20px;
}
/* ======================================================================================
13. Checkout - header, footer, steps
======================================================================================= */
.checkout-tel,
.checkout-message {
	display: block;
	position: absolute;
	top: 58px;
}
.checkout-tel {
	font-size: 22px;
	font-weight: normal;
	right: 200px;
}
.checkout-message {
	right: 0;
	top: 68px;
}
.opc h3 {
	margin-bottom: 15px;
}
.opc .step {
	position: relative;
	padding: 15px;
	border-top: 1px solid #ddd;
}
.opc .step-title {
	padding: 20px;
	background-color: #F7F7F7;
	border-top: 1px solid #CCC;
}
.opc .active .step-title {
	background-color: #f7f7f7;
}
.opc .step-title .required,
.opc .step-title a {
	float: right;
}
.opc .step-title .number,
.opc .step-title .number strong,
.opc .step-title h2 {
	line-height: 22px;
	font-size: 22px;
	font-weight: normal;
}
.opc .step-title .number {
	float: left;
	margin-right: 5px;
}
.opc .step-title .number strong {}
.opc .step-title h2 {
	float: left;
}
.opc .form-list {
	margin-bottom: 20px;
}
.opc .address-option {
	float: left;
	margin-right: 10px;
}
.opc .buttons-set {
	clear: left;
	margin-top: 20px;
}
/* step 1 */
#checkout-step-login .form-list {
	width: 80%;
	margin-bottom: 0;
}
#checkout-step-login .input-box {
	width: 66%;
}
#checkout-step-login .col-2 .form-list {
	width: 100%;
}
#checkout-step-login .buttons-set {
	margin-top: 0;
}
#checkout-step-login .col-1,
#checkout-step-login .col-2 {
	width: 50%;
}
#checkout-step-login .col-2 {
	border-left: 1px solid #ccc;
	width: 45%;
	padding-left: 4.8%;
}
#checkout-step-login .col-2 .form-list label {
	float: none;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
}
#checkout-step-login .control .radio {
	float: left;
	margin-right: 0;
	margin-top: 5px;
}
#checkout-step-login .col-2 .control p {
	padding: 5px 0 0 20px;
}
#checkout-step-login input.input-text {
	width: 180px;
}
button.btn-login {
	float: left;
	margin-left: 100px;
}
#checkout-step-login .link-forgot {
	margin-left: 30px;
}
/* step 2 */
#checkout-step-billing .col2-set {
	margin-right: -280px;
}
#checkout-step-billing hr {
	margin-right: -280px;
}
#checkout-step-billing .col-1 {
	width: 56.5%;
}
#checkout-step-billing .col-2 {
	width: 37%;
	border-left: 1px solid #ccc;
	padding-left: 4%;
}
/* step 3 */
/* step 4 */
/* step 5 */
dl.sp-methods {
	margin-top: 20px;
}
.sp-methods dt {
	margin-bottom: 10px;
}
.sp-methods dd {
	margin-top: 20px;
}
.sp-methods .radio {
	margin-top: -4px;
}
/* step 6 */
.cart-review-item .img-link,
.cart-review-item .info {
	float: left;
}
.cart-review-item .img-link,
.cart-review-item .img-link img {
	display: block;
}
.cart-review-item .img-link {
	width: 30%;
}
.cart-review-item .img-link img {}

#checkout-review-table td.first ,
#checkout-review-table th.first {
	text-align: left;
}
#checkout-review-table-wrapper .link-img {
	float: left;
	width: 15%;
	display: block;
}
#checkout-review-table-wrapper .block-info {
	float: right;
	width: 85%;
}

/* order summary */
.block-cart-review {
	border: 1px solid #CCC;
	margin-bottom: 20px;
}
.block-cart-review .block-title,
.block-cart-review .block-totals {
	background-color: #f6f6f6;
}
.block-cart-review .block-title,
.block-cart-review .cart-review-item,
.block-cart-review .edit-basket-link {
	padding: 15px;
}
.block-cart-review .block-title {
	border-bottom: 1px solid #cacaca;
}
.block-cart-review .block-content {}
.block-cart-review .cart-review-item {
	border-bottom: 1px solid #cacaca;
}
.block-cart-review .product-name {
	font-size: 12px;
}
.cart-review-item .link-img {
	display: block;
	float: left;
}
.cart-review-item .block-info {
	width: 120px;
	float: right;
}
.cart-review-item .block-info .qty-price {
	margin-bottom: 0;
}
.block-cart-review .edit-basket-link {
	clear: both;
	display: block;
	font-size: 11px;
}
.block-cart-review .block-totals {
	padding: 10px;
	border-top: 1px solid #cacaca;
}

/* ======================================================================================
14. Standardise
======================================================================================= */
div.std p,
div.std ul,
div.std ol,
div.std dl,
.catalog-product-view .tab-pane p,
.catalog-product-view .tab-pane ul,
.catalog-product-view .tab-pane ol,
.catalog-product-view .tab-pane dl {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 12px;
}

.catalog-product-view .tab-pane ul,
.catalog-product-view .tab-pane ul.disc,
.catalog-product-view .tab-pane ol,
.catalog-product-view .tab-pane ol.num { margin-left: 15px; }

.catalog-product-view .tab-pane ul,
.catalog-product-view .tab-pane ul.disc { list-style: disc; }
.catalog-product-view .tab-pane ol,
.catalog-product-view .tab-pane ol.num { list-style: decimal; }

.cms-page-view div.std dl dt { margin-bottom: 12px; }
.cms-page-view div.std dl dd { margin-bottom: 20px; }


div.std h2,
div.std h3,
div.std h4,
div.std h5,
div.std h6,
.catalog-product-view .tab-pane h2,
.catalog-product-view .tab-pane h3,
.catalog-product-view .tab-pane h4,
.catalog-product-view .tab-pane h5,
.catalog-product-view .tab-pane h6 {
	margin-bottom: 12px;
}


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */


/* Hide/Show ================================================================================ */
/* header */
.header h1 strong,
.logo strong,
.header .welcome-msg,
.form-search label,
.currency-switch .subnav,
/* mini-cart */
.block-mini-cart,
.block-mini-cart .btn-edit,
.breadcrumbs span,

.total-slider-items,
.special-price .price-label,
.old-price .price-label,

.block-related .bx-pager,

.view-mode label,
.add-to-box p.or,
.none,
.box-reviews,
/* mana */
.block-layered-nav .block-subtitle,
/*.m-more-less,*/

/* accounts */
.section-accounts p.required,
.back-link,
.newsletter-manage-index .legend,
/* checkout */
.opc p.required,
.opc .step-title a,

.section-cart-checkout .header .specification-box,
.link-multi
{
	display: none;
}

.currency-switch .active:hover .subnav {
	display: block;
}
.product-collateral{margin-bottom:15px;}
/*****08142015****/

.cart .actions{ margin: 20px 0;}
.cart-collaterals .form-discount{ margin-top: 0 ;}
#shopping-cart-totals-table tr td.a-right{ text-align: right !important;}
.cart-collaterals .checkout-types .btn-checkout{ margin-top: 0 !important;}
.totals .shopping-cart-totals{ margin-top: 0 !important;}

/*****/

/*****08172015*****/

.footer ul.card-list{ width: 536px; margin: 0px auto 0; padding-top: 0;}
.footer ul.card-list li{ display: inline-block; margin-right: 15px;}
.footer ul.card-list li:last-child{ margin-right: 0;}
.footer ul.card-list li a img{ vertical-align: top;}
.title-img{text-align: center; margin-bottom: 10px; margin-top: 27px;}
/*****/

.category-brewery #sidebar-nav{ display: none !important;}

/*
.tab-seeall ul li.has-seaall a{background:url("/images/layout/tabs-nav-2.png") no-repeat scroll 0 3px; color: #dcd11c;font-size: 16px;
    font-weight: bold;
    width: 156px;padding: 7px 0 0;line-height: 26px; text-decoration:none;}
*/
.tab-seeall a {
  left: 35%;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 23px;line-height: 26px;
}
#ajax_global_messages .notice-msg {display: none;}