/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* {
	margin:0;
	padding:0;
}
body {
	background:#fff url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/bg.gif) repeat-x;
	font:12px/1.35 Arial, Helvetica, sans-serif;
	/*color:#999;*/
	color:#777;
	text-align:center;
}
img {
	border:0;
	vertical-align:top;
}
a {
	color:#CD0A2D;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
:focus {
	outline:0;
}
/* Headings */
h1 {
	font-size:20px;
	font-weight:normal;
	line-height:1.15;
}
h2 {
	font-size:18px;
	font-weight:normal;
	line-height:1.25;
}
h3 {
	font-size:16px;
	font-weight:bold;
	line-height:1.25;
}
h4 {
	font-size:14px;
	font-weight:bold;
}
h5 {
	font-size:12px;
	font-weight:bold;
}
h6 {
	font-size:11px;
	font-weight:bold;
}
/* Forms */
form {
	display:inline;
}
form#contactForm{
	width:320px;
	float:left;
}
fieldset {
	border:0;
}
legend {
	display:none;
}
/* Table */
table {
	border:0;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	font-size:100%;
}
caption, th, td {
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}
/* Content */
strong {
	font-weight:bold;
}
address {
	font-style:normal;
}
cite {
	font-style:normal;
}
q, blockquote {
	quotes:none;
}
q:before, q:after {
	content:'';
}
small, big {
	font-size:1em;
}
sup {
	font-size:1em;
	vertical-align:top;
}
/* Lists */
ul, ol {
	list-style:none;
}
/* Tools */
.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;
}
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {
}
.page {
	max-width:1020px;
	margin:0 auto;
	padding:19px 0;
	text-align:left;
}
.page-print {
	background:#fff;
	padding:20px;
	text-align:left;
}
.page-print .print-head, .page-print .col2-set {
	margin-bottom:20px;
}
.page-empty {
	background:#fff;
	padding:20px;
	text-align:left;
}
.page-popup {
	background:#fff;
	padding:20px;
	text-align:left;
}
.page-popup .product-name {
	padding-top:8px;
}
.page-popup .btn-cart {
	height:22px;
	margin:0 0 8px 0;
}
.page-popup .price-box {
	margin:8px 0 8px 0;
}
.main-container {
	border:solid 1px #DCDADA;
	background:#fff;
	/*padding:21px 29px 21px 29px;*/
	padding:12px 24px;
	margin:0 0 10px 0;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.main {
}
.checkout-cart-index .main-container {
	/*border:0;
	background:none;
	padding:0;
	margin:0 0 10px 0;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;*/
}
/* Base Columns */
.col-left {
	float:left;
	/*width:202px;
	padding:9px 0 0 0;*/
	width:210px;
	padding:0px;
}
.col-main {
	float:left;
	width:700px;
}
.col-right {
	float:right;
	/*width:202px;
	padding:9px 0 0 0;*/
	width:210px;
	padding:0px;
}
/* 1 Column Layout */
.col1-layout .col-main {
	float:none;
	width:auto;
}
/* 2 Columns Layout */
.col2-left-layout .col-main {
	float:right;
}
.col2-right-layout .col-main {
}
.col2-right-layout {
	background:#fff url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/bg_right.gif) repeat-y 100% 0%;
}
.col2-left-layout {
	background:#fff url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/bg_left.gif) repeat-y 0% 100%;
}
/* 3 Columns Layout */
.col3-layout .col-main {
	width:484px;
	margin-left:10px;
}
.col3-layout .col-wrapper {
	float:left;
	width:748px;
}
.col3-layout .col-wrapper .col-main {
	float:right;
}
/* Content Columns */
.col2-set .col-1 {
	float:left;
	width:49%;
}
.col2-set .col-2 {
	float:right;
	width:49%;
}
.col2-set .col-narrow {
	width:33%;
}
.col2-set .col-wide {
	width:65%;
}
.col3-set .col-1 {
	float:left;
	width:32%;
}
.col3-set .col-2 {
	float:left;
	width:32%;
	margin-left:2%;
}
.col3-set .col-3 {
	float:right;
	width:32%;
}
.col4-set .col-1 {
	float:left;
	width:23.5%;
}
.col4-set .col-2 {
	float:left;
	width:23.5%;
	margin:0 2%;
}
.col4-set .col-3 {
	float:left;
	width:23.5%;
}
.col4-set .col-4 {
	float:right;
	width:23.5%;
}
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input, textarea, button {
	font:12px Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#9B9A9A;
}
select{
	color:#00000;
	}

input.input-text, select, textarea {
	background:#fff;
	border:1px solid #DEDEDE;
}
input.input-text, textarea {
	padding:2px;
}
select {
	padding:1px;
}
select option {
	padding-right:10px;
}
select.multiselect option {
	border-bottom:1px solid #ddd;
	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;
}
button.button span {
	float:left;
	height:22px;
	/*background:transparent url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/button.gif) repeat-x;*/
	background:#D3D5C8;
	padding:0 9px;
	font:bold 11px/22px Arial, Helvetica, sans-serif;
	text-align:center;
	white-space:nowrap;
	color:#fff;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
button.button span span {
	/*background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/btn_arr.gif) no-repeat 100% 9px;*/
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/btn_arr_blk.gif) no-repeat 100% 9px;
	height:22px;
	padding:0 9px 0 0;
	color:#2e2e2e;
}
button.disabled {
}
button.disabled span {
}
button.btn-checkout span {
}
button.btn-checkout.no-checkout {
}
p.control input.checkbox, p.control input.radio {
	margin-right:6px;
}
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li {
	margin:0 0 8px;
}
.form-list label {
	float:left;
	position:relative;
	z-index:0;
}
.form-list label.required {
}
.form-list label.required em {
	float:right;
	font-style:normal;
	color:#CD0A2D;
	position:absolute;
	top:0;
	right:-8px;
}
.form-list li.control label {
	float:none;
}
.form-list li.control input.radio, .form-list li.control input.checkbox {
	margin-right:6px;
}
.form-list li.control .input-box {
	clear:none;
	display:inline;
	width:auto;
}
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box {
	display:block;
	clear:both;
	width:260px;
}
.form-list .field {
	float:left;
	width:275px;
}
.form-list input.input-text {
	width:254px;
}
.form-list textarea {
	width:254px;
	height:10em;
}
.form-list select {
	width:260px;
}
.form-list li.wide .input-box {
	/*width:535px;*/
	width:260px;
}
.form-list li.wide input.input-text {
	width:529px;
}
.form-list li.wide textarea {
	/*width:529px;*/
	width:255px;
}
.form-list li.wide select {
	width:535px;
}
.form-list li.additional-row {
	border-top:1px solid #ccc;
	margin-top:10px;
	padding-top:7px;
}
.form-list li.additional-row .btn-remove {
	float:right;
	margin:5px 0 0;
}
.form-list .input-range input.input-text {
	width:74px;
}
/* Customer */
.form-list .customer-name-prefix .input-box, .form-list .customer-name-suffix .input-box, .form-list .customer-name-prefix-suffix .input-box, .form-list .customer-name-prefix-middlename .input-box, .form-list .customer-name-middlename-suffix .input-box, .form-list .customer-name-prefix-middlename-suffix .input-box {
	width:auto;
}
.form-list .name-prefix {
	width:65px;
}
.form-list .name-prefix select {
	width:55px;
}
.form-list .name-prefix input.input-text {
	width:49px;
}
.form-list .name-suffix {
	width:65px;
}
.form-list .name-suffix select {
	width:55px;
}
.form-list .name-suffix input.input-text {
	width:49px;
}
.form-list .name-middlename {
	width:70px;
}
.form-list .name-middlename input.input-text {
	width:49px;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname, .form-list .customer-name-prefix-middlename .name-firstname {
	width:140px;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-middlename .name-firstname input.input-text {
	width:124px;
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname {
	width:205px;
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
	width:189px;
}
.form-list .customer-name-prefix-suffix .name-firstname {
	width:210px;
}
.form-list .customer-name-prefix-suffix .name-lastname {
	width:205px;
}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
	width:189px;
}
.form-list .customer-name-prefix-suffix .name-firstname {
	width:210px;
}
.form-list .customer-name-prefix-suffix .name-lastname {
	width:205px;
}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
	width:189px;
}
.form-list .customer-name-prefix .name-firstname, .form-list .customer-name-middlename .name-firstname {
	width:210px;
}
.form-list .customer-name-suffix .name-lastname, .form-list .customer-name-middlename .name-firstname, .form-list .customer-name-middlename-suffix .name-firstname, .form-list .customer-name-middlename-suffix .name-lastname {
	width:205px;
}
.form-list .customer-name-prefix .name-firstname input.input-text, .form-list .customer-name-suffix .name-lastname input.input-text, .form-list .customer-name-middlename .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-lastname input.input-text {
	width:189px;
}
.form-list .customer-dob .dob-month, .form-list .customer-dob .dob-day, .form-list .customer-dob .dob-year {
	float:left;
	width:85px;
}
.form-list .customer-dob input.input-text {
	display:block;
	width:74px;
}
.form-list .customer-dob label {
	font-size:10px;
	font-weight:normal;
	color:#888;
}
.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month {
	width:60px;
}
.form-list .customer-dob .dob-day input.input-text, .form-list .customer-dob .dob-month input.input-text {
	width:46px;
}
.form-list .customer-dob .dob-year {
	width:140px;
}
.form-list .customer-dob .dob-year input.input-text {
	width:134px;
}
.buttons-set {
	clear:both;
	padding:5px 0;
}
.buttons-set .back-link {
	float:left;
}
.buttons-set button.button {
	float:right;
}
.order_success .buttons-set button.button{
	float:left;
}
.buttons-set p.required {
	margin:0 0 5px;
}
.buttons-set-order {
}
.fieldset {
	border:1px solid #ddd;
	background:#fefefe;
	padding:22px 25px 12px 33px;
	margin:28px 0;
}
.fieldset .legend {
	float:left;
	font-weight:bold;
	font-size:13px;
	border:1px solid #fefefe;
	background:#dedede;
	color:#333;
	margin:-33px 0 0 -10px;
	padding:0 8px;
	position:relative;
}
/* Form Validation */
.validation-advice {
	clear:both;
	min-height:13px;
	margin:3px 0 0;
	padding-left:17px;
	font-size:10px;
	line-height:13px;
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/validation_advice_bg.gif) 2px 1px no-repeat;
	color:#f00;
}
.validation-failed {
	border:1px dashed #f00 !important;
	background:#faebe7 !important;
}
.validation-passed {
}
p.required {
	font-size:12px;
	text-align:right;
	color:#CD0A2D;
}
/* Expiration date and CVV number validation fix */
.v-fix {
	float:left;
}
.v-fix .validation-advice {
	display:block;
	width:12em;
	margin-right:-12em;
	position:relative;
}
/* Global Messages  */
.success {
	color:#3d6611;
	font-weight:bold;
}
.error {
	color:#f00;
	font-weight:bold;
}
.notice {
	color:#ccc;
}
.messages, .messages ul {
	list-style:none !important;
	margin:0 !important;
	padding:0 !important;
}
.messages {
	width:100%;
	overflow:hidden;
}
.messages li {
	margin:0 0 10px;
}
.messages li li {
	/*margin:0 0 3px;*/
	margin:0px;
}
.error-msg, .success-msg, .note-msg, .notice-msg {
	border-style:solid !important;
	border-width:1px !important;
	/*background-position:10px 9px !important;*/
	background-position:10px 7px !important;
	background-repeat:no-repeat !important;
	/*min-height:24px !important;*/
	min-height:15px !important;
	padding:8px 8px 8px 32px !important;
	font-size:11px !important;
	font-weight:bold !important;
}
.error-msg {
	border-color:#f16048;
	background-color:#faebe7;
	background-image:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/i_msg-error.gif);
	color:#df280a;
}
.success-msg {
	border-color:#446423;
	background-color:#eff5ea;
	background-image:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/i_msg-success.gif);
	color:#3d6611;
}
.note-msg, .notice-msg {
	border-color:#fcd344;
	background-color:#fafaec;
	background-image:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/i_msg-note.gif);
	color:#3d6611;
}
/* BreadCrumbs */
.breadcrumbs {
	margin:7px 0 13px 5px;
}
.breadcrumbs li {
	display:inline;
}
.breadcrumbs li a {
	font-weight:bold;
	color:#2E2E2E;
	text-decoration:none;
}
.breadcrumbs li a:hover {
	text-decoration:underline;
}
.breadcrumbs strong {
	color:#CD0A2D;
}
/* Page Heading */
.page-title {
	padding:8px 0 15px 0;
}
.page-title h1, .page-title h2 {
	font-size:12px;
	font-weight:bold;
	color:#4982C7;
}
.page-title .separator {
	margin:0 3px;
}
.page-title .link-rss {
	float:right;
}
.title-buttons {
	text-align:right;
}
.title-buttons h1, .title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 {
	float:left;
}
.subtitle, .sub-title {
	clear:both;
}
.order_success .subtitle, .order_success .sub-title{
	margin:10px 0;
}
.order_success p{
	margin:0 0 10px;
	font-size:13px;
}
/* Pager */
.pager {
	padding:11px 0;
	text-align:center;
}
.pager .amount {
	float:left;
}
.pager .amount strong {
	font-weight:normal;
}
.pager .limiter {
	float:right;
}
.pager .limiter select {
	border:solid 1px #E6E6E7;
	font-size:11px;
	color:#999;
}
.pager .pages {
	margin:0 135px;
}
.pager .pages strong {
	font-weight:normal;
}
.pager .pages a {
	color:#999;
}
.pager .pages ol {
	display:inline;
}
.pager .pages li {
	display:inline;
}
.pager .pages .current {
}
/* Sorter */
.sorter {
	/*border-top:1px solid #E8E8E8;
	padding:11px 0;*/
	padding:0px;
	margin:0px;
}
.sorter .view-mode {
	float:left;
	padding:0 0 0 20px;
}
.sorter .view-mode a {
	color:#3A3636;
}
.sorter .view-mode strong {
	color:#CD0A2D;
}
.sorter .sort-by {
	float:right;
	/*padding:0 42px 0 0;*/
	padding:0 20px 0 0;
}
.sorter .sort-by select {
	border:solid 1px #E6E6E7;
	font-size:11px;
	color:#999;
}
.sorter .link-feed {
}
/* Toolbar */
.toolbar {
	border-bottom:solid 1px #E8E8E8;
	/*margin:-21px -30px 70px -29px;*/
	margin:12px -36px 15px -24px;
	padding:3px 36px 3px 24px;
	border-top:1px solid #E8E8E8;
}
.toolbar .pager {
}
.toolbar .sorter {
}
.toolbar-bottom .toolbar {
	margin:-21px -36px 0 -24px;
	border-bottom:0;
	border-top:#e8e8e8 1px solid;
}
/* Data Table */
.data-table {
	width:100%;
}
.data-table th {
	padding:10px;
	border:1px solid #DCDADA;
	/*color:#9B9A9A;*/
	color:#7b7b7b;
	white-space:nowrap;
}
.data-table td {
	padding:10px;
	border:1px solid #DCDADA;
}
.data-table thead {
}
.data-table tbody {
}
.data-table tfoot {
}
.data-table tr.first {
}
.data-table tr.last {
}
.data-table tr.odd {
}
.data-table tr.even {
}
.data-table tbody.odd {
}
.data-table tbody.odd td {
	border-width:0 1px;
}
.data-table tbody.even {
}
.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 {
}
.data-table td.value {
}
.cart-table {
	background:#fff;
}
.cart-table th {
	padding:8px 10px;
	font-weight:bold;
}
.cart-table td {
	vertical-align:middle;
}
.cart-table tfoot td {
	overflow:hidden;
	padding:10px 40px;
}
.cart-table tfoot td button {
	height:22px;
}
.cart-table .product-image {
	border:solid 1px #DCDADA;
	display:block;
	width:135px;
	height:95px;
	margin:0 auto;
}
.cart-table .product-name a {
	color:#9B9A9A;
	text-decoration:none;
}
.cart-table .product-name a:hover {
	text-decoration:underline;
}
.cart-table .price {
	font-size:12px;
	font-weight:bold !important;
	color:#CD0A2D;
}
.cart-table .qty {
	width:46px !important;
	height:14px;
	border:solid 1px #DEDEDE;
	font-size:11px;
	color:#9B9A9A;
}
/* Shopping cart total summary row expandable to details */
tr.summary-total {
	cursor:pointer;
}
tr.summary-total td {
}
tr.summary-total .summary-collapse {
	float:right;
	text-align:right;
	padding-left:20px;
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/bkg_collapse.gif) 0 4px no-repeat;
	cursor:pointer;
}
tr.show-details .summary-collapse {
	background-position:0 -53px;
}
tr.show-details td {
}
tr.summary-details td {
	font-size:11px;
	background-color:#dae1e4;
	color:#626465;
}
tr.summary-details-first td {
	border-top:1px solid #d2d8db;
}
tr.summary-details-excluded {
	font-style:italic;
}
/* Shopping cart tax info */
.cart-tax-info {
	display:block;
}
.cart-tax-info, .cart-tax-info .cart-price {
	padding-right:20px;
}
.cart-tax-total {
	display:block;
	padding-right:20px;
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/bkg_collapse.gif) 100% 4px no-repeat;
	cursor:pointer;
}
.cart-tax-info .price, .cart-tax-total .price {
	display:inline !important;
	font-weight:normal !important;
}
.cart-tax-total-expanded {
	background-position:100% -53px;
}
/* Class: std - styles for admin-controlled content */
.std .subtitle {
	padding:0;
}
.std ol.ol {
	list-style:decimal outside;
	padding-left:1.5em;
}
.std ul.disc {
	list-style:disc outside;
	padding-left:18px;
	margin:0 0 10px;
}
.std dl dt {
	font-weight:bold;
}
.std dl dd {
	margin:0 0 10px;
}
/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }*/

