/* Main page layout */

*
{
	font-family: Arial, Helvetica, sans-serif;
}
img
{
	border: none;
	margin: 0;
	padding: 0;
}
form
{
	margin: 0;
	padding: 0;
}
a
{
	text-decoration: none;
	color: #fff;
}

h1
{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}

body
{
	
	padding: 0;
	background: url(../images/body-bg.jpg) fixed no-repeat #000;
	background-position:top center;
	color: #000;

}

#MainContainer
{
	width: 900px;
	margin: 0 auto 10px auto;
	padding: 0;
}

#Header
{
	height: 98px;
	background: #000;
}

.TopBanner
{
	text-align: center;
	margin: 10px 0;
}

#BodyContainer
{
	font-size: 14px;
	background: #000;
}


#PrimaryContent
{
	width: 572px;
	float: left;
	color: #fff;
	padding: 0;
	margin: 0 0 0 5px;
}

#SecondaryContent
{
	width: 164px;
	float: left;
	padding: 0;
	margin: 0;
}
#TertiaryContent
{
	float: right;
	font-size: 11px;
	width: 150px;
	padding: 4px 0 0 0;
	margin: 0;
}
.RightColBanners
{
	margin-right: 6px;
}
.RightColBanners img
{
	margin-bottom: 4px;
}

.Basket
{
	border: 1px solid #999;
	padding: 2px;
	width: 120px;
	background: #000;
}
.Basket a
{
	color: #fff;
}
.BasketArrow
{
	float: right;
	margin-right: 5px;
}
.Search
{
	margin-top: 4px;
	margin-bottom: 4px;
}

.Search input.SearchField
{
	font-size: 11px;
	background: #000;
	border: 1px solid #999;
	padding: 2px;
	width: 120px;
	color:#fff;
}
.AdvancedSearch p
{
	font-size: 11px;
	margin: 0 8px 10px 0;
	text-align: right;
}
.AdvancedSearch p a
{
	color:#fff;
}

/*Navigation*/

#Navigation
{	
	background: url(../images/rugby/navigation-bg.png) no-repeat top left;
	height: 34px;
	margin-bottom: 1px;
	color: #fff;
	font-weight: bold;
}
#Navigation ul
{
	margin: 0 0 0 0;
	padding: 0;
}

#Navigation li
{
	list-style: none;
	margin: 0;
	padding: 0;	
	float: left;
	line-height: 150%;
	position:relative;
	border-right:2px solid #000;
}
#Navigation li a
{	
	display: block;
	padding: 5px 8px 4px 8px;		
	color: White;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	text-transform:capitalize;
	background: url(../images/rugby/link-arrow.png) no-repeat bottom center;
}

#Navigation li a:hover
{
	font-weight: bold;
	background: url(../images/rugby/link-arrow-over.png) no-repeat bottom center;
}
/*
li.L3 a
{
	margin-left:5px;
}
li.L4 a
{
	margin-left:-5px;
}
li.L5 a
{
	margin-left:-5px;
}
li.L7 a
{
	margin-left:5px;
}*/
#Navigation .Login
{
	float: right;
}

#Navigation .Login ul li
{
	border:none;
}

#SecondaryContent ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 160px;
}
#SecondaryContent ul li
{
	background:#000 url(../images/rugby/menu-item-bg.png) no-repeat;
	font-weight: bold;
	padding: 3px 0;
	border-bottom: 1px solid #8a8a8a;
	margin-bottom: 1px;
}
#SecondaryContent ul li:hover
{
	background:#000 url(../images/rugby/menu-item-bg-over.png) no-repeat;
	cursor: pointer;
}
#SecondaryContent ul li a
{
	font-size: 11px;
	display: block;
	color: #fff;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0px;
	left: 4px;
}
#SecondaryContent ul li:hover a
{
	color: #999;
}
#SecondaryContent .Brands
{
	margin-top:6px;
}

.Clear
{
	clear: both;
}

