/* TheWineCompany.ch style sheet */
html {
	background: #666 url("../images/background2.gif");
	color: #000;
	height: 100%; 
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-size: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0px auto 15px auto;
	padding: 0;
	position:relative; 
	width:850px; 
	text-align: center;
	background-color: #FFF;
}

h1 {
	/*font: bold 100%/1.2em;*/
	font-size: 133%;
	font-weight: bold;
	line-height: 1.2em;
}

h2 {
	font-size: 116%;
	font-weight: bold;
	line-height: 1.2em;
}

h3 {
	font-size: 116%;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 10px 10px 10px;
	border-bottom: 1px solid #999;
}

h4 {
	font-weight: bold;
	margin-bottom: -3%;
	padding-bottom: 3px;
}

p {
	font-weight: normal;
	line-height: 1.5em;
	margin: 0 10px 10px 10px;
}

dl {
	font-weight: normal;
	line-height: 1.5em;
	margin: 0 10px 10px 10px;
}

dt {
	line-height: 1.4em;
	border-bottom: 1px solid #999;
}

dd {
	line-height: 1.6em;
}

li {
	line-height: 1.4em;
	margin-bottom: 5px;
}

#top {
	height: 25px;
	background: #FFF url(../images/back_top.gif) repeat-x;
	text-align: right;
	padding: 5px 0 0 0;
	margin: 0 0 0 0;
	width: 850px;
	font-size: 75%;
	color:#900;
	font-weight: bold;
}

#topprint{
display:none;
}

#header {
	height: 102px;
	background: #900 url(../images/back_header.jpg) no-repeat;
	padding: 0;
	margin: 0;
	text-align: left;
	width: 850px;
	z-index: 10;
}

#header .logo {
	/*float: left;*/
	padding: 2px 0px 0px 0px;
}

#SearchEngineReply {
	border: 2px dotted #006;
	padding: 10px 10px 10px 10px;
	background-color: #FFC;
	/*color: #993333;*/
	/*clear: both;*/
}

#cugmsg {
	font-size:75%;
}

#cugmsg a {
	color: #fFC;
	text-decoration: underline;
	}

#cugmsg a:hover {
	color: #fcf;
	text-decoration: none;
}

#cugmsg p {
	font-weight: bold;
	color: #FFF;
	margin: 0;
	padding: 0;
}

#header .topnav {
	float: right;
	padding: 8px 0px 0px 0px;
}

#container {
	padding: 0;
	border-left:198px #FFF solid;
	float:left;
	position:relative;
	background: #fff;
}

#leftcol {
	font-size:75%;
	color: #000;
	text-align: left;
	margin-left:-198px;
	position: relative;
	padding: 0;
	background: #FFF;
	/*border-right: 2px solid #666;*/
	width: 198px;
	float: left;
	}

#leftcol form {
	margin-left: 5px;
}

#subcontainer {
	margin: 0px;
	color: #036;
	text-align: left;
	float: right;
	padding: 0;
	background: #FFF;
	width: 648px;
	/*border-left: 2px solid #666;*/
}

html>#subcontainer  {
	width: 648px;
}

#content {
	width: 446px;
	font-size:75%;
	color: #000;
	text-align: left;
	float: left;
	padding: 0px 16px 0px 16px;
	/*border-right: 2px solid #666;*/
	margin: 0px -2px 0px -2px;
	background-color: #FFF;
	}

html>#content  {
	width: 446px;
}

#rightcol {
	width: 150px;
	font-size:68%;
	color: #000;
	text-align: left;
	/*border-left: 2px solid #666;*/
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px -2px;
	float: right;
	}

html>#rightcol  {
	width: 170px;
}

.thetable		{
	position: relative;
	display: table; 
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0; 
	clear: both;
	border-spacing: 0; /* required by Opera 6 */
	}

/* hide this from opera6 */
head:first-child+body div.thetable {height: 100%;}

.tablerow		{display: table-row;}

.tablecell	{
	display: table-cell;
	border: 0;
	padding: 0;
	margin: 0; 
	padding-top: 10px; 
	padding-bottom: 50px;
	vertical-align: top;
	min-height: 100%; /* opera6 needs min-height but moz/IE needs height */
	}

 /* hide this from opera6 */

head:first-child+body div.tablecell {height: 100%;}

/* added for mozilla which worked for others too, but op6 still needed min-height so hide this rule */

