/**
 * @category    design
 * @package     Magento Enterprise
 * @author	    Matthew Havelock <matthew.havelock@warnermusic.com>
 */

/* Home Page 
   ------------------------------------------------------------- */

/* Banner Tabs */
.bannertabs {
    clear: both;
    position: relative;
    z-index: 2;
    margin: 0 0 32px 0;
}
/* Remove from blank pages */
body > .bannertabs{
    display: none;
}

.bannertabs ul {
    list-style: none;
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 4;
}
.bannertabs li {
    padding: 0 0 17px 0;
    margin-bottom: -17px;
    display: inline-block;
    font-size: 1.4em;
    line-height: 1;
    font-family: Georgia, serif;
    position: relative;
    cursor: pointer;
}
.bannertabs li em {
    display: none;
    position: absolute;
    left: 0;
    font-style: normal;
}
.bannertabs li .r {
    left: auto;
    right: 0;
}
.bannertabs li strong {
    padding: 9px 20px;
    display: inline-block;
    color: #999;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: normal;
}
.bannertabs li:hover strong,
.bannertabs li.active strong {
    color: #333;
}
.bannertabs li.active {
    background: url(../images/icons/indicator.png) no-repeat 50% 100%;
    margin-left: 6px;
    margin-right: 6px;
    cursor: default;
}
.bannertabs li.active em {
    display: inline;
}
.col2-left-layout .bannertabs img {
	width: 100%;
}

.remove-tabs-accessibility {
	position: relative;
}
.bannertabs .banner {
	text-align: left;
	position:absolute;
	z-index:1;
	top: 0;
}
.bannertabs .current {
	position:relative;
}

/*This stops jolt of movement onload */
/*
.remove-tabs-accessibility {
	min-height: 200px;
	overflow: hidden;
}
.col2-left-layout #bannertabs .remove-tabs-accessibility {
	min-height: 156px;
*/


/* Widget banner */
#page .widget-banner,
#page .widget-banner-inline {
	margin: 0 0 20px 0;
	overflow: visible;
	float: left;
	width: 100%;
}
.widget-banner + .widget-banner,
.widget-banner + .widget-banner-inline,
.widget-banner-inline + .widget-banner,
.widget-banner-inline + .widget-banner-inline {
	margin-top: -10px;
}

#bannertabs + .widget-banner,
#bannertabs + .widget-banner-inline,
#bannertabs + #bannertabs {
	margin-top: -16px;
}
.widget-banner ul {
	list-style: none;
	float: left;
	width: 100%;
	margin: 0;
}
.widget-banner ul li {
	margin: 0;
}

.widget-banner object,
.widget-banner-inline object {
	margin-bottom: -5px;
}

/* Slider banner */
.slider-banner {
	position: relative;
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.2);
}
.slider-banner .jcarousel-container-horizontal {
	width: 964px;
	padding: 0;
	overflow: hidden;
	margin: 0 0 -1px;
}
.slider-banner .jcarousel-clip-horizontal {
    height: auto;
    width: 964px;
}
.slider-banner .jcarousel-item {
    width: 964px;
    height: auto;
	margin: 0;
    border: none;
}
.slider-banner .jcarousel-next-horizontal,
.slider-banner .jcarousel-prev-horizontal {
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: -27px;
    width: 44px; 
    height: 48px;
    cursor: pointer;
    background: #fff url(../images/icons/arrows-carousel.png) no-repeat 14px 4px;
    opacity: 0.5;
    -webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	-webkit-transition: left 0.5s ease;
	-moz-transition: left 0.5s ease;
	transition: left 0.5s ease;
}
.slider-banner .jcarousel-next-horizontal {
    left: auto;
    right: -10px;
    background: #fff url(../images/icons/arrows-carousel.png) no-repeat -54px 4px;
	-webkit-transition: right 0.5s ease;
	-moz-transition: right 0.5s ease;
	transition: right 0.5s ease;
}
.slider-banner .jcarousel-next-horizontal.hovered,
.slider-banner .jcarousel-prev-horizontal.hovered {
    opacity: 1;
    -webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	transition: opacity 1s ease;
}
.slider-banner .jcarousel-prev-horizontal.hovered {
    left: 0;
    -webkit-transition: left 1s ease;
	-moz-transition: left 1s ease;
	transition: left 1.5s ease;
}
.slider-banner .jcarousel-next-horizontal.hovered {
    right: 0;
    -webkit-transition: right 0.5s ease;
	-moz-transition: right 0.5s ease;
	transition: right 0.5s ease;
}
.slider-banner .jcarousel-prev-horizontal:hover,
.slider-banner .jcarousel-prev-horizontal:focus {
    background-position: 14px -96px;
}
.slider-banner .jcarousel-next-horizontal:hover,
.slider-banner .jcarousel-next-horizontal:focus {
    background-position: -54px -96px;
}
.slider-banner .jcarousel-next-disabled-horizontal,
.slider-banner .jcarousel-next-disabled-horizontal:hover,
.slider-banner .jcarousel-next-disabled-horizontal:focus,
.slider-banner .jcarousel-next-disabled-horizontal:active,
.slider-banner .jcarousel-prev-disabled-horizontal,
.slider-banner .jcarousel-prev-disabled-horizontal:hover,
.slider-banner .jcarousel-prev-disabled-horizontal:focus,
.slider-banner .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    display: none!important;
}

/* Thumbnail banner */
#page .thumb-banner li {
    float: left;
    list-style: none;
    margin: 0 14px 0 0;
    width: 230px;
    position: relative;
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.2);
    overflow: hidden;
}
#page .thumb-banner li:nth-child(4n+2) {
	margin-right: 15px;
}
#page .thumb-banner li:nth-child(4n) {
	margin-right: 0;
}

.thumb-banner li span,
.thumb-banner li blockquote,
.thumb-banner li em {
	max-height: 300px;
	-webkit-transition: max-height 0.75s ease;
	-moz-transition: max-height 0.75s ease;
	transition: max-height 0.75s ease;
	-webkit-transition: bottom 0.5s ease;
	-moz-transition: bottom 0.5s ease;
	transition: bottom 0.5s ease;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255,255,255,0.5);
	padding: 6px 8px;
	letter-spacing: 1px;
	font-size: 100%;
	line-height: 1.2;
}
.thumb-banner li span.reveal,
.thumb-banner li blockquote.reveal,
.thumb-banner li em.reveal {
	bottom: -18px;
	max-height: 0;
}
.thumb-banner li:hover span,
.thumb-banner li:hover blockquote,
.thumb-banner li:hover em {
	bottom: 0;
	max-height: 300px;
	-webkit-transition: max-height 0.75s ease;
	-moz-transition: max-height 0.75s ease;
	transition: max-height 0.75s ease;
	-webkit-transition: bottom 0.5s ease;
	-moz-transition: bottom 0.5s ease;
	transition: bottom 0.5s ease;
}
.thumb-banner a {
	text-decoration: none;
}

/* Block quote */
.thumb-banner blockquote {
    text-align: center;
    font-style: normal;
    padding: 8px 16px;
}
.thumb-banner blockquote:before,
.thumb-banner blockquote:after {
	font-size: 280%;
	position: absolute;
	line-height: 1;
	color: #aaa;
}
.thumb-banner blockquote:before {
	content: '“';
	left: 2px;
    top: 7px;
}
.thumb-banner blockquote:after {
	content: '”';
	bottom: -15px;
    right: 2px;
}

/* Refresh banner */
#page .widget-banner-inline {
	padding: 0;
}
#page .widget-banner-inline ul {
	margin: 0 0 10px;
}
#page .widget-banner-inline li {
    margin: 0;
}

/* Fade banner */
.fade-banner {
	position:relative;
}
.fade-banner li {
	text-align: left;
	position:absolute;
	z-index:1;
	top: 0;
}
.fade-banner li.active {
	z-index:3;
	position: relative;
}


/* Home titles */
.hpc h2 {
    border-bottom: 2px solid #000000;
    clear: both;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 1.6em;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.hpc h2 span {
   float: left;
   background: #000;
   padding: 9px 12px;
   color: #fff;
   margin: 0;
   display: block;
}
.hpc .desc {
	font-size: 1.3em;
	margin: 0 0 12px 0;
}
.hpc .desc p {
	font-size: 1em;
	margin: 0 0 8px;
}
.hpc .short_desc {
	text-align: center;
}

/* One Product Grid */
.hpc .one-prod-grid .item {
    margin: 0;
    padding: 0;
    width: 100%;
}
.hpc .one-prod-grid .product-image {
	float: left;
	margin: 0 20px 0 0;
	border-bottom: none;
}
.hpc .one-prod-grid .prod-grid-desc {
	float: left;
	clear: none;
	width: 464px;
}
.hpc .one-prod-grid .product-name,
.hpc .one-prod-grid .price-box,
.hpc .one-prod-grid .price-box p,
.hpc .one-prod-grid .price-box .short_desc {
	text-align: left;
}
.hpc .one-prod-grid .product-name {
	padding: 24px 0 6px 0;
	font-size: 2.6em;
}
.hpc .one-prod-grid .price-box span.price {
	font-size: 200%;
}
.hpc .one-prod-grid h5 {
    font-size: 1.8em;
}
.hpc .one-prod-grid .actions {
	margin: 0 0 18px 0;
	border-bottom: 1px solid #cdcdcd;
	padding: 0 0 32px 0;
}
.hpc .one-prod-grid .actions .button {
	font-size: 175%;
}
.hpc .one-prod-grid .item .new {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 120px;
    height: 118px;
    display: block;
    background: url(../images/icons/corner_new2.png) no-repeat 0 0;
}
.hpc .two-prod-grid .item {
    width: 470px;
    margin: 0 24px 0 0;
}
.hpc .two-prod-grid .product-name {
	font-size: 2em;
}
.hpc .two-prod-grid .price-box span.price {
	font-size: 166%;
}
.hpc .two-prod-grid .actions .button {
	font-size: 133%;
}
.hpc .three-prod-grid .product-name {
	font-size: 1.75em;
}
.hpc .three-prod-grid .item {
    width: 308px;
    margin: 0 20px 0 0;
}
.hpc .three-prod-grid .price-box span.price {
	font-size: 150%;
}
.hpc .three-prod-grid .actions .button {
	font-size: 120%;
}
.hpc .four-prod-grid .product-name {
	font-size: 1.4em;
}
.hpc .four-prod-grid .item {
    width: 226px;
    margin: 0 20px 0 0;
}
.hpc .four-prod-grid .price-box span.price {
	font-size: 120%;
}
.hpc .four-prod-grid .actions .button {
	font-size: 110%;
}

.hpc .two-prod-grid .last,
.hpc .three-prod-grid .last,
.hpc .four-prod-grid .last  {
    margin: 0;
}
.hpc .four-double-left-prod-grid .item.featured {
    width: 376px;
}
.hpc .four-double-left-prod-grid .item.featured .product-image {
	float: left;
	margin: 0 10px 0 0;
	border-bottom: none;
	padding-bottom: 9px;
	background: #fff;
}
.hpc .four-double-left-prod-grid .prodDetailWrap {
	margin: 0 0 9px 0;
}
.hpc .four-double-left-prod-grid .item.featured .prod-grid-desc {
	float: left;
	clear: none;
	width: 146px;
}
.hpc .four-double-left-prod-grid .item.featured .prod-grid-desc .desc {
	border-top: 1px solid #ccc;
	margin: 20px 0 0 0;
	padding: 24px 0 12px 0;
}
.hpc .four-double-left-prod-grid .item.featured .product-name,
.hpc .four-double-left-prod-grid .item.featured .price-box,
.hpc .four-double-left-prod-grid .item.featured .price-box p {
	text-align: left;
}
.hpc .four-double-left-prod-grid .item.featured .product-name {
	padding: 1px 0 6px 0;
	font-size: 1.5em;
}

.home-sblock {
	clear: left;
	margin: 0 0 24px 0;
}

/* Layered Nav */
.block-layered-nav {
	padding: 20px 0;
}
.block-layered-nav .block-title strong {
	font-weight: normal;
	font-size: 2em;
	text-transform: uppercase;
	margin: 0 0 17px 0;
	display: block;
	padding: 0 0 4px 0;
}
.block-layered-nav ol {
	list-style: none;
}
.block-layered-nav li {
	color: #777;
}
.block-layered-nav li a {
	text-decoration: none;
}
#narrow-by-list dd {
	font-size: 1em;
}
#narrow-by-list dt {
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	margin: 0 0 6px 0;
}
.block-layered-nav .btn-remove,
#payment-tool-tip-close {
	width: 12px;
	height: 12px;
	overflow: hidden;
	text-indent: -999em;
	background: url(../images/icons/cross.png) no-repeat 0 0;
	margin: 0 5px 0 0;
	display: block;
	float: left;
}
.block-layered-nav .btn-remove:hover {
	background-position: 0 -80px;
}
.block-layered-nav .currently {
	margin: 0 0 12px 0;
}
.block-layered-nav .currently .block-subtitle {
	margin: 0 0 6px 0;
}
.block-layered-nav .actions a {
	font-size: 1.2em;
	display: block;
	text-align: right;
}	

