@CHARSET "UTF-8";

form {
	overflow: hidden;
}

input.warning[type='submit'],
input.warning[type='button']{
	border-style: none;
	padding: 4px 10px;
	box-shadow: 0px 0px 7px #FF8000;
	border: 2px solid white;
	border-radius: 4px;
	background: #FF8000;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	margin: 3px;
	float: right;
}

input.warning[type='submit']:hover{
	font-style: italic;
	color: black;
}

input.check[type='submit']{
	border-style: none;
	padding: 4px 10px;
	box-shadow: 0px 0px 7px #72B8FE;
	border: 2px solid white;
	border-radius: 4px;
	background: #72B8FE;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	margin: 3px;
	float: right;
}

input.check[type='submit']:hover{
	font-style: italic;
	color: black;
}

input.login[type='submit']{
	border-style: none;
	padding: 4px 10px;
	box-shadow: 0px 0px 7px gold;
	border: 2px solid white;
	border-radius: 4px;
	background: gold;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #333;
	margin: 3px;
	float: right;
}

input.login[type='submit']:hover{
	font-style: italic;
	color: black;
}

input.upload[type='submit']{
	border-style: none;
	padding: 4px 10px;
	box-shadow: 0px 0px 7px #333;
	border: 2px solid white;
	border-radius: 4px;
	background: #333;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #CCC;
	margin: 3px;
	float: right;
}

input.upload[type='submit']:hover{
	font-style: italic;
	color: white;
}

input.administration[type='submit']{
	border-style: none;
	padding: 4px 10px;
	box-shadow: 0px 0px 7px #C7A900;
	border: 2px solid white;
	border-radius: 4px;
	background: #C7A900;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #121;
	margin: 3px;
	float: right;
}

input.administration[type='submit']:hover{
	font-style: italic;
	color: black;
}

span.more{
	border-style: none;
	padding: 4px 10px;
	box-shadow: 0px 0px 7px #B1B2CE;
	border: 2px solid white;
	border-radius: 4px;
	background: #B1B2CE;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #121;
	margin: 3px;
	float: right;
}

span.more:hover{
	font-style: italic;
	color: black;
}

a.cancel,
span.cancel,
input.cancel[type='button']{
	border-style: none;
	padding: 0px 10px;
	box-shadow: 0px 0px 2px #FF3D3D;
	border: 1px solid white;
	border-radius: 4px;
	background: #FF3D3D;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #121;
	margin: 3px;
	float: right;
	text-decoration: none;
}
a.cancel,
span.cancel:hover,
input.cancel:hover[type='button']{
	font-style: italic;
	color: black;
}

input.empty-cart[type='submit']{
	border-style: none;
	padding: 4px 10px;
	box-shadow: 0px 0px 7px #FF3D3D;
	background-image: url(/ext-img/empty.png);
	background-repeat: no-repeat;
	background-position: left center;
	border: 2px solid white;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	padding: 4px 10px;
	padding-left: 30px;
	color: #121;
	margin: 3px;
	float: right;
}

input.empty-cart[type='submit']{
	font-style: italic;
	color: black;
}

span.preview{
	border-style: none;
	padding: 4px 10px;
	box-shadow: 0px 0px 7px #E0F5F5;
	border: 2px solid white;
	border-radius: 4px;
	background: #E0F5F5;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #121;
	margin: 3px;
	float: right;
}

span.preview:hover{
	font-style: italic;
	color: black;
}

input.save[type='submit']{
	border-style: none;
	padding: 4px 10px;
	box-shadow: 0px 0px 3px #1996d1;
	border: 1px solid white;
	border-radius: 4px;
	text-decoration: none;
	background-color: #1996d1;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #FFF;
	margin: 3px;
	float: right;
}

input.save[type='submit']:hover{
	color: white;
	border-color: #CCEDFF;
	box-shadow: 0px 0px 3px #1996d1, inset 1px 1px 5px #333;
}

a.custom{
	background-image: url(/ext-img/custom.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-style: none;
	padding: 4px 10px;
	box-shadow: 0px 0px 7px #FF8000;
	border: 2px solid white;
	border-radius: 4px;
	padding-left: 40px;
	text-decoration: none;
	background-color: #FFDEBD;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #121;
	margin: 3px;
	float: right;
}

a.custom:hover{
	color: black;
	border-color: #FF8000;
}

a.checkout{
	background-image: url(/ext-img/checkout.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-style: none;
	padding: 4px 10px;
	box-shadow: 0px 0px 7px #FF8000;
	border: 2px solid white;
	border-radius: 4px;
	padding-left: 40px;
	text-decoration: none;
	background-color: #FFDEBD;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #121;
	margin: 3px;
	float: right;
}

a.checkout:hover{
	color: black;
	border-color: #FF8000;
}
.logout{
	display: inline-block;
	background-image: url(/ext-img/logout.png);
	background-repeat: no-repeat;
	background-position: 5% center;
	border-style: none;
	padding: 4px 10px;
	box-shadow: 0px 0px 7px #666;
	border: 2px solid white;
	border-radius: 4px;
	padding-left: 40px;
	text-decoration: none;
	background-color: #666;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #101;
	margin: 3px;
	float: right;
	height: 32px;
	line-height: 32px;
}

.logout:hover {
	color: white;
}
span.advice {
	line-height: 34px;
	border-bottom: 1px solid #F0F0F0;
}

.storeden-blue-button > span,
.storeden-blu-button > span{
	color: white;
}
.storeden-blue-button,
.storeden-blu-button {
	#33a1d6
	padding: 0px;
	margin: 0px;
	border: 0px;
	line-height: 1em;
	display: inline-block;
	background-color: #0080C6;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#33A1D6),to(#0080C6) );
	background-image: -moz-linear-gradient(#33A1D6, #0080C6);
	background-image: -o-linear-gradient(#33A1D6, #0080C6);
	background-image: linear-gradient(#33A1D6, #0080C6);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorStr ='#33A1D6', EndColorStr = '#0080C6' ); /* for IE 6 - 9 */
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
	color: white;
	border-style: none;
	padding: 6px 10px;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	cursor: pointer;
	text-decoration: none;
	float: right;
	margin: 3px 10px;
}
.storeden-blue-button:active,
.storeden-blu-button:active {
	border-color: #0080C6;
	background: #0080C6;
	filter: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/*
.storeden-blue-button,
.storeden-blu-button {
	padding: 0px;
	margin: 0px;
	border: 0px;
	line-height: 1em;
	display: inline-block;
	background-color: #0080c6;
	color: white;
	border-style: none;
	padding: 6px 10px;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	cursor: pointer;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	float: right;
	margin: 3px 10px;
}

.storeden-blue-button:hover,
.storeden-blu-button:hover{
	box-shadow: 0px 0px 5px #33a1d6;
	-moz-box-shadow: 0px 0px 5px #33a1d6;
	-o-box-shadow: 0px 0px 5px #33a1d6;
	-webkit-box-shadow: 0px 0px 5px #33a1d6;
	-ms-box-shadow: 0px 0px 5px #33a1d6;
}*/