/* CSS Document */

.btn {
	display: block;
	position: relative;
	background: #aaa;
	padding: 4px;
	float: left;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	margin-right: 1em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top: 10px;
	text-decoration:none;
}
.btn * { font-style: normal; background-image: url(/images/framework/buttons/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -4px;  top: 0; left: 0; width: 4px; height: 4px; }
.btn span { background-position: bottom left; left: -4px; padding: 0 0 4px 8px; margin-bottom: -4px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 8px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -8px; margin-left: 8px; top: -4px; height: 0; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }



.btn.red { background: #ff0000; color:#FFF; }

.btn.yellow { background: #FFD200; color:#FFF; }

.btn.checkout { background: #FFD200; color:#FFF; margin-top:0px; }

.btn.members { background: #624C9B; color:#FFF; }


.btn:hover { background-color: #999999; }
.btn:active { background-color: #444; }
.btn[class] {  background-image: url(/images/framework/buttons/shade.png); background-position: bottom; }

* html .btn { border: 3px double #aaa; color:#FFFFFF; }
* html .btn.blue { border-color: #2ae; color:#FFFFFF; }
* html .btn.green { border-color: #9d4; color:#FFFFFF; }
* html .btn.pink { border-color: #e1a; color:#FFFFFF; }
* html .btn.red { border-color: #CC0000; color:#FFFFFF; }
* html .btn:yellow { border-color: #FFD200; color:#FFFFFF; }
* html .btn:magenta { border-color: #624C9B; color:#FFFFFF; }
* html .btn:hover { border-color: #999999; color:#FFFFFF; }

.button_para {clear: both; padding-bottom: 2em;}
