/* @override 
	http://localhost:8888/Giant_Pics/css/giantpics.css
	http://122.201.80.110/~giantpic/css/giantpics.css
	http://www.giantpics.com.au/css/giantpics.css
*/

body {
	margin: 0;
	background-color: #373741;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a img {
	border-style: none;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	background-color: #f5f5f5;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
}

#navBar {
	background-color: #ffcb1f;
	width: 900px;
	padding: 15px 30px;
	text-align: right;
	font: .8em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

#header {
	width: 900px;
	padding-right: 30px;
	padding-left: 30px;
	background: url(../images/bacgrounds/shadow_top.png) no-repeat 0 bottom;
}

#logo {
	float: left;
	background: url(../images/logos/giant-pics-logo.png) no-repeat;
	width: 301px;
	margin-top: 30px;
	height: 85px;
	margin-bottom: 30px;
}

#caption {
	float: right;
	background: url(../images/text/capture-the-moment.png) no-repeat;
	height: 53px;
	width: 338px;
	margin-top: 45px;
}

#content {
	width: 960px;
	background-color: white;
	padding-top: 25px;
	padding-bottom: 25px;
}

#options {
	width: 906px;
	padding: 26px 26px 30px 27px;
	background: url(../images/bacgrounds/shadow_bottom.png) no-repeat;
}

#upload table {
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
}

.fileBrowser {
	padding: 15px;
	background-color: #f7f7f7;
	border: 1px dotted #d7d7d7;
}

.submit {
	padding-top: 10px;
	padding-bottom: 15px;
}

.submit input {
	margin-bottom: 5px;
}

.optionBox {
	float: left;
	width: 226px;
	color: #d7d7d7;
	font-size: .8em;
	background: #c8c8c8 url(../images/bacgrounds/optionBox.png) repeat-x 0 90px;
	border-right: 1px solid #a0a0a0;
	text-align: center;
	min-height: 21em;
	position: relative;
}

.pricesBox {
	float: left;
	width: 301px;
	margin-top: 15px;
	color: #d7d7d7;
	font-size: .8em;
	background: #c8c8c8 url(../images/bacgrounds/optionBox.png) repeat-x 0 45px;
	border-right: 1px solid #a0a0a0;
	text-align: center;
	min-height: 25em;
	position: relative;
	padding-bottom: 15px;
}

#progressBar {
	width: 906px;
	padding-right: 26px;
	padding-bottom: 30px;
	padding-left: 27px;
	margin-bottom: 20px;
}

.progressBox {
	float: left;
	border-right: 1px solid #a0a0a0;
}

.hideBorder {
	border-right-style: none;
	width: 225px;
}

.hideBorderPriceBox {
	border-right-style: none;
	width: 300px;
}

#editContainer {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background-color: #7c7c84;
	border: 1px solid #7c7c84;
	color: white;
	clear: both;
}

#cartButton {
	float: right;
	margin-left: 15px;
	margin-top: -5px;
}

#editPreview {
	float: left;
}

iframe {
	border-style: none;
}

#getStarted {
	background-color: #373741;
	width: 866px;
	float: left;
		-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	min-height: 70px;
	padding: 25px 20px;
	font-size: .8em;
}

#getStartedButton:hover {
	cursor: pointer;
	
}

#noPDFmessage {
	display: none;
	color: white;
}

#pdf {
	display: none;
}

#previewMessage {
	display: none;
	text-align: center;
}

#tooSmall {
	padding: 15px;
	float: right;
	width: 160px;
}

#infoBox {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	font-size: .9em;
	text-align: left;
	padding: 20px;
	background-color: #f7f7f7;
	border: 1px solid #7c7c84;
}

#infoBox ul {
	margin: 0 0 0 25px;
}

.infoIcon {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 2px groove white;
	display: none;
}

#infoBox h3 {
	background: url(../images/icons/info_large.png) no-repeat;
	padding: 8px 20px 10px 45px;
	margin-top: 0;
	border-bottom: 2px groove white;
}

#saleWrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #c1282e url(../images/xmasBackground.png) repeat-x;
}

#saleMessage {
	margin-right: auto;
	margin-left: auto;
	color: white;
}

#saleMessage img {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	border-left: 1px solid #ce3d3b;
	border-right: 1px solid #d4686c;
}

#saleMessage h1 {
	font-size: 1.8em;
	margin-top: 10px;
	margin-bottom: 10px;
}

#saleMessage p {
	margin-bottom: 10px;
	margin-top: 10px;
}

/* @group maxLength */

