@import url(color-picker.css);

/********************************
BASICS
********************************/


* {
    margin: 0;
    padding: 0;
}

html, body, div {
	margin: 0;
	padding: 0;
}

html {background: #BBD980 URL(/images/stripes.gif) top center; min-width : 780px;}

img#spreader{
	width : 780px;
	height : 1px;
}

body {
	background: transparent;
	font-family: verdana, arial, sans-serif;
	line-height: 120%;
	font-size: x-small;
	color : #333;
	/* color: #666; */
	text-align: center;
}

h1, h2 {margin: 0 0 .3em 0; color: #FFF;}

h3, h4, h5 {margin: 0 0 .2em 0;}

h1 {font-size: 150%; color: #E4701E;}
h2 {font-size: 130%;}
h3 {font-size: 120%;}
h4 {font-size: 110%; color: #34B7BF;}
h5 {font-size: 105%;}

h1, h2, h3, h4, h5 {line-height: 100%;}

a,
a:link,
a:visited,
a:active,
a:hover {
	text-decoration: none;
	border: none;
}

a,
a:link,
a:visited {
	color: #444;
	/*color: #666; */
}

a:active,
a:hover {
	/* color: #B7D774; */
	color : #d57532;
	text-decoration : underline;
}

p {margin: 0 0 1em 0;}

img {
	border: none;
}

#content img.button,
img.button {
    display: inline;
    cursor: pointer;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

li {display: block;}

/********************************
CONTAINER
********************************/
#container{
	position: relative;
	top: 0;
	left: 0;
	width: 756px;
	margin: 0 auto;
	background: url(/images/container-bg.gif) 0px 0px repeat-y;
	text-align: left;
}

/********************************
TOP
********************************/

#header {
	background: transparent;
	height: 130px;
	overflow: hidden;
}

#logo {
	overflow: hidden;
	z-index: 3;
	height: 140px;
	position: absolute;
	top: 0;
	left: 10px;
}

#contactNumber{
position: absolute;
top: 44px;
left: 530px;
}

/********************************
CONTENT
********************************/

#content {
	width: 485px;
	overflow: hidden;
	float: left;
}

.contentPadding{
}

#content img {
	display: block; 
	border: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.contentBlock { /* for single product display */
	background-color: transparent;
	margin: 0 10px 10px 0;
	padding: 10px;
}

.contentNav { /* page navigation for content area */
	background-color: transparent;
	margin: 0 10px 10px 0;
	padding: 4px 10px;
	text-align: right;
	clear: both;
	color: #FFF;
}

.contentNav a:hover {
	text-decoration: underline;
}

.contentNav-02 { /* page navigation for content area */
	background-color: #95AA54;
	margin: 0 0 10px 0;
	padding: 4px 10px;
	text-align: left;
	clear: both;
}

.contentNav-02,
.contentNav-02 td {
    	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	font-family: "trebuchet MS", arial, sans-serif;
}

.contentNav-02 a,
.contentNav-02 a:link,
.contentNav-02 a:visited,
.contentNav-02 a:active,
.contentNav-02 a:hover {
    color: #FFFFFF;
}

.contentNav-02 a:hover {
	text-decoration: underline;

}

#content .padding {
	padding: 15px 60px 100px 14px;
	line-height: 160%;
	color: #37585A;
	font-family: "trebuchet MS", arial, sans-serif;
	font-size: 11px;
	/*display: inline;*/
}

#content .padding h1,
#content .padding h2,
#content .padding h3 {
color: #FFF;
}

.contentBlock
#productListings tr {
    /*float: left;*/
	text-align: center;
    /*display: block;*/
}

#productListings {
    margin: 0 auto;
}

#related-products #productListings {
    margin: 0;
    position: relative;
    top: 0;
    left: -10px;
}

#productListings td {
    width: 139px;
    color: #FFF;
    /* note: there is a cellspacing="10" in the code for the table */
    font-size: 9px;
    background-color: #95AA54;
    vertical-align: top;
}

#productListings .empty-product {
    background-color: transparent;
    width: 139px;
}

#productListings td.product a {
	color: #FFF;
}

#productListings td.product:hover {
}

.productName,
.productDescription, 
.productPrice{
	text-align: center;
	margin: 0;
	padding: 4px 0;
}

.productImage {
        /*height: 200px;*/
	overflow: hidden;
	display: inline;
}

