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

@font-face {
    font-family: 'Ubuntu';
    src: url('/shared/fonts/Ubuntu-R-webfont.eot');
    src: url('/shared/fonts/Ubuntu-R-webfont.eot?#iefix') format('embedded-opentype'),
         url('/shared/fonts/Ubuntu-R-webfont.woff') format('woff'),
         url('/shared/fonts/Ubuntu-R-webfont.ttf') format('truetype'),
         url('/shared/fonts/Ubuntu-R-webfont.svg#UbuntuRegular') format('svg');
    font-weight: 400;
    font-style: normal;

}


@font-face {
    font-family: 'Ubuntu';
    src: url('/shared/fonts/Ubuntu-B-webfont.eot');
    src: url('/shared/fonts/Ubuntu-B-webfont.eot?#iefix') format('embedded-opentype'),
         url('/shared/fonts/Ubuntu-B-webfont.woff') format('woff'),
         url('/shared/fonts/Ubuntu-B-webfont.ttf') format('truetype'),
         url('/shared/fonts/Ubuntu-B-webfont.svg#UbuntuBold') format('svg');
    font-weight: 700;
    font-style: normal;

}

html
{
	height: 100%;
}

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

table
{
	border-spacing:0;
}

img
{
	border: none;
}

#breadcrumbs a
{
	color: black;
	font-size: 13px;
}
div.breadcrumb
{
	float: left;
	font-size: 15px;
}
h1.breadcrumb
{
        float: left;
        font-size: 15px;
}
div.breadcrumb a, div.breadcrumb a span, div.breadcrumb span
{
        color: black;
	font-size: 15px;
}

a.pager, span.pager {
	background-color: #ECECEC; 
	border: 1px solid #CCC; 
	text-decoration: none; 
	color: black;
	padding: 4px;
	margin: 3px;
        border-radius: 3px;
	font-size: 12px;
}

span.pager
{
	background-color: #999;
	border: 1px solid #999; 
	color: white;
}

a.pager:hover
{
	background-color: #DDD;
}

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
{
	/*font: 'UbuntuRegular', Arial, sans-serif;*/
	/*font: 18px/27px 'UbuntuRegular', Arial, sans-serif;*/
        display: block;
        text-decoration: none;
        font-size: 13px;
        float: left;
        padding: 5px;
        margin: 3px 3px 3px 0px;
        color: white;
	background-color: #5179B4;
        border-radius: 3px;
	font-weight: bold;
}

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

div.tree_row
{
	width: 180px;
	overflow: hidden; 
	white-space: nowrap;
	z-index: 10;
	position: relative;
}

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

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

div.tree_row img
{
	display: block;
}

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

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


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: 0px;
	margin: 0px;
	font-size: 12px;
}

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

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

div.product
{
	margin: 20px 25px 20px 160px;
}

div.productHeader
{
	background-color: #999; 
	padding: 3px; 
	border-top-left-radius: 6px; 
	border-top-right-radius: 6px;
}

div.productHeader > h3:first-child
{
	float: right;
}

div.productContent
{
	position: relative; 
	background-color: #ECECEC; 
	padding: 5px; 
	border-bottom-left-radius: 6px; 
	border-bottom-right-radius: 6px; 
	border: 1px solid #C8C8C8; 
	border-top: none;
}

div.product:hover
{
	cursor: pointer;
}

div.product:hover > div.productHeader
{
        background-color: #777;
}

div.product:hover > div.productContent
{
	background-color: #DDD;
}

div.productContent 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
{
	width: 100%;
	background-color: #ECECEC;        
}

table.order_process th
{
	background-color: #999;
	text-align: left;
	color: white;
	padding: 3px;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}

table.order_process td
{
        padding: 1px 5px 1px 5px;
}

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

div.order_process
{
        background-color: #ECECEC;
        border: 1px solid #999;
	border-radius: 6px;
	overflow: hidden;
	padding: 5px;
}

div.order_process div.header
{
	background-color: #8e9193;
        color: white;
	font-weight: bold;
	padding: 3px;
	margin: -5px -5px 5px -5px;
	font-size: 13px;
}

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

textarea
{
	font-size: 12px;
}
/*
#billingFormParcel
{
	white-space: nowrap;
	vertical-align: top;
	border-spacing:0pt;
	width: 100%;
}

#billingFormParcel th
{
}

#billingFormParcel td
{
	vertical-align: top;
}
*/
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; 
}


table.ratings tr:nth-child(odd) {background: #EEE}
table.ratings td {padding: 3px;}
