/* CSS Document */
.colour_span, #account_status a
{
	color:#1E487B;
}

#header
{
		background-image:url(../images/header_bg_c.gif);
}

#basket
{
	background-image:url(../images/basket_bg_c.gif);
}

#top_menu
{
	background-image:url(../images/top_menu_bg_c.gif);
}

.top_menu_left
{
	background-image:url(../images/top_menu_item_c_narrow.gif);
}

.top_menu_right
{
	background-image:url(../images/top_menu_item_c_wide.gif);
}

#lower_menu
{
	background-color:#606B93;
}

#menu_header
{
	background-image:url(../images/menu_header_c.gif);
}

#menu_links
{
	background-color:#606B93;
}

#menu_links a:hover, .active
{
	background-image:url(../images/menu_link_on_c.gif);
}

#menu_left_footer
{
	background-image:url(../images/menu_footer_c.gif);
}

#basket
{
	background-image:url(../images/basket_bg_c.gif);
}

#content_header
{
	border-bottom:4px solid #1E487B;
}

#department_header
{
	background-image:url(../images/dept_headers/tmk_c.jpg);
}

.department_box h3, .department_box_h3 a
{
	color:#1E487B;
}	

.department_box_a
{
	background-image:url(../images/button_c.gif);
}	


#product_top_right
{
	background-image:url(../images/product_top_right_c.gif);
}

#product_top_right_button
{
	background-image:url(../images/add_to_basket_c.gif);
	color:#545B7E;
}

#product_image_rattle
{
	background-image:url(../images/product_image_rattle_c.gif);
}

#product_image_baby
{
	background-image:url(../images/product_image_baby_c.gif);
}

#product_image_train
{
	background-image:url(../images/product_image_train_c.gif);
}

#product_image_face
{
	background-image:url(../images/product_image_face_c.gif);
}

/* table doings */
.content_right_table th
{
	color:#1E487B;
	border-bottom:1px solid #AB7AB6;
}

.basket_quantity
{
	border:1px solid #1E487B;
}

.tbl_submit_left, .tbl_submit_right, .tbl_button_left, .tbl_button_right
{
	background-image:url(../images/button_c.gif);
}

#footer_logo_tmb
{
	background-image:url(../images/hearts_c.gif);
}

#cp_feature {
	width:950px;
	height:480px;
	background-image:url(../images/homepage_feature.jpg)
}
#cp_feature h2 {
	padding:15px;
	margin:0;
}
#cp_feature #bg {
	
	height:200px;
	position:absolute;
	top:10px;
} 
#cp_feature p {
	/*padding:5px 5px 2px 5px;
	width:450px;	
	margin:0;
	margin-left:15px;	
	background-color:#fff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);*/
}

.portal_form  {
	margin-left:15px;	
	background-color:#fff;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	width:450px;
	padding:5px 5px 2px 5px;
}


#portal_form_left, #portal_form_right {
	float:left;
}
#portal_form_right {
	margin-top:73px;
	margin-right:15px;
	width:435px;
}




.portal_form  p {
	margin:0;
	font-size:0.8em;
	margin:5px 0px;
}
.portal_form  p.bold {
	font-weight:bold;
}
.portal_form  .question {
	font-size:1.1em;
	padding:10px 0px 5px 0px; 
}
.portal_form  .question_note {
	font-size:0.8em;
	padding:0px 0px 5px 0px; 
	color:#999;
}
.portal_form  .answer {
	padding:10px 5px;
}
.portal_form  .answer .label{
	float:left; 
	width:200px;
	font-size:0.95em;
}
.portal_form  .answer .input{
	float:left; 
}
.portal_form  .portal_input_text {
	width:200px;
	font-size:0.9em;
}
.portal_form  .answer .checkbox{
	font-size:0.95em;
	padding-bottom:3px; 
}
.portal_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;
	margin-left:15px;
	width:420px;

	margin-bottom:3px;
}
.fm_error {
	border:2px solid red;	
	background-image:url(../images/icons/error.png);	
}
.fm_success {
	border:2px solid green;	
	background-image:url(../images/icons/success.png);	
}
.fm_warning {
	border:2px solid #FF953F;	
	background-image:url(../images/icons/warning_mild.png);	
}
.fm_confirm {
	border:2px solid #0055BB;	
	background-image:url(../images/icons/confirm.png);	
	background-color:#E7F0FF;
}

.fm_error_register {
	border:2px solid red;	
	background-image:url(../images/icons/error.png);
	position:absolute;
	
	top:100px;
	left:490px;	
}
.fm_success_register {
	border:2px solid green;	
	background-image:url(../images/icons/success.png);	
}
.fm_warning_register {
	border:2px solid #FF953F;	
	background-image:url(../images/icons/warning_mild.png);	
	position:absolute;
	
	top:100px;
	left:490px;
}


#submit_buttons {
	margin-left:15px;	
	width:450px;
	padding:10px 5px 2px 0px;
}