.productImage img {
    width: 139px;
	margin: 0 auto;
	border: 1px solid #FFF;
	background-color: #FFF;
	display: block;
}

.productName {
	font-weight: bold;
	font-size: 120%;
        padding: 2px 4px;
}

.productDescription {
	text-align: left;
}

.productPrice {
	font-weight: bold;
}

.productSalePrice {
	color: #A8361E;
	font-weight: bold;
}

.contentBlock .productInfo-02 table tr.pick-label td {
	padding-right: 0;
}

	.contentBlock .productInfo-02 table tr.pick-label td.color-name {
		width: 60%;
	}

.contentBlock .productDetailsImage-01 {
	float: left;
	background: transparent url(/images/ajax-loader.gif) 50% 100px no-repeat;
	_width:230px;
	_overflow:hidden;
}

	.contentBlock .productDetailsImage-01 img,
	.contentBlock .productDetailsImage-01 a
	{
		padding: 0;
		display: block;
	}

.contentBlock .productDetailsImage-02,
.contentBlock .productDetailsImage-03,
.contentBlock .productDetailsImage-04 {
        background-color: #98d7dc;
	display: block;
        text-align: center;
        margin-top: 12px;
}

.contentBlock .productDetailsImage-03 {
	margin-top: 0;
	padding-top: 12px;
}

.contentBlock .productDetailsImage-04 {
        margin: 0;
}

#content .contentBlock .productDetailsImage-04 img {
        margin: 0 auto;
}

#content .contentBlock .productDetailsImage-02 img, #content .contentBlock .productDetailsImage-03 img {
	margin: 0 auto;
	padding: 0;
}

.contentBlock .product-image-outline {
    margin: 0 auto;
}

.contentBlock .productDetailsImage-01 img,
.contentBlock .productDetailsImage-02 img {
border: 1px solid #FFF;
}

.contentBlock .productInfo-01 {
	padding: 10px;
	background-color: transparent;
	margin: 0 0 10px 0;
	color: #FFF;
}

.contentBlock .productInfo-01 h1 {
	color: #FFF;
}

.contentBlock .productInfo-01 .productPrice {
	background-color: transparent;
	padding: 0;
	text-align: left;
}

.contentBlock .productInfo-02 {
	padding: 8px;
	background-color: transparent;
	color: #FFF;
}

.contentBlock .productInfo-02 select {
width: 200px;
_width: 200px;
}

.contentBlock .productInfo-01,
.contentBlock .productInfo-02 {
	width: 198px;
	float: right;
}

.contentBlock .productInfo-02 table {
    border-collapse:collapse;
}

.contentBlock .productInfo-02 table td {
    padding:5px;
}

.contentBlock .productInfo-02 table tr.type-pick td {
    background:#2d878d;
    
}

.contentBlock .productInfo-02 table tr.pick-label td {
    background:#08545b;
}


.newsFullStories_newsTitle {
    margin-top: 1em;
}

.newsFullStories_newsDate {
    font-weight: bold;
}

.carttable {
    margin: 1em 1px 1px 1px;
    border-collapse: collapse;
    width: 100%;
}

.carttableheader {padding : 5px;}

.carttable th {
    text-align: center;
    text-transform: uppercase;
    background-color: #95aa54;
    color: #FFF;
}

.carttable .item-description,
.carttable .item-quantity,
.carttable .item-unit-price,
.carttable .item-subtotal,
.carttable .item-remove {
    padding: 1px 2px 0px 2px;
}

.carttable td.item-unit-price,
.carttable td.item-subtotal,
.carttable .totals .value {
    text-align: right;
}

.carttable .item-image {
    padding: 1px;
}

.carttable .totals-even td,
.carttable .totals-odd td {
    padding: 5px 2px;
}

.carttable .totals-odd td,
.carttable .odd td {
    background-color: #bcecec;
}

.carttable .totals-even td,
.carttable .even td {
    background-color: #97d8dc;
}

.carttable .totals-even .label,
.carttable .totals-odd .label {
    font-weight: bold;
}

.carttable .general-cell {
   padding : 5px;
  font-family: arial, sans-serif;
}

.carttable .general-cell a {
	text-decoration : underline;
	color : #d57532;
}

#cart-buttons {
    margin-top: 2em;
}

#search-form {
    width: 75%;
}

#search-form td {
    padding: 0.25em;
}

