/* 
  DM - The Frog and the Princess Master CSS File v2.0 - 5/31/09
 */
 
body{
margin:0;
padding:0;
line-height: 1.5em;
background-image: url('/Images/background7.jpg');
/* background-image: url('/Images/background_snowflake.gif'); */
background-repeat: repeat;
}

a:link {
	text-decoration: none;
	color: #202020;
}

a:visited {
	text-decoration: none;
	color: #1F2E11;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

a.bluelink:link, a.bluelink:visited, a.bluelink:active{
text-decoration:underline;
color:#0033CC; /* Default link color and attributes */
}

.redem{
color:#FF0000;
font-family: "Times New Roman", cursive;
font-size: 15px;
font-weight:bold;
padding: 0px 0px 0px 0px;
}


h1{
height:118px; /*match to #bannerheader height*/
text-indent: -100.0em;
overflow: hidden;
background: url('Images/baby-boutique.gif');
margin-top:0px;
} 

  h1 a{
  display:block;
  line-height:118px; /*match to h1 height*/
  margin-top:0px;
  }
  
h2{
margin-top:5px;
margin-bottom:5px;
padding:7px 0px 7px 0px;
overflow:hidden;
font-family: "Times New Roman", cursive;
font-size: 22px;
font-style:italic;
color: #666666;
letter-spacing: 0.5px;
}

h3{
margin: 0px;
padding-bottom: 5px;
overflow:hidden;
font-family: "Times New Roman", cursive;
font-size: 17px;
color: #666666;
}

h4{
margin: 0px;
padding-bottom: 5px;
overflow:hidden;
font-family: "Times New Roman", cursive;
font-size: 16px;
color: #666666;
}

b{font-size: 110%;}

#bannerleft{
height:150px; /*or whatever*/
width:185px;
float:left;
background: url('Images/frog-princess.gif');
} 

#bannertop{
height:32px; /*match to #bannerheader height*/
width:607px;
background: url('Images/top-logo.gif');
overflow: hidden;
font-family: "Times New Roman", cursive;
font-weight: bold;
font-size: medium;
color: #777777;
text-align:right;
letter-spacing: 0.5px;
line-height:1.9;
}

#bannerbottom{
height:118px; /*match to #bannerheader height*/
width:607px;
background: url('Images/baby-boutique.gif');
overflow: hidden;
}

#bannerright{
height:150px; /*or whatever*/
width:168px;
float:left;
background: url('Images/right-logo.gif');
} 

#maincontainer{
width: 960px; /* Width of main container */
margin: 0 auto; /* Center container on page */
border: 3px solid #FFFFFF;
background:#FFFFFF;
}

#contentwrapper{
float: left;
width: 100%;
background: #faedf7;  /* Background color of website's main content */
}

#contentcolumn{
margin: 0 60px 0 60px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
padding-top: 5px;
}

#leftcolumn{
float: left;
width: 60px; /*Width of left column in pixels*/
margin-left: -960px; /*Set margin to that of -(MainContainerWidth)*/
background-image: url('Images/frame-left.png');
background-repeat: repeat-y;
}

#rightcolumn{
float: left;
width: 60px; /*Width of right column*/
margin-left: -60px; /*Set left margin to -(RightColumnWidth)*/
background-image: url('Images/frame-right.png');
background-repeat: repeat-y;
}

.innertube{
margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0px;
float:left;
font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
line-height: 1.2em;
}

.mainlogo{
background-image: url('Images/Frog_Princess_logo.gif');
background-repeat: no-repeat;
height: 150px;
padding-left: 700px;
font-family: "Times New Roman", cursive;
font-weight: bold;
font-size: medium;
color: #666666;
}

.buttonmenu {
    text-align:right;
	font-family: "Times New Roman", cursive;
	background-image: url('Images/background7.jpg');
}

.buttonmenu a:link, .buttonmenu a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: medium;
	color:#777777;
	margin-right: 10px;
	letter-spacing: 1px;
}
.buttonmenu a:hover {
	color: #333333;
}

