@charset "utf-8";
/* CSS */
/*-------------------- Layout --------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, sans-serif, Helvetica;
	background: #C2DAE3 url(images2/all_bg.png) repeat-x;
}

/** {
  padding: 0;
  margin: 0;
}*/
#all {
	width: 930px;
	margin: 0 auto;
}
	#header {
		height: 102px;
		background: url(images/brandshop200.gif) 25px 5px no-repeat;
	}
	#header.locker-room {
		background: url(images/brandshop_locker_room_logo185.gif) 25px 5px no-repeat;
	}
		#top-nav {
			margin: 0;
			color: #666666;
			float: left;
			font-size: 1.6em;
			height: 26px;
			line-height: 1.6em;
			padding: 10px 0;
			white-space: nowrap;
		}
			.top-nav-div a, a.home-link, a.cart-link {
				text-decoration: none;
				color: #666666;
				padding-right: 10px;
			}
			a.cart-link {
				padding: 0;
			}
			.top-nav-div strong a {
				background: none;
				clear: left;
				display: block;
			}
			
			.top-nav-div a:hover, a.home-link:hover, a.cart-link:hover {
				color: #0066FF;
			}
			.top-nav-div.pink a:hover {
				color: #FB40B5;
			}
			.top-nav-div.green a:hover {
				color: #13E40E;
			}
			.top-nav-div.red a:hover {
				color: #ff0000;/*#FFD700;#F2CE00*/
			}
			
			.top-nav-div a.selected {
				color: #0066FF;
			}
			
			.top-nav-div.pink a.selected {
				color: #FB40B5;
			}
			.top-nav-div.green a.selected {
				color: #13E40E;
			}
			.top-nav-div.red a.selected {
				color: #ff0000;
			}
			
			#top-nav .top-nav-div {
				display: inline;
				color: #FFFFFF;
				background: none;
			}
			
			.top-nav-dropdown {
				position: absolute;
				top: 87px;
				background: url(images/blue75.png);
				z-index: 9999;
				display: none;
				padding: 5px 10px;
			}
			.top-nav-dropdown.pink {
				background: url(images/pink75.png);
			}
			.top-nav-dropdown.green {
				background: url(images/green75.png);
			}
				.top-nav-dropdown ul {
					margin: 0;
					padding: 0;
					font-size: 14px;
					color: #000000;
					line-height: 1.3em;
					list-style: none;
					display: block;
					float: left;
					margin-right: 5px;
					width: 95px;
				}
				.top-nav-dropdown ul li {
					padding: 0;
					/*padding: 0 0 0 6px;
					float: left;*/
					white-space: normal;
				}
				.top-nav-dropdown ul li a {
					font-size: 12px;
					color: #000000;
					line-height: 1.2em;
					/*float: left;  dodane*/
					padding: 0;/* dodane*/
					/*margin: 1px 3px; dodane*/
				}
		#search-box, #newsletter-box {
			color: #999999;
			float: right;
			font-size: 1.6em;
			height: 21px !important;
			line-height: 1.6em;
			margin-top: 3px;
			padding: 0 2px;
			text-align: right;
			width: 330px;
			overflow: hidden;
		}
			.search-field, .newsletter-field {
				font-size: 12px;
				padding: 2px;
				width: 240px;
				margin-right: 7px;
				border: 1px solid #CCCCCC;
				color: #999999;
				vertical-align: middle;
			}
			.search-btn {
				width: 59px;
				height: 20px;
				background: url(images/search_btn.png) no-repeat;
				border: none;
				vertical-align: middle;
				padding: 0;
			}
			.search-btn:hover {
				background-position: 0px -20px;
			}
			.newsletter-btn {
				width: 39px;
				height: 20px;
				background: url(images/newsletter_btn.png) no-repeat;
				border: none;
				vertical-align: middle;
				padding: 0;
			}
			.newsletter-btn:hover {
				background-position: 0px -20px;
			}
		
		#account-links {
			float: right;
			font-size: 0.8em;
			height: 20px !important;
			margin-top: 7px;
			padding: 0 10px;
			text-align: right;
			width: 100%;
			overflow: hidden;
			color: #999999;
		}
			#account-links a {
				padding-left: 10px;
				text-decoration: none;
				color: #999999;
			}
			#account-links a:hover {
				text-decoration: underline;
			}
		
		#cart-info {
			color: #666666;
			float: right;
			font-size: 1.6em;
			height: 26px;
			line-height: 1.6em;
			padding: 10px 2px;
			text-align: right;
			width: 200px;
		}
		.blue {
			color: #0099FF;
		}

	#middle {
		float: left;
		/*background: url(images/white62.png) !important;
		background: #EDF4FA;*/
		background: #FFFFFF url(images/diag_lines.png);
	}
		.left-container {
			width: 230px;
			float: left;
		}
			.sidebar {
				width: 230px;
				position: relative;
			}
		.right-container {
		width: 700px;
		float: right;
		}
			.main {
				width: 700px;
			}
			.main h3.main-header {
				padding: 15px 15px 5px;
				margin: 0;
				font-size: 18px;
				color: #999999;
			}
	.center-container {
		padding: 0 23px 0 30px;
	}
	
	#footer {
		width: 910px;
		padding: 10px;
		background: #66AEC9 url(images2/footer_bg.png) repeat-x;
		float: left;
	}
		#bottom-links {
			float: right;
			color: #EEEEEE;
			font-weight: bold;
			font-size: 14px;
		}
			#bottom-links ul {
				list-style: none;
				float: left;
				margin: 20px;
				padding: 0;
			}
			#bottom-links li {
				font-weight: normal;
				line-height: 1.3em;
				text-transform: capitalize;
			}
			#bottom-links a {
				color: #CCCCCC;
				text-decoration: none;
			}
			#bottom-links a:hover {
				text-decoration: underline;
			}

