*
{
	font-family: 'Ubuntu', Trebuchet MS, Arial, sans-serif;
	font-size: 11px;
}

html
{
	height: 100%;
}

body
{
	margin: 0px;
	height: 100%;
	color: #181818;
	padding: 0px;
	background-color: #FFFFFF;
}

#breadcrumbs a
{
	color: black;
}

a.right_menu_item
{
	display: block;
	background-color: #5179B4;
	height: 30px;
	line-height: 30px;
	padding-left: 12px;
	border-bottom: 1px solid white;
	color: white;
	font-weight: bold;
	text-decoration: none;
	
}
a.right_menu_item:hover
{
	background-color: #ABBDDC;
}

a.header
{
        display: block;
        text-decoration: none;
        font-size: 12px;
        float: left;
        padding: 5px;
        margin: 3px 3px 3px 0px;
        color: white;
	background-color: #5179B4;
	border: 1px solid #5179B4;
        font-weight: bold;
        border-radius: 3px;
        -moz-border-radius: 3px;
}

a.header:hover
{
        background-color: #ABBDDC;
}

div.tree_row
{
	width: 170px; 
	overflow: hidden; 
	white-space: nowrap;
}

div.tree_row a
{
	color: black; 
	text-decoration: none;
}

div.tree_row a.selected
{
	font-weight: bold;
	font-size: 12px;
}

input.button
{
	border-width: 1px;
	background-color: #c9cacb;
	margin: 0px;
}

input.button:hover
{
	background-color: #bbbcbd;
}


h1
{
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
}

h2, h2 a
{
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	border-bottom: 1px solid #8E9193;
	margin: 10px 0px 10px 0px;
}

h3
{
	font-weight: bold;
	color: white;
	padding: 2px;
	margin: 0px;
}

h4
{
	display: inline;
	font-size: 11px;
}

font.header_italic
{
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
}

div.product
{
	/*width: 525px; */
	margin: 0px 20px 0px 20px;

}

div.product input.amount
{
	width: 25px;
	border: 1px solid #8e9193;
}

table.product_text
{
	width: 100%; 
	background-color: #ECECEC;
}

table.product_text_mo
{
	width: 100%; 
	height: 100%;
	background-color: #DFE0E1;
	cursor: pointer;
}

table.order_process
{
	background-color: #ECECEC;
	border: 1px solid #8e9193;
	width: 100%;
}

table.order_process th
{
	background-color: #8e9193;
	text-align: left;
	color: white;
}

table.order_process input.text
{
	border: 1px solid #8e9193;
}

.border
{
	border: 1px solid #8e9193;
}

textarea
{
	font-size: 12px;
}

/* Tree */

div.none
{
	/*display: none;*/
}

#billingFormParcel
{
	white-space: nowrap;
	vertical-align: top;
	border-spacing:0pt;
	width: 100%;
}

#billingFormParcel th
{
}

#billingFormParcel td
{
	vertical-align: top;
}

.addthis_toolbox.addthis_pill_combo a {
    float: left;
}

.addthis_toolbox.addthis_pill_combo a.addthis_button_tweet
{
    margin-left: 20px;
}

.addthis_button_compact .at15t_compact {
    margin-right: 4px;
    float: left;
}   
               

a.order_step, span.order_step
{
        padding:3px; background-color: #72ACFF; border: 1px solid #436596; text-decoration: none; color: black;
}

span.order_step_hl
{
        padding:3px; background-color: #436596; border: 1px solid #436596; text-decoration: none; color: white;
}

span.order_step_disabled
{
	padding:3px; background-color: #ECECEC; border: 1px solid #8E9193; text-decoration: none; color: #8E9193; 
}

