@import url("/style/frontend.css");
@import url("/style/nav.css");
@import url("/style/mojoToolsAdminBar.css");

/*
-----------HTML Elements---------
*/
body {
	background: #D5D5D5 url('/images/ui/body-bkgd.gif') top center repeat-x;
	margin: 0;
	padding: 0;
}
body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 1.3em;
}
p, ul {
	margin: 0 0 11px 0;
}
ul {
	padding: 0 0 0 20px;
}
a {
	color: #CE9A00;
}
a:hover {
	color: #F0B500;
	text-decoration: none;
}
h1, h2, h3, h4, h5 {
	margin: 0 0 1em 0;
	color:#FF9900;
	font-family: "Trebuchet MS", Verdana, Arial, Times, serif;
	font-size: 20px;
}
h1.hasH2 {
	margin-bottom: 5px;
}
h2 {
	color: #333;
	font-size: 15px;
}
h3 {
	color: #333;
	font-size: 15px;
}
h3 big {
	font-weight: bold;
}
h4 {
	color: #666;
	font-size: 11px;
}
h5 {
	color: #000;
	font-size: 12px;
	margin: 0 0 0.5em 0;
}
hr {
	margin: 10px auto;
	*margin: -6px auto 0 auto;
	padding: 0;
	border: 1px dotted #c2c2c2;
	border-style: none none dashed;
	color: #fff;
	background-color: #fff;
}
/*
-----------Site-wide Tags-----------
*/
.top, .right, .bottom, .left {
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 2;
}
.top {
	top: 0;
}
.right {
	right: 0;
}
.bottom {
	bottom: 0;
}
.left {
	left: 0;
}
.btnMoreInfo {
	display: inline-block;
}

/*
-----------Mojo Btn-----------
*/
.mojoBtn {
	display: inline-block;
	*display: inline;
	padding-left: 6px;
	background: url('/images/ui/btn/mojobtn-left.gif') top left no-repeat;
	font-family: "Trebuchet MS", Verdana, Arial, Times, serif;
	color: #936F00;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	zoom: 1;
}
.mojoBtn:hover {
	color: #936F00;
	text-decoration: underline;
}
.mojoBtn span {
	display: block;
	padding-right: 6px;
	background: url('/images/ui/btn/mojobtn-right.gif') top right no-repeat;
}
.mojoBtn span span {
	display: block;
	padding: 0 5px;
	background: url('/images/ui/btn/mojobtn-bkgd.gif') top center repeat-x;
}
/*
-----------Page Layout-----------
*/
#pageWrap {
	background: transparent;
	padding: 27px 0px;
	width: 1004px;
	margin: 0 auto;
}
#pageContent {
	padding: 0 0 5px 0;
	zoom: 1;
}
#secContent, #mainContent, #tertiaryContent {
	float: left;
}
#mainContent {
	width: 100%;
	clear: both;
}
#secContent {
	width: 200px;
	margin: 0 20px 10px 0;
}
#tertiaryContent {
	width: 200px;
	margin: 0 0 10px 20px;
}

/*
-----------Header Ads-----------
*/
#headerAd {
	height: 111px;
	margin: 0 auto;
	text-align: center;
}
#headerAd span {
	display: inline-block;
	background: url('/images/ui/ads-left.gif') center left no-repeat;
	padding: 0 0 0 41px;
}
#headerAd span span {
	background: url('/images/ui/ads-right.gif') center right no-repeat;
	padding: 0 41px 0 0;
}