/* Product List page
-----------------------------------------------------------*/
.category-image {
	display: none;
}
.category-view {
    margin: 20px 0 0 0;
}
.category-view ol {
	list-style: none;
}
.catalog-category-view h1 {
    font-size: 2.6em;
}
.catalog-category-view .col-main,
.catalog-category-view .col-left {
	padding-top: 9px;
}
.category-description {
    width: 480px;
    font-size: 1.2em;
    line-height: 1.5;
    text-align: center;
    margin: -20px auto 16px auto;
    padding: 14px 0 0 0;
}

/* Toolbar */
.toolbar {
    border-bottom: 1px solid #D3D6D6;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 6px;
}
.toolbar-bottom .toolbar {
    clear: both;
    border-bottom: 0;
    border-top: 1px solid #D3D6D6;
    margin: 0;
    padding: 6px 0 0 0;
}
.toolbar-bottom .sorter,
.toolbar-bottom .limiter {
    display: none;
}

/* Pager */
.pager {
    float: right;
}
.pager select {
    min-width: 50px;
    margin: 0 3px 0 0;
}
.pager .amount {
    float:left;
    font-size: 1.2em;
    margin: 0 4px 0 0;
    line-height: 22px;
}
.pager .amount strong {
    font-weight:normal;
}
.pager .limiter {
    float: right;
    font-size: 1.2em;
    margin: 0 0 0 30px;
}
.pager .limiter label {
    margin: 0 4px 0 0;
}
.pager .limiter a {
    color: #222;
    text-transform: uppercase;
    text-decoration: none;
}
.pager .limiter a:hover,
.pager .limiter a:focus {
    color: #000;
    text-decoration: underline;
}
.pager .pages {
    float: right;
    border-left: 1px solid #D3D6D6;
    padding: 0 0 0 15px;
    margin: 0 0 0 15px;
    line-height: 22px;
}
.pager .pages ol,
.pager .pages li {
    display:inline;
    padding:0 2px;
    float: left;
    font-size: 1.2em;
    margin: 0;
}
.pager .pages a {
    text-decoration: none;
}
.pager .pages a:hover,
.pager .pages a:focus {
    text-decoration: underline;
}
.pager .pages .current { 
	font-weight: bold;
}
.pager .pages .i-previous,
.pager .pages .i-next {
    background-image: url(../images/icons/classic_arrows.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
    width: 16px;
    height: 20px;
    display: block;
    overflow: hidden;
    text-indent: -999em;
    text-decoration:none;
    margin: 2px 0 0 3px;
}
.pager .pages .i-previous {
    background-position: -50px 5px;
    margin: 2px 3px 0 0;
}
.pager .pages .i-next:hover,
.pager .pages .i-next:focus { 
	background-position: 0 -35px;
}
.pager .pages .i-previous:hover,
.pager .pages .i-previous:focus {
	background-position: -50px -35px;
}

.pager .pages strong { left: -99999em; position: absolute; }
.pager-only { clear:both; }
.pager-only .pages { margin:0; }

/* Sorter */
.sorter {
    margin:0 20px 0 0;
    float:left;
}
.sorter .sort-by {
    font-size: 1.2em;
    float: left;
}
.sorter select {
    margin: 0 2px 0 0;
}
.sorter label {
    margin: 0 4px 0 0;
    padding: 0;
    float: left;
}

/* View mode */
.sorter .view-mode { 
	float:left; 
	line-height:20px; 
	font-size: 1.2em;
	margin: 0 20px 0 0;
}
.sorter .view-mode a.list-fix,
.sorter .view-mode a.list,
.sorter .view-mode strong.list-fix,
.sorter .view-mode strong.list,
.sorter .view-mode a.grid-fix,
.sorter .view-mode a.grid,
.sorter .view-mode strong.grid-fix,
.sorter .view-mode strong.grid { 
	background:url(../images/icons/bkg_viewmode.gif) no-repeat 0 0; 
	float:left; 
	width:24px; 
	height:17px; 
	text-align:left; 
	text-indent:-999em; 
	overflow:hidden; 
	margin:3px 0 0; 
}
.sorter .view-mode a.list { background-position:-24px 0; }
.sorter .view-mode strong.list { background-position:-24px -29px; }
.sorter .view-mode a.grid { background-position:0 0; }
.sorter .view-mode strong.grid { background-position:0 -29px; }
.sorter .view-mode a.list-fix { background-position:0 -58px; }
.sorter .view-mode strong.list-fix { background-position:0 -87px; }
.sorter .view-mode a.grid-fix { background-position:-24px -58px; }
.sorter .view-mode strong.grid-fix { background-position:-24px -87px; }

/* Product list grid */
ul.products-grid {
    list-style: none;
    margin-bottom: 0;
    clear: left;
    float: left;
	width: 100%;
	margin: 0 0 18px 0;
}
.products-grid .item,
.col2-left-layout .products-grid .item {
    width: 180px;
    float: left;
    margin: 0 16px 0 0;
    padding: 0 0 18px 0;
    font-size: 1em;
}
.col2-left-layout .products-grid .item {
    margin: 0 12px 0 0;
}
.products-grid .last,
.col2-left-layout .products-grid .last {
	margin-right: 0
}
.products-grid .product-image {
	float: left;
	text-decoration: none;
	margin: 0 0 10px 0;
}
.col2-left-layout .products-grid .item img { 
	width: 100%; 
	height: auto; 
}
.products-grid .prod-grid-desc {
	clear: both;
}
.products-grid .product-name {
	clear: left;
	text-align: center;
    line-height: 1.2;
    margin: 0;
    letter-spacing: 1px;
    padding: 0 4px 6px 4px;
	font-size: 1.5em;
}
.products-grid .actions .button {
	font-size: 1.2em;
}
/* Product List */
.products-list {
	list-style: none;
	float: left;
}
.products-list li {
    margin: 0 0 12px 0;
    clear: left;
    float: left;
    width: 100%;
    min-height: 190px;
    position: relative;
}
.products-list .product-image {
    position: absolute;
    top: 10px;
    left: 0;
    border-bottom: none;
    background: #fff;
}
.products-list .product-shop {
    float: left;
    margin-left: 192px;
}
.products-list .product-name,
.products-list .price-box,
.products-list .price-box p,
.products-list .actions {
    text-align: left;
}
.products-list .product-name {
    font-size: 1.6em;
}
.products-list .desc {
    margin: 0 0 9px 0;
    font-size: 1em;
}

/* Search */
.recommendations {
	font-size: 1.3em;
}

/* Products 
  ---------------------------------------------- */
.product-name a {
    text-decoration: none;
}
.product-name a:hover,
.product-name a:focus {
    text-decoration: none;
}

/* Product Price */
.price-bottom-info { display: none; }
.de_DE .price-bottom-info {
    display: block;
    position:relative;
    top:-10px;
}

.price-box {
    margin: 0 0 9px 0;
    overflow: hidden;
}
.price-box,
.price-box p {
    line-height: 1.2;
    text-align: center;
    color: #777777;
    font-weight: bold;
    letter-spacing: 1px;
}
.price-box p {
    margin: 0;
}
.price-box .price {
    font-size: 1.3em;
} 
.price-box .price-label {
    display: none;
}
.price-box .old-price,
.price-box .special-price {
    display: inline;
}
.price-box .old-price .price {
    margin: 0 6px 0 0;
}
.price-box .old-price span.price {
    text-decoration: line-through;
}
.price-box .special-price span.price {
    color: #e70000;
    margin: 0 6px 0 0;
}

.products-grid li .actions {
	text-align: center;
	clear: both;
}

.product-main-info .price-box .price {
    font-size: 1.6em;
} 


/* Sashes */
.sash {
	position: absolute;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	z-index: 1;
	bottom: -1px;
	left: 0;
	width: 180px;
	line-height: 33px;
	color: #fff;
	font-size: 1.5em;
	background-color: rgba(195,102,102,0.5);
	text-shadow: -1px -1px rgba(0,0,0,0.5);
	text-align: center;
}
.sash em {
	font-style: normal;
}
.base-sash {
	padding-top: 6px;
	left: -4px;
	width: 188px;
	background-color: transparent;
	background-image: url(../images/sashes/sash-base.png);
}
.base-sash-half {
	right: -4px;
	left: auto;
	bottom: -4px;
	background-color: transparent;
	background-image: url(../images/sashes/sash-base-half.png);
	font-size: 115%;
    padding-left: 10px;
    padding-top: 4px;
    width: 141px;
}
.corner-sash {
	top: -3px;
    left: auto;
    bottom: auto;
    right: -3px;
    width: 120px;
	height: 118px;
	background-color: transparent;
	background-image: url(../images/sashes/sash-corner.png);
}
.corner-sash em {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
	display: block;
    left: 13px;
    position: relative;
    text-align: center;
    top: 30px;
    white-space: nowrap;
}
.corner-sash.new,
.corner-sash.newprod {
	background-image: url(../images/sashes/sash-corner-new_65.png);
    overflow: hidden;
	text-indent: -999em;
	left: -3px;
	width: 65px;
	height: 64px;
}
.first .corner-sash.new,
.first .corner-sash.newprod {
	left: 0;
}
.products-grid:first-child .corner-sash.new,
.products-grid:first-child .corner-sash.newprod {
	top: 0;
}
.corner-sash.new em,
.corner-sash.newprod em {
	overflow: hidden;
	width: 0;
	height: 0;
	text-indent: -999em;
	display: block;
}
.badge-sash {
	top: -3px;
    left: auto;
    bottom: auto;
    right: -3px;
    width: 72px;
	height: 72px;
	background-color: transparent;
	background-image: url(../images/sashes/star-badge.png);
	display: table; 
	overflow: hidden;
	font-size: 1.3em;
	line-height: 1.2;
	padding: 4px;
}
.last .badge-sash {
    right: 3px;
}
.badge-sash em {
	display: table-cell; 
  	vertical-align: middle;
}



.one-prod-grid .sash {
    width: 480px;
	line-height: 51px;
	font-size: 2em;
}
.two-prod-grid .sash {
    width: 470px;
    line-height: 42px;
	font-size: 1.8em;
}
.three-prod-grid .sash {
    width: 308px;
	line-height: 39px;
	font-size: 1.6em;
}
.four-prod-grid .sash {
    width: 226px;
	line-height: 33px;
	font-size: 1.4em;
}
.four-double-left-prod-grid .featured .sash {
    width: 220px;
	line-height: 33px;
	font-size: 1.4em;
}

.one-prod-grid .corner-sash {
    width: 240px;
	height: 236px;
	font-size: 2.2em;
	background-image: url(../images/sashes/sash-corner_240x236.png);
}
.one-prod-grid .corner-sash em {
    left: 26px;
    top: 70px;
}
.one-prod-grid .corner-sash.new,
.one-prod-grid .corner-sash.newprod {
	background-image: url(../images/sashes/sash-corner-new_100.png);
	width: 100px;
	height: 100px;
}
.two-prod-grid .corner-sash {
    width: 180px;
	height: 177px;
	font-size: 1.8em;
	background-image: url(../images/sashes/sash-corner_180x177.png);
}
.two-prod-grid .corner-sash em {
    left: 21px;
    top: 50px;
}
.two-prod-grid .corner-sash.new,
.two-prod-grid .corner-sash.newprod {
    width: 95px;
	height: 95px;
	background-image: url(../images/sashes/sash-corner-new_95.png);
}
.three-prod-grid .corner-sash {
    width: 158px;
	height: 148px;
	font-size: 1.6em;
	background-image: url(../images/sashes/sash-corner_150x148.png);
}
.three-prod-grid .corner-sash em {
    left: 14px;
    top: 42px;
}
.three-prod-grid .corner-sash.new,
.three-prod-grid .corner-sash.newprod {
    width: 90px;
	height: 90px;
	background-image: url(../images/sashes/sash-corner-new_90.png);
}
.four-double-left-prod-grid .featured .corner-sash {
    height: 118px;
    width: 120px;
    line-height: 2.2;
}
.four-double-left-prod-grid .featured .corner-sash.new,
.four-double-left-prod-grid .featured .corner-sash.newprod {
    width: 90px;
	height: 90px;
	background-image: url(../images/sashes/sash-corner-new_90.png);
	left: 0;
}

.one-prod-grid .corner-sash.new em,
.one-prod-grid .corner-sash.newprod em,
.two-prod-grid .corner-sash.new em,
.two-prod-grid .corner-sash.newprod em,
.three-prod-grid .corner-sash.new em,
.three-prod-grid .corner-sash.newprod em {
	left: auto;
    top: auto;
    font-size: 1px;
}

.one-prod-grid .badge-sash {
    width: 120px;
	height: 160px;
	background-image: url(../images/sashes/star-badge_160x160.png);
	font-size: 2em;
	line-height: 1.2;
	padding: 20px;
}
.two-prod-grid .badge-sash {
    width: 110px;
	height: 110px;
	background-image: url(../images/sashes/star-badge_140x140.png);
	font-size: 1.8em;
	line-height: 1.2;
	padding: 15px;
}
.three-prod-grid .badge-sash {
    width: 74px;
	height: 74px;
	background-image: url(../images/sashes/star-badge_98x98.png);
	font-size: 1.4em;
	line-height: 1.2;
	padding: 12px;
}


/* Product Details page 
   ------------------------------------------------------- */
.product-view {}

/* Product Image */
.product-img-box {
	float: left;
	margin: 0 20px 10px 0;
	width: 320px;
}
.product-image {
	position: relative;
	margin: 0 0 9px 0;
}
#largeImgClk {
	width: 36px;
	height: 37px;
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
	overflow: hidden;
	text-indent: -999em;
	background: url(../images/icons/zoom.png) no-repeat 0 0;
	cursor: pointer;
	display: block;
}
.catalog-product-view #cboxTitle { display: none !important; } 
.catalog-product-view #cboxContent { margin-top: 0; } 

