
/* Cubique Webcreations  
www.cubique.nl */

/* ----------------------------------------------------- algemene kenmerken ------- */
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	background: #fff;
	font-family: century gothic, tahoma, arial;
}
img {
	border: 0 none;
}
td {
	vertical-align: top;
}
a, input {
	outline: none;
}

/* ----------------------------------------------------- layout kenmerken ------- */

#container {
	width: 800px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 15px;
}
* html > #container {
	height: 100%;
}
#header {
	min-height: 90px;
	height: auto !important;
	height: 90px;
	background: #fff;
	background: url('img/main/secrid-logo.gif') no-repeat left;
}
.clear {
	clear: both; 
}
#content {
	width: 460px;
	float: left;
	height: auto;
	margin-bottom: 40px;
}
#right-block {
	width: 340px;
	float: left;
	height: auto;
	margin: 0 0 60px 0px;
	color: #666;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 800px;
	min-height: 30px;
	height: auto !important;
	height: 30px;	
}

#content.newsimage {
	width: 270px;
}
#right-block.news {
	width: 500px;
}

/* ----------------------------------------------------- menu kenmerken ------- */

#link-home {
	float: left;
	margin-top: 25px;
}
#link-home, #link-home a {
	width: 184px;
	height: 42px;	
}
#link-home a {
	display:block
}
#menu {
	margin-bottom: 40px;
	position: relative;
}
#menu #main-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 740px;
}
#main-menu li {
	float: left;
	display: inline;
	padding-left: 0.5em;
	margin-left: 0.5em;
	font-size: 0.91em;
	font-weight: bold;
}
#main-menu li.line {
	border-left: 1px solid #666
} 
div #main-menu li.first {
	padding-left: 0;
	margin-left: 2px;
} 
#main-menu li a {
	color: #666;
	text-decoration: none;
}
#main-menu li a:hover, #main-menu .selected  {
	color: #cd071e;
}

/* ----------------------------------------------------- lang select kenmerken ------- */

#lang-menu {
	float: right;
	height: 11px;
	width: 54px;
	margin-top: -68px;
}
#lang-menu ul {
	list-style-type: none;
}
#lang-menu li {
	height: 11px;
	width: 18px;
	float: left;
}
#lang-menu li a {
	display: block;
	width:  14px;
	height: 11px;
}
.en {
	background: url('img/lang/gb.gif') right no-repeat;
}
.fr {
	background: url('img/lang/fr.gif') right no-repeat;
}
.nl {
	background: url('img/lang/nl.gif') right no-repeat;
}

/* ----------------------------------------------------- right page opmaak kenmerken ------- */ 

#right-block h1 {
	font-weight: bold;
	font-size: 1em;
}
#right-block p {
	padding: 8px 0 10px 0;
	line-height:  140%;
	font-size: 0.74em;
}
#right-block h2 {
	line-height:  140%;
	font-size: 0.74em;
	padding-bottom: 5px;
}
#right-block h2 a {
	text-decoration: none;
}
#right-block a {
	color: #cd071e;
}
#right-block .imgleft {
	float: left;
	display: inline;
	padding: 2px;
	border: 1px solid #c4c4c4;
	margin: 10px 5px 0 0;
}
#right-block ul, #right-block ol {
	padding: 8px 0 0 15px;
}
#right-block li {
	line-height:  140%;
	font-size: 0.74em;
}
div #right-block .movieblock {
	color: #cd071e;
	padding: 10px 0 8px 0; 
}

/* ----------------------------------------------------- bestelformulier opmaak kenmerken ------- */ 

#right-block #bestelformulier {
	width: 330px;
}
#right-block .c1 {
	width: 110px;
}
#right-block td {
	border-top: 5px solid #fff;
}
#right-block td {
	font-size: 0.74em;
	color: #666;
}
#bestelformulier .formfields, #bestelformulier .street, #bestelformulier .number, #verkoopadressen, .article input, .summary input, .verkoopadressen {
	border: 1px solid #c4c4c4;
	font-family: verdana;
	color: #666;
	padding: 2px 6px 2px 6px;
	font-size: 0.94em;
}
#right-block #bestelformulier .c-select {
	width: 214px;
}
div #bestelformulier .red {
	border: 1px solid #ff0000;
}
#bestelformulier .formfields {
	width: 200px;
}
#bestelformulier .street {
	width: 155px;
}
#bestelformulier .number {
	width: 25px;
	margin-left: 5px;
}
#bestelformulier #aantal {
	width: 70px;
}
#bestelformulier .button, #shopcard {
	background: #666;
	font-family: verdana;
	border: 0 none;
	color: #fff;
	font-size: 1em;
	padding: 3px 10px 3px 10px;
}
#bestelformulier .button:hover {
	color: #cd071e;
}
#shopcard {
	margin-top: 10px;
	font-size: 84%;
}
div #right-block .error {
	border: 1px solid #cd071e;
	padding: 4px;
	font-weight: bold;
	margin-bottom: 5px
}
.login { 
	display:none
}
div #right-block .error a {
	text-decoration: none;
	font-weight: bold;
	color: #666;
	margin-left: 10px;
}
div #right-block .error a:hover {
	text-decoration: underline;
}
/* ----------------------------------------------------- image-viewer kenmerken ------- */ 

