/*
 * AccountPage stylesheet
 * Styling of past orders and the member form (if required) here
 */
 
 
 
#legal h4 
{	
border-bottom-color:#D5D4D4;
border-bottom-style:solid;
border-bottom-width:1px;
clear:both;
display:block;
padding-bottom:9px;
text-align:right;
font-size:1.16em;
font-weight:bold;
line-height:1.25;
margin-bottom:1.25em;
text-transform:uppercase;
color:#FB4900;
}

#legal h3  {
font-size:1.1em;
font-weight:bold;
line-height:1;
margin-bottom:1em;
text-transform:uppercase;
color:#04B4FD;
}
#legal p
{
	
margin-bottom:1.75em;
margin-left:0;
margin-right:0;
margin-top:0;
}
 
.Apple-style-span a
{
	text-decoration:none;
	color:#03B5FD;
}
.Apple-style-span a:hover,a:focus{
color:#03B5FD;
text-decoration:underline;
}
 
#content
{
	text-align:left;
}

.clearfix, .container 
{
display:block;
}

#Account h3 {
color:#04B4FD;
font-size:1.4em;
padding-bottom:5px;
text-transform:none;
}

#AocMemberForm_AocMemberForm h3 {
border-bottom-color:#CCCCCC;
border-bottom-style:solid;
border-bottom-width:1px;
font-size:1.3em;
color:#03B5FD;
font-weight:normal;
margin-bottom:20px;
margin-left:0;
margin-right:0;
margin-top:20px;
}

.message {
-moz-background-clip:border;
-moz-background-origin:padding;
-moz-background-size:auto auto;
background-attachment:scroll;
background-color:#FFFFEA;
background-image:none;
background-position:0 0;
background-repeat:repeat;
border:4px solid #F7F8B4;
color:#979908;
margin-bottom:15px;
margin-left:15px;
margin-right:15px;
margin-top:15px;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
padding-top:5px;
width:92%;
}
.message a{
color:#03B5FD;
text-decoration:none;
}

.message a:hover,a:focus{
color:#03B5FD;
text-decoration:underline;
}

.link1 a{
color:#03B5FD;
text-decoration:none;
padding-left:40px;
font:Arial, Helvetica, sans-serif;

}
.link1 a:hover,a:focus
{
	color:#03B5FD;
    text-decoration:underline;
}

.link3 a{
color:#666666;
text-decoration:none;
padding-left:15px;

}
.link3 a:hover,a:focus
{
	color:#03B5FD;
    text-decoration:underline;
}

.link2 a{
color:#03B5FD;
text-decoration:none;
padding-left:40px;
background:url(../images/bullet.gif) no-repeat 25px 5px;

}
.link2 a:hover,a:focus
{
	color:#03B5FD;
    text-decoration:underline;
}
site.css (line 87)
h1, h2, h4, h5, h6 {
color:#FB4900;
font-weight:normal;
}
#AocSignup {

}

/* CheckoutPage form styling */
#LeftSignup,
#RightSignup {
	float: left;
}
	#LeftSignup {
		width: 330px;
		padding-right: 50px;
	}
	#RightSignup {
		width: 360px;
	}
#BottomSignup {
	clear: both;
}

