/* CSS Document */

body
{
  margin: 0px;
  padding: 0px;
  background: url(images/bg.jpg) top center #42241A;
  font-family: Arial, Helvetica, sans-serif;
  color: #1F1A1B;
  font-size: 12px;
}

#maintable
{
  margin-top: 0px;
  width: 813px;
  background: #FFFFFF;
}

#header
{
  height: 169px;
  width: 100%;
  vertical-align: top;
}

#logo
{
  display: block;
  width: 162px;
  height: 137px; /*background:url(images/logo.jpg) no-repeat;*/
  overflow: hidden;
  margin-top: 7px;
  margin-left: 14px;
}

#headermenu
{
  width: 100%;
  text-align: right;
  padding-right: 7px;
  margin-top: 3px;
}

#hometable
{
  padding-right: 7px;
  width: 509px;
}


#mbox
{
  width: 100%;
}

#mbox #left
{
  width: 190px;
  padding-bottom: 30px;
}

#mainbox
{
  padding-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px;
}
a:link, a:visited
{
  text-decoration: underline;
  color: #333333;
}

a:hover
{
  color: #666666;
  text-decoration: none;
}


/* Navigation */
a.smallmenu:link, a.smallmenu:visited
{
  text-decoration: none;
  color: #333333;
}

a.smallmenu:hover
{
  color: #666666;
  text-decoration: underline;
}

a.welcome:link, a.welcome:visited
{
  text-decoration: none;
  color: #666666;
}

a.welcome:hover
{
  color: #666666;
  text-decoration: underline;
}

a.leftmenu:link, a.leftmenu:visited
{
  display: block;
  text-decoration: none;
  font-size: 11px;
  color: #FFFFFF;
  line-height: 23px;
  padding-left: 15px;
  width: 163px;
  background: url(images/leftmenuico.jpg) #000000 160px 50% no-repeat;
  margin-bottom: 10px;
  letter-spacing: normal;
}

a.leftmenu:hover
{
  background: url(images/leftmenuico_o.jpg) #4A4A4A 160px 50% no-repeat;
}
.searchimage
{
  padding-bottom: 4px;
}

a.lightcolor:link, a.lightcolor:visited
{
  text-decoration: none;
  color: #333333;
}

a.lightcolor:hover
{
  color: #666666;
  text-decoration: underline;
}
a.bottommenu:link, a.bottommenu:visited
{
  text-decoration: none;
  color: #333333;
}

a.bottommenu:hover
{
  color: #666666;
  text-decoration: underline;
}
/* Added By Praveen For ViewProductNew Page alter Images*/
.Image
{
  border: 0;
}
.Image:hover
{
  border: 0;
}

.thumbnail
{
  position: relative;
  z-index: 0;
  border: 0;
}
.thumbnail, a:hover
{
  z-index: 2;
}
.thumbnail span
{
  /*CSS for enlarged image*/
  position: absolute;
  left: 0px;
  top: 0px;
  visibility: hidden;
  text-decoration: none;
}
.thumbnail span img
{
  /*CSS for enlarged image*/
  border-width: 0;
}

.thumbnail:hover span
{
  /*CSS for enlarged image on hover*/
  visibility: visible;
  left: 0px;
  top: auto; /*position where enlarged image should offset horizontally */
}

/* Ended By Praveen */
#updateprogress
{
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 0;
  margin: 1em;
  padding: 2px 5px 2px 5px;
  font: 11px/1.2em "Century Gothic" , "Tahoma" , "Arial" , monospace;
  text-align: left;
  color: #111;
  background-color: White;
  border: 1px solid #111;
}
/* Starting  Gridview css*/
.AspNet-GridView-Header, .AspNet-GridView-Header a
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: Transparent;
  font-weight: bold;
  color: #333333;
}
.AspNet-GridView-Header th
{
  padding: 3px;
  background-color: Transparent;
  font-weight: bold;
  color: #666666;
}
.AspNet-GridView-Footer td
{
  background-color: Transparent;
  color: #666666;
}

