/*
html, body {
	height:100%;	
}
*/

body {
	padding-top:5px;
	width:780px;
	margin:auto;
	font-size: small;
	font-family: arial, sans-serif;
	color:black;
}

form {
	margin:0;
}

a {
	color:#002e5e;
	text-decoration:none;
}

img {
	border:0;	
}

h1 {
	margin-top:0;
	color:#002e5e;
	border-bottom: solid 1px silver;
	font-size:medium;
}
					
/* Header */

div#header a {
	color:#ffffff;
}

div#searchBox {
	background: url(../images/search_bg_left.gif) no-repeat top left;
	background-color: #c60000;
	height: 27px;
	width: 780px;

}
	#searchBox form {
		font-weight: bold;		
		background: url(../images/search_bg_right.gif) no-repeat top right;	
		float: right;
		padding: 2px;
	}

div#logo {
	background: url(../images/mainImage.jpg) no-repeat top right;
	background-color: #5688C4;
	margin-top: 2px;
	width: 780px;
	height: 78px;
	font-size:0;
}

#topMenu {

	background: url(../images/topMenu_bg_right.gif) no-repeat top right;
	clear:both;
	margin-top: 2px;
	height: 21px;
	font-weight: bold;
	color: #fff;
	}

	#topMenu span:before { content: "\00BB \0020"; }
	#topMenu a {
	text-decoration: none;
	color: #fff;
	padding: 2px;
	}
	#topMenu ul {
		background: url(../images/topMenu_bg_left.gif) no-repeat top left;
		width: 100%;
		height: 21px;
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	#topMenu li {
		height: 21px;
		float: left;
		margin: 0px;
		padding: 3px 10px 0px 10px;
		background: url("../images/topMenu_sep.gif") no-repeat top right;
	}
	#topMenu li.viewCart{
		background: url("../images/viewCartIcon.gif") no-repeat top left;
		padding: 3px 10px 0px 18px;		
		float:right;
	}
	#topMenu li.trackOrder {
		background: url("../images/trackOrdersIcon.gif") no-repeat top left;
		padding: 3px 10px 0px 18px;		
		float:right;
	}
	#topMenu li.myAccount {
		background: url("../images/myAccountIcon.gif") no-repeat top left;
		padding: 3px 10px 0px 18px;		
		float:right;
	}

/* Left */

#left {
	margin-top: 3px;
	float: left;
	width: 165px;
	}
	#left div {
		margin-bottom:6px;
	}
	#left h3 {
		border-left: 0.7em solid #c60000;
		padding: 5px;
		background: #002e5e;
		font-size:12px;
		color:#FFF;
		font-weight: bold;
		padding-top: 2px;
		padding-left: 10px;
		margin: 0px;
		text-align:left;
	}

	div.navMenu ul, #ecommMenu ul {
		background-color:#D8E2EB;
		list-style:none;
		margin:0;
		padding:0;
		padding-left: 10px;
	}
	div.navMenu li, #ecommMenu li {
		padding:2px 10px 2px 10px;
		border-bottom:1px solid silver;	
	}

#brands {
	background-color:#D8E2EB; 
	padding-bottom: 6px;
	margin:auto;
	text-align:center;
	}
	#brands a {
		color:white;
	}
#brands img {
	width:80px;
	height:80px;
	margin:auto;
	margin-top: 6px;
}

#cricketInAmerica {
}

	#cricketInAmerica h3 {
	background:url("../images/cricketInAmerica.jpg") no-repeat top right;
	height:40px;
	width:165px;
	font-size:0;
	margin: 0px;
	padding: 0px;
	margin-top:10px;
	border:0;
	}

	#cricketInAmerica ul {
	margin: 0px;
	padding: 0px;
	padding-left:5px;
	color: #fff;
	}
	#cricketInAmerica li {
	padding:2px 3px 6px 10px;
	}
	#cricketInAmerica a {
		color:black;
		text-decoration:underline;
	}
	#cricketInAmerica img {
		margin-bottom:10px;
	}

div.hotDeal {
	border: solid 1px #5C86B2;
	border-top: 0px;
	padding:0px;
	text-align:center;
	}
	div.hotDeal div.thumbnail {
		float:none;
		display:block;
		margin:auto;
	}
	div.hotDeal h4 {
		margin:1px;
		margin-bottom:4px;
		font-color: #003366;
	}
	div.hotDeal a {
		font-size: 13px;
		color: #003366;
	}

/* Footer */

