/* dddfe1 */

* {
	margin: 0;
	padding: 0;
}

a {
	color: #196094;
	cursor: pointer;
}

a img {
	border: none;
}

td, th {padding: 5px;}

#container {
	width: 970px;
	margin: 0 auto;
	position: relative;
}

#header {
	width: 960px;
	height: 68px; 
	margin: 0 auto;
	padding-top: 42px;
}

#header ul#langselect li {
	overflow: hidden;
	height: 27px;
}

#header h1 {
	float: left;
	text-indent: -9999px;
}

/* General */
	#nav, #nav ul { list-style: none; }
	
	#nav ul { background-image: url(../images/dropdown_middle.png); background-repeat: repeat-y; }
	
	/* Head links */
	#nav li.headlink { float: left; position: relative;}
	#nav li.headlink a { display: block; height: 43px;}

	/* Child lists and links */
	#nav li.headlink ul { display: none; text-align: left; position: absolute; top: 43px; left: 0; width: 335px;}
	#nav li.headlink:hover ul { display: block; }
	#nav li ul li { border-bottom: 1px solid #dddfe1; margin: 0 7px; }
	#nav li.headlink ul li a { height: auto; padding: 10px 24px; width: 273px; text-decoration: none; font-weight: bold; }
	#nav li.headlink ul li a:hover { background: #f5f5f5; }
	#nav li.headlink ul li.navbottom { background-image: url(../images/dropdown_bottom.png); background-repeat: no-repeat; width: 335px; height: 12px; margin: 0 0 -12px 0; border-bottom: none; }


#topcorner {
	width: 970px;
	height: 5px;
	background: transparent url(../images/bg_topcorner.jpg) no-repeat top center;
	margin-top: 43px;	
}

/* ROUNDS TOP LEFT CORNER FOR HOMEPAGE */
#index #topcorner {
	background: transparent url(../images/bg_topcorner_home.jpg) no-repeat top center;
}

#subnav li a {
	background-color: #fff;	
}

#banner {
	width: 960px;
	margin: 0 auto;
	font-size: 0%;
}

#contentwrap {
	width: 970px;
	background: transparent url(../images/bg_contentwrap.png) repeat-y top center;
	overflow: hidden;
}

#content {
	width: 960px;
	margin: 0 auto;
}

#stripe {
	background: transparent url(../images/bg_content.jpg) repeat-y top center;
	overflow: hidden;
}

#lcol {
	float: left;
	width: 240px;
	padding-bottom: 30px;
}

#lcol h1 {
	width: 240px;
	height: 46px;
	text-indent: -9999px;
	border-top: 1px solid #dddfe1;
	border-bottom: 1px solid #dddfe1;
}

#lcol div {
	padding: 25px 25px 0 25px;
}

#lcol div h3 {
	font-size: 14px;
	color: #3a4862;
	margin-bottom: 3px;
}

#lcol div p, #lcol div h3 span  {
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}

#lcol div h3 span {
	text-align: right;
}

ul#innernav {
	width: 240px;
	list-style-type: none;
}

ul#innernav li {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #dddfe1;
	border-right: 1px solid #dddfe1;
}

ul#innernav li a {
	display: block;
	padding: 15px 25px;
	color: #a1a1a1;
	text-decoration: none;
	height: 100%;
	background: transparent url(../images/bg_innernav.jpg) repeat-y top left;
	outline: 0;
}

ul#innernav li a:hover {
	background: none;
}

ul#innernav li.active {
	border-right: 1px solid #fff;
}

ul#innernav li.active a {
	background: none;
}

ul#innernav li.active a {
	color: #3a4862;
}

#rcol {
	float: left;
	width: 720px;
	padding-bottom: 30px;
}

#rcol h1 {
	width: 720px;
	height: 46px;
	text-indent: -9999px;
	border-top: 1px solid #dddfe1;
	border-bottom: 1px solid #dddfe1;
	clear: both;
}

#rcol .row {
	padding: 15px 25px 10px 25px;
	overflow: hidden;
}

#rcol .row p {
	margin-bottom: 18px;
	line-height: 20px;
}

#rcol .row p.listdesc {
	margin-bottom: 5px;
	line-height: 20px;
	font-weight: bold;
	font-size: 14px;
}

#rcol .row h3 {
    color: #3A4862;
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}

#rcol .row h4 {
    color: #3A4862;
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
}

#rcol .row h3 p {
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 10px;
}

#rcol .row ul {
	list-style-type: square;
	margin-left: 25px;
	line-height: 20px;
	margin-bottom: 18px;
}

#rcol ul.productlist, #rcol ul.featuredlist {
	list-style-type: none;
	margin-left: 0;
}

