/* CSS Document */
body 
{ 
	margin:0;
	padding:0;
	font-size:1em;
	font-family:Arial;
	background-color:#EFEFEF;
}

#main
{
	position:relative;
	width:1004px;
	margin-left:auto;
	margin-right:auto;
	min-height:500px;
	background-image:url(../images/store/main_bg.jpg);
	background-repeat:repeat-y;
	
}

#footer
{
	position:relative;
	width:1004px;
	margin-left:auto;
	margin-right:auto;
	height:50px;
	background-image:url(../images/store/footer_bg.jpg);
	background-repeat:no-repeat;
	padding:25px 0 25px 0;
	text-align: center;
	font-size: 0.7em;
}

#footer a
{
	text-decoration:none;
	color:#0093A7;
}

#footer a:hover
{
	text-decoration:underline;
	color:#000000;
}

#header
{
	position:relative;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	height:100px;
	z-index:2;
}

#home_link
{
	position:absolute;
	top:0px;
	left:0px;
	width:225px;
	height:100px;
	color:#FFFFFF;
	font-size:10px;
}

#account_status a
{
	text-decoration:none;
}

#phone_number
{
	position:absolute;
	top:13px;
	left:386px;
	width:174px;
	height:24px;
	text-align:center;
	color:#999999;
	font-weight:bold;
}

#account_status
{
	position:absolute;
	top:80px;
	left:275px;
	width:400px;
	height:24px;
	text-align:center;
	color:#999;
	font-size:0.8em;
	font-weight:bold;
}
#account_status a {
	color:#666;
}
#basket
{
	position:absolute;
	top:15px;
	left:735px;
	width:210px;
	height:70px;
	color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
}

#basket_header
{
	position:relative;
	width:210px;
	text-align:center;
	border-bottom:1px solid #FFFFFF;
	margin-top:5px;
	padding-bottom:3px;
}

#basket_items, #basket_total, #basket a
{
	position:relative;
	float:left;
	width:105px;
	font-size:0.75em;
	margin-top:3px;
}

#basket_total
{
	text-align:right;
}

#basket a
{
	color:#FFFFFF;
}

a.basket_checkout_link
{
	text-align:right;
}

#top_menu
{
	position:relative;
	width:980px;
	height:42px;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
}

#top_menu a
{
	position:relative;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	height:28px;
	display:block;
	padding-top:14px;
}

.top_menu_left
{
	float:left;
	margin-left:15px;
	width:176px;
}

.top_menu_right
{
	float:right;
	margin-right:15px;
	width:230px;
}

*html .top_menu_right
{
	margin-right:8px;
}


#top_menu_account
{
	left:14px;
	width:176px;
}

#top_menu_special
{
	left:205px;
	width:182px;
}

#top_menu_truly
{
	left:735px;
	width:230px;
}

#content
{
	position:relative;
	width:950px;
	padding:15px;
	margin-left:auto;
	margin-right:auto;
	min-height:300px;
}

#lower_menu
{
	position:relative;
	width:950px;
	padding:15px;
	margin-left:auto;
	margin-right:auto;
	height:10px;
	padding-top:80px;
	color:#FFFFFF;
}

#lower_menu a
{
	color:#FFFFFF;
	text-decoration:none;
}

#lower_menu a:hover
{
	text-decoration:underline;
}

.clear
{
	clear:both;
	overflow:hidden;
	height:1px;
	width:100%;
}

#footer_logos
{
	position:relative;
	width:950px;
	padding:15px;
	margin-left:auto;
	margin-right:auto;
	height:150px;
	color:#333333;
}

.footer_logo_right
{
	margin-right:20px;
}

#footer_logo_tmb
{
	width:48px;
	height:131px;
}

.copyright
{
	position:absolute;
	top:150px;
	left:755px;
	color:#999;
	font-weight:bold;
	font-size:0.8em;
	width:250px;
}

#footer_logos_payment
{
	position:absolute;
	left:745px;
	top:10px;
	text-align:center;
	font-size:0.689em;
	line-height:20px;
	width:220px;
	color:#999;
}

#menu_left
{
	position:relative;
	float:left;
	width:200px;
}

#menu_header
{
	position:relative;
	width:188px;
	height:31px;
	padding-top:14px;
	padding-left:12px;
	color:#FFFFFF;
}

#menu_links
{
	position:relative;
	min-height:307px;
	padding-left:7px;
	padding-top:9px;
}

