body {
	background: #fff url(App_Themes/Default/images/bg.png) left -45px repeat-x;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}

form{
	margin: 0;
	padding: 0;
}

.clearfix {
	overflow: hidden;
	width: 100%;
}
a img {
	border: 0;
}
		
div.wrapper {
	width: 960px;
	margin: 0 auto;
}

.shopnoticeoverlay{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(App_Themes/Default/images/darkopacity_60.png) left top;
}

.shopnotice{
	position: relative;
	margin: 0px auto;
	top: 45%;
	width: 30%;
	padding: 20px;
	background: #FFF;
	border: solid 5px #D0021A;
	border-radius: 15px;
}

#top {
	margin-top: 15px;
}

.minibasket{
	float: right;
	padding-top: 15px;
}

.minibasket .search{
	text-align: right;
}

.minibasket .search *{
	vertical-align: middle;
}

.minibasket .search .field.text{
	background: url(App_Themes/Default/images/searchbg.png) no-repeat left top #FFF;
	width: 175px;
	height: 20px;
	border: none;
	line-height: 20px;
	vertical-align: middle;
}

.minibasket .search .button{
	background: #9a9999;
	color: #FFF;
	border: none;
	height: 20px;
}

.minibasket ul{
	padding: 15px 0px 0px 0px;
	margin: 0px;
	list-style: none;
	float: right;
}

.minibasket ul li{
	display: inline;
	border-left: solid 1px #d0021a;
	padding: 0px 8px;
}

.minibasket ul li:first-child{
	border: none;
}

.minibasket ul li a{
	color: #000;
	text-decoration: none;
}

h1#logo {
	margin: 12px 0px 0px 0px;
	padding: 0;
	float: left;
}
		
#menu {
	float: right;
	margin-top: 20px;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-align: right;
}
#menu ul li {
	float: left;
	margin-left: 5px;
	font-size: 11px;
	border-left: 1px solid #ccc;
	padding-left: 5px;
}
#menu ul li:first-child {
	border: 0;
	padding-left: 0;
}
#menu ul li.lastitem {
	padding-right: 0;
}
#menu ul li a {
	color: #717070;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
}
#menu ul li span {
	padding: 6px 11px;
	display: block;
}
#menu ul li.lastitem span {
	padding-right: 6px;
}
#menu ul li.current a {
	background: url(App_Themes/Default/images/menu_left.png) left center no-repeat;
	color: #fff;
}
#menu ul li.current a span {
	background: url(App_Themes/Default/images/menu_right.png) right center no-repeat;
}
#menu ul li a:hover {
	text-decoration: underline;
}
#menu ul li.current a:hover {
	text-decoration: none;
}

#menu ul.languages{
	padding-bottom: 10px;
}

#menu ul.languages li{
	float: right;
	text-align: right;
	display: inline;
	margin-left: 0px;
	border-left: none;
	padding-left: 5px;
}

#menu ul.languages li a{
	float: none;
	text-align: right;
	display: inline;
}

#menu_bar {
	margin-top: 8px;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
}
#menu_bar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu_bar ul li {
	display: inline;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #717070;
}
#menu_bar ul li:first-child {
	padding: 0;
	margin: 0;
	border: 0;
}
#menu_bar ul li a {
	color: #717070;
	text-decoration: none;
}
#menu_bar ul li.current a, #menu_bar ul li a:hover {
	color: #000;
}
		
#container {
	width: 960px;
	margin-top: 20px;
}
#container #container_top {
	background: url(App_Themes/Default/images/container_top.png) no-repeat;
	height: 20px;
}
#container #page {
	width: 100%;
	background: #fff;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	overflow: hidden;
}
		
#sidebar {
	width: 200px;
	border-right: 2px solid #ccc;
	padding: 0 20px;
	float: left;
	margin-bottom: 20px;
}
#sidebar #sidebar_container p {
	padding: 0 10px;
}
		
#sidebar h2 {
	display: block;
	color: #fff;
	background: url(App_Themes/Default/images/gray_bar.png) no-repeat;
	margin: 0 0 10px 0;
	padding: 7px 10px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
}
		
