@charset "utf-8";
/******************************************

	CSS Document - Global Settings 
	
******************************************/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 1px;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Main Body */
body {
	cursor: default;
	/*font-family: "Trebuchet MS", Arial, sans-serif;*/
	font-family: helvetic, Arial, sans-serif;
	text-align: center;
	background-color: #E4EAE8;
	color: #000;
	font-size: 12px;
	background-position: top left;
	background-repeat: repeat-x;
}

a {	
	cursor: pointer;
	padding: 1px;
}
a:link, a:hover, a:visited, a:active {
}
a:hover {
	background-color: #fdfdfd !important;
    color: #000000 !important;
}

/* Fix for hyperlinked png images backgrounds on hover */
a img {
	margin: -1px;
	margin-bottom: -6px;
}

p {
	font-size: 11pt;
}

ul {
	list-style: none;
	list-style-type: square;
	margin: 2px;
	padding-left: 12px;
	margin-left: 2px;
}

.clr {
	line-height: 0px; 
	height: 0px; 
	padding: 0px; 
	margin: 0px; 
	display: block;
	height: 1px;
	clear: both;
}

/* Accessibility boxes, (hidden to browsers but screen readers will pick them up */
.accessibility {
	/*visibility: hidden;*/
	position: absolute;
	top: -100px;
	/*display: none;*/
}

