body {
	background: url(../images/rxsport/bottom-bg.jpg) bottom left repeat-x;	
	color: #555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}

body.nobg {
	background: #fff;
}

a {
	color: #555;
	text-decoration: underline;
}
a:hover {
	color: #f89823;
}
h1 {
	font-size:1.25em;
	font-weight:normal;
	margin: 0 0 8px 0;
}

h2 {
	font-size:1.25em;
	font-weight:normal;
	margin: 0 0 8px 0;
}
h3 {
	color: #f8951d;
}

/* Page Container */

#Container {
	/* width: 970px; */
	margin: 0 auto;
	/* background: url(../images/rxsport/container-small-bg.jpg) top right no-repeat;*/
}

#Container-bottom {
	background: url(../images/rxsport/top-complete-bg.jpg) top no-repeat;
}

#Container-bottom-collection {
	/* background: url(../images/rxsport/bottom-bg-collection.jpg) bottom repeat-x;	*/
	background: url(../images/rxsport/top-complete-bg.jpg) top no-repeat;
}

/* Outer Content Wrapper (Surrounds header & content) */
#Outer {
	width: 970px;
	margin: 0 auto;
}

/* Header */
#Header {
	width: 970px;
	height: 197px;
	padding: 0;
	margin: 0;
	position:relative;
	z-index:1000;
}

/* Top Navigational Menu */
#TopMenu {
	width:694px;
	height:58px;
	font-size:0.9em;
}

#TopMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#TopMenu li {
	float: left;
	padding: 0;
	margin-top: 15px;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 9px;
}

#TopMenu li.First {
	margin: 15px 9px 0 0;
}

#TopMenu li a {
	color: #555;
	text-decoration: none;
	font-weight: bold;
}

#TopMenu li a:hover {
	text-decoration: underline;
}

#TopMenu img {
	float:left;
	padding: 10px 20px 0 0;
}

/* Pages Menu */
#Menu {
	width: 780px;
	padding: 9px 0 0 0;
	margin: 0;
	height:49px;
	clear: both;
	font-size:11px;
	z-index:2000;
	position:relative;
}

#Menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#Menu li {
	display:inline;
	float: left;
	position:relative;
	padding: 0;
	margin-top: 15px;
	margin-right: 12px;
	margin-bottom: 0;
	margin-left: 9px;
}

#Menu li.First {
	margin: 15px 12px 0 0;
}

#Menu li a {
	display:block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 21px;
	padding-left: 0;
}

#Menu li a:hover {
	text-decoration: underline;
}

#Menu li ul {
	width: 145px;
	position: absolute;
	clear: left;
	top: 34px;
	left: -10px;
	display: none;
	font-size: 1em;
	background: #f5931c;
	z-index: 10;
	padding: 0 0 15px 0;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#Menu li ul li {
	clear: both;
		
}

#Menu li ul li a {
	padding: 0;
	font-size: 1em;
	text-align: left;
	margin: 0;
	width: 120px;
}

#Menu li a:hover{
	text-decoration: underline;
}

#Menu li.over a {
	text-decoration: none;
}

#Menu li ul li a, #Menu li.over li a {
}

#Menu li:hover ul, #Menu li.over ul {
	display: block;
}

#Menu li ul li a:hover {
	text-decoration: underline;
}

/* Holly Hack. IE Requirement */
* html #Menu ul li { float: left; height: 1%; }
* html #Menu ul li a { height: 1%; }
/* End */

/* Logo */

#Logo {
	height:81px;
}

#Logo img {
	margin: 18px 14px 0 14px;
	vertical-align:middle;
}

#Logo img.first {
	margin-left:0;
	margin-top:11px;
	float:left;
}
#Logo img.last {
	margin-right:0;
}

#Logo-link {
	height: 137px;
	width: 203px;
	position: absolute;
	top: 0px;
	right: 0px;
}

/* Top Search Form */
#SearchForm {
	float:right;
	margin: 7px 0 0 0;
	position:relative;
}

#SearchForm form {
	margin:0;
	padding:0;
}

#SearchForm label {
	color: #fff;
}
#SearchForm input#search_query {
	float:left;
	background: #d0d2d3;
	border: 1px solid #fff;
	width: 170px;
	height: 23px;
	font-size:1.25em;
	padding: 3px 0 0 3px;
	margin-right:5px;
}
#SearchForm .Button {
	width: 93px;
	height: 28px;
	padding: 0;
	margin: 0 0 1px 0;
	border: 0;
	vertical-align: bottom;
}

#SearchForm div {
	font-size: 0.85em;
	margin: 2px 0 0 0;
}

#SearchForm a {
	color: #000;
	text-decoration: none;
}

#SearchForm a:hover {
	text-decoration: underline;
}

#SearchForm p {
	color: #000;
}


