/**
 * Stylesheet for Cookstore
 *
 * @media	screen, projection
 * @copyright	Netlash <http://www.netlash.com>
 * @author	Bram Van Damme <bramus@netlash.com>
 * @author	Johan Ronsse <johan@netlash.com>
 */

/* Clearfix */
	.clearfix:after, #header:after, #productOrderform:after, .twocolumns:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

/**
 * = 1. Primary Selectors (Font sizes & colors)
 * ----------------------------------------------------------
 */

	body {
		font: 300 11px/1.55 "Lucida Grande", Verdana, Arial, sans-serif;
		background: #133902;
		color: #fff;
	}
	
	p {
		font-size: 110%;
		line-height: 1.8;
	}
	
	a {
		color: #00B20B;
	}
	
	h1, h2, h3, h4, h5, h6 {
		line-height: 1.2;
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	}

	h1 { font-size: 32px; }
	h2 { font-size: 21px; }
	h3 { font-size: 17px; }
	h4 { font-size: 15px; }
	h5 { font-size: 12px; }

	hr.hidden {
		display: none;
	}

/**
 * = 2. Primary Selectors (da unreset)
 * ----------------------------------------------------------
 */

 	ul, ol {
		padding: 0 0 0 20px;
	}

	ul {
		list-style: disc;
	}

	ol {
		list-style: decimal;
	}

	img.floatLeft {
		display: block;
		float: left;
		margin: 0 15px 15px 0;
	}

	img.floatRight {
		display: block;
		float: right;
		margin: 0 0 15px 15px;
	}
	 
	.widget img.floatLeft, .widget img.floatRight {
		margin: 0;
	}

