/*
BASE COLOURS:
Orange: #FD6902
Green DK: #5F6400
*/

* {
  font-family: Arial, Helvetica, sans-serif;
}
 


body {
    background: #FFFFFF url("/elements/graphic/background/bg_web_pixel.png") fixed top left repeat;
    color: black;
    margin-top: 8px;
    padding: 0;
    text-align: center; /* IE is broken and needs this */
    font-size: 0.8em;
    /*color: #B2B2B2;*/
    color: #666;
}
#wrap {
    margin: 0 auto;
    margin-top: 0;
    padding: 0;
    text-align: left;
    width: 750px;
}


/* div {
  border: 1px solid red;
} */




img {
  border: 0;
}

img.category_icon {
    /*border: 1px solid #999;*/
    border: 0;
}



a {
  color: #666; 
}



/* Main Block Elements */
#header {
    margin: 0;
    padding: 0;
    height: 40px;
    background: url("/elements/graphic/logo/header.gif") scroll top left no-repeat;
}
#header h1 {
    background: #FFFFFF;
    display: none;
}
#header a {
    display: block;
    width: 750px;
    height: 40px;
}
#topnav{
    float: left;
    width: 120px;
    margin-top: 20px;
}

h3 {
  font-weight: bold;
  font-size: 1.0em;
}

/* Featured Items ::
#featured_item_L img, #featured_item_P img {
    border: 1px solid #666600;
}

#item_image img.noborder, .featured_L img {
    border: 0;
}
*/
#item_image img {
    border: 1px solid #666;
    margin-bottom: 10px;
}

#item_image img.noborder {
    border: 0;
}
/*
#featured_item_L, .featured_L{
    float: right;
    height: 175px;
    width: 440px;
    padding: 0;
    background: url("/elements/graphic/background/bg_featured_top.png") scroll top right no-repeat;
}

ul.featured_L {
    list-style: none;
    padding-left: 0;
    padding-top: 4px;
    margin: 0;
}
ul.featured_L li {
    display: inline;
}
ul.featured_L li.feature_01_L a {
    display: block;
    float: left;
    height: 150px;
    width: 110px;
    padding-top: 3px;
    padding-left: 12px;
    border: 1px; dotted red;
}
ul.featured_L li.feature_02_L a {
    display: block;
    float: left;
    height: 150px;
    width: 130px;
    padding-top: 3px;
    padding-left: 4px;
    border: 1px; dotted red;
}
ul.featured_L li.feature_03_L a {
    display: block;
    float: left;
    height: 150px;
    width: 120px;
    padding-top: 3px;
    padding-left: 18px;
    border: 1px; dotted red;
}
 */


/* Featured Items :: Portrait Orientation */
#featured_item_P{
    float: right;
    height: 450px;
    width: 110px;
    padding: 0;
    /* background: url("/elements/graphic/background/bg_featured_top.png") scroll top right no-repeat; */
}


ul.featured_P {
    list-style: none;
    padding-left: 0;
    padding-top: 4px;
    margin: 0;
}
ul.featured_P li.feature_01_P a {
    display: block;
    height: 106px;
    width: 80px;
    margin-bottom: 2px;
}
ul.featured_P li.feature_02_P a{
    display: block;
    height: 106px;
    width: 80px;
    margin-bottom: 2px;
}
ul.featured_P li.feature_03_P a{
    display: block;
    height: 106px;
    width: 80px;
}


/* IE workarounds 
* html ul.featured_L li.feature_01_L a{
    margin-left: 8px;
}
* html ul.featured_L li.feature_02_L a{
    margin-left: 44px;
}
* html ul.featured_L li.feature_03_L a{
    margin-left: 10px;
}
*/

/* IE5/Mac workarounds 
* html>body ul.featured_L li.feature_01_L a{
    margin-left: 12px;
}
* html>body ul.featured_L li.feature_02_L a{
    margin-left: 44px;
}
* html>body ul.featured_L li.feature_03_L a{
    margin-left: 16px;
}

*/







/* Mac IE 5 hack :: this is style for Mac */
#utility_bar {
/*    border-top: 2px solid #5F6400;
    border-bottom: 2px solid #5F6400;
    position: absolute;
    width: 750px; */
    margin: 2px;
    padding-top: 5px;
    height: 30px;
    /* top: 42px; */
}
/*  All browsers NOT Mac IE 5 \*/
#utility_bar {
/*    border-top: 2px solid #5F6400;
    border-bottom: 2px solid #5F6400;
    top: 45px;
    padding-top: 10px;
    position: absolute; 
    width: 750px; */
    margin: 2px;
    height: 1.6em;
}
/* end hack */

