/*////////// GLOBAL ELEMENT CHANGES //////////*/

body
{
    background-image: url(/images/hip-hop-bling.jpg);
    background-position:top;
    background-repeat:no-repeat;
	background-color:#000;
	padding:0px;
	margin:0px;
}

td , body, div, p, legend {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

h1 {
	font-weight: bold; 
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px; 
	padding-right: 5px;
	color: #fff;
	display: inline;
}

h2
{ 
	font-size: 12px; 
	font-family: trebuchet ms, tahoma, arial, "sans serif"; 
	color: #ccc;
	font-weight: 500; 
	padding-left: 0;
	margin-bottom: 3px;
	margin-top: 0px;
}

h3 {
	font-weight: normal; 
	font-size: 11px; 
	color: #333333; 
	font-family: tahoma, trebuchet ms, arial, verdana;
	margin-top: 3px;
	margin-bottom: 2px; 
	padding-right: 0px;
}

a, a:link, a:visited, a:active
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    color: #cccccc;
    text-decoration: none;
}

a:hover { 
	color: #fff00d;
	text-decoration: none;
}

form {
	margin-top:0px;
	margin-bottom: 5px;
}

/* table
{
	margin:0;
	padding:0;
} */

/*////////// TABLE DISPLAY //////////*/

#wrapper
{
	width:1000px;
	border:0;
	text-align:center;
	margin:0 auto;
	padding:0;
	border-collapse : collapse;
}

#wrapper td, #wrapper th
{
	padding:0;
}
#flash {
	width: 501px;
	height:122px;
	text-align:right;
	background-image: url(images/fl.jpg);
	background-repeat: no-repeat;
}

#wrapper #footer {
	border-top:solid 1px #ccc;
	text-align:center;
	vertical-align:middle;
}

#wrapper #footer #footer_nav a{
	margin:0 13px;
}

#wrapper #footer table{
	text-align:center;
	margin:0 auto;
}
table.grid
{
    background-color: #999999;
}
table.grid td
{
     background-color: #000000;
     text-align: left;
}

/*////////// DEFAULT PAGE SPECIFIC //////////*/
.fronttitle, .fronttitle:hover, .fronttitle:visited
{
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

/*////////// NAV BAR DISPLAY //////////*/

table#navbar {
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:center;
	border-collapse:separate;
	border-spacing:1px 0px;
}

#navbar tr {
	margin:0px;
	padding:0px;
	background-image: url(/images/navbarbg.jpg);
}

#navbar td
{
	margin:0px;
	padding:0px;
	width:100px;
	height:30px;
    vertical-align: middle;
}

#navbar a, #navbar a:link, #navbar a:visited, #navbar a:active{
	margin:0px;
	padding:0px;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#cccccc;
	text-decoration: none;
}
	
#navbar a:hover
{
	color:#fff00d;
}

/*////////// CONTENT STRUCTURE FORMATTING //////////*/
#wrapper_content {
	vertical-align:top;
	padding: 0;
	margin:0 auto;
	width:1000px;
	text-align:center;
	border-collapse:collapse;
}

/***** this is where width for the main content is controled *****/
/***** 150px(left) + 700px (middle) + 150px (right) = 1000px (wrappers) *****/
#content_middle {
	vertical-align:top;
	padding: 5px 0 0 5px;
	width:700px;
	text-align:center;
	border:0;
	margin:0 auto;
}
#content_right {
	vertical-align:top;
}

/***** this is where width for the right column is controled *****/
#content_right table{
	vertical-align:top;
	margin:0px 0px 8px 0px;
	padding:0px;
	width:150px;
	border-spacing:0px 0px;
	//border-collapse:collapse; /*hacky solution for making IE remove buggy line between rows */
}

#content_right td.col_box {
	border-left: solid 1px #6d6d6d;
	border-right: solid 1px #6d6d6d;
	border-top: none;
	border-bottom: none;
	padding:5px 0px;
	margin:0px;
}

#content_right select{
	margin:0px;
	width:90%;
	padding:0px;
}

#content_left {
	vertical-align:top;
	padding: 10px 0px 0px 8px;
	text-align:left;
}

/***** this is where width for the left column is controled *****/
#content_left table{
	width:150px;
	border:none;
	padding:0;
	margin:0 0 8px 0;
	border-spacing:0px 0px;
	//border-collapse:collapse; /*hacky solution for making IE remove buggy line between rows */
}

#content_left #search-box{
	background-color:#202020;
	vertical-align:middle;
	text-align:center;
	padding-left: 5px;
}

#content_left #search-box #text{
	width:85px;
	height:20px;
	border:solid 1px #bbb;
	margin-top:3px;
}

