/* -- BODY -- */

body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	color: #000;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}

table {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 10px;
	border-collapse: collapse;
	}

#rc-content-text td {
	padding-left: 10px;
	padding-top: 5px;

}

#rc-content-text .carttable td {
	clear: left;
	padding-left: 0px;
	padding-top: 0px;

}

td {
	vertical-align: top;
	text-align: left;
	margin: 0;
	padding: 0;
}

a {
	color: #505da9;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

#form_background {
	background: url(../../images/background/form_back.png) no-repeat left top;
	width: 480px;
	height: 24px;
	margin-left: 235px;
}

#zoek {
	margin-left: 20px;
	margin-top: 5px;
	float: left;
}

input, select {
	color: #163288;
	font-size: 8pt;
	}

img {

	border: 0;
	}

label {
          width: 150px;
          float: left;
          text-align: left;
          margin: 0px 10px 0px 0px;
          clear: left;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #fff;
	padding: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #929ac9;
	padding: 0px;
	margin: 3px 5px;
}

p {
	margin: 3px 5px;
}

#rc {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	width: 952px;
	padding: 0;
	height: 100%;
	background: #fff url(../../images/background/bg-menu.png) repeat-x scroll left top;
}

/* -- HEADER -- */

#rc-header {
	height: 148px;
	width: 952px;
	background: url('../../images/background/logo_back.png') repeat-x; background-position: 0 21px;
	margin: 0;
	padding: 0;
}

img.logo {
	padding: 28px 15px;
}

#rc-header-left {
	width: 250px;
	height: 120px;
	margin: 0;
	padding: 0;
	float: left;
}

#rc-header-right {
	width: 505;
	height: 100px;
	margin: 0 0 0 0;
	padding: 0;
	float: right;
}

#rc-header-right img {
    float: right;
    margin-top: 21px;
    margin-right: 13px;
}

#rc-header-right ul {
	margin: 80px 0px 0px 0px;
	padding: 0;
	}

#rc-header-right li {
	float: left;
	list-style-type: none;
	color: #505da9;
	padding: 0 10px 0 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	}

#rc-header-right li a {
	text-decoration: none;
	color: #ffffff;
}

#rc-header-right li a:hover {
	text-decoration: none;
	color: #163288;
}

#rc-header-right li a:active {
	text-decoration: none;
	color: #163288;
}

#rc-header-menu {
	width: 700px;
	height: 21px;
	margin: 0;
	padding: 0;
	padding: 0px;
	text-align: right;
	vertical-align: center;
	clear: left;
}

#rc-header-menu input {
	border: none;
	padding: 1px;
	margin: 5px -20px 0 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	letter-spacing: 1px;
	float: left;
}

#rc-header-menu input.button {
	border: 0;
	float:right;
	margin-top: 2px;
	margin-right: 6px;
}

#rc-header-menu a {
	text-decoration: none;
	color: #163288;
	font-weight: bold;
	font-size: 11px;
	padding: 0;
	margin-right: 54px;
}

img.cart {
        margin-left: 20px;
	margin-top: 5px;
	float: left;
}

form {
	display: inline;
}

/* -- CART -- */

.cartpic_odd {
	vertical-align: middle;
	text-align: center;
	border-top: 1px solid #2f3662;
	background: #FFFFFF;
}

.cartpic_even {
	vertical-align: middle;
	text-align: center;
	border-top: 1px solid #2f3662;
	background: #FFFFFF;
}

td.cartrow_odd {
	height: 100px;
}

.cartrow_odd {
	border-top: 1px solid #2f3662;
	background: #eeeeee;
}

input.cartrow_odd {
	border-style:none;
	background-color:#FFF;
	}

td.cartrow_even {
	height: 100px;
}

.cartrow_even {
	border-top: 1px solid #2f3662;
	background: #dedede;
}

input.cartrow_even {
	border-style:none;
	background-color:#FFF;
}

input.shipping {
	border:solid 1px;
	border-color:#999;
	color:#000;
}

select.shipping{
	border:solid 1px;
	border-color:#999;
	color:#000
}

select.bank_ideal{
	border:solid 1px;
	border-color:#999;
	color:#000;
}

#checkout{
	padding: 10px;
}

/* -- CONTENT -- */

#rc-content {
	width: 951px;
}

/* -- content-menu -- */

#rc-content-menu {
	background-color: #ffffff;
	width: 230px;
        float: left;
        margin-top: 13px;
}