#quickjump {
    float: left;
    width: 120px;
    height: 1.6em;
    vertical-align: top;
}
#quickjump select, #header select {
    border: 1px solid #666;
    color: #333333;
    font-size: 10px;
    background-color: #FFFFFF;
    width: 110px;
}
#crumbs {
    float: left;
    height: 1.6em;
    text-align: center;
    vertical-align: top;
    font-size: 0.8em;
    margin-left: 0;
}
#crumbs a.crumbs {
   /*color: #B3B3B3;*/
   color: #666;
   text-decoration: underline;
   font-size: 10px;
   font-weight: bold;
}
#crumbs a.crumbs:hover {
   color: #666;
   text-decoration: none;
   font-size: 10px;
}
a.view_more {
   /*color: #B3B3B3;*/
   color: #666;
   text-decoration: underline;
   font-size: 11px;
   font-weight: bold;
}
a.view_more:hover {
   color: #333;
   text-decoration: none;
   font-size: 11px;
   font-weight: bold;
}

#searchbox {
    float: right;
    width: 180px;
    height: 1.6em;
    vertical-align: middle;
    text-align: right;
}
input.txtfield {
    border: 1px solid #666;
    color: #666;
    font-size: 10px;
    background-color: #FFFFFF;
    width: 100px;
    padding-left: 2px;
}
input.go_btn {
    border: 1px solid #666;
    color: #666;
    font-size: 10px;
    background-color: #FFFFFF;
    width: 50px;
/*    width: 30px; */
/* Rounded corners for mozilla browsers */
    -moz-border-radius: 6px;
}
input.subscribe_btn {
    border: 1px solid #666;
    color: #666;
    font-size: 10px;
    background-color: #FFFFFF;
    width: 80px;
    text-align: left;
    padding: 1px;
/*    width: 30px; */
/* Rounded corners for mozilla browsers */
    -moz-border-radius: 6px;
}
input.subscribe_box {
    border: 1px solid #666;
    color: #666;
    font-size: 10px;
    background-color: #FFFFFF;
    width: 80px;
    margin-bottom: 2px;
    padding: 1px;
}

#content {
    margin-left: 120px;
    padding-bottom: 20px;
    width: 620px;
}

#content_full {
    padding-bottom: 20px;
    width: 630px;
}
/*
#content #aboutus_quote {
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #FF6600;
    font-size: 1.2em;
    padding: 20px;
}*/

#content a {
    /* color: #B2B2B2; */
    color: #666;
    text-decoration: underline;
}
#content a:hover {
    color: #333333;
    text-decoration: underline;
}


#footer {
    clear: both;
    margin-top: 10px;
    padding-top: 10px;
/*    border-top: 2px solid #5F6400; */
    font-size: 0.8em;
    text-align: center;
    width: 100%;
}


#londonstore_thumbs, #looks_thumbs {
    width: 300px;
    float: left;
}
#londonstore_image, #looks_image {
    width: 400px;
    float: right;
}
#londonstore_image img, #looks_image img {
  border: 1px solid #666;
}
#londonstore_content {
    clear: right;
    width: 400px;
    margin-left: 345px;
    /* border: 1px solid red;*/
}
#londonstore_content p {
    padding-top: 30px;
}









/* Primary Navigation */
ul.nav_primary {
    padding-left: 0;
    margin: 0;
    padding-bottom: 15px;
}


/* Same as style below but for all browsers NOT Mac IE 5 */
ul.nav_primary li a{
    display: block;
    height: 20px;
    width: 95px;
    padding-top: 3px;
    color: #666;
    font-size: 12px;
}
/* Mac IE 5 hack :: this is style for Mac \*/
ul.nav_primary li a{
    display: block;
    height: 14px;
    width: 95px;
    padding-top: 3px;
    text-align: left;
    text-decoration: none;
    color: #666;
    font-size: 12px;
}
/* end hack */
ul.nav_primary li a:hover {
    color: #333;
    text-decoration: none;
}

/* Item related Styles */
#item_image {
    float: left;
    width: 400px;
    vertical-align: top;
}
#item_image p {
  margin: 0;
  padding: 0;
}

#item_details {
    /* width: 440px; */
    float: right;
    width: 200px;
}
#item_details img {
    border: 1px solid #666;
}
#item_details h2 {
    font-size: 1.2em;
    color: #666;
}
a.btn_back {
    text-decoration: underline;
    color: #666;
    font-weight: bold;
}
a.btn_back:hover {
    text-decoration: none;
    color: #FD6902;
}


