@import url(pagination.css);

body, html {
	padding: 0;
	margin: 12px 0;
	background-color: #212121; 
	background-image: url(images/back.gif);
	font: Normal 12px Arial, Verdana;
	color: #333;
}

img {
	border: 0;
}

form {
	padding: 0;
	margin: 0;
}

h1 {
	color: #CC0000;
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
}

h2 {
	color: #333;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}

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

a {
	color: #0066cc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
	line-height: 1px;
	height: 1px;
	width: 1px;
}

#header {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 115px;
}

#logo {
	float: left;
}

#container {
	background-color: #616161;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#body {

}

#column {
	float: left;
	padding: 12px;
	margin: 0;
}

.column_title {
	background-image: url(images/title_back.gif);
	background-repeat: no-repeat;
	width: 176px;
	height: 20px;
	text-align: center;
	color: #fff;
	padding-top: 7px;
	font-weight: bold;
}

.column_content {
	background-image: url(images/section_back.gif);
	background-repeat: repeat-x;
	width: 152px;
	padding: 12px;
	margin-bottom: 12px;
}

.column_content .nav_button {
	margin: 6px 0 12px 6px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	text-indent: 18px;
}

.column_content .nav_button a {
	position: relative;
	top: -2px;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
}

#nav_bar {
	margin: 6px 6px 0;
	height: 29px;
	float: right;
}

#nav_bar a {
	background-image: url(images/button_off.gif);
	margin-top: 6px;
	margin-right: 6px;
	float: left;
	width: 125px;
	height: 17px;
	text-align: center;
	padding-top: 6px;
	font-weight: bold;
	color: #FFF;
}

#nav_bar .selected {
	background-image: url(images/button_on.gif);
	color: #CC0000;
}

#content {
	clear: right;
	float: right;
	width: 660px;
	background-color: #FFF;
	min-height: 500px;
	padding: 20px;
}

.sortby {
	float: right;
	margin: 12px 12px 0;
}

.paging {
	float: left;
	margin: 18px 0 0 18px;
}

#floating_object {
	position: absolute;
	top: 32px;
	right: 24px;
}

h1.header_title {
	position: absolute;
	top: 65px;
	left: 60px;
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	color: #CC0000;
}

h2.header_title {
	position: absolute;
	top: 45px;
	left: 35px;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #333
}

#grid {
		width: 100%;
        border:1px solid #d1cfcf;
        border-bottom:none;
}

#grid table td {
	border: none;
}

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

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

.content_section1 {
	padding: 12px 6px 12px 12px;
	width: 330px;
	float: left;
	line-height: 2em;
}

.content_section2 {
	padding: 100px 6px 12px 12px;
	width: 330px;
	float: left;
	line-height: 2em;
}

.error {
	padding: 4px;
	color: #CC0000;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0;
}

#product_display {
	padding: 12px;
}

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

#display_content {
	float: left;
	width: 364px;
	margin-left: 12px;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: center;
	background-color: #CC0000;
	color: #FFF;
	padding: 6px 0 6px 0;
	font-weight: bold;
}

