/* OVERALL */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

img {
	border: 0px;
}

a, .link {
	color:#4C86B8;
	text-decoration:none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 8px;
}

/* FORMS */

label {
	display:block;
	font-weight:bold;
	margin: 12px 0 3px 0;
}
label.error:after {
	color: #red;
	content: " *";
}
form {
	margin: 0;
	padding: 0;
	display: inline;
}
input, select, textarea {
	margin: 0px;
}
input.error {
	background-color: #FFC9D0;
}

input[type="submit"] {
	margin: 0;
}
input[disabled="disabled"] {
	background: transparent;
}

input.example {
	color: #919191;
}

#content li {
	margin: 10px 0;
}

/* NewsletterWidget */

input {
	margin: 5px 0;
}

/* TinyMCE */
textarea.tinymce {
	display: none;
}
/* CONTAINER */

#container {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}

/* TOP */

#top {
	height: 90px;
	width: 1000px;
	background: url('http://cm.youthportals.dk/images/top-no-line.jpg') top center no-repeat;
	color: #FFFFFF;
}

#top a {
	color: #FFFFFF;
}

#top #logo {
	padding: 30px 0 0 15px;
	float: left;
	color: #FFFFFF;
	width: 200px;
}

#top #banner {
	float: right;
	text-align: right;
	width: 495px;
	height: 60px;
	padding: 10px 15px 0 0;
}

#top #banner #phone {
	font-size: 21px;
	font-weight: bold;
	margin: 0 0 0 0;
	display: block;
	text-decoration: none;
	color :#FFFFFF;
}

#top #banner #mail {
	font-size: 10px;
	font-weight: bold;
	margin: 5px 0 12px 0;
	display: block;
	text-decoration: none;
	color :#FFFFFF;
}

#top #banner img {
	width: 30px;
}

#top #banner img[src="http://cm.youthportals.dk/images/icons/jcb.gif"] {
	width: 25px;
}

#top #banner .left {
	width: 200px;
}

/* CONTENT */

#content {
	padding: 3px;
	border: 1px solid rgb(168, 171, 172);
	border-top: 0;
	margin-bottom: 15px;
	float: left;
	width: 680px;
	height: 100%;
}

#contentWide {
	border-top: 0;
	margin-bottom: 15px;
	width: 1000px;
	height: 100%;
}

/* HEADERS */

.header {
	height: 23px;
	padding: 8px 8px 0 8px;
	width: 664px;
	background: url('http://cm.youthportals.dk/images/contentbar_darkblue.jpg') top center no-repeat;
	color: #FFFFFF;
}

.header h1 {
	font-size: 11px;
	margin: 0;
	display: inline;
}

.header a {
	color: #FFFFFF;
}

.header .comment {
	font-size: 11px;
	margin: 0; 
}

.wideHeader {
	width: 984px;
	background: url('http://cm.youthportals.dk/images/contentbarWide_darkblue.jpg') top center no-repeat;
	color: #FFFFFF;
	height: 23px;
	padding: 8px 8px 0 8px;
}

.wideHeader h1 {
	font-size: 11px;
	margin: 0;
	display: inline;
}

.marginBottom {
	margin-bottom: 15px;
}

.header .author {
	float: right;
	color: #FFFFFF;
}

.leftTreeView .header {
	background: url('http://cm.youthportals.dk/images/treeViewContentbar_darkblue.jpg') top center no-repeat;
	width: 184px;
}

#dynamicContent .header {
	background: url('http://cm.youthportals.dk/images/dynamicContentbar_darkblue.jpg') top center no-repeat;
	width: 764px;
}
/* WIDGETS */
.left {
	float: left;
}
.right {
	float: right;
}

/* DYNAMIC CONTENT SHOW */

#dynamicContent {
	float: left;
	width: 780px;
}

#dynamicLeft {
	float: left;
	width: 780px;
}

#rightColumn {
	float: right;
	width: 220px;
	position: absolute; 
	margin-left: 560px;
}

#rightColumn span {
	display:block;
	margin: 10px 0;
	font-size: 15px;
	font-weight: bold;
}

#rightColumn img {
	float: right;
}

#rightColumn #stars img {
	width: 15px;
	padding: 0 2px 0 0;
}

.item {
	width: 180px;
	text-align: center;
	float: left;
	padding: 5px 5px 5px 0;
}

.item .about {
	font-style: italic;
}

#dynamicContent #dynamicBar {
	float: right;
	padding-left: 5px;
	width: 300px;
}

/* TREE VIEWS */

#leftContent {
	float: left;
}

#leftBasket {
	height: 100%;
	margin: 0 0 15px 0;
}

.leftTreeView {
	width: 200px;
	background-color: #EEF1F2;
	margin: 0 20px 0 0;
}

