table, th, td {
	font-size: 1em;
}

td.tdcartTitle, td.tdListTitle {
	background: #000;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase
}

td.tdListTitle a {
	color: #FFF;
}

.cartProgress {
	border: 1px solid #CCC;
	color: #666;
	margin: 1em auto;
	padding: 4px;
	width: 350px;
	text-align: center
}

.txtcartProgressCurrent {
	font-weight: bold;
}

.txtCartPrice {
	float: right;
	font-weight: bold;
}

.txtCartProduct {
	text-decoration: none
}

.cartTotal {
	border-bottom: 1px solid #CCC;
	padding: 0 4px 4px;
	margin-top: 3px;
}

#session {
	float: right;
	margin: -10px 0 1em;
	text-align: right
}

.cart table { border-collapse:collapse; border: 1px solid #546CAD; width: 100%; margin: 0 0 6px }
.cart th, .cart td { background: #f7faff; border: 1px solid #899ac7; font-size: 100%; margin:0; padding:4px; text-align:left; vertical-align:middle }
.cart th { background: #D5DCEE; border-color: #546CAD }

div.txtCopyright {
	font-size: 10px;
	margin: 6px auto;
	color: #666;
}

div.txtCopyright br {
	margin-right: 10px
}

#side {
	background: #000 url(/~coolcomp/images/submenu.gif) no-repeat bottom left;
	margin: 0 0 1em;
	padding: 0 0 15px;
}

#submenu {
	background-image: none;
}

#side div {
	color: #FFF;
	padding: 1em;
}

#side h3 {
	color: #C5DB00;
	margin: 0 0 4px;
}

.req {
	color: #C30;
	margin-right: 2px;
}
a.txtButton {
	background-color: #D5DCEE;
	border: 1px solid #546CAD;
	font-weight: bold;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase
}
a.txtButton:hover {
	background-color: #FFF;
	color: #546CAD;
}
a.txtButton:active {
	margin: 1px;
	padding: 1px;
}