/**
 * = 3. General Positioning (incl. styling for topnav, language and breadcrumbs)
 * -----------------------------------------------------------
 */

	/**
	 * = General Positioning : Wrapper(s)
	 * ----------------------------------------------------------
	 */

		#outerWrapper {
			width: 100%;
		}

		#innerWrapper {
			width: 900px;
			margin: 0 auto;
			position: relative;
		}
		
		#main {
			width: 900px;
		}

		#sidebar {
			float: left;
			width: 154px;
			padding-bottom: 40px;
			overflow: hidden; 
		}

		#content {
			width: 717px;
			float: right;
			padding-left: 29px;
		}

	/**
	 * = General Positioning : Header
	 * ----------------------------------------------------------
	 */

		#header {
			width: 900px;
			height: 325px;
			position: relative;
			background: url('../images/deco_bg_header.jpg') no-repeat;
		}

		#header h1 {
			width: 148px;
			height: 281px;
			float: left;
			margin-right: 12px;
			margin-top: 5px;
		}

		#header h1 a {
			display: block;
			width: 148px;
			height: 281px;
			text-indent: -9999px;
			overflow: hidden;
		}
		
		#header h1 a {
			display: block;
		}

		/**
		 * = General Positioning : Header : Language
		 * ----------------------------------------------------------
		 */

			#language {
				height: 20px;
				width: 300px;
				position: absolute;
				top: 69px;
				left: 592px;
				z-index: 30;
				clear: both;
			}
			
			#language ul {
				height: 20px;
				float: right;
				padding: 0;
			}

			#language ul li {
				list-style: none;
				float: left;
				margin-left: 6px;
			}

			#language ul li a {
				font-weight: normal;
				color: #000;
				text-align: center;
				border: none;
				font: normal 11px/20px "Lucida Grande", Verdana, Arial, sans-serif;
				padding-left: 1px;	/* not it's perfectly aligned in the center! */
				color: #fff;
				font-size: 120%;
			}

			#language ul li.selected a {
				line-height: 18px;
				color: #00b20b;
				text-decoration: none;
			}
			
			#language ul li a:hover, #language ul li a:focus {
				color: #00b20b;
			}
			

		/**
		 * = General Positioning : Header : Navigation
		 * ----------------------------------------------------------
		 */

			#headerPicture {
				font-size: 0;
				width: 786px;
				height: 171px;
			}
			
			#topnav {
				margin-top: 296px;
				float: right;
				width: auto;
			}

			#topnav ul {
				height: 36px;
				padding-right: 8px;
			}

			#topnav ul li {
				list-style: none;
				float: left;
				padding-left: 15px;
			}

			#topnav ul li a {
				font: bold 11px/30px "Lucida Grande", Verdana, Arial, sans-serif;
				text-decoration: none;
				color: #FFF;
			}

			#topnav ul li a:hover, #topnav ul li a:focus, #topnav ul li.selected a {
				color: #00b20b;
			}

	/**
	 * = General Positioning: breadcrumbs
	 * ----------------------------------------------------------
	 */

		#breadcrumbs {
			height: 23px;
			margin-top: 26px;
			margin-bottom: 15px;
			width: 900px;
		}

		#breadcrumbs p {
			display: block;
			padding: 0 0 0 2px;
		}

		#breadcrumbs p {
			font: normal 11px/23px "Lucida Grande", Verdana, Arial, sans-serif;
		}

		#breadcrumbs p a, #breadcrumbs p a:link, #breadcrumbs p a:focus {
			font: 700 11px/23px "Lucida Grande", Verdana, Arial, sans-serif;
			color: #008307;
			text-decoration: none;
			margin: 0 4px;
		}

		#breadcrumbs p a:hover {
			color: #00B20B;
		}

	/**
	 * = General Positioning : Footer
	 * ----------------------------------------------------------
	 */
		#footer-wrap {
			width: 100%;
			display: inline-block;
			float: left;
		}
		
		#footer {
			width: 717px;
			margin: 0 auto;
			padding: 7px 0 7px 183px;
			margin-bottom: 45px;
			background-color: #006331;
		}

		#footer ul {
			width: 712px;
			height: 12px;
			padding: 0;
		}

		#footer ul li {
			float: left;
			list-style: none;
			height: 12px;
			padding-right: 11px;
			margin-right: 10px;
			background: url('../images/deco_footerSeperator.gif') no-repeat right 5px;
		}

		#footer ul li.last {
			border-right: none;
			background-image: none;
		}

		#footer ul li a {
			display: block;
			height: 12px;
			color: #98dc9c;
			font: normal 11px/12px Arial;
			text-decoration: none;
		}
		
		/**
		 * = Form elements
		 * ----------------------------------------------------------
		 */
		
		.form-success {
			background-color: #B5C800;
			border: 1px solid #70AC00;
			padding: 4px;
			margin-bottom: 20px;
			display: block;
		}