.leftTreeView ul {
	margin: 0;
	padding: 0;
	width: 200px;
	padding: 10px 0 20px 0;
}

.leftTreeView ul li {
	list-style-type: none;
}


.leftTreeView ul li a {
	color: #000000;
	width: 180px;
	padding: 6px 0 6px 20px;
	display: block;
	/*background:url(http://pcmgeeks.dk/images/menupil_right.gif) no-repeat left center;*/
}

.leftTreeView ul li a:hover {
	background-color: #77ADC5;
	color: #FFFFFF;
	text-decoration: none;
}

.leftTreeView ul li a:before {
	content:url(http://pcmgeeks.dk/images/menupil_right.gif);
}

/* FOOTER */

#footer {
	padding-top: 5px;
	border-top: 1px dashed #D1D1D1;
	background-color: #F9F9F9;
	padding: 5px 0 10px 10px;
	margin: 20px 0 0 0;
	width: 1000px;
	margin: 0 auto;
}

.row {
	width: 195px;
	float: left;
}

.row span {
	font-weight: bold;
	font-size: 13px;
	display: block;
}

.row a {
	display: block;
}

#copyright {
	text-align: center;
	padding: 3px;
}

/* RANDOM */

.clearBoth {
	clear: both;
}

.center {
	margin: 0 auto;
	width: 1000px;
}

.userForm input {
	width: 200px;
}

.userForm input[type="checkbox"] {
	width: 20px;
}

#ContactForm_text {
	width: 300px;
	height: 50px;
	margin: 0 0 10px 0;
}

/* CTA's */

.blueShopCTA {
	background: url('http://cm.youthportals.dk/images/buttons/blue_cta.jpg') top center repeat;
	padding: 6px 10px 7px 8px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	display: block;
	width: 182px;
}

.greenCTA {
	background: url('http://cm.youthportals.dk/images/buttons/green_cta.jpg') top center repeat;
	padding: 7px 10px;
	color: #FFFFFF;
}

.greenCTA a:hover {
	text-decoration: none;
}

.greenBasketCTA {
	background: url('http://cm.youthportals.dk/images/buttons/green_blue_cta.jpg') top center repeat;
	padding: 1px 10px 7px 8px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	display: block;
	width: 182px;
	height: 24px;
}

.greenBasketCTA:hover {
	background-position:0 -32px;
	text-decoration: none;
}

.greenBasketCTA img {
	float: left; 
	margin: 0 10px 0 0;
}

.greenBasketCTA div {
	padding-top: 5px;
}

.widthDarkGreenCTA {
	background: url('http://cm.youthportals.dk/images/buttons/width_dark_green_cta.jpg') top center repeat;
	padding: 14px 20px 20px 18px;
	margin: 17px 0;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 20px;
	display: block;
	width: 150px;
}

.widthDarkGreenCTA img {
	display: inline;
}

.widthDarkGreenCTA:hover {
	text-decoration: none;
	background: url('http://cm.youthportals.dk/images/buttons/width_green_cta.jpg') top center repeat;
}

.smallGreenCTA {
	background: url('http://cm.youthportals.dk/images/buttons/green_blue_small_cta.jpg') top center repeat;
	padding: 3.5px 15px 4.5px 15px; 
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	display: block;
}

.smallGreenCTA:hover {
	background-position:0 -20px;
	text-decoration: none;
}

.smallBlueCTA {
	background: url('http://cm.youthportals.dk/images/buttons/blue_blue_small_cta.jpg') top center repeat;
	padding: 3.5px 15px 4.5px 15px; 
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	display: block;
}

.smallBlueCTA:hover {
	background-position:0 -20px;
	text-decoration: none;
}

/* SUBMIT */

.userForm input[type="submit"] {
	width: 206px;
	height: 40px;
	background: url('http://cm.youthportals.dk/images/buttons/cta-light-green.png') top center repeat;
	border: 0;
	color: #FFFFFF;
}

.bigSubmit {
	background: url('http://cm.youthportals.dk/images/buttons/cta-light-green.png') top center repeat;
	border: 0;
	color: #FFFFFF;
	width: 680px;
	height: 40px;
}

.newsletterCTA {
	background: url('http://cm.youthportals.dk/images/buttons/green_blue_cta.jpg') top center repeat;
	padding: 6px 10px 10px 8px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	display: block;
	width: 154px;
	height: 30px;
	border: 0;
}

.newsletterCTA:hover {
	background-position:0 -32px;
	text-decoration: none;
	cursor: pointer;
}

/* MENU */

#menu {
	font: bold 12px Arial;
	background: url(http://cm.youthportals.dk/images/menubg.jpg) top center repeat-x;
	width: 100%;
	height: 33px;
	border-bottom: 1px solid #b2b2b2;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li {
	display: inline;
	position: relative;
	float: left;
}

