﻿/* for straight e-comm sights, remove references to #shop from thbanneis file and 'shopping' pages */


/* HTML Tags */
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	background: #000 url(../../images/layout/circleBG.jpg) right bottom fixed no-repeat;
}

a:link, a:visited {
	color: #FFF;
}

a:hover, a:visited:hover {
	color: #D90000;
}

a img {
	border: none;
}

body {
	text-align: center;
	font-size: .75em;
	line-height: 1.3em;
	height: 100%;
	background: transparent url(../../images/layout/headerBG.jpg) top left repeat-x;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

button {
	font-size: .8em;
	display: inline;
}

fieldset {
    padding: 10px;
	width: 97%;
}

form {
	margin: 0 0 15px;
}

img {
	margin: 0;
}

input, textarea, select {
	display: inline;
	font-size: .9em;
}

h1 {
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.1em;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 1.2em;
	line-height: 1em;
	font-weight:bold;
	margin: 7px 0 2px 5px;
}

h2 a {
	text-decoration: none;
}

h3 {
	font-size: 1.1em;
	line-height: 1.1em;
	margin: 7px 0 3px 10px;
}

hr {
	width: 100%;
	clear: both;
}

label {
	font-weight: bold;
}

legend {
	font-size: 1.1em;
	font-weight: bold;
	margin: 2px 0 2px 5px;
	color: #D90000;
}

li {
	margin-bottom: 3px;
}

p { 
	margin: 0 10px 15px; 
	font-weight: normal;
}

small {
	font-size: .85em;
}

sub, sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

table {
	clear: both;
	width: 95%;
	margin: 0 10px 10px;
	border: none;
	border-collapse: collapse;
}

table table {
	margin: 0;
	width: auto;
}

td, th {
	vertical-align: top;
	text-align: left;
	padding: 2px 6px 2px 2px;
	border: none;
	border-collapse: collapse;
}

th {
	border-width: 1px 0;
	border: 1px solid #333;
	background: #333;
	color: #FFF;
}

ul, ol {
	font-weight:normal;
	line-height: 1.35em;
	margin: 0 10px 15px 35px; 
}

/* Sitewide Elements */
#banner {
	height: 35px;
	background: #D90000;
	display: none;
}

#banner a, #banner a:visited {
	display: inline-block;
	margin: 0 10px;
	color: #FFF;
}

#banner p {
	font-size: 16px;
	padding-top: 7px;
	color: #FFF;
}

#banner p strong {
	color: #FF0;
	font-size: 18px;
}

#copy {
	position: relative;
	top: 100px;
	left: 0;
	width: 100%;
	margin-top: 50px;
	clear: both;
}

#copy p {
	text-align: center;
	font-size: .9em;
	margin: 30px 0;
	line-height: 1.75em;
}

#fixed {
	width: 980px;
	margin: 0 auto;
	padding: 233px 0 0;
	text-align: left;
	position: relative;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
}

#header a, #header a:visited {
	color: #FFF;
	text-decoration: none;
}

#header a:hover, #header a:visited:hover {
	color: #D90000;
	text-decoration: underline;
}

#header p {
	text-align: right;
	color: #FFF;
	margin: 3px 0;
	padding: 0;
	width: 980px;
}

#logo { 
	position: absolute;
	top: 78px;
	left: 0;
}

#mainBox2 {
	position: relative; 
	top: 0; 
	left: 15px;
	width: 270px;
	float: left;
	margin: 0;
}

#mainBox2 h2 {
	margin-left: 0;
}

#mainBox3 {
	position: relative; 
	top: 0; 
	left: 0;
	width: 520px;
	float: left;
}

#mainBox4 {
	width: 505px;
	margin: 0 10px 0 5px;
}

#mainBox5 {
	width: 805px;
	position: relative;
	border-top: none;
	top: 0;
	left: 180px;
	padding: 0;
	margin: 0;
}

#mainBox5 img {
	float: left;
}

#mainBox5 h2 img {
	float: none;
}

#mainBox5 .bannerPic, .bannerPic {
	width: 805px;
	margin-bottom: 15px;
	display: none !important;
}

#mainBox3 h1 {
	margin-left: 0;
}

#mainBox3 h2.intro {
	margin-left: 0;
}

#mainBox3 h3.intro {
	font-size: 1.1em;
	margin-left: 0;
}

#mainBox3 p.intro {
	font-size: 1.2em;
	margin-left: 0;
}

#mainContents {
	clear: both;
	float: left;
}

#phone {
	position: absolute;
	left: 15px;
	top: 4px;
}

#phone p {
	float: none;
	clear: none;
	text-align: left;
	font-size: 20px;
	color: #FFF;
	width: auto !important;
}

#phone .number {
	font-weight: bold;
	font-size: 30px;
}

#phone .smaller {
	font-size: 13px;
}

#profileContents table {
	margin-left: 25px;
}

#secNav {
	position: absolute;
	top: 200px;
	left: 0;
	width: 980px;
}

