/******* Top Level 0 *******/
ul#pronav {
	margin:0 auto;
	padding:0;
	width:950px;
	list-style:none;
	font-size:1.1em;
	position:relative;
	z-index:99999;
}

ul#pronav li {
	float:left;
	margin:0;
	padding:0;
	position:relative;/*--Important--*/
}

ul#pronav li a {
	color:#A7C6DD;
	float:left;
	padding:5px 25px;
	text-decoration:none;
}

ul#pronav li a:hover,ul#pronav li:hover a {
	color:#D96708;
	background:#ECF3F6;
}


	
/******* Top Level Drop Down *******/
ul#pronav li .sub {
	position:absolute;/*--Important--*/
	top:28px;
	left:0;
	z-index:99999;
	background:#ECF3F6;
	float:left;
	display:none;

	
/*--Hidden for those with js turned off--*/
	-moz-box-shadow:2px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.2);
}

ul#pronav li .sub .row {
	clear:both;
	width:100%;
	margin-bottom:10px;
}


	
/******* First Level 1 *******/
ul#pronav li .sub .row ul {
	list-style:none;
	margin:0;
	padding:15px 0;
	width:15em;/*--Important--*/
	float:left;
	background:url(/skin/frontend/base/default/pronav/images/vertical-tile-divider.gif) repeat-y right 0;
}

ul#pronav .sub ul li {
	width:100%;
	color:#000;
}

ul#pronav .sub ul li a {
	float:none;
	text-indent:0;
	height:auto;
	background:transparent;
	padding:3px 25px;
	display:block;
	text-decoration:none;
	color:#000;
	text-align:left;
	font-size:11px;
}

ul#pronav .sub ul li.first a {
	font-weight:bold;
	font-size:13px;
}

ul#pronav .sub ul li a:hover {
	color:#D96708;
	background-position:0 0;
	text-decoration:none;
	text-align:left;
}

/* Added after Category Item First No Link update */

ul#pronav .sub ul li.first span.pronav-widget-category-link-first-no-link span {
	float:none;
	text-indent:0;
	height:auto;
	background:transparent;
	padding:3px 25px;
	display:block;
	text-decoration:none;
	color:#000;
	text-align:left;
	font-size:11px;
}

ul#pronav .sub ul li.first span.pronav-widget-category-link-first-no-link span {
	font-weight:bold;
	font-size:13px;
}

ul#pronav .sub ul li.first span.pronav-widget-category-link-first-no-link span:hover {
	color:#D96708;
	background-position:0 0;
	text-decoration:none;
	text-align:left;
}

	
/******* Optional Assets *******/
.clear {
	clear:both;
}
/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */

/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */
html, body, body div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */
body { font: 13px/1.231 Helmet, Freesans, sans-serif; *font-size: small; } /* Hack retained to preserve specificity */

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }

/**
 * Minimal base styles.
 */

/* 1) Always force a scrollbar in non-IE 
   2) Remove iOS text size adjust without disabling user zoom: www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }
a, a:active, a:visited { color: #333; }
a:hover { color: #666; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
b, strong, th { font-weight: bold; }
td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}
.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* 1) Make inputs and buttons play nice in IE: www.viget.com/inspire/styling-the-button-element-in-internet-explorer/
   2) WebKit browsers add a 2px margin outside the chrome of form elements. 
      Firefox adds a 1px margin above and below textareas 
   3) Set font-size to match <body>'s, and font-family to sans-serif 
   4) Align to baseline */
button, input, select, textarea { width: auto; overflow: visible; margin: 0; font-size: 100%; font-family: sans-serif; vertical-align: baseline; }

/* 1) Remove default scrollbar in IE: www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/
   2) Align to text-top */
textarea { overflow: auto; vertical-align:text-top; resize:vertical; max-height:500px; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Remove extra padding and inner border in Firefox */
input::-moz-focus-inner,
button::-moz-focus-inner { border: 0; padding: 0; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0 0 5px red; -webkit-box-shadow: 0 0 5px red; box-shadow: 0 0 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements in most situations.
   nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
/* ======================================================================================
 Document		: styles.css
 Created		: 27/07/2012
 Updated		: 27/07/2012
 Version		: 6.0
 Author			: iWeb - Gareth
 Description	: Generic Magento base theme
======================================================================================= */



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

/* reset lists */
ul,ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* set lists */
ul.disc {
	list-style: disc;
}
ol.digit {
	list-style: decimal;
}
p {
	margin-bottom: 12px;
	line-height: 18px;
}
p.pager {
	margin: 0;
}
address {
	font-style: normal;
}
a:hover, input[type="submit"], button:hover {
	outline: 0!important;
	cursor: pointer !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a:hover {
	color: orange;
}

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

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

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

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

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

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


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

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

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

/* currency switcher ******************************************/
.currency-container {
	display: block;
	position: absolute;
	left: 180px;
	top: -5px;
	z-index: 2;
	width: 100px;
}
.currency-switch {
	clear: both;
	width: 100%;
	display: block;
	float: left;
	font-size: 11px;
	color: #fff;
	z-index: 7;
}
.currency-switch li {
	display: block;
	background: url(/skin/frontend/iweb/default/images/ui/main-sprite.png) -228px -923px no-repeat;
}
.currency-switch li:hover {
	background-position: 75px -922px;
}
.currency-switch li li {
	background-image: none;
}
.currency-switch li span,
.currency-switch a {
	display: block;
	padding: 9px 10px 9px 32px;
	background: url(/skin/frontend/iweb/default/images/layout/currency-flags.png) 4px 0 no-repeat;
}
.currency-switch .subnav {
	z-index: 3;
}
.currency-switch .subnav li {
	background-color: #666;
	padding: 0;
}
.currency-switch a {
	text-align: left;
	color: #fff;
	text-decoration: none;
}
/* Pounds GBP ******************************************/
.currency-switch li.usd li.gbp a,
.currency-switch li.eur li.gbp a,
.currency-switch li.cny li.gbp a,
.currency-switch li.gbp li a,
.currency-switch li.gbp span {
	background-position: 8px 10px;
}
/* Euros EUR ******************************************/
.currency-switch li.usd li.eur a,
.currency-switch li.gbp li.eur a,
.currency-switch li.cny li.eur a,
.currency-switch li.eur li a,
.currency-switch li.eur span {
	background-position: 8px -104px;
}
/* US Dollars USD ******************************************/
.currency-switch li.gbp li.usd a,
.currency-switch li.eur li.usd a,
.currency-switch li.cny li.usd a,
.currency-switch li.usd li a,
.currency-switch li.usd span {
	background-position: 8px -47px;
}
/* Chinese Yen CNY ******************************************/
.currency-switch li.gbp li.cny a,
.currency-switch li.eur li.cny a,
.currency-switch li.usd li.cny a,
.currency-switch li.cny li a,
.currency-switch li.cny span {
	background-position: 8px -160px;
}

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

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

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

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

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

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

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

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

/* 2nd Level ******************************************/
#nav ul, #nav div {
	position: absolute;
	width: 15em;
	top: 25px;
	left: -10000px;
	border: 1px solid #ddd;
	background: #fafafa;
}
#nav div ul {
	position: static;
	width: auto;
	border: none;
}

/* 3rd Level ******************************************/
#nav ul ul, #nav ul div {
	top: 7px;
}
#nav ul li {
	margin-right: 0;
	float: none;
	border-bottom: 1px solid #ddd;
}
#nav ul li.last {
	border-bottom: 0;
}
#nav ul li a {
	float: none;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: normal;
}
#nav ul li a:hover {}
#nav ul li.active > a,
#nav ul li.over > a {}

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


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

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

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

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

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