#menu ul li a {
	background: url(http://cm.youthportals.dk/images/menubg.jpg) top center repeat-x; /*background of tabs (default state)*/
	color: #1c242c;
	padding: 9px 50px 10px 48px;
	text-decoration: none;
	display: block;
	border-right: 1px solid #D5D8D9;
}

#menu ul li a:link, #menu ul li a:visited{
	color: #1c242c;
}

#menu ul li a:hover{
	background: url(http://cm.youthportals.dk/images/menubg_hover.jpg) top center repeat-x; /*tab link background during hover state*/
	color: white;
}

/* PRODUCT */

#productLeft {
	width: 162px; 
	text-align: center;
	float: left;
}

#productMiddle {
	width: 354px; 
	margin: 0 25px;
	float: left;
}
	#productMiddleTop {
		min-height: 150px;
	}
	
	#productMiddleBottom {
		background-color: #D1D1D1; 
		width: 354px; 
		padding: 5px;
	}
		#productMiddleBottom span.deliveryDeadline {
			font-size: 15px;
			margin: 2px 0;
			display: block;
			font-weight: bold;
		}
#productRight {
	float: left;
}

	#productRight span#price {
		margin: -2px 0 2px 0;
		display: block;
		font-size: 19px;
		font-weight: bold;
	}
	
	#productRight span#before {
		color: #D1D1D1; 
		margin: 0 0 5px 0;
		display: block;
		font-size: 15px;
		font-weight: bold;
	}
	
	#productRight span#before span#beforePrice {
		text-decoration: line-through;
	}
	
	#basketImage {
		float: left; 
		padding: 0 10px 0 0;
	}
	
	#basketText {
		padding: 7px 0 0 0;
	}
	
	#productInfo {
		font-size: 13px; 
		margin: 5px 0 0 0;
		width: 200px;
	}
		#productInfo span {
			color: green;
		}
#productScreenshots {
	text-align: center;
}

	#productScreenshots img {
		padding: 0 20px;
	}
		
/* PRODUCT BANNER */
#productBanner {
	width: 762px;
	height: 217px;
	background: url('/themes/default/images/banner2.jpg') top center no-repeat;
	color: #FFFFFF;
	margin: 20px 0 0 0;
}

#productBanner #inner {
	padding: 20px;
}

#productBanner h1 {
	color: #FFFFFF;
	margin-top: 0;
}

#productBanner img {
	float: left;
	height: 180px;
	margin-left: 50px;
}

/* BASKET CONFIRMATION */
#basketConfirmation h2 {
	margin: 0 0 5px 0;
}
#keepShopping {
	background: url('http://cm.youthportals.dk/images/treeViewContentbar_darkblue.jpg') top center no-repeat;
	padding: 1px 10px 7px 8px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	display: block;
	width: 182px;
}

/* CHECKOUT */

#checkout {
	width: 600px;
	margin: 0 auto 200px;
}

table#basket-table {
	border: 1px solid #000000; 
	width: 100%;
	padding: 10px 10px 0 10px;
}
table#basket-table th {
	text-align: left;
	padding: 0 0 15px 0;
	margin: 0;
}
table#basket-table td {
	padding: 0 0 10px 0;
}
table#basket-table tr#totals td {
	border-top: 1px solid #000000;
	padding-top: 10px;
}
table#basket-table tr#shipping td {
	padding-top: 10px;
}
table#basket-table input[type="checkbox"] {
	width: 20px;
}

#checkout input {
	width: 300px;
	font-size: 17px;
	margin: 2px 0;
	border: 1px solid #ABADB3;
	padding: 4px 2px;
}
#checkout input[type="submit"] {
	width: 306px;
	height: 40px;
	border: 0;
	font-size: 20px;
	color: #FFFFFF;
	margin: 2px 0;
	background: url('http://cm.youthportals.dk/images/buttons/green_blue_submit_cta.jpg') top center repeat;
	padding-top: 4px;
	cursor: pointer;
}
#checkout input[type="submit"]:hover {
	background-position: 0 -40px;
}
#steps {
	margin: 0 auto;
	width: 600px;
}
#steps img {
	float: left;
	margin: 7px 0 10px 0;
}
#steps .line {
	background-color: #285B86;
	width: 120px;
	height: 2px;
	float: left;
	margin: 35px 0 0 0;
}
div#leftCheckout {
	float: left;
	width: 400px;
}
ul#rightCheckout {
	margin: 56px 0 0 0;
	float: right;
	border-left: 2px solid #cecece;
	padding: 0 0 0 15px;
	list-style-type: none;
	width: 180px;
}
ul#rightCheckout li {
	padding: 2px 0;
}

/* ADMIN */

#Product_teaser {
	width: 660px;
	height: 200px;
}