.HorizontalFormContainer div.Submit {
	margin-left: 119px;
}

input.button {
	color:#FFFFFF;
	border:solid;
	border-color:#555;
	border-width:1px;
	padding:4px;
	background-image:url(../images/rxsport/buttonbg.gif);
	background-repeat:repeat-x;
	width: 208px;
	margin-bottom:5px;
	}

/* Wrapper */
#Wrapper {
	width: 970px;
	padding: 20px 0 20px 0;
}

/* Left Content Area */
.Left, .Left3Col {
	float: left;
	width: 162px;
	background:#d0d2d3 url(../images/rxsport/left-bg.gif) top repeat-x;
	border:1px solid #555;
	padding-top: 13px;
	padding-bottom: 20px;
	padding-left: 13px;
	padding-right:13px;
	position: relative;
	z-index: 1000;
}

.Left3Col {
	margin-left:-787px;
}


* html .Left, * html .Left3Col
{
	/* IE6 width */
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 13px;
	padding-right:0px;
}

.Left img, .Left3Col img {
	margin-bottom:30px;
}


.Left #SideNewsletterBox img, .Left3Col #SideNewsletterBox img {
	margin-bottom:15px;
}


.Left div.leftitle, .Left3Col div.leftitle {
	font-size:1.25em;
	font-weight:normal;
	padding-bottom:3px;
	border-bottom:1px solid #f8951d;
	margin-bottom:10px;
	color:#000;
}

.Left div.prodnewstitle, .Left3Col div.prodnewstitle {
	font-size:1em;
	font-weight:normal;
	padding-bottom:3px;
	border-bottom:1px dotted #fff;
	margin-bottom:10px;
}

.Left ul, .Left3Col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.Left ul li, .Left3Col ul li {
	padding-top: 0px;
	background-image: url(../images/rxsport/dotted-line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


.Left ul li a, .Left3Col ul li a {
	text-decoration: none;
}

.Left ul li a:hover, .Left3Col ul li a:hover {
	text-decoration: underline;
	height:24px;
}

.Left #SideCategoryList, .Left3Col #SideCategoryList {
	margin-bottom:30px;
	height:270px;
}

.Left #SideCategoryList li ul, .Left3Col #SideCategoryList li ul {
}

.Left #SideCategoryList li.LastChild, .Left3Col #SideCategoryList li.LastChild {
}
.Left #SideCategoryList li, .Left3Col #SideCategoryList li {
}
.Left #SideCategoryList li ul, .Left3Col #SideCategoryList li ul {
}

.Left #SideCategoryList, .Left3Col #SideCategoryList {
	margin-bottom:18px;
}

.Left #SideNewsletterBox, .Left3Col #SideNewsletterBox {
	margin-top:0px;
}

.Left #SideNewsletterBox .BlockContent a, .Left3Col #SideNewsletterBox .BlockContent a {
	margin:0px;
	padding:0px;
}

.Left .BlockContent, .Left3Col .BlockContent {
	margin: 0;
	padding: 0;
}

.Left p, .Left3Col p {
	margin:0 0 7px 0;
	color:#000000;
}

.telephone {
	font-size:16px;
}

.Left #SideNewsletterBox, .Left3Col #SideNewsletterBox {
	margin: 0;
}

.sidebartitle {
	margin-top: 20px;
}

.twitter li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d0d2d3;
	padding-top: 5px;
	padding-bottom: 5px;
}

.twitter a {
	color:#f8951d;
}


.facebookText {
	font-size:0.875em;
}


#SideCategoryList UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none;
	width:175px;
	
}

* html #SideCategoryList UL
{
/* IE6 width */
	width:160px;
}

#SideCategoryList A {
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 5px;
	height: 24px;
	display: block;
	text-decoration:none;
	COLOR: #000;
}
#SideCategoryList A:hover {
	COLOR: #f89823;
	height: 24px;
	display:block;
	text-decoration:underline;
}
#SideCategoryList LI {
	POSITION: relative
}

#SideCategoryList UL li a:hover {
	background-color: #555;
	padding-left:5px;
	color:#f89823;
	height: 24px;
	display:block;
}
#SideCategoryList UL UL {
	LEFT: 100%;
	WIDTH: 100%;
	POSITION: absolute;
	TOP: 0px;
	z-index: 100;
	
}
DIV#SideCategoryList UL UL {
	DISPLAY: none;
	border: 1px solid #555;
	background-color: #555;
	
}

DIV#SideCategoryList UL UL li a:hover{
	padding-left:20px;
	
}

#SideCategoryList UL UL a {
	background-color: #555;
	padding-left:20px;
	color:#FFFFFF;
	
}

DIV#SideCategoryList UL UL LI:hover UL UL {
	DISPLAY: none
}
DIV#SideCategoryList UL LI:hover UL {
	DISPLAY: block;
	width:22em;
	background-color: #555;
	z-index: 100;
}