/* product-list prices */
.products-list .price-box {
	text-align: right;
	margin: 0;
}
.products-list .special-price {
	top: 0;
	right: 0;
}
.products-list .old-price {
	top: 20px;
	right: 0;
}
/* product-grid prices */
.products-grid .price-box {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.products-grid .special-price {
	top: 0;
	left: 0;
}
.products-grid .old-price {
	top: 20px;
	left: 0;
}
/* product-detail prices */
.product-shop .price-box {
	clear: both;
	margin-bottom: 5px;
}

.block-related .special-price,
.block-related .product-shop .special-price,
.block-related .regular-price,
.block-related .product-shop .regular-price {
	font-size: 17px;
	color: #333;
	letter-spacing: 0;
}

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

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

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

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

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

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

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

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

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

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

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


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

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


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

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

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

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

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

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

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

.add-to-cart {
	float: left;
	margin-right: 15px;
}
.add-to-cart label {
	line-height: 42px;
}
.add-to-cart .qty {
	margin-right: 12px;
}
.product-essential .add-to-box {
	clear: both;
}
.product-options-bottom .add-to-links,
.add-to-box .add-to-links {
	float: right;
	margin-top: 15px;
}
.product-essential .add-to-links {
	float: left;
}

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

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

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

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

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

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

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

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

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

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

/* add this */
.addthis_toolbox {
	clear: both;
}

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

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

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

/* layout alt five */
.catalog-product-view-alt-five .product-aside {
	width: 353px;
}
.catalog-product-view-alt-five .product-media,
.catalog-product-view-alt-five .media-main {
	width: auto;
}
.catalog-product-view-alt-five .product-essential {
	width: 587px;
}
.catalog-product-view-alt-five .media-main {
	border: 0;
	height: auto;
}
.tabs-product-extended .tab-pane {
	max-height: 2000px;
}
.product-shop .grouped-items-table .regular-price,
.product-shop .grouped-items-table .special-price {
	font-size: inherit;
}
.catalog-product-view-alt-five.product-media-horizontal .product-media-thumbs .item {
	margin-right: 15px;
}
.catalog-product-view-alt-five.autorelated-horizontal .block-related .slider-item {
	width: 176px;
}

/* ======================================================================================
9. Product listing - toolbars/grid/list views
======================================================================================= */
.category-products {
	clear: both;
}

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

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

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


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

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

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

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


/* ======================================================================================
10. Basket view -
======================================================================================= */
.data-table {
	width: 100%;
}
.data-table th,
.data-table td {
	padding: 5px;
	vertical-align: top;
}
.checkout-cart-index .cart-title {
	padding-bottom: 8px;
	border-bottom: 1px solid #666;
	margin-bottom: 16px;
}
.cart .checkout-types {
	float: right;
	text-align: right;
	clear: right;
}
.cart .checkout-types li {
	float: left;
}
.cart .cart-product-info {
	float: right;
	width: 70%;
}
.cart .product-image {
	display: block;
	float: left;
}

/* paypal */
.paypal-logo {
	margin: 0;
	width: 195px;
}
.paypal-logo,
.paypal-logo a,
.paypal-or {
	display: block;
	float: left;
}
.paypal-logo a {
	margin-right: 10px;
}
.paypal-or {
	line-height: 40px;
}

.title-buttons .btn-continue-top,
.cart-collaterals .btn-continue {
	float: left;
	clear: left;
	margin-top: 12px;
}
.cart-collaterals .btn-continue {
	margin-top: 40px;
}

/* items */
.cart .data-table th,
.cart .data-table td,
.opc .data-table th,
.opc .data-table td {
	border: 0;
	border-bottom: 1px solid #b0a7a1;
	text-align: center;
}
.cart .data-table .last {
	text-align: right;
}
.cart .cart-row .last .price {
	font-size: 20px;
}
.cart .product-info .product-name {
	font-size: 20px;
	margin-bottom: 12px;
}
.cart .product-info .product-name a {
	text-decoration: none;
}
.cart .cart-table input.qty {
	text-align: center;
}

/* cart row actions */
.cart-action .button {
	clear: both;
	float: left;
}
.cart-action .arrow span {
	float: left;
	background-repeat: no-repeat;
	padding-left: 14px;
}
.cart-action .arrow span span {
	background: none;
	padding: 0;
}
.cart-action .btn-update span,
.cart-action .btn-remove span,
.cart-action .btn-move span {
	background-image: url(/skin/frontend/iweb/default/images/ui/ui-components.png);
}
.cart-action .btn-update span {
	background-position: 0 -94px;
}
.cart-action .btn-remove span {
	background-position: 0 6px;
}
.cart-action .btn-update:hover span {
	background-position: 0 -144px;
}
.cart-action .btn-remove:hover span {
	background-position: 0 -44px;
}
.cart-action .btn-move span {
	background-position: 0 -193px;
}
.cart-action .btn-move:hover span {
	background-position: 0 -243px;
}



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

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

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

/* cart crosssells */



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

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


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

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

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

/* orders */
.order-info-box {
	margin-bottom: 12px;
}
.box-title h2 {
	margin-bottom: 8px;
}
/* */
.customer-account-index .box-head h2 {
	float: left;
}
.customer-account-index .box-head a {
	float: right;
}
.customer-account-index .box-info {
	margin-top: 20px;
}
/* ======================================================================================
13. Checkout - header, footer, steps
======================================================================================= */
.checkout-tel,
.checkout-message {
	display: block;
	position: absolute;
	top: 58px;
}
.checkout-tel {
	font-size: 22px;
	font-weight: normal;
	right: 200px;
}
.checkout-message {
	right: 0;
	top: 5px;
	width: 107px;
	height: 56px;
	background: url(/skin/frontend/iweb/default/images/checkout/secure-padlock.png) 0 0 no-repeat;
	text-indent: -99999px;
}
.opc h3 {
	margin-bottom: 15px;
}
.opc .step {
	position: relative;
	padding: 15px;
	border-top: 1px solid #ddd;
}
.opc .step-title {
	padding: 20px;
	background-color: #F7F7F7;
	border-top: 1px solid #CCC;
}
.opc .active .step-title {
	background-color: #f7f7f7;
}
.opc .step-title .required,
.opc .step-title a {
	float: right;
}
.opc .step-title .number,
.opc .step-title .number strong,
.opc .step-title h2 {
	line-height: 22px;
	font-size: 22px;
	font-weight: normal;
}
.opc .step-title .number {
	float: left;
	margin-right: 5px;
}
.opc .step-title .number strong {}
.opc .step-title h2 {
	float: left;
}
.opc .form-list {
	margin-bottom: 20px;
}
.opc .address-option {
	float: left;
	margin-right: 10px;
}
.opc .col2-set {
	clear: both;
}
.opc .buttons-set {
	clear: left;
	margin-top: 20px;
}
/* step 1 */
#checkout-step-login .form-list {
	width: 80%;
	margin-bottom: 0;
}
#checkout-step-login .input-box {
	width: 66%;
}
#checkout-step-login .col-2 .form-list {
	width: 100%;
}
#checkout-step-login .buttons-set {
	margin-top: 0;
}
#checkout-step-login .col-1,
#checkout-step-login .col-2 {
	width: 50%;
}
#checkout-step-login .col-2 {
	border-left: 1px solid #ccc;
	width: 45%;
	padding-left: 4.8%;
}
#checkout-step-login .col-2 .form-list label {
	float: none;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
}
#checkout-step-login .control .radio {
	float: left;
	margin-right: 0;
	margin-top: 5px;
}
#checkout-step-login .col-2 .control p {
	padding: 5px 0 0 20px;
}
#checkout-step-login input.input-text {
	width: 180px;
}
button.btn-login {
	float: left;
	margin-left: 100px;
}
#checkout-step-login .link-forgot {
	margin-left: 30px;
}
/* customer has address */
.customer-has-address .extrawide .input-box {
	margin-top: 10px;
}
/* step 2 */
#checkout-step-billing hr {
    clear: both;
}
#checkout-step-billing .col-1 {
	width: 54%;
}
#checkout-step-billing .col-2 {
	width: 37%;
	border-left: 1px solid #ccc;
	padding-left: 4%;
}
/* step 3 */
/* step 4 */
/* step 5 */
dl.sp-methods {}
.sp-methods dt {
	margin-top: 20px;
	font-weight: bold;
}
.sp-methods dd {}
.sp-methods .radio {
	margin-top: -4px;
}
/* step 6 */
.cart-review-item .img-link,
.cart-review-item .info {
	float: left;
}
.cart-review-item .img-link,
.cart-review-item .img-link img {
	display: block;
}
.cart-review-item .info {
	float: right;
	width: 64%;
}
.cart-review-item .img-link {
	width: 30%;
    padding-right: 5px;
}
.cart-review-item .img-link img {
    float: left;
    margin-right: 3px;
    padding: 1px;
    border: 1px solid #D5D5D5;
}
#checkout-progress-wrapper {
	margin-bottom: 20px;
}
#checkout-review-table .img-link,
#checkout-review-table .img-link img {
	display: block;
	float: left;
}
#checkout-review-table .img-link {
	margin-right: 5px;
}
#checkout-review-table h3 {
	float: left;
	font-size: 12px;
}
#checkout-review-table td.first ,
#checkout-review-table th.first {
	text-align: left;
}
#checkout-review-table-wrapper .link-img {
	float: left;
	width: 15%;
	display: block;
}
#checkout-review-table-wrapper .block-info {
	float: right;
	width: 85%;
}
.block-cart-review .block-content .cart-qty,
.block-cart-review .block-content .cart-price-3 {
	display: none;
}

/* sidebar */
.opc-block-progress {
    padding: 10px;
    border: 1px solid #cacaca;
    background-color: #F6F6F6;
}
.opc-block-progress .billing,
.opc-block-progress .shipping {
    font-weight: bold;
}
.opc-block-progress .shipping {
    margin-top: 10px;
}

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

/* seo sitemaps */
.page-sitemap .page-title {
	float: left;
}
.page-sitemap .links {
	margin-bottom: 5px;
	float: right;
	line-height: 34px;
}
.page-sitemap .sitemap,
.page-sitemap .toolbar {
	margin-bottom: 20px;
}
.page-sitemap .toolbar {
	clear: both;
}
.page-sitemap .toolbar .pager {
	width: 100%;
}
.page-sitemap .sitemap {
	line-height: 24px;
}


/* RSS */
.title-links {
	float: right;
}
.link-rss {}
.has-image .category-title .link-rss {
	position: absolute;
	right: 0;
	top: -25px;
}

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


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

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

.block-related .bx-pager,

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

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

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

.currency-switch .active:hover .subnav {
	display: block;
}

/* ======================================================================================
Standardise CMS content
======================================================================================= */

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

.std .messages {
	width: 100%;
	overflow: hidden;
	list-style: none;
	padding: 0;
}

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

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

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

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


div.std h2,
div.std h3,
div.std h4,
div.std h5,
div.std h6,
.catalog-product-view .tab-pane h2,
.catalog-product-view .tab-pane h3,
.catalog-product-view .tab-pane h4,
.catalog-product-view .tab-pane h5,
.catalog-product-view .tab-pane h6 {
	margin-bottom: 12px;
}
.full-width {
	width: 100%;
}
.no-float {
	float: none !important;
}

#titles h3.block-title, .catalog-product-view .block-viewed h3.block-title, button.button span, #nav, #pronav, .cms-home .tabs-feature .nav-tabs li a, .title-newsletter, .form-newsletter .button, .footer h2, .sidebar .block-title, .widget-title .widget-title-link, .catalog-product-view-alt-five .product-title h1, .tabs-product .nav-tabs li a, .tabs-product-extended .nav-tabs a, .product-shop .button span, .autorelated-horizontal .block-related .block-title, h3.block-title, .category-subject .category-description, .category-age-range .category-description, #shopping-cart-table thead span, .section-cart-checkout .step-title {
	font-family: 'Anton', Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
