
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background: url(images/bg.gif) repeat-x left top;
	padding: 0px;
	margin: 0px;
}

a img{
	border: none;
}

a{
	color: #dc2911;
	text-decoration: none;
}
a:hover { text-decoration: underline; }

h1, h2, h3, h4, h5, h6{
	color: #336799;
	padding-top: 0px;
	margin-top: 0px;
}

span.title{
	font-size: 16px;
	color: #336799;
	display: block;
}

.alignright{
	text-align: right;
}

.wrapper{
	width: 855px;
	position: relative;
	margin: auto;
}

.top{
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	height: 72px;
	padding-top: 20px;
}

.top .webtitle{
	font-size: 3em;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
}

.top .slogan{
	font-size: 1.53em;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
}

.top .logo{
	position: absolute;
	top: 0px;
	right: 0px;
}

.menu{
	width: 100%;
	overflow: hidden;
}

.menu ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.menu ul li{
	display: inline-block;
	float: left;
	height: 37px;
	background: url(images/menu-center.gif) repeat-x left top;
}

.menu ul li a{
	display: inline-block;
	height: 26px;
	color: #FFF;
	padding: 11px 5px 0px 5px;
}

.menu ul li.firstitem a{
	background: url(images/menu-left.gif) no-repeat left top;
}

.menu ul li.lastitem a{
	background: url(images/menu-right.gif) no-repeat right top;
}

