a:link, a:visited, a:hover {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

html * {
	margin: 0;
	/*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX*/
}

/* GENERAL */

.spinner {
	padding: 5px;
	position: absolute;
	right: 0;
}

.body {
	float: left;
	margin: 0 15px 10px 15px;
}

h1 {
	color: #006dba;
	font-weight: normal;
	font-size: 16px;
	margin: .8em 0 .3em 0;
}

ul {
	padding-left: 15px;
}

input, select, textarea {
	background-color: #fcfcfc;
	border: 1px solid #ccc;
	font: 11px verdana, arial, helvetica, sans-serif;
	margin: 2px 0;
	padding: 2px 4px;
}
select {
	padding: 2px 2px 2px 0;
}
textarea {
	width: 250px;
	height: 150px;
	vertical-align: top;
}

input:focus, select:focus, textarea:focus {
	border: 1px solid #b2d1ff;
}

/* NAVIGATION MENU */

.nav {
	background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
	border: 1px solid #ccc;
	border-style: solid none solid none;
	margin-top: 5px;
	padding: 7px 12px;
}

.menuButton {
	font-size: 10px;
	padding: 0 5px;
}
.menuButton a {
	color: #333;
	padding: 4px 6px;
}
.menuButton a.home {
	background: url(../images/skin/house.png) center left no-repeat;
	color: #333;
	padding-left: 25px;
}
.menuButton a.list {
	background: url(../images/skin/database_table.png) center left no-repeat;
	color: #333;
	padding-left: 25px;
}
.menuButton a.create {
	background: url(../images/skin/database_add.png) center left no-repeat;
	color: #333;
	padding-left: 25px;
}

.menuButton a.urocart {
	background: url(../images/icons/urocart.gif) center left no-repeat;
	color: #333;
	padding-left: 80px;
	line-height:80px;
}

.menuButton a.uroclipboard {
	background: url(../images/icons/uroclipboard.gif) center left no-repeat;
	color: #333;
	padding-left: 80px;
	line-height:80px;
}

.menuButton a.urobox {
	background: url(../images/icons/urobox.gif) center left no-repeat;
	color: #333;
	padding-left: 80px;
	line-height:80px;
}

/* MESSAGES AND ERRORS */

.message {
	background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
	border: 1px solid #b2d1ff;
	color: #006dba;
	margin: 10px 0 5px 0;
	padding: 5px 5px 5px 30px
}

div.errors {
	background: #fff3f3;
	border: 1px solid red;
	color: #cc0000;
	margin: 10px 0 5px 0;
	padding: 5px 0 5px 0;
}
div.errors ul {
	list-style: none;
	padding: 0;
}
div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
	line-height: 16px;
	padding-left: 30px;
}

td.errors select {
	border: 1px solid red;
}
td.errors input {
	border: 1px solid red;
}

/* TABLES */

.borderedtable {
	border: 1px solid #ccc;
	width: 100%
}

tr {
	border: 0;
}
td, th { 
	font: 11px verdana, arial, helvetica, sans-serif;
	line-height: 12px;
	padding: 5px 6px;
	vertical-align: top;
}
th {
	background: #fff url(../images/skin/shadow.jpg);
	color: #666;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	padding: 2px 6px;
}
th a:link, th a:visited, th a:hover {
	color: #333;
	display: block;
	font-size: 10px;
	text-decoration: none;
	width: 100%;
}
th.asc a, th.desc a {
	background-position: right;
	background-repeat: no-repeat;
}
th.asc a {
	background-image: url(../images/skin/sorted_asc.gif);
}
th.desc a {
	background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
	background: #f7f7f7;
}
.even {
	background: #fff;
}

/* LIST */

.list table {
	border-collapse: collapse;
}
.list th, .list td {
	border-left: 1px solid #ddd;
}
.list th:hover, .list tr:hover {
	background: #b2d1ff;
}

/* PAGINATION */

.paginateButtons {
	background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
	border: 1px solid #ccc;
	border-top: 0;
	color: #666;
	font-size: 10px;
	overflow: hidden;
	padding: 10px 3px;
}
.paginateButtons a {
	background: #fff;
	border: 1px solid #ccc;
	border-color: #ccc #aaa #aaa #ccc;
	color: #666;
	margin: 0 3px;
	padding: 2px 6px;
}
.paginateButtons span {
	padding: 2px 3px;
}

/* DIALOG */

.dialog table {
	padding: 5px 0;
}

.prop {
	padding: 5px;
}
.prop .name {
	text-align: left;
	width: 15%;
	white-space: nowrap;
}
.prop .value {
	text-align: left;
	width: 85%;
}

/* ACTION BUTTONS */

.buttons {
	background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
	border: 1px solid #ccc;
	color: #666;
	font-size: 10px;
	margin-top: 5px;
	overflow: hidden;
	padding: 0;
}

.buttons input {
	background: #fff;
	border: 0;
	color: #333;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	margin-left: 3px;
	overflow: visible;
	padding: 2px 6px;
}
.buttons input.delete {
	background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat;
	padding-left: 28px;
}
.buttons input.edit {
	background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
	padding-left: 28px;
}
.buttons input.save {
	background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
	padding-left: 28px;
}

body {
	margin:0;
	padding:0;
	color: #333;
	font: 11px verdana, arial, helvetica, sans-serif;
	background-color:#fff;
}

.main {
	width:960px;
	text-align:left;
	background-color:#fff;
	margin: 1em auto;
}

.header td {
	margin:0;
	padding:0;
}

.loginform {
	color: #2b388f;
}

.footer {
	border-top: 2px solid #333;
	text-align:right;
	clear:both;
}

.contents {
	clear:both;
	margin: 0;
}

.topbar {
	padding: 10px 0 5px 0;
	border-top: 3px solid #333;
	clear:both;
}

