@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:none;
	font-family: Arial, Helvetica, sans-serif;
	/*background-color:#f2f2f2;*/
	font-size:12px;
	overflow-x:hidden;
}

img {
	border:0;
} 

ul {
	list-style-type:none;
}

a {
	text-decoration:none;
	color:#163A76;
}
a:hover {
	text-decoration:underline;
}

table td{
	vertical-align:top;
}

.clear {
	clear:both;
}

.float_right {
	float:right;
}

.clear {
	clear: both;
}

.black {
	color:#000;
}

.grey {
	color:#999;
}

.display_none {
	display:none;
}


.error_message_div {
	color:red; 
	margin-top:5px; 
	display:none; 
	font-size:12px;
}

/* LOGIN TAGS ******************************/

#login_submit {
	border:1px solid #e2e2e2;
	background-color:#faefeb;
}

#login_submit:hover {
	border:1px solid #fecd6e;
	cursor:pointer;
}

#body {
	border:0px solid red;
	font-size:12px;
	width:960px;
	margin:0 auto;
}

#flash_ticker {
	float:left;
	position:relative;
	width:100%;
	height:70px;
}

#subscribe_form_div{
	position:absolute;
	float:left;
	z-index:100001;
	border-left:1px solid #fff;
	border-bottom: #000 solid 3px;
	width:270px;
	padding-bottom:10px;
	font-size:10px;
	display:none;
	color:#999;
}

.transparent_bg{
	position:absolute;
	z-index:-5;
	width:100%;
	height:100%;
	background:#fff;
	opacity:0.95;
	filter:alpha(opacity=95);
}

#subscribe_form_content{
	padding:0 10px;
}


#slideshow_wrapper{
	position:absolute;
	top:150px;
	display:none;
	padding:10px;
/*	
	border:solid #000 2px;
	background:#999;
*/
	height:600px;
	width:500px;
}

.slide_link{
	position:absolute;
	display:none;
}



#store_left_wrapper {
	float:left;
	position:relative; 
	width:100%;
	overflow:visible;
	padding-left:40px;
}

#store_right_wrapper {
	position:relative; 
	float:right;
	width: 270px;
}

#store_left {
 width:100%;
}

#store_right {
	position:relative;
	z-index:1;
	overflow:visible;
	border-left:solid 1px black;
	margin-bottom:10px;
	padding-left:15px;
	/* height:1400px; */
}

/***  Sortables  **/

.product_table {
	color:#999; 
	font-size:10px;
	border-collapse:collapse;
	padding:0;
	margin:0;
}

.tip_product_table {
	color:#000; 
}

.product_table a {
	color:#000;
}

.product_header {
	font-size: 12px;
	color: #000;
}

.product_title {
	font-weight:bold;
}

.product_price {
	color:#999;
}

.out_of_stock {
	font-size:8px; 
	font-weight:bold; 
	color:#aaa;
}



#store {
	width:100%;
}

#store, #cart { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 

}

#store li, #cart li {
	border:1px dashed #fff;
	float:left;
	background:#fff;
	position:relative;
	z-index:1;
}

#store li { 
	height:130px;
	margin: 3px 0;
	width:70px;
}

#cart li { 
	width: 250px; 
	height: 130px; 
}

.product_info {
	display: none;
	width:150px;
	float:right;
}

#cart {
	display:none;
}

#loading_image{
	display:none;
}

#login_shipping_info {
	display:none;
	margin:0 0 70px;
	background:#fff; /* stop aliasing for jquery fade animation in IE */
}

.ui-state-highlight {
	background:#ffc;
}

#check_out {
	position:relative;
	color: #000;
	background:#fff;
	z-index:1000005;
}

.checkout_table_left {
	width:150px;
	font-size:14px;
	font-weight:bold;
}

.checkout_table_right {
	float:right;
	font-size:10px;
	font-weight:bold;
	color:#231f20;
}

.checkout_show{
	display:none;
}

#checkout_cover {
	position:absolute;
	bottom:105px;
	background: url('https://shopbandofoutsiders.com/images/white-bg-see-thru.png');
	border-top:solid black 3px;
	/*border:solid 1px red; */
	text-align:right;
	width:250px;
	padding-right: 20px;
	height:593px;
	margin-left:-15px;
	z-index:1000000;
}

#total_tag_div{
	position:absolute;
	float:right;
	background:url('https://shopbandofoutsiders.com/images/Total-Tag.png') no-repeat #fff;
	height:35px;
	width:150px;
	top:0;
	left:0;
	padding:13px 0 0 10px;
	font-size:8px;
	font-weight:bold;
	line-height:12px;
	color:#777;
	z-index:100000;
	display:none;
}

#total_tag_div span {
	font-size:9px;
	font-weight:bold;
}

a#total_tag_anchor:hover {
	text-decoration:none;
}

/***  End Sortables  **/
.pages {
	padding-right:30px;
	line-height:20px;
}

#how_to_list {
	padding:0;
	margin:0;
	color:#000;
	font-size:12px;
	margin-left:30px;
	margin-top:50px;
	font-weight:normal;
	line-height:20px;
}

div#how_to_list * li {
	margin-top:20px;
}

