/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
.cms-page-view ol, .cms-page-view ul, .product-view .tabs > div ul {
	list-style: disc outside none;
	padding: 10px 0 0 15px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Remove Magento borders + backgrounds */

.header-container, body, .header .form-search, .nav-container, .main-container, .main, .footer-container, .footer li, .toolbar .pager, .product-essential, .product-view, .product-collateral, button.button span, .block .block-title, .block li.odd, .block li.even, .block .block-content, .block-cart .subtotal, .account-login .new-users h2, .account-login .registered-users h2, .dashboard .box-info .box-head h2, .block-layered-nav .currently .label, .block-layered-nav .block-subtitle, .block-layered-nav .actions {
	background: transparent;
	border: 0;
}
/* Just backgrounds */

.account-login .content {
	background: transparent;
}
/* General elements */

html {
/* background: url('../images/xmasbg.gif') 0px 60px no-repeat;*/

}


body {
	background: url('../images/backgrounds/body.gif') repeat-x;
	/*background-image: url('../images/backgrounds/body.gif'), url('../images/backgrounds/xmas-designbg.jpg');*/
	/*background-repeat: repeat-x, repeat-y;*/
	background-position: left top, center bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	z-index: 1;
	color: #323232;
}
.wrapper {
	width: 1140px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 10px;

}
.main {
	width: 100%;
	padding: 0;
}
.col-main {
	position: relative;
}
h2, .page-title h2, .cms-home .std h1 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
	border-top: 1px solid #e1e1e1;
	padding: 16px 0 10px 0;
	margin: 40px 0 0 0;
	color: #303030;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #3fb0f8;
	padding: 19px 34px 20px 10px;
}
p {
	padding: 5px 0;
	line-height:20px
}
a {
	color: #464646;
	text-decoration: none;
}
.main p a {
	color: #3FB0F8;
}
.overlay {
	width: 100%;
	height: 100%;
	background: url('../images/backgrounds/overlay.png') fixed;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
}
/* Header */
.header-container {
	margin-bottom: 10px;
}
.header {
	width: 100%;
	padding: 0;
	position: relative;
	z-index: 3;
}
.header .logo {
	margin:3px 0 8px;
}
.header .headerPromo {
	padding:10px 0 0 50px;
	float:left;
}
.category-landing .header .headerPromo { padding:10px 0 0 390px;}
.header .headerPromo p {
	width:226px;
	height:60px;
	float:left;
	display:block;
	text-indent:-9999px;
	text-align:center;
	overflow:hidden;
	background: url('http://www.makebake.co.uk/skin/frontend/default/makebake/images/header-delivery.png') no-repeat;
}
.category-landing .header .headerPromo p {
	background: url('../images/header-delivery-list.png') no-repeat;
	width:260px;
	height:100px;
}
.cms-page-view .header, .checkout-onepage-success .header, .customer-account-forgotpassword .header, .customer-account-create .header, .customer-account-index .header, .contacts-index-index .header {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 5px;
}
.cms-page-view .breadcrumbs, .catalogsearch-result-index .breadcrumbs {
	margin-top: 18px;
}
.header .quick-access {
	float: left;
	width: 974px;
	height: 50px;
	padding: 0 0 0 11px;
	position: relative;
}
/*.category-landing .quick-access {
	width: 1118px;
}*/
.header .select-family {
	float: left;
	height: 100%;
	padding: 0 10px 0 12px;
	border-left: 1px solid #555;
	cursor: pointer;
	position: relative;
	color: #fff;
	z-index: 4;
	margin: 0 0 0 19px;
}
.header .select-family.active {
	background: #fff;
	color: #313131;
	border-left: 1px solid #fff;
}
.category-landing .header .select-family { margin-left: 5px; }
.header .select-family .family {
	display: none;
	width: 219px;
	position: absolute;
	left: -18px;
	top: 40px;
	text-align: left;
	z-index: 3;
}
.header .select-family .family li:first-child {
	display:none;
}
.header .select-family .family .inner {
	background:#FFF;
	left: 17px;
	padding: 0 0 12px 20px;
	position: absolute;
	width: 219px;
	z-index: 3;
}
.width-940.mac-linux .header .select-family .family .inner {
	width: 198px;
}
.mac-linux .header .select-family .family .inner {
	width: 198px;
}
.header .select-family .family a {
	color: #464646;
	text-decoration: none;
}
.header .select-family .family a:hover {
	text-decoration: underline;
}
.header .select-family .family > ul {
	margin: 20px 0 0 42px;
}
.header .select-family .family ul > li {
	float: left;
	width: 154px;
	margin: 0 42px 0 0;
}
.header .select-family .family ul > li > ul > li {
	/*border-bottom: 1px solid #e3e3e3;
	padding: 11px 0;*/
	display:none;
}
.header .select-family .family ul > li > ul > li:first-child {
	margin: 7px 0 0 0;
}
.header .select-family span {
	line-height: 50px;
	margin: 0 0 0 3px;
	display: block;
	float: left;
}
.header .select-family img {
	margin: 11px 0 0 0;
	float: left;
}
.header .select-family li img {
	width: 156px;
}
.header .social {
    float: right;
    margin: 5px 0 0;
    width: 475px;
}
.cms-page-view .header .social {
    margin: 0;
	padding:0;
}
.category-landing .header .social {
    float: right;
    margin: 10px 0 0;
    width: 278px;
}
.category-landing .header .social li.facebook {
    float: right;
    width: 220px;
}
.category-landing .header .social li.twitter {
    float: right;
    padding: 10px 0 0;
    width: 210px;
}
.header .social li {
	display: inline;
	position: relative;
}
.header .social li.facebook {
	float: right;
	width: 240px;
}
.header .social li.twitter {
	float: right;
	padding: 20px 0;
	width:210px;
}
/* Custom menu amends */
#custommenu {
	left: 0;
	margin: 0;
	/* padding: 0 0 0 200px; */
	padding:0px 0 0 110px;
	position: absolute;
	top: 116px;
	width: 100%;
	z-index: 2;
}
.cms-home #custommenu {
	/*top: 121px;*/
	top: 137px;
}
.catalog-product-view #custommenu {
	/*top: 120px;*/
	top: 125px;
}
.catalog-category-view #custommenu, .rewritingfilters-category-view #custommenu {
	/*top: 175px;*/
	top: 170px;
}
#custommenu .menu {
	height: 27px;
	background: transparent;
	border-right: 1px solid #E4E4E4;
	font-size: 12px;
}
#custommenu .menu:last-child {
	border-right: none;
}
#custommenu #menu283 {
	background: url("../images/new-in-icon.png") no-repeat 0 center;
	padding:5px 8px 5px 23px;
	font-weight:bold;
}
#custommenu .itemSubMenu {
	font-size: 11px;
}
#custommenu .menu.active, #custommenu .menu.act.active {
	background: #fff;
}
#custommenu div.column {
	padding: 5px 15px 5px 5px;
	width: auto;
	font-size: 12px;
}
#custommenu a:hover {
	text-decoration: underline;
	background:#fff;
}
#custommenu #menu283 a:hover {
	background: transparent;
}
#custommenu #menu283:hover {
	padding:5px 8px 5px 23px;
	background: #fff url("../images/new-in-icon.png") no-repeat left 7px;
	text-decoration:none;
	font-weight:bold;
}
#custommenu div.menu.act {
	color: #464646;
	font-weight: bold;
	background: transparent;
}
#custommenu div.wp-custom-menu-popup {
	border: 0;
}
#popup3 {
	left: 0 !important;
	width: 1120px;
}
#popup21 {
	left: 756px !important;
}
#popup34 {
	left: 555px !important;
}
#popup5 {
	left: 577px !important;
}
#popup405 {
        left: 439px !important;
}
#custommenu .parentMenu {
	padding-top: 5px
}
#custommenu .itemMenuName.level1 {
	font-weight: bold;
	border-bottom: 1px solid #f0f0f0;
	padding: 5px;
	text-decoration: none;
}
#custommenu .itemMenu.level2 {
	padding: 5px 0 5px 0;
}
#custommenu .itemMenu.level2 .itemMenuName {
	background: url("../images/icons/blue-icon-bullet.png") no-repeat left;
	padding: 0 0 4px 12px;
}
div.wp-custom-menu-popup a.act {
	color: #3FB0F8;
}
#custommenu div.itemSubMenu {
	margin-left: 4px;
}
/* Custom menu end */

