/*
	Global Settings
*/
body{
	margin:0px 0px 20px 0px;
	padding:0;
}
#pageWrapper {
	margin: auto;
	width: 800px;
}
.endClear{
	clear:both;
}

/*
	Page Header
*/
#siteLogo {
	float:left;
}
#pageHeader{
	height:94px;
	text-align:right;
}
#accountLink {
	background-image: url(../images/dsa_quark_topbar.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 3px 10px 0px 0px;
	height: 32px;
	font-family: arial;
	font-size:11px;
	color:#FFFFFF;
}#accountLink a{
	font-family: arial;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
}#accountLink a:hover{
	font-family: arial;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}
#shoppingCart{
	font-family: arial;
	font-size:11px;
	color:#333;
}
#globalNav {
	margin:24px 0px 0px auto;
}#globalNav td{
	width:80px;
}#globalNav a{
	font-family: verdana;
	font-size: 10px;
	color:#000;
	text-decoration:none;
	text-align:center;
	display:block;
	padding-top:5px;
	width:106px;
	height:15px;
	float:left;
	/*letter-spacing:1px;*/
}#globalNav a:hover{
	background-image: url(../images/navbar_top_over.jpg);
}#pageLeft {
	width: 193px;
	float: left;
}
#pageRight {
	float: left;
}
/*
	PageLeft
*/
.navbar_left{
	margin-left:auto;
}.mainContent {
	padding: 27px 0px 0px 25px;
	width:625px;
}
#productCatalog {
	background-image: url(../images/dsa_quark_pdfcatalog.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 135px;
	display: block;
}#productCatalog:hover {
	background-image: url(../images/dsa_quark_pdfcatalog_rollover.gif);
}#productSpecs{
	background-image: url(../images/dsa_quark_pdfspecs.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 135px;
	display: block;
}#productSpecs:hover{
	background-image: url(../images/dsa_quark_pdfspecs_rollover.gif);
}#productSelector{
	background-image: url(../images/dsa_quark_productselector.gif);
	height: 85px;
	width: 120px;
	display: block;
	margin:auto;
	margin-top: 5px;
}#productSelector:hover{
	background-image: url(../images/dsa_quark_productselector_rollover.gif);
}

/*
	Page Footer
*/
#pageFooter{
	background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top:20px;
	font-family:Verdana;
	font-size:9px;
	padding-top:10px;
}.pageFooterLinks{
	float:left;
	padding-left:10px;
	color:#3F4856;
}.pageFooterLinks a{
	color:#3F4856;
	text-decoration:none;
}.pageFooterLinks a:hover{
	text-decoration:underline;
}
.pageFooterCompanyInfo{
	float:right;
	letter-spacing: 1px;
	color:#3F4856;
}.pageFooterCompanyInfo a{
	color:#3F4856;
	text-decoration:none;
}.pageFooterCompanyInfo a:hover{
	color:#3F4856;
	text-decoration:underline;
}

.pageFooterNav {
	text-align: center;
	margin-top: 20px;
}

.pageFooterNav a {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color:#3F4856;
	text-decoration: none;
	text-transform: uppercase;
}

.pageFooterNav a:hover {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color:#3F4856;
	text-decoration: underline;
	text-transform: uppercase;
}

/*
	Shopping cart
*/
.productList{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333;
}.productList td{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	height: 30px;
	vertical-align:middle;
}
.pageLable{
	margin-bottom:10px;
}.productName{
	width: 345px;
	padding-left:3px;
}.productName a{
	color: #333;
	text-decoration:none;
}.productName a:hover{
	text-decoration:underline;
}
.productQuantity {
	width: 120px;
	text-align:center;
}.productQuantity input{
	width: 50px;
	text-align:right;
}.removeProduct{
	width: 63px;
	text-align:center;
}.removeProduct a{
	color: #333;
	text-decoration:underline;
}.removeProduct a:hover{
	text-decoration:none;
}.productPrice{
	width: 89px;
	padding-right:5px;
	text-align:right;
	background-color:#E5E5E5;
}td.subTotal, td.subTotal2, td.total{
	padding-left:3px;
	font-weight:bold;
}td.subTotalPrice, td.subTotalPrice2, td.totalPrice{
	background-color:#C9BEA7;
	padding-right:5px;
	text-align:right;
}td.subTotal, td.subTotalPrice, td.total, td.totalPrice{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
}td.subTotal2, td.subTotalPrice2{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}td.subItem{
	padding-left:3px;
}td.subItemPrice{
	padding-right:5px;
	text-align:right;
}
.productListBtnBar{
	margin-top:10px;
	text-align:right;
}
.productListBtn{
	margin-left:10px;
	height:28px;
}.productListBtn:hover{
	margin:0px 1px 0px 9px;
}.productListBtn img{
	border:none;
}

#billToAndShipTo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	margin-bottom:20px;
	line-height:1.5em;
}#billToAndShipTo td{
	vertical-align:top;
	padding:10px 0px 0px 5px;
}#billToAndShipTo .tableLable{
	width:85px;
}#billToAndShipTo .tableLable, #billToAndShipTo .tableContent{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}#billToAndShipTo .tableContent{
	width:206px;
}#billToAndShipTo .space{
	width:15px;
}
#printerFriendlyVersion{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	text-decoration:underline;
	display:block;
	position:relative;
	width: 150px;
	top: -20px;
	left: 490px;
}#printerFriendlyVersion:hover{
	text-decoration:none;
}

/*
	Login and check out
*/
#check {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #313031;
}
#check td {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}
#check td table td{
	vertical-align: middle;
}
#check img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
#check a {
	color: #313031;
}#check a:hover {
	text-decoration:none;
}
#check .loginButton {
	float:right;
}

#check .forget {
	display:block;
	margin-top:8px;
	width:140px;
}
#check .textAlign {
	padding-left: 10px;
	height:25px;
}
#check .textBg {
	background-color: #efebe4;
}
#check input, #check select{
	height:16px;
	line-height:1em;
}
#check .textBoxM {
	width: 164px;
}
#check .textBoxS {
	width: 47px;
}
#check .textBoxB {
	width: 173px;
}
#check .selectBoxM {
	width: 90px;
}
#check .selectBoxS {
	width: 47px;
}
#check .headline {
	width:335px;
	padding-top: 20px;
	padding-right: 40px;
	font-weight: bold;
}
#check .subnav {
	background-image: url(../images/dsa_quark_checkout_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#check .subtitle {
	background-image: url(../images/dsa_quark_checkout_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#check .subtitlex {
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 2em;
}
#check .button {
	text-align: right;
}
