@charset "utf-8";
/* CSS Document */
* {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #E8E8E8; 
	text-align: center;
	margin: 0px;
}


/*----------------------
** Layout schema        
----------------------*/
#wrap {
	width: 940px;
	margin: 0px auto;
	text-align: left;
	background: url(https://s3-eu-west-1.amazonaws.com/tyreshop/back-main.jpg) repeat-y center top;
}
#header {
	float: left;
	background: url(https://s3-eu-west-1.amazonaws.com/tyreshop/top.jpg) no-repeat center top;
	height: 40px;
	width: 940px;
	padding: 0px;
}
#header-bott {
	position: relative;
	float: left;
	background: url(https://s3-eu-west-1.amazonaws.com/tyreshop/back-main.jpg) no-repeat left top;
	height: 70px;
	width: 940px;
	padding: 0px;
	margin: 0px;
}
#header-bott h1 {
	margin: 0px 35px 0px 0px; padding: 0px;
	float: right;
	display: inline;
	text-align: right;
	line-height: 185px;
	font-size: 13px;
	color: #0099FF;
}
#navbar {
	display: inline;
	float: left;
	background: url(https://s3-eu-west-1.amazonaws.com/tyreshop/back-title.jpg) no-repeat left top;
	height: 50px;
	width: 940px;
	margin: 0px; padding: 0px;
}
#main {
	float: left;
	background: url(https://s3-eu-west-1.amazonaws.com/tyreshop/back-extended.jpg) repeat-y center top;
	width: 940px;
	margin: 0px; padding: 0px;
}
#main-left {
	width: 160px;
	float: left;
	/*
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
	*/
	padding: 0px 10px 0px 30px;
}
#main-center {
	width: 520px;
	float: left;
	padding: 0px 10px;
	margin: 0px;
}
#main-center h1, h2, h3 {
	font-size: 17px;
	color: #0099FF;
	margin: 0px 0px 20px 0px;
}
#main-center h2 {
	font-size: 15px;
}
#main-center h3 {
	font-size: 13px;
}
#main-center p {
	margin: 5px 0px 5px 0px;
}
#main-right {
	display: inline;
	position: relative;
	width: 160px;
	float: left;
	/* margin: 0px 30px 0px 10px; */
	padding: 0px 30px 0px 10px;
}
#main-column {
	width: 940px;
	background: url(https://s3-eu-west-1.amazonaws.com/tyreshop/back-extended.jpg) repeat-y top center;
}
#main-bottom {
	float: left;
	text-align: center;
	background: url(https://s3-eu-west-1.amazonaws.com/tyreshop/back-ext-bottom.jpg) no-repeat center top;
	width: 940px;
	height: 45px;
}
#bottom {
	float: left;
	background: url(back-bottom.jpg) no-repeat center top;
	width: 940px;
	height: 20px;
}
.searchform {
	clear: both;
	width: 520px;
	margin: 0px 0px 20px 0px;
	border-top: 1px dotted #AAAAAA;
	border-bottom: 1px dotted #AAAAAA;
}
.searchform form {
	margin: 2px 0px; padding: 5px 0px;
	background-color: #E7E7E7;
}
.searchform label {
	margin: 2px 5px 2px 10px;
	font-weight: bold;
	font-size: 10px;
}
.contentlist {
	float: left;
	margin: 0px; padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted #AAAAAA;
}
.contentlist table th {
	padding: 2px 5px;
	line-height: 30px;
	background: #EEEEEE;
	font-weight: bold;
	border-bottom: 2px solid #AAAAAA;
}
.contentlist table td {
	padding: 2px 5px;
	line-height: 20px;
	border-bottom: 1px dotted #AAAAAA;
}
.contentlist table td a {
	text-decoration: none;
	color: #666666;
}
.tyrecanvas {
	width: 320px;
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
}
.tyrecanvas .title {
	line-height: 30px;
	font-size: 17px;
	font-weight: bold;
	background-color: #EEEEEE;
	padding: 2px 10px;
	width: 300px;
}
.tyrecanvas .picdiv {
	display: inline;
	margin: 0px; padding: 2px 2px;
	width: 126px;
	float: left;
	height: 175px;
}
.tyrecanvas .feat {
	display: inline;
	line-height: 24px;
	border-bottom: 1px solid #EEEEEE;
	font-size: 13px;
	float: right;
	width: 174px;
	margin: 2px 0px; padding: 0px 3px;
}
.feat strong {
	font-size: 10px;
	width: 80px;
}
.extraform {
	width: 190px;
	float: right;
	margin: 0px; padding: 0px;
	display: inline;
}
.extraform form {
	background: url(sc_tile.jpg) repeat-y top left;
	padding: 0px 10px;
	line-height: 24px;
}
.extraform label {
	font-weight: bold;
}
.extraform input, .extraform select {
	border: 1px solid #AAAAAA;
	size: 160px;
}
/***************************************
* End of layout divides
****************************************/

