/*========================================================

Global CSS file for LMP Photography

Created by Strawberrysoup - www.strawberrysoup.co.uk

=========================================================*/

/*==============================================
general layout
==============================================*/

body {
    margin:0px;
	padding:0px;
	background:#060702 url(../cssimages/bg.png) top left no-repeat;
	color:#545454;
}

#wrapper {
	width:715px;
	padding:0px;
	margin: 0 auto;
}

#content {
	clear: both;
	background:#FFFFFF url(../cssimages/faux.gif) 0px 100px repeat-y;
	padding-bottom: 30px;
}

#left_column {
	float: left;
	margin:0px;
	padding-top:40px;
	padding-left:5px;
	padding-right:0px;
	background:#E9E9E9 url(../cssimages/lefttone.gif) top left no-repeat;
	width:150px;
}

#right_column {
	float: right;
	width:540px;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	background:#FFFFFF url(../cssimages/righttone.gif) top left repeat-x;
}

/*==============================================
navigation
==============================================*/

ul#nav {
    list-style-type:none;
	text-align:left;
	width: 144px;
	font-size:14px;
	margin-top: 50px;
	border-top:1px #999 solid;
	margin-left: 0;
}

ul#nav li {
	margin-bottom: 0;
	line-height: 1.3em;
}

#nav li a {
	display: block;
	padding: 6px 4px;
	border-bottom:1px #999 solid;
	color:#838383;
}

#nav li a:hover {
	color:#FFF;
	background:#ccc;
}

/* #nav li.selected a:hover  {
	color:#2B8e4f;
	cursor: default;
	background: #E9E9E9;
} */

ul#nav li.selected a {
/* 	padding-left:24px; */
	color:#2B8e4f;
}

ul#nav ul {
	display: none;
	list-style: none
}

ul#nav li.selected ul {
	display: block;
	list-style: none;
	margin-left: 0;
}

/* ul li.selected ul li a:hover {
	color:#FFF !important;
	background:#ccc !important;
} */

li.selected li a {
	/* background: url(../cssimages/list.gif) no-repeat 4px 50%; */
	color:#838383 !important;
	cursor: pointer;
	padding-left:18px !important;
}

li.selected li.selected a {
	/* background: url(../cssimages/list.gif) no-repeat 4px 50%; */
	color:#2B8e4f !important;
	cursor: default !important;
	padding-left:18px !important;
}

ul li.secondary a {
	color: #838383 !important;
	cursor: pointer !important;
}

/* ul li.secondary a:hover {
	color:#FFF !important;
	background:#ccc !important;
}
 */

#keep_in_touch {
	width: 144px;
	padding: 4px;
}

#keep_in_touch input.textbox {
	width: 130px;
	margin-bottom: 10px;
}

/*==============================================
headings
==============================================*/

h1 {
	width:329px;
	height:36px;
	color:#FFFFFF;
	background:#060702 url(../cssimages/header.gif) top right no-repeat;
	float: right;
	margin: 0.8em 0;
}

h2 {
    font-family:verdana;
	font-size:24px;
	color:#2b8e4f;
	margin:20px 0 26px 0;
	text-align:left;
}

/*==============================================
main content section styles
==============================================*/

#intro_box {
	text-align: center;
}

#intropara {
	margin: 10px 0 20px 0;
	border: 1px solid #CCC;
	background: #EEE;
	padding: 0 10px;
}

#homepage_pics {
	text-align: center;
}

ul {
	margin-left: 30px;
}

li {
	margin-bottom: 6px;
	line-height: 1.6em;
}

/*==============================================
links
==============================================*/

/* a:link, a:visited, a:hover, a:active {

	text-decoration:none;
}

a.active:link, a.active:visited, a.active:hover, a.active:active {
	color:#2b8e4f;
	text-decoration:none;
} */

/*==============================================
newletter page
==============================================*/

#newsletters {
	margin-left: 20px;
}

#newsletters li {
	display: block;
	padding: 7px;
	margin: 5px 0;
}

#newsletters li a {
	padding: 4px 0 4px 28px;
	background: url(../cssimages/pdf.gif) no-repeat;
	color: #2B8e4f;
}

