/* cart widget wide */

td#dotline {
	background-image: url('img/boxes/box_dotline.jpg');
	background-repeat: repeat-x;
}

#cart_widget {
    padding: 2px;
	margin-top: 18px;
	margin-bottom: 10px;
	
	color: #444;
	
	text-align: left;
	line-height: 10pt;
	
	font-size: 7pt;
	font-weight: bold;
	font-family: verdana, sans;
}
#cart_widget div {
	display: inline;
	margin-right: 7px;
}
div#checkout {
	margin-right: 0px;
}
#checkout a {
	font-size: 7pt;
	color: #fff;
	padding: 3px;	 
	text-decoration: none;	
}
#checkout a:hover {
	text-decoration: underline;
}
#checkout img {
	border: none;
	vertical-align: baseline;
}
div#discount {
	display: block;
	margin-top: 10px;
	color: red;
	font-weight: normal;
}
#cart_widget select {
	font-size: 7pt;
	margin-top: 3px;
}
#cart_widget input {
	font-size: 7pt;
	text-align: right;
	width: 20px;
	border: 1px solid #666;
	color: #444;
	padding-right: 2px;
}
#pricing, #quantity {
	padding: 0px;		
}
input#cw_buy {
	border: none;
	width: 70px;
	height: 16px;
	vertical-align: middle;
	margin-right: 0px;
}
input#cw_quantity {
	font-weight: normal;
	padding-right: 3px;
	vertical-align: middle;
}
select#cw_quantity {
	font-weight: normal;
	vertical-align: middle;
}
td.right {
	text-align: right;
}
#cart_widget p {
	
}
#total_box {
		
	
}
#cart_widget form {
	display: inline;
	margin: 0px;
	padding: 0px;
}

/* fix for table layout */
#prod_box {
	margin-top: 7px;
}

/* tab control */

.tabs_wrapper {
	margin: 0px;
	padding: 0px;
	background: url('images/1px_medgrey.gif') repeat-x bottom left;
	height: 15px;
}
.producttabs {
	list-style: none;
	padding: 0;
	margin: 0;
	
	
	text-align: left;
	

}

.producttabs li{
	float: left;
	margin: 0;
	margin-right: 5px;
	background-color: white;

}

.producttabs li a {
	background: url(images/tab_tiny_left_off.gif) top left no-repeat;
	color: #007DB1;
	
	text-decoration: none;	
	padding-left: 6px;
	
	font-family: arial, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	
	border: none;
	
	line-height: 15px;
	
}
.producttabs li a span {
	
	background: url(images/tab_tiny_right_off.gif) top right no-repeat;
	padding-right: 6px;
}
.producttabs li a, .producttabs li a span {
	display: block;
	float: left
}
/* Hide from IE5-Mac \*/
.producttabs li a, .producttabs li a span {
	float: none
}
/* End hide */

.producttabs li a:hover {
	background: url(images/tab_tiny_left.gif) top left no-repeat;
	padding-left: 6px;
	text-decoration: none;
	color: #000;
	
	font-family: arial, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	
	border: none;
	line-height: 15px;
	
}
.producttabs li a:hover span {
	background: url(images/tab_tiny_right.gif) top right no-repeat;
	padding-right: 6px;
}


.producttabs li.selected a {
	background: url(images/tab_tiny_left.gif) top left no-repeat;
	padding-left: 6px;
	
	text-decoration: none;
	color: #000;
	
	font-family: arial, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	
	border: none;
	
	line-height: 15px;
}
.producttabs li.selected a span {
	background: url(images/tab_tiny_right.gif) top right no-repeat; 
	padding-right: 6px;
	
}




.tabcontentstyle{ /*style of tab content oontainer*/
	margin-bottom: 1em;
	
	clear: both;
}

.tabcontent{
  display:none;
  width: 540px;
  border: 1px solid #666;
  border-top: none;
  padding: 10px;
  padding-top: 15px;
  
}



@media print {
.tabcontent {
display:block!important;
}
}
#tab_container {
	
	width: 100%;
	
}

/* product pages content */

.float_right {
	float: right;
}

.nva_green {
	color: #50BF29;
	font-weight: bold;
}

#features_checklist {
	
}

.attention {
	color: #007DB1;
	font-size: 13pt;
	font-weight: bold;
	line-height: 14pt;
	
}

.div350 {
	width: 350px;
	
}

.wrapper {
	display: block;
	height: 800px;
}
div.divider {
	border:  none;
	background-image: url('images/blue_dots_small.gif');
	background-color: white;
	background-repeat: repeat-x;
	background-position: center;
	margin: 10px 0px;
	clear: both;
}
a#download_link {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
a#download_link:hover {
	color: #007DB1; 
	text-decoration: underline;
}

form {
	display: inline;
}

