/**
  * CSS-Stylesheet for Schuhraum website
  *
  *    --> Style & Layout
  *
  */


/* general */
html, body {
	/*height: 100%;
	width: 100%;*/
	margin: 0;
	padding: 0;
	background-image: url(nav/tapete.png);
	background-repeat: repeat;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	text-align: left;
}


img {
	border: 0px;
}

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

a:hover {
	text-decoration: underline;
}

input.amount {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, Sans-serif;
	font-size: 11px;
}


/* containers */

.con_site {
	/*position: absolute;
	top: 10%;
	left: 10%;
	right: 10%;
	width: 80%;
	height: 80%;*/
	min-width: 1000px;
}

.con_top {
	height: 200px;
	min-width: 925px;
	width:100%;
	font-size:10px;
	color:#666666;
	text-align:center;
}

.con_topleft {
	height: 120px;
	width: 300px;
	text-align: center;
	padding-top: 20px;
	float:left;
}

/* internet explorer min-width problem handling */

* html .min_width {
	padding-left: 925px;
}

* html .min_width2 {
	margin-left: -925px;
	position: relative;
}

/*\*/
* html .min_width, * html .min_width2, * html .content, * html .layout  {
	height:1px;
}
/**/

.con_topright {
	height: 160px;
	padding-top: 60px;
	margin-right: 10px;
	float:left;
	width: 65%;
	text-align:center;
}

.con_topright img {
	margin-left: 1px;
	margin-right: 1px;
}

.con_main {
	padding-left: 20px;
	padding-top: 30px;
	text-align: center;
}

/* tables */
#cart thead th {
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #993300;
}

#cart tbody td {
	padding: 0px 0px 0px 0px;
	vertical-align: bottom;
}

#cart tbody td img.product {
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#cart tbody #total td {
	border-top: 1px dotted #993300;
	padding: 10px 0px 0px 0px;
}


/* specific classes */

.agb {
	width:400px;
	height:227px;
	text-align:left;
	overflow:auto;
	font-size:11px;
	
	padding:10px;
	border-style:solid;
	border:1px;
	border-color:#993300;
}

.tablestyle_order {
	text-align: left;
}

.tablestyle_userdata {
	text-align: left;
}

.tablestyle_registration {
	text-align: left;
}

.tablestyle {
	text-align: right;
}

.tablestyle td {
	padding: 2px 7px 2px 7px;
	margin: 5px 5px 5px 5px;
}






.news {
	color: #ffffff;
	background-color:#603414;
}

.newsleft {
	border-left-style:solid;
	border-left-width:thin;
	border-left-color:#4F2700;
}

.newsleftdown {
	border-left-style:solid;
	border-left-width:thin;
	border-left-color:#4F2700;
	
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#4F2700;
}

.newsright {
	border-right-style:solid;
	border-right-width:thin;
	border-right-color:#4F2700;
}

.newsrightdown {
	border-right-style:solid;
	border-right-width:thin;
	border-right-color:#4F2700;
	
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#4F2700;
}

.newsbottom {
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#4F2700;
}

.newsintermediate {
	border-top: thin solid #4F2700;
}

.product_detail_0{
	vertical-align:top;
	text-align:center;
}
.product_detail_1{
	vertical-align:bottom;
	text-align:center;
}
.product_detail_2{
	vertical-align:top;
	text-align:center;
}
.product_detail_3{
	vertical-align:middle;
	text-align:center;
}
.product_detail_4{
	vertical-align:top;
	text-align:center;
}
.product_detail_5{
	vertical-align:middle;
	text-align:center;
}
.product_detail_6{
	vertical-align:top;
	text-align:center;
}
.product_detail_7{
	vertical-align:middle;
	text-align:center;
}