/*  --------- 2. structure  --------- */

#wrapper {
	position: relative;
	top: 5px;
	width: 891px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#masthead {
}

#masthead .account {
	float: right;
	text-align: right;
	width: 500px;
}

#header {
}

#title {
	position: relative;
	height: 78px;
	width: 891px;
	padding-bottom: 0px;
	background-image: url('http://www.drivewire.eu/_img/mainlogo.png');
}

#title #advert_full_banner {
	padding: 9px 0px 0px 0px;
	width: 882px;
	height: 69px;
	text-align: right;
	vertical-align: center;
}

#dw_navigation {
	position: relative;
	top: 4px;
	height: 30px;
	width: 100%;
	background-image: url('http://www.drivewire.eu/_img/grey_top.png');
	background-repeat: no-repeat;
}

form .search_top #search {
	vertical-align: top;
	min-width: 150px;
	width: 150px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

form .search_top .search_button {
	vertical-align: top;
	margin: 0px;
	padding: 3px 0px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#dw_navigation ul {
	position: relative;
	top: 5px;
	list-style-type: none;
	vertical-align: top;
	margin: 0px;
}

#dw_navigation li {
	position: relative;
	left: 10px;
	display: inline;
	color: white;
	padding: 0px 19px 0px 19px;
	margin: 0px;
	font-size: 22px;
	vertical-align: top;
}

#dw_navigation li a {
	display: inline;
	color: white;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

#dw_navigation .rss_image {
	position: relative;
	top: 4px;
	left: 8px;
	vertical-align: top;
}

#dw_navigation .selected {
	color: #000000;
	background-color: #FFFFFF;
	font-size: 22px;
}

#dw_footer {
	position: relative;
	top: 20px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 891px;
	background-color: #FFFFFF;
}

#dw_footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#dw_footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.forum_ad {
	padding: 5px 0px 5px 0px;
	text-align: center;
}

.tv {
	width: 540px;
	text-align: center;
}

.divider_bar {
	background-color: #6c6c6c;
	height: 1px;
	margin: 5px 0px 5px 0px;
	overflow: hidden;
}


/* basket/checkout */

#shopping_bag .basket {
	position: relative;
	top: 10px;
	left: 10px;
	float: left;
	vertical-align: bottom;
}

.basket_list {
	float: none;
	width: 100%;
}

.basket_list_item {
	position: relative;
	left: 200px;
	width: 80%;
	height: 200px;
	text-align: left;
	overflow: hidden;
}

.basket_delivery_options {
	clear: both;
	padding-bottom: 10px;
}

.basket_delivery_options label {
	padding: 0px 10px 0px 0px;
	width: 420px;
	text-align: left;
}

.basket_list_item img {
	float: left;
	padding-right: 10px;
}

.basket_list_item_left {
	float: left;
	vertical-align: top;
	height: 100%;
	width: 200px;
}

.basket_list_item_left p {
	margin: 0px;
	padding: 0px;
}

.basket_list_item_right {
	float: right;
	vertical-align: top;
	height: 100%;
	width: 400px;
}

.basket_list_item_right table {
	width: 100%;
}

.basket_list_item_right table th {
	width: 150px;
}

.basket_list_item_price h2 {
	width: 100px;
}

.checkout form select {
	width: 150px;
}

.basket_list_item th {
	width: 120px;
}

.checkout_list {
	float: none;
	width: 100%;
}

.checkout_list_item {
	float: left;
	width: 100%;
	height: 150px;
	text-align: left;
	overflow: hidden;
}

.checkout_delivery_options {
	clear: both;
	padding-bottom: 10px;
}

.checkout_delivery_options label {
	float: left;
	padding: 0px 10px 0px 0px;
	width: 420px;
	text-align: left;
}

.checkout_list_item img {
	float: left;
	padding-right: 10px;
}

.checkout_list_item_left {
	float: left;
	vertical-align: top;
	height: 100%;
	width: 300px;
}

.checkout_list_item_left p {
	margin: 0px;
	padding: 0px;
}

.checkout_list_item_right {
	float: right;
	vertical-align: top;
	height: 100%;
	width: 570px;
}

.checkout_list_item_price h2 {
	width: 100px;
}

.checkout form select {
	width: 150px;
}

.checkout_list_item th {
	width: 120px;
}

/* login form */

#floating_search_box {
	position: absolute;
	padding: 8px 0px 8px 8px;
	height: 20px;
	width: 225px;
	border: 1px solid black;
	background-color: #717070;
	visibility: hidden;
	display: none;
}