/* Misc */
.links li {
	display:inline;
}
.links li.first {
	padding-left:0 !important;
}
.links li.last {
	background:none !important;
	padding-right:0 !important;
}
.link-cart {
	font-weight:bold;
}
.link-wishlist {
	font-weight:bold;
	color:#474242;
}
.link-reorder {
	font-weight:bold;
}
.link-compare {
	font-weight:bold;
}
.link-print {
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/i_print.gif) 0 2px no-repeat;
	padding:2px 0 2px 25px;
}
.link-rss {
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/i_rss.gif) 0 1px no-repeat;
	padding-left:18px;
	white-space:nowrap;
}
.btn-remove {
	display:block;
	width:15px;
	height:15px;
	font-size:0;
	line-height:0;
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/btn_remove.gif) 0 0 no-repeat;
	text-indent:-999em;
	overflow:hidden;
}
.btn-remove2 {
	display:block;
	width:16px;
	height:16px;
	font-size:0;
	line-height:0;
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/btn_trash.gif) 0 0 no-repeat;
	text-indent:-999em;
	overflow:hidden;
	margin:0 auto;
}
.btn-edit {
	display:block;
	width:11px;
	height:11px;
	font-size:0;
	line-height:0;
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/btn_edit.gif) 0 0 no-repeat;
	text-indent:-999em;
	overflow:hidden;
}
.cards-list dt {
	margin:5px 0 0;
}
.cards-list .offset {
	padding:2px 0 2px 20px;
}
.separator {
	margin:0 3px;
}
.divider {
	clear:both;
	display:block;
	font-size:0;
	line-height:0;
	height:1px;
	margin:10px 0;
	background:#ddd;
	text-indent:-999em;
	overflow:hidden;
}
/* Noscript Notice */
.noscript {
	border:1px solid #ddd;
	border-width:0 0 1px;
	background:#ffff90;
	font-size:12px;
	line-height:1.25;
	text-align:center;
	color:#2f2f2f;
}
.noscript .noscript-inner {
	width:1000px;
	margin:0 auto;
	padding:12px 0 12px;
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/i_notice.gif) 20px 50% no-repeat;
}
.noscript p {
	margin:0;
}
/* Demo Notice */
.demo-notice {
	margin:0;
	padding:6px 10px;
	background:#d75f07;
	font-size:12px;
	line-height:1.15;
	text-align:center;
	color:#fff;
}
/* ======================================================================================= */


