/* Reset Styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}



/* -------------------------------------------------------------- 
   
   Set default typography based on Blueprint
   
   http://code.google.com/p/blueprintcss/
     
-------------------------------------------------------------- */   

body {
    background: #000 url('images/bodyBg.png') top left repeat;
    color:#000;    
    font: 12px Arial,sans-serif;
    line-height:18px;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	clear: both;
	font-weight: bold;
	text-transform: uppercase;
}
h1 {
	font-size: 23px;
}

h2 {
	font-size: 21px;
}

h3 {
	font-size: 19px;
}

h4 {
	font-size: 17px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 13px;
}

/* Text elements
-------------------------------------------------------------- */
a:link, a:visited, a:hover, a:active {
  color: #ccc;
  text-decoration: none;
  }
a:hover {
  text-decoration: underline;
  }


p {
    margin-bottom:18px;
}
ul {
	margin: 0 0 18px 2.5em;
}
ol {
	margin: 0 0 18px 2.5em;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
    margin:0 1.5em;
}
dt {
    font-weight:bold;
}
dd {
	margin-bottom:18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
code {
	font:11px Monaco, monospace;
}
abbr, acronym {
  border-bottom:1px dotted #333;
  cursor: help;
}
ins {
	text-decoration:none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left:0;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left:20px;
	margin-right:0;
	text-align: left;
	width: 33%;
}

/* End Text Styles */


/* Start Grid Styles */

/* `Containers
----------------------------------------------------------------------------------------------------*/

.container_12,
.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15 {
	position: relative;
}

.container_12 .grid_3,
.container_16 .grid_4 {
	width: 220px;
}

.container_12 .grid_6,
.container_16 .grid_8 {
	width: 460px;
}

.container_12 .grid_9,
.container_16 .grid_12 {
	width: 700px;
}

.container_12 .grid_12,
.container_16 .grid_16 {
	width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width: 60px;
}

.container_12 .grid_2 {
	width: 140px;
}

.container_12 .grid_4 {
	width: 300px;
}

.container_12 .grid_5 {
	width: 380px;
}

.container_12 .grid_7 {
	width: 540px;
}

.container_12 .grid_8 {
	width: 620px;
}

.container_12 .grid_10 {
	width: 780px;
}

.container_12 .grid_11 {
	width: 860px;
}

/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
	width: 40px;
}

.container_16 .grid_2 {
	width: 100px;
}

.container_16 .grid_3 {
	width: 160px;
}

.container_16 .grid_5 {
	width: 280px;
}

.container_16 .grid_6 {
	width: 340px;
}

.container_16 .grid_7 {
	width: 400px;
}

.container_16 .grid_9 {
	width: 520px;
}

.container_16 .grid_10 {
	width: 580px;
}

.container_16 .grid_11 {
	width: 640px;
}

.container_16 .grid_13 {
	width: 760px;
}

.container_16 .grid_14 {
	width: 820px;
}

.container_16 .grid_15 {
	width: 880px;
}

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_3,
.container_16 .prefix_4 {
	padding-left: 240px;
}

.container_12 .prefix_6,
.container_16 .prefix_8 {
	padding-left: 480px;
}

.container_12 .prefix_9,
.container_16 .prefix_12 {
	padding-left: 720px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left: 80px;
}

.container_12 .prefix_2 {
	padding-left: 160px;
}

.container_12 .prefix_4 {
	padding-left: 320px;
}

.container_12 .prefix_5 {
	padding-left: 400px;
}

.container_12 .prefix_7 {
	padding-left: 560px;
}

.container_12 .prefix_8 {
	padding-left: 640px;
}

.container_12 .prefix_10 {
	padding-left: 800px;
}

.container_12 .prefix_11 {
	padding-left: 880px;
}

/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
	padding-left: 60px;
}

.container_16 .prefix_2 {
	padding-left: 120px;
}

.container_16 .prefix_3 {
	padding-left: 180px;
}

.container_16 .prefix_5 {
	padding-left: 300px;
}

.container_16 .prefix_6 {
	padding-left: 360px;
}

.container_16 .prefix_7 {
	padding-left: 420px;
}

.container_16 .prefix_9 {
	padding-left: 540px;
}

.container_16 .prefix_10 {
	padding-left: 600px;
}

.container_16 .prefix_11 {
	padding-left: 660px;
}

.container_16 .prefix_13 {
	padding-left: 780px;
}

.container_16 .prefix_14 {
	padding-left: 840px;
}

.container_16 .prefix_15 {
	padding-left: 900px;
}

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_3,
.container_16 .suffix_4 {
	padding-right: 240px;
}

.container_12 .suffix_6,
.container_16 .suffix_8 {
	padding-right: 480px;
}

.container_12 .suffix_9,
.container_16 .suffix_12 {
	padding-right: 720px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right: 80px;
}

.container_12 .suffix_2 {
	padding-right: 160px;
}

.container_12 .suffix_4 {
	padding-right: 320px;
}

.container_12 .suffix_5 {
	padding-right: 400px;
}

.container_12 .suffix_7 {
	padding-right: 560px;
}

.container_12 .suffix_8 {
	padding-right: 640px;
}

.container_12 .suffix_10 {
	padding-right: 800px;
}

.container_12 .suffix_11 {
	padding-right: 880px;
}

/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
	padding-right: 60px;
}

.container_16 .suffix_2 {
	padding-right: 120px;
}

.container_16 .suffix_3 {
	padding-right: 180px;
}

.container_16 .suffix_5 {
	padding-right: 300px;
}

.container_16 .suffix_6 {
	padding-right: 360px;
}

.container_16 .suffix_7 {
	padding-right: 420px;
}

.container_16 .suffix_9 {
	padding-right: 540px;
}

.container_16 .suffix_10 {
	padding-right: 600px;
}

.container_16 .suffix_11 {
	padding-right: 660px;
}

.container_16 .suffix_13 {
	padding-right: 780px;
}

.container_16 .suffix_14 {
	padding-right: 840px;
}

