body {
	background-color: #ffffff;
	text-align: center;
	padding: 0px;
	font: normal normal 10px "MS Sans Serif", Geneva, sans-serif;
}
h2 {
	font: normal bold 22px "MS Sans Serif", Geneva, sans-serif;
	color: #785a84;	
}
h3 {
	font: normal bold 16px "MS Sans Serif", Geneva, sans-serif;
	color: #785a84;	
}
strong {
	font: normal bold 12px "MS Sans Serif", Geneva, sans-serif;
	color: #785a84;	
}
p {
	font: normal normal 10px "MS Sans Serif", Geneva, sans-serif;
	color: #000000;	
}
a {
	color: #785a84;
}

#wraper {
	position: relative;
	width: 750px;
	margin: 0px;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
}

#topDiv {
	position: relative;
	width: 750px;
	height: 70px;
	margin: 0px;
	padding: 0px;
}

#topBigBox {
	position: absolute;
	top: 20px;
	left: 0px;
	height: 50px;
	width: 750px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/top_big_box.gif);
	background-repeat: no-repeat;
}

#logoBox {
	position: absolute;
	top: 0px;
	left: 30px;
	height: 50px;
	width: 750px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/dphotolab_logo.gif);
	background-repeat: no-repeat;
}

#topMenuBox {
	position: absolute;
	top: 62px;
	right: 20px;
	font: normal bold 12px "MS Sans Serif", Geneva, sans-serif;
	color: #785a84;
	background-color: White;
	border-left: 2px solid #785a84;
	border-right: 2px solid #785a84;
}
#topMenuBox a {
	text-decoration: none;
}
#topMenuBox a:hover {
	text-decoration: underline;
}

#spaser1 {
	position: relative;
	height: 10px;
}

#mainContainerDiv {
	position: relative;
	width: 750px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	min-height: 410px;
	]height: 410px;
}

#footerDiv {
	position: relative;
	width: 750px;
	height: 60px;
	margin: 0px;
	padding: 0px;
}

#footerBigBox {
	position: absolute;
	top: 6px;
	left: 0px;
	height: 50px;
	width: 750px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/footer_box.gif);
	background-repeat: no-repeat;
}
#footerMenuBox {
	position: absolute;
	top: 0px;
	left: 60px;
	font: normal normal 10px "MS Sans Serif", Geneva, sans-serif;
	color: #785a84;
	background-color: White;
	border-left: 2px solid #785a84;
	border-right: 2px solid #785a84;
}
#footerMenuBox a {
	text-decoration: none;
}
#footerMenuBox a:hover {
	text-decoration: underline;
}

#copyrightBox {
	position: absolute;
	top: 17px;
	left: 60px;
	font: normal normal 8px "MS Sans Serif", Geneva, sans-serif;
	color: #9A9A9A;	
}

/* home.php */
#homePic {
	position: relative;
	width: 500px;
	height: 405px;
	background-image: url(images/home.jpg);
	background-repeat: no-repeat;
}

/* content */
.cntDiv {
	position: relative;
	width: 500px;
	padding-bottom: 10px;
}

/* menu */
#menuDiv {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
	
}
/* cart */
#cartBox {
	position: relative;
	width: 240px;
	height: 55px;
	background-image: url(images/search_box.gif);
	background-repeat: no-repeat;
	font: normal bold 10px "MS Sans Serif", Geneva, sans-serif;
	padding-bottom: 10px;
}
.carBoxTitle {
	position: absolute;
	top: 6px;
	left: 10px;	
}
.carBoxInfo {
	position: absolute;
	top: 30px;
	left: 12px;	
	font: normal normal 10px "MS Sans Serif", Geneva, sans-serif;
}
.carBoxCheckout {
	position: absolute;
	top: 25px;
	right: 10px;	
	font: normal normal 10px "MS Sans Serif", Geneva, sans-serif;
	border: 1px solid #B9B9B9;
	padding: 4px;
}
.carBoxCheckoutOver {
	position: absolute;
	top: 25px;
	right: 10px;	
	font: normal normal 10px "MS Sans Serif", Geneva, sans-serif;
	border: 1px solid #B9B9B9;
	background-color: #E2E2E2;
	cursor: pointer;
	padding: 4px;
}

