html 
{
	margin: 0px;
	padding: 0px;
}

body {
	background-image:url(../images/big-background.jpg); 
	background-repeat: no-repeat; 
	background-color: #081c37; 
	margin:0px;
	background-position:center top;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

.pageContent a {
    color: #BA9D16;
    text-decoration: none;
}

.pageContent h2
{
    font-size:16px;
    font-weight:bold;
    font-family: "Times New Roman",Times,serif;
}

.pageContent p
{
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}

.fontsize14
{
    font-size: 14px;
}

.orderHeader
{
    font-size: 14px;
    font-weight:bold; 
}
a.blueLink, a.OstbyeBlue_link
{
    text-decoration:underline;
    color:#4E86C6;
}
.ring
{
    background-image:url(../Images/big-ring.png);
    z-index:-1; 
    background-repeat: no-repeat; 
    background-position:center top;
    width:100%;
    height:100%;
    position:absolute;
    right:560px;
    top:15px;
}
.wrapper {
	padding:13px 0 0 0; 
	margin:0 auto;
}
img {
	border: 0px;
}
.tempHeader{
	width:930px;
	margin:0 auto;
	z-index:100;
	padding-top:10px;
}
.pageWrap {
	width:930px; 
	background-color:#fff; 
	border:solid 5px #fff; 
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	border-radius: 6px; 
	background:url(../images/page-gradient.jpg) repeat-x #fff; 
	min-height:800px;
	margin:0 auto;
	behavior: url(/PIE.htc);
}

.navBar {
	width:204px; 
	margin:27px 0 0 -20px; 
	min-height:100px; 
	position:relative;
	float:left;
}

.navBar .navBarGray 
{
    width:192px; 
    background-color:#c9cdd0; 
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	border-radius: 6px; 
	padding:6px;
	behavior: url(/PIE.htc);
	float:left;
	margin-bottom:15px;
}

.clear {
	clear:both;
	height:8px;
}
.ostbyeNav 
{
	list-style:none; 
	margin:0px; 
	padding:0px; 
	display:block; 
	background: #f5d94a; 
	/* Old browsers */
	background: -moz-linear-gradient(left,  #f5d94a 0%, #e6c303 37%, #e6c303 61%, #f5d94a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f5d94a), color-stop(37%,#e6c303), color-stop(61%,#e6c303), color-stop(100%,#f5d94a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #f5d94a 0%,#e6c303 37%,#e6c303 61%,#f5d94a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #f5d94a 0%,#e6c303 37%,#e6c303 61%,#f5d94a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #f5d94a 0%,#e6c303 37%,#e6c303 61%,#f5d94a 100%); /* IE10+ */
	background: linear-gradient(left,  #f5d94a 0%,#e6c303 37%,#e6c303 61%,#f5d94a 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5d94a', endColorstr='#f5d94a',GradientType=1 ); /* IE6-9 */
	-pie-background: linear-gradient(left,  #f5d94a 0%,#e6c303 37%,#e6c303 61%,#f5d94a 100%);
	border:solid 1px #c3be9f;
	position:relative;
	z-index:1;
	behavior: url(/PIE.htc);
}

.blueNav
{
	list-style:none; 
	margin:0px; 
	padding:0px; 
	display:block; 
	background: #3a6c99; 
	/* Old browsers */
	background: -moz-linear-gradient(left,  #3a6c99 0%, #204467 37%, #204467 61%, #3a6c99 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3a6c99), color-stop(37%,#204467), color-stop(61%,#204467), color-stop(100%,#3a6c99)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #3a6c99 0%,#204467 37%,#204467 61%,#3a6c99 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #3a6c99 0%,#204467 37%,#204467 61%,#3a6c99 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #3a6c99 0%,#204467 37%,#204467 61%,#3a6c99 100%); /* IE10+ */
	background: linear-gradient(left,  #3a6c99 0%,#204467 37%,#204467 61%,#3a6c99 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a6c99', endColorstr='#3a6c99',GradientType=1 ); /* IE6-9 */
	-pie-background: linear-gradient(left,  #3a6c99 0%,#204467 37%,#204467 61%,#3a6c99 100%);
	border:solid 1px #97a5b1;
	position:relative;
	z-index:1;
    behavior: url(/PIE.htc);
}

.ostbyeNav ul, .blueNav ul, .categoryShop ul {
	list-style:none;
	margin:0 0 0 3px;
	padding:0px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 6%, #e0e0e0 34%, #e0e0e0 61%, #ffffff 92%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(6%,#ffffff), color-stop(34%,#e0e0e0), color-stop(61%,#e0e0e0), color-stop(92%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffffff 6%,#e0e0e0 34%,#e0e0e0 61%,#ffffff 92%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffffff 6%,#e0e0e0 34%,#e0e0e0 61%,#ffffff 92%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffffff 6%,#e0e0e0 34%,#e0e0e0 61%,#ffffff 92%); /* IE10+ */
	background: linear-gradient(left,  #ffffff 6%,#e0e0e0 34%,#e0e0e0 61%,#ffffff 92%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	-pie-background: linear-gradient(left,  #ffffff 6%,#e0e0e0 34%,#e0e0e0 61%,#ffffff 92%);
	width:182px;
	border-left: solid 1px #d8d8d8;
	border-right: solid 1px #d8d8d8;
	behavior: url(/PIE.htc);
}
.ostbyeNav ul li, .blueNav ul li, .categoryShop ul li {
	border-top:solid 1px #cdcdcd;
	height:34px;
}

.ostbyeNav ul li:hover, .blueNav ul li:hover, .categoryShop ul li:hover {
	background: #e0e0e0; /* Old browsers */
	background: -moz-linear-gradient(left,  #e0e0e0 4%, #ffffff 34%, #ffffff 62%, #e0e0e0 93%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(4%,#e0e0e0), color-stop(34%,#ffffff), color-stop(62%,#ffffff), color-stop(93%,#e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #e0e0e0 4%,#ffffff 34%,#ffffff 62%,#e0e0e0 93%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #e0e0e0 4%,#ffffff 34%,#ffffff 62%,#e0e0e0 93%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #e0e0e0 4%,#ffffff 34%,#ffffff 62%,#e0e0e0 93%); /* IE10+ */
	background: linear-gradient(left,  #e0e0e0 4%,#ffffff 34%,#ffffff 62%,#e0e0e0 93%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#e0e0e0',GradientType=1 ); /* IE6-9 */
    -pie-background: linear-gradient(left,  #e0e0e0 4%,#ffffff 34%,#ffffff 62%,#e0e0e0 93%);
	behavior: url(/PIE.htc);
}
.categoryShop {
	background: #d95353; /* Old browsers */
    background: -moz-linear-gradient(left,  #d95353 0%, #971313 18%, #971313 82%, #d95353 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d95353), color-stop(18%,#971313), color-stop(82%,#971313), color-stop(100%,#d95353)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #d95353 0%,#971313 18%,#971313 82%,#d95353 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #d95353 0%,#971313 18%,#971313 82%,#d95353 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #d95353 0%,#971313 18%,#971313 82%,#d95353 100%); /* IE10+ */
    background: linear-gradient(left,  #d95353 0%,#971313 18%,#971313 82%,#d95353 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d95353', endColorstr='#d95353',GradientType=1 ); /* IE6-9 */
	-pie-background: linear-gradient(left,  #d95353 0%,#971313 18%,#971313 82%,#d95353 100%);
	position:relative;
	z-index:1;
	behavior: url(/PIE.htc);
	font-family: Times New Roman;
	font-size:16px;
	text-decoration:none;
	color:black;
}
.marketNavLink
{
    height:34px;
    padding-top:7px;
    font-size:13px;
}
.marketNavLink a 
{
	text-decoration:none;
	color:black;
}
.goldON {
	background:url(../images/gold-ribbon.png) no-repeat;
	margin:-8px 0 0 -20px;
	height:45px;
	padding:8px 0 0 20px;
	z-index:100;
	position:none;
}
.blueON {
	background:url(../images/blue-ribbon.png) no-repeat;
	margin:-8px 0 0 -20px;
	height:45px;
	padding:8px 0 0 20px;
	z-index:100;
	position:none;
}
.footer {
	/*width:920px;*/
	font-size:11px;
	padding:10px 0 25px 0;
	color:#fff;
	margin:0 auto;
}
.contentArea {
	float:left;
	margin-left:14px;
	width:732px;
	padding-top:23px;
}
.homeBlock {
	/*background:url(../images/home-main-photo.gif) no-repeat top right;*/
	
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	color:#1d4062;
	margin-top:20px;
}
.homeBlock ul {
	margin:10px;
	padding:0px;
	width:350px;
}
.homeBlock ul li{
	padding-bottom:10px;
}
.footer a{
	color:#4e86c6;
	font-weight:bold;
	text-decoration:none;
}
.tagline{
	font-size:18px;
	font-style:italic;
}
.featureBlock
{
    position:relative;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#000; 
	width:224px; 
	-webkit-border-radius: 6px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75); 
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75); 
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75); 
	border:solid 3px #fff; 
	background-color:White;
    /*background: #e9ebec; 
    background: -moz-linear-gradient(top,  #e9ebec 0%, #ffffff 28%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9ebec), color-stop(28%,#ffffff)); 
    background: -webkit-linear-gradient(top,  #e9ebec 0%,#ffffff 28%); 
    background: -o-linear-gradient(top,  #e9ebec 0%,#ffffff 28%); 
    background: -ms-linear-gradient(top,  #e9ebec 0%,#ffffff 28%); 
    background: linear-gradient(top,  #e9ebec 0%,#ffffff 28%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9ebec', endColorstr='#ffffff',GradientType=0 ); 
	-pie-background: linear-gradient(top,  #e9ebec 0%,#ffffff 28%);*/
	height:171px;
	padding:5px;
	behavior: url(/PIE.htc);
}
.featuredProduct, .new {
	float:left;
	margin-right:6px;
}
.promo {
	float:right;
}
.emailSignup{
	background-color:#FFF; 
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
	font-size:12px; color:#000; width:726px; 
	-webkit-border-radius: 6px; 
	-moz-border-radius: 5px; 
	border:solid 3px #fff;
	border-radius: 5px; 
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75); 
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75); 
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75); 
	background:url(../images/email-background.png);
	background-repeat:repeat-x;
	height:110px;
	font-weight:normal;
	-pie-background: url(../images/email-background.png) no-repeat, linear-gradient(none, none); 
	behavior: url(/PIE.htc);
	
}

/* CATEGORY PAGE */
.goldBar, .bar_OSTBYE {
	background: #e5c001; /* Old browsers */
	background: -moz-linear-gradient(left,  #e5c001 0%, #f5d949 26%, #f5d949 75%, #e5c001 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5c001), color-stop(26%,#f5d949), color-stop(75%,#f5d949), color-stop(100%,#e5c001)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #e5c001 0%,#f5d949 26%,#f5d949 75%,#e5c001 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #e5c001 0%,#f5d949 26%,#f5d949 75%,#e5c001 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #e5c001 0%,#f5d949 26%,#f5d949 75%,#e5c001 100%); /* IE10+ */
	background: linear-gradient(left,  #e5c001 0%,#f5d949 26%,#f5d949 75%,#e5c001 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c001', endColorstr='#e5c001',GradientType=1 ); /* IE6-9 */
	behavior: url(/PIE.htc);

}
.blueBar, .bar_OSTBYEBLUE {
	background: #214669; /* Old browsers */
	background: -moz-linear-gradient(left,  #214669 0%, #33628d 26%, #33628d 75%, #214669 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#214669), color-stop(26%,#33628d), color-stop(75%,#33628d), color-stop(100%,#214669)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #214669 0%,#33628d 26%,#33628d 75%,#214669 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #214669 0%,#33628d 26%,#33628d 75%,#214669 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #214669 0%,#33628d 26%,#33628d 75%,#214669 100%); /* IE10+ */
	background: linear-gradient(left,  #214669 0%,#33628d 26%,#33628d 75%,#214669 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#214669', endColorstr='#214669',GradientType=1 ); /* IE6-9 */
	behavior: url(/PIE.htc);

}
.categoryBox, td.categoryBox
{
	-webkit-box-shadow: inset 0px 0px 16px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 16px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 16px 0px rgba(0, 0, 0, .1); 
	border:solid 1px #e5e5e5;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	behavior: url(/PIE.htc);
}

td.categoryBox
{
    margin:5px 0 5px 5px;
}

.categoryBox span
{
    float:left; 
    padding:5px 12px;
    text-align:right;
    font-family: "Times New Roman",Times,serif;
    font-size: 16px;
    color:Black;
}

.categoryBox a
{
    font-family: "Times New Roman",Times,serif;
    font-size: 16px;
    color:Black;
    text-decoration:none;
}

.categoryTable td 
{
    width:33%;   
}
.landingContent
{
    float: left;
    margin-left: 14px;
    width: 732px;
}
.landingContent img.heroImage
{
    max-width: 100%;
    width: 100%;
}
.pageContent
{
    float: left;
    padding: 20px 0 0 25px;
    width: 700px;
    
}

.flowList {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.categoryHeaderTable
{
   border-top: 1px solid #DBDBDB;
   border-bottom: 1px solid #DBDBDB;
   padding: 15px 0; 
   margin:5px 0;
}

.grayTitle 
{
    color: gray;
    font-size: 13px;
}

.grayLink 
{
    color: gray;
    font-size: 13px;
    text-decoration:none;
}



/* END CATEGORY PAGE */

/* PRODUCT PAGE */


.breadcrumb {
	font-size:10px;
	color:#494949;
}
#twitter_t {
     background-image:url(../Images/twitter.jpg);
     height:37px;
     width:350px;
}
#twitter_container {
    padding: 0 5px;
    height:315px;
    overflow:auto;
}
#twitter_update_list {
    padding: 0;
    overflow: hidden;
    color: #31353d;
    font-size:14px;
    margin: 0px 0;
}
#twitter_update_list li {
    list-style: none;
    padding:8px 0;
}
#twitter_update_list li a {
    color:#00cefd;
    text-decoration: none;
}

#facebookBox
{
    height:37px; 
    width:350px; 
    background-image:url(../Images/facebook.jpg);
}
.socialMediaBox 
{
    font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
    -webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75); 
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75); 
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75); 
	border-radius: 6px; 
	width:350px; 
	padding:6px;
   background-color:transparent;
   -pie-background: linear-gradient(#FFF, #FFF);
	behavior: url(/PIE.htc);
}
a.socialLink {
    float:right;
    text-decoration:none; 
    margin:15px 10px 0 0;
    font-size:13px;
}
.twitterColor {
    color:#00cefd; 
}
.contentBlockTitle {
    color:#2264ae;
    font-size:18px;
    margin:0px 5px;
    z-index:1;
}
.signUpHeader {
    font-size:18px;
    font-weight:bold;
    color:#9a4721;
    margin-top:5px;
}
.signUpTextBox {
    background-color:White;
    -webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	border-radius: 6px; 
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75); 
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75); 
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75); 
	padding:1px;
	float:right;
	position:relative;
	behavior: url(/PIE.htc);
}
.miniSearch {
    background-color:White;
    -webkit-border-radius: 6px; 
    -moz-border-radius: 6px; 
	border-radius: 6px; 
	padding:2px;
	float:right;
	margin-top:18px;
	overflow:visible;
	behavior: url(/PIE.htc);

}
.topNav
{
    text-align:right;
    color:White;
}
.topNav a {
   color:White;
   font-size:12px;
   text-decoration:none;  
}


.flowListItem {
    display: block;
    float: left;
    padding: 5px;
}


.productListDescription {
    color: Black;
    font-size: 9px;
    margin-bottom: 3px;
    margin-top: 3px;
    text-transform: uppercase;
}

.productListTitle {
    color: #333333;
    font-size: 10px;
    font-weight: bold;
}

.productList {
    color: Black;
    font-size: 10px;
    min-height: 260px; 
    width: 160px;
}

.productHover:hover
{
    border: 1px solid #CCC;
    border-bottom:none;    
}

.productList a {
    color: #BA9D16;
    text-decoration:none;
    font-weight:bold;
}
.flyOutList
{
  text-align: left;
	position: relative;
	z-index: 1;
	border: 1px solid #DBDBDB;	
	background-color: #FFFFFF;
	cursor: default;
	font-size:10px;
	font-weight:normal;
}

.flyOutListSelected
{
	padding: 2px 5px 2px 5px;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}

.flyOutListSelected img
{
	vertical-align:middle;
}

.flyOutListArrow
{
	position: absolute;
	right: 5px;
	top: 7px;
    background-image:url("../images/arrow.gif");
    background-repeat:no-repeat;
    width:10px;
    height:5px;
	  
}


.flyOutListDrop
{
	position: absolute;
	z-index: 100;
	visibility: hidden;
	display: none;
	border: 1px solid #DBDBDB;
	background-color: #FFFFFF;
	font-size:10px;
	font-weight:normal;
	cursor: default;	
}

.flyOutListList
{
    text-align: left;
	padding: 2px 0px 2px 0px;
	white-space: nowrap;
	overflow: auto;	
}

.flyOutListOut
{
	padding: 0px 5px 0px 5px;
}

.flyOutListOut img
{
	margin:2px;
	vertical-align:middle;
}

.flyOutListOver
{
	background-color: #D8B511;
	color: White;
	padding: 0px 5px 0px 5px;
}

.flyOutListOver img
{
	margin:2px;
	vertical-align:middle;
}

.paging:link, .paging:active, .paging:visited {
    color: Gray;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}

.smallGray {
    color: Gray;
    font-size: 10px;
}

.variationHeader {
    font-size: 12px;
    font-weight: bold;
    padding: 7px;
    text-align: left;
}

.gradientBox {
    background-color: White;
    background-image: url("../Images/gradient.jpg");
    background-position: center bottom;
    background-repeat: repeat-x;
    border: 1px solid #DBDBDB;
    margin-bottom: 3px;
}
.variationOptions {
    background: none repeat scroll 0 0 white;
    border-bottom: medium none;
    border-top: medium none;
    font-size:12px;
}

.darkGray {
    color: #494949;
    font-family: Times New Roman,Sans-Serif;
    font-size: 20px;
    padding-top: 20px;
    text-align: left;
    width: 100%;
    font-weight:bold;
}

hr, .hr {
    border-color: #DBDBDB;
    border-top: 1px solid #DBDBDB;
    border-width: 1px;
    height: 0px;
    margin-bottom: 7px;
    margin-top: 5px;
    border-left:0px;
}

.subHeader {
    color: Black;
    font-size: 10px;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.productOptionHeader
{
    color: Black;
    font-size: 18px;
    font-weight:normal;
    background-color:#e9eaec; 
    border-top:1px solid #ccc;
    padding: 5px 0 0 5px;
    font-family: "Times New Roman",Times,serif;
}
.tableFooter
{
    background-color:#e9eaec; 
    border-top:1px solid #ccc;
    padding: 5px;
    text-align:center;
    font-size:10px;
    text-transform:uppercase;
}

h2.checkoutHeader
{
    padding-bottom: 5px;
    color: Black;
    font-size: 18px;
    font-weight:normal;
    font-family: "Times New Roman",Times,serif;
}
.cartHeader
{
    color: Black;
    font-size: 12px;
    font-weight:normal;
    background-color:#e9eaec; 
    padding: 5px 0 0 5px;
    text-transform:uppercase;
    
}
.cartHeader th
{
    font-weight:normal;
}

.productOptions, tr.productOptions td a
{
    font-size:12px;
    color: #494949;
}

.cartHeader th, .borderBottom
{
   border-bottom: 1px solid #CCCCCC;   
}

h1.productDescription
{
    font-weight:normal;
    color: Black;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
}
h3.productDescription
{
    font-weight:normal;
    color: Black;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.optionBottomBox
{
    background-color:#e9eaec; 
    text-align:right;
    float:right;
       
}
.optionBox1
{
    background-color:#e9eaec; 
    border-bottom:1px solid #ccc;
       
}

.optionBox2
{
    background-color: #f4f5f6; 
    padding:5px;   
}
.optionWidth
{
     width:55%;
}

/************default styles****************/

a:hover
{ 
	text-decoration: underline;
}



.add, .add:link, .add:active, .add:visited , .add:hover
{ 
	font-size: 10px;
	color: #0026FF;
	text-decoration: none;
}
a:hover
{ 
	text-decoration: underline;
}

h1
{
	font-size: 22px;
	color: black;
	text-decoration: none;
	padding:0px;
	font-weight: normal;
}

.bold
{
	font-weight: bold;
}
.italic
{
	font-style: italic;
}
.button 
{
	background: #CCCCCC;
	color: #000000;
}
.grey, .gray
{
	color: #999999;
}
.alt
{
	background-color: #EEEEEE;
}

.error
{
	color: #CC0000;
}

.crumbs
{
	font-size: 9px;
}
.crumbLink, .crumbLink:link, .crumbLink:active, .crumbLink:visited , .crumbLink:hover
{ 
	font-size: 10px;
	text-decoration: none;
	color:Black;
}
.crumbLink:hover
{ 
	text-decoration: underline;
}
.pageBox
{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	/*width: 960px;*/
}

.leftBox
{
    width: 200px;
    border:1px solid #999999;
    background-color:#EEEEEE;
    margin: 5px;
    float: left;
}

.mainBox
{
    margin-right: 5px;
    float: left;
}

.rightBox
{
    border:1px solid #999999;
    background-color:#EEEEEE;
    width: 200px;
    float: left;
}

.catalogItemSummary
{
    margin-right: 2px;
    margin-top: 5px;
}

.catalogItemSummary .image
{
    width: 50px;
    min-height: 10px;
    text-align: right;
    float: left;
}

.catalogItemSummary .content
{
    margin-left: 7px;
    float: left;
}

h1
{
	margin: 0px 0px 0px 0px;
}

h2
{
	margin: 0px 0px 0px 0px;
}

h3
{
	margin: 0px 0px 0px 0px;
}
h3, .colhead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00267F;
	text-decoration: none;
}
.dataTable
{
}
.dataTable tr
{
	text-align: left;
}
.dataTable tr.alt
{
	background-color: #EEEEEE;
}
.dataTable td.alt, .dataTable th.alt
{
	background-color: #E5E5FF;
}
.dataTable th
{
	padding: 1px 5px 1px 5px;
	border-bottom: 1px solid black;
}
.dataTable th a, .dataTable th a:link, .dataTable th a:visited, .dataTable th a:active, .dataTable th a:hover
{
	color: #AF0022;
}
.dataTable tr.dataFooter td
{
	padding: 1px 5px 1px 5px;
	border-top: 1px solid black;
}
.dataTable td
{
	padding: 1px 5px 1px 5px;
}
.formTable
{
}
.formTable tr
{
	vertical-align: top;
}
.formTable th
{
	font-weight: bold;
	padding-right: 5px;
	/* padding-top: 2px; */
	text-align: right;
}
.cartTable
{
	padding-left: 20px;
}
.cartTable tr
{
}
.cartTable th
{
	border: none;
	padding: 0px 5px 0px 0px;
}
.cartTable td
{
	padding: 0px;
}
.borderBody
{
    background-color: #FFFFFF; 
    border: 1px solid #999999;
}
.tabActive
{
	padding: 5px;
	background-color: #EEEEEE;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
}
.tabActiveLink, .tabActiveLink:link, .tabActiveLink:active, .tabActiveLink:visited, .tabActiveLink:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00267F;
	text-decoration: none;
}
.tabGrey
{
	padding: 5px;
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #999999;
}
.tabGreyLink, .tabGreyLink:link, .tabGreyLink:active, .tabGreyLink:visited, .tabGreyLink:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.tabBody
{
    background-color: #EEEEEE; 
    border-left: 1px solid #999999; 
    border-right: 1px solid #999999; 
    border-bottom: 1px solid #999999;
    padding: 5px;
}
.stepBar 
{
    text-transform:uppercase;
    font-size: 12px;
    font-family: "Times New Roman",Times,serif;
	z-index:-100;
	border-bottom: 1px solid #CCCCCC;
    
}
.stepBar td
{
    padding: 0 5px 5px 5px;
    vertical-align:top;
	width:25%;
}

.stepComplete, .stepComplete a
{
	color: #999999;
}

.stepCompleteLink, .stepCompleteLink:link, .stepCompleteLink:Complete, .stepCompleteLink:visited, .stepCompleteLink:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.stepBar td.stepActive
{
	color: Black;
	/*border-bottom:none;*/
}

.stepActive div.imageBottom
{
    background-image: url(../images/BALL-LINE-THINGY.png);
	/*background-position:center 23px;*/
	background-position:bottom;
	background-repeat:no-repeat;
	height:10px;
	width:100%;
	margin-bottom:-15px;
	z-index:1;
	position:relative;
    
}
.stepGrey
{
	color: #999999;
}
.dataRow0
{
	background-color: #EEEEEE;
}
.dataRow1
{
}
.pagingTab
{
    border: 1px solid #999999; 
}
.loaderMask
{
    z-index: 30001;
    position: absolute;
    background: #FFFFFF;
	filter: alpha(opacity=50);
	opacity: 0.50;
	-moz-opacity:0.50;
}
.loaderImage
{
    z-index: 30002;
    position: absolute;
    background: url(../Images/loader.gif) no-repeat 50% 50%;
}
.scrolling
{
	position: relative;
	overflow: auto;
	border: 1px solid #999999;
}
.borderBox
{
	border: 1px solid #999999;
}
.treeOpen
{
	background-image: url(../Images/toggle_open.gif);
}
.treeClosed
{
	background-image: url(../Images/toggle_closed.gif);
}
.input
{
  color: #000000;
}
.inputGrey
{
  color: #90918d;
}
.leftBorder
{
	border-left: 1px solid #999999;
	margin-left: 5px;
	padding-left: 5px;
}
.imageBorder
{
	padding: 2px;
	border: 1px solid #999999;
}
.small
{
    font-size: 10px;
}

.accountYellow
{
    background-color: #FDF6D6;
    padding:0 5px;
}
.accountBlue
{
    background-color: #CFE4FB;
    padding:0 5px;
    margin-top:5px;
}
.pageContent h2.accountHeader
{
    font-size:18px;   
}
.shareButton
{
    cursor:pointer;
    z-index:10;
    position:relative;
}

.shareLink
{
     border:1px solid #ccc;
     width:74px; 
     font-size:11px; 
     padding-top:20px;
     margin-top:-15px; 
     background-color:White;
     z-index:5;
     position:relative;
}
.shareLink a
{
    color:#494949;
    font-weight:bold;
    text-transform:uppercase;
    font-family: Arial,Helvetica,sans-serif;
    font-size:10px;
}
table.adminNav
{
}
table.adminNav td
{
    padding:5px 10px;
    text-align:center;
}
table.adminNav td a
{
    color:black;
    font-size:11px;
    text-decoration:none;
    font-weight:bold;
}
table.adminNav td a:hover
{
    text-decoration:underline;
}

.salesDash td
{
    font-size:9px;
    font-weight:bold;
}

.salesDash
{
    width: 100%;
}

.salesDash td
{
    vertical-align:bottom;
    font-size:9px;
}

.salesDash h1
{
    font-family: Arial;
    color: #adadab;
    font-size:18px;
    text-align:left;
    padding-bottom:5px;

}

.salesDash h3
{
    color: #666666;
    font-size:9px;  
}

.salesDash h4
{
    font-family: Arial;
    color: #adadab;
    font-size:11px;
}    

#salesDashboard .gradientBox
{
    margin-bottom: 3px;
    padding: 5px 10px 35px 10px;
    display:block;
}

#salesDashboard h1
{
    text-transform: uppercase;
}

#salesDashboard table th
{
    font-family: arial, verdana;
    color: black;
    font-size:10px;
    font-weight:bold;
    text-transform: uppercase;
}

#salesDashboard table th a
{    
    color: black;
}


.DetailsImageButton
{
    float:right;
    padding:3px;
}

th
{
    padding-bottom:5px;
}

.detailsbutton
{
    float:right;
    padding-top:5px;
}

#territorydd
{
    float: right;
}


#salesDashboard .loader
{
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    height: 75px;
}
#salesDashboard .left,
#salesDashboard .left td,
#salesDashboard .left th
{
    text-align: left;
}
#salesDashboard td.left,
#salesDashboard th.left
{
    text-align: left !important;
}
#salesDashboard .right,
#salesDashboard .right td,
#salesDashboard .right th
{
    text-align: right;
}
#salesDashboard td.right,
#salesDashboard th.right
{
    text-align: right !important;
}
.adminGradientBox
{
    padding-left: 10px;
    background-color: White;
    background-image: url("../Images/gradient.jpg");
    background-position: center bottom;
    background-repeat: repeat-x;
    border: 1px solid #DBDBDB;
    margin-bottom: 3px;
    font-family: Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}
.adminGradientBox h2 
{
    font-size:10px;
}
.deficit {
    color: Red;
}
.surplus
{
    color: Green;
}
.dataList
{
    font-size: 11px;
}

h1, .header, h2.productHeader {
    color: Black;
    font-family: Times New Roman,Helvetica,sans-serif;
    font-size: 22px;
    font-weight: normal;
    margin: 0;
    text-decoration: none;
}

.productImage
{
 margin-left:-25px;   
}
.tab-box { 
 /* border-bottom: 1px solid #DDD;*/
  padding-bottom:5px;
  cursor:pointer;
}
.tab-box a {
  border:1px solid #DDD;
  color:#666666;
  padding: 5px 15px;
  text-decoration:none;
  background-color: #eee;
}
.tab-box a.activeLink { 
  background-color: #fff; 
  border-bottom: 0; 
  padding: 6px 15px;
}
.viewAllButton
{
    text-align:right; 
    float:right; 
    position:relative;
}
.pagingBarButtons
{
    margin-bottom:-8px;
}
a.blueLinkColor {
    color: #4E86C6;
}
.featuredText
{
    font-size:12px; 
    font-weight:normal;
    padding:10px 0 10px 5px;
    overflow:hidden;
}

.featuredText a 
{
     text-decoration:none;
    color:Black;
}

.featurdPrice
{
 font-weight: bold;
 font-size:16px;   
}
td.pagingBarTop
{
    width:57%; 
    padding-left:10px;
    text-align:right;
}
td.pagingBarBottom
{
    width:400px;
    text-align:left;
}
td.groupName
{
    color: #494949;
    font-size:14px;
    text-align:right;
    font-weight:bold;
    padding:20px 0;
}
td.groupPrice
{
    font-weight:bold;
    font-size:16px;
    text-align:right;
}
td.itemExtPrice 
{
    color: #494949;
    font-size:14px;
    text-align:right;
}
td.right 
{
    text-align:right;
}

.optionTable
{
    padding-top:5px;
    text-align:left;
    font-size:11px;
}
.optionTable th
{
    color:black;
    padding-right:5px;
    padding-bottom:0px;
    font-size:11px;
    text-align:left;
}

.cartItemLink
{
    font-size:14px !important;   
}
.cartDelete a
{
    padding-right:7px;
    font-size:11px !important;
}
.salesLineTag
{
    padding:0px 15px;
}

.grayProductOptions a
{
    color: #999999;
    font-family: Times New Roman,Sans-Serif;
    font-size: 20px;
    padding-top: 20px;
    float: left;
    padding-right:50px;
    font-weight:bold;
    text-decoration:none;
}
.grayProductOptions a:hover
{
    color: #494949;
    cursor:pointer;
}
a.selected
{
    color: #494949;
    text-decoration:none;
}

.hide { display: none;}

.productListCategory
{
    float:left; 
}

.productListCategory h2
{
    padding: 15px 0 0 20px;
    font-weight:normal;
}
.apptTable th
{
  font-size:13px; 
  text-align:left; 
}
.newCustomerOption
{
    padding:10px 0px 15px 25px;
}

.newCustomerTable
{
    padding:10px 0px 0px 25px;
}
.uncompletedAppt 
{
    background-color:#E2ECF8;
}
.phoneSaleAppt {
    background-color: lightgray;
} 

.blueFooterSeparator
{
    color:#4E86C6 !important;
    padding:0px 1px;
}

.highResButton
{
    font-size:11px; 
    padding:0px; 
    margin-left:5px;
}
.goldVideoBox 
{
    float:right; 
    background-image: url(../images/VIDEO-BOX.png);
    background-repeat:no-repeat;
    padding:15px;
}

.ui-datepicker-calendar 
{
    display: none;
}