/* Resets
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;	
}
/* Remove the outline from firefox links */
:focus { -moz-outline-style: none; }
h1,
p {
	margin: 0 0 10px 0;
}
img {
	border: 0;
}
ul {
	list-style: none;
}
ol {
	list-style: decimal inside;
}
fieldset {
	border: 0px;
}
label {
	float: left;
	width: 100px;
}
/* Typography
----------------------------------------------- */
html {
	font-size: 100%;
}
body {
	font-size: 62.5%;
	font-family: Arial, Tahoma, Verdana, Times, sans-serif;
}
h1  {
	font-size: 1.6em;
	font-weight: bold;
}
h2 { 
	font-size : 1.4em; 
}
p {
	font-size: 1.2em;
}
label {
	font-size: 1em;
}
input,
select,
textarea,
submit { 
	font-family:Arial,Tahoma,Verdana,Times,sans-serif;
	font-size: 1em;
}
#menu { 
	font-size: 1.4em;
}
#menu li a.menuRollover {
	/*font-weight: bold;*/
}
#submenu { 
	font-size: 1.2em;
}
.head { font-size : 1.4em; font-weight: bold;  }
.subhead { font-size : 1.2em;  }
.text { font-size : 1em; }
.textbold { font-size : 1em; font-weight: bold }
.bodylink { font-size : 1.6em; }
a.bodylink { font-size : 1.6em; }
.producttitle,
a.producttitleRollover {
	font-size : 1.2em; 
	font-weight : Bold; 
}
.fieldhead { 
	font-size : 1.2em; 
}
.field {
	font-size: 1.1em;
}
.no_category_product_image a {
	display:block;
	float:left;
	height:100%;
	width:100%;
}
.productprice {
	font-size: 1.2em;
}
.categoryProductAddBasket {
	font-size: 1.6em;
}
/* Layout
----------------------------------------------- */
#page { 	 
	margin: 10px auto;
	position: relative;
	padding: 0;
	width: 760px;
}
#header {
	height: 100px;
}
#header span {
	display:none; 
}
#menu {
	height:30px;
	text-align: right;
}
#submenu  { 
	float: left;
	padding: 10px 5px;
	width: 130px;
}
#content { 
	float: left;
	padding: 10px;
	width: 600px;
}
#footer  { 
	clear: both;
	height: 24px;
	line-height: 24px;
	position: relative;
	text-align: right;
	padding: 0 10px; 
}
.imageLeft {
	margin-right:10px;
}
.imageRight {
	margin-left:10px;
}
/* Background - Borders - Color
----------------------------------------------- 
#0066FF - Light Blue

*/
html,
body { 
	background-color: #fff;
}
#page {
	border: 1px solid #039;
}
#header {
	background: #fff url(header.jpg) repeat-y left top; 
}
#flashMenu {
	margin-bottom: 10px;
}
#menu { 
	background-color:#003399;
}
#menu li a { 
	border-right: Solid 0px #000000;
	color:#fff;
}
#menu li a:hover,
#menu li a.menuRollover {
	background-color:#06f;
}
#content {
	background: #fff;
	margin-bottom: 10px;
}
#footer,
a.footertext { 
	background-color:#003399;
	color:#fff;
}
h1,
h2,
a:hover,
a.bodylinkRollover,
#submenu li a.menuRollover,
a.producttitleRollover,
.head,
.subhead,
#content a {
	color:#0066FF;
}
a,
.text,
.textbold,
#menu,
.submenuhead,
#submenu,
#content a:hover {
	color:#000066;
}
.imgborder,
.catproductimage,
.productimage,
.galleryimage,
.pageBorder {
	border : Solid 1px #fff
}
input,
select,
textarea,
submit {  
	border: solid 1px #000066; 
}
input.button { 
	background-color: #888;
	border: 1px solid #0066FF;
	color: #fff;
	padding: 4px;
}
#contentsubcategories {
	float:left;
	clear:both;
}
/* boy, girl, accessories, kids caegory
----------------------------------------------- */
#page-boy .catProductBox,
#page-girl .catProductBox {
    height:180px;
	width:130px;
	padding:0 20px 10px 0;
}
#page-boy .catProductBox div,
#page-girl .catProductBox div {
	display:none;
	width:auto;
}
#page-boy div.catProductImageBox,
#page-girl div.catProductImageBox,
#page-boy div.catProductImagePlace,
#page-girl div.catProductImagePlace {
	display:block;
	clear:none;
	float:left;
	overflow:auto;
}
/* Earlier
----------------------------------------------- 
----------------------------------------------- */
/* Menu
----------------------------------------------- */
#menu ul { 
}
#menu li {
	display: inline;
	list-style-type: none;
}
#menu li a {
	float:left;
	line-height:30px;
	padding:0 10px;	
}
#menu li a.menuRollover { 
}
#menu li#menucontact a {
	padding: 0 0 0 10px;
}
/* Sub Menu
----------------------------------------------- */
.submenuhead {
	width:120px;
}
#submenu ul { 
}
#submenu li {
}
#submenu li a { 
}
#submenu li a.menuRollover { 
}
#submenu ul ul li a  { 
}
/* Product Title
----------------------------------------------- */
a.producttitleRollover {
}
.producttitlealign {
}
.productback {
}
.fieldhead {
}
.field {
}
.productprice {
}
.productpricealign { 
}
legend {
	margin:0 0 5px 0;
}
/* Homepage
----------------------------------------------- */
#page-home #submenu {
	display:none;
}
#page-home #content {
	width:740px;
}
#page-home h1 {
	display:none;
}
#page-home #pageoptions {
	display:none;
}
/* Sections
----------------------------------------------- */
#searchform {
	color: #000000; 
	font-size: 11px;  
	position: absolute; 
	top: 152px; 
	left:556px; 
	width:220px; 
	z-index:1000; 
	display:block; 
}
#searchform input { 
	width:96px; 
}
#searchform submit {
	color: black;  
	background-color: #6633FF; 
	border: solid 1px #000000; 
}
#searchResults {
	padding: 24px 0px; 
}
.searchProduct {
	width: 140px; 
	height: 80px; 
	float: left; 
	clear: none;	
}
.searchProductImageBox { 
	float: left; 
	clear: both; 
	width: 140px; 
}
.searchProductImage { 
	border: Solid 1px #6633FF; 
}
.searchProductTitle { 
	float: left; 
	clear: both; 
	width: 140px; 
}
/* Basket
----------------------------------------------- */
#basket {
}
#basketHead { 
	color: #000000; 
	position: relative; 	
	width: 580px; 
	height: 20px; 
	padding: 4px; 
}
#basketHeadItem,
#basketHeadPrice,
#basketHeadSize,
#basketHeadQuantity,
#basketHeadTotal { 
	position: absolute;
	font-size: 14px;
}
.head { position: absolute; }
.basketItem { left: 40px; }
.basketPrice { left: 400px; }
.basketQuantity { left: 480px; }
.basketTotal { left: 540px; }
.basketRow {
	position: relative;
	height: 28px;
}
.basketProductImg { display: block; width: 40px; }
.basketProductItem { display: block; position: absolute; left: 40px; top: 12px; }
.basketProductPrice { display: block; position: absolute; left: 400px; top: 12px; }
.basketProductQty { display: block; position: absolute; left: 480px; top: 12px; }
.basketProductTotal { display: block; position: absolute; left: 540px; top: 12px; }
.basketRemoveButton {
	display: none;
	position: absolute;
	left: 320px;
	top: 12px;
}
#basketButtons {
	padding: 24px; 
}
#basketUpdateButton {
	padding: 16px 80px 28px 0;
	position: relative;
	text-align: right;
}
#basketTotals {
	font-size: 1.4em; 	
	height: 1.4em;
	margin: 10px 0;
	position: relative; 
}
#basketQuantityTotal { 
	position: absolute; 
	left: 480px;
}
#basketPriceTotal { 
	position: absolute; 
	left: 540px; 
}
.continueButton {
	float: left;
}
.checkoutButton {
	float: right;
}
/* Checkout
----------------------------------------------- */
#page-checkout  #content{
	width: 740px;
}
#page-checkout  #submenu{
	display: none;
}
#checkoutBreadCrumb {
	margin: 10px 0;
}
#checkoutForm form {
	position: relative;
	margin: 10px 0;
}
#checkoutFormShipDetails {
	left: 400px;
	position: absolute;
	top: 0pt;
}
#homepage #page #content h1 span { 
	display: none; 
}
#pageoptions { 
	float: left; 
	text-align: right; 
	width: 100%; 
	padding: 8px 0px; 
	clear: both;
}
#sendtofriend,
#newsletter,
#printerfriendly,
#goback {
	float: left; 
	clear: both; 
	padding: 2px 0px; 
}
/* Site Map
----------------------------------------------- */
.t0i { 
	font-size: 11px; 
	color: #0000FF; 
}
#sitemap {
	margin-left: 200px; 
	width: 400px 
}
/* Links
----------------------------------------------- */
#links { 
	clear: both; 
}
#linksTitle { 
	text-align: right; 
	float: left; 
	clear: left; 
	margin-right: 8px; 
	position: relative; 
	left: 0px; 
	width: 160px; 	 
}
#linksUrl {
	display: inline; 
}
#linksOther { 
	display: none; 
}
/* Latest News
----------------------------------------------- */
#latestNewsBox { 
	clear: both; 
	margin-bottom: 20px; 
	position: absolute; 
	z-index: 10; 
	top: 0px; 
	left: 624px; 
	width: 120px; 
	overflow: hidden; 
}
#latestNews { 
	clear: both; 
	margin-bottom: 20px; 
	position: relative; 
	left: 0px; 
	width: 320px; 
}
#latestNewsTitle {
	float: left; 
	clear: both; 
	margin-right: 8px; 
	position: relative; 
	left: 0px; 
}
#latestNewsDate { 
	display: inline; 
}
#latestNewsLink { 
	text-align: right; 
	float: left; 
	clear: both; 
}
/* News
----------------------------------------------- */
#news { 
	clear: both; 
	margin-bottom: 20px; 
	position: relative; 
	left: 40px; 
	width: 440px;  
}
#newsTitle {
	float: left; 
	clear: left; 
	margin-right: 8px; 
	position: relative; 
	left: 0px; 
	display: block; 
	color: #060; 
	font-weight: bold; 	
	font-size: 14px; 
}
#newsDate { 
	display: inline; 
	color: #030; 
	font-weight: bold; 
	font-size: 12px; 
}
#newsDescription,
#newsContent { 
	clear: both;
}
#newsLink { 
	text-align: right; 
	float: right;  
}
/* Gallery
----------------------------------------------- */
#galleryItemBox { 
	text-align: center; 
	float: left;
	clear:none; 
	width: 188px; 
	padding: 4px; 
	position:relative; 
}
#galleryImageBox { 
	text-align: center; 
	float: left; 
	width: 160px; 
	clear: both; 
}
.galleryImage {
	text-align: center; 
}
#galleryImageTitle,
#galleryImageInfo,
#galleryImagePrice { 
	float: left; 
	clear: both; 
	width: 160px; 
}
#galleryImageInfo {
	padding: 20px; 
}
#galleryImageAddTo { 
	display:none; 
}
#galleryImagePlace { 
	float: left;
	position:relative; 
	text-align: center; 
}
#galleryImageStatus { 
	text-align:right; 
	position: absolute; 
	left: 0; 
	bottom: 0px; 
	font: bold 16px/20px Arial; 
	color: #FFFFFF;
	background-color: #336699; 
	width: 122px; 
	border: solid 1px #000; 
}
/* Categories
----------------------------------------------- */
.catProductBox {
	float: left;
	position: relative; 
	text-align: center; 
	width: 600px; 
	min-height: 128px; 
	padding: 0 0 10px 0; 
}
.catProductImageBox { 
	border : Solid 1px #888;
	clear: both; 
	float: left; 
	/* height: 120px; */
	overflow: auto;
	text-align: center; 
	width: 120px; 
}
.catProductImageBox span {
	text-indent: -9999px;
}
.catProductImage { 
	align: center;
}
.catProductTitle { 
	left: 180px; 
	width: 240px;
	position: absolute; 
	text-align:left; 
}
.catProductInfo { 
	left: 180px; 
	position: absolute; 
	text-align:left;
	top: 24px;
}
.catProductPrice { 
	font-size: 1.4em;
	left: 180px;
	position: absolute;
	top: 120px;
}
.catProductPrice .fieldhead {
	display: none;
}
.catProductAddTo {
	display: none;
	background: #fff;
	float: right;
	left: 420px;
	position: absolute;
	width: 180px;
}
.catProductAddTo label {
	float: left;
	padding: 4px 0 0 0;
	width: 28px;
}
.categoryProductAddBasket {
	float: right;
	padding: 20px 100px 0 0;
}
.catProductImagePlace { 
	position:relative; 
	float: left; 
	text-align: center; 
}
.catProductImageStatus { 
	text-align:right; 
	position: absolute; 
	left: 0; 
	bottom: 0px; 
	font: bold 16px/20px Tahoma; 
}
.no_category_product_image {
	background: #ccc url(no_product_image_found.jpg) repeat-y left top; 
	display: block;
	height: 120px;
	width: 120px;	
}
/* Products
----------------------------------------------- */
#productBox { 
	position: relative;
	float: left; 
	clear: both;  
	text-align: center; 
}
#productImageBox { 
	float: left; 
	margin: 0 10px 0 0;
	width: 320px;
	background: #ccc;
}
.productImage { 
	border : Solid 1px #888; 
}
.no_product_image {
	background: #ccc url(no_product_image_found.jpg) no-repeat 100px 80px; 
	display: block;
	height: 280px;
	width: 280px;
	text-indent: -9999px;
}
#productTitle,
#productInfo,
#productPrice {
	padding: 0 0 10px 0;
}
#productAddTo { 

}
#productAddTo label {
	float: left;
	padding: 4px 0 0 0;
}
#productAddTo select {
	margin: 0 0 0 4px;
}
#productPrice { 
	font-size: 1.4em;
	margin: 10px 0;
}
#productPrice .fieldhead {
	display: none;
}
#productContinue { 
	clear: both;
	float: left;
	width: 120px;
	margin: 28px 0 0 0;
}
#productImagePlace { 
	position:relative; 
	float: left; 
	text-align: center; 
}
#productImageStatus { 
	text-align:right; 
	position: absolute; 
	left: 0;
	bottom: 0px; 
	font: bold 42px/52px Arial; 
	color: #FFFFFF;
	background-color: #336699; 
	width:80%; 
	border: solid 1px #000; 
}
#productThumbs{
	float:left;
	margin-top:10px;
}
.smlProductImagePlace {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
/* SIFR
----------------------------------------------- */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}
.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}
.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}
.sIFR-active h1, 
.sIFR-active .submenuhead {
	visibility: hidden;
	font-family: Verdana;
	line-height: 20px;
	font-size: 18px;
}
.sIFR-active .catProductTitle,
.sIFR-active #goBack {
	visibility: hidden;
	font-family: Verdana;
	line-height: 12px;
	font-size: 11px;
}
.sIFR-active .homepage-words {
	visibility: hidden;
	font-family: Verdana;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
}
.homepage-image {
	padding-bottom: 10px;
	text-align: center;
}
.basketRow:after,
.catProductBox:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
##page-inspiration #submenu {
    display:none;
}
#page-inspiration #content {
    width:740px;
    background:url(inspiration_bg.gif) no-repeat;
}
#page-boy h1,
#page-girl h1,
#page-boy #contentsubcategories,
#page-boy #submenu,
#page-girl #contentsubcategories,
#page-girl #submenu {
	display:none;
}
#page-boy #content,
#page-girl #content {
	width:740px;
}
embed {
    margin:80px;
}