#rc-content-menu-list {
	width: 228px;
	float: left;
	border-left: 1px solid #163288;
	border-right: 1px solid #163288;
	margin-top: 8px;
}

#rc-content-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#rc-content-menu ul li.menu-item-0 a {
	background: url("../../images//arrow_blue.png") no-repeat left top;
	display: block;
	padding-left: 15px;
	color: #163288;
	margin-left: 6px;
}

#rc-content-menu ul li.menu-item-1 a.selected, #rc-content-menu ul li.menu-item-1 a.selected  {
	background: url("../../images//arrow_orange.png") no-repeat left top;
	margin-left: 15px;
}

#rc-content-menu ul li.menu-item-2 a.selected, #rc-content-menu ul li.menu-item-2 a.selected  {
	background: url("../../images//arrow_blue.png") no-repeat left top;
	display: block;
	padding-left: 15px;
	margin-left: 30px;
}

#rc-content-menu ul li.menu-item-1 a {
	background: none;
	display: block;
	padding-left: 15px;
	color: #217198;
	margin-left: 15px;
}

#rc-content-menu ul li.menu-item-2 a {
	background: none;
	display: block;
	padding-left: 30px;
	color: #ff9900;
	margin-left: 15px;
}


#rc-content-menu-newsletter {
	float: left;
	width: 178px;
	color: #fff;
	padding-top: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-variant: small-caps;
	font-weight: bold;
	padding: 0;
}

.newsletter {
	color: #000;
	font-weight: bold;
	border: 1px solid #2f3662;
	padding: 2px;
}

.menubox {
	padding: none;
	margin-top: -20px;
	margin-left: 25px;
}

#rc-content-menu-telephone {
	float: left;
	width: 185px;
	margin-top: -10px;
}

#rc-content-menu-add {
	float: left;
	width: 185px;
	margin-top: -10px;
}

img.phone {
	float: left;
	padding-top: 10px;
	padding-bottom: 14px;
}

img.add {
	float: center;
	padding: 10px 0px 10px 2px;
	margin-left: 36px;
}

img.e-places {
	align: center';
        float: center;
	padding: 5px 0px 5px 2px;
	margin-left: 22px;
}

/* -- content-menu -- */

#rc-content-text {
	width: 708px;
	border-right: 1px solid #163288;
	border-left: 1px solid #163288;
	float: left;
	background-color: #fff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	margin-left: 10px;
	margin-top: 8px;
	position: relative;
	z-index: 60;
}

.rc-content-products {
	width: 680px;
	height: 100%;
	margin: 0 15px;
}

.productlist {
	position: relative;
	z-index: 1;
	height: 200px;
	width: 160px;
	float: left;
	background-color: #fff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #fff;
	padding: 5px;

}

.productlist-items {
	height: 40px;
	font-weight: bold;
}

.productlist a {
	font-weight: bold;
}

.productlist-image {
	margin-left: 10px;
	margin-top: -2px;
	width: 100px;
	height: 100px;
	background-color: #fff;
	padding: 1px;
	text-align: center;
}

.productlist-content {
	float: left;
	width: 155px;
	padding: 2px;
	margin-top: 5px;
}

.productlist-content-price {
	color: #888888;
	font-weight: bold;:w
	text-align: left;
}

.stock-description {

		color: #32CD32;
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 8pt;
		font-weight: bold;
}

.freeship-description1 {
		color: red;
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 8pt;
		font-weight: bold;

}

.freeship-description2 {

	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}


.order-product {
		color: black;
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 8pt;
		font-weight: bold;

}

.product-description b {
         color: black;
         width: 650px;
}

.productdetail {
	width: 681px;
	float: left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #fff;
	text-align: left;
}

.productdetail-image {
	float: left;
	width: 150px;
	background-color: #fff;
	padding: 3px;
	text-align: center;
}

.productdetail-image img {
	cursor: pointer;
}

.productdetail-content {
	width: 511px;
	float: left;
	padding: 3px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
}

.name {
	font-weight: bold;
	font-size: 10pt;
	color:#039;
}

.new_img {
	position:absolute;
	z-index:99;
	float: right;
	margin-top: 1px;
	margin-right: 18px;
}

