@import url(http://www.cooldrive.com.au/c/base.css);
@import url(style.css);
@import url(pretty-default.css);
@import url(gallery-default.css);

#menu .submenu {
	top: 22px;
	width: 121px;
}    
#menu .submenu { display: none }
#menu li.over .submenu, #menu li:hover .submenu  { display: block; z-index: 50 }

/* Undo Safari Fix */
#menu { width: 600px }

    
#side_cart_container {
	width: 163px;
	float: right;
	text-align: center;
}
#invoiceHeader { clear: right }
#allCategories { clear: left }

.box_container h2 a, .box_container h2 a:visited { color: #fff; }
    
.resultHeader {
    background-color: #eee;
}
.disabled {
	color: #aaa;
}
.error {
    color: #f33;
    background-color: #fff;
}
.info {
    color: #33f;
    background-color: #fff;
}

#ishop_content_container h1 { text-align: center; margin-bottom: 0.5em}
#loggedIn { float: left; width: 525px }

/* Fix for firefox bug(?) where tables don't move below floats */
*>table{clear:right}


/* Table rules */

table {
 border-collapse: collapse;
}

tbody td, tbody th {
    padding:3px 10px;
    font-size:10px;
}

table input {
    margin:0;
}

thead th {
    background:#4270B3;
    color:#fff;
    font-weight:bold;
    padding:0 10px;
}
th label { font-size: 1em }
