body .only-js { display:none !important; }
body.js .only-js { display:inherit !important; }
body.js .only-no-js { display:none !important; }

* { padding: 0; margin: 0; }
a img { border: 0; }
button { cursor: pointer; }

input, textarea, select {
	font-family: Arial, sans-serif;
	font-size: .95em;
}

body {
	font-family: Arial, sans-serif;
	font-size: .8em;
	min-width: 320px;
	padding-top: 49px;
}

body > div {
	position: relative;
}

#home .content h2,
#purchase #myaccount .content h2 {
	color: #d2171c;
	text-align: center;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	font-size: 1.5em;
}

#header {
	background: #3B3C3B;
	position: fixed;
	width: 100%;
	min-height: 49px;
	top: 0;
    left: 0;
	z-index: 1005;
}

#header .content {
	max-width: 916px;
	margin: auto;
	overflow: hidden;
	background: none;
}

#footer {
	background: #9b9a99/* url('images/footer-bg.png') repeat top left*/;
}

#footer .content {
	max-width: 916px;
	margin: auto;
	overflow: hidden;
	background: none;
}

#footer img {
    vertical-align: middle;
    padding-top:2em;
}

#footer .paymethods_logos {
	float: right;
}

#footer .right {
	padding: 16px 0px;
	width: 200px;
	background: #5E5B5B none repeat scroll 0% 0%;
	color: #FFF;
	float:right;
}

#footer .right a {
    color: #FFF;
    text-decoration: none;
}

#footer .menu {
    list-style-type: none;
    margin: 0px;
    padding: 0px 16px;
    width: 168px;
}

#footer .menu li {
    padding: 0.4em 0px;
    border-bottom: 1px solid #7E7C7C;
}

#footer .menu li:last-child {
    border: none;
}

#footer .cell {
    display: inline-block;
    vertical-align: middle;
}

#paymethods-logos {
	float: right;
	color: #fff;
	text-align: left;
	line-height: 3;
}

#paymethods-logos p {
	border-bottom: 1px solid white;
	line-height: 1em;
	margin: 1em 0;
}

#paymethods-logos p span {
	display: inline-block;
	border-bottom: 1px solid #3b3c3b;
	margin-bottom: -1px;
	padding-right: 1em;
}

#paymethods-logos .logos a {
	margin-left: 1em;
}

#paymethods-logos .logos a:first-child {
	margin: 0;
}

#logo {
	float: left;
	width: auto;
	height: auto;
	display: block;
}

#logo a {
	display: block;
	width: 130px;
	height: 50px;
	background: url(../customization/logo.png);
	overflow: hidden;
	text-indent: -100em;
	padding: 0;
}

#header .toggle {
	float: right;
	display: block;
	width: 24px;
	height: 24px;
	overflow: hidden;
	text-indent: -100em;
	background: url(../customization/icon_sprite.png);
	display: none;
    margin: 1em;
}

#header .toggle:hover { background-position: 0 -24px; }

#navigation {
	float: right;
    padding: 1em;
}

#navigation li {
	list-style: none;
	float: left;
	margin-left: 2em;
	line-height: 24px;
}

#navigation li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
}
#navigation li a:hover { color: #fff; }

#navigation li.logout {
    display: none;
}

.text {
    font-size: 1em;
	line-height: 1.2em;
	color: #474747;
	text-align: justify;
}

.text p {
    margin: 1em 0;
}

.text ul,
.text ol,
.info ul,
.info ol {
    margin: 1em 0 1em 1.2em;
}

.text li,
.info li {
    margin: .5em 0;
}

.text a {
    color: #d2171c;
    text-decoration: none;
}

.text a:hover {
    text-decoration: underline;
}

.text h3,
.text h4 {
    margin: 1em 0;
}

@media screen and (max-width: 850px) {
	#header .toggle {
		display: block;
	}

	#navigation {
		display: none;
		float: none;
		clear: both;
		padding-top: 1em;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		padding: 0 3% .5em 3%;
		background: #3b3c3b;
	}
	#navigation.active {
		display: block;
	}

	#navigation li {
		float: none;
		margin: 0;
	}

	#navigation li a {
		display: block;
		padding: .2em 0;
		text-align: right;
	}

    #navigation li.logout {
        display: block;
    }

    #myaccount .logout { display: none; }
}

