


fieldset {
	
	margin: 0 auto;
	clear: both;
	padding: 0px;
}



.buttons button,.buttons a.button {
	padding: .5em 2em;
	background: transparent;

	color: white;
	font-weight: bold;
	cursor: pointer;
}

.buttons button.reset,.buttons a.reset.button {
	font-size: 80%;
	background: transparent;
	padding: 0;
	margin: .5em 2em;
	border: none;
	color: #209be7;
	text-decoration: underline;
}

fieldset legend {
	color: #209be7;
	font-weight: bold;
	padding: .5em 0 .25em 0;
}

fieldset p {
	
}



.disabled {
	background: #bbb;
	border-color: #555;
	color: #888;
}

.hint {
	display: inline;
	color: #999;
	font-size: 90%;
}



fieldset#bottom {
	position: relative;
	height: 73px;
	text-align: left;
}


#special-orders h4,#shipping h4 {

	margin-top: 8px;
	margin-bottom: 10px;
	font-size: 13px;
	color: #333;
}


#special-orders input {
	background: #2AA8E0 none repeat scroll 0 0;
	/*border: 1px solid #AAAAAA;*/
	color: white;
	cursor: pointer;
	font-weight: bold;
	padding: 0.2em .2em;
}

#special-orders input {
	width: 220px;
}

#special-orders button.medium_b {
	width: 220px;
}

#special-orders button.big_b {
	width: 220px;
}

#special-orders input {
	margin: 1px;
	outline: none;
}



fieldset.quantity-fieldset input {
	width: 35px;
}

fieldset.quantity-fieldset label {
	width: 385px;
}


#confirm-bottom fieldset {
	padding: 10px;
}

fieldset#left-field {
	width: 100%;
}

fieldset#right-field {
	width: 100%;
}


#distributors_list_container li {
	margin: 10px 10px 15px 10px;
	
}

#distributors_list_container,.topdiv {
	width: 100%;
	text-align: center;
	clear: both;
	
	position: relative;
}

.list div, .p{color:#000;}

.list div, .company{
	
	
	background:#F0FAFF;
	
}


.list div{
	margin:10px 0px;
	padding:4px 6px;
}

.company h3, .company a {
	color: #2AA8E0 !important;
	font-size: 14px !important;
}





#distributors_list_container div.dist {
	padding: 0.3em;
	display: none;
	clear: both;
}

#distributors_list_container {
	width: 220px;
	margin-top: 0px; 
	display: none;
}

#distributors_list_container h1 {
	font-size: 20px;
	margin-top: 6px;
}