/*
-----------Header-----------
*/
#header {
	position: relative;
	height: 81px;
}
#header .logo {
	position: absolute;
	top: 0;
	left: 40px;
}
#header .tagline {
	position: absolute;
	top: 51px;
	left: 282px;
}
#header .phone {
	position: absolute;
	bottom: 10px;
	right: 13px;
}
/*
----------Nav Design-----------
*/
#navWrap {
	position: relative;
	height: 45px;
	margin: 0 6px 11px 5px;
	background: #a0a0a0 url('/images/ui/nav-bkgd.gif') top left repeat-x;
	z-index: 999;
}
#navWrap .siderLeft, #navWrap .siderRight {
	position: absolute;
	top: 0;
	width: 6px;
	height: 45px;
}
#navWrap .siderLeft {
	left: 0;
	margin-left: -5px;
	background: url('/images/ui/nav-left.gif') top left no-repeat;
}
#navWrap .siderRight {
	right: 0;
	margin-right: -6px;
	background: url('/images/ui/nav-right.gif') top right no-repeat;
}
.nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav li a {
	text-decoration: none;
	color: #fff;
	font-family: "Trebuchet MS", Verdana, Arial, Times, serif;
	font-weight: bold;
}
.nav li a span {
	display: block;
	background: url('/images/ui/nav-divider-left.gif') top left no-repeat;
}
.nav li a span span {
	padding: 16px 20px 15px 20px;
	background: url('/images/ui/nav-divider-right.gif') top right no-repeat;
}
.nav li.troy a {
	background: url('/images/ui/nav-bkgd-troy.gif') top left repeat-x;
}
.nav li.troy a span {
	background: url('/images/ui/nav-divider-left-troy.gif') top left no-repeat;
}
.nav li.troy a span span {
	background: url('/images/ui/nav-divider-right-troy.gif') top right no-repeat;
}
.nav li a:hover {
	background: url('/images/ui/nav-bkgd-hover.gif') top left repeat-x;
}
.nav li a:hover span {
	background: url('/images/ui/nav-divider-left-hover.gif') top left no-repeat;
}
.nav li a:hover span span {
	background: url('/images/ui/nav-divider-right-hover.gif') top right no-repeat;
}
.nav li li {
	background: none;
}
.nav li ul {
	width: 200px;
	background: url('/images/ui/nav-sub-bkgd.png') top left;
	border-bottom: 1px solid #bc943c;
}
.nav li li a {
	width: 178px;
	padding: 10px;
	color: #000;
	border: solid #bc943c;
	border-width: 1px 1px 0 1px;
}
.nav li li a:hover {
	color: #fff;
	background: #383838;
	border: solid #383838;
	border-width: 1px 1px 0 1px;
}
.nav li ul ul {
	margin-top: -25px;
	margin-left: 200px;
}
li ul.sf-js-enabled {
	left: auto !important;
}

/*
-----------Search in Nav-----------
*/
#navWrap #search {
	position: absolute;
	top: 11px;
	right: 6px;
	width: 201px;
}
#navWrap #search div {
	width: 134px;
	height: 23px;
	background: url('/images/ui/search-bkgd.gif') top left no-repeat;
	float: left;
}
#navWrap #search input {
	width: 127px;
	_width: 126px;
	margin: 4px 4px;
	border: 0 none;
	padding: 0;
	outline: none;
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#navWrap #search img {
	float: right;
}
#navWrap #search .btnSearch {
	width: 58px;
	margin-top: 0;
	margin-left: 5px;
	float: right;
}
.pnlSearch {
	float: right;
}
.pnlSearch .txtQuery {
	position: relative;
	top: 1px;
	*top: 5px;
	width: 200px;
	height: 19px;
	margin-right: -4px;
	border: 1px solid #FFC518;
	padding: 3px 6px 2px 3px;
	color: #936F00;
	font-family: "Trebuchet MS", Verdana, Arial, Times, serif;
	font-weight: bold;
	letter-spacing: 1px;
}
.pnlSearch .btnSearch {
	position: relative;
	display: inline;
}

/*
----------- .incSidebar -----------
*/
.incSidebar #contentContainer {
	float: left;
	width: 810px;
}
.incSidebar #sidebar {
	float: right;
	width: 182px;
}

/*
----------- .sidebarAd -----------
*/
.sidebarAd img {
	margin-top: 9px;
}

