@CHARSET "ISO-8859-1";

a.legend {
	font-weight: normal;
}

div.desc {
	margin-top: 10px;
	float: left;
	width: 530px;
}

input.cell-input-name {
	width: 240px;
}
.cell-dye {
	width: 90px;
}

.cell-format {
	width: 200px;
}

.cell-quencher {
	width: 100px;
}

.cell-oligo-name {
	width: 255px;
}

.cell-synthesis {
	width: 245px;
}

.cell-purification {
	width:110px;
}

tr.price-qty input.input-mini {
	width: 25px;
	vertical-align: bottom;
	float: left;
	padding-left: 5px;
	margin-left: 10px;
}

tr.price-qty td {
	vertical-align: top;
}

tr.price-qty p {
	display: inline;
	float: left;
	padding: 5px;
}

tr.price-qty .cell-price {
	vertical-align: bottom;
}

tr.price-qty div#qty-price {
	float: right;
	width: 220px;
}

tr.price-qty div#qty {
	width: 90px; 
	display: inline;
	font-weight: bold;
	height: 30px;
	float: left;
 
}

tr.price-qty div#price {
	font-weight: bold;
	float: left;
	vertial-align: bottom;
}

tr.price-qty div#price label {
	font-weight: bold;
	display: inline;
	margin: 5px;
}

textarea.oligo-sequence {
    width: 828px;
    resize:none;
    rows: 2;
    max-width: 100%;
    overflow: hidden;
    maxRows: 2;
}

div.add-upload-oligos {
	float: left;
}

div#bulk-upload {
	width: 800px;
	margin-left: 0;
	max-height: 750px;
}

select#bulk-upload-scale {
	width: 200px;
}

select#bulk-upload-format {
	width: 250px;
}

div#bulk-upload .modal-header, #bulk-upload .modal-body, #bulk-upload .modal-footer {
	overflow: visible;
}

div#legend {
	margin-left: 35px;
}

#legend table {
	width: 200px;
}

#legend table td {
	padding: 5px 5px;
}

#bulk-upload .modal-body {
	max-height: none;
	/*
    overflow: auto;
	*/
}

.modal.fade.in {
	top: 2%;
}

.oligo-screenshot {
    background:transparent url("../img/primers-single.jpg") no-repeat;
    height: 430px;
}

.add-oligo-info {
    margin: 250px -1px;
}

.bulk-upload-info {
    margin: 345px 287px;
}

.project-input-name {
    margin: 183px 251px;
}

.save-oligo-btn {
    margin: 59px 249px;
}

.addtocart-btn-info {
    margin: 118px 530px;
}

td.td-qty-error {
	padding-left: 145px;
	padding-top: 0px;
}

td.qty-price {
	padding-bottom: 0px;
}

div#qty-price {
	width: 210px;	
	padding-bottom: 15px;	
}

#error-message-area {
	margin-bottom: 5px;
}

#hide-all-seq {
	height: 20px;
	margin-top: 55px;
}

label.checkbox {
	float: left;
	margin: 0px 15px 0px 0px;
	font-size: 12px;
	font-weight: bold;	
	line-height: 15px;
}

input.hide-all-checkbox {
	margin-top: 0px;
}

.form-actions {
    padding: 0 0 10px;
}

input.hide-seq-checkbox {
	margin-top: 0px;
}

.oligo-value table span.disabled-seq {
	color: #000000;
	font-style: italic;
}

.oligoRow select {
	line-height: 25px;
}

table.valid_options_legend {
    width: 515px !important;
}
.radio, .checkbox{
	min-height: 15px;
}