.header .form-search {
	float: left;
	width: 246px;
	height: 100%;
	position: static;
	padding: 0 0 0 22px;
	border-left: 1px solid #555;
}
.header .form-search input.input-text {
	border: 0;
	background: url('../images/backgrounds/search-input.png') no-repeat;
	width: 100%;
	height: 25px;
	margin: 12px 0 0 0;
	padding: 0 0 0 35px;
}
.header .slogan {
	position: absolute;
	right: 0px;
	top: 89px;
}
.header .nav-container {
	margin: 0;
}
.header .links li {
	height: 40px;
	background: #fff;
	border-right: 1px solid #f0f0f0;
	padding:0 5px 0 4px;
}
.header .links li.last {
	border: 0;
	color: #fff;
	padding: 12px 0 0 0;
}
.header li.first .top-link-cart {
	background: url('../images/icons/cart.png') 0 12px no-repeat;
	padding: 0 0 0 19px;
}
.header li.first {
	cursor: pointer;
	padding: 0 15px 0 0;
	width: 82px;
}
.header .links li.last a {
	line-height: normal;
	width: 38px;
}
.header .links {
	margin: 10px 0 0 0;
}
.header .links li a {
	color: inherit;
	line-height: 40px;
	padding: 0 9px 0 7px;
	display: inline-block;
	height: 100%;
}
.header .links .top-link-cart span {
	display: block;
	width: 49px;
	text-align: center;
}
.header .links li.currency a {
	padding: 0;
}
.header .links li.currency img {
	margin: 11px 2px 0 0;
	display: block;
	float: left;
}
/* cart dropdown */

.dropdown-trigger {
	width: 200px;
}
.quick-access .block.block-cart {
	position: absolute;
	right: 54px;
	top: 50px;
	width: 339px;
	background: #fff;
	z-index: 3;
	border: 0;
	text-align: left;
	font-size: 12px;
	padding: 0 0 10px 0;
	visibility: hidden;
}
html.mac-linux .quick-access .block.block-cart {
	width: 341px;
}
.quick-access .block.block-cart .product-name {
	color: #474747;
	padding: 0;
	font-weight: bold;
}
.quick-access .block.block-cart .price {
	color: #3fb0f8;
	font-weight: bold;
}
.quick-access .block.block-cart .remove {
	padding: 0;
}
.quick-access .block.block-cart .remove a {
	color: #ff4242;
}
.quick-access .block.block-cart #cart-sidebar .product-details {
	width: 150px;
	float: left;
	margin: 0 0 0 18px;
}
.quick-access .block.block-cart #cart-sidebar img {
	float: left;
}
.quick-access .block.block-cart .quantity {
	width: 24px;
	height: 24px;
	border: 1px solid #e4e4e4;
	float: right;
	color: #313131;
	text-align: center;
	line-height: 24px;
}
.quick-access .block-cart .subtotal {
	float: left;
	display: block;
	color: #484848;
	width: 120px;
	font-weight: bold;
	margin: 2px 0 0 80px;
}
.quick-access .block.block-cart .subtotal .price {
	color: #484848;
}
.quick-access .block-cart button.button {
	float: right;
	margin: 0 10px 0 0;
	background-color: #3FB0F8;
	float: right;
	margin: 0 10px 0 0;
	padding-top: 5px;
}
.quick-access .block-cart button.button > span {
    /*background: url("../images/buttons/add-to-cart.png") no-repeat scroll 0 0 transparent;*/
	background-color:#3FB0F8 color: #fff;
	display: block;
	height: 27px;
	padding: 1px 0 0;
	width: 103px;
}
.quick-access .block-cart .block-content {
	border-bottom: 1px solid #e4e4e4;
	margin: 0 10px 10px 10px;
	height: 205px;
}
/* Main navigation */

.main-nav .drop-down {
	display: none;
}
.main-nav {
	position: absolute;
	left: 183px;
	top: 112px;
	height: 43px;
	text-align: left;
}
.main-nav ul > li {
	float: left;
	height: 26px;
	border-left: 1px solid #e4e4e4;
	padding: 0 16px;
	margin: 18px 0 0 0;
}
.no-border {
	border: 1px solid rgb(100, 100, 100) !important; /* default color */
	border: 1px solid rgba(0, 0, 0, 0.0) !important;
}
.main-nav ul > li.no-border {
	border-left: 1px solid rgb(100, 100, 100); /* default color */
	border-left: 1px solid rgba(0, 0, 0, 0.0); /* rgba for transparency */
}
.main-nav ul > li:last-child.no-border {
	border-right: 1px solid rgb(100, 100, 100); /* default color */
	border-right: 1px solid rgba(0, 0, 0, 0.0); /* rgba for transparency */
}
.main-nav ul > li a {
	width: 100%;
	height: 100%;
	display: block;
}
.main-nav ul > li a:hover {
	text-decoration: underline;
}
.main-nav > ul > li:last-child {
	border-left: 1px solid #e4e4e4;
}
.main-nav .drop-down {
	position: absolute;
	left: -21px;
	top: 43px;
	background: #fff;
	width: 833px;
	min-height: 314px;
	display: none;
	padding: 0 0 17px 0;
	border: 1px solid #e4e4e4;
}
.main-nav .drop-down ul {
	float: right;
	width: 373px;
	height: 225px;
}
.main-nav .drop-down .details {
	float: left;
	width: 351px;
	margin: 0 0 0 43px;
}
.main-nav .drop-down .details .category-url {
	font-weight: bold;
	text-transform: uppercase;
	margin: 22px 0 0 0;
}
.main-nav .drop-down li {
	width: 175px;
	padding: 11px;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #e4e4e4;
	float: none;
	height: auto;
	margin: 0;
}
.main-nav .drop-down ul {
	margin: 30px;
}
.main-nav .drop-down li:last-child {
	border-right: 0;
}
.main-nav ul > li img {
	width: 213px;
	margin: 30px 0 27px 0;
}
/* Homepage */