.more-views {} /* Styles in plugins.cc */
.more-views ul { list-style: none; }
.more-views ul li { float: left; margin: 0 2px 2px 0; }

/* Product Details */
.product-view .product-details {
	float: left;
    width: 624px;
}
.product-view .product-collateral {
	clear: left;
}
.product-main-info {
	margin: 0 0 20px 0;
	border-bottom: 1px dashed #EFEFEF;
    padding: 0 0 15px;
}
.product-main-info h1 {
	font-size: 2.4em;
	margin: 0 0 12px 0;
}
.product-main-info .price-box {
	text-align: left;
	margin: 0 0 15px 0;
}
.short-description {
    font-size: 1.3em;
    margin: 0 0 18px 0;
    line-height: 1.5;
}
.short-description h1, 
.short-description h2, 
.short-description h3, 
.short-description h4, 
.short-description h5 {
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 6px 0;
}
.short-description h3 {
    font-size: 1.1em;
}
.short-description p,
.short-description ul li {
    font-size: 1em;
}

.product-details dt {
    font-weight: bold;
}
.gift-wrapping {
    background: url(../images/icons/gift.png) no-repeat 0 0 transparent;
    padding: 0 0 0 24px;
}

.clear-special {
	width: 484px;
	overflow: hidden;
}

/* Product Options
   -------------------------------------------------------- */ 
.options-container-big {
	clear: left;
}
.options-container-big p.required {
	display: none;
}
.options-container-big .price-box,
.options-container-small .price-box,
#bundleSummary .price-box,
.bundleOptions .price-box {
	float: right;
}
.add-to-cart-qty input,
.add-to-cart-qty select {
	margin: 0 0 10px;
}
.product-options label,
.product-options-bottom label,
.add-to-cart-qty label {
	font-size: 1.2em;
	line-height: 24px;
	margin: 0 6px 0 0;
	float: left;
	min-width: 50px;
	white-space: nowrap;
	font-weight: bold;
}
.product-options dl {
	float: left;
}
.product-options dt,
.product-options dd {
	font-size: 1em;
	float: left;
}
.product-options dd {
	margin: 0 18px 0 0;
}
.product-options dd.last {
	margin: 0;
}

.product-options select,
.product-options input,
.product-options-bottom select,
.product-options-bottom input,
.add-to-cart-qty select,
.add-to-cart-qty input {
	font-size: 1.1em;
	float: left;
	border: 1px solid #eaeaea;
}
.product-options select,
.product-options-bottom select {
	min-width: 152px;
	margin: 0 0 9px 0;
}
.add-to-cart-qty input,
.product-options input,
.product-options-bottom input {
	padding: 5px 6px;
	text-align: center;
}
.add-to-cart-qty input,
.product-options input,
.product-options-bottom input,
x:-moz-any-link {
	padding: 5px 6px 5px 6px;
}
.product-options-bottom .price-box {
	float: right;
}
.product-options .required em {
	display: none;
}
.product-options .validation-advice {
	font-size: 1.2em;
    padding: 3px 0;
    text-align: left;
    width: 144px;
    clear: left;
}
.product-options .bundleOptions .validation-advice {
    width: 200px;
    font-size: 1em;
    margin: -10px 0 0;
}
.product-options .empty {
	display: none;
}

#product-options-wrapper {
	position: relative;
}

.product-options .validation-error {
	float: left;
	margin: 0 0 20px;
	position: relative;
	padding: 0 0 20px;
}
.product-options .validation-error select {
	border: none !important;
}
.product-options .validation-advice {
	position: absolute;
	bottom: -15px;
	left: 7px;
}


/* Add to Cart Qty */
.add-to-cart-qty {
	float: left;
}
.add-to-cart-qty input {
	width: 24px;
}
.add-to-cart-qty select {
	min-width: 50px;
}

/* Bundle Options */
.bundleOptions {
	width: 484px;
	margin: 0 0 10px;
}
.bundleOptions p.required {
	display: none;
}
#bundleSummary .add-to-cart-qty {
	clear: left;
}
.bundleOptions ul {
	list-style: none;
	float: left;
}
.bundleOptions dt {
	clear: left;
	margin: 0 9px 0 0;
}
.bundleOptions dd,
.bundleOptions dt {
	height: 0;
	margin: 0;
	overflow: hidden;
}
.bundleOptions dd.showOption,
.bundleOptions dt.showOption,
.bundleOptions dt.showOption li {
	height: auto;
	overflow: visible;
	font-size: 1em;
}
.bundleOptions dt.showOption {
	clear: left;
	margin: 0 9px 6px 0;
}
.bundleOptions dt.showOption label {
	line-height: 24px;
    max-width: 162px;
    white-space: normal;
    font-weight: bold;
}
.bundleOptions dd.showOption label {
	max-width: 240px;
}
.bundleOptions input.radio,
.bundleOptions input.checkbox {
	margin: 5px 0 0;
}
.bundleOptions select {
	font-size: 1em;
}
.bundleOptions .input-box {
	font-size: 1.3em;
}
.bundleOptions .options-list li {
	clear: left;
	font-size: 1em;
}
.bundleOptions .options-list label {
	font-size: 1em;
	margin: 0 0 2px 6px;
	padding: 0;
	white-space: normal;
}
.bundleOptions label {
	font-weight: normal;
}
.bundleOptions .qty-holder label {
    margin: 0 4px 0 0;
    min-width: 0;
    color: #000;
}
.bundleOptions .qty-holder input.qty {
	background: transparent;
    line-height: 1.5;
    padding: 5px 0 4px;
    text-align: center;
    width: 24px;
    margin: 0 4px 0 0;
}
.bundleOptions .qty-holder .qty-disabled {
	border: 0;
	background: transparent;
    line-height: 1.5;
    padding: 7px 0 0 0;
    text-align: left;
    width: 26px;
}
.bundleproduct .add-to-cart-qty {
	clear: left;
}
.bundleOptions .price-notice {
	display: none;
}


/* JPlayer and Downloadable links */
.downloadableLinks dt {
	font-size: 1.8em;
	margin: 0 0 2px 0;
	display: none;
}
.downloadableLinks dt label {
	font-weight: normal;
}
.downloadableLinks dd {
	clear: left;
}
.jp-jplayer,
.jp-audio {
	clear: left;
	margin: 0 0 20px 0;
}

