html, body {
	height: 100%;
	min-height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	background-color: #FFFFFF;
	vertical-align: 100%;
	margin: 0px;
	color: #000000;
}
.speechTop {
	margin-top: 10px;
	height: 10px;
	width: 170px;
	background-image: url(../images/speech-bubble_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 0;
}
.speechMid {
	width: 170px;
	background-image: url(../images/speech-bubble_main.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-size: 0;
}
.speechMid #inside {
	padding: 0px 5px 5px 15px;
	font-style: italic;
	color: #333333;
	font-size: 11px;
}
.speechBot {
	height: 60px;
	width: 170px;
	text-align: left;
	padding-top: 15px;
	background-image: url(../images/speech-bubble_bot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 10px;
	line-height: 12px;
}
form {
	margin: 0px;
}
a, a:visited, a:hover {
	color: #0000FF;	
}

#container {
	width: 800px;
	padding: 0px;
	height: 100%;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */

	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}
#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
}
#basebar {
	font-size: 11px;
	position:absolute;
	width:802px;
	height: 18px;
	background-color:#006699;
	text-align: center;
	color:#FFFFFF;
	display:block;
	vertical-align: middle;
	padding: 2px;
}
#basebar a, #basebar a:link, #basebar a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#basebar a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#topStrip {
	width: 810px;
	padding: 0px;
}
#topStrip #topTime {
	width: 400px;
	float: left;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
}
#topStrip #topSmallLinks {
	float: right;
	position:relative;
	width: 350px;
	text-align: right;
	padding: 0px 0px 0px 0px;
}
#topStrip #topSmallLinks ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
#topStrip #topSmallLinks li {
	list-style-type: none;
	display: inline;
}
#topStrip #topSmallLinks a, #topSmallLinks a:link, #topSmallLinks a:visited {
	font-size: 10px;
	color: #0099CC;
	padding-right: 6px;
	text-decoration:underline;
}
#topStrip #topSmallLinks a:hover {
	font-size: 10px;
	color: #0099CC;
	padding-right: 6px;	
	text-decoration:none;
}
#topStripAdmin {
	width: 799px;
	background-color:#000000;
	padding: 2px 2px 2px 5px;
	color: #FFFFFF;
	height: 26px;
}
#topStripAdmin div {
	background-color:#000000;
	padding: 2px 5px 2px 5px;
}
#topHeader {
	clear: both;
	width: 804px;
	border-right: 1px solid #0099CC;
	border-top: 1px solid #0099CC;
	border-left: 1px solid #0099CC;
	height: 90px;
	padding: 0px;
	/*background-image: url(../images/twc_shopping-basket.png);*/
	background-repeat: no-repeat;
	background-position: right top;
}

#topHeader #topLogo {
	position:relative;
	float: left;
	padding:0px 0px 5px 5px;
	width: 80px;
}
#topHeader #topMid {
	position:relative;
	float: left;
	padding:0px;
	width: 466px;
}
#topHeader #topMid #topSafeLogos {
	padding-top: 10px;
	text-align: center;
}
/*html:not([dummy]) #topHeader #topMid #topSafeLogos {
	padding-top: 10px;
	text-align: center;
	height: 50px;
}*/
#topHeader #topMid #topText {
	text-align: left;
	color: #006699;
	float: left;
	padding-top: 40px;
}
#topHeader #topMid #topText h1 {
	font-size: 12px;
	font-weight: normal;
	padding-left: 5px;
}
#topHeader #topMid #topPayments {
	float: left;
}
#topHeader #topRight {
	position:relative;
	float: left;
	padding:5px;
	width: 237px;
}
#topHeader #topRight #shoppingBasket {
	text-align: center;
	height: 42px;
	padding: 0px 0px 4px 60px;
	font-size: 11px;
	line-height: 14px;
}
#topHeader #topRight #shoppingBasket #viewLink {
	text-align: right;
	
}
#topHeader #topRight #shoppingBasket #viewLink a, #topHeader #topRight #shoppingBasket #viewLink a:visited, #topHeader #topRight #shoppingBasket #viewLink a:active {
	color: #CC0000;
	text-decoration: underline;	
}
#topHeader #topRight #shoppingBasket #viewLink a:hover {
	color: #CC0000;
	text-decoration: none;	
}
#topHeader #topRight #telNo {
	padding: 5px 0px 0px 10px;
}