.cms-home .std h2 {
	padding-bottom:0;
}
.cms-home .std p {
	color: #909090;
	line-height:20px
}
.headerSliderContainer { float:left; width:100%;}
.header-side {
	float: right;
	width: 25%;
	height: 318px;
	margin-bottom: 20px;
}
.header-slider {
	float: left;
	width: 75%;
	height: 318px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.header-side a { display:block;}
.header-slider img,
.header-side img {
	max-width: 100%;
	height: auto;
}
#pager a {
	background: #fff;
	display: block;
	float: left;
	height: 10px;
	margin: 0 3px;
	text-indent: -9999px;
	width: 10px;
	border:1px solid #ececec;
}
#pager a.activeSlide {
	background: #01B5DA;
}
.header-slider ul li img {
	width: 1140px;
}
.header-slider p {
	padding: 0;
}
.header-slider .label {
	position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}
#prev, #next {
	display: block !important;
    height: 52px;
    position: absolute;
    top: 75%;
    text-indent: -9999px;
    width: 55px;
    z-index: 10;
    background: transparent url(../images/buttons/slider-arrows.png) no-repeat;
    cursor: pointer;
}
#prev {
	background-position: 0 0;
	right: 73px;
}
#next {
	background-position: -55px 0;
	right: 18px;
}
#prev:hover {
	background-position: 0 -52px;
}
#next:hover {
	background-position: -55px -52px;
}
.featured {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}
.featured .slider {
	width: 1140px;
	overflow: hidden;
}
.featured #prevFeatured {
	position: absolute;
	left: -7px;
	top: 72px;
	width: 42px;
	height: 70px;
}
.featured #nextFeatured {
	position: absolute;
	right: -7px;
	top: 72px;
	width: 42px;
	height: 70px;
}
.featured #prevFeatured a {
	width: 100%;
	height: 100%;
	display: block;
	background: url('../images/buttons/featured-left.png') no-repeat;
	text-indent: -10000px;
}
.featured #nextFeatured a {
	width: 100%;
	height: 100%;
	display: block;
	background: url('../images/buttons/featured-right.png') no-repeat;
	text-indent: -10000px;
}
.featured ul li {
	height: 372px !important;
	width: 1140px !important;
}
.featured .slider > ul {
	overflow: hidden;
}
.featured ul li div {
	width: 285px !important;
	float: left;
	list-style: none;
	background: url('../images/backgrounds/border-grey.gif') right 214px no-repeat;
}
.featured p {
	margin: 0 34px 0 10px;
	line-height:20px;
}
.featured ul h3 {
	padding-bottom:0;
	color:#40B0F8;
}
.featured ul h3 a {
	color:#40B0F8;
}
a.more {
	margin: 19px 0 0 10px;
	width: 80px;
	height: 22px;
	background: url('../images/buttons/more-info.png') no-repeat;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 21px;
}
a.more:hover {
	background: url('../images/buttons/more-info-hover.png') no-repeat;
}
div.inspiration {
	width: 100%;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}
.page a.see-all {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 16px 0 19px 0;
	text-decoration: none;
	float: right;
	color: #000;
	position: absolute;
	top: 0px;
	right: 0px;
}
a.see-all:hover {
	text-decoration: underline;
}
.inspiration li {
	float: left;
	width: 252px;
	padding: 0 21px 7px 21px;
	border-right: 1px solid #e1e1e1;
	min-height: 358px;
}
.inspiration li:first-child {
	padding: 0 24px 0 0;
}
.inspiration li:last-child {
	padding: 0 0 0 21px;
	border: 0;
}
.inspiration img {
	padding: 4px;
	border: 1px solid #f1f1f1;
}
.inspiration li:first-child img {
	padding: 0;
}
.inspiration li .addthis_toolbox.addthis_default_style {
	margin: 10px 0 0 0;
}
ul.inspiration {
	overflow: hidden;
}
.inspiration h3 {
	padding: 19px 34px 20px 0;
}
.inspiration strong {
	padding: 0 0 16px 0;
	display: block;
}
/* Footer */

.footer-container {
	height: 200px;
	background: url('../images/backgrounds/footer.gif');
	margin: 60px 0 0 0;
	position: relative;
}
.footer-slogan {
	position: absolute;
	left: 21px;
	top: -29px;
}
.footer {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
}
.footer a.logo {
	margin: 13px 0 0 13px;
	float: left;
	display: block;
}
.footer ul {
	float: left;
	width: 200px;
	margin: 13px 0 0 21px;
	border-right: 1px solid #f0f0f0;
}
.footer ul.last {
	border: 0 none;
	width: 200px;
}
.footer li {
	float: none;
	display: block;
	padding: 4px 0 5px 10px!important;
	background: url("../images/icons/blue-icon-bullet.png") no-repeat left 9px;
}
.footer li strong {
	display: block;
	padding: 0 0 11px 0;
}
.footer li.noArrow {
	background: none;
	padding: 0 !important;
}
.footer a {
	color: #000;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footer li.facebook, .footer li.twitter {
	background: none;
    float: right;
    padding: 0;
}
.footer .social li.facebook a, .footer .social li.twitter a  {
	display: block;
	height: 30px;
	text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
	text-align:left;
	float: left;
}
.footer .social .twitter a {
	width: 165px;
	background: transparent url(../images/twitter.png) no-repeat;
}
.footer .social .facebook a {
	background: transparent url(../images/facebook.png) no-repeat;
	width:168px;
}
.footer .social .twitter a:hover {
	background: transparent url(../images/twitter-hover.png) no-repeat;
}
.footer .social .facebook a:hover {
	background: transparent url(../images/facebook-hover.png) no-repeat;
}
.footer .jump_to_section {
    float: left;
    line-height: 28px;
    margin: 6px 25px 0 30px;
    width: 250px;
}
.footer .jump_to_section p {
	padding-bottom:10px;
}

.secureness {
	float: right;
	width: 83%;
	margin-top: 10px;
	text-align: right;
	margin-right: 13px;
}
	.secureness .payment-methods { position: relative; top: -8px; }

