/*-----------------------------------------------------------------------------
Stylehseet info

author:    The Media Collective
email:     andy@mediacollective.co.uk
website:   http://www.mediacollective.co.uk
-----------------------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* !GENERAL */

body {
	background: #fff url(../images/background01.jpg) repeat left top;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
}

p, ul, ol {
	line-height: 1.5em;
	padding: 0;
	margin: 0 0 1em 0;
	color: #fff;
	font-size: 0.75em;
}

p a, li a, h1 a {
	color: #fff;
	border-bottom: solid 1px #fff;
	text-decoration: none;
}

p a:hover, li a:hover, h1 a:hover {
	background: none;
	color: #333;
	border-bottom: solid 1px #333;
	text-decoration: none;
}

h1 {
	font-weight: 700;
}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
}

/* !SPECIFIC ELEMENTS */

div#holder {
	margin: 0 auto 0;
	position: relative;
	text-align: left;
	width: 940px;
}

div#body {
	min-height: 600px;
}

div#logo {
	width: 640px;
	height: 124px;
	float: left;
}

div#logo a:hover img {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

div#cart_menu {
	width: 260px;
	float: left;
}

div#cart_menu ul {
	margin: 0;
}

div#cart_menu ul a.basket_button {
	display:block;
	width: 260px;
	padding: 15px 20px 15px 20px;
	background-color: #4a4a4a;
	border: none;
}

div#cart_menu ul a.basket_button:hover {
	background-color: #222;
	color: #fff;
}

div.fb-like {
	float: left;
}

div.product_description div.fb-like {
	padding-top: 7px;
}

ul.bullets {
	line-height: 1.5em;
	padding-left: 20px;
	margin: 0 0 1em 0;
	color: #fff;
	font-size: 0.75em;
	list-style: disc;
}

/* Menu */

div#menu {
	border-bottom: solid 6px #4A4A4A;
	margin-bottom: 30px;
}

div#menu ul {
	margin-bottom: 6px;
	padding: 15px 20px 15px 20px;
	font-weight: 700;
	font-size: 0.875em;
	float: left;
	height: 21px;
}

div#menu ul#menu_list {
	width: 600px;
	background-color: #d83128;
}


div#menu ul#resources_list {
	width: 260px;
	background-color: #ba3128;
}

div#menu ul li {
	display: inline;
	padding-right: 1.5em;
	height: 18px;
}

div#menu ul li a {
	border: none;
}

div#menu ul li a:hover {
	border-bottom: solid 1px #333;
	color: #333;
}

/* End of Menu */

/* Homepage products */

div.homepage_product {
	padding-bottom: 6px;
}

div.homepage_product img {
	float: left;
}

div.homepage_product div.homepage_product_description {
	float: left;
	background-color: #3A4670;
	width: 260px;
	height: 123px;
	padding: 20px;
}

div#first_product div.homepage_product_description {
	height: 273px;
	background-color: #d85b00;
}

div#second_product div.homepage_product_description {
	background-color: #ba3128;
}

div#third_product div.homepage_product_description {
	background-color: #7f435f;
}

div.homepage_product h1 {
	padding-bottom: 5px;
}

div.homepage_product h1 a {
	border: none;
}

div.homepage_product h1 a:hover {
	border-bottom: solid 2px #333;
	color: #333;
}

div.homepage_product p.converted_price {
	font-size: 0.675em;
	padding-bottom: 5px;
}

div.homepage_product p.converted_price a {
	text-decoration: underline;
	color: #fff;
	border: none;
}

div.homepage_product p.converted_price a:hover {
	color: #333;
	border: none;
}


/* End of Homepage products */

/* Content strip */

div#extras_section {
	border-top: solid 6px #4A4A4A;
	margin-top: 24px;
	padding-bottom: 20px;
}

div.content_strip {
	margin-top: 6px;
	font-size: 0.875em;
	background-color: #d85b00;
	
}

div.content_strip h2 {
	padding: 15px 20px 15px 20px;
	font-weight: 700;
	float: left;
	font-size: 1em;
}

div.content_strip p {
	padding: 15px 20px 15px 20px;
	margin-top: 2px;
	float: left;
	margin: 0;
	line-height: 1.25;
}

div.content_strip a.end_link, div.content_strip div.right_of_strip {
	padding: 15px 20px 15px 20px;
	float: right;
	display: block;
	width: 260px;
	background-color: #4a4a4a;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}

div.content_strip div.right_of_strip {
	padding: 12px 20px 12px 20px;	
}

div.content_strip div.right_of_strip a.social_icon {
	padding-left: 20px;
}

div.content_strip a.end_link:hover { background-color: #333; }

div#resources_site { background-color: #ba3128; }
div#social { background-color: #7F435F; }
div#delivery { background-color: #ba3128; }
div#bought_the_first { background-color: #7F435F; }
div#announcement {
	background-color: #3A4670;
	margin-bottom: 10px;
}

/* End of Content strip */

/* Product page */

div.product_section {
	margin-bottom: 30px;
}

div.product_section img {
	float: left;
}

div.product_description {
	float: left;
	background-color: #d85b00;
	width: 260px;
	height: 305px;
	padding: 20px;
}

div#product_description_tall {
	height: 540px;
}

div.product_description h1 {
	padding-bottom: 20px;
}

div.product_description h2 {
	padding-bottom: 20px;
}