#main {
	clear: both;
	width: 804px;
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #0099CC;
	border-bottom: 1px solid #0099CC;
	border-left: 1px solid #0099CC;
}



#main #contentPanel {
	width: 624px;
	position: relative;
	float: left;
}

html>body #main #contentPanel {
	width: 634px;
	position: relative;
	float: left;
}

#main #contentPanel #topLinks {
	position:relative;
	background-color:#006699;
	color:#FFFFFF;
	padding: 4px 0px 4px 5px;
	display: block;
	margin: 0px;
}
#main #sidePanel {
	width: 174px;
	position: relative;
	float: left;
}
html>body #main #sidePanel {
	width: 157px;
	position: relative;
	float: left;
}

#main #sidePanel .searchBox {
	position: relative;
	float: left;
	background-color: #0099CC;
	width: 164px;
	/*height: 108px;*/
	background-image: url(../images/twc_search-box-left.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 4px 6px 0px 10px;
}

html>body #main #sidePanel .searchBox {
	position: relative;
	float: left;
	background-color: #0099CC;
	width: 155px;
	/*height: 108px;*/
	background-image: url(../images/twc_search-box-left.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 4px 6px 0px 10px;
}
#main #sidePanel .searchBox .formText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
}
#main #sidePanel .searchBox p {
	margin: 5px 0px;
}
#main #sidePanel .searchBox .go {
	text-align: right;
	padding: 4px 6px 0px;
}

.linkGraphic {
	padding-right: 5px;
}
#breadcrumb {
	position:relative;
	width: 590px;
	float: left;
	font-size: 10px;
	color: #999999;
	padding-bottom: 10px;
	margin-top: 5px;
	background-color: #FFFFFF;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:active, #breadcrumb a:visited, #breadcrumb a:hover  {
	color: #999999;
	text-decoration: underline;	
	background-color: #FFFFFF;
}

#liveChat {
	width: 180px;
	position: relative;
	float: left;
	text-align: center;
}


#mainContent {
	position: relative;
	clear: both;
	width: 590px;
	text-align: left;
	padding: 5px 15px;
}

#main #mainContent h1 {
	font-size: 16px;	
	line-height: 18px;
}
#main #mainContent h2 {
	font-size: 14px;	
	line-height: 16px;
}
#main #mainContent h3 {
	font-size: 12px;	
	line-height: 14px;
}

div.horRule {
	height: 1px;
	border-top: 1px solid #E5E5E5;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
}

#bottom {
	width: 712px;
	position: relative;
	clear: both;
	padding: 3px 0px 3px 0px;
	text-align: center;
	background-color: #0099CC;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
#bottom a, #main #bottom a:visited, #main #bottom a:hover {
	color: #FFFFFF;
	text-decoration: none;
}



#bottomLinks {
	position: relative;
	clear: both;
	padding: 5px 0px 0px 0px;
	text-align: center;
	color: #FFFFFF;	
	font-size: 10px;
}
#bottomLinks a, #bottomLinks a:visited, #bottomLinks a:hover {
	color: #FFFFFF;	
	font-size: 10px;
	text-decoration: underline;
}



a, a:visited, a:hover {
	color: #0000FF;	
}
img.floatRight {
	float: right;
	padding: 0px 0px 10px 10px;
}
img.floatLeft {
	float: left;
	padding: 0px 10px 10px 0px;
}

.wineBottleDetail {
	float: left;
	margin: 0px 20px 10px 0px;
	/*padding-right: 20px;
	border-right: #CCCCCC 1px solid;*/
}

