/* ---------------------------------------------------------------------------------- */
/* CSS Document - last updated: 28/05/2009																						*/

/* Luvponies.com																																			*/
/* Author: Webnetism (www.webnetism.co.uk)																						*/

/* layout_control.css																																	*/
/* Media: screen																																			*/
/* ---------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------- */
/* Main layout properties																															*/
/* ---------------------------------------------------------------------------------- */

html, body {
	height:100%;
	min-width: 954px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
	color: #333333;
	background-image: url(../images/general/background.gif); background-repeat: repeat;
}

#header {
	position: relative;
	margin: 0px;
	height: 300px;
	width: 954px;
	float: left;
	z-index: 1000;
}

#main_container {
	margin:0 auto;
	position:relative;
	width: 966px;
	height: 100%;
}

.white_background {
	position:relative;
	width: 954px;
	height: 100%;
	background-color: #fff;
	float: left;
	margin: 5px 0px 5px 0px;
	padding: 5px;
	border-top: solid 1px #bae2d9;
	border-right: solid 1px #bae2d9;
	border-bottom: solid 1px #bae2d9;
	border-left: solid 1px #bae2d9;
}

#main_content {
	position: relative;
	width: 560px;
	height: 100%;
	margin-right: 16px;
	float: left;
	z-index: 1;
}

#main_content_full {
	position: relative;
	width: 767px;
	height: auto;
	float: left;
	z-index: 1;
}

#left_nav_top {
	position: relative;
	width: 170px;
	height: auto;
	float: left;
	z-index: 100;
}

#left_nav {
	position: relative;
	width: 170px;
	height: auto;
	float: left;
	margin-right: 16px;
	z-index: 100;
}

#right_nav {
	position: relative;
	width: 192px;
	height: auto;
	float: left;
}

.right_nav_panel {
	position: relative;
	margin: 0px 0px 8px 0px;
	width: 190px;
	height: auto;
	float: left;
	text-align: center;
}

.right_nav_panel_text {
	position: relative;
	margin: 0px 0px 8px 0px;
	width: 190px;
	height: auto;
	float: left;
	text-align: left;
}

#top_content {
	position: relative;
	margin-top: 10px;
	left: 0px;
	width: 550px;
	height: 76px;
	float: left;
}

/* ---------------------------------------------------------------------------------- */
/* Header layout properties																														*/
/* ---------------------------------------------------------------------------------- */

#mast_head {
	position: relative;
	height: 235px;
	padding: 0px 0px 0px 0px;
	z-index: 1000;
}

#search_box {
	position: relative;
	height: 44px;
	width: 954px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/navigation/search_back.gif); background-repeat: repeat-x;
	z-index: 1;
}

#flash_header_left {
	position: relative;
	margin: 0px;
	width: 145px;
	height: 222px;
	float: left;
}

#flash_header_right {
	position: relative;
	margin: 0px;
	width: 145px;
	height: 222px;
	float: left;
}
	
#top_nav_container {
	position: relative;
	height: 90px;
	width: 100%;
	float: left;
	padding: 0px 0px 0px 0px;
	text-align: center;
	z-index: 1000;
}

#top_nav {
	margin:0 auto;
	position:relative;
	top: 28px;
	width: 480px;
	height: 100%;
	z-index: 1000;
}

#bread_crumb {
	position: relative;
	margin: 2px 0px 4px 0px;
	height: 15px;
	width: 949px;
	float: left;
	clear: both;
	padding: 2px 0px 0px 4px;
}

#logo_back {
	position: relative;
	margin: 0px;
	width: 664px;
	height: 235px;
	float: left;
	background-image: url(../images/general/logo.gif); background-repeat: repeat;
}

#logo {
	position: relative;
	margin: 28px 0px 0px 0px;
	width: 100%;
	height: 90px;
	float: left;
	text-align: center;
}

#search_container {
	position: relative;
	margin: 10px 5px 0px 0px;
	width: 284px;
	height: 23px;
	float: right;
}

