/* -- quantity box -- */

.quantity {
 display: inline-block; }

.quantity .input-text.qty {
 width: 35px;
 height: 39px;
 padding: 0 5px;
 text-align: center;
 background-color: transparent;
 border: 1px solid #efefef;
}

.quantity.buttons_added {
 text-align: left;
 position: relative;
 white-space: nowrap;
 vertical-align: top; }

.quantity.buttons_added input {
 display: inline-block;
 margin: 0;
 vertical-align: top;
 box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
 padding: 7px 10px 8px;
 height: 41px;
 background-color: #ffffff;
 border: 1px solid #efefef;
 cursor:pointer;}

.quantity.buttons_added .minus {
 border-right: 0; }

.quantity.buttons_added .plus {
 border-left: 0; }

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
 background: #eeeeee; }

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 -moz-appearance: none;
 margin: 0; }
 
 .quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
 outline: none; }


.blocks{
	display:block;
	clear:both;
	margin-left:-40px;
	margin-right:10px;
	list-style:none;
	font-size:16px;
	line-height:16px;
}
.blocks:after{
	display:block;
	clear:both;
	content:'';
}

.no-generatedcontent .blocks{
	overflow:hidden;
}
.blocks li{
	display:block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	clear:both;
	background:none;
}

.blocks li img {
	max-width:100%;
}
.blocks-inner {
	border:0px solid #cccccc;
	border-radius: 8px 8px 8px 8px;
	margin:10px;
	padding: 10px;
}
.blocks-inner-detail2 {
	font-size:12px;
	color:#999;
	line-height:20px;
}
.blocks-inner-detail2 .value {
	font-weight:bold;
	font-style:italic;
	color: #666;
}

.blocks-title {
	font-size:12px;
	color:#000;
	font-weight:bold;
	min-height:50px;
}

.blocks-inner-detail {
	background-color:#fff;
	height:98%;
}
.blocks-inner-detail:a {
  color: #fff;
}

.blocks-inner-detail:hover {
  color: #39552f;
}

.no-boxsizing .blocks>li{
	padding:0;
}

.no-boxsizing .blocks-wrap{
	margin:0 0 0 0px;
}

@media(min-width:320px){
	.blocks>li{
		clear:none;
	}

	.blocks-four-up>li,.blocks-five-up>li,.blocks-six-up>li{
		float:left;
		width:100%;
	}

	.blocks-four-up>li:nth-child(2n+1),.blocks-five-up>li:nth-child(2n+1),.blocks-six-up>li:nth-child(2n+1){
		clear:left;
	}

	.no-nthchild .blocks-start{
		clear:left;
	}

	.no-nthchild .blocks-end{
		zoom:1;
		float:none;
		width:auto;
	}

}

@media(min-width:480px){

	.blocks-two-up>li,.blocks-three-up>li{
		float:left;
		width:50%;
	}

	.blocks-five-up>li,.blocks-six-up>li{
		width:33.333333%;
	}

	.blocks-five-up>li:nth-child(2n+1),.blocks-six-up>li:nth-child(2n+1){
		clear:none;
	}

	.blocks-two-up>li:nth-child(2n+1),.blocks-three-up>li:nth-child(2n+1),.blocks-five-up>li:nth-child(3n+1),.blocks-six-up>li:nth-child(3n+1){
		clear:left;
	}

	.blocks img{
		width:auto;
	}

}

@media(min-width:600px){
	.blocks-three-up>li{
		width:33.333333%;
	}

	.blocks-four-up>li{
		width:25%;
	}

	.blocks-five-up>li{
		width:20%;
	}

	.blocks-six-up>li{
		width:16.666667%;
	}

	.blocks-three-up>li:nth-child(2n+1),.blocks-four-up>li:nth-child(2n+1),.blocks-five-up>li:nth-child(2n+1),.blocks-five-up>li:nth-child(3n+1),.blocks-six-up>li:nth-child(3n+1){
		clear:none;
	}

	.blocks-three-up>li:nth-child(3n+1),.blocks-four-up>li:nth-child(4n+1),.blocks-five-up>li:nth-child(5n+1),.blocks-six-up>li:nth-child(6n+1){
		clear:left;
	}

}
/* ------------------------ validation messages ------------------------ */

.info-message, .warning-message, .error-message, .success-message {
    font-weight: bold;
    padding: 10px 10px 10px 50px;
    color: #333;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

.info-message {
    background: #c5f99e url(00000001/art/icon_info.png) no-repeat 10px center;
    border: 1px solid #999999;
}

.warning-message {
    background: #f9e29d url(art/icon_warning.png) no-repeat 10px center;
    border: 1px solid #cc9966;
}

.error-message {
    background: #ff9999 url(art/icon_error.png) no-repeat 10px center;
    border: 1px solid #cc6666;
}

.success-message {
    background: #c5f99e url(art/icon_check.png) no-repeat 10px center;
    border: 1px solid #99cc99;
}

div.info-message, div.warning-message, div.error-message, div.success-message {
    margin-bottom: 10px;
}

.info-message p, .warning-message p, .error-message p, .success-message p { margin: 0.5em 0; }

.info-message ul, .warning-message ul, .error-message ul, .success-message ul { margin-bottom: 0; }

    .info-message ul li, .warning-message ul li, .error-message ul li, .success-message ul li { list-style: none; }
	/* ------------------------ checkout headers ------------------------ */
	#checkout-headers {
	background: #f6f6f6;
	border: 1px solid #e9e9e9;
	color: #ccc;
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 98%;
	margin-bottom:0px;
	margin-left:10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	}
		#checkout-headers div {
			float: left;
			display: inline;
			margin: 0;
			padding: 5px 9px;
		}
			.ie6 #checkout-headers div,
			.ie7 #checkout-headers div,
			.ie8 #checkout-headers div,
			.ie9 #checkout-headers div {
				margin: 0;
			}
		#checkout-headers .secure {
			background: url(art/icon_lock.png) no-repeat 5px center;
			color: #999999;
			padding: 5px 2px 5px 28px;
		}
		#checkout-headers .id-page {
			background: #205600;
			color: #fff;
		}
/* ------------------------ advanced browers goodies ------------------------ */

.corners {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	border: 1px solid #5e5d5d;
	max-height:600px;
	max-width:600px;
}
.cornered {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	border: 1px solid #5e5d5d;
}

.shadows {
    -moz-box-shadow: rgba(68,68,68, 0.75) 0px 0px 10px;
    -webkit-box-shadow: rgba(68,68,68, 0.75) 0px 0px 10px;
    box-shadow: rgba(68,68,68, 0.75) 0px 0px 10px;
}

.bottom-shadow {
    -moz-box-shadow: rgba(68,68,68, 0.75) 0px 0px 5px;
    -webkit-box-shadow: rgba(68,68,68, 0.75) 0px 0px 5px;
    box-shadow: rgba(68,68,68, 0.75) 0px 0px 5px;
}

.text-shadows { text-shadow: 0 1px 1px rgba(68,68,68, 0.3); }
/*Social Media Icons */
.social {
	display: block;
	text-align: left;
}
.social ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.social li {
	float: left;
	list-style-type: none;
	margin: 0.5em .5em .5em 0;
}
.social a {
	opacity: .25;
	transition: all linear .5s .1s;
}
.social a:hover {
	opacity: 1;
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
.gone {
				display: none;
				visibility: hidden;
}
}