/* W2M - Sports pop-out menu */

.megamenu {
	position:relative;
}

.megamenu ul {
	list-style-type:none;
	margin:0px;
	padding:0px
}

.megamenu ul li {
	list-style-type:none;
	display:inline;
	margin:0px;
	padding:0px;
	background-image: url(../images/t.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.megamenu ul li a,.megamenu ul li a:visited {
	text-decoration:none;
	color:#fff;
	margin:0px;
	padding:0px;
}

.megamenu ul li a:hover,.megamenu ul li a:visited:hover {
	text-decoration:none;
	color:#fff;
	margin:0px;
	padding:0px;
}

.megamenu ul li.downservices {
	margin:0;
	padding:0;
}

.megamenu ul li.downservices img {
	margin:0 0 20px 0;
	padding:0;
}

.servicesdropped {
	display:none;
	text-align:left;
	position:absolute;
	background:#757575 url('../images/rxsport/browse-bg.png') repeat-x top left;
	width:490px;
	border-top:1px solid #585858;
	border-right:2px solid #585858;
	border-bottom:2px solid #585858;
	top: -10px;
	left: 132px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 10px;
	z-index:200;
}

.servicesdropped-head {
	background:#383838 url('../images/rxsport/browse-bg-head.png') repeat-x top left;
	border-top:2px solid #727272;
	border-right:2px solid #727272;
	border-bottom:2px solid #727272;
	top: 1px;
	left: 69px;
}

.megamenu ul li:hover .servicesdropped  {
	display: block;
	background-color: #555;
}


.servicesdropped ul.left {
	text-align:left;
	float:left;
	width:121px;
	margin:0;
	padding:0;
}

.servicesdropped ul.middle {
	text-align:left;
	float:left;
	border-left:1px solid #707070;
	width:121px;
	margin:0;
	padding:0;
}

.servicesdropped ul.right {
	text-align:left;
	float:left;
	border-left:1px solid #707070;
	width:121px;
	margin:0;
	padding:0;
}

.servicesdropped ul.left li a,.servicesdropped ul.right li a,.servicesdropped ul.middle li a {
	list-style-type:none;
	display:block;
	color:#fff;
	margin:0;
	padding:3px 0 3px 20px;
	height:18px;
}

.servicesdropped ul.left li a:hover,.servicesdropped ul.right li a:hover,.servicesdropped ul.middle li a:hover {
	list-style-type:none;
	color:#f89823;
	display:block;
	margin:0;
	padding:3px 0 3px 20px;
	height:18px;
	text-decoration:underline;
}

.servicesdropped ul.right li.OrangeLink a {
	list-style-type:none;
	color:#f89823;
	display:block;
	margin:0;
	padding:3px 0 3px 20px;
	height:18px;
	text-decoration:underline;
}




#GiftCertificatesMenu A {
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 5px;
	height: 24px;
	display: block;
	text-decoration:none;
	COLOR: #000;
	height: 24px;
	font-size:0.9em;
}

#GiftCertificatesMenu A:hover {
	COLOR: #f89823;
	height: 24px;
	display:block;
	text-decoration:underline;
}




/* Newsletter Subscription Form */
.NewsletterSubscription {
	clear: both;
}

.NewsletterSubscription label {
	clear: both;
	float: left;
	font-size:0.875em;
}

.Left .NewsletterSubscription label, .Left3Col .NewsletterSubscription label {
}

.NewsletterSubscription input {
	width: 154px;
	font-size: 0.9em;
	padding: 3px;
	margin-bottom: 5px;
	border:1px solid #fff;
	background-color:#d0d2d3;
}

.NewsletterSubscription .Button {
	width: 162px;
	height: 28px;
	border: 0;
	vertical-align: middle;
	margin:0;
	padding:0;
}


/* Primary Content Area */
.Content {
	float: left;
	width: 558px;
	min-height: 500px;
	margin: 0 0 0 190px;
	padding: 0 20px 20px 19px;
}

.Content .Block {
	clear: both;
}

.Block {
	margin-top: 0;
	margin-bottom: 10px;
}

.Content h2 {
}

.Content a:hover {
	text-decoration: underline;
}

/* Primary Content Area (column span of 2) */
.Content.Wide {
	width: 759px;
	float:right;
	margin: 0;
	padding: 0 0 0 0;
}

/* Primary Content Area (column span of 3 - spans entire page width) */
.Content.Widest {
	width: 950px;
	margin: 0;
}

.Content .ProductList li:hover, .Content .ProductList li.Over {
	background: #f0f1f1;
}

.Content .ProductList li {
	background: #fff;
	border: 1px solid #dadada;
	position:relative;
}

