/*  basic styles */
body {
    background: #1175CD /*url(../images/body_bg.gif) 50% 0 repeat-x*/;
    font: 12px / 1.55em arial, helvetica, sans-serif;
    text-align: center;
    color: #2f2f2f;
}

a {
    color: #555452;
    text-decoration: none;
}

a:hover {
    color: #555452;
    text-decoration: underline;
}

a img {
    border: 0;
}

a:hover img {
    border: 0;
    text-decoration: none;
}:focus {
    outline: 0;
}

.f-right {
    float: right
}

.f-left {
    float: left
}

.a-right {
    text-align: right
}

.a-left {
    text-align: left
}

.a-center {
    text-align: center
}

/* layout */
.main-container {
    background: #fff url(../images/main_container_bg.gif) no-repeat 50% 0;
}

.main {
    width: 933px;
    min-height: 400px;
    padding: 0px;padding-left:8px;padding-right:6px;
    margin: 0 auto;
    margin-bottom: -37px;
    text-align: left;
    background: url(../images/main_bg.jpg) repeat-x 0 0;
}

.col-right {
    width: 202px;
}

.col-left {
    width: 196px;
}

.col-main {
    width: 729px;
}

.col3-layout .col-main {
    width: 524px;
    margin-left: 0;
}

.col3-layout .col-wrapper {
    float: left;
    width: 730px;
}

input.input-text:focus, select:focus, textarea:focus {
    background-color: #edf7fd;
}

.fieldset {
    border: 1px solid #bbafa0;
    background: #f3f3f3;
}

.fieldset .legend {
    color: #D21E1E;
    background: #F9F3E3;
    border: 1px solid #D21E1E;
}

/* Data Table */
.data-table {
    width: 100%;
    border: 1px solid #ddd;
}

.data-table .odd {
    background: #f8f7f5
}

.data-table .even {
    background: #f3f3f3;
}

/*.data-table tr.odd:hover,
 .data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last, .data-table th.last {
    border-right: 0;
}

.data-table tr.last th, .data-table tr.last td {
    border-bottom: 0 !important;
}

.data-table th {
    padding: 3px 8px;
    font-weight: bold;
}

.data-table td {
    padding: 3px 8px;
}

.data-table thead th {
    font-weight: bold;
    border-right: 1px solid #c2d3e0;
    padding: 2px 8px;
    color: #0a263c;
    white-space: nowrap;
    vertical-align: middle;
}

.data-table thead th.wrap {
    white-space: normal;
}

.data-table thead th a, .data-table thead th a:hover {
    color: #fff;
}

.data-table thead th {
    background: #eeeded;
}

.data-table thead th .tax-flag {
    font-size: 11px;
    white-space: nowrap;
}

.data-table tfoot {
    border-bottom: 1px solid #d9dde3;
}

.data-table tfoot tr.first {
}

.data-table tfoot tr {
    background-color: #eee !important;
}

.data-table tfoot td {
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 0;
    border-right: 1px solid #d9dde3;
}

.data-table tfoot strong {
    font-size: 16px;
}

.data-table tbody th, .data-table tbody td {
    border-bottom: 1px solid #d9dde3;
    border-right: 1px solid #d9dde3;
}

/* Bundle products tables */
.data-table tbody.odd tr {
    background: #f8f7f5 !important;
}

.data-table tbody.even tr {
    background: #f6f6f6 !important;
}

.data-table tbody.odd tr td, .data-table tbody.even tr td {
    border-bottom: 0;
}

.data-table tbody.odd tr.border td, .data-table tbody.even tr.border td {
    border-bottom: 1px solid #d9dde3;
}

.data-table tbody td .option-label {
    font-weight: bold;
    font-style: italic;
}

.data-table tbody td .option-value {
    padding-left: 10px;
}

/* buttons */
button.button {
    overflow: visible;
}

button.button span {
    /*background: url(../images/button.gif) no-repeat 100% -29px;*/
    border: none;
/*
    padding: 0 11px 0 0;
*/
    height: auto;
}

button.button:hover span {
    background-position: 100% -87px;
}

.grey-box .button span, .cart-table .btn-continue span, .cart-table .btn-update span, .cart .discount button span, .cart .shipping button span, .block-compare button.button span, .block-poll button.button span, .block-subscribe .actions button.button span, .block-login .actions button.button span, .product-view .box-tags .form-add button.button span, .multiple-checkout .title-buttons button.button span, #multiship-addresses-table tfoot button.button span {
}