#newsletters li a:hover {
	text-decoration: underline;
}

/*==============================================
gallery
==============================================*/

.gallery_item {
	width: 150px;
	float: left;
	padding: 10px;
	border: 1px solid #CCC;
	line-height: 150px;
	margin: 0 0 10px 0;
	vertical-align: middle;
	text-align: center;
	height: 150px !important;
}

.gallery_item img {
	line-height: 150px;
	vertical-align: middle;
}

div.middle {
	margin: 0 10px 10px 10px;
}

/*==============================================
contact page
==============================================*/

#contact_form {
	margin-top: 26px;
	margin-left: 40px;
}

#contact_form .textbox {
	width: 300px;
	padding: 3px;
	background: #F3F3F3;
	border: 1px solid #CCC;
}

#contact_form .textbox:focus {
	background: #FFF;
	border: 1px solid #999;
}

#contact_form textarea {
	height: 150px;
}

#contact_form dt {
	float: left;
	width: 110px;
	margin-bottom: 6px;
}

#contact_form dd {
	margin-bottom: 6px;
}

#contact_form label {
	font-weight: bold;
}

#send {
	float: right;
	margin-right: 82px;
}

p.thanks {
	color: #2B8e4f;
}

/*==============================================
footer
==============================================*/

#copyright { 
	font-family:verdana;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
	left:0px;
	margin-top: 1.0em;
	text-align: center;
}

/*==============================================
SHOP STYLES - general
==============================================*/

#shop #left_column {
	padding-top: 20px;
}

#shop #nav {
	margin-top: 20px;
}

p.alert {
	color: #F00;
}

.error_field {
	border: 1px solid  #F00;
}

.info {
	color: #3C78F3;
}

/*==============================================
SHOP STYLES - basket styles
==============================================*/

#basket {
	margin-top: 20px;
	margin-right: 5px;
	background: #FFF;
	border: 1px solid #2B8e4f;
	font-size: 0.8em;
}

#basket h3 {
	margin: 0 0 6px 0;
	background: #2B8e4f;
	padding: 4px;
	color: #FFF;
}

#basket p {
	margin: 8px 6px;
}

#basket #goto_basket a {
	color: #2B8e4f;
	padding: 4px 0 4px 22px;
	background: url(../cssimages/basket.gif) no-repeat;
	margin-right: 10px;
}

#goto_basket, #goto_checkout {
	text-align: center;
}

/* full basket */

#full_basket, #options_tbl {
	width: 100%;
	font-size: 0.9em;
	border: 1px solid #CCC;
	border-collapse: collapse;
}

th, td {
	border: 1px solid #CCC;
	padding: 5px;
}

th {
	background: #2B8E4F;
	color: #FFF;
	font-weight: normal;
}

#full_basket input {
	width: 50px;
}

td.quantity {
	width: 80px;
	text-align: center;
}

td.price {
	width: 80px;
	text-align: center;
}

td.line_tot {
	width: 80px;
	text-align: center;
}

td.remove {
	width: 60px;
	text-align: center;
}

.basket_total_row td {
	padding: 8px 5px;
	background: #EFEFEF;
}

.basket_total_text {
	text-align: right;
	padding-right: 10px;
}

.basket_total_amount {
	text-align: center;
}

/*==============================================
SHOP STYLES - search sidebar & links
==============================================*/

a, a:visited, a:hover {
	color: #2B8e4f;
}

#searchform {
	width: 144px;
	padding: 4px;
}

#searchform p {
	margin-top: 4px;
	margin-bottom: 0;
}

#searchform input.textbox {
	width: 130px;
	margin-bottom: 10px;
}

#account_nav {
/* 	background: #E9E9E9; */
border-bottom: 1px solid #E9E9E9;
	padding: 6px;
	margin-top: 0;
}

#account_nav a {
	color: #2B8e4f;
}

#accountlinks {
	float: right;
	width: 200px;
	text-align: right;
}

#homelink {
	float: left;
	width: 100px;
}

#cat_pic {
	margin-bottom: 10px;
}