.tab-content .jp-playlist li {
    font-size: 1em;
}
/* Add to Cart Button */
.product-view .btn-cart {
    float: left;
    clear: left;
    margin: 15px 0.5em 2em 0;
    border-color: #BDBDBD #ACACAC #949494;
    border-radius: 0.3em 0.3em 0.3em 0.3em;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 #FFFFFF inset;
    color: #4F4F4F;
    cursor: pointer;
    display: block;
    position: relative;
    text-shadow: 0 1px 1px #FFFFFF;
    -webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	padding: 0.75em 1em;
	font-size: 180%;
	text-decoration: none;
	background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e5e5e5 0%,#ffffff 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #e5e5e5 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(top, #e5e5e5 0%,#ffffff 100%); /* W3C */
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
}
.product-view .btn-cart:hover,
.product-view .btn-cart:focus {
	text-decoration: none;
	background: #24721a;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI0NzIxYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iIzMxOWIyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MmJmM2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #24721a 0%, #319b29 55%, #52bf3d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#24721a), color-stop(55%,#319b29), color-stop(100%,#52bf3d));
	background: -webkit-linear-gradient(top, #24721a 0%,#319b29 55%,#52bf3d 100%); 
	background: -o-linear-gradient(top, #24721a 0%,#319b29 55%,#52bf3d 100%); 
	background: -ms-linear-gradient(top, #24721a 0%,#319b29 55%,#52bf3d 100%); 
	background: linear-gradient(to bottom, #24721a 0%,#319b29 55%,#52bf3d 100%); 
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1), 0 1px 0 #bbb inset;
	color: #000;
}
.product-view .btn-cart.flash {
	border-color: #33b44b;
	-webkit-transition: border-color 1000ms ease-in-out;
	-moz-transition: border-color 1000ms ease-in-out;
	transition: border-color 1000ms ease-in-out;
}
.product-view .btn-cart span span {
	background: transparent url(../images/icons/plus2basket.png) no-repeat 100% 50%;
    padding: 0 28px 0 0;
}	

.tab-list {
    position: relative;
    z-index: 2;
    margin: 0 0 28px 0;
    width: 484px;
}
.tab-list .tab {
    padding: 0;
    margin: 0 2px 0 0;
    display: inline-block;
    font-size: 1.4em;
    line-height: 1;
    float:left; 
    cursor:pointer;
    height: 40px;
}
.tab-list .tab span {
    padding: 12px 20px;
    display: inline-block;
    color: #999;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 2px;
    background: #ededed;
    -webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border: 1px solid #ededed;
}
.tab-list .tab:hover span,
.tab-list .active span {
    color: #000;
    background: #ccc;
}
.tab-list .active { 
	cursor:default 
}
.tab-list .tab-container { 
	position:absolute; 
	left:0; 
	width:100%; 
	z-index:1; 
	top:39px; 
	margin: 0;
}
.tab-list .tab-content { 
	background:transparent; 
	border-top: 1px solid #ededed;
	padding: 10px 0;
	margin: 0 0 20px 0;
}
.tab-list .tab-content object,
.tab-list .tab-content embed { 
	width:100% !important; 
	height:auto !important; 
}
.tab-list .tab-container h3 { 
	font-size: 1.5em;
}
.collateral-tabs th,
.collateral-tabs td {
	padding: 4px;
	font-size: 1.1em;
	line-height: 1.4;
	text-align: left;
}
.tab-list .first.last:hover span,
.tab-list .first.last.active span {
	background: none;
	border: none;
	font-size: 1.6em;
	padding: 9px 0;
	font-weight: normal;
	color: inherit;
}

/* Product Details Section */
#prod_details {
	clear: both;
}
.track-listing p,
.track-listing li {
	background: #fafafa;
	margin: 0;
	padding: 4px 8px;
	border-bottom: 1px solid #fff;
	font-size: 1em;
	list-style: none;
}
.track-listing p:nth-child(2n+2),
.track-listing li:nth-child(2n+2) {
	background: #f8f8f8;
}

/* Base Links */
#base-links-wrap {
	clear: left;
	margin: 0 0 28px 0;
	overflow: hidden;
}
.base-links {
	list-style: none;
}
.base-links li {
	float: left;
	margin: 0 20px 10px 0;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #777;
	position: relative;
}
.base-links li a,
.base-links li a:focus {
	text-decoration: none;
	color: #777;
}
.base-links li.active a {
	color: #000;
	cursor: default;
}

.base-links li.active:after,
.base-links li.active:before {
	content: '';
	position: absolute;
	display: block;
	top: 100%;
	left: 50%;
	margin-left: -8px;
	margin-top: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #fff transparent transparent transparent;
	z-index: 3;
}
.base-links li.active:before {
	border-width: 9px 9px 0;
	border-color: #dedede transparent transparent transparent;
    margin-left: -9px;
}
.base-links li li {
	margin: 0;
}
.base-links li li a,
.base-links li a:hover {
	text-decoration: underline;
}
#bl-contact-form,
#bl-returns-info  {
	clear: both;
	float: left;
	margin: 10px 0 0 0;
}
#bl-contact-form .page-title {
	display: none;
}
#bl-contact-form h2,
#bl-returns-info h4 {
	font-size: 1.6em;
}

.quick-look {
	width: 100%;
	background: #fbfbfb url(../images/backgrounds/ql_shad_top.png) repeat-x 0 0;
	position: relative;
	clear: left;
	float: left;
	overflow: hidden;
}
.quick-look:before,
.quick-look:after {
	content: '';
	display: block;
	width: 100%;
	height: 9px;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(../images/backgrounds/ql_shad_tl_grey.png) no-repeat 0 0;
}
.quick-look:after {
	left: auto;
	right: 0;
	background: transparent url(../images/backgrounds/ql_shad_tr_grey.png) no-repeat 100% 0;
}
.quick-look-in {
	width: 100%;
	background: transparent url(../images/backgrounds/ql_shad_base.png) repeat-x 0 100%;
	position: relative;
	float: left;
}
.quick-look-in:before,
.quick-look-in:after {
	content: '';
	display: block;
	width: 100%;
	height: 9px;
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparent url(../images/backgrounds/ql_shad_bl_grey.png) no-repeat 0 0;
}
.quick-look-in:after {
	left: auto;
	right: 0;
	background: transparent url(../images/backgrounds/ql_shad_br_grey.png) no-repeat 100% 0;
}
.quick-look-in > div {
	padding: 12px 20px;
}
.quick-look p, 
.quick-look h4 {
	color: #000;
}

/* Social Media */
ul.addthis_toolbox {
	list-style: none;
	clear: left;
	float: left;
	margin: 0 0 24px 0;
}
.addthis_toolbox li {
	float: left;
	margin: 0 6px 0 0;
}
.addthis_toolbox a {
	width: 26px;
	height: 26px;
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	background-image: url(../images/social/social_addthis.png);
	display: block;
	overflow: hidden;
	text-indent: -999em;
	padding: 0 2px;
}
.addthis_toolbox span {
	background-image: none;	
	width: auto;
}
.email-friend a,
.emailto-link a {
	background-image: url(../images/social/social_email.png);
	overflow: hidden;
	text-indent: -999em;
	position: relative;
}
.addthis_toolbox .addthis_button_facebook {
	background-image: url(../images/social/social_facebook.png);
}
.addthis_toolbox .addthis_button_twitter {
	background-image: url(../images/social/social_twitter.png);
}
.addthis_toolbox .addthis_button_pinterest_pinit {
	background-image: url(../images/social/social_pinterest.png);
	margin: 0;
}
.addthis_toolbox .addthis_button_google_plusone {
	background-image: url(../images/social/social_gplus.png);
}
.addthis_toolbox .amazon_button {
	background-image: url(../images/social/social_amazon.png);
}
.addthis_toolbox a:hover,
.addthis_toolbox a:active,
.addthis_toolbox a:focus,
.email-friend a:hover,
.email-friend a:active,
.email-friend a:focus {
	background-position: 0 -78px;
}
.sendfriend-product-send .main form {
	width: 600px;
	margin: 0 auto;
}
.sendfriend-product-send .button {
	margin: 0 0 0 10px;
}

/* Stock level */
.stock-level {
	clear: left;
    float: right;
    margin-top: 10px;
    width: 178px;
}
.stock-level .sl {
	padding: 4px 0 4px 32px;
	background: url(../images/icons/box_download.png) no-repeat 0 0;
	cursor: pointer;
}
.stock-level .sl span {
	color: #888;
}
.stock-level li {
	list-style: none;
	margin: 0 0 4px ;
}
.stock-level .more-sl {	
	max-height:0;
	overflow: hidden;
	position: absolute;
	z-index: 4;
	transition: max-height 0.5s ease;
}
.stock-level:hover .more-sl {
	max-height:200px;
	transition: max-height 0.5s ease;
}
.stock-level .stock_breakdown {	
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
	padding: 6px;
	width: 164px;
	margin: 2px;
}

/* Related Products */
.box-related {
	float: right;
	width: 120px;
	background-color: #fff;
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    min-height: 340px;
}
.crosssell {
	clear: left;
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
}
.box-related h2,
.crosssell h2 {
	font-size: 1.5em;
	border-bottom: 1px solid #ccc;
	padding: 0 0 6px 0;
	margin: 0 0 12px 0;
}
.box-related ul {
	list-style: none;
}
.box-related li,
.crosssell li {
	margin: 0 0 10px 0;
	text-align: center;
	width: 120px;
	float: left;
}
.crosssell li {	
	margin: 0 20px 10px 0;
}
.box-related .product-details {
	width: auto;
	float: none;
}
.box-related .product-name {
	font-size: 1.1em;
}
.crosssell .product-name {
	font-size: 1em;
}
.box-related .item-info:hover .product-name a,
.box-related .item-info:focus .product-name a,
.crosssell .item-info:hover .product-name a,
.crosssell .item-info:focus .product-name a {
	text-decoration: underline;
	display: block;
}
.box-related .price-box .price,
.crosssell .price-box .price {
    font-size: 1em;
}

/* Account Login/Create Pages ------------------------ */

/* Login Page */
.customer-account-login #login-form {
	padding: 20px;
	background: url(../images/backgrounds/pixel_grey.png) repeat-y 455px 0 transparent;
}
.customer-account-login #login-form .form-buttons a {
	font-size: 1.3em;
	display: block;
	float: left;
	margin: 9px 0 0 0;
}
.customer-account-login #login-form .registered-users .buttons-set {
    width: 387px;
}
.customer-account-login #login-form p.required,
.customer-account-login #login-form .required em {
	display: none;
}
.customer-account-login #login-form .validation-advice {
	clear: left;
	padding: 0 0 9px 0;
}

/* Forgot Password */
.customer-account-forgotpassword .main form {
	width: 490px;
	margin: 0 auto;
}
.customer-account-forgotpassword .buttons-set {
	width: 387px;
}
.customer-account-forgotpassword p.required,
.customer-account-forgotpassword .required em {
	display: none;
}

/* Register */
.customer-account-create .divider {
	margin: 0 0 20px 0;
	overflow: hidden;
}
.account-create {
	margin: 0 0 0 60px;
}
.account-create .form-list li.control .input-box {
	padding: 0 0 12px 150px;
}
.account-create .buttons-set {
	width: 462px;
}

