/*
COLORS
Define main colors used in a site here for easy reference

Blue = 0066cc
Lt Blue = CFF7FF
Dk Blue = 00849F

*/


html {
	height: 100%;
}

body {
	margin: 0;
	height: 100%;
	font: 62.5%/1.5em arial, helvetica, sans-serif;
	text-align: center;
	color: #333;
	background: #d0d0d0 url(../images/design/bg_fade.jpg) 0 0 repeat-x;
}

/* ----------------
	DEFAULTS AND RESETS
    ------------- */

/* PC FF3 adds an outline to Flash objects? */
a, object {
	outline: none;
}

a img { border: none; }

h1, h2, h3, h4, h5, h6 {
    color: #000;
	margin: 0;
}  

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, 
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited  {
    color: #000;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #000;
} 

h1 { font-size: 1.6em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; } 

dt {
	font-weight: bold;
	margin-bottom: 0;
}
dd {
	margin: 0 1.5em;
}
	dd p:first-child {
		margin-top: .5em;
	}
 
a,
a:link,
a:visited {
    color: #000;
}
a:hover,
a:active {
    color: #000;
}

strong, b { font-weight: bold; }
em, i { font-style: italic; }

p {
	line-height: 1.5em;
}

/* For HR's with background images */	
div.hr {
  	height: 3px;
  	margin: 10px 0;
  	background: #fff url() 0 0 repeat-x;
}
	div.hr hr {
	  	display: none;
	}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: disc;
    color: #666;
}

ol {
    list-style: decimal;
    padding: 0;
}
	ol ul,
	ol ol {
		margin: 0;
		padding: 0;
	}

/* orderedList class can be assigned manually, or with jQuery method. Intended to style bullets differently than text.  */
ol.orderedList li span {
    color: #666;
}
ol.orderedList {
	color: #000;
}
	li {
	    margin: 0;
	    padding: 0;
	} 

blockquote, q {
    margin: 1em 2em;
    padding: 1em;
    border-left: 1px solid #dcd6c6;
    font-style: italic; 
    font-size: 1.2em;   
    color: #666; 
}   

small,
.small { 
    font-size: .8em;
}

/* table { border: 0; border-collapse: collapse; } */

address { font-style: normal; }
form { margin: 0; }


/* ----------------
	PAGE STRUCTURE
	Elements that make up the skeleton of the layout and holds things together
    ------------- */
#page {
	position: relative;
	min-height: 100%;
	text-align: left;
	padding: 0;
	font-size: 1.2em; /* this, along with body font size of 62.5% renders type approximately 12px in size across all browsers */
}

#wrapper {
	position: relative;
	min-height: 100%;
	margin: 0 auto;	
	padding-bottom: 10px;
	width: 930px;
	overflow: hidden;
}

#content {position: relative; z-index: 0; }

#header {
	height: 105px;
	position: relative;
	background: url(../images/design/bg_header_stripe.gif) 0 100% repeat-x;
	z-index: 99;
}

#columnMain {
	margin-top: 5px;
	padding: 20px;
	background-color: #fff;
}

body.home #columnMain {
	padding: 0px;
}

#footer {
	margin: 0;
	padding: 5px;
	background-color: #fff;
}
	#footerInner {
		background-color: #e0e0e0;
	}	
	
#subNav {
	margin: 10px 0;
	line-height: 25px;
	height: 25px;
	text-align: center;
	background: url(../images/design/bg_subnav.gif) 0 0 repeat-x;
}
	#subNavInner {
		height: 25px;
		background: url(../images/design/bg_subnav_line.gif) 50% 50% no-repeat;
	}
	
	#subNav p {
		line-height: 2em;
	}

/* ----------------
	PAGE STRUCTURE ELEMENTS
	Elements  such as logos, search bars, and any other design element repeated throughout the site, but doesn't effect the structural layout
    ------------- */
#logo {
	width: 280px;
	height: 58px;
	display: block;
	background: url(../images/design/gt_logo.gif) 0 0 no-repeat;
	position: absolute;
	top: 6px;
	left: 0;
	margin: 0;
	padding: 0;
	font-size: 1em;
}
	#logo a {
		width: 280px;
		height: 58px;
		display: block;
		text-indent: -9999px;
	}
	
#tagLine {
	position: absolute;
	bottom: 3px;
	left: 10px;
	width: 261px;
	height: 14px;
	text-indent: -9999px;
	background: url(../images/design/tagline.gif) 0 0 no-repeat;
}

#message {
	position: absolute;
	bottom: 3px;
	right: 0;
	font-weight: bold;
}
	#message .phone {
		color: #b3040d;
		display: inline-block;
		margin-left: 20px;
	}

	
