/* Start of CMSMS style sheet 'stinger' */
/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	BluePigment
   TEMPLATE CODE: 	S-0016
   VERSION:          1.0	
	DATE:          	July-31-2007
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; border: 0; }

body {
	margin: 0; 	padding: 0;
	font: normal 12px/1.7em  verdana, tahoma, sans-serif;	 
	text-align: center;
	background: #000000;
	color: #F2F9FF;
        /*min-width:1018px;*/
}

/* for all browsers that understand min-width */
.width {
        margin: 0; 	padding: 0;
        width:100%;
        min-width:995px;
        background: #000000 url(uploads/stinger_theme/headerbg-s.png) repeat-x 0 0;
}

/* the bodge for IE6 browsers */
* html .minwidth {border-left:995px solid transparent; position:relative; float:left; z-index:1;}
* html .iecontainer {margin-left:-955px; position:relative; float:left; z-index:2; text-align:center;
              background: #000000 url(uploads/stinger_theme/headerbg-s.png) repeat-x 0 0;}


/* links */
a {
	color: #b5b500;
	background-color: inherit;
	text-decoration: none;		
}
a:hover {
	color: #333333; 
	background-color: inherit;
	text-decoration: underline;	
	border: none;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #b5b500;
}
h1 { font-size: 2.5em; } 
h2 { font-size: 1.8em; text-transform:none;}
h3 { font-size: 1.4em; }

p, h1, h2, h3 {
	margin: 0;
	padding: 10px 15px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}

/* images */
img {
	background: transparent;
     border: 1px solid #000000;
	padding: 0px;
}
img.float-right {
   margin: .5em 0 1em 1em;   
}
img.float-left {
   margin: .5em 1em 1em 0;
}



code {
  margin: .5em 0;
  display: block;
  padding: 20px;
  text-align: left; 
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace ;
  /* white-space: pre; */
  background: #6f6f6f;
  border: 1px solid #000000;   
}
acronym {
  cursor: help;
  border-bottom: 1px solid #0065C6;
}
blockquote {
	margin: 10px 15px;
 	padding: 10px 0 10px 28px;  
   border: 1px solid #000000;
	background: #6f6f6f; 
  	font: bold 1.3em/1.5em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
}

/* start - table */
table {
	margin-left: 5px;
        /*margin-right: 15px; */
	border-collapse: collapse;	
        width:96%;
        float:left;
	overflow:auto;
        height:100%;
}
th strong {
	color: #fff;
}
th {
	background: #b5b500;
	height: 3em;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #fff;
        border-right: 1px solid #fff;
	border-bottom: solid 2px #fff; 
	border-top: solid 2px #fff;
}
tr {
	color: #707070;
	height: 2.5em;	
}
td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #FFF;
        color:#ffffff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
form {
	margin: 10px 15px;
	padding: 10px;
	border: 1px solid #000000; 
	background-color: #6f6f6f; 
        overflow:auto;
        height:100%;
        /*float:left;
        clear:both;*/
        /*width:95%;*/
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
label {
	display:block;
	font-weight:bold;
	margin: .4em 0;	
}
input, select {
	padding: .3em;
	border: 1px solid #4b4b4b;
	font: normal 1em Verdana, sans-serif;
	color:#000;
}
textarea {
	width: 90%;
	padding: .3em;
	font: normal 1em/1.5em Verdana, sans-serif;
	border: 1px solid #4b4b4b;
	height: 10em;
	display:block;
	color:#000;
}
input.button, button, .button { 
	font: bold 1em Arial, Sans-serif; 
	margin: 0;
	padding: .25em .3em;
	color: #FFF;
	background: #b5b500;
	border: 2px solid #4b4b4b;
        cursor: pointer;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 10px; padding: 0 0 1.5em 0;	
	width: 18em;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 11em;
	color: #777; 
	padding: .4em; 
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#header-content, #content, #nav {
/*
The width value below sets the total width of the design. It's default value is set to 93%
which means that it will take up 93% of the browser window's width. You can also set it to a 
different percentage	value (90%, 85%, etc.). This design is fluid layout by default, but you
can turn it into a fixed width layout by setting a pixel value to the width (e.g. 900px, 950px).
*/
	width: 93%;	
}

/* box */
.box {
	margin: 10px 0;	
	padding: 10px 10px 20px 10px;		
	border: 5px solid #4b4b4b;
	background: url(uploads/stinger_theme/boxbg-s.png);		
        /*overflow: auto;*/
        height:100%;
}

/* header */
#header {
	height: 178px;
	text-align: left;	
        
}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
}
#header-content h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 58px 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	letter-spacing: -1px;
	color: #fff;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 30px; left: 10px;	
}
#header-content h1#logo-text span {
	color: #68B5F0;	
}
#header-content #slogan {
	position: absolute;	
	font: bold 16px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFF;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 100px; left: 125px;
}