/* My account 
--------------------------------------------------- */
.customer-account-index .col-main,
.customer-account-edit .col-main,
.customer-address-form .col-main,
.downloadable-customer-products .col-main,
.newsletter-manage-index .col-main,
.sales-order-view .col-main,
.customer-address-index .col-main,
.sales-order-invoice .col-main,
.sales-order-history .col-main {
    background-image: url(../images/backgrounds/pixel_grey.png);
    background-repeat: repeat-y;
    background-position: 0 0;
    background-color: rgba(255,255,255,0.6);
    padding: 20px 16px 20px 16px;
    width: 752px;
}
.customer-account-index .col-left,
.customer-account-edit .col-left,
.customer-address-form .col-left,
.downloadable-customer-products .col-left,
.newsletter-manage-index .col-left,
.sales-order-view .col-left,
.customer-address-index .col-left,
.sales-order-invoice .col-left,
.sales-order-history .col-left { 
	padding: 20px 0; 
	width: 212px;
} 
.block-account ul {
	margin: 0 0 18px;
	padding: 10px 0 0;
}
.block-account li {
	background-color: rgba(249,249,249,0.6);
    border-top: 1px solid rgba(255,255,255,0.6);
    border-bottom: 1px solid rgba(204,204,204,0.6);
    padding: 9px 20px;
	position: relative;
}
.block-account li:first-child {
    border-top: 0;
}
.block-account li:hover {
	background-color: rgba(227,227,227,0.6);
	cursor: pointer;
}
.block-account li:hover a {
	text-decoration: none;
}
.block-account li.current {
	background-color: rgba(221,221,221,0.6);
	cursor: default;
}
.block-account li.current:before {
    content: '';
    position: absolute;
    right: -1px;
    top: 50%;
    margin-top: -9px;
    width: 0;
    height: 0;
    border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #ccc transparent transparent;
	z-index: 1;
}
.block-account li.current:after {
    content: '';
    position: absolute;
    right: -1px;
    top: 50%;
    margin-top: -8px;
    width: 0;
    height: 0;
    border-style: solid;
	border-width: 8px 8px 8px 0;
	border-color: transparent #fff transparent transparent;
	z-index: 2;
}
#logOutBtn {
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
    margin: 0 0 10px 20px;
    padding: 9px 36px;
    text-align: center;
}

.my-account fieldset {
	margin: 0;
}
.my-account ul,
.my-account ol {
	list-style: none;
}
.my-account .legend {
	border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.my-account .buttons-set {
	width: 452px;
}
.my-account .pager {
	width: 100%;
	margin: 0 0 10px 0;
}

/* Account Dashboard */
.my-account h2 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 0 6px;
} 
.my-account h2 .separator {
	color: rgba(0, 0, 0, 0.2);
	font-size: 91.666%;
}    
.recent-orders h2.table-caption a,
.manageAddrs,
.dashboard .reviews .sub-title a,
.order-items h2.sub-title a,
.info-box h3.box-title a {
	font-size: 70%;
}
.info-box h3.box-title a {
	font-size: 77.82%;
}
.dashboard .col2-set h2.sub-title a {
	font-size: 63.65%;
}
.customer-account-edit .form-list label {
    width: 148px;
}

.dashboard .box-title {
	width: 100%;
	background: #dedede url(../images/backgrounds/grey_diag_stripes.png);
	padding: 4px 0;
	float: left;
	margin: 0 0 8px;
}
.dashboard .box-title h3 {
	padding: 0 8px;
	float: left;
	margin: 0;
}
.dashboard .box-title a {
	font-size: 1em;
	background: #444;
	border: 1px solid #111;
	box-radius: 3px;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
    float: right;
    margin: 3px 10px 0;
    padding: 2px 10px;
}
.dashboard .box-title a:hover {
	background: #000;
}
.dashboard .box-content {
	clear: both;
}
.dashboard .box-content h4 {
	font-weight: bold;
	font-size: 1.4em;
}
.dashboard .box-content .sml-btn {
	margin-top: 7px;
}
#dashboard-info .col-1 {
	width: 100%;
}
#dashboard-info .col-1 .sml-btn {
	float: right;
	margin: -26px 250px 0 0;
}
#dashboard-newsletter {
	display: none;
}

.my-account .data-table {
	margin: 0 0 20px;
}
.my-account .data-table th {
	padding: 5px 12px 6px 6px;
	background: rgba(209,209,209,0.2);
	text-align: left;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
.my-account .data-table td {
	padding: 5px 12px 6px 6px;
}
.my-account .data-table td.last {
	white-space: nowrap;
}

/* My Orders */
.my-account .recent-orders h2 {
	margin: 0;
}
.my-account .order-items .data-table {
	margin-bottom: 28px;
	clear: left;
}
.my-account .order-items .data-table th {
	text-align: left
}
.my-account .order-items .data-table td.last {
	font-size: 1.2em;
}
.my-account .order-items .product-name {
	font-size: 1em;
}
.my-account .order-items .item-options dt,
.my-account .order-items .item-options dd {
	font-size: 1em;
	float: left;
	margin: 0 9px 0 0;
}
.my-account .order-items .item-options dd {
	margin: 0 18px 0 0;
}

/* Address Book*/
.my-account .title-buttons {
	margin-bottom: 28px;
}
.addresses-list h3 {
	font-size: 1.2em;
}
.addresses-list h3 a {
	font-size: 91.666%;
}
.addresses-list address {
	font-size: 1.1em;
	line-height: 1.4;
}

.customer-address-form .control p {
	margin: 18px 0 0 0;
}
.customer-address-form .control + .control p {
	margin: 0;
}
.customer-address-index .page-title .button {
	float: right;
	position: relative;
	top: -50px;
}

/* My Orders */
.my-account .title-buttons a {
	font-size: 130%;
	text-transform: uppercase;
	font-family: 'ProximaNovaBold',sans-serif;
	margin-right: 6px;
}
.my-account .title-buttons a.button {
	font-family: 'ProximaNovaRegular',sans-serif;
}
.my-account .title-buttons .separator {
	margin-right: 6px;
}
.order-info dt {
	font-size: 1.6em;
	font-family: 'ProximaNovaBold', sans-serif;
	text-transform: uppercase;
}
.order-info-box h2 {
	margin-bottom: 4px;
}
.my-account .order-date {
	position: absolute;
    right: 28px;
    top: 28px;
}
.order-items .order-links .link-print {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 86.444%;
	font-family: 'ProximaNovaBold',sans-serif;
	float: right;
}

#my-shipment-table-2 {
	margin-bottom: 20px;
}
.sales-order-view .page-title a, 
.sales-order-view .page-title .separator {
	float: right;
	position: relative;
	top: -20px;
}
#my-downloadable-products-table td.last a {
	padding: 0 0 0 20px;
	background: url(../images/icons/downloads-folder.png) no-repeat 0 0;
}


/* tabs */
#order-info-tabs {
	border-bottom: 1px solid #ccc;
	padding: 0 4px;
	overflow: hidden;
	margin: 10px 0 6px 0;
}
#order-info-tabs li {
	float: left;
	margin: 0 4px 0 0;
	padding: 6px 12px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #ccc;
	background: #e6e6e6;
}
#order-info-tabs li:hover,
#order-info-tabs li.current {
	background: #666;
	color: #fff;
}
#order-info-tabs li a {
	text-decoration: none;
}
#order-info-tabs li:hover a,
#order-info-tabs li.current a {
	color: #fff;
}
.order-about dt,
.order-about dd {
	float: left;
}
.order-about dt {
	margin-right: 20px;
	color: #828282;
}
.order-comments {
	overflow: hidden;
	margin: 0 0 20px 0;
}

/* Newsletter Pref */
.main .prefLink {
	margin: 24px 0;
	clear: left;
	float: left;
}

/* RMA */
#rma_create_form .order-page label.noPad {
	padding:0;
	margin-top: -3px;
} 
#rma_create_form .order-page .form-list h5 {
	float: left;
}
.remaining_quantity_block label {
	padding: 0 0 10px 0;
}
#rma_create_form .form-list .shortInput input.input-text {
	margin-bottom: 6px;
}
#my-returns-table{
	margin: 0 0 20px 0;
}
#my-returns-items-table {
	margin: 0 0 28px 0;
}

.rmaView .wrapper {
	margin: 0;
    min-height: 0;
    position: relative;
    width: auto;
}
.enterprise-rma-return-view .note-list {
	margin: 20px 0;
}

.enterprise-rma-return-returns .pager {
	padding-top: 0;
}
.enterprise-rma-return-returns #my-returns-table {
	margin-bottom: 6px;
}

/* Downloadable products */
#my-downloadable-products-table th {
	background-color: #EFEFEF;
    padding: 6px;
}


/* Cart Page 
   ---------------------------------------------------- */
.cart ul,
.cart ol {
	list-style: none;
}
.checkout-cart-index .main,
.checkout-onepage-index .main,
.customer-account-login .main {
	background: transparent;
}
.checkout-cart-index .col-main,
.checkout-onepage-index .col-main,
.customer-account-login .col-main {
	padding: 0;
	width: 996px;
	margin: 16px 0 0;
}

.checkout-types {
	background: #fff url(../images/backgrounds/grey_diag_stripes.png) repeat 0 0;
	padding: 20px;
	margin-bottom: 1.5em;
	border: 1px solid #ccc;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: inset 0 0 0 4px white;
	-moz-box-shadow: inset 0 0 0 4px white;
	box-shadow: inset 0 0 0 4px white;
}
.title-buttons .checkout-types {
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	margin: 0;
	float: left;
    width: 954px;
}
.totals .checkout-types {
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin: 0 0 30px 0;
	overflow: hidden;
}

.checkout-types button {
	float: right;
	display: inline-block;
	outline: none;
	color: white;
	text-align: center;
	font-weight: bold;
	text-shadow: 0 -1px 0 #2167A0;
	position: relative;
	margin-bottom: 2px;
	padding: 8px 10px 8px 14px;
	border: 1px solid #2db0fc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 0 #2167A0;
	-moz-box-shadow: 0 2px 0 #2167A0;
	box-shadow: 0 2px 0 #2167A0;
	background-color: #2D91E2;
}
.checkout-types button:hover, 
.checkout-types button:focus {
	background-color: #21b1ce; 
    border: 1px solid #145e9b;
    -webkit-box-shadow: inset 0 0 3px #2bc4e2, 0 2px 0 #145e9b;
    -moz-box-shadow: inset 0 0 3px #2bc4e2, 0 2px 0 #145e9b;
    box-shadow: inset 0 0 3px #2bc4e2, 0 2px 0 #145e9b; 
}
.checkout-types button:hover, 
.checkout-types button:active {
    cursor: pointer; 
}
.checkout-types button:active {
    background-color: #40c994;
    top: 1px;
    -webkit-box-shadow: 0 1px 0 #21b1ce;
    -moz-box-shadow: 0 1px 0 #21b1ce;
    box-shadow: 0 1px 0 #21b1ce; 
}
.checkout-types button span span {
	background:  transparent url(../images/icons/arrow_btn.png) no-repeat 100% 50%;
	padding: 0 18px 0 0;
	display: block;
}

/* Messages */
.checkout-cart-index .col-main .messages,
.checkout-cart-index .col-main .messages li.error-msg, 
.checkout-cart-index .col-main .messages li.success-msg, 
.checkout-cart-index .col-main .messages li.note-msg, 
.checkout-cart-index .col-main .messages li.notice-msg {
    margin: 0;
}
.checkout-cart-index .col-main .messages {
	display: inline-block;
    min-height: 40px;
    float: left;
}
.checkout-cart-index .col-main .cart-empty .messages {
	margin: 0 0 12px 0;
}

/* Gift Wrapping */
#giftWrapping {
	float: left;
	font-size: 1.1em;
}
.giftwrapButton button {
	float: left;
}
.giftwrapButton a {
	clear: left;
	float: left;
}
.giftwrapButton button span span span{
	display: inline;
	background: none;
	padding: 0;
}