/*
-----------Bread Crumb-----------
*/
#breadCrumb {
	margin: 0 0 18px 0;
	border-bottom: 1px dashed #c2c2c2;
	padding: 0;
	list-style: none;
}
#breadCrumb, #breadCrumb a {
	font-size: 16px;
	font-family: "Trebuchet MS", Verdana, Arial, Times, serif;
	font-weight: bold;
}
#breadCrumb li {
	display: inline;
	line-height: 35px;
}
#breadCrumb li big a {
	color: #737373;
	font-size: 29px;
	font-family: "Trebuchet MS", Verdana, Arial, Times, serif;
	background: none;
	font-weight: bold;
}
#breadCrumb li a {
	color: #000;
	padding-right: 15px;
	background: url('/images/ui/breadcrumb-arrow-white.gif') 100% 55% no-repeat;
}
#breadCrumb li a.lastItem {
	padding-right: 0;
	background: none;
}
#carouselDiv h2 {
	font-size: 13px;
}
.carousel #breadCrumb {
	margin: 0;
	border: none 0;
	padding: 0 0 2px 20px;
	background: #000;
}
.carousel #breadCrumb, .carousel #breadCrumb a {
	color: #ffc413;
}
.carousel #breadCrumb li big a {
	/*color: #fff;*/
	font-family: "Helvetica Neue", "Trebuchet MS", Verdana, Arial, Times, serif;
	background: none;
	letter-spacing: 1px;
}
.carousel #breadCrumb li a {
	background-image: url('/images/ui/breadcrumb-arrow-black.gif');
}
#breadCrumbDiv #breadCrumb {
	padding-bottom: 5px;
}
.sectionPage #content, .innerPage #content {
	padding-top: 5px !important;
}

/*
-----------General Column Formatting-----------
*/
.twoCol .col, #featuredPOTM .twoCol .col {
	width: 50%;
	margin: 0;
	padding: 0;
}
.threeCol .col {
	width: 33.33%;
	margin: 0;
	padding: 0;
}
.listing {
	margin: 0 12px 12px 0;
	zoom: 1;
}
#content .threeCol {
	zoom: 1;
}
.col {
	_overflow: hidden;
}
ul.threeCol li {
	width: 31%;
	margin: 0 0 0 2.3%;
	float: left;
}
ul.threeCol li li {
	width: auto;
	float: none;
}

/*
---------- .innerPage ----------
*/
.innerPage #content {
	position: relative;
	margin: 5px 0;
	border: solid #aeaeae;
	border-width: 0 1px;
	padding: 20px 20px;
	background: #fff;
	zoom: 1;
}
.innerPage #content .twoCol .productImages {
	width: 320px;
}
.innerPage #content .twoCol .productImages img {
	margin-bottom: 10px;
}
.innerPage #content .twoCol .productContent {
	width: 448px;
}
.innerPage #content .contentTop, .innerPage #content .contentBottom {
	left: -1px;
}
.innerPage #content .contentTop img, .innerPage #content .contentBottom img {
	filter: alpha(opacity=1);
}
.innerPage #content .contentTop {
	top: -5px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/ui/content-top.png');
}
.innerPage #content .contentBottom {
	bottom: -5px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/ui/content-bottom.png');
	zoom: 1;
}

/*
--------- Section Pages -------------
*/
.colProductImage, .colProductDesc {
	float: left;
}
.colProductImage {
	width: 153px;
}
.colProductDesc {
	width: 613px;
}
.sectionPage #content .forBorder {
	position: relative;
	margin: 5px 0;
	border: solid #aeaeae;
	border-width: 0 1px;
	padding: 15px 20px;
	background: #fff;
	zoom: 1;
}
.sectionPage #content .forBorder .left {
	left: -1px;
}
.sectionPage #content .forBorder .top img, .sectionPage #content .forBorder .bottom img {
	filter: alpha(opacity=1);
}
.sectionPage #content .forBorder .top {
	top: -5px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/ui/content-top.png');
}
.sectionPage #content .forBorder .bottom {
	bottom: -5px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/ui/content-bottom.png');
}

