* {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Verdana, sans-serif;
}

body {
	color: #000; 
	background: #CADDA0 url(http://images.bidstork.net/themes/silver/bg_body.gif) repeat-y center;
	text-align: center;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

h1 img {
	float: right;
}

h2 {
	font-size: 18px;
	color: #666;
	padding: 14px 0 2px 0;
	margin: 0 0 6px 0;
	border-bottom: 2px solid #000;
}

h2 a {
	color: #404080;
	text-decoration: none;
}

h2 span {
	font-size: 18px;
	color: #000;
}

h3 {
	font-size: 18px;
	color: #600;
	padding: 10px;
}

h4 {
	font-size: 11px; 
	color: #000;
}

h4 div {
	float: left;
}

h4 a {
	font-size: 10px;
	font-weight: normal;
	color: #000;
	float: right;
}

h4:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

h5 {
	font-size: 11px;
	color: #000;
	margin: 4px;
	border-bottom: 1px solid #000;
}

form, p, div, span, ul, ol, dd, li {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

label {
	font-size: 11px;
	font-weight: bold;
}

input, select, textarea {
	font-size: 11px;
}

a {
	color: #000;
}

a:hover {
	color: #666;
}

#container {
	margin: 0 auto;
	width: 956px;
	text-align: left;
}

#primary_nav {
	clear: both;
	float: left;
    width: 100%;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}
 
#primary_nav ul {
	margin: 0;
	padding: 10px 10px 0 10px;
	list-style: none;
}

#primary_nav li {
	display: inline;
    margin: 0;
    padding: 0;
}

#primary_nav a {
	float: left;
    background: url(http://images.bidstork.net/themes/silver/tableft.gif) no-repeat left top;
    margin: 0;
    padding: 0 0 0 4px;
    text-decoration: none;
}

#primary_nav a span {
	float: left;
    display: block;
    background: url(http://images.bidstork.net/themes/silver/tabright.gif) no-repeat right top;
    padding: 5px 15px 4px 6px;
    color: #666;
 } 
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#primary_nav a span {
	float: none;
}
/* End IE5-Mac hack */
#primary_nav a:hover span {
	color: #000;
}

#primary_nav a:hover {
	background-position: 0% -42px;
}

#primary_nav a:hover span {
	background-position: 100% -42px;
}

#primary_nav a#active span {
	color: #000;
}

#primary_nav a#active {
	background-position: 0% -42px;
}

#primary_nav a#active span {
	background-position: 100% -42px;
}

.box_style {
	background: #FFF url(http://images.bidstork.net/themes/silver/gradient.gif) bottom repeat-x;
	border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
}

.bar_style {
	background: #FFF url(http://images.bidstork.net/themes/silver/gradient.gif) bottom repeat-x;
	border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
}

#content {
	clear: both;
	margin: 10px 0 0 0;
}

.form {
	margin: 10px;
}

.toolbar {	
	margin: 0 0 10px 0;
	padding: 10px 0 10px 0;
	clear: both;
	position: relative;
}

.toolbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.toolbar li {
	display: inline;
    margin: 0;
    padding: 0 8px;
	background: url(http://images.bidstork.net/themes/silver/list.gif) right no-repeat;
}

.toolbar li.last {
	background: transparent;
	border-right: 0;
}

.toolbar li.first {
	border-left: 0;
}

.toolbar li:after {
	content:"."; 
	display:inline;
	height:0; 
	clear:both; 
	visibility:hidden;
}

.toolbar a {
	font-weight: bold;
	padding: 6px;
	text-decoration: none;
	text-decoration: none;
}

.toolbar a:hover {
	padding: 5px;
	border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
}

.primary_table {
	width: 100%;
	margin: 0 0 10px 0;
}

.primary_table th {		
	text-align: left;
	padding: 3px;
}

.primary_table td {
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	padding: 3px;
	white-space: nowrap;
}

.primary_table td div {
	overflow: hidden;
}

.primary_table .add_row td {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-top: 6px;
	padding-bottom: 6px;
}

.primary_table .header td {
	text-align: center;
	font-weight: bold;
	background: #CCC;
	color: #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.primary_table .header td a {
	font-size: .9em;
}

.subcontainer {
	margin-bottom: 10px;
	padding: 10px 10px 16px 10px;
	text-align: left;
	clear: both;
}

* html .subcontainer {
	height: 1%;
}

.subcontainer:after {
	content: "."; 
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
}

input.submit {
	font-weight: bold;
	color: #600;
}

.error_list {
	margin: 0 10px;
	color: #600;
	border-top: 2px solid #600;	
	border-bottom: 2px solid #600;
	padding: 4px;	
}

.error_list li {
	margin: 4px 20px;
}

.form_list {	
	position: relative;
	list-style-type: none;
	width:100%;
}

.form_list li {
	clear: both;
	line-height:2em;
	margin:0;
	padding:1px 4px 6px 9px;
	display: block;
}

.form_list li:after {
	content: "."; 
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* Holly Hack Targets IE Win only \*/
* html .form_list li {
	height: 1%;
}
.form_list ul li {
	display: block;
}
/* End Holly Hack */

.form_list li label {
	clear: both;
	line-height: 125%;
	padding: 4px 4px 1px 0;
	border: none;
	color: #444;
	display: block;
}

.form_list li label.err {
	color: red;
}

.form_list li div{
	float: left;
	display: inline;
	margin-right: 5px;
}

.form_list li.focused{
	background-color: #fff7c0;
}

.form_list li p{
	clear: both;
	font-size: 9px;
	line-height: 13px;
	color: #444;
}

.form_list li div p {
	padding: 0;
	margin-top: 0;
	margin-bottom: 3px;
}

.bmr_text_control {
    width: 172px;
}
.large {
	width: 250px;
}

.medium_large {
	width: 190px;
}

.medium {
	width: 125px;
}

.medium_small {
	width: 95px;
}

.small {
	width: 60px;
}

.link_button {
	font-weight: bold;
	display: block;
	text-align: center;
	margin: 6px;
	padding: 6px;
}

.response {
	border: 0;
	color: #FD8A3E;
	background: #EEE;
	text-align: center;
	padding: 12px 0;
}

.you {
	font-weight: bold;
	color: #84776B;
}

.them {
	font-weight: bold;
	color: #600;
}

.pager_block {
	text-align: right;
	padding-right: 4px;
}

.pager_block select {
	width: 50px;
}

.alert {
	position: absolute;
	left: -9999px;
	display: none;
	width: 180px;
	padding: 6px;
	background: #FFFFE6; 
	border: 1px solid #FF9900;
}

.alert img {
	float: left;
	margin: 6px 5px;
}

#s_ns_msg{
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;	
}


#prenav {
	clear: both;
	padding: 6px 0 40px 0;
}

#prenav ul {
	float: left;
	padding: 0 10px 0 10px;
	margin: 0; 
	list-style-type: none;
}

#prenav li {
	float: left; 
	padding: 0 4px;
	margin: 0;
	list-style-type: none;
	border-left: 1px solid #84776B;
}

#prenav li.first {
	border: 0;
}
.form_list .disabled{color:#c0c0c0;}
#statusMsgTag {
	position:absolute;
	left:0px;
	top:104px;
	width:auto;
	z-index:5;
	visibility: hidden;
	margin: 0 0 0 14px;	
}
#popupsmalltop{	
	border-top:2px solid  #3f3f3f;		
	width:auto;	
}
#popupsmallcenter{	
	width:850px;	
	padding:0px 0px 0px 0px;	
	border-left:2px solid  #3f3f3f;	
	border-right:2px solid  #3f3f3f;	
	font-size:1.2em;
}
#popupsmallbottom{	
	border-bottom:2px solid  #3f3f3f;
	width:auto;
}

.rnvheader{
	font-size:15px;
	text-decoration:underline;
	font-weight:bold;
}
.pop_subscribe{text-align:left;padding:20px;margin-top:4px;/*background-color: #CC3333;*/}
.pop_subscribe label{font:bold 15px Arial;}
