/* Reset Browser Defaults */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td 
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 24px;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
img {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
   border-spacing: 0; 
}
/* -- End of reset -- */ 

html, body{
	background-image: url(/images/bg.png);
	font-family:  Verdana, Arial, sans-serif;
	font-size: 0.85em;
	line-height: 1.3em;
}

a{
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
strong.error{
    color: #B40404;
}
#container{
    height: auto;
    width: 800px;
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
}
#topBanner{
    background-image: url(/images/topbanner.jpg);
    background-repeat: no-repeat;
    height: 235px;
    width: 800px;   
}
#leftNav{
    float: left;
    width: 168px;
    height: auto;
    background-image: url(/images/leftNavTile.jpg);
    background-repeat: repeat-y;
    padding-bottom: 18000px;
    margin-bottom: -18000px;
}
#leftNav ul li{
    width: 158px;
    height: 40px;
}
#leftNav ul li h2{
    text-indent: -10000px;
    visibility: hidden;
    font-size: 0px;
}
#leftNav ul li h2 a{
    display: block;
    height: 40px;
    width: 158px;
    visibility: visible;
}
#leftNav #main{
    background: transparent url(/images/leftNavBG.jpg) 0 -40px no-repeat;
}
#leftNav #main:hover{
    background: transparent url(/images/leftNavBG.jpg) 0 0 no-repeat;
}
#leftNav #products{
    background: transparent url(/images/leftNavBG.jpg) 0 -120px no-repeat;
}
#leftNav #products:hover{
    background: transparent url(/images/leftNavBG.jpg) 0 -80px no-repeat;
}
#leftNav #instructions{
    background: transparent url(/images/leftNavBG.jpg) 0 -200px no-repeat;
}
#leftNav #instructions:hover{
    background: transparent url(/images/leftNavBG.jpg) 0 -160px no-repeat;
}
#leftNav #gallery{
    background: transparent url(/images/leftNavBG.jpg) 0 -280px no-repeat;
}
#leftNav #gallery:hover{
    background: transparent url(/images/leftNavBG.jpg) 0 -240px no-repeat;
}
#leftNav #contest{
    background: transparent url(/images/leftNavBG.jpg) 0 -360px no-repeat;
}
#leftNav #contest:hover{
    background: transparent url(/images/leftNavBG.jpg) 0 -320px no-repeat;
}
#leftNav #contest{
    background: transparent url(/images/leftNavBG.jpg) 0 -360px no-repeat;
}
#leftNav #contest:hover{
    background: transparent url(/images/leftNavBG.jpg) 0 -320px no-repeat;
}
#leftNav #distributors{
    background: transparent url(/images/leftNavBG.jpg) 0 -440px no-repeat;
}
#leftNav #distributors:hover{
    background: transparent url(/images/leftNavBG.jpg) 0 -400px no-repeat;
}
#leftNav #contact{
    background: transparent url(/images/leftNavBG.jpg) 0 -520px no-repeat;
}
#leftNav #contact:hover{
    background: transparent url(/images/leftNavBG.jpg) 0 -480px no-repeat;
}
#content{
    float: left;
    width: 477px;
    background: #fff;
    padding: 15px;
}
#rightNav{
    position: relative;
    float: left;
    background: #f7f8fa;
    padding-bottom: 18000px;
    margin-bottom: -18000px;
    width: 125px;
}
#login{
    width: 114px;
    height: 110px;
    padding: 4px 0 10px 11px;
    background-image: url(/images/loginBG.jpg);
    background-repeat: no-repeat;
    color: #fff;
}

