/* use a semi-transparent image for the overlay */ 
 
/* container for external content. uses vertical scrollbar, if needed */ 
.contentWrap { 
    overflow-y:auto; 
	padding: 10px; 
}


.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
	width: 610px;
     
    /* styling */ 
    background-color:#333; 
     
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
}

.simple_overlay .close { 
    background-image:url("http://www.sinisterwheel.com/site/wp-content/themes/sinisterwheel/images/wholesale/wholesale-close.jpg"); 
    cursor:pointer; 
    height:23px; 
    width:24px;
	margin: 13px 13px 0 0;
}

#wholesale-bar {
background: url("http://www.sinisterwheel.com/site/wp-content/themes/sinisterwheel/images/wholesale/overlay-bar-cnt.jpg");
}

#wholesale-bar1 {
background: url("http://www.sinisterwheel.com/site/wp-content/themes/sinisterwheel/images/wholesale/overlay-bar-one.jpg") left no-repeat;
}

#wholesale-bar2 {
background: url("http://www.sinisterwheel.com/site/wp-content/themes/sinisterwheel/images/wholesale/overlay-bar-two.jpg") right no-repeat;
height: 49px;
}

#wholesale-title {
padding: 0 0 0 20px;
float: left;
}

#wholesale-close {
float: right;
}

#wholesale-button { float: left; padding: 5px 4px 0 0; }

#wholesale-buttons { height: 280px; }

#wholesale-buttons1 { height: 80px; }

#overlayBox { width: 590px; height: 110px; margin: 5px 0 0 0; }

#overlayBoxWheel { width: 590px; height: 350px; margin: 5px 0 0 0; }

#overlayBoxWheelRight { width: 230px; height: 350px; float: right; }

#overlayBoxRight { width: 358px; float: right; background: url("http://www.sinisterwheel.com/site/wp-content/themes/sinisterwheel/images/wholesale/gray-box-cnt.gif") repeat-y;}

#overlayBoxRightOne { background: url("http://www.sinisterwheel.com/site/wp-content/themes/sinisterwheel/images/wholesale/gray-box-bottom.gif") no-repeat bottom;}

#overlayBoxRightTwo { width: 358px; height: 110px; background: url("http://www.sinisterwheel.com/site/wp-content/themes/sinisterwheel/images/wholesale/gray-box-top.gif") no-repeat top;}

#overlayBoxRightInside { padding: 5px; text-align: center; }

#overlayBoxLeft { float: left;  }

#itemBox { width: 645px; height: 220px; margin: 15px 0 15px 0; }

#itemBoxRightMain { float: right; width: 360px; }

#itemBoxRight { width: 358px; float: right; background: url("http://www.sinisterwheel.com/site/wp-content/themes/sinisterwheel/images/wholesale/gray-box-cnt.gif") repeat-y; margin: 0 0 3px 0;}

#itemBoxRightOne { background: url("http://www.sinisterwheel.com/site/wp-content/themes/sinisterwheel/images/wholesale/gray-box-bottom.gif") no-repeat bottom;}

#itemBoxRightTwo { width: 358px; height: 105px; background: url("http://www.sinisterwheel.com/site/wp-content/themes/sinisterwheel/images/wholesale/gray-box-top.gif") no-repeat top;}

#itemBoxRightInside { padding: 5px; text-align: center; }

#itemBoxLeft { float: left;  }

.overlay-h1 { color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 1em; padding: 10px 0 3px 0;}

.overlay-d { color: #c2b6b9; font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; padding: 0 0 15px 0; }

.overlay-link a { padding: 4px; background: #1c1a1a; }

.overlay-link a:hover { background: #000; }

.overlay-wheel-h1 { color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 1em; padding: 2px 0 3px 0;}

.overlay-wheel-d { color: #c2b6b9; font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; padding: 0 0 2px 0; }

#overlay-wheel-link { height: 65px; }

#overlay-wheel-link a { background: #1c1a1a; padding: 20px 10px;  margin: 0 0 10px 0; }

#overlay-wheel-link a:hover { background: #000; }

#wheels-thumb { height: 152px; margin: 5px; float: left;}

#wheels-box { width: 800px; }

#wheels-title { width: 800px; clear: both; padding: 10px 0 10px 0; }

#wheels-box-main { height: 1850px; }
