body {
	font-family: 'Tahoma';
	margin: 0;
	padding: 0;
	font-size: 12px;
	/*background: #08a9e7 url('/images/background.jpg') no-repeat scroll top center;*/
        background: #ffffff;
}

img {
	border: 0;
}

a {
	color: #ff0000;
}

input, select, textarea {
	padding: 3px;
	font-family: 'Tahoma';
	font-size: 12px;
}

#header {
	width: 978px;
	margin: 0 auto;
	text-align: center;
	height: 152px;
	position: relative;
	background-image: url('/images/headernew.jpg');
}

#search {
	position: absolute;
	left: 630px;
	top: 80px;
	width: 140px;
}

#navigation {
	width: 978px;
	margin: auto;
	text-align: center;
	height: 54px;
}

.pagination {
	width: 815px;
	text-align: center;
	margin: 10px auto;
	float: left;
}

.pagination a {
	padding: 5px;
	font-size: 16px;
	background-color: #E1EDFF;
	border: 3px solid #000066;
	color: #023761;
	text-decoration: none;
}

.pagination a:hover {
	background-color: #C3DBFF;
	border: 3px solid #E1EDFF;
}

.pagination a.current {
	background-color: #C3DBFF;
	border: 3px solid #E1EDFF;
}

#footer {
	width: 978px;
	margin: auto;
	text-align: center;
	height: 100px;
}

#footer_left {
	float: left;
	width: 327px;
}

#footer_right {
	float: right;
	width: 651px;
}

#header h1 {
	margin: 0 auto;
	padding: 0;
}

#search {
	float: right;
}

#container {
	width: 964px;
	background-image: url('/images/content_bg.jpg');
	background-repeat: repeat-y;
	background-position: center center;
	padding: 0 7px 0 7px;
	margin: auto;
}

#container:after, #main:after, #listing2:after {
	clear: both;
	height: 0px;
	display: block;
	visibility: hidden;
	content: ".";
}

#main, #bottombar, #user_area, #item, #lucky7, #dealer, #item {
	width: 815px;
	float: left;
	
}

#main {
	margin-left: 7px;
	margin-bottom: 10px;
}

#lucky7 {
	background-color: #B3FFE9;
}

#dealer {
	background-color: #F1DBFF;
}

#listing, #user_area {
	float: left;
	width: 815px;
	background-color: #FFEDB3;
}

#login, #submit {
	padding: 5px 25px;
	width: 50%;
	margin: auto;
}

.login_label {
	float: left;
	width: 25%;
	margin-bottom: 5px;
}

.login_input {
	float: left;
	width: 75%;
	margin-bottom: 5px;
}

.error {
	padding: 15px;
	text-align: center;
	color: #ff0000;
}

.success {
	padding: 15px;
	text-align: center;
	color: #00d300;
}

#content_table {
	margin: auto;
	width: 800px;
	border-collapse: collapse;
}

#content_table th {
	padding: 5px;
	background-color: #d1d1d1;
	color: #000;
	font-weight: bold;
	border: 1px solid #fff;
}

#content_table td {
	padding: 5px;
	border: 1px solid #fff;
	background-color: #f6f6f6;
	color: #000;
}

#item {
	background-color: #B1EFFC;
}

#item_showcase {
	float: left;
	width: 200px;
	margin-left: 15px;
	margin-top: 5px;
}

#item_showcase img {
	border: 3px solid #023761;
}

#item_details {
	float: right;
	width: 580px;
}

#item_details h1 {
	margin: 0;
}

#item_details p {
	margin-top: 0;
}

#buy_now {
	text-align: right;
}

#main .item {
	float: left;
	width: 155px;
	margin: 2px;
	border: 2px solid #C3DBFF;
	background-color: #E1EDFF;
	height: 195px;
	padding: 5px 0 0 0 ;
	text-align: center;
}

#main .item .t_title {
	text-transform: uppercase;
	color: #066CC1;
	font-weight: bold;
	text-decoration: none;
}

#sidebar {
	width: 130px;
	float: right;
	background-color: #20B1EA;
	margin-right: 6px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul li {
	margin: 5px 6px;
}

#sidebar ul li img {
	margin-right: 3px;
}

#sidebar ul li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}

#sidebar ul li * {
	vertical-align: middle;
}

#side_banner {
	width: 120px;
	height: 600px;
	background-color: #20B1EA;
	margin: 25px auto;
}