#cp_content {
	
}

#cp_content p {
	font-size:12px;
	margin:0;
	margin:5px 0px;
}
#cp_content p.bold {
	font-weight:bold;
}

#cp_content .col {
	float:left;
	padding:5px 10px 20px 10px;
}
#cp_content .col #form_message {
	margin-left:0px;
}
#cp_content #col_1 {
	width:290px;
	padding:0px;
}

#cp_content #col_2 {
	margin-left:15px;
	padding:0px;
	width:355px;
}

#cp_content #col_3 {
	margin-left:15px;
	padding:0px;
	width:275px;
}

#cp_content #col_1_2 {
	margin-left:15px;
	padding:0px;
	width:645px;
}
#cp_content #col_1_2 #form_message {
	width:605px;
}
#cp_content #col_2_1 {
	background-color:#f2f2f2;
	width:380px;
}

#cp_content #col_2_2 {
	background-color:#f2f2f2;
	margin-left:15px;
	width:515px;
}

#cp_content #col_50_1 {
	padding:0px;
	margin-left:0px;
	width:465px;
}

#cp_content #col_50_2 {
	padding:0px;
	margin-left:15px;
	width:470px;
}

#cp_content #download_pack {
	background-image:url(../images/tmb_pack.jpg);
	background-repeat:no-repeat;
	height:160px;
	margin-top:20px;
	padding-left:190px;
}

#cp_content .actions {
	margin-top:20px;
}
#cp_content .actions ul {
	margin:0;
	padding:0;
}
#cp_content .actions li {
	float:left;
	list-style:none;
	min-width:100px;
	color:#fff;
	text-align:center;
	font-size:14px;
	font-weight:bold;	
	margin:0pt;
	padding-right:15px;
	_width:200px;
}

#cp_content .actions li a, #nav li a:VISITED {
	color:#fff;
	display:block;
	padding:8px 25px 0px 25px;
	text-decoration:none;
	min-width:100px;
	height:27px;
}
#cp_content .actions li a:HOVER {
	text-decoration:underline;
}

#cp_content .actions .pos {
	background:transparent url(../images/buttons/button-right-pos.png) no-repeat scroll right top;
}
#cp_content .actions .pos a, #nav .active a:VISITED {
	background:transparent url(../images/buttons/button-left-pos.png) no-repeat scroll left top;
	color:#000;
}
#cp_content .actions .neg {
	background:transparent url(../images/buttons/button-right-neg.png) no-repeat scroll right top;
}
#cp_content .actions .neg a, #nav .active a:VISITED {
	background:transparent url(../images/buttons/button-left-neg.png) no-repeat scroll left top;
	color:#000;
}
#cp_content .actions .neut {
	background:transparent url(../images/buttons/button-right-neut.png) no-repeat scroll right top;
}
#cp_content .actions .neut a, #nav .active a:VISITED {
	background:transparent url(../images/buttons/button-left-neut.png) no-repeat scroll left top;
	color:#000;
}
#cp_content .actions .neut_blue {
	background:transparent url(../images/buttons/button-right-neut_blue.png) no-repeat scroll right top;
}
#cp_content .actions .neut_blue a, #nav .active a:VISITED {
	background:transparent url(../images/buttons/button-left-neut_blue.png) no-repeat scroll left top;
	color:#000;
}
#cp_content .actions .note {
	font-size:10px;
	color:#999;
	padding:2px 0px;
}
#cp_content .actions .note a {
	color:#666;
}



#cp_content .question {
	font-size:12px;
	font-weight:bold;
	padding:10px 0px 5px 0px; 
}
#cp_content .question_note {
	font-size:11px;
	padding:0px 0px 5px 0px; 
	color:#999;
	width:100%;
}
#cp_content .answer {
	padding:5px 5px;
	border:1px solid #ccc;
	margin-bottom:1px;
}
#cp_content .answer .label{
	float:left; 
	width:200px;
	font-size:12px;
}
#cp_content .answer .input{
	float:left; 
}
#cp_content .answer .checkbox{
	font-size:12px;
	padding-bottom:3px; 
}
#cp_content .answer .input_text{
	width:200px;
}
#cp_content .answer .input_text_short {
	width:50px;
}
#cp_content .answer .input .text_only {
	font-size:12px;
	height:22px;
}
#cp_content .order_textarea {
	width:300px;
	height:75px;
	font-size:12px;
	font-family:Arial;
}

#cp_content #actual_delivery {
	font-size:12px;
	color:#999;
	margin-left:25px;
}