#how_to_list li p {
	padding-left:30px;
}


/***  Site Tags   **/
#tag_button {
	position:fixed;
	z-index:1000;
	cursor:pointer;
	display:none;
}

#tag_button.hover {

}


#site_tags {
	position:fixed; 
	left:0; 
	bottom:0; 
	width:100%;
	height:0px;
	border-top:0px solid #000;
	z-index:500;
}

.tag_list {
	float:left;
}

#tag_container {
	margin:0 0 0 23px;
	padding-left:80px;
	padding-top:15px;
	font-size:10px;
	color:#999;
	width:1200px;
}

#tag_container table {
	border-collapse:collapse;
}

#tag_container table th {
	text-align:left;
	height:22px;
	font-size:11px;
	font-weight:bold;
	color:#000;
}

.tag_header {
	font-size:11px;
	font-weight:bold;
	margin-bottom:5px;
	color:#000;
}

#tag_container table tr td {
	vertical-align:top;
}

#tag_container ul{
	padding:0;
	margin:0;
	float:left;
}

#tag_container ul li{
	height:13px;
}

#tag_container a {
	float:left;
	color:#000;
	width:100px;
	padding:1px 3px;
	padding-left: 0px;
	height:11px;
}

#tag_container .tag_brand a {
	width:200px;
}

#tag_container a:hover {
	text-decoration:none;
	background:#ccc;
}

#tag_container a.active {
	text-decoration:none;
	background:#000;
	color:#fff;
}

/****************************************
  These tags are inactive for searching the site  
****************************************/
#tag_container a.no_option {
	color:#999;
	cursor:default;
	background:none;
}
/*****************************************/

#tag_container a.active:hover {
	text-decoration:none;
	background:#000;
	color:#fff;
}

/***  End Site Tags  **/

/**** Login Checkout/Shipping Tables *********/
.login {
	margin:30px 0 0 0;
	color:#000;
	font-size:9px;
	border-collapse:collapse;
}

.login td {
	padding-left:5px;
}

.form_header {
	font-size:12px;
	font-weight:bold;
	height:20px;
}

.form_left {
	text-align:right;
	width:60px;
}

#billing_table_wrapper{
	display:none;
}

.select_width {
	width:157px;
}

/*******************************
**   SimpleTip  CSS
*******************************/

.tooltip{  /** default class of Simpletip Object **/
   position: fixed;
   top: 0;
   left: 0;
   z-index: 1000;
   display: none;
}


/* simpletip content rounded corners */
.no_tab_wrapper {
	margin-bottom:10px;
}

.no_tab_top, .no_tab_bottom {
	display:block; 
	background:transparent; 
	font-size:1px;
}
.no_tab_b1, .no_tab_b2, .no_tab_b3, .no_tab_b4 {
	display:block; 
	overflow:hidden;
}
.no_tab_b1, .no_tab_b2, .no_tab_b3 {
	height:1px;
}
.no_tab_b2, .no_tab_b3, .no_tab_b4 {
	background:#fff; 
	border-left:1px solid #000; 
	border-right:1px solid #000;
}
.no_tab_b1 {
	margin:0 2px; 
	background:#000;
}
.no_tab_b2 {
	margin:0 3px; 
	border-width:0 2px;
}
.no_tab_b3 {
	margin:0 2px;
}
.no_tab_b4 {
	height:1px; 
	margin:0 1px;
}
.no_tab_boxcontent {
	display:block; 
	background:#fff; 
	border:0 solid #000; 
	border-width:0 1px;
	padding:0px 0 0px 0;
	height:695px;
	width:630px;
	overflow:hidden;
}

.product_image_border{
	border:1px solid #fff;
	display:block;
	float:left;
	padding:2px;
	width:90px;
	height:90px;
}

.product_image_border_drk{
	border:1px solid #fff;
	display:block;
	float:left;
	padding:2px;
	width:90px;
	height:90px;
}

/*** End SimpleTip  CSS *************/


/***  Contact Page *****************/
#contact_table {
	padding:0;
}

.contact_input {
	width:300px;
	border: #000 solid 1px;
}

textarea.contact_input{
	height:170px;
}

/*** subscription form ****************/
#subscription_form {
	margin:0;
	padding:0;
}
#subscription_form #email_address {
	width:242px; 
	color:#000; 
	font-size:10px; 
	padding:5px;
	margin:10px 0;
	border:solid 1px #000;
}
#subscription_form #website_url,#contact_form #website_url2 {
	position:absolute;
	margin-top:-1000px;
}
#subscription_form label{
	color:#000;
}
.superpreloader{
   background: none repeat scroll 0 0 #FFFFFF;
    font-size: 16px;
    margin-top: 500px;
    opacity: 0.8;
    filter:alpha(opacity=80);
    padding: 20px;
    position: absolute;
    text-align: center;
    width: 360px;
    z-index: 100;	
    color:#000;
    text-decoration: none !important;
    border:0;
    text-transform: lowercase;
	}
.superloader:hover{
	text-decoration: none !important;
	border:0;
	}
	
#large_product_image_td{
	z-index: 50;
	border: 0;
	}