.Content .ProductList .ProductImage {
}

.Content .ProductList .ProductDetails {
}

.ProductList strong, .ProductList strong a {
	color: #282828;
}

.ProductPrice, .ProductList em {
	color: #f8951d;
}

.Left .ProductPrice, .Left .ProductList em, .Left3Col .ProductPrice, .Left3Col .ProductList em {
	color: #fff;
}

.ProductList .Rating {
	color: #555;
}

/* Product Listings */

.ProductList {
	list-style: none;
	margin: 0;
	padding: 0;
}

.Content .ProductList, .Content .ProductList li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.Content .ProductList li {
	list-style: none;
	float: left;
	width: 171px;
	height:270px;
	margin: 1px 1px 1px 1px;
	padding: 5px;
	background: #f5f6f6 url(../../rxsport/images/rxsport/cat-bg.gif) top left repeat-x;
	border:1px solid #555;
}

.Content .ProductList img {
	border:6px solid #fff;
}

.Content .ProductList .ProductDetails {
	padding: 3px 3px 3px 3px;
	min-height: 0;
}

.ProductList a {
	text-decoration: none;
}

.ProductList a:hover {
	color: #f8951e;
	text-decoration: underline;
}

.ProductList .ProductDetails {
	margin: 5px 5px 5px 0;
}

.ProductList em {
	margin-top: 3px;
	display: block;
}

.ProductPrice, .ProductList em {
	font-style: normal;
	font-weight: bold;
}

.ProductList .Rating {
	font-size: 0.9em;
	font-weight: bold;
	display: block;
}

.ProductList .Rating img {
	height: 12px;
	margin-top: 3px;
}

.ProductList li .ProductCompareButton {
	margin-top: 3px;
}

.Left .ProductList .ProductImage, .Left3Col .ProductList .ProductImage, .Right .ProductList .ProductImage {
	display: none;
}

.Left .ProductList li a, .Left3Col .ProductList li a {
	color: #fff;
}

.Right .ProductList li {
}

.Right .SideCart p
{
	color: #000000;
}

.Content .FeaturedProducts {
	background: #fcfcfc url(../../rxsport/images/rxsport/fp-bg.gif) top left no-repeat;
	width: 752px;
	height: 252px;
	padding: 46px 0 10px 4px;
}

.Content .FeaturedProducts .ProductList li {
	background: #f5f6f6 url(../../rxsport/images/rxsport/fp-prod-bg.gif) top left repeat-x;
	margin: 0 4px 0 4px;
	padding:11px;
	border:0;
	width:157px;
	height:230px;
	text-align:left;
}

.Content .FeaturedProducts .ProductList .ProductImage {
	margin:0;
	padding:0;
	border:0;
	height:120px;
	/*width:179px;*/
}

.Content .FeaturedProducts .ProductList .ProductImage td {
	width:159px;
	height:120px;
	border:0;
	padding:0;
	background-color:#fff;
}

.Content .FeaturedProducts .ProductList .ProductImage img {
	border:0;
}

.Content .FeaturedProducts .ProductList li:hover, .Content .FeaturedProducts .ProductList li.Over {

}

/* w2m brand in focus panel added on home page */

.Content .BrandsInFocus {
	/*background: #fcfcfc url(../../rxsport/images/rxsport/bif-bg.gif) top left no-repeat;*/
	/*width: 752px;
	height: 157px;*/
	/*padding: 40px 0 10px 4px;*/
	margin-top:21px;
	margin-bottom:0px;
	width: 756px;
	height: 207px;
}

.Content .BrandsInFocus .Brands li {
	margin: 0 0 0 5px;
	padding:0px;
	border:0;
	width:368px;
	text-align:left;
	list-style:none;
	float:left;
}




#ContentGogglesGuide {
	border: 1px solid #555;
	background: #fff url(../../rxsport/images/content/bg-goggles-guide.jpg) top left no-repeat;
	padding:5px;
	min-height:601px;
}


#ContentGogglesGuide img {
	margin: 4px;
}

#ContentSunglassesGuide {
	border: 1px solid #555;
	background: #fff url(../../rxsport/images/content/bg-sunglasses-guide.jpg) top left no-repeat;
	padding:5px;
	min-height:601px;
}

#ContentSunglassesGuide img {
	margin: 4px;
}

#ContentHelmetGuide {
	border: 1px solid #555;
	background: #fff url(../../rxsport/images/content/bg-helmet-guide.jpg) top left no-repeat;
	padding:5px;
	min-height:601px;
}

#ContentHelmetGuide img {
	margin: 4px;
}

#ContentPrescriptionGuide {
	border: 1px solid #555;
	background: #fff url(../../rxsport/images/content/bg-prescription-guide.jpg) top left no-repeat;
	padding:5px;
	min-height:601px;
}