#cp_content .focus {
	margin-bottom:10px;
	padding:5px;
	
}
#cp_content .focus a {
	color:#000;
}
#cp_content .yellow .inactive a {
	color:#ccc;
}
#cp_content .focus a.no_underline {
	text-decoration:none;
}
#cp_content .focus_title {
	font-size:16px;
	font-weight:bold;
	color:#fff;
	width:100%;
}
#cp_content .focus_date {
	font-size:11px;
	color:#333;
	width:100%;
}
#cp_content .focus_note {
	font-size:12px;
	width:100%;
}
#cp_content .focus_note_home, #cp_content .focus_note_orders  {
	font-size:12px;
	padding-left:55px;
	background-repeat:no-repeat;
}
#cp_content .focus_note_home {
	padding-top:5px;
	padding-bottom:5px;
}
#cp_content .place {
	background-image:url(../images/icons/trolley.gif);
}
#cp_content .history {
	background-image:url(../images/icons/graph.gif);
}
#cp_content .orange {
	background-color:#FBDD8D;
	border:2px solid #FB8700;
} 
#cp_content .orange .focus_title {
	color:#000;
}
#cp_content .orange .focus_note_home {
	background-image:url(../images/icons/news.gif);
}
#cp_content .blue {
	background-color:#E7F0FF;
	border:2px solid #0055BB;
} 
#cp_content .blue .focus_title {
	color:#000;
}
#cp_content .blue .focus_note_home {
	background-image:url(../images/icons/case.gif)
}
#cp_content .grey {
	background-color:#f2f2f2;
	border:2px solid #AFAFAF;
} 
#cp_content .grey .focus_title {
	color:#000;
}
#cp_content .grey .focus_note_home {
	background-image:url(../images/icons/mic.gif)
}
#cp_content .yellow {
	background-color:#FFFFDB;
	border:2px solid #FFD100;
} 
#cp_content .yellow .focus_title {
	color:#000;
}
#cp_content .yellow .inactive {
	color:#ccc;
}
#cp_content .yellow .focus_note_home {
	background-image:url(../images/icons/forum.gif)
}
#cp_content .green {
	background-color:#E7FFEA;
	border:2px solid #7ECF90;
} 
#cp_content .green .focus_title {
	color:#000;
}
#cp_content .green .focus_note_home {
	background-image:url(../images/icons/download.gif)
}
#cp_content .red {
	background-color:#FFE7E8;
	border:2px solid #AB0027;
} 
#cp_content .red .focus_title {
	color:#000;
}
#cp_content .red .focus_note_home {
	background-image:url(../images/icons/stats.gif)
}
#cp_content .focus .focus_order_list {
	padding:8px 0px;
}
#cp_content .focus .focus_order_list .order {
	font-size:12px;
	padding:1px 2px;
}
#cp_content .focus .focus_order_list .order:HOVER {
	background-color:#FFFFDB;
}
#cp_content .focus .focus_order_list .order a {
	text-decoration:none;
}
#cp_content .focus .focus_order_list .order a:HOVER {
	text-decoration:underline;
}
#cp_content .focus .focus_order_list .add_order {
	font-size:12px;
	text-align:left;
	padding:3px 2px;
}
#cp_content .focus .product_search {
	font-size:12px;
}

#cp_content .focus .product_search select {
	width:150px;
	padding:1px;
}

#cp_content .focus #trolley_variants_table, #cp_content .focus #search_results {
	width:100%;
}

#cp_content .focus .product_results, #cp_content .focus .trolley_variants  {
	border:1px solid #ccc;
	margin:5px 0px;
	padding: 5px;
	font-size:12px;
}
#cp_content .focus .product_results {
	
}
#cp_content .focus .trolley_variants {
	background-color:#fff;
}
#cp_content .focus .product_results th, #cp_content .focus .product_results td,
#cp_content .focus .trolley_variants th, #cp_content .focus .trolley_variants td  {
	vertical-align:top;
	padding:2px;
}
#cp_content .focus .product_results tr.on td{
	background-color:#F7F7F7;
}
#cp_content .focus .trolley_variants tr.on td{
	background-color:#E7FFEA;
}

iframe {
	background-color:#E7F0FF;
	border:2px solid #0055BB;
} 

.stat_table {
	font-size:12px;
}
.stat_table th, .stat_table td{
	padding:3px;
	vertical-align:top;
}

.stat_table th {
	background-color:#606B93;
	color:#fff;
}

.stat_table td.on {
	background-color:#F3F8FF;
	color:#000;
}

#cp_content .products_panel table {
	font-size:12px;
	width:100%;
	
}
#cp_content .products_panel td, #cp_content .products_panel th {
	vertical-align:top;
	text-align:left;
	border-bottom:1px solid #ccc;
}
#cp_content .products_panel table .price{
	text-align:right;
}

#super_control {
	position:absolute;
	left:735px;
	font-size:11px;
	border:2px solid #ccc;
	width:224px;
	padding:3px;
	margin-top:2px;
	background-color:#f2f2f2;
}

#super_control #super_switch_user input {
	font-size:10px;
	width:40px;
}

#jHelperTipAttrContainer{ 
	background:#f2f2f2;
	border:2px solid #ccc; 
	color:#333; 
	padding:3px;
	font-size:11px;
	display:none;
}
#jHelperTipContainer {
 display:none;
}
