/* SPECIAL DESIGN FOR HANDHELDS */
/***********************
*** GENERAL SETTINGS ***
************************/
/* Global presets */
body {
	color:#000 !important;
    background-color:#fff !important;
    }


/****************
*** STRUCTURE ***
*****************/
div#body {
    width:100% !important;
    }
div#navigation {
	margin-right:0 !important;
    width:100% !important;
	float:none !important;
	}
div#content {
	margin-left:0 !important;
	padding:0 !important;
	}
div#column_left {
    width:100% !important;
	float:none !important;
	}
div#column_border {
	margin:0 !important;
	}


/***********************
*** VARIOUS SETTINGS ***
************************/
/* Search container */
div#search {
    float:none !important;
	width:100% !important;
    }
/* 1st level menu elements */
div#navigation li.level1-act {
	width:100% !important;
    }
/* textpic_intro */
div#content div.textpic_intro div.csc-textpic-imagewrap {
    margin-top:0 !important;
    }
/* Form labels */
div#content label {
	width:100% !important;
    }


/*************************
*** EXTENSION SETTINGS ***
**************************/
/* td_newsletter registration form */
div.tx-tdnewsletter-pi1 div.options,
div.tx-tdnewsletter-pi1 div.form_control {
	margin-left:0 !important;
	}
/* tt_products minibasket */
div.tt_products_minibasket {
    margin:0 !important;
	}
/* Float the shoplinks to the left, so the basket is in one line */
div.tt_products_minibasket p.shoplinks {
    float:none !important;
	}
/* tt_products SINGLE order form */
div.tt_products_item_single_display div.order_form {
    text-align:left !important;
    margin-top:0 !important;
	}
/* sr_sendcard */
div.tx-srsendcard-pi1 .tx-srsendcard-pi1-image-selector-column {
    float:none !important;
    }


/********************************
*** HIDING/UN-HIDING ELEMENTS ***
*********************************/
/* Un-hiding the jump links */
div#skiplinks {
    width:auto !important;
    height:auto !important;
	position:static !important;
    top:0 !important;
    left:0 !important;
    overflow:auto !important;
	}