/* 
  DM - Website Master CSS File
 */
 
body{
margin:0;
padding:0;
line-height: 1.5em;
background-color:#ad3139; /* Website background color */
}

a:link, a:visited, a:active {
text-decoration:none;
color:#FFFFFF; /* Default link color and attributes */
}

a:hover {
text-decoration:underline;
}

#bannerheader{
height:128px; /* Full height of banner/header image */
width:960px; /* Full width of banner/header image */
} 

h1{
height:128px; /* Match to #bannerheader height */
text-indent: -100.0em;
overflow: hidden;
background: url('Images/AIB_mainbanner.png'); /* Header image */
} 

  h1 a{
  display:block;
  line-height:128px; /* Match to h1 height */
  } 
  
h2{
margin-top:0px;
margin-bottom:0px;
font: normal 20pt 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
overflow:hidden;
}

h3{
font: bold 12pt 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
margin-top:0px;
margin-bottom:0px;
padding:5px 5px 5px 5px;
}

h4{
font: normal 16pt 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 960px; /* Width of main container */
margin: 0 auto; /* Center container on page */
background:url('Images/background2.gif') repeat;
border-left: 1px solid #85252d;
border-right: 1px solid #85252d;
}

#topsection{
background: #FFFFFF;
height: 128px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 0px;
}

#contentwrapper{
float: left;
width: 100%;
}

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

.innertube{
margin: 10px; /* Margins for inner DIV inside each column (to provide padding) */
margin-top: 0;
color:#FFFFFF;
font: normal 104% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

.centertext{
width:800px;
text-align:center;
}


#leftcolumn{
float: left;
width: 170px; /* Width of left column in pixels */
margin-left: -960px; /* Set margin to that of -(MainContainerWidth) */
background: #cac7d8; /* Background color of left side column */
}

#leftmenu{
border-bottom-width: 0;
width: 160px;
margin: 0 auto;
}

  #leftmenu ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
  border-left: 1px solid #aa97bb;
  border-right: 1px solid #aa97bb;
  border-bottom: 1px solid #aa97bb;
  margin-bottom:10px;
  }

    #leftmenu li a{
    display: block;
    padding: 2px 0;
    padding-left: 9px;
    width: 149px; /*160px minus all left/right paddings and margins*/
    text-decoration: none;
    color: #564c66;
    background-color: #FFFFFF;
    }

* html #leftmenu li a{ /*IE only */
    width: 162px; /*IE 5*/
    width: 144px; /*170px minus all left/right paddings and margins*/
    }

#leftmenu li a:hover {
text-decoration: underline;
}
 
  #leftmenu div.menutitle{
  color: #383243;
  padding: 1px 0;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #cac7d8;
  font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif; 
  border: 1px solid #aa97bb;
  }

#footer{
clear: left;
width: 100%;
color: #FFFFFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFFFF;
}

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

.topmenu ul{
margin: 0;
padding: 0;
float: left;
padding-left:28px;
width: 100%; /*width of menu*/
}

.topmenu ul li{
display: inline;
}

.topmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
}

.bottommenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
padding-top: 10px;
overflow: hidden;
}

.bottommenu ul{
margin: 0;
padding: 0;
float: left;
padding-left:30px;
width: 100%; /*width of menu*/
}

.bottommenu ul li{
display: inline;
}

.bottommenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 34px;
text-decoration: none;
}

.menubottom{
width: 100%;
height: 5px;
overflow: hidden;
margin: 0;
padding: 0;
float:left;
background: black url('Images/menubottom.gif') center center repeat-x;
}

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

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

.item {
    float: left;
	width: 120px;
	height: 180px;
	margin: 10px 0px 0px 20px;
    font: normal 10pt 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	border: 0px;
	text-align: center;
	display: inline;
	position: relative;
}

.pagination {
    width: 700px;
    text-align: right;
	padding-right: 10px;
	padding-bottom: 5px;
}

.detailprice {
    padding-top:15px;
	padding-bottom:10px;
	text-align: left;
    font: normal 11pt 'Verdana', Arial, sans-serif;
}

.cartproduct {
    width:325px;
	text-align:left;
	font: normal 10pt 'Verdana', Arial, sans-serif;
}

.cartprice {
    width:65px;
	text-align:left;
	font: normal 10pt 'Verdana', Arial, sans-serif;
}

.cartquantity{
    width:45px;
	text-align:left;
	font: normal 10pt 'Verdana', Arial, sans-serif;
}

.cartremove {
    width:80px;
	text-align:left;
	font: normal 10pt 'Verdana', Arial, sans-serif;
}

.carttotal{
    width:65px;
	text-align:right;
	font: normal 10pt 'Verdana', Arial, sans-serif;
}

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

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

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

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

.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: 570px;
	float: left;
	margin-left: 5px;
	text-align:center;
	background-color: #bbd6f2;
	border: 1px solid #000000;
	margin-bottom:25px;
}

.linktable {
    width: 190px;
	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: 570px;
    overflow: auto;
}

.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:left;
  font: bold 100% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
  margin-bottom:10px;
  }
  
  .thumbnail a{
  color:#383243;
  }
  
.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;
}
  
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; }