/* Stock Notice */
.product-main-info .availability,
.options-container-big .availability {
	font-size: 1.6em;
}
.product-main-info .out-of-stock span,
.options-container-big .out-of-stock span {
	color: #E70000;
}
.product-main-info .pre-order span,
.options-container-big .pre-order span {
	color: #177700;
}

/* Shopping Basket 
--------------------------------------------- */
#shopping-cart-table {
	margin: 0;
}
#shopping-cart-table thead {
	text-transform: uppercase;
	box-shadow: inset 0 6px 6px -6px rgba(0,0,0,0.1);
}
#shopping-cart-table th {
	background-color: rgba(0, 0, 0, 0.2);
}
#shopping-cart-table th,
#shopping-cart-table td {
	padding: 12px;
	border: 0;
	text-align: left;
}
#shopping-cart-table .prodImgTD {
	width: 75px;
}
#shopping-cart-table .prodNameTD {
	width: 481px;
}
#shopping-cart-table .prodPriceTD,
#shopping-cart-table .prodTotalTD {
	width: 80px;
}
#shopping-cart-table .prodQtyTD {
	width: 74px;
}
#shopping-cart-table .prodRemoveTD {
	width: 80px;
}

#shopping-cart-table .product-name {
    font-size: 1em;
    padding: 8px 8px 8px 0;
    text-align: left;
    margin: 0;
}
#shopping-cart-table h5 {
    font-size: 1em;
    font-weiht: bold;
    margin: 0;
}
#shopping-cart-table .item-options dt,
#shopping-cart-table .item-options dd,
#checkout-review-table .item-options dt,
#checkout-review-table .item-options dd {
	font-size: 1em;
	margin: 0;
	display: inline;
	position: relative;
	line-height: 1;
}
#shopping-cart-table .item-options dt,
#checkout-review-table .item-options dt {
	padding: 0 0 0 9px;
        clear:both;
}
#shopping-cart-table .item-options dd,
#checkout-review-table .item-options dd {
	color: #666;
}

#shopping-cart-table .item-options .truncated_full_value,
#checkout-review-table .item-options .truncated_full_value
{
	display:none;
}
#shopping-cart-table .item-options dd a.dots,
#checkout-review-table .item-options dd a.dots
{
	cursor: default;
        text-decoration: none;
}
#shopping-cart-table .item-options dd:after,
#checkout-review-table .item-options li:after{
	white-space: pre;
        content:'\A';
}
#shopping-cart-table .item-options .truncated,
#checkout-review-table .item-options .truncated{
    display: block;
    padding-left: 10px;
}
#shopping-cart-table .item-options li,
#checkout-review-table .item-options li {
	margin: 0 9px 0 0;
	color: #666;
	display: inline;
	position: relative;
	padding: 0 0 0 9px;
	line-height: 1;
}
#shopping-cart-table .item-options li:before,
#checkout-review-table .item-options li:before,
#shopping-cart-table .item-options dt:before,
#checkout-review-table .item-options dt:before {
	content: '·';
	position: absolute;
	top: 0;
	left: 0;
	color: #000;
	text-shadow: 0 0 1px #000F84;
}
#shopping-cart-table .item-options .price,
#checkout-review-table .item-options .price {
	display: none;
}
#shopping-cart-totals-table tr.summary-details,
#checkout-review-table tr.summary-details {
    display: table-row !important;
}

#shopping-cart-table .availability {
	padding-top: 9px;
	color: #888;
}
#shopping-cart-table .cart-price {
	text-align: center;
	padding: 4px;
	display: block;
}
#shopping-cart-table input.qty {
	width: 30px;
	height: 12px; 
	padding: 7px 1px;
	border: 1px solid #9b9b9b;
	margin: 0;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 #bbb;
	-moz-box-shadow: inset 0 1px 0 #bbb;
	box-shadow: inset 0 1px 0 #bbb;
}

#shopping-cart-table .btn-remove {
	text-indent: -999em;
	background: transparent url(../images/icons/cross.png) 0 0 no-repeat;
    display: block;
    height: 12px;
    margin: 8px auto 0;
    overflow: hidden;
    padding: 0;
    text-indent: -999em;
    width: 12px;
}
#shopping-cart-table .btn-remove:hover,
#shopping-cart-table .btn-remove:focus {
	background-position: 0 -80px;
}

#shopping-cart-table tfoot {
	border-top: 1px solid #ededed;
}
#shopping-cart-table tfoot td {
	padding-bottom: 6px;
}
#shopping-cart-table tfoot .btn-continue {
	background: transparent;
	letter-spacing: 0;
	background: #ededed url(../images/icons/arrow_lt.png) no-repeat 5px 8px;
	padding: 8px 8px 7px 22px;
	float: left;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#shopping-cart-table tfoot .btn-continue:hover,
#shopping-cart-table tfoot .btn-continue:focus {
	background-position: 5px -66px;
	background-color: #bbb;
	color: #111;
}
#shopping-cart-table tfoot .btn-update {
	background-color: #EFEFEF;
	border: 1px solid #ccc;
    color: #999;
    font-size: 12px;
    font-weight: normal;
    padding: 8px 8px 7px;
    float: left;
    margin: 0 0 0 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#shopping-cart-table tfoot .btn-update:hover,
#shopping-cart-table tfoot .btn-update:focus {
	background-color: #bbb;
	color: #111;
}
#shopping-cart-table,
#shopping-cart-totals-table {
	background: #fff;
	margin: 0;
	border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
#shopping-cart-table tfoot td,
#shopping-cart-totals-table th,
#shopping-cart-totals-table td {
	background: #f9f9f9;
	color: #222;
}
#shopping-cart-totals-table {
	box-shadow: inset 0 -6px 6px -6px rgba(0,0,0,0.1);
}
#shopping-cart-totals-table td {
	padding-top: 6px;
}
#shopping-cart-totals-table strong {
	font-size: 140%;
}

/* Cart Collaterals */
.cart-collaterals form {
	border: 0;
	background: transparent;
}

/* Estimate Shipping */
.cart-collaterals .shipping {
	float: right;
	padding: 20px;
	background: #ddd;
	width: 342px;
	position: relative;
	min-height: 70px;
	color: #222;
}
.cart-collaterals .shipping h2 {
    width: 308px;
}
.cart-collaterals .shipping-form form {
	margin: 0 0 20px 0;
	float: left;
}
.cart-collaterals .shipping-form .form-list {
	margin: 0 0 0 52px;
	width: auto;
}
.cart-collaterals .shipping .buttons-set {
    width: 288px;
    margin: 0;
}
.cart-collaterals .shipping .sp-methods,
.cart-collaterals .shipping .sp-methods dl {
	margin: 0;
}
.cart-collaterals .shipping .sp-methods dt {
	font-size: 1.6em;
}
#ship-estimate-open {
	width: 26px;
	height: 26px;
	overflow: hidden;
	display: block;
	cursor: pointer;
	text-indent: -999em;
	background: url(../images/icons/arrow_toggle_lrg.png) no-repeat 0 0;
	position: absolute;
	left: 330px;
    top: 29px;
}
#ship-estimate-open:hover,
#ship-estimate-open:focus {
	background-position: 0 -80px;
}
#ship-estimate-open.triggered,
#ship-estimate-open.active {
	background-position: 0 -160px;
}
#ship-estimate-open.triggered:hover,
#ship-estimate-open.triggered:focus,
#ship-estimate-open.active:hover,
#ship-estimate-open.active:focus {
	background-position: 0 -240px;
}
.shipping .validation-advice {
	padding: 0;
	margin: -4px 0 0 0;
}

/* Coupons */
.deals {
	float: right;
	padding: 20px;
	background: url("../images/backgrounds/grey_diag_stripes.png") repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 0 0 4px white inset;
    margin-bottom: 30px;
    padding: 20px;
	width: 332px;
	min-height: 70px;
	color: #222;
}
.deals .phForm label {
    width: 256px;
}
.discount-form, .giftcard-form {
	position: relative;
}
#coupon_code, #giftcard_code {
	float: left;
	margin: 0;
    width: 244px;
    -webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	font-size: 13px;
	padding: 5px 7px 4px;
	min-height: 1.66em;
}
#giftcard_code {
    width: 175px;
}
#coupon_code,
#giftcard_code,
x:-moz-any-link {
    padding: 5px 7px;
} 
.discount .buttons-set, .giftcard .buttons-set {
	clear: none;
	float: left;
	margin: 0;
    width: auto; 
}
.discount-form button, .giftcard-form button {
    float: left;
    -webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding: 8px 14px 9px;
	position: absolute;
    right: 0;
    top: 0;
}

.giftcard-form button {
    position: static;
}

.deals .giftcard-form label {
    width: 198px;
    margin-bottom: 5px;
}

.discount-form .cancelButton {
	position: relative;
	margin: 6px 0 0 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.discount-form .validation-advice, .giftcard-form .validation-advice {
	padding: 0;
	margin: -4px 0 0 0;
	font-size: 1.3em;
}

#giftcard-form{
    clear:both;
    padding-top: 30px;
}
.giftcard{
    clear:both;
}
#giftcard-form .check-gc-status-wrapper{
    clear:both;
    text-align: center;
    padding: 10px 0;
}
/* Title Section */
p.onestepcheckout-description {
    font-size: 12px;
    font-weight: bold;
    margin: 3px 0;
}
.title-block {
	background: #fff url(../images/backgrounds/grey_diag_stripes.png) repeat 0 0;
	padding: 20px;
	margin-bottom: 1.5em;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 0 4px white;
	-moz-box-shadow: inset 0 0 0 4px white;
	box-shadow: inset 0 0 0 4px white;
	overflow: hidden;
}
.firstBlock {
	float: left;
	width: 410px;
}
.firstBlock h1 {
	margin-bottom: 12px;
}
.logos {
	float: right;
	padding: 0 0 0 20px;
}
.title-block .base-links {
	clear: none;
	float: right;
	margin: 10px 0 0 0;
}
.title-block .base-links li {
	margin: 0 0 6px 30px;
}
.title-block .base-links li:first-child {
	margin-left: 0;
}
.title-block .warner-logo {
	background: url(../images/warner-logo.png) no-repeat 0 0;
	width: 149px;
	height: 29px;
	overflow: hidden;
	display: block;
	text-indent: -999em;
	float: right;
	margin: 5px 6px 0 0;
}

/* One Page Checkout 
--------------------------------------------------------------- */
.opc { 
	position:relative; 
	float: left; 
	width: 754px;  
	background:#ededed; 
	margin: 0 0 20px 0;
}
.opc .step { 
	padding: 40px 20px 40px 50px; 
    width: 648px; 
	position:relative; 
	margin-top: 3.4em; 
	z-index:1; 
	float: left;
}

/* Global checkout styles */
ol.opc { 
	list-style: none;
	margin: 0 0 20px 0;
	overflow: hidden;
}
.opc ul { 
	list-style: none;
}
#checkout-step-login .buttons-set {
	margin: 0;
}
.please-wait {
	padding: 6px 20px 0 0;
	float: right;
}

/* Stage widths */
#checkout-step-login {
	padding-left: 24px; 
	width: 712px;
}
.loggedin #checkout-step-billing {
	padding-right: 50px; 
	width: 638px;
}
.loggedin #checkout-step-shipping {
	padding-right: 50px; 
	width: 638px;
}
#checkout-step-shipping_method {
	padding-right: 50px; 
	width: 638px;
}
#checkout-step-payment {
	padding-right: 50px; 
	width: 638px;
}
#checkout-step-review {
	padding-left: 20px;
	width: 698px;
}

