/*Datahost stylesheet*/

/*Set up body, td, and p as the same style. You'll also want to include the same info in the <body> tag on main template.*/
/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
html,body {margin:0;padding:0}

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 1.3em; 
	color: #333333;
}

a:link, a:visited {
	color: #11177f; 
	text-decoration: underline;
}

a:hover {
	color: #fe2313; 
	text-decoration: underline;
}

td, p {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 1.3em; 
	color: #333333;
}



/*Main template styles.*/

#outer{
	min-height:100%;
	margin-bottom:-47px;
	height:auto;
	background: url(images/bkgnd_outer.gif) top left repeat-y;
	position: relative;
}
* html #outer{height:100%;}

#bottombar {
	width:100%;
	position: relative;
	clear:both;
	height:47px;
	background-color: #11177f;
	color: #000000;
}

#clearfooter{clear:both;height:47px;}

div>p {margin:0}

#masthead {
	width: 100%;
	height: 126px;
	position: relative;
	background: #ffffff url(images/bkgnd_masthead.gif) top left repeat-x;
}


#navigation {
	width: 150px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	text-align: left;
	border-top: 1px solid #fddd92;
}

#navigation li {
	list-style: none;
	color: #11177f;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #fddd92;
	line-height: 1.2em;
	/*margin-bottom: 5px;*/
}

#navigation li a:link, #navigation li a:visited {
	display: block;
	color: #11177f;
	text-decoration: none;
	/*padding-left: 10px;
	padding-right: 5px;*/
	padding: 5px 10px;
}

#navigation li a:hover {
	background-color: #fddd92;
	color: #11177f;
	text-decoration: none;
}

#navigation li.alt a:link, #navigation li.alt a:visited {
	display: block;
	color: #11177f;
	text-decoration: none;
	padding: 5px 10px;
	background-color: #bdc0db;
	font-weight: 400;
}

#navigation li.alt a:hover {
	background-color: #fddd92;
	color: #11177f;
	text-decoration: none;
}



#content {
	position: relative;
	width: 100%;
	padding-bottom: 50px;
}


.footerlinks {
	position: absolute;
	width: 550px;
	top: -50px;
	left: 170px; 
	font-size: 11px;
}

.footerlinks a:link, .footerlinks a:visited {
	text-decoration: underline;
}

.footerlinks a:hover {
	text-decoration: underline;
}/*site links in the footer, like home, etc.*/

.footertext { 
	margin-top: 45px;
	padding: 0px 20px 0px 10px; 
	color: #11177f; 
	font-weight:bold; 
	font-size: 10px;
	line-height: 1.2em;
}

.siteby { 
	margin-top: 15px; 
	padding: 0px 20px 0px 10px;
	font-size: 10px; 
	line-height: 1.1em; 
	color: #666666;
}

.siteby a:link, .siteby a:visited {
	color: #666666;
}

.siteby a:hover {
	color: #11177f;
}

#tagline {
	position: absolute;
	width: 240px;
	top: 35px;
	right: 20%;
	text-align: center;
	color: #666666;
	font-size: 14px;
	font-style: oblique;
	line-height: 1.3em;
}

#uwlogo {
	position: absolute;
	width: 100px;
	height: 61px;
	bottom: 20px;
	right: 20px;
}

#uwslogan {
	position: absolute;
	width: 176px;
	height: 18px;
	top: 9px;
	right: 130px;
	text-align: center;
}

#uwmastheadlogo {
	position: absolute;
	width: 71px;
	height: 44px;
	top: 35px;
	right: 20px;
}


/*index template styles*/


.intro {
	font-size: 17px;
	line-height: 1.3em;
	color: #333333;
}

.homepagequote {
	color: #11177f;
	font-size: 13px;
	line-height: 1.3em;
}

.quotename {
	font-size: 12px;
	font-weight: bold;
}

.quotetitle {
	font-size: 12px;
	font-style: oblique;
}

.boxeshome {
	position: relative;
	width:45%;
	height:175px;
	border:1px solid #11177f;
	float:left;
	background: url(images/puzzlepieces.gif) bottom right no-repeat;
}

.boxeshome h2 {
	background-color: #11177f;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
	margin-top: 0px;
}

.boxeshome p {
	padding: 10px 80px 00px 5px;
	line-height: 1.5em;
}

.boxeshome a:link, .boxeshome a:visited {
	color: #fe2313;
	font-weight: bold;
}