/**
 * = 4. The sidebar
 * ----------------------------------------------------------
 */

	#other-widgets {
		margin-top: 55px;
		background: url(../images/bottomwidget.gif) no-repeat;
	}

 	#sidebar .widget {
		margin-bottom: 4px;
		padding: 10px;
	}
	
	#other-widgets .widget {
		padding-bottom: 20px;
		background: url(../images/bottomwidget.gif) no-repeat bottom center;
	}

 	#sidebar .widget h3 {
		display: block;
		margin-bottom: 13px;
		font: 700 11px "Lucida Grande", Verdana, Arial;
		font-size: 14px;
		/* text-transform: uppercase; */
	}

	#sidebar .widget a {
		color: #00B20B;
	}

	/* The sidebar : Assortiment & Submenu */

		#sidebar #sidebar-assortiment, #sidebar #sidebar-submenu {
			padding: 0;
			background: url('../images/deco_bg_assortiment.jpg') repeat-x;
		}

		#sidebar #sidebar-assortiment h3, #sidebar #sidebar-submenu h3 {
			background: #fff;	
			color: #133902;
			line-height: 27px;
			padding: 0 10px;
			text-transform: uppercase;
		}

		#sidebar #sidebar-assortiment ul,
		#sidebar #sidebar-submenu ul {
			padding: 0 10px 10px;
			margin: 0;
		}
		
		#sidebar #sidebar-assortiment ul ul,
		#sidebar #sidebar-submenu ul ul {
			padding: 0;
		}

		#sidebar #sidebar-assortiment ul li,
		#sidebar #sidebar-submenu ul li {
			padding: 0;
			margin: 0;
			list-style: none;
		}

		#sidebar #sidebar-assortiment ul li.last,
		#sidebar #sidebar-submenu ul li.last {
			border-bottom: none;
		}

		#sidebar #sidebar-assortiment ul li.selected a.selected,
		#sidebar #sidebar-assortiment ul li a:hover,
		#sidebar #sidebar-submenu ul li.selected a.selected,
		#sidebar #sidebar-submenu ul li a:hover {
			color: #00b20b;
		}

		#sidebar #sidebar-assortiment ul li a, #sidebar #sidebar-submenu ul li a {
			padding: 0;
			margin: 0;
			margin: 7px 0;
			display: block;
			padding-left: 20px;
			text-decoration: none;
			color: #e9ede4;
			background: url('../images/deco_bg_assortimentBullet.gif') no-repeat 0 3px;
		}

		#sidebar #sidebar-assortiment ul ul, 
		#sidebar #sidebar-submenu ul ul {
			display: none;
			border-bottom: 1px solid #174702;
			margin-bottom: 15px;
		}

		#sidebar #sidebar-assortiment ul li.selected ul, 
		#sidebar #sidebar-submenu ul li.selected ul {
			display: block;
		}

		#sidebar #sidebar-assortiment ul ul li,
		#sidebar #sidebar-submenu ul ul li {
			border: none;
		}

		#sidebar #sidebar-assortiment ul ul li.last, 
		#sidebar #sidebar-submenu ul ul li.last {
			border-bottom: 0;
		}

		#sidebar #sidebar-assortiment ul li ul li a {
			padding-left: 30px;
			background: url('../images/deco_bg_submenu.gif') no-repeat 19px 6px;
			
		}
		
		#sidebar #sidebar-assortiment ul li.selected ul li.selected a {
			padding-left: 30px;
			background: url('../images/deco_bg_submenu.gif') no-repeat 19px 6px;
		}

	/* The sidebar : Nieuwsbrief */

		#sidebar #sidebar-nieuwsbrief form label {
			display: block;
			height: 14px;
			font: normal 11px/14px Arial, sans-serif;
			padding-bottom: 2px;
			color: #98dc9c;
		}

		#sidebar #sidebar-nieuwsbrief form input#email {
			display: block;
			height: 14px;
			width: 125px;
			padding: 1px 2px;
			font: normal 11px/14px Arial, sans-serif;
			float: left;
			margin-bottom: 4px;
		}

		#sidebar #sidebar-nieuwsbrief form input#btnNewsletterSubmit {
			display: block;
			float: left;
		}

		#sidebar #sidebar-nieuwsbrief form input.hidden {
			display: none;
		}

	/* The sidebar : Account */

		#sidebar #sidebar-account dl dd a {
			text-decoration: none;
			padding: 3px 0 0 0;
			background: url('../images/button_account.gif') no-repeat;
			text-align: center;
			color: #fff;
			font-size: 10px;
			font-weight: 700;
			font-family: "Lucida Grande", Verdana, Arial, sans-serif;
			display: block;
			height: 25px;
			width: 127px;
			margin-top: 7px;
		}
		
		#sidebar #sidebar-account dt {
			color: #98dc9c;
		}

	/* The sidebar : tevreden klanten */

		#sidebar #sidebar-tevredenklanten {
			background-image: none;
		}

		#sidebar #sidebar-tevredenklanten h3 {
			margin-top: 10px;
		}

		#sidebar #sidebar-tevredenklanten dl dd:last-child,
		#sidebar #sidebar-tevredenklanten dl dd.last-child {
			border: none;
		}

		#sidebar #sidebar-tevredenklanten dl dt {
			padding-top: 7px;
			color: #fff;
			padding-bottom: 5px;
			line-height: 1.3;
		}

		#sidebar #sidebar-tevredenklanten dl dd {
			padding-bottom: 15px;
			line-height: 22px;
			font-weight: 700;
			color: #00b20b;
		}
		
		#sidebar #sidebar-tevredenklanten dl dd img {
			float: left;
			margin-right: 5px;
		}

		#sidebar #sidebar-tevredenklanten dl dd.last {
			padding-bottom: 0;
		}

	/*The sidebar : hoe het werkt*/

		#sidebar #sidebar-hoewerkthet ul {
			list-style: none;
			padding: 0 0 12px;
		}

		#sidebar #sidebar-hoewerkthet ul li {
			margin: 0;
			padding: 0;
			list-style: none;
			height: 18px;
		}

		#sidebar #sidebar-hoewerkthet ul li a {
			line-height: 18px;
			color: #00B20B;
		}
		
		#sidebar a {
			color: #687D12;
		}

		#sidebar #sidebar-hoewerkthet p {
			font-size: 10px;
		}

