﻿/* Reset Defaults
--------------------------------------------------------------- */
body
{
  margin: 0;
  padding: 0;
  color: #9b9b9b;
  font: 76%/1.5em Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl, fieldset, address
{
  margin-bottom: 1em;
}
address, abbr, acronym
{
  font-style: normal;
}
a:link, a:visited
{
  color: #696969;
  text-decoration: none;
}
a:hover, a:active
{
  color: #ea1213;
  text-decoration: underline;
}
a img
{
  border: none;
}
a:focus
{
  outline: none;
}
abbr
{
  border: none;
  font-style: normal;
}
img
{
  border: none;
}

/* Default Styles
--------------------------------------------------------------- */
h1
{
  color: #888;
  font-size: 2.5em;
  margin: 0.4em 0;
}
h2
{
  font-size: 2.0em;
}
h3
{
  font-size: 1.5em;
}
h4
{
  font-size: 1.3em;
}
h5
{
  font-size: 1.1em;
}
h6
{
  font-size: 1.0em;
}
h1, h2, h3
{
  font-weight: normal;
}
h4, h5, h6
{
  font-weight: bold;
}
h2, h3, h4, h5, h6
{
  margin: 1.2em 0 0.8em;
  color: #888;
  line-height: 1.2em;
}
h2
{
  margin-top: 0;
}

ul, ol
{
  padding: 0 0 0 1.6em;
}
dl
{
}
dl dt
{
}
dl dd
{
}
.hidden
{
  position: absolute;
  left: -5000px;
}



/* Basic Layout
--------------------------------------------------------------- */
html, body
{
  height: 100%; /*background: #EEE url(images/bg_body.gif) center top repeat-y;*/
  background: #EEE;
  text-align: center;
}
#container
{
  height: auto;
  background-color: #FFFFFF;
  padding: 20px;
}
html > body #container
{
  height: auto;
  background-color: #FFFFFF;
  padding: 20px;
}
#container
{
  clear: left;
  width: 920px;
  margin: 0 auto;
  padding: 0;
  background-color: #FFFFFF;
  padding: 20px;
}
#header
{
  height: 140px;
}
#content
{
  float: left;
  width: 100%;
  margin-right: -190px;
}
#main_content, #ctl00_wide_content
{
  clear: left;
  min-height: 100%;
  height: 100%;
  voice-family: "\"}\"";
  voice-family: inherit;
  height: auto;
}
html > body #container
{
  height: auto;
}
#main_content
{
  margin-left: 160px;
  text-align: left;
}

#ctl00_wide_content
{
  text-align: left;
  min-height: 550px;
  height: auto;
  margin-left: 215px;
}


#ctl00_wide_content_about
{
  margin-left: 0px;
  text-align: left;
  width: 720px;
  height: 820px;
}

#ctl00_wide_content_home
{
  margin-left: 0px;
  text-align: left;
  width: 920px;
}

#sidebar
{
  float: right;
  width: 160px;
  text-align: left;
}
#ctl00_sidenav
{
  position: absolute;
  float: left;
  width: 215px;
  margin-top: 60px;
  text-align: left;
}
#footer
{
  position: relative;
  clear: both;
  width: 920px;
}
.last
{
  margin-bottom: 0;
}



/* Header
--------------------------------------------------------------- */

/* Navigation
--------------------------------------------------------------- */
#nav
{
  margin-top: -12px;
}
#nav ul
{
  list-style: none;
  height: 90px;
  margin: 0;
  padding: 0;
}
#nav ul li
{
  display: inline;
  float: left;
  height: 18px;
  margin: 0;
  padding: 72px 5px 0 0;
}
#nav ul li a
{
  display: block;
  height: 18px;
  padding: 0; /*  background-image: url(images/nav.gif);*/
  background-position: left top;
  text-indent: -5000px;
}
#nav ul li a:focus
{
  outline: none;
}

/* Buttons */
#nav ul li#btn_home
{
  padding-top: 0;
  padding-right: 6px;
}
#nav ul li#btn_home a
{
  height: 90px;
  width: 253px;
  background: transparent url(images/lnalogo.jpg) left top no-repeat;
  color: white;
}
#nav ul li#btn_about
{
  padding-right: 2px;
}
/* Adjusts placement for Collection Button */
#nav ul li#btn_men a
{
  width: 50px;
  background-position: -1px 0;
  background-image: url(images/menu_men.jpg);
}
#nav ul li#btn_women a
{
  width: 87px;
  background-image: url(images/menu_women.jpg);
}
#nav ul li#btn_new a
{
  width: 54px;
  background-image: url(images/menu_new.jpg);
}
#nav ul li#btn_sale a
{
  width: 58px;
  background-image: url(images/menu_sale.jpg);
}
#nav ul li#btn_press a
{
  width: 76px;
  background-image: url(images/menu_press.jpg);
}
#nav ul li#btn_about a
{
  width: 82px;
  background-image: url(images/menu_about.jpg);
}
#nav ul li#btn_collection a
{
  width: 145px;
  background-image: url(images/menu_collection.jpg);
}
#nav ul li#btn_blog a
{
  width: 65px;
  background-image: url(images/menu_blog.jpg);
}

/* Buttons - Active *//* Modified by team6a as per issue #1217*/
#nav ul li#btn_home a:hover
{
  /*background-position: left bottom;*/
  height: 90px;
  width: 253px;
  background-image: url(images/logo.gif);
}
#nav ul li#btn_men a:hover
{
  background-image: url(images/menu_men_over.jpg);
}
#nav ul li#btn_women a:hover
{
  background-image: url(images/menu_women_over.jpg);
}
#nav ul li#btn_new a:hover
{
  background-image: url(images/menu_new_over.jpg);
}
#nav ul li#btn_sale a:hover
{
  background-image: url(images/menu_sale_over.jpg);
}
#nav ul li#btn_press a:hover
{
  background-image: url(images/menu_press_over.jpg);
}
#nav ul li#btn_about a:hover
{
  background-image: url(images/menu_about_over.jpg);
}
#nav ul li#btn_collection a:hover
{
  background-image: url(images/menu_collection_over.jpg);
}
#nav ul li#btn_blog a:hover /*Included by team6a as per issue #1217 on 4/11/2009*/
{
  background-image: url(images/menu_blog_over.jpg);
}



/* Subnav */

/* Top Utility Nav */
#top_utility_nav
{
  padding-top: 4px;
  text-align: left;
  font-size: 10px;
  padding-left: 250px;
}
#top_utility_nav ul
{
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
#top_utility_nav ul li
{
  display: inline;
  margin: 0;
  padding: 0 9px;
  border-right: 1px solid #C4C4C4;
}
#top_utility_nav ul li.last
{
  border-right: none;
  padding-right: 0;
}
#top_utility_nav ul li a
{
  padding: 0;
  letter-spacing: .02em;
}
#top_utility_nav ul li a:hover
{
  text-decoration: none;
}

/* ctl00_sidenav */
#ctl00_sidenav
{
  padding-top: 6px;
  text-align: left;
  font-size: 10px;
}
#ctl00_sidenav ul
{
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}
#ctl00_sidenav ul li
{
  margin: 0 0 5px;
  padding: 0;
  line-height: 1em;
}
#sidebar ul li a
{
  color: #999;
}
#ctl00_sidenav ul li a:hover
{
  text-decoration: none;
}
#ctl00_sidenav ul li a:focus
{
  outline: none;
}

/* Sidenav Buttons */
#ctl00_sidenav ul li#btn_side_men a, #ctl00_sidenav ul li#btn_side_women a
{
  display: block;
  height: 10px;
  margin: 0;
  padding: 0 0 1px;
  background: url("images/sidenav.gif" ) no-repeat;
  text-indent: -5000px;
}
#ctl00_sidenav ul li#btn_side_men a
{
  width: 29px;
  background-position: -1px 0;
}
#ctl00_sidenav ul li#btn_side_women a
{
  width: 51px;
  background-position: -34px 0;
}

/* Buttons - Active */
#ctl00_sidenav ul li#btn_side_men a:hover
{
  background-position: -1px -11px;
}
#ctl00_sidenav ul li#btn_side_women a:hover
{
  background-position: -34px -11px;
}


/* Content Styles
--------------------------------------------------------------- */
#content a
{
  text-decoration: none;
}
dl.content_picture_right, dl.content_picture_left
{
  font-size: .91em;
  line-height: 1em;
}
dl.content_picture_right dd, dl.content_picture_left dd
{
  padding: .5em 0;
}
dl.content_picture_right dt img, dl.content_picture_left dt img
{
  /*border: 1px solid #c4c4c4;*/ /*commented by team6a as per issue #1254*/
  border: 1px solid #000000; /*Modifed by team6a as per issue #1254*/
}
dl.content_picture_right
{
  float: right;
  padding: 0 0 1em 1em;
}
dl.content_picture_left
{
  float: left;
  padding: 0 1em 1em 0;
}

.price
{
  color: #ea1213;
}




/* Sidebar Styles
--------------------------------------------------------------- */
#sidebar
{
  font-size: .91em;
  line-height: 1.25em;
  background: url("images/dotted_line.gif" ) bottom left no-repeat;
}
#sidebar #sidebar_content
{
  padding: 20px 0 60px 20px;
}
#sidebar #sidebar_content h3
{
  margin-top: 0;
}
dl.side_picture dt img
{
  border: 1px solid #e2e2e2;
}
#sidebar_content ul li
{
  background: url(images/bullet.gif) left .4em no-repeat;
}

/* Footer
--------------------------------------------------------------- */
#footer
{
  height: 135px; /* Specific height needed for footer.js */
  font-size: .91em;
  line-height: 1em;
  text-align: left;
}
#footer a
{
  color: #c4c4c4;
}
#footer a:hover
{
  color: #ea1213;
}
#utility_nav
{
  float: right;
  width: 631px;
  padding-top: 60px;
  text-align: left;
  font-size: 10px;
}
#utility_nav ul
{
  list-style: none;
  width: 631px;
  margin: 0;
  padding: 0;
}
#utility_nav ul.row1
{
  border-top: 1px dotted #ea1213;
  padding-top: 6px;
}
#utility_nav ul.row2
{
  padding: 4px 0;
}
#utility_nav ul li
{
  display: inline;
  margin: 0;
  padding: 0 9px 0 9px;
  border-right: 1px solid #C4C4C4;
  line-height: 1em;
}
#utility_nav ul li.first
{
  padding-left: 0;
}
#utility_nav ul li.last
{
  padding-right: 0;
  border-right: none;
}
#utility_nav ul li a
{
  padding: 0;
  letter-spacing: .02em;
}
#utility_nav ul li a:hover
{
  text-decoration: none;
}
#utility_nav ul.row1 a
{
  color: #696969;
}
#utility_nav ul.row1 a:hover
{
  color: #ea1213;
}
#utility_nav p a
{
  text-decoration: underline;
}

/* Forms
--------------------------------------------------------------- */
#content #page_controls
{
  float: right;
  width: 500px;
  height: 18px; /* added in by Stephen to fix the first product image being higher then the other 2 on the row */
  font-size: 1.15em;
  font-weight: bold;
  color: #696969;
}
#content #page_controls div.page_numbers
{
  display: inline;
  padding-right: 20px;
}
#content #page_controls a:link, #content #page_controls a:visited
{
  color: #ea1213;
  text-decoration: none;
}
#content #page_controls a:hover, #content #page_controls a:active
{
  text-decoration: underline;
}
#content #page_controls a.current_page
{
  color: #c4c4c4;
}
#content #page_controls form select
{
  width: 170px;
}

#content form label
{
  color: #9b9b9b;
}


form select
{
  padding: 1px 2px;
  background: #FFF; /*border: 1px solid #c4c4c4;*/ /*commented by team6a as per issue #1254*/
  border: 1px solid #000000; /*Modifed by team6a as per issue #1254*/
  color: #888;
  font-size: 10px;
  font-weight: normal;
}
form input.btn
{
  background: #FFF;
  margin: 0;
  padding: 0 4px;
  border: 1px solid #696969;
  color: #888;
  font-size: 10px;
  font-weight: bold;
}

form input.radioverify
{
  border: 0px;
  background: none;
}

form input.radio
{
  border: 0px;
}


/* Special Page Styles
--------------------------------------------------------------- */

/* Home Page - Contains conditional elements based on BODY ID TAGS! */

body#home #header
{
  height: 106px;
}
body#home #content
{
  /*background: url("images/bg_home_left.gif") left top no-repeat;*/
}
body#home #ctl00_sidenav
{
  padding-top: 7px;
  margin-left: 50px;
}
body#home #footer #utility_nav
{
  padding-top: 45px;
}

#home_newsletter_bar
{
  float: right;
  width: 920px;
  height: 32px;
  margin-top: 3px;
  background: #e2e2e2 url('images/bg_newsletter_bar.gif' ) 230px 10px no-repeat;
}
#home_newsletter_bar form
{
  width: 247px;
  margin-left: auto;
}
#home_newsletter_bar form input
{
  display: block;
  float: left;
  width: 188px;
  margin: 4px;
  padding: 5px;
  border: 1px solid #9b9b9b;
}
a.test:link
{
  display: block;
  float: right;
  width: 32px;
  height: 32px;
  background: url(                            'images/btn_newsletter.gif' ) left top no-repeat;
  text-indent: -5000px;
}
a.test:hover
{
  background-position: left bottom;
}


/* Search Results Page */

h2.search_head
{
  margin-bottom: 0;
  font-size: 1.75em;
}
#search_content
{
}
#search_content div
{
  float: left;
  width: 240px;
  margin-top: 30px;
  margin-right: 20px;
  line-height: 1.3em;
}
#search_content div.last
{
  margin-right: 0;
}
img.productpreview
{
  margin: 2px;
  padding: 2px;
  /*border: 1px solid #000000; commented by team6a as per issue #1260 /*modified by team6a as per isue #1254*/ /*border: 1px solid #c4c4c4; commented by team6a as per isue #1254*/ /*border: 1px solid #EA1213;*/
}
img.productpreview:hover
{
  margin: 2px;
  padding: 2px;
  /*border: 1px solid #ea1213; /*border: 1px solid #EE4142;*/
}
a.productpreview:link, a.productpreview:active, a.productpreview:visited
{
  color: #9B9B9B; /*color: #EA1213;*/
}
a.productpreview:hover
{
  color: #ea1213; /*color: #EE4142;*/
}

#search_content a
{
  text-decoration: none;
}
#search_content a:link, #search_content a:visited
{
  color: #9b9b9b;
}
#search_content a:hover, #search_content a:active
{
  color: #ea1213;
}
#search_content a:hover img
{
  border: 1px solid #ea1213;
}
#search_content a:focus
{
  outline: none;
}

#musictee_content
{
}
#musictee_content div
{
  float: left;
  width: 240px;
  margin-top: 30px;
  margin-right: 20px;
  line-height: 1.3em;
}
#musictee_content div.last
{
  margin-right: 0;
}
#musictee_content div img
{
  margin-bottom: 2px;
  border: 0px;
}
#musictee_content a
{
  text-decoration: none;
}
#musictee_content a:link, #search_content a:visited
{
  color: #9b9b9b;
}
#musictee_content a:hover, #search_content a:active
{
  color: #ea1213;
}
#musictee_content a:hover img
{
  border: 0px;
}
#musictee_content a:focus
{
  outline: none;
}

#musictee_buy
{
}
#musictee_buy div
{
  float: left;
  width: 375px;
}
#musictee_buy div.last
{
  margin-right: 0;
}
#musictee_buy div img
{
  margin-bottom: 0px;
  border: solid 1px;
  width: 375px;
}
#musictee_buy a
{
  text-decoration: none;
}
#musictee_buy a:link, #search_content a:visited
{
  color: #9b9b9b;
}
#musictee_buy a:hover, #search_content a:active
{
  color: #ea1213;
}
#musictee_buy a:hover img
{
  border: 0px;
}
#musictee_buy a:focus
{
  outline: none;
}
#musictee_buy input.btn
{
  background: #FFF;
  margin: 0;
  padding: 0 4px;
  border: 1px solid #EA1213;
  color: #EA1213;
  font-size: 18px;
  font-weight: bold;
}


/* Item Page */

#item_pictures
{
  float: left;
  width: 300px;
  padding-top: 30px;
}
#item_pictures img
{
  margin: 0 auto;
}
#item_pictures .item_main_picture
{
  display: block;
}
#item_pictures .item_main_picture img
{
  margin-bottom: 4px;
  border-bottom: 1px solid #c4c4c4;
}
a.btn_enlarge:link, a.btn_enlarge:visited, a.btn_enlarge:hover
{
  display: block;
  float: right;
  height: 12px;
  width: 80px;
  padding-right: 18px;
  background: url(                'images/icon_enlarge.gif' ) right 1px no-repeat;
  font-size: .91em;
  line-height: 1em;
  text-align: right;
  text-decoration: none;
  font-weight: bold;
  color: #ea1213;
  text-decoration: none;
}
#item_pictures .item_support_pictures
{
  clear: right;
  padding-top: 2em;
}
#item_pictures .item_support_pictures a
{
  display: block;
  float: right;
  margin: 0 0 1em 1em;
  padding: 0;
}
#item_pictures .item_support_pictures a img
{
  display: block;
  margin: 0;
  padding: 0; /*border: 1px solid #c4c4c4;*/ /*commented by team6a as per issue #1254*/
  border: 1px solid #000000; /*Modifed by team6a as per issue #1254*/
}
#item_pictures .item_support_pictures a:hover img
{
  border: 1px solid #ea1213;
}

#item_area
{
  margin-left: 325px;
}

#item_area #item_arrows
{
  height: 20px;
  margin-bottom: .4em;
}
#item_area #item_arrows a#btn_back, #item_area #item_arrows a#btn_next
{
  display: block;
  float: left;
  height: 20px;
  width: 20px;
  margin-right: 4px;
  background: url(                             "images/item_arrows.gif" ) no-repeat;
  text-indent: -5000px;
}
#item_area #item_arrows a#btn_back
{
  background-position: left top;
}
#item_area #item_arrows a#btn_next
{
  background-position: right top;
}
#item_area #item_arrows a#btn_back:hover
{
  background-position: left bottom;
}
#item_area #item_arrows a#btn_next:hover
{
  background-position: right bottom;
}

#item_area h2
{
  margin-bottom: 0;
}
#item_area #item_options
{
  padding: 2em 0 4em;
}
#item_area form label
{
  display: block;
  float: left;
  width: 40px;
}
#item_area form select
{
  width: 170px;
}

#item_area #item_options ul.button_container
{
  list-style: none;
  margin: 0;
  padding: 0;
}
#item_area #item_options ul.button_container li
{
  float: left;
  margin: 0;
  padding: 0 9px;
  background-image: none;
  border-right: 1px solid #e2e2e2;
}
#item_area #item_options ul.button_container li.first
{
  padding-left: 0;
}
#item_area #item_options ul.button_container li.last
{
  padding-right: 0;
  border-right: none;
}


a#btn_addcart, a#btn_checkout
{
  display: block;
  height: 12px;
  margin: 0;
  padding: 0;
  background: url(                             "images/item_buttons_options.gif" ) no-repeat;
  text-indent: -5000px;
  overflow: hidden;
}
a#btn_addcart
{
  width: 92px;
  background-position: -1px 0;
}
a#btn_checkout
{
  width: 76px;
  background-position: -105px 0;
}
a#btn_addcart:hover
{
  background-position: -1px -12px;
}
a#btn_checkout:hover
{
  background-position: -105px -12px;
}

#item_colors
{
  width: 245px;
  margin-bottom: 1em;
}
#item_colors a
{
  display: block;
  float: left;
  width: 36px;
  height: 48px;
  margin-right: 15px;
  margin-bottom: 9px;
  color: #9b9b9b;
  font-size: .81em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
}
#item_colors a.last
{
  margin-right: 0;
}
#item_colors a img
{
  display: block;
  margin: 0 0 2px;
  padding: 0; /*border: 1px solid #c4c4c4;*/ /*commented by team6a as per issue #1254*/
  border: 1px solid #000000; /*Modifed by team6a as per issue #1254*/
}
#item_colors a:hover
{
  color: #ea1213;
}
#item_colors a:hover img
{
  border: 1px solid #ea1213;
}

.feature_item
{
  margin-bottom: 1em;
}
a.feature_item img
{
  margin-bottom: 2px;
  /*border: 1px solid #000000;*/
}
a.feature_item:link, a.feature_item :visited
{
  color: #9b9b9b;
  font-size: 1em;
  font-family: Arial,Helvetica,sans-serif;
  text-align: left;
  padding: 2px;
}
a.feature_item:hover, a.feature_item:active
{
  color: #ea1213;
  text-decoration: none;
}
/*a.feature_item:hover img
{
  border: 1px solid #ea1213;
}*/

.sizing_chart a:link, .sizing_chart a:visited
{
  color: #9b9b9b;
}
.sizing_chart a:hover, .sizing_chart a:active
{
  color: #ea1213;
  text-decoration: none;
}

a.sizingchart:link
{
  color: #ea1213;
}
a.sizingchart:visited
{
  color: #ea1213;
}
a.sizingchart:hover
{
  color: #9b9b9b;
  text-decoration: none;
}
a.sizingchart:active
{
  color: #9b9b9b;
  text-decoration: none;
}

#sidebar #item_buttons
{
  padding: 25px 0 9px;
  background: #FFF;
}
#sidebar #item_buttons ul
{
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar #item_buttons ul li
{
  margin-bottom: 2px;
}
#sidebar #item_buttons ul li a
{
  display: block;
  width: 158px;
  height: 16px;
  background: url(            'images/item_buttons.gif' ) left top no-repeat;
  border: 1px solid #c2c2c2;
  text-indent: -5000px;
}
#sidebar #item_buttons ul li a:hover
{
  border: 1px solid #ea1213;
}

/* Item Buttons - Normal */
#sidebar #item_buttons ul li a#btn_item_wishlist
{
  background-position: 0 0;
  cursor: pointer;
  cursor: hand;
}
#sidebar #item_buttons ul li a#btn_item_email
{
  background-position: 0 -16px;
}
#sidebar #item_buttons ul li a#btn_item_customer
{
  background-position: 0 -32px;
}
#sidebar #item_buttons ul li a#btn_item_returns
{
  background-position: 0 -48px;
}

/* Item Buttons - Active */
#sidebar #item_buttons ul li a#btn_item_wishlist:hover
{
  background-position: -160px 0;
}
#sidebar #item_buttons ul li a#btn_item_email:hover
{
  background-position: -160px -16px;
}
#sidebar #item_buttons ul li a#btn_item_customer:hover
{
  background-position: -160px -32px;
}
#sidebar #item_buttons ul li a#btn_item_returns:hover
{
  background-position: -160px -48px;
}

#cart
{
}

#cart #buttons
{
  margin-bottom: 2px;
}


#cart #buttons a
{
  display: block;
  width: 158px;
  height: 16px;
  background: url(                             "images/item_buttons.gif" ) left top no-repeat;
  border: 1px solid #c2c2c2;
  text-indent: -5000px;
}
#cart #buttons a:hover
{
  border: 1px solid #ea1213;
}

/* Item Buttons - Normal */
#cart #buttons a#btn_item_wishlist
{
  background-position: 0 0;
}
#cart #buttons a#btn_item_email
{
  background-position: 0 -16px;
}
#cart #buttons a#btn_item_customer
{
  background-position: 0 -32px;
}
#cart #buttons a#btn_item_returns
{
  background-position: 0 -48px;
}

/* Item Buttons - Active */
#cart #buttons a#btn_item_wishlist:hover
{
  background-position: -160px 0;
}
#cart #buttons a#btn_item_email:hover
{
  background-position: -160px -16px;
}
#cart #buttons a#btn_item_customer:hover
{
  background-position: -160px -32px;
}
#cart #buttons a#btn_item_returns:hover
{
  background-position: -160px -48px;
}


#viewcart_nav
{
  margin-left: 500px;
}

#viewcart_nav #item_options ul.button_container
{
  list-style: none;
  margin: 0;
  padding: 0;
}
#viewcart_nav #item_options ul.button_container li
{
  float: left;
  margin: 0;
  padding: 0 9px;
  background-image: none;
  border-right: 1px solid #e2e2e2;
}
#viewcart_nav #item_options ul.button_container li.first
{
  padding-left: 0;
}
#viewcart_nav #item_options ul.button_container li.last
{
  padding-right: 0;
  border-right: none;
}


#login_error
{
  float: left;
  width: 600px;
  background-color: #F8CD00;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  color: #FF0000;
  border: 1px solid #000000;
  height: 20px;
  padding: 10px 10px 10px 10px;
}

.table_cust_login
{
  border-width: 1px;
  border-style: solid;
  border-color: gray;
  border-collapse: separate;
  background-color: white;
}

.tdgrey_cust_login
{
  background-color: #c4c4c4;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  padding: 2px 5px 2px 5px;
}

.td_cust_login
{
  font-size: 12px;
  padding: 5px 5px 5px 5px;
}

.pt_header
{
  background-color: #e9e9e9;
  text-align: left;
  padding: 7px;
  width: 586px;
  border: 0px solid #d8d8d8;
  margin-bottom: 8px;
}

.co_header_text
{
  color: #888;
  font-size: 2.0em;
  text-decoration: none;
  line-height: 30px;
}

.subtotal_line
{
  border-top: 1px solid #000000;
}

.pt_container
{
  text-align: left;
  padding: 0px;
  width: 598px;
  background-color: #ffffff;
  border-top: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}

.top_continue
{
  background-color: #f6f6f6;
  text-align: right;
  padding-top: 7px;
  padding-right: 14px;
  padding-bottom: 7px;
  width: 586px;
  border-top: 1px solid #f1f1f1;
  border-right: 0px solid #000000;
  border-left: 0px solid #000000;
  border-bottom: 0px solid #f1f1f1;
  height: 35px;
}

.bottom_continue
{
  background-color: #f6f6f6;
  text-align: right;
  padding-top: 7px;
  padding-right: 14px;
  padding-bottom: 7px;
  width: 586px;
  border-top: 0px solid #f1f1f1;
  border-right: 0px solid #000000;
  border-left: 0px solid #000000;
  border-bottom: 1px solid #f1f1f1;
  height: 35px;
}

.pt_padding
{
  padding: 10px 10px 10px 10px;
}

.thinsep
{
  background-color: #f1f1f1;
  text-align: right;
  padding: 0px;
  width: 600px;
  height: 6px;
}

.verify_header
{
  color: #888;
  font-size: 2.0em;
}

.order_total_display_textbox
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #9b9b9b;
  font-weight: bold;
  width: 50px;
  text-align: right;
  border: 0px solid #9b9b9b;
}

.table_order_summary
{
  border-width: 1px;
  border-style: solid;
  border-color: #f1f1f1;
  border-collapse: separate;
  background-color: white;
  width: 700px;
}

.ship_display_textbox
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 50px;
  text-align: right;
  border: 0px solid #000000;
}


.thumb_images
{
  border-style: solid;
  border-color: #c4c4c4;
  border-width: 1px;
}


.blank_images
{
  border-style: solid;
  border-color: #c4c4c4;
  border-width: 1px;
}

#home_content
{
  height: 320px;
  background: #FFF url(                             "images/homepage/home.jpg" ) right top no-repeat;
}

#home_content a:link, #home_content a:visited
{
  opacity: .0;
  filter: alpha(opacity=0);
}
#home_content a:hover, #home_content a:active
{
  opacity: .15;
  filter: alpha(opacity=15);
}

#home_content a#large_button
{
  display: block;
  float: right;
  width: 722px;
  height: 320px;
  text-indent: -5000px;
}
#home_content a#large_button
{
  background: url(                             "images/homepage/home_btn_large.png" ) center center no-repeat;
}
#home_content a#large_button a:visited
{
  opacity: .0;
  filter: alpha(opacity=0);
}
#home_content a#large_button a:active
{
  opacity: .15;
  filter: alpha(opacity=15);
}

#home_content_new
{
  height: 420px;
  background: #FFF url(                             "images/homepage/new_home.jpg" ) right top no-repeat;
}
#home_content_new a:link, #home_content_new a:visited
{
  opacity: .0;
  filter: alpha(opacity=0);
}
#home_content_new a:hover, #home_content_new a:active
{
  opacity: .15;
  filter: alpha(opacity=15);
}
#home_content_new a#large_button
{
  display: block;
  float: right;
  width: 920px;
  height: 420px;
  text-indent: -5000px;
}
#home_content_new a#large_button
{
  background: url(                             "images/homepage/home_btn_large_new.png" ) center center no-repeat;
}
#home_content_new a#large_button a:visited
{
  opacity: .0;
  filter: alpha(opacity=0);
}
#home_content_new a#large_button a:active
{
  opacity: .15;
  filter: alpha(opacity=15);
}


#home_content_video
{
  height: 420px;
  background: #FFF url(                             "images/homepage/new_home_video_main.jpg" ) right top no-repeat;
}
#home_content_new a:link, #home_content_video a:visited
{
  opacity: .0;
  filter: alpha(opacity=0);
}
#home_content_video a:hover, #home_content_video a:active
{
  opacity: .15;
  filter: alpha(opacity=15);
}
#home_content_video a#large_button
{
  display: block;
  float: right;
  width: 722px;
  height: 320px;
  text-indent: -5000px;
}
#home_content_video a#large_button
{
  background: url(                             "images/homepage/home_btn_large_new.png" ) center center no-repeat;
}
#home_content_video a#large_button a:visited
{
  opacity: .0;
  filter: alpha(opacity=0);
}
#home_content_video a#large_button a:active
{
  opacity: .15;
  filter: alpha(opacity=15);
}

#video, #video li, #video a
{
  margin: 0;
  padding: 0;
}
#video
{
  width: 920px; /* same width and height as the background image */
  height: 420px;
  position: relative; /* so absolutely positioned link images will move with the "map" image as the page reflows or recenters for different size browser windows */
  background: url(/images/homepage/new_home_video.jpg) no-repeat 0 0;
  list-style: none; /* remove list bullets and the space they create */
  margin: 0 auto;
}

#video_embed
{
  position: absolute;
  left: 140px;
  top: 16px;
}

.but
{
  background: #FFF;
  margin: 0;
  padding: 0 4px;
  border: 1px solid #696969;
  color: #888;
  font-size: 10px;
  font-weight: bold;
}
.headings
{
  color: #ea1213;
  font-weight: bold;
}
#ctl00_CP_tdCattegoryNav
{
  display: none;
}
.searchbox
{
  background: #FFF; /*border: 1px solid #c4c4c4;*/ /*commented by team6a as per issue #1254*/
  border: 1px solid #000000; /*Modifed by team6a as per issue #1254*/
  color: #888;
  font-size: 12px;
  line-height: 20px;
  height: 18px;
}
/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
  background-color: #ea1213;
  color: White;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
}

