body {
	background: #fff url(images/tshirt_circle.png) center top no-repeat;
	font: 12px Arial, Helvetica, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
}
	
	.clearfix:before,
	.clearfix:after {
		content: "";
		display: table;
	}
	.clearfix:after { clear:both; }
	.clearfix { zoom:1; }
	
	.left { float: left; }
	.right { float: right; }

	div.wrapper {
		width: 910px;
		margin: 0 auto;
	}
	
	#top {
		
		padding: 30px 0;
	}
	#top a#logo { float: left; }
	#top #toolbox {
		float: right;	
	}
	#top #toolbox span.language_picker a { margin-left: 5px; }
	
	#bar {
		background: #231f20;
	}
	#bar #menu ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	#bar #menu > ul > li { float: left; position: relative; margin-left: 6px; }
	#bar #menu > ul > li:first-child { margin-left: -12px; }
	#bar #menu ul li a {	display: block;
		padding: 12px;
		font-size: 15px;
		color: #fff;
	}
	#bar #menu ul li.current > a, #bar #menu ul li.parenttocurrent > a, #bar #menu ul li a:hover { color: #f58220; text-decoration: none; }
	#bar #menu ul li ul {
		position: absolute;
		left: 0;
		top: 41px;
		background: #231f20;
		width: 180px;
		display: none;
		border-top: 1px solid #333;
	}
	#bar #menu ul li ul li { border-bottom: 1px solid #333; position: relative;}
	#bar #menu ul li ul li ul { left: 180px; top: -1px; border-left: 1px solid #333; }
	

	#breadcrumb { margin: 10px 0; font-size: 11px;}
	ul.bc { list-style: none; padding: 0; margin: 0; }
	ul.bc li { display: inline; margin-right: 5px; }
	ul.bc li a { color: #000; }
	
	input.search_field {
		background: url(images/search_field.png) no-repeat;
		width: 200px;
		height: 30px;
		border: 0;
		font: inherit;
		padding: 0 25px 0 5px;	
	}
	input.search_button { visibility: hidden; }
	
	input.newsletter_field {
		background: url(images/field.png) no-repeat;
		width: 219px;
		height: 30px;
		border: 0;
		font: inherit;
		padding: 0 5px 0 5px;
		vertical-align: middle;
	}
	a.newsletter_button {
			vertical-align: bottom;
	}
	
	#bottom {
		background: #d2d3d5;
		margin-bottom: 20px;
		color: #58595b;
		font-size: 11px;
	}
	#bottom > div.wrapper {
		background: url(images/tshirt_circle_bottom.png) bottom right no-repeat;
		padding: 20px 0;
	}
	#bottom div.box {
		width: 280px;
		float: left;
		margin-left: 30px; 
	}
	#bottom div.box:first-child { margin-left: 0; }
	
	#footer {
		font-size: 11px;
	}
	
	.shop .info {
		width: 550px;
	}
	.shop .images {
		width: 260px;
	}
	.shop .images img {
		
	}

	.shop .images .imagethumbnails {
		
	}

	.shop .images ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.shop .images ul li {
		display: inline;
		margin-right: 5px;
	}

	div.shop_productlistcolumn_group {
		clear: both;
		width: 100%;
		overflow: hidden;
	}

	div.shop_productlistcolumn_item {
		width: 125px;
		float: left;
		margin-right: 18px;
	}
	div.shop_productlistcolumn_item.itemno4 {
		margin-right: 0px;
	}
	div.shop_productlistcolumn_item .image img {
		border: 1px solid #ccc;
		padding: 2px;
		background: #fff;
	}
	div.shop_productlistcolumn_item .partnumber {
		color: #aaa;
		font-size: 10px;
		margin-top: 5px;
		display: block;
	}
	div.shop_productlistcolumn_item .details {
		margin: 5px 0;
		white-space: normal;
	}
	div.shop_productlistcolumn_item .price, div.shop_productlistcolumn_item .buttons {
		display: none;
	}

	.relatedproducts table.shop_productlist {
		width: 100%;
	}
	.relatedproducts table.shop_productlist tr th {
		background: #5087c7;
		color: #fff;
		text-align: left;
		padding: 5px;
	}

	.relatedproducts table.shop_productlist tr td {
		padding: 5px;
		border-bottom: 1px solid #eee;
		vertical-align: top;
	}

	.shopcategorylist, .shop_productlistdynamiccolumns {
		width: 100%;
		overflow: hidden;
	}

	.ultimize_list_pager {
		padding: 10px 0px;
		margin: 0px;
		list-style: none;
		width: 100%;
		overflow: hidden;
	}

	.ultimize_list_pager li {
		float: left;
		display: block;
		margin-left: 5px;
	}

	.ultimize_list_pager li.disabled a, .ultimize_list_pager li.disabled span {
		color: #757575;
	}

	.ultimize_list_pager li a, .ultimize_list_pager li span {
		float: left;
		display: block;
		padding: 5px;
		color: #000;
	}

	.ultimize_list_pager li a span {
		padding: 0px;
	}

	.ultimize_list_pager li.selected, .ultimize_list_pager li.current {
		background: #5087C7;
		border-radius: 5px;
	}


	.ultimize_list_pager li.selected span, .ultimize_list_pager li.current span {
		color: #FFF;
	}
	
	h1, h2, h3 {
		font-size: 26px;
		font-weight: bold;
		margin: 5px 0;
		padding: 0;
		color: inherit;
	}
	h2 { font-size: 26px;  }
	h3 { font-size: 14px; font-weight: normal; }
	
	
	a img { border: 0; }
	a {
		color: #f58220;
		text-decoration: none;
	}
	a:hover { text-decoration: underline; }
