* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

html {
	height: 100.2%;
}

body {
	font-size: 62.5%;
	background-color: #fff;
	padding-top: 42px;
	padding-left: 22px;
}

h1 {}
h2 {	font-size: 1.1em; margin-bottom: 15px; color: #767575 }
h3 { font-size: 1.1em; color: #767575 }
h4 { font-size: 1.8em; }
h5 { font-size: 1.1em; }

/* Colors */
body, a.dark, #edition, a, #slider-nav {
	color: #515151;
}
/* END Colors */

/* Fonts */
body {
	font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

#content ul#balls li a span {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
/* End Fonts */

p {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 15px;
}

a {
	text-decoration: none;
}

a:hover {
	color: #000;
}

img {
	border: 0;
}

input.radio-input {
	width: 14px;
	height: 14px;
}

input.check-input {
	width: 13px;
	height: 13px;
}

.button-link {
	background: transparent url(../img/buttons/white-left.png) no-repeat left top;
	cursor: pointer;
	display: inline-block;
	height: 31px;
	line-height: 13px;
	padding-left: 4px;
	font-size: 11px;
	text-transform: uppercase;
}

a.button-link:hover {
	text-decoration: none;
}

.button-link span {
	background: transparent url(../img/buttons/white-right.png) no-repeat right top;
	display: inline-block;
	height: 22px;
	padding-top: 9px;
	padding-left: 16px;
	padding-right: 20px;
}


ul.square {
	margin-bottom: -6px;
}

ul.square li {
	background: transparent url(../img/bullet-grey.gif) no-repeat 0px 6px;
	padding-left: 16px;
	margin-bottom: 6px;
	font-size: 1.3em;
	list-style: none;
}

.row  {
	clear: left;
	overflow: hidden;
	width: 100%;
}

.row .left {
	width: 365px;
	float: left;
	margin-right: 35px;
}

#makers .left {
	width: 246px;
}

.row .right {
	float: left;
	width: 365px;
}

#makers .right {
	width: 246px;
}

#makers .row {
	margin-bottom: 20px;
}

.separator {
	display: inline-block;
	margin: 0 8px;
}

#main {
	width: 942px;
	margin:auto;
}

	#header {
		margin-bottom: 35px;
		padding-left: 112px;
	}
	
	#sidebar {
		width: 112px;
		float: left;
		position: relative;
	}
	
		#sidebar ul {
			list-style: none;
		}
		
			#sidebar li {
				font-size: 1.1em;
			}

			#sidebar li a {
				color: #b4b5b5;
			}
			
			#sidebar li a:hover {
				color: #000;
			}
			
		#sidebar #slider-nav {
			position: absolute;
			top: 370px;
			font-size: 1.1em;
			font-weight: bold;
		}
	
	#content {
		width: 828px;
		float: left;
	}
	
		.ball {
			position: relative;
		}
		
			.ball #sticker_wrapper {
				position: absolute;
				width: 166px;
				height: 188px;
				right: 150px;
				bottom: 0px;
			}
		
				.ball #sticker_home {
					width: 126px;
					height: 148px;
					background: transparent url(../img/sticker_home.png) no-repeat left top;
					padding: 20px
				}
				
				.ball #sticker_home h3 {
					font-size: 12px;
					margin-bottom: 10px;
					color: #fff;
					font-weight: bold;
				}
				
				.ball #sticker_home p {
					margin-bottom: 6px;
				}
			
			
	
		#ball-home {
			position: relative;
			margin-left: 124px;
			margin-top: -38px;
		}
		
		#edition .text {
			position: absolute;
			top: 0;
			left: 0;
			width: 260px;
			padding: 30px;
		}

		.overlay-content.text a {
			color: #fff;
		}
			
		#edition a, #makers a, #links a, #order a, #sidebar #slider-nav, #sidebar #slider-nav a {
			color: #858685;
			font-weight: bold;
		}
		
		#edition .details {
			position: absolute;
			bottom: 20px;
			left: 30px;
			font-size: 11px;
		}
		
		#edition a.details:hover {
			color: #000;
		}
		
		#edition .details2 {
			position: absolute;
			bottom: 15px;
			right: 15px;
			font-size: 11px;
		}
		
		#edition .history {
			position: absolute;
			bottom: 15px;
			right: 15px;
			font-size: 11px;
		}
		
		#makers p {
			margin-top: 15px;
		}

		#order {
			width: 712px;
		}
	
		#content ul#balls {
			list-style: none;
		}
		
			#content ul#balls li {
				float: left;
				width: 90px;
				height: 90px;
				margin: 0 2px 2px 0;
			}
	
				#content ul#balls li a {
					position: relative;
					display: block;
					color: #000;
				}
				
					#content ul#balls li a span {
						position: absolute;
						top: 0;
						left: 0;
						display: none;
						background: transparent url(../img/balls/small/overlay.png) no-repeat left top;
						width: 80px;
						height: 80px;
						padding: 5px;
						line-height: 1em;
					}
					
						#content ul#balls li a span acronym {
							position: absolute;
							bottom: 5px;
							left: 5px;
						}
	
	#footer {
		width: 100%;
	}
	
#overlay {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #8c8b8b;
	opacity: 0.95;
	z-index: 1000;
	visibility: hidden;
}

