body {
	font: 12px Verdana, Arial, sans-serif;
	/*background-color: #f1f1f1;*/
	background-color: #fbfbfb;
	color: #666666;
	margin: 0px;
	padding:0px;
	/*background: #F9F9F9 url(assets/ecal-bg.jpg) no-repeat center top;
	background: #F9F9F9 url(assets/ecal-background.jpg) no-repeat center top;*/
}

.fathersday {
	background: #fbfbfb url(assets/ecal-bg.jpg) no-repeat center top;
}

img { border:none; }

a:link,a:visited,a:active { color: #FF9900; text-decoration: none; }
a:hover { color:gray; text-decoration: underline; }

/* Print CSS */
.customer_info_print_details { margin-top: 80px; }

.customer_legend_print { font-weight: bold; }
.customer_info_print_divs { margin-bottom: 10px; }

.print_account_info { width: 50%;}
.print_info_divs { margin-bottom: 10px; }
.print_delivery_info { width: 50%; }
/* Print CSS */

/* Dates Page */
.adddatestable { width: 50%; }
.dayinput, .monthinput, .messageinput, .slash { float: left; }
.dayinput { margin-right: 20px; }
.monthinput { margin-right: 30px; }
.slash { margin: 29px 10px 0 10px;}
.margin-right { margin-right: 20px;}
/* Dates Page */

/* Image Upload */
#draggable img { margin: 5px;}
.paging li { padding: 5px; background-color: #d8dbdb; margin-right: 5px; border: 1px solid #bfc2c4; }
/* Image Upload */

.fr { float: right; }
.fl { float: left; }

input { border: 1px solid #999999;}

h1, h3, h4 { color:#333333; }

h1 { margin-top:0px; padding-top:0px; }

hr { border: none; border-top: 1px solid #e8e8e8; }

th { text-align: left; }

.customer_info div { margin-bottom:5px; }
.customer_info div label { width:120px; }

fieldset { border:1px solid #e5e5e5 !important; }
legend { font-weight: bold;}

.loginlabels { width:150px; display: block; float: left; padding: 5px; }

.clear { line-height: 0px; clear: both; }

/*Cart Styling*/
.sbutton { background: url(assets/b1.jpg) no-repeat; width: 152px; height: 29px; text-align: center; font-weight: bold; display: block; padding-top: 6px; border: none; font-size: 12px; cursor: pointer; }
.sbutton a, .sbutton a:hover { color: #205db1; }
.bbutton { background: url(assets/b2.jpg) no-repeat; width: 163px; height: 29px; text-align: center; font-weight: bold; display: block; padding-top: 6px; border: none; font-size: 12px; cursor: pointer; color: #FFFFFF; }
.bbutton a, .bbutton a:hover { color: #FFFFFF; }
.submitbutton { padding-top: 4px; margin: 10px 0 10px 0;}

#cart_links { width: 200px; }
#cart_links .sbutton { color: #205db1; }
#cart_links .bbutton { color: #FFFFFF; }

.item { padding: 10px 0 10px; width:945px; height: 155px }

.itemdetails { width: 450px; margin:40px 50px 0 40px;  }
.itemidheader { color: #999999; font-size: 14px; }
.itemid { color: #707070; font-size: 14px; }
.itemname { font-weight: bold; color: #333333; font-size:13px; }
.itemprice, .quantityheader { font-size: 12px; float: right; color: #666666; font-weight: bold; }

.cartminilinks a { color:#0099FF !important; font-size: 10px; }
.marginbottom { margin-bottom:10px; }
.margintop { margin-top: 10px; display: block;}

.quantityheader { margin: 0 32px 10px; font-weight: bold; color: #333333; }
.quantity { width: 80px; text-align: center; margin: 40px 20px 0 20px; }

.subtotal { margin: 40px 0 0 20px;}
.subtotalprice { font-size: 14px; font-weight: bold; color: #333333; }
.subtotalheader { color: #333333; font-weight: bold; }

.itemimage { width: 150px; height: 150px; text-align: center; }
.updatelink { *margin-left: 27px;}
#totals_table { font-weight: bold; }
/*Cart Styling*/

.textinput { margin-bottom: 20px; }

#container {
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
}

.contacts_form #send { background: url(/sites/default/assets/getstartedbutton.png) no-repeat; border: none; text-align: center; width: 158px; height: 38px; font-weight: bold; padding-bottom: 5px; color: #FFFFFF; font-size: 12px; }

#usernav {
	width:670px;
	float: right;
	text-align:right;
	margin-top: 36px;
	margin-right: 28px;
}

#usernav a:link, #usernav a:visited, #usernav a:active { color: #000000; font-weight:bold; text-decoration: none; }
a:hover { color:gray; text-decoration: underline; }

#mainmenu {
	background: url(/sites/default/assets/ecal_nav.png) no-repeat;
	padding-top: 7px;
	height:32px;
	text-align: center;
}

#mainmenu ul {
	padding: 0px;
	margin: 0px;
}

#mainmenu li {
	display: inline;
}

#mainmenu a {
	color:#fff;
	border:0px solid red;
	padding-left: 17px;
	padding-right: 10px;
	padding-top:5px;
	padding-bottom:6px;
	background: url(/sites/default/assets/ecal_nav_separator.png) no-repeat left center;
}

#mainmenu ul li:first-child a {
	background:none;
}


#contenttop {
	background: url(/sites/default/assets/ecal_top.png) no-repeat;
	height:17px;
}

#contentwrap {
	background: url(/sites/default/assets/ecal_content_background.png) repeat-y;
	padding-top: 0px;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom:4px;
}

#content {
	padding: 9px;
}

.leftfloat {
	width:450px;
	float:left;
	background: url(/sites/default/assets/ecal_vline.png) no-repeat right center;
	padding-right: 19px;
	margin-bottom: 16px;
}

.leftfloat h1 {
	font-size: 24px;
}

#newsflash{
	width:450px;
}

.promocats {
	background: url(/sites/default/assets/ecal_photocal_bck.png) no-repeat;
	border:1px solid #eaeaea;
	border-bottom:1px solid #cccccc;
	width:226px;
	height:199px;
	float:left;
	margin-right: 16px;
	margin-bottom: 16px;
	text-align: center;
}

.promocats h3 {
	font-weight: 200;
	margin-top: 9px;
	font-size: 14px;
}

.promocats span {
	font-weight: bold;
	font-size: 13px;
}

.norightmargin {
	margin-right:0px;
}

.ecalblue {
	color:#0099FF;
}

.ecalorange {
	color:#FF9900;
}

.ecalpurple {
	color:#FF0099;
}

.ecalgreen {
	color:#99CC33;
}

.graybox {
	width:278px;
	height:100px;
	float:left;
	/*background-color: #d1d1cc;*/
	background-color: #99CC33;
	padding-left: 42px;
	padding-top: 6px;
	color: #ffffff;
}

.graybox h4 {
	color:#ffffff;
	font-size: 12px;
}

.graybox p {
	margin-top:3px;
}

.graybox a {
	color:#ffffff;
}

.lightgray {
	/*background-color: #e1e1dc;*/
	background-color: #FF0099;
}

.lightblue {
	background-color: #0099FF;
}

.featuredcats {
	width:170px;
	height:120px;
	float:left;
	padding-left: 20px;
}

.featuredcats h4 {
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}

.featuredcats ul {
	padding-left: 5px;
	margin-left: 0px;
}

.featuredcats li {
	list-style-type: none;
	background: url(/sites/default/assets/ecal_arrow.png) no-repeat 0 center;
	padding-left: 15px;
}

.featuredcats a {
	color:#666666;
	font-size: 11px;
}

#footer {
	background: url(/sites/default/assets/ecal_footer.png) no-repeat;
	height:58px;
	padding-top: 23px;
	padding-right: 24px;
	font-size: 11px;
	color:#333333;
}

#footer img {
	margin-left: 8px;
}

#footer div {
	width:610px;
	float: right;
	text-align: right;
	padding-top: 6px;
}

#footer ul {
	margin-top: 0px;
	padding-left: 0px;
	display: inline;
}

#footer li {
	display: inline;
	padding-right: 9px;
}

#footer a {
	color:#333333;
}