#login h3{
    color: #fff;
    font-family: arial, sans-serif;
    font-size: 1em;
}
#login input[type="text"], #login input[type="password"]{
    width: 98px;
    height: 12px;
    font-size: 11px;
    line-height: 11px;
    margin-bottom: 2px;
    background: #eee;
    color: #777;
    font-weight: bold;
}
#login label{
    color: #fff;
    font-size: 10px;
}
#login input[type="submit"]{
    background-image: url(/images/loginButton.jpg);
    background-repeat: no-repeat;
    width: 42px;
    height: 20px;
    border: 0;
    padding: 1px;
    margin-top: 1px;
}
#login #logoutButton{
    background-image: url(/images/logout.jpg);
    background-repeat: no-repeat;
    width: 67px;
    height: 20px;
    border: 0;
    margin-top: 30px;
    margin-left: 20px;
    font-size: 0px;
    text-indent: -10000px;
}
input[type="submit"]{
    cursor: pointer;
}
#login input[type="submit"]:hover{
    border-bottom: solid 1px #FF8000;
    border-right: solid 1px #FF8000;
    padding-left: 0;
    padding-bottom: 0;
    
}
#login a{
    color: #eee;
    font-weight: bold;
    margin-left: 5px;
    font-size: 11px;
    vertical-align: middle;
    margin-top: 3px;
}
.rightNavButton{
    display: block;
    height: 125px;
    width: 125px;
}
#dream-contest{
    background: transparent url(/images/rightNavButtons.jpg) 0 -125px no-repeat;
}
#dream-contest:active{
    background: transparent url(/images/rightNavButtons.jpg) 0 0 no-repeat;
}
#dream-contest:hover{
    background: transparent url(/images/rightNavButtons.jpg) 0 -250px no-repeat;
}
#store{
    background: transparent url(/images/rightNavButtons.jpg) 0 -500px no-repeat;
}
#store:active{
    background: transparent url(/images/rightNavButtons.jpg) 0 -375px no-repeat;
}
#store:hover{
    background: transparent url(/images/rightNavButtons.jpg) 0 -625px no-repeat;
}
#whats-new{
    background: transparent url(/images/rightNavButtons.jpg) 0 -875px no-repeat;
}
#whats-new:active{
    background: transparent url(/images/rightNavButtons.jpg) 0 -750px no-repeat;
}
#whats-new:hover{
    background: transparent url(/images/rightNavButtons.jpg) 0 -1000px no-repeat;
}
#bottom-logo{
    position: absolute;
    bottom: 0;
}
#footer{
    clear: both;
    margin: 0 auto;
    height: 60px;
    background-image: url(/images/bottombanner.jpg);
    width: 800px;
    font-family: Arial, Helvetica, sans-serif;
}
#footer p{
    text-align: center;
    text-indent: 15px;
    color: #ddd;
    font-size: 1em;
    font-weight: bold;
}
#footer a{
    color: #ddd;
    text-decoration: underline;
}
#footer-links{
    margin-left: 200px;
}
#footer-links a{
    font-size: 1em;
    color: #fff;
    font-weight: bold;
    margin-left: 15px;
}

  /*
   *  Whats New + Product
   */

p.pro_text{
    display: block;
}
p.pro_text b{
    font-weight: bold;
    font-size: 1em;
}
p.pro_text em{
    font-style: italic;
    font-size: 0.9em;
}
.imagefie{
    float: left;
    clear: right;
    margin-right: 10px;
    
}
.distro_image{
    clear: left;
    float: left;
}
.addToCartForm{
    float: right;
    margin-top: -20px;
    margin-bottom: 10px;
}
.addToCartForm input[type="submit"]{
    background-image: url('images/products/addToCartUp.jpg');
    background-repeat: no-repeat;
    font-size: 0px;
    border: 0;
    text-indent: -10000px;
    height: 30px;
    width: 120px;
}
.seperator_bar{
    width: 480px;
    height: 5px;
    margin-bottom: 15px;
    margin-top: 10px;
}

  /*
   *   MAIN
   */

table#mainPageVid{
    margin-bottom: 20px;
}
#bottomStraw{
    background-image: url(/images/Bottom_Red.jpg);
    background-repeat: repeat-x;
    height: 42px;
    width: 392px;
}
#topStraw{
    background-image: url(/images/Top_Yellow.jpg);
    background-repeat: repeat-x;
    height: 42px;
    width: 392px;
}
#leftStraw{
    background-image: url(/images/Left_Orange.jpg);
    background-repeat: repeat-y;
    width: 42px;
    height: 293px;
}
#rightStraw{
    background-image: url(/images/Right_Blue.jpg);
    background-repeat: repeat-y;
    width: 42px;
    height: 293px;
}
.rainbowDivider{
    margin-top: 15px;
    margin-bottom: 15px;
}

  /*
   *  CONTACT
   */
   