.overlay-content {
	position: absolute;
	left: 100px;
	top: 100px;
	z-index: 1001;
	display: none;
	color: #fff;
}

.overlay-content a:hover {
	color: #fff;
	text-decoration: underline;
}

.overlay-content.text, .overlay-content#copyright .copyright-text {
	width: 284px;
}

.overlay-content.text-wide {
	width: 435px;
}
	
.overlay-content#copyright {
	width: 544px;
	height: 544px;
	background: transparent url(../img/balls/overlay.png) no-repeat left top;
}
	
	.overlay-content#copyright .copyright-text {
		position: relative;
		margin: 200px auto 0 auto;
	}
	
	.overlay-content .close {
		position: absolute;
		bottom: -15px;
		right: -15px;
		font-size: 1.2em;
	}

	.overlay-content h2 {
		padding-top: 3px;
		padding-bottom: 4px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		margin-bottom: 6px;
		color: #fff;
	}
	
	.overlay-content p {
		
	}
	
	.overlay-content h2, .overlay-content p {
		padding-left: 1px;
	}
	
	.overlay-content#ball a#copyright-link {
		position: absolute;
		bottom: -20px;
		left: 0;
		display: block;
		width: 544px;
		text-align: center;
		margin-top: 8px;
		font-size: 1.1em;
		color: #fff;
		text-decoration: underline;
	}
	
	.overlay-content#ball a:hover {
		text-decoration: none;
	}

#order .intro {
	position: relative;
}

	#order .intro span {
		font-weight: bold;
	}

fieldset {
	border: 0;
	position: relative;
	margin-bottom: 18px;
}

	.price {
		position: absolute;
		top: 0;
		right: 30px;
		font-size: 1.1em;
		font-weight: bold;
	}

fieldset .text-input {
	border: 1px solid;
	height: 16px;
}

fieldset .text-input.short {
	width: 26px;
	padding: 0 2px;
}

fieldset .text-input.long, fieldset.personal .text-input {
	width: 332px;
}

.text-input, label, select {
	float: left;
}

label {
	font-size: 1.1em;
}

#qty-edition {
	margin-right: 8px;
}

#order-prints input {
	margin-right: 6px;
}

#order-prints label {
	width: 60px;
	height: 16px;
	line-height: 16px;
	margin-bottom: 6px;
}

#order-prints .qty-fields {
	overflow: hidden;
	width: 600px;
}

#order-shipping label {
	margin-right: 8px;
	height: 20px;
	line-height: 20px;
}

#order-shipping #label-shipping {
	position: absolute;
	top: 4px;
	margin-left: 50px;
	font-size: 1.1em;
}

fieldset.personal {
	width: 465px;
}

fieldset.personal label {
	width: 125px;
	height: 19px;
	line-height: 19px;
	margin-bottom: 6px;
}

fieldset.personal .checkbox {
	float: left;
	margin-top: 4px;
	margin-right: 2px;
}

fieldset.personal .label-salutation {
	width: 70px;
}

fieldset#payment-method {
	margin-top: 30px;
}

#label-payment {
	display: inline-block;
	width: 125px;
	float: left;
	font-size: 1.1em;
}

fieldset#payment-method label {
	margin-right: 65px;
}

fieldset#payment-method input, fieldset#additional input {
	width: 14px;
	height: 14px;
	float: left;
	margin-right: 2px;
}	
	fieldset#language-method {
	margin-top: 30px;
}

#label-language {
	display: inline-block;
	width: 125px;
	float: left;
	font-size: 1.1em;
}

fieldset#language-method label {
	margin-right: 65px;
}

fieldset#language-method input, fieldset#additional input {
	width: 14px;
	height: 14px;
	float: left;
	margin-right: 2px;
}

fieldset#additional {
	margin-top: 18px;
	padding-left: 126px;
}

fieldset.personal .text-input {
	height: 19px;
	margin-bottom: 6px;
}

fieldset.personal select {
	margin-bottom: 6px;
}

#price-shipping {
	margin-left: 5px;
	font-weight: bold;
}

fieldset.controls {

}

fieldset.controls .continue {
	float: right;
}

button {
	border: 0;
	background: 0;
	background-color: #b2afaf;
	color: #fff;
	padding: 1px 5px;
	font-size: 1.1em;
	font-weight: bold;
}

.errors {
	color: red;
	font-size: 1.1em;
	margin-bottom: 10px;
}

.label-mandatory {
	position: absolute;
	top: 26px;
	right: -100px;
	font-size: 1.1em;
	font-weight: bold;
}

#order table {
	margin-bottom: 20px;
}

#order th {
	
}

#order td {
	padding-bottom: 2px;
}

#order td, th {
	text-align: right;
	font-size: 1.1em;
}

#order th.article, #order td.article {
	text-align: left;
}

#order th.article {
	width: 412px;
}

#order th.single {
	width: 110px;
}

#order th.amount {
	width: 70px;
}

#order th.sum {
	width: 110px;
}

#order tr.separate td {
	padding-top: 5px;
}

#order tr.discount td {
	text-align: left;
}

#order tr.address td {
	text-align: left;
}

#discount-text {
	clear: left;
	margin-top: 10px;
}