.buttonmenu2 {
	font-family: "Times New Roman", cursive;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
}
.buttonmenu2 a:link, .buttonmenu2 a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: medium;
	color: #777777;
	margin-right: 40px;
	letter-spacing: 1px;
}
.buttonmenu2 a:hover {
	color: #333333;
}

.buttonmenu3 {
	font-family: "Times New Roman", cursive;
}

.buttonmenu3 a:link, .buttonmenu3 a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: medium;
	color: #777777;
	padding-right: 10px;
	letter-spacing: 1px;
}
.buttonmenu3 a:hover {
	color: #333333;
}

.searchform {
	float: right;
	color: #969696;
}

.logo {
	margin-top: 3px;
}


.topmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
margin-bottom:5px;
}

.topmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #546c3c; /* border color of top menu bar*/
border-width: 1px 0;
background: white url('Images/topbar1.png') center center repeat-x;
}

.topmenu ul li{
display: inline;
}

.topmenu ul li a{
float: left;
color:#FFFFFF; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-left: 1px solid #546c3c; /* color of divider line between top menu items */
}

    .topmenu ul li a:hover, .topmenu ul li .current{
    color: white !important; /*text color of selected and active item*/
    padding-top: 6px; /*shift text down 6px for selected and active item*/
    padding-bottom: 4px; /*shift text down 4px for selected and active item*/
    background: black url('Images/topbar2.png') center center repeat-x;
    }
	
	
.menubottom{
width: 100%;
height: 5px;
overflow: hidden;
margin: 0;
padding: 0;
float:left;
background: black url('Images/menubottom.gif') center center repeat-x;
}