/*#carousel {
	background: #ccc;
	overflow: hidden;
}

#carousel h2 {
	display: none;
}

#carousel .content {
	max-width: 1024px;
	margin: auto;
	position: relative;
}

#carousel .content:after {
	left: 100%;
}

#carousel img {
	vertical-align: middle;
	width: 100%;
}

#carousel .medium {
	display: none;
}

@media screen and (min-width: 1025px) {
	#home {
		padding-top: 356px;
	}
	#home #carousel {
		position: fixed;
		top: 49px;
		left: 0;
		right: 0;
	}
}

@media screen and (max-width: 640px) {
	#carousel .large {
		display: none;
	}
	#carousel .medium {
		display: inline;
	}
}*/

#products {
	background: #eaedf1;
}

#products h2 {
	display: none;
}

#products ul {
    -webkit-transition:opacity .5s;
    -moz-transition:opacity .5s;
    -ms-transition:opacity .5s;
    -o-transition:opacity .5s;
    transition:opacity .5s;
}
#products ul.loading {
    opacity:.3;
}

#products .content {
	max-width: 1024px;
	margin: auto;
    padding:0 0 2em 0;
}

#products .filters {
    text-align: center;
    position: relative;
    padding: 1em 0 0;
}

#products .filter {
    display: inline-block;
    margin: 1em 2em 0;
}

#products .filter p {
    font-size: 1.5em;
    color: #423b3e;
	font-style: italic;
    color: #666;
}

#products .filter p span {
	color: #d2171c;
	font-weight: bold;
    padding: .4em .5em;
    margin-left: .4em;
    cursor: pointer;
    display: inline-block;
    border: 1px #eaedf1 solid;
    border-bottom: 0;
}

#products .filter p span:after {
	content: '.';
    display: inline-block;
    overflow: hidden;
    text-indent: -100em;
    width: 12px;
    height: 6px;
    background: url(../customization/icon_sprite.png) 0 -565px;
    margin-left: .4em;
    vertical-align: middle;
}

#products .filter.open:after {
    content: '.';
    position: fixed;
    background: url(images/overlay.png);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

#products .filter.open p {
    position: relative;
    z-index: 1002;
}

#products .filter.open p span {
    border: 1px #ccc solid;
    border-bottom: 0;
    background: #fff;
}

#products .filter ul {
    display: none;
    text-align: left;
    position: absolute;
    background: #fff;
    left: 10%;
    right: 10%;
    top: 100%;
    margin-top: -1px;
    border: 1px #ccc solid;
    padding: 1em;
    z-index: 1001;
}

#products .filter.open ul {
    display: block;
}

#products .filter ul li {
    display: inline-block;
    width: 15em;
    vertical-align: middle;
}

#products .filter ul li a {
    display: block;
    padding: 1em;
    text-align: center;
    color: #666;
    text-decoration: none;
    font-size: 1.2em;
}

#products .filter ul li a:hover {
	color: #d2171c;
    background: #eee;
}

#products .filter .active a {
	color: #d2171c;
}

@media screen and (max-width: 768px) {
    #products .filter {
        display: block;
        position: relative;
    }

    #products .filter ul {
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 480px) {
    #products .filter p {
        font-size: 1.25em;
    }

    #products .filter ul li {
        width: 49%;
    }

    #products .filter ul li a {
        padding: .5em 1em;
    }
}


#products .list {
	overflow: hidden;
	text-align: center;
	padding: .5em 0 1.5em;
}

#products .list .item {
	display: inline-block;
	*display: block; /*IE7*/
	*float: left; /*IE7*/
    width: 293px;
	list-style: none;
	margin: 1em 1%;
	border-radius: 0 0 .5em .5em;
	border:1px solid #000000;
	vertical-align: top;
	overflow: hidden;
	transition: all .25s linear;
	position:relative;
	height:385px;
	overflow:hidden;
}

#products .list .item:hover {
	transform: scale(.98);
}

#products .list .item.hidden {
	display: none;
}

#products .list .item .img img {
	width:293px;
	height:191px;
}

#products .list a {
	display: block;
	background: #fff;
	text-decoration: none;
}

#products .list img {
	width: 178px;
	height: 238px;
	display: block;
	background: #F9F8F6 url(images/loading.gif) no-repeat center center;
}