div.product_description h2 span {
	font-size: 0.75em;
	color: #EAB691;
}

div.product_description h2 span a {
	color: #EAB691;
}

div.product_description h2 span a:hover {
	color: #333;
}

div.add_to_cart {
	float: left;
	width: 260px;
	height: 20px;
	padding: 20px;
	background-color: #333;
}

div.add_to_cart form {
	text-align: right;
}

div.add_to_cart form input {
	padding: 3px;
	border: solid 1px #000;
	margin-left: 10px;
	cursor: pointer;
}

div.extra_product_details {
	margin-bottom: 30px;
	background: #d85b00 url(../images/product_extra_back01.png) repeat-y left center;	
}

div.extra_product_details ul {
	float: left;
	margin: 0;
	padding: 20px;
	width: 195px;
	font-size: 0.675em;
}

div.thumbnails {

}

div.thumbnails ul {

}

div.thumbnails ul li {
	float: left;
	line-height: 0;
	padding: 0 20px 20px 0;
}

div.thumbnails ul li.third {
	padding-right: 0;
}

div.thumbnails ul a {
	border: 0;
}

div.thumbnails ul a img {
	line-height: 0;
}

div#first_edition {	background-color: #ba3128; }
div#first_edition h2 span {	color: #DB9C9B; }
div#first_edition h2 span a { color: #DB9C9B; }
div#first_edition h2 span a:hover {	color: #333; }

div.multiple_buttons {
	
}

div.multiple_buttons p {
	float: left;
}

div.multiple_buttons div.add_to_cart form {
	text-align: right;
	float: right;
}

div.multiple_buttons div.add_to_cart {
	float: left;
	width: 260px;
	height: 20px;
	padding: 15px 20px 15px 20px;
}

div.multiple_buttons div#first_button {
	background-color: #333;

}

div.multiple_buttons div#second_button {
	background-color: #444;

}

div.multiple_buttons div#third_button {
	background-color: #555;

}


div#shorter_product_description {
	height: 215px;
}

div#shorter_product_description2 {
	height: 265px;
}

#first_button p span, #second_button p span {
	text-decoration: line-through;
	padding-right: 0.25em;
	padding-left: 0.125em;
	color: #aaa;
}

#first_button a:hover, #second_button a:hover {
	background-color: #eee;
	color: #333;
}

/* End of Product page */

/* Category page */

div.cat_product {
	float: left;
	width: 300px;
	padding: 0 20px 20px 0;
}

div.cat_product_third {
	float: left;
	width: 300px;
	padding: 0 0 20px 0;
}

div.cat_product img, div.cat_product_third img {
	float: left;
}

div.cat_product_description {
	float: left;
	background-color: #d85b00;
	width: 260px;
	height: 140px;
	padding: 20px;
}

div#greetings_cards div.cat_product_description {
	height: 55px;
}

div.cat_product_description h1 {
	padding-bottom: 20px;
}

div.cat_product_description h1 a {
	border: none;
}

div.cat_product_description h1 a:hover {
	border-bottom: solid 2px #333;
}

div.cat_product_description h2 {
	padding-bottom: 20px;
	font-weight: normal;
}

div.cat_product_description h2 span {
	font-size: 0.75em;
	color: #EAB691;
}

div.cat_product_description h2 span a {
	color: #EAB691;
}

div.cat_product_description h2 span a:hover {
	color: #333;
}

/* End of Category page */

/* Simple text page */

div.simple_text_area {
	background-color: #fff;
	width: 500px;
	border-right: solid 300px #ccc;
	padding: 40px 100px 40px 40px;
	color: #4A4A4A;
}

div.simple_text_area h1 {
	color: #4A4A4A;
	padding-bottom: 20px;
	font-size: 1.375em;
}

div.simple_text_area h2 {
	color: #4A4A4A;
	padding: 15px 0 10px 0;
	font-size: 1em;
	font-weight: 700;
}

div.simple_text_area p, div.simple_text_area ul, div.simple_text_area ol {
	color: #4A4A4A;
	padding-bottom: 10px;
	font-size: 0.875em;
	margin: 0;
}

div.simple_text_area ul {
	list-style: disc;
	padding-left: 30px;
}

div.simple_text_area ol {
	list-style: decimal;
	padding-left: 30px;
}

div.simple_text_area a {
	color: #4A4A4A;
	border-bottom: solid 1px #4A4A4A;
}

div.simple_text_area a:hover {
	color: #fff;
	border-bottom: solid 1px #4A4A4A;
	background-color: #4A4A4A;
}

/* End of Simple text page */

/* Footer */

div#footer {
	margin-top: 30px;
	background: #4a4a4a url(../images/footer_back01.png) repeat-y left top;
}

div#footer ul {
	float: left;
	margin: 0;
	padding: 20px;
	font-size: 0.675em;
}

div#footer ul#first_footer_list {
	width: 180px;
}

div#footer ul#second_footer_list {
	width: 380px;
}

div#footer ul#last_footer_list {
	width: 260px;
}

div#footer ul li {
	
}

div#footer ul li a {
	border: none;
}

div#footer ul li a:hover {
	border-bottom: solid 1px #222;
	color: #222;
}

/* End of Footer */

/* Press page */

div#press_images {
	padding: 30px 0 10px 0;
}

div#press_images img {
	margin-bottom: 20px;
}

/* End of Press page */