.tableborder {
    width: 100%;
    text-align: center;
}

.tabletopborder {
}

.content {
    margin: 20px;
}

.textbox { 
	font-size: 12px;
	background-color: #eee;
}

.alerttd {
    font-size: 14px;
    color: red;
    text-align: left;
    padding-left: 20px;
    background-color: yellow;
}

.grid {
    background-color: #009933;
    color: #0066cc;
}

.gridtd {
    font-size: 11px;
    color: red;
    font-weight: bold;
    text-align: left;
}

.gridth {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #000;
    border-bottom: 1px solid #bbb;
}

.gridsimple {
    font-size: 12px;
    background-color: #eee;
}

a:link {
    text-decoration: none;
    color: #990000;
}

a:active {
    text-decoration: none;
    color: #990000;
}

a:visited {
    text-decoration: none;
    color: #990033;
}

a:hover {
    text-decoration: underline;
    color: #990000;
}

.form_small { 
	font-size: 10px;
	color: #009933;
	width: 118px;
}

.txt_general {
	font-size: 12px;
	background-color: #eee;
}

.txt_general td {
    border-bottom: 1px solid #fff;
}

.carttitle {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	color: #000;
}

.cartcount {
    font-size: 13px;
    text-align: center;
    padding: 10px;
}

.numitems {
    font-size: 16px;
    font-weight: bold;
}

.txt_10 { 
	font-size: 14px;
	color: #990000;
}

.txt_10a { 
	font-size: 17px;
	color: #990000;
}

.items {
    font-weight: bold;
    border-bottom: 1px solid #bbb;
}

.orders {
    font-weight: bold;
    border-bottom: 1px solid #bbb;
}

.usermessage {
    font-size: 12px;
    padding: 15px;
}


/* ---- Minitabs ---- */

.sc-container {
	padding: 0;
	margin: 0;
}

#sc-minitabs {
	margin: 0;
	padding: 0 0 0 10px;
}

#sc-minitabs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
	
#sc-minitabs a:link, 
#sc-minitabs a:visited {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 5px 4px 5px;
	padding: 3px 3px 3px 7px;
	text-decoration: none;
	background-color: #eee;
	border: 1px solid #bbb;
}

#sc-minitabs a.active:link, 
#sc-minitabs a.active:visited, 
#sc-minitabs a:hover {
	padding-bottom: 2px;
	color: #000;
}

#sc-minitabs a:hover {
    background-color: #bbb;
	border: 1px solid #000;
	color: #fff;
}
