/****************************************************************************************************************
  *  large sexy button styles 
*****************************************************************************************************************/
.sexy-button-clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
	float: left;
	padding: 0px;
	margin: 2px 3px 0 0;
}
.home-sexy-button { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
	float: left;
	padding: 0px;
	position: relative;
	top: -18px;
	left: 300px;
}
.login_button {
	float: right;
	margin: 0 6px 0 0;
	clear: both;
}
.login_buffer {
	margin: 0 0 0 5px;
	float: left;
	}
.enhanced_sexy {
	margin: 4px 0 4px 4px;
	}




/* blue large button */
a.sexy-button1 {
    background: transparent url('/images/newLayout/blueCap.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    height: 24px;
    font-size: 14px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.sexy-button1 span {
    background: transparent url('/images/newLayout/blueSpan.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.sexy-button1:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.sexy-button1:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}



/* green large button */
a.sexy-button2 {
    background: transparent url('/images/newLayout/greenCap.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    height: 24px;
    font-size: 14px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.sexy-button2 span {
    background: transparent url('/images/newLayout/greenSpan.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.sexy-button2:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.sexy-button2:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

/* brown large button */
a.sexy-button3 {
    background: transparent url('/images/newLayout/brownCap.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font-size: 14px;
    height: 24px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.sexy-button3 span {
    background: transparent url('/images/newLayout/brownSpan.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.sexy-button3:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.sexy-button3:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}









/****************************************************************************************************************
  *  small sexy button styles 
*****************************************************************************************************************/
/* blue small button */
a.small_sexy-button1 {
    background: transparent url('/images/newLayout/small_blueCap.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    height: 21px;
    padding-right: 14px; /* sliding doors padding */
    text-decoration: none;
}

a.small_sexy-button1 span {
    background: transparent url('/images/newLayout/small_blueSpan.png') no-repeat;
    display: block;
    line-height: 14px;
    font-size: 11px;
    color: #58585a;
    padding: 3px 0 4px 15px;
}

a.small_sexy-button1:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.small_sexy-button1:active span {
    background-position: bottom left;
    padding: 3px 0 4px 15px;
}



/* green small button */
a.small_sexy-button2 {
    background: transparent url('/images/newLayout/small_greenCap.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    height: 21px;
    padding-right: 14px; /* sliding doors padding */
    text-decoration: none;
}

a.small_sexy-button2 span {
    background: transparent url('/images/newLayout/small_greenSpan.png') no-repeat;
    display: block;
    line-height: 14px;
     line-height: 14px;
    font-size: 11px;
    color: #58585a;
    padding: 3px 0 4px 15px;
}

a.small_sexy-button2:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.small_sexy-button2:active span {
    background-position: bottom left;
    padding: 3px 0 4px 15px;
}