.price {
	color: #ff9900;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}

.productdetail-price {
	color: #ff9900;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	text-align: left;
}

.oldprice {
	color: #888;
	text-decoration: line-through;
	font-weight: bold;
}

.transparency {
	position: relative;
	z-index: 100;
	background: none;
	float: left;
	width: 170px;
	height: 210px;
	margin-top: -200px;
}

.transparency:hover {
	position: relative;
	z-index: 100;
	background: #888;
	opacity: 0.2;
	float: left;
	width: 165px;
	height: 210px;
	margin-top: -200px;

	/* IE ignores transparency handling. */

	filter:alpha(opacity=20);
}

.blocked {
	display:block;
	height:200px;
	width:160px;
	text-decoration:none;
}

	a.blocked:hover {
	background:none;
}

.productlist-special {
	position:relative;
	z-index:1;
	width: 160px;
	height: 200px;
	float: left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #fff;
	padding: 5px;
}

.messages {
	position: relative;
	float: right;
        z-index: 10;
	margin-top: -7px;
	margin-right: 5px;
	margin-left: 200px;
	border: none;
	height: 20px;
}

.message {
	text-align: top;
        margin-top: 8px;
        height: 20px;
	font-size: 10px;
	font-weight: bold;
	color: white;
}

#specials-menu {
	background: url("../../images/blue_header_menu.png")  repeat-x scroll left top;
	width: 230px;
        height: 32px;
        margin-left: -1px;
	margin-top: -21px;
}


#specials-menu-top {
	background: url("../../images/background/blue_top_menu.png")  repeat-x scroll left top;
	width: 230px;
	height: 32px;
	margin-left: -1px;
	margin-top: -2px;
}

#specials-menu-footer {
	background: url("../../images/background/blue_footer_menu.png")  repeat-x scroll left top;
	float: left;
	width: 230px;
	height: 15px;
	margin-left: 0px;
	margin-top: -1px;
}

#specials {
	background: url("../../images/blue_header.png")  repeat-x scroll left top;
	width: 710px;
	height: 32px;
	margin-top: -8px;
	margin-left:-1px;
}

#specials h1 {
	color: #fff;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14pt;
	font-weight: bold;
	padding: 5px;
	margin: 0px 0px 0px 5px;
}

#specials-footer {
	float: left;
	background: url("../../images/background/blue_footer.png")  repeat-x scroll left top;
	width: 710px;
	height: 15px;
	margin-left: -1px;
}

/* -- FOTOGALERIJ -- */

.foto-box {
    float: left;
    width: 100px;
    margin: 5px;
    height: 150px;
    border: 1px solid #e2e2e2;
}

.foto-box-foto {
    width: 100px;
    vertical-align: bottom;
    clear: left;
}

.foto-box-icon {
    width: 90px;
    padding: 5px;
    text-align: center;
    vertical-align: bottom;
    clear: left;
}

.foto-box-icon a {
    color: #000066;
    text-decoration: none;
}


.foto-box-tekst {
    border-top: 1px solid #e2e2e2;
    height: 46px;
    width: 96px;
    clear: left;
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

.valuta {
	float: left;
}

.cartprice{
	float: right;
	padding-right: 20px;
	text-align: right;
}

#totalvaluta {
	border-top: 1px solid #000000;
}

hr {
	background: #2f3662;
	height: 1px;
	color: #2f3662;
}

/* -- FOOTER -- */

#rc-footer {
        float: left;
	margin-top: 10px;
	background: url("../../images/footer_logo_back.png") repeat-x scroll left top;
	width: 952px;
	height: 50px;
	clear: left;
}


/* Test CSS for the two demo RSS scrollers*/

#rc-content-menu-p2000 {
       width: 228px;
       float: left;
       border-left: 1px solid #163288;
       border-right: 1px solid #163288;
       margin-top: 0px;
}

#p2000-menu {
       background: url("../../images/p2000_header_menu.png")  repeat-x scroll left top;
       width: 230px;
       height: 32px;
       margin-left: 0px;
}



#pscroller2{
            width: 210px;
            height: 85px;
            padding: 10px;
            margin-top: 0px;
}

.rssclass .rsstitle{
          font-weight: bold;
          font-size: 90%;
}

.rssclass .rssdescription{
          color: gray;
          font-size: 85%;
}

.rssclass .rssdate{
          color: gray;
          font-size: 85%;
}


.rssclass a{
          color: dark blue;
          text-decoration: none;
}

/* END Test CSS for the two demo RSS scrollers*/