.container_16 .suffix_15 {
	padding-right: 900px;
}

/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .push_3,
.container_16 .push_4 {
	left: 240px;
}

.container_12 .push_6,
.container_16 .push_8 {
	left: 480px;
}

.container_12 .push_9,
.container_16 .push_12 {
	left: 720px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
	left: 80px;
}

.container_12 .push_2 {
	left: 160px;
}

.container_12 .push_4 {
	left: 320px;
}

.container_12 .push_5 {
	left: 400px;
}

.container_12 .push_7 {
	left: 560px;
}

.container_12 .push_8 {
	left: 640px;
}

.container_12 .push_10 {
	left: 800px;
}

.container_12 .push_11 {
	left: 880px;
}

/* `Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
	left: 60px;
}

.container_16 .push_2 {
	left: 120px;
}

.container_16 .push_3 {
	left: 180px;
}

.container_16 .push_5 {
	left: 300px;
}

.container_16 .push_6 {
	left: 360px;
}

.container_16 .push_7 {
	left: 420px;
}

.container_16 .push_9 {
	left: 540px;
}

.container_16 .push_10 {
	left: 600px;
}

.container_16 .push_11 {
	left: 660px;
}

.container_16 .push_13 {
	left: 780px;
}

.container_16 .push_14 {
	left: 840px;
}

.container_16 .push_15 {
	left: 900px;
}

/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_3,
.container_16 .pull_4 {
	left: -240px;
}

.container_12 .pull_6,
.container_16 .pull_8 {
	left: -480px;
}

.container_12 .pull_9,
.container_16 .pull_12 {
	left: -720px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
	left: -80px;
}

.container_12 .pull_2 {
	left: -160px;
}

.container_12 .pull_4 {
	left: -320px;
}

.container_12 .pull_5 {
	left: -400px;
}

.container_12 .pull_7 {
	left: -560px;
}

.container_12 .pull_8 {
	left: -640px;
}

.container_12 .pull_10 {
	left: -800px;
}

.container_12 .pull_11 {
	left: -880px;
}

/* `Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
	left: -60px;
}

.container_16 .pull_2 {
	left: -120px;
}

.container_16 .pull_3 {
	left: -180px;
}

.container_16 .pull_5 {
	left: -300px;
}

.container_16 .pull_6 {
	left: -360px;
}

.container_16 .pull_7 {
	left: -420px;
}

.container_16 .pull_9 {
	left: -540px;
}

.container_16 .pull_10 {
	left: -600px;
}

.container_16 .pull_11 {
	left: -660px;
}

.container_16 .pull_13 {
	left: -780px;
}

.container_16 .pull_14 {
	left: -840px;
}

.container_16 .pull_15 {
	left: -900px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix,
*:first-child+html .clearfix {
	zoom: 1;
}

/* End Grid Styles */

form
{
    margin: 0;
    padding: 0;
}
#content input, #content select
{

}
img
{
    border: none;
}

fieldset, form
{
    border: none;
    margin: 0;
    padding: 0;
}

/* Hides from IE-mac \*/
* html .clear, * html .floatform
{
    height: 1%;
}
.clear, .floatform
{
    display: block;
}
/* End hide from IE-mac */

ul.tame, ul.tame li
{
    margin: 0;
    padding: 0;
    display: list-item;
    list-style: none;
}
ul.tame li
{
    line-height: 1.25em;
}
.tameHoriz, ul.tameHoriz li
{
    margin: 0;
    padding: 0;
    list-style: none;

}
ul.tameHoriz li
{
    display: inline;

}
br.cl
{
    clear: both;
}


/*PAGE SETUP*/
#userName
{
}
#loginText
{
    margin-left: 1em;
}
textarea#OrderNotes
{
    width: 99% !important;
}

#wrapper {
    background: #000000;
    border: 2px solid #333;
    height: auto;
    margin-bottom: 10px;
    margin-top: 20px; 
    padding-bottom: 10px;
    padding-top: 0px;

  }


#header
{
    background: #000 url('images/headBg.png') top left repeat-x;
    clear: both;
    height: 158px;
    margin: 0;
    width: 100%;
   
}
#headercontent {
  height: 120px;
  margin: 0px auto;
  width: 960px;
  }
  .headRightWrapper
  {
  	float: right;
  	width: 440px;
  }
  
ul#headLinks  {
  display: block;
  height: 25px;    
  margin: 0; 
  float: right;
  padding: 10px 0px 10px 0px;
  }
ul#headLinks li {
  display: block;
  float: left;
    height: 25px;                                
    line-height: 25px;
  list-style-type: none;
  margin: 0px 0px; 
  padding: 0px 0px 0px 8px;
  }

 ul#socialLinks {
   background: transparent url('images/socialbg.png') center center no-repeat;
   display: block;
   float: right;
   height: 33px;
   margin: 0;
   padding: 7px 0px 0px 0px;
   width: 108px;
  }
  
 ul#socialLinks li {
   display: block;
   float: left;
   height: 20px;
   list-style-type: none;
   margin: 0;
   padding: 3px 0px 0px 10px;
   width: 20px;
  }
 ul#socialLinks li.firstsocial {
   display: block;
   float: left;
   height: 20px;
   list-style-type: none;
   margin: 0;
   padding: 3px 0px 0px 15px;
   width: 20px;
  }
  
a.cart
{
    background: url(images/icons/cart.gif) no-repeat center left;
    padding: 5px 0px 5px 25px;
}
#leftWrap
{
  background: #666;
  margin-top: 10px;
  padding-top: 10px;
 
}

#content
{
    background: #000;
    color: #e5e5e5; 
    overflow: hidden;
    padding-top: 10px;

}
#footer
{
    background: url('images/footerBg.png') top left repeat-x;
    float: left;
    height: 52px;
    line-height: 52px;
    margin: 0;
    padding: 0;
    width: 100%;
    
    text-align: center;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
  color: #99ccff;
  font-weight: bold;

  }
