h1 {
	color: #00afdc;
	padding: 0;
	margin: 0 0 12px 0;
	font-size: 18px;
}

h2 {
	color: #00afdc;
	color: #FF0000;
	padding: 2px 2px 2px 4px;
	margin: 0;
	font-size: 14px;
}

h3 {
	color: #FF0000;
	padding: 0;
	margin: 0 0 12px 0;
	font-size: 14px;
}

.error {
	padding: 4px 16px 4px 32px;
	color: #CC0000;
	font-weight: bold;
	margin: 0 0 12px 0;
	background-color:#FAEBE7;
	background-image:url(images/error_msg_icon.gif);
	background-repeat: no-repeat;
	background-position: 4px 2px;
	border: 1px Solid #F16048;
}

.success {
	padding: 4px 16px 4px 32px;
	color: #339900;
	font-weight: bold;
	margin: 0 0 12px 0;
	background-color:#ccff99;
	background-image:url(images/success_msg_icon.gif);
	background-repeat: no-repeat;
	background-position: 4px 2px;
	border: 1px Solid #339900;
}

#content_header {
	float: right;
	background-image: url(images/title_back.gif);
	background-repeat: repeat-x;
	width: 668px;
	padding: 7px 0 0 12px;
	height: 20px;
	color: #FFF;
}

#content_header a {
	color: #FF0000;
}

#category_brands {
	clear: right;
	padding-bottom: 11px;
}

#category_brands .fade {
	filter:alpha(opacity=30);
	-moz-opacity:.30;
	opacity:.30;
}

#category_brands a {
	float: left;
	margin-right: 11px;
	margin-top: 6px;
	border: 1px Solid #FFF;
}

#category_brands a:hover {
	border: 1px Solid #CCC;
}

.list_top_row {
	background-image: url(images/fade_back.gif);
	background-repeat: repeat-x;
	padding: 7px 12px 12px 12px;
}

.paging {
	float: left;
	padding-top: 3px;
}

.sortby {
	float: right;
}

#display_photo {
	width: 300px;
	float: left;
}

#display_photo img {
	border: 1px Solid #CCC;
}

#display_brand {
	float: left;
	width: 20px;
}

#display_info {
	float: left;
	width: 280px;
}

.dotted_line {
	height: 1px;
	line-height: 1px;
	border-bottom: 1px Dotted #999;
}

#photo_thumbs {
	margin-top: 2px;
	border: 1px Solid #ccc;
}

a.photo_thumb {
	float: left;
}

a.photo_thumb:hover {

}

h3.legend {
	border-top: 1px Solid #CCC;
	border-left: 1px Solid #CCC;
	border-right: 1px Solid #CCC;
	text-align: left;
	color: #000;
	font-size: 11px;
	margin: 12px 0 0 0;
	padding: 7px 0 7px 12px;
	background-image: url(images/button_back.gif);
	background-repeat: repeat-x;
}

.border {
	border: 1px Solid #CCC;
	margin: -1px 0 0 0;
	padding: 12px;
}

table.cart {
	border-top: 1px Solid #CCC;
	border-left: 1px Solid #CCC;
	border-right: 1px Solid #999;
	border-bottom: 1px Solid #999;
	margin-bottom: 12px;
}

table.cart th {
	background-image: url(images/button_back.gif);
	padding: 4px;
	border-bottom: 1px Solid #999;
	border-right: 1px Solid #CCC;
}

table.cart td {
	border-bottom: 1px Solid #CCC;
	border-right: 1px Solid #CCC;
}

#checkout_buttons {

}

.checkout_button {
	float: left;
	margin-left: 8px;
}

#checkout_nav {
	border-bottom: 1px Solid #CCC;
}

#checkout_nav a {
	background-color: #666;
	padding: 4px 8px 3px 8px;
	float: left;
	margin: 0 0px -1px 4px;
	color: #CCC;
}

#checkout_nav span {
	background-color: #666;
	padding: 4px 8px 3px 8px;
	float: left;
	margin: 0 0px -1px 4px;
	color: #000;
}

#checkout_nav a#current {
	background-color: #CCC;
	color: #000;
}

.textbox {
	border: 1px Solid #CCC;
	background-color: #FFF;
	color : #333;
}

.required {
	border: 1px Solid #008fc8;
	background-color: #fff;
	color : #333;
}

input.validation-failed, textarea.validation-failed {
	border: 1px Dashed #FF0000;
	color : #333;
}

input.validation-passed, textarea.validation-passed {
	border: 1px Solid #008fc8;
	background-color: #fff;
	color : #333;
}

.validation-advice {
	margin: 2px 0;
	padding: 0;
	color : #FF0000;
	font-size: 10px;
	font-weight: bold;	
}

#checkout_submit {
	float: right;
	margin: 15px 0 15px;
}

#checkout_submit a {
	float: left;
	padding-right: 6px;
}

#promo_code {
	padding: 7px 0 7px;
	text-align: center;
}

table#review {
	clear: both;
	border-top: 1px Solid #666;
	border-left: 1px Solid #666;
	width: 100%;
}

table#review th {
	background-image: url(images/column_title_back.gif);
	padding: 4px;
}

table#review td {
	border-bottom: 1px Solid #999;
	border-right: 1px Solid #999;
}

#grid td {
    border-width:0 1px 1px 0;
    border-color:#666;
    border-style:solid;
}

#grid th {
	background-image: url(images/column_title_back.gif);
    border-width:0 1px 1px 0;
    border-color:#666;
    border-style:solid;
	color: #333;
}