#contact-info h5{
    margin-top: 20px;
    margin-bottom: 5px;
}

  /*
   *  CONTEST
   */

#contest h5{
    color: #9e0406;
    font-size: 2em;
    text-decoration: underline;
    text-align: center;
    margin-bottom: 15px;
}
#contest h6{
    clear: both;
    color: #9e0406;
    font-size: 1.2em;
    text-decoration: underline;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
#contest p{
    margin-bottom: 10px;
}
#contestForm p{
    margin-left: 185px;
}
#contestForm strong{
    font-size: 1.1em;
}
#contestForm b{
    font-weight: bold;
    color: #f00;
    font-size: 1.5em;
}
#contest label{
    display: block;
    float: left;
    width: 180px;
    text-align: right;
    margin-right: 4px;
    margin-left: 4px;
}
#contest-logo{
    float: left;
}
#contestForm input[type="text"], #contestForm textarea{
    width: 200px;
    background: #e7e7e7;
    border: inset 2px #999;
}
#contestForm .cb{
    display: inline;
    width: auto;
    float: none;
}
#contestForm #formTitle{
    text-align: center;
    margin-bottom: 15px;
}
#contest .ageInput{
    width: 30px !important;
}
#contest-categories{
    width: 210px;
    float: right;
}
#contest-categories img{
    margin-top: 7px;
    margin-right: 4px;
    margin-bottom: -3px;
}
#contest-categories u{
    text-decoration: underline;
    font-size: 1.2em;
}

  /*
   *   DISTRIBUTORS
   */
   
.distribForm{
    background-image: url(/images/distribBg.gif);
    background-repeat: no-repeat;
    height: 64px;
    width: 261px;
    padding: 15px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
}
.distribForm a{
   display: block;
   margin-top: 25px;
   font-size: 1.2em;
   
}
.distributormenulist {
    height: 20px;
    width: 170px;
    border: 1px solid #666;
    font-size: 11px;
    background-color: #CCC;
    color: #333;
}
.distInfo table{
    margin-top: 15px;
    margin-bottom: 15px;
    border: solid 1px #ddd;
    color: #1F437D;
}
.distInfo table tr td{
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: dashed 1px #ddd;
}

  /*
   *   GALLERY
   */