/* search */
#searchBox {
	position: relative;
	width: 240px;
	height: 55px;
	background-image: url(images/search_box.gif);
	background-repeat: no-repeat;
	font: normal bold 10px "MS Sans Serif", Geneva, sans-serif;
	padding-bottom: 10px;
}
.searchT {
	position: absolute;
	top: 6px;
	left: 10px;	
}
.searchG {
	position: absolute;
	top: 22px;
	left: 10px;
	border: 1px solid #785a84;
	width: 180px;
	height: 16px;
	text-align: left;
}
.searchGO {
	position: absolute;
	top: 22px;
	right: 10px;
	border: 1px solid #785a84;
	background-color: White;
	width: 30px;
	height: 20px;
	text-align: center;	
}

#menuBox {
	position: relative;
	width: 240px;
	padding-bottom: 10px;
}

.menuTopLine {
	position: relative;
	background-image: url(images/menu_box_top.gif);
	background-repeat: no-repeat;
	width: 240px;
	height: 3px;
	margin: 0;
	padding: 0;
	font: bold 2px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#menuMiddle {
	position: relative;
	width: 236px;
	border-left: 2px solid #785a84;
	border-right: 2px solid #785a84;
	margin: 0;
	padding: 0;
}
#menuFootLine {
	position: relative;
	width: 240px;
	height: 3px;
	background-image: url(images/menu_box_foot.gif);
	background-repeat: no-repeat;
	font-size: 1px;
}

#menuBrowse {
	position: relative;
	background-image: url(images/menu_browse.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 21px;
}

.menuItem {
	position: relative;
	width: 100%;
	height: 25px;
	font: normal bold 10px "MS Sans Serif", Geneva, sans-serif;
	text-align: center;
	padding-top: 10px;
	border-top: 1px dashed #ffffff;
	border-bottom: 1px dashed #ffffff;
	vertical-align: middle;
	cursor: pointer;
}
.menuItemOver {
	position: relative;
	width: 100%;
	height: 25px;
	font: normal bold 10px "MS Sans Serif", Geneva, sans-serif;
	text-decoration: underline;
	text-align: center;
	padding-top: 10px;
	border-top: 1px dashed #785a84;
	border-bottom: 1px dashed #785a84;
	background-color: #EAEAEA;
	vertical-align: middle;
	cursor: pointer;
}

.ctgHeaderLink {
	position: relative;
	font: normal bold 12px "MS Sans Serif", Geneva, sans-serif;
	height: 12px;
}
.ctgDescription {
	position: relative;
	font: normal normal 10px "MS Sans Serif", Geneva, sans-serif;
	margin-top: -11px;
}

/* product tmb*/
.prdCell {
	text-align: center;
	padding: 3px;
	
}
.prdBox {
	position: relative;
	width: 150px;
	height: 150px;
	padding: 3px;
	text-align: center;
	border: 1px solid #F2F2F2;
	background-color: #ffffff;
}
.prdBoxOver {
	position: relative;
	width: 150px;
	height: 150px;
	padding: 3px;
	text-align: center;
	border: 1px solid #ADADAD;
	background-color: #EBEBEB;
	cursor: pointer;
}
.prdNewItem {
	position: absolute;
	bottom: 3px;
	left: 3px;
	font: italic bold 11px "MS Sans Serif", Geneva, sans-serif;
	color: #0608FF;
}
.prdOnSaleItem {
	position: absolute;
	bottom: 3px;
	right: 3px;
	font: italic bold 11px "MS Sans Serif", Geneva, sans-serif;
	color: #BB0000;
}
.imgTmbDiv {
	position: relative;
	width: 120px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
}

.prdTmbName{
	font: normal bold 11px "MS Sans Serif", Geneva, sans-serif;	
	color: #696969;
}