/*
----------Footer----------
*/
#footer {
	margin: 15px 0 0 0;
	font-family: "Trebuchet MS", Verdana, Arial, Times, serif;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer .content {
	margin-top: 17px;
	text-align: center;
}
#footer .content ul {
	display: inline-block;
	text-align: left;
	*display: inline; /* only for ie6 and ie7 */
	zoom: 1;
}
#footerNavWrap {
	position: relative;
	font-size: 10px;
	padding: 5px 0;
	zoom: 1;
}
#footerNavWrap ul {
	background: #ffc413;
	height: 16px;
	text-align: center;
}
#footerNavWrap li {
	display: inline;
	line-height: 16px;
}
#footerNavWrap li a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#footerNavWrap .top img, #footerNavWrap .bottom img {
	filter: alpha(opacity=1);
}
#footerNavWrap .top {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/ui/footer-bar-top.png');
}
#footerNavWrap .bottom {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/ui/footer-bar-bottom.png');
}

/*
----------Footer----------
*/
#footerLinks {
	position: relative;
	margin: 1.75em 0 0 0;
	padding: 5px 0;
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: bold;
	zoom: 1;
}
#footerLinks a {
	font-weight: normal;
	color: #777;
	text-decoration: none;
}
#footerLinks a:hover {
	text-decoration: underline;
}
#footerLinks .header {
	position: relative;
	margin: 0;
	border: solid #aeaeae;
	border-width: 0 1px 1px 1px;
	background: #dfdfdf;
	z-index: 2;
}
#footerLinks .header span {
	display: inline-block;
	*display: inline;
	margin: -4px 0 0 0;
	padding: .75em 1.5em .75em 1em;
	background: url('/images/ui/footer-header-arrow.gif') 100% 50% no-repeat;
	zoom: 1;
}
#footerLinks ul, #footerLinks .viewAll {
	border: solid #aeaeae;
	border-width: 0 1px;
	background: #dfdfdf;
	list-style: none;
	margin: 0;
	padding: 1em 1em .5em 1em;
	zoom: 1;
}
#footerLinks ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none 0;
}
#footerLinks .TradeList li {
	width: 159px;
	padding: 0 2px;
	float: left;
}
#footerLinks .TradeList .SectionList {
	margin: .75em 0 0 0;
}
#footerLinks .TradeList .SectionList li {
	float: none;
	width: auto;
	margin: 0 0 .25em 0;
	border: none 0;
}
#footerLinks .top img, #footerLinks .bottom img {
	filter: alpha(opacity=1);
}
#footerLinks .top {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/ui/footer-links-top.png');
	z-index: 1;
}
#footerLinks .bottom {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/ui/footer-links-bottom.png');
	z-index: 1;
}

/*
---------- LinkBar ----------
*/
.linksBar {
	display: inline-block;
	*display: inline;
	zoom:1;
	margin: 15px 0 0 0;
	background: url('/images/ui/product-links-bkgd.gif') top left repeat-x;
}

.RequestInfo {
	margin: 0;
}

.linksBar div {
	background: url('/images/ui/product-links-left.gif') top left no-repeat;
}
.linksBar div div {
	color: #FFD977;
	padding: 5px 21px 9px 20px;
	background: url('/images/ui/product-links-right.gif') top right no-repeat;
}
.linksBar a {
	color: #FFD977;
	font-family: "Trebuchet MS", Verdana, Arial, Times, serif;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
}
.linksBar a:hover {
	text-decoration: underline;
}