.copyright {
	font-size: 11px;
	color: #adadad;
	padding: 8px 0;
}
.copyright .copyright {
	float: left;
}
.copyright .website-by {
	float: right;
	margin: 6px;
}
.copyright .website-by p {
	float: left;
	width: 105px;
}
.copyright .website-by p.yoma {
	padding-right: 5px;
	width: 300px;
}
.copyright .website-by p.yoma a {
	color:#ADADAD;
}
.copyright .website-by p.yoma a:hover {
	color:#000;
	text-decoration:underline;
}
.copyright .website-by img {
	float: right;
}
/* Category landing page */
.catalog-category-view .col-main, .rewritingfilters-category-view .col-main {
	width: 943px;
	float: right;
}
.category-cms {
	width: 449px;
	float: left;
	margin: 40px 0 0 0;
}
.category-cms.last {
	float: right;
}
.catalog-category-view .col-main .header-slider, .rewritingfilters-category-view .col-main .header-slider {
	width: 1140px !important;
	margin: 0 0 0 -197px;
}
.catalog-category-view .col-main .header-slider ul li, .rewritingfilters-category-view .col-main .header-slider ul li {
	width: 1140px !important;
}
.catalog-category-view .col-main #prevBtn, .rewritingfilters-category-view .col-main #prevBtn {
	left: -178px;
}
.catalog-category-view .col-main #nextBtn, .rewritingfilters-category-view .col-main #nextBtn {
	left: -125px;
}
/*.catalog-category-view .col-main .main-inner, .rewritingfilters-category-view .col-main .main-inner {
	clear: both;
	margin: 60px 0 0 -197px;
	width: 1140px;
}*/
.catalog-category-view .col-main .main-inner, .rewritingfilters-category-view .col-main .main-inner {
	clear: both;
	margin: 40px 0 0 0;
}
.category-sidebar {
	width: 180px;
	float: left;
	margin: 337px 0 0 0;
	padding: 0 5px 0 0;
}
.category-sidebar a:hover {
	text-decoration: underline;
}
.category-sidebar li {
	width: 100%;
	padding: 11px 0 11px 0;
	font-weight: bold;
}
.category-sidebar li ul {
	padding: 10px 0 0 0;
	display: none;
	clear: both;
}
.category-sidebar li ul li {
	width: 100%;
	padding: 11px 0;
	font-weight: normal;
}
.category-sidebar li.active-sub {
	background: url('../images/icons/arrow-right.png') 0px 15px no-repeat;
	padding: 11px 0 11px 10px;
}
.category-sidebar li.parent {
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
.category-sidebar > ul > li > a {
	width: 90%;
	float: left;
	line-height: 17px;
	margin-bottom:10px
}
.category-sidebar li.parent a {
	width: auto;
	float: none;
}
.category-sidebar li img {
	float: right;
	cursor: pointer;
}
.category-sidebar li ul li {
	background: url("../images/icons/blue-icon-bullet.png") 0 5px no-repeat;
	padding: 0 0 2px 12px;
}
.category-description {
	line-height:20px;
}
.block-layered-nav dt, .block-layered-nav dd, .block-layered-nav .currently li {
	background: transparent;
	padding: 0 0 10px 0;
	text-transform: none;
}
.block-layered-nav li {
	font-weight: normal;
	background: url("../images/icons/blue-icon-bullet.png") 0 5px no-repeat;
	padding: 0 0 2px 12px;
}
.block-layered-nav .actions {
	text-align: left;
	padding: 0 0 10px 0;
	font-size: 12px;
}
.block-layered-nav .actions a {
	color: #3FB0F8;
}
.block-layered-nav .block-subtitle, .block-layered-nav .currently .label {
	padding: 0;
	color: #323232;
	text-transform: none;
}
.block-layered-nav .block-subtitle {
	padding: 0 0 10px 0;
}
.products {
	clear: both;
	overflow: hidden;
}
.products ul li {
	float: left;
	width: 151px;
	border: 1px solid #f0f0f0;
	background: #f0f0f0;
	margin: 0 44px 20px 0;
	position: relative;
	cursor: pointer;
}
.products ul li.hover {
	border: 1px solid #3fb0f8;
	background: url('../images/backgrounds/grid-product.gif');
}
.products ul li.hover .regular-price .price, .popular-products li.hover h3 a, .products ul li.hover .old-price .price, .products ul li.hover .special-price .price {
	color: #fff;
}
.products ul li.hover a.more-info {
	background: #34495E;
}
.products ul li.hover a.btn-cart {
	background: #2C3E50;
}
.products ul li.last {
	margin: 0;
}
.products h3 {
	height: 82px;
	padding: 10px;
}
.products .btn-cart {
	display: block;
	height: 22px;
	margin: 0 10px;
	color: #fff;
	font-weight: 700;
	line-height: 21px;
	text-align: center;
	background: #EC1273;
	border-radius: 5px;
}
li .availability.out-of-stock {
	padding: 0;
	text-align: center;
}
.products .regular-price .price, .products .old-price .price, .products .special-price .price {
	color: #3fb0f8;
	padding: 0 0 0 10px;
}
.minimal-price-link {
	padding: 0 0 0 10px;
}
.products .old-price {
	padding: 3px 0;
	font-size: 13px;
}
.products .old-price {
	float: left;
}
.products a.more-info {
	background: #A5ACB1;
	height: 22px;
	color: #fff;
	text-align: center;
	display: block;
	line-height: 21px;
	font-weight: bold;
	margin: 5px 10px 10px;
	border-radius: 5px;
}
.products h3 a {
	font-size: 0.95em;
	color: #474747;
	font-weight: bold;
}
.products ul li img {
	height: 114px;
}
a.product-image {
	width: 100%;
	display: block;
	background: #fff;
	text-align: center;
}
.product-name {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
}
.price-box {
	margin: 0 0 10px;
}
.availability.out-of-stock span {
	color: #F177AE;
	font-size: 12px;
}
.pager .amount {
	float: left;
	margin: 0;
	padding: 2px 10px;
}
.add-to-cart {
	margin-bottom:20px;
}
.catalog-category-view .inspiration li, rewritingfilters-category-view .inspiration li {
	width: 206px;
	padding: 0 18px;
}
.catalog-category-view .inspiration li:first-child, rewritingfilters-category-view .inspiration li:first-child {
	padding: 0 25px 0 0;
}
.catalog-category-view .inspiration li:last-child, rewritingfilters-category-view .inspiration li:last-child {
	padding: 0 0 0 19px;
}
a.logo.category {
	display: block;
	position: absolute;
	top: 73px;
}
.wrapper.category-landing .header .slogan {
	top: 116px;
}
a.home-link {
	position: absolute;
	top: 184px;
	left: 1px;
}
div.home-link {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	float: left;
	width: 158px;
	line-height: 49px;
	height: 100%;
	text-align: left;
}
div.home-link a {
	color: #fff;
}
.wrapper.category-landing .main-container {
	margin: 40px 0 0;
}
.wrapper.category-landing .main-nav {
	margin: 54px 0 0 0;
}
/* Product listing */

.sub-category .main-nav > ul > li, .catalog-product-view .main-nav > ul > li {
	height: 31px;
}
.wrapper.sub-category .main-nav {
	height: 49px;
}
.wrapper.sub-category a.home-link {
	border-bottom: 1px solid #e4e4e4;
	height: 31px;
	text-align: left;
	width: 100%;
}
.wrapper.sub-category a.home-link.no-border {
	border: 0;
}
.wrapper.sub-category .category-sidebar {
	margin: 17px 0 0 0;
}
.wrapper.sub-category .col-main .main-inner {
	clear: both;
	margin: 10px 0 0 0;
	width: 100%;
}
.wrapper.sub-category .breadcrumbs {
	border-top: 1px solid #E3E3E3;
	margin: 0 0 0;
	padding: 14px 0 0;
}
.breadcrumbs {
	font-size: 12px;
	width: 1140px;
}
.breadcrumbs a {
	color: #357eb2;
	text-decoration: underline;
}
.breadcrumbs span {
	line-height: 0;
}
.breadcrumbs a:hover {
	text-decoration: none;
}
.products.list {
	margin: 16px 0 0 0;
}
.products.list ul {
	clear: both;
	height: 269px;
}
.toolbar {
	overflow: hidden;
	margin: 0 0 22px 0;
}
.pager .pages {
	margin: 0;
	float: right;
	padding: 5px 0 5px 10px;
}
.pager .pages li img {
	height: auto;
}
.toolbar-bottom {
	clear: both;
}
.toolbar-bottom .toolbar {
	margin-bottom:0
}
.toolbar, .toolbar-bottom {
	width: 592px;
	float: right;
}
.toolbar .pager {
	float: right;
	padding: 0;
}
.pager strong {
	font-weight: normal;
}
.pager span {
	font-weight: bold;
}
.sort-by {
	float: right;
	font-weight: bold;
	margin: 2px 21px 0 0;
}
.view-all {
	float: right;
	font-weight: bold;
	padding: 0 0 5px 37px;
}
.page .view-all a {
	color: #464646;
}
/* Product detail */

.product-view .product-shop .availability {
	font-size: 15px;
}
.catalog-product-view .breadcrumbs {
	border-top: 1px solid #e4e4e4;
	margin: 5px 0 0 0;
	padding: 20px 0;
}
.product-view .product-img-box {
	border: 1px solid #E4E4E4;
	padding: 10px 10px 0 10px;
	width: 433px;
}
.product-view .product-img-box .product-image {
	margin: 0;
}
.product-view .product-img-box .more-views h2 {
	border-top:none;
	padding: 10px 0 0 0;
	text-transform:capitalize;
	font-size:12px;
}
.product-options {
	width: 250px;
}
.product-options p.required {
	position: absolute;
	right: 18px;
	top: 12px;
}
.product-shop .product-options-bottom {
	background: none;
	border: 0;
	margin: 10px 0 10px 0;
	padding: 0;
}
.product-options-bottom .add-to-cart {
	float: none;
}
.col1-layout .product-view .product-shop {
	width: 647px;
}
.product-essential {
	padding: 0;
}
.product-view .product-image img {
	margin: 45px auto;
	display: block;
}
.product-view .product-img-box .product-image-zoom {
	width: 449px;
	height: 338px;
	margin: 0;
	padding: 0;
	text-align: center;
}
.product-view .product-shop .product-name h1 {
	color: #3FB0F8;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
}
.product-view p.sku {
	padding: 0;
	font-size: 11px;
}

.product-view .product-shop .link-stock-alert a {
    padding: 0.5em 1em;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    background: #F177AE;
}
    .product-view .product-shop .link-stock-alert a:hover {
        background: #545454;
    }

.product-view .price {
	font-size: 18px;
	color: #313131;
	font-weight: bold;
}
.add-to-cart label {
	color: #313131;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	padding-right: 5px;
	padding-top: 7px;
}
input.qty {
	color: #313131;
	height: 34px;
	padding: 0;
	text-align: center;
	width: 34px !important;
}
.product-view button.button > span {
	/*background: url('../images/buttons/add-to-cart.png') no-repeat;*/
	background-color: #3FB0F8;
	color: #fff;
	display: block;
	height: 28px;
	margin-left: 6px;
	padding: 9px 0 0;
	width: 168px;
}
.product-view .tabs > div {
	border: 1px solid #E4E4E4;
	padding: 15px;
	position: relative;
	z-index: 0;
}
.product-essential .tabs h2 {
	margin: 10px 0 0;
}
.product-view .tabNavigation li {
	float: left;
	font-size: 14px;
	padding: 7px 15px 5px;
	background: #a5acb1;
	color: #fff;
	height: 22px;
	position: relative;
	bottom: -5px;
}
.product-view .tabNavigation li a {
	color: #fff;
}
.product-view .tabNavigation .selected a {
	color: #313131;
}
.product-view .email-friend a {
	color: #3FB0F8;
	text-decoration: underline;
	text-transform: uppercase;
}
.product-view .email-friend a:hover {
	text-decoration: none;
}
.product-view .tabNavigation {
	bottom: -1px;
	overflow: hidden;
	position: relative;
}
.product-view .tabNavigation .selected {
	background: #fff;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #fff;
	height: 24px;
	text-align: center;
	position: relative;
	bottom: -1px;
	z-index: 1;
}
.product-view #second > div, .product-view #first > div {
	padding: 10px 0 0 10px;
}
.box-collateral.box-description {
	height: auto;
	width: 620px;
}
.box-collateral.box-description ul, .box-collateral.box-description ol {
	margin: 0 0 1.625em 1.5em;
}
.box-collateral.box-description ul li, .box-collateral.box-description ol li {
	list-style:disc;
	margin-bottom: 10px;
}
#second .jspPane {
	padding-top: 4px !important;
}
.product-view #second > div {
	height: 155px;
	width: 620px;
}
.recently.products li:last-child {
	margin: 0;
}
.product-view .addthis_toolbox.addthis_default_style {
	margin: 19px 0 0 0;
}
.add-to-cart button.button span {
	font-size: 14px;
}

