/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background: #fff url(../images/page_bg.jpg) center top fixed no-repeat;
	color: #333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 250%;
	font-weight: bold;
	color: #1d2172;
	margin: 0 0 10px 0;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 200%;
	font-weight: bold;
	color: #1d2172;
	margin: 0 0 10px 0;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 160%;
	font-weight: bold;
	color: #1d2172;
	margin: 0 0 5px 0;
}

h4 {
	font-size: 140%;
	font-weight: bold;
	color: #1d2172;
	margin: 0 0 10px 0;
	padding: 0 0 0 40px;
}

h4.priceUK { background: #fff url(../images/unionflag.gif) 0 3px no-repeat; }
h4.priceEU { background: #fff url(../images/euflag.gif) 0 3px no-repeat; }
h4.priceROW { background: #fff url(../images/globeflag.gif) 0 3px no-repeat; }

h4 span {
	color: #666;
	font-size: 60%;
}

h5 {
	font-size: 100%;
	font-weight: bold;
}

a {
	color: #1d2172;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.floatLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.floatRight {
	float: right;
	margin: 0 0 10px 10px;
}

#outerContainer {
	width: 100%;
	text-align: center;
	padding: 25px 0 50px 0;
}

#container {
	width: 970px;
	margin: 0 auto;
	padding: 14px 0 0 0;
	text-align: left;
	background: transparent url(../images/container_top.png) top left no-repeat;
	position: relative;
}

#logo {
	position: absolute;
	top: -28px;
	left: 15px;
}

#containerBody {
	padding: 0 15px;
	background: transparent url(../images/container_body.png) top left repeat-y;
}

#containerEnd {
	height: 15px;
	background: transparent url(../images/container_bottom.png) top left no-repeat;
}

#topNav {
	padding: 0 0 50px 160px;
}

#sideNav {
	float: left;
	width: 140px;
}

#content {
	float: right;
	width: 800px;
}

#contentFullWidth {
	width: 780px;
	padding: 0 20px;
}

#contentFullWidth p {
	margin: 0 0 20px 0;
	line-height: 140%;
}

#contentFullWidth p.last {
	margin: 0 0 10px 0;
}

#contentLeft {
	float: left;
	width: 460px;
	padding: 0 20px
}

#contentRight {
	float: right;
	width: 300px;
}

#contentRight p {
	margin: 0 0 20px 2px;
	line-height: 140%;
}

#contentRight .last {
	margin: 0;
}

#contentExtras {
	padding: 0 0 0 20px;
	margin: -524px 0 0 0;
}

#hiddenScroller {
	clear: both;
	overflow: hidden;
	width: 100%;
}

.shopCol {
	float: left;
	width: 200px;
	padding: 20px 27px;
	text-align: center;
}

.shop2Col {
	float: left;
	width: 400px;
	padding: 20px 27px;
	text-align: left;
}

.shop1Col {
	padding: 10px 10px 0 10px;
}
	
.shopCol img {
	margin: 0 0 5px 0;
}


/******************************************
DASHED BOX STYLES
******************************************/

.boxTop {
	background: #fff url(../images/border_horiz.gif) top left repeat-x;
	height: 7px;
	overflow: hidden;
}

.boxTL {
	background: transparent url(../images/dashed_corners_white.gif) -7px -7px no-repeat;
	display: block;
	height: 7px;
}

.boxTR {
	background: transparent url(../images/dashed_corners_white.gif) 0 -7px no-repeat;
	display: block;
	width: 7px;
	height: 7px;
	float: right;
}

.boxBody {
	background: #fff url(../images/border_vert.gif) top left repeat-y;
}

.boxContent {
	background: transparent url(../images/border_vert.gif) top right repeat-y;
	padding: 0 7px;
}

.boxBottom {
	background: #fff url(../images/border_horiz.gif) 0 6px repeat-x;
	height: 7px;
	overflow: hidden;
}

.boxBL {
	background: transparent url(../images/dashed_corners_white.gif) -7px -0 no-repeat;
	display: block;
	height: 7px;
}

.boxBR {
	background: transparent url(../images/dashed_corners_white.gif) 0 0 no-repeat;
	display: block;
	width: 7px;
	height: 7px;
	float: right;
}