#menu_links a
{
	position:relative;
	display:block;
	width:178px;
	color:#FFFFFF;
	text-decoration:none;
	height:28px;
	padding-left:8px;
	padding-top:4px;
	margin-top:2px;
	font-weight:bold;
}

#menu_links a:hover, .active
{
	background-repeat:no-repeat;
}

#menu_left_footer
{
	position:relative;
	width:200px;
	height:7px;
	overflow:hidden;
}



#search_products{
	position:relative;
	float:left;
	width:200px;
}

#search_header
{
	position:relative;
	width:188px;
	height:31px;
	padding-top:14px;
	padding-left:12px;
	color:#FFFFFF;
}

#search_body
{
	position:relative;
	min-height:80px;
	padding-left:7px;
	padding-top:9px;
}

#search_footer
{
	position:relative;
	width:200px;
	height:7px;
	overflow:hidden;
}




#content_right
{	
	position:relative;
	float:right;
	width:736px;
	min-height:400px;
}


#content_right h2
{
	color:#999999;
	font-size:1.2em;
	padding-top:15px;
}

#content_right p, #content_right .article_content
{
	
	color:#666;
}
#content_right p.bold {
	font-weight:bold;
}
#content_right p.indent {
	padding-left:20px;
}
#content_right .article_content {
	font-size:0.9em;
}
#content_header
{
	position:relative;
	width:736px;
	height:15px;
	color:#999999;
	font-size:0.875em;
	padding-bottom:2px;
	float:right;
}

#content_header_breadcrumb
{
	position:relative;
	float:left;
}

#content_header_date
{
	position:relative;
	float:right;
	text-align:right;
}

#content_header_breadcrumb a
{
	text-decoration:none;
	color:#999999;
}

.breadcrumb_live
{
	color:#666666;
	font-weight:bold;
}

#department_header
{
	position:relative;
	width:736px;
	height:280px;
	margin-top:35px;
}

#department_header h1
{
	padding:0;
	margin:0;
	color:#FFFFFF;
	font-size:1.4em;
	position:absolute;
	left:462px;
	top:36px;
	width:153px;
}

#department_header h2
{
	padding:0;
	margin:0;
	color:#FFFFFF;
	font-size:0.96em;
	position:absolute;
	left:462px;
	top:130px;
	widows:242px;
	width:240px;
}

.department_box
{
	position:relative;
	float:left;
	width:359px;
	min-height:150px;
	border:1px solid #CCCCCC;
	margin-top:15px;
}

*html .department_box
{
	height:150px;
}

.department_split
{
	position:relative;
	float:left;
	width:14px;
	height:150px;
	margin-top:15px;
}
	
.department_box_h3
{
	font-weight:bold;
	position:relative;
	padding:10px;
	font-size:0.875em;
	min-height:20px;
}

.department_box_h3 a
{
	text-decoration:none;
}

*html .department_box h3
{
	height:20px;
}

.department_box h3
{
	padding:0;
	margin:0;
	font-weight:bold;
	font-size:1em;
}	

.department_box_details
{
	position:relative;
	height:120px;
}

.department_box img
{
	position:absolute;
	top:0px;
	left:10px;
	
}

.department_product_desc
{
	position:absolute;
	color:#000000;
	font-size:0.689em;
	top:7px;
	left:148px;
	width:200px;
}

.department_product_desc a
{
	text-decoration:none;
	color:#000000;
}

.department_product_price
{
	position:absolute;
	color:#000000;
	font-size:0.9em;
	top:85px;
	left:148px;
	width:200px;
	font-weight:bold;
}

.department_box_a
{
	position:absolute;
	color:#FFFFFF;
	width:109px;
	height:25px;
	text-decoration:none;
	text-align:center;
	padding-top:6px;
	top:75px;
	left:238px;
}

#product_top
{
	position:relative;
	width:736px;
	height:280px;
	margin-top:35px;
	margin-bottom:0px;
}

#product_top_left
{
	position:relative;
	float:left;
	width:360px;
	height:260px;
	text-align:center;
}

#product_top_left_zoom_in
{
	position:absolute;
	top:266px;
	left:0px;
	width:68px;
	height:23px;
	background-image:url(../images/store/zoom_in.gif);
}

#product_top_right
{
	position:relative;
	float:right;
	width:324px;
	height:250px;
	padding-top:30px;
	padding-left:25px;
	color:#FFFFFF;
}