/**
 * = 5. The innerSidebar
 * ----------------------------------------------------------
 */

	 #innerSidebar {
		width: 173px;
		float: left;
		overflow: hidden;
		margin-left: 29px;
		display: inline;
	 }

 	#innerSidebar .widget {
		width: 173px;
		margin-bottom: 28px;
	}

 	#innerSidebar .widget h3 {
		display: block;
		color: #98dc9c;
		overflow: hidden;
		margin-bottom: 4px;
		font-size: 14px;
	}

	#innerSidebar .widget p {
	}

	/**
	 * = The innerSidebar : Winkelmandje
	 * ----------------------------------------------------------
	 */
	
		#innerSidebar #innerSidebar-winkelmandje {
			background: url('../images/deco_bg_winkelmandje.jpg') repeat-x;
			width: 173px;
			margin-bottom: 37px;
		}
		
		#innerSidebar #innerSidebar-winkelmandje h3 {
			background: url('../images/deco_bg_winkelMandjeTitle.jpg') no-repeat 6px 8px;
			padding-left: 38px;
			font-size: 130%;
			padding-top: 6px;
			width: 135px;
		}
	
		#innerSidebar #innerSidebar-winkelmandje p {
			padding: 0 10px 10px;
			font-size: 100%;
		}

		#innerSidebar #innerSidebar-winkelmandje ul {
			padding: 7px;
			margin: 6px 0 0 0;
			list-style: none;
		}
		
		#basketTotalPrice {
			padding-top: 2px;
		}
		
		#basketTotal span.float {
			padding-top: 2px;
		}

		#innerSidebar #innerSidebar-winkelmandje ul li {
			padding: 0 5px;
			margin: 0;
			list-style: none;
			text-align: right;
			font-size: 11px;
			height: 20px;
		}

		#innerSidebar #innerSidebar-winkelmandje ul li#basketTotal {
			border-top: 1px solid #fff;
			margin-top: 16px;
		}

		#innerSidebar #innerSidebar-winkelmandje ul li a,
		#innerSidebar #innerSidebar-winkelmandje ul li span.float {
			display: block;
			float: left;
		}

		#innerSidebar #innerSidebar-winkelmandje #btnNaarkassa {
			width: 173px;
			height: 25px;
			background: url('../images/button_overzichtWinkelmandje.gif') no-repeat;
			margin-top: 20px;
		}

		.fr #innerSidebar #innerSidebar-winkelmandje #btnNaarkassa {
			width: 173px;
			height: 25px;
			background-image: url(../images/buttons/btnOverzichtWinkelmandje-fr.gif);
			margin-top: 20px;
		}

		/*.en #innerSidebar #innerSidebar-winkelmandje #btnNaarkassa {
			background-image: url(../images/buttons/btnOverzichtWinkelmandje-en.gif);
		}*/

	/**
	 * = The innerSidebar : Uw garanties
	 * ----------------------------------------------------------
	 */

		#innerSidebar #innerSidebar-uwgaranties div p {
			padding: 0 10px 12px;
		}

	/**
	 * = The innerSidebar : Gratis Verzending
	 * ----------------------------------------------------------
	 */
		
		#innerSidebar #innerSidebar-gratisverzending {
			padding-top: 28px;
			background: url(../images/topwidget.gif) no-repeat 0 top;
		}

		#innerSidebar #innerSidebar-gratisverzending dl {
			padding: 5px 10px;
		}

		#innerSidebar #innerSidebar-gratisverzending dl dt {
			font: 700 12px/1 Arial, sans-serif;
			margin-bottom: 10px;
		}

		#innerSidebar #innerSidebar-gratisverzending dl dd {
			font: normal 11px/1.4 Arial;
			padding-bottom: 15px;
		}

		#innerSidebar #innerSidebar-gratisverzending dl dd.last {
			padding-bottom: 0;
		}

	/**
	 * = The innerSidebar : Meest Verkocht // Klanten kochten ook
	 * ----------------------------------------------------------
	 */

		#innerSidebar #innerSidebar-meestverkocht dl,
		#innerSidebar #innerSidebar-klantenkochtenook dl {
			padding: 15px 0 15px 10px;
		}

		#innerSidebar #innerSidebar-meestverkocht dl dt,
		#innerSidebar #innerSidebar-klantenkochtenook dl dt {
			display: block;
			width: 69px;
			height: 64px;
			text-align: center;
			float: left;
			border-bottom: 1px solid #ced8bf;
			clear: both;
			margin-bottom: 10px;
		}

		#innerSidebar #innerSidebar-meestverkocht dl dd,
		#innerSidebar #innerSidebar-klantenkochtenook dl dd {
			font: normal 11px/1.4 Arial;
			display: block;
			width: 110px;
			height: 64px;
			float: left;
			border-bottom: 1px solid #e3e0d7;
			margin-bottom: 10px;
		}

		#innerSidebar #innerSidebar-meestverkocht dl dt.last,
		#innerSidebar #innerSidebar-meestverkocht dl dd.last,
		#innerSidebar #innerSidebar-klantenkochtenook dl dt.last,
		#innerSidebar #innerSidebar-klantenkochtenook dl dd.last {
			padding-bottom: 0;
			margin-bottom: 0;
			border-bottom: none;
		}

	/**
	 * = The innerSidebar : Klanten kochten ook
	 * ----------------------------------------------------------
	 */

		/* for the dl and such, see #innerSidebar-meestverkocht */