/* header links */
#header-content #header-links {
	position: absolute;
	top: 25px; right: 10px;	
	color: #fff;
	font: bold 15px "Trebuchet MS", Tahoma, Sans-serif;	
       
}
#header-content #header-links a {	
	color: #93C9F4;
	text-decoration: none;	
}
#header-content #header-links a:hover {
	color: #fff;		
}

#wasp {
  margin:5px 0px 5px 5px;
  width:300px;
  height:254px;
  right:-10px;
  float:right;
  position:absolute;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='uploads/stinger_theme/wasp.png');
   /*background: url(uploads/stinger_theme/wasp.png) no-repeat top right;*/
  z-index:3;
}

#wasp img {
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
   border: 0px;
}

#stinger_top {
  position: absolute;
  top: 45px;
  left: 0px;
  width: 686px;
  height: 82px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='uploads/stinger_theme/stinger_logo.png');
  /*background: url(uploads/stinger_theme/logo.png) no-repeat top left;*/
 z-index:4;
}

#stinger_top img {
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
   border:0px;
}


/* Navigation */
#nav-wrap {
	float: left;
	width: 100%;
	background: url(uploads/stinger_theme/menubg-s.png) repeat-x left bottom; 
	clear: both;
        z-index:9;
}
#nav {
	clear: both;	
	margin: 0 auto;
	padding: 0;		
}
#nav ul {
	float: left;
	list-style: none;
	text-transform: uppercase;
	margin: 0;
	padding: 0;	
	height: 64px;		
}
#nav ul li {
	float: left;
	margin: 0; padding: 0;
	height: 64px;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 15px;
	color: #FFF;
	font: bold 15px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;	
	letter-spacing: 1px;	
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #333;	
}
#nav ul li#current {	
	background: url(uploads/stinger_theme/nav-current-s.png) no-repeat center bottom;		
}
#nav ul li#current a {
	color: #333;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	background: #6f6f6f;		
	width: 100%;
        overflow:auto;
}
#content {
	text-align: left;	
	padding: 0; 
	margin: 0 auto;		
}

/* sidebar */
#sidebar {
	float: right;
	width: 21em;
	margin: 10px 0 10px -21em; padding: 0;		
}
#sidebar h1 {
	font: bold 1.75em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	padding: .3em 0 .5em 10px; 
	color: #b5b500;	
}
#sidebar ul.sidemenu {
	list-style:none;
	margin: 0;
	padding: .3em 0 1em 5px;		
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;		
}
#sidebar ul.sidemenu li {
	padding: 0; 
	background: url(uploads/stinger_theme/sidebullet-s.png) no-repeat .3em .5em;		
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu li a {
	display: block;
	font-weight: bold;
	color: #E8F4FF;	
	text-decoration: none;
	padding: .2em 0 .2em 30px;
	line-height: 1.5em;
	font-size: 1.35em;
}
#sidebar ul.sidemenu li a:hover {
	background: #0F7ACC url(uploads/stinger_theme/sidebullet-s.png) no-repeat .25em .45em;	
	color: #FFF;			
}
#sidebar ul.sidemenu ul{
	margin-left: 15px;
}

#sidebar .sidebox {
	margin: 5px 15px 5px 0;
	padding: 0;
	background: url(uploads/stinger_theme/sidebarsep-s.png) repeat-x left bottom;
}
#sidebar .sep{
	background: url(uploads/stinger_theme/sidebarsep-s.png) repeat-x left bottom;
	height: 2px;
	margin: 0px 15px 10px 0;
	clear: both;
}

#sidebar .sidebox img {
   border: 0px;
} 

/* main */
#main {
	margin: 10px 23em 10px 0; 
	padding: 0;
        overflow:auto;        		
}
#main h1 { 
	font: bold 2.8em 'Trebuchet MS', Arial, Sans-serif;
	color: #b5b500;
	letter-spacing: -2px;		
	padding-bottom: 0;	
}
#main h1 a {
	color: #b5b500;
	text-decoration: none;
}

#main h2 { 
	text-transform:none;
	color: #b5b500;
	letter-spacing: 0px;		
	padding-bottom: 0;	
}
#main h2 a {
	color: #b5b500;
	text-decoration: none;
}

#main td.review {
       background: transparent;
       border: 0px;
       padding: 3px
}


/* footer */
#footer-wrap {
	clear: both;
	border-top: 5px solid #b5b500;
	text-align: left;
	padding: 1.6em 0;
}
#footer-wrap a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #fff;	
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h2 {
	color: #fff;
	margin: 0;
	padding: 0 10px; 
	text-transform: none;
}

