/**
 * Bootstrap
 * */
ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

fieldset
{
	border: none;
	margin: 0;
	padding: 0;
}

a img
{
	border: none;
}

label
{
	float: left;
	clear: both;
}

input
{
	float: left;
}

/**
 * Error list
 * */
div#main div#main-content div#error-container
{
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #FF4A4A;
	background-color: #FFE5E5;
}

div#main div#main-content div#error-container h2
{
	margin: 0;
	font-size: 18px;
	color: #1d1d1d;
}

div#main div#main-content div#error-container ul
{
	margin-top: 10px;
	margin-left: 20px;
}

div#main div#main-content div#error-container ul li
{
	font-size: 12px;
	margin-bottom: 5px;
	list-style: disc;
}

/**
 * Form
 * */
div#main div#main-content form
{
	margin: 0;
	font-size: 12px;
	
	margin: 10px 0 10px 0;
	background-color: #f6f6f6;
	padding: 10px 0 10px 0;
}

div#main div#main-content form fieldset
{
	margin-bottom: 10px;
}

div#main div#main-content form fieldset legend
{
	font-size: 18px;
	color: #1d1d1d;
	padding-left: 10px;
	clear: both;
}

div#main div#main-content form fieldset hr
{
	border: none;
	border-bottom: 1px dotted #cecece;
	width: 98%;
	margin: 5px 1% 0 1%;
}

div#main div#main-content form fieldset label
{
	width: 30%;
	text-align: right;
	margin-right: 10px;
	margin-top: 20px;
}

div#main div#main-content form fieldset label.info
{
	clear: none;
	width: 20%;
	text-align: left;
	font-size: 10px;
	font-style: italic;
	color: #333;
}

div#main div#main-content form fieldset input
{
	width: 40%;
	height: 30px;
	border: 1px solid #a3a3a3;
	margin-top: 12px;
	margin-right: 30px;
	padding: 0;
	line-height: 30px;
}

div#main div#main-content form fieldset textarea
{
	width: 40%;
	height: 100px;
	border: 1px solid #a3a3a3;
	margin-top: 12px;
	margin-right: 30px;
	padding: 0;
	float: left;
}

div#main div#main-content form fieldset input.error
{
	border: 1px solid #FF4A4A;
	background-color: #FFE5E5;
}

div#main div#main-content form input.submit
{
	width: 70px;
	height: 32px;
	border: 1px solid #a3a3a3;
	background-color: #eee;
	cursor: pointer;
}

div#main div#main-content form input.submit-next-to-textarea
{
	margin-top: 82px;
}

/**
 * General layout
 * */

div#main div#main-content
{
	padding: 0;
}

div#user-options
{
	width: 950px;
	border-bottom: 1px dotted #cecece;
	margin-left: 25px;
	margin-top: -10px;
}

div#user-options ul li
{
	float: right;
	margin-right: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	background: url('../../../gfx/options-separator.png') no-repeat right 5px transparent;
	#background: url('../../../gfx/options-separator.png') no-repeat right 4px transparent;
}

div#user-options ul li a
{
	font-size: 14px;
	color: #279B53;
}

div#user-options ul li:first-child
{
	padding-right: 0;
	margin-right: 0;
	background-image: none;
}

div#internal-wrapper
{
	width: 950px;
	margin-left: 25px;
}

div#internal-wrapper div#wrapper-left-col
{
	padding-top: 10px;
	width: 250px;
	float: left;
}

div#wrapper-left-col ul li
{
	background-color: #f6f6f6;
	margin-bottom: 2px;
}

div#wrapper-left-col ul li.shop-cat-level-1:hover
{
	background-color: #9bbee0;
}

div#wrapper-left-col ul li a
{
	font-size: 12px;
	color: #323232;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	display: block;
	padding: 7px 0 7px 12px;
}

div#wrapper-left-col ul li a.no-click
{
	cursor: default;
}

div#wrapper-left-col ul li.shop-cat-level-0 a
{
	font-weight: bold;
}

div#wrapper-left-col ul li.shop-cat-level-1 a
{
	font-weight: normal;
	padding-left: 30px;
	background: url('../../../gfx/shop-cat-bullet.png') no-repeat 15px center transparent;
}

div#internal-wrapper div#wrapper-right-col
{
	width: 660px;
	float: right;
	padding-top: 10px;
}

table td.price_f{
	width: 100px;
}
table th.product{
	width: 150px;
}
table td.dscnt,
table th.dscnt{
	width: 40px;
}
table td.dscnt input.elementCount{
	width: 35px !important;
}
a.no_display{
	display: none;
}
div#header{
	height: 50px !important;
}