/**
 * = 6. The innerContent (the real deal)
 * ----------------------------------------------------------
 */

 	#innerContent {
		width: 515px;
		float: left;
		padding: 0 0 5px 0;
		_overflow-x: hidden;
		position:relative;
		min-height: 470px;
		_height: 470px;
	}
	
	#innerContent li {
		font-size: 12px;
	}
	
	html#innerContent{
		float: none;
		margin: 0;
		padding: 0;
		position: relative;
		top: 0;
		left: 0;
		height: auto;
		width: auto;
		overflow-x: none;
		overflow-y: none;
		min-height: inherit;
		height: auto;
	}

	.en #innerContent {
		padding-bottom: 85px;
	}

	#innerContent.fullwidth {
		width: 672px;
		margin: 0;
	}

 	#innerContent h2 {
		font: 700 18px/1.1 "Lucida Grande", "Lucida Grande", Verdana, Arial, sans-serif;
		margin-bottom: 16px;
		color: #fff;
	}
	

 	#innerContent h3 {
		font: 700 15px/1.1 "Lucida Grande", Verdana, Arial, sans-serif;
		margin-bottom: 14px;
	}

	#innerContent h2 a:link,
	#innerContent h2 a:visited,
	#innerContent h3 a:link,
	#innerContent h3a:visited {
		text-decoration: none;
		color: #fff;
	}

	/**
	 * = innerContent : general styling
	 * ----------------------------------------------------------
	 */

		#innerContent p {
			padding-bottom: 10px;
		}

		#innerContent ul, #innerContent ol {
			padding-bottom: 10px;
		}

		#innerContent ul ul, #innerContent ol ol, #innerContent ul ol, #innerContent ol ul {
			padding-bottom: 0px;
		}

		#innerContent label {
			font-weight: 700;
		}

		#innerContent .input-textfield, #innerContent .input-textfield-error {
			width: 432px;
			padding: 2px 1px;
			font: normal 12px Arial, sans-serif;
		}

		#innerContent .input-textarea, #innerContent .input-textarea-error {
			width: 432px;
			border: 1px solid #48250A;
			height: 80px;
			line-height: 20px;
			padding: 0 4px;
			font: normal 11px Arial, sans-serif;
		}

		#innerContent .input-textarea-error, #innerContent .input-textfield-error {
			border: 1px solid #A51039;
		}

		#innerContent .form-error {
			display: block;
			padding-bottom: 10px;
			color: red;
		}

		#innerContent a:link,
		#innerContent a:visited {
			color: #5CA60E;
		}

		#innerContent a:hover,
		#innerContent a:active {
			color: #00B20B;
		}
		
		#innerSidebar a:link,
		#innerSidebar a:visited {
			color: #98dc9c;
		}

	/**
	 * = innerContent : shopProcedure
	 * ----------------------------------------------------------
	 */

	 	 #innerContent #shopProcedure {
		 	padding-top: 24px;
		 }

		 #innerContent #shopProcedure h4 {
			display: none;
		 }

		 #innerContent #shopProcedure ol {
			margin: 10px 0;
			padding: 0;
			list-style: none;
		 }

		 #innerContent #shopProcedure ol li {
			list-style: none;
			float: left;
			margin-right: 9px;
			width: 165px;
			height: 150px;
			position: relative;
			display: inline;
		 }

		 #innerContent #shopProcedure ol li a {
			display: block;
			padding: 4px 4px 0 4px;
			width: 159px;
			height: 136px;
			color: #fff;
			font: bold 14px "Lucida Grande", Verdana, Arial, sans-serif;
			text-decoration: none;
		 }
		
		#innerContent #shopProcedure ol li a span {
			font-size: 28px;
			font-family: "Lucida Grande", Verdana, Arial, sans-serif;
			color: #00b20b;
			font-weight: 700;
		}

		#innerContent #shopProcedure ol li#shopProcedureStep1 {
			background: url(../images/3steps.jpg) no-repeat;
		}

		#innerContent #shopProcedure ol li#shopProcedureStep2 {
			background: url(../images/3steps.jpg) no-repeat -174px 0;
		}

		#innerContent #shopProcedure ol li#shopProcedureStep3 {
			background: url(../images/3steps.jpg) no-repeat -347px 0;
			margin-right: 0;
		}


	/**
	 * = innerContent : logoStrip
	 * ----------------------------------------------------------
	 */

	 	#innerContent #logoStrip {
			padding-top: 42px;
			padding-bottom: 40px;
			clear: both;
		}

		#innerContent #logoStrip p {
			padding: 0;
		}

		 .old #innerContent #logoStrip h4 {
			display: none;
		 }

		 .old #innerContent #logoStrip ul {
			display: block;
			margin: 0;
			padding: 0;
			float: left;
			height: 36px;
		 }

		 .old #innerContent #logoStrip ul li {
			display: block;
			margin: 0;
			padding: 0;
			float: left;
			margin-right: 20px;
			/* make sure this is the same as the padding-left on "#innerContent #logoStrip #stripPayment", 10 lines down! */
			height: 36px;
		 }

		 .old #innerContent #logoStrip ul li a {
		 	display: block;
			height: 36px;
			text-indent: -9999px;
		 }

		.old #innerContent #logoStrip #stripShops {
			border-right: 1px solid #e1e1df;
		}

		.old #innerContent #logoStrip #stripPayment {
			padding-left: 20px;
		}

		.old #innerContent #logoStrip #logoThuiswinkel { width: 80px; }
		.old #innerContent #logoStrip #logoThuiswinkel a { width: 80px; background: transparent url(../images/logos/thuiswinkel.gif) no-repeat; }

		.old #innerContent #logoStrip #logoDeBesteWebshops { width: 55px; }
		.old #innerContent #logoStrip #logoDeBesteWebshops a { width: 55px; background: transparent url(../images/logos/debestewebshops.gif) no-repeat; }

		.old #innerContent #logoStrip #logoFortis { width: 72px; }
		.old #innerContent #logoStrip #logoFortis a { width: 72px; background: transparent url(../images/logos/fortis.gif) no-repeat; }

		.old #innerContent #logoStrip #logoVisa { width: 33px; }
		.old #innerContent #logoStrip #logoVisa a { width: 33px; background: transparent url(../images/logos/visa.gif) no-repeat; }

		/**
		 * = innerContent : contactForm
		 * ----------------------------------------------------------
		 */

		
		#innerContent #contactForm input {
			margin-bottom: 20px;
		}

		/**
		 * = innerContent : nieuws
		 * ----------------------------------------------------------
		 */
		
		#nieuwsArchiefButton {
			clear: left;
			float: left;
			background: url('../images/nieuwsArchiefButton.gif') no-repeat;
			width: 101px !important;
			height: 25px !important;
			margin-right: 414px;
			text-align: center;
			text-decoration: none;
			color: #fff !important;
			margin-bottom: 58px;
		}