/* Checkout tracker - top progress bar */
.opc .step-title { 
	width:14.4%; 
	height: 3.4em;
	position:absolute; 
    top: 0;
	display:block; 
	float:left; 
	background: #ccc;
	color: #777;
	padding: 0 0 0 2.2%;
} 
.loggedin .opc .step-title {
    width: 17.7%;
}
.opc .allow .step-title { 
	background:#bbb; 
	color:#555; 
	z-index: 4; 
}
.opc .active .step-title  { 
	background:#fff; 
	color:#222;
	z-index: 3;
}
.opc .step-title .number { 
	background:#fff; 
	color:#aaa; 
	width:30px; 
	height:30px; 
	line-height:30px; 
	-moz-border-radius:20px; 
	-webkit-border-radius:20px; 
	border-radius:20px; 
	border-color:#fff;
	padding:0; 
	border:0; 
	position:relative; 
	z-index:1; 
	float: left;
    margin: 6px 10px 6px 0; 
    text-align: center;
}
.opc .allow .step-title .number { 
	background:#000; 
	color:#fff;  
    cursor: pointer;
}
.opc .active .step-title .number { 
	background:#444; 
	color:#fff;
	float: left;
}
.opc .step-title h2 {
	font-size:13px;
    margin: 0;
    float: left;
    position: relative;
    z-index: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    left: 51px;
    right: 0;
    height: 1.8em;
    padding: 0.6em 0;
}
.opc .active .step-title { 
    width: auto; 
}
.opc .active .step-title h2 { 
    width: auto; 
    overflow: visible;
    position: static;
    left: auto;
    right: auto;
}
.table {
	display: table 
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}	
.opc .step-title .table {
	height: 1.8em;
	position: relative;
	top: -1px;
}
.opc .active .step-title .table  { 
	top: 1px;
}
.opc .step-title .block {
	text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
#checkoutSteps li:first-child .step-title .number {
	margin-left: -3%;
}

.opc .arrow {
	width: 0; 
	height: 0; 
	border-top: 22px solid transparent;
	border-bottom: 23px solid transparent;
	border-left: 10px solid #ccc;
	position: absolute;
	right: -10px;
}
.opc .allow .arrow { 
	border-left-color: #bbb;
}
.opc .active .arrow { 
	border-left-color: #fff;
}
#opc-review .arrow {
	display: none;
}
#opc-review.active .arrow {
	background: #fff;
}

#opc-billing .step-title {
    left: 16.4%;
}
.loggedin #opc-billing .step-title {
    left: 0;
}
#opc-shipping .step-title {
    left: 32.8%;
}
.loggedin #opc-shipping .step-title {
    left: 19.7%;
}
#opc-shipping_method .step-title {
    left: 49.2%;
}
.loggedin #opc-shipping_method .step-title {
    left: 39.4%;
}
#opc-payment .step-title {
    left: 65.6%;
}
.loggedin #opc-payment .step-title {
    left: 59.1%;
}
#opc-review .step-title {
    left: 82%;
}
.loggedin #opc-review .step-title {
    left: 78.8%;
}

.opc #opc-billing .step-title.fourWidth {
    left: 24.6%;
}
.opc #opc-payment .step-title.fourWidth {
    left: 49.2%;
}
.opc #opc-review .step-title.fourWidth {
    left: 73.8%;
}

/* Login Step */
#opc-login .col-1,
#opc-login .col-2 { 
	float:left; 
	min-height: 235px;
	width: 42%;
}
#opc-login .col-1 { 
	float:right; 
	width: 52%;
}
#opc-login .col-1 .form-list label {
    width: 118px;
}
#opc-login .col-1 .validation-advice {
    clear: left;
    position: relative;
    top: -10px;
    width: 254px;
    padding: 0;
}
#opc-login .col-2 p {
    margin-bottom: 12px;
}

/* Billing & Shipping */
.form-list .customer-dob input {
	width: 18px;
	float: right;
}
.form-list .customer-dob .dob-year input {
	width: 34px;
}
.form-list .customer-dob label {
	width: 16px;
}
.form-list .customer-dob .dob-year label {
	width: 32px;
}
.customer-dob {
	position: relative;
}
.dob-year,
.dob-day,
.dob-month {
	float: left;
	display: block;
	margin: 0 10px 0 0;
	width: 62px;
} 
.dob-year {
	width: 94px;
}
.form-list .customer-dob.validation-error {
    padding-right: 18px;
}   
.form-list .customer-dob .validation-advice {
	left: 240px;
    position: absolute;
    width: 230px;
}

.loggedin .addressLabel {
	width: 500px;
}
.loggedin .addressSelect {
	clear: left;
	margin: 10px 0;
}
.loggedin .addressSelect select,
.loggedin .addressSelect .sbHolder {
	width: 390px;
}
.loggedin .addressSelect .sbSelector {
	width: 370px;
}
.loggedin .addressSelect .sbOptions {
	width: 411px;
}
#billing-new-address-form {
	margin: 0 0 20px 0;
}

/* Shipping methods */
.sp-methods {
	margin: 0 0 20px 0; 
	float: left;
}
.sp-methods input[type=radio] {
	margin: 0 10px 0 0;
}
#checkout-step-shipping_method .sp-methods dt {
	font-size: 153.79%;
	margin: 0 0 10px 0;
}
#checkout-step-shipping_method .sp-methods dd {
	font-size: 110%;
	margin: 0 0 6px 0;
}
.gift-messages {
	clear: left;
}

/* Payment Methods */
#co-payment-form .sp-methods {
	width: 100%;
}
#checkout-step-payment .sp-methods dt label {
	font-size: 120%;	
}
#checkout-step-payment .sp-methods dd {
	background: transparent url(../images/colorbox/loading.gif) no-repeat 50% 50%;
}
#iframe_form {
	float: left;
}
#iframe_form ul {
	background-color: inherit;
	margin: 18px 0 0 0;
}
#iframe_form ul li {
	font-size: 1.3em;
}
#iframe_form ul li li {
	font-size: 1em;
}
#iframe_form .v-fix {
	float: left;
	margin: 0 9px 0 0;
}
#iframe_form input[type="text"],
#iframe_form input.input-text {
	width: 317px;
}
#iframe_form .styled-select {
    width: 331px;
}
.Chrome #iframe_form .styled-select,
.Safari #iframe_form .styled-select {
	width: 311px;
}
#iframe_form .v-fix select {
	width: 89px;
}
#iframe_form .v-fix .styled-select {
	width: 160px;
}
.Chrome #iframe_form .v-fix .styled-select,
.Safari #iframe_form .v-fix .styled-select {
	width: 140px;
}

#iframe_form .styled-select select {
	width: 150%;
}

#iframe_form .form-list label {
    width: 160px;
}
#iframe_form .validation-advice {
    width: 200px;
}
#iframe_form .cvvLi .validation-advice {
    position:absolute; 
    top: 12px; 
    left: 264px
}

#iframe_form #payone_cc_cc_cid {
	width: 70px;
	margin: 0 6px 0 0;
}
#payment-tool-tip {
	left: 124px;
    position: absolute;
    top: -177px;
}
.cvv-wrap {
	position: relative;
	float: left;
}
.cvv-what-is-this {
	text-decoration: underline; 
	padding: 6px 0 0 0;
}
#payment-tool-tip-close {
	position: absolute;
	top: 0;
	right: 0;
}


/* Checkout review */
#checkout-review-table-wrapper {
	background: #fff;
	padding: 20px;
	margin: 0 0 20px 0;
}
#checkout-review-table td,
#checkout-review-table th,
#checkout-review-table dt,
#checkout-review-table dd {
	font-size: 1em;
	text-align: left !important;
}
#checkout-review-table tfoot td,
#checkout-review-table tfoot th,
#checkout-review-table th:last-child,
#checkout-review-table td.last {
	padding-right: 0;
	text-align: right !important;
}
#checkout-review-table .product-name {
	font-size: 1.2em;
	margin: 0 0 5px;
}
#review-buttons-container .f-left a {
	padding-left: 9px;
}
#checkout-step-review td {
	padding: 0 10px 10px 0;
}
#checkout-step-review .prodimgTD {
	width: 75px; 
}
#checkout-step-review .prodnameTD {
	width: 303px; 
}
#checkout-step-review .priceTD,
#checkout-step-review .subTotalTD {
	width: 80px; 
}
#checkout-step-review .qtyTD {
	width: 80px;
}
#checkout-agreements .agree {
    text-align: right;
    margin: 0;
}
#checkout-agreements .agreement-content {
    overflow: hidden;
}
#checkout-agreements .form-list li.control input[type="checkbox"] {
    float: right;
}
#checkout-agreements .form-list li.control label {
    display: inline;
    float: none;
    width: auto;
    white-space: normal;
}
#checkout-agreements .form-list input[type="checkbox"], 
#checkout-agreements .form-list input[type="radio"] {
    margin: 2px 0 0 9px;
}

