/* Additional Styles */

div#printing_logo
{
	display: none;
	float: left;
}

fieldset#contactForm {
	border-bottom: 1px dotted #977241;
	padding-bottom: 30px;
	overflow: hidden;
	margin: 10px 0 0 0px;
	padding-bottom: 1.5em;
	width: 400px;
}

fieldset#contactForm label, fieldset#contactForm input, fieldset#contactForm textarea, fieldset#contactForm select {
	float: left;
	margin-bottom: 10px;
}

fieldset#contactForm input, fieldset#contactForm textarea, fieldset#contactForm select
{
	border: 1px solid #977241;
	width:200px;
}

fieldset#contactForm input.submit
{
	background: #DA2027 url(../images/bg-product-detail-submit.gif) repeat-x scroll 0 100%;
	border: 1px solid #000;
	color: #fff;
	padding: 2px 5px;
	text-decoration: none;
}

fieldset#contactForm input.submit:hover
{
	background-position: top left;
}

fieldset#contactForm textarea {
	padding: 3px 0 3px 0;
}

fieldset#contactForm label {
	font-size: 100%;
	padding-right: 15px;
	text-align: right;
	width: 150px;
}

label.checkbox_label {
	width: 300px;
}
label span
{
  font-size: 9px;
  color: #494949;
  display: block;
  position: relative;
  left: -3px;
  text-align: right;
}
fieldset#contactForm label.mandatoryLabel {
	font-weight: bold;
}

fieldset#contactForm span.validationitem, fieldset div.validationitem
{
	float:left;
	width:5px;
	padding-right:2px;
}

div.hrClear
{
	border:none;
	clear: both;
	height:1px;
}

div.hrClear hr
{
	display:none;
}


#addedItem {
	background-color: #D8C6AE;
	border: 2px solid #D8C6AE;
	margin: 0 0 10px 0;
}

#addedItem h4 {
	color: #66203D;
	font-weight:bold;
	padding: 20px 0;
	margin: 0;
	text-align: center;
}

#addedItem h4 a
{
	color: #66203D;
	text-decoration: underline;
}

.customerdetailscontainer
{
	float: left;
	text-align: left;
	clear: both;
	width: 500px;	
}

.customerdetails
{
	float: left;
	width: 220px;
	padding: 10px 0 0 10px;	
}

.customerdetails strong
{
	font-size:1.2em;
	font-weight:bold;
}

div.error_box
{
	clear:both;
	background-color: #ffcccc; 
	margin-bottom:10px;
	overflow:hidden;
}

div#checkoutContainer
{
	float:left;
	padding-right:5px;
	width:550px;
}

span.alternate_country a
{
	clear: both;
	color: #977241;
	float: left;
}

div.magibiz_formdescription
{
	float: left;
	width: 100%;
}

ul.trade_list
{
	clear: both;
	display: block;
	float: left;
	list-style: none;
	margin: 0 0 20px 0;
	width: 100%;
}

ul.trade_list li
{
	display: inline;
	float: left;
	margin: 0 25px 0 0;
	width: 190px;
}

ul.trade_list li img
{
	float: left;
}

div.hrClear30
{
	border: none;
	clear: both;
	height: 30px;
}

div.hrClear30 hr
{
	display: none;
}

h2.trade
{
	clear: both;
	font-size: 1.7em;
	margin: 20px 0 0 0;
}

h3.trade
{
	color: #66203D;
	font-size: 1.2em;
}

div.featureProductText strong, div#specialOfferText strong
{
	color: #66203D;
	font-size: 1.2em;
}

div#specialOfferContainer img
{
	float: left;
}

div#FP-Left div.Container a, div#FP-Right div.Container a
{
	background-color: #FFFFFF;
}

div.error_box
{
	clear:both;
	background-color: #f0fac8; 
	margin-bottom:10px;
	overflow:hidden;
}

table.dataTbl input.quantity
{
	width: 30px;
}

div.Container a img
{
	float: left;
}

fieldset#contactForm input.submitBtn
{
	background-color: #66203D;
	color: #fff;
	padding: 4px;
	margin: 0 0 0 172px;
	width: auto;
}

div.contactParagraph
{
	border-bottom: 1px dotted #977241;
	padding-bottom: 30px;
	width: 400px;
}

a.homepageShopOnline
{
	background: transparent url(../images/btn_shoponline.gif) top left no-repeat;
	display: block;
	height: 53px;
	margin-top: 10px;
	width: 305px;
}

a.homepageShopOnline:hover
{
	background-position: bottom left;
}

a.homepageShopOnline span
{
	display: none;
}

div.telephoneNumbers
{
	clear: both;
	padding-top: 20px;
	text-align: right;
	width: 950px;
}

div.telephoneNumbers span
{
	padding: 0 0 0 50px;
}


#flash_ok
{
    background-color: #f5f5f5;
    padding: 5px;
    border: 1px solid #977241;
    margin-bottom: 10px;
    width: 548px;
    margin-top: 10px;
}
#flash_wrong
{
	background-color: #f5f5f5;
    padding: 5px;
    border: 1px solid red;
    margin-bottom: 10px;
    width: 548px;
    margin-top: 10px;
}
#cart
{
	padding-bottom: 5px;
	padding-top: 10px;
	background-color: #eee;
	text-align: left;
	padding-left: 10px;
	border-bottom: 1px solid #fff;
}
#cart a 
{
	text-decoration: none;
	background-image: url(../images/cart.gif);
	display: block;
	height: 32px;
	background-repeat: no-repeat;
	padding-left: 36px;
	
}
#cart a:hover
{
	text-decoration: underline;
}
#search
{
	padding-bottom: 5px;
	padding-top: 10px;
	background-color: #eee;
	text-align: left;
	padding-left: 10px;
	border-bottom: 1px solid #fff;
}
#search p
{
	float: left;
	margin-right: 10px;
}
#search input
{
	width: 150px;
}
#search input.submit
{
	width: 60px;
	margin-left: 140px;
}
#registration fieldset li
{
	clear: both;
        width: 500px;
}
li span
{
  float: left;
  width: 250px;
}
li span a
{
  clear: both;
  display: block;
  float: right; 
}
li.registration
{
  margin-left: 12px;
}
#errorExplanation p{
    font-weight: bold;
}
#errorExplanation li
{
  list-style: circle;
  margin-left: 20px;
}

