@charset "utf-8";
/* CSS Document */

body{
	background-color:#FFFFFF; /*f9efbd;*/
	font-family: Arial, sans-serif;
	font-size:12px;
	padding:0px;
	margin:0px;

}
.PageFrame{
	width: 1005px;
	height: 700px;
	margin: auto;

}

.MainHeader{
	width:1003px;
	height: 138px;
	background-image:url(../images/header-image-publications.jpg);
	background-repeat: no-repeat;
}


.Logo{
	float: left;
	width: 389px;
	height: 99px;
	/*background-image:url(../images/logo-youngminds.jpg);*/
	margin:10px;
}

.TopLinks{
	float: right;	
	margin:10px;
	font-size:15px;
}
.TopLinks li
{
	text-align:right;
	padding: 0;
	line-height: 100%;
	margin: 0 0 .375em;
    display: block;
	list-style:none;
}


.TopLinks li a {
    background:transparent;
    border:medium none;
    color:#BB5007;
    font-weight:normal;
    text-decoration:none;


}

.TopLinks li a:hover {
    background:transparent;
	color: #666;
	text-decoration: underline;

}

.ClearBoth{
	clear:both;	
}

.SearchBox{
	background-color:#FBBA00;
	width:215px;
	height:294px;
	padding: 20px;	
	float: left;
}
.SearchBox h3{
	color: #222222;
	font-size:16px;
}

.MiddleBox{
	width: 475px;
	margin-left:10px;
	border: 1px solid black;
	height:50px;
	float: left;
}

.RightBox{
	width: 245px;
	margin-left:10px;
	height: 100px;
	border:1px solid black;
	float: left;
}

.MiddleBoxLong{
	width: 740px;
	margin-left:10px;
	float: left;
}

.IntroPara
{
	color:#555555;
	font-size:16px;
	margin:0 0 10px 10px;

	float: left;
	width:720px;
	

}


.MiddleLeft{
	width: 360px;	
	padding-left:10px;
	float:left;
}
.MiddleLeft p
{
	color:#555555;
	font-size:11px;
	margin:0px 0pt 0.5em;
	padding:0px;

}

.MiddleRight{
	width: 320px;
	padding:20px;
	float:left;
	background-color:#FFFFDE;
	margin-left: 20px;
	margin-bottom:20px;

}

.MiddleRightP{
	width: 320px;
	padding-left:20px;
	float:left;
	margin-left: 20px;
	margin-bottom:20px;

}
.ProdDescription{
	
}
a {
color:#BB5007;
text-decoration:none;
}

a:hover {
    text-decoration:underline;
    color:#555555;
}


h2 a{
	color:#306E9D;
	font-size:15px;
	line-height:15px;
	text-decoration:none;
}

h2{
	color:#306E9D;
	font-size:15px;
	line-height:15px;
	text-decoration:none;
}


h3{
	font-size:13px;
	line-height: 13px;
	color: #306E9D;
}

td{
	font-size:11px;	
}
.MiddleRight strong{
	/*color: #306E9D;	*/
}

.SearchHighlight{
	background-color: Yellow;	
}

.CartTable{
	font-size:11px;
	
}

.TableGreyLine{
	border-bottom: 1px solid #CCC;
	padding-top:5px;
	padding-bottom:5px;
}
.TableHeader{
	border-bottom: 1px solid #CCC;
	padding-top:5px;
	padding-bottom:5px;
	background-color: #FFFFDE;
}
.Footer{
	clear:both;
	float:left;
	width:1003px;
	height:32px;
	background-color: #FBBA00;
	color:#FFFFFF;
	margin-top: 25px;
}
.Footer p{
	margin-top:10px;
	margin-left:10px;
	color: #666;
	
}

.Footer a{
	text-decoration: none;
	color: #666;
}
.Footer a:hover{
	text-decoration:underline;
	color: #666;
	
}

.FooterImg{
	float:right;
	width:100px;
}



input {
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    visibility: visible;
    border: 1px solid #ddd;
    border-color:#666 #ddd #ddd #666;
    color: Black;
    vertical-align: middle;
    background: White url(../images/input_background.gif) repeat-x;
    font-size: 11px;
}



input.searchButton {
    margin-bottom: 1px ! important;
	font-size:11px;
    color: Black;

    background: White url(../images/search_icon.gif) 2px 1px no-repeat;
    cursor: pointer;
    padding: 1px 1px 1px 19px;
    text-transform: none;
    border: 1px solid #8cacbb;
}
input, button, select, textarea {
	font-family:Arial,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;

}

.InvoicePageFrame{
	width: 750px;
	
}
.InvoiceHeader{
	width: 750px;
	float: left;
	height: 99px;

	margin:10px;
	background-repeat:no-repeat;
	
}
.InvoiceBody{
	clear:both;
	float:left;
	width: 730px;
	padding:10px;
}