
.MyFont
{
	font-family: Helvetica, vardana, Arial;
	font-size: 8pt;
	border-width: 0;
	margin: 0;
	text-decoration: none;
}

body
{
	font-family: Helvetica, Verdana, Arial;
	font-size: 10pt;
	margin-left: 0;
	margin-top: 0;
	text-decoration: none;
	text-align: justify;
	background-color: #f4ecdc; /*#ffd7e7*/
}
.myhref a:link
{
	color:#660033;
	text-decoration: none;
	font-size: 10pt;
}
.myhref a:active
{
	color:maroon;
	text-decoration: none;
}
.myhref a:visited
{
	color:maroon;
	text-decoration: none;
	background-repeat: no-repeat;
}
.myhref a:hover
{
	color:Navy; 
	font-weight: inherit;
	text-decoration: underline;
	background-repeat: no-repeat;
}

input
{
	border-bottom-width:2px;
	border-left-width:1px;
	border-top-width:1px;
	border-right-width:2px;
	border-collapse:separate;
	font-family:vardana;
	font-size:10pt;
}

table.style1
{
	background-color: #ccffff;
}
tr.style1
{  
  background-color: #39749d;
}
td.style1
{  
  background-color: #660000;
  color:White;
  font-weight:bold;
  font-size:12px;
}
td.topimage
{
	background-position: 250px;
	background: url(../../App_Themes/DesignImages/imageTop.gif) no-repeat;
}
td.style2
{  
  background-color: #9f4d27;
  color:White;
}
td.bottomimage
{  
  background:url(../../App_Themes/DesignImages/imageBottom.gif) no-repeat;
}

.HiddenText label{display:none;}
.HiddenRadio Text{display:none;}
.panal
{  
  background-color: #9f4d27;
  color: #ffffff;
}
.UserAvailability
{
	background:none;
}
.CheckmailAvail
{
	color: #ff9900;
}
.CheckmailNoAvail
{
	color: #990000;
}
.mycarthead
{
	font-weight:bold;
	color: black;
	text-align:center;
	height:40px;
}
.mycarthead td
{
	border-bottom:solid 3px #a6a6a6;
	border-right:solid 1px #a6a6a6;
}

.tdase
{border-bottom:solid 3px #a6a6a6;}

.span.style1
{
	background-color: lemonchiffon;
	color: #cc3300;
	font-size: 11pt;
	font-weight:bold;
}
.Div
{
 background-color: #39749d;
  color: #ffffff;
}
/* Image Expending for Browse Books */ 
 
.thumbgallerycontainer{ 
position:relative;
/*Add a height attribute and set to largest image's height to prevent overlaying */
}
.thumbBrowse img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbBrowse:hover{
background-color: transparent;
}

.thumbBrowse:hover img
{
	border: 1px solid blue;
}

.thumbBrowse span
{
	/*CSS for enlarged image*/
	position: absolute;
	background-color: lightYellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	text-align: left;
	
}

.thumbBrowse span img
{
	/*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	width: 200px;
	height: 250px;
}

.thumbBrowse:hover span
{
	/*CSS for enlarged image*/
	visibility: visible;
	top: 30;
	left: 310px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	
}
.LablePrice
{  
	color: brown;
	font-size:10pt;
	font-weight:bold;
	text-transform: uppercase; 
}
.frontsearchBG
{
	background: url(../SearchIMG/search_01.jpg) right top ;
	background-color: transparent;
	background-position: left center;
	font-weight: normal;
	height: 50px;
}
.Serchboxhome
{
	background: url(../SearchIMG/search_04.jpg) center no-repeat ;
	background-color: transparent;
	background-position: left center;
	font-weight: normal;
	height:20px;
	position:absolute;
}
.myLooks
{
	font-family: Helvetica,  vardana;
	font-size: 12pt;
	border-width: 0;
	margin: 0;	
}
.menu img
{
	border: none;
}

.menu:hover 
{
	background:#660033 url(../NewImages/Buttons/home.jpg) right top no-repeat;
	padding-right: 10px
}
.menu:hover img
{
	border: 1px solid blue;
}
.Coupon
{
	background-color: #FFFFCC;
	color:Maroon;
	font-weight: normal;
	height:20px;
}
.Success
{
	border: 1px solid;  
    margin: 10px 0px;  
    padding:15px 10px 15px 50px;  
    background-repeat: no-repeat;  
    background-position: 10px center;
    width:300px;	
}
.Success
{
	color: maroon;  
    background-color: white;/*#DFF2BF; */ 
    font-weight:bold;
    background-image:url(../../Shoppingcart/Images/Error.jpg);
}
/*------------------------------------------------------------*/
			   /*  FOR HOME PAGE   */
/*------------------------------------------------------------*/
.thumbgallerycontainer1{ 
position:relative;
/*Add a height attribute and set to largest image's height to prevent overlaying */
}
.thumbBrowse1 img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbBrowse1:hover{
background-color: transparent;
}

.thumbBrowse1:hover img
{
	border: 1px solid blue;
}

.thumbBrowse1 span
{
	/*CSS for enlarged image*/
	position: absolute;
	background-color: lightYellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	text-align: left;
	
}

.thumbBrowse1 span img
{
	/*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	width: 200px;
	height: 250px;
}

.thumbBrowse1:hover span
{
	/*CSS for enlarged image*/
	visibility: visible;
	top: 30;
	left: 760px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	
}