/* --- General style for links --- */

a {
	color: #006600;
	text-decoration: underline;
}

a:hover {
}

a.choose_vehicle {
	display: block;
	height: 23px;
	width: 23px;
	background: url(../../images/default/content/btn_choose.gif) top left no-repeat;
	margin-left: 10px;
	cursor: pointer;
}

a.alt_loc {
	display: block;
	padding-bottom: 5px;
}

a#continue {
	border: solid 1px red;
	display: block;
	height: 23px;
	background: url(../../images/default/content/btn_choose.gif) top left no-repeat;
	padding: 2px 0 0 28px;
	cursor: pointer;
}
a#go_back {
	display: block;
	height: 23px;
	background: url(../../images/default/content/btn_go_back.gif) top left no-repeat;
	padding: 2px 0 0 28px;
	cursor: pointer;
}
a#go_back:hover, a#continue:hover {
	background-color: #fff;
}

/* --- Tabs --- */

div#tabs {
}

div#tabs ul {
	list-style-type: none;
}

div#tabs ul li {
	float: left;
	margin-right: 1px;
	white-space: nowrap
}


div#tabs li.tab {
	padding: 7px 0 0 15px;
	width: 164px;
	height: 22px;
	background: url(../../images/default/layout/tab_grey.jpg) left top no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	cursor: default;
}

div#tabs li#veh.tab {
	padding: 7px 0 0 15px;
	width: 97px;
	height: 22px;
	background: url(../../images/default/layout/tab_grey_small.jpg) left top no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	cursor: default;
}

div#tabs li#ext.tab {
	padding: 7px 0 0 15px;
	width: 97px;
	height: 22px;
	background: url(../../images/default/layout/tab_grey_small.jpg) left top no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	cursor: default;
}

div#tabs li#ins.tab {
	padding: 7px 0 0 15px;
	width: 221px;
	height: 22px;
	background: url(../../images/default/layout/tab_grey_long.jpg) left top no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	cursor: default;
}

div#tabs li#res.tab {
	padding: 7px 0 0 15px;
	width: 198px;
	height: 22px;
	background: url(../../images/default/layout/tab_grey_normal.jpg) left top no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	cursor: default;
}

/* IE 6 fix */
* html div#tabs li.tab {
	padding: 7px 0 0 15px;
	width: 164px;
	height: 22px;
}

div#tabs li.selected {
	background: url(../../images/default/layout/tab_green.jpg) left top no-repeat;
}

div#tabs li#veh.selected {
	width: 97px;
	background: url(../../images/default/layout/tab_green_small.jpg) left top no-repeat;
}

div#tabs li#ext.selected {
	width: 97px;
	background: url(../../images/default/layout/tab_green_small.jpg) left top no-repeat;
}

div#tabs li#ins.selected {
	width: 221px;
	background: url(../../images/default/layout/tab_green_long.jpg) left top no-repeat;
}

div#tabs li#res.selected {
	width: 198px;
	background: url(../../images/default/layout/tab_green_normal.jpg) left top no-repeat;
}

div#tabs a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

div#tabs li.tab a {
	color: #666666;
}

div#tabs li.selected a {
	color: #006600;
}

div#tabs li.tab a:hover {
	text-decoration: underline;
}

/* --- Buttons --- */

a.button {
	display: block;
	width: 162px;
	height: 38px;
	padding: 8px 5px 0 12px;
	margin: 15px 0 0 0;
	font: bold 13px Verdana;
	color: #006600;
	text-decoration: none;
	background: url(../../images/default/content/button.jpg) left top no-repeat;
}

/* --- Sidebar styles --- */

div#sidebar a {
	display: block; 
	width: 175px;
}

a.small {
	font-size: 10px;
}