.product-view .upsells h2 {
	margin-top: 0;
}

.product-view .upsells ul {
	height: 303px;
	overflow-y: scroll;
}

.product-view .upsells ul li {
	float: none;
	width: auto;
	height: auto;
	margin: 0 0 15px;
}

.product-view .upsells .product-image {
	float: left;
	width: 84px;
}
	.product-view .upsells .product-image img {
		height: 84px;
		margin: 0;
	}

.product-view .upsells .content {
	float: right;
	width: 310px;
	margin-left: 20px;
	padding: 10px 0;
}
	.product-view .upsells .content h3 {
		padding: 0;
	}

	.product-view .upsells .content .price-box {
		margin-bottom: 5px;
	}
		.product-view .upsells .content .price {
			padding: 0;
			font-size: 16px;
		}

	.product-view .upsells .content .availability.out-of-stock {
		float: left;
	}

	.product-view .upsells a.more-info {
		position: relative;
		left: auto;
		bottom: auto;
		float: left;
	}
/* Cart page */

.cart .page-title.title-buttons {
	position: relative;
}
.cart .page-title.title-buttons .checkout-types {
	position: absolute;
	right: 0px;
	top: 13px;
}
.cart .page-title h1, .checkout-cart-index .page-title h1, .customer-account-login .page-title h1, .paypal-express-review .page-title h1 {
	width: 100%;
	display: block;
	border-top: 1px solid #E4E4E4;
	margin: 0;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding: 16px 0 19px;
	text-transform: uppercase;
}
.checkout-cart-index .page-title, .customer-account-forgotpassword .page-title, .customer-account-login .page-title, .customer-account-create .page-title, .customer-account-index .page-title {
	border-bottom: 0;
}
.cart .page-title.title-buttons .checkout-types .paypal-or {
	position: relative;
	top: -22px;
}
.cart button.button span, #checkout-step-login button.button span, .checkout-onepage-index button.button span, .customer-account-forgotpassword button.button span, .customer-account-login button.button span, .customer-account-create button.button span, .contacts-index-index button.button span, .customer-account-edit button.button span, .customer-address-form button.button span, .ajaxpro-continue-button.button span, .ajaxpro-continue-button.button span {
	background: #3fb0f8;
	height: 28px;
	padding-top: 3px;
}
button.button span span {
	background: none repeat scroll 0 0 transparent !important;
}
.btn-proceed-checkout {
}
.btn-proceed-checkout span {
	height: 40px !important;
	padding-top: 0 !important;
}
.btn-proceed-checkout span span {
}
.btn-checkout span {
	height: 40px !important;
	padding-top: 0 !important;
}
#review_button {
	opacity: 1 !important;
}
#review_button span {
	color: #fff;
	background: #3fb0f8;
}
.customer-account-edit button.button, .customer-address-form button.button {
	clear: both;
}
#shopping-cart-table td {
	vertical-align: top;
	padding: 10px;
}
.cart-table .product-name {
	border: 0;
	padding: 0;
}
.wrapper .cart-collaterals h2 {
	margin: 0;
	border: 0;
	color: #0A263C;
	background: transparent;
	padding: 0;
}
.cart .totals {
	background: url("../images/backgrounds/bkg_block-title.gif") repeat-x #fff;
}
.data-table tfoot tr.first td, .data-table thead th {
	background: #fff;
}
/* Checkout */