/* Header ================================================================================ */
.header-container {
}
.header {
/* 	height:214px; */
	margin:0 0 10px 0;
}
.header .logo {
	position:absolute;
	margin:6px 0 0 29px;
	text-decoration:none !important;
}
.header .logo strong {
	position:absolute;
	top:-999em;
	left:-999em;
	width:0;
	height:0;
	font-size:0;
	line-height:0;
	text-indent:-999em;
	overflow:hidden;
}
.header .welcome-msg {
	float:left;
	font-weight:bold;
	/* padding:10px 0 0 14px; */
	color:#2F2F2F;
}
.header .welcome-msg a {
}
.header .links {
	float:right;
	clear:right;
	/* margin-top:13px; */
}
.header .links li {
	float:left;
	padding:0 2px 0 0;
}
.header .links li a {
	float:left;
	background:#d3d5c8;
	padding:0 10px;
	height:26px;
	line-height:26px;
	font-weight:bold;
	color:#2e2e2e;
	text-decoration:none;
	-moz-border-radius-topright:2px;
	-webkit-border-top-right-radius:2px;
	-moz-border-radius-topleft:2px;
	-webkit-border-top-left-radius:2px;
	border-radius:2px 2px 0 0;
}
.header .links li a:hover {
	background:#2E2E2E;
	color:#FFF;
}
.header .links li.last a {
	/*background:#CD092D !important;*/
	color:#FFF;
	background: #50baea; /* Old browsers */
	background: -moz-linear-gradient(top,  #50baea 0%, #497ec4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#50baea), color-stop(100%,#497ec4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #50baea 0%,#497ec4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #50baea 0%,#497ec4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #50baea 0%,#497ec4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #50baea 0%,#497ec4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50baea', endColorstr='#497ec4',GradientType=0 ); /* IE6-9 */
}
.header .form-search {
	float:left;
	padding:7px 0 0 0;
}
.header .form-search .input-box {
	float:left;
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/bg_search.gif) no-repeat;
	width:360px;
	height:23px;
	padding:4px 0 0 26px;
	margin-right:9px;
}
.header .form-search .input-text {
	border:0;
	background:none;
	width:345px;
	color:#C2C2C2;
}
.header .form-search .btn_search {
	float:left;
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/btn_search.gif) no-repeat;
	border:0;
	width:71px;
	height:27px;
	cursor:pointer;
}
.header .form-search .search-autocomplete {
	z-index:999;
}
.header .form-search .search-autocomplete ul {
	border:1px solid #ddd;
	background-color:#fff;
}
.header .form-search .search-autocomplete li {
	padding:3px;
	border-bottom:1px solid #ddd;
	cursor:pointer;
}
.header .form-search .search-autocomplete li .amount {
	float:right;
	font-weight:bold;
}
.header .form-search .search-autocomplete li.selected {
}
.header .form-language {
	float:right;
	padding:9px 0 0 15px;
}
.header .form-language label {
	color:#87888A;
}
.header .form-language select {
	border:solid 1px #D0D0D5;
	font-size:12px;
	color:#979797;
}
.header .currencies {
	float:right;
	padding:9px 0 0 15px;
}
.header .currencies label {
	color:#87888A;
}
.header .currencies select {
	border:solid 1px #D0D0D5;
	font-size:12px;
	color:#979797;
}
.header-container .top-container {
	clear:both;
	text-align:right;
}
.head_row1 {
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/head_row1.gif) no-repeat;
	height:36px;
}
.live_chat {
	float:right;
}
.header_info {
	float:right;
	padding:2px 48px 0 0;
	/*padding:0px;*/
	font-size:14px;
	/*line-height:34px;*/
	color:#2e2e2e;
}
.header_info strong {
	font-family: 'Quattrocento Sans', sans-serif;
	font-size:23px;
	font-weight:normal;
	padding:0 0 0 16px;
}
.header_info a.christmas_spl{
	height:36px;
	margin-left:38px;
	padding:0 30px 0 52px;
	position:relative;
	display:inline-block;
	float:right;
	font-size:16px;
	text-decoration:none;
	color:#FFF;
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/jingle_bells.gif) left top no-repeat #d60e0e;
	border-radius:0 5px 0 0;
	-moz-border-radius:0 5px 0 0;
	-webkit-border-radius:0 5px 0 0;
	-o-border-radius:0 5px 0 0;
	-ms-border-radius:0 5px 0 0;
}
.header_info a.christmas_spl:after{
	width:5px;
	height:9px;
	content:" ";
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/white_arrow.gif) no-repeat;
	position:absolute;
	top:13px;
	right:14px;
}
.head_row2 {
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/head_row2.gif) no-repeat;
	height:72px;
	padding:18px 20px 0 0;
}
.header_texts {
	height:46px;
}
.header_txt1 {
	float:right;
	/*border-left:solid 1px #BFBFBF;*/
	padding:0 18px 0 20px;
	line-height:16px;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size:15px;
	text-transform:uppercase;
	color:#CE0B2F;
}
/*.header_txt1 a {
	color:#464646;
	text-decoration:none;
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/top_arr.gif) no-repeat 100% 6px;
	padding:0 10px 0 0;
}*/
.header_txt1 a{
	width:33px;
	height:33px;
	float:right;
	margin:0 0 0 7px;
	display:block;
	font-size:12px;
	text-indent:-9999em;
}
.header_txt1 a.fb_icon{
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/fb_icon.png) no-repeat;
}
.header_txt1 a.in_icon{
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/in_icon.png) no-repeat;
}
.header_txt1 a.tw_icon{
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/tw_icon.png) no-repeat;
}
.header_txt2 {
	float:right;
	border-left:solid 1px #BFBFBF;
	padding:0 0 0 20px;
	line-height:16px;
	font-size:13px;
	color:#646363;
}
.header_txt2 strong {
	font-family: 'Quattrocento Sans', sans-serif;
	font-size:15px;
	font-weight:normal;
	text-transform:uppercase;
	color:#2E2E2E;
}
.header_txt2 strong span {
	color:#CE0B2F;
}
.head_row3 {
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/head_row3.gif) repeat-x;
	height:41px;
	padding:0 10px 0 7px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-radius:0 0 4px 4px;
}
/********** < Navigation */
.nav-container {
	/*background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/nav_bg.gif) repeat-x;*/
	padding:5px 0 0 6px;
	height:41px;
	border-bottom:solid 1px #F7F7F7;
	background: #50baea; /* Old browsers */
	background: -moz-linear-gradient(top,  #50baea 0%, #497ec4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#50baea), color-stop(100%,#497ec4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #50baea 0%,#497ec4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #50baea 0%,#497ec4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #50baea 0%,#497ec4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #50baea 0%,#497ec4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50baea', endColorstr='#497ec4',GradientType=0 ); /* IE6-9 */
}
#nav {
	font-size:12px;
}
/* All Levels */
#nav li {
	text-align:left;
	position:relative;
}
#nav li.over {
	z-index:998;
}
#nav li.parent {
}
#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;
	line-height:14px;
}
#nav li a span.home{
	width:27px;
	height:23px;
	margin-top:3px;
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/home_icon.png) no-repeat;
	display:block;
	text-indent:-9999em;
}
#nav li ul a span {
	white-space:normal;
	line-height:20px;
}
/* 1st Level */
#nav > li {
	float:left;
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/nav_sp.gif) no-repeat 100% 9px;
	padding:0 10px 0 0;
	margin:0 9px 0 0;
}
#nav > li.last {
	background:none !important;
	padding:0 !important;
	margin:0 !important;
}
#nav > li > a {
	float:left;
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/nav_hover.gif) repeat-x;
	/*padding:10px 7px 0 7px;
	height:31px;*/
	padding:5px 7px 0 7px;
	height:36px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	-moz-border-radius-topright:2px;
	-webkit-border-top-right-radius:2px;
	-moz-border-radius-topleft:2px;
	-webkit-border-top-left-radius:2px;
	border-radius:2px 2px 0 0;
}
#nav > li:nth-child(1) > a{
	width:27px;
}
/*#nav > li:nth-child(2) > a,
#nav > li:nth-child(3) > a,
#nav > li:nth-child(4) > a,
#nav > li:nth-child(5) > a,*/
#nav > li:nth-child(7) > a{
	width:50px;
}
#nav > li:nth-child(2) > a{
	width:73px;
}
#nav > li:nth-child(3) > a{
	width:78px;
}
#nav > li:nth-child(4) > a{
	width:47px;
}
#nav > li:nth-child(5) > a{
	width:85px;
}
#nav > li:nth-child(6) > a{
	width:48px;
}
#nav > li:nth-child(8) > a{
	width:74px;
}
#nav > li:nth-child(9) > a{
	/*padding:11px 7px 0 7px;
	height:30px;*/
	width:74px;
}
/*#nav > li:nth-child(6) > a{
	width:60px;
}
#nav > li:nth-child(7) > a{
	width:67px;
}*/
#nav > li:nth-child(10) > a{
	width:69px;
}
#nav > li > a:hover {
	color:#434242;
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/nav_hover.gif) repeat-x 0 -41px;
}
#nav > li.over > a, #nav > li.active > a {
	/*color:#434242;
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/nav_hover.gif) repeat-x 0 -41px;*/
	color:#2e2e2e;
	background:#D3D5C8;
}
#nav > li.over > a span.home, #nav > li.active > a span.home{
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/home_icon_blk.png) no-repeat;
}
/* 2nd Level */
#nav ul, #nav div {
	position:absolute;
	width:154px;
	top:41px;
	left:-10000px;
	/*background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/bg_sub.png) no-repeat 0% 100%;*/
	background:#D3D5C8;
	padding:15px 24px 15px 20px;
}
#nav div ul {
	position:static;
	width:auto;
	border:none;
}
/* 3rd+ leven */
#nav ul ul, #nav ul div {
	top:7px;
}
#nav ul li {
	float:none;
	/*border-bottom:1px solid #3E3E3E;*/
	border-bottom:#a8ad8e 1px solid;
	padding:3px 0;
}
#nav ul li.last {
	border-bottom:0;
}
#nav ul li a {
	float:none;
	font-weight:normal;
	font-size:12px;
	color:#2e2e2e !important;
}
#nav ul li a:hover {
	/*color:#FFDA00 !important;*/
	color:#D4233B !important;
}
#nav ul li.active > a, #nav ul li.over > a {
	/*color:#FFDA00 !important;*/
	color:#D4233B !important;
}
/* Show menu */
#nav li ul.shown-sub, #nav li div.shown-sub {
	left:0;
	z-index:999;
	box-shadow:2px 3px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:2px 3px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:2px 3px 2px rgba(0, 0, 0, 0.4);
	-o-box-shadow:2px 3px 2px rgba(0, 0, 0, 0.4);
	-ms-box-shadow:2px 3px 2px rgba(0, 0, 0, 0.4);
}
#nav li .shown-sub ul.shown-sub, #nav li .shown-sub li div.shown-sub {
	left:100px;
}
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block {
	margin:0 0 25px;
}
.block .block-title {
	background:#9E9E9E;
	padding:7px 0 5px 11px;
	margin:0 0 15px 0;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.block .block-title strong {
	font-size:18px;
	font-weight:normal;
	line-height:17px;
	color:#fff;
}
.block .block-title strong span {
}
.block .block-title a {
	text-decoration:none !important;
}
.block .block-subtitle {
}
.block .block-content {
	/*padding:0 11px 0 11px;*/
	padding:0px;
}
.block .block-content li.item {
	padding:5px 0;
}
.block .btn-remove, .block .btn-edit {
	float:right;
}
.block .btn-edit {
	margin:2px 5px 0 0;
}
.block .actions {
	text-align:right;
}
.block .actions a {
	float:left;
	color:#3A3636;
}
.block .empty {
}
.block li.odd {
}
.block li.even {
}
/* Mini Products List */
.mini-products-list li {
	padding:5px 0;
}
.mini-products-list .product-image {
	float:left;
	width:67px;
	border:1px solid #DFDFDF;
}
.mini-products-list .product-details {
	margin-left:79px;
}
.mini-products-list .product-name {
	line-height:15px;
	margin:0 0 15px 0;
}
.mini-products-list .product-name a {
	color:#3A3636;
	text-decoration:none;
}
.mini-products-list .product-name a:hover {
	text-decoration:underline;
}
.mini-products-list .price {
	font-weight:bold;
	color:#CD0A2D;
}
.mini-products-list .price-box {
	margin:0 0 15px 0;
}
/* Block: Account */
.block-account {
}
/* Block: Currency Switcher */
.block-currency {
}
.block-currency select {
	width:100%;
	border:1px solid #888;
}
/* Block: Layered Navigation */
.block-layered-nav {
}
.block-layered-nav .block-subtitle {
	font-weight:bold;
	color:#2E2E2E;
	padding:0 0 5px 0;
}
.block-layered-nav dt {
	font-weight:bold;
	color:#CD0A2D;
	/*padding:0 0 2px 21px;*/
	padding:3px;
	background:#FFF;
	border:#d3d5c8 1px solid;
}
.block-layered-nav dt span{
	padding:0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:31px;
	font-weight:normal;
	color:#FFF;
	display:block;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	background: #50baea; /* Old browsers */
	background: -moz-linear-gradient(top,  #50baea 0%, #497ec4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#50baea), color-stop(100%,#497ec4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #50baea 0%,#497ec4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #50baea 0%,#497ec4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #50baea 0%,#497ec4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #50baea 0%,#497ec4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50baea', endColorstr='#497ec4',GradientType=0 ); /* IE6-9 */
}
.block-layered-nav dd {
	line-height:20px;
	/*padding:0 0 25px 21px;*/
	padding:0 5px 25px 5px;
}
.block-layered-nav dd li{
	height:28px;
	line-height:28px;
	color:#000;
	border-bottom:#c8c8c8 1px solid;
}
.block-layered-nav dd.last {
	padding-bottom:0 !important;
}
.block-layered-nav dd a {
	color:#000;
	text-decoration:none;
	text-transform:capitalize;
}
.block-layered-nav dd a:hover {
	color:#D4233B;
	text-decoration:none;
}
.block-layered-nav .currently {
}
.block-layered-nav .currently li {
	padding:0 0 0 20px;
}
.block-layered-nav .currently .label {
	font-weight:bold;
	color:#CD0A2D;
}
.block-layered-nav .btn-remove {
	margin:0;
}
.block-layered-nav .actions {
	padding:15px 0;
}
/* Block: Cart */
.col-right .right_banners{
	float:none;
	margin:0 0 10px 0;
}
.col-right .right_banners img{
	width:210px;
}
.block-cart {
}
.block-cart .block-title {
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/bg_cart.gif) no-repeat;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
.block-cart .block-content {
	color:#3A3636;
}
.block-cart .summary {
}
.block-cart .amount {
	padding:0 0 5px 0;
}
.block-cart .amount a {
	font-weight:bold;
	color:#CD0A2D;
	text-decoration:none;
}
.block-cart .amount a:hover {
	text-decoration:underline;
}
.block-cart .subtotal {
	padding:0 0 16px 0;
}
.block-cart .block-subtitle {
	padding:0 0 16px 0;
}
.block-cart .actions {
	margin:0 0 16px 0;
}
.block-cart .actions button span {
	/*background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/button_grey.gif) repeat-x;*/
	background:#4982C7;
}
.block-cart .actions button span span {
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/btn_arr.gif) no-repeat 100% 9px;
	color:#FFF;
}
.block-cart .actions .paypal-logo {
	float:left;
	width:100%;
	margin:3px 0 0;
	text-align:right;
}
.block-cart .actions .paypal-logo .paypal-or {
	clear:both;
	display:block;
	padding:0 55px 5px 0;
}
.block-cart .empty strong {
	color:#CD0A2D;
}
.block-cart .block-content li.item {
	padding:0 0 15px 0;
}
.block-cart .block-content li.last {
	padding:0 !important;
}
/* Block: Wishlist */
.block-wishlist {
}
/* Block: Related */
.block-related {
}
.block-related .block-subtitle {
	padding:0 0 16px 0;
	line-height:18px;
}
.block-related .block-subtitle a {
	color:#3A3636;
}
.block-related li {
	padding:5px 0;
}
.block-related input.checkbox {
	float:left;
	margin-right:-20px;
}
.block-related .product {
	margin-left:20px;
}
.block-related .product .product-image {
	float:left;
	margin-right:-79px;
}
.block-related .product .product-details {
	margin-left:79px;
}
.block-related .link-wishlist {
	float:right;
}
.block-related .block-content li.item {
	padding:0 0 15px 0;
}
.block-related .block-content li.last {
	padding:0 !important;
}
/* Block: Compare Products */
.block-compare {
}
.block-compare .block-title {
	background:#2E2E2E;
	text-align: center;
}
.block-compare .block-content {
	color:#3A3636;
}
.block-compare .block-content li.item {
	padding:0 0 15px 0;
}
.block-compare .product-name a {
	text-decoration:none;
	color:#3A3636;
}
.block-compare .product-name a:hover {
	text-decoration:underline;
}
.block-compare .empty strong {
	color:#CD0A2D;
}
.block-compare .actions button {
	margin:0 0 15px 0;
}
.block-compare li {
	padding:5px 0;
}
/* Block: Recently Viewed */
.block-viewed {
}
.block-viewed .block-content li.item {
	padding:0 0 5px 7px;
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/mark.gif) no-repeat 0 7px;
}
.block-viewed .product-name a {
	font-weight:bold;
	color:#3A3636;
	text-decoration:none;
}
.block-viewed .product-name a:hover {
	text-decoration:underline;
}
/* Block: Recently Compared */
.block-compared {
}
.block-compared .block-content li.item {
	padding:0 0 5px 7px;
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/mark.gif) no-repeat 0 7px;
}
.block-compared .product-name a {
	font-weight:bold;
	color:#3A3636;
	text-decoration:none;
}
.block-compared .product-name a:hover {
	text-decoration:underline;
}
/* Block: Poll */
.block-poll label {
}
.block-poll .block-subtitle {
	padding:0 0 16px 0;
	font-weight:bold;
	color:#3A3636;
}
.block-poll input.radio {
	float:left;
	margin:1px -18px 0 0;
}
.block-poll .label {
	display:block;
	margin-left:18px;
}
.block-poll li {
	padding:0 0 15px 0;
}
.block-poll .actions {
	margin:5px 0 0;
	text-align:left;
}
.block-poll .actions button span span {
	background:none;
	padding:0;
}
.block-poll .answer {
	font-weight:bold;
}
.block-poll .votes {
	float:right;
	margin-left:10px;
}
/* Block: Tags */
.block-tags .block-title {
	background:none;
	border-bottom:solid 1px #D7D6D6;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
.block-tags .block-title strong {
	color:#3A3636;
}
.block-tags ul, .block-tags li {
	display:inline;
	font-size:13px;
}
.block-tags .actions {
	display:none;
}
.block-tags a {
	color:#5F5F5F;
	text-decoration:none;
}
.block-tags a:hover {
	color:#CD0A2D;
	text-decoration:none;
}
/* Block: Subscribe */
.block-subscribe {
}
/* Block: Reorder */
.block-reorder {
}
.block-reorder li {
	padding:5px 0;
}
.block-reorder input.checkbox {
	float:left;
	margin:3px -20px 0 0;
}
.block-reorder .product-name {
	margin-left:20px;
}
/* Block: Banner */
.block-banner {
}
.block-banner .block-content {
	text-align:center;
}
/* Block: Login */
.block-login label {
	font-weight:bold;
	color:#666;
}
.block-login input.input-text {
	display:block;
	width:167px;
	margin:3px 0;
}
/* Paypal */
.sidebar .paypal-logo {
	display:block;
	margin:10px 0;
	text-align:center;
}
.sidebar .paypal-logo a {
	float:none;
}
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title {
	/*position:absolute;
	margin:106px 0 0 11px;*/
	margin:0px 0 15px 0;
	width:690px;
}
.category-title h1, .category-title h2 {
	color:#3A3636;
}
.category-image {
	width:100%;
	overflow:hidden;
	margin:0 0 10px;
	text-align:center;
}
.category-image img {
}
.category-description {
	margin:0 0 10px;
}
.category-products {
}
/* View Type: Grid */
.products-grid {
	position:relative;
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/bg_grid.gif) repeat-x 0% 100%;
	/*padding:0 0 20px 30px;*/
	padding:0 0 11px 10px;
	margin:0 0 30px 0;
}
.products-grid.last {
}
.products-grid li.item {
	float:left;
	width:200px;
	/*margin:0 30px 0 0;*/
	margin:0 18px 0 0;
	padding:8px 6px;
	background:#FFF;
	border:#ededed 1px solid;
}
.products-grid li.last {
	 margin:0 !important; 
}
.products-grid .product-image {
	display:block;
	width:180px;
	height:120px;
	margin:0 0 10px;
}
.products-grid .ratings {
	width:105px;
	margin:0 auto 18px auto;
}
.products-grid .ratings .amount a {
	color:#999;
	text-decoration:none;
}
.products-grid .ratings .amount a:hover {
	text-decoration:underline;
}
.products-grid .product-name {
	margin:0 10px 6px 0;
	line-height:18px;
}
.products-grid .product-name a {
	color:#000;
}
.products-grid .price-box {
	/*float:left;*/
	margin:3px 0 0 0;
	padding-bottom:8px;
}
/*.price-box .price-excluding-tax{
	float:left;
}
.price-box .price-including-tax{
	float:right;
}*/
.products-grid .price {
	font-weight:bold;
	color:#474242;
}
.products-grid .old-price {
	margin-top:-7px;
}
.products-grid button {
	float:left;
	margin:0 20px 0 0;
}
.products-grid .availability {
	line-height:21px;
}
.products-grid .add-to-links {
	clear:both;
	padding:8px 0 0 0;
}
.products-grid .add-to-links li {
	display:inline;
}
.products-grid .add-to-links .separator {
	display:inline;
	margin:0 2px;
}
.products-grid .price-box.map-info {
	margin-top:-5px !important;
}
.products-grid .price-box.map-info a {
	display:block;
	font-size:11px;
}
.products-grid-index {
	position:relative;
	/* background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/bg_grid.gif) repeat-x 0% 100%; */
	overflow:hidden;
	/*padding:0 0 20px 30px;*/
	padding:11px 0 11px 20px;
}
.products-grid-index.last {
}
.products-grid-index li.item {
	float:left;
	width:180px;
	/*margin:0 60px 0 0;*/
	margin:0 14px 0 0;
	padding:8px 9px;
	background:#FFF;
	border:#ededed 1px solid;
}
.products-grid-index li.last {
	margin:0 !important;
}
.products-grid-index .product-image {
	display:block;
	width:180px;
	height:120px;
	margin:0 0 10px;
}
.products-grid-index .product-name {
	margin:0 8px 4px 0;
	line-height:18px;
	min-height:36px;
}
.products-grid-index .product-name a {
	color:#000;
}
.products-grid-index .price-box {
	margin:0 0 9px 0;
}
.products-grid-index .price {
	font-size:12px;
	font-weight:bold;
	color:#474242;
}
.products-grid-index .spec_wrap .price-box, .products-grid-index .spec_wrap .special-price-box {
	float:left;
	margin:0 8px 9px 0;
}
.products-grid-index .spec_wrap .special-price-box .price {
	font-weight:normal !important;
	text-decoration:line-through;
}
.products-grid-index .descr {
	line-height:16px;
	color:#999;
	margin-bottom:5px;
}
.products-grid-index .availability {
	line-height:21px;
}
.products-grid-index .link_deatils {
	clear:both;
	float:left;
	/*background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/button.gif) repeat-x;*/
	height:22px;
	line-height:22px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	padding:0 9px;
	border:#2e2e2e 1px solid;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	background: #50baea; /* Old browsers */
	background: -moz-linear-gradient(top,  #50baea 0%, #497ec4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#50baea), color-stop(100%,#497ec4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #50baea 0%,#497ec4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #50baea 0%,#497ec4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #50baea 0%,#497ec4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #50baea 0%,#497ec4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50baea', endColorstr='#497ec4',GradientType=0 ); /* IE6-9 */
}
.products-grid-index .link_deatils span {
	float:left;
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/btn_arr.gif) no-repeat 100% 9px;
	height:22px;
	padding:0 9px 0 0;
}
/* View Type: List */
.products-list li.item {
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/bg_grid.gif) repeat-x 0% 100%;
	padding:0 0 30px 10px;
	margin-bottom:30px;
}
.products-list li.item.last {
}
.products-list .product-image {
	float:left;
	width:160px;
	height:120px;
}
.products-list .product-shop {
	margin-left:178px;
}
.products-list .product-name {
	margin:0 0 15px 0;
	padding:0 10px 0 0;
}
.products-list .product-name a {
}
.products-list .ratings {
	margin:0 0 10px 0;
}
.products-list .ratings .rating-links {
	clear:both;
	padding:9px 0 0 0;
	font-size:12px;
	line-height:18px;
}
.products-list .ratings .rating-links .separator {
	display:none;
}
.products-list .ratings .rating-links a {
	display:block;
	width:100px;
	font-weight:bold;
}
.rev_link1 {
	color:#474242;
}
.products-list button {
	float:left;
	margin:0 10px 0 0;
}
.products-list .price-box {
	/*float:left;*/
	margin:3px 0 0 0;
	padding-bottom:8px;
}
.products-list .price {
	font-weight:bold;
	color:#474242;
}
.products-list .old-price {
	margin-top:-7px;
}
.products-list .availability {
	float:left;
	margin:3px 0 0;
}
.products-list .desc {
	clear:both;
	margin:0 0 8px;
	line-height:1.35;
}
.products-list .desc .link-learn {
	font-size:12px;
}
.products-list .add-to-links {
	clear:both;
}
.products-list .add-to-links li {
	display:inline;
}
.products-list .add-to-links .separator {
	display:inline;
	margin:0 2px;
}
.list_col1 {
	float:left;
	width:180px;
	margin:0 10px 0 0;
}
.list_col2 {
	float:left;
	width:305px;
}
.products-list .price-box.map-info {
	margin-top:-5px !important;
}
.products-list .price-box.map-info a {
	display:block;
	font-size:11px;
}
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating {
	margin:0;
}
.ratings {
	font-size:11px;
	line-height:1.25;
	margin:7px 0;
}
.ratings strong {
	float:left;
	margin:1px 3px 0 0;
}
.ratings .rating-links {
	margin:0;
}
.ratings .rating-links .separator {
	margin:0 2px;
}
.ratings dt {
}
.ratings dd {
}
.rating-box {
	width:75px;
	height:14px;
	font-size:0;
	line-height:0;
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/bkg_rating.gif) 0 0 repeat-x;
	text-indent:-999em;
	overflow:hidden;
}
.rating-box .rating {
	float:left;
	height:14px;
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/bkg_rating.gif) 0 100% repeat-x;
}
.ratings .rating-box {
	float:left;
	margin-right:3px;
}
.ratings .amount {
}
.ratings-table th, .ratings-table td {
	font-size:11px;
	line-height:1.15;
	padding:3px 0;
}
.ratings-table th {
	font-weight:bold;
	padding-right:8px;
}
/* Availability */
.availability {
	margin:0;
}
.availability span {
	font-weight:bold;
}
.availability.in-stock span {
}
.availability.out-of-stock span {
	color:#d83820;
}
.availability-only {
	margin:0 0 7px;
}
.availability-only a {
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/i_availability_only_arrow.gif) 100% 0 no-repeat;
	cursor:pointer;
	padding-right:15px;
}
.availability-only .expanded {
	background-position:100% -15px;
}
.availability-only strong {
}
.availability-only-details {
	margin:0 0 7px;
}
.availability-only-details th {
	background:#f2f2f2;
	font-size:10px;
	padding:0 8px;
}
.availability-only-details td {
	border-bottom:1px solid #ddd;
	font-size:11px;
	padding:2px 8px 1px;
}
.availability-only-details tr.odd td.last {
}
/* Email to a Friend */
.email-friend {
	padding-bottom:13px;
}
/* Alerts */
.alert-price {
}
.alert-stock {
}
/********** < Product Prices */
.price {
	white-space:nowrap !important;
}
.price-box {
}
.price-box .price {
	font-weight:bold;
}
/* Regular price */
.regular-price {
}
.regular-price .price {
	font-weight:bold;
}
/* Old price */
.old-price {
}
.old-price .price-label {
	white-space:nowrap;
	display:none;
}
.old-price .price {
	font-weight:bold;
	text-decoration:line-through;
}
/* Special price */
.special-price {
}
.special-price .price-label {
	font-weight:bold;
	white-space:nowrap;
	display:none;
}
.special-price .price {
	font-weight:bold;
}
/* Minimal price (as low as) */
.minimal-price {
}
.minimal-price .price-label {
	font-weight:bold;
	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, .price-including-tax .label {
	white-space:nowrap;
	font-size:11px;
}
.price-excluding-tax .price {
	font-weight:bold;
}
/* Including tax */
.price-including-tax {
	display:block;
}
.price-including-tax .price {
	font-weight:bold;
}
/* Configured price */
.configured-price {
}
.configured-price .price-label {
	font-weight:bold;
	white-space:nowrap;
}
.configured-price .price {
	font-weight:bold;
}
/* FPT */
.weee {
	display:block;
	font-size:11px;
	color:#444;
}
.weee .price {
	font-size:11px;
	font-weight:normal;
}
/* Excl tax (for order tables) */
.price-excl-tax {
	display:block;
}
.price-excl-tax .label {
	display:block;
	white-space:nowrap;
}
.price-excl-tax .price {
	display:block;
}
/* 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;
	font-weight:bold;
}
/* Price range */
.price-from {
}
.price-from .price-label {
	font-weight:bold;
	white-space:nowrap;
}
.price-to {
}
.price-to .price-label {
	font-weight:bold;
	white-space:nowrap;
}
/* Price notice next to the options */
.price-notice {
	padding-left:10px;
}
.price-notice .price {
	font-weight:bold;
}
/* Price as configured */
.price-as-configured {
}
.price-as-configured .price-label {
	font-weight:bold;
	white-space:nowrap;
}
.price-box-bundle {
}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price {
	font-weight:bold;
}
.tier-prices .benefit {
}
.tier-prices-grouped {
}
/* Add to Links */
.add-to-links .separator {
	display:none;
}
/* Add to Cart */
.add-to-cart label {
	float:left;
	margin-right:5px;
}
.add-to-cart .qty {
	float:left;
}
.add-to-cart button.button {
	float:left;
	margin-left:5px;
}
.add-to-cart .paypal-logo {
	clear:left;
	text-align:right;
}
.add-to-cart .paypal-logo .paypal-or {
	clear:both;
	display:block;
	margin:5px 60px 5px 0;
}
.product-view .add-to-cart .paypal-logo {
	margin:0;
}
/* Add to Links + Add to Cart */
.add-to-box {
}
.add-to-box .add-to-cart {
	float:left;
}
.add-to-box .or {
	float:left;
	margin:0 10px;
}
.add-to-box .add-to-links {
	float:left;
}
.product-view {
}
.product-essential {
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/bg_grid.gif) repeat-x 0% 100%;
	padding:0 0 30px 10px;
	margin:0 0 30px 0;
}
.product-collateral .box-collateral {
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/bg_grid.gif) repeat-x 0% 100%;
	padding:0 10px 30px 10px;
	margin:0 0 30px 0;
}
.product-collateral .box-collateral h2 {
	font-size:18px;
	font-weight:normal;
	color:#3A3636;
	padding:0 0 15px 0;
}
/* Product Images */
.product-view .product-img-box {
	float:left;
	width:265px;
}
.product-view .product-img-box .product-image {
	border:1px solid #DFDFDF;
	text-align:center;
	margin:0 0 20px 0;
}
.product-view .product-img-box .product-image-zoom {
	position:relative;
	width:263px;
	height:263px;
	overflow:hidden;
	z-index:9;
}
.product-view .product-img-box .product-image-zoom img {
	position:absolute;
	left:0;
	top:0;
	cursor:move;
}
.product-view .product-img-box .zoom-notice {
	font-size:11px;
	margin:0 0 20px 0;
	color:#CD0A2D;
}
.product-view .product-img-box .zoom {
	position:relative;
	z-index:9;
	height:18px;
	margin:0 auto 13px;
	padding:0 28px;
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/slider_bg.gif) 50% 50% no-repeat;
	cursor:pointer;
}
.product-view .product-img-box .zoom.disabled {
	-moz-opacity:.3;
	-webkit-opacity:.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/
	opacity:.3;
}
.product-view .product-img-box .zoom #track {
	position:relative;
	height:18px;
}
.product-view .product-img-box .zoom #handle {
	position:absolute;
	left:0;
	top:-1px;
	width:33px;
	height:22px;
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/magnifier_handle.gif) 0 0 no-repeat;
}
.product-view .product-img-box .zoom .btn-zoom-out {
	position:absolute;
	left:2px;
	top:0;
}
.product-view .product-img-box .zoom .btn-zoom-in {
	position:absolute;
	right:2px;
	top:0;
}
.product-view .product-img-box .more-views h2 {
	font-size:18px;
	font-weight:normal;
	color:#3A3636;
	padding:20px 0 20px 0;
}
.product-view .product-img-box .more-views ul {
	margin-left:-20px
}
.product-view .product-img-box .more-views li {
	float:left;
	border:solid 1px #DFDFDF;
	margin:0 0 8px 20px;
}
.product-image-popup {
	margin:0 auto;
}
.product-image-popup .buttons-set {
	float:right;
	clear:none;
	border:0;
	margin:0;
	padding:0;
}
.product-image-popup .nav {
	margin:0 100px;
	text-align:center;
}
.product-image-popup .nav a {
	margin:0 5px;
}
.product-image-popup .image {
	display:block;
	margin:10px 0;
}
.product-image-popup .image-label {
}
/* Product Shop */
.product-view .product-shop {
	float:right;
	width:400px;
}
.product-view .product-shop .product-name h1 {
	font-size:12px;
	font-weight:normal;
	padding:0 0 16px 0;
	color:#CD0A2D;
}
.product-view .product-shop .ratings {
	margin:0 0 20px 0;
}
.product-view .product-shop .rating-links {
	padding:0 0 0 100px;
	font-size:12px;
	font-weight:bold;
}
.product-view .product-shop .no-rating {
	padding-bottom:13px;
}
.product-view .product-shop .price-box {
	float:left;
}
.product-view .product-shop .price {
	font-size:26px;
	font-weight:normal !important;
	color:#474242;
}
.product-view .product-shop .availability {
	float:right;
	font-size:12px;
	margin:13px 64px 0 0;
}
.product-view .product-shop .availability span {
	color:#3A3636;
}
.product-view .product-shop .clear {
	height:15px !important;
}
.product-view .product-shop .add-to-cart label {
	margin:4px 10px 0 0;
}
.product-view .product-shop .add-to-cart .qty {
	margin:2px 0 0 0;
	width:33px !important;
	height:13px;
	background:#fff;
	border:solid 1px #DEDEDE;
	font-size:12px;
	color:#666;
}
.product-view .product-shop .add-to-cart button.button {
	margin-left:20px;
}
.product-view .product-shop .add-to-box .or {
	margin:4px 16px 0 16px;
}
.product-view .product-shop .add-to-box .add-to-links {
	margin:-8px -15px 0 0;
	line-height:20px;
}
.product-view .short-description {
	padding:32px 10px 0 0;
	 text-align: justify;
}
.product-view .short-description h2 {
	font-size:18px;
	font-weight:normal;
	color:#3A3636;
	padding:0 0 22px 0;
}
.product-view .product-shop a.nobr {
	clear:both;
	display:block;
}
/* Product Options */
.product-options {
	padding:10px;
	margin:10px 0 0;
	border:1px solid #ddd;
}
.product-options dt label {
	font-weight:bold;
	color:#717171;
}
.product-options dt .qty-holder {
	float:right;
}
.product-options dt .qty-holder label {
	vertical-align:middle;
}
.product-options dt .qty-disabled {
	background:none;
	border:0;
	padding:3px;
	color:#000;
}
.product-options dd {
	margin:10px 0;
}
.product-options dl.last dd.last {
}
.product-options dd input.input-text {
	width:98%;
}
.product-options dd input.datetime-picker {
	width:150px;
}
.product-options dd .time-picker {
	display:-moz-inline-box;
	display:inline-block;
	padding:2px 0;
	vertical-align:middle;
}
.product-options dd textarea {
	width:98%;
	height:8em;
}
.product-options dd select {
	width:100%;
}
.product-options .options-list {
}
.product-options .options-list input.radio {
	float:left;
	margin:3px -18px 0 0;
}
.product-options .options-list input.checkbox {
	float:left;
	margin:3px -20px 0 0;
}
.product-options .options-list .label {
	display:block;
	margin-left:20px;
}
.product-options ul.validation-failed {
	padding:0 7px;
}
.product-options p.required {
	padding:15px 0 0;
}
.product-options-bottom {
	padding:10px;
	border:1px solid #ddd;
	border-top:0;
}
.product-options-bottom .price-box {
	margin:4px 0 !important;
}
.product-options-bottom .add-to-cart {
	float:right;
	margin:8px 0 0 0;
}
.product-options-bottom .add-to-links {
	clear:both;
	padding:10px 0 0 0;
}
/* Grouped Product */
.product-view .grouped-items-table {
}
/* Block: Description */
.product-view .box-description {
}
.product-view .box-description .std p {
	padding-bottom:13px;
}
/* Block: Additional */
.product-view .box-additional {
}
/* Block: Upsell */
.product-view .box-up-sell {
	background:none;
	padding:0;
	margin:0 0 30px 0;
}
.product-view .box-up-sell h2 {
	padding-left:10px;
}
.product-view .box-up-sell .products-grid {
	margin:0;
}
/* Block: Tags */
.product-view .box-tags {
}
.product-view .box-tags h3 {
	font-size:12px;
	font-weight:normal;
	padding-bottom:14px;
}
.product-view .box-tags .product-tags {
	margin-bottom:14px;
}
.product-view .box-tags .product-tags li {
	display:inline;
	padding:0 12px 0 0;
	margin:0 10px 0 0;
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/sp.gif) no-repeat 100% 2px;
}
.product-view .box-tags .product-tags li.last {
	background:none;
}
.product-view .box-tags .product-tags li a {
	color:#999;
	text-decoration:none;
}
.product-view .box-tags .product-tags li a:hover {
	text-decoration:underline;
}
.product-view .box-tags .form-add label {
	display:block;
	padding:0 0 8px 0;
}
.product-view .box-tags .form-add .input-box {
	float:left;
	width:545px;
}
.product-view .box-tags .form-add input.input-text {
	width:533px;
	height:16px;
	line-height:16px;
	border:solid 1px #DEDEDE;
}
.product-view .box-tags .form-add button {
	margin:0 -15px 0 0;
}
.product-view .box-tags .form-add button span span {
	background:none;
	padding:0;
}
.product-view .box-tags p {
	clear:both;
	padding:15px 0 0 0;
}
/* Block: Reviews */
.product-view .box-reviews {
}
.product-view .box-reviews dd, .product-view .box-reviews h3, .product-view .box-reviews h4 {
	padding-bottom:13px;
}
.product-view .box-reviews .data-table {
	margin-bottom:13px;
}
.product-view .box-reviews .input-box {
	width:100%;
}
.product-view .box-reviews .input-text, .product-view .box-reviews textarea {
	width:99%;
}
.product-view .box-reviews .buttons-set button {
	float:left;
}
.product-view .box-reviews .form-add {
}
/* Send a Friend */
.send-friend {
}
.send-friend .buttons-set button {
	margin-left:10px;
}
/* ======================================================================================= */