#ContentPrescriptionGuide p, #ContentHelmetGuide p, #ContentSunglassesGuide p, #ContentGogglesGuide  p {
	margin: 0px;
}

#ContentPrescriptionGuide img {
	margin: 4px;
}

#ContentInformation {
	border: 1px solid #555;
	background-color:#FFFFFF;
	padding:10px;
}


#ContentInformation img {
	border: 1px solid #555;
}

.CategoryDescription {
	margin-bottom:3px;
}

.ProductDescription {
	background: #fff url(../../rxsport/images/rxsport/cat-tabs-text-bg.gif) top left repeat-x;
	border-right: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #555;
	margin:0;
	padding:0;
}


.ProductDescriptionContainer {
	padding:10px;
	text-align:justify;
}

.productOtherLinks {
	background: #fff url(../../rxsport/images/rxsport/cat-tabs-text-bg.gif) top left repeat-x;
	border: 1px solid #555;
	margin:0;
	padding:10px;
}

#ProductOtherDetails .ProductDetailsGrid {
	margin-left: 25px;
}
.SubCategoryListGrid {
}

.SubCategoryListGrid ul {
	list-style: none;
	margin-left: 0;
}

.SubCategoryListGrid ul li {
	float: left;
	position: relative;
	margin: 3px;
	width: 159px;
	height:209px;
	padding: 9px;
	background: #f5f6f6 url(../../rxsport/images/rxsport/cat-bg.gif) top left repeat-x;
	border:1px solid #555;
}

.SubCategoryListGrid ul li img {
	width:130px;
	height:90px;
	border-top: 14px solid #fff;
	border-bottom: 14px solid #fff;
	border-left: 15px solid #fff;
	border-right: 14px solid #fff;
	margin-bottom: 5px;
}


.SubCategoryListGrid ul li.custom img {
	border:none;
	width:159px;
	height:118px;
	margin-bottom: 5px;
}


.SubCategoryListGrid ul li a {
	text-decoration:none;
}

.SubCategoryListGrid ul li a:hover {
	text-decoration:underline;
}

div.moreColours { position:absolute; bottom: 9px; left:9px; }

div.moreColours a { width:158px; height:18px; background:#f8951d url('../../RxSport/images/rxsport/moreColour-bg.gif') repeat-x top left; display:block; padding:3px 0 0 0; font-size:1em; text-align:center; color:#fff; border:1px solid #fff; }

.SubCategoryListGrid ol {
	clear: both;
}
.SubBrandList {
	padding: 4px;
}

.SubBrandList ul, .SubBrandList li {
	list-style: none;
	margin-left: 0;
}

.SubBrandList li {
	margin-bottom: 4px;
	padding-left: 25px;
	background: url('../../Garden/images/SubBrand.gif') no-repeat 3px 1px;
}

.SubBrandListGrid {
	padding: 4px;
}

.SubBrandListGrid ul, .SubBrandListGrid li {
	list-style: none;
	margin-left: 0;
}

.SubBrandListGrid li {
	margin-bottom: 4px;
	padding: 10px;
	margin-left: 10px;
	background: #fff;
	float: left;
}

.SubBrandListGrid ol {
	clear: both;
}

/* product page */

.PrimaryProductDetails .ProductThumb {
	float: left;
	width: 312px;
}

.PrimaryProductDetails .ProductMain {
	width: 220px;
}
.PrimaryProductDetails h2{
	border: 0;
}
.PrimaryProductDetails .ProductThumb p a {
	font-weight: bold;
}

.ProductDescription, .ProductReviews, .ProductsByCategory, .ProductOtherDetails {

}

.PrimaryProductDetails .ProductMain {
	float: left;
}

.PrimaryProductDetails dl {
	font-size: 0.90em;
}

.PrimaryProductDetails dt {
	font-weight: bold;
	width: 80px;
	clear: left;
}

.PrimaryProductDetails dd {
	margin-left: 90px;
}

.ProductDetailsGrid .DetailRow {
	clear: left;
	margin-top: 6px;
}

.ProductDetailsGrid .Label {
	margin: 0 0 6px 0;
	float: left;
	width: 70px;
	font-weight: bold;
	padding-top: 1px;
	display: inline;
	position: relative;
}

.ProductDetailsGrid .Value {
	display: inline;
}

.ProductDetailsGrid .Label .Required {
	position: absolute;
	left: -1em;
}

.ProductOptionList ul, .ProductOptionList li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ProductOptionList li {
	margin-bottom: 3px;
}

.ProductOptionList input {
	vertical-align: middle;
}

div.BulkDiscount {
	padding-top:20px;
}

.ProductAddToCart dd.AddCartButton div.BulkDiscount div.BulkDiscountLink {
}


.AccountOrderStatusList li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.OrderItemList li {
	list-style-type: circle;
	margin: 0px;
	padding: 0px;
}


/* Right Content Area */

.Right {
	float: right;
	min-height: 500px;
	width: 160px;
	display: inline;
	padding:10px;
	border: 1px solid #555;
	background-color:#f0f1f1;
	margin-bottom:10px;
	margin-left: -5px;
}

.Right div.righttitle {
	font-size:1.25em;
	font-weight:normal;
	padding-bottom:3px;
	border-bottom:1px solid #f8951d;
	margin-bottom:10px;
	color:#000;
}

.Right h2 {
	color: #282828;
}


.Right h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 10px 5px 10px 10px;
}

