body {
	margin: 0;
	padding: 0;
	background-image:url('/images/sitebg.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #F93D00;
}

h1 {
	font-size: 2em;
	margin-bottom:10px;
}

h2 {
	font-size: 1.6em;
	margin-bottom:10px;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #704A21;
}

a:hover {
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	border:5px solid #dedede;
	margin-bottom:10px;
	margin-top:20px;
}

/* Header */

#header {
	width: 960px;
	height: 155px;
	margin: 0 auto;
	background:#fff;
	background-image:url('/images/androidTop.png');
	background-repeat:no-repeat;
	background-position:685px 10px;
}

#header #headerTitle {
	font-family: Calibri, Arial, Verdana, Tahoma, Sans-serif;
	font-size:30px;
	display:block;
	margin-top:35px;
}

/* Logo */

#logo {
	float: left;
	height: 150px;
	margin: 0;
	color: #090909;
	background-image:url('/images/samsungi7500_header.jpg');
	background-repeat:no-repeat;
	background-position:15px 10px;
	padding-left:100px;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	float: left;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 12px 0 0 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #090909;
}

/* Search */

#search {
	float: right;
	width: 220px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 30px 0 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 210px;
	padding: 5px 5px;
	border: none;
	background: #F2D14C;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	background: url(/images/img01.jpg) repeat-x left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 5px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 50px;
}

#menu a {
	display: block;
	margin-top: 10px;
	margin-right: 3px;
	padding: 7px 30px 7px 30px;
	background: url(/images/img03.jpg) no-repeat right 7px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #325C12;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

 .current_page_item a {
	font-weight:bold;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: url(/images/img04.jpg) repeat-y left top;
}

#page-bgtop {
	padding: 20px 25px;

}

#page-bgbtm {
}

/* Content */

#content {
	float: left;
	width: 630px;
	padding: 0;
}

.post {
	margin-bottom: 25px;
	border-bottom: 1px dashed #BCDD4D;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	height: 32px;
	padding: 8px 0 0 0px;
	letter-spacing: -.5px;
	color: #8AB52B;
}

.post .title a {
	color: #5B7817;
	border: none;
}

.post .meta {
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: left;
	background: url(/images/img05.jpg) no-repeat left 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .meta a {
	color: #8AB52B;
}

.post .entry {
	padding-bottom: 20px;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	padding: 0;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #C5DB76;
	background: url(/images/img06.jpg) no-repeat left 15px;
	padding-left: 10px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 32px;
	padding: 8px 0 0 0px;
	letter-spacing: -.5px;
	color: #5B7817;
}

#sidebar p {
	margin: 0 0px;
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #704A21;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 960px;
	background: #f0f0f0;
	font-family: Arial, Helvetica, sans-serif;
	border-top:1px solid #dedede;
}


#footer a {
	color: #5B7817;
}


#footer div.floatFooter {
	float:left;
	font-size:10px;
	margin-top:15px;
	margin-bottom:15px;
}

#footer .footerText {
	margin-left:25px;
	text-align:justify;
	width:350px;
	border-right:1px solid #dedede;
	padding-right:30px;
}

#footer h5 {
	font-size:12px;
	padding:0;
	margin:0;
	margin-bottom:10px;
	margin-left:15px;
}

#footer .footerText h5 {
	font-size:12px;
	padding:0;
	margin:0;
	margin-bottom:10px;
}

#footerLinks {
	width:180px;
}

#footerLinks ul {
	list-style-type:none;
	margin-left:15px;
	padding:0;
}

#footerLinks ul li {
	height:20px;
}

#footer .footerQuicklinks {
	border-right:1px solid #dedede;
	padding-right:20px;
}

#footer .footerInfo {
	width:320px;
}

#footer .footerInfo p{
	margin-left:15px;
	text-align:justify;
}

.specsTable {
	border-collapse:collapse;
	width:100%;
	border-top:1px solid #e1f5a6;
	border-bottom:1px solid #e1f5a6;
}

.specsTable caption {
	text-align:left;
	font-weight:bold;
	font-size:16px;
	padding:10px 0 10px 0;
}

.specsTable .specsCatHead {
	background-color:#e1f5a6;
	font-weight:bold;
	font-size:14px;
	color:#474036;
}

.specsTable .specsCatHead td {
	padding:5px;
}

.specsTable .specsRow td {
	padding: 5px;
	height:30px;
}

.specsTable .specsRow .specsName {
	font-weight:bold;
	width:300px;
}

.commentForm {
	border:1px solid #dedede;
	padding:10px;
	margin-top:10px;
}

.commentForm textarea {
	width:90%;
	height:150px;
}
.commentForm label {
	font-weight:bold;
}	
.commentForm dt {
	margin:0 0 10px 40px;
	padding:0;
}

.commentForm .description {
	font-size:10px;
}

.commentForm .errors {
	list-style-type:none;
	padding:0;
	margin:0;
}

.commentForm .errors li {
	color:red;
	font-size:10px;
	font-weight:bold;
}



.singleComment .commentBody {
	padding:10px;
	background-color:#f6f6f6;
}

.singleComment .commentMeta {
	border-bottom:1px solid #dedede;
	padding:3px 0 3px 0;
	font-size:11px;
	background-image:url('/images/icons/comment.png');
	background-repeat:no-repeat;
	background-position: 0px 2px;
	text-indent:20px;
}

#addCommentButton {
	display:block;
	background-image:url('/images/icons/comment_add.png');
	background-repeat:no-repeat;
	background-position: 0px 2px;
	text-indent:20px;
	font-weight:bold;
}

a#addCommentButton:hover {
	color:blue;
}

.singleComment{
	margin-top:10px;
}

.comments h3 {
	margin-bottom:15px;
}

#reactieToevoegen h4 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #F93D00;
	font-size:1.5em;
}

.feedback {
	padding:10px 10px 10px 30px;
	margin:10px;
	font-weight:bold;
}

.feedback.success {
	border:1px solid #C9FF8F;
	background-color:#E6FFCC;
	background-image:url('/images/icons/accept.png');
	background-repeat:no-repeat;
	background-position:10px 12px;
}

.clearer{
	width:0;
	padding:0;
	margin:0;
	font-size:0;
	clear:both;
	height:0;
}

a img {
	padding:10px;
	border:1px solid #dedede;
}

/* Table styling */

.specsT {
	width:100%;
	font: normal 11px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;

}

.specsT caption {
	padding: 0 0 5px 0;
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

.specsT th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(/images/bg_header.png);
}

.specsT th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

.specsT td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


.specsT tr.alt td,
.specsT tr.alt th {
	background: #F5FAFA;
	color: #797268;
}


.specsT th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(/images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	width:210px;
}

.specsT tr.alt th {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(/images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

#socialBookmarkContainer {
	text-align:right;
}

.shopOffer em {
	color:red;
	font-weight:bold;
}

#phonePage_specs {
	width:100%;
	margin-bottom:15px;
}

#phonePage_specs caption {
	font-size:12px;
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	color:#640024;
	padding:7px 0 7px 0;
	margin-top:0;
	margin-bottom:5px;w
	font-weight:bold;
	text-align:left;
}

#phonePage_specs tr td {
	line-height:22px;
	border-bottom:1px solid #DBDBDB;
	background-repeat:repeat-x;
	background-position:bottom left;
}

#phonePage_specs tr td em {
	font-style:normal;
}

#phonePage_specs tr td em.yes {
	color:green;
}

#phonePage_specs tr td em.no {
	color:red;
}

#phonePage_specs tr td.specTitle {
	font-weight:bold;
	width:100px;
}