button.button span span {height:16px;
    display: block;
    font: bold 12px / 19px Arial, Helvetica, sans-serif;
    text-align: center;
    white-space: nowrap;
    color: #383838;
    padding: 2px 10px 4px 10px !important;
    border: none !important;
    background: url(../images/button.gif) no-repeat 0 -3px;
	-moz-border-radius: 6px;
border-radius: 6px;
	
	
}

button.button:hover span span {	-moz-border-radius: 6px;
border-radius: 6px;
    background-position: 0 -56px;
    color: #000;
}

button.btn-checkout {
    border: 0px;
    background: 0px;
    padding: 0;
}







button.btn-checkout span {border: none;background: url(../images/btn_proceed_to_checkout.png) no-repeat left 0;padding: 0 0px 0px 6px;margin: 0;width: auto;
	overflow: visible;text-align: center;white-space: nowrap;height: 44px;line-height: 26px;font-size:14px;text-transform:uppercase;}
button.btn-checkout span span {display: block;height: 38px;line-height: 42px;margin: 0;color: #fff;padding-right: 30px;
	background: url(../images/btn_proceed_to_checkout.png) no-repeat right 0;font-size:14px;text-transform:uppercase;}







/* header */
.header-container {
    background: #fff url(../images/body_bg.gif) 0 0 repeat-x;
	background-size:3px 180px;
}

.header {
    width: 970px;
}

.header .logo {
    margin: 21px 10px 14px 0;
}

.header .quick-access {
    float: right;
    margin-top: 32px;
}

.header .welcome-msg {
    float: left;
    margin: 0 15px 0 0;
}

.header .shop-access {
    float: left;
}

.header .links {
    margin: 0;
}

.header .links li {
    background: url(../images/bkg_pipe1.gif) 100% 60% no-repeat;
    padding: 0 8px 0 7px;
}

.header .links li a {
    padding-left: 15px;
    background: url(../images/bullet_arrow.gif) no-repeat 0 50%;
}

.header .links .last {
    background: none;
    padding-right: 0;
}

.header-contact {
    float: left;
    margin: 27px 0 0 65px;
    text-align: center;
}

.header-contact p {
    margin: 0;
}

/* header blocks */
.header .form-language {
    position: absolute;
    top: 53px;
    right: 0;
}

.header .form-language label {
    color: #777;
    padding-right: 5px;
}

.header .form-language .flag option {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    margin-left: 2px;
}

.header .search-autocomplete {
    z-index: 999;
    left: 0px !important;
    top: 22px !important;
}

.header .search-autocomplete ul {
    border: 1px solid #e6e6e6;
    background-color: #f8f8f8;
}

.header .search-autocomplete li {
    text-align: left;
    border-bottom: 1px solid #f4eee7;
    padding: 2px 8px 1px 8px;
    cursor: pointer;
}

.header .search-autocomplete li.last {
    border-bottom: none;
}

.header .search-autocomplete li .amount {
    float: right;
    font-weight: bold;
}

.header .search-autocomplete li.odd {
    background-color: #fffefb;
}

.header .search-autocomplete li.selected {
    background-color: #fff;
}

.mini-search {
    position: absolute;
    bottom: -39px;
    right: 0;
    height: 26px;
    background: url(../images/mini_search_bg.gif) no-repeat 0 0;
}

.mini-search .input-text {
    font-size: 1em;
    margin: 0;
    padding: 6px 4px 5px;
    width: 200px;
    background: none;
    border: none;
}

.mini-search .input-text:focus {
    background: none;
}

.mini-search .input-submit {
    float: right;
    margin: 0;
    width: 31px;
    height: 26px;
    font-weight: bold;
    text-transform: uppercase;
    background: url(../images/btn_mini_search.gif) no-repeat 0 0;
    cursor: pointer;
    font-size: .9em;
    border: none;
}

.mini-search .advanced-search-link {
    font-size: .9em;
    text-transform: lowercase; /*background: url(../images/common.gif) no-repeat -591px 5px;*/
    float: left;
    margin: 4px 0 3px 0;
}