#copyright {
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  padding-top: 10px;
  text-align: center;
  width: 100%;
}
#breadcrumb
{
    color: #FFF;
    font-size: 11px;
    height: 40px;
    line-height: 40px;
}
#sectiontitle {
  background: #4d4d4b url('images/titlerivits.jpg') center right no-repeat;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  }
#sectiontitle h2 {
  background: transparent url('images/titlerivits.jpg') center left no-repeat;
  color: #e5e5e5;
  font-size: 19px;
  font-weight: bold;
  padding-left: 15px;
  }
table.treviewtable {
  border: 1px dashed #666;
  padding: 10px;
  margin-bottom: 10px;
  width: 100%;
  }

table.treviewtable td {
  font-size: 15px;
  line-height: 1.6;
  padding: 8px;
  vertical-align: top;
  } 
table.treviewtable td h3 {
  font-size: 15px;
  } 
    
a.lmorebtn:link, a.lmorebtn:visited, a.lmorebtn:hover, a.lmorebtn:active {
  background: url('images/lmorebtn.png') center center no-repeat;  
  color: #000;
  display: block;
  font-size: 13px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  text-align: center;
  width: 120px;
  
  }
#miniCart
{
    float: right;
}
#ML
{
    font-size: 0.85em;
}

.MLSettings
{
	float: right;
    display:inline;
    margin: 0px 2px 2px 0;
    vertical-align:middle;
}

.MLSettings span
{
	padding-left:5px;
	padding-right:2px;
}

.MLSettings select
{
	font-size: 1em;
}

#miniCart a
{
    color: #4776BD;
}
input.submit
{
    border: 1px double #999;
    border-top-color: #ccc;
    border-left-color: #ccc;
    padding: 0.1em;
    margin: 0;
    background-color: #fff;
    background-image: url(images/background-form-element.png);
    color: #333;
    font-size: 1em;
    font-weight: bold;
    font-family: Tahoma,Verdana,Helvetica,Arial,sans-serif;
}
input.submit:active
{
    border: 1px double #ccc;
    border-top-color: #999;
    border-left-color: #999;
}


/*HEADER ELEMENTS*/


#ctl00_logo {
    background: url('images/logo.png') no-repeat center center;
    display: block;
    float: left;
    margin: 0px;
    height: 120px;
    width: 520px;
  }

#ctl00_logo strong
{
    display: none;
}



#login
{
    margin: 0;
    padding: 0;
    float: right;

    padding-right: 15px;
}

/* HEADER HORIZ NAV*/

#navWrap {
    background: transparent;
    clear: both;
    height: 36px;
    margin: 0px auto;
    width: 960px;
  }

#horizNav {
    background: transparent;

    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0;
    width: auto;
    /*position: relative;*/
    z-index: 1;
  }
/*
#horizNav a:active, #horizNav a:link, #horizNav a:visited
{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    font-family: Tahoma,Verdana,sans-serif;
}

#nav
{
    margin: 0;
    padding: 0;
    height: 35px;
    list-style: none;
    white-space: nowrap;
}
#nav a
{
    margin: 0;
    padding: 0.9em 15px;
    background: url(images/tab-sep.gif) no-repeat center left;
}
#nav a:hover, #nav #firstTab a:hover
{
    background: url(images/nav-bg-hover.gif) repeat-x center right;
}

#nav li
{
    float: left;
    position: relative;
    margin: 0;
    background: #4776BD url(images/nav-bg.gif) center left repeat;
}

#nav ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: solid 1px transparent;
    text-align: left;
}
#nav li ul
{
    width: 10em;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    color: #4776BD;
}
#nav li li
{
    font-size: 0.8em;
    line-height: 2em;
    margin: 0;
    background: #F8F8F8 none;
    width: 100%;
    border-bottom: solid 1px #CECECE;
}
#nav li li a
{
    display: block;
    margin: 0;
    background: none;
    padding: 0 1em;
    color: #4776BD !important;
}
#nav li li a:hover, #nav li li:hover
{
    background: #DCDFE2 none !important;
}
#nav li > ul
{
    top: auto;
    left: auto;
}
#nav li:hover ul, #nav li.over ul
{
    display: block;
}
#nav #firstTab
{
    background-image: none !important;
    margin: 0;
}
*/

/* HORIZ NAV SUB */

#horizNav2
{
    clear: both;
    background: #EFEEEE url(images/sub-nav-fade.gif) repeat-x left center;
    width: 905px;
    height: 3em;
    line-height: 3em;
    color: #444;
    padding: 0;
    margin-top: 0px;
    border-bottom: solid 1px #F0EFEF;
}
#horizNav2 a:active, #horizNav2 a:link, #horizNav2 a:visited
{
    color: #444;
    text-decoration: underline;
}
#horizNav2 a:hover
{
    color: #444;
}
#horizNav2 span
{
    color: #444;
    font-weight: bold;
    font-size: 1.2em;
}
#horizNav2 form label
{
    color: #444;
}
#horizNav2 form
{
    float: left;
    padding: 0 2em 0 1em;
    width: auto;
}
#horizNav2 fieldset
{
    width: 210px;
}

#horizNav2 ul
{
    float: left;
    padding: 0 1em;
}
.pipe
{
    padding: 0 1em;

    font-weight: normal;
}
img.liveHelp
{
    float: right;
    padding: 0 1em;
    vertical-align: middle;
    margin-top: 4px;
}
#searchForm {
  background: url('images/searchBg.png') top left no-repeat;
  height: 40px;
  float: right;
  width: 280px;
  }
#ctl00_ctrlSearch_SearchPanel {
  margin: 0;
  padding: 0;
  
  width: 280px;
  } 
#ctl00_ctrlSearch_SearchCaption {
  display: none;
  }


.search  {    
  display: block;
  height: 40px;
  margin: 0;
  padding: 0;

  }
.phone {
  color: #e5e5e5;
  display: block;
  font-size: 11px;
  margin: 5px 0px 0px 0px;
  text-align: center;
  width: 280px;
  }
.search input[type='text']
{
    background: transparent;
    border: none;
    color: #666;
    margin: 0.7em 0px 0px 20px;
    padding: 2px;
    width: 220px;
   
}

