@import url("gary.css");
/* 
*	CSS STYLES FOR Dunns Pro Photo
*/

/*
* 	TAGS
*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #797979;
}
img { border: 0}
	
p, td, ul, ol, li, dl, dt, dd {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #797979;
	/* be nice to Netscape */
}

text, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

a:link, a:visited, a:hover, a:active {
	font-weight: normal;
	color: #FF0000;
}	

h2 {
	margin: 0 0 10px 0;
}
/* 
 *  PAGE DIVISIONS 
 */
#banner {
	width: 95%;
	height: 75px;
	margin: 0 auto;
	overflow: hidden;
	display: block;
}

#banner #ident {
	float: left;
	padding-top: 30px;
	display: block;
}

#banner #pplogo {
	float: right;
	padding-left: 143px;
	display: block;
}

#centred_banner {
	width: 800px;
	height: 75px;
	margin: 0 auto;
	display: block;
}

#centred_banner #ident {
	float: left;
	padding-top: 30px;
	display: block;
}

#centred_banner #pplogo {
	float: left;
	padding-left: 143px;
	display: block;
}

#summary_strip {
	width: 850px;
	padding: 2px 0;
	height: 28px;
	line-height: 18px;
	display: block;
	overflow: hidden;
	clear: left;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
}

#centred_summary_strip {
	text-indent: 10px;
	padding: 2px 0;
	width: 850px;
	height: 28px;
	line-height: 18px;
	display: block;
	overflow: hidden;
	clear: left;
	float: left;
	border: #CCCCCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
}

#control_strip {
	width: 700px;
	height: 50px;
	display: block;
	overflow: hidden;
	background-color: #EEEEEE;
	border: none #CCCCCC;
	float: left;
	line-height: 22px;
	padding-left: 10px;
	padding-top: 10px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	
}

#control {
	height: 20px;
	display: inline;
	padding: 0px 10px 0px 0px;
}

.centred_control_strip {
	width: 860px;
	text-indent: 10px;
	padding: 2px 0;
	height: 22px;
	line-height: 20px;
	display: block;
	overflow: hidden;
	clear: left;
	background-color: #EEEEEE;
	float: left;
	border: 1px none #CCCCCC;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
}

#lower_strip {
	padding-top: 20px;
	clear: left;
	display: block;
	text-indent: 10px;
}

#w3c {
	width: 690px;
	margin: auto;
	clear: left;
	display: block;
	float: left;
}

#centred_w3c {
	width: 850px;
	margin: auto;
	clear: left;
	padding: 0px;
	display: block;
	float: left;
}

#pictures_area {
	width: 730px;
	display: block;
	margin: auto;
	float: left;
	clear: left;
}

#page {
	width: 850px;
	margin: auto;
	padding: 20px 10px 50px;
	display: block;
	float: left;
}

#review {
	margin: auto;
	padding: 10px 0px 30px 10px;
	display: block;
	float: left;
	clear: left;
	width: 800px;
}

#delivery {
	width: 850px;
	margin: auto;
	padding: 0px 0;
	display: block;
	float: left;
	clear: left;
}

#delivery_block {
	width: 500px;
	display: block;
	padding: 10px;
}

.row {
	height: auto;
	width: 850px;
	clear: left;
	padding-top: 10px;
	display: block;
	font-size: 10px;
}

.underline {
	border-bottom: 1px solid #797979;
}

.cell_50 {
	width: 50px;
	float: left;
	display: block;
}

.cell_70 {
	width: 70px;
	float: left;
	display: block;
}

.cell_100 {
	width: 100px;
	float: left;
	display: block;
}