.before-content {
    margin: 10px 0 12px;
    width: 950px;
    zoom: 1
}

.before-content:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden
}

/* category listing */
.toolbar {width:512px;
    background: #EEE url(../images/pager_bg.gif) repeat-x scroll 0 0;
    border: 1px solid #E5E6E6
}

div.pages li {
    padding: 0 2px
}

div.pages li span {
    font-weight: bold
}

.view-by div {
    width: 33%;
    padding: 4px 8px;
    vertical-align: middle
}

.list-modes {
    margin-right: 100px
}

.sort-by, .list-modes {
    float: left
}

.sort-by a, div.limiter a {
    padding: 0 4px 0 7px;
    text-decoration: none;
    background: url(../images/paging.gif) no-repeat -25px -15px;
}

.sort-by a:hover, div.limiter a:hover {
    text-decoration: underline;
}

.pager .pages .current, .list-modes a.current, .sort-by a.current, div.limiter a.current {
    font-weight: bold
}

.sort-by a.first, div.limiter a.first {
    background: none
}

/*.list-modes .grid, .list-modes .list { width: 13px; height: 16px; text-indent: -9999px; float: left; opacity: .5; filter: alpha(opacity="50"); }*/
.list-modes .grid {
    margin-left: 5px; /*background: url(../images/paging.gif) no-repeat 2px 5px;*/
}

.list-modes .list { /*background: url(../images/paging.gif) no-repeat -17px 5px;*/
}

.list-modes span.current {
    opacity: 1 !important;
    filter: alpha(opacity = "100") !important
}

.sort-dir {
    margin-left: 10px
}

.pager-wrapper {
    border: 1px solid #e5e6e6;
    background: #eee url(../images/pager_bg.gif) repeat-x 0 0
}

.sorter .pager {
    padding-right: 0px
}

.toolbar .strong, .toolbar .current {
    font-weight: bold;
}

.regular-price .price {
    color: #D21E1E;
}

/* Category Page ========================================================================= */
.category-title {
    border: 0;
    margin: 0 0 7px;
}

.category-image {
    width: 100%;
    overflow: hidden;
}

.category-image img {
}

.category-description {
    margin: 0 0 10px;
}

.category-products {
}

/* View Type: Grid */
.grid-row {
    clear: both;
}

.products-grid {
    position: relative;
    border-bottom: 1px solid #eee;
}

.products-grid.last {
    border-bottom: 0;
}

.products-grid li.item {
    float: left;
    width: 160px;
    padding: 12px 10px;
}

.col-3-layout .products-grid li.item {
    width: 149px;height:300px;
}

.products-grid .product-image {
}

.products-grid .product-name {height:35px;overflow:hidden;
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 13px;
    color: #203548;
}

.products-grid .product-name a {
    color: #203548;
}

.products-grid .price-box {height:45px;
    margin: 5px 0;
}

.products-grid .availability {
    line-height: 21px;
}

.products-grid .actions {
}

.col2-left-layout .products-grid, .col2-right-layout .products-grid {
    margin: 0 auto;
}

.col1-layout .products-grid {
    margin: 0 auto;
}

/* View Type: List */
.products-list li.item {
    border-bottom: 1px solid #d9ddd3;
    padding: 12px 10px;
}

.products-list li.item.last {
    border-bottom: 0;
}

.products-list .product-image {
    float: left;
    width: 135px;
    height: 135px;
    margin: 0 0 10px;
}

.products-list .product-shop {
    margin-left: 150px;
}

.products-list .product-name {
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 13px;
    color: #203548;
}

.products-list .product-name a {
    color: #203548;
}

.products-list .price-box {
    float: left;
    margin: 3px 13px 5px 0;
}

.products-list .availability {
    float: left;
    margin: 3px 0 0;
}

.products-list .desc {
    clear: both;
    padding: 6px 0 0;
    margin: 0 0 15px;
    line-height: 1.35;
    font-size: 1em;
}

.products-list .desc .link-more {
    font-size: 11px;
}

.products-list .add-to-links {
    clear: both;
}

.products-list .add-to-links li {
    display: inline;
}

.products-list .add-to-links .separator {
    display: inline;
    margin: 0 2px;
}

/* ======================================================================================= */
/* slider custom design */
.easyslidercontrolwr {
    position: absolute;
    right: 10px;
    top: 12px;
    z-index: 6;
}