.searchmenu {
height:40px;
width:165px;
text-align:left;
padding-bottom: 10px;
margin-right: 0px;
margin-bottom: 5px;
color:#333333;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

.submit { vertical-align: middle; *vertical-align: text-bottom; }

.itemWrapper {
    width: 100%;
    overflow: hidden;
}

.item {
    float: left;
	width: 170px;
	height: 225px;
	margin: 0px 0px 0px 28px;
	border: 0px;
	font-family: "Times New Roman", cursive;
    font-size: 14px;
	letter-spacing: 0.5px;
	line-height:1.2;
    color:#444444;
	text-align: center;
	display: inline;
	position: relative;
}

	.item a{
    font-family: "Times New Roman", cursive;
    font-size: 14px;
	color:#444444;
	}

.pagination {
    width: 820px;
    text-align: right;
	padding-right: 10px;
	padding-bottom: 12px;
	font-family: "Times New Roman", cursive;
    font-size: 14px;
	color:#444444;
	letter-spacing: 0.6px;
	line-height:1.2;
}

.pagination a{
    font-family: "Times New Roman", cursive;
    font-size: 14px;
	color:#444444;
	}

.detailprice {
    padding-top:15px;
	padding-bottom:10px;
	text-align: left;
    font-family: "Times New Roman", cursive;
    font-size: 15px;
    color:#555555;
    letter-spacing: 0.5px;
	line-height:1.2;
}

.stdtext {
	font-family: "Times New Roman", cursive;
    font-size: 14px;
	color:#444444;
	letter-spacing: 0.6px;
	line-height:1.2;
}

.cartproduct {
    width:450px;
	text-align:left;
	font-family: "Times New Roman", cursive;
    font-size: 14px;
	letter-spacing: 0.5px;
	line-height:1.2;
	color:#444444;
}

.cartprice {
    width:90px;
	text-align:left;
	font-family: "Times New Roman", cursive;
    font-size: 14px;
	letter-spacing: 0.5px;
	line-height:1.2;
	color:#444444;
}

.cartquantity{
    width:60px;
	text-align:left;
	font-family: "Times New Roman", cursive;
    font-size: 14px;
	letter-spacing: 0.5px;
	line-height:1.2;
	color:#444444;
}

.cartremove {
    width:80px;
	text-align:left;
	font-family: "Times New Roman", cursive;
    font-size: 14px;
	letter-spacing: 0.5px;
	line-height:1.2;
	color:#444444;
}

.carttotal{
    width:80px;
	text-align:right;
	font-family: "Times New Roman", cursive;
    font-size: 14px;
	letter-spacing: 0.5px;
	line-height:1.2;
	color:#444444;
}

.cartbuttonsm {
    width:130px;
    float:left;	
}

.cartbuttonlg {
    width:190px;
	float:left;
}

.cartbuttoncheckout {
    width:130px;
	float:right;
	text-align:right;
}

.billshiptable {
    width:350px;
	background-color:#FFFFFF;
	font: normal 9pt 'Verdana', Arial, sans-serif;
	text-align:left;
}

.blueblockbottom {
    display: block;
    padding: 2px 0 2px 0;
    padding-left: 2px;
    width: 161px; /*170px minus all left/right paddings and margins*/
    text-decoration: none;
    color: white;
    background-color: #2175bc;
    border-bottom: 1px solid #000000;
	border-left: 7px solid #1958b7
}

.linkwrapper {
    display: block;
	width: 600px;
	float: left;
	margin-left: 80px;
	text-align:center;
	background-color: #f0d897;
	border: 1px solid #000000;
	margin-bottom:25px;
}

.linktable {
    width: 200px;
	padding: 5px 0px 5px 0px;
    display: block;
	font: bold 12pt 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	text-align: center;
	float: left;
}

  .linktable a:hover {
    text-decoration: underline;
	}
	
.exchange_sm {
	border: 0px;
	display: inline;
	position: relative;
}
.exchangeWrapper {
    width: 790px;
    overflow: auto;
	text-align:left;
}

.image {
    margin: 5px 10px 5px 10px;
	float:left;
}

.indexfoot {
    width: 600px;
    background-color:#FFFFFF;
	text-align:center;
	margin-top:0px;
	margin-bottom:10px;
	margin-left: 70px;
	padding: 5px 5px 5px 5px;
	border:1px solid black;
	font: normal 12pt 'Verdana', Arial, sans-serif;
}
	
.imageleft {
    margin: 5px 5px 5px 5px;
    float:left;
}

.imageright {
	margin: 5px 5px 5px 5px;
	float:right;
}


.resourcetable {
    padding: 10px 10px 10px 10px;
	font: normal 10pt 'Verdana', Arial, sans-serif;
}
  .resourcetable a{
    font: bold 11pt 'Verdana', Arial, sans-serif;
	text-decoration:underline;
	}

.navbar_ad {
background-color: #8c9e3a;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 5px;
padding-left: 5px;
border-bottom: 1px solid #c9d78a;
}


.flashbox {
width: 260px;
float: right;
margin-top: 10px;
margin-left: 10px;
padding: 10px 10px 10px 10px;
border: 1px solid #7e729a;
background-color: #e9e8ee;
}

  .flashboxborder {
  width: 260px;
  height: 280px;
  border: 1px solid #aca5bc;
  float: left;
  }

.thumbwrapper{
  width:100%;
  float:left;
  }
  
.thumbnail{
  width:20%;
  float:left;
  text-align:center;
  font: bold 100% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
  margin-bottom:10px;
  }
  
  .thumbnail a{
  color:#383243;
  text-decoration:none;
  }
  
.dblthumbnail {
  width:40%
  float:left;
  text-align:left;
  font: bold 100% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
  margin-bottom:10px;
}
  
.girlbox{
  width:auto;
  float:left;
  border:1px solid #c2b5ce;
  text-align: center;
  margin-top:5px;
  margin-bottom: 5px;
  background-color:#ffecf5;
  padding: 0px 10px 5px 10px;
  }
  
.boybox{
  width:auto;
  float:left;
  border:1px solid #c2b5ce;
  text-align: center;
  margin-top:5px;
  margin-bottom: 5px;
  background-color:#ecf5ff;
  padding: 0px 10px 5px 10px;
  }
  
.greenbox{
  width:auto;
  float:left;
  border:1px solid #c2b5ce;
  text-align: center;
  margin-top:5px;
  margin-bottom: 5px;
  background-color:#ecffec;
  padding: 0px 10px 5px 10px;
  }
  
.lavbox{
  width:auto;
  float:left;
  border:1px solid #c2b5ce;
  text-align: center;
  margin-top:5px;
  margin-bottom: 5px;
  background-color:#e8e7ed;
  padding: 0px 10px 5px 10px;
  }
  
.babywrapper{
  width:100%;
  float:left;
  }
  
.babyleft{
  width:60%;
  float:left;
  }
  
.babyright{
  width:40%;
  float:left;
  }
  
.babythumb{
  width:33%;
  float:left;
  margin-bottom:10px;
  }
  
.detailwrapper{
  width: 100%;
  float:left;
  }
  
.detailphoto{
  float:left;
  overflow:hidden;
  }

.infowrapout{
float:left;
width:auto;
border: 1px solid #aa97bb;
padding:5px 5px 5px 5px;
background-color: #cac7d8;
margin:5px 0px 5px 0px;
}

.infowrapin{
border: 1px solid #aa97bb;
padding:5px 10px 5px 10px;
text-align:left;
line-height:1.5em;
height:100%
}
  
  .infowrapin b{
  font: bold 11pt 'Verdana', Arial, sans-serif;
  }  
  
.viewallgirlboy{
float:left;
margin-top:10px;
margin-left:25px;
padding:3px 8px 3px 8px;
text-align:center;
border:1px solid #c2b5ce;
}

.themeimg{
margin: 0px 5px 5px 5px;
}
   
.floatstop {
clear:both;
}

.indexboxleft{
float:left;
width: 520px;
height: 245px;
background:url(Images/indexbox_left.jpg) no-repeat;
padding: 10px 10px 0px 10px;
}

.indexboxright{
float:right;
width: 199px;
height: 245px;
background:url(Images/indexbox_right.jpg) no-repeat;
padding: 10px 10px 0px 10px;
text-align:center;
}

.indexboxfeatured{
float:left;
width: 770px;
height: 265px;
background:url(Images/indexbox_featured.jpg) no-repeat;
padding: 10px 10px 0px 10px;
text-align:center;
}

.indexboxpaint{
float:left;
width:355px;
height:250px;
background:url(Images/indexbox_paint.jpg) no-repeat;
padding: 10px 10px 0px 10px;
text-align:left;
}

.innerleft{
float:left;
width:220px;
padding-top:12px;
}

.innerright{
float:left;
width:125;
padding-top:5px;
text-align:center;
}

.indexboxsupplies{
float:right;
width:355px;
height:250px;
background:url(Images/indexbox_supplies.jpg) no-repeat;
padding: 10px 10px 0px 10px;
text-align:left;
}

.scrapbook{
float:left;
text-align:center;
padding-bottom:10px;
}

.bigtext{
font: bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
color:#333333;
line-height: 1.4em;
padding-bottom:10px;
}

.totalbar {
width:270px;
background-color:#fff2d2;
font: bold 11pt 'Verdana', Arial, sans-serif;
border: 1px solid black;
text-align:center;
padding: 10px 10px 10px 10px;
}  

.totalbar2 {
    width:300px;
    background-color:#FFFFFF;
	font: bold 11pt 'Verdana', Arial, sans-serif;
	border: 1px solid black;
	text-align:center;
	margin-top:15px;
	margin-bottom:20px;
	padding:5px 5px 5px 5px;
}

.detailtable1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1F2E11;
	background-color: #cae0f4;
	font-size: 12px;
	line-height: 150%;
	border-width:1;
	border-style:solid;
	border-color:black
}