.page-title h1, .cart-title h1 {
	font-size: 28px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
.has-slider .item .product-name {
	font-size: 14px;
}

.category-title, .catalog-category-view .page-title, .news-feed .block-title, .news-feed .post-title {
	margin-bottom: 12px;
}
.sidebar .block-title {
	font-size: 18px;
}
.header {
	z-index: 100;
}
.cms-home .header{
	background-image:none;
	padding-bottom: 7px;
}
.header .logo, .header .search-access button.button span {
	background-image: url(/skin/frontend/iweb/smartlearning/images/theme/main-sprite.png);
}

/* set default bg colour */
.cart .cart-row .arrow span {
	background: none;
}
button.button span, a.button span, .currency-container, .currency-switch, .currency-switch li a, .block-cart .view-basket a, .block-cart .view-basket a span, .block-mini-cart .btn, .block-mini-cart .btn span, #nav ul li a:hover {
	background-color: #3e5358;
	color: white;
}
button.button span span, a.button span span, .block-cart .view-basket a span, .block-mini-cart .btn span, .btn-update span, .btn-remove span {
	background: none;
	padding: 0px;
}
button.button span {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	color: #ffffff;
	background: -moz-linear-gradient(
	top,
	#475d62 0%,
	#394b4e);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#475d62),
	to(#394b4e));
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #3e5358;
	-moz-box-shadow: 1px 1px 3px rgba(62,83,88,0), inset 1px 0px 1px rgba(132,146,150,1);
	-webkit-box-shadow: 1px 1px 3px rgba(62,83,88,0), inset 1px 0px 1px rgba(132,146,150,1);
	box-shadow: 1px 1px 3px rgba(62,83,88,0), inset 1px 0px 1px rgba(132,146,150,1);
}
button.button span:hover {
	opacity: 0.8;
}
button.button span span, .cart .cart-row .arrow span, .product-shop .button.btn-cart span, .btn-update span, .btn-remove span {
	border: none;
	-moz-box-shadow: 0px 0px 0px rgba(62,83,88,0), inset 0px 0px 0px rgba(132,146,150,1);
	-webkit-box-shadow: 0px 0px 0px rgba(62,83,88,0), inset 0px 0px 0px rgba(132,146,150,1);
	box-shadow: 0px 0px 0px rgba(62,83,88,0), inset 0px 0px 0px rgba(132,146,150,1);
}
.form-search button.button span {
	background: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.checkout-cart-index .discount-form {
	float: right;
}
.discount-form button span {

}
button.button span span:hover {
	opacity: 1.0;
}

.form-search button.button span {
	background-color: transparent;
	border: none;
	-moz-box-shadow: 0px 0px 0px rgba(62,83,88,0), inset 0px 0px 0px rgba(132,146,150,1);
	-webkit-box-shadow: 0px 0px 0px rgba(62,83,88,0), inset 0px 0px 0px rgba(132,146,150,1);
	box-shadow: 0px 0px 0px rgba(62,83,88,0), inset 0px 0px 0px rgba(132,146,150,1);
}
.my-wishlist .last button.button span {
	width: auto;
}

button.arrow span, a.arrow span {
	background-color: transparent;
}
/* faded accent bg color */
.currency-switch li a:hover {
	background-color: #ce4f48;
}

/* set accent text colour */
a:hover, .arrow:hover, #m-wait .loader {
	color: #804fbc;
}
.header .form-search input.input-text {
	color: #b9b9b9;
}

/* turn underlines off */
.news-feed .post-title a, button.arrow:hover span, a.arrow:hover span {
	text-decoration: none;
}
button.arrow span, a.arrow span, .news-feed .post-title a:hover {
	text-decoration: underline;
}

/* set accent border color */
.block-cart .block-mini-cart, .block-cart .block-mini-cart .next, .block-cart .block-mini-cart .prev, .block-cart .block-mini-cart .basket-row, .block-cart .block-mini-cart .list-mini-cart li {
	border-color: #804fbc;
}

/* use this as a full page container */
.page {
	width: 980px;
	margin: 0 auto;
}

.main {
	min-height: 500px;
}

/* header */
.header {
	margin-top: 0;
	height: 104px;
	background: url(/skin/frontend/iweb/smartlearning/images/layout/sep-header.png) repeat-x 0 37px;
	width: 980px;
}
.header .nav-container {
	clear: none;
	top: 70px;
	left: auto;
	left: 0;
	width: 665px;
}
.header ul li.my-account {
	float: right;
	padding-right: 8px;
	padding-top: 3px;
	border-right: 1px solid #ccc;
}

/* ======================================================================================
 . Start Pronav
 ======================================================================================= */
.nav-container {
	z-index: 1;
}
#pronav {
	width: auto;
	height: 34px;
	padding: 0;
	margin: 0;
	font-size: 15px;
	list-style: none;
	float: left;
}
#pronav li {
	height: 34px;
	float: left;
	margin: 0 1px 0 0;
	position: relative;
}
#pronav li a {
	height: 34px;
	float: left;
	background: #3e5358;
	padding: 0;
	color: #fff;
	line-height: 34px;
	padding: 0 25px;
	font-weight: bold;
	text-transform: uppercase;
}
#pronav li a:hover, ul#pronav .sub ul li h3 a:hover {
	opacity: 0.8;
}
#pronav li.first a {
	width: 121px;
	margin-right: 1px;
	letter-spacing: 1px;
}
#pronav li.second a {
	width: 138px;
	letter-spacing: 1px;
	margin-right: 1px;
}

#pronav li.third a {
	width: 180px;
	letter-spacing: 1px;
	margin-right: 1px;
}

#pronav li.last a {
	width: 100px;
	letter-spacing: 1px;
}
ul#pronav li .sub a {
	width: auto;
}
.title-orange {
	background: url(/skin/frontend/iweb/smartlearning/images/layout/box-orange.png) no-repeat 0 3px;
	width:100%;
	float:left;
}
.title-green {
	background: url(/skin/frontend/iweb/smartlearning/images/layout/box-green.png) no-repeat 0 3px;
	width:100%;
	float:left;
}
.title-blue {
	background: url(/skin/frontend/iweb/smartlearning/images/layout/box-blue.png) no-repeat 0 3px;
	width:100%;
	float:left;
}
.title-purple {
	background: url(/skin/frontend/iweb/smartlearning/images/layout/box-purple.png) no-repeat 0 3px;
	width:100%;
	float:left;
}

span.age-range {
	font-size: 12px;
	color: #999;
	font-weight: 400;
	font-family: Arial, sans-serif;
	position: relative;
	bottom: 5px;
}
ul#pronav {
	width: auto;
}
ul#pronav li .sub {
	display: none;
	font-family: Arial, sans-serif;
	letter-spacing: 0;
}
ul#pronav li a {
	float: left;
	background: #3E5358;
	padding: 0;
	color: white;
	height: 34px;
	line-height: 34px;
	text-transform: uppercase;
	text-align: center;
	font-size: 17px;
	font-weight: 400;
}
ul#pronav li a:hover, ul#pronav li:hover a {
	background: #3E5358;
	color: white;
	opacity: 0.8;
}
ul#pronav .sub h3, ul#pronav .sub ul li h3 a {
	font-size: 16px;
	color: #5D7176;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #E5E5E5;
	padding: 0 0 4px 0;
}
ul#pronav .sub ul li h3 a {
	border: none;
	margin-left: 0;
}

ul#pronav .sub ul {
	background: none;
	margin: 15px 0 0 0;
}
ul#pronav .sub ul li {
	border-bottom: none;
	margin: 0 0 7px 0;
	float: none;
	height: auto;
}
ul#pronav .sub ul li a {
	padding: 0;
	background: none;
	text-transform: none;
	font-size: 12px;
	color: #817F7F;
	height: auto;
	line-height: 14px;
	font-family: Arial, verdana, serif;
	font-weight: normal;
	letter-spacing: 0;
}

ul#pronav li .sub .row ul {
	margin-right: 10px;
}
ul#pronav .nav-2 .sub ul li a, ul#pronav .age-range {
	margin-left: 18px;
	color: #5d7076;
}
ul#pronav .sub ul li a:hover {
	color: #824EBC;
}
ul#pronav .nav-1 ul, ul#pronav .nav-2 ul {
	top: auto;
	position: relative;
	left: auto;
	background: none;
	margin: 15px 0 0 0;
}
ul#pronav li.nav-1 .sub {
	position: absolute;
	z-index: 1000;
	padding: 20px 0px 20px 20px;
	background: #FFF;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	left: -425px;
	top: 30px;
	border: 1px solid #E5E5E5;
}

ul#pronav li.nav-2 .sub {
	position: absolute;
	z-index: 1000;
	padding: 20px;
	background: #FFF;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	left: -425px;
	top: 30px;
	border: 1px solid #E5E5E5;
}

ul#pronav li.nav-3 .sub {
	position: absolute;
	z-index: 1000;
	padding: 0px;
	background: #FFF;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	left: -425px;
	top: 30px;
	border: 1px solid #E5E5E5;
}





ul#pronav li.nav-1 .sub {
	width: 910px !important;
	left: 20px;
}
ul#pronav li.nav-2 .sub {
	width: 760px;
	left: -110px;
	padding-left: 26px;
}

ul#pronav li.nav-3 .sub {
	width: 140px !important;
	left: 10px;
	padding-left: 26px;
}


ul#pronav li .sub .row ul {
	background: none;
}

ul#pronav li.nav-1 .sub .row ul {
	width: 17%;
	margin-right: 1%;
}

ul#pronav li.nav-1 .sub .row #first-list {
	width: 22%;
	margin-right: 1%;
}

ul#pronav li.nav-1 .sub .row #last-list {
	width: 21%;
	margin-right: 1%;
}

/* ======================================================================================
 . End Pronav
 ======================================================================================= */
.header .logo {
	right: 0;
	top: 52px;
	width: 325px;
	height: 56px;
	border: none;
	background: url(/skin/frontend/iweb/smartlearning/images/logo.png) no-repeat;
}
.header .search-access {
	float: right;
	position: relative;
	margin: 6px 0 0 0;
	width: 196px;
	height: 23px;
	border: 1px solid #d3d3d3;
	border-radius: 4px;
}
.header .form-search {
	margin: 0;
}
.header .form-search input.input-text {
	width: 165px;
	height: 22px;
	border: none;
	float: right;
	padding: 0;
}
.header .form-search button {
	position: absolute;
	top: 2px;
	left: 4px;
}
.header .form-search button.button span {
	display: block;
	width: 19px;
	height: 19px;
	padding: 0;
	text-indent: -99999px;
	background: url(/skin/frontend/iweb/smartlearning/images/layout/button-search.png) no-repeat;
}
.header .form-search button.button span span {
	background: none;
}
.header .quick-access {
	width: 775px;
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	z-index: 10;
}
.header .links {
	float: left;
	font-size: 12px;
	position: absolute;
	right: auto;
	left: 0;
	width: 525px;
	top: 9px;
}
.header .links li {
	display: inline;
	padding: 3px 8px 0 2px;
	background: none;
	height: 17px;
	float: left;
}
.header .links li.last {
	float: right;
	padding-right: 5px;
	padding-top: 3px;
}
.header .links li a {
	color: #867d7d;
	text-decoration: none;
}
.header .links li a:hover {
	text-decoration: underline;
}
#block-sidebar {
	position: absolute;
	top: 9px;
	right: 0;
	width: auto;
	height: 20px;
	border-right: 1px solid #ccc;
}
.header .block-cart .view-basket {
	margin-left: 10px;
	margin-top: -6px;
}
.header .block-cart .view-basket a {
	background: none;
	font-size: 12px;
	color: #824ebc;
	text-decoration: underline;
}
.header .block-cart .view-basket a span {
	background: none;
	color: #824ebc;
	font-size: 12px;
	background: url(/skin/frontend/iweb/smartlearning/images/layout/icon-cart.png) no-repeat 100% 4px;
	padding-right: 20px;
	text-decoration: underline;
}
.header .block-cart .amount {
	font-size: 12px;
	color: #4b4b4b;
	margin: 3px 0 0 0;
}

.header .recommend {
	width: 282px;
}
.header .fast-turn {
	width: 243px;
}
.header .results-driven {
	width: 291px;
}

/* mini cart */
.header .block-mini-cart .next, .header .block-mini-cart .prev {
	background-image: url(/skin/frontend/iweb/smartlearning/images/theme/nav/nav-mini-cart.gif);
	background-repeat: no-repeat;
}
.header .block-mini-cart .prev {
	background-position: 50% 10px;
}
.header .block-mini-cart .next {
	background-position: 50% -25px;
}
.header .block-mini-cart .prev:hover {
	background-position: 50% 9px;
}
.header .block-mini-cart .next:hover {
	background-position: 50% -24px;
}
.header .block-mini-cart .prev.disabled:hover {
	background-position: 50% 10px;
}
.header .block-mini-cart .next.disabled:hover {
	background-position: 50% -25px;
}
.header .block-mini-cart .prev.disabled:hover, .header .block-mini-cart .next.disabled:hover, .header .block-mini-cart .disabled {
	background-color: #f9f9f9;
	border-color: #f4d8d6;
}
.block-mini-cart .btn {
	width: 100px;
}