.boxeshome a:hover {
	color: #11177f;
}


/*Category and Product list, cell and details pages*/

h1 {  
	margin-top: 0px;
	margin-bottom: 15px; 
	font-size: 20px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #11177f;
} /*this is always used for the page title, except home page and product detail pages*/

h2 {  
	margin-top: 0px; 
	margin-bottom: 8px; 
	font-size: 18px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #11177f;
}

h3 {  
	margin-top: 0px; 
	margin-bottom: 2px; 
	font-size: 15px; 
	font-weight: bold; 
	line-height: 1.5em; 
	color: #11177f;
}

h4 {  
	margin-bottom: 2px; 
	font-size: 13px; 
	font-weight: bold; 
	line-height: 1.2em; 
	color: #11177f;
}

ul {
	margin: 0;
	padding: 0;
}

li {  
	font-size: 12px; 
	line-height: 1.2em; 
	list-style: square;
	color: #000000;
}



li.webpages {  
	list-style: none;
	background: url(images/smallbullet.gif) top left no-repeat;
	padding-left: 25px;
	font-size: 13px; 
	line-height: 1.2em;
	margin-bottom: 10px;
}

li.webpages a:link, li.webpages a:visited {
	color: #fe2313;
}

li.webpages a:hover {
	color: #11177f;
}


.sku {font-size: 11px; color: #000000; text-decoration: none; font-weight:bold;}

.cellheader {
	font-size: 14px; 
	color: #fe2313;
	font-weight: bold; 
}

.cellheader a:link, .cellheader a:visited    {
	color: #fe2313;
	text-decoration: none;
}

.cellheader a:hover  {
	color: #111177f;
	text-decoration: underline;
}/*cat name or product name, depending on which cell*/

.celltext {  font-size: 13px; line-height: 1.3em;}

.testimonial {
	width: 150px;
	padding: 10px;
	background-color: #fbbb26;
	margin-right: 10px;
	border-top: 8px solid #11177f;
	border-bottom: 8px solid #11177f;
	text-align: center;
}


.testimonialcelltext {  
	font-size: 13px;
	font-style: oblique;
	line-height: 2em;
	color: #11177f; 
}

.testimonialname {
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2em;
	color: #000000;
	margin-top: 10px;
}

.highlight {  
	font-size: 13px; 
	font-weight:bold; 
	color: #308109; 
}

.highlight a:link, .highlight a:visited {
	color: #308109;
	text-decoration: underline;
}

.highlight a:hover  {
	color: #9b0075;
	text-decoration: underline;
}

.freeship {  font-size: 12px; font-weight:bold; color: #9b0075;}


.multiheader {  
	margin-top: 0px; 
	margin-bottom: 8px; 
	font-size: 14px; 
	font-weight: bold; 
	line-height: 1.1em; 
	color: #ffffff;
	background-color: #11177f;
	display: block;
	padding: 4px 10px;
} /*multilist header*/

.insertlist1 { 
	font-size: 12px;
	margin-bottom: 15px;
	color: #7c81b8; 
}

.insertlist1 a:link, .insertlist1 a:visited {
	text-decoration: none;
}
 /*youarehere links*/

.nextprev {  font-size: 12px; line-height: 1.5em; }

.gotocart {  font-size: 12px; line-height: 1.5em; }
 /*for viewcart links*/

.cellclickhere {  font-size: 12px; line-height: 1.5em; }


.jumplinks {font-size: 12px; line-height: 1.5em;} /*used on faq page*/

.clickhere {  font-size: 12px; line-height: 1.5em; }
 /*back to top links*/
 
.bigbullet ul {
	margin: 0;
	padding: 0;
	margin-top: 15px;
	text-align: left;
}

.bigbullet li {
	list-style: none;
	margin-bottom: 10px;
	font-size: 13px;
	background: url(images/bigbullet.gif) top left no-repeat;
	padding-left: 49px;
	padding-top: 5px;
	height: 55px;
}

.bigbullet li a:link, .bigbullet li a:visited {
	color: #fe2313;
}

.bigbullet li a:hover {
	color: #11177f;
}

	



/*Cart pages and shipping*/

.steps {
	display: inline;
	width: 150px;
	background: #a7c2dc;
	color: #ffffff;
	margin-right: 14px;
	padding: 3px 5px;
	text-align: center;
}

.stepson {
	display: inline;
	width: 150px;
	color: #ffffff;
	margin-right: 14px;
	padding: 3px 5px;
	background: #4f86ba;
	font-weight: bold;
	text-align: center;
}



#cart {
	width: 100%;
}

.buttons {
	width: 100%;
	position: relative;
}

.leftbuttons {
	width: 50%;
	float: left;
}

.rightbuttons {
	width: 50%;
	float: right;
	text-align: right;
}

.clear {
	clear: both;
}

#cartcontent {
	width: 100%;
}