.detailtable2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1F2E11;
	background-color: #dcebf8;
	font-size: 12px;
	line-height: 150%;
	border-width:1;
	border-style:solid;
	border-color:black
}

.frametop {
    width: 960px;
	height: 62px;
	text-align: center;
	display: block;
	background-image: url('Images/frame-top.png');
	background-repeat:no-repeat;
	font-family: "Times New Roman", cursive;
	font-size: 25px;
	color: #666666;
	letter-spacing: 0.5px;
	margin-top: 5px;
}

.indexleft{
    float:left;
	width: 420px;
}

.indexright{
    float:left;
}

.indexbg {
    width:400px;
	height:195px;
    margin-top:8px;
    background-image: url('Images/indexbg.jpg');
	background-repeat:no-repeat;
	float:left;
    padding-left:10px;
	padding-right:10px;
	font-family: "Times New Roman", cursive;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0.5px;
	line-height:1.2;
}

  .indexbg a:link, .indexbg a:visited {
  color: #666666;
  text-decoration:none;
  }
  
  .indexbg a:hover {
  text-decoration:underline;
  }
  
.sale {
    width:395px;
	height:146px;
    margin-top:2px;
    background-image: url('Images/salebanner.jpg');
	background-repeat:no-repeat;
	float:left;
	text-align:center;
    padding-left:10px;
	padding-right:10px;
	font-family: "Times New Roman", cursive;
    font-size: 18px;
    color: #666666;
    letter-spacing: 0.5px;
}

  .sale a:link, .sale a:visited {
  color: #666666;
  text-decoration:underline;
  }
  
