/*///////////////////////////////////////////////////////////////////////////////////// Product Detail Styles */
#h1ProdDetails {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	text-decoration: underline;
	display: block;
	height: 42px;
	background-image: url(../images/title-bkg.jpg);
	background-repeat: repeat-x;
	padding-left: 50px;
	padding-top: 5px;
	margin-bottom: 10px;
}

#h1MuralDetails {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	text-decoration: underline;
	display: block;
	width: 845px;
	height: 42px;
	background-image: url(../images/title-bkg.jpg);
	background-repeat: repeat-x;
	padding-left: 50px;
	padding-top: 5px;
	margin-bottom: 10px;
}
.pProdDetails {
	font-size: 12px;
	margin-left: 50px;
	margin-right: 20px;
}
#divProdUpload {
	height: 200px;	
	width: 250px;	
	float: left;
	margin-left: 50px;
	margin-top: 20px;
	padding-bottom: 50px;
}
#divProdUpload Table {
	width: 100%;
	height: 100%;
	background-image: url(../images/upload-bkg.jpg);
	background-repeat: repeat-x;
	background-color: #031529;
	border: 1px solid #ffffff;
}
#divProdUpload TD {
	padding: 10px;
	text-align: right;
	vertical-align: top;
}
.tdProdUploadlbl {
	width: 110px;
}
#divProdUpload P{
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
#divUploadNotes {
	float: left;
	width: 570px;
	margin-top: 20px;
	border: 0px solid #000000;
	}
.pInstructions{
	font-size: 12px;
	margin-left: 50px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.pInstructions2{
	font-size: 12px;
	margin-left: 50px;
	margin-right: 20px;
	margin-bottom: 10px;
	font-style: italic;
}
.pInstructions2 a:link, .pInstructions2 a:visited {
	color: #114158;
	text-decoration: underline;
	font-weight: bold;
}
.pInstructions2 a:hover {
	color: #3A718F;
	text-decoration: none;
	font-weight: bold;
}
.Button {
	text-align: center;
}
/*//////////////////////////////////////////////////////////////////////////// View Cart Styles */
#panelNothingInCart P{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}
#divCartContainer {
	width: 100%;
	text-align: center;
}
#divCartBox {
	margin: auto;
	margin-top: 10px;
	width: 80%;	
}
.ViewCartGridHeader td{
	
	padding:5px 5px 5px 5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../images/cart-header.jpg);
	background-repeat: repeat-x;
	background-color: #69B3CC;
	border: 1px solid #42658B;
}
.ViewCartOddRow td {
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	background-color: #ffffff;
	border: 1px solid #97A8B0;
}
.ViewCartEvenRow td {
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	background-color: #F4F5F7;
	border: 1px solid #97A8B0;
}
.ViewCartOddRow a:link, .ViewCartOddRow a:visited, .ViewCartEvenRow a:link, .ViewCartEvenRow a:visited {
	font-weight: bold;
	color: #0F394F;
	text-decoration: none;
}
.ViewCartOddRow a:hover, .ViewCartEvenRow a:hover {
	text-decoration: underline;
}
#tblViewTotal {
	width: 100%;
	margin: auto;
}
#tblViewTotal td{
	vertical-align: bottom;
	padding: 10px;
}
#tblViewTotal P {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	color: #031529;
}
#btnUpdateQuantities {
	width: 100px;
	margin: auto;
	text-align: center;
}
/*/////////////////////////////////////////////////////////////////////////////// Confirm Order */
.RowHeader td{
	padding:5px 5px 5px 5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../images/cart-header.jpg);
	background-repeat: repeat-x;
	background-color: #69B3CC;
	border: 1px solid #42658B;
}
.RowOdd td {
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	background-color: #ffffff;
	border: 1px solid #97A8B0;
}
.RowEven td {
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	background-color: #F4F5F7;
	border: 1px solid #97A8B0;
}
#pCartSubTotal
{
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #031529;
	margin-right: 105px;
	margin-top: 15px;
	margin-bottom: 5px;
}
#pShipping
{
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #031529;
	margin-right: 105px;
	margin-bottom: 5px;
}
#pTaxes
{
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #031529;
	margin-right: 105px;
	margin-bottom: 5px;
}

#pCartRushOrder
{
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #031529;
	margin-right: 105px;	
	margin-bottom: 5px;
}

#pCartTotal
{
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #031529;
	margin-right: 105px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#tblPaymentInfo {
	width: 80%;
	margin: auto;
	margin-left: 90px;
}
#divConfirmBilling{
	margin-bottom: 10px;
	background-image: url(../images/upload-bkg.jpg);
	background-repeat: repeat-x;
	background-color: #031529;
	border: 1px solid #ffffff;
	padding: 5px;
	padding-top: 10px;
	color: #ffffff;
	font-size: 12px;
}
#divConfirmShipping{
	margin-bottom: 20px;
	background-image: url(../images/upload-bkg.jpg);
	background-repeat: repeat-x;
	background-color: #031529;
	border: 1px solid #ffffff;	
	padding: 5px;
	padding-top: 10px;
	color: #ffffff;
	font-size: 12px;
}
#divConfirmBilling a:link, #divConfirmBilling a:visited, #divConfirmShipping a:link, #divConfirmShipping a:visited {
	color: #00E4FF;
	text-decoration: underline;
}
#divConfirmBilling a:hover, #divConfirmShipping a:hover {
	text-decoration: none;
}
#tblCardInfo {
	width: 90%;
	margin-left: 30px;
	background-image: url(../images/cardinfo-bkg.jpg);
	background-repeat: repeat-x;
	background-color: #97B458;
	border: 1px solid #ffffff;
	color: #2A380D;
	font-size: 12px;
	padding: 5px;
	padding-top: 10px;
}
#tblCardInfo  TD{
	padding: 5px;
	font-weight: bold;
}
#tblCardInfo A, #tblCardInfo A:link {
	font-weight: normal;
}
#tblCardInfo A:hover {
	text-decoration: none;
}
.inpCCInfo {
	width: 200px;
}
#divOrderBtnContainer {
	width: 100%;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 20px;
}
#btnPlaceOrder {
	margin-right: 16px;	
	text-align: center;
}