/* product page */
.productDiv {
	position: relative;
	width: 500px;	
}
.productImage {
	position: relative;
	width: 240px;
	height: 240px;
	border: 1px solid #F2F2F2;
	text-align: center;
	padding: 5px;
}
.productImageControl {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 236px;
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #DCDCDC;
	display: none;
}

.productRightDiv {
	position: absolute;
	display: block;
	top: 7px;
	left: 260px;
	width: 200px;
}
.productDescrName {
	position: relative;
	font: normal bold 20px "MS Sans Serif", Geneva, sans-serif;
	color: #785a84;
	padding-bottom: 10px;
	padding-top: 10px;
}
.productDescrOptions {
	position: relative;
	font: normal bold 12px "MS Sans Serif", Geneva, sans-serif;
	color: #000000;
	margin-left: 10px;
	padding-bottom: 5px;
}

#cartAddTo {
	width: 200px;
	border: 1px solid #B9B9B9;
}
.cartAddReady {
	font: normal bold 14px "MS Sans Serif", Geneva, sans-serif;
	width: 194px;
	text-align: center;
	padding: 3px;
	border-bottom: 1px dashed #B9B9B9;
	background-color: #E8E8E8;
}
.cartAddPrd {
	font: normal normal 10px "MS Sans Serif", Geneva, sans-serif;
	text-align: center;
	padding: 5px;
	line-height: 15px;
}
.cartAddPrice {
	display: block;
	font: normal bold 12px "MS Sans Serif", Geneva, sans-serif;
	margin-top: 20px;
}
.cartAddSale {
	font: normal bold 9px "MS Sans Serif", Geneva, sans-serif;
	color: #C23232;
	padding-bottom: 3px;
	
}
.cartAddBuy {
	font: normal bold 12px "MS Sans Serif", Geneva, sans-serif;
	text-align: center;
	padding: 5px;
	line-height: 25px;
}

.prdShpInfo {
	width: 190px;
	font: normal bold 10px "MS Sans Serif", Geneva, sans-serif;
	text-align: left;
	padding: 5px;
	line-height: 15px;
	border: 1px solid #B9B9B9;
	background-color: #E8E8E8;
}
#prdShpInfoMore {
	position: relative;
	display: none;
	width: 190px;
	font: normal normal 10px "MS Sans Serif", Geneva, sans-serif;
	text-align: left;
	padding: 5px;
	line-height: 15px;
	border-left: 1px solid #B9B9B9;
	border-right: 1px solid #B9B9B9;
	border-bottom: 1px solid #B9B9B9;
	background-color: #ffffff;
}
#bigPic {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 470px;
	height: 400px;
	border: 1px solid;
	background-color: White;
	padding: 5px;
	display: none;
	z-index: 10;
	text-align: center;
}
.picBorder {
	border: 1px solid #2F2F2F;
}
.biPicClose {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

/* main shopping cart */
#cartDiv {
	position: relative;
	display: block;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.tdHeader {
	border-bottom: 2px solid #B9B9B9;
	font: normal normal 12px "MS Sans Serif", Geneva, sans-serif;
	text-align: center;
}
.tdItem {
	border-bottom: 1px dotted #B9B9B9;
	font: normal normal 10px "MS Sans Serif", Geneva, sans-serif;
}
.tdNoLine {
	font: normal normal 10px "MS Sans Serif", Geneva, sans-serif;
}
.tdTotal {
	font: normal bold 11px "MS Sans Serif", Geneva, sans-serif;
}
.cartQtyField {
	border: 1px solid #785a84;
	width: 40px;
	height: 12px;
	text-align: right;
	font: normal normal 10px "MS Sans Serif", Geneva, sans-serif;
}
.cartButton {
	position: relative;
	font: normal normal 10px "MS Sans Serif", Geneva, sans-serif;
	border: 1px solid #B9B9B9;
	padding: 4px;
}
.cartButtonOver {
	position: relative;
	font: normal normal 10px "MS Sans Serif", Geneva, sans-serif;
	border: 1px solid #B9B9B9;
	background-color: #E2E2E2;
	cursor: pointer;
	padding: 4px;
}

#centerDiv {
	position: relative;
	display: block;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* login */
.loginTable {
	border: 1px solid #B9B9B9;
	background-color: #ffffff;
	font: normal normal 10px "MS Sans Serif", Geneva, sans-serif;
}
.loginField {
	border: 1px solid #785a84;
	width: 120px;
	height: 12px;
	text-align: left;
	font: normal normal 10px "MS Sans Serif", Geneva, sans-serif;
}
#emailExist {
	border: 1px solid #DC143C;
	background-color: #FFFFD0;
	width: 370px;
	height: 12px;
	text-align: left;
	font: normal bold 10px "MS Sans Serif", Geneva, sans-serif;
	color: #CE0000;
	padding: 5px;
	display: none;
	margin: 2px;
}