#products .list span {
	display: block;
	padding: .5em .2em;
	color: #000000;
	text-decoration: none;
}

#products .list .item .img span {
	position:absolute;
	top:0;
	right:0;
	color:#ffffff;
	font-size:1em;
	background:#9b9a99;
	padding:.5em;
}

#products .list .item .title span {
	font-weight:normal;
	font-size:1.7em;
}

#products .list .item .merchant span {
	font-size:1.2em;
	font-weight: bold;
}

#products .list .item .excerpt span {
	font-size:1.2em;
}

#products .list .item .price {
	font-size:.9em;
	position:absolute;
	width:100%;
	bottom:0;
}

#products .list .item .price em {
	background:#f8b03f;
	padding:0 .8em;
	font-style:normal;
	color:#ffffff;
	font-size:1.6em;
	margin-left:.5em;
}

@media screen and (max-width: 420px) {
    #products .list .item {
        width: 128px;
    }


    #products .list img {
        width: 128px;
        height: 171px;
    }

    #products .list span {
        font-size: 1em;
    }
}

#products .top {
    position: fixed;
    bottom: 1em;
    right: 1em;
}

#products .top a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    text-indent: -100em;
    background: url(../customization/icon_sprite.png) 0 -571px;
    z-index: 100;
}

#products .more {
    display: block;
    text-align: center;
    width:80%;
    margin:0 auto;
}

#myaccount {
	background: #fff;
}

#myaccount .content {
	max-width: 916px;
	margin: auto;
	padding: 4em 3%;
	overflow: hidden;
}

#myaccount .inner {
	position: relative;
}

#myaccount h2 {
	display: block;
	margin-bottom: 1em;
}

#myaccount h3 {
	color: #666;
	text-align: center;
	font-size: 1.4em;
	font-weight: normal;
}

#myaccount .logout {
    position: absolute;
    /*top: 0;*/
    right: 0;
    line-height: 1.75em;
	margin-top: -4.2em;
}

#myaccount .logout a {
    text-decoration: none;
    color: #666;
    font-weight: bold;
    font-size: 1.1em;
}

#myaccount .credits_info {
    overflow: hidden;
}

#myaccount .block {
	float: left;
	width: 40%;
	padding: 2em 3% 3em;
	background: #f9f8f6;
	min-height: 222px;
}

#myaccount .movements {
	float: right;
    position:relative;
}

#myaccount .movements .previous {
    position:absolute;
    bottom:1em;
    left:2em;
    text-decoration:none;
    padding:1em 0 0;
    color:#666;
    font-weight:bold;
}

#myaccount .movements .next {
    position:absolute;
    bottom:1em;
    right:2em;
    text-decoration:none;
    padding:1em 0 0;
    color:#666;
    font-weight:bold;
}

#myaccount .block h3:before {
	content: '.';
	display: inline-block;
	vertical-align: middle;
	height: 24px;
	width: 22px;
	overflow: hidden;
	text-indent: -100em;
	background: url(../customization/icon_sprite.png) 0 -48px;
	margin-right: .8em;
}

#myaccount .movements h3:before {
	height: 27px;
	width: 21px;
	background-position: 0 -72px;
}

#myaccount .credits .stat {
	margin: 2em 0;
	color: #666;
}

#myaccount .credits .text {
	margin-bottom: .5em;
	font-size: 1.1em;
	overflow: hidden;
}

#myaccount .credits .text .type {
	float: left;
}

#myaccount .credits .text .amount {
	float: right;
}

#myaccount .credits .bar {
	background: #ccc;
	min-height: 0; /*IE7*/
    overflow:hidden;
}

#myaccount .credits .bar .progress {
    float:left;
	background: #d2171c;
	height: .55em;
}
#myaccount .credits .bar .progress.gray {
    background: #888;
}
#myaccount .credits .bar .progress.black {
    background: #333;
}
#myaccount .credits .bar .progress.red {
    background: #c00;
}
#myaccount .credits .bar .progress.yellow {
    background: #dc0;
}
#myaccount .credits .bar .progress.green {
    background: #0b0;
}
#myaccount .credits .bar .progress.blue {
    background: #47f;
}

#myaccount .movements .info table {
    width: 100%;
    border-collapse: collapse;
	color: #666;
    margin-top: 1.4em;
}