.recaptcha{
    text-align: center;
}
.recaptcha, iframe{
    margin-left: 15px;
}
#galleryh3{
    font-size: 2em;
    color: #1f467f;
    margin-top: 15px;
    margin-bottom: 15px;
    text-decoration: underline;
}
#gallery-thumbs{
    width: 480px;
    height: 100px;
    margin-top: 15px;
    background-image: url(/images/gallery-thumb-BG.gif);
    background-repeat: no-repeat;
}
#leftArrow{
    background-image: url(/images/leftArrow.gif);
    background-repeat: no-repeat;
    height: 45px;
    width: 40px;
    float: left;
    margin-top: 25px;
    margin-left: 10px;
    cursor: pointer;
}
#rightArrow{
    background-image: url(/images/rightArrow.gif);
    background-repeat: no-repeat;
    height: 45px;
    width: 40px;
    position: relative;
    float: right;
    margin-top: 25px;
    margin-right: 10px;
    cursor: pointer;
}
#thumbs{
    float: left;
    width: 340px;
    margin-top: 15px;
    margin-left: 20px;
}
#thumbs img{
    float: left;
    margin-left: 4px;
    width: 78px;
    padding-left: 1px;
    padding-right: 1px;  
}
#thumbs img:hover{
    padding: 0;
    border: solid 1px #f00;
}
#fullimgTop{
    width: 480px;
    height: 9px;
    margin-top: 30px;
    background-image: url(/images/bigImg-top.gif);
}
#fullimg{
    width: 476px;
    text-align: center;
    border-left: solid 2px #cecdcb;
    border-right: solid 2px #cecdcb;   
}
#fullimg img{
    max-width: 470px;
    margin-top: 15px;
    margin-bottom: 15px;
}
#fullimgBottom{
    width: 480px;
    height: 9px;
    margin-bottom: 15px;
    background-image: url(/images/bigImg-bottom.gif);
}
#gallery-info{
    border: dashed 2px #eee;
    width: 480px;
}
#gallery-info td{
    padding-left: 5px;
}
td.title{
    font-weight: bold;
    color: #939393;
    padding: 0;
}
#commentForm{
    margin-top: 15px;
    background: #ccc;
    padding: 10px;
}
#commentForm textarea{
    width: 455px;
    height: 60px;
}
#commentForm input[type="submit"]{
    float: right;
    border: 0;
    padding-left: 1px;
    padding-bottom: 1px;
    width: 69px;
    height: 22px;
    background-image: url('images/commentSubmit.jpg');
    background-repeat: no-repeat;
    font-size: 0px;
    text-indent: -10000px;
    margin-top: 15px;
}
#recaptcha_table {
   border-color: #ccc !important; 
}
#commentForm input[type="submit"]:hover{
    border-bottom: solid 1px #FF8000;
    border-right: solid 1px #FF8000;
    padding-left: 0;
    padding-bottom: 0;
}
h6#comments{
    margin-top: 15px;
    margin-bottom: 20px;
}
#commentForm #name{
    width: 455px;
    margin-top: 5px;
}
#thumbPage{
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    text-align: center;
    margin-top: 10px;
}
#thumbPage img{
    margin: 3px;
}
.thumbPageCircle{
    cursor: pointer;
}
.oComment{
    margin: 0 auto;
    background: #d2e1f6;
    width: 300px;
    padding: 10px;
}
.eComment{
    margin: 0 auto;
    background: #eee;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    width: 300px;
    padding: 10px;
}
.date{
    color: #333;
    font-weight: normal;
    font-size: 10px;
}
  
  /*
   *   Home
   */

#testimonials p{
    margin-top: 10px;
}

  /*
   *  INSTRUCTIONS
   */

.instruc-top{
    width: 480px;
    height: 9px;
    margin-top: 10px;
    background-image: url(/images/bigImg-top.gif);
}

.instruc-bot{
    clear: both;
    width: 480px;
    height: 9px;
    margin-bottom: 25px;
    background-image: url(/images/bigImg-bottom.gif);
}
.instruc-mid{
    width: 476px;
    text-align: center;
    border-left: solid 2px #cecdcb;
    border-right: solid 2px #cecdcb;   
}
.instruc-mid:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.top-inst{
    float: left;
    margin-left: 18px;
}
.top-inst p{
    text-align: left;
    margin-top: 3px;
    margin-bottom: 3px;
}
.top-inst a, .top-inst img{
    display: block;
}
#intermediate img{
    display: block;
    float: left;
}
.mid-inst{
    float: right;
    text-align: center;
    margin-top: 135px;
    margin-right: 15px;
}
.mid-inst p{
    margin-bottom: 3px;
}
.mid-inst a{
    float: right;
}
.divideBar{
    margin-top: 15px;
    margin-bottom: 15px;
    width: 478px;
}
.bot-inst{
    float: right;
}
#challenging img{
   float: left;
   display: block;
}



  /*
   *    SHOPPING CART
   */


/* Clean Design */
.eC_Clean_Pacifica_Arial{
	font-family:Arial, Helvetica, sans-serif; /* Font Style */
	font-size:x-small;
	color: #2C2D2E; /* Neutral_Black */
	width:450px;
}

.eC_Clean_Pacifica_Arial a:link,  .eC_Clean_Pacifica_Arial a:visited, .eC_Clean_Pacifica_Arial a:hover,  .eC_Clean_Pacifica_Arial a:active {
	color:#2170BD; /* Link */	
}

.eC_Clean_Pacifica_Arial h1, .eC_Clean_Pacifica_Arial h2, .eC_Clean_Pacifica_Arial h3{
	color:#4870AA; /* Accent_1 */
	margin-bottom:7px;
}

.eC_Clean_Pacifica_Arial h1{
	font-size:large;
}