.navbar {
	padding: 10px 0 10px 0;
	clear:both;
}

.navline1 table {
	border-right: 1px solid #333;
}

.navline1 td {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	padding:15px 10px 3px 0px;
	text-align:right;
}

.navline1 a {
	font-size:13px;
	font-weight:bold;
}

.navcurrent {
	background-color:#ddd;
}

.navline2:hover {
}

.navline2 {
	background:#fff45f;
	line-height:45px;
}

.navline2 td {
}

.navline2, .navline2 a {
	color:blue;
	font-weight:bold;
	font-size:12px;
	padding:5px 15px 5px 5px;
}

.cartstatus {
	text-align:right;
}

.cartstatus a:link, .cartstatus a:visited {
	text-decoration: none;
}

.cartstatus a:hover {
	text-decoration: underline;
}

.samples a:link, .samples a:visited {
	text-decoration: underline;
	color:#0000cc;
}

.samples a:hover {
	text-decoration: none;
}

.buttonnav {

	padding:10px 5px;
}

.bordered p {
	margin:10px 0;
}

.bordered {
	padding:12px;
	border: 10px solid #eee;
	margin-top:20px;
	margin-bottom:40px;
	padding-bottom:30px;
}

.homepage {
	border: 10px solid #eee;
	margin-top:20px;
	margin-bottom:40px;
	padding-bottom:30px;
}

.logo2 {
	vertical-align: bottom;
}

.homenews2 {
	border-left: 10px solid #eee;
}

.homenewsbar {
	background-color:#777;
	border-bottom: 5px solid #eee;
}

.homenewsbar h2 {
	color:white;
	font-size:18px;
	font-weight:bold;
	padding:15px;
}

.homecol2 {
	border-left: 10px solid #eee;
}

.homeyellow {
	background-color:#fff45f;
	border-left: 10px solid #eee;
	border-bottom: 10px solid #eee;
	vertical-align:middle;
}

.newsview {
	clear:both;
	padding:5px;
}

.newsview img {
	margin-right:10px;
	margin-bottom:5px;
}

.newsview strong {
	font-size:13px;
}

.newstext {
	padding-top:15px;
	font-size:12px;
	color:#555;
}

.newsmore {
	text-align:right;
}

.newsmore a {
	font-size:10px;
	font-weight:normal;
	color:#0000cc;
	padding:5px 15px;
}

.invform {
	padding-top: 15px;
	padding-bottom: 20px;
}

.bordered2 {
	border: 10px solid #eee;
	margin-top:20px;
	margin-bottom:40px;
}

.bordered2 td {
	padding:0;
}

.cartbox {
	padding:12px;
}

.cartnews {
	border-left: 10px solid #eee;
	padding:0;
	margin:0;
}

.cartnews h2 {
	text-align:left;
	color:white;
	background-color:#777;
	line-height:30px;
	padding:0;
	margin:0;
	padding-left:20px;
}

.cartform {
	text-align:center;
}

.cartform form {
	padding:12px;
}

.autoform {
	text-align:center;
}

#sku {
	text-align:left;
}

a.basket_put {
	background: url(../images/basket_put.png) center left no-repeat;
	padding-left: 25px;
}

.cartButton a.addcart {
	background: url(../images/add.png) center left no-repeat;
	padding-left: 25px;
}

.cartButton a.subcart {
	background: url(../images/delete.png) center left no-repeat;
	padding-left: 25px;
}

.aboutpage h1 {
	color:#fff;
	width:100%;
	background:#777;
	line-height:30px;
	font-weight:bold;
	margin:0px;
	padding-left:10px;
}

.aboutpage p {
	padding:20px;
}

.partapps {
	padding-top:20px;
	width:260px;
}

.partpics img {
	padding:20px;
	border:1px solid #333;
}

.partapps .make {
	padding-top:20px;
	font-size:120%;
	font-weight:bold;
}

.partapps .model {
	padding-left:40px;
	font-weight:bold;
}

.partapps .year {
	padding-left:80px;
}

.partapps .filter {
	font-size:85%;
	padding-left:120px;
}

#menu{
	margin:0px;
	padding:0px;
	position:relative;
	list-style:none;
	color:#555;
	line-height:45px;
	display:inline-block;
	float:left;
	z-index:1000;
	margin-bottom:20px;
}
#menu a {
	color:#333;
	text-decoration:none;
}
#menu > li {
	width:170px;
	text-align:right;
	border-right:1px solid #333;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	background:#fff none repeat scroll 0 0;
	cursor:pointer;
	float:left;
	padding:0px 10px;
	margin:0px;
}
#menu > li:hover {
	background-color:#fff45f;
}
#menu > li:first-child {
	border-left: 1px solid #333;
	width:174px;
}
#menu > li a:hover {
	color:#333;
}
/* sub-menus*/

#menu ul {
	padding:0px;
	margin:0px;
	display:block;
	display:inline;
}
#menu li ul {
	position:absolute;
	left:-1px;
	top:0px;
	margin-top:47px;
	width:960px;
	line-height:16px;
	background-color:#fff45f;
	background: url(../images/yellowbar.gif);
	color:#333;
	/* for IE */ display:none;
}
#menu li:hover ul {
	display:block;
}
#menu li ul li{
	display:block;
	margin:5px 10px;
	padding: 0px 0px;
	list-style-type:none;
	float:left;
	position:relative;
}
#menu li ul li a {
	display:block;
	color:#555;
}
#menu li ul li a:hover {
	color:#333;
}
#menu li.current ul {
	z-index:10;
}

.icons_g td {
	padding:10px 10px
}

.icons_gs td {
	padding:2px 5px;
	margin:0px;
}

.myurolinks td {
	padding:20px 10px;
}