/*-------------------- Common --------------------*/
.ui-link {
	font-size: .9em;
	margin: 5px 0;
	display: inline-block;
	padding: 0.4em 1em 0.4em 2em;
	text-decoration: none;
	position: relative;
}
	.ui-link span.ui-icon {
		left: 0.4em;
		margin: -8px 5px 0 0;
		position: absolute;
		top: 50%;
	}
.ui-link input {
	border: none;
	padding: 0px;
	margin: 0px;
	font-size: inherit;
	background: none;
	display: inline;
}
.red {
	color: red;
}
.msg {
	border: 1px solid #CCCCCC;
	margin: 10px;
	padding: 15px;
	font-size: 1.3em;
	color: #DF9700;
	background: #FFFFCC;
}

/*------------------ Navigation ------------------*/
.acc-nav .brand-link {
	display: block;
	width: 100%;
	height: 42px;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
}

.acc-nav .brand-link:hover {
	text-decoration: underline;
}

.acc-nav .brand-logo {
	display: block;
	width: 50px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin-right: .5em;
}
.ui-accordion-header {
	width: auto !important;
	width: 99%;
}
.acc-header {
	display: block;
	font-size: 1em !important;
	padding: .25em 0 .25em 2.2em !important;
}
.acc-nav .selected {
	border-bottom: none;
}
/*------------- Brand Page Navigation ------------*/
#main-nav {
	width: 95%;
	float: left;
	padding: 0 15px 15px;
}
#main-nav h3 {
	margin: 0 0 5px;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	text-transform: capitalize;
}
#main-nav img {
	border: none;
	float: right;
}
#main-nav div {
	font-size: 16px;
	font-weight: bold;
	float: left;
	padding-right: 25px;
	color: #666666;
}
#main-nav ul {
	font-size: 12px;
	padding: .25em 2em;
	margin: 0;
}
#main-nav a {
	color: #666666;
	text-decoration: none;
}
#main-nav a:hover {
	text-decoration: underline;
}
/*-------------------- Filters -------------------*/
#filters {
	font-size: 1.2em;
	color: #666666;
	font-weight: bold;
	margin: 0 0 0 10px;
}
#filters h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 17px 0 0;
}
#filters a {
	font-weight: normal;
	color: #4189af;
	text-decoration: none;
	font-size: .8em;
}
#filters.locker-room a {
	color: #ec1b2e;
}
#filters ul {
	font-size: .9em;
	color: #4189af;
	margin: .6em 0;
}
#filters.locker-room ul {
	color: #ec1b2e;
}
#filters ul li ul {
	margin: 0;
}
#filters ul li a {
	font-weight: normal;
	text-decoration: underline;
	font-size: 1em;
}
#filters ul li a:hover {
	text-decoration: none;
}
/*--------------- Product browsing ---------------*/
.items_container {
	padding: 5px 55px;
	float: left;
}
	.item_box {
		background: #FFFFFF;
		border: 1px solid #999999;
		border-spacing: 2px;
		color: #000000;
		display: block;
		float: left;
		height: 235px;
		margin: 0 2px 2px 1px;
		text-decoration: none;
		width: 180px;
		padding: 5px;
	}
	.item_box:hover {
		border-color: #0099CC;
		cursor: pointer;
	}
		.item_photo {
			display: block;
			width: 180px;
			height: 180px;
			margin-bottom: 5px;
			background-position: center;
			background-repeat: no-repeat;
			font-size: 12px;
			color: #FF0000;
			font-weight: bold;
		}
		.item_name {
			display: block;
			width: 100%;
			height: 30px;
			text-align: center;
			font-weight: bold;
			overflow: hidden;
		}
		.item_price {
			/*display: block;
			padding: 0 5px;*/
		}
		.item_sale {
			color: #FF0000;
			font-weight: bold;
			display: block;
			float:	right;
		}