.checkout-onepage-index .page-title h1 {
	width: 1140px;
	position: absolute;
	display: block;
	border-top: 1px solid #E4E4E4;
	margin: 0;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding: 16px 0 19px;
	text-transform: uppercase;
}
#checkoutSteps {
	margin: 50px 0 0 0;
}
#checkoutSteps h2 {
	padding: 0;
	border: 0;
	width: auto;
	color: #3fb0f8;
}
#checkoutSteps h3 {
	color: #000;
	padding: 19px 34px 20px 0;
}
.opc .active .step-title .number {
	background: #3fb0f8;
	border: 0;
}
.opc .allow .step-title {
	background: inherit;
}
.opc .allow .step-title .number {
	background: #fff;
	border: 1px solid #fff;
	color: #999999;
}
.checkout-onepage-index .col-right.sidebar {
	margin: 45px 0 0 0;
}
.checkout-onepage-index .data-table {
	border: 0;
	border-left: 1px solid #BEBCB7;
	border-right: 1px solid #BEBCB7;
}
#checkout-review-table-wrapper .first.last th.a-center:last-child {
	border-right: 1px solid #BEBCB7;
}
#opc-review .buttons-set {
	border-color: #BEBCB7;
}
/* CMS pages */

.cms-page-view h1, .checkout-onepage-success h1 {
	color: #3FB0F8;
	font-size: 30px;
	font-weight: bold;
}
.cms-page-view .page-title, .checkout-onepage-success .page-title {
	border: 0;
	margin: 0;
}
.cms-page-view h2, .checkout-onepage-success h2.sub-title {
	border: 0;
	padding: 0;
	margin: 10px 0 0 0;
	color: #000;
}
.cms-page-view h3 {
	font-size: 12px;
	padding: 0;
	color: #000;
	margin: 10px 0 0 0;
}
.cms-page-view .std img {
	border: 1px solid #E4E4E4;
	float: left;
	margin: 0 12px 12px 0;
	padding: 4px;
	background: #fff;
}
/* Password recover */
.customer-account-forgotpassword .page-title h1, .customer-account-create .page-title h1, .customer-account-index .page-title h1, .contacts-index-index .page-title h1 {
	width: 100%;
	display: block;
	margin: 0;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding: 16px 0 19px;
	text-transform: uppercase;
	color: #000;
}
.contacts-index-index .page-title h1 {
	padding: 16px 0 0 0;
}
.contacts-index-index .page-title {
	margin: 0 0 10px 0;
}
.contacts-index-index .form-list li.wide textarea {
	width: 490px;
}
.contacts-index-index .form-list label {
	padding: 0 0 5px;
}
.contacts-index-index .form-list .input-box {
	padding-bottom: 5px;
}
/* Log in page */

.customer-account-login h2 {
	padding: 0 !important;
	color: #000 !important;
}
.customer-account-login p.required {
	text-align: left;
}
/* Create account */

.fieldset .legend {
	background: #fff;
	border: 1px solid #CCCCCC;
	color: #000;
}
/* Edit account */

.col2-left-layout .col-main {
	float: left;
}
.col2-left-layout .col-left {
	float: left;
	width: 258px;
}
.col2-left-layout .dashboard .box-info .box-head h2 {
	text-align: left;
	color: #000;
	padding: 0;
}
.col2-left-layout h3, .col2-left-layout .dashboard .box .box-title h4 {
	padding: 0 0 5px;
}
.col2-left-layout .dashboard a {
	text-decoration: underline;
	color: #3FB0F8;
}
.col2-left-layout a:hover {
	text-decoration: none;
}
.col2-left-layout .block-account {
	margin: 20px 0 0 18px;
}
.col2-left-layout .block-account .block-content li.current {
	color: #000;
}
.col2-left-layout .block-account .block-content li a:hover {
	color: #3FB0F8;
}
.customer-account-index .header, .customer-account-edit .header, .customer-address-form .header, .sales-order-history .header, .review-customer-index .header, .tag-customer-index .header, .wishlist-index-index .header, .newsletter-manage-index .header, .catalogsearch-result-index .header, .cms-index-noroute .header {
	border-bottom: 1px solid #e4e4e4;
}
.col2-left-layout .page-title, .catalogsearch-result-index .page-title, .contacts-index-index .page-title, .cms-index-noroute .page-title {
	border-bottom: 0;
}
.col2-left-layout .page-title h1, .catalogsearch-result-index .page-title h1, .cms-index-noroute .page-title h1 {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 16px 0 19px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}
.col2-left-layout p.required {
	float: right;
}
/* Search page */

.catalogsearch-result-index .page-title h1 {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 16px 0 19px;
	text-align: left;
	text-transform: uppercase;
	width: 250px;
}
.catalogsearch-result-index .page-title {
	width: 250px;
}
.catalogsearch-result-index .toolbar {
	float: left;
	width: auto;
}
#search_autocomplete {
	display: none !important;
}
/* ie9 fixes */