.Right a {
	color: #000;
}

.Right li a:hover {
	text-decoration: underline;
}

.Right .Block {
	padding: 0;
	margin: 0;
}

.Right .BlockContent {
	margin: 0 0 5px 0;
}

.Right .SearchOptionsBlock {
	padding: 8px;
	background-color: #FFFFFF;
	border: 1px dotted #555;
}

.Right ul {
	margin: 0;
	padding: 0;
}

.Right .AccountContent ul li {
	padding-top: 6px;
	height:24px;
	background: url(../images/rxsport/dotted.gif) bottom repeat-x;
}

.Right li {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 3px 0;
}

.Right li a {
	color: #555;
	text-decoration: none;
}

.Right li a:hover {
	text-decoration: underline;
}


.Right .ProductList li {
}

.Right .TopSellers li {
}

.Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
}

.Right .TopSellers li.TopSeller1 .ProductImage { /* No1 seller box */
}

.Right .TopSellers li.TopSeller1 {
	border: 1px solid #dadada;
	background: #fff;
}

.Right .TopSellers li.TopSeller1 .ProductDetails { /* No1 seller box */
}

.Right .TopSellers li.TopSeller1 .TopSellerNumber {
	color: #a4b507;
}

.TrustFloatRight {
	float:right;
	width: 182px;
}