/*Footer*/

#Footer
{
	clear: both;
	text-align: left;
	color: white;
	font-size: 11px;
}

.FooterTop
{
	margin-bottom:-5px;
}
#Footer a
{
	color: white;
}
#Footer a:hover
{
	color: #000;
}


#Footer .FooterTop
{
	height:211px;
}

#Footer .BaseLinks
{
	color: Black;
	font-size: 11px;
	float: left;
	padding:0;
	margin:0;
	background: #000 url(../images/rugby/sitemap-bg.gif) no-repeat;
	width: 900px;
	min-height:341px;
}

.BaseLinksWrapper
{
	position:relative;
	top:20px;
	left:40px;
}

.BaseLinks h2
{
	margin: 0;
	padding:0;
	color: #ffcc30;
	font-size: 12px;
}

#Footer .BaseLinks ul
{
	margin: 0;
	padding:0;
	list-style: none;
}
#Footer .BaseLinks ul li
{
	padding:1px 0;
}
#Footer .BaseLinks ul li a:hover,
.Affiliates a:hover
{
	color:#c5c5c5 !important;
}
.BaseLinks div.SiteStatic
{
	float: left;
	margin-right: 100px;
}

.BaseLinks div.SiteProducts
{
	float: left;
	width: 33%;
	margin-bottom: 0px;
}


.BaseLinks div.SiteProducts ul li
{
	float: left;
	width: 140px;
	margin: 0;
	padding: 0;
}

.BaseLinks div.SiteBrands
{
	float: left;
	margin-right: 150px;
}

.SecurePaymentLinks
{
	background:transparent url(../images/twitter-bg.png) no-repeat;
	height:90px;
	position:relative;
	width:900px;
}
.SecurePaymentLinks span
{
	position:absolute;
	top:6px;
}
.SecurePaymentLinks span.Thawte
{
	right:0;
	top:14px;
}
.SecurePaymentLinks span.Secure
{
	right:218px;
	top:17px;
}
.SecurePaymentLinks span.GooglePayPal
{
	right:610px;
	top:15px;
}
.SecurePaymentLinks span.Facebook
{
	left:145px;
	top:16px;
}
.SecurePaymentLinks span.Twitter
{
	top:-4px !important;
	left:15px;
}

.Affiliates
{
	clear:both;
	position:relative;
	top:60px;
	left:40px;
}

#BestSellerWrapper
{
	float: left;
	width: 566px;
	margin: 4px 0 12px 0;
	padding: 0;
}

#BestSellerWrapper h1
{
	color:#fae000;
	text-transform:uppercase;
	font-size:18px;
}

.HomeTabPanel .ajax__tab_header
{
	color: #000;
	font-weight: bold;
	margin: 0;
	text-align:right;
	width: 566px;
	line-height:100%;
}

.HomeTabPanel .ajax__tab_tab
{
	
	width: 113px;
	padding:10px 0 7px 0;
	float: left;
	margin:0;
}
.HomeTabPanel .ajax__tab_outer
{
	width: 113px;
	color:#fff;
	background: url(../images/rugby/best-seller-tab.png) no-repeat;
	font-size:11px;
	margin-left:1px;
}
.HomeTabPanel .ajax__tab_active .ajax__tab_outer
{
	background: url(../images/rugby/best-seller-tab-active.png) no-repeat;
	font-size:11px;
	color: #3d4d81;
}

.HomeTabPanel .ajax__tab_body
{
	padding: 5px 6px 5px 6px;
	margin-left:1px;
	width: 555px;
	border: 1px solid #fff;
	height: 100% !important;
	margin-top:0;
	background:#fff;
	color:#3d4d81;
}
.HomeTabPanel .ajax__tab_body a
{
	color:#3d4d81;
	font-weight:bold;
	font-size:10px;
}


