/*  ===== pt_error Notes =====   /
	The Container wraps the complete page content inside the body. 
	It allows to give the page a visible margin and padding and
	have a different background color around the container.
	
	All display: inline before floats shall prevent the IE from its own stupidity.
	http://www.positioniseverything.net/explorer/doubled-margin.html
*/

/***********************************************/
/* Page Structure CSS                          */
/***********************************************/

#pt_error #content {
    margin: 0px;
    width:788px;
    padding: 0px;
    color: #5e5f5e;
}
#pt_error #leftColumn {
    padding: 0px;
    width:138px;
    padding: 37px 0px 60px 60px;
}

#pt_error h1 {
	padding: 0px 250px 0px 30px;
	margin: 17px 0px 0px 0px;
	background:transparent url(../images/left_shadow_top.jpg) no-repeat scroll 0 0;
}

	
/***********************************************/
/* Page Styling CSS                            */
/***********************************************/	
#header .headertext {
	color: #444444;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	margin-left: 10px;
}
#content .errorcontent {
	background:transparent url(../images/left_shadow_middle.jpg) repeat-y scroll 0 0;
}
#content .errorcontent .left_bottom {
	height: 37px;
	width: 8px;
	background:transparent url(../images/left_shadow_bottom.jpg) no-repeat scroll 0 0;
}

#content .errorbox {
	margin: 0px;
	padding: 20px 250px 0px 30px;
}
#content .errorbox h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 22px 0px;
}
#content p {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-size: 12px;
}
#content .lastline {
	padding: 0px 0px 5px 0px;
}
#content p a {
	text-decoration: underline;
}
#content .buttonbox {
	padding: 0px;
	margin: 0px 0px 17px 0px;
}
#content .textleft {
	display: inline; 
	float: left;
	font-size: 12px;
	line-height: 22px;
	margin-right: 6px;
}
#content .textright {
	display: inline; 
	float: left;
	font-size: 12px;
	line-height: 22px;
	margin-left: 6px;
}
#content a.tostore {
	font-size: 10px;
}
#content .bottomline {
	background: transparent url(../images/search_nohits_bottom.gif) no-repeat scroll center top;
	width: 100%;
	margin-top: 5px;
	height: 25px; }	
	
#message {
	padding: 20px;
	border: 1px solid #444444;
}

div.errorcontent div.errorbox.generalError div.error div div.buttonbox{float:left;display:inline;}
div#addNA div.contentasset div.categoryasset{padding-right:0 !important;}
div#addNA div.contentasset div.categoryasset div.imageblock{padding-right:3px !important;}
div#addNA div.searchBarBox{margin-left:30px;}
div#addNA div.searchBarBox div.searchbar{margin-top:17px;}
div#addNA div.searchBarBox div.searchbar div.searchbarHeadline{text-transform:uppercase;color:#444;}
#content div.errorbox.generalError div.error div p.lastline{clear:left;}
