/* ------------------------------------------------------------ */
/* Element Formatting */
/* ------------------------------------------------------------ */

/* SHOW/HIDE Button */

.Content-Wide a.Content-Toggle-Button {
	float: right;
	display: block;
	width: 45px;
	height: 24px;
	line-height: 24px;
	margin: 9px 9px 0 0;
	cursor: pointer;
	padding: 0 0 0 20px;
	
	font-size: 0.9em;
	font-family: Bebas;
	text-decoration: none;
	text-align: left;
	color: #ffffff;
	letter-spacing: 1px;
}

/* HIDE BUTTON */

.Content-Wide a.Content-Toggle-Button {
	background-image: url(http://images.esellerpro.com/2296/images/objects/buttons/button-bg-disabled.gif);
}

.Content-Wide a.Content-Toggle-Button:hover {
	opacity: 0.9;
	color: #ffffff;
	text-decoration: none;
}

/* SHOW BUTTON */

.Content-Wide a.Content-Toggle-Button.Show {
	background-image: url(http://images.esellerpro.com/2296/images/objects/buttons/button-bg-disabled.gif);
}

.Content-Wide a.Content-Toggle-Button.Show:hover {
	color: #ffffff;
	text-decoration: none;
	opacity: 0.9;
}

/* GENERAL BUTTON */

#Content-Container .Button,
#Creditcard-Form .Button,
.Content-Wide-Popup .Button,
#Login-Register .Button {
	float: left;
	height: 24px;
	margin: 0 20px 0 0;
	padding: 0 10px 0 20px;
	cursor: pointer;
	
	font-size: 0.95em;
	text-align: left;
	text-decoration: none;
	color: #ffffff;
	font-family: Bebas;
	letter-spacing: 1px;
	
	background-image: url(http://images.esellerpro.com/2296/images/objects/buttons/button-bg.gif);
}

#Content-Container a.Button,
#Creditcard-Form a.Button,
.Content-Wide-Popup a.Button {
	height: 14px;
	padding: 5px 10px 5px 20px;
}

#Content-Container .Button:disabled,
#Creditcard-Form .Button:disabled,
.Content-Wide-Popup .Button:disabled,
#Content-Container .Button:disabled:hover,
#Creditcard-Form .Button:disabled:hover,
.Content-Wide-Popup .Button:disabled:hover {
	background-image: url(http://images.esellerpro.com/2296/images/objects/buttons/button-bg-disabled.gif);
}

#Content-Container .Button.Right, #Creditcard-Form .Button.Right {
	float: right;
	margin: 0 0 0 20px;
}

.Content-Wide-Popup .Button.Center {
    display: block;
	float: none;
	margin: 0 auto;
    width: 108px;
}


#Content-Container .Button:hover,
#Creditcard-Form .Button:hover,
.Content-Wide-Popup .Button:hover {
	text-decoration: none;
	opacity: 0.9;
}