#content_left #search-box #submit{
	vertical-align:middle;
	margin-top:3px;
}

#content_left #search-footer{
	background-color:#2c2c2c;
	vertical-align:middle;
}

 #search-footer img{
	margin:3px;
}

#content_left ul, #content_left li, #content_left li a {
	padding:0px;
	margin:0px;
}

#content_left ul li{
	list-style-type:none;
	background:url(/images/icon_triangle.jpg) no-repeat 0px 3px;
	padding-left:11px;
}
/*////////// CUSTOM TEXT FORMATTING //////////*/

.m_text
{
	font-family:tahoma;
	font-size:11px;
	line-height:normal;
	color:#8d8d8d;
}

.h_text
{
	font-family:tahoma;
	font-size:12px;
	line-height:normal;
	color:#d0d0d0;
}

.h1_text
{
	font-family:tahoma;
	font-size:12px;
	line-height:normal;
	color:#ffd800;
	text-decoration: none;
}

.l_text
	{
		font-family:tahoma;
		font-size:12px;
		line-height:normal;
		color:#b4b48b;
	}
	
.lt_text
	{
		font-family:tahoma;
		font-size:11px;
		line-height:11px;
		color:#b3b2b2;
	}

.f_text
	{
		font-family:tahoma;
		font-size:11px;
		line-height:11px;
		color:#808080;
	}
	
.align-left {
	text-align:left;
}
/*////////// SHOPPING CART SPECIFIC //////////*/

input.addtocart 
{
	width:170px;
	height:22px;
	margin:0;
	background:  url(/images/addtocart.gif) no-repeat left top;
	border:none;
	padding:0;
	font:13px/20px arial,tahoma,sans-serif;
	font-weight: bold;
	color:#000000;
	text-transform:uppercase
}

#cart {
    text-align:center;
    margin:0 auto;
    width:945px;
	border-spacing:1px;
}

table #cart {
  border-spacing:1px;
  border-collapse:separate;
}

#cart td, #cart div, #cart p {
    background-color:#c0c0c0;
    color:#000;
	text-align:center;
}

#cart .cart-back td {
	background-color:transparent;
}

#cart-header td {
    padding:6px 0px;
    font-size:14px;
	text-align:center;
}

#cart .item td {
    color:#ccc;
}
#cart .row-even td {
    background-color:#4c4c4c;
}

#cart .row-odd td {
    background-color:#666666;
}

#cart td.cart-desc {
    text-align:left;
}

#cart td.cart-desc img {
    vertical-align:middle;
}

#cart #cart-coupon {
    text-align:right;
    height:43px;
    font-weight:bold;
}

#cart #cart-coupon input {
    border:1px solid #000;
    width:75px;
    height:25px;
    font-size:1.1em;
}

#cart .slide {
  height:43px;
  overflow-x:hidden;
  overflow-y:hidden;
  position:relative;
  text-align:left;
  width:100%;
  font-size:11px;
}

#cart .slide span {
  display:inline-block;
  margin:16px 0px 0px 10px;
}

#cart .slide span:hover {
  cursor:pointer;
  color: #fff00d;
}

#cart .slide .inner {
  bottom:0;
  left:270px;
  padding-bottom:6px;
  padding-left:6px;
  padding-top:6px;
  position:absolute;
  text-align:right;
  width:410px;
  overflow:visible;
} 
#cart .js .slide .inner {
    display: none;
}

#cart .total {
    padding-right: 10px;
    text-align: right;
    height:43px;
    font-weight:bold;
}

#cart .total a {
    color:#333;
}

#cart .total a:hover {
    color: #fff00d;
}

#cart .checkout {
    float:right;
    text-align:right;
    margin:10px;
	width:420px;
}

#cart .checkout img{
    margin-top:5px;
}
#cart #btn-continueshopping, #cart #btn-updatecart, #cart #btn-checkoutnow {
    background-color:transparent;
    background-repeat:no-repeat;
    border:0;
	cursor:pointer;
    color:transparent;
	overflow:visible;
	display:block;
	text-indent:-9999px;
	text-transform:uppercase;
}

#cart #btn-continueshopping {
    background-image:url('/images/btn-continueshopping.png');
    width:148px;
    height:25px;
}

#cart #btn-updatecart {
    background-image:url('/images/btn-updatecart.png');
    width:73px;
    height:29px;
	text-align:center;
	margin:0px auto;
}

#cart #btn-checkoutnow {
    background-image:url('/images/btn-checkoutnow.png');
    width:182px;
    height:32px;
}

#cart .info-box {
    float:left;
    padding:6px;
    margin:30px 0px 30px 50px;
    width:425px;
    border:2px #333 dashed;
    font-weight:bold;
}

#cart 