ul.submenu {
	list-style: none;
	padding: 10px;
	margin: 0px;
}
ul.submenu li {
	margin: 0px;
	padding: 3px 0px;
	font-size: 11px;
	background: url(App_Themes/Default/images/arrow.jpg) 0 5px no-repeat;
	padding-left: 15px;
}
ul.submenu li.current.parent, ul.submenu li.parenttocurrent {
	background: url(App_Themes/Default/images/arrow_down.jpg) 0 6px no-repeat;
}
ul.submenu li a {
	color: #585757;
	text-decoration: none;
}
ul.submenu li ul {
	list-style: none;
	padding: 0px;
	margin: 0;
}
ul.submenu li ul li {
	background: 0;
}
ul.submenu li.current a, ul.submenu li a:hover, ul.submenu li.current ul li a:hover {
	color: #ed1d24;
}
ul.submenu li.current ul li a {
	color: #585757;
}
		
#content {
	float: right;
	width: 678px;
	border-left: 2px solid #ccc;
	padding: 0 20px;
	margin-left: -2px;
	margin-bottom: 20px;
}
#content p:first-child {
	margin-top: 0 !important;
}
		
#large_content {
	padding: 0 20px;
}

#content .submenu{
	width: 100%;
	overflow: hidden;
}

#content .submenu li{
	float: left;
	margin-left: 5px;
	padding: 0px 10px;
	width: 200px;
}

#content .submenu li a{
	font-weight: bold;
}

#content .submenu li span.subcategories{
	display: block;
	font-style: italic;
}

#content .submenu li span.subcategories a{
	font-weight: normal;
}

.taptofooter{
	width: 100%;
	overflow: hidden;
}

.taptofooter .tab{
	display: block;
	width: 179px;
	height: 26px;
	overflow: hidden;
	float: left;
	line-height: 26px;
	vertical-align: middle;
	color: #FFF;
	text-align: center;
	background: url(App_Themes/Default/images/tabtofooter.gif) no-repeat left top #FFF;
}

#footer {
	background: url(App_Themes/Default/images/footer.png) top left repeat-x;
	padding: 30px 0;
}
		
div.categories div.category {
	width: 192px;
	float: left;
	margin-bottom: 20px;
}
div.categories div.category h3 {
	display: block;
	color: #fff;
	background: url(App_Themes/Default/images/red_bar.png) no-repeat;
	margin: 0;
	padding: 5px 10px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
}
div.categories div.category ul {
	list-style: none;
	padding: 0;
	margin: 10px;
}
div.categories div.category ul li {
	margin: 2px 0;
}
div.categories div.category ul li a {
	color: #585757;
	text-decoration: none;
	text-transform: capitalize;
}
div.categories div.category ul li.current a, div.categories div.category ul li a:hover {
	color: #000;
	font-weight: bold;
}
		
#bottom {
	background: url(App_Themes/Default/images/bottom.png) top left repeat-x;
	height: 78px;
}
#bottom #agco {
	background: url(App_Themes/Default/images/agco.png) no-repeat;
	width: 960px;
	height: 78px;
}

#bottom #footersignature{
	text-align: center;
	color: #666;
}

#slideshow_navigation {
	background: #ccc;
	padding: 10px;
	border-top: 5px solid #aaa;
}
#slideshow_navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
#slideshow_navigation ul li {
	display: inline;
	margin: 0px 10px;
}
#slideshow_navigation ul li img {
	border: 1px solid #aaa;
	padding: 3px;
	background: #fff;
}
#slideshow_navigation ul li a.activeSlide {
	background: #88f;
}
		
h1 {
	margin-top: 0;
	font-size: 21px;
}
h2, h3 {
	font-size: 18px;
	color: #ed1d24;
	margin: 5px 0;
	padding: 0;
}
h3 {
	font-size: 16px;
}
		
a:link, a:visited, a:active {
	color: #ed1d24;
}
a:hover {
	text-decoration: none;
}

.productlist{
	width: 100%;
	border-collapse: collapse;
	background: url(App_Themes/Default/images/hr.png) no-repeat left top;
}

.productlist tr{
	background: url(App_Themes/Default/images/hr.png) no-repeat left bottom;
}

.productlist td{
	/*border-bottom: 2px solid #d6d6d6;*/
	padding: 8px 0px 7px 0px;
}

.productlist .images{
	width: 150px;
	text-align: center;
	vertical-align: top;
}

.productlist .images a img.productimage{
	border: solid 1px #d6d6d6 !important;
	margin-bottom: 5px;
	width: 140px;
}

.productlist .info{
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
}