.HomeTabPanel .ajax__tab_body ul
{
	margin:0;
	padding:0;
	list-style:none;
}
.HomeTabPanel .ajax__tab_body ul li
{
	float:left;
	width:136px;
	margin-right:2px;
	margin-bottom:2px;
	margin-top:12px;
	text-align:center;
}
.HomeTabPanel .ajax__tab_body ul li div.Name
{
	border-top:1px solid #bed5db;
	height:30px;
}
.HomeTabPanel .ajax__tab_body ul li div.Price
{
	border-bottom:1px solid #bed5db;
	color:#d20f0f;
	font-weight:bold;
}

.HomeTabPanel .ajax__tab_body ul li .ImageContainer
{
	height:120px;
}



.TermsText
{
	margin-right: 40px;
}

.MainText
{
	position: relative;
	padding-left: 6px;
}
.MainText a:hover
{
	color:#d20f0f;
	
}
.Service
{
	border-bottom: 2px dashed #ccc;
	padding-bottom: 6px;
	margin-bottom: 12px;
}
.Email p
{
	margin: 0 0 8px 0;
	padding: 0;
}

.SizingTables h1
{
	font-size: 13px;
	background: #999;
	display: block;
	padding: 3px 0 3px 2px;
	color: White;
	font-weight: normal;
	width: 540px;
}

.SizingTables table
{
	width: 540px;
	margin-bottom: 12px;
	border-collapse: collapse;
	color:#000;
	text-align:center;
}
.SizingTables table tr
{
	background: #c5c5c5;
}
.SizingTables table tr.NoBg
{
	background: #fff;
}
.SizingTables table th
{
		text-align: center;	
}
.SizingTables table.Clothing th.Divider
{
	width: 1px;
	padding: 0;
}
.SizingTables table.Clothing th, .SizingTables table.Clothing td
{
	text-align: center;
}
.SizingTables table.Clothing td.SizeType
{
	text-align: left;
}
.SizingTables table th, .SizingTables table td
{
	padding: 4px;
}

.SizingTables table td.Spacer
{
	width: 160px;
}

/*review section*/

.CurrentReviews
{
	background: White;
	margin: 0 170px 10px 10px;
	padding-bottom: 8px;
}
.CurrentReviews h3
{
	background: #8F8F8F;
	color: #fff;
	font-size: 13px;
	padding: 3px;
}

.EditLinks
{
	margin-top: 6px;
}

.EditLinks a
{
	padding: 5px;
	font-weight: bold;
	text-decoration: overline underline;
}
h2.ManageReviews
{
	font-size: 14px;
}


.DepartmentBox
{
	height: 120px;
	width: 143px;
	float: left;
	background: url(../images/department-box.png) no-repeat;
	margin-bottom: 3px;
}

.DepartmentBox a
{
	color: White;
	font-weight: bold;
	position: relative;
	left: 4px;
	top: 4px;
}
.DepartmentBox img
{
	position: relative;
	left: 11px;
	top: 17px;
	z-index: 100;
}
.DepartmentBox img.GoButton
{
	position: relative;
	left: -10px;
	top: 20px;
	z-index: 200;
}


.BannerAds
{
	clear: both;
}

.BannerAds div
{
	background: url(../images/double-banner-border.png) bottom left no-repeat;
	height: 116px;
	float: left;
	margin-right: 4px;
}

/*/////////////////////////////////////////////*/
.Sitemap
{
	padding-left: 6px;
}
.Sitemap h2
{
	background: url(../images/rugby/sitemap-header-bg.png) no-repeat;
	display: block;
	color: #fff;
	font-size: 16px;
	padding: 6px 0 6px 4px;
	margin: 0 0 4px 0;
}
.Sitemap h2 a
{
	color: #fff;
	text-decoration: none;
}

.Sitemap div
{
	font-size: 11px;
	color: #fff;
	width: 550px;
	line-height: 160%;
	margin: 3px 0 8px 0;
}

.Sitemap div.ContentWrapperMid
{
	padding-top:16px;
}