#navbar ul {
	list-style: none;
	list-style-type: none;
	margin: 0px 180px 0px 210px; padding: 0px;
	float: left;
	display: inline;
}
#navbar ul li {
	line-height: 35px;
	float: left;
	padding: 0px 5px;
}
#navbar ul li a {
	display: block;
	line-height: 35px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #1089D2;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: none;
	list-style-position: inside;
}
#navbar ul li.current a {

}
a.veh{
	display: block;
	margin: 0px; padding: 80px 0px 5px 0px;
	text-align: center;
	text-decoration: none;
	font-size: 17px;
	color: #0099FF;
	font-weight: bold;
}
a.veh:hover {
	color: #FF0000;
}
.spelem {
	background: url(tsmall.jpg) left top no-repeat;
	width: 150px;
	margin-left: 10px;
	height: 120px;
}
.spelem a {
	display: block;
	font-size: 17px;
	color: #0099FF;
	font-weight: bold;
	line-height: 90px;
	margin: 0px 10px 30px 0px;
	padding-left: 85px;
	text-decoration: none;
}
.spelem a:hover {
	color: #009900;
}
p.bottom {
	margin: 15px 200px 0px 205px;
	width: 535px;
	text-align: center;
}
p.bottom a {
	text-decoration: none;
	color: #3399FF;
	padding: 0px 10px;
	font-weight: bold;
}
p.spec {
	display: block;
	text-align: center;
	background-color: #EEEEEE;
	line-height: 20px;
}
ul {
	margin: 0px 10px;
}
a {
	text-decoration: none;
}
#main-left ul.sval {
	list-style: none;
	margin: 0px; padding: 0px;
	width: 160px;
}
#main-left ul.sval li {
	height: 120px;
	width: 150px;
	background: url(tsmall.jpg) left top no-repeat;
	position: relative;
}
#main-left ul.sval li a {
	display: block;
	font-size: 17px;
	color: #0099FF;
	font-weight: bold;
	line-height: 90px;
	margin: 0px 10px 30px 0px;
	padding-left: 85px;
	text-decoration: none;
}
#main-left ul.sval li a:hover {
	color: #FF0000;
}
#main-left ul.sval li ul {
	margin: 0px; padding: 5px;
	border: 1px solid #AAAAAA;
	list-style: none;
	position: absolute;
	display: none;
	background: #FFFFFF;
	left: -10000px;
	z-index: 200;
}
#main-left ul.sval li:hover ul {
	margin: 0px;
	background: #FFFFFF;
	display: block;
	left: 150px;
	top: 0px;
	z-index: 200;
}
#main-left ul.sval li:hover ul li {
	float: left;
	padding: 0px; margin: 0px;
	background: #FFFFFF;
}
#main-left ul.sval li:hover ul li a.totyre{
	font-size: 11px;
	color: #666666;
	margin: 0px; padding: 0px;
	line-height: 16px;
	font-weight: normal;
}
.orderform {
	text-align: left;
	margin: 0px auto;
	margin-top: 30px;
	line-height: 24px;
}
.orderform table{
	float: left;
}
.orderform label {
	width: 100px;
	font-weight: bold;
	height: 18px;
	display: block;
}
.orderform input[type="text"] {
	border: 1px solid #AAAAAA;
	height: 18px;
	width: 148px;
	float: left;
}
.orderform input[type="submit"] {
	border: 1px solid #AAAAAA;
	height: 18px;
	width: 148px;
}
.orderform select {
	border: 1px solid #AAAAAA;
	width: 148px;
	height: 16px;
	float: left;
}