.productlist .info .productname{
	font-size: 1.6em;
	color: #000;
	text-decoration: none;
}

.productlist .info .subtitle{
	font-size: 1.2em;
	color: #000;
	text-decoration: none;
	display: block;
}

.productlist .price{
	width: 180px;
	text-align: right;
	vertical-align: top;
}

.productlist .price img{
	margin-bottom: 20px;
}

.productlist .price .secondary{
	display: block;
}

.productlist .price .primaryprice{
	display: block;
	color: #F00;
	font-size: 2.2em;
}

.productlist .price .campaignprice{
	display: block;
	font-weight: bold;
	font-size: 1.2em;
}

.productrow{
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.productrow .productbox{
	float: left;
	border: solid 1px #999999;
	width: 140px;
	margin-left: 20px;
	padding: 4px;
}

.productrow .productbox:first-child{
	margin-left: 0px;
}

.productrow .productbox .itemno{
	display: block;
	text-align: right;
}

.productrow .productbox a{
	display: block;
	position: relative;
	color: #585757;
	text-decoration: none;
}

.productrow .productbox a .name{
	font-weight: bold;
}

.productrow .productbox .productimage{
	border: solid 1px #CCCCCC;
	border-left: none;
	border-right: none;
}

.productrow .productbox a .instock{
	position: absolute;
	top: 1px;
	right: -1px;
	width: 58px;
	height: 58px;
	background: url(App_Themes/Default/images/instock.png) no-repeat left top;
}

.productrow .productbox a .fewinstock{
	position: absolute;
	top: 1px;
	right: -1px;
	width: 58px;
	height: 58px;
	background: url(App_Themes/Default/images/fewinstock.png) no-repeat left top;
}

.productrow .productbox a .notinstock{
	position: absolute;
	top: 1px;
	right: -1px;
	width: 58px;
	height: 58px;
	background: url(App_Themes/Default/images/notinstock.png) no-repeat left top;
}

.productrow .productbox .primaryprice{
	display: block;
	color: #F00;
	font-size: 1.4em;
	text-align: right;
}

.productrow .productbox .secondary, .productrow .productbox .campaignprice{
	display: block;
	text-align: right;
}

.product{
	width: 100%;
	overflow: hidden;
}

.product .leftside{
	float: left;
	width: 300px;
}

.product .leftside .bigimage{
	width: 300px;
	/*height: 240px;*/
	margin-bottom: 10px;
}

.product .leftside .bigimage img{
	border: solid 1px #bdbdbd;
}

.product .leftside .thumbs{
	width: 100%;
	overflow: hidden;
}

.product .leftside .deliverytime{
	padding: 10px 0px;
}

.product .leftside .thumbs img{
	float: left;
	margin: 0px 2px;
	border: solid 1px #bdbdbd;
	cursor: pointer;
}

.product .rightside{
	width: 360px;
	height: 320px;
	padding-left: 10px;
	float: right;
	position: relative;
}

.product .rightside h1{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.product .rightside h2{
	margin-top: 0px;
	padding-top: 0px;
	color: #000;
	font-size: 1.2em;
	font-weight: normal;
}

.product .rightside .ItemNo{
	position: absolute;
	top: 220px;
	width: 350px;
	text-align: right;
}

.product .rightside .prices{
	position: absolute;
	height: 45px;
	top: 260px;
	width: 350px;
	text-align: right;
}

.product .rightside .prices .secondaryprice{
	text-align: right;
	float: right;
}

.product .rightside .prices .primaryprice{
	clear: both;
	float: right;
	display: block;
	color: #ff0000;
	font-size: 2.2em;
}

.product .rightside .prices .buybutton{
	clear: both;
	float: right;
	right: 0px;
	top: 0px;
	text-align: left;
}
.product .rightside .prices .variants{
	display: block;
	font-weight: bold;
}

.product .rightside .prices .variants select{
	width: 144px;
	padding: 2px;
}

.product .rightside .prices .discounts{
	clear: both;
	float: right;
	text-align: right;
}

.product .specs{
	clear: both;
	padding-top: 40px;
	width: 100%;
	overflow: hidden;
}

.product .specs .tabs{
	width: 100%;
	overflow: hidden;
	border-bottom: solid 1px #878787;
}

.product .specs .tabs .tab{
	display: inline-block;
	float: left;
	margin-left: 20px;
	color: #FFF;
	background: #e3001b;
	background: url(App_Themes/Default/images/tab-left.png) no-repeat left top;
	padding: 0px 0px 0px 25px;
}

.product .specs .tabs .tab span{
	display: inline-block;
	float: left;
	padding-right: 25px;
	background: url(App_Themes/Default/images/tab-right.png) no-repeat right top;
}

.product .specs .description{
	padding: 20px 20px 20px 0px;
	/*font-family: Courier, Tahoma, Arial, Verdana, Sans-Serif;*/
	color: #525252;
	line-height: 1.3em;
}

.basket{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
}

.basket .center{
	text-align: center;
}

.basket .left{
	text-align: left;
}

.basket .right{
	text-align: right;
}

.basket thead th{
	border-bottom: solid 1px #000;
	text-align: left;
}

.basket tfoot th{
	border-top: solid 1px #000;
	text-align: left;
}

.bakset th, .basket td{
	padding: 3px;
}

.basket .largetext{
	text-decoration: none;
	font-size: 16px;
}

.basket .red{
	color: #ed1d24;
}

.basket .smalltext{
	font-size: 10px;
}

.basket tr.bordertop td{
	border-top: solid 1px #cccccc;
}

.basket tr.borderbottom td{
	border-bottom: solid 1px #cccccc;
}

.ultimize_list_pager{
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 100%;
	overflow: hidden;
}

.ultimize_list_pager li{
	display: inline-block;
	float: left;
	padding: 4px;
}

.ultimize_list_pager li a, .ultimize_list_pager li span{
	display: inline-block;
	float: left;
	color: #e3001b;
}

.ultimize_list_pager li.selected{
	font-weight: bold;
}

.ultimize_list_pager li.disabled span, .ultimize_list_pager li.disabled a{
	color: #AAA;
}

.forms h2{
	vertical-align: middle;
}

.forms h2, .forms h2 label{
	line-height: 1.2em;
}

.forms h2 label{
	font-size: 0.6em;
	color: #000;
	vertical-align: middle;
}

.forms table{
	width: 100%;
}

.forms table tr td:first-child{
	width: 100px;
}

.forms label{
	font-weight: bold;
}

.forms .mustbefilled{
	color: #D00;
}

.forms .field.text{
	width: 350px;
}

.forms .field.text.small{
	width: 50px;
}

.forms .field.text.medium{
	width: 263px;
}

.forms #alternativedeliveryaddress{
	display: none;
}

.forms .warning{
	color: #F00;
}

ul.gallery-folders, div.gallery-pictures ul {
	margin: 0px;
	padding: 0px;
}

ul.gallery-folders li, div.gallery-pictures ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-transform: lowercase;
}
ul.gallery-folders li a, div.gallery-pictures ul li a {
	color: #000;
	text-decoration: none;
	font-family: verdana;
	font-size: 11px;
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
}
ul.gallery-folders li:first-letter, div.gallery-pictures ul li:first-letter {
	text-transform: uppercase;
}
ul.gallery-folders li a:hover, div.gallery-pictures ul li a:hover {
	text-decoration: underline;
}

ul.gallery-folders li a {
	background: transparent url(App_Themes/Default/images/fileicons/folder.png) no-repeat left 0px;
}

ul.gallery-folders li.gallery-parentfolder a {
	background: transparent url(App_Themes/Default/images/fileicons/folder_previous.png) no-repeat left 0px;
}

div.gallery-pictures ul li {
}
div.gallery-pictures ul li a {
	background: transparent url(App_Themes/Default/images/fileicons/page.png) no-repeat left top;
}


div.gallery-pictures ul li.filetype.pdf a {
	background: transparent url(App_Themes/Default/images/fileicons/file_acrobat.gif) no-repeat left top;
}
div.gallery-pictures ul li.filetype.pdx a {
	background: transparent url(App_Themes/Default/images/fileicons/file_acrobat.gif) no-repeat left top;
}

div.gallery-pictures p.warning {
	font-family: verdana;
	font-size: 11px;
}

#ultimize a, .ultimize a {
	display: block;
	width: 10px;
	height: 13px;
	margin: auto;
	overflow: hidden;
	text-indent: -10000px;
	background: transparent url(/images/ultimize.png) no-repeat top left;
}
#ultimize, .ultimize
{
	padding-top: 10px;
	padding-bottom: 10px;
}
