/*/////////////////////////////////////////////////////////////////////
	Frame
/////////////////////////////////////////////////////////////////////*/
	
	#container {
	}
	#container #side {
		float:left;
		width:240px;
	}	
	#container #content {
		width:718px !important;
		padding:0 !Important;
		background:#ffffff url(../../../images/layout/content-top.gif) no-repeat top center;
		float:right;
	}

/*/////////////////////////////////////////////////////////////////////
	Sidebar
/////////////////////////////////////////////////////////////////////*/
	/* menu */	
	ul#subnav {
		padding:0 10px;
	}
	ul#subnav li {
		list-style:none;
		float:left;
		width:220px;
		padding:0 0 5px 0;
	}
	ul#subnav li h3 {
		height:20px;
		line-height:20px;
		font-size:1.2em;
		color:#ffffff;
		font-weight:bold;
	}
	ul#subnav li h3 a {
		display:block;
		padding:0 10px;
		height:20px;
		color:#ffffff;
		background:url(../../../images/nav/sidenav-header.gif) no-repeat center top;
	}
	ul#subnav li h3 a:hover {
		background-position:center center;
	}
	ul#subnav li.highlight h3 a {
		background-position:center bottom;
		color:#41010c;
	}
	ul#subnav li.highlight h3 a:hover {
		background-position:center bottom;
		color:#41010c;
	}
	ul#subnav li ul {
		padding:10px 0 5px 0;
		float:left;
	}
	ul#subnav li ul li {
		list-style:none;
		color:#ffffff;
		font-size:1.2em;
		line-height:1.5em;
		padding:0 20px;
		float:left;
		width:180px;
	}
	ul#subnav li ul li a {
		display:block;
		color:#ffffff;
		text-decoration:none;
	}
	ul#subnav li ul li a:hover {
		text-decoration:underline;
	}
	
	/* your order */
	#your-order {
		clear:both;
		width:220px;
		margin:0 auto;
	}
	#your-order h3 {
		height:30px;
		line-height:30px;
		font-size:1.2em;
		font-weight:bold;
		color:#661c29;
		padding:0 10px;
		background:#ffffff url(../../../images/shop/your-order/top.jpg) no-repeat top center;
	}
	#your-order table {
		width:100%;
	}
	#your-order table th {
		background:#661c29;
		height:25px;
		line-height:25px;
		font-size:1.1em;
		color:#ffffff;
		border-bottom:2px solid #e4e4e4;
		text-align:left;
		font-weight:100;
		padding:0 5px;
	}
	#your-order table td {
		background:#ffffff;
		border-bottom:1px solid #661c29;
		color:#661c29;
		font-size:1.1em;
		line-height:22px;
		height:22px;
		padding:0 5px;
	}
	#your-order a.button {
		float:right;
		display:block;
		height:13px;
		width:13px;
		text-indent:-9999px;
		font-size:0.0001em;
		line-height:0.0001em;
		background:url(../../../images/shop/your-order/remove.gif) no-repeat top center;
	}
	#your-order a.button:hover {
		background-position:bottom center;
	}
	#your-order div {
		height:24px;
		background:#e4e4e4 url(../../../images/shop/your-order/bottom.jpg) no-repeat bottom center;
		padding:7px;
	}
	#your-order div a {
		float:left;
		height:24px;
		width:56px;
		text-align:center;
		line-height:24px;
		font-size:1.1em;
		display:block;
		color:#ffffff;
		text-decoration:none;
		background:url(../../../images/shop/your-order/button.jpg) no-repeat top center;
	}
	#your-order div a.button:hover {
		text-decoration:underline;
		background-position:bottom center;
	}