.pagination {
	width: 676px;
	text-align: center;
	clear: left;
	margin: 10px 0;
}
.pagination .ui-link {
	padding: .2em .5em;
	text-decoration: none;
	margin: 0 3px;
	position: relative;
}
/*------------------- Homepage -------------------*/
.homepage-container {
	background-color: #E6E6E6;
	background-repeat: no-repeat;
	margin: 10px !important;
	margin: 10px 0 10px 5px;
	float: left;
}
.homepage-container .item_box {
	float: right;
	margin: 5px 5px 5px 0 !important;
	margin: 5px 2px 5px 0;
	padding: 0;
}

.homepage-container.new-in {
	background-image: url(images/new_in.png);
	/*width: 680px;*/
	width: 320px;
}
.homepage-container.sale {
	background-image: url(images/sale.png);
	width: 320px;
}
#sale-on {
	float: left;
	background: url(../images/sale_cntd.jpg) no-repeat;
	height: 110px;
	width: 680px;
	margin: 0 10px;
}
#sale-on #countdown {
	float: left;
	font-size: 18px;
	color: #CB2C00;
	margin: 55px 0 0 500px;
}
/*----------------- Product page -----------------*/
#main-image {
	float: left;
	width: 400px;
	/*background: #FFFFFF;
	border: solid 1px #CCCCCC;*/
	text-align: center;
	margin: 5px 0;
}
	#main-image img {
		border: 0;
	}
#more-images {
	float: left;
	width: 400px;
	/*background: #FFFFFF;
	border: #CCCCCC solid;
	border-width: 0px 1px 1px;*/
	padding-bottom: 5px;
	text-align: center;
}
	#more-images img {
		margin: 5px 5px 0px;
	}
#details {
	float: left;
	width: 285px;
	padding: 5px;
	font-size: 16px;
	background: #FFFFFF url(images/diag_lines.png);
}
	#details .label {
		font-size: .8em;
		text-transform: uppercase;
	}
	#details .value {
		font-size: 1.4em;
		font-weight: bold;
		line-height: 1.3em;
	}
	#details .price {
		font-size: 1.8em;
	}
	#details select {
		width: 100px;
	}
	#details .out-of-stock {
		color: red;
	}
	#details #sale-on-small {
		width: 285px;
		height: 80px;
		background: url(../images/sale_small.jpg) no-repeat;
		float: left;
	}
		#sale-on-small #countdown {
			color: #CB2C00;
			margin: 54px 0 0 55px;
			width: 175px;
			text-align: center;
			font-size: .95em;
		}