/* AutoComplete item */

.autocomplete_listItem
{
  font-family: Arial,Helvetica,sans-serif;
  background-color: White;
  color: #ea1213;
  font-size: 12px;
}
#ctl00_CP_ucLoginControl_ibtnLogin
{
  padding-right: 50px;
}
#ctl00_CP_tbltext
{
  text-align: left;
}
#ctl00_CP_hrsubproducts
{
  display: none;
}

#trbreadcrumbs
{
  display: none;
}
#trBackToCategories
{
  display: none;
}
#ctl00_CP_tblColor
{
  display: none;
}
#tdproductdetails
{
  display: none;
}

#ctl00_CP_tblForThreeDots
{
  display: none;
}
#trTellaFriend
{
  display: none;
}
#ctl00_CP_lblProcuctNameforYoana
{
  font-size: 20px;
  font-weight: 200;
  color: #888888;
}
#ctl00_CP_br2
{
  display: none;
}
#ctl00_CP_br1
{
  display: none;
}
#ctl00_CP_spanBrandsUnited
{
  font-size: 15px;
  font-weight: 200;
  color: #888888;
  margin-bottom: 10px;
  line-height: 1.2em;
  font-family: Arial,Helvetica,sans-serif;
}
.SuggestPrice
{
  font-weight: normal;
  color: #ea1213;
}
#ctl00_CP_dlSuggestProducts
{
  margin-top: 10px;
}
.MayWePadding
{
  text-align: center;
}