/*/////////////////////////////////////////////////////////////////////
	Content
/////////////////////////////////////////////////////////////////////*/
	
	/* titles */
	#content h2 {
		font-size:3em;
		line-height:1.2em;
		font-weight:bold;
		color:#A0262B;
		margin:0 0 16px 0;
		position:relative;
		text-transform:lowercase;
	}
	#content h3 {
		color:#4b0e18;
		font-weight:100;
		font-size:2.2em;
		line-height:1em;
		margin:0 0 16px 0;
		text-transform:lowercase;
	}
	#content h3 span {
		font-weight:bold;
	}
	/* if below title */
	#content h3.sub {
		margin:-16px 0 16px 0;
	}
	
	/* generic */
	#content h4 {
		font-size:1.8em;
		line-height:1.4em;
		font-weight:bold;
		color:#a0262b;
	}
	#content p, #content ul, #content ol {
		font-size:1.3em;
		color:#717070;
		line-height:1.8em;
		margin:0 0 1.8em 0;
	}
	#content #blurb p, #content #blurb ul, #content #blurb ol {
		font-size:1.3em;
		color:#41010C;
		line-height:1.8em;
		margin:0 0 1.8em 0;
	}
	#content ul li {
		padding:0 0 0 12px;
		margin:0 0 0 10px;
		list-style:none;
	}
	
	#content p a, #content ul a, #content ol a, #content form label a {
		color:#C41230;
		text-decoration:none;
	}
	#content p a:hover, #content ul a:hover, #content ol a:hover, #content form label a:hover {
		text-decoration:underline
	}
	
	/* tables */
	#content table {
		width:100%;
		margin:0 0 30px 0;
	}
	#content table.noWidth {
		width:auto;
		clear:left;
	}
	#content table th, #content table td.head {
		color:#41010c;
		font-size:1.3em;
		line-height:1.6em;
		padding:0 0 4px 0;
		text-align:left;
		font-weight:100;
	}
	#content table th a, #content table td.head a {
		color:#41010c;
	}
	#content table td.head {
		padding:12px 0 4px 0;
	}
	#content table th.right {
		text-align:right;
	}
	#content table th.padding {
		padding:0 15px 4px 0;
	}
	#content table td.padding {
		padding:0 15px 0 0;
	}
	#content table td {
		color:#661c29;
		font-size:1.2em;
		line-height:1.6em;
		padding:1px 0;
	}
	#content table td.right {
		text-align:right;
	}
	#content table td a {
		color:#a0262b;
		text-decoration:underline;
	}
	#content table td a:hover {	
		text-decoration:none;
	}
	#content table td a.button {
		float:right;
		height:24px;
		width:56px;
		text-align:center;
		line-height:24px;
		display:block;
		color:#ffffff;
		text-decoration:none;
		background:url(../../../images/shop/table-button.jpg) no-repeat top center;
	}
	#content table td a.button:hover {
		text-decoration:underline;
		background-position:bottom center;
	}
	
	/* forms */
	#content form {
	}
	#content form label {
		width:162px;
		float:left;
		color:#717070;
		font-size:1.2em;
		line-height:1.8em;
		padding-bottom:22px;
		background:url(../../../images/misc/input.gif) no-repeat bottom center;
		margin:0 10px 10px 0;
		position:relative;
	}
	#content form label input {
		position:absolute;
		bottom:0;
		left:0;
		width:152px;
		padding:4px 5px;
		color:#717070;
		font-size:1em;
		font:Arial, Helvetica, sans-serif;
		border:none;
		background:none;
		height:15px;
	}
	#content form label.wide {
		width:506px;
		background:none;
	}
	#content form label.wide select {
		width:506px;
		position:absolute;
		bottom:0;
		left:0;
	}
	#content form label#textarea.disabled {
		background:url(../../../images/misc/textarea-disabled.gif) no-repeat bottom center;
	}
	#content form label.disabled {
		background:url(../../../images/misc/input-disabled.gif) no-repeat bottom center;
	}
	#content form label#textarea {
		width:678px;
		padding-bottom:112px;
		background:url(../../../images/misc/textarea.gif) no-repeat bottom center;
		margin-right:0;
	}
	#content form label#textarea textarea {
		height:100px;
		width:665px;
		padding:6px;
		position:absolute;
		bottom:0;
		left:0;
		color:#717070;
		font-size:1em;
		line-height:1.4em;
		font:Arial, Helvetica, sans-serif;
		border:none;
		background:none;
	}
	#content form label.last {
		margin-right:0;
	}
	
	#content form label.check {
		background:none;
		padding-bottom:0;
		margin:0;
		width:678px;
		line-height:normal;
	}
	#content form label.check input {
		width:auto;
		height:auto;
		float:left;
		margin:0 10px 0 0;
		position:static;
		top:auto;
		right:auto;
		left:auto;
	}
	#content form label.error {
		color:#a0262b;
	}
	#content form label.error input,
	#content form label.error select,
	#content form label.error textarea {
		color:#a0262b;
	}
	#content form button {
		clear:both;
		text-indent:-9999px;
		font-size:0.001em;
		line-height:0.0001em;
		margin:0 10px 0 0;
		border:none;
		background-position:top center;
		background-repeat:no-repeat;
		height:24px;
		display:block;
	}
	#content form button:hover {
		background-position:bottom center;
	}
	#content button.button {
		float:right;
		height:24px;
		width:56px;
		text-align:center;
		line-height:24px;
		display:block;
		color:#ffffff;
		text-decoration:none;
		background:url(../../../images/shop/table-button.jpg) no-repeat top center;
		font-size:1em;
	}
	#content button.button:hover {
		text-decoration:underline;
		background-position:bottom center;
	}
	#content div.line {
		font-size:0.0001em;
		text-indent:-9999%;
		line-height:0.0001em;
		height:1px;
		padding:0 0 20px 0;
		border-bottom:1px solid #e4e4e4;
		clear:both;
		margin:0 0 20px 0;
	}
	
	/* link button */
	#content a.button {
		float:right;
		height:24px;
		width:56px;
		margin:0 0 1.8em 10px;
		text-align:center;
		line-height:24px;
		display:block;
		color:#ffffff;
		text-decoration:none;
		background:url(../../../images/shop/table-button.jpg) no-repeat top center;
	}
	#content a.button.left {
		float:left;
		margin:0 10px 1.8em 0;
	}
	#content a.button.wide {
		width:82px;
		background:url(../../../images/shop/wide-button.jpg) no-repeat top center;
	}
	#content a.button:hover {
		text-decoration:underline;
		background-position:bottom center;
	}
	#content table a.button {
		margin:0;
	}
	
	/* specific image links for buttons */
	#content form button#btnLogin {
		background-image:url(../../../images/buttons/login-button-w.jpg);
		width:62px;
	}
	#content form button#btnUpdate {
		background-image:url(../../../images/buttons/update-button.jpg);
		width:61px;
	}
	