.eC_Clean_Pacifica_Arial h2{
	font-size:medium;
}

.eC_Clean_Pacifica_Arial h3{
	font-size:small;
	margin:12px 0 4px 0;
}

.eC_Clean_Pacifica_Arial table {
	font-size:x-small;
	width:100%;
}

.eC_Clean_Pacifica_Arial form{
	margin:0;
	padding:0;
}

.eC_Clean_Pacifica_Arial strong{
	font-weight:bold;
}

.eC_Clean_Pacifica_Arial input, .eC_Clean_Pacifica_Arial textarea{
	font-size:x-small;
}

.eC_Clean_Pacifica_Arial input.eC_wide_text{
	width:200px;
}

.eC_Clean_Pacifica_Arial input.eC_medium_text{
	width:100px;
}

.eC_Clean_Pacifica_Arial input.eC_small_text{
	width:50px;
}

.eC_Clean_Pacifica_Arial .eC_ShoppingCart{
	margin-top:15px;
}

.eC_Clean_Pacifica_Arial .eC_ShoppingCart th{
	text-align:left;
	background-color:#F1F0EE; /* Global_Gray_Light */
	color:#353C48; /* Accent_5 */
	border-top:solid 1px #BABDC2; /* Neutral_Dark */
	border-bottom:solid 1px #BABDC2; /* Neutral_Dark */
}

.eC_Clean_Pacifica_Arial .eC_ShoppingCart th, .eC_Clean_Pacifica_Arial .eC_ShoppingCart td{
	padding:10px 14px 10px 7px;
	vertical-align:top;
}

.eC_Clean_Pacifica_Arial .eC_ProductThumb{
	float:left;
	margin-right:10px;
}

.eC_Clean_Pacifica_Arial .eC_ItemLabel{
	margin:0 0 2px 0;
	font-weight:bold;
}

.eC_Clean_Pacifica_Arial .eC_ItemDescription{
	margin:0 0 2px 0;
}

.eC_Clean_Pacifica_Arial td.eC_PriceItem, .eC_Clean_Pacifica_Arial th.eC_PriceItem{
	text-align:right;
}

.eC_Clean_Pacifica_Arial td.eC_FormItem, .eC_Clean_Pacifica_Arial th.eC_FormItem{
	text-align:center;
}

.eC_Clean_Pacifica_Arial .eC_QuantityField{
	width:25px;
}

.eC_Clean_Pacifica_Arial .eC_CartSummary{
	border-bottom:solid 1px #BABDC2; /* Neutral_Dark */
}

.eC_Clean_Pacifica_Arial .eC_Subtotal{
	background-color:#F1F0EE; /* Global_Gray_Light */
}

.eC_Clean_Pacifica_Arial .eC_OrderSummary{
	margin-bottom:14px;
}

.eC_Clean_Pacifica_Arial .eC_OrderSummary td.eC_SummaryLabel{
	text-align:left;
	font-weight:bold;
	color: #353C48; /* Accent_5 */	
	padding: 10px 5px 10px 7px; 
	border-top:solid 1px #BABDC2; /* Neutral_Dark */
}

.eC_Clean_Pacifica_Arial .eC_OrderSummary td{
	text-align:right;
	padding: 10px 14px 10px 5px; 
	border-top:solid 1px #CCD0D6; /* Neutral_Medium */
}

.eC_Clean_Pacifica_Arial td.eC_IndividualCharge{
	font-weight:normal;
	text-align:left;
}

.eC_Clean_Pacifica_Arial .eC_SummaryFooter{
	background-color:#E5F385; /* Accent_11 */
	font-weight:bold;
}

.eC_Clean_Pacifica_Arial .eC_SummaryFooter td{
	background-color:#B8D249; /* Accent_12 */
	width:15%;
}

.eC_Clean_Pacifica_Arial .eC_ButtonWrapper{
	border:solid 0px #BABDC2; /* Neutral_Dark */
}

.eC_Clean_Pacifica_Arial .eC_ButtonWrapper th{
	text-align:left;
	padding:7px 0px 5px 0px;
	border:solid 0px #BABDC2; /* Neutral_Dark */
}