.productdetailsprice
{
  color: #ea1213;
  font-weight: normal;
}
#updateprogress
{
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 0;
  margin: 1em;
  padding: 2px 5px 2px 5px;
  font: 11px/1.2em "Century Gothic" ,Verdana;
  text-align: left;
  color: #111;
  background-color: White;
  border: 1px solid #111;
}
/*Included by team6a on 29/7/2009 for issue#1145*/
#ctl00_CP_ucWishList_pnlemail
{
  background-color: white;
  border: 3px solid Gray;
  padding: 3px;
  width: 400px;
  min-height: 100px;
  height: auto;
}

.modalBackground
{
  background-color: Gray;
  opacity: 0.7;
  z-index: 100001;
}
.wlShare_title
{
  background: #E0DFDD none repeat scroll 0 0;
  font-weight: bold;
  line-height: 20px;
  padding-left: 5px;
}
.wlShare_Text
{
  color: #666666;
  font-size: 30px;
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
}
.wlsahre_subhed
{
  color: #666666;
  font-size: 20px;
  font-family: Arial,Helvetica,sans-serif;
}
.wlShare_label
{
  font-weight: bold;
  padding-right: 1px;
  text-align: right;
}
.wlShare_labellist
{
  font-weight: bold;
  padding-right: 1px;
  text-align: left;
}