#search-form label {
    display: block;    
    font-weight: bold;
    padding-bottom: 0.5em;
}

#product-list-search-form {
    width: 100%;
}

#product-list-search-form .back-link {
    text-align: left;
}

#product-list-search-form .search-field {
    text-align: right;
}

/********************************
FOOTER
********************************/

#footer {
	text-align: center;
	padding: 9px 12px;
	font-size: 12px;
	margin-bottom: 6px;
}

#footer {_margin-top: 10px;}

#footer,
#footer a {
	color: #FFF;
}

#footer a,
#footer a:link,
#footer a:visited {
	color: #FFF;
}

#footer a:active,
#footer a:hover {
	color: #FF6C00;
	text-decoration: underline;
}

/********************************
KILL
********************************/
.kill {clear: both; background-color: transparent;}

#sideNav .kill {height: 10px;}


/********************************
SIDENAV
********************************/

#sideNav {
	width: 235px;
	float: left;
	background-color: transparent;
	color: #FFF;
}

#sideNav .padding {
	padding: 10px 20px 10px 0;
	margin: 145px 0 0 34px;
}

#sideNav ul {
display: block;
overflow: hidden;
}

#sideNav li {
	margin: 0;
	padding: 0;
	display: block;
	border: none;
	overflow: hidden;
	height: 40px;
}

#sideNav li {
	font-weight: normal;
	text-transform: none;
}



#sideNav a,
#sideNav a:link,
#sideNav a:visited {
	color: #FFF;
}

#sideNav a:active,
#sideNav a:hover {
	color: #FFF;
	text-decoration: underline;
}

#sideNav li img {
	width: 125px;
	height: 32px
}

/******** SIDENAV 01 *******/

.sideNav01 img {
background: transparent URL(/images/sideNav01.gif) 0px 0px no-repeat;
}

.sideNav01 a:active img,
.sideNav01 a:hover img {
background: transparent URL(/images/sideNav01-s.gif) 0px 0px no-repeat;
}

.sideNav01-s img {
background: transparent URL(/images/sideNav01-s.gif) 0px 0px no-repeat;
}

/******** SIDENAV 02 *******/

.sideNav02 img {
background: transparent URL(/images/sideNav02.gif) 0px 0px no-repeat;
}

.sideNav02 a:active img,
.sideNav02 a:hover img {
background: transparent URL(/images/sideNav02-s.gif) 0px 0px no-repeat;
}

.sideNav02-s img {
background: transparent URL(/images/sideNav02-s.gif) 0px 0px no-repeat;
}

/******** SIDENAV 03 *******/

.sideNav03 img {
background: transparent URL(/images/sideNav03.gif) 0px 0px no-repeat;
}

.sideNav03 a:active img,
.sideNav03 a:hover img {
background: transparent URL(/images/sideNav03-s.gif) 0px 0px no-repeat;
}

.sideNav03-s img {
background: transparent URL(/images/sideNav03-s.gif) 0px 0px no-repeat;
}

/******** SIDENAV 04 *******/

.sideNav04 img {
background: transparent URL(/images/sideNav04.gif) 0px 0px no-repeat;
}

.sideNav04 a:active img,
.sideNav04 a:hover img {
background: transparent URL(/images/sideNav04-s.gif) 0px 0px no-repeat;
}

.sideNav04-s img {
background: transparent URL(/images/sideNav04-s.gif) 0px 0px no-repeat;
}

/******** SIDENAV 05 *******/

.sideNav05 img {
background: transparent URL(/images/sideNav05.gif) 0px 0px no-repeat;
}

.sideNav05 a:active img,
.sideNav05 a:hover img {
background: transparent URL(/images/sideNav05-s.gif) 0px 0px no-repeat;
}

.sideNav05-s img {
background: transparent URL(/images/sideNav05-s.gif) 0px 0px no-repeat;
}

/******** SIDENAV 06 *******/

.sideNav06 img {
background: transparent URL(/images/sideNav06.gif) 0px 0px no-repeat;
}

.sideNav06 a:active img,
.sideNav06 a:hover img {
background: transparent URL(/images/sideNav06-s.gif) 0px 0px no-repeat;
}

.sideNav06-s img {
background: transparent URL(/images/sideNav06-s.gif) 0px 0px no-repeat;
}


/******** SIDENAV 07 *******/

.sideNav07 img {
background: transparent URL(/images/sideNav07.gif) 0px 0px no-repeat;
}