#product-viewer {
	position:relative;
	width:450px;
	height:450px;
	overflow:hidden;
	background: url('img/products/secrid-cardprotector-4.gif') no-repeat;
}
#product-viewer img{
	position:absolute;
	display:none;
	border:none;
}
#images {
	position:absolute;
}

/* ----------------------------------------------------- movies block kenmerken ------- */ 

#movies {
	width: 340px;
	height: 100px;
	background: url('img/main/movies-backgroud.gif') no-repeat 4px 0;
}
div #right-block .movie {
	color: #cd071e;
	padding: 14px 0 10px 0;
}
a .left {
	margin-top: 27px;
	float: left;
}
a .right {
	margin: 27px 0 0 6px;
}
#movies #holder {
	height: 66px;
	width: 288px;
	float: left;
	margin: 17px 0 0 6px;
	position: relative;
}
#movies .photo {
	width: 88px;
	height: 66px;
	float: left;
	display: inline;
	border-left: 4px solid #3c4043;
	border-right: 4px solid #3c4043;
}
#img-desc {
	color: #666;
	font-size: 0.74em;
	margin-left: 5px;
}
div.scrollable {  
	height: 66px;
	width: 288px;
	float: left;
	margin: 17px 0 0 6px;
    position:relative; 
    overflow:hidden; 
} 
div.scrollable div.items { 	
    width:20000em; 
    position:absolute; 
} 
div.scrollable div.items div { 
    float:left; 
	width: 88px;
	height: 66px;
	display: inline;
	background: #ffda45;
	border-left: 4px solid #3c4043;
	border-right: 4px solid #3c4043;    
} 

/* ----------------------------------------------------- nieuws-overzicht kenmerken ------- */

div #nieuws-overzicht {
	list-style-type: none;
	margin:5px 0 0 0;
	padding: 0;
}
div #nieuws-overzicht li {
	margin: 0 0 5px 0;
	padding: 5px 5px 5px 5px;
	line-height: 140%;
	border: 1px solid #e8edf0;
}
div #nieuws-overzicht li a {
	font-weight: bold;
}
div #nieuws-overzicht li:hover {
	border: 1px solid #c1c1c1;
	background: #e8edf0;
}
div #nieuws-overzicht span {
	margin-left: 0px;
	font-size: 74%;
}

/* ----------------------------------------------------- news kenmerken ------- */

.news-overview {
	list-style-type: none;
	margin: 0 0 10px -15px;
}
#right-block .news-overview li {
	line-height: 150%;
}
.news-overview span {
	font-size: 74%;
}

/* ----------------------------------------------------- verkoopadressen kenmerken ------- */

#verkoopadressen, .verkoopadressen {
	font-size: 71%;
}
#verkoopadressen optgroup {
	font-style: normal;
	color:#cd071e;
}
#verkoopadressen option, .verkoopadressen option {
	color: #666;
	margin-left: 10px;
}
.verkoopadressen {
	margin-bottom: 10px;
	width: 280px;
}

/* ----------------------------------------------------- shoppingcard opmaak kenmerken ------- */ 

#order .o-article {
	width: 190px;
}
#order .o-number {
	width: 30px;
	text-align: right
}
#order .o-amount {
	width: 100px;
	text-align: right
}
.finish {
	border: 1px solid #c1c1c1;
	padding: 5px;
}
.article {
	border-bottom: 1px solid #c1c1c1;
	border-top: 1px solid #c1c1c1;
	margin-bottom: 5px;
}
.article input, .summary input {
	width: 50px;
}
.article .price {
	display: none;
}
.article .image {
	width: 75px;
	padding-bottom: 5px;
}
.article .image a {
	border: 1px solid #fff;
	height: 70px;
	width: 70px;
	display: block;
}
.article .image a:hover {
	border: 1px solid #c0c0c0;
}
.article .description {
	width: 130px;
}
.article .textinput {
	width: 70px;
	text-align: right;
}
.article .not-available {
	width: 140px;
}
.summary .totalprice {
	width: 300px;
}
#promo {
	border: 1px solid #3c4044;
	background: #e5e6eb;
	padding: 8px;
	margin-bottom: 5px;
}
#promo img {
	float: left;
	margin:  3px 5px 5px 0;
}

/* ----------------------------------------------------- business kenmerken ------- */   

.btb-thumbs {
	list-style-type: none;
	margin-top: 10px;
}
.btb-thumbs li {
	height: 40px;
	width: 40px;
	float: left;
	margin-right: 5px;
}
.btb-thumbs a {
	height: 40px;
	width: 40px;
	display: block;
	border: 1px solid #fff
}
.btb-thumbs a:hover {
	border: 1px solid #cd071e
}
.btb-thumbs .selected {
	border: 1px solid #cd071e
}