.GiftPanel {
	float: right;
	height: 63px;
	width: 160px;
	display: inline;
	padding:10px;
	border: 1px solid #555;
	background-color:#dcdedf;
	margin-top:10px;
	background-image: url(../../rxsport/images/bg-gift-panel.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.GiftPanel div.gifttitle {
	font-size:1.25em;
	font-weight:normal;
	padding-bottom:3px;
	border-bottom:1px solid #f8951d;
	margin-bottom:10px;
	color:#000;
}



/* Page Breadcrumbs */
.Breadcrumb {
	border-bottom: 1px solid #f8951e;
	font-size: 0.9em;
	padding-bottom: 4px;
}

.Breadcrumb ul, .Breadcrumb li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.Breadcrumb li {
	display: inline;
}

.Breadcrumb li a {
	padding-right: 8px;
	margin-right:3px;
	background: url('../../Garden/images/BreadcrumbSep.gif') no-repeat right;
}

.Breadcrumb li a.lastbc {
	background: transparent;
}


.CompareItem { width:200px; border-left: solid 1px #f0f1f1; }
.CompareFieldName { font-weight:bold; border-bottom: 1px solid #f0f1f1; }
.CompareFieldTop { border-bottom:solid 1px #dadada; }
.CompareFieldTop a:hover { color:#be0101; }
.CompareCenter { border-left:solid 1px #dadada; border-bottom:solid 1px #f0f1f1; }
.CompareLeft { border-left:solid 1px #dadada; border-bottom:solid 1px #f0f1f1; }

.ViewCartLink {
	background: url('../../rxsport/images/green/Cart.gif') no-repeat 3px 0;
}

table.CartContents, table.General {
	border: 1px solid #dadada;
}

table.CartContents thead tr th, table.General thead tr th {
	background: #f0f1f1;
	color: #424748;
	border-bottom: 1px solid #dadada;
}

.CartContents tbody .SubTotal td {
	border-top: 1px solid #dadada;
	color: #f8951d;
}

.JustAddedProduct {
	border: 1px solid #dadada;
	background: #fff;
}

.JustAddedProduct strong, .JustAddedProduct a {
}

.CategoryPagination {
	color: #f8951d;
	background: #fff;
	border: 1px solid #dadada;
	text-align:center;
}

.CheckoutRedeemCoupon { background: #f0f1f1; padding: 10px; width: 300px; border: 1px solid #dadada; margin-bottom: 10px; }

.SubCategoryList, .SubBrandList {
	background:#f0f1f1;
}

.InfoMessage {
	background: #f0f1f1 url('../../rxsport/images/InfoMessage.gif') no-repeat 5px 8px;
	color: #555;
}

.SuccessMessage {
	background: #f0f1f1 url('../../rxsport/images/SuccessMessage.gif') no-repeat 5px 8px;
	color: #555;
}

.ErrorMessage {
	background: #FFECEC url('../../rxsport/images/ErrorMessage.gif') no-repeat 5px 8px;
	color: #555;
}

.ComparisonTable tr:hover td, .ComparisonTable tr.Over td {
	background: #f0f1f1;
}

.QuickSearch { border: 1px solid #dadada }
.QuickSearchHover td{ background: #f0f1f1; }
.QuickSearchAllResults a { background: url('../../rxsport/images/green/QuickSearchAllResultsButton.gif') no-repeat right; }

.SearchTips .Examples {
	background: #f0f1f1;
	border: 1px solid #dadada;
}

.MiniCart .SubTotal {
	color: #f8951d;
}

hr {
	background: #dadada;
	border: #dadada;
}

/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
	border: 1px solid #dadada;
	background: #f0f1f1;
}

/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
	position: relative;
	padding: 6px;
	margin-bottom: 10px;
	font-size: 14px;
	background: #f8951d;
	color: #fff;
}

.ExpressCheckoutBlock h3 a {
	font-size: 12px;
}

.ExpressCheckoutBlock {
	padding-top: 6px;
}

.ExpressCheckoutBlock .ExpressCheckoutCompletedContent {
	display: none;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
	color: #888;
	display: inline;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
	background: #d2d4d5;
	border: 1px solid #ddd;
	color: #555;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent {
	display: none;
}

a.ChangeLink {
	position: absolute;
	right: 15px;
}

.ExpressCheckoutBlock a.ChangeLink {
	display: none;
}

.ExpressCheckoutBlockCompleted a.ChangeLink {
	display: inline;
}

.ExpressCheckoutCompletedContent {
	/*position: absolute; --this makes the page scroll hoz, taking out seems to fix but with no adverse affects?
	left: 250px;*/
}

/* General Tables */
table.General tbody tr td {
	border-top: 1px solid #efefef;
}

/* Tabbed Navigation */
.TabNav, .TabNav li {
	margin: 0;
	padding: 0;
}

.TabNav {
	padding: 6px 0 6px 0;
	border-bottom: 1px solid #555;
}

.TabNav ul {
	display: inline;
	list-style: none;
}

.TabNav li {
	display: inline;
}

.TabNav li a {
	position: relative;
	top: 2px;
	padding: 4px 3px;
	margin-right: 2px;
	margin-top: 3px;
	text-decoration: none;
	border: 1px solid #e1e2e3;
	border-bottom: 0;
	color: #555;
}

.TabNav li a:hover {
	text-decoration: none;
	background: #d8dadb url(../images/rxsport/cat-tab-bg.gif) top repeat-x;
}

.TabNav li.Active a {
	margin-top: 0px;
	padding-top: 7px;
	font-weight: bold;
	border: 1px solid #555;
	border-bottom: 1px solid #d8dadb;
	background: #d8dadb url(../images/rxsport/cat-tab-bg.gif) top repeat-x;
}


/* Brand pages navigation */

#PageContent {
	position:relative;
}

#PageContent #brands-menu {
	position:absolute;
	top:222px;
	left:1px;
	background-image: url(../images/rxsport/bg-brand.png);
	background-repeat: repeat-x;
	padding-top: 38px;
	padding-right: 10px;
	padding-bottom: 23px;
	padding-left: 16px;
	z-index:10;
}

.no-intro {
	position:absolute;
	top:237px;
}

#brands-menu .headingtext {
	position:absolute;
	top:5px;
	color:#FFFFFF;
}

.full-width {
	width:732px;
}

#brands-menu .brands-menu, #brands-menu .brands-menu li {
	margin: 0;
	padding: 0;
	
}

#brands-menu .brands-menu {
	padding: 6px 0 6px 0;
}

#brands-menu .brands-menu ul {
	list-style: none;
}

#brands-menu ul li {
	display: inline;
}

#brands-menu li a {
	position:relative;
	width:128px;
	height:36px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 10px;
	text-decoration: none;
	border: 1px solid #555555;
	color: #fff;
	background: #d8dadb url(../images/rxsport/bg-brand-button.png) top repeat-x;
}

#brands-menu .brands-menu li a:hover {
	text-decoration: none;
	background: #d8dadb url(../images/rxsport/bg-brand-button-hover.png) top repeat-x;
	color:#000000;
	border: 1px solid #000000;
}

.brand-icon {
	position:absolute;
	top:10px;
	right:10px;
	z-index:2000;
	}
	
	
#brand-container {
	height:308px;
	overflow:hidden;
	width:758px;
	border: 1px solid #555555;	
}

	
#brand-container ol, #brand-container ul, #brand-container li {
	list-style:none;
	margin:0;
	padding:0;
}




#collection {
	background: #dbdbdb url(../images/rxsport/collection-bg.gif) bottom repeat-x;

}