.indexboxfeatured{
margin-top:8px;
float:left;
width: 820px;
height: 280px;
background:url(Images/indexbox_featured.jpg) no-repeat;
padding: 5px 10px 0px 10px;
text-align:center;
}

.featureditem {
    float: left;
	width: 150px;
	height: 245px;
	margin: 10px 5px 0px 5px;
    font: normal 10pt 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	color: #666666;
	border: 0px;
	text-align: center;
	display: inline;
	position: relative;
}

    .featureditem a:link, .featureditem a:visited {
      color: #666666;
      text-decoration:none;
      }
  
    .featureditem a:hover {
	  color: #333333;
	  text-decoration:underline;
	  }

.footer {
	clear:left;
	width:960px;
	overflow:hidden;
	background-color:#FFFFFF;
	color:#333333;
	text-align:center;
}

.footltrt{
	width:280px;
	float:left;
	padding-top:30px;
	vertical-align:middle;
}

.footctr{
	width:400px;
	float:left;
}

.toppage {
    width:790px;
	height:85px;
	margin-left:4px;
    background-image: url('Images/boutique-header.gif');
	background-repeat:no-repeat;
	float:left;
	padding: 5px 15px 10px 15px;
	font-family: "Times New Roman", cursive;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0.5px;
	line-height:1.2;
}

.catwrap {
	width:830px;
	float:left;
	text-align:center;
	padding-left:10px;
}

	
.caticon {
	float:left;
	padding: 5px 10px 5px 10px;
	overflow:hidden;
}

.caticon a:link, .caticon a:visited{
	color:#666666;
    text-decoration: none;
    }
	
	.caticon a:hover {
	text-decoration: underline;
	}
	
.masterwrap {
	width:830px;
	float:left;
	text-align:center;
	background-color:#FFFFFF;
}

.detailleft{
	width:320px;
	float:left;
	text-align:center;
	padding:10px 5px 0px 5px;
}

.detailright{
    width:480px;
	float:left;
	text-align:left;
	padding: 10px 10px 0px 10px;
}

.boxtop{	
		/*make this the same size as the top image*/	
		display:block;	
		width:480px;	
		height:7px;	
		/*set the image as a background*/	
		background-position:left top;	
		background-repeat:no-repeat;	
		background-image:url(Images/box480_top.gif);	
	}
		
	.boxbottom{	
		/*make this the same width as the bottom image*/	
		/*don’t set the height as this needs to be flexible*/	
		display:block;	
		width:480px;	
		/*set the image as a background*/	
		background-position:left bottom;	
		background-repeat:no-repeat;	
		background-image:url(Images/box480_bottom.gif);	
	}
	.maincontent{	
		/*set the font style for the main content*/	
		display:block;	
		/*align the main content nicely*/	
		padding: 10px 10px 10px 10px;
		font-family: "Times New Roman", cursive;
        font-size: 17px;
        color: #666666;
        letter-spacing: 0.3px;
	    line-height:1.2;
	}
	
.ordercomment{
	clear:left;
	width:315px;
	float:left;
	padding:10px 30px 10px 45px;
	text-align:left;
	}