.contacts_form {
	width:650px;
	float:left;
}

.contacts_info {
	margin-top:45px;
	float:left;
}

.nomargintop {
	margin-top:0px;
}

.contacts_form legend {
	margin-top:0px;
	color: #5BC6B9;
	font-size:16px;
}

.contacts_form fieldset {
	border:none !important;
	padding: 20px;
}

.contacts_form input {
	padding: 3px;
	margin: 3px;
	border: 1px solid #eaeaea;
	width:200px;
}

.contacts_form select {
	border: 1px solid #eaeaea;
	margin: 3px;
	padding: 3px;
}

.contacts_form textarea {
	height:130px;
	width: 320px;
	margin: 3px;
	border: 1px solid #eaeaea;
	padding: 3px;
	overflow:hidden;
}

.contacts_form label {
	width:120px;
	display: block;
	float: left;
	font-weight: bold;
	margin: 3px;
}

span.error {
	display: block;
	margin-left: 110px;
}

iframe {
	border: none;
}

/* cart */
.customer_info { *width:50.2% !important; }
fieldset { *padding:10px; }
.customer_info label { margin-left: 10px; }

.customer_info fieldset {
	border:1px solid #999;
}
.customer_info label {
	display:block;
	float:left;
	width:100px;
}
/*required for MN popups*/
#MN_pops {
	background-color:#fff; 
	border:1px solid black; 
	position:absolute; 
	top:50%; 
	left:50%;
	padding:10px;
	z-index: 1000;
	height:550px; 
	width:835px;
}