.AspNet-GridView table thead tr th
{
  text-align: left;
}
.AspNet-GridView table thead tr th a:hover
{
  text-align: left;
  color: #666666;
}
.AspNet-GridView table tbody tr td
{
  font-family: Arial, Helvetica, sans-serif;
  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: #333333;
}
.AspNet-GridView-Normal td a:hover, .AspNet-GridView-Alternate td a:hover
{
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;
  text-decoration: underline;
}

.AspNet-GridView-Pagination
{
  font-family: Arial, Helvetica, sans-serif;
  border-right-style: solid;
  border-right-color: green;
  border-right-width: 1px;
  text-align: right;
}
.AspNet-GridView-Normal
{
  font-family: Arial, Helvetica, sans-serif;
  background-color: Transparent;
  cursor: pointer;
  cursor: hand;
}
div.AspNet-GridView table
{
  width: 100%;
  border: solid 1px #666666;
  border-right: none;
}
.AspNet-GridView table thead tr th
{
  border-bottom: solid 1px #666666;
  border-right: solid 1px #666666;
}
.AspNet-GridView table tfoot tr td
{
  border-right: solid 1px #666666;
}
.AspNet-GridView table tbody tr td
{
  border-bottom: solid 1px #666666;
  border-right: solid 1px #666666;
}
.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: #666666;
}
.AspNet-GridView
{
  color: #666666;
}

/* ending  Gridview css*/
/* starting  css for storelocator US Page -By Praveen*/

.storelocatortable
{
  width: 100%;
  height: 280;
  padding: 0px 0px 5px 7px;
}
.storelocatorinnertable
{
  width: 450px;
}
.storelocatortd
{
  /*background-color: White;*/
  height: 1px;
}
.storelocatorAddressTr
{
  height: 30px;
}
.storelocatormap
{
  width: 550px;
  color: Black;
  height: 400px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.storelocatorAddress
{
  height: 18px;
}
.storelocatorZip
{
  height: 17px;
}
.storelocatorMap
{
  height: 15px;
}

.storelocatorline
{
  color: White;
}
/* ending CSS for storelocator US Page -By Praveen*/
.facebook, a
{
  text-decoration: none;
}
.facebook, a:hover
{
  text-decoration: none;
}
.message
{
  color: Red;
}
#ctl00_CP_ucRegisterControl_UcAddress_ddlCountry
{
  width: 175px;
}
#ctl00_CP_ucRegisterControl_UcAddress_ddlState
{
  width: 175px;
}
.headings
{
  font-size: 12px;
  font-weight: bold;
  color: #666666;
}
.paymentgridtext
{
  color: #1F1A1B;
}
.lefttable
{
  padding-left: 10px;
}
.textbox
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}
.inputbox
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #1F1A1B;
}
.autocomplete_listItem
{
  background-color: Window;
  color: windowtext;
  padding: 1px;
}

.autocomplete_highlightedListItem
{
  background-color: Aqua;
  color: windowtext;
  padding: 1px;
}
.leftmenucategory /*Included by team6a for Lable in the Master page*/
{
  display: block;
  text-decoration: none;
  font-size: 11px;
  color: #FFFFFF;
  line-height: 23px;
  padding-left: 15px;
  width: 163px;
  background: url(images/leftmenuico.jpg) #000000 160px 50% no-repeat;
  margin-bottom: 10px;
  letter-spacing: normal;
}
 /*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 :black;
  font-size: 30px;
  font-weight:bold;
  font-family:Arial,Helvetica,sans-serif;
   
}
.wlsahre_subhed
{
 color:black;
  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:"Century Gothic",Helvetica,Verdana sans-serif;
font-size:12px;
}

#ctl00_CP_ucWishList_txtmessage {
font-family:"Century Gothic",Helvetica,Verdana sans-serif;
font-size:12px;
}

.tableborder
{
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
}