.sideNav07 a:active img,
.sideNav07 a:hover img {
background: transparent URL(/images/sideNav07-s.gif) 0px 0px no-repeat;
}

.sideNav07-s img {
background: transparent URL(/images/sideNav07-s.gif) 0px 0px no-repeat;
}

/******** SIDENAV 08 *******/

.sideNav08 img {
background: transparent URL(/images/sideNav08.gif) 0px 0px no-repeat;
}

.sideNav08 a:active img,
.sideNav08 a:hover img {
background: transparent URL(/images/sideNav08-s.gif) 0px 0px no-repeat;
}

.sideNav08-s img {
background: transparent URL(/images/sideNav08-s.gif) 0px 0px no-repeat;
}

/******** SIDENAV 09 *******/

.sideNav09 img {
background: transparent URL(/images/sideNav09.gif) 0px 0px no-repeat;
}

.sideNav09 a:active img,
.sideNav09 a:hover img {
background: transparent URL(/images/sideNav09-s.gif) 0px 0px no-repeat;
}

.sideNav09-s img {
background: transparent URL(/images/sideNav09-s.gif) 0px 0px no-repeat;
}

/******** SIDENAV 010 *******/

.sideNav10 img {
background: transparent URL(/images/sideNav10.gif) 0px 0px no-repeat;
}

.sideNav10 a:active img,
.sideNav10 a:hover img {
background: transparent URL(/images/sideNav10-s.gif) 0px 0px no-repeat;
}

.sideNav10-s img {
background: transparent URL(/images/sideNav10-s.gif) 0px 0px no-repeat;
}


/******** SIDENAV 011 *******/

#sideNav li.sideNav11 img {
background: transparent URL(/images/sideNav11.gif) 0px 0px no-repeat;
height:60px;
}

#sideNav li.sideNav11 a:active img,
#sideNav li.sideNav11 a:hover img {
background: transparent URL(/images/sideNav11-s.gif) 0px 0px no-repeat;
}

#sideNav li.sideNav11-s img {
background: transparent URL(/images/sideNav11-s.gif) 0px 0px no-repeat;
height:60px;
}

#sideNav li.sideNav11, #sideNav li.sideNav11-s {
    height:73px;
}


.subscribe-button {display: block;}
.email-form {
width: 100%;
border: none;
}

#emailList {width: 120px; margin: 7px 0 0 20px;}

/********************************
PRODNAV
********************************/

#prodNav {
	font-family: verdana, "trebuchet MS", arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding: 0;
} 

#prodNav ul {
_margin-top: -12px;
}

#prodNav ul a {color: #FFF; display: block; padding: 6px 6px 6px 20px; margin: 12px 0; background: #BBD980; text-decoration : none;}
#prodNav li a:hover, #prodNav li.selected a {background: transparent URL(/images/arrow.gif) 0 8px no-repeat;}
#prodNav li {width: 120px; 	_margin-bottom: -12px;}
#prodNav li em { font-size: 0.8em; }


#prodNavImages {float: right;}
#prodNavImages img {margin: 0 0 9px 0; background-color: #FFF; opacity: 1; border-left: 1px solid #7DCED3; border-top: 1px solid #7DCED3; border-bottom: 1px solid #7DCED3;}
#prodNavImages .selected img {margin: 0 0 9px 0; background-color: #FFF; opacity: 1.; border-left: 1px solid #FFF; border-top: 1px solid #FFF; border-bottom: 1px solid #FFF;}

/******* CONTENT ********/

.messageConfirm {
    margin-top: 1em;
    font-weight: normal;
    color: #FFFFFF;
    padding: 2px;
    border-top: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
    background-color: #98a75b;
    font-size : 120%;
    
}

.messageError {
    margin-top: 1em;
    font-weight: normal;
    color: #800000;
    padding: 2px;
    border-top: solid 1px #800000;
    border-bottom: solid 1px #800000;
    background-color: #FFA8A4;
    font-size : 120%;
}

#news {
	position: absolute;
	top: 614px;
	left: 486px;
	width: 179px;
	height: 92px;
	background-color: transparent;
	font-weight: bold;
	overflow: visible;
	font-size: 96%;
}

#news .spacer {
	width: 100%;
	background-color: #79C9D3; 
	height: 1px;
	display: block;
	margin: 4px 0;
	padding: 0;
	overflow: hidden;
}