#myaccount .movements td {
	padding: .6em .5em;
    vertical-align: top;
}

#myaccount .movements .desc {
	font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
	padding: .6em .2em;
}

#myaccount .movements .amount {
	font-weight: bold;
    text-align: right;
    white-space: nowrap;
}

/*#myaccount .exchange {
	clear: both;
	padding: 1em 3%;
    width: 46%;
    box-sizing: border-box;
}*/

/*#myaccount .exchange h3 {
	display: inline-block;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
}*/

#myaccount .exchange .input {
    overflow: hidden;
}

#myaccount .exchange .input input {
    box-sizing: border-box;
    float: left;
    border: 1px #b2b2b2 solid;
    border-right-width: 0;
    height: 30px;
    padding: 0 .8em;
    vertical-align: middle;
}

#myaccount .exchange .input button {
    box-sizing: border-box;
    float: left;
    height: 30px;
    background: #d2171c;
	text-transform: uppercase;
	color: #fff;
    border: 0;
    vertical-align: middle;
    padding: 0 1em;
}

#myaccount .exchange .error {
	display: none;
	padding: .6em 0 0;
    color: #666;
    font-style: italic;
}


@media screen and (max-width: 660px) {
    #myaccount .credits_info {
        overflow: visible;
    }

	#myaccount .block {
		float: none;
		width: auto;
		padding: 1em 6%;
		min-height: 0;
        margin-bottom: 1em;
	}

	#myaccount .block h3 {
		cursor: pointer;
		text-align: left;
	}

	#myaccount .block h3:after {
		content: '.';
		display: block;
		float: right;
		width: 21px;
		height: 14px;
		background: url(../customization/icon_sprite.png) 0 -226px;
		overflow: hidden;
		text-indent: -100em;
		margin-top: .5em;
	}

	#myaccount .block .next,
	#myaccount .block .previous {
		display:none;
	}

	#myaccount .block.open .next,
	#myaccount .block.open .previous {
		display:block;
	}

	#myaccount .block.open h3:after {
		background-position: 0 -240px;
	}

	#myaccount .block .info {
		overflow: hidden;
		height: 0;
		transition: all .2s linear;
	}

	#myaccount .block.open .info {
		height: auto;
	}

/*    #myaccount .exchange {
		float: none;
		width: auto;
		padding: 1em 6%;
    }*/
}


#myaccount .coupons {
	clear: both;
}

#myaccount .coupons .nocoupons {
    font-size: 1.3em;
    margin: 2em 0 1em;
    color: #888;
    font-style: italic;
}

#myaccount .coupon {
	background: #f9f8f6;
	list-style: none;
	width: 46%;
	float: left;
	margin: .5em 0;
	display: table;
	position: relative;
}

#myaccount .coupon.odd,
#myaccount .coupon:nth-child(odd){ clear: both; }
#myaccount .coupon.even,
#myaccount .coupon:nth-child(even){ float: right; }

@media screen and (max-width: 660px) {
	#myaccount .coupon,
	#myaccount .coupon.even {
		float: none;
		width: 100%;
	}
}

#myaccount .coupon a {
	display: table-cell;
	*display: block;
	height: 130px;
	border: 1px solid #e0e0e0;
	transition: all .2s linear;
	vertical-align: middle;
	text-decoration: none;
	color: #343434;
	padding: 0 70px 0 97px;
}

#myaccount .coupon.last_purchase a,
#myaccount .coupon a:hover {
	border-color: #d2171c;
	transition: all .2s linear;
}

#myaccount .coupon .image {
	position: absolute;
	top: 1px;
	left: 1px;
	background: url(images/loading.gif) no-repeat center center;
}

#myaccount .coupon .image img {
	vertical-align: middle;
}

#myaccount .coupon .data {
	display: inline-block;
	padding: .5em 8% .5em 5%;
}

#myaccount .coupon .title {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: .2em;
}

#myaccount .coupon .price {
	position: absolute;
	right: 6%;
	top: 30px;
	display: block;
	width: 62px;
	height: 70px;
	background: url(../customization/icon_sprite.png) no-repeat 0 -125px;
	text-align: center;
	line-height: 70px;
	color: #fff;
	font-size: 1.3em;
	white-space: nowrap;
}

#contactus {
	background: #eaedf1 url(images/contactus_bg.jpg) no-repeat 75% 100%;
}

