/* CART CSS  */
#TheImageContainer {
	height:auto; min-height:inherit;
}
#wallpaperTop {
	width:690px; height:12px; margin:0 auto; clear:both;
}
#wallpaperLeft {
	background:url(../gfx/wallpaperleft.gif) repeat-y left; margin:0 auto; width:690px;
}
#wallpaperRight {
	background:url(../gfx/wallpaperright.gif) repeat-y right; 
}
#wallpaperFooter {
	width:690px; height:12px; margin:auto;
}
#imageContainer {
	width:632px; height:445px; margin:auto; border:2px solid #a6aecb;
}
#loading {
	width:632px; height:449px; text-align:center;
}
#loadinggif {
	border:0; margin-top:200px;
}
form {
	margin:0;
}
.CartItems {
	border:1px solid #a6aecb; height:161px; width:133px; float:left;
}
.pTitle {
	font-size:16px; font-weight:bold; color:#07408e;
}

.SpanSmall {
	font-size:13px; color:#48567b;
}
#FormContent p {
	margin-left:25px;
}
#Help {
	width:200px; float:right; font-size:16px; font-weight:bold;font-style:italic;
}
#FormContent select {
	font-family:"Century Gothic"; color:#48567b; font-size:13px; margin:0 10px;
}
#AdLine {
	margin:10px; height:36px; line-height:36px; padding-left:10px;
}
#AdLine div {
	float:left; height:33px; font-size:13px; font-weight:bold; color:#07408e; padding-top:3px;
}
#Help a, #AdLine a {
	color:#48567b; text-decoration:none;
}
#Help a:hover, #AdLine a:hover {
	color:#60aefe; text-decoration:none;
}
.Line {
	width:621px; height:1px; background:#b0adad; margin:21px auto; clear:both;
}
a {
	color:#48567b;
}
a:hover {
	color:#60aefe; text-decoration:none;
}
.Purchase {
	margin: 0 23px;
}
.Purchase p,label {
	margin:0;color:#48567b;
}
.Purchase input {
	height:17px; line-height:17px; border:1px solid #607faa; background:#fff; font-family:"Century Gothic"; font-size:13px; margin:10px 5px 0 0; color:#48567b;
}
.sTitle {
	font-size:13px; font-weight:bold; color:#06408e!important;
}
.ItemWrapper {
	height:181px; width:133px; float:left; margin-right:24px;
}
.cartitem {
	border:1px solid #a6aecb; height:161px; width:133px;
}
.pimg {
	text-align:center;margin:0;margin-top:7px;
}
.pdet {
	text-align:center;font-size:12px; font-weight:bold; margin-top:4px;color:#48567b
}
.remove {
	font-size:10px; color:#48567b;font-weight:bold;
}
#CartWrapper {
	padding-top:12px; padding-left:30px;
}
#Warning {
	float:right; width:300px; margin-top:13px; height:18px; color:red; font-weight:bold;
}
#OrderText {
	margin-left:50px;font-weight:bold; font-size:14px; 
}
#OrderText p {
	margin-bottom:10px;color:#48567b;
}
#OrderText p.oTitle {
	font-size:15px; font-style:italic; color:#07408e; margin-bottom:15px;
}
#FeedBack {
	clear:both;
}
#FeedBack p {
	font-size:13px; color:#06408e; margin-top:15px; padding-left:18px; background:url(../gfx/qarrow.gif) no-repeat 0 4px;
}
#FeedBack label {
	font-size:13px; color:#48567b;
}
#FeedBack textarea {
	border:1px solid #a1c4da; color:#48567b; padding:3px; font-family:"Century Gothic";
}
#Instructions {
	clear:both;
}
#Instructions p,li {
	font-weight:normal; font-size:14px;color:#48567b;
}
#Instructions ul {
	margin-left:30px; margin-bottom:7px;
}
#Instructions h2 {
	font-size:15px; color:#07408e; margin-bottom:15px;
}
#Instructions h2 span {
	font-weight:normal; font-size:14px;
}
#Instructions h3 {
	font-size:14px; color:#48567b; margin-bottom:0;
}
.iTitle {
	font-size:14px; color:#48567b; font-weight:bold;
}
#FeedBackThanks p {
	color:#910101; font-weight:normal;
}
#FeedBackThanks p strong {
	font-size:15px; font-style:italic;
}
.formerror {
	color:#FF0000;
}
/*---------THICKBOX---------------*/
*{padding: 0; margin: 0;}

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#7f9db9;
	filter:alpha(opacity=76);
	-moz-opacity: 0.76;
	opacity: 0.76;
	height:100%;
	width:100%;
}
* html #TB_overlay {
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	position: fixed;
	background:#fff;
	z-index: 102;
	display:none;
	border:1px solid #999191;
	text-align:left;
	top:50%;
	left:50%;
}
* html #TB_window {
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
#TB_caption{
	height:25px;
	padding:0;
	float:left;
}
#TB_closeWindow{
	height:0px;
	padding:0;
	float:right;
}
#TB_closeAjaxWindow{
	padding: 0;
	margin-bottom:0;
	text-align:right;
	float:right;
}
#TB_ajaxWindowTitle{
	float:left;
	padding:0;
	margin-bottom:0;
}
#TB_title{

	height:0;
}
#TB_ajaxContent{
	clear:both;
	padding:0;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}
#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -4px;
}
* html #TB_load {
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}
* html #TB_HideSelect {
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:0;
	margin-top:0;
	_margin-bottom:0;
}