/* category description */
.has-image .category-info {
	color: #fff;
}

/* ======================================================================================
 . Home specifics
 ======================================================================================= */

 /* homepage Icons */

 #home-subjects {
	 margin: 20px 0;
 }



 a.sbj-icon {
	display: block;
	text-align: center;
	float: left;
	width: 20%;
	text-decoration: none;
}

a.sbj-icon h2{
	text-transform: uppercase;
	font-family: 'Anton', Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 20px;
	text-decoration: none;
}

a.sbj-icon:hover{
	text-decoration: none;
}

#sbj-computing h2 {
	color: #75b842;
}

#sbj-cross-curricular h2 {
	color: #a74c97;
}

#sbj-english h2 {
	color: #927ab6;
}
#sbj-pshe h2 {
	color: #00b3ec;
}
#sbj-science h2 {
	color: #f4983a;
}

#sbj-computing:hover h2,
#sbj-cross-curricular:hover h2,
#sbj-english:hover h2,
#sbj-pshe:hover h2,
#sbj-science:hover h2{
	color: #3E5358;
}


#sl-strapline {
	font-family: "museo-slab", serif;
	font-style: normal;
	font-weight: 300;
	color: #ffffff;
	background-color: #927ab6;
	font-size: 22px;
	text-align: center;
	margin-bottom: 20px;
	padding: 10px;
	-webkit-font-smoothing: antialiased;

}




/* homepage banner */
.cms-home .block-banner, .cms-home .block-banner .slider-item {
	width: 980px;
	height: 397px;
}
.cms-home .block-banner {
	margin-left: 0;
	width: 980px;
	height: 403px;
	background: url(/skin/frontend/iweb/smartlearning/images/layout/sep-slider.png) no-repeat 0 100%;
	border: none;
	margin-top: 0;
	margin-bottom: 20px;
}
.cms-home .block-banner .slider-link {
	text-indent: -99999px;
}
.cms-home .block-banner .bx-pager {
	position: absolute;
	bottom: 13px;
	right: 20px;
	z-index: 1000;
}
.cms-home .block-banner .pager-link {
	display: inline-block;
	margin-right: 0;
	margin-left: 5px;
	text-indent: -9999em;
	width: 12px;
	height: 12px;
	background-color: #3E5358;
	opacity: .4;
}
.cms-home .block-banner .pager-active {
	opacity: 1;
}
.cms-home .tabs-feature {
	float: none;
	width: 980px;
	clear: both;
	margin: 0 0 34px 0;
}
.cms-home .tabs-feature .nav-tabs {
	border: none;
	height: 33px;
	text-align: center;
	padding: 5px 0 0 0;
}
.cms-home .tabs-feature .nav-tabs li {
	display: inline;
	float: none;
	height: 38px;
}
.cms-home .tabs-feature .nav-tabs li a {
	height: 28px;
	float: none;
	padding: 8px 10px 10px 10px;
	border: none;
	background: none;
	font-size: 20px;
	color: #b2babc;
	text-transform: uppercase;
	font-weight: 400;
}
.cms-home .tabs-feature .tab-content {
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	height: 380px;
	border-left: none;
	border-right: none;
	background: url(/skin/frontend/iweb/smartlearning/images/layout/shadow-tabs.png) repeat-x 0 100%;

}
.cms-home .tabs-feature .tab-pane {
	padding: 0px;
}
.cms-home .tabs-feature .nav-tabs li.active a {
	background: url(/skin/frontend/iweb/smartlearning/images/layout/arrow-tabs.png) no-repeat 50% 90%;
	color: #3d5459;
}
.cms-home .tabs-feature .slider-container, .cms-home .tabs-feature .tab-pane {
	overflow: visible;
}
.cms-home .tabs-feature .bx-prev, .cms-home .tabs-feature .bx-next {
	top: -45px;
}
.cms-home .tabs-feature .tab-pane {
	padding-left: 0;
	padding-right: 0;
}
.cms-home .tabs-feature .slider-item {
	width: 162px;
}
.cms-home .tabs-feature .slider-item .item {
	width: 162px;
}
.cms-home .tabs-feature .badge, .products-grid .badge, .products-list .badge {
	width: 95px;
	height: 19px;
	display: block;
	margin: 2px auto 1px auto;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 19px;
	border-radius: 3px;
}
.products-list .badge {
	margin: 2px 0 1px 0;
}
.badge-purple, .key-stage-3 {
	background: #8e5ac8;
}
.badge-orange, .foundation {
	background: #eb8f0c
}
.badge-green, .key-stage-2 {
	background: #6dc835
}
.badge-blue, .key-stage-1 {
	background: #41b4f0
}
.badge-container {
	float: left;
}
.cms-home .tabs-feature .product-name {
	font-size: 12px;
	color: #4b4353;
	text-align: center;
	padding: 0 15px;
	font-weight: bold;
	margin-top: 7px;
}
.cms-home .tabs-feature .description, .products-grid .description, .products-list .description {
	font-size: 11px;
	color: #7c7b7c;
	text-align: center;
	margin: 2px 0 5px 0;
}
.products-list .description {
	text-align: left;
	padding: 5px 0 5px 0;
}
.products-list .item {
	clear: both;
	overflow: hidden;
}
.products-list .product-description {
	color: #7c7b7c;
}
.catalog-category-view .products-list li {
	width: 100%;
}
.products-list .product-image {
	margin: 0px 20px 0px 20px;
}
.products-list .desc {
	width: 500px;
}
.products-list .product-description {
	width: 100%;
}
.cms-home .tabs-feature .price-box {
	position: relative;
	text-align: center;
}
.cms-home .tabs-feature .price-box .regular-price {
	font-size: 15px;
	color: #4b4353;
}
.cms-home .tabs-feature .bx-prev {
	width: 38px;
	height: 38px;
	background: url(/skin/frontend/iweb/smartlearning/images/layout/prev-tabs.png) no-repeat;
	top: 325px;
	left: 407px;
}
.cms-home .tabs-feature .bx-next {
	width: 38px;
	height: 38px;
	background: url(/skin/frontend/iweb/smartlearning/images/layout/next-tabs.png) no-repeat;
	top: 325px;
	left: 527px;
}
.cms-home .tabs-feature .page-info, .cms-home .tabs-feature .bx-pager {
	width: 62px;
	height: 34px;
	position: absolute;
	z-index: 10;
	background: url(/skin/frontend/iweb/smartlearning/images/layout/page-tabs.png) no-repeat;
	left: 456px;
	top: 298px;
	text-align: center;
	line-height: 34px;
	font-size: 12px;
	color: #585060;
	font-weight: bold;
}
.cms-home .tabs-feature .bx-pager {
	top: 305px;
}
.form-newsletter {
	width: 281px;
	height: 279px;
	float: left;
	border: 10px solid #3e5358;
	margin: 0 19px;
}
.title-newsletter {
	font-size: 26px;
	color: #3e5358;
	text-transform: uppercase;
	text-align: center;
	margin: 15px 0 5px 0;
}
.form-newsletter p {
	text-align: center;
	font-size: 14px;
	color: #595959;
	padding: 0 25px;
}
.form-newsletter .input {
	width: 199px;
	height: 13px;
	border: 1px solid #d1d1d1;
	border-radius: 3px;
	margin: 0 0 8px 30px;
	font-size: 12px;
	color: #555c62;
	padding: 6px 10px;
}
.form-newsletter select {
	width: 219px;
	margin: 0 0 8px 30px;
}
.form-newsletter .button {
	width: 72px;
	height: 28px;
	background: url(/skin/frontend/iweb/smartlearning/images/layout/submit-newsletter.png) no-repeat;
	border: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 0 30px;
}
.block1 {
	width: 313px;
	height: 518px;
	float: left;
	margin: 0 20px 20px 0;
}
.block2 {
	width: 313px;
	height: 518px;
	float: left;
	margin: 0 20px 20px 0;
}
.block3 {
	width: 314px;
	height: 251px;
	margin-bottom: 20px;
	float: left;
}

.block4 {
	width: 314px;
	height: 194px;
	float: left;
	margin: 0;
}

.block5 {
	width: 314px;
	float: left;
	margin: 0;
}


.block5 ul {
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.block5 ul li {
	display: inline-block;
	margin: 3px 5px 0 5px;
	padding: 0;
}

.block5 a.social-icon {
	width: 40px;
	height: 40px;
	display: block;
	border-radius: 20px;
	background-color: #F4983A;
	margin: 0;
	padding: 0;
}

.block5 a.social-icon:hover {
	background-color: #3d5459;
}
/* news feed */
.cms-home .news-feed {
	float: right;
	width: 45%;
	margin-top: 40px;
}
.cms-home .news-feed .post-image {
	float: left;
}
.cms-home .news-feed .post-content {
	float: right;
	width: 60%;
}
.news-feed .post-title {
}
.news-feed .post-date {
	display: block;
	font-size: 11px;
	margin-bottom: 12px;
}
.news-feed .link-more {
	float: left;
	display: block;
}

/* social feed */

#blog-feed {
	width:606px;
	height: 410px;
	padding: 20px 20px 20px 20px;
	background-color: #3d5459;
	float:left;
	margin: 0 20px 0px 0;
	background-image: url(/skin/frontend/iweb/smartlearning/images/sl-tree-news.png);
	background-position: 470px bottom;
	background-repeat: no-repeat;
}

#sl-news-logo {
	display: block;
	margin-bottom: 20px;
}

#blog-feed iframe {
	width:100%;
	height: 290px;
}

#blog-feed iframe html{
	margin: 0 !important;
}


#twitter-feed {
	width:294px;
	height: 430px;
	padding: 10px 10px 10px 10px;
	background-color: #969da1;
	float:left;
	margin: 0;
}

/* ======================================================================================
 Cat Lander
 ======================================================================================= */