.easyslidercontrol a {
    color: #fff;
    float: left;
    background: #aaa;
    font-weight: bold;
    margin: 0 2px;
    overflow: hidden;
    padding: 3px 6px 4px !important;
    text-align: left;
    text-decoration: none;
    border: 1px solid #fff;
    opacity: 0.6;
    filter: alpha(opacity = '60');
}

.easyslidercontrol a:hover {
    background: #000
}

.easyslidercontrol a.active {
    background: #000;
}

.easyslideslider-id .description {
    display: none;
}

/* side box blocks */
.block {
    background: #f5f5f5 url(../images/box_bg.gif) repeat-x 0 0;
    border: 1px solid #ccc;
    line-height: 1.3em;
    font-size: .95em;
    margin-bottom: 0.3em;
}

.block .block-title {
    padding: 8px;
    margin: 0;
    border: 1px solid #fff;
    border-bottom: none;
}

.block .block-title a {
    color: #fff;
}

.block .block-title span {
    min-height: 16px;
    color: #D21E1E;
    padding: 1px 0 1px 12px;
    text-transform: none;
    font-size: 1.1em;
    font-weight: bold;
	background: url(../images/bullet_arrow.gif) no-repeat 0 50%;
   /* background: url(../images/bullet_arrow.gif) no-repeat 0 50%;*/
}


.block .block-title span .count {
    text-transform: none;
    color: #2f2f2f;
    white-space: nowrap;
    font-weight: normal;
    font-size: .95em;
}

.block h5 {
    font-size: 1em;
}

.block .block-content {
    border: 1px solid #fff;
    padding: 0;
    border-width: 0 1px 1px;
}

.block ol li.odd {
    background: #f4f3f3;
}

.block li.even {
}

.block-content a {
    color: #777;
    text-decoration: none
}

.block-content a:hover {
    text-decoration: underline
}

.block-banner {
    border: none;
}

.block-tags .block-content ul {
    margin: 0 10px 10px;
    padding-top: 10px;
}

.block-layered-nav .currently .label {
    padding-left: 0;
}

.block-account .block-content li.current {
    color: #000;
}

.block-account .block-content li a {
    color: #5f5d5c;
}

.block-account .block-content li a:hover {
    color: #000;
}

.block-layered-nav .block-content {
    padding-top: 0 !important;
}

.block .block-subtitle {
    text-transform: uppercase;
    color: #D21E1E;
}

.sidebar .block-highlight .block-content {
    text-align: center;
}

.block-highlight .on-sale {
    height: 170px;
    margin: 0 auto;
    position: relative;
    width: 150px;
}

.block-highlight .on-sale .on-sale-ticket {
    background: url("../images/sale_bg.gif") no-repeat scroll 100% 0 transparent;
    height: 62px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    width: 63px;
}

.cms-home .col-main .block-highlight {
    background: none;
    border: none;
}

.cms-home .col-main .block-highlight .products-list li.item {
    border: none;
    background: url(../images/hline_dotted_grey.gif) repeat-x 0 100%;
}

.cms-home .col-main .block-highlight .products-list li.last {
    background: none;
}

/*  products page */
.box-collateral .h2, .box-collateral .h4, .product-collateral h2 {
    color: #444;
    border-bottom: 1px solid #aaa;
    float: none !important;
    line-height: 27px;
    margin-bottom: 10px;
    min-height: 16px;
    text-indent: 10px;
    font-size: 1.2em;
    font-weight: bold;
}

.product-collateral .box-collateral {
    padding-bottom: 20px;
    text-indent: 10px;
}

.product-view {width:720px;
    border-color: #C4C6C8;
}

.product-view .product-essential {
    background: #fff;
}

.product-view .product-shop {
    float: right;
    width: 395px;
}

.product-view .box-up-sell .products-grid {
    border-color: #cdcdcd;
    background: #e3e3e3;
}

.product-view .box-up-sell .products-grid td {
    border-bottom-color: #cdcdcd;
    border-right-color: #cdcdcd;
}

.product-view .box-up-sell .products-grid td img {
    border: 1px solid #cdcdcd;
}

.product-view .box-tags .form-add .input-box {
    margin: 0 17px 0 0;
}