#search_field {
	position: relative;
	margin: 0px;
	width: 284px;
	height: 22px;
	float: left;
}

/* ---------------------------------------------------------------------------------- */
/* My Basket properties																																*/
/* ---------------------------------------------------------------------------------- */

#login {
	position: relative;
	width: 172px;
	height: 108px;
	float: left;
	padding: 4px 10px 0px 10px;
	margin-bottom: 8px;
	background-image: url(../images/general/login_back.gif); background-repeat: no-repeat;
}

#login_basket {
	position: relative;
	width: 173px;
	height: 108px;
	float: left;
	padding: 4px 5px 0px 7px;
	margin-bottom: 8px;
	background-image: url(../images/general/login_back_basket.gif); background-repeat: no-repeat;
}

#my_basket_content {
	position: relative;
	width: 184px;
	min-height: 66px;
	height: auto;
	float: left;
	padding: 5px 0px 0px 8px;
	background-image: url(../images/general/basket_back.gif); background-repeat: no-repeat;
	background-color: #fdebef;
	margin-bottom: 8px;
}

#basket_padlock_back { background-image: url(../images/general/padlock_back.gif); background-position: bottom right; background-repeat: no-repeat; }

#my_basket_title {
	position: relative;
	width: 150px;
	height: 21px;
	float: left;
	padding-left: 15px;
	margin-bottom: 5px;
}

#my_basket_total_items {
	position: relative;
	width: 180px;
	height: auto;
	float: left;
}

#green_right_title {
	position: relative;
	width: 184px;
	height: 21px;
	float: left;
	padding: 5px 0px 0px 8px;
	background-color: #1a9e80;
}

.promo_title {
	position: relative;
	margin: 0px 0px 0px 0px;
	width: 187px;
	height: 20px;
	float: left;
	padding: 5px 0px 0px 5px;
	background-color: #f799ab;
}

.promo_content {
	position: relative;
	margin: 0px 0px 8px 0px;
	width: 185px;
	height: auto;
	float: left;
	background-color: #fff;
	padding: 5px 0px 2px 5px;
	border: solid 1px #f799ab;
}

/* ---------------------------------------------------------------------------------- */
/* Left nav properties																																*/
/* ---------------------------------------------------------------------------------- */

.newsletter_title {
	position: relative;
	margin: 8px 0px 0px 0px;
	width: 165px;
	height: 20px;
	float: left;
	padding: 5px 0px 0px 5px;
	background-color: #1a9e80;
}

.newsletter_signup {
	position: relative;
	margin: 0px;
	width: 160px;
	height: 60px;
	float: left;
	background-color: #fff;
	padding: 2px 5px 0px 3px;
	border: solid 1px #b2b3b3;
}

.left_logos {
	position: relative;
	width: 170px;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 20px;
}

#whats_new_top {
	position: relative;
	width: 170px;
	height: auto;
	float: left;
	padding-top: 8px;
	background-image: url(../images/general/whatsnew_top.gif); background-repeat: no-repeat;
	background-color: #fbccd5;
}

#whats_new_middle {
	position: relative;
	width: 170px;
	height: auto;
	float: left;
	text-align: center;
	padding: 8px 0px 5px 0px;
	background-image: url(../images/general/whatsnew_middle.gif); background-repeat: repeat-y;
	background-color: #fbccd5;
}

#whats_new_bottom {
	position: relative;
	width: 170px;
	height: auto;
	float: left;
	text-align: center;
	background-image: url(../images/general/whatsnew_middle.gif); background-repeat: repeat-y;
	background-color: #fbccd5;
}

/* ---------------------------------------------------------------------------------- */
/* Other style / layout properties																										*/
/* ---------------------------------------------------------------------------------- */

img { border:none }

.clear { clear:both; height:0; }

.product_title { height: auto; padding-top: 10px; padding-bottom: 10px; }