select, option {
  behavior: url('http://www.reallyeasycart.co.uk/mini_site/base/files/select_box_fix.htc'); /*IE FIX*/
}
input {
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
button[disabled], input[disabled], optgroup[disabled], option[disabled], select[disabled], textarea[disabled] {
	user-input: disabled; 
	background-color: #EEE;
	color: #999;
}

/* This adds padding to divs, used inside the inner parts of the header,middle and footer */
.insidePadding {
	padding: 6px; 
}

/*Add Css Round corners (not availbale in IE )*/
.round-top {
	border-radius-topleft: 6px; 
	border-radius-topright: 6px; 
	-moz-border-radius-topleft: 6px; 
	-moz-border-radius-topright: 6px; 
	-khtml-border-top-left-radius: 6px;
	-khtml-border-top-right-radius: 6px; 
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}
.round-bottom {
	border-radius-bottomleft: 6px; 
	border-radius-bottomright: 6px; 
	-moz-border-radius-bottomleft: 6px; 
	-moz-border-radius-bottomright: 6px; 
	-khtml-border-bottom-left-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
.round-small {
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}
.round-medium {
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
}
.round-large {
	border-radius: 14px; 
	-moz-border-radius: 14px; 
	-webkit-border-radius: 14px;
	-khtml-border-radius: 14px;
}

/* Titles */
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 { font-size: 20pt; }
h2 { font-size: 17pt; }
h3 { font-size: 14pt; }
h4 {
	font-size: 12pt;
	font-weight: lighter;
}
/* Titles HyperLinked */
h2 a, h3 a, h4 a {
	text-decoration: none;
}

/* Some basic gloabl styles */
ul.simple {
	list-style: none;
}
/* Global font sizes */
.very-large {
	font-size: 60px;
}
.large {
	font-size: 52px;
}
.mendium-large {
	font-size: 30px;
}
.mendium {
	font-size: 20px;
}
.average {
	font-size: 16px;
}
.small {
	font-size: 11px;
}
.very-small {
	font-size: 8px;
}

/* Buttons */
input[type=submit] {
	background-color: #DDDDDD;
	color: #333;
	font-weight: bold;
}

/* Alignments */
.center {
	margin: auto;
	text-align: center;
}
.right {
	float: right;
	text-align: right;
}
.left {
	float: left;
	text-align: left;
}

/* Error Messeges */
.msg {
	border: 1px solid #FFFF66;
	background-color: #FFFFCC;
	color: #000000;
	margin: 6px;
	padding: 4px;
	padding-left: 34px;
	background-image: url(/icons_new/add.png);
	background-repeat: no-repeat;
	background-position: 8px 6px;
}
.msg.good {
	background-color: #33FF00;
}

/* Page wrapper */
#wrapper {
}

/* Header */
.header-outer {
	color: #000;
	z-index: 1000;
	min-height: 10px;
	padding-top: 10px;
	background-color: #D8DBDA;
	/*border-bottom: 4px solid #fdfdfd;*/
	background-image: url('http://www.brilliantwallart.co.uk/admin/images/wall-art-header.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

.header-inner {
	width: 920px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	z-index:999;
	height: 170px;
}
.header-inner h2 {
	font-size: 22pt;
}
.header-inner h4 {
}


/* Middle/Main */
.middle-outer {
	color: #000;
	clear: both;
	background-color: #E4EAE8;
	background-image: url('http://www.brilliantwallart.co.uk/admin/images/mig-bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	padding: 6px 0px;
}
.middle-inner {
	background-color: #ffffff;
	width: 920px;
	min-height: 320px;
	margin: 0px auto;
	text-align: left;
}
.middle-inner h2, .middle-inner h1 {
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
	margin-bottom: 6px;
	color: #000;
}

/* Inside parts of the middle section */
.middle-inner .main_middle_left { 
	width: 170px;
	float: left;
	margin: 0px 2px;
}
.middle-inner .sidebar_app { 
	background-color: #D8DBDA;
	margin-bottom: 4px;
	padding: 10px;
	width: 90%;
}
.middle-inner .sidebar_app h4 a, .middle-inner .sidebar_app h4 a:link, .middle-inner .sidebar_app h4 a:visited, .middle-inner .sidebar_app h3 a, .middle-inner .sidebar_app h3 a:link, .middle-inner .sidebar_app h3 a:visited { 
	color: #000; 
}
.middle-inner .sidebar_app a, .middle-inner .sidebar_app a:link, .middle-inner .sidebar_app a:visited { 
	color: #333333;
	text-decoration: none;
	padding: 2px;
}
.middle-inner .main_middle_center {
	width: 540px;
	float: left;
	padding: 10px;
	margin: 0px 2px;
	margin-bottom: 4px;
}
.middle-inner .main_middle_right {
	width: 160px;
	float: left;
	margin: 0px 2px;
}
.main_middle_right h3 {
	margin: 6px;
	margin-left: 0px;
}
.main_middle_right ul li.all_products {
	margin-top: 12px;
}
.middle-inner .main_app_box {
	clear: left;
	padding: 10px;
	margin: 2px 2px 4px 2px;
	background-color: #fdfdfd;
	background-image: url('http://www.reallyeasycart.co.uk/mini_site/base/images/smaller_light_gradient.png');
	background-position: top left;
	background-repeat: repeat-x;
}
.main_middle_left .sidebar_app {
	background-image: url('http://www.reallyeasycart.co.uk/mini_site/base/images/smaller_light_gradient.png');
	background-position: top left;
	background-repeat: repeat-x;
}
.main_middle_right .sidebar_app {
	background-image: url('http://www.reallyeasycart.co.uk/mini_site/base/images/medium_light_gradient.png');
	background-position: top left;
	background-repeat: no-repeat;
}


/* == Top Breadcrumb == */
.breadcrumb {
	font-size: 12px;
	font-weight: normal;
}


/* == Seach Box == */
#search_main_site {
	float: right;
	margin-top: -6px;
}
#search_main_site input[type=text] {
	padding: 4px;
	width: 260px;
	display: inline-block;
}
#search_main_site input[type=submit] {
}

/* Footer */
.footer-outer {
	color: #333333;
	background-color: #D8DBDA;
	/*border-top: 4px solid #fdfdfd;*/
	background-image: url('http://www.brilliantwallart.co.uk/admin/');
	background-position: top center;
	background-repeat: no-repeat;
}
.footer-inner {
	width: 920px;
	padding-top: 10px;
	min-height: 100px;
	margin: 0px auto;
	margin-bottom: 10px;
	text-align: left;
}

/*Copywrite Msg*/ 
.footer-inner .copy {
}

/** 
 * Modal Window 
 */
#modal_outer {
}
#modal_background {
	position: fixed;
	width: 100%;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	top: 0%;
	left: 0%;
	z-index: 2000;
	height: 100%;
	background-color: #000000;
}
#modal_content_positioning {
	position: absolute;
	top: 0%;
	left: 0%;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	z-index: 2010;
	width: 100%;
}

/* modal top slide */
.modal_slide_top {
}
.modal_slide_top .main {
	background: #FFF;
	padding: 4px 100px;
	vertical-align: middle;
	border-bottom: 3px solid #00CC99;
}
.modal_slide_top .modal_close {
	background: #FFF;
	float: right;
	margin-right: 30px;
	margin-top: -3px;
	padding: 2px 6px;
	border: 3px solid #00CC99;
	border-top: 0px;
}

/* Modal Cart */
.modal_cart {
	width: 400px;
	height: 300px;
	background-color: #FFFFFF;
	padding: 10px;
	margin: auto;
	margin-top: 100px;
	border: 3px solid #00CC99;
	text-align: left;
}
.modal_cart .modal_close {
	float: right;
	color: #000;
}
.modal_cart h1, .modal_cart h2, .modal_cart p {
	color: #000000;
}

/*lists to show in a line*/
ul.line_list {
	display: block;
	list-style: none;
	text-align: center;
}
ul.line_list li {
	display: inline;
}
ul.line_list li a {
	display: inline-block;
	padding: 4px;
}

/**  PRINT STYLING
 *   css that will only come into effect for print 
 */