#secNav ul {
	padding: 0;
	list-style: none;
	height: 25px;
	width: 900px;
	margin: 0;
	border-left: 1px solid #333;
}

#secNav li a {
	display: block;
	height: 18px;
	letter-spacing: .05em;
	padding: 3px 15px 0;
	margin: 0;
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
	/* background: #FFF url("../../images/layout/topBar.jpg") top left repeat-x;	*/
}

#secNav li a:hover {
	color: #D90000;
	/* background: #FFF url("../../images/layout/bottomBar.jpg") top left repeat-x;	*/
}

#secNav li a.special {
	color: #F00;
	font-size: 18px;
}

#secNav li a.special:hover {
	color: #FFF;
}

#secNav li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	height: 25px;
	text-align: center;
	border-right: 1px solid #333;

	/* border: 1px solid #454545;
	border-width: 0 0 0 1px; */
}

#stepsProfile {
	float: right;
	font-size: 1em;
	margin: 10px 0 15px;
	position:relative;
}


/* Home Page Elements Product Group A is site wide - see themes for other Product Groups */
#productGroupA {
	position: absolute;
	top: 65px;
	left: 200px;
}

#productGroupA * {
	margin: 0;
	padding: 0;
}

#productGroupA h2, #productGroupA h4, #productGroupA p {
	display: none;
}

#productGroupA img {
	float: left;
	width: 185px;
	padding-right: 10px;
	height: auto;
}

#productGroupA ul {
	list-style: none;
}

#productGroupA li {
	float: left;
}

/* universal declarations for groups B, C & D - see individual themes for specifics */
#productGroupB *, #productGroupC *, #productGroupD * {
	margin: 0;
	padding: 0;
}

#productGroupB h2, #productGroupC h2, #productGroupD h2 {
	margin-bottom: 5px;
}

#productGroupB h4, #productGroupC h4, #productGroupD h4 {
	
}

#productGroupB p, #productGroupC p, #productGroupD p {
	display: inline;
}

#productGroupB ul, #productGroupC ul, #productGroupD ul {
	list-style: none;
}

#productGroupB li, #productGroupC li, #productGroupD li {
	line-height: 1.25em;
	margin: 0 10px 10px 0;
}

#productGroupB p.prodPrice, #productGroupC p.prodPrice, #productGroupD p.prodPrice {
	font-weight: bold;
	display: inline;
	margin-left: 10px;
	color: #D90000;
}
/* end universal B, C, D declarations */

/* End Home Page Elements */


.prodPrice:before {
	content: "...";
}

.catalog #mainBox3 {
	position: relative;
	width: auto;
	top: 0;
	left: 0;
}

/* Classes  */
table.address {
	border: none !important; 
}

.address td { 
	border: none !important; 
	padding: 0 10px 0 0; 
	background: none transparent scroll repeat 0% 0%; 
	width: 32%; 
}

.address td.vert { 
	font-size: .8em; 
	width: 2px; 
	line-height: 0.9em; 
	text-align: center 
}

.bordered, .bordered td {
	border: 1px solid #333;
}

.breadcrumb{
	height:34px;
	margin:0 0 8px 0;
	position:relative;
	top:0;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.descrip {
	display: none;
}

.highlite {
	font-weight: bold;
}

.fLeft {
	float: left;
}

#fullPage table,  #fullPage td, #fullPage th {
	border: 1px solid #333;
}

.orderSummary table, .orderSummary td, .orderSummary th {
	border: 1px solid #333;
}

.gvAltRowStyle {
	border: none;
	border-collapse: collapse;
	background: #333;
}

.gvAltRowStyle .gvRowStyle {
	background: #000;
}

.gvAppearance {
	border: none;
	border-collapse: collapse;
	width: 95%;
	margin: 0 10px 10px;
}

.gvAppearance .gvAppearance {
	border: 1px solid #333;
	width: 50%;
}

.gvEditRowStyle {
	border: none;
	border-collapse: collapse;
	background: #666;
}

.gvFootStyle {} /*See .gvHeadStyle */

gvHeadStyle a:hover, .gvFootStyle a:hover, .gvPagerStyle a:hover {
	color: #D90000;
}

.gvHeadStyle td, .gvFootStyle td, .gvPagerStyle td  {}

.gvHeadStyle a:link, .gvHeadStyle a:visited, .gvFootStyle a:link, .gvFootStyle a:visited, .gvPagerStyle a:link, .gvPagerStyle a:visited {}

.gvPagerStyle {} /*See .gvHeadStyle */

.gvPrice {
	color: #D90000;
}

.gvRowStyle { /*Not needed unless we want to color every row */
	background: #000;
}

.gvRowStyle .gvAltRowStyle { 
	background: #333;
}

.gvSelRowStyle {
	background: #666;
}

table.halfed td{
	width: 50%;
}

.highlite {
	color:#D90000;
}

.leftNav {
	position: absolute; 
	top: 233px; 
	left: 0;
	width: 145px;
	padding: 10px 15px 50px 0;
	margin: 0 5px 0;
	line-height: 1.1em;
	border-right: 1px solid #333;
}

