﻿/*** Misc :: Begin ***/
.CenterButton {margin: 0 auto;}
.LeftButton {float: left;}
.RightButton {float: right;}
/*** Misc :: End ***/


/** Common :: Begin ***/
a.AddToCartButton, a.GreenButton132x30, a.BlueButton132x30, a.GreenButton132x40, a.BlueButton132x40, a.GreenButton150x40, a.BlueButton150x40, a.GreenButton155x30, a.BlueButton155x30
{
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

a.AddToCartButton:link, a.GreenButton132x30:link, a.BlueButton132x30:link, a.GreenButton132x40:link, a.BlueButton132x40:link, a.GreenButton150x40:link, a.BlueButton150x40:link, a.GreenButton155x30:link, a.BlueButton155x30:link
{
	color: #fff;
	text-decoration: none;
}
	
a.AddToCartButton:visited, a.GreenButton132x30:visited, a.BlueButton132x30:visited, a.GreenButton132x40:visited, a.BlueButton132x40:visited, a.GreenButton150x40:visited, a.BlueButton150x40:visited, a.GreenButton155x30:visited, a.BlueButton155x30:visited
{
	color: #fff;
	text-decoration: none;
}

a.AddToCartButton:hover, a.GreenButton132x30:hover, a.BlueButton132x30:hover, a.GreenButton132x40:hover, a.BlueButton132x40:hover, a.GreenButton150x40:hover, a.BlueButton150x40:hover, a.GreenButton155x30:hover, a.BlueButton155x30:hover
{
	color: #fff;
	text-decoration: underline;
}

a.AddToCartButton:active, a.GreenButton132x30:active, a.BlueButton132x30:active, a.GreenButton132x40:active, a.BlueButton132x40:active, a.GreenButton150x40:active, a.BlueButton150x40:active, a.GreenButton155x30:active, a.BlueButton155x30:active
{
	color: #fff;
	text-decoration: none;
}
/** Common :: End ***/


/*** Add To Cart :: Begin ***/
a.AddToCartButton
{
	width: 132px;
	height: 30px;
}

a.AddToCartButton span
{
	background: url('../images/icons.gif') no-repeat scroll -111px 0;
	display: inline-block;
	height: 17px;
	width: 21px;
	margin: 5px 0 0 10px;
}

.AddToCartButton
{
	background: url(../images/buttons.gif) no-repeat 0 0;
}

.AddToCartButton[disabled]
{
	background: url(../images/buttons.gif) no-repeat 0 -80px;
	color: #5e5e5e;
	text-decoration: none;
}

.AddToCartButton[disabled]:hover
{
	background: url(../images/buttons.gif) no-repeat 0 -80px;
	color: #5e5e5e;
	text-decoration: none;
}
/*** Add To Cart :: End ***/


/*** 132x30 :: Begin ***/
a.GreenButton132x30, a.BlueButton132x30
{
	height: 22px;
	width: 132px;
	padding-top: 8px;
}

.GreenButton132x30
{
	background: url(../images/buttons.gif) no-repeat 0 0;
}

.BlueButton132x30
{
	background: url(../images/buttons.gif) no-repeat 0 -40px;
}

.GreenButton132x30[disabled], .BlueButton132x30[disabled]
{
	background: url(../images/buttons.gif) no-repeat 0 -80px;
	color: #5e5e5e;
	text-decoration: none;
}

.GreenButton132x30[disabled]:hover, .BlueButton132x30[disabled]:hover
{
	background: url(../images/buttons.gif) no-repeat 0 -80px;
	color: #5e5e5e;
	text-decoration: none;
}
/*** 132x30 :: End ***/


/*** 132x40 :: Begin ***/
a.GreenButton132x40, a.BlueButton132x40
{
	height: 35px;
	width: 132px;
	padding-top: 5px;
}

.GreenButton132x40
{
	background: url(../images/buttons.gif) no-repeat -132px 0;
}

.BlueButton132x40
{
	background: url(../images/buttons.gif) no-repeat -132px -40px;
}

.GreenButton132x40[disabled], .BlueButton132x40[disabled]
{
	background: url(../images/buttons.gif) no-repeat -132px -80px;
	color: #5e5e5e;
	text-decoration: none;
}

.GreenButton132x40[disabled]:hover, .BlueButton132x40[disabled]:hover
{
	background: url(../images/buttons.gif) no-repeat -132px -80px;
	color: #5e5e5e;
	text-decoration: none;
}
/*** 132x40 :: End ***/


/*** 150x40 :: Begin ***/
a.GreenButton150x40, a.BlueButton150x40
{
	width: 150px;
	height: 35px;
	padding-top: 5px;
}

.GreenButton150x40
{
	background: url(../images/buttons.gif) no-repeat -264px 0;
}

.BlueButton150x40
{
	background: url(../images/buttons.gif) no-repeat -264px -40px;
}

.GreenButton150x40[disabled], .BlueButton150x40[disabled]
{
	background: url(../images/buttons.gif) no-repeat -264px -80px;
	color: #5e5e5e;
	text-decoration: none;
}

.GreenButton150x40[disabled]:hover, .BlueButton150x40[disabled]:hover
{
	background: url(../images/buttons.gif) no-repeat -264px -80px;
	color: #5e5e5e;
	text-decoration: none;
}
/*** 150x40 :: End ***/


/*** 155x30 :: Begin ***/
a.GreenButton155x30, a.BlueButton155x30
{
	height: 22px;
	width: 155px;
	padding-top: 8px;
}

.GreenButton155x30
{
	background: url(../images/buttons.gif) no-repeat -414px 0;
}

.BlueButton155x30
{
	background: url(../images/buttons.gif) no-repeat -414px -40px;
}

.GreenButton155x30[disabled], .BlueButton155x30[disabled]
{
	background: url(../images/buttons.gif) no-repeat -414px -80px;
	color: #5e5e5e;
	text-decoration: none;
}

.GreenButton155x30[disabled]:hover, .BlueButton155x30[disabled]:hover
{
	background: url(../images/buttons.gif) no-repeat -414px -80px;
	color: #5e5e5e;
	text-decoration: none;
}
/*** 155x30 :: End ***/