.catalog-category-view .category-list li {
	width: 183px;
	margin: 0px;
	border: none;
	padding-bottom: 0px;
}
.catalog-category-view .category-list h2.cat-name {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #4B4352;
}
.catalog-category-view .category-list p {
	text-align: center;
}
.catalog-category-view .category-list span {
	background-image: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	color: #ffffff;
	width: 120px;
	margin: 0 auto;
	text-align: center;
	padding: 4px;
	background-color: #475d62;
	background: -moz-linear-gradient(
	top,
	#475d62 0%,
	#394b4e);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#475d62),
	to(#394b4e));
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #3e5358;
	-moz-box-shadow: 1px 1px 3px rgba(62,83,88,0), inset 1px 0px 1px rgba(132,146,150,1);
	-webkit-box-shadow: 1px 1px 3px rgba(62,83,88,0), inset 1px 0px 1px rgba(132,146,150,1);
	box-shadow: 1px 1px 3px rgba(62,83,88,0), inset 1px 0px 1px rgba(132,146,150,1);
	text-shadow: 0px -1px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}
.catalog-category-view .category-list span:hover {
	opacity: 0.8;
}
.has-image {
	height: auto;
}
.has-image .category-image, .has-image .category-info {
	position: static;
}
/* ======================================================================================
 Grid
 ======================================================================================= */
.main {
	width: 980px;
	margin-bottom: 0;
}
.cms-home .main {
	margin-bottom: 5px;
}
.breadcrumbs {
	height: 22px;
	padding-top: 0px;
	clear: both;
	float: none;
	width: 100%;
	border: none;
	background: #fff;
	margin: 0;
}
.header {
	background: #fff url(/skin/frontend/iweb/smartlearning/images/layout/sep-slider.png) no-repeat;
	background-position: bottom;
	padding-bottom: 30px;
}
.header-top {
	border-bottom: 1px solid #CCC;
	height: 37px;
}
.checkout-onepage-index .header-top {
	border-bottom: none;
}
.breadcrumbs ul {
	margin-left: 15px;
}
.breadcrumbs li {
	float: left;
	font-size: 11px;
	color: #867d7d;
	margin: 0 0 0 6px;
	display: inline;
}
.breadcrumbs a {
	color: #824ebc;
	padding-right: 16px;
	background: url(/skin/frontend/iweb/smartlearning/images/layout/sep-breadcrumb.png) right 3px no-repeat;
}
.catalog-category-view .col2-left-layout .main, .catalogsearch-result-index .main {
	background: url(/skin/frontend/iweb/smartlearning/images/layout/back-sidebar.png) repeat-y;
	border-bottom: 1px solid #e5e5e5;
}
.sidebar {
	width: 196px;
}
.col2-left-layout .col-left {
	padding-left: 24px;
}
.col2-left-layout .col-main, .col2-right-layout .col-main {
	width: 734px;
}
.sidebar .block-title {
	font-size: 18px;
	color: #3e5358;
	text-transform: uppercase;
	font-weight: bold;
	margin: 20px 0 0 0;
	border: none;
	font-weight: lighter;
}
.widget-title {
	font-weight: bold;
	border: none;
}
.widget-title .widget-title-link {
	display: block;
	text-decoration: none;
	background: url(/skin/frontend/iweb/smartlearning/images/ui/arrow-accordion.png) no-repeat;
	padding-left: 19px;
	margin: 7px 0 0 0;
	font-size: 18px;
	color: #3e5358;
	text-transform: uppercase;
	padding-top: 2px;
	font-weight: 400;
}
.widget-title-link.open {
	background-position: 0 -14px;
}
.widget-content {
	border: 1px solid #d7d5da;
	background: #fff;
}
.category-masthead {
	width: 733px;
	margin: 0px 0 0 1px;
	position: relative;
}
.category-subject .category-masthead, .category-age-range .category-masthead {
	margin: 70px 0 0 1px;
}
.category-subject .cat-description, .category-age-range .cat-description {
	display: block;
	margin: 0px 0px 5px 0px;
}
.category-info {
	display: none;
}
.category-subject .category-info, .category-age-range .category-info {
	display: block;
	width: 478px;
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 70px;
	padding: 25px 60px 0 60px;
}
.page-title h1 {
	font-size: 32px;
	color: #218aed;
}
.category-info .page-title h1 {
	display: none;
}
.catalogsearch-result-index .page-title h1 {
	margin-left: 20px;
}
.category-subject .category-description, .category-age-range .category-description {
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	color: #3e5358;
}
.category-subject .products-grid, .category-age-range .products-grid, .category-list {
	border: none;
}
.category-subject .col-main, .category-age-range .col-main {
	border-top: 1px solid #CCC;
}
.catalog-product-view .col-main {
	border: none;
}
.category-description p {
	font-size: 12px;
	color: #6f6f6f;
}
.toolbar {
	border: none;
	padding: 0 0 7px 0;
	position: relative;
	font-size: 11px;
	width: 694px;
	height: 37px;
	margin: 10px auto;
	border-bottom: 2px solid #e5e5e5;
}
.catalog-seo-sitemap-category .toolbar,
.catalog-seo-sitemap-product .toolbar {
	width: auto;
}
.toolbar-bottom .toolbar {
	border-bottom: none;
	border-top: 2px solid #e5e5e5;
}
.view-mode {
	margin: 12px 0 0 0;
}
.view-mode .grid, .view-mode .list {
	display: block;
	width: 21px;
	height: 24px;
	text-indent: -9999px;
	background: url(/skin/frontend/iweb/smartlearning/images/layout/view-mode.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
}
.view-mode .grid {
	float: left;
	left: 0;
}
.view-mode .list {
	float: right;
	right: 0;
	background-position: -21px 0;
}
.toolbar-bottom .view-mode .grid {
	background-position: 0 3px;
}
.toolbar-bottom .view-mode .list {
	background-position: -21px 3px;
}
/* top active grid */
.view-mode strong.grid, .view-mode .grid:hover {
	background-position: 0 -24px;
}
/* top active list */
.view-mode strong.list, .view-mode .list:hover {
	background-position: -21px -24px;
}
/* btm active grid */
.toolbar-bottom .view-mode strong.grid, .toolbar-bottom .view-mode .grid:hover {
	background-position: 0 -48px;
}
/* btm active list */
.toolbar-bottom .view-mode strong.list, .toolbar-bottom .view-mode .list:hover {
	background-position: -21px -48px;
}

.pager .pages {
	float: left;
	margin: 12px 0 0 16px;
	width: 185px;
}
.pager .pages strong {
	font-weight: normal;
	font-size: 11px;
	color: #4c4c4c;
}
.pager .amount {
	float: left;
	height: 14px;
	border-right: 1px solid #604b42;
	margin: 15px 10px 0 10px;
	font-weight: normal;
	line-height: 14px;
	padding: 0 10px 0 0;
	font-size: 11px;
	color: #4c4c4c;
}
.pager .limiter {
	float: left;
	margin: 11px 0 0 0;
}
.pager .limiter label {
	font-size: 11px;
	color: #4c4c4c;
}
.toolbar .pager {
	float: left;
	width: 486px;
	line-height: 22px;
}
.toolbar .pages ol {
	margin: 2px 0 0 0;
}
.toolbar .pages li {
	display: inline;
	margin-right: 2px;
	height: 19px;
	float: left;
	line-height: 17px;
}
.toolbar .pages li.current {
	background: none;
	color: #4c4c4c;
	padding: 0 3px;
	height: 18px;
	float: left;
	text-align: center;
}
.toolbar .pages li a {
	padding: 0 3px;
	height: 18px;
	float: left;
	display: inline;
	background: none;
	text-decoration: underline;
	text-align: center;
	color: #824ebc;
}
.toolbar .pages li a.next, .toolbar .pages li a.previous {
	padding: 0;
	background: none;
	margin-top: 0;
}
.sorter label {
	font-size: 11px;
	color: #4c4c4c;
}
.sorter {
	margin: 10px 10px 0 0;
}
.products-grid {
	border-bottom: 1px solid #e5e5e5;
	width: 690px;
	margin: 0 auto;
}
.products-grid li {
	text-align: center;
	padding-bottom: 0;
	padding-top: 10px;
}
.products-grid .product-name {
	padding: 0 20px;
	text-align: center;
	margin: 5px 0 4px 0;
	font-size: 12px;
	font-weight: bold;
}
.products-grid .description {
	font-size: 11px;
	color: #7c7b7c;
}
.products-grid.last {
	margin: 0 auto;
}

/* ======================================================================================
 Footer
 ======================================================================================= */
.footer {
	margin-top: 20px;
	width: 980px;

}

.footer-social-links {
	background-color: #969DA1;
	margin-bottom: 20px;
}

.footer .footer-social-links ul {
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer .footer-social-links ul li {
	display: inline-block;
	margin: 5px;
	padding: 0;
}

a.social-icon {
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 25px;
	background-color: white;
	margin: 0;
	padding: 0;
}

a.social-icon:hover {
	background-color: #3d5459;
}

.payment-methods {
	padding: 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 16px;
	height: 99px;

	background: url(/skin/frontend/iweb/smartlearning/images/layout/sep-footer.png) no-repeat 489px 13px;
}
.payment-methods .cards-accepted {
	float: left;
	width: 360px;
	height: 65px;
	display: inline;
	background: url(/skin/frontend/iweb/smartlearning/images/layout/credit-card.png) no-repeat 0 0;
	text-indent: -9999px;
	margin: 12px 0 0 72px;
}
.payment-methods .secured-by {
	float: left;
	width: 284px;
	height: 65px;
	display: inline;
	background: url(/skin/frontend/iweb/smartlearning/images/layout/secured-by.png) no-repeat 0 0;
	text-indent: -9999px;
	margin: 12px 0 0 155px;
}
.footer .store-links {
	width: 220px;
	margin: 0 0 0 20px;
}
.footer .social {
	width: 220px;
	margin: 0 0 0 20px;
}

.footer .social p {
	text-align: center;
}



.footer h2 {
	margin: 20px 0 5px 0;
	font-size: 18px;
	color: #3d5459;
	text-transform: uppercase;
}
.footer ul li {
	display: block;
	float: none;
	margin: 0 0 2px 0;
}
.footer ul li a {
	font-size: 12px;
	color: #acacac;
	text-decoration: none;
}
.footer ul li a:hover {
	text-decoration: underline;
}
.footer ul.list-social {
	margin: 0 0 15px 0;
}
.footer ul.list-social li {
	height: 21px;
	padding-left: 30px;
	margin: 0 0 5px 0;
}
.footer ul.list-social li.icon-facebook {
	background: url(/skin/frontend/iweb/smartlearning/images/layout/icon-facebook.png) no-repeat;
}
.footer ul.list-social li.icon-twitter {
	background: url(/skin/frontend/iweb/smartlearning/images/layout/icon-twitter.png) no-repeat;
}
.footer ul.list-social li.icon-facebook a {
	color: #3f5783;
	text-decoration: underline;
}
.footer ul.list-social li.icon-twitter a {
	color: #61b6d2;
	text-decoration: underline;
}
.footer .social p {
	font-size: 12px;
	color: #acacac;
}
.footer .social p a {
	color: #acacac;
}
.footer .contact-info {
	margin: 0;
	width: 220px;
}
.footer .contact-info p {
	font-size: 12px;
	color: #acacac;
}
.footer .contact-info .form-newsletter {
	padding: 0;
	border: none;
	margin: 0;
	float: none;
	width: auto;
	height: auto;
}
.footer .contact-info .form-newsletter .input, .footer .contact-info .form-newsletter select, .footer .contact-info .form-newsletter .button {
	margin-left: 0;
}
.legals {
	border-top: 1px solid #e5e5e5;
	padding: 15px 0 20px 0;
	margin-top: 32px;
}
.legals p {
	font-size: 11px;
	color: #cdcdcd;
	margin: 0 0 0 28px;
	line-height: 16px;
}

/* ======================================================================================
 . Additional Styling
 ======================================================================================= */

/* ======================================================================================
 . Accounts
 ======================================================================================= */
.my-account .legend {
	margin-bottom: 0px;
}
.section-accounts .sidebar .block-title, .section-accounts .legend, .box-head h2, .section-accounts .addresses-list h2 {
	padding: 26px 0 10px 0;
}
.sales-order-view .title-buttons {
	text-align: right;
}

.subsection-accounts-internal .main {
	min-height: 100px;
}
.customer-account-create .peace-of-mind {
	margin-top: 10px;
}
.subsection-accounts-internal #register-customer-newsletter label {
	position: relative;
	bottom: 3px;
	left: 11px;
}
.customer-account-create li.register-amcustomerattr h2.legend, .customer-account-edit li.register-amcustomerattr h2.legend {
	display:none;
}
li.register-amcustomerattr .form-list .input-box {
	width: 100%;
}
li.register-amcustomerattr .input-box {
	float: none;
}

.customer-account-create #school-suggestions, .subsection-accounts-internal #school-suggestions {
	width: 500px !important;
	margin-top: 3px;
}

.subsection-accounts-internal .page-title h1 {
	text-transform: uppercase;
	color: #405359;
	font-size: 18px;
	font-weight: bold;
}
.subsection-accounts-internal .col2-left-layout .col-main {
	width: 729px;
	padding-left: 27px;
}
.subsection-accounts-internal .col-main {
	margin-top: 58px;
}
.subsection-accounts-internal .my-account .form-list {
	width: 100%;
}
.subsection-accounts-internal .my-account .form-list .input-box {
	width: 75.3%;
}
.register-school {
	clear: both;
}
.register-school input, .register-school button.button {
	float: left;
}
.register-school button.button {
	margin-left: 0px !important;
	position: relative;
	left: 3px;
	bottom: 3px;
}
.customer-account-create .col1-layout .col-main {
	width: 640px !important;
}
.customer-account-create #form-validate button.button {
	margin-left: 0px !important;
}
.customer-account-create .fieldset, .customer-account-edit .fieldset  {
	margin-bottom: 0px;
}
/* ======================================================================================
 . Cart
 ===================================================================================== */
.checkout-cart-index .btn-continue {
	float: none;
}
.cart form fieldset {
	width: 100%;
}
.cart .cart-row .arrow span {
	text-transform: none;
	font-size: 12px;
	color: #824ebc;
	box-shadow: none;
}
.cart .data-table .product-info {
	text-align: left;
}

.form-discount .discount {
	border: none;
}
.form-discount .discount .input-text {
	border-right: 1px solid #999;
	margin-right: 5px;
	margin-top: 1px;
}

.shopping-cart-totals .grandtotal {
	background-color: #f2edf8;
	padding: 20px 20px 20px 0;
}
.shopping-cart-totals .grandtotal .price {
	font-weight: bold;
}
.checkout_message {
	padding: 10px 0 10px 0;
}
.delivery-link {
	line-height: normal;
}
.discount-message {
	display: block;
	margin-top: 12px;
}
.cart-review-item .info {
	width: 64%;
}
#shopping-cart-table button span {
	font-family: Arial, sans-serif;
}
#shopping-cart-table thead span, #shopping-cart-table thead th {
	text-transform: uppercase;
	font-size: 16px;
	color: #909090;
	font-family: 'Anton', Arial, sans-serif;
}
.cart .product-info .product-name {
	margin-bottom: 0px;
	font-weight: bold;
}
.cart .product-info .product-name a {
	font-size: 14px;
	color: #3c3c3c;
}
.cart-view-badge {
	width: 95px;
	margin-top: 4px;
	margin-bottom: 12px;
	font-size: 11px;
	color: white;
	text-transform: uppercase;
	text-align: center;
	border-radius: 3px;
}
.cart .data-table td {
	padding: 30px 10px 30px 10px;
}
.cart-description, .cart-description p, .cart-description ul, .cart-description li {
	color: #888888;
}
#shopping-cart-table .cart-price span.price {
	font-size: 14px;
	color: #3C3C3C;
	font-weight: bold;
}
.cart .cart-row .last .price {
	font-weight: bold;
	color: #3c3c3c;
	font-size: 18px;
}
.list-mini-cart li, .list-mini-cart li.pager {
	overflow: hidden;
}
.block-mini-cart .product-details {
	height: auto;
}
#shopping-cart-totals-table tbody tr th {
	vertical-align: middle;
}
/* ======================================================================================
 . Checkout
 ======================================================================================= */