.Sitemap a
{
	color: #fff;
	text-decoration: underline;
	padding-right: 4px;
}
.Sitemap a:hover
{
	color: #c5c5c5;
}

.LeftBottomBanners
{
	text-align:center;
}

.LeftBottomBanners img
{
	margin:5px 0;
}

/* Advanced Search */
.AdvancedSearchWrapper
{
	 background: url(../images/Advanced-Search-Bg.jpg) no-repeat;
	 padding:20px 2px;
	 height:85px
}
table.AdvancedSearch
{
    width: 96%;
    border-collapse:collapse;
    color:#000;
    margin:0 auto;
}

table.AdvancedSearch th,
table.AdvancedSearch td
{
    width: 20%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
table.AdvancedSearch td.Spacer
{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
table.AdvancedSearch select
{
    width: 99%;
}

table.AdvancedSearch tr.Data td, table.AdvancedSearch th
{
	border-top:2px solid #bebebe;
	border-bottom:2px solid #bebebe;
}
table.AdvancedSearch tr.Data td:first-child, table.AdvancedSearch th:first-child
{
	border-left:2px solid #bebebe;
	padding-left:5px;
}
table.AdvancedSearch tr.Data td.Last, table.AdvancedSearch th.Last
{
	border-right:2px solid #bebebe;
	padding-right:5px;
}


table.AdvancedSearch td
{
    background: #F9F9F9;
}

.PreviousButton
{ 
    width: 100px;
    padding-top: 10px;
    padding-left:12px;
    float: left;
    clear:both;
}

.NextButton
{ 
    width: 100px;
    float: right;
    text-align: right;
    padding-right: 12px;
    padding-top: 10px;
}

/* Content Wrapper wrapes the page content in a rounded white box */

.ContentWrapperTop
{
	background:url(../images/AdvancedSearchTop-bg.jpg) no-repeat;
	height:22px;
	position:relative;
	z-index:3;
	width:572px !important;
	margin:0 !important
}

.ContentWrapperMid
{
	background:#fff;
	padding-left:10px;
	height:100%;
	overflow:auto;
	position:relative;
	z-index:2;
	margin: -15px 0 0 0 !important;
	color:#000;
	width:562px !important;
}

.ContentWrapperMid a 
{
	color:#000;
	font-weight:bold;
}

.ContentWrapperBot
{
	background:url(../images/AdvancedSearchBot-bg.jpg) no-repeat;
	height:22px;
	position:relative;
	z-index:3;
	width:572px !important;
	margin:0 !important;
}

/* Advanced Search Results & Quick Order results Container */

.AdvancedSearchResult
{
	height: 235px;
	width: 130px;
	border: 1px solid #959595;
	margin: 0 8px 6px 0;
	float: left;
	font-size: 10px;
	text-align: center;
	padding-top: 4px;
	background: #F9F9F9;
	color:#000;

}

.AdvancedSearchResult .ProductCode
{
    height: 28px;
}

.AdvancedSearchResult .Size
{
    height: 30px;
}

.AdvancedSearchResult .More
{
    margin-bottom: 5px;
}

.AdvancedSearchResult .RRP
{
    width: 50px;
    float: left;
    font-size: 10px;
    text-align: left;
    padding-left: 5px;
}

.AdvancedSearchResult .Price
{
    width: 70px;
    float: right;
    font-size: 10px;
    font-weight: bold;
    text-align: right;
    padding: 0 5px 0 0;
}

.AdvancedSearchResult .OurPrice
{  
    font-size: 14px;
    color: #e0222c !important;
    text-align: left;
    right:-4px !important;
}

.AccountButtons
{
	margin-top:15px;
	margin-left:6px;
}

/* News */

.News
{
	background: url(../images/news-header-icon.png) no-repeat;
	padding-bottom:15px;
	padding-left:60px;
	height:45px;
	margin:15px 15px 5px 15px !important;
}

/* News Pages */

.MoreBtn
{
	position:absolute;
	bottom:10px;
	right:10px;
}



.NewsHeader
{
	border:1px solid #CCCCCC;
	padding: 5px;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	background:url("../images/news-header.jpg") repeat-x #D3D3D3;
	margin:15px 15px 0 10px;
}

.NewsArticle
{
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	background:#F5F5F5;
	padding:25px 15px;
	margin:0 15px 0 10px;
	height:100%;
	overflow:auto;
}


.ArticleImage img
{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.BackBtn
{
	margin:10px;
}

#navigation li li p
{
	padding:10px;
}

.PageLinksBottom
{
	text-align:center;
}

/* Competiton Page */

.CompetitionPage
{
	position:relative;
	padding-left:6px;
}

.CompetionContent
{
	margin-top:0 !important;
	padding: 0 5px !important;
}

.CompetitionPage h1
{
	background:url(../images/competition-icon.png) no-repeat;
	padding-left:60px;
	padding-top:15px;
	height:45px;
}

.Competition
{
	width:555px;
	margin-bottom:15px;
}

.CompTop
{
	background: url(../images/comp-top.png) no-repeat;
	height:16px;
}

.CompBottom
{
	background: url(../images/comp-bottom.png) no-repeat;
	height:16px;
}

.CompMid
{
	background: url(../images/comp-middle.png) no-repeat #F5F5F5;
	border-left:1px solid #99B6E2;
	border-right:1px solid #99B6E2;
	padding: 0 20px;
}

.CompMid h2, .CompMid h3
{
	margin:0;
	padding:0;
}

.CompDetail h2
{
	background: url(../images/comp-info-icon.png) no-repeat;
	padding:0 0 0 25px;
	margin:0;
	font-size:17px;
	color:#333333;
}

.CompQuesetion h2
{
	background: url(../images/comp-quest-icon.png) no-repeat;
	padding:0 0 0 25px;
	margin:0;
	font-size:17px;
	color:#333333;
}

.CompContact h2
{
	background: url(../images/comp-contact-icon.png) no-repeat;
	padding:0 0 0 25px;
	margin:0;
	font-size:17px;
	color:#333333;
}

.CompPrevWin h2
{
	background: url(../images/comp-win-icon.png) no-repeat;
	padding:0 0 0 25px;
	margin:0;
	font-size:17px;
	color:#333333;
}

.CompTerms
{
	background:#F5F5F5;
	width:535px;
	border:1px solid #CCCCCC;
	padding:10px;
}

.CompTerms h2
{
	padding:0;
	margin:0;
	font-size:17px;
	color:#333333;
}

.CompTerms ol li
{
	margin-bottom:5px;
}

.CompMid table tr td
{
	padding:5px;
}

.CompMid table tr th
{
	text-decoration:underline;
}


.CompMid p
{
	margin:0;
	padding:5px;
}

.CompDetail .CompImage
{
	float:left;
	width: 155px;
	text-align:center;
	margin:10px 0 0 10px;
}

.CompDetail .CompText
{
	float:left;
	width: 320px;
	padding-left:20px; 
}

.CompDetail .CompText .SmallText
{
	font-size:10px;
}

.CompSubmit
{
	text-align:center;
	margin-top:15px;
}

.CompSubmit p
{
	margin:0;
	padding:0;
}

.CompSubmit p input
{
	margin-right:10px;
	padding:0
}

.CompSubmit .CompSubmitButton
{
	float:right;
	margin:10px 30px 0 0;
}

span.CompPrize
{
	color:#262E81;
	font-size:20px;
}

.SmallShareLinks
{
	float:right;
	width:355px;
	position:relative;
}

.SmallShareLinks a span.fb_share_size_Small 
{
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:60px;	
}

.ShareLinks img
{
	margin-right:20px;
}

.Advertisments div
{
	margin:5px 0;
}

.ContactForm span
{
	width:450px;
}