.unmove
{
  position: fixed;
  display: block;
}
.confirmpopup
{
  margin: 0px;
  display: block;
  position: absolute;
  z-index: 10003;
  left: 363px;
  top: 162px;
}
#ctl00_CP_ucWishList_pnlbottom
{
  background-color: white;
  border: 3px solid Gray;
  padding: 3px;
  width: 400px;
  min-height: 100px;
  height: auto;
}
#ctl00_CP_ucWishList_txtemaillist
{
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
}

#ctl00_CP_ucWishList_txtmessage
{
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
}
.message
{
  color: Red;
}

#ctl00_CP_ibtnWishList
{
  display: none;
}
#ctl00_CP_ibtnShareWithYourFriend
{
  display: none;
}
#ctl00_CP_tdnewprice
{
  display: none;
}
#ctl00_CP_tdnewpriceRight
{
  display: none;
}
#ctl00_CP_upsizechat
{
  display: none;
}
.AspNet-GridView-Header, .AspNet-GridView-Header a
{
  font-family: Arial,Helvetica,sans-serif;
  color: #9b9b9b;
  background-color: Transparent;
  font-weight: bold;
}
.AspNet-GridView-Header th
{
  padding: 3px;
  background-color: Transparent;
  font-weight: bold;
  color: #9b9b9b;
}
.AspNet-GridView-Footer td
{
  background-color: Transparent;
  color: #9b9b9b;
}

