/* This is the shopping stylesheet */

/* Header */
#content #shopping-header {
	padding: 154px 0 0 0;
	background: url('../images/shopping/header.jpg') left bottom no-repeat;
}

/* Display */
#content #shopping-display {
	padding: 20px 0 0 0;
}
#content #shopping-display a {
	text-decoration: underline;
}

/* ----------------------------------------------------- */
/* Column 1 (Left Column): Form Display */
#content #shopping-display #col1 {
	float: left;
	width: 280px;
}
#content #shopping-display #col1 h2 {
	background: url('../images/shopping/form-border.gif') left bottom repeat-x #A1431F;
	font-size: 16px;
	font-weight: bold;
	color: #F8F0E1;
	padding: 5px 0 6px 13px;
}

#content #shopping-display #col1 div {
	padding: 0 0 0 20px;
}
#content #shopping-display #col1 div div {
	padding: 3px;
	background: #E5D4B5;
}
#content #shopping-display #col1 div div div {
	border: 1px solid #FFFFFF;
	padding: 10px;
}

#content #shopping-display #col1 div div div ul li {
	color: #4D2711;
	font-size: 12px;
	font-weight: bold;
}
#content #shopping-display #col1 div div div ul .col1text {
}
#content #shopping-display #col1 div div div ul .col1link {
	text-align: center;
}
#content #shopping-display #col1 div div div ul .col1link a {
	background: #F8F0E1;
	padding: 5px 0;
	margin: 0 0 10px 0;
	display: block;
}
#content #shopping-display #col1 div div div ul .col1link a:hover {
	background: #FFF;
}
#content #shopping-display #col1 div div div ul .col1form {
	padding: 4px 0 10px 0;
}
.col1form select, .col1form input {
	width: 220px;
}
#content #shopping-display #col1 div div div ul .col1send {
	text-align: right;
}


/* ----------------------------------------------------- */
/* Column 2 & 3 (Combined): Wrapper for Columns 2 & 3 */
#content #shopping-display #colwrapper {
	margin: 0 0 0 280px;
}


/* ----------------------------------------------------- */
/* Column 2 (Middle Column): Content Display */
#content #shopping-display #colwrapper #col2 {
	padding: 0 0 0 30px;
	margin: 0 176px 0 0;
}
#content #shopping-display #colwrapper #col2 h2 {
	background: url('../images/shopping/headline-border.gif') left bottom repeat-x;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 3px 0;
}
#content #shopping-display #colwrapper #col2 .welcome {
	color: #A1431F;
}
#content #shopping-display #colwrapper #col2 div {
	padding: 0 0 30px 0;
}
#content #shopping-display #colwrapper #col2 div h4 {
	background: url('../images/shopping/dash-11px.gif') left 10px no-repeat;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 0 0 7px;
}
#content #shopping-display #colwrapper #col2 div h4 strong {
	font-weight: bold;
	font-size: 12px;
}
#content #shopping-display #colwrapper #col2 div h4 a {
	font-weight: bold;
	font-size: 12px;
}
#content #shopping-display #colwrapper #col2 div #topnav {
	float: right;
	padding: 4px 0 0 0;
}
#content #shopping-display #colwrapper #col2 div #topnav li {
	display: inline;
}
#content #shopping-display #colwrapper #col2 div #topnav li a {
	background: url('../images/shopping/arrow-12px.gif') left 5px no-repeat;
	padding: 0 10px 0 10px;
	font-size: 12px;
}
#content #shopping-display #colwrapper #col2 div #topnav .logout a {
	background: url('../images/shopping/arrow-10px.gif') left 4px no-repeat;
	padding: 0 0 0 8px;
	font-size: 10px;
	font-weight: normal;
}

#content #shopping-display #colwrapper #col2 div .column-list td {
	width: 143px;
}
#content #shopping-display #colwrapper #col2 div .column-list td a {
	font-size: 12px;
	background: url('../images/shopping/arrow-12px.gif') left 5px no-repeat;
	padding: 0 0 0 10px;
	display: block;
}
#content #shopping-display #colwrapper #col2 div .column-list td a:hover {
	text-decoration: none;
	color: #333;
}

/* .results */
#content #shopping-display #colwrapper #col2 .results ul {
	padding: 4px 0 0 0;
}
#content #shopping-display #colwrapper #col2 .results ul li {
	padding: 0px; //16px 16px 16px 110px;
}
#content #shopping-display #colwrapper #col2 .results ul li a {
	font-size: 14px;
}
#content #shopping-display #colwrapper #col2 .results ul li span {
	float: right;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