/* Content Styles ================================================================= */
#product_addtocart_form > .product-name, .cart .page-title{
	margin-bottom:15px;
}
.product-name {
	font-size:1em;
	font-weight:normal;
}
.product-name a {
}
/* Product Tags */
.tags-list li {
	display:inline;
}
/* Advanced Search */
.advanced-search {
}
.advanced-search-amount {
	margin:0 -30px 0 -29px;
	padding:0 0 20px 29px;
}
.advanced-search-summary {
	margin:0 -30px 20px -29px;
	padding:0 0 20px 29px;
	border-bottom:solid 1px #DCDADA;
}
.catalogsearch-result-index .page-title {
	margin-bottom:15px;
}
/* CMS Home Page */
.cms-home .subtitle {
}
.cms-index-index .subtitle {
}
/* Sitemap */
.page-sitemap .links {
	text-align:right;
	margin:0 8px -22px 0;
}
.page-sitemap .links a {
	text-decoration:none;
	position:relative;
}
.page-sitemap .links a:hover {
	text-decoration:underline;
}
.page-sitemap .sitemap {
	margin:12px;
}
.page-sitemap .sitemap a {
}
.page-sitemap .sitemap li {
	margin:3px 0;
}
.page-sitemap .sitemap li.level-0 {
	margin:10px 0 0;
	font-weight:bold;
}
.page-sitemap .sitemap li.level-0 a {
}
/* RSS */
.rss-title h1 {
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/i_rss-big.png) 0 4px no-repeat;
	padding-left:27px;
}
.rss-table .link-rss {
	display:block;
	line-height:1.35;
	background-position:0 2px;
}
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart {
}
/* Checkout Types */
.cart .checkout-types {
	text-align:right;
	margin:0 40px 10px 0;
}
.cart .checkout-types li {
}
.cart .checkout-types li button {
	height:31px;
}
.cart .checkout-types li button span {
	/*background:#2E2E2E;*/
	background:#4982C7;
	padding:0 25px;
	height:31px;
	line-height:31px;
	font-size:12px;
	text-transform:uppercase;
}
.cart .checkout-types li button span span {
	background:none;
	padding:0;
	color:#FFF;
}
.cart .checkout-types .paypal-or {
	margin:0 8px;
	line-height:2.3;
}
.cart .totals .checkout-types .paypal-or {
	clear:both;
	display:block;
	padding:3px 55px 8px 0;
	line-height:1.0;
	font-size:11px;
}
/* Shopping Cart Table */
.cart-table .item-msg {
	font-size:10px;
}
/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
	padding:10px 0 0;
}
.cart .cart-collaterals .col2-set {
	float:left;
	width:698px;
}
.cart .cart-collaterals .col-1 {
	float:left;
	width:388px;
}
.cart .cart-collaterals .col-2 {
	float:right;
	width:299px;
}
.cart .crosssell {
	background:#fff;
	border:solid 1px #DCDADA;
	padding:25px 30px 5px 40px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.cart .crosssell h2 {
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	padding:0 0 16px 0;
	width:205px;
}
.cart .crosssell .product-image {
	float:left;
	width:157px;
	height:157px;
	border:solid 1px #E0E0E0;
}
.cart .crosssell .product-details {
	margin-left:174px;
}
.cart .crosssell .product-name {
	padding:0 0 18px 0;
}
.cart .crosssell .product-name a {
	color:#3A3636;
	text-decoration:none;
}
.cart .crosssell .product-name a:hover {
	text-decoration:underline;
}
.cart .crosssell .price-box {
	margin-bottom:8px;
}
.cart .crosssell .price {
	font-size:12px;
	font-weight:bold !important;
	color:#CD0A2D;
}
.cart .crosssell button {
	margin-bottom:8px;
	height:22px;
}
.cart .crosssell .add-to-links {
	line-height:18px
}
.cart .crosssell li.item {
	padding-bottom:20px;
}
/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount, .cart .shipping {
	background:#fff;
	border:solid 1px #DCDADA;
	padding:25px 0 30px 30px;
	margin:0 0 10px 0;
	overflow:hidden;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.cart .discount h2, .cart .shipping h2 {
	font-size:18px;
	font-weight:normal;
	color:#3A3636;
	padding:0 0 20px 0;
}
.cart .discount label {
	display:block;
	padding:0 0 8px 0;
}
.cart .discount .input-box {
	float:left;
	width:134px;
}
.cart .discount .input-text {
	width:124px;
	height:16px;
	border:solid 1px #DEDEDE;
	font-size:11px;
	color:#9B9A9A;
}
.cart .discount .buttons-set {
	float:left;
	clear:none;
	padding:0;
}
.cart .discount .buttons-set button {
	height:22px;
}
.cart .shipping p {
	padding-bottom:16px;
	width:225px;
}
.cart .shipping .form-list label {
	font-weight:normal;
	padding-bottom:6px;
	color:#999;
}
.cart .shipping .form-list input.input-text {
	width:231px;
	border:solid 1px #DEDEDE;
	font-size:11px;
	color:#9B9A9A;
}
.cart .shipping .form-list select {
	width:237px;
	border:solid 1px #DEDEDE;
	font-size:11px;
	color:#9B9A9A;
}
.cart .shipping .buttons-set button {
	float:left;
}
/* Shopping Cart Totals */
.cart .totals {
	float:right;
	width:309px;
	padding:20px 0 10px 0;
	background:#fff;
	border:solid 1px #DCDADA;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.cart .totals table {
	width:100%;
}
.cart .totals table th, .cart .totals table td {
	padding:5px 0;
	color:#3A3636;
}
.cart .totals table th strong, .cart .totals table td strong {
	font-weight:normal;
}
.cart .totals table th {
}
.cart .totals table tfoot th {
}
.cart .totals .checkout-types {
	text-align:center;
	margin:0;
	padding:10px 0 0 0;
}
.cart .totals .checkout-types li {
	padding:0 0 18px 0;
}
.cart .totals .grndttl {
	padding-left:10px !important;
	width:135px;
}
.cart .totals .grndttl .price {
	font-weight:bold;
	color:#CD0A2D;
}
/* Options Tool Tip */
.item-options dt {
	font-weight:bold;
	font-style:italic;
}
.item-options dd {
	padding-left:10px;
}
.truncated {
	cursor:help;
}
.truncated a.dots {
	cursor:help;
}
.truncated a.details {
	cursor:help;
}
.truncated .truncated_full_value {
	position:relative;
	z-index:999;
}
.truncated .truncated_full_value .item-options {
	position:absolute;
	top:-99999em;
	left:-99999em;
	z-index:999;
	width:250px;
	padding:8px;
	border:1px solid #ddd;
	background-color:#f6f6f6;
}
.truncated .truncated_full_value .item-options > p {
	font-weight:bold;
	text-transform:uppercase;
}
.truncated .show .item-options {
	top:-20px;
	left:50%;
}
.col-left .truncated .show .item-options {
	left:30px;
	top:7px;
}
.col-right .truncated .show .item-options {
	left:-240px;
	top:7px;
}
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt {
	font-weight:bold;
}
.sp-methods .price {
	font-weight:bold;
}
.sp-methods .form-list {
	padding-left:20px;
}
.sp-methods select.month {
	width:150px;
	margin-right:10px;
}
.sp-methods select.year {
	width:96px;
}
.sp-methods input.cvv {
	width:3em !important;
}
.sp-methods .checkmo-list li {
	margin:0 0 5px;
}
.sp-methods .checkmo-list label {
	width:135px;
	padding-right:10px;
	text-align:right;
}
.sp-methods .checkmo-list address {
	float:left;
}
.sp-methods .centinel-logos a {
	margin-right:3px;
}
.sp-methods .centinel-logos img {
	vertical-align:middle;
}
.sp-methods .release-amounts {
	margin:0.5em 0 1em;
}
.sp-methods .release-amounts button {
	float:left;
	margin:5px 10px 0 0;
}
.please-wait {
	float:right;
	margin-right:5px;
}
.please-wait img {
	vertical-align:middle;
}
.cvv-what-is-this {
	cursor:help;
	margin-left:5px;
}
/* Tooltip */
.tool-tip {
	border:1px solid #ddd;
	background-color:#f6f6f6;
	padding:5px;
	position:absolute;
	z-index:9999;
}
.tool-tip .btn-close {
	text-align:right;
}
.tool-tip .btn-close a {
	display:block;
	margin:0 0 0 auto;
	width:15px;
	height:15px;
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/btn_window_close.gif) 100% 0 no-repeat;
	text-align:left;
	text-indent:-999em;
	overflow:hidden;
}
.tool-tip .tool-tip-content {
	padding:5px;
}
/* Gift Messages */
.gift-messages {
	margin:13px 0;
}
.gift-messages-form {
}
.gift-messages-form {
	position:relative;
}
.gift-messages-form label {
	float:none !important;
	position:static !important;
}
.gift-messages-form h4 {
}
.gift-messages-form .whole-order {
}
.gift-messages-form .item {
	margin:0 0 10px;
}
.gift-messages-form .item .product-img-box {
	float:left;
	width:75px;
}
.gift-messages-form .item .product-image {
	margin:0 0 7px;
}
.gift-messages-form .item .number {
	margin:0;
	font-weight:bold;
	text-align:center;
}
.gift-messages-form .item .details {
	margin-left:90px;
}
.gift-messages-form .item .details .product-name {
}
.gift-message-link {
	display:block;
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/bkg_collapse.gif) 0 4px no-repeat;
	padding-left:20px;
}
.gift-message-link.expanded {
	background-position:0 -53px;
}
.gift-message-row {
}
.gift-message-row .btn-close {
	float:right;
}
.gift-message dt strong {
	font-weight:bold;
}
/* Checkout Agreements */
.checkout-agreements {
}
.checkout-agreements li {
	margin:10px 0;
}
.checkout-agreements .agreement-content {
	border:1px solid #ddd;
	background-color:#f6f6f6;
	padding:5px;
	height:10em;
	overflow:auto;
}
.checkout-agreements .agree {
	padding:6px;
}
/* Centinel */
.centinel {
}
.centinel .authentication {
	border:1px solid #ddd;
	background:#fff;
}
.centinel .authentication iframe {
	width:99%;
	height:400px;
	background:transparent !important;
	margin:0 !important;
	padding:0 !important;
	border:0 !important;
}
/* Generic Info Set */
.info-set {
}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {
}
.block-progress .block-content {
	padding:0 0 20px 0;
}
.block-progress dt {
	border-bottom:solid 1px #DCDADA;
	font-weight:bold;
	color:#2E2E2E;
	padding:12px 0 12px 11px;
}
.block-progress dd {
	color:#2E2E2E;
	padding:23px 0 23px 11px;
}
.block-progress dt.complete, .block-progress dd.complete {
}
.opc {
	position:relative;
	/*margin:-21px -30px 0 -29px;*/
	margin:5px -35px 0 -24px;
}
.opc li.section {
	border-bottom:1px solid #DCDADA;
}
.opc .buttons-set.disabled button.button {
	display:none;
}
.opc .buttons-set .please-wait {
	height:21px;
	line-height:21px;
}
.opc .step-title {
	padding:12px 0 12px 40px;
	text-align:right;
}
.opc .step-title .number {
	float:left;
	border:solid 1px #696969;
	width:18px;
	height:18px;
	line-height:18px;
	font-weight:bold;
	text-align:center;
	color:#474242;
	margin-right:10px;
}
.opc .step-title h2 {
	float:left;
	font-size:12px;
	font-weight:bold;
	color:#474242;
	padding:3px 0 0 0;
}
.opc .step-title a {
	display:none;
	float:right;
}
.opc .allow .step-title {
	cursor:pointer;
}
/*.opc .allow .step-title a { display:block; }*/

