h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #ffffff;
	font-weight:bold;
	}
	

p 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000000;
	} 

.marginRight 
{
margin-right: 20px;
}

.paymentBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #00adee;
	line-height: 140%;
	border: 2px solid #00ADEE;
}

.paymentBoxInt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #00adee;
	border: 2px solid #C0C0C0;
	height: 70px;
}

.paymentBoxRed
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FF0000;
	border: 2px solid #C0C0C0;
	height: 70px;	
	width: 450px;
}

.paymentBoxIntText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #268a16;
}

.paymentBoxTextOverall
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 140%;
	color: #000000;
	height:30px;
}

.WhiteText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;	
}

.Hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;	
}


.BodyText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #ffffff;
	line-height: 140%;
}

.BodyTextSmall
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #ffffff;
	line-height: 140%;
}

.BodyTextTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.BodyTextTitleUnbold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}


.BodyTextTitleBack
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #00adee;
	color: #ffffff;
	text-decoration: none;
}

.BodyTextTitleGrey
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #555555;
}

a:{ font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; color: #cccccc; text-decoration: none ; cursor:hand; }
img { border-width: 0px;}

.BlueText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #00adee;
	line-height: 140%;
}

.CartText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #00adee;
	line-height: 120%;
	font-weight:bold;
}

.CartTextWhite
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #ffffff;
	line-height: 120%;
	font-weight:bold;
	}

.ProductGroupProductPrice
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}
	
.ProductGroupProductPriceRRP
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: line-through;
}

.PagerText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}


	
.ProductDetailUnbold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
	
.dgv_Checkout_Header
 {
	 font-family:Arial;
	 font-weight:bold;
	 color:white;
	 background-color:#00adee;
	 text-align:center;
	 font-size:12px;
 }
 
 .dgv_Checkout_Header2
 {
	 font-family:Arial;
	 font-weight:bold;
	 color:black;/*#090536;*/
	 text-align:left;
	 font-size:12px;
 }
 
   .a_Checkout_links 
 {
	font-family:Arial;
	cursor:pointer;
	font-size:12px;
	color:black;
	font-weight:normal;
	text-decoration:underline;
 }
	
.myButton {
	-moz-box-shadow:inset 0px 0px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 0px 0px 0px #caefab;
	box-shadow:inset 0px 0px 0px 0px #caefab;
	background-color:#fcfcfc;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:2px solid #268a16;
	display:inline-block;
	color:#306108;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:2px 2px;
	text-decoration:none;
}.myButton:hover {
	background-color:#5cb811;
}.myButton:active {
	position:relative;
	top:1px;
}