#contactus h2 {
	display: none;
}

#contactus .content {
	max-width: 916px;
    min-height: 425px;
	margin: auto;
	padding: 3em 3%;
}

#contact_form {
	background: #fff;
	width: 423px;
    position: relative;
}

#contact_form .fieldset {
	padding: 2em 8%;
}

#contact_form h3 {
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: normal;
	color: #8d8d8d;
	margin-bottom: 2em;
}

#contact_form h3:before {
	content: '.';
	display: inline-block;
	height: 31px;
	width: 32px;
	background: url(../customization/icon_sprite.png) 0 -195px;
	vertical-align: -35%;
	overflow: hidden;
	text-indent: -100em;
	margin-right: .5em;
}

#contact_form label {
    position:absolute;
    top:-1em;
    left:0;
    color:#999;
}

#contact_form .fieldrow {
    padding-top:.2em;
    position:relative;
	margin: 1.5em 0;
	min-height: 0; /*IE7*/
}

#contact_form .field {
	display: block;
	border: 1px #a0a0a0 solid;
	border-radius: .1em;
	padding: .6em .5em;
	min-height: 0; /*IE7*/
}

#contact_form .field input,
#contact_form .field textarea {
	border: 0;
	outline: 0;
	width: 100%;
	background: none;
}
#contact_form .field textarea {
	resize: vertical;
	min-height: 100px;
	max-height: 300px;
	overflow: auto;
	position: relative;
}

#contact_form .errors {
    display: none;
    color: #FF3333;
    font-style: italic;
    margin-bottom: 1.5em;
}

#contact_form_success {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    cursor: pointer;
    text-align: center;
    padding: 10em 2em;
    display: none;
}

#contact_form_success.visible {
    display: block;
}

#contact_form_success span {
    display: inline-block;
    width: 42px;
    height: 41px;
    background: url(../customization/icon_sprite.png) 0 -492px;
    margin-bottom: 1em;
}

#contact_form_success p {
    color: #8e8e8e;
    font-weight: bold;
    font-size: 1.4em;
}

#contact_form .actions {
	text-align: center;
}

#contact_form .actions button {
	border: 0;
	border-radius: 0;
	background: #d2171c;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #fff;
	padding: .4em 1.4em;
}

@media screen and (max-width: 950px) {
	#contactus {
		background-position: 50% 100%;
	}

	#contact_form {
		width: auto;
		margin: auto;
		max-width: 423px;
	}
}

#purchase form .dynamic {
    transition: opacity .2s linear;
}

#purchase form.loading .dynamic {
    opacity:.6;
}

#purchase form.loading tfoot .total:before {
    content:" ";
    display:inline-block;
    vertical-align: -5px;
    width:20px;
    height:20px;
    margin-right:2em;
    background:center center no-repeat url(images/loading-button.gif);
    z-index:1;
}

#purchase .lnkReturn {
	color:#727175;
	font-style:italic;
	font-size:1.6em;
	margin-bottom:2em;
	display:block;
}

#page #content {
	max-width: 916px;
	margin: auto;
	padding: 2em 3%;
	background: #fff;
	color: #666;
	font-size: .95em;
	line-height: 1.4em;
}

#page #content > * {
	margin: 1em 0;
}

#page #content > ul {
	margin: 1em 0 1em 1.2em;
}

#conditions strong {
	font-style: italic;
}

#conditions .content {
	max-width: 916px;
	margin: auto;
	padding: 2em 3%;
}

#purchase {
	background: #ffffff;
}

#product {
	max-width: 916px;
	margin: auto;
	padding: 3em 3%;
	overflow: hidden;
	min-height: 0;
}

#product h2 {
	font-size: 30px;
	line-height:30px;
	font-weight: bold;
	margin-bottom: .2em;
	color: #000;
	text-transform: none;
}

#product h3 {
	color: #f8b03f;
	font-size:20px;
	margin-bottom: 0.5em;
}

#product .image {
	float: left;
	width: 350px;
	margin-right:25px;
}

#product .image img {
	width:100%;
	vertical-align: middle;
}

#product .info {
	float: left;
	width: 540px;
}

#product .info .description {
    font-size: 14px;
	line-height: 14px;
	color: #474747;
	text-align: justify;
}