.opc .active {
}
.opc .active .step-title .number {
	background:#CD0A2D;
	border:solid 1px #CD0A2D;
	color:#fff;
}
.opc .active .step-title h2 {
	color:#CD0A2D;
}
.opc .active .step-title {
	cursor:default;
}
/*.opc .active .step-title a { display:none; }*/

.opc .step {
	border-top:1px solid #ddd;
	padding:30px 40px;
	position:relative;
}
.opc .step .tool-tip {
	right:10px;
}
.opc .order-review {
}
.opc .order-review .authentication {
}
.opc .order-review .warning-message {
}
#opc-review {
	border-bottom:0 !important;
}
.opc .buttons-set button span span {
	background:none;
	padding:0;
}
/* Multiple Addresses Checkout */
.checkout-progress {
	padding:0 50px;
	margin:10px 0;
}
.checkout-progress li {
	float:left;
	width:20%;
	border-top:5px solid #ccc;
	text-align:center;
	color:#ccc;
}
.checkout-progress li.active {
	border-top-color:#000;
	color:#000;
}
.multiple-checkout {
	position:relative;
}
.multiple-checkout .tool-tip {
	top:50%;
	margin-top:-120px;
	right:10px;
}
.multiple-checkout .grand-total {
	font-size:1.5em;
	text-align:right;
}
.multiple-checkout .grand-total big {
	display:block;
	padding-bottom:20px;
}
.multiple-checkout .grand-total .price {
}
.multiple-checkout .box {
	margin-bottom:15px;
}
.multiple-checkout .col2-set h2.legend {
	margin-bottom:10px;
}
.multiple-checkout h3 {
	margin-bottom:10px;
}
.multiple-checkout h2, .multiple-checkout h4 {
	margin-bottom:5px;
}
.multiple-checkout .data-table tfoot td {
	overflow:hidden;
}
.multiple-checkout .data-table tfoot td button {
	height:22px;
}
.checkout-multishipping-overview .data-table {
	margin-bottom:20px;
}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {
}
.account-login h2, .account-login p {
	padding-bottom:13px;
}
.account-login .new-users {
}
.account-login .registered-users {
}
.account-create {
}
/* Account Login/Create Pages ============================================================ */