/* Shopping cart and checkout pages */
.cart .cart-collaterals .col2-set {
    float: left;
    width: 650px;
}

.cart .cart-collaterals .totals {
    border: 1px solid #eee;
}

.cart .crosssell {
    background: #fff;
    border: 1px solid #eee;
}

.cart .discount, .cart .shipping {
    background: #fff;
    border: 1px solid #eee;
}

.checkout-onepage-index .page-title {
    display: none;
}

.account-login .content {
    background: #f6f6f6;
}

.account-login .content h2 {
    color: #777;
}

.account-login .buttons-set {
}

.box-account .box-head h2 {
    color: #CC0909;
}

.block-progress span {
    font-size: 11px;
}

.block-progress {
    background: transparent !important;
    border: 0 none;
}

.block-progress .block-title {
    background: none;
    border: 0 none;
    margin: 5px 0 5px;
    padding: 0;
}

.block-progress .block-title span {
    color: #444;
    background: none;
    padding: 0;
}

.block-progress .block-content {
    padding: 5px 0px !important;
    border: 0 !important;
}

.block-progress dt {
    background: #eee;
    color: #999;
    border: 1px solid #a3aeb3;
    margin: 3px 0 0 0 !important;
}

.block-progress dd {
    background: #eee;
}

.block-progress dt.complete {
    color: #444;
    background: #e6e6e6;
}
.block-content dt.complete a {float:right;text-align:right;}
	
.opc .active .step-title .number {
    background: #F18200;
}

.opc .active .step-title {
    background: #f9f3e3 !important;
    border-color: #e1e9e4;
}

.opc .step-title {
    background: #eee;
    border-color: #e1e9e4;
    border-width: 0;
}

.opc .allow .step-title {
    border-color: #aaa;
    background: #e5e5e5;
}

.opc .allow .step-title .number {
    background: #f4f4f4;
    border-color: #aaa;
    color: #444;
}

.opc .step {
    border-color: #aaa;
    background: #F9FBFA;
    display: block;
}

.opc .active {
    background: #f4f4f4 none repeat scroll 0 0;
    border-color: #e1e9e4;
}

.opc .allow .step-title h2 {
    color: #888;
}

.opc .active .step-title h2 {
    color: #CC0909;
}

.opc .step-title .number {
    color: #af4141;
}

.opc .active .step-title .number {
    background: #CC0909;
    border: 1px solid #fff;
    color: #fff;
}

.opc .step-title {
    color: #777;
    font-family: Times, Georgia, sans-serif;
    font-weight: normal;
}

#checkout-review-table {
    border-width: 0 1px;
}

/* footer */
.footer-container {
    background: url(../images/footer_bg.gif) repeat-x 0 100% #1175CD;
}

.footer {
    background: url(../images/footer_top.jpg) no-repeat 0 -25px;
    margin: 0 auto;
    padding: 75px 10px 4em;
    width: 935px;
	height:150px;
}

.footer * {
    color: #fff !important;
}

.footer input.input-text {
    color: #000 !important;
}

.footer .block-title {
    padding-bottom: 2px;
    background: url(../images/hline_dotted_white.gif) repeat-x 0 100%;
}

.footer .block-title span {
    font-size: 1.35em;
    font-weight: bold;
}

.footer .block-content {
    padding: 10px;
}

.footer .mini-product-tags, .footer .mini-newsletter, .footer .informational {
    float: left;
    width: 270px;
    padding: 0 20px;
    text-align: left;
}

.footer .mini-product-tags li {
    display: inline;
}

.footer .informational li {
    float: none;
   /* background: url(../images/pipe_white.gif) 100% 60% no-repeat;*/
    padding: 0 8px 0 7px;
}

.footer .informational li a {
    white-space: nowrap;
}

.footer .contacts, .footer .legality {
    margin: 0;
    color: #fff;
}

.footer .btn-subscribe {
    background: url(../images/btn_subscribe.gif) no-repeat 0 50%;
    border: none;
    width: 75px;
    height: 23px;
    cursor: pointer;
}

.footer .btn-subscribe span {
    display: none;
}

.footer .mini-newsletter input.input-text {
    width: 155px;
    margin: 0;
}

.block-navigation {
    padding: 0
}

.block-navigation .content {
    padding: 0
}