#productDetailButtons input {
    display: inline;
}

/********************************
CONTACT
********************************/

.contact,
div.signupResponse {
	margin: 0;
	padding: 4px 40px 40px 0;
	overflow: auto;
	line-height: 180%;
	_line-height: 100%;
}

input.signup,
.contact textarea,
input.signup_city,
input.signup_state,
input.signup_zip {
	border: 1px solid #B0DDE0};
	background-color: white;
	line-height: 140%;
	color: #413015; 
	text-align: left;
	line-height: 180%;
}


input.signup,
.contact textarea {width: 295px;}

input.signup,
.contact textarea {padding: 1px 3px;}

input.signup_city {width: 186px;}

input.signup_state {width: 30px;}

input.signup_zip {width: 70px;}

li.area_city {}

.contact textarea {
	font-family: verdana;
	font-size: 12px;
	line-height: 170%;
	height: 60px;
	width: 293px;
	padding: 1px 4px;
	text-align: left;
}

li.click {margin: 3px 0;}


input.signup {width: 295px;}

.newsItem a:active,
.newsItem a:hover {color: #FFF;}

.gallery {margin-top: 20px;}
.gallery ul {width: 458px;}
.gallery li {padding: 0;}

.gallery li img {width: 66px; height: 90px}

#philos {
font-weight: bold;
}

#philos p:first-line {
}

#philos p:first-child:first-line {
font-size: 135%;
}

#IE {
display: none;
}

/********************************
LINKS
********************************/

#links-list .linksFullList_linkCatName {
   font-size: 1.5em;
   color: white;
   font-weight: bolder;
}

#links-list .linksFullList_linkTitle {
   font-size: 1.2em;
   color: #95AA54;
   font-weight: bold;
}

#links-list .linksFullList_linkUrl {
   display: none;
}


/*********************
CHECKOUT
**********************/

.hidden {
    display: none;
}

.smalltext {
    font-size: 10px;
}

#checkout .blocks {
    position: relative;
    *position: static;
    top: 0;
    left: 0;
}

#checkout .block, #checkout .payment {
	width: 300px;
}

#checkout .title {
    font-size: 3em;
    color: #fff;
    font-weight: normal;
    line-height: normal;
	margin-top: -2.5em;
    margin-bottom: 26px;
	_margin-bottom: 14px;
	font-family: 'TradeGothic',Verdana,Arial,sans-serif;
	_position: relative;
	_z-index: 100;
}

#checkout form {
	_position: relative;
	_z-index: 100;
}

#checkout .block-header {
	background: transparent url(/images/h2bg.gif);
	color: #fff;
	margin: 1em 0 5px;
	padding: 5px 10px;
	font-size: 1.5em;
	line-height: normal;
	font-weight: bold;
	text-transform: lowercase;
}

	#checkout .block-header span {
		float: left;
	}

	#checkout #status .block-header {
		text-align: center;
		padding: 5px 2px;
	}
	
		#checkout #status .block-header span {
			float: none;
		}

.contentBlock.checkout {
    width: 100%;
    _width: 450px;
    float: none;
}

#checkout .block-header img {
    display: none;
    padding-left: 10px;
	margin-top: 3px;
	float: left;
}

#checkout .block-header.nospacing {
    margin-top: 0;
}

#checkout .errors {
    margin-bottom: 20px;
}


#checkout .subblock {
    margin: 10px 0;
}

#checkout h4 {
    margin-bottom: 5px;
}

#checkout .error {
    color: red;
}

#checkout .error input,
#checkout .error select,
#checkout .error textarea {
    background-color: #ffeeee;
}

#checkout .status .block-body {
    font-size: 11px;
    font-family: verdana,arial,helvetica,sans-serif;
    line-height: 120%;
    float: left;
}

.block.status .confirm {
    float: right;
    font-size: 1.25em;
    background-color: #cceecc;
    padding: 5px;
    text-align: right;
}

.block.status .block-header {
    background: #eef0e2;
    margin-bottom: 5px;
    color: #909751;
    text-transform: uppercase;
    font-size: 1em;
    padding: 5px 20px;
    _padding: 5px 10px;
    position: relative;
    left: 0;
}

.block.status .confirm input {
    border: 1px solid #aaa;
}

.block.status .block-body {
    padding: 10px;
    background-color: #cedc9d;
}

.block.status .block-body .item {
    width: 125px;
}