#checkout-summary-totals-table th {
	white-space: normal;
}

ol.opc li.allow .step-title {
	cursor: pointer;
}
.col-newsletter, .col-newsletterNotice {
	padding-top: 40px;
}
#register-customer-newsletter label {
	position: relative;
	bottom: 3px;
}
#checkout-step-login .col-2 .form-list label {
	font-size: 18px;
	font-weight: 400;
	margin-left: 0px;
}
#checkout-step-login .col-2 .control p {
	padding-left: 0px;
}
.section-cart-checkout .col2-left-layout .col-main, .section-cart-checkout .col2-right-layout .col-main {
	width: 724px;
}

.checkout-onepage-index .opc .active .step-title {
	background-color: #e6dcf2;
}
.checkout-onepage-index .opc .step-title {
	background-color: transparent;
	text-transform: uppercase;
}
.checkout-onepage-index .opc .active .step-title .number {
	color: #824ebc;
	font-weight: 400;
}
.checkout-onepage-index .opc .step-title .number {
	color: #d3c1e8;
}
.checkout-onepage-index .opc .active .step-title h2 {
	color: #415458;
	font-weight: 400;
}
.checkout-onepage-index .opc .step-title h2 {
	color: #bdc3c5;
}
.checkout-onepage-index .sidebar .block-title {
	margin: 0px;
}

#checkout-review-load-sidebar .block-title {
	background-color: transparent;
}
.checkout-onepage-index .block-cart-review .block-totals, .checkout-onepage-index .block-cart-review .block-totals .data-table td {
	background-color: #e6dcf2;
}

.block-cart-review .block-totals {
	margin: 1px;
}

#checkout-review-load-sidebar .price {
	font-weight: bold;
}

#checkout-review-load-sidebar img {
	border: 1px solid #d6d6d6;
}

#checkout-review-load-sidebar .clearfix {
	margin-bottom: 10px;
}

.checkout-onepage-index .grandtotal {
	font-weight: bold;
}

.side-secured-by {
	border: 8px solid #3e5358;
	padding: 16px;
	margin-bottom: 20px;
}

.side-secured-by h4.secure {
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 18px;
	color: #3e5358;
}
.side-secured-by img.secure-payment {
	padding: 15px 0 0 0;
}
.side-secured-by p.tag-secure {
	font-size: 11px;
	color: #2c2c2c;
}
.side-secured-by a.link-privacy {
	display: block;
	color: #333333;
}

.opc .form-list .input-box {
	display: block;
}

#billing-address-select {
	width: 708px;
}
#review-buttons-container .btn-checkout {
	display: block;
	width: 100%;
	text-align: left;
}

.opc .form-list .input-box {
	width: auto;
}

.select-customer-type {
	clear: both;
}

.type-individual .opc .form-list ul .field, .type-school .opc .form-list ul .field {
	width: 100%;
}
.type-individual .opc .address-option, .type-school .opc .address-option {
	float: none;
}
.type-individual .form-list .field label, .type-school .form-list .field label {
	position: absolute;
}
.type-individual .form-list .field {

}
.type-individual .form-list .field .input-box, .type-school .form-list .field .input-box {
	position: relative;
	float: left;
	left: 160px;
}
.amcustomerattr label {
	width: 100%;
}
.amcustomerattr .amorderattr_img_checkbox, .amcustomerattr .amorderattr_img_radio {
	margin-top: 10px;
	padding-right: 10px;
}
.amcustomerattr .amorderattr_img_checkbox, .amcustomerattr .amorderattr_img_radio {
	margin-top: 10px;
	padding-right: 10px;
	width: 30%;
}
.amcustomerattr  #customer_type .amorderattr_img_checkbox, .amcustomerattr  #customer_type .amorderattr_img_radio {
	width: 40%;
}
.checkout-onepage-index .header {
	margin-bottom: 10px;
	padding-top: 30px;
	background: white url(/skin/frontend/iweb/smartlearning/images/layout/sep-slider.png) no-repeat bottom;
	height: 30px;
}
.checkout-onepage-index .site-logo a.logo {
	top: 10px;
}
.checkout-onepage-index .header .secure-checkout, .section-cart-checkout .header .checkout-telephone {
	float: left;
}
.checkout-onepage-index .header .continue-shopping {
	position: relative;
	left: 135px;
	top: 4px;
}
label[for="p_method_sagepaydirectpro"], label[for="p_method_sagepayserver"], label[for="p_method_sagepayform"] {
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
}
.checkbox-onepage-index .header .continue-shopping a.button {
	color: #cfcfcf;
}
.checkout-onepage-index .header .checkout-telephone {
	position: relative;
	left: 26px;
	bottom: 20px;
	text-align: right;
	font-family: 'Anton', Arial, sans-serif;
}
.checkout-onepage-index .header .secure-checkout {
	position: relative;
	bottom: 26px;
}
.checkout-onepage-index .header .need-help {
	font-size: 14px;
	color: #824ebc;
	font-family: 'Anton', Arial, sans-serif;
	text-transform: uppercase;
}
.checkout-onepage-index .active.step-title {
	border: 1px solid white;
}
.checkout-onepage-index  .main-container {
	padding-top: 0px;
}
#checkout-review-table .item-options dt {
	clear: left;
	text-align: left;
}
#checkout-review-table .item-options dd, #checkout-review-table tr th {
	text-align: left;
}
#checkout-step-billing .col-1 {
	width: 100%;
}
.opc .form-list ul {
	width: 59%;
}