/**
 * cartOverlay
 * --------------------------------------------------------
 */

	#cartOverlay {
		width: 672px;
		padding: 10px;
		border: 1px solid #00B20B;
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		background: #0c6104;
	}

	#cartOverlay table {
		width: 672px;
	}

	#cartOverlay th {
		font-weight: 700;
		padding: 0 0 0 10px;
	}

	#cartOverlay td {
		padding: 0 0 0 10px;
	}

	#cartOverlay thead tr, #cartOverlay thead th {
		height: 28px;
		line-height: 28px;
	}

	#cartOverlay tbody tr td.image {
		text-align: center;
		padding: 0;
		margin: 0;
		height: 40px;
		width: 64px;
		overflow: hidden;
	}

	#cartOverlay tbody td.action {
		text-align: right;
		padding: 0 10px 0 0;
	}

	#cartOverlay tbody td.action .datagridRemoveRow {
		margin-top: 4px;
	}

	#cartOverlay td.cTotal {
		font-weight: 700;
		font-size: 12px;
	}

	#cartOverlay td#cTotal {
		font-weight: 700;
		font-size: 14px;
		padding-top: 10px;
	}
	
.mceContentBody {
	background: #082900;
}

/* Fork defaults: pagination */
.pagination-wrap {
	width: 100%;
	overflow: hidden;
}

.pagination {
	float: left;
	position: relative;
	left: 50%;
}

.pagination ul {
	padding: 18px 0;
	z-index: 2;
	overflow: hidden;
	position: relative;
	left: -50%;
}

.pagination li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	text-decoration: none;
	padding: 0;
	line-height: 15px;
	font-size: 12px;
	text-align: center;
}

.pagination li span {
	float: left;
	color: #7A7A7A;
	min-width: 12px;
}

.pagination li.currentpage span {
	font-weight: 700;
	color:	#7A7A7A;
}

.pagination li a span {
	color: #5CA60E;
}

.pagination li a span:hover {
	color: #00B20B;
}

.pagination li.selected span {
	padding: 4px 5px;
	font-weight: 700;
	color: black;
}

.pagination li a:link,
.pagination li a:visited {
	float: left;
	text-decoration: none;
}

li.ellipsis {
	margin: 0;
}

li.ellipsis span {
	color: #fff;
}

.nextpage, .previouspage {
	font-size: 11px !important;
}

.pagination li.nextpage {
	margin-left: 10px;
}

.pagination li.previouspage {
	margin-right: 15px;
}
