﻿/* 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 15px;
	background-color:#000000;
	padding-top: 2px;
	width: 125px;

}

.LeftMenuPurchase_RepeatLastPurchase 
{
	margin: 5px auto 5px 15px;
	background-color:#000000;
	padding-top: 2px;
	width: 125px;
	height:16px;

}

.LeftMenuPurchase_RepeatLastPurchase .Link:link,
.LeftMenuPurchase_RepeatLastPurchase .Link:visited,
.LeftMenuPurchase_RepeatLastPurchase .Link:active,
.LeftMenuPurchase_RepeatLastPurchase .Link:hover
{
/*	font-weight: bold;
	text-decoration:none; */
	color: #00A4B4;
	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: #00A4B4;
	font-size:9pt;
}

.LeftMenuPurchase_CustomMadeService
{
	margin: 5px auto 5px 22px;
/*	background: url(../../images/01/custom_made_service_bg.jpg) no-repeat; */
	background-color:#000000;
	width: 125px;
	height:40px;
	padding-top:4px;
}

.LeftMenuPurchase_CustomMadeService .Link:link,
.LeftMenuPurchase_CustomMadeService .Link:visited,
.LeftMenuPurchase_CustomMadeService .Link:active,
.LeftMenuPurchase_CustomMadeService .Link:hover
{
/*	font-weight: bold; */
	text-decoration:none; 
	color: #00A4B4;
	font-size:11pt;
}