/*/////////////////////////////////////////////////////////////////////
	Specific pages
/////////////////////////////////////////////////////////////////////*/
	
	/* error */
	#content p.error {
		font-weight:bold;
		color:#ffffff;
		background:#a0262b;
		padding:5px 15px;
		border:1px solid #661c29;
	}
	
	/* total */
	#content table#total {
		float:right;
		width:450px;
	}
	#content table#total td {
		padding:5px 0;
		text-align:right;
	}
	#content table#total td.head {
		text-align:right;
		color:#41010c;
		font-size:1.3em;
	}
	#content table#total tr.total td {
		padding:20px 0 0 0;
	}
	#content table#total tr.total td.head {
		font-size:1.6em;
	}
	
	/* order history */
	#content table th#tDocno, 
	#content table th#tDocdate, 
	#content table th#tRefno {
		width:100px;
	} 
	#content table th#tStatus {
		width:80px;
	}
	
	/* producer */
	#content #blurb {
		float:left;
		width:430px;
		text-align:justify;
	}
	#content input.qty {
		background:url(../../../images/shop/qty-input.jpg) no-repeat top center;
		border:none;
		width:38px;
		height:15px;
		color:#661c29;
		text-align:center;
		padding:4px 5px;
		line-height:1em;
		font-size:1em;
	}
	
	/* gallery on producer and item */
	#content #gallery {
		float:right;
		width:240px;
		margin:-65px 0 0 0;
	}
	#content #gallery img {
		border:1px solid #edebec;
		margin:0 0 0 10px;
	}
	#content #gallery p {
		line-height:1.4em;
		margin:0 0 0 10px;
	}
	#content #gallery ul {
		margin:10px 0 0 0;
		padding:0;
		width:240px;
	}
	#content #gallery ul li {
		height:69px;
		width:69px;
		padding:0 0 10px 10px;
		margin:0;
		background:none;
		float:left;
	}
	#content #gallery ul li img {
		border:1px solid #56172c;
		width:68px;
		height:68px;
		margin:0;
	}
	
	/* producers and listings */
	#content table th#tDescription {
		width:360px;
	}
	#content table th#tStock,
	#content table th#tSize {
		width:80px;
	}
	#content table th#tPrice {
		width:50px;
	}
	#content table th#tQty {
		width:40px;
	}
	#content table th#tLAmount {
		width:75px;
	}
	
	/* search and listing pages */
	#content #searchform {
		position:relative;
		height:57px;	
	}
	#content #searchform #searchPos {
		width:696px;
		padding:15px 0 0 12px;
		position:absolute;
		background:#e7e7d5 url(../../../images/shop/search/box.gif) no-repeat top center;
		border-bottom:1px solid #ffffff;
		height:61px;
		top:-20px;
		left:-15px;
	}
	#content #searchform div {
		float:left;
		width:216px;
		position:relative;
	}
	#content #searchform div.option {
		width:235px;
	}
	#content #searchform div label {
		background:none;
		color:#4d111b;
		font-size:1.1em;
		line-height:1em;
		height:13px;
		margin:0 5px 0 0;
		width:100px;
	}
	#content #searchform div label.input {
		width:110px;
		margin:0;
		background:url(../../../images/shop/search/input.jpg) no-repeat bottom left;
	}
	
	#content #searchform div label.input input {
		width:82px;
		color:#000000;
		font-size:1em;
		padding:1px 3px;
	}
	#content #searchform div.option label {	
		width:190px;
	}
	#content #searchform div select {
		font-size:1em;
		color:#000000;
		position:absolute;
		bottom:0;
		left:0;
		width:100px;
		height:18px;
	}
	#content #searchform div.option select {
		width:190px;
	}
	#content #searchform div button {
		height:20px;
		width:19px;
		font-size:0.0001em;
		line-height:0.0001em;
		text-indent:-9999px;
		background:url(../../../images/shop/search/button.jpg) no-repeat 0 0;
		position:absolute;
		left:197px;
		top:16px;
		margin:0;
		z-index:100;
	}
	#content #searchform div.option button {
		left:194px;
	}
	#content #searchform div button:hover {
		background-position:bottom center;
	}
	#content #location {
		height:45px;
		position:relative;
	}
	#content #location #locationPos {
		background:#a0262b;
		width:692px;
		padding:0 8px;
		top:0;
		left:-15px;
		height:25px;
		position:absolute;
	}
	#content #location p {
		color:#ffffff;
		font-size:1.1em;
		font-weight:bold;
		line-height:25px;
		width:50%;
		margin:0;
		float:left;
	}
	#content #location p a {
		color:#ffffff;
		text-decoration:none;
	}
	#content #location p a:hover {
		text-decoration:underline;
	}
	#content #location p.all {
		text-align:right;
	}
	#content #moreoptions {
	}
	#content #moreoptions form {
		float:left;
		width:216px;
		position:relative;
		padding:0 5px 20px 0;
	}
	#content #moreoptions form label {
		background:none;
		color:#4d111b;
		font-size:1.1em;
		line-height:1em;
		width:190px;
		margin:0 5px 0 0;
	}
	#content #moreoptions form select {
		font-size:1em;
		color:#000000;
		position:absolute;
		bottom:0;
		left:0;
		width:190px;
	}
	#content #moreoptions form button {
		height:20px;
		width:19px;
		font-size:0.0001em;
		line-height:0.0001em;
		text-indent:-9999px;
		background:url(../../../images/shop/search/button.jpg) no-repeat top center;
		margin:14px 0 0 0;
		clear:none;
		float:left;
	}
	#content #moreoptions form button:hover {
		background-position:bottom center;
	}
	
	/* item page */
	#content table td.title {
		width:140px;
		color:#41010c;
	}
	
	/* for safari to clear producer table */
	table.clear {
		clear:both;
	}
	
	/* product image */
	#content #product {
		float:right;
		width:230px;
	}
	#content #product img {
		margin:0 0 20px 0;
	}
	#content #product p {
		line-height:1.4em;
	}
	
/*/////////////////////////////////////////////////////////////////////
	IE6 Hacks
/////////////////////////////////////////////////////////////////////*/
	
	* html #content #searchform div label.input {
		background-position:0 15px;
	}
	* html #content #searchform div button {
		top:14px;
	}
	* html #content #moreoptions form button {
		margin:12px 0 0 0;
	}
	
	#browswine {
		color:#A0262B;
		float:right;
		font-size:0.6em;
	}
	* html #browswine {
		padding:0 20px 0 0;
	}
	#savebaskets a {
		color:#A0262B;
	}
	
	table hr {
		display:none;
	}
	