/* Remember Me Popup ===================================================================== */
.window-overlay {
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/window_overlay.png) repeat;
	background:rgba(0, 0, 0, 0.35);
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:990;
}
.remember-me label {
}
.remember-me-popup {
}
.remember-me-popup h3 {
}
.remember-me-popup .remember-me-popup-head {
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
}
.remember-me-popup .remember-me-popup-body {
}
.remember-me-popup .remember-me-popup-body a {
}
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
	float:none;
	margin:0;
}
.my-account h2, .my-account h3, .my-account h4, .my-account .col2-set {
	padding-bottom:13px;
}
/********** < Dashboard */
.dashboard {
}
.dashboard .welcome-msg {
}
.dashboard .welcome-msg {
	padding-bottom:13px;
}
.dashboard .box-title, .dashboard .box-head {
	width:100%;
	overflow:hidden;
	margin:10px 0;
}
.dashboard .box-title h2, .dashboard .box-title h3, .dashboard .box-head h2, .dashboard .box-head h3 {
	float:left;
}
.dashboard .box-title a, .dashboard .box-head a {
	float:right;
}
/* Block: Recent Orders */
.dashboard .box-recent {
	margin:10px 0;
}
/* Block: Account Information */
.dashboard .box-info {
}
/* Block: Reviews */
.dashboard .box-reviews .number {
	float:left;
	font-size:10px;
	font-weight:bold;
	line-height:1;
	color:#fff;
	margin:3px -20px 0 0;
	padding:2px 3px;
	background:#ddd;
}
.dashboard .box-reviews .details {
	margin-left:20px;
}
/* Block: Tags */
.dashboard .box-tags .number {
	float:left;
	font-size:10px;
	font-weight:bold;
	line-height:1;
	color:#fff;
	margin:3px -20px 0 0;
	padding:2px 3px;
	background:#ddd;
}
.dashboard .box-tags .details {
	margin-left:20px;
}
/********** Dashboard > */

/* Address Book */
.addresses-list {
}
.addresses-list-additional li.item {
}
/* Order View */
.order-info {
	border:1px solid #ddd;
	padding:5px;
}
.order-info dt, .order-info dd, .order-info ul, .order-info li {
	display:inline;
}
.order-info dt {
	font-weight:bold;
}
.order-date {
	margin:10px 0;
}
.order-info-box {
}
.order-items {
	width:100%;
	overflow-x:auto;
}
.order-additional {
	margin:15px 0;
}
/* Order Gift Message */
.gift-message dt strong {
	color:#666;
}
.gift-message dd {
	font-size:13px;
	margin:5px 0 0;
}
/* Order Comments */
.order-about dt {
	font-weight:bold;
}
.order-about dd {
	font-size:13px;
	margin:0 0 7px;
}
.tracking-table {
	margin:0 0 15px;
}
.tracking-table th {
	font-weight:bold;
	white-space:nowrap;
}
.tracking-table-popup {
	width:100%;
}
.tracking-table-popup th {
	font-weight:bold;
	white-space:nowrap;
}
.tracking-table-popup th, .tracking-table-popup td {
	padding:1px 8px;
}
/* Order Print Pages */
.page-print .print-head {
}
.page-print .print-head img {
	float:left;
}
.page-print .print-head address {
	float:left;
	margin-left:15px;
}
/* Price Rewrites */
.page-print .gift-message-link {
	display:none;
}
.page-print .price-excl-tax, .page-print .price-incl-tax {
	display:block;
	white-space:nowrap;
}
.page-print .cart-price, .page-print .price-excl-tax .label, .page-print .price-incl-tax .label, .page-print .price-excl-tax .price, .page-print .price-incl-tax .price {
	display:inline;
}
/* My Reviews */
.product-review .product-img-box {
	float:left;
	width:140px;
}
.product-review .product-img-box .product-image {
	display:block;
	width:125px;
	height:125px;
}
.product-review .product-img-box .label {
	font-size:11px;
	margin:0 0 3px;
}
.product-review .product-img-box .ratings .rating-box {
	float:none;
	display:block;
	margin:0 0 3px;
}
.product-review .product-details {
	margin-left:150px;
}
.product-review .product-name {
	font-size:16px;
	font-weight:bold;
	margin:0 0 10px;
}
.product-review h3 {
}
.product-review .ratings-table {
	margin:0 0 10px;
}
.product-review dt {
	font-weight:bold;
}
.product-review dd {
	font-size:13px;
	margin:5px 0 0;
}
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer {
}
.footer address {
	float:left;
	color:#fff;
}
.footer .right_foot_corner ul {
	float:left;
}
.footer .right_foot_corner ul li {
  float: left;
  padding: 0 8px 0 0;
  text-align: center;
}
.footer .right_foot_corner ul li a {
	color:#fff;
	text-decoration:none;
}
.footer .right_foot_corner ul li a:hover {
	text-decoration:underline;
}
.footer-container .bottom-container {
	text-align:center;
}
.footer_row {
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/footer_row.png) no-repeat;
	 padding:6px 88px 0 13px; 
	height:25px;
}
.right_foot_corner {
	float:right;
}
.footer_block {
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/footer_block.png) no-repeat;
	padding:40px 41px 0 40px;
	height:166px;
}
.footer_block .block-subscribe {
	float:right;
	width:219px;
}
.footer_block .block-subscribe .block-title {
	font-size:12px;
	font-weight:bold;
	color:#4982c7;
	text-transform:uppercase;
	padding:0 0 17px 0;
}
.footer_block .block-subscribe p {
	/*font-size:11px;
	color:#7B7B7B;*/
	font-size:12px;
	color:#222222;
	line-height:14px;
	padding:11px 0 0 0;
}
.footer_block .block-subscribe .input-box {
	float:left;
	width:192px;
}
.footer_block .block-subscribe .input-text {
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/bg_newsletter.gif) repeat-x;
	border:solid 1px #C2C1C1;
	border-right:0;
	padding-left:10px;
	width:179px;
	height:21px;
	color:#999;
	-moz-border-radius-bottomleft:2px;
	-webkit-border-bottom-left-radius:2px;
	-moz-border-radius-topleft:2px;
	-webkit-border-top-left-radius:2px;
	border-radius:2px 0 0 2px;
}
.footer_block .block-subscribe .input-text.validation-failed {
	border-right:0 !important;
}
.footer_block .block-subscribe .actions {
	float:left;
}
.footer_block .block-subscribe .btn_newsletter {
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/btn_newsletter.gif) no-repeat;
	border:0;
	width:27px;
	height:27px;
	cursor:pointer;
}
.f_cols {
	float:left;
}
.f_cols h3 {
	font-size:12px;
	font-weight:bold;
	/*color:#383636;*/
	color:#4982c7;
	text-transform:uppercase;
	padding:0 0 5px 0;
}
.f_cols ul li {
	padding:0 0 3px 0;
	/*font-size:11px;*/
	font-size:12px;
}
.f_cols ul li a {
	/*color:#7B7B7B;*/
	color:#0c0c0c;
	text-decoration:none;
}
.f_cols ul li a:hover {
	color:#D4233B;
}
.fcol1 {
	width:260px;
}
.fcol2 {
	width:240px;
}
/* ======================================================================================= */


/* 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, .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 .product-shop .short-description:after, .product-view .box-description:after, .product-view .box-tags .form-add: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 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;
}
/* ======================================================================================= */