#tools {
	position: absolute;
	top: 5px;
	right: 0;
	text-align: right;
	font-weight: .8em;
}
	
	
#search {
	position: absolute;
	bottom: 22px;
	right: 0;
	text-align: right;
	background-color: #f2f2f2;
	width: 200px;
	z-index: 1;
}
	#search .inputSearch {
		height: 16px;
		padding: 0;
		border: 1px solid #a7a6aa;
	}
	
	#search .btnSearch {
		text-indent: -9999px;
		border: 0;
		width: 32px;
		height: 18px;
		cursor: pointer;
		background: url(../images/design/btn_go.gif) no-repeat;
	}


#cartpopwrapper {
	position: relative;
	z-index: 900;
	top: 0;
	left: 222px;
	height: auto;
}

#cartpop {
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	z-index: 899;
}

.innerbg {
	background: #FFF;
}

.outerpop {
	padding: 4px;
	background: #7B7B7B
}

/*  Caused error in ie7 - Removed by WCD - 20081128 - SUP34020
.ProductAttr {
	position: relative;
	z-index: 1;
}*/

.footerLinks {
	float: right;
	padding: 15px;
}
.footerBrand {
	float: left;
	padding: 0 5px;
	border-right: 5px solid #fff;
}

.productRow {
	display: block;
	border: 5px solid red;
}

.homePageFeature {
	
	background: #d0d0d0 url(../images/design/bg_fade.jpg) 0 -115px repeat-x;
}

/* margin: -20px; */
.featureImage {
	float: left;
	width: 767px;
}

#flash {
	position: relative;
	z-index: 1;
	width: 767px;
	margin-right: 0;
}
	
.featurePromo {
	float: right;
	margin: 0 0 7px 0;
	width: 154px;
}

#featuredProducts {
	background: #fff;
	
}

/* margin: 30px -20px -10px -20px; */
	.product {
		float: left;
		width: 289px;
		padding: 8px;
		padding-bottom: 0;
		border-left: 1px solid #c3c3c3;
	}
		.product:first-child {
			border-left: 0;
		}
		.product img {
			float: left;
			
		}
		/* margin: -10px 10px -10px -10px; */
			.product a img {
				float: none;
				margin: 5px 0;
			}
		.product h2 {
			font-size: 1.2em;
			color: #739117;
		}
		.product span {
			display: block;
			color: #7e7e7e;
			font-size: 1.3em;
			margin: 5px 0;
		}
		.product div {
			float: right;
			width: 190px;
		}
		
.productImage {
	text-align: center !important;
	border: 1px solid #efefef;
	padding: 20px;
}
.productDetails {
	margin-left: 40px;
}

/* Department Level Specific Styles */

.listingProductDetails {
	height: 6em;
	position: relative;
	margin: 0 2.5em .5em 2.5em;
}
.listingProductTitlePrice {

}
.listingProductImage {
	height: 12em;
	margin: 1em 0;
}

.addThis {
	margin-bottom: 10px;
}

table.items td{
	border: 1px solid #efefef;
	margin-bottom: 20px;
	vertical-align: top;
	padding: 0;
}
	table.items td a  {
		font-size: 1.2em;
		line-height: 1.4em;
		text-decoration: underline;
	}
	table.items table td {
		border: 0; margin: 0;
		padding: 0;
	}

body.home table.items {display: none;}



/* Receipt Page Styls */
#receipt {
	width: 640px;
	margin: 0 auto;
}

	#receipt p {
		margin: 0;
	}

	#receipt p span {
		font-weight: bold;
	}

.SubHeadText {
	text-align: left;
	font-weight: bold;
	border-bottom:#000000 1px solid;
}

.cart_list_item {
	text-align: left;
}

#receiptHeader {
	position: relative;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #333;
}

	#receiptHeader address {
		position: absolute;
		right: 0;
		top: 15px;
		font-weight: bold;
	}

.receiptSection {
	clear: left;
	border-bottom: 1px solid #333;
	overflow: auto;
	padding: 1.5em 0;
}

#orderInfo {
	width: 100%;
}

#customerInfo {
	width: 50%;
	float: left;
}

#shippingInformation {
	width: 50%;
	float: left;
}

#billingInformation {
	width: 50%;
	float: left;
}

#itemList {
	padding-right: 6em;
}

#officeUse {
	float: left;
	width: 200px;
	border: 1px solid #333;
	padding: 0.5em 1.5em 1.5em 1.5em;
	margin-right: 20px;
}

#termsConditions {
	float: left;
	width: 350px;
	padding: 0;
}
	#officeUse p,
	#termsConditions p {
		margin-bottom: 1em;
	}

#bottomLinks {
	text-align: center;
}
	#bottomLinks a {
		margin-right: 10px;
	}
/* ----------------
	NAVIGATION
    ------------- */

#navMain .rMenu ul{
   padding:0px;
   margin:0px;
   position:relative;
   top:25px;
  *top:24px;
   left:168px;
}