#cont {
	width:970px;
	margin: 0 auto;
	padding:15px 0;
}

#cont div.box { float:left; width:242px; line-height: 1.75em; }

#footerimages {
	width:970px;
	margin: 0 auto;
	height:49px;
	padding: 10px 0 0 0;
}

#footerimages img {
	margin: 0 20px 0 19px;
}


#footerimages img.first {
	margin: 0 22px 0 0;
}


#footerimages img.last {
	margin: 0 0 0 22px;
}

#Footer {
	width:970px;
	margin: 0 auto;
	height:50px;
	padding: 10px 0 0 0;
	color:#fff;
	font-size: 0.875em;
}
#Footer a {
	color: #fff;
	text-decoration:none;
}
#Footer li a {
	border-left: 1px solid #f0f1f1;
}

#Footer #copyright {
	float:right;
	text-align:right;
}

#Footer .w2m {
	display:block;
	padding:18px 0 3px 0;	
}



/* This is the transparent box */
div.transbox {
position:absolute;
top:-1px;
left:-1px;
z-index:1;
width:177px; 
height:227px;
background-color: #fff;
border: 1px solid black;
filter:alpha(opacity=75);
opacity: 0.85;
-moz-opacity:0.85;
}

/* This is the container which set text to solid color.
position: relative used for IE */ 
div.transbox div {
z-index:2;
padding: 140px 10px 0 10px;
font-weight: bold;
color: #000;
filter:alpha(opacity=100);
opacity: 1;
-moz-opacity:1;
position: relative;
text-align:center;
font-size:1.2em;
}

/* oakley custom build form */
#oakleycustom {
	border: 1px solid #555;
	background: #f5f6f6 url(../../rxsport/images/rxsport/cat-bg.gif) top left repeat-x;
	padding:10px;
}

.PrescHelp {
	float:right;
	margin: 1px 4px 0 0;
}

.PrescHelpPD {
	margin: 8px 0 0 4px;
}

.prescbox {
	width:30px;
	height:13px;
}

.headingPanel {
	background-color:#f8951d;
	padding: 5px;
	color: #fff;
	font-size:16px;
	border: 1px solid #FFFFFF;
}


.smalltxt {
	font-size:10px;
}


/* TGH - Checkout Confirmation - Prescrip Info */
.PrescInfoTitle { display:none; }
.prescrip { border:1px solid #aab; margin:4px; width:50%; display:none; }
.prescrip th, td {font-family:Verdana, Arial, Helvetica, sans-serif; text-align:left}


#LoginReg { width:400px; margin:0 auto; border:0; }

#LoginReg img { margin:0 25px 20px 25px; }

.redlink a {  color:#f8951d; font-weight:bold; }

.OakleyRangeHome { background: url(../../rxsport/images/rxsport/oakley-home.jpg) top left no-repeat; width:759px; height:115px; padding: 55px 0 0 20px; }
.OakleyRangeHome p { width:370px; color:#fff; line-height:1.4em;}
.OakleyRangeHome p a { color:#fff; font-size:1.2em; font-weight:bold; text-decoration:none; line-height:2.2em; }
.OakleyRangeHome p a:hover { text-decoration:underline; }

#brands-top { width:640px; height:40px; float:left; overflow:hidden; padding:20px 0 0 0;}
#brands-top .brands-rotator div { width:640px; float: left; margin:0; padding:0; border:0; }
#brands-top .brands-rotator ul { margin:0; padding:0; list-style-type:none; }
#brands-top .brands-rotator li { margin:0 10px; padding:0; overflow-x: hidden; overflow-y: hidden; float: left; width: 120px; height: 40px; }
#brands-top .brands-rotator img { margin:0; padding:0; border:0; }

.inv-avail, .inv-oos, .inv-is { position:absolute; bottom: 9px; left:9px; }
.inv-avail a, .inv-oos a, .inv-is a { color:#fff; }
.inv-avail a:hover, .inv-oos a:hover, .inv-is a:hover { color:#fff; }
.inv-avail { width:162px; height:18px; background:#f8951d url('../../RxSport/images/rxsport/moreColour-bg.gif') repeat-x top left; display:block; padding:3px 0 0 0; font-size:1em; text-align:center; color:#fff; border:1px solid #fff; }
.inv-oos { width:162px; height:18px; background:#eb2828 url('../../RxSport/images/rxsport/inv-oos.gif') repeat-x top left; display:block; padding:3px 0 0 0; font-size:1em; text-align:center; color:#fff; border:1px solid #fff; }
.inv-is { width:162px; height:18px; background:#4fbe28 url('../../RxSport/images/rxsport/inv-is.gif') repeat-x top left; display:block; padding:3px 0 0 0; font-size:1em; text-align:center; color:#fff; border:1px solid #fff; }