.one				{
	width: 199px; 
	background: #FFF;
	position: relative;
	font-size:75%;
	text-align: left;
	padding: 18px 0px 0px 0px;
	border-right: 2px solid #666;
	z-index: 5;
	}

.two				{
	background: #FFF; 
	position: relative;
	width: 443px;
	font-size:75%;
	color: #000;
	text-align: left;
	padding: 0px 16px 0px 16px;
	margin-left: 10px;
	}

.three			{
	width: 150px;
	font-size:68%;
	color: #000;
	background: #FFF; 
	position: relative;
	text-align: left;
	border-left: 2px solid #666;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px -2px;
	}


.one p {
	margin-left: 15px;
}

.one form {
	padding-left: 15px;
}

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

.one select {
	margin-bottom: 5px;
}

#footer {
	font-size:75%;
	color: #FFF;
	text-align: center;
	border: 0;
	position: relative;
	background: #666;
	padding: 10px 0 0 0;
	clear: both;
	width: 850px;
	height: 20px;
	margin-top: -20px;
	margin-bottom: 20px; /* required for Opera 6 to show background color but others don't like it so hide the value of 0 from it */
	z-index: 15;
}

 /* hide this from opera6 */
head:first-child+body div#footer {margin-bottom: 0;}

UL#nav-leftcol{
	list-style: none;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	}
		
UL#nav-leftcol LI {
	display: block;
	}

UL#nav-leftcol LI.cat {
	border-top: 1px solid #999;
	}
	
UL#nav-leftcol LI.catsuche {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	}
	
UL#nav-leftcol LI.subcat {
	text-indent: 17px;
	background: url("../basicfiles/list_button2.gif") no-repeat;
	}
	
UL#nav-leftcol LI a {
	display: block;
	margin: 1px 0px 1px 0px;
	padding: 1px 3px 1px 13px;
	color: #999;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height:20px;
	text-decoration: none;
	font-weight: bold;
	}

UL#nav-leftcol LI a:hover {
	background-color: #666;
	color: #ccc;
	}

select {
	font-size: 12px;
	color: #006;
}

option {
	margin: 0px 0px 0px 1px;
	padding: 1px;
	/*border-bottom: 1px solid #006;*/
}

form {
	margin: 2px 0px 7px 0px;
}

input, textarea, checkbox {
	background-color: #fff;
	font-size: 14px;
	color: #006;
	margin: 0 0 0px 0px;
	padding: 1px;
	border: 1px solid #006;
}

hr {
	border: none;
	background-color: #999;
	height: 1px;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #900;
}

a:visited  {
	color: #c66; 
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.button {
	background-color: #FFF;
	font-size: 14px;
	font-weight: normal;
	text-transform: lowercase;
	color:#006;
	border: 1px solid #600;
	margin: 0px 1px 0px 1px;
	padding: 1px;
}

.button1 {
	background-color: #FFC;
	font-size: 14px;
	font-weight: bold;
	color:#C00;
	border: 1px solid #600;
	margin: 0px 2px 0px 2px;
	padding: 2px;
}

#header0 {
	background-color: #FCC;
}

#header01 {
	background-color: #FCF;
}

#header1 {
	background-color: #FFF;
}

#header2 {
	background-color: #ffc;
}

#header3 {
	background-color: #FFC;
	border-right: 2px dashed #999;
	border-left: 2px dashed #999;
}

.two td {
	padding: 1px 0px 3px 0px;
	margin: 1px 1px 1px 1px;
	border-bottom: 1px solid #999;
}

#content td {
	padding: 1px 0px 3px 0px;
	margin: 1px 1px 1px 1px;
	border-bottom: 1px solid #999;
}

.RichText td {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.OldPrice {
text-decoration: line-through;
}

.largetxt {
	line-height: 1.4em;
}

.two td.carttd {
	border-right: 1px dashed #999;
}

.three td {
	padding: 1px 0px 3px 0px;
	margin: 1px 1px 1px 1px;
	border-bottom: 1px solid #999;
}

.three td.titel {
	border-bottom: 1px dashed #999;
	border-top: 1px dashed #999;
}

.shortlist {
	padding: 1px 0px 3px 0px;
	margin: 0px 0 0 0;
}

.status {
	font-weight: bold;
	color: #C00;
}

.requested {
	color: #C00;
	font-weight: bold;
	text-transform: uppercase;
}