.postcode .input-box input {
	width: 234px !important;
}
.fields .input-box select {
	width: 250px !important;
}
.checkout-onepage-index select#school-suggestions {
	display: block;
}
#register-customer-newsletter {
	position: relative;
	left: 160px;
}
.customer-account-edit #register-customer-newsletter {
	position: static;
	list-style: none;
}
#billing-new-address-form #register-customer-newsletter {
	position: relative;
	left: 124px;
}
.checkout-onepage-index #billing-new-address-form #register-customer-newsletter {
	position: relative;
	left: 0px;
}
#register-customer-newsletter input {
	float: left;
}
.billing-email .input-box {
	position: relative;
	right: 284px;
}
#billing-new-address-form .billing-email .input-box {
	position: relative;
	right: 0px;
}
#billing-new-address-form .col-1 {
	width: 54%;
}
#billing-new-address-form .school-details .col-1 {
	width: 90% !important;
}
#checkout-summary-totals-table tfoot tr th {
	vertical-align: middle;
}
.checkout-onepage-index dl.sp-methods label span.price {
	display: none;
}
/* ======================================================================================
 . Mana pro -
 ======================================================================================= */
#m-wait .loader {
	background-color: #fff !important;
	color: #804FBC !important;
	border-color: #804FBC !important;
}
.m-filter-slider > .m-slider-from, .m-filter-slider > .m-slider-to {
	background-image: url(/skin/frontend/iweb/smartlearning/images/theme/handle-price-slide.png) !important;
}
ol.m-filter-css-checkboxes {
	padding: 0;
}
ol.m-filter-css-checkboxes li a.m-checkbox-unchecked, ol.m-filter-css-checkboxes li a.m-checkbox-checked {
	color: #666;
}
ol.m-filter-css-checkboxes li a.m-checkbox-unchecked {
	background: transparent url(/skin/frontend/iweb/smartlearning/images/manapro_filtercheckboxes/checkbox_unchecked.png) 0 0 no-repeat !important;
}
ol.m-filter-css-checkboxes li a.m-checkbox-checked {
	background: transparent url(/skin/frontend/iweb/smartlearning/images/manapro_filtercheckboxes/checkbox_checked.png) 0 0 no-repeat !important;
}
ol.m-filter-css-checkboxes li a.m-checkbox-unchecked:hover {
	background: transparent url(/skin/frontend/iweb/smartlearning/images/manapro_filtercheckboxes/checkbox_unchecked_hover.png) 0 0 no-repeat !important;
}
ol.m-filter-css-checkboxes li a.m-checkbox-checked:hover {
	background: transparent url(/skin/frontend/iweb/smartlearning/images/manapro_filtercheckboxes/checkbox_checked_hover.png) 0 0 no-repeat !important;
}
ol.m-filter-css-checkboxes li a.m-checkbox-unchecked, ol.m-filter-css-checkboxes li a.m-checkbox-checked {
	padding-left: 20px;
	text-decoration: none !important;
}

#search_autocomplete, .cms-home .std, .cat-description, .cms-home .block-banner .bx-next, .cms-home .block-banner .bx-prev, .currency-container, .header .specification-box, .products-grid .price-box, .cms-home .block-title, .checkout-onepage-index .search-access, .checkout-onepage-index .quick-access {
	display: none;
}
#payment_form_purchaseorder {
	text-indent: 20px;
}
ul#payment_form_purchaseorder .input-box {
	float: none;
}

/* ======================================================================================
 . Product detail pages
 ======================================================================================= */
