body {
	background-color : #000000;
	margin : 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #ffffff;
	overflow : -moz-scrollbars-vertical;
}
#wrapper {
	width : 900px;
	min-height : 0;
	margin : 0 auto 0 auto;
	border : 1px solid #ffffff;
	background-color : #000000;
}
#header {
	height : 260px;
	background-image : url('images/header.jpg');
	background-repeat : no-repeat;
	position : relative;
}
#header img {
	border : 0;
}
#header img.logo {
	position : absolute;
	top : 11px;
	left : 5px;
}
#header ul {
	position : absolute;
	bottom : 0;
	left : 0;
	width : 900px;
	height : 30px;
	padding : 0;
	margin : 0;
	list-style-type : none;
}
#header ul li {
	padding : 0;
	margin : 0;
	float : left;
}
#header ul li a {
	display : block;
	height : 20px;
	padding : 7px 15px 0 15px;
	text-decoration : none;
	color : #ffffff;
	font-size : 14px;
	margin : 0 5px 0 5px;
	border-bottom : 3px solid #ffffff;
	font-weight : bold;
}
#header ul li a:hover {
	background-color : #000000;
	border-bottom : 4px solid #ffffff;
	height : 19px;
}
#header div#cart_snippet {
	position : absolute;
	top : 20px;
	right : 5px;
	width : 285px;
	color : #000000;
}
#header div#buttons {
	position : absolute;
	top : 70px;
	right : 5px;
}
#main_cont {
	background-color : #515151;
	min-height : 0;	
}
#main_cont div {
	width : 290px;
	float : left;
	padding : 5px;
}
#main_cont div.two_thirds {
	width : 590px !important;
}
#main_cont div.full_width {
	width : 890px !important;
}
#main_cont div.clearance_item {
	width : auto !important;
	float : none !important;
	padding : 0 !important;
}
#main_cont fieldset div.scroll {
	height : 300px;
	overflow : auto;
	width : auto !important;
	float : none !important;
	padding : 0 !important;
}
#main_cont div.category {
	width : auto !important;
	float : none !important;
	padding : 0 !important;
}
#main_cont div h1 {
	margin : 5px 0 7px 0;
	font-size : 24px;
}
#main_cont div p {
	margin : 0 0 7px 0;
}
#main_cont div p.bold {
	font-weight : bold;
}
#main_cont div p a {
	color : #ffffff;
}
#main_cont div div {
	width : 290px !important;
	text-align : center;
	padding : 0 !important;
	float : none !important;
	margin : 5px 0 5px 0;
}
#main_cont div div.you_may {
	width : 54px !important;
	text-align : left !important;
	padding : 2px !important;
	float : left !important;
	margin : 2px !important;		
}
#main_cont div div.you_may div {
	width : auto !important;
	text-align : left !important;
	padding : 0 !important;
	float : none !important;
	margin : 2px 0 0 0 !important;		
}
#main_cont div div.image_size {
	width : auto !important;
	text-align : center !important;
	padding : 10px !important;
	float : none !important;
	margin : 10px 0 5px 0 !important;		
}
#main_cont div div.banner_remove {
	width : auto !important;
	text-align : left !important;
	padding : 0 !important;
	float : right !important;
	margin : 4px 0 0 0 !important;		
}
#main_cont div div.product_image_remove {
	width : auto !important;
	text-align : left !important;
	padding : 0 !important;
	float : none !important;
	margin : 1px 0 0 0 !important;		
}
#main_cont div div img {
	border : 1px solid #c4c4c4;
}
#main_cont div fieldset {
	border : 1px solid #ffffff;
	padding : 5px;
	margin-bottom : 5px;
}
#main_cont div fieldset legend {
	color : #ffffff;
}
#main_cont div fieldset table {
	border-collapse : collapse;
}
#main_cont div fieldset table tr td {
	padding : 2px;
}
#main_cont div fieldset table tr td img {
	border : 1px solid #c4c4c4;
}
#main_cont div fieldset table tr td input, textarea, select {
	padding : 2px;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
}
.clear {
	clear : both !important;
	padding : 0 !important;
	float : none !important;
	width : 100% !important;
	height : 0 !important;
}
#footer {
	border-top : 1px solid #ffffff;
	text-align : center;
	padding : 5px;
	font-size : 10px;
	background-color : #4c4c4c;
}
#footer p {
	margin : 0;
}
p.error {
	background-color : #f9f9f9;
	width : auto;
	padding : 2px;
	color : #ff0000;
	margin : 0 !important;
	border : 1px solid #ff0000;
}
p.error img {
	border : 0 !important;
	margin : 0 4px -4px 0 !important;
}
p.success {
	background-color : #f9f9f9;
	width : auto;
	padding : 2px;
	color : #000000;
	margin : 0 !important;
	border : 1px solid #000000;
}
p.success img {
	border : 0 !important;
	margin : 0 4px -4px 0 !important;
}
.resultset {
	border : 1px solid #cccccc;
}
.resultset tr.bold {
	font-weight : bold;
	background-color : #000000;
}
.resultset tr.odd {
	background-color : #333333;
}
.resultset tr.even {

}
.resultset tr.odd:hover {
	background-color : #999999;
}
.resultset tr.even:hover {
	background-color : #999999;
}
.resultset tr.red {
	background-color : #ff7070;
}
.resultset tr.red:hover {
	background-color : #ffd4d4;
}
h2 {
margin : 0 0 5px 0 !important;
font-size : 16px;
}
h2 a {
	color : #ffffff;
}
.clearance_item p {
margin : 0 0 5px 0 !important;
}
.category p {
margin : 0 0 5px 0 !important;
}
.order_online {
border : 1px solid #b0b0b0 !important;
width : 100% !important;
padding : 5px !important;
background-color : #666666 !important;
float : right !important;
}
h3 {
	margin-top : 0px;	
}
h3 a {
	color : #ffffff;	
}
form {
	margin : 0;	
}
legend {
	font-weight : bold;	
}
input, textarea, select {
	padding : 2px;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
}
.site_message {
	border-bottom : 1px solid #ffffff;
	text-align : center;
	padding : 3px;
	color : #000000;
}
.red {
	background-color : #ff7070;
}
.green {
	background-color : #afff7f;	
}

tr.images_to_upload {
	background-color : #333333;
	border : 1px solid #cccccc;
}
tr.images_to_upload:hover {
	background-color : #999999;
	color : #333333;
}
table.product {
	border-collapse : collapse;
}
table.product tr {
	padding : 0;
}
table.product tr td {
	padding : 0;
}
table.product tr td img {
	border : 1px solid #c4c4c4;
}
table.product tr td img.product_small {
	margin : 0 0 5px 5px;
}
table.product tr td img.bottom {
	margin : 0 0 0 5px !important;
}