/*
----------freeSubscription----------
*/
#content #freeSubscription {
	position: relative;
	padding: 6px 0;
	zoom: 1;
}
#content #freeSubscription .listing {
	/* Start min-height */
	min-height: 216px;
  height: auto !important;
  height: 216px;
	/* End min-height */
	border: solid #e7e7e7;
	border-width: 0 1px;
	padding: 8px;
	margin-bottom: 0px;
	background: #ffeaad;
}
#content #freeSubscription .header {
	display: block;
	margin: 0	auto 10px auto;
}
#content #freeSubscription .listing td {
	padding: 4px 0px;
}
#content #freeSubscription .listing th {
	padding: 4px 5px 4px 0;
	*padding: 4px 5px 0 0;
}
.lblName, .txtName, .lblEmail, .txtEmail {
	margin-bottom: 2px;
}
#content #freeSubscription .top img, #content #freeSubscription .bottom img {
	filter: alpha(opacity=1);
}
#content #freeSubscription .top {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/ui/free-subscription-top.png');
}
#content #freeSubscription .bottom {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/ui/free-subscription-bottom.png');
}
#content #freeSubscription p {
	margin: 5px 0 0 0;
}

/*
----------Featured Products Of The Month----------
*/
#content #featuredPOTM {
	position: relative;
	padding: 34px 0 5px 0;
	zoom: 1;
}
#content #featuredPOTM .listing {
	position: relative;
	height: 205px;
	margin-bottom: 0;
	border: solid #e7e7e7;
	border-width: 0 1px;
/*	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	background: #fff;
}
#content #featuredPOTM .header {
	background: url('/images/ui/featured-potm-bkgd.gif') top center repeat-x;
	text-align: center;
/*	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;*/
}
#content #featuredPOTM h1 {
	margin: 0;
	color: #000;
	font-family: "Trebuchet MS", Verdana, Arial, Times, serif;
	font-size: 17px;
	font-weight: normal;
	text-align: center;
	line-height: 36px;
}
#content #featuredPOTM .listing .twoCol {
	padding: 7px 10px 0 10px;
}
#content #featuredPOTM .listing .twoCol .second {
	text-align: center;
}
#content #featuredPOTM .btnMoreInfo {
	position: absolute;
	bottom: 8px;
	left: 10px;
}
#content #featuredPOTM .viewAll {
	position: absolute;
	top: 8px;
	right: 20px;
	color: #000;
	font-weight: bold;
	z-index: 999;
}
#content #featuredPOTM .top img, #content #featuredPOTM .bottom img {
	filter: alpha(opacity=1);
}
#content #featuredPOTM .top {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/ui/featured-potm-top.png');
}
#content #featuredPOTM .bottom {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/ui/featured-potm-bottom.png');
}

/*
----------Featured Products Videos----------
*/
#content #featuredVideos {
	position: relative;
	padding: 34px 0 5px 0;
}
#content #featuredVideos .listing {
	position: relative;
	margin: 0;
	border: solid #e7e7e7;
	border-width: 0 1px;
	background: #fff;
	height: 205px;
	overflow-x: hidden;
	overflow-y: scroll;
}
#content #featuredVideos .header {
	height: 23px;
	padding: 10px 0 0 13px;
	background: #000;
}
#content #featuredVideos .videoItem {
	position: relative;
	/* Start min-height */
	min-height: 10px;
  height: auto !important;
  height: 10px;
	/* End min-height */
	padding: 5px 40px 8px 10px;
	background: url('/images/ui/featured-product-video-item-bkgd.gif') bottom center repeat-x;
}
#content #featuredVideos .videoItem, #content #featuredVideos .videoItem a {
	color: #333;
}
#content #featuredVideos .videoItem .title {
	*padding-top: 8px;
	display: block;
}
#content #featuredVideos .videoItem img {
	margin-right: 10px;
	float: left;
}
#content #featuredVideos .videoItem .btnPlay {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 0;
}
#content #featuredVideos .viewAll {
	display: block;
	margin: 2px 0;
	text-align: right;
}
#content #featuredVideos .top img, #content #featuredVideos .bottom img {
	filter: alpha(opacity=1);
}
#content #featuredVideos .top {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/ui/featured-product-video-top.png');
}
#content #featuredVideos .bottom {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/ui/featured-product-video-bottom.png');
}

