/* --- global --- */

body, p, ol, ul, td, pre {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:   11px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	text-align: top;
}

img {
    display: none;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: none;
}

img {
	border: none;
}

/* --- IDs --- */

#MAIN {
	width: 100%;
}

#HEADER {
	display:none;
}

#DISPLAY {
	width: 100%;
}

/* --- ID children --- */

#HeaderLeft {
	display: none;
}

#HeaderRight {
	display: none;
}

#Content {
	position: relative;
	float: left;
	width: 100%;
	/* background-color: #fff; */
	background-image: none;
}

#Menu {
	display:none;
}

/* --- Classes within IDs  --- */

#Content .checkout_container {
	width: 770px;
	height: 480px;
	padding: 20px;
}

#Content .checkout_container h3 {
	font-size: 13px;
}

#Content .checkout_container .currency {
	text-align: right;
	margin-right: 20px; 
}

#Content .checkout_container .currency_total {
	text-align: right;
	font-weight: bold;
}

#Content .notice {
	color: yellow;
	background-color: red;
}

#Content .checkout_confirmation_notice {
    display: none;
}

#Content .checkout_confirmation_item_name {
    font-size: 11px;
}

#Content .checkout_confirmation_item_detail {
    margin-left: 5px;
    font-size: 8px;
}

td.checkout_confirmation_item_image img {
    display: block;
}

#Content .checkout_confirmation_address_header {
    display:block;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
}

div.tooltip{
        padding: 5px;
        margin: 5px;
        background-color: #F0F0F0;
}


/* Navigation and Menu */

#Content .nav_arrows {
	display: none;
}

#Content .nav_arrows a {
	display: none;
}

#Content .nav_arrows a:hover {
	display: none;
}

#Content .nav_arrow_left {
	display: none;
}

#Content .nav_arrow_right {
	display: none;
}

#Content .nav_link_center {
	display: none;
}

#Content .checkout_confirmation_notice {
    display: none;
}

#Menu .menucontent {
	display: none;
}

#Menu a {
	display: none;
}

#Menu a:hover {
	display: none;
}

#HeaderLeft .greetingtext {
	display: none;
}

#HeaderRight .logoimage {
	display: none;
}