html.ie9 .header .links .top-link-cart span, html.ie7 .header .links .top-link-cart span, html.ie8 .header .links .top-link-cart span {
	color: #000;
	height: 100%;
	line-height: 40px;
}
html.ie9 .quick-access .block.block-cart, html.ie8 .quick-access .block.block-cart {
	width: 325px;
}
html.ie9 #custommenu, html.ie8 #custommenu, html.ie7 #custommenu {
	top: 116px;
}
html.ie9 .cms-home #custommenu, html.ie8 .cms-home #custommenu, html.ie7 .cms-home #custommenu {
	top: 121px;
}
html.ie9 .catalog-category-view #custommenu, html.ie8 .catalog-category-view #custommenu, html.ie9 .rewritingfilters-category-view #custommenu, html.ie8 .rewritingfilters-category-view #custommenu {
	top: 175px;
}
html.ie9 .header .select-family .family .inner {
	width: 218px;
}
/* ie7 fixes */
html.ie7 .overlay {
	position: fixed;
}
html.ie7 .catalog-category-view #custommenu, html.ie7 .rewritingfilters-category-view #custommenu {
	top: 185px;
}
html.ie7 .header li .top-link-cart, html.ie7 .header .links .top-link-cart span, html.ie7 .header .links li a {
	color: #000;
}
html.ie7 .header .links li.last a {
	color: #fff;
}
html.ie7 .header li.first .top-link-cart {
	background: url("../images/icons/cart.png") no-repeat 10px 12px;
}
html.ie7 .quick-access .block.block-cart {
	width: 314px;
}
html.ie7 .no-border, html.ie7 .main-nav ul > li.no-border, html.ie7 .main-nav ul > li:last-child.no-border {
	border: 0!important;
}
html.ie7 .quick-access .block.block-cart {
	z-index: 10;
}
html.ie7 .header .quick-access {
	z-index: 9;
}
html.ie7 .main-nav {
	z-index: 1;
}
html.ie7 .header .slogan {
	z-index: 1;
}
html.ie7 .header .select-family .family .inner > ul > li {
	height: 255px;
}
html.ie7 .header-slider {
	margin: 13px 0 0 0;
}
html.ie7 .copyright .website-by {
	width: 480px;
}
html.ie7 .copyright .website-by img {
	margin-top: -20px;
}
html.ie7 p.alive img {
	padding-left: 85px;
}
html.ie7 .featured ul li {
	height: 392px!important;
}
html.ie7 .header .form-search input.input-text, html.ie8 .header .form-search input.input-text {
	padding: 6px 0 0 35px;
}
html.ie7 a.logo.category {
	left: 0;
}
html.ie7 .catalog-category-view .inspiration li, html.ie7 .rewritingfilters-category-view .inspiration li {
	padding: 0 12px;
}
html.ie7 .wrapper.sub-category .main-container {
	margin: 10px 0 0 0;
}
html.ie7 .pager {
	float: right;
	width: 290px;
}
html.ie7 .header-container, html.ie7 .customer-account-create .header, html.ie7 .cms-page-view .header, html.ie7 .checkout-onepage-success .header, html.ie7 .customer-account-forgotpassword .header, html.ie7 .customer-account-create .header, html.ie7 .customer-account-index .header, html.ie7 .contacts-index-index .header, html.ie7 .customer-account-edit .header, html.ie7 .customer-address-form .header, html.ie7 .sales-order-history .header, html.ie7 .review-customer-index .header, html.ie7 .tag-customer-index .header, html.ie7 .wishlist-index-index .header, html.ie7 .newsletter-manage-index .header, html.ie7 .catalogsearch-result-index .header {
	padding-bottom: 12px;
}
html.ie7 .catalogsearch-result-index .header {
	padding-bottom: 12px;
}
html.ie7 .catalogsearch-result-index .toolbar {
	text-align: left;
	width: 322px;
}
html.ie7 .catalogsearch-result-index .pager {
	width: 170px;
}
html.ie7 .cms-index-index .header-container, html.ie7 .catalog-category-view .header-container, html.ie7 .rewritingfilters-category-view .header-container {
	padding: 0;
}
html.ie7 .header .select-family .family .inner > ul > li {
	height: auto;
}
html.ie9 .catalog-product-view #custommenu {
	top: 119px;
}
html.ie8 .catalog-product-view #custommenu {
	top: 120px;
}
html.ie7 .catalog-product-view #custommenu {
	top: 124px;
}
.opc .step {
	background: none;
}
html.ie7 .opc .allow .step-title {
	background: none;
}
/* IE8 fixes */
html.ie8 .header .select-family .family .inner, html.ie7 .header .select-family .family .inner {
	width: 220px;
}
html.ie8 .no-border, html.ie8 .main-nav li.no-border, html.ie8 .header.no-border {
	border: 0!important;
}
html.ie8 .catalog-category-view .inspiration li, html.ie8 .rewritingfilters-category-view .inspiration li {
	padding: 0 12px;
}
html.ie8 .catalog-category-view .inspiration li:first-child, html.ie8 .rewritingfilters-category-view .inspiration li:first-child {
	padding: 0 18px 0 0;
}
html.ie8 .quick-access .block.block-cart {
	width: 323px;
}
/* CSS Styles that are needed by jScrollPane for it to operate correctly. */