.leftNav h2 {
	margin: 0 auto 10px;
	text-align: center;
}

.leftNav h2.button {
	text-align: center;
	padding: 8px 0;
	border: 1px solid #333;
	border-width: 1px 0;
	margin: 10px 0;
	border: 1px solid #333;
	border-width: 1px 0;
}

.leftNav span.number {
	font-weight: bold;
	display: block;
	font-size: 20px;
	padding-bottom: 4px;
}

.leftNav p.center {
	font-weight: bold;
	line-height: 1.4em;
	margin: 0;
	padding: 10px 0 25px;
}

.leftNav table  {
	margin: 0 0 20px;
	width: 145px !important;
}

.leftNav table table  {
	margin: 0;
	width: 100% !important;
}

.leftNav td {
	/* text-align: right !important; */
	padding: 0 0 3px 0;
}

.leftNav td td {
	/* text-align: right !important; */
	height: 15px;
}

.leftNav td a img {
	float: right;
	margin-top: -2px;
}



.leftNav a {
	text-decoration: none;
}

.leftNav ul {
	list-style: none;
	margin: 0 0 10px 5px;
	width: 100%;
}

.leftNav ul h2 {
	margin: 10px 0;
}

.leftNav li a:hover {
	background: url("../../images/menu/activeProductType.gif") 4px 1px no-repeat;
}

.leftNav td a.info {
	background: url("../../images/layout/aimInfoBullet.gif") right 1px no-repeat;
	padding-right: 12px;

}


p.note {
	font-size: .9em;
	font-style: italic;
}

.nowrap {
	white-space: nowrap;
}

.right {
	text-align:right;
}

.smallBox2 {
	margin: 0 0 15px;
}

.smallBox2 h2 {
	margin: 3px 0 0 !important;
}

.smallBox2 p {
	margin: 0 5px 10px !important;
}

.smallBox2 label {
	font-weight: bold;
	width: 135px;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px 5px;
}

.specNotes {
	font-style: italic;
	color: #D90000;
	/* font-size: 1.3em; */
	margin-bottom: 3px;
}

.specLink a {
	color: #D90000;
	font-size: 1.2em;
	margin-bottom: 3px;
}

#boxHolder {  /* Used on home and or store page */
	width: 280px;
	float: left;
	display: inline;
	margin: 15px 0 0 15px;
	padding: 0 0 35px;
}

#boxHolder5 {  /* Used on catalog page */
	width: 830px;
	position: relative;
	top: 0;
	left: 180px;
	float: left;
	padding: 0 0 35px;
}

#randomProducts {
	margin-left: 25px;
	clear: both;
}

#randomProducts h3 {
	margin: 0 0 5px 0;
}

#boxHolder .smallBox, #boxHolder5 .smallBox, #randomProducts .smallBox {
	margin: 0 8px 8px 0;  
	padding: 0;	
	width: 125px;
	height: 157px;
	border: 1px solid #333;
}

#boxHolder5 .smallBox a:link, #boxHolder5 .smallBox a:visited, #boxHolder5 .smallBox a:hover {
	text-decoration: none;
	cursor: hand;
	color:#FFF;
}

.catDescrip {
	height: 55px;
	overflow: hidden;
}

.smallBox {
	float: left;
	padding: 0 0 5px;
	margin: 0;
}

.smallBox img {
	width: 125px;
	display: block;
	margin: 0 0 3px;
}

.smallBox h2 {
	margin: 0 0 2px 3px;
	font-size: .975em;
	line-height: 1.175em;
}

.smallBox p {
	margin: 0 3px 3px;
	line-height: 1.2em;
}

.smallBox p.price, div.price {
	float: right;
	font-weight: bold;
	margin: 2px 3px 0 0;
	color: #D90000;
}

.smallBox p.price span, a .price  {
	color: #D90000;
}

.alertMsg {
	background: #333;
	width: 90%;
	margin: 0 4% 15px;
	padding: 10px;
	border: 1px solid #333;
}



/* new for address validation */
.imageButton {
	width: 225px;
	border: 1px solid #333 !important;
}

.pnlPopup
{
	background-color:#000;
	border:solid 2px #333;
	padding:4px;
}
.pnlPopup TABLE#addressSelect
{
	margin: 0;
	width: 100%;
}
.pnlPopup TABLE#addressSelect TR
{
	border-bottom: solid 1px #888;
}
.pnlPopup TABLE#addressSelect TH
{
	width: 75px;
	background: transparent;
	border: none;
	vertical-align: middle;
}
.pnlPopup TABLE#addressSelect TR#overrideRow 
{
	border: none;
}
.pnlPopup TABLE#addressSelect TR#overrideRow TD
{
	padding-top: 20px;	
}


.modalPopupBackground 
{
    background-color: Silver;
    filter:alpha(opacity=50);
    opacity:0.5;
}
#upsell {
	display: none;
}

#blogButt {
	position: absolute;
	top: -8px;
	right: 3px;
	height: 50px;
	width: 87px;
}