ul.img_thumbs {
    list-style: none;
    padding-left: 0;
    padding-top: 0;
    margin: 0;
}
ul.img_thumbs li {
    display: inline;
}
ul.img_thumbs li a {
    display: block;
    float: left;
    height: 105px;
    width: 85px;
    margin-right: 4px;
    margin-bottom: 4px;
}
ul.img_thumbs li a img {
    border: 1px solid #666;
}

#item_details .noborder {
  border: 0px;
}

img[src~="/elements/graphic/misc/btn_cart_returnToCat.png"] {
  padding: 10px 0;
}


select.sizes, select.colours {
    background-color: #FF6600;
    font-size: 10px;
    color: #FFF;
    width: 100px;
    margin: 2px;
}


/*
ul.category_listing {
    list-style: none;
    /*padding-left: 50px;*/
    padding-left: 0;
    padding-top: 4px;
    margin: 0;
}

ul.category_listing li {
    display: inline;
}
ul.category_listing li a {
    display: block;
    float: left;
    height: 160px;
    width: 220px;
}
*/
/* Contact PAge Style */
li.contact_pg {
    line-height: 1.4em;
}

/*
Shop Checkout
*/
table.summary_table {
    width: 730px;
    border-collapse: collapse;
    margin-left: 4px;
    margin-top: 10px;
}

table.summary_table td {
    font-size: 0.8em;
    padding: 2px
}
table.summary_table th {
    font-size: 0.8em;
    font-weight: bold;
    padding: 2px
}

.checkout_name {
    width: 70%;
    border: 1px solid #333;
    background-color: #F5F5F5;
}
.checkout_qty {
    width: 10%;
    border: 1px solid #333;
    background-color: #F5F5F5;
    text-align: center;
}
.checkout_price {
    width: 10%;
    border: 1px solid #333;
    background-color: #F5F5F5;
    text-align: right;
}
/*.checkout_vat {
    width: 10%;
    border: 1px solid #333;
    background-color: #F5F5F5;
    text-align: right;
}*/
.checkout_total {
    width: 10%;
    border: 1px solid #333;
    background-color: #F5F5F5;
    text-align: right;
}


#credit_card_logos {
    margin-top: 40px;
    text-align: right;
}

.cart_item_options {
  width: 170px;
}
#cart_item_wrap {
    border-top: 1px solid #333;
    margin-top: 20px;
}
#cart_item_wrap .cart_details {
    width: 400px;
    height: 100px;
    float: left;
}
#cart_item_wrap .cart_details img {
    float: left;
    margin-right: 10px;
    border: 1px solid #333;
}
#cart_item_wrap .cart_update {
    height: 100px;
}
#cart_checkout p {
    clear: right;
    margin-left: 400px;
    border-top: 1px solid #333;
    padding-top: 10px;
}
#cart_checkout img {
    border: 0;
    margin-top: 20px;
}
#cart_checkout .order_total {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}


/* User nav */
#usernav {
    clear: both;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    margin-top: 24px;
    padding: 2px;
    background-color: #F5F5F5;
}

#usernav ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#usernav ul li {
    display: inline;
    height: 20px;
    width: 150px;
    margin-right: 10px;
}
#usernav ul li a {
    color: #000;
    text-decoration: none;
}
#usernav ul li a:hover {
    background-color: #FFF;
    color: #666;
    text-decoration: underline;
}

/* User account style */
#account_wrap {
    border: 1px solid #333;
    padding-left: 10px;
    margin-left: 120px;
}
#account_wrap label {
    float: left;
    display: block;
    width: 200px;
}
#account_wrap input {
    width: 240px;
}
#account_wrap input.submit {
    width: 60px;
}

.required {
    color: #900;
}
.error {
    margin-left: 200px;
    color: #900;
}

#account_wrap input.radio_btn {
    width: 1.0em;
    height: 1.0em;
}