.eC_Clean_Pacifica_Arial .eC_ButtonWrapper td{
	text-align:right;
	padding:7px 0px 5px 0px;

}

.eC_Clean_Pacifica_Arial .eC_ButtonWrapper input{

}

.eC_Clean_Pacifica_Arial_QuickCart{
	color:#353C48; /* Accent5 */
	width:330px;
}


.eC_Clean_Pacifica_Arial .eC_QuickCartHeader{
	border-top:solid 1px #BABDC2; /* Neutral_Dark */
	border-bottom:solid 1px #BABDC2; /* Neutral_Dark */
	width:325px;
}

.eC_Clean_Pacifica_Arial .eC_QuickCartLabel{
	text-align:right;
	padding:10px 0px 3px 7px;
	margin:0;
}

.eC_Clean_Pacifica_Arial .eC_QuickCartQuantity{
	text-align:right;
	padding:10px 0px 3px 7px;
	margin:0;
}

.eC_Clean_Pacifica_Arial .eC_QuickCartTotal{
	text-align:right;
	padding:0px 0px 10px 7px;
	margin:0;
}


.eC_Clean_Pacifica_Arial .eC_CheckoutFormWrapper {
	margin-top:10px;
}

.eC_Clean_Pacifica_Arial .eC_CheckoutFormHeader{
	padding:7px 0 4px 8px; 
	margin-top: 5px;
	margin-bottom:5px;
	font-weight:bold;
	background-color:#F1F0EE; /* Global_Gray_Light */
	border-top:solid 1px #BABDC2; /*  Neutral_Dark */
	border-bottom:solid 1px #BABDC2; /*  Neutral_Dark */
	color:#353C48; /*  Accent_5 */
}

.eC_Clean_Pacifica_Arial .eC_SameAsWrapper{
	width:auto;
	margin:0 0 0 5px;
	overflow:auto;
}

.eC_Clean_Pacifica_Arial .eC_CheckoutFormBody{
	margin-bottom: 7px;
	padding-bottom: 7px;
}

.eC_Clean_Pacifica_Arial .eC_CheckoutFormBody p{
	margin:0;
	padding:5px 0 5px 10px;
}

.eC_Clean_Pacifica_Arial .eC_CheckoutFormBody th{
	width:33%;
	font-weight:normal;
	text-align:right;
	padding-right:15px;
	padding-top:3px;
	padding-bottom:3px;
}

.eC_Clean_Pacifica_Arial .eC_CheckoutFormBody td{
	padding-top:3px;
	padding-bottom:3px;
}


.eC_Clean_Pacifica_Arial .eC_FieldsetWrapper{
	padding-top:7px;
	margin-top:5px;
}

.eC_Clean_Pacifica_Arial h3.eC_OrderHeaderInfo{
	color:#222847; /* Text_Dark */
	margin:2px 0;
}

.eC_Clean_Pacifica_Arial p.eC_OrderHeaderInfo{
	color:#666666; /* Global_Gray */
	margin:2px 0;
}

.eC_Clean_Pacifica_Arial .eC_InfoHeader{
	background-color:#F1F0EE; /* Global_Gray_Light */
	color: #353C48; /* Accent_5 */	
	padding: 5px 7px; 
	border-top:solid 1px #BABDC2; /* Neutral_Dark */
	border-bottom:solid 1px #BABDC2; /* Neutral_Dark */
}

.eC_Clean_Pacifica_Arial .eC_OrderInfo{
	color:#666666; /* Global_Gray */
	padding:7px 14px 7px 7px;
	margin:0;
}

.eC_Clean_Pacifica_Arial .eC_OrderInfoLabel{
	color:#222847; /* Text_Dark */
	font-weight:bold;
	margin-right:9px;
}

.eC_Clean_Pacifica_Arial .eC_PurchaserInfoWrapper{
	border-bottom:solid 1px #BABDC2; /* Neutral_Dark */
	padding-bottom:10px;
}

.eC_Clean_Pacifica_Arial .eC_SmallPrint{
	font-size:xx-small;
	color:#666666; /* Global_Gray */
	margin-top:25px;
}