.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
	width: 13px;
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}
.jspVerticalBar *, .jspHorizontalBar * {
	margin: 0;
	padding: 0;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	background: #dde;
	position: relative;
	left: 2px;
	position: relative;
}
.jspDrag {
	background: #bbd;
	position: relative;
	top: 0;
	left: 1px;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow {
	height: 16px;
}
.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus {
	outline: none;
}
.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0;
}
/* Overall */
.az-wrap, .az-small, .az-large {
	position: relative;
}
.az-wrap-inner {
	display: block;
	margin: 0 auto;
}
/* This wraps the large image and hides it */
.az-zoom {
	background: #fff;
	border: #333 1px solid;
	position: absolute;
	top: 0;
	left: 0;
	width: 300px; /* Default zoom window size */
	height: 300px;
	overflow: hidden;
	z-index: 100;
	display: none;
}
/* Class applied to az-mover when large image is windowed */
.az-windowed {
	overflow: hidden;
	position: absolute;
}
/* Class applied to az-mover when large image is fully shown */
.az-expanded {
	height: auto;
	width: auto;
	position: static;
	overflow: visible;
}
.jspHorizontalBar, .jspVerticalBar, .jspTrack {
	background: #fff;
}
.jspDrag {
	background: none repeat scroll 0 0 #C2C2C2;
	width: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4x;
}
.jspTrack .jspActive, .jspTrack .jspHover, .jspDrag:hover {
	background: #8B8B9F;
}
.jspArrow {
	background: url(../images/buttons/ui-icons_222222_256x240.png) no-repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.jspVerticalBar>.jspActive, .jspArrow:hover {
	background-image: url('../images/buttons/ui-icons_cd0a0a_256x240.png');
}
.jspVerticalBar>.jspDisabled, .jspVerticalBar>.jspDisabled:hover, .jspHorizontalBar>.jspDisabled, .jspHorizontalBar>.jspDisabled:hover {
	background-color: transparent;
	background-image: url('../images/buttons/ui-icons_888888_256x240.png');
}
.jspVerticalBar .jspArrow {
	height: 15px;
}
.jspHorizontalBar .jspArrow {
	width: 15px;
}
.jspArrowUp {
	background-position: 0 0;
}
.jspArrowDown {
	background-position: -64px 0 !important;
}
.jspArrowLeft {
	background-position: -96px 0 !important;
}
.jspArrowRight {
	background-position: -32px 0 !important;
}
/* Account / Dasboard */

.block-account .block-title strong {
	color: #000;
	font-size: 13px;
	padding-top: 5px;
}
/*
 * 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('../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: #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: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../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;
	background: transparent url('../images/fancybox/blank.gif');
	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('../images/fancybox/fancybox.png');
	background-position: -40px -30px;
}
#fancybox-right-ico {
	background-image: url('../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('../images/fancybox/fancybox-x.png');
}
#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -162px;
}
#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}
#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -182px;
}
#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}
#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -142px;
}
#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
}
#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../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('../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('../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('http://www.makebake.co.uk/skin/frontend/default/makebake/css/fancybox-x.png') 0px -40px;
}
#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../images/fancybox/fancybox.png') -55px -90px no-repeat;
}
/* IE6 */

.fancybox-ie6 #fancybox-close {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_close.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-left-ico {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_nav_left.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-right-ico {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_nav_right.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-over {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_over.png', sizingMethod='scale');
	zoom: 1;
}
.fancybox-ie6 #fancybox-title-float-left {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_left.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-float-main {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_main.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-float-right {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/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='../images/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='../images/fancybox/fancy_shadow_n.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-ne {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_ne.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-e {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_e.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-se {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_se.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-s {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_s.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-sw {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_sw.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-w {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_w.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-nw {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_nw.png', sizingMethod='scale');
}
.page-sitemap .pager .pages {
	float:left;
}
.product-img-box ul.media_tabs {
	border-bottom: none;
	float: left;
	height: 24px;
	list-style: none outside none;
}
.product-img-box .media_tabs li {
	background-color: #fff;
	float: left;
	height: 24px;
	margin: 0 10px 0 0;
	border:none !important;
}
.product-img-box .media_tabs a {
	color: #3FB0F8;
	display: block;
	padding: 0;
	font-size:14px;
	text-decoration: none;
}
.product-img-box .media_tabs a:hover {
	text-decoration:underline;
}
.product-img-box .media_tabs li.active {
	background-color: #FFFFFF;
	border-width: 1px;
	font-weight: bold;
	text-decoration:underline;
	height: 24px;
}
.product-img-box .product-view .product-img-box .more-views h2 {
	border-top: medium none;
}

.zoomCaption {
	color: #313131;
	font-weight:bold;
	padding:0;
	margin:0;
}

/* homepage tabs */

.tab .products > li {
	position: relative;
	display: block;
	float: left;
	margin-top: 10px;
	width: 170px;
	height: 320px;
	background: #f0f0f0;
	border: 1px solid #f0f0f0;
}

.tab .products h3 {
	height: 88px;
	padding-bottom: 10px;
}

.tab .products h3 a {
	font-size: 12px;
	font-weight: 400;
}

.tab .products .old-price,
.tab .products .special-price {
	padding: 0;
}

.tab .products img {
	max-width: 100%;
	height: auto;
}

.tab .products a.more {
	position: absolute;
	bottom: 10px;
}

.tab .products > .pager {
	padding: 0;
	background: transparent;
	border: none;
}

.tab .tabs {
	border-bottom: 1px solid #f0f0f0;
}

.tab .tabs li {
	position: relative;
	top: 1px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 15px 40px;
	border: 1px solid #f0f0f0;
	border-top-width: 0;
	border-right-width: 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
	.tab .tabs li:first-child {
		border-left-color: #fff;
	}

	.tab .tabs li:last-child {
		border-right-width: 1px;
	}

	.tab .tabs li.selected {
		border-top-width: 1px;
		border-left-width: 1px;
		border-left-color: #f0f0f0;
		border-bottom-color: #fff;
	}

.tab .tabs a {
	clear: left;
	    display: block;
	    height: 19px;
	    margin-bottom: 0;
	    overflow: hidden;
	    text-indent: -9999px;
	background: transparent url(../images/tab-headers.png) no-repeat;
}

.tab .tabs .favourites {
	width: 93px;
	background-position: 0 0;
}
	.tab .tabs .favourites:hover,
	.tab .tabs .favourites.selected {
		background-position: 0 -20px;
	}

.tab .tabs .bestsellers {
	width: 92px;
	background-position: -206px 0;
}
	.tab .tabs .bestsellers:hover,
	.tab .tabs .bestsellers.selected {
		background-position: -206px -20px;
	}

.tab .tabs .special-offers {
	width: 106px;
	background-position: -97px 0;
}
	.tab .tabs .special-offers:hover,
	.tab .tabs .special-offers.selected {
		background-position: -97px -20px;
	}

/* clearfix */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

.clearfix {
    *zoom:1;
}

/* jcarousel */
.jcarousel-direction-rtl {
	direction: rtl;
}


.jcarousel-clip {
    overflow: hidden;
}

.jcarousel-clip-horizontal {
    width:  100%;
    height: 352px;
}

.jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-item {
    width: 75px;
    height: 75px;
}

.jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 20px;
}

.jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
	position: absolute;
	top: 117px; right: -7px;
   width: 42px;
	height: 73px;
	display: block;
	background: url('../images/buttons/featured-right.png') no-repeat;
	text-indent: -10000px;
}

.catalog-product-view .recently .jcarousel-next-horizontal {
	right: auto;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:focus,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background: transparent;
}

.jcarousel-prev-horizontal {
	position: absolute;
	top: 117px; left: -6px;
    width: 42px;
	height: 73px;
	display: block;
	background: url('../images/buttons/featured-left.png') no-repeat;
	text-indent: -10000px;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:focus,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background: transparent;
}

.catalog-product-view .recently .jcarousel-prev-horizontal,
.catalog-product-view .recently .jcarousel-next-horizontal {
	top: 96px;
	cursor: pointer;
}


.catalog-product-view .recently .jcarousel-next-horizontal {
	right: 0;
}

.catalog-product-view .recently .jcarousel-prev-horizontal {
	left: 0;
}

/**
 *  Blog Feed
 */

.cms-home #blog .rssBody h4 a {
    color: #3FB0F8;
    float: left;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0;
    width: 100%;
}
.cms-home .rssHeader {
	display:none;
}
.cms-home .gotoBlog {
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0;
	width: 100%;
	color:#EC1273;
}
.cms-home .gotoBlog:hover, .cms-home #blog .rssBody h4 a:hover, .cms-home .std h2 a { color:#4E565B;}
.cms-home .std .col-1 .scroll {
	height:400px;
}
.cms-home .std .col-1 .scroll .jspTrack {
    background: #F0F0F0;
}