.tablecart {
	width: 100%;
	border: 0;
	padding: 0;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.tablecart tr.bkgnd1 {
	background: #7ba4cb;
}

.tablecart th.bkgnd1 {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	padding: 2px;
}

.tablecart tr.bkgnd2 {
	background: #ffffff;
}

.tablecart th.bkgnd2 {
	font-size: 13px;
	color: #4f86ba;
	padding-top: 5px;
}

.tablecart td, .tablecart p {
	font-size: 13px;
}

.tablecart td.products {
	color: #333333;
	border-top: 1px solid #4f86ba;
	padding-top: 6px;
}

.tablecart td.options {
	font-size: 12px;
}

.tablecart td.subhead {  
	font-size: 13px; 
	font-weight: bold; 
	color: #95b15a;
	line-height: 1.2em;
	padding-top: 6px;
	padding-bottom: 6px;
}

.tablecart td.shipping {
	font-size: 12px;
}

.tablecart td.indshipnote {
	color: #95b15a;
	font-weight: bold;
}

.cartbutton {
	font-size: 10px;
	color: #ffffff;
	background: #95b15a;
	display: inline;
}

.instructions {  
	font-size: 13px;
}

.smallnotes {
	font-size: 11px;
	line-height: 1.2em;
}

.continue {
	text-align: right;
}

.continuebutton {
	background: #95b15a;
	border: 1px solid #666666;
	padding: 3px; 
	font-size: 15px; 
	color:#ffffff;
	text-transform: lowercase;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #eeeeee;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid #cad8ac;
line-height:1.2em;
z-index:100;
border-right: 2px solid #cad8ac;
border-bottom: 2px solid #cad8ac;
visibility: hidden;
text-decoration: none;
}

.hintanchor { /*CSS for link that shows hint onmouseover*/
	font-size: 12px;
	color: #4f86ba;
	background-color: #95b15a;
	display: inline;
	padding: 3px;
}

.hintanchor a:link, .hintanchor a:visited, .hintanchor a:hover {
	color: #ffffff;
	text-decoration: none;
}

.hintclick {
	font-size: 12px;
	color: #4f86ba;
}

.shippingnotes {
	width: 100%;
	margin-top: 25px;
}

.shippingnotes th {
	color: #4f86ba;
	padding-bottom: 10px;
	border-bottom: 1px solid #4f86ba;
}

.shippingnotes td {
	border-bottom: 1px solid #4f86ba;
}	



/*Miscellaneous*/

input {margin-top: 0px; margin-bottom: 0px; margin-left: 0px;}

form {margin-top: 0px; margin-bottom: 0px; }

table {margin-top: 0px; margin-bottom: 0px; }

.certificate { padding: 0; margin: 0; border: 2px solid #9b0075; background-color: #ffffff; }
.certificate td { padding: 5px; }


/*hr {
	border-bottom: 1px dotted #000000;
	color: #bc56a2;
	background-color: #bc56a2;
}*/

table.price_table th {
	background-color: #ffcc66;
	color: #000000;
	list-style-type: disc;
	list-style-position: inside;
	border: outset,#ffcc66,1px;
	font-weight: bold;
	font-size: 10;
}

table.price_table td {
	background-color: #ffffff;
	border-style: outset #D1D1CD 1px;
}


table.pmt_table th {
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
	font-size: 11;
}

table.pmt_table td {
	background-color: #b5dea2;
}

.label {  font-size: 11px; line-height: 1.2em; font-weight: bold; }

.attribute {  font-size: 11px; line-height: 1.2em;}


.errormessage {font-size: 14px; color: #0033cc; font-weight:normal; text-decoration: none;}
.errormessageA    {text-decoration: underline;}
.errormessage A:hover  {text-decoration: underline;}


.fancybutton {background: #fbbb26; font-size: 13px; color:#11177f;}



.fancybutton2 {background: #fbbb26; font-size: 12px; color:#11177f;}