.giftmessage{
	width:395px;
	float:left;
	padding:10px 0px 10px 25px;
	text-align:left;
	}
	
.giftcert{
	width:320px;
	float:left;
	text-align:center;
	padding:10px 0px 10px 0px;
	}
	
.textheader {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1F2E11;
	font-size: 22px;
	padding-bottom: 5px;
}

.text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1F2E11;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

.whitebar {
    padding: 5px 0px 5px 0px;
    width: 512px;
    background-color:#FFFFFF;
	font: bold 11pt 'Verdana', Arial, sans-serif;
	border: 1px solid black;
	text-align:center;
	float: left;
	margin-left: 50px;
}

.zodiacbox {
    padding: 5px 15px 5px 15px;
    background-color:#FFFFFF;
	font: 10pt 'Verdana', Arial, sans-serif;
	text-align:center;
	float: left;
	border: 1px solid #aac68b;
}

.milestonebox {
    width: 612px;
    padding: 10px 5px 10px 5px;
    background-color:#FFFFFF;
	font: 10pt 'Verdana', Arial, sans-serif;
	text-align:left;
	float: left;
	border: 1px solid #aac68b;
	margin-left: 50px;
	margin-bottom:30px;
}

.pregcalcbox {
    width: 602px;
    padding: 10px 5px 10px 5px;
    background-color:#FFFFFF;
	font: 10pt 'Verdana', Arial, sans-serif;
	text-align:left;
	float: left;
	border: 1px solid #aac68b;
	margin-bottom:20px;
}

.pregnancybox {
    width:580px;
	margin-left: 18px;
	margin-bottom:10px;
    padding: 8px 8px 8px 8px;
    background-color:#FFFFFF;
	font: 10pt 'Verdana', Arial, sans-serif;
	text-align:center;
	border: 1px solid #aac68b;
}

    .pregnancybox a{
        color:#0033CC;
	    text-decoration:underline;
    }
	
	.pregnancybox a:visited{
	    color:#000099;
		text-decoration:underline;
	}
	
.pregnancybox2 {
    width:580px;
	margin-left: 18px;
	margin-bottom:20px;
    padding: 8px 8px 8px 8px;
    background-color:#FFFFFF;
	font: 12pt 'Verdana', Arial, sans-serif;
	text-align:center;
	border: 1px solid #aac68b;
}

    .pregnancybox2 a{
	    text-decoration:none;
		font: bold 10pt 'Verdana', Arial, sans-serif;
    }
	.pregnancybox2 a:hover{
	    text-decoration:underline;
    }
	
.smimg {
    height: 160px;
	width: 160px;
	}

.linkcats {
    background:#e6efda;
	border: 1px solid #afc795;
}

.pageheader{
clear:left;
float:left;
padding-top:15px;
padding-left:10px;
margin-top:0px;
margin-bottom:0px;
text-align:left;
font-family: "Cambria", "Times New Roman", cursive;
font-size: 22px;
font-style:italic;
font-weight:bold;
color:#333333;
letter-spacing: 0.5px;
}

.pagetext{
clear:left;
float:left;
padding:0px 10px 0px 10px;
margin-top:5px;
text-align:left;
font-family: "Cambria", "Times New Roman", cursive;
font-size: 16px;
color:#333333;
}

img.ImageFrame_image { vertical-align:bottom; border:none; }
table.ImageFrame_shadow { direction: ltr; }
table.ImageFrame_shadow .RRT { height:10px; background:url(Images/RRT.png) no-repeat; }
table.ImageFrame_shadow .RR { width:7px; background:url(Images/RR.png) repeat-y; }
table.ImageFrame_shadow .RR div.V { width:7px; }
table.ImageFrame_shadow .BBL { width:9px; background:url(Images/BBL.png) no-repeat; }
table.ImageFrame_shadow .BB { height:7px; background:url(Images/BB.png) repeat-x; }
table.ImageFrame_shadow .BR { width:7px; height:7px; background:url(Images/BR.png) no-repeat; }
table.ImageFrame_shadow td { font-size:1px } /* For IE */

img.ImageFrame_image2 { vertical-align:bottom; border:1px solid #383243; }