#rcol ul.productlist li {
	float: left;
	width: 310px;
	padding-right: 25px;
}

#rcol ul.featuredlist li {
	float: left;
	width: 203px;
	padding: 25px 12px 20px 25px;
}

#rcol ul.productlist li img, #rcol ul.featuredlist li img {
	float: left;
}

#rcol ul.productlist li div, #rcol ul.featuredlist li div {
	margin-left: 98px;
}

#rcol ul.productlist li div img, #rcol ul.featuredlist li div img {
	float: none;
}

#rcol ul.productlist li div h3, #rcol ul.featuredlist li div h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #3a4862;
	float: none;
}

#rcol ul.productlist li div p, #rcol ul.featuredlist li div p {
	font-size: 11px;
	margin-bottom: 5px;
	line-height: 16px;
}

#rcol ul.productlist li div span, #rcol ul.featuredlist li div span {
	display: block;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 5px;
	color: #2a3549;
}

#bottomcorner {
	width: 970px;
	height: 10px;
	background: transparent url(../images/bg_bottomcorner.png) no-repeat top center;
	margin-bottom: 15px;	
}

#footer {
	width: 970px;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
	font-size: 11px;
	line-height: 18px;
}

#footer a {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
}

#rcol .row .formcol {
	width: 205px;
	float: left;
	clear: none;
	margin-right: 25px;
	margin-bottom: 15px;
}

#rcol .row .form3col {
	width: 670px;
	float: left;
	clear: both;
	margin-bottom: 15px;
}

#rcol .row .last {
	margin-right: 0;
}

#rcol .row .formcol label, #rcol .row .form3col label {
	display: block;	
	padding-left: 8px;
	margin-bottom: 4px;
	font-size: 11px;
	font-weight: bold;
}

#rcol .row .formcol label.error {
	color: red;
	padding-top: 3px;
	font-weight: normal;
}

#rcol .row .formcol input.idleField {
	width: 189px;
	height: 22px;
	padding: 6px 8px 0 8px;
	border: none;
	background-color: transparent;
	background-image: url(../images/bg_input.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#rcol .row .formcol input.focusField {
	width: 189px;
	height: 22px;
	padding: 6px 8px 0 8px;
	border: none;
	background-color: transparent;
	background-image: url(../images/bg_input.gif);
	background-repeat: no-repeat;
	background-position: left -28px;
}

#rcol .row .form3col textarea.idleTA {
	width: 654px;
	height: 126px;
	padding: 6px 8px 6px 8px;
	background-image: url(../images/bg_textarea.gif);
	background-repeat: no-repeat;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
	border-width: 0;
	background-position: left top;
}

#rcol .row .form3col textarea.focusTA {
	width: 654px;
	height: 126px;
	padding: 6px 8px 6px 8px;
	background-image: url(../images/bg_textarea.gif);
	background-repeat: no-repeat;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
	border-width: 0;
	background-position: left -138px;
}

span.pdf a {
	background-image: url(../images/pdficon.png);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 11px;
	padding: 2px 25px 2px 0;
}

.imgright {
	float: right;
	padding: 0 0 10px 15px;
	clear: both;
}

.imgleft {
	float: left;
	padding: 0 15px 10px 0;
	clear: both;
}

.specstable {
	font-size: 11px;
}

#rcol .row .dynacospecs ul {
	margin-bottom: 0;	
}

.threecol {
	width: 200px;
	float: left;
	clear: none;
	margin-right: 30px;
}