/* Success Downloads */
.download-info {
	clear: both;
	margin: 0 0 20px;
	float: left;
	width: 100%;
}
.download-info hr, .checkout-onepage-success hr {
	position:relative; 
	margin:20px auto; 
	border: 0; 
	background: #ccc; 
	height: 2px;
	overflow: hidden; 
	width: 30%;
}
.download-info hr:before, .checkout-onepage-success hr:before {
	position:absolute; 
	top: 0; 
	left: 0; 
	content: ''; 
	border: 0; 
	background: #fff; 
	height: 1px;
	overflow: hidden; 
	width: 100%; 
}
.download-info .data-table {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.download-info .data-table th {
	padding: 5px 12px 6px 6px;
	background: rgba(209,209,209,0.2);
	text-align: left;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
.download-info .data-table td {
	padding: 5px 12px 6px 6px;
}


/* Checkout Progress (Right Column) Block */
.opc-progress-container { 
	float:right; 
	margin: 0 0 20px;
    width: 230px;
}
.opc-progress-container .block-title { 
	padding:6px 0; 
	margin: 0 0 12px 0;
	background:none; 
	border-width: 0 0 1px;
	border-style: solid; 
	border-color: #686868; 
	text-transform: uppercase;
	font-size: 1.6em;
	line-height: 1.5;
	text-align: center;
}
.opc-progress-container .block-title strong { 
	font-weight: normal; 
    display: block;
    font-size: 0.9em;
    padding: 0 6px;
}
.opc-progress-container .opc-block-progress .block-content { 
	padding: 0;
}
.opc-progress-container .opc-block-progress dl { 
	padding: 0;
}
.opc-progress-container .opc-block-progress dt { 
	padding: 5px 4px 3px 8px; 
	color: #242424;
	text-transform: uppercase;
	background-color: #ddd; 
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 5px 4px;
	opacity: 0.5;
}
.opc-progress-container .opc-block-progress dt.complete { 
	font-size: 1.1em;
	padding: 5px 3px 3px 6px;
	margin: 2px 5px 4px;
    border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	opacity: 1;
}
.opc-progress-container .opc-block-progress dt.complete span{
	font-weight: normal;
}
.opc-progress-container .opc-block-progress dt.complete a { 
	font-weight:normal;  
	float: right;
    font-size: 70%;
    padding-top: 1px;
    background-color: #fefefe;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 0 0 #bbb;
    -moz-box-shadow: 1px 1px 0 0 #bbb;
    -webkit-box-shadow: 1px 1px 0 0 #bbb;
    float: right;
    font-size: 70%;
    font-weight: normal;
    padding: 2px 4px 1px;
    text-decoration: none;
}
.safari .opc-progress-container .opc-block-progress dt.complete a { 
	width: 20px;
	overflow: hidden;
}
.opc-progress-container .opc-block-progress dd.complete { 
	margin:5px 0 8px; 
	padding:5px; 
}
.opc-progress-container .block-progress .cards-list dd { 
	padding:0; 
}
.opc-progress-container .block-progress .cards-list .info-table th { 
	font-weight:normal; 
}
.opc-progress-container .opc-block-progress dt .separator {
    display: none;
}


/* Right Col Basket Summary */
.opc-progress-container .block-cart {
	margin: 20px 0 0 0;
}
.opc-progress-container .summary {
	padding: 0 10px;
}
.opc-progress-container .summary .subtotal .price {
	font-weight: bold;
}

/* Mini Products List */
.opc-progress-container .mini-products-list { 
	list-style: none;
	border-top: 1px solid #ddd;
	max-height: 240px;
	overflow-y: auto;
	margin: 0;
}
.opc-progress-container .mini-products-list li {
	background-color: #fff;
}  
.opc-progress-container .mini-products-list .product-name { 
	padding: 0 8px 0 0;
    width: 120px;
	float: left;
}
.opc-progress-container .product-details table { 
	float: left;
	width: 90px;
	margin: 0;
}
.opc-progress-container .mini-products-list th, 
.opc-progress-container .mini-products-list td { 
	font-size: 1em;
	padding: 0;
    text-align: left;
}
.opc-progress-container .mini-products-list th { 
	width: 40px;
	color: #666666;
    font-weight: normal;
}
.opc-progress-container .mini-products-list li { 
	background: #ededed;
	color: #222;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	padding: 6px;
}
.opc-progress-container .mini-products-list li:nth-child(2n+2) { 
	background: #f5f5f5;
}

.opc-progress-container .mini-products-list .item-options p {
	display: none;
}
.opc-progress-container .mini-products-list .product-details dt, 
.opc-progress-container .mini-products-list .product-details dd {
	font-size: 0.9em;
}
.opc-progress-container .mini-products-list .product-details dt {
	clear: left;
	float: left;
	margin: 0 6px 0 0;
}
.opc-progress-container .mini-products-list .product-details dd {
	float: left;
	margin: 0 0 1px 0;
}

#backToShop {
	display: none;
}

/* 404 
 ---------------------------------------------- */
.cms-no-route .col3-set * {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
.cms-no-route .page-head-alt {
	background: transparent url(../images/backgrounds/invader1.png) no-repeat 0 10px;
}
.cms-no-route .page-head-alt h3 {
	text-align: center;
	font-size: 4em;
	margin: 0 auto 36px;
	background: transparent url(../images/backgrounds/invader2.png) no-repeat 100% 10px;
	margin: 0 0 36px 200px;
	width: 526px;
	padding: 20px 218px 20px 0;
}
.cms-no-route .col3-set {
	margin: 0 40px 60px;
	padding: 10px;
}
.cms-no-route .col-1,
.cms-no-route .col-2,
.cms-no-route .col-3 {
	background-color: #eee;
	border-radius: 9px;
	border: 2px solid #fff;
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.1), inset 0 0 10px 5px rgba(0,0,0,0.1);
	padding: 30px;
	min-height: 280px;
}
.cms-no-route .col-2 {
	background: #efefef url(../images/backgrounds/home_sign.png) no-repeat 0 100%;
	padding-bottom: 128px;
}
.cms-no-route .col3-set li {
	list-style: none;
	padding: 0 0 5px 12px;
	position: relative;
	font-size: 1.5em;
}
.cms-no-route .col3-set li:before {
	content: '*';
	position: absolute;
	top: 1px;
	left: 0;
	color: #699465;
	font-size: 130%;
}
.cms-no-route .col3-set li:nth-child(2n+1):before {
	color: #955f5f;
}

/* FAQ
 ---------------------------------------------- */
.cms-faqs h3 {
	font-size: 3em;
	margin: 0 0 30px 0;
	text-align: center;
}
.mw_faq {
	clear: both;
	margin: 0 0 30px;
	color: #737373;
}
.mw_faq > div {
	border: 1px solid #ebebeb;
	margin: 0 0 6px;
	border-radius: 4px;
}
.mw_faq > div:hover {
	background: #f7f7f7;
	cursor: pointer;
}
.mw_faq .mw_description {
	border: none;
}
.mw_faq_name{
	color: #1e7ec8;
	font-size: 2.2em;
	font-weight: normal;
}
.mw_faq h5 {
	font-size: 1.4em;
	margin: 0;
}

.mw_question {
	background: url(../images/faq/bg-question.png) no-repeat 7px 50%;
	padding: 9px 0 9px 28px;
}
.mw_question a {
	text-decoration: none;
	color: #737373;
}
.mw_question a:hover{
	text-decoration: none;
	color: #2b85ca;
}
h5.mw_question_a_selected{
	background: #f7f7f7 url(../images/faq/bg-answer.png) no-repeat 7px 50%;
	font-weight: bold;
}
.mw_question_a_selected a{
	color: #0a263c;
}
.mw_answer {
	background: #fafafa;
	padding: 18px 9px 4px;
	border-top: 1px solid #eee;
}

/* Foreign langage */
.fr_FR #chkOutBtn a {
    padding: 7px 9px;
}
.fr_FR .payment-options {
	margin: 0 auto 10px;
	float: none;
    width: 90px;
}
.de_DE #myAccountLink a {
	padding: 8px 18px 6px 6px;
}
.de_DE .my-account p.required{
    display: none;
}


/* Review Summary */
.reviews {
	clear: left;
	width: 484px;
}
.reviewSummary {
	margin: 0 0 18px;
}
.reviewContent {
	float: left;
}
p.no-rating {
	margin: 0 0 40px;
}
.no-rating a {
	padding: 3px 9px;
	background: #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
	color: #000;
}
.no-rating a:hover {
	background: #666;
	color: #eee;
	text-decoration: none;
}

#product-reviews-list {
	clear: both;
	height: 240px;
    margin-bottom:  18px;
    overflow: auto;
    padding-right: 20px;
}
#product-reviews-list dt a {
	margin: 0 10px 0 0;
}


/* Review form page */
.review-product-list .product-img-box,
.review-product-list .product-main-info,
.review-product-list .addthis_toolbox,
.review-product-list .reviews,
.review-product-list #base-links-wrap,
.review-product-list #product-reviews-list,
.review-product-list .box-reviews > .box-title,
.review-product-list .product-collateral {
	display: none;
}

#customer-reviews .pager {
	border-bottom: 1px solid #eee;
	padding: 12px 0 6px 0;
	width: 100%;
	margin: 0 0 12px 0;
}
#customer-reviews .box-title {
	clear: both;
	overflow: hidden;
}
#customer-reviews h2{
	font-size: 1.9em;
}

#customer-reviews .product-name {
	text-align: left;
	text-transform: capitalize;
	font-size: 1.9em;
	margin: 12px 0;
}
/* Review firm question */
#customer-reviews .box-content ul:first-of-type label {
	width: auto;
	font-size: 120%;
	margin: 0 0 10px;
}
#customer-reviews .box-content ul:first-of-type em {
	display: none;
}
/* Review form inputs */
#customer-reviews form label {
    width: 160px;
}
#customer-reviews input[type="text"], 
#customer-reviews textarea {
    width: 300px;
}
#customer-reviews .validation-advice {
    padding: 3px 0 0 0;
    clear:  left;
    position: relative;
    top: -15px;
    width: auto;
}
#customer-reviews .validation-error,
#customer-reviews .validation-error input {
	border: none;
	box-shadow: none;
	background: none;
}
/* Review product page */
.review-product-list #customer-reviews .box-content ul:first-of-type label {
    width: 160px;
    margin-right: 10px;
}
.review-product-list #review-form {
    width: 486px;
}

/* Review summary */
#product-reviews-list {
	height: auto;
	max-height: 200px;
}

/* Review summary / title */
#product-reviews-list dt {
    font-size: 1.2em;
	margin: 0 0 10px;
	font-weight: normal;
	color: #888;
}
#product-reviews-list dt span {
    font-size: 110%;
    color: #222;
    padding: 0 20px 0 0;
}

/* Review summary content and ratings */
#product-reviews-list dd {
	border-bottom: 1px solid #ccc;
	padding: 0;
	margin: 0 0 18px 0;
	font-size: 1em;
	float: none;
}
#product-reviews-list dd.last {
    border-color: #000;
}
#product-reviews-list dd p {
    font-size: 1.2em;
    color: #555;
}
#product-reviews-list dd p.date {
    font-size: 0.9em;
    color: #000;
    margin-bottom: 9px;
}

.rating-box { 
	width:65px; 
	height:13px; 
	font-size:0; 
	line-height:0; 
	background:url(../images/ratings/bkg_rating.gif) 0 100% repeat-x; 
	overflow:hidden; 
}
.rating-box .rating { 
	float:left; 
	height:13px; 
	background:url(../images/ratings/bkg_rating.gif) 0 0 repeat-x; 
}
.ratings { 
	margin:5px 0; 
}
.ratings .rating-box { 
	float:left; 
	margin-right:5px; 
}
.ratings .amount { 
	font-size:12px; 
}
.ratings .rating-links { 
	margin:0; 
}
.ratings .rating-links a { 
	text-decoration:underline; 
}
.ratings .rating-links .separator { 
	margin:0 3px; 
}

/* Review summary ratings - prod view page */
.reviewContent .review-summary-table .label {
	font-size: 1.2em;
	width: 110px;
}

/* Review summary ratings */
table.review-summary-table {
	margin: 0 0 10px 0;
}
.review-summary-table th { /* stars */
	text-align: left;
	width: 80px;
	padding: 0;
}
.review-summary-table td {
	text-align: center;
}
.review-summary-table td:first-child {
	text-align: left;
}
.review-summary-table .label {
	font-size: 1em;
	width: 140px;
}

/* Sign up widget */
.sign-up-widget-wrapper {
}

.sign-up-widget {
    height: auto;
    padding: 0 12px;
    width: 315px;
    border-radius: 5px;
    font-size: 12px;
}

.sign-up-widget .label {
    text-align: center;
    background: transparent url(../images/icons/arrow_toggle.png) no-repeat 302px -19px;
    height: 20px;
    line-height: 26px;
    padding-bottom: 8px;
    cursor: pointer;
}

.sign-up-widget .input-text {
    width: 100%;
    width: 92%;
    padding: 11px;
}

.sign-up-widget select {
    margin: 4px 0 13px 0;
    height: 32px;
    width: 215px;
    float: left;
}

.sign-up-widget .button {
    background: transparent;
    box-shadow: none;
    border: none;
    float: left;
    text-align: left;
    padding: 0;
    color: #000;
    line-height: 43px;
    margin: 0 0 0 10px;
    background: transparent url(../images/icons/arrow_r.png) no-repeat 100% 16px;
    width: 80px;
}

.sign-up-widget .validation-advice {
    padding-left: 0;
}

/* Hide labels on modern browsers */
.csstransitions .sign-up-widget label {
    display: none;
}