#product .info h3 {
	margin-top:3em;
	margin-bottom:0;
}

#product .info .description p {
	margin: 1em 0;
}

#product .conditions {
	clear: both;
	padding: 1em 0;
}

#product .text, .description {
	font-size:14px;
	line-height:18px;
}

#product .purchase {
    clear: both;
}

#product .purchase h3 {
    margin-bottom: .2em;
}

#product .purchase table {
    width: 100%;
    border-collapse: collapse;
    color: #474747;
}

#product .purchase th {
    padding: 0 2em .5em;
    font-weight: normal;
    text-align: left;
    font-size: .9em;
    color: #666;
}

#product .purchase tbody {
    background: #fff;
    border: 1px #000 solid;
}

#product .purchase td {
    padding: 1em 2em;
}

#product .purchase td label {
    display:none;
}

#product .purchase td:first-of-type {
    padding-left: 1.2em;
}

#product .purchase tbody td {
    padding: 1em 2em;
    border-bottom: 1px #000 solid;
}

#product .purchase .quantity {
    text-align: center;
    vertical-align: middle;
}

#product .purchase .total {
    text-align: right;
    white-space: nowrap;
}

#product .purchase tbody td:first-child {
    text-align: left;
}

#product .purchase tbody th {

}

#product .purchase tfoot .total {
    text-transform: uppercase;
}

#product .purchase tfoot .total > span {
    font-size: 1.4em;
    font-weight: bold;
    margin-left: 1em;
}

#product .purchase tr.deal td.desc ul {
    list-style: none;
    line-height: 1.8em;
}

#product .purchase tr.deal td.desc li > * {
    vertical-align: middle;
}

#product .purchase select {
    padding: .5em;
}

#product .purchase input:read-only {
    padding:0;
    border:none;
    background:transparent;
    text-align:right;
}

#product .purchase tfoot {
    border: 1px #000 solid;
}

#product .shipment {
	clear: both;
    margin-top: 2em;
    overflow: hidden;
}

#product .shipment h3 {
	color:#9b9a99;
}

#product .shipment .block {
	float: left;
	width: 46%;
}

#product .shipment .block.even {
	float: right;
}

#product .shipment .fieldrow {
	width: 48%;
	float: left;
	margin-bottom: 1em;
}
#product .shipment .fieldrow.even,
#product .shipment .fieldrow:nth-child(even) {
	float: right;
}
#product .shipment .fieldrow.type_textarea {
	width: auto;
	float: none;
	margin-bottom: 1em;
	clear: both;
}

#product .shipment label {
	display: block;
	margin-bottom: .25em;
	padding-left: 1.3em;
	color: #666;
    font-size: .9em;
}

#product .shipment .field {
	display: block;
	border: 1px #9b9a99 solid;
	border-radius: .1em;
	padding: .5em .5em .5em 1.05em;
	background: #fff;
}

#product .shipment .field > * {
	border: 0;
	outline: 0;
	background: 0;
	width: 100%;
	padding: 0;
}

#product .shipment select.field {
    width: 100%;
}

#product .shipment .field textarea {
	resize: vertical;
	min-height: 6.5em;
}

#product .paymethods {
	clear: both;
    margin-top: 2em;
    overflow: hidden;
}

#product .paymethods ul {
	list-style: none;
}

#product .paymethods ul li {
	display: inline-block;
}

#product .paymethods button {
	border: 0;
	border-radius: 0;
	background: #d2171c;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #fff;
	padding: .4em 1.4em;
	transition: all .2s linear;
}

#product .paymethods .paymethod {
	background-color: transparent;
	background-repeat: no-repeat;
	height: 30px;
    margin-right:1em;
    overflow:hidden;
    color:#fff;
    background:#777;
    border-radius:3px;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-bottom:1px solid #333;
    border-right:1px solid #333;
}

#product .paymethods .paymethod.paypal,
#product .paymethods .paymethod.gateway-4{
	width: 154px;
    height:32px;
    text-indent: -9999px;
    border:none;
    border-radius:0;
	background: url('images/button-paypal.png') no-repeat;
}

#product .paymethods .paymethod.bbvamx,
#product .paymethods .paymethod.gateway-3{
	width: 163px;
    height:32px;
    text-indent: -9999px;
    border:none;
    border-radius:0;
	background: url('images/button-tpv.png') no-repeat;
}