/*
 Displays the catalogue summary results
*/
/*
#summary_centre {
   text-align: center;
   padding-left: 20px;
}
*/
table.summary_results {
    width; 620px;
    border-collapse: collapse;
    /*margin-left: 30px;*/
}
td.result_cell_l {
    /*border-bottom: 1px solid #666600;*/
    width: 200px;
    height: 280px;
    text-align: center;
    vertical-align: top;
    padding-top: 0;
    margin: 0;
}
td.result_cell_c {
    /*border-right: 1px solid #666600;
    border-left: 1px solid #666600;
    border-bottom: 1px solid #666600;*/
    width: 200px;
    height: 280px;
    text-align: center;
    vertical-align: top;
    padding-top: 0;
    margin: 0;
}
td.result_cell_r {
    /*border-bottom: 1px solid #666600;*/
    width: 200px;
    height: 280px;
    text-align: center;
    vertical-align: top;
    padding-top: 0;
    margin: 0;
}
/*
 Displays the catalogue summary results - bottom cells of listing
*/
td.result_cell_l_bott {
    width: 200px;
    height: 280px;
    text-align: center;
    vertical-align: top;
    padding: 0;
    margin: 0;
}
td.result_cell_c_bott {
    /*border-right: 1px solid #666600;
    border-left: 1px solid #666600;*/
    width: 200px;
    height: 280px;
    text-align: center;
    vertical-align: top;
    padding: 0;
    margin: 0;
}
td.result_cell_r_bott {
    width: 200px;
    height: 280px;
    text-align: center;
    vertical-align: top;
    padding: 0;
    margin: 0;
}

/* Summary Results Table */
/* Each item table within the results summary cell */
table.results_item {
    width: 100%;
}
th {
    text-align: left;
    font-weight: bold;
}
table.results_item td {
    font-size: 0.8em;
    padding: 0;
    margin: 0;
}
td.l_align{
    text-align: left;
    padding: 0;
    margin: 0;
}
td.c_align{
    text-align: center;
    padding: 0;
    margin: 0;
}
td.r_align{
    text-align: right;
    padding: 0;
    margin: 0;
}

/*td.summary_cell {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 2.0em;
}*/

/* Holds the summary results image */
td.results_item_img {
    height: 257px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    margin: 0;
}
#summary_centre img {
    border: 1px solid #666;
}
.result_image {
    border: 1px solid #666;
}
















table.cats_primary {
    margin-left: 70px;
    padding: 0;
    width: 600px;
    border: 0;
    border-collapse: collapse;
}
td.cat_img_main {
    vertical-align: top;
    margin: 0;
    padding: 0;
    width: 200px;
    height: 300px;
}
td.cat_img_other {
    vertical-align: top;
    margin: 0;
    padding: 0;
    width: 200px;
    height: 150px;
}


.pager_link, a.pager_link:visited {
    color: #5F6400;
    font-size: 10px;
    text-decoration: underline;
}
.pager_link:hover {
    color: #5F6400;
    font-size: 10px;
    text-decoration: none;
}
.pager_current{
    color: #5F6400;
    font-size: 10px;
    font-weight: bold;
}


a.results {
    color: #000000;
    font-size: 10px;
    text-decoration: underline;
}
a.results:hover {
    color: #333333;
    font-size: 10px;
    text-decoration: none;
}

.norm {
    font-size: 10px;
    font-weight: normal;
}

#login {
    /*width: 300px;*/
    border: 1px solid #333;
    padding: 10px;
    margin-top: 20px;
}
/*
#login label {
    display: block;
    width: 170px;
    float: left;
}
*/
#account_wrap input.email {
    width: 180px;
}
#account_wrap input.pass {
    width: 90px;
}
#account_wrap input.submit {
    clear: left;
    margin-left: 100px;
}


/* Screen reporting */
div.reporting_msgs {
  background-color: #F5F5F5;
  border: 1px solid #333;
  margin: 5px;
  padding-left: 10px;
  padding-right: 10px;
}





form {
    margin: 0; 
    padding: 0;
}

/* Zoe's additions: */

ul.featured_L li.feature_01_L a{
    margin-top: 4px;
    margin-left: 16px;
    padding-left: 0; /* This contradicts the earlier bit */
}

ul.featured_L li.feature_02_L a{
    margin-top: 4px;
    margin-left: 36px;
    padding-left: 0; /* This contradicts the earlier bit */
}

ul.featured_L li.feature_03_L a{
    margin-top: 4px;
    margin-left: 20px;
    padding-left: 0; /* This contradicts the earlier bit */
}


h3.form_header  {
  width: 98%;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  background-color: #E5E5E5;
}

/* Form element Styles */
.form_element{
    margin-bottom: 1em;
    /*clear: left;*/
}
.form_element input{
    border: 1px solid #333;
    padding: 2px;
}
.required {
    color: #FF0033;
}
p.required_note{
    color: #FF0033;
    margin-left: 220px;
}
p.forgotten_pass {
    margin-left: 220px;
}
p.forgotten_pass a {
    color: #666;
}
p.forgotten_pass a:hover {
    text-decoration: none;
}
p.new_account a {
    color: #666;
    font-weight: bold;
}
p.new_account a:hover {
    text-decoration: none;
}


label{
    display: block;
    float: left;
    width: 150px;
    margin-left: 20px; /* was 50px */
}
.error {
    color: #FF0033;
    margin-left: 220px;
}
/* EOF form element style */