/*
----------Products Additional Info----------
*/
#content #productsAdditional {
	position: relative;
	padding: 5px 0;
	zoom: 1;
}
#content #productsAdditional .listing {
	position: relative;
	overflow: hidden;
	width: 236px;
	/* Start min-height */
	min-height: 232px;
  height: auto !important;
  height: 232px;
	/* End min-height */
	border: solid #e7e7e7;
	border-width: 0 1px;
	padding: 0 10px 2px 10px;
	background: #fff 90% 100% no-repeat;
	margin-bottom:0;
}
#content #productsAdditional .header {
	display: block;
	margin-bottom: 7px;
	border-bottom: 1px dashed #c2c2c2;
	line-height: normal;
	font-size: 19px;
	font-family: "Helvetica Neue", "Trebuchet MS", Verdana, Arial, Times, serif;
}
#content #productsAdditional ul {
	color: #CE9A00;
}
#content #productsAdditional li {
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
#content #productsAdditional .listing .btnSubmit {
	position: absolute;
	right: 10px;
	bottom: 5px;
}

#content #productsAdditional .top img, #content #productsAdditional .bottom img {
	filter: alpha(opacity=1);
}
#content #productsAdditional .top {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/ui/prod-info-top.png');
}
#content #productsAdditional .bottom {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/ui/prod-info-bottom.png');
}

/*
---------- Products Page ----------
*/
.tags * {
	color: #7f7f7f;
}
.tags strong {
	font-style: italic;
}
.relatedProducts {
	position: relative;
	margin-top: 30px;
	padding: 15px 15px 0 15px;
	background: #ededed url('/images/ui/related-products-bkgd.gif') bottom center repeat-x;
	zoom:1;
}
.relatedProducts .twoCol .first {
	width: 120px;
}
.relatedProducts .twoCol .second {
	width: 598px;
}
.relatedProducts .twoCol .clr {
	height: 25px;
}
.innerPage #content .relatedProducts .top {
	top: 0px;
}
.innerPage #content .relatedProducts .right {
	right: 0px;
}
.innerPage #content .relatedProducts .left {
	left: 0px;
}
.customLinks ul {
	list-style: none;
	padding: 0;
}
.customLinks li {
	padding: 3px;
	margin: 0;
}

/*
---------- Magazine Ad Page ----------
*/
.magazineAdContent {
	text-align: center;
}

/*
---------- Video Page ----------
*/
#videoPlayer {
	padding: 10px 0 0 0;
	text-align: center;
}
#videoPlayer p {
	margin: 0 auto;
	text-align: left;
	width: 60%;
}
#videoInfo {
	width: 80%;
	margin: 25px auto 0 auto;
}

/*
--------- Banner Ads -------------
*/
#videoContent, .adLarge, .adSmall {
	position: relative;
	margin: 0 auto;
}
#videoContent a, .adLarge a, .adSmall a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ffffff;
	-moz-opacity:0.01;
	filter:alpha(opacity=1);
}
#videoContent, #videoContent a {
	width: 728px;	
}
#adLarge, .adLarge a {
	width: 180px;
	height: 150px;
}
.adSmall, .adSmall a {
	width: 120px;
	height: 90px;
}
#mainImg {
	background: #000;
	position: relative;
	height: 261px;
}
#mainImg .slide {
	position:absolute;
}
#slideLinks {
	position: absolute;
	top: 0;
	right: 0;
	width: 214px;
	height: 261px;
	color: #fff;
}
#slideLinks li a {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 7px 0;
	text-decoration: none;
	zoom: 1;
}
#slideLinks li a:hover {
	text-decoration: underline;
	color: #ffcc33;
}
#slideLinks ul {
	list-style: none;
	margin: 0 10px 0 10px;
	padding: 0;
}

/*
--------- Related Products Section -------------
*/
.relatedProducts .colProductImage {
	width: 112px;
}
.relatedProducts .colProductDesc {
	width: 626px;
}