/* footer columns */
#footer-columns {
	color: #b5b500;
	margin: 0 auto; 
	padding: 0;	
	width: 90%;	
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	background: url(uploads/stinger_theme/footer-dots-s.png) repeat-x left top;	
}
#footer-columns li {
        display: block;
        text-align: center;
        padding: .5em 0 .5em 1em;
	background: url(uploads/stinger_theme/footer-dots-s.png) repeat-x left bottom;		
}
#footer-columns li a {
	/*display: block;*/
	font-weight: normal;
	/*padding: .5em 0 .5em 1em;*/
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #fff;	
	margin: 0 auto; 
	padding: 1em 0;
	text-align: center;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.white {	color: #E8F4FF; }

img.rssfeed {
	border: none; 
	padding: 0 0 5px 0;
	background: transparent;
}

.post-by {
	font-size: .95em;	
	padding-top: 0;
}
.post-footer { 
	text-align: right; 
	background: #b5b500;
	border: 1px solid #b5b500; 
	padding: 8px 10px;
	margin: 20px 15px 10px 15px;
}
.post-footer .date {
	background: url(uploads/stinger_theme/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 3px 0 3px;
}
.post-footer .comments {
	background: url(uploads/stinger_theme/comment.gif) no-repeat left center;
	padding-left: 	20px; margin: 0 3px 0 3px;
}
.post-footer .readmore {
	background: url(uploads/stinger_theme/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 3px 0 3px;
}

/* cart styles */
.viewcartform {
      /*position: relative;*/
      float:left;
      overflow:auto;
      width: 99%;
      
}

.cartitem {
       /*position: relative;*/
       clear: both;
       float:left;
       width: 98%;
       border-bottom: 1px dotted #000;
       padding: 1%;
}

.itemdesc {
       clear:both;
       float:left;
       
}
.itemrider {
       float:left;
       padding-left:10px;
}

.itemquantity {
       float:right;
}

.itemprice {
       float:right;
}

.cart_totals {
      /*position:relative;*/
      /*clear:both;*/
      float:left;
      padding: 1%;
      width:98%;
      height:100%;
}

.cart_totals_sub {
      float:right;
      font-weight: bold;
}

.cart_help {
      float:left;
      font-style: italic;
      font-size:10px;
      color: #fff;
}

.cart_buttons {
      /*clear:both;*/
      float:left;
      width:100%;
      /*overflow:auto;*/
}

.cart_update {
      float: right;
      padding-right: 10px;
}

.cart_checkout {
      float: right;
}

.cart_keepshop {
      float:left; 
}

.att {
      float:left;
      clear:both;
}

.att_title {
      float:left;
      width:120px;
}

.att_text {
      float:left;
}

.shop_enc {
      float:left;
      clear:both;
      overflow:auto;
      width:99%;
}

.shop_title {
      float:left;
      width:60%;
}

.shop_but {
      float:right;
      padding-top:8px;
}

.shop_det {
      float:left;
      clear:both;
      width: 99%;
      
}

.front_buttons {
     text-align: center;
     padding: 0px 5px 10px 5px;
     overflow: auto;
     /*width: 99%;*/
}

.front_but { 
	font: normal .9em Arial, Sans-serif; 
	margin: 0;
	padding: .25em .2em;
	color: #FFF;
	background: #b5b500;
	border: 2px solid #4b4b4b;
        cursor: pointer;
} 


.riders {
      float:left;
      clear:both;
      /*overflow:auto;*/
      width:96%;
}


.riders_title {
      float:left;
      
}

.riders_but {
      float:right;
      padding-top:8px;
      /*padding-right:15px;*/
}

.login table {
      border: 0px solid #000;
      height:100%;
      
}

.login td {
      border: 0px;
      vertical-align:top;
      text-align:left;
}

td.end_login {
      border: 0px;
      vertical-align:top;
      text-align:center;
}

.login th {
     text-align: right;
     background-color: transparent;
     vertical-align:top;
     border:0px;
}

.cart_total {
    border-bottom: solid 2px #fff; 
    border-top: solid 2px #fff;
    font-weight: bold;
}

.order_enc {
     float:left;
     clear:both;
     overflow:auto;
     width:96%;
}

.order_addr {
    float:left;
    width:45%;
}

.order_bill table, .order_bill td, .order_bill th {
    border:0px;
    background:transparent;
    margin:0px;
    vertical-align:top;
    height:100%;
    border-collapse: collapse;
    width:96%;
}

.paypal {
    border:0px;
    text-align:center;
}

table.stock {
    margin-left:15px;
    width:auto;
    clear:right;
}

.add2cart {
    clear:both;
    float:left;
    width:100%;
}

.ProductDirectoryItem {
   width:100%;
   height:100%;
   overflow:auto;
}

.clearfix:after {
     content: " "; 
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;
     font-size: 0;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* End of 'stinger' */