#product_top_right h3
{
	position:relative;
	width:225px;
	margin:0;
	padding:0;
	font-size:1em;
}
#product_top_right #product_variants 
{
	position:absolute;
	top:110px;
	left:25px;
}

#product_top_right #product_variants #variant_select  
{
	width:300px;
	padding:2px;
	font-size:1em;
}
#product_top_right .add2basket_link {
	color:#fff;
}
#product_top_right_desc
{
	margin-top:15px;
	position:relative;
	font-size:1em;
	width:230px;
}

#product_top_right_size
{
	position:relative;
	width:300px;
	margin-top:15px;
	top:0px;
	height:30px;
}

#product_top_right_select
{
	position:absolute;
	width:122px;
	height:22px;
	top:0px;
	left:187px;
}	

#product_top_right_price
{
	position:absolute;
	top:160px;
	left:0px;
	width:100%;
	height:30px;
	text-align:center;
	font-size:1.625em;
	margin-top:10px;
}

*html #product_top_right_price
{
	padding-left:10px;
}


#product_top_right_button
{
	position:absolute;
	top:216px;
	left:56px;
	width:236px;
	height:31px;
	text-align:center;
	text-decoration:none;
	padding-top:10px;
	font-weight:bold;
}

#product_bottom
{
	position:relative;
	width:736px;
	min-height:314px;
	margin-top:0px;
}

#product_bottom_left
{
	position:relative;
	float:left;
	width:500px;
	min-height:314px;
	font-size:0.750em;
	padding-top:15px;
}

#product_bottom_right
{
	position:relative;
	float:right;
	width:200px;
	min-height:314px;
	padding-top:15px;
}

#product_bottom_right img
{
	position:relative;
	width:200px;
	margin-bottom:15px;
}

#product_bottom_left_images
{
	margin-top:10px;
	position:relative;
	width:100%;
	height:60px;
}

#product_bottom_left_images img
{
	position:relative;
	float:left;
	width:44px;
	height:50px;
	margin-right:15px;
}

.grey_text
{
	font-weight:bold;
	font-size:1.3em;
	color:#CCCCCC;
}

/* table doings */
.content_right_table, #basket_line
{
	font-size:0.875em;
	margin:10px 0px;
	width:660px;
	border-collapse:collapse;
}

#basket_line
{
	height:30px;
}

.content_right_table th
{
	font-weight:normal;
	padding-bottom:4px;
	font-weight:bold;
}

.content_right_table td
{
	padding:4px 2px;
}

a.remove_product
{
	position:relative;
	display:block;
	width:24px;
	height:24px;
	background-image:url(../images/store/remove_button_on.gif)
}

a.remove_product:hover
{
	background-image:url(../images/store/remove_button.gif)
}

.basket_quantity
{
	width:58px;
	height:18px;
	text-align:center;
	font-family:Tahoma, Arial;
	padding-top:2px;
}

.tbl_submit_right, .tbl_submit_left
{
	color:#FFFFFF;
	width:109px;
	height:31px;
	cursor:pointer;
	border:0px;
	font-size:1em;
	float:right;
}

.tbl_submit_left
{
	float:left;
}

.tbl_button_left, .tbl_button_right
{
	display:block;
	text-decoration:none;
	float:right;
	text-align:center;
	padding-top:6px;
	height:25px;
	color:#FFFFFF;
	width:109px;
	height:25px;
}

.tbl_button_left
{
	float:left;
}

.tbl_button_left_stretch, .tbl_button_right_stretch
{
	display:block;
	text-decoration:none;
	float:right;
	text-align:center;
	height:31px;
	color:#FFFFFF;
	min-width:109px;
	_width:109px;
}

.tbl_button_left_stretch
{
	float:left;
}

.tbl_button_stretch
{
	display:block;
	padding-top:6px;
	height:25px;
	padding-right:10px;
	margin-left:10px;
	min-width:100px;
	_width:100px;
}

.content_right_table a
{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}


.myaccount_form {
	
}