#ctl00_ctrlSearch_SearchButton
{
	background: transparent;
	border: none;
	color:#333333;
	cursor: pointer;
	font-weight:bold;
	margin:0;
	padding: 2px 0px;
	width: 20px;
}

.search_error
{
	color:Red;
	font-style:italic;
	font-weight:normal;
}



/* LEFT NAV */
.leftNavtop
{
    background: #464646;
    border: none;
    color: #FFF;
    margin: 0px auto 5px auto;
    padding: 0px;
    text-align: center;
    width: 320px;
}

.leftNav
{
    background: #464646;
    border: none;
    color: #FFF;
    margin: 0px auto 5px auto;
    padding: 0px 10px 10px 10px;
    text-align: center;
    width: 300px;
}

.leftNav h2 {
  font-size: 20px;
  padding: 10px 0px 10px 0px;
  }
  
.leftNav h3 {
  font-size: 15px;
  }
  
a.leftbarbutton:link, a.leftbarbutton:visited, a.leftbarbutton:hover, a.leftbarbutton:active {
  background: transparent url(images/leftbarBtnBig.jpg) no-repeat center center;
  border: none;
  color: #000; 
  display: inline-block;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  width: 120px;
  }
.NewsletterBox {
  width: 300px !important;
  }
#emailText {
  border: 1px solid #ccc;
  height: 16px;
  margin: 0px 5px; 
  padding: 2px;
  }
.emailSubmit {
  background: transparent url(images/leftbarBtn.jpg) no-repeat center center;
  border: none;
  color: #000; 
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  width: 81px;
  }
.navHeader
{
    background: url(images/nav-header-bg.gif) no-repeat left bottom;
    width: 190px;
    height: 22px;
    line-height: 22px;
    padding-left: 5px;
    color: #4776BD;
    font-weight: bold;
}
.catMark
{
    font-size: 0.8em;
    font-weight: bold;
    color: #aaa;
    letter-spacing: -2px;
}

/* FOOTER ELEMENTS */
#footer ul
{
    list-style: none;
    color: #99ccff;
}


.footerList
{
    text-align: left;
    width: 24%;
    height: 100%;
    display: inline;
    float: left;
    border-right: 1px dashed #ddd;
}
.topList li
{
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 0.5em 0;
    list-style: none;
}

/* CLOSER */
#closer
{
    font-size: 0.7em;
    color: #444;
    margin: 1em 0;
}
#closer a
{
    color: #444;
}


/* PRODUCT PAGE */
#productTopBox
{
    text-align: right;
    padding: 1.5em 10px 10px 10px;
}

table#prodinfo {
  border: 1px solid #333;

  }
.prodinfoprice {
  font-weight: bold;
  text-align: right;
  }
table#prodinfo td {
  border: 1px dashed #333;
  border-width: 0px 0px 1px 1px;
  padding: 3px;
  width: 150px;
  }
#sku
{
    display: block;
}
#price
{
    font-weight: bold;
    font-size: 1.5em;
    display: block;
}
.SalePrice
{
    color: #cc0000 !important;
}
#description, #quoteBox, #otherinfo
{
    margin: 10px;
}
.prodHeader
{
    width: 99.5%;
    height: 1.2em;
    color: #6B6F83;
    clear: both;
    font-weight: bold;
    font-size: 1.2em;
    padding: 3px 5px;
    border-bottom: solid 2px #4776BD;
}
#quoteBox input, #quoteBox select
{
    font-size: 1em;
    display: block;
    margin: 5px 0;
}
#mainImg
{
    margin: 0 10px 10px 0;
    float: left;
}
.AddToCartButton, .AddToWishButton, #Quantity
{
    background: url('images/cartbtn.png') center center no-repeat;
    border: none;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    width: 120px;

}
.addToForm
{
    margin-top: 1em;
}
#shipQuoteLabels
{
    width: 10em;
    height: auto;
    float: left;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}
#shipQuoteLabels label
{
    display: block;
    line-height: 2em;
}
#ShipQuote, #yourQuote
{
    font-weight: bold;
    line-height: 2em;
}
#shipQuoteWrapper
{
    height: auto;
    float: left;
}
#navArrows
{
    float: right;
}

/* ENTITY LANDING PAGE */

.topFeature
{
    float: left;
    width: 24.8%;
    height: auto;
    text-align: left;
}

.topFeatureP
{
    margin: 0;
    padding: 0.5em;
    text-align: left;
}
.topFeature p
{
    margin: 0;
    text-align: left;
}
.topFeatureP img
{
    margin-bottom: 0.5em;
}
.topPrice, .topName
{
    font-weight: bold;
    text-align: left;
}

#entitySep
{
    clear: both;
    margin-top: 1em;
}
.btmP
{
    clear: left;
    border-bottom: 1px solid #C6C3BA;
    float: left;
    width: 683px;
    margin: 0.5em 0;
    padding: 0.5em;
}
.btmP img
{
    float: left;
    margin-right: 1em;
}
.btmP span
{
    display: block;
}
.btmName, .btmPrice, .btmSalePrice
{
    font-size: 1.1em;
    font-weight: bold;
}
.btmDescription, .topDescription
{
    display: block;
    padding-bottom: 1em !important;
}
.btmPrice
{
}
.btmSalePrice
{
    color: #cc0000;
}
.btmInStock, .btmOutStock, .topInStock, .topOutStock
{
    display: inline !important;
    font-weight: bold;
    color: #4776BD;
}
.btmOutStock, .topOutStock
{
    color: #aaa;
}
#entityPageHeader p
{
    margin-top: 0;
}
#entityPageHeader img
{
    margin: 0 1em 0.5em 0;
    float: right;
}

.entityCategory
{
    margin: 0 0 1em 0;
    font-size: 1.1em;
}

/* OTHER SELECTORS */
.MediumCell, .LightCell
{
    border: none;
}

.error
{
    font-size:1.25em;
    font-weight:bold;
    color:#ff0000;
	line-height: 35px;
}