/*==============================================
SHOP STYLES - 
 pages
==============================================*/

h2#how_browse {
	font-size: 1.4em;
}

.viewby h3 {
	margin-top: 6px;
}

.viewby {
	width: 238px;
	height: 86px;
	float: left;
	margin: 5px 5px;
	background: #EEE;
	padding: 10px;
	border: 1px solid #CCC;
}

.bottom {
	width: 508px;
	margin-top: 30px;
	height: auto;
	padding-bottom: 5px;
}

.bottom h3 {
	margin-bottom: 0;
}

/*==============================================
SHOP STYLES - product pages
==============================================*/

#shop .gallery_item {
	float: right;
	margin: 0 5px 5px 5px;
}

#shop .list {
	float: left;
}

#shop .middle {
	margin-left: 2px;
	margin-right: 2px;
}

#clicktoenlarge {
	float: right;
	clear: right;
	margin: 0 10px 20px 10px;
	width: 170px;
	text-align: center;
	font-size: 0.9em;
}

p.break {
	border-bottom: 1px solid #CCC;
	padding-bottom: 1.0em;
	margin-right: 210px;
}

p.price {
	border-top: 1px solid #CCC;
	padding-top: 1.0em;
	color: #2B8e4f;
}

input.quantity {
	width: 50px;
	background: #F3F3F3;
	border: 1px solid #CCC;
	padding: 4px;
}

input.quantity:focus {
	background: #FFF;
	border: 1px solid #999;
}

#options_tbl {
	clear: both;
}

.option {
	width: 170px !important;
}

.ship_price {
	width: 60px !important;
}

#options_tbl td, #options_tbl th {
	text-align: center;
	width: 30px;
}

th.select_option {
	width: 30px;
}

p#please_select {
	clear: both;
	border-top: 1px solid #CCC;
	padding-top: 1.0em;
	color: #2B8e4f;
}

p#addtobasket {
	padding-top: 10px;
	text-align: center;
}

/*==============================================
SHOP STYLES - account pages
==============================================*/

fieldset {
	padding: 10px;
}

legend {
	font-weight: bold;
	color: #2B8e4f;
}

#shop dt {
	float: left;
	width: 110px;
	margin-bottom: 8px;
}

#shop dd {
	margin-bottom: 8px;
}

/*==============================================
SHOP STYLES - search page
==============================================*/

#searchpage_form {
	background: #EEE;
	padding: 10px;
	border: 1px solid #CCC;
}

ol {
	margin-left: 30px;
	margin-right: 30px;
	border-top: 1px solid #ccc;
}

ol li {
	border-bottom: 1px solid #ccc;
}

/*==============================================
SHOP STYLES - home page
==============================================*/

.catbox {
	background: #EEE;
	padding: 10px 10px 0 10px;
	border: 1px solid #CCC;
	float: right;
	clear: right;
	margin-bottom: 10px;
	margin-left: 20px;
}

.catbox img {
	float: left;
}

/*==============================================
SHOP STYLES - order summary
==============================================*/

#delivery_add {
	float: left;
	width: 45%;
	padding: 0 10px;
	background: #EEE;
	border: 1px solid #CCC;
}

#billing_add {
	float: right;
	width:45%;
	padding: 0 10px;
	background: #EEE;
	border: 1px solid #CCC;
}

#delivery_add h3, #billing_add h3 {
	margin: 10px 0;
	color: #2B8e4f;
}

#delivery_name {
	margin-top: -5px;
	background: #EEE;
	border: 1px solid #CCC;
	padding: 10px;
	margin-bottom: 8px;
}

#gotoprotx {
	float: right;
}

#incorrect_details {
	clear: both;
	padding-top: 16px;
}

#incorrect_details a {
	font-weight: bold;
}

.prd_example {
	margin: 7px;
}

/*==============================================
my account
==============================================*/

.my_account_box {
	background: #EEE;
	border: 1px solid #CCC;
	padding: 0 20px;
	margin-bottom: 10px;
}

.my_account_box h3 {
	margin: 10px 0 20px 0;
	color: #2B8e4f;
}

#update_details {
	float: right;
}