div.tabs {
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	float: left;
	margin: 5px;
}
	.tabs h3 {
		font-size: 1.1em;
		margin: 0 0 2px;
	}
	.tabs h4 {
		font-size: 1em;
		margin: 4px 0 0;
	}
	.tabs .item_box {
		height: auto;
		width: 100px;
	}
	.tabs .item_photo {
		height: 100px;
		width: 100px;
	}
	.tabs .item_name {
		font-weight: normal;
		font-size: 0.8em;
	}
#logo-and-links {
	float: left;
}
	#logo-and-links img{
		margin: 10px 0;
		border: none;
	}
	#logo-and-links h3 {
		margin: 0;
	}
	#logo-and-links a {
		display: block;
		margin: 10px 0 0;
		color: #636363;
		text-decoration: underline;
	}
	#logo-and-links a:hover {
		text-decoration: none;
	}
/*--------------------- Cart ---------------------*/
#cart-content {
	background: #FFFFFF;
	float: left;
	width: 100%;
}
#cart-content table {
	width: 80%;
	border-bottom: #999999 1px solid;
	border-right: #999999 1px solid;
	margin: 10px auto 20px;
	
}
#cart-content td, #cart-content th {
	text-align: left;
	padding: 3px 2px;
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
}
#cart-content th {
	background: #999999;
	color: #F7F7F7;
}
#cart-content td.right, #cart-content th.right {
	text-align: right;
}
#cart-content td.center, #cart-content th.center {
	text-align: center;
}
#cart-content #cart-box {
	width: 380px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 0 auto 50px;
	text-align: center;
	color: #999999;
}

#cart-box h2, .cart-sidebar h4 {
	margin: 5px 0 10px;
	text-align: left;
	font-size: 14px;
}
.cart-sidebar {
	width: 90%;
	margin: 5px;
	padding: 5px;
	color: #999999;
}
.pp_form {
	width: 150px;
	margin: 0 100px 50px 0;
	float: right;
}

/*------------------ Info links ------------------*/
.info-links {
	width: 90%;
	margin: 5px;
	padding: 5px;
	color: #999999;
}
.info-links span {
	font-size: 1.3em;
	font-weight: bold;
}
.info-links ul {
	margin: 5px 0;
}
.info-links a {
	text-decoration: none;
}
.info-links a:hover {
	text-decoration: underline;
}

/*----------------- Info Content -----------------*/
.info-content {
	width: 95%;
	margin: 5px;
	padding: 10px;
	/*background: #F0F0FF;
	background: #FBFDFF;*/
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #666666;
}
.info-content h2 {
	color: #999999;
	font-size: 24px;
	font-weight: lighter;
}
.info-content ul.store-locations {
	list-style: none;
	display: inline-block;
}
.info-content ul.store-locations li {
	float: left;
	width: 202px;
}

/*----------------- Account pages ----------------*/
.order-summary {
	margin: 15px;
}
.order-summary .box {
	padding: 8px;
	margin-right: 25px;
	background: #f9f9f9;
	border: 1px solid #e8e8e8;
	float: left;
	width: 40%;
}	
.order-summary .box h4 {
	margin-bottom: 8px;
}
.order-summary .green {
	color: #62cb50;
}
.order-summary .orange {
	color: orange;
}
.order-summary .red {
	color: red;
}
.order-summary table {
	font-size: 12px;
	width: 90%;
	margin: 15px 0;
	border: solid #999999;
	border-width: 0 1px 1px 0;
}
.order-summary table td, .order-summary table th {
	border: solid #999999;
	border-width: 1px 0 0 1px;
	padding: 2px;
}
.order-summary table th {
	background: #999999;
	color: #ffffff;
}
.order-summary .center {
	text-align: center;
}
.order-summary .right {
	text-align: right;
}
