﻿/* Quick Purchase, Repeat last purchase (left menu)*/

.LeftMenuPurchase_SimplifiedPurchase 
{
	margin: 5px auto 5px 15px;
	background: url(../../images/01/repeat_purchase_bg.jpg) no-repeat;
	padding-top: 2px;
	padding-left: 5px;
	width: 130px;
	height:16px;
	text-align: left;
}

.LeftMenuPurchase_SimplifiedPurchase .Link:link,
.LeftMenuPurchase_SimplifiedPurchase .Link:visited,
.LeftMenuPurchase_SimplifiedPurchase .Link:active,
.LeftMenuPurchase_SimplifiedPurchase .Link:hover
{
	font-weight: bold;
	text-decoration:none;
	color: #494D50;
	font-size:8pt;
}

.LeftMenuPurchase_QuickPurchase 
{
	margin: 5px auto 5px 20px;
	background: url(../../images/01/quick_purchase_bg.jpg) no-repeat;
	padding-top: 2px;
	width: 110px;
	height:16px;
	text-align: center;	
}

.LeftMenuPurchase_RepeatLastPurchase 
{
	margin: 5px auto 5px 15px;
	background: url(../../images/01/repeat_purchase_bg.jpg) no-repeat;
	padding-top: 2px;
	width: 150px;
	height:16px;
	text-align: center;
}

.LeftMenuPurchase_RepeatLastPurchase .Link:link,
.LeftMenuPurchase_RepeatLastPurchase .Link:visited,
.LeftMenuPurchase_RepeatLastPurchase .Link:active,
.LeftMenuPurchase_RepeatLastPurchase .Link:hover
{
	font-weight: bold;
	text-decoration:none;
	color: #494D50;
	font-size:8pt;
}

.LeftMenuPurchase_QuickPurchase .Link:link,
.LeftMenuPurchase_QuickPurchase .Link:visited,
.LeftMenuPurchase_QuickPurchase .Link:active,
.LeftMenuPurchase_QuickPurchase .Link:hover
{
	font-weight: bold;
	text-decoration:none;
	color: #494D50;
	font-size:8pt;
}

.LeftMenuPurchase_CustomMadeService
{
	margin: 5px auto 5px 15px;
	background: url(../../images/01/custom_made_service_bg.jpg) no-repeat;
	width: 150px;
	height:21px;
	padding-top:4px;
	text-align: center;
}

.LeftMenuPurchase_CustomMadeService .Link:link,
.LeftMenuPurchase_CustomMadeService .Link:visited,
.LeftMenuPurchase_CustomMadeService .Link:active,
.LeftMenuPurchase_CustomMadeService .Link:hover
{
	font-weight: bold;
	text-decoration:none;
	/*color: #419CCC;*/
	color: #008FD4;
	font-size:9pt;
}