/************************************************************/
/*** BODY ***/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #765F4D;
	padding-top: 0px;
	margin-top: 0px;
	margin: auto;
	background-color: #D8CFC8;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; 
	font-weight: bold;
	display : block;
}

h2, h3 {

	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

td {font-size: 11px}

/************************************************************/
/*** FAUX COLUMNS MAIN CONTAINER ***/
#faux-columns {
	width: 760px;
	height: auto;
	background: #D8CFC8 url(images/background.gif) repeat-y 100% 0;
	margin: auto;
	margin-top: 20px;
	overflow: hidden;
	border: 1px solid #765F4D;
	border-bottom: none;
}

/************************************************************/
/*** CONTAINER ***/
#container {
	width: 760px;
	text-align: left;
	margin:auto;
}


#head {
	position:relative;
	height: 70px;

	background-color: #D8CFC8;
}

/************************************************************/
/*** LOGO ***/
#logo-poloshop {
	position: relative;
	width: 206px;
	height: 30px;
	top: 22px;
	left: 38px;
}

/************************************************************/
/*** BASKET ***/
#basket {
	position: absolute;
	width: auto;
	height: 30px;
	top: 12px;
	left: 630px;
	float: left;
	text-align: center;
}

#basket a {
	color: #765F4D;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

#head-image {
	width: 760px;
	height: 145px;
}

#login-register {
	position: absolute;
	width: 120px;
	height: 30px;
	top: 12px;
	left: 505px;
	float: left;
	text-align: center;
}

#login-register a {
	color: #765F4D;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

/************************************************************/
/*** BASKET NAVIGATION ***/
#basketnav {

	margin-top: 26px;

	clear: both;
	float: left;
	
	background-image: url(../images/basketnav_line.gif);
	background-repeat: repeat-x;
	background-position: 0px 16px;
}

#basketnav ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	
}

#basketnav li {
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 25px 2px 2px 2px;
	float: left;
	
	background-image: url(../images/basketnav_no.gif);
	background-repeat: no-repeat;
	background-position: center 10px;
	
	font-size: 10px;
	width: 80px;
	
	line-height: 12px;
}

#basketnav li.act {
	color: inherit;
	background-image: url(../images/basketnav_act.gif);
}

#basketnav li.no {
	color: #b69F8D;
}

/************************************************************/
/*** NAVIGATION ***/
#leftnav {
	width: 160px;
	height: auto;
	padding: 38px 10px 40px 25px;
	
	
	float: left;
	background-color: #D8CFC8;
}

#leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#leftnav ul.sub,  #leftnav ul.sub2{
	padding: 5px 0px 5px 0px;
}

#leftnav ul.sub2{
	padding-left: 14px;
}

#leftnav li {
	padding: 0px 10px 0px 18px;
}

#leftnav li.main, #leftnav li.main-act {
	font-size: 12px;
	background-image: url(../images/leftnav_main_back.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	
	padding-top: 2px;
	padding-bottom: 5px;

}

#leftnav li.sub, #leftnav li.sub-act {
	padding-left: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11px;
	font-weight: normal;

}

#leftnav li.main-act , #leftnav li.sub-act{
	font-weight: bold;
}

#leftnav a:link, #leftnav a:visited, #leftnav a:active, #leftnav a:hover{
	color: #765F4D;
	text-decoration: none;
} 

/************************************************************/
/*** CONTENT ***/
#content-container {
	width: 520px;
	height: auto;
	background-color: #D8CFC8;
	float: left;
}

#content, #content-wide {
	width: 380px;
	padding: 28px 0px 95px 10px;
	*padding: 39px 0px 95px 10px;
	float: left;
	line-height: 16px;
}

#content-wide {
	width: 520px;
}

#content-wide img.product, #content img.product{
	border: 1px solid #765F4D;
}



div.block {
	padding-bottom: 5px;
	padding-top: 5px;
	/*border-bottom: 1px solid #ffffff;*/
}

/************************************************************/
/*** PRICE DISPLAY ***/
ul.intobasket {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	display: inline;
}

ul.intobasket li {
	float: right;
	background-color: #ffffff;
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #765F4D;
	height: 28px;
} 

ul.intobasket li.liprice  {
	height: 22px;
	padding: 6px 3px 0px 3px;
	border-left: none;
}

ul.intobasket li.licount {
	height: 23px;
	padding: 5px 3px 0px 3px;
	margin-right: 5px;
}

div.price{
	font-size: 12px;
	font-weight: bold;	
	color: #DF7217;
	background-color: #ffffff;
	
	display: inline;
}

div.price-small{
	font-size: 10px;
	font-weight: normal;	
	color: #DF7217;
	
	display: inline;
}

#basketpricecontainer{
	float: right;
	background-color: #D8CFC8;
	width: 120px;
}

#intobasket{
	float: right;
	width: auto;
	height: 28px;
	border: 1px solid #765F4D;
	background-color: #D8CFC8;
	padding: 0px 3px 0px 0px;
	background-color: #ffffff;
	margin-right: 3px;
	_margin-right: 0px;
}

div.pricecontainer{
	float: left;
	min-width: 28px;
	height: 29px;
	_height: 22px;
	margin-top: 6px;
	padding-left: 3px;
}

div.basketcontainer{
	float: left;
	min-width: 27px;
	height: 28px;
	background-color: #D8CFC8;
	border-right: 1px solid #765F4D;
}



/************************************************************/
/*** FOOTER ***/
#container-footer {
	width: 760px;
	text-align: left;
	margin: auto;
	
/*	border: 1px solid #000000;
	border-top: none; */
}

#footer {
	position: relative;
	left: 0px;
	width: 732px;
	height: 30px;
	padding: 10px 0px 0px 28px;
	color: #765F4D;
	background-color: #ffffff;
	font-size: 11px;
	margin-left: -1px;
	_margin-left: 0px;

	text-align:left;
	line-height:10px;
	float: left;
	
	border: 1px solid #765F4D;
	border-top: none;
}

input.searchfield {
	font-size: 9px;
	border: 1px solid #765F4D;
	color: #765F4D;
}

input.searchbutton {
	font-size: 9px;
	border: 1px solid #765F4D;
	color: #765F4D;
	background-color: #D8CFC8;
}

#footer a {
	color: #765F4D;
	font-size: 11px;
	text-decoration: none;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 2px 0px 0px 0px;
}

#footer li {
	display: inline;
	padding: 0px 7px 0px 0px;
	/*padding: 0px 4px 0px 7px;*/
	/*border-right: 1px solid #765F4D;*/
}

#footer .li_ende {
	border-right: none;
}

#footer .li_anfang {
	padding-left: 0px;
}

/************************************************************/
/*** THOMAS WINTER LOGO ***/
#thomas-winter-logo {
	position: relative;
	top: -139px;
	left: 589px;
	bottom: 138px;
	
	width: 139px;
 	height: 118px;
	
	float: left;
}


/************************************************************/
/*** LINKS ***/
a:link, a:visited, a:active, a:hover{
	color: #765F4D;
	text-decoration: underline;
} 

/************************************************************/
/*** FORMS ***/
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #765F4D;
}

input.button {	
	background-color: #D8CFC8;
	border: 1px solid #765F4D;
}

input.basketcount {
	width: 26px;
	background-color: #ffffff;
}



input.field {}


/************************************************************/
/*** COMMON CLASSES ***/

.info{font-size:10px; line-height:12px;}
.error{color:#ff0000;}
.warn{color:#BF2323;}
.blocktab{/*background-color:#E3DBD5;*/}
.tr-bg0{background-color:#CCC1B8;}
.tr-bg1{background-color:#E3DBD5;}