.winedetail {
	font-size: 11px;
	line-height: 14px;
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: #CCCCCC 1px solid;
	clear: both;
}
.winedetail .winedesc {
	float: left; 
	width: 400px;
}
.winedetail .wineprice {
	float: right; 
	width: 140px;
	padding-left: 10px;
	text-align: right;
}
.price {
	font-size: 14px;
	font-weight: bold;
	color:#FF0000;
}
.smalltext {
	font-size: 10px;
	color: #666666;
}
.winedetail a {
	font-size: 10px;
	color: #0000FF;
}
.winedetail a:link, .winedetail a:visited, .winedetail a:hover {
	color: #0000FF;
}
.winebottle {
	float: left;
	width: 90px;
	text-align: left;
}

.winequantity {
	text-align: right;
	display: block;
	height: 21px;
	margin: 4px 0px 4px 0px;
}

.labelName {
	width: 160px;
	float: left;
	text-align: left;
	margin-right: 0.3em;
	display: block;
	height: 18px;
	vertical-align: middle;
	padding-top: 3px;
	font-size: 11px;
	line-height: 12px;
}
.labelName .smallText {
	font-size: 11px;
}
.appLine {
	text-align: left;
	height: 16px;
	clear: both;
	margin-bottom: 14px;
}
.appLineTall {
	text-align: left;
	height: 100px;
	clear: both;
	margin-bottom: 14px;
}
.formText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
.formTextSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}
.errortext {
	color: #FF0000;	
	font-weight: bold;
}
.smallText {
	font-size: 11px;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.frontImageBox {
	border: 1px solid #CCCCCC;
	clear: both;
	background-image: url(../images/faded-wine.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.frontImageBox th {
	padding: 2px 0px 2px 2px;
}
.frontImageBox td {
	padding: 2px 2px 0px 2px;
}
.productBox {
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	font-size: 11px;	
}
.productBox td {
	background-color:#F2F2F2;
	padding: 4px;
}
.smallerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.totalLeft {
	float: left;
	width: 480px;
}
.totalRight {
	float: left;
	width: 85px;
	text-align: right;
}
.basketTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: #0099CC 1px solid;
}
.basketTable tr th {
	font-size: 10px;
	background-color:#0099CC;
	color:#FFFFFF;
	font-weight:bold;
}
.basketTable tr th a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: underline;
}
.basketTable tr th a:visited, .basketTable tr th a:link, .basketTable tr th a:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: underline;
}
.basketTable a {
	color:#666666;
}
.basketTable a:link, .basketTable a:visited{
	color:#666666;
}
.basketTable a:hover {
	color:#000000;
}
.basketTable .note {
	color:#666666;
	font-style: italic;
}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px dotted #CCCCCC;
visibility: hidden;
color: black;
text-decoration: none;
text-align: center;
font-size: 10px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 150px; /*position where enlarged image should offset horizontally */

}

.prodCol1 {
	position: relative;
	float: left;
	width: 160px;
	padding-right: 20px;
}
.prodCol2 {
	position: relative;
	float: left;
	width: 410px;
}
.prodCol2 .header {
	width: 430px;
	background-color: #990000;
	text-align: left;
	display: block;
	padding: 5px;
	color: #FFFFFF;
}.standardFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

.errortext {
	color: #FF0000;	
	font-weight: bold;
}

.aWeber {
	text-align: left;
	padding: 10px;
	border: 1px dotted #0099CC;
	background-color: #E8FAFF;
}

.downloadBox {
	display: block;
	width: 200px;
	text-align: center;
	padding: 5px 5px 5px 22px;
	border: 1px dotted #0099CC;
	background-color: #E8FAFF;
	font-weight: bold;
	cursor: pointer;
	/*cursor: hand;*/
	background-image: url(../images/csv_small.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #006699;
	text-decoration: underline;
}
.outofstock {
	padding: 5px;
	display:block;
	color: #FFFFFF;
	background-color: #990000;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
}