#navMain .rMenu .title{
   font-weight:bold;
   color:#000000;
}

#navMain .lMenu{
}

#navMain .lMenu .title{
   font-weight:bold;
   color:#000000;
}


#navMain {
	position: relative;
}
	#navMain ul {
		list-style: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 25px;
		left: 300px;
		z-index: 2;
	}
	#navMain li {
		position: relative;
		float: left;
	}
		#navMain li:hover ul,
		#navMain li.hover ul{
			display: block;
			position: absolute;
			z-index: 10;
		}
	#navMain a {
		display: inline-block;
		color: #7b7b7b;
		padding: .5em .4em;
		font-family: arial, "Helvetica Neue", helvetica, sans-serif;
		text-decoration: none;
		font-weight: bold;
		font-size: 1.1em;
		letter-spacing: -0.05em;
	}	
		#navMain a:hover {
			color: #c4040e;
		}	
		
	#navMain ul ul {
		display: none;
		position: absolute;
		left: 0;
		width: 14em;
		background-color: #fff;
		border: 1px solid #9F9F9F;
		z-index: 2;
	}
		#navMain ul ul li {
			float: none;
			border-top: 1px solid #F4F4F4;
		}
			#navMain ul ul li:first-child {
				border: 0;
			}
			#navMain ul ul li a {
				font-size: 1em;
				letter-spacing: 0em;
				display: block;
				padding: .3em .5em;
			}

#brandMenu {
	position: absolute;
	top: 33px;
	right: 0;
	font-size: 10px;
}

#subNav {
	color: #dddbdb;
}			
#subNav a {
	color: #838383;
}	
	#subNav b {
		display: inline-block;
		padding: 0 10px;
	}
	#subNav b.phone {
		color: #333333;
	}
	#subNav b.shipping,
	#subNav b.shipping a {
		color: #802f0e;
	}
	#subNav p {
		display: inline;
		height: 25px;
		padding: 0 10px;
		background: url(../images/design/bg_subnav.gif) 0 50% repeat-x;
	}
/* ----------------
	TYPEOGRAPHY
    ------------- */

.ListPricewoSale { font-weight: bold; }
a.deptlinkP,
a.deptlinkP:visited { text-decoration: none; color: #749232; }
.BasketErrors {color: #FF0000; font-weight: bold;}

/* ----------------
	FORM ELEMENTS
	Label widths are set via jQuery autoWidth, unless you want to set them manually.
    ------------- */
fieldset {
	border: 1px solid #e4e4e4;
	margin: 2em 0 0 0;
	padding: 0;
}
	fieldset ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
		fieldset li {
			clear: both;
			padding: .5em;
		}
			fieldset li.required {
				background-color: #FFFFCF;
			}			

.required{
	font-weight:bold;
}	
		
fieldset legend {
	font-weight: bold;
	margin: 0;
}
	
fieldset label,
fieldset input[type="text"]{
    float: left;
    display: block;
}
fieldset label {
	text-align: right;
    margin-right: 5px;
    padding: 4px 0;
}
fieldset .inputText,
fieldset .inputTextarea,
fieldset .inputTextareaSmall {
    width: 170px;
    overflow: auto;
    padding: 4px;
}
fieldset .inputTextarea {
	height: 8em;
	width: 300px;
}
fieldset .inputTextareaSmall {
	height: 4em;
}
fieldset p.submit {
	text-align: center;
}
fieldset .errorText {
	background-color: #FEFF9F; 
}

form input.protect {
	display: none;
}

div.errors {
	background: #FEFF9F url(../../../assets/images/bg_error.gif) 0 0 repeat-x;
	border: 1px solid #E0D75F;
	margin: 1em 0;
	width: 100%;
}
	div.errorsInner {
		padding-left: 80px;
		background: url(../../../assets/images/big_error.gif) 15px 1em no-repeat;
	}
	
label span {
	color: #DF4545;
}

	
		

/* ----------------
	MISC
    ------------- */
.floatLeft {float: left;}
.floatRight {float: right;}
.alignLeft {text-align: left;}
.alighRight {text-align: right;}
.alignCenter {text-align: center;}
.clear {clear: both;}


/* ----------------
	CLEAR FLOATS WITHOUT EXTRA HTML MARKUP
	add this class to the element that needs to be cleared, or add the element's class or id to the declaration below
    ------------- */ 
.clearFix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

/* MyBuys Basket Page Styles */
.clear{
   display:block;
   float:none;
}
.mbWrap {
       position:relative;
       top:-30px;
	width:400px;
       float:left;
}

#sBox {
	display:none;
		
}
.mbWrap2 {
	display:block;
}

.sResult{
	float:left;
	padding-right:200px;
       padding-top:20px;
}

.mbResult{
	float:left;
}