.myaccount_form .question {
	font-size:1.1em;
	padding:15px 0px 5px 0px; 
}
.myaccount_form .question_note {
	font-size:0.8em;
	padding:0px 0px 5px 0px; 
	color:#999;
}
.myaccount_form .answer {
	padding:15px 5px;
	background-color:#F7E4E8;
	border:1px solid #FFD3DD;
}
.myaccount_form .answer .label{
	float:left; 
	width:300px;
	font-size:0.95em;
}
.myaccount_form .answer .input{
	float:left; 
}
.myaccount_form .answer .checkbox{
	font-size:0.95em;
	padding-bottom:3px; 
}
.myaccount_form .submit_buttons {
	padding:15px 0px;
}

#form_message {
	background-repeat:no-repeat;
	background-position:left center;
	font-size:0.8em;
	color:#999;
	padding:5px 5px 5px 30px;
}
.fm_error {
	border:2px solid red;	
	background-image:url(../images/store/icons/error.png);	
}
.fm_success {
	border:2px solid green;	
	background-image:url(../images/store/icons/success.png);	
}
.fm_warning {
	border:2px solid #FF953F;	
	background-image:url(../images/store/icons/warning_mild.png);	
}

.myaccount_form #form_nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
.myaccount_form #form_nav li {
	float:left; 
	padding:5px; 
	font-size:0.85em;
	width:150px;
	text-align:center;
	background-color:#F7E4E8;
	margin-right:3px;
}

#basket_action {
	position:absolute;
	left:325px;
	top:50px;
	z-index:100;
	width:253px;
	height:88px;
	padding-left:40px;
	padding-top:20px;
	
}

.ba_success {
	background-image:url(../images/store/icons/success.png);	
	background-repeat:no-repeat;
	background-color:#fff;
	border:4px solid #63D518;
}
.ba_error {
	background-image:url(../images/store/icons/warning_mild.png);	
	background-repeat:no-repeat;
	background-color:#fff;
	border:4px solid #FFBB6C;
}
#continue_checkout {
	border:4px solid #1241C3;
	padding:5px;
	margin-top:20px;
}
#continue_checkout .button_row {
	
	padding:5px 0px 20px 0px;
}
.faded {
	color:#ccc;
}

#hp_feature {
	float: left;
	background-image:url(../images/root/homepage_feature.jpg);
	width:620px;
	height:205px;
	margin-bottom:15px;
}
#hp_odd_links {
	float: right;
	width:306px;
	height:205px;
	margin-bottom:15px;
}
#hp_feature_msg {
	font-size:1.1em;
	position:relative;
	left:685px;
	top:120px;
	color:#ccc;
	width:300px;
}
#hp_feature_banner {
	font-size:1.1em;
	position:relative;
	left:643px;
	top:133px;
	color:#ccc;
	width:300px;
	text-align: right;
}
#tmk_feature {
	float: left;
	background-image:url(../images/root/tmk_homepage_feature.jpg);
	width:620px;
	height:205px;
	margin-bottom:15px;
}
#tmk_feature_msg {
	font-size:1.1em;
	position:relative;
	left:704px;
	top:120px;
	color:#ccc;
	width:300px;
}

.hp_link {
	float:left;
	width:307px;
	height:150px;
	background-repeat:no-repeat;
}
.hp_link a{
	color:#fff;
	text-decoration:none;
	font-size:1.3em;
	position:relative;
	top:112px;
	left:15px;
	font-weight:bold;
}
#hp_link_1 {
	background-image:url(../images/root/root_shop.jpg);
}
#hp_link_2 {
	background-image:url(../images/root/root_consultant.jpg);
	margin-left:15px;
}
#hp_link_3 {
	width:306px;
	margin-left:15px;
	background-image:url(../images/root/root_party.jpg);
}
#hp_link_4 {
	width:306px;
	background-image:url(../images/root/root_kid.jpg);
}
#hp_link_5 {
	width:306px;
	margin-bottom:15px;
}
#hp_long_link_1 {
	width:950px;
	margin-top:15px;
	background-image:url(../images/root/root_long_kid.jpg);
}
#tmk_hp_long_link_1 {
	width:950px;
	margin-top:15px;
	background-image:url(../images/root/tmk_root_long_baby.jpg);
}
#tmk_hp_link_1 {
	background-image:url(../images/root/tmk_root_shop.jpg);
}
#tmk_hp_link_3 {
	width:306px;
	margin-left:15px;
	background-image:url(../images/root/root_party.jpg);
}
#tmk_link_4 {
	width:306px;
	background-image:url(../images/root/tmk_root_baby.jpg);
}
#tmk_link_5 {
	width:306px;
	margin-bottom:15px;
}