.block.status .block-body .item .label {
    clear: both;
    text-align: left;
    float: left;
}

.block.status .block-body .item div {
    float: right;
}

#checkout #status-total {
    font-weight: bold;
}

#shipping-options-msg {
    display: none;
}

.submit,
.button {
	background: #abb473;
	border: none;
	color: #fff;
	padding: 1px 5px;
	font-size: 12px;
	font-weight: bold;
	font-family: 'TradeGothic',Verdana,Arial,sans-serif;
}

.submit {
    margin-top: 20px;
	font-size: 14px;
}


#sizechart {
    margin: 2em 0;
}

#sizechart table {
    border-collapse: collapse;
    width: 570px;
}

#sizechart table tr td {
    padding: 4px;
    vertical-align: top;
}

#sizechart table tr.odd td {
    background: #ffe073;
}

#sizechart table tr.even td {
    padding-bottom: 1em;
}

#tabs {
    background: transparent url(/images/tabs_bg.gif) repeat-y 0px 0px;
    _margin-left: 22px;
    _width: 570px;
}

.checkout-window-contents {
    padding: 15px;
}

.checkout-window h3 {
    font-size: 1.25em;
    background-color: white;
    padding: 5px;
}

.checkout-login .field {
    margin: 5px 0;
}

.checkout-login .field .text {
    width: 125px;
}

.checkout-window .tall {
    margin: 4px 0;
}

.checkout-window .taller {
    margin: 8px 0;
}

#checkout tr.formfieldrow td {
	padding: 0.25em 0;
}

#checkout tr.formfieldrow td.fieldname {
	width: 45%;
	padding-right: 2%;
	vertical-align: top;
}

#checkout tr.formfieldrow td.formfield {
	width: 50%;
	padding-left: 2%;
}

#checkout input[type=text], #checkout textarea[name] {
	border-width: 1px;
	color: #333;
	background-color: transparent;
	background-image: url(/images/input-bg.png);
}

#checkout #status {
	position: fixed;
	margin: 0 0 0 320px;
	_position: absolute;
	_right: 0px;
	_margin: 0;
	width: 145px;
}

#checkout #status .block-body {
	position: relative;
}

#checkout #status img.loading {
	position: absolute;
	bottom:50%;
	left:50%;
	margin: -8px 0 0 -8px;
	display: none;
}

#checkout input.Form2, #checkout select {
	max-width: 150px;
	_width: 150px;
}

#checkout textarea {
	width: 280px;
}

#checkout input.coupon-code {
	width: 80px;
}




/********************************
VAYA CON PERROS!
********************************/


#vaya h2 {
    color:#137A9B !important;
    font-weight:normal;
    font-size:26px;
}

#vaya h3 {
    color:#BF6A2E !important;
    font-weight:normal;
    font-size:20px;
}

#vaya p {
    color:#4E4F4F !important;
    font-size:110%;
}


#vaya ul.vaya_nav {
    clear:both;
    margin-top:60px;
}

#vaya ul.vaya_nav li {
    list-style:none;
    float:left;
    display:block;
    width:150px;
    font-size:15px;
    margin-bottom:10px;
    padding-left:23px;
    color:#007EA6;
    background: transparent url(/images/sd_bullet.gif) 0 1px no-repeat
}

#vaya ul.vaya_nav li a {
    color:#007EA6;
}

#vaya ul.vaya_nav li a.on, #vaya ul.vaya_nav li a:hover {
    color:#fff;
    text-decoration:none;
    
}

#vaya ul {
    list-style-type:disc;
}

#vaya ul li {
    margin-left:20px;
    margin-bottom:10px;
    display:list-item;
}

#vaya ul.how_it_works li strong {
    font-size:130%;
    color:#BF6A2E;
    font-weight:normal;
}

#vaya ol {
    list-style-type:decimal;
}

#vaya ol li {
    margin-left:100px;
    margin-bottom:20px;
    display:list-item;
}

#vaya ol li a {
    color:#BF6A2E !important;
}

#vaya ol li .icon {
    float:left;
    margin-left:-100px;
    margin-top:40px;
}


#vaya p.note {
    color:#fff !important;
    margin-top:20px;
}

#vaya p.note span {
    color:#137A9B !important;
}

#vaya p.note a:link {
    color:#BF6A2E;
}

.Rnoborder {
    float:right;
    margin-left:10px !important;
}

.clear {
    clear:both;
}