.AspNet-GridView table thead tr th
{
  text-align: left;
}
.AspNet-GridView table thead tr th a:hover
{
  text-align: left;
  color: #000000;
}
.AspNet-GridView table tbody tr td
{
  font-family: Arial,Helvetica,sans-serif;
  color: #9b9b9b;
  vertical-align: middle;
  padding: 3px;
}
.gridHover, .AspNet-GridView table tbody tr:hover
{
  background-color: Transparent;
  cursor: pointer;
  cursor: hand;
}
.AspNet-GridView-Normal td a, .AspNet-GridView-Alternate td a
{
  text-decoration: none;
  color: #9b9b9b;
}
.AspNet-GridView-Normal td a:hover, .AspNet-GridView-Alternate td a:hover
{
  font-family: Arial,Helvetica,sans-serif;
  color: #ea1213;
  text-decoration: underline;
}

.AspNet-GridView-Pagination
{
  font-family: Arial,Helvetica,sans-serif;
  color: #9b9b9b;
  border-right-style: solid;
  border-right-color: green;
  border-right-width: 1px;
  text-align: right;
}
.AspNet-GridView-Normal
{
  font-family: Arial,Helvetica,sans-serif;
  color: #9b9b9b;
  background-color: Transparent;
  cursor: pointer;
  cursor: hand;
}
div.AspNet-GridView table
{
  width: 100%; /*border: solid 1px #9b9b9b;*/ /*commented by team6a as per issue #1254*/
  border: solid 1px #000000; /*Modifed by team6a as per issue #1254*/
  border-right: none;
}
.AspNet-GridView table thead tr th
{
  /*border-bottom: solid 1px #9b9b9b;     border-right: solid 1px #9b9b9b;*/
  border-bottom: solid 1px #000000;
  border-right: solid 1px #000000;
  color: #9b9b9b;
}
.AspNet-GridView table tfoot tr td
{
  /*border-right: solid 1px #9b9b9b;*/
  border-right: solid 1px #000000;
}
.AspNet-GridView table tbody tr td
{
  border-bottom: solid 1px #000000;     
/*border-right: solid 1px #9b9b9b;*/ /*border-bottom: solid 1px #000000;*/
  border-right: solid 1px #000000;
}
.AspNet-GridView-Normal, .normal1
{
  background-color: Transparent;
  height: 17px;
}
.AspNet-GridView-Alternate, .alternate1
{
  background-color: Transparent;
  height: 17px;
}
.AspNet-GridView-Alternate, .alternate
{
  background-color: Transparent;
  cursor: pointer;
  cursor: hand;
  height: 17px;
}
.AspNet-GridView-Normal td, .AspNet-GridView-Alternate td
{
  color: #9b9b9b;
}
.AspNet-GridView
{
  color: #9b9b9b;
}
.message
{
  color: Red;
}
.reglink
{
  color: #ea1213;
}