#nav-sidebox {
    font-size: 1.15em;
    padding: 0 5px 3px;
}

#nav-sidebox a {
    color: #000;
    text-decoration: none;
    zoom: 1;
}

#nav-sidebox a:hover {
}

#nav-sidebox li, #nav-sidebox li.parent {
    vertical-align: top, zoom: 1;
    background:
    url(../images/hline_dotted_grey.gif)repeat-x 0 0;
}

#nav-sidebox li a {
    color: #000;
    display: block;
    font: bold 1em Arial, Helvetica, sans-serif;
    padding: 4px 7px 3px;
}

#nav-sidebox li a:hover {
    color: #000;
    text-decoration: underline;
}

#nav-sidebox li ul li {
    font-weight: normal;
    margin: 0
}

#nav-sidebox ul {
}

#nav-sidebox ul li {
    padding-left: 10px
}

#nav-sidebox ul li a {
    font-weight: normal
}

#nav-sidebox ul li.parent a {
    font-weight: normal
}

#nav-sidebox ul li.parent ul li a {
    font-weight: normal
}

#nav-sidebox ul li.active > a {
    font-weight: bold
}

#nav-sidebox ul li span {
    background: none;
    padding: 0
}

#nav-sidebox ul {
}

#nav-sidebox li.active > ul {
    display: block
}

#nav-sidebox ul.level1 {
    display: none
}

.nav-container {height:72px;
    background: url(../images/nav_bg.gif) no-repeat 49.5% 0;
}

.header-nav {
    background: none;
    width: 950px;
    margin: 0 auto;
    padding-top: 14px;
    height: 61px;
}

.cms-home .nav-home a, .contacts-index-index .nav-contacts a, .cms-about-magento-demo-store .nav-about a {
    background: #1175CD;
}

#nav {
    padding: 0;
    font-size: 1.1em;
    text-transform: none;
}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {
    position: relative;
    text-align: left;
    border-bottom: 0px solid #1175CD;
    margin-right: 4px;
}

#nav li.over {
    z-index: 999;
}

#nav a, #nav a:hover {
    display: block;
    line-height: 1.3em;
    text-decoration: none;
}

#nav span {
    display: block;
    cursor: pointer;
    white-space: nowrap;
}

#nav li ul span {
    white-space: normal;
}

/************ 0 LEVEL  ***************/
#nav li {
    float: left; /*background: url(../images/nav.gif) no-repeat 0 -88px;*/
}

#nav li.first {
    background-image: none;
}

#nav li.active a {
    color: #fff;
    background: #1175CD;
}

#nav a {
    float: left;
    padding: 4px 10px 5px 8px;
    font-weight: bold;
    color: #fff;
}

/*#nav a span { padding-left: 9px; background: url(../images/nav.gif) no-repeat 0 -59px; }*/
#nav li.over a, #nav a:hover {
    color: #fff;
    background: #1175CD;
}

/************ 1ST LEVEL ************/
#nav ul li, #nav ul li.active {
    float: none;
    margin: 0;
    border: none;
    padding-bottom: 1px;
    background: #ECF3F6;
}

/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#nav ul li.last {
    padding-bottom: 0;
}

#nav ul a, #nav ul a:hover {
    float: none;
    padding: 0;
    background: none;
}

#nav li.active a {
}

/************ 2ND LEVEL ************/
#nav ul {
    position: absolute;
    width: 15em;
    top: 27px;
    left: -10000px;
    background: #DBDBDB;
    padding: 4px;
    border: none;
}

/* Show menu */
#nav li.over > ul {
    left: 0;
}

#nav li.over > ul li.over > ul {
    left: 100px;
}

#nav li.over ul ul {
    left: -10000px;
}

#nav ul li a {
    background: #E5E5E5 !important;
}

#nav ul li a:hover {
    background: #d1d1d1 !important;
}

#nav ul li.over > a {
    background: #d1d1d1 !important;
}

#nav ul li a, #nav ul li a:hover {
    color: #2f2f2f !important;
}

#nav ul span, #nav ul li.last li span {
    padding: 3px 15px 4px 15px;
    background: none;
}

#nav ul li.parent > a span { /*background: url(../images/nav.gif) no-repeat 100% -62px;*/
}

/************ 3RD+ LEVEL ************/
#nav ul ul {
    top: 5px;
}