.menu ul li a:hover { color: #000; text-decoration: none;}
.menu ul li.current a { font-weight: bold; }

.container{
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 20px;
}

.sidebar-left{
	width: 190px;
	float: left;
	padding-top: 10px;
}

.sidebar-left ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.sidebar-left ul li { margin: 3px 0; }
.sidebar-left ul li a{
	color: #000;
	padding-left: 15px;
	display: block;
}

.sidebar-left ul li.current{
	background: url(images/category-current.gif) no-repeat left center;
}
.sidebar-left ul li ul { margin-left: 15px; }

.content{
	width: 455px;
	float: left;
	padding: 10px;
}

.sidebar-right{
	width: 190px;
	float: right;
	padding-top: 50px;
}

.sidebar-right .cards{
	text-align: center;
	width: 100%;
	clear: both;
	overflow: hidden;
	padding: 15px 0px;
}

.minibasket{
	border: solid 1px #336799;
	padding: 5px;
	font-size: 0.9em;
	margin-bottom: 25px;
}

.newsletter{
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 25px;
}

.newsletter .button, .search .simplesearch_field{
	border: solid 1px #336799;
	padding: 2px;
	width: 184px;
	margin: 2px 0px;
}

.newsletter .subscribe, .newsletter .unsubscribe, .search .simplesearch_button{
	border: none;
	background: #5e92c4;
	color: #FFF;
}

.newsletter .subscribe, .search .simplesearch_button{
	float: right;
}

.newsletter .unsubscribe{
	float: left;
}

.search{
	margin-top: 10px;
	clear: both;
	margin-bottom: 25px;
}

.bottom-wrapper{
	background: url(images/bottom.gif) repeat-x left top;
	height: 89px;
	width: 100%;
}

.bottom{
	width: 870px;
	margin: auto;
	color: #FFF;
	height: 89px;
	font-size: 0.9em;
}

.bottom .smalltext{
	font-size: 0.9em;
}

.bottom table{
	width: 100%;
	height: 100%;
}

.bottom table tr td{
	vertical-align: middle;
}

.submenu { margin-bottom: 20px; }


/* SIMPLESEARCH */

ul.searchlist
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.searchlist li
{
    margin: 0px;
    padding: 10px 0px;
}

ul.searchlist li a.search_header
{
    display: block;
    border-bottom: solid 1px #FFF;
    padding: 2px 10px;
}

ul.searchlist li .search_text
{
    display: block;
    padding: 5px 10px;
}

ul.searchlist li .search_url
{
    display: block;
    font-size: 10px;
    color: #666;
    padding: 0px 10px;
}

/* SIMPLESEARCH END */






/* SHOP */

table.shop_productlist {
	width: 100%;
}

table.shop_productlist th, table.shop_productlist td {
	vertical-align: top;
}

table.shop_productlist thead tr th, table.shop_productlist tfoot tr th {
	background-color: #336799;
	color: #fff;
	text-align: left;
}
table.shop_productlist th.price, table.shop_productlist td.price {
	text-align: right;
	padding-right: 2px;
}
table.shop_productlist tbody td {
	padding: 2px 0px;
}
table.shop_productlist td.image {
	padding-right: 2px;
}
table.shop_productlist em.partnumber {
	padding-top: 10px;
	display: block;
}
span.symbolright {
	display: none;
}
span.pricesecondary {
	display: none;
}

div.shopproduct div.top {
	overflow: hidden;
	width: 100%;
	position: static;
	top: auto;
	left: auto;
	height: auto;
	padding-top: 20px;
}
div.shopproduct div.top div.images {
	display: inline;
	float: left;
	width: 45%;
}
div.shopproduct div.top div.info {
	display: inline;
	float: right;
	width: 45%;
}

ol.shopcheckoutsteps {
	overflow: hidden;
	width: 100%;
	padding: 0px;
	padding-top: 10px;
	margin: 0px;
}
ol.shopcheckoutsteps li {
	float: left;
	display: inline;
	padding: 0px 3px;
}
ol.shopcheckoutsteps li.selected {
	text-decoration: underline;
}

table.basket {
	border-collapse: collapse;
	width: 100%;
}
table.basket thead tr th {
	background-color: #336799;
	color: #fff;
	text-align: left;
	padding: 1px;
	margin: 0px;
}
table.basket tfoot tr th {
	text-align: right;
}
table.basket td.quantity, table.basket th.quantity,
table.basket td.price, table.basket th.price {
	text-align: right;
}
table.basket td.quantity input {
	width: 40px;
}

div.customerdata table, div.deliverydata table {
	width: 100%;
}
div.customerdata table td, div.deliverydata table td {
	padding: 2px 0px;
}
div.customerdata table td.label, div.deliverydata table td.label {
	width: 150px;
}
div.customerdata table td.field input, div.deliverydata table td.field input, 
div.customerdata table td.field select, div.deliverydata table td.field select {
	width: 250px;
}

table.shopcheckoutshipping {
	width: 50%;
}

div.shopcheckoutproducts h2, div.shopcheckoutdeliverytype h2, div.shopcheckoutcomment h2, div.shopcheckoutpaymentmethods h2, div.checkoutcontainer h3 {
	padding-top: 10px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

div.shopcheckoutpaymentmethods table {
	width: 50%;
}

div.shopcheckoutcomment textarea {
	width: 350px;
	height: 100px;
}

div.shopcheckoutclearfix {
	width: 100%;
	overflow: hidden;
}
div.shopcheckoutclearfix div.shopcheckoutdeliverytype {
	display: inline;
	float: left;
	width: 49%;
}
div.shopcheckoutclearfix div.shopcheckoutpaymentmethods {
	display: inline;
	float: right;
	width: 49%;
}

div.checkoutcontrolbuttons {
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
}
div.checkoutcontrolbuttons a.nextstep, div.checkoutcontrolbuttons a.prevstep {
	background-color: #5e92c4;
	color: #fff;
	padding: 4px 10px;
	float: left;
	display: inline;
}
div.checkoutcontrolbuttons a.nextstep {
	float: right;
}
div.checkoutcontrolbuttons a:hover {
	text-decoration: none;
}

div.shopproductlist .shopsearchheader {
	margin-top: 15px;
}

div.shopproductlist .shopsearchtext {
	display: none;
}

ul.ultimize_list_pager {
	width: 100%;
	overflow: hidden;
	padding: 0px;
	margin: 5px 0px;
}
ul.ultimize_list_pager li {
	float: left;
	display: inline;
	padding: 0px 3px;
	margin: 0px;
	list-style-type: none;
}
ul.ultimize_list_pager li.ultimize_list_pager_back {
	padding-left: 0px;
}
ul.ultimize_list_pager li.ultimize_list_pager_forward {
	padding-right: 0px;
}






div.info_price .partnumber {
	font-size: 11px; font-weight: bold;
}

div.info_price .priceprimary {
	font-size: 21px;
	font-weight: bold;
}
div.info_price a.buybutton {
	display: block;
	padding: 5px; color: #fff;
	background: #40607e;
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
	font-weight: bold;
}



/* SHOP END */