@media print {
	
	body {
		background-color: #FFFFFF; 
	}
}


/** 
 * IE 6 Fixes! 
 */
/* Fix for positioning of modal window background */
/*\*/ * html #modal_background { position: absolute; height: expression(eval(document.body.clientHeight)); } /**/ 
/*\*/ * html .header-inner { padding-right: 1px; } /**/ 
/*\*/ * html .footer-inner { padding-right: 1px; } /**/ 

/** 
 * Controller Specific Page Change
 *  
 *  Each contoller can have unique style with a class on the body of the contoller and an id of the action
 *   e.g: 
 *        .c_pages { background: #000; }
 *        #a_home { background: #999; }
 *        #a_home h1 { color: #FFF; }
 * 
 *  Hint: (Always comment the pages/controller specific parts so quick refference) 
 */
 
/* for store, change the background arround the main box to be green */ 
/*.c_store, .c_store .header-outer, .c_store .middle-outer, .c_store .footer-outer  {
	background-color: #A9E2F3; 
}*/



/** 
 * Products
 */
.product_feed {
	padding: 2px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}	
	
	.each_feed_item {
		float: left;
		width: 160px;;
		height: 225px;
		margin: 4px;
		padding: 4px;
		text-align: center;
		position: relative;
		cursor: hand;
		/*border: 1px solid #DDDDDD;*/
		cursor: pointer;
	}
	.each_feed_item:hover {
		/*background-color: #EEEEEE;
		color: #FFF;*/
	}
	
		.feed_item_bottom_part {
			position: absolute;
			bottom: 0px;
			left: 0px;
			width: 100%;
			height: 90px;
			/*background-color: #DDDDDD;*/
			color: #000;
			text-align: left;
		}
		
		.each_feed_item:hover .feed_item_bottom_part {
			/*background-color: #990000;
			color: #FFF;*/
		}

		.feed_item_title {
			padding: 4px;
		}
			.feed_item_title:hover {
			}
		.each_feed_item a {
			color: #000;
			text-decoration: none;
			background-color: transparent;
		}
		.each_feed_item:hover a {
			/*color: #FFF;*/
		}
		
		.feed_item_image {
		}
			.feed_item_image img {
				max-width: 120px;
				max-height: 120px;
				padding: 4px;
				margin: auto;
			}
			/* CSS IE6 HACK */
			/*\*/ * html .feed_item_image img { width: 120px; height: 120px; } /**/
			
		.feed_item_desc {
		}
		.feed_item_price {
		}
		.feed_item_old_price {
			font-size: 12px;
			color: #CC0000;
			text-decoration: line-through;
		}


/* Each Proucts own pages */

.product-image-outer {
	float: left;
	margin: 4px;
	padding: 4px;
	background-color: #FFFFFF;
	margin-left: 0px;
}
.product-image {
	max-height: 250px;
	max-width: 250px;
}
  /* CSS IE6 HACK */
  /*\*/ * html .product-image { width: 250px; height: 250px; } /**/

.product-title {
	clear: right;
	font-size: 24px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 2px;
	margin-bottom: 6px;
}

.product-code {
	font-size: 14px;
}

/* Click to order button */
.click-to-order {
	background-color: #fdfdfd;
	background-position: 98% 18%;
	background-repeat: no-repeat;
	color: #000000;
	padding: 6px 8px;
	width: 180px;
	margin: 20px auto 10px;
	border: 1px solid #999;
	cursor: pointer;
	text-align: center;
	font-style:italic;
	background-image: url('http://www.reallyeasycart.co.uk/mini_site/base/images/smaller_light_gradient.png');
	background-position: top left;
	background-repeat: repeat-x;
}
.click-to-order a {
	font-size: 18px;
	text-decoration: none;
	color: #000000;
}
.click-to-order a:hover {
	background-color: transparent;
	color: #000000;
}
.click-to-order .price-part {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 24px;
	text-align: center;
}

/* each category */
.category-title a {
	font-size: 24px;
	color: #000;
	text-decoration: none;
}

/* Very Bottom section of the page  */
ul#the_very_bottom {
	text-align: left;
	max-height: 80px;
	overflow: auto;
}
ul#the_very_bottom ul, ul#the_very_bottom li {
	list-style: none;
	display: inline;
	padding: 1px;
	margin: 0px;
}

/* Top menu */
.top_menu {
	float: right;
	font-size: 12px;
}


/* LIGHTBOX */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 2100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; overflow: hidden; }
#imageContainer{ padding: 10px; overflow: hidden; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 2210; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
a
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; overflow: hidden; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; overflow: hidden; }	
#imageData #caption{ font-weight: bold; overflow: hidden;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; overflow: hidden;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none; overflow: hidden;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 2000; width: 100%; height: 500px; background-color: #000; }