.clear {
	clear:both;
	height:1px;
	font-size:0%;
	line-height:0%;
}
.header_block {
	overflow:hidden;
	margin:0 0 10px 0;
}
.left_banners {
	float:left;
	margin:0 10px 0 0;
}
.center_col {
	float:left;
	width:73%;
}
.right_banners {
	float:right;
}
.banner2 {
	margin:0 0 10px 0;
}
/* The Nivo Slider styles */
#slider {
	display:none;
}
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8;
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav {
	display:none !important;
}
.nivo-directionNav a {
	position:absolute;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/arr_prev.gif) no-repeat;
	margin:190px 0 0 30px;
	width:43px;
	height:43px;
	display:block;
	text-indent:-9999px;
}
.nivo-nextNav {
	right:0px;
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/arr_next.gif) no-repeat;
	margin:190px 30px 0 0;
	width:43px;
	height:43px;
	display:block;
	text-indent:-9999px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	margin:280px 0 0 8px;
	z-index:1000;
}
.nivo-controlNav a {
	float:left;
	position:relative;
	z-index:99;
	cursor:pointer;
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/slider_nav.png) repeat-x 0 0;
	width:21px;
	height:21px;
	text-align:center;
	line-height:21px;
	display:block;
	margin:0 3px 0 0;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	color:#686868;
	text-decoration:none;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.nivo-controlNav a.active {
	background-position:0 -21px;
	color:#fff;
}
.index_title, .category-title, #product_addtocart_form > .product-name, .page-title{
	/*font-size:18px;
	font-weight:normal;
	color:#3A3636;
	padding:0 0 11px 11px;
	height:28px;*/
	padding:4px;
	border:#cbccbc 1px solid;
}
.page-title{
	margin-bottom:15px;
}
.index_title > span, .category-title h1, .product-name h1, .page-title h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:28px;
	color:#3a3636;
	padding:0 10px;
	display:block;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	background: #dbddd0; /* Old browsers */
	background: -moz-linear-gradient(top,  #dbddd0 0%, #cbccbc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbddd0), color-stop(100%,#cbccbc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dbddd0 0%,#cbccbc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dbddd0 0%,#cbccbc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dbddd0 0%,#cbccbc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dbddd0 0%,#cbccbc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbddd0', endColorstr='#cbccbc',GradientType=0 ); /* IE6-9 */
}
.new_products {
	margin:0 0 30px 0;
}
.checkout-onepage-index .header {
	margin-bottom:46px;
}
.checkout-onepage-index .page-title {
	/*position:absolute;
	margin:-58px 0 0 -25px;*/
}
.checkout-onepage-index .main-container {
	padding-bottom:0;
}
#checkout-step-login h3, #checkout-step-login h4, #checkout-step-login p {
	padding-bottom:13px;
}
#checkout-step-billing .form-list, #checkout-step-shipping .form-list {
	margin:0 -200px 0 0;
}
#checkout-step-billing .form-list .field, #checkout-step-shipping .form-list .field {
	width:380px;
}
#checkout-step-billing .form-list label, #checkout-step-shipping .form-list label {
	padding:0 0 2px 0;
}
#checkout-step-billing .form-list input.input-text, #checkout-step-shipping .form-list input.input-text {
	width:293px;
}
#checkout-step-billing .form-list select, #checkout-step-shipping .form-list select {
	width:299px;
}
#checkout-step-billing .form-list li.wide input.input-text, #checkout-step-shipping .form-list li.wide input.input-text {
	width:673px;
}
#checkout-step-billing .control {
	float:left;
	padding:0 45px 0 0;
}
.my-wishlist .product-name {
	padding-top:13px !important;
}
.my-wishlist textarea {
	width:90%;
}
.my-wishlist .buttons-set button {
	margin:0 0 0 10px;
}
.my-wishlist .data-table button {
	margin:10px 0;
	height:22px !important;
}
#my-tags-table button {
	height:22px !important;
}
#my-orders-table .last .nobr {
	white-space:normal;
}
#my-orders-table .last .separator {
	display:none;
}
#my-orders-table .last a {
	display:block;
}
.infopage p {
	padding-bottom:13px;
}
.sales-guest-form .form-alt li {
	margin-bottom:12px;
	overflow:hidden;
}
#checkout-review-table tfoot td strong {
	color:#CD0A2D;
}
#advanced-search-list label {
	padding-right:5px;
}
#review-buttons-container {
	height:22px;
	margin-bottom:5px;
}
.checkout-multishipping-address-newshipping .form-list li.control {
	float:left;
	margin-right:20px;
}
.checkout-multishipping-address-newshipping .fieldset_clear {
	overflow:hidden;
}
/* MAP Popup============================================================================== */
.price-box.map-info .price {
	padding-right:10px;
}
.product-view .product-shop .price-box.map-info {
	margin:0 10px 0 0;
}
.product-view .product-shop .price-box.map-info a {
	padding:0 4px;
	font-size:11px;
}
.cart-msrp-totals {
	color:red;
	font-size:12px !important;
	font-weight:bold;
	margin:10px 10px 0;
	padding:10px;
	text-align:right;
	text-transform:uppercase;
}
.map-cart-sidebar-total {
	color:red;
	display:block;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	padding:2px 5px;
	text-shadow:0 1px 0 #fff;
}
.map-popup {
	background:#fff;
	border:1px solid #aaa;
	margin:12px 0 0;
	position:absolute;
	-moz-box-shadow:0 0 6px #ccc;
	-webkit-box-shadow:0 0 6px #ccc;
	box-shadow:0 0 6px #ccc;
	text-align:left;
	width:300px;
	z-index:100;
}
.map-popup-heading {
	background:#FBFBFB;
	border-bottom:1px solid #ccc;
	padding:5px 30px 5px 10px;
	width:260px;
}
.map-popup-heading h2 {
	font-size:16px;
	margin:0;
	word-wrap:break-word;
	text-align:left;
	text-overflow:ellipsis;
	color:#CD0A2D;
}
.map-popup-arrow {
	background:0;
	position:absolute;
	left:50%;
	top:-10px;
	height:10px;
	width:19px;
}
.map-popup-close {
	background:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/images/btn_window_close.gif) no-repeat;
	display:block;
	position:absolute;
	top:8px;
	right:10px;
	height:15px;
	width:15px;
	text-indent:-9999em;
	-moz-box-shadow:0 0 3px #999;
	-webkit-box-shadow:0 0 3px #999;
	box-shadow:0 0 3px #999;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.map-popup-content {
	border-top:1px solid #eee;
	padding:10px;
	overflow:hidden;
	text-align:left;
	width:280px;
}
.map-popup-checkout {
	display:inline;
	float:right;
	text-align:right;
}
.map-popup-checkout span {
	display:block;
	padding-right:30px;
}
.map-popup-checkout .paypal-logo {
	margin:0 0 5px;
}
.map-popup-price .price-box, .map-popup-price .price-box .special-price {
	margin:0;
	padding:5px 0;
}
.map-popup-price {
	margin:5px 0 0;
}
.map-popup-text {
	clear:right;
	margin:0 10px;
	padding:10px 0;
	text-align:left;
	word-wrap:break-word;
}
.map-popup-only-text {
	border-top:1px solid #ddd;
}
/* ======================================================================================= */
.main-container .txt_details{
	padding:20px 0;
}
.txt_details p{
	font-family:"Calibri", Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
	margin-bottom:15px;
}
.txt_details p a{
	color:#2e2e2e;
}
.txt_details p.center{
	padding:10px 0;
	text-align:center;
	font-weight:bold;
	text-decoration:underline;
	line-height:28px;
}
.txt_details ul{
	margin:15px 0;
	padding:0 0 0 30px;
	list-style:none;
}
.txt_details ul li{
	font-family:"CAlibri", Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
	list-style:circle;
	padding:0 0 8px 10px;
}

.address_map{
	width:350px;
	float:right;
	margin-top:27px;
}
.address_map .address{
	padding:0 0 25px 0;
	font-family:"CAlibri", Arial, Helvetica, sans-serif;
	font-size:14px;
}
.short-description ul{
	margin:0px;
	padding:0 0 0 15px;
}
.short-description ul li{
	list-style:disc;
}
.pro_cat_breadcrums{
	padding-bottom:10px; 
	font-weight:bold;
	}
.a-right > .price{
	float: left;
    margin-left: 15px;
	
	}

.account-create #form-validate .fieldset .form-list .customer-name-middlename .name-middlename{display:none;}



/* ------------------media query---------------- */
.header_info > p {
  float: left;
  line-height: 30px;
}

.mobile{
	display:none;
}
.phoneno {
  float: right;
}
 #owl-demo .item img{
        display: block;
        width: 100%;
        height: auto;
    }
	.owl-pagination {
  bottom: 0;
  position: absolute;
  right: 0;
}
	
@media screen and (max-width:1042px){
.nivo-slice {
  background-size: 100% auto;
}
.right_banners {
  width: 25%;
}
.center_col {
  width: 75%;
}
.banner2 img {
  max-width: 100%;
}
#slider {
  width: 99%;
}
.frontmenu{
	display:none;
}	
.mobile{
	display:block;
}
#nav > li:hover > ul {
  display: block !important;
  left: 0;
  top: 100%;
  z-index: 2147483647;
}

#nav > li {
  background: #4fb5e7 none repeat scroll 0 0;
  border: 1px solid #ddd;
  width: 100%;
}
#nav > li > a {
  width: 100% !important;
}
.col-right {
  width: 22%;
}
.col-main {
  width: 72%;
}
.category-title {
  width: 100%;
}
.products-grid li.item {
  width: 28%;
}
.products-grid .product-image {
  width: 100%;
}
.product-image > img {
  max-width: 100%;
}
.col2-right-layout {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
/* .right_banners {
  width: 100%;
} */
.col-right .right_banners img {
  max-width: 100%;
}
.product-view .product-img-box {
  float: left;
  width: 38%;
}
.product-img-box img {
  max-width: 100%;
}
.product-view .product-shop {
  float: right;
  width: 55%;
}

.catalog-product-view .main-container.col2-right-layout .col-right.sidebar .right_banners {
  width: 100%;
}


}
@media screen and (max-width:980px){
.address_map{
	width:350px;
	float:none!important;
	margin-top:27px;
}	
.contacts-index-index .main-container.col2-right-layout form#contactForm {
  width: 100%;
}
	
}


@media screen and (max-width:950px){
.col2-left-layout .col-main {
  width: 76%;
}
.col-left {
  width: 20%;
}
.products-grid-index li.item {
  width: 26%;
}
.products-grid-index .product-image {
  width: 100%;
}
.product-image > img {
  max-width: 100%;
}

}

@media screen and (max-width:900px){
	.footer_block .block-subscribe {
  float: right;
  width: 30%;
}
	.fcol1 {
  width: 22%;
}
	.fcol2 {
  width: 22%;
}
	.f_cols.fcol3 {
  width: 22%;
}

.col2-left-layout {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.footer_row {
  background: #aeaeae none repeat scroll 0 0!important;
  height: 45px;
  padding: 6px 88px 0 13px;
}



}

@media screen and (max-width:850px){
.products-grid-index li.item {
  margin: 0 7px 0 0;
}
.catalog-product-view .right_banners {
  width: 100%;
}
}

@media screen and (max-width:800px){
.header .logo {
  width: 25%;
}
.logo img {
  max-width: 100%;
}
/* .head_row2 {
  height: 152px;
} */
.footer_block .block-subscribe {
  width: 40%;
}
.f_cols.fcol3 {
  width: 16%;
}
.products-grid li.item {
  padding: 7px 0;
}
}

@media screen and (max-width:714px){
.header_info {
  text-align: center;
  width: 100%;
  float:none;
}
.header_info strong {
  font-size: 18px;
  
}
.header .logo {
  margin: 8px 0 21px 29px;
  position: relative;
}
.fcol1 {
  margin-bottom: 22px;
  width: 50%;
}
.footer_block .block-subscribe {
  float: left;
  width: 50%;
}
.fcol2 {
  width: 50%;
}
.f_cols.fcol3 {
  width: 50%;
}
.footer_block {
  background:#F2F2F2;
  height: 307px;
}
.footer_row {
  background: rgba(0, 0, 0, 0) url("https://www.switchcraft.ie/skin/frontend/default/theme075k/images/footer_row.png") repeat scroll 0 0;
  height: 50px;
}
.product-view .product-img-box {
  width: 100%;
}
.product-view .product-shop {
  width: 100%;
}
}
@media screen and (max-width:635px){
.products-grid-index li.item {
  margin-bottom: 13px !important;
 /*  width: 90%; */
}
.product-image > img {
  display: table;
  margin: auto;
  max-width: 100%;
}
.products-grid-index .product-name {
  text-align: center;
}
.products-grid-index .descr {
  text-align: center;
}
.products-grid-index .link_deatils span {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  float: none;
  height: 22px;
  padding: 0 9px 0 0;
}
.products-grid-index .link_deatils {
  float: none;
  padding: 6px 23px;
}
.products-grid-index .price-box {
  margin: 0 0 9px;
  text-align: center;
}
.products-grid-index li.item {
  margin-bottom: 13px !important;
  text-align: center;
/*   width: 90%; */
}

.col-left {
  width: 38%;
}
.col2-left-layout .col-main {
  width: 61%;
}
.phoneno {
  float: none;
}

.customer-account-login .account-login .col2-set .col-2.registered-users .form-list input.input-text {
  width: 95%;
}
.customer-account-login .account-login .col2-set .col-2.registered-users .form-list .input-box {
  clear: both;
  display: block;
  width: 100%;
}

.catalogsearch-advanced-index .main-container.col2-right-layout #form-validate .form-list .input-box {
  width: 100%;
}
.catalogsearch-advanced-index .main-container.col2-right-layout #form-validate .form-list input.input-text {
  width: 100%;
}
.catalogsearch-advanced-index .main-container.col2-right-layout #form-validate .form-list select {
  width: 100%;
}
.catalogsearch-advanced-index .main-container.col2-right-layout #form-validate select.multiselect option {
  border-bottom: 1px solid #ddd;
  margin: 5px;
  padding: 2px 5px;
}
.contacts-index-index .main-container.col2-right-layout .col-main .address_map {
  width: 100%;
}
.contacts-index-index .main-container.col2-right-layout #contactForm .form-list .input-box {
  clear: both;
  display: block;
  width: 100%;
}
.contacts-index-index .main-container.col2-right-layout #contactForm .form-list input.input-text {
  width: 100%;
}
.contacts-index-index .main-container.col2-right-layout #contactForm .form-list li.wide .input-box {
  width: 100%;
}
.contacts-index-index .main-container.col2-right-layout #contactForm .form-list li.wide textarea {
  width: 100%;
}

}
@media screen and (max-width:666px){
.a-center {
  float: right;
  width: 100% !important;
}
.footer_row {
	 padding:0px; 
}
.footer .right_foot_corner ul li {
  float: none;
}
.products-grid li.item {
  width: 100%;
}
div.onsale-category-container-list {
  float: none!important;
}
.products-grid li.item {
  text-align: center;
}
.products-grid button {
  float: none;
}
.col-right {
  width: 36%;
}
.col-main {
  width: 60%;
}
.products-grid li.item {
  width: 45%;
}
.products-grid li.item {
  width: 45%;
}

.products-grid li.item {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ededed;
  float: left;
  margin-bottom: 10px!important;
  margin-right: 10px!important;
  min-height: 275px;
}


.toolbar {
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  clear: both;
  margin: 12px -36px 15px -24px;
  padding: 3px 36px 3px 24px;
}

.products-grid {
  background: rgba(0, 0, 0, 0) url("http://www.switchcraft.ie/skin/frontend/default/theme075k/images/bg_grid.gif") repeat-x scroll 0 100%;
  margin: 0 0 30px;
  padding: 0;
  position: relative;
  
}
.products-grid:after{
clear:none!important;	
}

.data-table td {
  border: 1px solid #dcdada;
  padding: 9px 0;
}
.cart-table th {
  font-weight: bold;
  padding: 9px 0;
}






}
@media screen and (max-width:500px){

.footer_block .block-subscribe {
  margin-bottom: 14px;
  width: 100%;
  float: none; 
}
.fcol1 {
  margin-bottom: 14px;
  text-align: center;
  width: 100%;
} 

.fcol2 {
  margin-bottom: 14px;
  text-align: center;
  width: 100%; 
}
.f_cols.fcol3 {
  text-align: center;
  width: 100%;
}

.footer-container .footer .footer_block .block-subscribe .input-box {
  float: left;
  text-align: center;
  width: 75%;
}
.footer-container .footer .footer_block .block-subscribe {
  float: right;
  margin: 0 auto;
  text-align: center;
  width: 75%;
}
.footer-container .footer .footer_block .block-subscribe .input-text {
 
  width: 100%;
}

.footer-container .footer .footer_block .block-subscribe .block-content {
  text-align: center;
  width: 100%;
}

.footer .right_foot_corner ul {
  float: none;
}
.footer .right_foot_corner {
  float: none;
}




}
@media screen and (max-width:500px){
.header .welcome-msg {
  text-align: center;
  width: 97%;
}
.header_info > p { 
  text-align: center;
  width: 100%;
}
.head_row2 {
  height: 222px;
}
.footer_block {
  height: 480px;
}
.footer_row {
  height: 122px;
  width:99%;
}
.right_foot_corner {
  margin-bottom: 28px;
  text-align: center;
}
.footer address {
  text-align: center;
  width: 100%;
}
.head_row2 {
  background: #e4e5de none repeat scroll 0 0;
  height: 182px;
  padding: 18px 20px 0 0;
}
.head_row1 {
  background: #d8d9ce none repeat scroll 0 0;
  height: 78px;
}
.header .links li {
  margin-bottom: 4px;
}
.head_row1 > span {
  float: left;
  padding: 5px 0;
  text-align: center;
  width: 100%!important;
   font-size: 13px;
}
.head_row1 > p {
  float: left;
  padding: 5px 0;
  text-align: center;
  width: 100%!important;
   font-size: 13px;
}
.header .welcome-msg {
  font-size: 13px;
}





}