#messagebox {
    border: 1px solid #333;
    padding: 10px;
    background-color: #F5F5F5;
    margin-bottom: 1.5em;
    margin-left: 120px;
}
#messagebox p {
    margin: 2px;
}




/* A thumbnail handling bit for news.php and press.php */

div#n_thumb_container
{
  width: 280px;
  float: left;
}

div#n_thumb_container div.n_thumb_holder
{
  width: 90px; 
  height: 110px;
  float: left;
}

div#z_non_thumbs
{
  margin-left: 0;
}

div#n_thumb_container a img
{
  /*border: none;*/
  border: 1px solid #5F6400;
  width: 80px; /* Due to probs with the resizing code */
}

div.right
{
    float: right;
}



/* new css for new elements in class.HTML_Page.php */
.newsletter {
  width: 100px;
  margin-bottom: 20px;
}

#content_footer {
  position: absolute;
  top: 70px;
  width: 750px;
}

#featured_em {
  width: 90px;
  height: 360px;
  margin-top: 0;
}
#featured_em img {
  border: 1px solid #333;
  margin-top: 4px;
}


.nav_break {
    list-style-type: none;
    list-style-image: none;
    height: 15px;
}

h2 {
  padding: 0px;
  margin-top: 20px;
  font-size: 1.1em;
}
/*#content h2 {
  margin-top: 20px;
}*/

#categories {
  width: 610px;
  padding: 0;
  margin: 0;
}

#categories li {
  border: 1px solid #b3b3b3;
  background-color: #FFF;
  float: left;
  list-style-type: none;
  margin-right: 14px;
  margin-bottom: 14px;
  padding: 5px;
}

#categories li:hover {
  border: 1px solid #737373;
}

.main_cat_li {
  width: 275px;
  height: 420px;
}

.cat_li {
  width: 175px;
  height: 175px;
}

#subscribe, input {
  width: 75px;
}

.cart_delete {
    width: 100px;
    height: 21px;
    border: 0;
}
.cart_checkout {
    width: 173px;
    height: 21px;
}
.cart_add {
    width: 115px;
    height: 21px;
    margin-top: 4px;
    margin-bottom: 4px;
}
input.txtfield1 {
    border: 1px solid #666;
    color: #666;
    font-size: 10px;
    background-color: #FFFFFF;
    width: 75px;
    padding-left: 2px;
    margin-bottom: 2px;
}





.debug_txt {
  color: red;
}

#screen_msg {
  border: 1px solid #333;
  /*border-style: double;*/
  padding: 4px;
  padding-left: 26px;
  color: #333;
  font-weight: bold;
  background: #FFF url("/elements/graphic/logo/emaharishi_mini.gif") scroll top left no-repeat;
}

/* end of new css for new elements */






/* css for left hand menu items - changed from html text to images */

.nav_primary li {
  background-repeat: no-repeat;
  list-style-type: none;
}
/*
#home {
  background-image: url("/elements/graphic/menu/home.gif");
}

#login_nav {
  background-image: url("/elements/graphic/menu/login.gif");
}

#logout_nav {
  background-image: url("/elements/graphic/menu/logout.gif");
}

#view_basket {
  background-image: url("/elements/graphic/menu/view_basket.gif");
}

#contact {
  background-image: url("/elements/graphic/menu/contact.gif");
}

#looks {
  background-image: url("/elements/graphic/menu/looks.gif");
}

#help {
  background-image: url("/elements/graphic/menu/help.gif");
}

#info {
  background-image: url("/elements/graphic/menu/info.gif");
}

#links {
  background-image: url("/elements/graphic/menu/links.gif");
}

#updates_events {
  background-image: url("/elements/graphic/menu/updates_events.gif");
}

#london_store {
  background-image: url("/elements/graphic/menu/london_store.gif");
}

#home a span, #login_nav a span, #logout_nav a span, #view_basket a span, #contact a span,
#looks a span, #help a span, #info a span, #links a span, #updates_events span,
#london_store a span {
  visibility: hidden;
}*/




/* Email a friend */

#email_a_friend {
/*  float: right;
  text-align: right;*/
  margin: 0 0 0 120px;
  width: 400px;
}

#email_friend_form {
  margin: 15px 0;
}

#email_friend_form label {
  float: left;
  display: block;
  padding: 0 5px 0 0;
  text-align: right;
  width: 95px;
}

#email_friend_form input[type="text"],
#email_friend_form textarea {
  width: 200px;
}

#email_friend_form .required {
  color: #F88;
  font-size: 80%;
  font-weight: bold;
}