#footer {
	clear: both;
	float: left;
	margin: 0px;
	width: 100%;
	font-size: smaller;
	border-top: solid 1px #5380AE;
	}	
	#footerLinks {
	padding: 0px;
	margin: 0px;
	}
	#footerLinks a {
	font-weight: bold;
	padding: 3px;
	margin: 0px;
	}
	#footerLinks ul {
		clear: both;
		list-style:none;
		margin:0px;
		padding: 0px;
	}
	#footerLinks li {
		float:left;
		padding:3px;
		margin:0px;
	}
	#footerLinks li:before { content: "|";}
	#footerLinks li:first-child:before { content: "";}
	#footerBase {
		background: url("../images/footer_right.gif") no-repeat top right;
		clear:both;
		height: 21px;
		margin-top: 5px;
		margin: 0px;
		padding: 0px;
		color: #fff;
	}


	#footerBase ul {
		background: url("../images/footer_left.gif") no-repeat top left;
		width: 100%;
		height: 21px;
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	#footerBase li {
		height: 21px;
		float: left;
		margin: 0px;
		margin-left: 6px;
		padding: 4px;
	}
	#footerBase a {
	color: #fff;
	}
	
	#footerBase li.copyright {
	margin: 0px;
	margin-right: 6px;
	float: right;
	}

	
/* MainBody */

#mainBody {
	margin-top: 6px;
	margin-left:170px;
}
	#mainBody h2 {
		font-size:x-large;
		color:#c60000;
		text-align:right;
		margin:0;
		margin-bottom:5px;
		padding:0;
	}
	
#shopBySport {
	display:inline;
	float:left;
	background: url(../images/shopBySportRight.jpg) no-repeat top right;
	height:163px;
	top: 0px;
	height:163px;
	width:100%;
	margin: 0px;
	}
	#shopBySport h3 {
		font-size:14px;
		margin:0;
		margin:0;
		padding:35px 20px 0 4px;
		color:white;	
		white-space:nowrap;
	}
	#shopBySport h3 span {
		color:white;
		text-decoration:underline;
		padding-left:100px;
		font-size:x-small;
		display:inline;
	}

	#shopBySport .sport {
		float:left;
		padding:2px;
		font-size:small;
	}
	#shopBySport h4 {
		margin:5px 2px 5px 2px;
		color:white;
		font-size:small;
	}
	
	.sport a {
		color:white;
	}
	
	.sport ul {
		list-style:none;
		padding:0 1px 5px 1px;
		margin:0;
	}
	#sports li:before { content: "\00BB \0020";
		   color: #fff;	}
	#sports li {
		padding:2px;
	}



table.category td {
	padding-top:20px;
	width:200px;
	text-align:center;
	}
	table.category img {
		width:80px;
		height:80px;
	}



table.featured td {
/*	float:left;*/
	width:200px;
	border-right:1px dashed silver;
	padding-left:4px;
	margin-top:2px;
	vertical-align:top;
	}
	table.featured td h4 {
		font-size:small;
		margin:4px;
		height:30px;
		/*_height:30px;*/
	}
	table.featured td div.thumbnail {
		float:left;
		margin-right:2px;
	}
	table.featured td div.content {
		height:85px;
	}


div.sectionHeader {
		margin-top:6px;
		height:21px;
		background: url(../images/section_bg_right.gif) no-repeat top right;
		background-color:#002e5e;
	}
	div.sectionHeader h3 {
		font-size:14px;
		color:white;
		background: url(../images/section_bg_left.gif) no-repeat top left;
		height:100%;
		margin:0;
		padding-left: 30px;
		padding-top:1px;
	}

table tr td:last-child {
	border-right:0px;
}

div.searchResult {
		margin:10px;
		margin-bottom:20px;
	}
	div.searchResult h3 {
		text-align:left;	
		color:#006600;
		margin:1px;
	}

div.thumbnail {
	width:80px;
	height:80px;
	text-align:center;
	border:1px solid silver;
	overflow:hidden;
	}

div.productImage {
	width:250px;
	height:250px;
	float:right;
	margin:5px;
	margin-left:30px;
	border:1px solid silver;
	text-align:center;
	overflow:hidden;
	}
	/*
	.productImage img {
		max-width:250px;
		max-height:250px;
	}
	*/

#productInfo {
	min-height:275px;
    _height:275px;
	}
	#productInfo .price {
		font-size:larger;
		margin-top:10px;
		margin-bottom:10px;
	}
	#productInfo .content {
		max-width:400px;	
		_width:300px;
	}


table.productAttributes {
		border-bottom:1px silver solid;
		border-top:1px silver solid;
		width:300px;
		font-size:small;
	}
	table.productAttributes th {
	text-align:right;	
	padding:5px;
	}
	table.productAttributes td {
		padding:5px;
	}
	tr.r1 {
		background-color:#efefef;
	}