#cp_feature {
	background-image:url(../images/root/homepage_feature.jpg);
	width:950px;
	height:205px;
	margin-bottom:15px;
}
#cp_feature_msg {
	font-size:1.1em;
	position:relative;
	left:685px;
	top:120px;
	color:#ccc;
}
.download {
	float:left;
	width:50%;
	text-align:center;
	vertical-align:middle;
	height:180px;
}
#tmb_download {
	
}
#tmk_download {
	
}
.order_header, .order_body {
	font-size:0.8em;
}
.order_header {
	padding:5px 5px;
	font-size:0.9em;
	background-color:#F7E4E8;
}
.order_body {
	border:1px solid #ccc;
	margin-left:15px;
	margin-bottom:15px;
	background-color:#f2f2f2;
}
.order_date {
	color:#999;
}
.order_id {
	font-weight:bold;
}
.data_panel .subtitle {
	padding:20px 5px 5px 5px;
	font-size:1.1em;
	font-weight:bold;
}
.data_panel table {
	padding:3px;
}
.data_panel table th, .data_panel table td {
	text-align:left;
	vertical-align:top;
	padding:3px 0px;
} 

.data_panel table td {
	border-bottom:1px solid #ccc;
}
.data_panel .price {
	text-align:right;
}

.data_panel .data_row {
	padding:2px 5px;
}
.data_panel .data_label {
	float:left;
	width:200px;
}
.data_panel .data_value {
	float:left;
}

#worldpay_address {
	width:300px;
	height:90px;
	border:1px solid #ccc;
	background-color:#f2f2f2;
	font-family:Arial;
	font-size:12px;
	
}
#top_links {
	height:30px;
	left:745px;
	padding-right:10px;
	position:absolute;
	top:35px;
	width:210px;
}

.checkout_cell {
	border:4px solid #fff;
	margin:10px 0px;
	padding:5px;
	padding-bottom:20px;
}
.checkout_cell .header {
	font-weight:bold;
}
.checkout_cell .instruction {
	font-size:0.8em;
	padding:5px 0px;
}
.checkout_cell .action {
	font-size:0.8em;
}
.checkout_cell .message {
	display:none;
}
.checkout_cell .note {
	font-size:0.7em;
	padding:3px 0px;
	color:#999;
}

.checkout_cell form {
	margin:0;
	padding:0;
}

.crystal_input {
	font-family: Times New Roman; 
	font-size:16px; 
	font-weight:bold; 
	border:1px solid #aaa;
	padding:2px 1px;
}

#basket_details {
	border-color:#00A64E;
}
#basket_details .action {
	padding:5px 0px;
	font-size:0.9em;
	text-align:left;
}
#discount_codes {
	border-color:#8dcafc;
}
#discount_codes .action {
	padding:5px 0px;
	background-color:#dceafa;
	text-align:center;
}
#discount_codes .message {
	
}
#discount_codes .crystal_input {
	width:150px;
}

#address_details {
	border-color:#989ae4;
}
#address_details .address {
	padding:5px 0px;
	font-size:0.9em;
}
#address_details .action {
	padding:5px 0px;
	text-align:left;
}

#go_to_worldpay {
	border-color:#008000;
}
#go_to_worldpay .action {
	padding:5px 0px;
	text-align:left;
}
#go_to_worldpay .action input {
	font-size:18px;
}

<!-- New -->
#personalise {
	border-color:#FF99CC;
}
#personalise .action {
	padding:5px 5px;
	background-color:#FFDFEF;
	text-align:left;
}
#personalise .message {
	
}
#personalise .crystal_input {
	width:500px;
	vertical-align:middle;
}


#tmc {
	border-color:#FFCC66;
}
#tmc .action {
	padding:5px 5px;
	background-color:#FEECC0;
	text-align:left;
}
#tmc .crystal_input {
	width:100px;
	vertical-align:middle;
}

#voucher {
	border-color:#B76FFF;
}
#voucher .action {
	padding:5px 5px;
	background-color:#F2E6FF;
	text-align:left;
}
#voucher .crystal_input {
	width:100px;
	vertical-align:middle;
}

.consultantShop {
	width:972px; 
	background-color:#AB82FF; 
	margin:0px auto;
	font:Arial;
	font-size:0.8em;
	color:#FFF;
	text-align:right;
	padding:4px;
}
.consultantShop a {
	color:#FFF;
}