.errorLg
{
    color: Red;
    font-size: 12px;
    font-weight: bold;
}

.SBProdName
{
    font-size: .7em;
}
.SBCatName
{
    font-size: .8em;
    font-weight: bold;
}

.PBCartFull
{
    font-size: .7em;
    color: Blue;
    font-weight: bold;
}

.InfoMessage
{
	font-weight: bold;
	color: #0000ff;
}

/* Box frame for info messsage on payment panel */
.InfoMessageBox
{
	width: 96%;
	border: solid 1px black;
	padding: 10px 10px 20px 10px; 
}

#AjaxShipping
{
    width: 99%;
    border: solid 1px #444;
    height: 100%;
    float: left;
    padding: 3px;
}
#AjaxShipping h4
{
    margin: 0 0 0.5em 0;
    font-weight: bold;
    font-size: 1.1em;
}
.AjaxShippingLabel
{
    width: 175px !important;
    float: left;
    font-weight: bold;
    clear: left;
}
#AjaxShipping input, #AjaxShipping select
{
    font-size: 1em;
    float: left;
}
#AjaxShippingCountry, #AjaxShippingState, #AjaxShippingZip, #AjaxShippingEstimate
{
    float: left;
    clear: left;
    border-top: solid 1px #eee;
    width: 99%;
    padding: 3px 0;
}
#ShipQuote
{
    float: left;
    margin: 0;
}
/* Set Visibility to :hidden and uncomment 'display' to turn off */
#AjaxShippingCountry
{
    visibility: visible;
    /*display:none;*/
}
#AjaxShippingState
{
    visibility: visible;
    /*display:none;*/
}
.OrderOptionsTitle  {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; }
.OrderOptionsRowHeader  { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; }
.OrderOptionsName  {  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; }
.OrderOptionsDescription  {  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; }
.OrderOptionsPrice  { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; }