@media screen and (max-width:400px){
.header_info {
  text-align: center;
  width: 100%;
}


.header_txt2 {
  float: none;
  text-align: center;
}
.header_txt1 {
  float: none;
  width: 66%;
}
.header .logo {
  margin: auto;
  text-align: center;
  width: 100%;
}
.col-left {
  width: 100%;
}
.col2-left-layout .col-main {
  width: 100%;
}
.block-cart .block-title {
  margin: auto;
  width: 100%;
}
.col-right.sidebar {
  text-align: center;
}
.address_map iframe {
  width: 100%;
}
.phoneno {
  float: none;
}
.header .form-search .input-box {
  height: 32px;
  width: 60% !important;
}
.header .welcome-msg {
  padding: 10px 0 0 0px;
}
.index_title > span, .category-title h1, .product-name h1, .page-title h1 {
  font-size: 13px;
}
.footer_block .block-subscribe {
  text-align: center;
}
}

@media screen and (max-width:450px){
.col-right {
  width: 100%;
}
.col-main {
  width: 100%;
}
.pager .pages {
  margin: 26px 20px;
}
}


@media screen and (max-width:420px){
.checkout-cart-index .main-container.col1-layout .cart #shopping-cart-table .first.last .button.btn-update {
  margin: auto;
  padding: 2px 0;
  width: 100%;
}

.checkout-cart-index .main-container.col1-layout .cart #shopping-cart-table .first.last .button.btn-update span {
  width: 100%;
  padding: 0px;
}
.checkout-cart-index .main-container.col1-layout .cart #shopping-cart-table .first.last .button.btn-continue.left span {
  padding: 0;
  width: 100%;
}
.checkout-cart-index .main-container.col1-layout .cart #shopping-cart-table .first.last .button.btn-continue.left {
  width: 100%;
}

.checkout-cart-index .main-container.col1-layout .cart #shopping-cart-table .first.last .a-right.last {
 display: table;
width: 100%;
}
 .header .form-search {
  width: 100%;
}
.header .form-search .input-box {
  width: 93%;
}
 .header .form-search .input-text {
  width: 90%;
}
.products-grid li.item {
  margin-bottom: 15px;
}
.col2-set .col-1 {
	border: 1px solid;
    margin: 5px;
    padding: 5px;
  width: 100%;
}
.col2-set .col-2 {
	 border: 1px solid;
    float: left;
    padding: 5px;
	width: 100%;
}
}

@media screen and (max-width:435px){

.footer .right_foot_corner ul {
  float: none;
}
.header .logo img { 
  display: block;
  margin: auto;
  max-width: 100%;
  padding-bottom: 3px;
  text-align: center;
}
.header_info {
	padding:0px;
}
.product-view .product-shop .price {
  font-size: 15px;
}
}
@media screen and (max-width:330px){
.footer_block .block-subscribe .input-box {
  float: left;
  width: 173px;
}
.header .links li a {
  padding: 0 6px;
}
.cart-table tfoot td {
  padding: 14px 43px 14px 60px;
}
.cart-table tfoot td button {
  height: 28px;
}
}


      /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */
      /* Important styles */
#toggle {
  display: block;
  width: 28px;
  height: 30px;
  margin: 30px auto 10px;
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after{
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #848383;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + .menu123 {
  opacity: 1;
  display: block;
}

/* menu123 appearance*/
.menu123 {
  display: none;
}
.menu123:after {
  display: block;
}



@media screen and (max-width: 713px) {
.header_info {
  /*  padding: 0px */
}

.header_txt1 {
 display:none;
  
}
.head_row2 {
  background: rgba(0, 0, 0, 0) url("https://www.switchcraft.ie/skin/frontend/default/theme075k/images/head_row2.gif") no-repeat scroll 0 0;
  height: 72px;
  padding: 18px 20px 0 0;
  text-align: center;
}
.header .logo {
  width: 100%;
  margin:0px!important;
}

.header_txt2 {
  border-left: 1px solid #bfbfbf;
  color: #646363;
  float: right;
  font-size: 13px;
  line-height: 16px;
  padding: 0 0 0 20px;
  width: 100%;
}
.header_info {
  color: #2e2e2e;
  font-size: 10px;
}
.header .welcome-msg {
 
  font-size: 10px;
 
}
.header_info strong {
  font-size: 11px;
}  
.links li:nth-child(1){display:none;}
.links li:nth-child(2){display:none;}
.links li:nth-child(3){display:none;}
.links li:nth-child(5){display:none;}
}

/*      add css 27-8-16     */


@media screen and (max-width: 768px) {
	
#ig-lightbox-back {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 900;
   background:none!important;
    height: 4113px;
    opacity: 0.8;
    visibility: hidden!important;
    width: 417px;
  
}
#ig-lightbox-image {
 visibility:hidden!important;
}
	
	#ig-lightbox-image-src {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1050; 
}
	
#ig-lightbox-image-commands {
  position: absolute;
  text-align: center;
  visibility: hidden !important;
  z-index: 1100;
}
	
.head_row2{
	padding:10px;
}
.header .links {
  clear: right;
  display: none;
  float: right;
}
.header .form-search {
  margin: 0 auto;
  padding: 7px 0 0;
  text-align: center;
  width: 75%;
}
.header .form-search {
  float: none;
}
.header .form-search .input-box {
  /*background: rgba(0, 0, 0, 0) url("http://www.switchcraft.ie/skin/frontend/default/theme075k/images/bg_search.gif") no-repeat scroll 0 0;*/
  background: rgba(0, 0, 0, 0) url("https://www.switchcraft.ie/skin/frontend/default/theme075k/images/bg_search.gif") no-repeat scroll 0 0;
  float: left;
  height: 23px;
  margin-right: 6px;
  padding: 4px 0 0 16px;
  width: 63%;
}
.header .form-search .btn_search {
  /*background: rgba(0, 0, 0, 0) url("http://www.switchcraft.ie/skin/frontend/default/theme075k/images/bg_search.gif") no-repeat scroll 0 0;*/
  background: rgba(0, 0, 0, 0) url("https://www.switchcraft.ie/skin/frontend/default/theme075k/images/bg_search.gif") no-repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  float: left;
  height: 27px;
  width: 77px;
}  
 .header_block {
  display: none;
}
.block-layered-nav {
  display: none;
}
.col2-left-layout .col-main {
  width: 100%;
}
.products-grid-index li.item {
  margin: 0 7px 11px 0;
  min-height: 360px;
  /* width: 44%; */
}
.products-grid-index {
  overflow: hidden;
  padding: 11px 0 0;
  position: relative;
}
.products-grid-index .descr {
  color: #999;
  display: none;
  line-height: 16px;
  margin-bottom: 5px;
}
.products-grid-index .product-name {
  line-height: 18px;
  margin: 0 8px 4px 0;
  min-height: 50px;
}
.navopen{display:block!important;}

/* .main-container.col2-left-layout .new_products .products-grid-index li.item {
  width: 44% !important;
} */
}
@media screen and (max-width: 499px) {
.products-grid-index li.item {
  margin: 0 7px 11px 0!important;
  min-height: 360px;
  width: 42%;
}

.products-grid-index {
  padding: 11px 0 0;
  position: relative;
  overflow: unset;
  }


}


@media screen and (max-width: 450px) {
.col-right.sidebar .block-cart .block-title {
  background: #CD0A2E none repeat scroll 0 0 !important;
  margin: auto;
  width: 100%;
  text-align: center;
}

.col-right.sidebar .block-compare .block-title {
  background: #2e2e2e none repeat scroll 0 0;
  text-align: center;
}

.header .form-search .input-box {
  background: rgba(0, 0, 0, 0) url("http://www.switchcraft.ie/skin/frontend/default/theme075k/images/bg_search.gif") no-repeat scroll 0 0;
  float: left;
  height: 23px;
  margin-right: 6px;
  padding: 4px 0 0 16px;
  width: 60%;
}
.sales-guest-form .main-container.col1-layout #oar_widget_orders_and_returns_form .input-text.required-entry {
  width: 100% !important;
}

#oar_widget_orders_and_returns_form  .input-box {
  width: 100% !important;
}


#oar_widget_orders_and_returns_form #quick_search_type_id {
  width: 100% !important;
}



}



@media screen and (max-width: 392px) {
.products-grid-index .product-name {
  line-height: 18px;
  margin: 0 8px 4px 0;
  min-height: 133px;
}
.products-grid-index li.item {
  margin: 0 7px 11px 0;
  min-height: 200px;
  width: 40%;
}
.header .form-search {
  margin: 0 auto;
  padding: 7px 0 0;
  text-align: center;
  width: 90%;
}
.category-products .products-grid li.item {
 /*  width: 100%; */
 min-height: 294px;
}

.cart .totals {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #dcdada;
  border-radius: 4px;
  float: right;
  padding: 20px 0 10px;
  width: 100%;
}




}
@media screen and (max-width: 322px) {
.products-grid-index .product-name {
  line-height: 18px;
  margin: 0 8px 4px 0;
  min-height: 145px;
}
}

@media screen and (min-width: 640px) and (max-width: 963px) {
.main-container.col1-layout #onepagecheckout_orderform .col-1.iwd-1 {
  width: 28% !important;
}

.main-container.col1-layout #onepagecheckout_orderform  .col3-set.onepagecheckout_datafields .col-2.iwd-2 {
  float: left !important;
  width: 25% !important;
}

.main-container.col1-layout #onepagecheckout_orderform .col-3 {
  float: left !important;
  margin-left: 13px;
  width: 30% !important;
  padding: 0px;
}	
	
	
}
@media screen and (max-width: 639px) {
.main-container.col1-layout #onepagecheckout_orderform .col-1.iwd-1 {
  width: 90% !important;
  margin-bottom: 5px!important; 
}

.main-container.col1-layout #onepagecheckout_orderform  .col3-set.onepagecheckout_datafields .col-2.iwd-2 {
  float: left !important;
  width: 90% !important;
  margin-left: 0px!important;
   margin-bottom: 5px!important;
}

.main-container.col1-layout #onepagecheckout_orderform .col-3 {
  float: left !important;
/*   margin-left: 13px; */
  width: 94% !important;
  padding: 0px;
}	
	
	
}



@media screen and (max-width:970px){
.col-right.sidebar .block-cart .block-title {
  background: #CD0A2E none repeat scroll 0 0!important;

  text-align: center;
}	
} 
@media screen and (min-width: 500px) and (max-width: 610px) {


}




.navopen{display:none;}


.head_row1 > span {
  float: left;
  padding: 5px 0;
  width: 33%;
  text-align:center;
}

.head_row1 > p {
  float: left;
  padding: 5px 0;
  width: 33%;
  text-align:center;
}
body{
	overflow-x: hidden;
}
.onepagecheckout-index-index .onepagecheckout_block {
  padding: 0 11px;
}

.navopen {
  display: none;
  margin-left: 24px;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(https://www.switchcraft.ie/skin/frontend/default/theme075k/css/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}




.slicknav_menu {
	display:none;
}
.nav-containernew {
  display: none;
}

@media screen and (max-width: 1041px) {
	.js #menu {
		display:none;
	}
	

	
	.js .slicknav_menu {
		display:block;
	}
	.nav-container {
  display: none;
}
}
/*!
 * SlickNav Responsive Mobile Menu v1.0.7
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #4c4c4c;
  padding: 5px; }
  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222; }

.slicknav_nav {
  color: #fff;
  font-size: 0.875em;
  list-style: outside none none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
}
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
    .slicknav_nav .slicknav_row:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #fff; }
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff; }
    .slicknav_nav a:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #222; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(https://www.switchcraft.ie/skin/frontend/default/theme075k/css/AjaxLoader.gif) no-repeat center center
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.switchcraft.ie/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.switchcraft.ie/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.switchcraft.ie/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.switchcraft.ie/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.switchcraft.ie/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.switchcraft.ie/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.switchcraft.ie/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.switchcraft.ie/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.switchcraft.ie/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

.onsale-product-container {
	cursor: pointer;
	position: relative;
	z-index: 100;
}
.onsale-product-container-inside {
	cursor: pointer;
	position: absolute;
	z-index: 100;
}

div.onsale-product-label {
    position: absolute;
    top: 3px;
    left: 4px;
    margin-left: -2px;
    text-align: center;
}

div.onsale-onsale-product-label-text {
	FONT-FAMILY: inherit;
	FONT-SIZE: 16px;
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: middle;
	COLOR: #FFFFFF;
}

div.new-onsale-product-label-text {
	FONT-FAMILY: inherit;
	FONT-SIZE: 16px;
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: middle;
	COLOR: #FFFFFF;
}

div.custom-onsale-product-label-text {
	FONT-FAMILY: inherit;
	FONT-SIZE: 16px;
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: middle;
	COLOR: #FFFFFF;
}
div.onsale-category-container-grid {
	position: relative;
}

div.onsale-category-container-list {
	position: relative;
	float: left;
}

.onsale-category-container {
	cursor: pointer;
	position: absolute;
	z-index: 100;
}

div.onsale-category-label {
    position: absolute;
    top: 3px;
    left: 4px;
    margin-left: -2px;
    text-align: center;
}

div.onsale-onsale-category-label-text {
    color:#FFFFFF;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
}

div.new-onsale-category-label-text {
    color:#FFFFFF;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
}

div.custom-onsale-category-label-text {
    color:#FFFFFF;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
}