#MN_login {
	background-color:#fff; 
	border:1px solid black; 
	position:absolute; 
	top:50%; 
	left:50%;
	padding:10px;
	z-index: 1000;
	height:567px; 
	width:750px;
}

#MN_editing {
	background-color:#fff; 
	border:1px solid black; 
	position:absolute; 
	top:50%; 
	left:50%;
	padding:10px;
	z-index: 1000;
	height:450px; 
	width:670px;
}

#MN_printorder {
	background-color:#fff; 
	border:1px solid black; 
	position:absolute; 
	top:50%; 
	left:50%;
	padding:10px;
	z-index: 1000;
	height:800px; 
	width:835px;
}

#getstartedbutton, .getstartedbutton {
	margin-right:7px;
	height:34px;
	width:154px;
	background: url(/sites/default/assets/getstartedbutton.png) no-repeat;
	border:none;
	color:#ffffff;
	font-weight: bold;
	font-size: 14px;
}

#pricecalcbox {
	float:right; 
	width:369px; 
	margin-left:12px; 
	margin-top:20px; 
}

#pricecalcborder {
	padding:9px;
	border:1px solid #eaeaea;
	margin-bottom: 20px;
}

#pricecalc {
	background-color:#eaeaea;
	text-align: left;
	padding: 4px;
	width: 350px;
}

#pricecalc input {
	border: 1px solid gray;
}

.graydiv {
	background-color: #f2f2f2;
	padding: 12px;
	margin-bottom: 12px;
}

.graydiv h1 {
	font-size: 18px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#close_window_button, #login_signin {
	height:28px;
	width:111px;
	background: url(/sites/default/assets/topnavbutton.png) no-repeat;
	border:none;
	color:#ffffff;
	font-weight: bold;
}

/*Account Area*/
	/* Details */
	.customer_info_accountinfo { width: 50%; float: left; margin:0 10px 10px 0; }
	.customer_info_accountinfo div { margin: 0 0 5px 0; }
	.customer_info_accountinfo div label { display: block; float: left; width: 130px; padding-top: 3px; }
	.customer_info_accountinfo div input { width: 300px; }
	
	.customer_info_userinfo { width: 49%; float: right; }
	.customer_info_userinfo fieldset { height: 354px; }
	.customer_legend_userinfo { float: left; font-weight: bold; }
	.customer_data_userinfo { float: right; }
	
	.customer_info_ordertable { border: 1px solid #999999; margin-bottom: 10px; }
	.customer_info_myorders { background-color: #BEC1CB; }
	.customer_info_orders { background-color: #D1D1DC; padding: 5px;  }
	.customer_info_detailinfo { margin-bottom: 10px; }

	/* Order Details */
	.customer_info_orderdetails { width: 48%; float: left; }
	#totals_table { float: right; margin-top: 20px; }
/* Admin menu */

#admin_div {
	background-color:#000;
}
.admin_menu {
	background-color:#000;
	color: white;
	margin: 0px;
	padding: 4px;
	width:980px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

.admin_menu li {
	display: inline;
	margin-left: 6px;
	margin-right: 6px;
}

.admin_menu a {
	color: #fff;
}

/* Admin menu */

#login_form, #login_createform {
	width:500px;
	float: left;
	margin-right: 24px;
}

#login_form label {
	width:80px;
	display: block;
	float:left;
	font-weight: bold;
	padding: 5px;
}

#login_createform label {
	width:120px;
	display: block;
	float:left;
	font-weight: bold;
	padding: 5px;
}

#login_username, #login_password, #login_firstname, #login_surname, #login_address_line_1, #login_address_line_2, #login_city, #login_post_code, #login_password_confirm, #login_telephone, #login_country, #login_county {
	border: 1px solid #999;
	padding: 5px;
	margin: 2px;
	width: 220px;
}

#login_country {
	margin-bottom: 2px;
	margin-right: 10px;
	display: block;
}

#login_signin {
	margin-top: 6px;
	margin-bottom: 6px;
}

.paging {
	list-style: none;
	clear: both;
	margin-left: 0px;
	padding-left: 0px;
	font-size: 11px;
}

.paging li {
	display: inline; padding: 2px;
}

.paging a {
	color:#666;
}