.product_image_border { border: solid 1px #d1d1d1; margin: 0px 0px 0px 0px; }
.main_product_image_border { border: solid 1px #d1d1d1; margin: 0px 0px 10px 0px; }

.width_16 { width: 16px; }
.width_174 { width: 174px; }

.grey_line { margin-top: 5px; margin-bottom: 5px; border-top: solid 1px #d1d1d1; }
.grey_line_top { margin-top: 0px; margin-bottom: 10px; border-top: solid 1px #d1d1d1; }
.green_line { margin-top: 10px; margin-bottom: 10px; border-top: solid 1px #1a9e80; }

.spacer_5 { height: 5px; }
.spacer_10 { height: 10px; }

.view_larger_icon { margin-right: 2px; }

.delivery_options { width:auto; margin-top: 2px; }

#product_info_panel { display: block; margin-top: 10px; }
#technical_info_panel { display: none; margin-top: 8px; }
#review_info_panel { display: none; margin-top: 10px; }

.stars { vertical-align:bottom  }
.purple_border { border: solid 1px #9966cc; margin: 0px 0px 0px 0px; }
.jigsaw_back { width: 560px; height: 112px; background-image: url(../images/pony_fun/header_jigsaw.gif); background-repeat: no-repeat; background-position: bottom; }
.competition_back { width: 560px; height: 112px; background-image: url(../images/pony_fun/header_competition.gif); background-repeat: no-repeat; background-position: bottom; }
.gallery_back { width: 560px; height: 112px; background-image: url(../images/pony_fun/header_gallery.gif); background-repeat: no-repeat; background-position: bottom; }
.book_review_back { width: 560px; height: 112px; background-image: url(../images/pony_fun/header_book_review.gif); background-repeat: no-repeat; background-position: bottom; }
.club_back { width: 560px; height: 112px; background-image: url(../images/pony_fun/header_club.gif); background-repeat: no-repeat; background-position: bottom; }
.noticeboard_back { width: 560px; height: 112px; background-image: url(../images/pony_fun/header_noticeboard.gif); background-repeat: no-repeat; background-position: bottom; }

.joke_panel { width: 350px; height: auto; float: left; margin-top: 0px; background: url(../images/pony_fun/jokes_panel_background.gif); background-repeat: repeat; margin-bottom: 10px; }
.pin_blue { width: 350px; height: 25px; background-image: url(../images/pony_fun/pin_blue.gif); background-repeat: no-repeat; }
.pin_green { width: 350px; height: 25px; background-image: url(../images/pony_fun/pin_green.gif); background-repeat: no-repeat; }
.pin_pink { width: 350px; height: 25px; background-image: url(../images/pony_fun/pin_pink.gif); background-repeat: no-repeat; }
.joke_text { padding: 0 10px 5px 10px; font-size: 88%; }

/* jokes panel colours */
.blue_back{ background-color: #EBF7FE; }
.pink_back { background-color: #FEF5F6; }
.green_back { background-color: #E5F5E5; }

#section_header h1 { display: none; visibility: hidden; }

#stories_container { width: 560px; min-height: auto; background: url(../images/pony_fun/stories_background.gif); background-repeat: repeat-y; }
#stories_index { float: left; width: 192px; height: 100%; }
#stories_heading { width: 192px; height: 60px; background: url(../images/pony_fun/stories_heading.gif); background-repeat: no-repeat; }
#stories_heading span { display: none; visibility: hidden; }
#stories_index ul { margin: 25px 10px 0 10px; padding: 0; list-style-type: none; }
#stories_index li { margin: 0 0 10px 0; padding: 0; }

#story { position: relative; float: left; width: 365px; }
#story_title { width: 358px; height: 25px; background: url(../images/pony_fun/story_title_background.gif); background-repeat: repeat-x; padding: 35px 0 0 10px; }
#story_title h2 { margin: 0; }
#story_text { width: 340px; padding: 0 10px 0 10px; }

.gallery_border { border: solid 1px #ffd154; padding-bottom: 5px; background-color: #fff1cb; }
.gallery_image { margin-bottom: 5px; }

.gallery_pagination_back { width:550px; height:27px; padding-right: 10px; background: url(../images/pony_fun/gallery_pagination_back.gif); background-repeat: no-repeat; }
.noticeboard_pagination_back { width:550px; height:27px; padding-right: 10px; background: url(../images/pony_fun/noticeboard_pagination_back.gif); background-repeat: no-repeat; }

/* ---------------------------------------------------------------------------------- */
/* Form properties																																		*/
/* ---------------------------------------------------------------------------------- */

form { margin:0px; }

.search_button {
	float: left;
	width: 75px;
	height: 22px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

input.search_field {
	float: left;
	width: 200px;
	height: 16px;
	border: solid 1px #ccc;	
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	padding: 2px 0px 2px 2px;
	margin: 0px 5px 0px 0px;
}

input.signup {
	float: left;
	width: 105px;
	height: 16px;
	border: solid 1px #ccc;	
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #666;
	padding-left: 2px;
	margin: 0px 5px 0px 0px;
}

input.login {
	float: left;
	width: 166px;
	height: 16px;
	border: solid 1px #ccc;	
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #666;
	padding-left: 2px;
	margin: 0px 0px 0px 0px;
}

input.promo_code {
	float: left;
	width: 120px;
	height: 16px;
	border: solid 1px #ccc;	
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #666;
	padding-left: 2px;
	margin: 0px 5px 0px 0px;
}

input.voucher_code {
	float: left;
	width: 169px;
	height: 16px;
	border: solid 1px #ccc;	
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #666;
	padding-left: 2px;
	margin: 0px 5px 5px 0px;
}

.stage_arrows { margin-bottom: 2px; }

.order_progress_bar {
	height: 25px;
	background-color: #fff;
	text-align: center;
	font-size: 14px;
	border: solid 1px #999999;
}

.col_spacer_10 { width: 10px; }

/* ---------------------------------------------------------------------------------- */
/* Basket / account properties																												*/
/* ---------------------------------------------------------------------------------- */

.green_border_no_padding { border: solid 1px #1a9e80; width: 564px; background-color: #ffffff; }
.green_border_wish { border: solid 1px #1a9e80; padding-bottom: 5px; width: 558px; background-color: #ffffff; }
.red_border { border: solid 1px #ff3333; padding-bottom: 5px; width: 558px; background-color: #ffffff; }
.green_border_account { border: solid 1px #1a9e80; padding-bottom: 5px; width: 564px; background-color: #ffffff; }
.green_border_basket { border: solid 1px #1a9e80; padding-bottom: 5px; width: 564px; background-color: #ffffff; }
.green_border { border: solid 1px #1a9e80; padding: 10px; background-color: #ffffff; }
.grey_bottom_border { border-bottom: 1px solid #dddedc; padding: 0px 0px 10px 0px; }
.grey_line_account { margin-top: 5px; margin-bottom: 5px; border-top: solid 1px #dddedc; }

.grey_border_generic { float: left; width: 190px; border: solid 1px #cccccc; background-color: #ffffff; }
.grey_border_generic_full { float: left; width: 564px; border: solid 1px #cccccc; background-color: #ffffff; }

.light_grey_border { border: solid 1px #cccccc; padding-bottom: 5px; width: 564px; background-color: #ffffff; }
.light_grey_border_auto { border: solid 1px #cccccc; padding: 10px; width: 544px; background-color: #ffffff; }

.grey_right_box {
	position: relative;
	float: left;
	width: 174px;
	background-color: #eeeeee;
	border: 1px solid #ccc;
	padding: 8px 8px 0px 8px;
	margin-bottom: 10px;
}

.margin_bottom_10 { margin-bottom: 10px; }
.margin_top_10 { margin-top: 10px; }

.padding_5 { padding: 5px; }
.padding_bottom_2 { padding-bottom: 2px; }
.padding_bottom_5 { padding-bottom: 5px; }
.padding_top_5 { padding-top: 5px; }

.basket_icons { padding-top: 3px;}

.green_table_header {
	background-color: #1a9e80;
	padding: 4px 5px 6px 6px;
	margin-bottom: 15px;
}

.light_green_table_header {
	background-color: #8ccebf;
	padding: 4px 5px 6px 6px;
	margin-bottom: 15px;
}

.red_table_header {
	background-color: #ff3333;
	padding: 4px 5px 6px 6px;
	margin-bottom: 15px;
}

.sign_up_topbox { height: 100px; width: 355px; background-color: #ffffff; }

.no_padding { padding: 0px; }

#add_delivery_address { display: none; }

.blue_box { width:548px; padding:5px; margin:0px 0 0px 0; border:1px solid #bbd5de; background-color:#ddeaee; }
.greenbox { width:100%; padding:5px; margin:10px 0 0px 0; border:1px solid #04b600; background-color:#aefb8a; }
.greenbox_no_margin_top { width:100%; padding:5px; margin:0px 0 10px 0; border:1px solid #04b600; background-color:#aefb8a; }

.right_menu_ul { margin:0 0 5px 0; padding:0px 0 0px 0; list-style-type:none;}
.right_menu_ul li {margin:0; padding:2px 0 2px 0px; line-height:14px; background-image:none; font-size:11px;}

/* ---------------------------------------------------------------------------------- */
/* Form properties																																		*/
/* ---------------------------------------------------------------------------------- */

label { font-weight: bold; }

.field50 { width: 50px; font-size: 11px; }
.field60 { width: 60px; font-size: 11px; }
.form_field { width: 165px; font-size: 11px; }
.form_field_full { width: 400px; font-size: 11px; }
.country_field { width: 169px; font-size: 11px; }
.other_field { width: 101px; font-size: 11px; }
.txt_area_postcode { width: 353px; height: 100px; font-size: 11px; }
.txt_area_delivery { width: 550px; height: 60px; font-size: 11px; }
.postcode_field { width: 60px; font-size: 11px; margin-right: 3px; }
.txt_area_comments { font-size: 12px; font-family: arial, verdana,  sans-serif; }
.contact_txt_field { width: 325px; font-size: 11px; font-family: arial, verdana,  sans-serif; }
.selectfield { font-size: 11px; font-family: arial, verdana,  sans-serif; }
.qty_field { width: 30px; font-size: 11px; margin-right: 3px; }
.form_field_name { width: 170px; font-size: 11px; }

/* ---------------------------------------------------------------------------------- */
/* Footer properties																																	*/
/* ---------------------------------------------------------------------------------- */

#social_bookmark {
	position: relative;
	margin: 0px;
	height: 20px;
	width: 921px;
	float: left;
	padding: 5px 33px 10px 0px;
	text-align: right;
}

#everything_title {
	position: relative;
	height: 39px;
	width: 954px;
	float: left;
	background-image: url(../images/general/everything_top.gif); background-repeat: repeat;
}

#everything_text {
	position: relative;
	margin: 0px;
	height: auto;
	width: 914px;
	float: left;
	padding: 0px 20px 0px 20px;
	background-image: url(../images/general/everything_middle.gif); background-repeat: repeat;
}

#everything_bottom {
	position: relative;
	margin: 0px;
	height: 20px;
	width: 954px;
	float: left;
	background-image: url(../images/general/everything_bottom.gif); background-repeat: repeat;
}

#footer_line {
	position: relative;
	height: 5px;
	width: 954px;
	float: left;
	background-color: #8ccebf;
}

#footer {
	position: relative;
	margin: 0px;
	height: 20px;
	width: 954px;
	float: left;
	padding: 5px 0px 5px 0px;
	text-align: center;
	background-color: #bae2d9;
}