a.imageBorder:link
{
  margin: 2px;
  padding: 2px; /*border: 1px solid #c4c4c4;*/ /*commented by team6a as per issue #1254*/
  border: 1px solid #000000; /*Modifed by team6a as per issue #1254*/
}
a.imageBorder:hover
{
  margin: 2px;
  padding: 2px;
  border: 1px solid #ea1213;
}
.paymentgridtext
{
  color: #9b9b9b;
}
.lblwhite
{
  color: #ea1213;
  font-weight: normal;
}
.viewproductfont1
{
  color: #9b9b9b;
  font-size: 12px;
}

.textStyle3
{
  font: 76%/1.5em Arial, Helvetica, sans-serif;
  color:#EA1213 !important;
}
.searchprod .lblwhite
{
     color:#9B9B9B !important;
      
}
#divloginstatus
{
  float: left;
  color: #9b9b9b;
  font: 76%/1.5em Arial, Helvetica, sans-serif;
  padding-bottom: 5px;
}
a.welcome:link, a.welcome:visited, a.welcome:active
{
  color: #9b9b9b;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
a.welcome:hover
{
  color: #EA1213;
}
a.leftmenumain:link, a.leftmenumain:visited, a.leftmenumain:active, a.leftmenumain:hover
{
  color: #EA1213;
  font-weight: bold;
  font-size: 10px;
  font-family: Arial,Helvetica,sans-serif;
}

#ctl00_imgEmailSignUp
{
  margin-bottom: 1px;
}
#ctl00_lbtnSearch
{
  margin-bottom: 4px;
}
/* starting  css for storelocator US Page -By Praveen*/

.storelocatortable
{
  width: 100%;
  height: 280;
  padding: 0px 80px 5px 7px;
}
.storelocatorinnertable
{
  width: 550px;
}
.storelocatortd
{
  background-color: White;
  height: 1px;
}
.storelocatorAddressTr
{
  height: 30px;
}
.storelocatormap
{
  width: 550px;
  color: black;
  height: 400px;
}
.storelocatorAddress
{
  height: 18px;
}
.storelocatorZip
{
  height: 17px;
}
.storelocatorMap
{
  height: 15px;
}

.storelocatorline
{
  color: White;
}

/* ending CSS for storelocator US Page -By Praveen*/
#imgfacebook
{
  padding-top: 2px;
}

/*Included by team6a on 4/11/2009 as per issue #1254 */
.textbox
{
  border: 1px solid #000000;
}
.tableborder
{
  border-left-style: solid;
  border-left-color: #000000;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-color: #000000;
  border-right-width: 1px;
  border-bottom:1px solid #000000;
  
}
.MagicZoomBigImageCont
{
  border: 1px solid #000000;
}
.jqZoomWindow
{
	border: 1px solid #000000;
	background-color: #FFF;
}

.jqZoomPup
{
  border-color: #000000; 
}