.price_descriptor {
	color: #333;
	width: 170px;
	clear: both;
	position: relative;
	bottom: 8px;
}
.catalog-product-view .tab-pane ul, .catalog-product-view .tab-pane ul.disc {
	color: #555;
}
.product-shop .regular-price, .product-shop .special-price {
	font-size: 26px;
	line-height: 42px;
	display: block;
}
.catalog-product-view .breadcrumbs {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 20px 0;
}
.product-media-thumbs a, .product-zoom-thumbs a {
	border: none;
}
.product-media-horizontal .product-media-thumbs .item {
	padding-top: 13px;
	position: relative;
}
.product-media-horizontal .product-media-thumbs .item span {
	width: 77px;
	height: 111px;
	bottom: 0;
	left: 0;
	opacity: 0.6;
}
.product-media-horizontal .product-media-thumbs .item.active {
	background: url(/skin/frontend/iweb/smartlearning/images/layout/tabs-active.png) no-repeat;
}
.product-media-horizontal .product-media-thumbs .item.active span {
	opacity: 1;
	background: none;
}
.autorelated-horizontal .block-related .block-title {
	padding-top: 0;
	padding-bottom: 10px;
	font-size: 20px;
	color: #3e5358;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	background: url(/skin/frontend/iweb/smartlearning/images/layout/sep-title-recommended.png) no-repeat 50% 100%;
}
.autorelated-horizontal .block-related {
	margin-top: 30px;
}
.block-related .item .product-name {
	font-size: 12px;
	font-weight: bold;
	color: #4b4353;
	text-align: center;
	padding: 0 20px;
	margin: 10px 0 4px 0;
}
.block-related .item .description {
	text-align: center;
	padding: 0 20px;
	font-size: 11px;
	color: #7c7b7c;
	margin-bottom: 7px;
}
.block-related .item .price-box {
	text-align: center;
	font-size: 15px;
	color: #4b4353;
	font-weight: bold;
}
.block-related .item .price-box .regular-price {
	font-size: 15px;
	color: #4b4353;
}
.block-related .slider-nav.last {
	border: none;
	position: relative;
}
.block-related .bx-prev {
	width: 38px;
	height: 38px;
	background: url(/skin/frontend/iweb/smartlearning/images/layout/prev-tabs.png) no-repeat;
	left: 80px;
	top: 0;
}
.block-related .bx-next {
	width: 38px;
	height: 38px;
	background: url(/skin/frontend/iweb/smartlearning/images/layout/next-tabs.png) no-repeat;
	left: 202px;
	top: 0;
}
.bx-prev, .bx-next {
	z-index: 1000;
}
.block-related .bx-prev:hover, .block-related .bx-next:hover {
	background-position: 0 0;
	position: absolute;
}
.autorelated-horizontal .block-related .slider-nav .pager {
	width: 62px;
	height: 30px;
	position: absolute;
	z-index: 10;
	background: url(/skin/frontend/iweb/smartlearning/images/layout/page-tabs.png) no-repeat;
	left: 130px;
	top: 7px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #585060;
	padding: 4px 0 0 0;
}
.product-shop .product-title {
	margin: 0 0 17px 0;
}
.product-shop .product-title h1 {
	font-size: 26px;
	color: #323c3e;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 35px;
}
.product-shop .product-title .simple-title {

}
.product-shop .product-title .simple-back {
	position: relative;
	padding-bottom: 7px;
	top: -3px;
	display: block;
}
.product-shop .badge {
	margin: 5px 5px 0 0;
}
.block-short-description {
	width: 291px;
	float: left;
	border-radius: 3px;
	padding: 23px;
	color: #fff;
}
.block-short-description p {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
.block-short-description ul {
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}
.block-short-description ul li {
	padding-left: 14px;
	background: url(/skin/frontend/iweb/smartlearning/images/layout/bullet.png) no-repeat 0 5px;
	margin: 0 0 10px 0;
}
.block-quote {
	width: 184px;
	float: left;
	background: #f8f6fb;
	border: 1px solid #ecebed;
	border-radius: 0 3px 3px 0;
	padding: 32px 32px 15px 32px;
	margin: 9px 0 0 0;
}
.block-quote blockquote {
	font-size: 13px;
	color: #6f6f6f;
	font-style: italic;
	margin: 0 0 15px 0;
}
.block-quote blockquote p {
	line-height: 19px;
}
.block-quote blockquote strong {
	color: #4d4d4d;
	font-size: 12px;
	line-height: 16px;
	display: block;
}
.block-quote .quote-attr {
	font-size: 12px;
	color: #824ebc;
}
.block-intro {
	margin: 18px 0px 18px 0px;
}
.product-shop .button {
	clear: both;
}
.product-shop .button {
	width: 185px;
	height: 34px;
	display: block;
	background: url(/skin/frontend/iweb/smartlearning/images/layout/button-title.png) no-repeat;
	padding: 0;
	text-decoration: none;
}
.product-shop .button span {
	width: 178px;
	height: 31px;
	display: block;
	padding: 3px 0 0 8px;
	background: none;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 400;
	text-align: left;
}
.product-shop .button:hover {
	text-decoration: none;
}
.tabs-product .nav-tabs {
	border: none;
}
.tabs-product .nav-tabs, .tabs-product .nav-tabs li, .tabs-product .nav-tabs a {
	height: 50px;
	line-height: 16px;
}
.tabs-product .nav-tabs a {
	text-transform: uppercase;
	font-size: 16px;
	color: #8B989B;
	font-weight: bold;
	padding-top: 5px;
	height: 45px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
	width: 66px;
	background: none;
	border: none;
	line-height: 15px;
}

.tabs-product .nav-tabs a.curriculum-update-tab {
	width: 78px;
}


.tabs-product .nav-tabs li.active a {
	color: #3e5358;
	background: url(/skin/frontend/iweb/smartlearning/images/layout/arrow-tabs-product.png) no-repeat 50% 100%;
}
.tabs-product .nav-tabs .tab-0 a {
	width: 65px;
}
.tabs-product .nav-tabs a.special-offers-tab {
	color: #f36d8e;
}
.tabs-product .nav-tabs li.active a.special-offers-tab {
	color: #F43104;
}
.tabs-product .nav-tabs li.last a {
	color: #f43104;
}
.tabs-product .tab-content {
	background: #f8f6fb;
	border: 1px solid #ecebed;
	border-radius: 3px;
	margin-top: -1px;
	margin-bottom: 30px;
	padding: 15px;
}
.type-simple .tabs-product .tab-content {
	margin-bottom: 20px;
}
.tabs-product .tab-content, .tabs-product .tab-content p, .tabs-product .tab-content a, .tabs-product .tab-content ul, .tabs-product .tab-content li, .tabs-product .tab-content h1, .tabs-product .tab-content h2, .tabs-product .tab-content h3, .tabs-product .tab-content h4, .tabs-product .tab-content h5, .tabs-product .tab-content h6 {
	color: #555;
}
.tabs-product .tab-content p {
	font-size: 12px;
}
.tabs-product .tab-content .tab-pane {
	padding: 0px 12px 0px 12px;
}
.catalog-product-view .block-product-extended h3.block-title {
	font-size: 20px;
	color: #323c3e;
	text-transform: uppercase;
	font-weight: 400;
}
.tabs-product-extended .nav-tabs, .tabs-product-extended .nav-tabs li, .tabs-product-extended .nav-tabs a {
	height: auto;
	line-height: 33px;
	margin-bottom: 0px;
}

.tabs-product-extended .nav-tabs a {
	background: none;
	border: none;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	color: #8b989b;
	text-transform: uppercase;
	font-weight: 400;
	padding-left: 7px;
	padding-right: 7px;
	line-height: normal;
}
.tabs-product-extended .nav-tabs li.active a {
	color: #3e5358;
	background: url(/skin/frontend/iweb/smartlearning/images/layout/arrow-tabs-product.png) no-repeat 50% 100%;
	padding-bottom: 10px;
}
.tabs-product-extended .nav-tabs {
	border: none;
}
.tabs-product-extended .tab-content {
	border: 1px solid #ecebed;
	background: #f8f6fb;
	border-radius: 3px;
	padding-left: 20px;
	padding-right: 20px;
}
.data-table th {
	font-size: 12px;
	font-weight: normal;
}
.data-table td {
	font-size: 12px;
	color: #414041;
	vertical-align: top;
	line-height: 20px;
}
.product-shop .data-table .price-box {
	margin: 0;
	text-align: center;
}
.product-shop .grouped-items-table .regular-price, .product-shop .grouped-items-table .special-price {
	line-height: 12px;
}
.data-table .add-to-cart {
	margin-right: 5px;
}
.data-table td a {
	font-size: 12px;
	color: #333;
}
.data-table td a:hover {
	color: #580dc8;
}
.data-table input.qty {
	width: 31px !important;
	padding: 3px 5px;
	height: 14px;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
}
.data-table tr.even {
	background-color: transparent;
}
.data-table tr.odd {
	background-color: #fff;
}
.product-essential .add-to-box {
	clear: both;
	float: right;
}
.product-essential .add-to-box-sl {
	position: relative;
	right: 86px;
	bottom: 44px;
}
.add-to-cart {
	float: right;
}
.product-shop .button.btn-cart {
	width: 157px;
	height: 39px;
	display: block;
	background: none;
	padding: 0;
}
.product-shop .button.btn-cart span {
	width: 152px;
	height: 30px;
	padding: 0;
	background: url(/skin/frontend/iweb/smartlearning/images/layout/button-cart.png) no-repeat;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	font-weight: 400;
}
.product-essential .add-to-links {
	float: left;
	margin-left: 250px;
	font-size: 12px;
	margin-top: 10px;
}
.product-shop .list-review li {
	margin-top: 15px;
	font-size: 12px;
	margin-right: 10px;
}
.block-viewed {
	clear: both;
	border: none;
	padding: 9px 0;
	margin: 20px 0;
	background: url(/skin/frontend/iweb/smartlearning/images/layout/shadow-tabs.png) repeat-x;
	position: relative;
}
.catalog-product-view  .block-viewed h3.block-title {
	height: 35px;
	text-align: center;
	border-top: 1px solid #d9d9d9;
	font-size: 20px;
	color: #3e5358;
	font-weight: 400;
	text-transform: uppercase;
	padding: 28px 0 0 0;
	background: url(/skin/frontend/iweb/smartlearning/images/layout/arrow-tabs.png) no-repeat 50% 100%;
	margin: 0;
	position: relative;
	z-index: 10;
}
.block-viewed .slider-container {
	border-top: 1px solid #d9d9d9;
	margin-top: -1px;
	padding-top: 15px;
	height: 310px;
}
.block-viewed .item .product-name {
	font-size: 12px;
	color: #4b4353;
	text-align: center;
	padding: 0 15px;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 4px;
}
.block-viewed .description {
	padding: 0 15px;
	font-size: 11px;
	color: #7c7b7c;
	text-align: center;
	margin: 2px 0 7px 0;
	line-height: 14px;
}
.block-viewed .item .price-box {
	position: relative;
	text-align: center;
}
.block-viewed .item .price-box .regular-price {
	font-size: 15px;
	color: #4b4353;
}
.block-viewed .bx-prev, .block-viewed .bx-prev:hover {
	width: 38px;
	height: 38px;
	background: url(/skin/frontend/iweb/smartlearning/images/layout/prev-tabs.png) no-repeat;
	top: 400px;
	left: 407px;
	z-index: 100;
}
.block-viewed .bx-next, .block-viewed .bx-next:hover {
	width: 38px;
	height: 38px;
	background: url(/skin/frontend/iweb/smartlearning/images/layout/next-tabs.png) no-repeat;
	top: 400px;
	left: 527px;
	z-index: 100;
}
.catalog-product-view .bx-pager {
	width: 62px;
	height: 34px;
	position: absolute;
	z-index: 10;
	background: url(/skin/frontend/iweb/smartlearning/images/layout/page-tabs.png) no-repeat;
	left: 456px;
	top: 308px;
	text-align: center;
	line-height: 34px;
	font-size: 12px;
	color: #585060;
	font-weight: bold;
}
.block-viewed .page-info {
	width: 62px;
	height: 34px;
	position: absolute;
	z-index: 10;
	background: url(/skin/frontend/iweb/smartlearning/images/layout/page-tabs.png) no-repeat;
	left: 456px;
	top: 338px;
	text-align: center;
	line-height: 34px;
	font-size: 12px;
	color: #585060;
	font-weight: bold;
}
.catalog-product-view-alt-five .product-title {
	position: relative;
	margin-bottom: 0px;
	overflow: hidden;
}
.catalog-product-view-alt-five .product-title a {
	position: absolute;
	right: 0;
	top: 7px;
}
.catalog-product-view-alt-five .product-title h1 {
	margin-bottom: 10px;
}
span.pre-order-label {
	width: 300px;
	margin-bottom: 10px;
	display:block;
}
.preorder-message {
	color: #868281;
	text-align: right;
	clear: both;
	width: 100%;
}
.catalog-product-view-alt-five .add-to-cart {
	float: none;
}
.catalog-product-view-alt-five .add-to-cart .button.btn-cart {
	float: right;
	clear: none;
}
.catalog-product-view-alt-five .add-to-cart label {
	float: left;
	margin: 0;
}
.catalog-product-view-alt-five .add-to-cart input.qty {
	float: left;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
	margin-top: 5px;
}
.catalog-product-view-alt-five .product-essential .add-to-links {
	font-size: 12px;
}
.type-simple .add-to-cart .button.btn-cart {
	float: left;
	margin-left: -2px;
}
.type-simple .add-to-cart .qty {
	margin-left: 0px;
}
.type-simple .product-essential .add-to-links {
	float: left;
	margin-right: 0px;
}
.product-options .input-box {
	width: 182px;
}
.type-simple .product-options dt {
	width: 50%;
	margin-top: 10px;
	text-align: right;
}
.type-simple .product-options dd {
	width: 40%;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}
.product-box-1, .product-box-2, .product-box-3 {
	padding-bottom: 10px;
	overflow: hidden;
	padding: 4px 4px 4px 8px;
	border: 1px solid #E4E4E4;
	border-radius: 5px;
	width: 400px;
	float: right;
	margin-top: 5px;
	margin-bottom: 20px;
}
ul.add-to-links li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}
.block-short-description.single {
	width: auto;
	float: none;
	margin: 0px 0 15px 0;
}
.product-view-badge {
	width: 95px;
	height: 19px;
	margin: 1px auto 12px auto;
	font-size: 11px;
	color: white;
	text-transform: uppercase;
	text-align: center;
	line-height: 19px;
	border-radius: 3px;
}
.data-table .grouped-items-table .old-price, .data-table .grouped-items-table .old-price p {
	color: red;
	font-size: 11px;
}
.product-purchase-options {
	display: block;
	width: 100%;
	clear: both;
}
.product-options-bottom {
	width: 100%;
}
.product-options-bottom ul.add-to-links, .product-box-1 ul.add-to-links, .product-box-2 ul.add-to-links, .product-box-3 ul.add-to-links {
	display: none;
}
.product-options-bottom .add-to-cart {
	width: auto;
	float: left;
	margin-left: 91px;
	margin-top: 10px;
}
.catalog-product-view .product-shop #product-options-wrapper {
	float: left;
	clear: none;
	margin: 0 0 0 15px;
}
.catalog-product-view .product-shop .price-box {
	float: left;
	clear: none;
}
.catalog-product-view h3.block-title {
	font-family: Arial, sans-serif;
}
#downloadable-links-list li {
	float: left;
	margin-top: 10px;
}
.type-downloadable .product-options .last dt {
	margin-top: 10px;
}

#zoomedpic {
	z-index: 2000;
}

/* ======================================================================================
 . Cookies
 ======================================================================================= */

.cms-cookies table {
	display: table;
	margin: 0 0 20px;
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
}

.cms-cookies thead {
	display: table-header-group;
	vertical-align: middle;
	border-color: inherit;
}

.cms-cookies tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

.cms-cookies table th {
	padding-bottom: 4px;
	padding-top: 5px;
	text-align: left;
}

.cms-cookies table th, .cms-cookies table td {
	border: 1px solid black;
	padding: 4px 7px;
}

/* ======================================================================================
 . Preorders
 ======================================================================================= */

.cms-page-view #signup table {
	width: 50%;
}

.cms-page-view #signup td {
	vertical-align: baseline;
}

.cms-page-view #signup td input {
	width: 100%;
	margin: 5px 0 5px 0;
	padding: 3px;
}


/* ======================================================================================
 . Homepage-popup
 ======================================================================================= */
 
 
#opening-hours-pop-up {
	display:none;
	position:absolute;
	top: 200px;
	left:50%;
	margin-left:-150px;
	background-color: #fff;
	padding:30px;
	width:400px;
	z-index: 999;
	text-align:left;
	-webkit-box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.4);
	border-radius: 3px;
}

#opening-hours-pop-up p {
  font-size:13px;
  text-align:left;
}

.pop-logo {
  width:250px;
  height: 43px;
  margin-bottom: 15px;
}

a#close-btn {
    background: #3E5358;
    padding: 0;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    padding: 5px 10px;
    border-radius: 3px;
    margin-top: 5px;
    display: inline-block;
    	text-decoration: none;
 
}

a#close-btn:hover {
	text-decoration: none;
    background: #41b4f0;

}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/skin/frontend/iweb/smartlearning/images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #FFF;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -14px;
	right: -14px;
	width: 30px;
	height: 30px;
	background: transparent url('/skin/frontend/iweb/smartlearning/images/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/skin/frontend/iweb/smartlearning/images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/skin/frontend/iweb/smartlearning/images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/skin/frontend/iweb/smartlearning/images/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/skin/frontend/iweb/smartlearning/images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/skin/frontend/iweb/smartlearning/images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/skin/frontend/iweb/smartlearning/images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/skin/frontend/iweb/smartlearning/images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/skin/frontend/iweb/smartlearning/images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/skin/frontend/iweb/smartlearning/images/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/skin/frontend/iweb/smartlearning/images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/skin/frontend/iweb/smartlearning/images/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/skin/frontend/iweb/smartlearning/images/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/skin/frontend/iweb/smartlearning/images/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/skin/frontend/iweb/smartlearning/images/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
.products-grid {}
.products-grid li {
	width: 172px;
	margin-right: 0;
}
.products-grid li.last {
	margin-right: 0;
}
.products-grid a {
	padding:0;
}
.products-grid .price-box {
	left: auto;
	right: auto;
}
