/* --------------------------------------------- */
/* DEFAULT STYLES
/* --------------------------------------------- */

BODY,TD,TH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
H1,H2,H3,H4,H5,H6,P {
	margin:10px 0px;
	padding:0px;
}
H1 {
	font-size:20px;
	color:#A71C21;
	font-weight:normal;
}
H2 {
	font-size:15px;
	color:#A71C21;
	font-weight:bold;
}
H3 {
	font-size:14px;
}
H4 {
	color:#A71C21;
	font-size:12px;
	margin-bottom:0px;
}
hr {
	background-color:#999999;
	color:#666666;
	height:1px;
	padding:0px;
	border:0px;
}
UL {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

UL LI {
	background-image:url(../images/bullet.gif);
	background-position:5px 6px;
	background-repeat:no-repeat;
	line-height:15px;
	padding-left:15px;
}

A:hover,
A:visited,
A {
	color:#A71C21;
	text-decoration:underline;
}

#sort{
	color:#FFFFFF;
	text-decoration:none;
}

IMG {
border:0px;
}
FORM {
	float:none;
	margin:0px;
	padding:0px;
}
SELECT {
	font-size:11px;
	vertical-align:top; 
}

INPUT {
	vertical-align:top;
}
INPUT.textField {
/*	height:14px;*/
	width:150px;
	font-size:11px;
	border:1px solid #A3A3A3;
}
INPUT.search {
	height:14px;
	font-size:11px;
	border:1px solid #FFCC33;
}

INPUT.smallTextField {
	height:12px;
	width:40px;
	font-size:11px;
	border:1px solid #A3A3A3;
}
INPUT.textFieldFile {
	height:17px;
	width:300px;
	font-size:11px;
	border:1px solid #A3A3A3;
}

INPUT.butImage {
	border:0px;
}
INPUT.quantity {
	width:45px;
	height:14px;
	font-size:11px;
	border:1px solid #A3A3A3;
}
INPUT.radioButton {
	width:auto;
}
SPAN.pagePath {
	color:#A71C21;
	font-size:10px;
}
SPAN.pagePath A {
	color:#A71C21;
}
DIV.pageLinks A {
	color:#FFFFFF;
	text-decoration:underline;
}
.goldTxt {
	color:#FFCC33;
}
.redTxt {
	color:#A71C21;
}
.priceTxt {
	font-size:15px;
	color:#A71C21;
}
TABLE TH,
TABLE TD {
	padding:2px;
	text-align:left;
}
/* --------------------------------------------- */
/* LAYOUT STYLES
/* --------------------------------------------- */

BODY {
	margin: 20px 0px;
	padding:0px;
	background:url(../images/backgroundRepeat.gif) repeat;
	/*background:url(../images/background_xmas2.gif) repeat;*/
	text-align:center;
}
DIV.fixedWidth {
	width:760px;
	margin-left:auto;
	margin-right:auto;
}
DIV.whiteBackground {
	text-align:left;
	float:left;
	background-color:#FFFFFF;
	padding:10px;	
}
DIV.header {
	background:url(../images/background_xmas2.gif) repeat-x;
	/*background: url("../images/nav/headerBackground.gif") repeat-x;*/
	padding:0px 10px;
	height:70px;
}
DIV.header DIV.logo {
	float:left;
}
DIV.header DIV.links {
	float:right;
	text-align:right;
}
DIV.header DIV.links DIV.account {
	padding:8px 0px 14px 0px;
}
DIV.headerNav {
	background: url("../images/nav/headerNavBackground.gif") no-repeat;
	height:20px;
}
DIV.headerNav DIV {
	padding:6px 10px 6px 11px;
	background: url("../images/nav/headerNavSeperator.gif") no-repeat;
	float:left;
}
DIV.headerNav DIV.shopping {
	width:138px;
}
DIV.column1 {
	float:left;
	margin-top:10px;
	width:160px;
	margin-right:10px;
}
DIV.column1 DIV.basket DIV.items {
	height:80px;
	background-color:#FFCC33;
	overflow:auto;
	width:100%;
}
DIV.column1 DIV.basket DIV.items TABLE TH,
DIV.column1 DIV.basket DIV.items TABLE TD {
	text-align:left;
	vertical-align:middle;
	padding:3px 6px;
}
DIV.column1 DIV.basket DIV.totalBar {
	background:url(../images/basketTotalBackground.gif) no-repeat;
	float:left;
}
DIV.column1 DIV.basket DIV.totalBar DIV.total {
	float:left;
	font-weight:bold;
	padding:4px 0px 0px 3px;
	width:86px;
}
DIV.column1 DIV.basket DIV.totalBar DIV.checkout {
	float:right;
	width: 71px;
}
DIV.column1 DIV.basket DIV.remove {
	clear:both;
}
DIV.column1 DIV.navigation {
	margin-top:10px;
	width: 160px;
}
DIV.column1 DIV.navigation DIV {
	background-color:#A3A3A3;
	border-bottom:1px solid #FFFFFF;
	padding: 1px;
}