/******************************************
TOPNAV STYLES
******************************************/

ul#breadcrumb {
	float: left;
	list-style-type: none;
	margin: 0 5px;
}

ul#breadcrumb li {
	float: left;
	color: #999;
	font-size: 86%;
	line-height: 190%
}

ul#breadcrumb a {
	color: #999;
	text-decoration: none;
}

ul#breadcrumb a:hover {
	color: #666;
	text-decoration: underline;
}

ul#globalMenu {
	float: right;
	list-style-type: none;
	margin: 0 5px;
}

ul#globalMenu li {
	float: left;
}

ul#globalMenu a {
	background: #fff url(../images/top_nav.gif) top left no-repeat;
	display: block;
	height: 22px;
}

ul#globalMenu li#link1 a { background-position: 0 0; width: 82px; }
ul#globalMenu li#link2 a { background-position: -80px 0; width: 90px; }
ul#globalMenu li#link3 a { background-position: -170px 0; width: 90px; }

ul#globalMenu li#link1 a:hover { background-position: 0 -22px; }
ul#globalMenu li#link2 a:hover { background-position: -80px -22px; }
ul#globalMenu li#link3 a:hover { background-position: -170px -22px; }

ul#globalMenu a:hover {
	color: #333;
}

ul#globalMenu a span {
	display: none;
}

/******************************************
SIDENAV STYLES
******************************************/

#sideNav ul {
	list-style-type: none;
}

#sideNav li {
	margin: 0 0 5px 0;
}

#sideNav a {
	background: #fff url(../images/side_nav.gif) top left no-repeat;
	display: block;
	width: 140px;
	height: 30px;
}

#sideNav li#link1 a { background-position: 0 0; }
#sideNav li#link2 a { background-position: 0 -30px; }
#sideNav li#link3 a { background-position: 0 -60px; }
#sideNav li#link4 a { background-position: 0 -90px; }
#sideNav li#link5 a { background-position: 0 -120px; }

#sideNav li#link1 a:hover { background-position: -140px 0; }
#sideNav li#link2 a:hover { background-position: -140px -30px; }
#sideNav li#link3 a:hover { background-position: -140px -60px; }
#sideNav li#link4 a:hover { background-position: -140px -90px; }
#sideNav li#link5 a:hover { background-position: -140px -120px; }

#sideNav li#link1 a.selected { background-position: -280px 0; }
#sideNav li#link2 a.selected { background-position: -280px -30px; }
#sideNav li#link3 a.selected { background-position: -280px -60px; }
#sideNav li#link4 a.selected { background-position: -280px -90px; }
#sideNav li#link5 a.selected { background-position: -280px -120px; }

#sideNav a span {
	display: none;
}

/******************************************
CONTENT AREA STYLES
******************************************/

#iconLinks {
	padding: 10px 0;
}

#iconLinks a {
	font-weight: bold;
}

/*a#toggleDetails {
	background: #fff url(../images/ico_magnify.gif) 0 2px no-repeat;
	padding: 0 0 0 20px;
	margin: 0 10px 0 0; 
}

a#backLink {
	background: #fff url(../images/bullet_back.gif) top left no-repeat;
	padding: 0 0 0 18px;
	margin: 0 10px 0 0; 
}

a#nextLink {
	background: #fff url(../images/bullet_go.gif) top right no-repeat;
	padding: 0 18px 0 0;
}*/

#buy select {
	border: 1px solid #999;
	padding: 1px
}

#buy {
	padding: 10px 0 0 0;
}

.buySection {
	margin: 10px 0 0 0;
}

img#a2c {
	cursor: pointer;
}

.shirtThumbs img {
	margin: 0 4px 0 0;
}

/******************************************
FOOTER STYLES
******************************************/

#footer  {
	font-size: 86%;
	margin: 20px 0 0 0;
	color: #999;
}

#footer ul {
	list-style-type: none;
	margin: 0 0 5px 0;
}

#footer li {
	float: left;
}

#footer a {
	color: #999;
}

#footer a:hover {
	color: #1d2172;
}

/******************************************
CLEARING FLOATS
******************************************/
.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearFix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearFix {height: 1%;}
.clearFix {display: block;}
/* End hide from IE-mac */