/* table */
.tableDiv{
	position: relative;
	display: block;
	width: 380px;
	border: 1px solid #B9B9B9;
	background-color: #ffffff;
	padding: 5px;
}
.tableTR {
	position: relative;
	display: block;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	padding: 3px;
}
.tableErrorTR {
	position: relative;
	display: block;
	border: 1px solid #FF6347;
	background-color: #FFFDDF;
	padding: 3px;
}
.tableLeftTD {
	position: relative;
	width: 100px;
	height: 20px;
	font: normal normal 11px "MS Sans Serif", Geneva, sans-serif;
	text-align: right;
}
.tableRightTD {
	position: absolute;
	top: 3px;
	left: 120px;
	width: 220px;
	height: 20px;
	text-align: left;
	font: normal normal 11px "MS Sans Serif", Geneva, sans-serif;
}
.tableErrorMsg {
	position: relative;
	width: 320px;
	height: 20px;
	font: normal bold 12px "MS Sans Serif", Geneva, sans-serif;
	color: #E33F00;
	text-align: center;	
}
.formField {
	border: 1px solid #785a84;
	width: 200px;
	height: 12px;
	text-align: left;
	font: normal normal 11px "MS Sans Serif", Geneva, sans-serif;	
}
.frmSubmitBtnDiv {
	position: relative;
	width: 400px;
	text-align: center;
	padding: 5px;
}
.frmSubmitBtn {
	font: normal normal 10px "MS Sans Serif", Geneva, sans-serif;
	border: 1px solid #B9B9B9;
	padding: 4px;
}

/* checkout */
.chkShipAndBill {
	position: relative;
	width: 500px;
	font: normal normal 10px "MS Sans Serif", Geneva, sans-serif;
}
.chkBill {
	position: relative;
	width: 220px;
	padding: 5px;
	border-left: 1px dashed #B9B9B9;
	border-top: 1px dashed #B9B9B9;
}
.chkShip {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 220px;
	padding: 5px;
	border-left: 1px dashed #B9B9B9;
	border-top: 1px dashed #B9B9B9;
}
.chkEditAddr {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 2px;
	border-left: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
	border-right: 1px solid #C9C9C9;
	background-color: #F6F6F6;
	cursor: pointer;
}
.chkPayPal {
	text-align: center;
}

#promoCode {
	text-align: center;
	margin-top: 10px;
	margin-bottom:10px;
	padding: 10px;
	border:1px solid #ffffff;
}
.promoCodeError {
	font: normal bold 12px "MS Sans Serif", Geneva, sans-serif;
	color: #E33F00;	
}

#wrkng {
	position: absolute;
	top: 0px;
	right: 0px;
	display: none;
}

/* edit address on checkout */
.editAddrList {
	position: relative;
	width: 200px;
	margin-top: 5px;
	padding: 5px;
	border: 1px solid #B9B9B9;
	background-color: #F6F6F6;
	cursor: pointer;
}

.links {
	position: relative;
	padding-bottom: 20px;
}