.status {
	color: lime;
	font-size: .8em;
}

.notification {
	color: red;
}



/* @end */

#editTools {
	text-align: left;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	width: 170px;
	float: left;
	background-color: #373741;
	margin-bottom: -32767px;
	padding: 15px 15px 32767px;
}

#footer {
	padding-top: 15px;
	padding-bottom: 25px;
	font: .75em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #7c7c84;
}

/* @group links */

#footer a {
	color: #7c7c84;
	text-decoration: none;
}

#footer a:hover {
	color: #d7d7d7;
}

#navBar a {
	color: black;
	text-decoration: none;
}

#navBar a:hover {
	text-decoration: underline;
}

#options a {
	color: #7c7c84;
	text-decoration: none;
}

#options a:hover {
	color: #373741;
	text-decoration: underline;
}

#editContainer a {
	color: white;
}

#getStarted a:hover {
	text-decoration: underline;
	color: white;
}



/* @end */

/* @group text */

#pdf {
	color: black;
}

#productTable_av img
 {
}

.optionBox h2 {
	font-size: 1em;
	color: #373741;
	margin-top: 25px;
	padding-right: 10px;
	padding-left: 10px;
}

.helvetica {
	font-family: Helvetica;
}

.times {
	font-family: times;
}

#editContainer label {
	color: white;
}

#editContainer h3 {
	color: #d7d7d7;
	margin-bottom: 5px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	font-size: .75em;
}

#editContainer p {
	margin-top: 10px;
	font-size: .8em;
}



/* @end */

/* @group floats */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}



.containFloat {
	clear:both;
	line-height:0;
	height:0;
	font-size:0;	
}

.clearboth {
	clear: both;
}



/* @end */

/* @group margins and stuff */

.RM15px {
	margin-right: 15px;
}

.TM15px {
	margin-top: 15px;
}



/* @end */

#progress {
	display: none;
}

/* @group lists */

.sizeOptions {
	list-style-type: none;
	padding-left: 0;
	text-align: left;
	float: left;
	margin-top: 0;
	margin-left: 40px;
}

.fileSpecs {
	text-align: left;
}

.fileSpecs li {
}

.fileSpecs ul {
	list-style-type: disc;
	margin-bottom: 25px;
}



/* @end */

/* @group img */

.thumb {
	margin-top: 15px;
	margin-bottom: 15px;
}

.arrow {
	position: absolute;
	top: 22px;
	right: -24px;
	z-index: 1;
}

.getStarted {
	margin-bottom: 15px;
}



/* @end */

/* @group change shape buttons */

#changeShape {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#changeShape li {
	background-color: silver;
	cursor: pointer;
	color: #373741;
	background-image: url(../images/bacgrounds/smallButton.png);
	text-shadow: white 0 1px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: .8em;
	padding: .3em 5px;
	margin-bottom: .1em;
}



/* @end */

#productTable_av
 {
	margin-top: 15px;
}

/* @group tables */

.clientInfo {
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	border-collapse: collapse;
}

.clientInfo input {
	width: 98%;
}

.clientInfo .submit input {
	width: 200px;
	font-size: 1em;
	text-align: center;
}

.clientInfo td.submit {
	text-align: center;
	background-color: #d7d7d7;
}

.clientInfo td {
	text-align: left;
	border-bottom: 1px dotted silver;
}

.clientInfo th {
	text-align: left;
	font-weight: normal;
	font-style: normal;
	width: 50%;
	border-bottom: 1px dotted silver;
}

.productListing {
	color: #7c7c84;
	margin-right: auto;
	margin-left: auto;
}

.productListing th {
	text-align: left;
	padding: 3px;
}

.productListing td {
	text-align: left;
	padding: 3px;
}

.sameAsBilling {
	background-color: #d7d7d7;
	padding-left: 5px;
}



/* @end */

/* @group forms */

#productTable_av label {
	font-size: .75em;
	background-image: url(../images/bacgrounds/smallButton.png);
	padding: 5px;
	display: block;
	color: #373741;
	margin-bottom: 1px;
	text-shadow: white 0 1px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.changed {
	background-color: #ffcb1f;
}

textarea#message {
	color: #373741;
	height: 10em;
	padding: 5px;
	width: 160px;
}

#checkoutButton {
	background-color: #ffcb1f;
	padding: 5px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#previewButton {
	margin-top: 20px;
	padding-top: 10px;
	padding: 5px;
	text-align: center;
	margin-bottom: 1px;
	background-color: #7c7c84;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.error {
	color: #c73a3a;
}



/* @end */