/* Product Catalogue */
table#results { font-size: 12px; border: 1px solid #dddfe1; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; border-collapse: separate; }
table#results tbody tr:nth-child(even) { background: #f5f5f5 url(../images/bg-td.png) left top repeat-x; }
table#results th, table#results td { padding: 8px 0px; text-transform: capitalize; vertical-align: middle; text-align: center; }
table#results thead th:nth-child(2) { text-align: left; }
table#results th:first-child { text-align: center; }
table#results tr:first-child td:first-child, table#results tr:first-child th:first-child { -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px; border-top-left-radius:5px }
table#results tr:first-child td:last-child, table#results tr:first-child th:last-child { -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; border-top-right-radius:5px }
table#results tr:last-child td:first-child { -moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px; border-bottom-left-radius:5px }
table#results tr:last-child td:last-child { -moz-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px; border-bottom-right-radius:5px }
table#results tfoot tr:first-child td:first-child { -moz-border-radius-topleft:0; -webkit-border-top-left-radius:0; border-top-left-radius:0; }
table#results tfoot tr:first-child td:last-child { -moz-border-radius-topright:0; -webkit-border-top-right-radius:0; border-top-right-radius:0; }
table#results th:first-child, table#results td:first-child { border-left: none; }
table#results tbody td:first-child { text-align: center; }
table#results tfoot td { border-bottom: none; }
table#results th { font-weight: bold; text-align: center; }
table#results thead th, table#results tfoot td { background: #3a485f; color: #fff; white-space: nowrap; font-weight: bold; font-size: 12px; }
table#results .model-number, table#results .description { display: block; text-align: left; }
table#results .model-number { font-weight: bold; font-size: 11px; }
table#results .description { font-size: 10px; color: #666; }
table#results input { width: 38px; background: #f8f8f8; border: 1px solid #dddfe1; height: 22px; text-align: center; font-size: 11px; line-height: 22px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
table#results tbody td { border-bottom: 1px solid #fff; border-top: 1px solid #dddfe1; }
#rcol .row ul#pagination { margin-left:0; margin-bottom:0; }
#rcol .row tfoot ul#pagination { margin-left:15px; }
#rcol .row tfoot ul#per-page { margin-right:15px; margin-bottom:0; }
#pagination, #per-page { overflow: hidden; list-style-type: none; }
#pagination li, #per-page li { float: left; display: block; padding: 0 1px; }
#pagination li a, #per-page li a { display: block; color: #fff; text-decoration: none; padding: 0 4px; }
#pagination li a.active, #per-page li a.active { background: #fff; color: #3a485f; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
#pagination { float: left; }
#per-page { float: right; }
#pagination span, #per-page span { display: block; margin-right: 5px; }
table#results .add-order, table#results .remove-order { text-transform: none; text-decoration: none; background: #3a485f; font-size: 16px; font-weight: bold; color: #fff; display: inline-block; text-align: center; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; padding: 2px 7px; }
table#results .remove-order { padding: 1px 8px 2px 8px; }
#top-pagination { overflow: hidden; padding: 0 15px; font-weight: bold; }
#top-pagination #pagination a, #top-pagination #per-page a { color: #3a485f; }
#top-pagination #pagination a.active, #top-pagination #per-page a.active { background: #3a485f; color: #fff; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
table#results .subtotal { float: right; text-align: right; text-transform: none; padding: 5px 15px; }
.functions { float: right; }
.functions a { text-decoration: none; background: #3a485f; font-weight: bold; color: #fff; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; padding: 5px 9px; margin-right: 10px; }
input#terms { border:0; width:152px; height:20px; background-image:url(../images/bg_searchInput.gif); background-repeat:no-repeat; padding:5px; font-size:11px; color:#979797; float:left; }
#btnSearch { border:0; width:28px; height:30px; background-image:url(../images/bg_searchSubmitBtn.gif); float:left; cursor:pointer; }
#frmSearch { overflow:hidden; }

#lcol div#orderReview { padding:10px 25px 0; }
#yourCart { width:190px; }
#yourCart thead th { border-bottom:1px solid #dddfe1; }
#yourCart tfoot th { border-top:1px solid #dddfe1; }
#yourCart tbody td { font-size:11px; }
#yourCart tbody tr:nth-child(even) { background: #f5f5f5 url(../images/bg-td.png) left top repeat-x; }
#yourCart tfoot th.total { font-size:11px; }
.emptyCart { padding:25px; }
#txtCartUpdated { background-color:#CFC; color:#666; padding:5px 10px; border: solid 1px #6C6; display:none; }
#btnShippingInfo { float:right; clear:both; margin:20px 10px; }
#shippingForm .section { clear:both; margin:0 0 20px; overflow:hidden; }
#shippingForm .section h3 { border-bottom:1px solid #dedfe1; padding:0 0 10px; margin:0 0 10px; }
#shippingForm .section .field { float:left; height:64px; position:relative; }
#shippingForm .section .field:nth-of-type(3n+2) { margin:0 25px; }
#shippingForm .section label { display: block; padding-left: 8px; margin-bottom: 4px; font-size: 11px; font-weight: bold; }
#shippingForm .section label.error { color:#f00; }
#shippingForm .section span label { display: inline; padding-left: 4px; }
#shippingForm .section input[type="text"] { width: 189px; height: 22px; padding: 6px 8px 0 8px; border: none; background-color: transparent; background-image: url(../images/bg_input.gif); background-repeat: no-repeat; background-position: left top; }
#shippingForm .section select { background:url(../images/bg_select.png); border:none; width:205px; height:30px; padding:4px; }
#shippingForm #carrierInfo, #billingInfo3 { display:none; }
#shippingForm #notes { width:649px; background-image:url(../images/bg_inputNotes.png); height:24px; }
.functions.left { float:left; }
#discountNote {
	background-color:#F5F5F5;
	margin-top:20px;
	padding:10px 25px !important;
}
