html, body, *
{
	margin: 0;
	padding: 0;
}

body
{
	background: #474642 url(images/background.gif) repeat-y center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 16px;
}

img
{
	border: none;
}

h1
{
    margin-top: 10px;
    font-size: 18px;
    color: #336699;
    font-weight: bold;
}

h2
{
	color: #336699;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}

#mainContent h2
{
	margin-top: 20px;
}

h3
{
	color: #333;
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
}

small
{
	color: #333;
	font-weight: bold;
	font-size: 11px;
	margin-top: 10px;
}

p
{
	margin-top: 20px;
}

#mainContent p
{
	margin-top: 10px;
}

.clear
{
	clear: both;
}

a
{
    color: #336699;
    text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}



/* content */

#contentSection
{
	float: right;
	width: 760px;
}

#mainContent
{
	position: relative;
	float: left;
	width: 480px;
	padding: 20px;
	background: #cccfbc url(images/main_bottom.png) no-repeat left bottom;
}

#pageTitle
{
	position: relative;
}


/* context column */

#context_column
{
	position: relative;
	float: right;
	margin-right: 8px;
	width: 222px;
}

.box
{
	margin-top: 10px;
	width: 220px;
	background: #cccfbc url(images/box_bottom.png) no-repeat left bottom;
}

.box h2
{
	background: url(images/box_top.png) no-repeat left top;
	padding: 10px 10px 0px 10px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}

.box h3
{
	background: url(images/box_top.png) no-repeat left top;
	padding: 10px 10px 0px 10px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
}


.box p
{
	padding: 0px 10px 10px 10px;
	margin-top: 10px;
}

/* menu */

#listmenu
{
	position: relative;
	float: left;
	left: 10px;
	top: 15px;
	color: #dbdcd0;
	width: 175px;
	overflow:hidden;
}

#listmenu a
{
	color: #dbdcd0;
	text-decoration: none;
	display: block;
	padding-left:5px;
}

#listmenu a:hover
{
	background-color: #5a5a54;
	width: 100%;
}

#listmenu ul 
{
    overflow:hidden;
    }

#listmenu a.ui-accordion-content-active
{
    border-bottom: 1px solid #eebe17;
}

#listmenu ul
{
	list-style-type: none;
	line-height: 30px;
}

#listmenu li
{
	border-bottom: 1px solid #64635e;
}

#listmenu li ul
{
	position: relative;
	border-bottom: none;
	padding-left: 20px;
}

#listmenu li.active
{
	border-bottom: none;
}

/*#listmenu li ul li.last
{
	border-bottom: 1px solid #eebe17;
} */

#listmenu li ul
{
	border-top: 1px solid #eebe17;
}




/* header */

#header
{
	background-color: #efefef;
	height: 100px;
	width: 100%;
}


#headerWrapper
{
	background-color: white;
	height: 100px;
}

#header_shadow
{
	width: 100%;
	height: 10px;
	position: absolute;
	background: url(images/bg_sintec.png) repeat-x left;
	z-index: 3;
	top: 100px;
}

#logo
{
	position: absolute;
	top: 46px;
	left: 8px;
}

#address
{
	position: absolute;
	top: 46px;
	left: 460px;
	width: 244px;
	border-right: 1px solid #4b4b46;
}

.col1
{
	float: left;
}

.col2
{
	float: right;
}

#address .col1, #address .col2
{
	width: 115px;
}

#login .col1
{
	width: 145px;
}

#login .col2
{
	width: 70px;
}

#login
{
	position: absolute;
	top: 46px;
	left: 714px;
	width: 222px;
}

#password_link
{
	position: absolute;
}

#password_link a
{
	text-decoration: underline;
}

#password_link a:hover
{
	text-decoration: none;
}

.address_highlighted
{
	color: #f8b511;
	width: 15px;
}

/* Order form */

fieldset
{
	border: none;
	margin-top: 20px;
}

fieldset #orderSelection
{
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

#orderSelection div
{
	width: 90px;
	float: left;
}

#orderSelection h2
{
	margin-bottom: 3px;
}


#orderSelection .left
{
	float: left;
	width: 300px;
}

#orderSelection p
{
	border-top: 1px solid #aaad9a;
	margin-top: 0px;
	height: 30px;
	line-height: 15px;
	padding: 5px 0;
}

#orderSelection .last
{
	border-bottom: 1px solid #aaad9a;
}

#orderSelection .checkbox
{
	margin-top: 7px;
	margin-left: 30px;
	border: none;
}

#addressForm p
{
	margin-top: 0px;
}

#addressForm label
{
	float: left;
	width: 100px;
}

#addressForm input, #addressForm textarea
{
	width: 374px;
	border-left: 2px solid #f1f2e9;
	padding: 2px;
}

#addressForm input.required
{
	border-left: 2px solid #f6c514;
	padding: 2px;
}

.submit
{
	float: right;
	margin-top: 10px;
	height: 25px;
	background-color: #336699;
	color: white;
	width: 81px;
}

.submit:hover, #login input.login_btn:hover
{
	background-color: #4b4b46;
}

/* input fields */

input, textarea
{
	border: none;
	margin-bottom: 6px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #a6a69f;
	font-family: Arial, Helvetica, sans-serif;
}


#login input
{
	background-color: #f1f2e9;
	height: 17px;
	width: 145px;
}

#login input.login_btn
{
	position: relative;
	top: 24px;
	padding: 2px 0;
	height: 24px;
	background-color: #336699;
	color: white;
	width: 68px;
    left: 0px;
}

#login a
{
	color: black;
}



#headerWrapper, #pageWrapper, #footer
{
	position: relative;
	width: 945px;
	margin: 0 auto;
	clear: both;
}

#pageWrapper
{
	background-color: #4b4b46;
}

/* Footer */

#footer
{
	height: 70px;
}

#footer p
{
	padding-top: 20px;
	color: #d9dbce;
	font-size: 10px;
	margin: 0 auto;
	text-align: center;
}

label.error
{
	float: none;
	color: red;
	padding-left: .5em;
	vertical-align: top;
}