.ourPrice {
	color:#CC0000;
	font-weight: bold;
}
.listPrice {
	color:#000;
	font-weight: bold;
	text-decoration:line-through;
}

.buttonBuyNow {
	margin: auto;
	margin-top: 10px;
	margin-bottom: 5px;	
	line-height: 0px;
	background: url(../images/buyNow_but.gif) no-repeat top center;
	font-size:0;
	width: 80px;
	height: 30px;
	display:block;
	overflow: hidden;
}

.searchMatchesSubTitle {
	background-color:#D8E2EB;
    margin-top:10px;
	border-top: solid 1px #5380AE;
    padding:5px;
    height:20px;
    }
    .searchMatchesFound {
        float:left;
    }
    .searchMatchesShowing {
        float:right;
    }

div.resultLinks {
    margin:10px;
    min-height:40px;
}

div.resultLinks:after { clear:both; }

.resultLinks ul {
	list-style:none;
}
.resultLinks li {
	float:left;
	margin:10px;
}

ul.faqQuestions {
    list-style:none;
    margin:0;
    padding:0;
    padding-bottom:10px;
    border-bottom:1px solid silver;
}
ul.faqQuestions li {
    margin-top:5px;
}

.faqAnswer {
    margin-top:5px;
    margin-bottom:5px;
}
.faqAnswer div, .testimonial div {
	text-align:right;
    margin-top:10px;
    border-top:1px solid silver;
}

.numeric {
	text-align:right;
}
input.numeric {
	max-width:30px;
}

td.buttonRight {
	text-align:left;	
	float:left;
}

#account h2 {
	text-align:left;	
}

table.orderItems {
	width:99%;	
}
	table.orderItems td {
		padding:2px;
	}
	table.orderItems td.numeric {
		white-space:nowrap;	
	}
	table.orderItems th {
		border:2px solid #002e5e;
		border-left-width:0;
		border-right-width:0;
		padding:1px 5px 5px 1px;
	}

th {
	white-space:nowrap;	
}

table.webForm {
	width:90%;
}

table.webForm td.buttonRight {
	text-align:left;
	padding:4px;
}

table.webForm td.buttonLeft {
	text-align:right;
	padding:4px;
}

table.webForm td textarea {
	width:350px;	
	height:150px;	
}

table.webForm input.numeric {
	width:50px;
}


table.webForm tr {
	margin:0;	
	padding:0;	
}

table.webForm td {
	padding:5px;
}

table.webForm th {
	text-align: right;
	padding:5px;
	background-color:#f6f6f6;
	width:20%;
}

table.list {
	width:98%;	
	}
	table.list thead tr {
		background-color: #ddd;
		font-weight:bold;
	}

	table.list th {
		padding:5px;
		text-align:left;
	}
	table.list td {
		padding:3px;
	}
	table.list tr {
		margin:1px;
		border:0px;
		padding:0px;
	}
	table.list tbody tr:hover {
		background-color:#eee;
	}


span.error {
	color:red;	
}

#ecommSection h2 {
	margin-top:20px;
	text-align:left;
	font-size:medium;
	color:black;
}

div.infoMessageBlock {
	margin:10px 0 10px 0;	
	font-size: larger;
}

a.deleteIcon {
	font-size:larger;
	display:block;
	color:#e00000;
}

#checkoutSteps {
	margin-bottom:50px;
	color:gray;
}
#checkoutSteps ul {
		list-style:none;
		margin:0;
		padding:0;
		font-size:11px;
	}
	#checkoutSteps li {
		/*background-color:#002e5e;*/
		background-color:#eee;
		border:solid silver;
		border-width:1px 1px 1px 0;
		float:left;	
		margin:0;
		padding:5px;
		text-align:center;
		margin:auto;
	}
	#checkoutSteps li.true {
		background-color:#002e5e;
		color:white;
	}
	#checkoutSteps li.first {
		border-left-width:1px;
		background-color:white;
		color:#002e5e;
	}
	li#cancelCheckout {
		background-color:white;
		float:right;
		border-left-width:1px;
		width:130px;
	}
	#cancelCheckout a {
		display:block;	
		box-sizing: content-box;
		color:#c60000;
	}
	li#cancelCheckout:hover, li#cancelCheckout:hover a {
		background-color:#c60000;
		color:white;
	}

	
ul.customerHomeLinks {
	list-style:none;	
	}
	ul.customerHomeLinks li {
		margin:5px 0 5px 0;	
	}