/* .image-display */
#content #shopping-display #colwrapper #col2 .image-display {
	text-align: center;
}
#content #shopping-display #colwrapper #col2 .image-display img {
	margin: 20px 0 0 0;
	border: 1px solid #E7CDBA;
}

/* .body-copy */
#content #shopping-display #colwrapper #col2 .body-copy {
	text-align: left;
	padding: 0;
}
#content #shopping-display #colwrapper #col2 .body-copy p {
	padding: 0 0 16px 0;
}

/* .body-price */
#content #shopping-display #colwrapper #col2 .body-price {
	text-align: center;
	padding: 0;
}
#content #shopping-display #colwrapper #col2 .body-price p {
	padding: 0 0 16px 0;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}

/* #purchase */
#content #shopping-display #colwrapper #col2 #purchase {
	padding: 0 11px;
}
#content #shopping-display #colwrapper #col2 #purchase div {
	border: 1px solid #CCC7C9;
}
#content #shopping-display #colwrapper #col2 #purchase div div {
	border: none;
	padding: 16px 0 0 0;
}
#content #shopping-display #colwrapper #col2 #purchase div h2 {
	background: url('../images/shopping/form-border.gif') left bottom repeat-x #A1431F;
	font-size: 16px;
	font-weight: bold;
	color: #F8F0E1;
	padding: 5px 0 6px 13px;
}
#content #shopping-display #colwrapper #col2 #purchase div .purchase-registry {
	float: left;
	width: 205px;
}
#content #shopping-display #colwrapper #col2 #purchase div .purchase-self {
	margin: 0 0 0 205px;
	background: url('../images/shopping/vertical-border.gif') left top repeat-y;
}
#content #shopping-display #colwrapper #col2 #purchase div .submit-form {
	text-align: center;
	padding: 0 0 0 0;
}
#content #shopping-display #colwrapper #col2 #purchase div p {
	padding: 0 0 4px 18px;
	font-weight: bold;
	font-size: 11px;
}
#content #shopping-display #colwrapper #col2 #purchase div h4 {
	color: #A1431F;
	font-weight: bold;
	background: none;
	padding: 0 0 4px 25px;
	font-size: 14px;
}
#content #shopping-display #colwrapper #col2 #purchase div h4 input {
	margin: 0 5px 0 0;
}
#content #shopping-display #colwrapper #col2 #purchase div .purchase-registry ul {
	padding: 0 0 0 43px;
}
#content #shopping-display #colwrapper #col2 #purchase div ul li {
	font-weight: bold;
	padding: 0 0 4px 0;
}
#content #shopping-display #colwrapper #col2 #purchase div .purchase-self ul {
	padding: 0 0 18px 18px;
}
#content #shopping-display #colwrapper #col2 #purchase div .purchase-self ul li select {
	width: 160px
}
#content #shopping-display #colwrapper #col2 #purchase div .purchase-self ul li input {
	width: 53px
}
#content #shopping-display #colwrapper #col2 #purchase div .purchase-self #select-properties1 {
	
}
#content #shopping-display #colwrapper #col2 #purchase div .purchase-self #select-properties2 {
	display: none;
}
#content #shopping-display #colwrapper #col2 #purchase div .purchase-self #select-properties3 {
	display: none;
}


/* ----------------------------------------------------- */
/* Column 3 (Right Column): Featured Items */
#content #shopping-display #colwrapper #col3 {
	padding: 149px 0 30px 0;
	float: right;
	width: 148px;
	background: url('../images/shopping/dogs.jpg') left top no-repeat #FFF;
}
#content #shopping-display #colwrapper #col3 h2 {
	background: #A1431F;
	color: #F8F0E1;
	font-size: 12px;
	padding: 4px 0 4px 9px;
}
#content #shopping-display #colwrapper #col3 ul {
	padding: 20px 0 0 0;
}
#content #shopping-display #colwrapper #col3 ul li {
	text-align: center;
	padding: 130px 0 10px 0;
}
#content #shopping-display #colwrapper #col3 ul li p {
	color: #A1431F;
	font-size: 13px;
	font-weight: bold;
}
#content #shopping-display #colwrapper #col3 ul li a {
	display: block;
	font-size: 10px;
	font-weight: normal;
}
.errorblock {
	border:1px solid #333;
	background:#c00;
}