DIV.column1 DIV.navigation DIV A {
	display: block;

  /* lets all hold hands, and give IE 6 a helping hand. */
	width /**/: 100% !important;
	width: 125px;
	
	padding:3px 5px 3px 0;
	padding-left: 10px;
	height: 14px;
}

DIV.column1 DIV.navigation DIV.open {
	background:url(../images/navIconClosed.gif) #A71C21 146px 4px no-repeat;
	padding-right:19px;
}
DIV.column1 DIV.navigation DIV.closed {
	background:url(../images/navIconOpen.gif) #A3A3A3 146px 4px no-repeat;
	padding-right:19px;
}
DIV.column1 DIV.navigation DIV.selected {
	background-color:#A71C21;
}
DIV.column1 DIV.navigation DIV.child {
	background-color: #BFBFBF;
}
DIV.column1 DIV.navigation DIV.childActive {
	background-color:#666666;
	color:#A71C21;
}
DIV.column1 DIV.navigation A {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
DIV.column1 DIV.navigation A:hover {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
DIV.column2 {
	float:left;
	margin-top:10px;
	width:570px;
}
DIV.column2 FORM.wineColour DIV {
	float:left;
	margin-right:6px;
}


DIV.column2 TABLE.orderedItems,
DIV.column2 TABLE.bottles {
	width:100%;
	border:0px;
}
DIV.column2 TABLE.orderedItems TH ,
DIV.column2 TABLE.bottles TH {
	padding:3px 6px;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#A71C21;
}
DIV.column2 TABLE.orderedItems TD ,
DIV.column2 TABLE.bottles TD {
	background:url(../images/tdBackgroundGradient.gif) #FAF2F2 repeat-x;
	padding:3px 6px;
	text-align:left;
	vertical-align:top;
}
DIV.column2 TABLE.bottles TD.image {
	padding:0px;
	width:1px;
}
DIV.column2 DIV.pageLinks {
	font-weight:bold;
	color:#FFFFFF;
	text-align:right;
	padding:3px 6px;
	background-color:#A71C21;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}
DIV.footer {
/*
	clear:both;
	display: block;
	width: 100%;
*/	
	font-size:10px;
	color: #A3A3A3;
	background:url(../images/footerBackground.gif) 0px 10px repeat-x;
	padding-top:14px;
	text-align:right;
	height:22px;
	
}
DIV.footer span {
	float: right;
	margin-top: 5px;
	white-space: nowrap;
}
DIV.footer A {
	color:#A3A3A3;
}

DIV.leftColumn,
DIV.existing {
	float:left;
	width:280px;
	margin-right:10px;
	overflow:hidden;
}
DIV.rightColumn,
DIV.new {
	float:left;
	width:280px;
	overflow:hidden;
}


DIV.panel{
	padding:10px; 
	background:#FAF2F2 url(../images/tdBackgroundGradient.gif) repeat-x; 
	border:1px solid #A3A3A3;
}

DIV.accountNav{
	text-align:center;
}

/* --------------------------------------------- */
/* ADMIN STYLING
/* --------------------------------------------- */

TABLE.adminList {
/*margin-left:-20px !important;*/
}
TABLE.adminForm TH,
TABLE.adminList TH {
	background-color: #A3A3A3;
	color:#FFFFFF;
	font-weight:bold;
}
TABLE.adminForm TD,
TABLE.adminList TD {
	background-color: #EFEFEF;
	color:#333333;
}
TABLE.adminList A:hover,
TABLE.adminList A:visited,
TABLE.adminList A {
	color:#333333;
}

TEXTAREA {
	height:100px;
	width:300px;
	font-size:11px;
	border:1px solid #A3A3A3;
}

DIV.orderDetails{
	padding:10px; 
	background:#FAF2F2 url(../images/tdBackgroundGradient.gif) repeat-x; 
	border:1px solid #A3A3A3;
}
DIV.orderDetails H4{
	margin-top:0px;
}

P.alert,
li.error{
	color:#A71C21;
	font-weight:bold;
}
P.message{
	color:#A71C21;
	font-weight:bold;
}

#emailForm{
	float:right;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:5px;
	
}

#emailForm form a{
	color:#ffcc33;
	

}

#emailForm p{
	margin-top:0px;
}

#emailForm form p{
	width:140px;
	

}