.dhtmltooltip
{
	border:0;
	/*border: 2px solid black;*/
	padding: 2px;
	font-size:12px;
	background-color: lightyellow;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
.CardCodeTooltip
{
	border:0;
	/*border: 2px solid black;*/
	padding: 2px;
	background-color: #DDD;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
.Kit2dhtmltooltip
{
	border:0;
	margin-top:20px;
	/*border: 2px solid black;*/
	padding: 2px;
	font-size:12px;
	background-color: lightyellow;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.ShippingAndTaxEstimateAddress
{
	border: solid 1px #aaa;
	width:100%;
}

.ShippingAndTaxEstimateAddress .Header
{
	text-align:center;
	font-weight:bold;
	background-color:#ddd;
}

.ShippingAndTaxEstimateAddress .Caption
{
	width:30%;
	text-align:left;
	vertical-align:top;
}

.ShippingAndTaxEstimateAddress .Value
{
	width:70%;
	text-align:left;
	vertical-align:top;
}

.ShippingAndTaxEstimateAddress .ErrorMessage
{
	width:100%;
	text-align:center;
	vertical-align:middle;
	color:Red;
	font-weight:bold;
}

.ShippingAndTaxEstimator
{
	border:solid 1px #aaa;
}

.ShippingAndTaxEstimator .Header
{
	text-align:center;
	font-weight:bold;
	background-color:#ddd;
}

.ShippingAndTaxEstimator .Caption
{
	font-weight:bold;
	width:30%;
	text-align:left;
	vertical-align:top;
}

.ShippingAndTaxEstimator .Value
{
	width:70%;
	text-align:right;
	vertical-align:top;
}

.WishListWarning
{
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
	color: #ff0000;
}

.ShippingEstimatorPanel
{
	width:350px;
	border:dashed 1px gray;
	padding: 5px 5px 5px 5px;
}

#KitError
{
	text-align:center;
	vertical-align:middle;
	padding:5px 5px 5px 5px;
}

#lblKitError
{
	color:Red;	
}

/* default class for stock hint display */
.StockHint
{
	font-size:11px;
}

.StockHint_OutOfStock
{
	color:red;
}

.StockHint_InStock
{
	color:blue;
}

/* indented class variation for stock hint display */
.StockHint_Indented
{
	text-indent:10px;
	font-size:11px;
}

.StockHint_Indented_OutOfStock
{
	color:red;
}

.StockHint_Indented_InStock
{
	color:blue;
}



/*********************************************/
/*************For Featured Products***********/
/*********************************************/


.featuredProductLinks
{
	color: #000000;	
	font-weight: bold;
}

.featuredProductDescription
{
	padding-top: 10px;
	font-weight: normal;
}

.featuredProductPrice
{
	padding-top: 10px;
	padding-bottom : 10px;
	font-weight: normal;
}


.featuredTeaser
{
	color: #000000;	
	font-weight: bold;
}



/* CSS for productratings [begin] */

.CommentHelpfulText
{
	 font-family: Arial,Helvetica;
	 color: #009999;
}

.CommentHelpfulYes
{
	font-family: Arial,Helvetica;
	color: #006600;
}

.CommentHelpfulNo
{
	font-family: Arial,Helvetica;
	color: #006600;
	
}

.CommentCell
{
	background-color: #FFFFFF;
}

.RatingCommentText
{
	color: #000000;
}

.CommentAuthor
{
	color: #000000;
}	
/****** [end] ******/



/* CSS for Checkout GiftCard [begin] */

.CheckoutEmailGiftCardHeader
{
	/* default color - #cccccc */
	background-color: #cccccc;
	color:#000000;
}

/****** [end] ******/



/* CSS for Checkout Terms And Conditions [begin] */

.CheckOutTermsBorder
{
	border-style: dashed; 
	border-width: 1px; 
	border-color: #000000;
}
/****** [end] ******/




/* CSS for Affiliate Page [begin] */

.AffiliateHeaderTd
{
	/* -- original --
	font-size: smaller;
	font-weight:bold;
	color: #ffffff;
	background-color: #AAAAAA;
	-- -- */
	font-size: smaller;
	font-weight:bold;
	color: #ffffff;
	background-color: #CCCCCC;
	padding: 3px;
}

.AffiliateTextCell
{
	background-color: #DDDDDD;
	color: #000000;
	padding: 3px;
}

.AffiliateLinks, .AffiliateLinks a:link, .AffiliateLinks a:active, .AffiliateLinks a:visited
{
	color: #000000;
}

.AffiliateLinks a:hover
{
	color: #4776BD;
}

.AffiliateForgotPasswordText
{
	color: #000000;
}

.AffiliateForgotPasswordText span
{
	color: #000000;
	font-weight: bold;
}

/****** [end] ******/


/* CSS for Multiple Shipping [begin] */
.MultiShippingAddressHeaderLeft
{
	color:#000000;
	background-color: #dddddd;
}

.MultiShippingAddressHeaderRight
{
	color:#000000;
	background-color: #dddddd;
}

/****** [end] ******/



/* CSS for Recent Comments */

.RecentCommentsHeader
{
	background-color: #CCCCCC;
	color: #000000;
	font-weight: bold;
	text-align: center;
	height: 25px;
}

.RecentCommentsHeaderBorder
{
	background-color: #FFFFFF;
}

.RecentCommentsFooter
{
	background-color: #CCCCCC;
}

.RecentCommentsBorder
{
	background-color: #CCCCCC;
}

.RecentCommentsCell
{
	background-color:#FFFFFF;
	color:#000000;
	text-align:center;
}

.pnlRecentCommentSort
{
	background-color: #FFFFCC;
}

.RecentCommentSortText
{
	color: #FF0000;
}

.RecentCommentReSortText
{
	color: #000000;
	font-weight: bold;
}

.RecentCommentIsolateHeader
{
	background-color: #009999;
}

.RecentCommentIsolateHeaderText
{
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
}

.RecentCommentIsolateCell
{
	background-color:#FFFFFF;
	color:#000000;
}

.RecentCommentsPagingTop
{
	background-color: #ffffff;
	color: #000000;
}

/** [end] **/


/* CSS for RateIt.aspx */

.rateitBG
{
	background-color:#336699;
	margin: 0px;
}

.rateittable
{
	background-color:#336699;
}

.rateitlabel
{
	font-family: arial,helvetica;
	font-weight: bold;
	color: #ffffff;
}

.rateitproductname
{
	background-color: #FFFFCC;
}

.rateitbox
{
	background-color: #FFFFFF;
}

.rateitddl
{
	font-size: 10px;
}

.rateittext
{
	font-size:12px;
}
/**		[end]	**/


/***************************************************/
/**************TabbedUI prototype*******************/

#pagetabs
{
	width: 100%;	
}

#pagetabs a
{
	background: white url(images/tab_out.gif) top left repeat-x;
	background-color: #DDDDDD;
	border-left: solid 1px black;
	border-top: solid 1px black;
	border-right: solid 1px black;
	color: #696969;
	padding: 5px 5px 0px 5px;
	position:relative;
	margin-right:3px;
	text-decoration: none;
	vertical-align:middle;
}

#pagetabs a:hover
{
	text-decoration: underline;
	color: #ffffff;
	background: white url(images/tab_over.gif) top left repeat-x;
}

#pagetabs a.activetab
{
	padding: 5px 5px 1px 5px;
	position: relative;
	top: 1px;
	color: #ffffff;
	background-image: url(images/tab_over.gif);
	border-bottom-color: white;
}

#pagetabs a.activetab:hover
{
	text-decoration: none;
}

#tabcontent
{
	border: solid 1px gray;
	margin:0px;	
	padding-top:0px;
	padding-bottom: 10px;
	width:100%;
}

#tabcontent div.hiddenTab
{
	display:none;
}

#tabcontent div.selectedTab
{
	display:block;
}





/**************************************/


/*****************************************/
/*		ASP.Net Menu Styles				 */
/*****************************************/



#horizNav a:link, #horizNav a:visited, #horizNav a:hover, #horizNav a:active
{
	color: #000;
	text-decoration: none;
	text-align: left;
}

#horizNav table, #horizNav tr, #horizNav td {
margin: 0 !important; 
padding: 0 !important;
vertical-align:middle;  
}



.aspnetMenu_Level1, .aspnetMenu_Level2  {
    background: transparent;
    color: #000;
    cursor: pointer;
    font-size: 15px !important;
    font-weight: normal;
    height: 40px !important;  
    line-height: 40px !important;
	   margin: 0 !important;
	   padding: 0 1em!important; 
    text-transform: uppercase; 
    vertical-align:middle;   
}


.ctl00_aspnetMenun4 {background: transparent !important;}
/*
	These are the standard styles for the asp.net menu. It follows a naming convention for everything to work properly.
	The format is {MenuId}_WhatEverStyle. 
*/

.ctl00_aspnetMenu_0 {
  background-color: #666 !important; 
  }

.aspnetMenu_StaticSelectedStyle
{
    color: #000000;
}

.aspnetMenu_StaticMenuItemStyle
{
}

.aspnetMenu_StaticMenuItemStyle a:active, 
.aspnetMenu_StaticMenuItemStyle a:link, 
.aspnetMenu_StaticMenuItemStyle a:visited,
.aspnetMenu_StaticMenuItemStyle a:hover
{
	color: #000;
	cursor: pointer;
	font-size: 15pt;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;	
  
  height: 40px !important;  
    line-height: 40px !important;
	   margin: 0 !important;
	   padding: 0 1em!important; 
}



/* 
	These are dynamic styles that can't be declared on the template.ascx, name needs to follow convention instead.	
*/

.aspnetMenu_StaticHoverStyle Hover
{
	color: #ffffff;
	font-size: 9pt;	
}


.aspnetMenu_DynamicMenuItemStyle a:active,
.aspnetMenu_DynamicMenuItemStyle a:link,
.aspnetMenu_DynamicMenuItemStyle a:visited
{
    background: transparent !important;
    display: block;
    font-size: 12px !important;
	color: #e5e5e5 !important;
	line-height: 15pt;
	padding-top: 6px;
	padding-bottom: 6px;
    padding-left: 4px;
    padding-right: 50px;
    width: 100%;
    text-decoration: none;
    
    
}
.aspnetMenu_DynamicMenuItemStyle a:hover
{
	background: #999 !important;
	color: #e5e5e5 !important;
  text-decoration: underline;
}

.aspnetMenu_DynamicMenuStyle
{
	z-index: 999;
	background: #666;
	border: 1px solid #999 !important;
	border-width: 0px 1px 1px 1px !important;
}

.address_main
{
	padding-top:5px;
}

.addressdatalist
{
    border: 1px solid rgb(90, 90, 90);
    width: 100%; 
    border-collapse: collapse; 
}

.addaddresstbl
{
    border: 1px solid rgb(90, 90, 90);
    width: 100%; 
    border-collapse: collapse;     
    padding:0px;
}

.addressbuttonbg
{
    background-color: #F5F5F5;
    text-align:center;
    height:30px;    
}

.addressbuttonbg_header
{
	border-bottom:solid 1px #ccc;
}

.addressbuttonbg_footer
{
	border-top:solid 1px #ccc;
}

.addressEdittbl
{
    border:solid 1px #ccc; 
    margin: 5px 0px 5px 0px;    
}

.addressCardPanel
{
    border:solid 1px rgb(90, 90, 90);      
}

.addresseditctrl
{
    padding: 10px 0px 10px 10px;        
}

.addressaddctrl
{
    padding: 10px 0px 10px 10px;    
}

.addressfooter
{
    padding: 5px 0px 5px 10px;
    margin-top: 10px;
    background-color:#F5F5F5;  
    border:solid 1px #ccc;       
}

.addressdatalist_header
{
	background:transparent url('images/addressbook.gif') no-repeat scroll left bottom;
	height:22px;	
	width:190px;
}

.addressImagebuttons
{
    width:70px;
    padding-right:50px;
    vertical-align:top;
}

.addressPaymentMethodtbl
{
    background-color:#cccccc;
    width:100%    
}

.addressLabel
{
    padding-right:10px;    
}

/*SHIPPING METHOD CONTROL*/
.shippingMethodErrorMessage
{
	font-weight: bold;
	color : #ff0000;
}


.shopping_cart
{
	color: #FFF;
	font-size: 8pt;
	width: 100%; 
	border: solid 1px #444444; 
	padding-top:5px; 
	padding-bottom: 5px; 
	padding-left:5px; 
	padding-right:5px
}


/**************MINICART*******************/

#divMiniCart
{
	background-color:White;
	z-index:999;
}

.miniCartCollapseHeaderPanel
{
	text-align: right; 
	padding-bottom : 2px; 
	width: 300px; 
	font-size: 8pt;	
}

.miniCartCollapseBody
{
	width: 300px; 
	font-size: 8pt;
	height : 0px;
	overflow:hidden;	
}

.mini_cart
{
	color : #000000;
	font-size : 10px;
	width: 100%; 
	border: solid 1px #444444;
}

.mini_cart .cart_header
{
}

.mini_cart .cart_header td
{
	color:#FFFFFF;
	background: #699EDC url(images/nav-bg.gif) repeat;
	padding:3px 3px 3px 3px;
}

.mini_cart .cart_items
{
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left:5px; 
	padding-right:5px
}


a.Checkout_Minicart
{
    color: Blue;
    font-weight: bold;
}

.minicart_minimumQty
{
	color: #ff0000;
	font-style: italic;
}

.minicartimg img
{
	width:75px;
	height:75px;
}

#divMiniCart input[type='text']
{
	 border:1px solid #A7A6AA;	 
}

/* Kit Specific Styles */

.kit_table
{
	width:700px;
}

.kit_table .kit_column_content
{
	width:500px;
}

.kit_table .kit_column_sidebar
{
	padding-left:10px;
	width:190px;
}

.kit_groups
{
	width:100%;	
}

.kit_sidebar
{
	text-align:center;
	vertical-align:middle;
	position:absolute;
	z-index:99; /*999999999 !important;*/
	width:190px;
	/*right:10px;*/
	background-color:#fff;
}

.kit_sidebar_content
{
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}

.kit_sidebar .kit_sidebar_header
{
	/*background-color:#3F5D84;*/
	text-align:center;
	vertical-align:middle;
	padding-top:5px;
	padding-bottom:5px;
	background:transparent url(images/nav-header-bg.gif) no-repeat scroll left bottom;
	border-style:none;
	width:190px;
}

.kit_sidebar .kit_addToCart
{
	padding-top:10px;
	padding-bottom:10px;
}

.kit_sidebar .kit_addToCart .kit_priceDisplay
{
	text-align:left;
	vertical-align:middle;
	padding-left:10px;
	padding-bottom:10px;
}

.kit_sidebar .kit_addToCart .kit_priceDisplay .kit_regBasePrice
{
	text-decoration:line-through;
}

.kit_sidebar .kit_selectedItems
{
	border-top:solid 1px #eee;
	text-align:left;
	vertical-align:middle;
}

.kit_groups input[type='text']
{
	border:1px solid #A7A6AA;
}

.kit_groups textarea
{
	border:1px solid #A7A6AA;
}

.kit_groups .kit_group
{
	margin-bottom:10px;
}

.kit_groups .kit_groupName
{
	background-color:#efefef;
	padding:5px 10px 5px 10px;
	border:solid 1px #ccc;
	cursor: hand;
    cursor: pointer;	
}

.kit_groups .kit_groupDescription
{
	/*border-left:solid 1px #ccc;
	border-right:solid 1px #ccc */
	display:block;
	overflow:hidden;
	padding-top:5px;
	padding-bottom:5px;
	/*border-bottom:solid 1px #ccc;*/
}

.kit_groups .kit_groupContent
{
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	padding-left:10px;
	padding-top:15px;
	padding-bottom:20px;
	text-align:left;
	vertical-align:middle;
}

.kit_groups .kit_groupContent .kit_items_table
{
	width:450px;
	border:dashed 1px #ccc;
}

.kit_groups .kit_groupContent .kit_line_item
{
	border-style:none;
	/*width:80%;*/
}

.kit_disabled_item
{
	text-decoration:line-through;
}

.kit_group_image
{
	float:left;
	margin-right:5px;
	margin-left:5px;
}

.kit_kititemImage_hoverPanel
{
	background-color:White;
	border:solid 1px #ccc;
	word-wrap:break-word;
}

.kit_groupitem_image
{
	padding-left:25px;
}

.kit_groupItem_nameLabel
{
	cursor: hand;
    cursor: pointer;	
}

/*** Templating ********/
.template
{
	border:solid 1px #ddd;
}

.template_header
{
	background-color:#ddd;
	border:dashed 1px #ddd;
	padding:5px 5px 5px 5px;
}

.template_header_settings,
.template_header_settings a,
.template_header_settings a:active,
.template_header_settings a:visited,
.template_header_settings a:link
{
	cursor: hand;
    cursor: pointer;
    text-decoration:none !important;
    font-size:12px;
}

.template_header_settings a:hover
{
	color:#ffffff !important;
}

.template_header_edit_options
{
	border:solid 1px #919C9D;
	background-color:#fff;
}

.template_header_edit_options ul,
.template_header_edit_options li
{
	margin-left: 10px;
	margin-right: 10px;
    padding: 0;
    display: list-item;
    list-style: none;
    line-height: 1.25em;
}

.behavior_panel
{
	border-style:none;
}

.behavior_panel .behavior_left
{
	width:10%;
	background-color:#ddd;
}

.behavior_panel .behavior_option
{
	width:80%;
	background-color:#fff;
	padding:5px 5px 5px 5px;
}


#quickeditnav a:active, 
#quickeditnav a:link, 
#quickeditnav a:visited
{
	padding-left:15px;
	color:#FFFFFF;
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
}

.modal_popup
{
 	background-color:White;
 	border:solid 1px #52355;
}
 
.modal_popup_background 
{
	opacity:0.7;
    background-color:Gray;
    filter: alpha(opacity = 70);
}

.modal_popup_Header
{
	height: 30px;
    padding-right: 10px;
    padding-left: 10px;
    color:White;
    text-align:center;
	vertical-align:middle;
	padding-top:10px;
	font-weight:bold;
	font-size:12px;
}

.modal_popup_Content
{
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

.modal_popup_Content table
{
	border-style:none;
}

.modal_popup_Content table td
{
	border-style:none;
}

.modal_popup_Footer
{
	border-top:solid 1px #ccc;
	margin-left:25px;
	margin-right:25px;
	padding-top:5px;
	padding-bottom:10px;
}

.modal_popup_Header_Close        
{
	float:right;
	padding-right:7px;
}

.pnlMain
{
	padding-left:20px;
	padding-top:10px;
	padding-right:20px;
	padding-bottom:30px;
}

#quickeditnav
{
    text-align: left;
    width: 100%;
    margin: 0;
    clear: left;
    line-height: 35px;
    height: 35px;
    background: #699EDC url(images/nav-bg.gif) repeat;
    border-top: solid 1px #888;
    border-bottom: solid 1px #888;
    z-index: 1;
}

.watermarked
{
	color: #BBBBBB;
}

/*Top Menu Styles*/
/*** ESSENTIAL STYLES ***/

.sf-menu strong {
  display: none;
  }

a.home:link, a.home:visited, a.home:hover, a.home:active {
  background: url(images/stnavbg.png) 0 0 no-repeat;
  width: 115px;
  }
a.home:hover {
  background: url(images/stnavbg.png) 0 -36px no-repeat;
  width: 115px;
  }

a.products:link, a.products:visited, a.products:hover, a.products:active {
  background: url(images/stnavbg.png) -115px 0px no-repeat;
  width: 137px;
  }
a.products:hover {
  background: url(images/stnavbg.png) -115px -36px no-repeat;
  width: 137px;
  }
a.whats:link, a.whats:visited, a.whats:hover, a.whats:active {
  background: url(images/stnavbg.png) -252px 0px no-repeat;
  width: 153px;
  }
a.whats:hover {
  background: url(images/stnavbg.png) -252px -36px no-repeat;
  width: 153px;
  }
a.service:link, a.service:visited, a.service:hover, a.service:active {
  background: url(images/stnavbg.png) -405px 0px no-repeat;
  width: 191px;
  }
a.service:hover {
  background: url(images/stnavbg.png) -405px -36px no-repeat;
  width: 191px;
  }
a.where:link, a.where:visited, a.where:hover, a.where:active {
  background: url(images/stnavbg.png) -596px 0px no-repeat;
  width: 170px;
  }
a.where:hover {
  background: url(images/stnavbg.png) -596px -36px no-repeat;
  width: 170px;
  }
a.about:link, a.about:visited, a.about:hover, a.about:active {
  background: url(images/stnavbg.png) -766px 0px no-repeat;
  width: 148px;
  }
a.about:hover {
  background: url(images/stnavbg.png) -766px -36px no-repeat;
  width: 148px;
  }
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu 
{
	
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	/* width:			10em; left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	/* left:			10em; match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	color:#000000;
	cursor:pointer;
	font-size:15px !important;
	font-weight: bold;
	line-height: 36px !important;
	height: 36px !important;
	text-transform:uppercase;
	padding: 0 !important;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li {

}

.sf-menu li ul 
{
	background: #666;
	border-color: #999999 !important;
	border-style: solid !important;
	border-width: 0 1px 1px !important;
}

.sf-menu li li {
	
}

.sf-menu li li a 
{
	background: none !important;
	color: #E5E5E5 !important;
	font-size: 12px !important;
	line-height: 15pt !important;
	height: auto !important;
	padding: 6px 50px 6px 4px !important;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	white-space: nowrap;
}
.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active 
{
	background: #999;
}
	
.sf-menu li li li {
	background:		#9AAEDB;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		none;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {

}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