#product .actions {
	clear: both;
	text-align: right;
	padding-top: 1em;
}

#product .actions button {
    border: 0;
	border-radius: 0;
	background: #d2171c;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #fff;
	padding: .4em 1.4em;
	transition: all .2s linear;
}

#product .actions button:disabled {
	background-color:#aaa;
}

#product .errors {
    background: #f33;
    color: #fff;
    font-style: italic;
    font-size: 1.1em;
    padding: .5em 1em .5em 2.2em;
    margin-bottom: 2em;
    list-style: square;
}

#product .errors a {
    color: #fff;
}

#voucher_input .toggle {
    color: #d2171c;
    text-decoration: none;
}

#voucher_input .input {
    display: none;
    margin-top: 1em;
}

#voucher_input .wrapper {
    border: 1px #d2171c solid;
    display: inline-block;
    padding-left: .5em;
}

#voucher_input .wrapper input {
    border: 0;
    background: none;
    vertical-align: middle;
    width: 14em;
}

#voucher_input .wrapper button {
    border: 0;
    color: #fff;
    padding: .2em .2em .2em .5em;
    text-transform: uppercase;
    background: #d2171c;
    vertical-align: middle;
}

#voucher_input .wrapper button span {
    display: block;
    height: 16px;
    width: 12px;
    overflow: hidden;
    text-indent: -100em;
    background: url(../customization/icon_sprite.png) 0 -549px;
}

#voucher_input .error {
    display: none;
    margin-top: 1em;
    color: red;
    font-size: .85em;
}

@media screen and (max-width: 660px) {
	#product .image {
		float: none;
		width: auto;
		position: static;
	}

	#product .info {
		float: none;
		width: auto;
	}

	#product .shipment .block,
	#product .shipment .block.even {
		float: none;
		width: auto;
	}

	#footer .content {
		text-align: center;
		line-height: 3;
	}

	#footer .content > a {
		display: block;
	}

	#footer .paymethods_logos {
		float: none;
		width: auto;
		max-width: 100%;
	}

	#paymethods-logos {
		float: none;
		text-align: center;
		display: inline-block;
	}

	#paymethods-logos p span {
		padding: 0 1em;
	}

	#paymethods-logos .logos {
		display: inline-block;
	}

	#paymethods-logos .logos a {
		margin: 0;
	}
}

@media screen and (max-width: 400px) {

	#product .shipment .fieldrow,
	#product .shipment .fieldrow.even {
		float: none;
		width: auto;
	}

    #product .purchase th,
    #product .purchase td {
        padding-left: .5em !important;
        padding-right: .5em !important;
    }

    #product .shipment label {
        padding-left: .55em;
    }

    #product .shipment .field {
        padding-left: .45em;
    }

	#paymethods-logos .logos {
		display: table;
	}

	#paymethods-logos .logos a {
		display: table-cell;
	}

	#paymethods-logos .logos a img {
		width: 90%;
	}

}

body.js .notifications .message {
    display:none;
}

.notifications {
	background: #eaedf1;
}

.notifications .content {
	max-width: 1024px;
	margin: auto;
}

.notifications .message {
    position:relative;
	padding: 2em;
}

.notifications .message .close {
    text-decoration:none;
    font-weight:bold;
    color:#666;
    position:absolute;
    top:0em;
    right:-1em;
}

.notifications .content .message.error {
    color: #f1000a;
}

.notifications .message,
.notifications .message > * {
	text-align: center;
	color: #d2171c;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 2em;
}

.notification {
	padding: 2em 2em 4em;
}

.notification > * {
	text-align: center;
	color: #d2171c;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 2em;
}

.pagetitle {
    color: #666;
/*	padding: 1em 0 .6em;
	margin-bottom: 1em;
	border-bottom: .4em #ebebeb solid;*/
}

* + .pagetitle {
    margin-top: 2em;
}

.subtitle {
    margin: -1em 0 2em;
    color: #666;
}

.button {
    background: #d2171c;
    border: 0;
    padding: .8em 1.2em;
    color: #fff;
    text-transform: uppercase;
    text-decoration:none;
}
.button.loading {
    text-indent:-1000px;
    overflow:hidden;
    background-position:center center;
    background-repeat:no-repeat;
    background-image:url(images/loading-button.gif);
}