#AocSignup form div {
	margin-bottom: 10px;
}
	#AocSignup a {
		text-decoration: none; 
		color: #04B4FD;
	}
		#AocSignup a:hover { 
			text-decoration: underline;
 		}

	#AocSignup h3 {
		/*color: #04B4FD;*/
		font-size: 1.5em;
		padding-bottom: 5px;
		/*font-weight: normal;*/
		/*font-family: Tahoma, Verdana, sans-serif;*/
		text-transform: none;
	}
	#AocSignup h3.orderInfo {
		font-size: 1.3em;
		font-weight: normal;
		margin: 20px 0;
		border-bottom: 1px solid #ccc;
	}
	#AocSignup form h3 {
		font-size: 1.3em;
		font-weight: normal;
		margin: 20px 0;
		border-bottom: 1px solid #ccc;
		 color:#04B4FD;
	}
	#AocSignup form p {
		color: #666;
	}
	#AocSignup form label.right {
		font-size: 1em;
		float:none;
	}
	#AocSignup form #UseShippingAddress {
		margin-bottom: 10px;
		margin-top: 5px;
	}
	#AocSignup form #Country .fieldgroup label {
		display: none;
	}
	#AocSignup form #Amount {
		font-weight: bold;
		color: #666;
	}
	/*
	#AocSignup form label,
	#AocSignup form select,
	#AocSignup form span.readonly {
		font-size:1.2em;
	}
	*/
	
	
	/*--------------------------*/
	.img
	{
		background-image:url(../images/page_white_acrobat.png);
		background-repeat:no-repeat;
		padding-left:22px;
	}
	
	
	#AocSignup form label.left {
		float: left;
		font-weight: bold;
	}
	/*
	#AocSignup form input.text,
	#AocSignup form select {
		width:250px;
		font-size:1.2em;
	}
	*/
	#AocSignup form input.maxlength {
		width: inherit;
	}
	/*
	#AocSignup form input.nolabel {
		margin-left:150px;
	}
	*/
	#AocSignup form div.readonly {
		padding: 1em;
		/*font-size:1.2em;*/
		border: 1px solid #ddd;
		background: #f9f9f9;
	}
	
	#AocSignup form #PaymentMethod .middleColumn {
		background: none;
		width: auto;
	}
	
	#AocSignup form #MethodFields_DPSPayment {
		width: 315px;
	}
		#AocSignup form #MethodFields_DPSPayment .middleColumn {
			background: none;
			margin: 0;
		}
		#AocSignup #MethodFields_DPSPayment label.left {
			float: none;
			/*display: none;*/
			font-weight: bold;
			margin-bottom: 10px;
		}
		 #AocSignup #MethodFields_DPSPayment input {
			width: 35px;
		}
			#AocSignup #MethodFields_DPSPayment input.text {
				width: 145px;
			}
			/* override the width for the expiry date */
			#AocSignup #MethodFields_DPSPayment input.text.maxlength {
				width: 37px !important;
			}
	#AocSignup ul.optionset {
		clear: both;
		padding-bottom: 20px;
	}
		#AocSignup ul.optionset label.left {
			float: left;
			line-height: 1.5em;
		}
		#AocSignup ul.optionset li {
			float: left;
		}
			#AocSignup ul.optionset li label {
				margin-right: 10px;
			}
	#AocSignup .Actions {
		text-align: right;
	}
	#AocSignup #ReadConditions {
		background: #E9E9E9;
		padding: 10px;
	}


#Sidebar h3 {
clear:both;
color:#FFFFFF;
font-size:1.2em;
font-weight:bold;
line-height:1.8;
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:0;
padding-bottom:0;
padding-left:10px;
padding-right:0;
padding-top:1px;
text-transform:capitalize;
}

#Sidebar {
float:left;
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:0;
padding-bottom:0;
padding-left:0;
padding-right:0;
padding-top:0;
width:200px;
}
.list-bg
{

	background-color:#EFEFEF; 
	height:100px;
	padding:0!important;
    padding-top:5px!important;
	margin:0!important;
	
}


#Sidebar .sidebarBox {
-moz-background-clip:border;
-moz-background-origin:padding;
-moz-background-size:auto auto;
background-attachment:scroll;
background-image:url("../images/blue-bar-bg.png");
background-position:left top;
background-repeat:no-repeat;
margin-bottom:5px;
margin-left:0;
margin-right:0;
margin-top:0;
}
#Sidebar .sidebarBottom {
-moz-background-clip:border;
-moz-background-origin:padding;
-moz-background-size:auto auto;
background-attachment:scroll;
background-image:url("../images/gray-bar-bg.png");
background-position:center bottom;
background-repeat:no-repeat;
display:block;
height:15px;
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:-10px;
width:200px;
}

#AocContent {
margin-left:230px;
}

#Breadcrumbs {
color:#B7C0C5;
font-size:0.9em;
margin-bottom:10px;
margin-left:0;
margin-right:5px;
margin-top:0;
text-align:left;
}

#Breadcrumbs p a{
color:#03B5FD;
text-decoration:none;
font-size:11px;


}
#Breadcrumbs p a:hover,a:focus
{
	color:#03B5FD;
    text-decoration:underline;
}


