/*left navbar menu*/
.urbangreymenu{
width: 181px; /*width of menu*/
padding: 0px 0 0px 2px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #0085C4 url(arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar1{
font: bold 13px Verdana;
color: white;
background: #606060 url(arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar2{
font: bold 13px Verdana;
color: white;
background: #024769 url(arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar3{
font: bold 13px Verdana;
color: white;
background: #CC0033 url(arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu .subcat{
font: bold 13px Verdana;
color: white;
background: #009966 url(arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: #000000;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}

/*Start of Checkout Main ###################################################################### */

.urbangreymenu_checkout{
width: 620px; /*width of menu*/
padding: 0px 0 0px 2px; /*31px is left indentation of header text*/
}

.urbangreymenu_checkout .headerbar_shipping{
font: bold 13px Verdana;
color: white;
background: #606060 url(arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu_checkout ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu_checkout ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
font: normal 14px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;

}

/*Start of Checkout Info Price Promise in Green Etc ###################################################################### */

.urbangreymenu_checkout_info{
width: 250px; /*width of menu*/
padding: 0px 0 0px 2px; /*31px is left indentation of header text*/
}

.urbangreymenu_checkout_info .info{
font: bold 13px Verdana;
color: white;
background: #009966 url(arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}


.urbangreymenu_checkout_info ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
border-style:solid;
border-width:1px;
border-color:#EEEEEE;
}

.urbangreymenu_checkout_info ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
font: normal 14px Arial;
color: black;
background: #FFFFFF;
display: block;
padding: 5px;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

/*Start of Checkout Shopping Basket Summary in Blue ###################################################################### */

.urbangreymenu_checkout_basket{
width: 250px; /*width of menu*/
padding: 0px 0 0px 2px; /*31px is left indentation of header text*/
}

.urbangreymenu_checkout_basket .basket{
font: bold 13px Verdana;
color: white;
background: #0085C4 url(arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu_checkout_basket ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
border-style:solid;
border-width:1px;
border-color:#EEEEEE;
}

.urbangreymenu_checkout_basket ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
font: normal 12px Arial;
color: black;
background: #FFFFFF;
display: block;
padding: 5px;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