.cell_120 {
	width: 120px;
	float: left;
	display: block;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.cell_130 {
	width: 130px;
	float: left;
	display: block;
}

.cell_150 {
	width: 140px;
	float: left;
	display: block;
	padding-left: 10px;
}
.cell_270 {
    width: 270px;
    float: left;
    padding-right: 0px;
    display: block;
}
.cell_360 {
    width: 360px;
    float: left;
    padding-right: 10px;
    display: block;
}
.cell_350 {
	width: 220px;
	float: left;
	display: block;
}

/*
* CUSTOM STYLE CLASSES
*/
.bold {
	font-weight: normal;
}

/* heavy black */
.black {
	font-weight: normal;
	color: #000;
}

/* heavy red */
.red {
	font-weight: normal;
	color: #FF0000;
}

/* heavy green */
.green {
	font-weight: normal;
	font-style: italic;
	color: #FF0000;
}

.hidden{
  display: none;
}

.error {
	display: inline;
	font-weight: bold;
	color: #FF0000;
}
.noborder {
}
#footer_strip {
	padding: 0;
	width: 850px;
	display: block;
	overflow: auto;
	clear: left;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.row2 {
	height: auto;
	width: 350px;
	clear: left;
	padding-top: 10px;
	display: block;
	font-size: 10px;
}
.cell_350right {
	width: 460px;
	float: right;
	display: block;
	padding-left: 0px;
}
.cell_400 {
	width: 400px;
	float: left;
	display: block;
	clear: left;
}
#albums_area {
	width: 500px;
	display: block;
	float: left;
	
}
#album_info {
	width: 515px;
	display: block;
	height: 145px;
	border: 1px none #CCCCCC;
	margin-bottom: 20px;
	background-image: url(../img/album_back1.jpg);
	background-repeat: no-repeat;
	background-position: 160px;
	
}
.imagenewbox {
	height: 160px;
	width: 160px;
	float: left;
	margin-right: 30px;
}
#albums_header {
	width: 137px;
	display: block;
	height: 21px;
	background-color: #D5D5D5;
	padding-top: 0px;
	padding-left: 0px;
	position: absolute;
	top: 176px;
	left: 474px;
	background-image: url(/upload/Images/ToolbarBackground.gif);
	background-repeat: repeat-x;
	border: #CCCCCC solid 1px;
	
}
#albums_header1 {
	width: 422px;
	display: block;
	height: 20px;
	margin-left: 0px;
	padding-top: 4px;
	padding-left: 12px;
	position: absolute;
	top: 147px;
	left: 16px;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
}
#albums_info2 {
	width: 300px;
	display: inline;
	float: left;
	margin-top: 5px;
	border: 1px none #FF0000;
	line-height: 20px;
}
#albums_new {
	width: 161px;
	display: block;
	height: 21px;
	background-color: #D5D5D5;
	padding-top: 0px;
	padding-left: 0px;
	position: absolute;
	top: 176px;
	left: 619px;
	background-image: url(/upload/Images/ToolbarBackground.gif);
	background-repeat: repeat-x;
	border: #CCCCCC solid 1px;
}
#product_header {
	width: 127px;
	display: block;
	height: 21px;
	background-color: #D5D5D5;
	padding-top: 0px;
	padding-left: 0px;
	position: absolute;
	top: 176px;
	left: 41px;
	background-image: url(/upload/Images/ToolbarBackground.gif);
	background-repeat: repeat-x;
	border: #CCCCCC solid 1px;
}
#want_header {
	width: 86px;
	display: block;
	height: 21px;
	background-color: #D5D5D5;
	padding-top: 0px;
	padding-left: 0px;
	position: absolute;
	top: 176px;
	left: 175px;
	background-image: url(/upload/Images/ToolbarBackground.gif);
	background-repeat: repeat-x;
	border: #CCCCCC solid 1px;
}
#pro_header {
	width: 86px;
	display: block;
	height: 21px;
	background-color: #D5D5D5;
	padding-top: 0px;
	padding-left: 0px;
	position: absolute;
	top: 176px;
	left: 268px;
	background-image: url(/upload/Images/ToolbarBackground.gif);
	background-repeat: repeat-x;
	border: #CCCCCC solid 1px;
}
#delete_strip {
	width: 700px;
	height: 30px;
	display: block;
	overflow: hidden;
	background-color: #EEEEEE;
	border: none #CCCCCC;
	float: left;
	padding-left: 10px;
	padding-top: 2px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	vertical-align: middle;
	line-height: 25px;
	padding-right: 15px;
}

