/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
@charset "utf-8";
/* CSS Document */

.boxText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:5px;
}
.errorBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
	background: #ffb3b5;
	font-weight: bold;
}
.stockWarning {
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
	color: #cc0033;
}
.productsNotifications {
	background: #f2fff7;
}
.orderEdit {
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
	color: #70d250;
	text-decoration: underline;
}
body {
	background:#fff;
	/*background: #3b3b3b;
  background:#fff url(images/body_bkg.jpg) repeat;*/
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	margin-top:10px;
	font-size : 11px;
	margin-bottom:0px;
}
#main {
	margin:0px auto;
	width:980px;
	clear:both;
	position:relative;
	height:auto;/*background:#fff;*/
}
a {
	color: #000000;
	text-decoration: none;
	font-size:11px;
}
A:hover {
	color: #AABBDD;
	text-decoration: underline;
}
div {
	color:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	text-align:justify;
}
td {
	color:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
}
FORM {
	display: inline;
}
TR.header {
	/*background: url(images/header.gif) no-repeat;
	height:106px;*/
	width:980px;
	height:auto;
}
TR.headerNavigation {
	background: #0073D8;
	height:36px;
}
TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-transform:capitalize;
	color: #ffffff;
	font-weight : normal;
	height:36px;
}
TD.headerNavigation ul {
	margin:0px;
	padding:0px;
}
TD.headerNavigation li {
	list-style:none;
	padding:0px 15px;
	display:inline;
	background:url(images/seprator.jpg) top right no-repeat;
}
TD.headerNavigation li:last-child {
	background-image:none;
}
A.headerNavigation {
	color: #FFFFFF;
	padding:5px 7px;
}
A.headerNavigation:hover {
	background:#5eaedf;
	color: #ffffff;
	padding:5px 7px;
	text-decoration:none;
}
TR.headerError {
	background: #ff0000;
}
TD.headerError {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background: #ff0000;
	color: #ffffff;
	font-weight : bold;
	text-align : center;
}
TR.headerInfo {
	background: #00ff00;
}
TD.headerInfo {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
TR.footer {
	background: url(images/footer.gif);
	height:54px;
	width:980px;
}
TD.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000;
	height:54px;
}
A.footer {
	color: #000;
	text-decoration:none;
}
A.footer:hover {
	color: #000;
	text-decoration:underline;
}
.infoBox {
/*background: #fff;*/
}
.infoBoxContents {
	/*background: #fff;*/
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
.infoBoxNotice {
	background: #FF8E90;
}
.infoBoxNoticeContents {
	background: #FFE6E6;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
TD.infoBoxHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight:bold;
}
span.infoBoxHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;/*color: #fff;*/
}
TD.infoBox, SPAN.infoBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
	background: #f8f8f9;
}
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
	background: #f8f8f9;
}
TABLE.productListing {
	border: 1px;
	border-style: solid;
	border-color: #b6b7cb;
	border-spacing: 1px;
}
.productListing-heading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #1C8AC0;
	color: #FFFFFF;
	font-weight: bold;
}
TD.productListing-data {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
A.pageResults {
	color: #0000FF;
}
A.pageResults:hover {
	color: #0000FF;
	background: #FFFF33;
}
TD.pageHeading, DIV.pageHeading {
	/*font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;*/
	float:left;
	width:100%;
	color:#00468B;
	font-size:13px;
	/*font-weight:bold;
	text-transform:uppercase;*/
	overflow:hidden;
	text-transform:capitalize;
	line-height:30px;
}
TR.subBar {
	background: #f4f7fd;
}
TD.subBar {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}
TD.main, P.main {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
}
TD.smallText, SPAN.smallText, P.smallText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
TD.accountCategory {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #aabbdd;
}
TD.fieldKey {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
TD.fieldValue {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
TD.tableHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
SPAN.newItemInCart {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ff0000;
}
CHECKBOX, RADIO, SELECT {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
INPUT {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	/* border:1px solid #737373; */
  height:20px;
}
TEXTAREA {
	width: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	border:1px solid #737373;
}
SPAN.greetUser {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #f0a480;
	font-weight: bold;
}
TABLE.formArea {
	background: #f1f9fe;
	border-color: #7b9ebd;
	border-style: solid;
	border-width: 1px;
}
TD.formAreaTitle {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
SPAN.markProductOutOfStock {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #c76170;
	font-weight: bold;
}
SPAN.productSpecialPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
}
SPAN.errorText {
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
}
.moduleRow {
}
.moduleRowOver {
	background-color: #D7E9F7;
	cursor: pointer;
	cursor: hand;
}
.moduleRowSelected {
	background-color: #E9F4FC;
}
.checkoutBarFrom, .checkoutBarTo {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #8c8c8c;
}
.checkoutBarCurrent {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}
/* message box */

.messageBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
.messageStackError, .messageStackWarning {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #ffb3b5;
}
.messageStackSuccess {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #99ff00;
}
/* input requirement */

.inputRequirement {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ff0000;
}
/*---------------------------------New CSS---------------------------------------*/
.logowrapper {
	width:355px;
	height:75px;
	padding-top:29px;
	padding-left:15px;
	float:left;
	padding-top:5px;
}
.left_sidebar {
	/*background:#999999;*/
	border-right:1px solid #999999;
}
td.leftnavi {
	/*	border-bottom:1px solid #999999;*/
	height:25px;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000;
}
a.leftnavi {
	color:#000;
	text-decoration:none;
}
a.leftnavi:hover {
	color:#00468B;
	text-decoration:underline;
}
td.border {
	border-bottom:2px solid #999999;
}
td.dash_border {
	border-top:1px solid #8a8a8a;
}
.tech_button {
	width:215px;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:6px;
	color:#fff;
	background:#2794c9;
}
.right_sidebar {
	border-left:1px solid #999999;
}
.searchbar {
	background:url(images/search_bar_bg.gif) no-repeat;/*width:300px;height:45px;margin-top:60px;*/
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	width:360px;
	position:absolute;
	top:113px;
	z-index:100;
	right:0px;
	height:32px;/*padding-right:10px;*/
}
.search_left {
	/*background:url(images/input_left.png) no-repeat;*/
	width:35px;
	height:27px;
	float:left;
}
.search_mid {
	/*	background:url(../images/input_mid.jpg) repeat-x;*/
	float:left;
	height:18px;
	overflow:hidden;
	width:205px;
	margin-top:10px;
}
.search_right {
	/*background:url(images/input_right.png) no-repeat;*/
	height:27px;
	width:28px;
	float:left;
}
.search_input {
	/*background:url(images/input_mid.gif) repeat-x;*/
	border:medium none;
	float:left;
	height:auto;
	padding:0px;
	width:100%;
}
.go_btn {
	/*padding-right:15px;*/
	float:left;
	margin-top:7px;
}
.flo_right {
	float:right;
	padding-right:8px;
}
.flo_left {
	float:left;
	padding-left:8px;
}
/*---------------------------------New CSS 12 FEB---------------------------------------*/	
.border_in {
	border:1px solid #999999;
}
.product_box_heading {
	background:#1C8AC0;
	padding-top:5px;
	padding-bottom:5px;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-left:5px;
	color:#fff;
}
.text_norm {
	font-size:11px;
	color:#0d81ba;
	font-weight:bold;
	line-height:18px;
	padding-left:5px;
}
.text_highlight {
	font-size:14px;
	font-weight:bold;
	color:#737373;
}
.text_bold {
	font-weight:bold;
	line-height:17px;
}
.display_bg {
	background:#999999;
	color:#000;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
}
.top_right {
	color:#fff;
	font-size:11px;
	font-family:Verdana, Arial, sans-serif;
	text-align:center;
	vertical-align:middle;
}
.side_border {
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}
/* ----- Added by ashish -----  */
.border_left {
	border-left:1px solid #8a8a8a;
}
.wiz {
	background:#d4efff;
	border:1px solid #fff;
	padding-top:5px;
	padding-bottom:5px;
}
.wiz_head {
	background:#5EAEDF;
	padding-top:5px;
	padding-bottom:5px;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-left:5px;
	color:#fff;
}
.wiz_blue {
	background:#d7d7d7;
	padding-top:5px;
	padding-bottom:5px;
	color:#000;
	font-weight:bold;
	border:1px solid #fff;
	text-align:center;
}
.wizard_spacer {
	margin-top:10px;
}
.normal_txt {
	font-weight:normal;
}
.block_left_title {
	background:#00468B url(images/block_title_bg_top.jpg) no-repeat top center;
	color:#FFFFFF;
	width:203px;
}
.block_left_title td {
	color:#FFFFFF;
	height:30px;
}
.block_left_border {
	background:url(images/block_title_bg_mid.jpg) repeat-y;
	width:203px !important;
}
.block_left_title_btm {
	background:#fff url(images/block_title_bg_btm.jpg) no-repeat top center;
}
.block_title {
	/*background:#00468B;*/
	color:#FFFFFF;
}
.block_title td {
	color:#FFFFFF;
	background:#00468B;
	height:30px;
}
.title_mid {
	background:url(images/block_title_bg_mid.jpg) repeat-y;
	width:221px !important;
}
.title_btm {
	background:#fff url(images/title_strip_bottom.jpg) no-repeat top center;
	width:221px !important;
}
.title_top {
	background:#00468B url(images/title_strip_top.jpg) no-repeat top center;
	height:30px;
	width:221px !important;
	;
}
/*.title_top td{
	color:#FFFFFF;
	height:30px;
	width:221px !important;
}*/
.title_mid_new {
	background:url(images/title_mid.jpg) repeat-y;
	width:221px !important;
}
.stripbox {
	background:url(images/block_title_bg_mid.jpg) repeat-y;
	width:203px;
	float:left;
}
.block_left_border_left {
	border-left:2px solid #00468B;
}
.block_left_border_right {
	border-right:2px solid #00468B;
}
.index_main_center {
	background:#BCDAF5 url(images/main_center_bkg.jpg) repeat-x left top;
	width:980px;
	float:left;
	position:relative;
	height:auto;
}
.index_leftside_block_top_gap {
	float:left;
	width:153px;
	height:98px;
}
.index_leftside_block {
	padding:10px;
	float:left;
	width:auto;
}
ul.index_leftside_block_list {
	padding:0px 0px 10px 0px;
	float:left;
	margin:0px;/*border-bottom:#333 solid 1px;*/
}
ul.index_leftside_block_list li {
	padding:0px;
	list-style:none;
	width:133px;
	float:left;
	color:#000;
	font-size:11px;
	line-height:20px;
	margin:0px;
}
ul.index_leftside_block_list li a:link, ul.index_leftside_block_list li a:visited {
	color:#fff;
	font-size:11px;
}
ul.index_leftside_block_list li a:hover {
	color:#fff;
}
.welcome_text {
	width:613px;
	padding-left:19px;
}
.index_middle_block {
	background:#fff url(images/index_curv_corner.jpg) no-repeat left top;
	padding:80px 10px 110px 29px;
	float:left;
	width:620px;
}
.index_middle_block_btm {
	/*background:#fff url(images/index_curv_corner_btm.jpg) no-repeat left bottom;*/
	padding:0px;
	float:left;
	height:110px;
	position:absolute;
	bottom:0px;
	z-index:10;
	width:137px;
}
.index_middle_block_btm div {
	background:#fff url(images/index_curv_corner_btm.jpg) no-repeat left bottom;
	bottom:0px;
	float:left;
	height:110px;
	left:-29px;
	padding:0;
	position:relative;
	width:137px;
}
*html .index_middle_block_btm div {
	background:#fff url(images/index_curv_corner_btm.jpg) no-repeat left bottom;
	bottom:-1px;
	float:left;
	height:110px;
	left:-29px;
	padding:0;
	position:relative;
	width:137px;
}
.index_middle_block_extend {
	background:#fff url(images/index_curv_corner.jpg) no-repeat left top;
	padding:80px 10px 10px 10px;
	float:left;
	width:805px;
}
.index_rightside_block {
	padding:10px;
	float:left;
	width:auto;
}
.shadow_block {
	background:#fff url(images/shadow_block_bg.jpg) no-repeat left bottom;
	width:238px;
	/*float:left;*/
	height:100px;
}
.shadow_block_techspot {
	background:#fff url(images/shadow_block_bg.jpg) no-repeat left bottom;
	width:238px;
	/*float:left;*/
	height:300px;
}
.shadow_block_title {
	background:#fff url(images/shadow_block_title_bg.jpg) no-repeat left top;
	width:238px;
	float:left;
	color:#000;
	font-size:11px;
	font-weight:normal;
	/*text-transform:uppercase;*/
	overflow:hidden;
	height:30px;
}
.shadow_block_title_in {
	padding:10px 5px 0px 18px;
	float:left;
	width:auto;
	color:#000;
}
.shadow_block_content {
	width:auto;
	padding:7px 15px 15px 8px;
	float:left;
	text-align:left;
	font-size:11px;
}
.tech_spot_listing {
	padding:0px;
	margin:0px;
	width:208px;
}
ul.tech_spot_listing li {
	line-height:20px;
	padding:0px;
	float:left;
	width:208px;
	list-style:none;
	margin:0px;
}
.middile_block_title {
	float:left;
	width:600px;
	color:#00468B;
	font-size:13px;
	/*font-weight:bold;
	text-transform:uppercase;*/
	overflow:hidden;
	text-transform:capitalize;
	line-height:30px;
}
.middile_block_subtitle {
	float:left;
	color:#00468B;
	font-size:13px;
	padding-bottom:5px;
	/*font-weight:bold;
	text-transform:uppercase;*/
	overflow:hidden;
	width:100%;
	text-transform:capitalize;
}
.dashed_border_right {
/*border-right:1px solid #999999;*/
}
.dashed_border_bottom {
/*border-bottom:1px solid #999999;*/
}
/*changes by krishna*/


.tencll_text {
	width:640px;
	text-align:justify;
}
.link_padding {
	padding-left:15px;
}
.on_our {
	font-weight:bold;
	padding-left:15px;
	padding-bottom:10px;
}
.on_our_1 {
	font-weight:bold;/*padding-left:15px;
	padding-bottom:10px;
	padding-top:13px;*/
}
.on_our_2 {
	font-weight:bold;
	padding-left:15px;
	padding-bottom:10px;
	padding-top:0px;
}
.ab_link {
	text-decoration:underline;
	color:#FF0000;
}
.ab_link:hover {
	text-decoration:none;
	color:#FF0000;
}
.tencll_text_01 {
	width:640px;
	/*padding-left:50px;
	padding-right:10px;
	
	padding-bottom:10px;
	padding-top:5px;*/
	text-align:justify;
}
ul {
	margin:0;
	padding:0 0 0 50px;
}
.tencll_text_2 {
/*padding-left:2px;
	padding-right:10px;
	text-align:justify;
	padding-bottom:10px;
	padding-top:10px;*/
}
.tencll_text_3 {
	padding-left:2px;
	padding-right:10px;
	text-align:justify;
	padding-bottom:10px;
	padding-top:0px;
}
.faq_questions {
	/*color:#000;*/
	font-weight:bold;/*text-transform:uppercase;
	line-height:25px;*/
}
.faq_text {
	width:640px;
	padding-left:0px;
	padding-right:10px;
	text-align:justify;
	padding-bottom:10px;
	padding-top:5px;
}
a.sales_blue_link:link, a.sales_blue_link:visited {
	color:#00468B;
	font-size:11px;
	text-decoration:underline;
}
a.sales_blue_link:hover {
	color:#00468B;
	font-size:11px;
	text-decoration:underline;
}
.commonbox {
	width:620px;
	float:left;
	text-align:left;
}
.common_textbox {
	padding-bottom:30px;
}
.display_list {
	width:613px;
	float:left;
	text-align:justify;
}
.display_list ul {
	margin:0px;
	padding:0px;
}
.display_list li {
	padding-bottom:30px;
	width:613px;
	list-style:none;
}
.show_text {
	color:#000;
	font-size:11px;
	font-weight:bold;
	overflow:hidden;
	line-height:30px;
}
.display_sublist {
	width:640px;
	/*	float:left;*/
	text-align:justify;
}
.display_sublist ul {
	margin:0px;
	padding:0px;
}
.display_sublist li {
	padding-bottom:4px;
	list-style:none;
}
.display_middile_block_title {
	text-align:center;
	width:640px;
	color:#00468B;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	overflow:hidden;
	line-height:30px;
	padding-bottom:15px;
}
.commonbox_left {
	float:left;
	width:310px;
}
.display_commonbox_text {
	text-align:left;
	color:#000;
	font-size:11px;
	font-weight:bold;
	text-transform:capitalize;
	overflow:hidden;
	line-height:18px;
}
.map_list {
	color:#00468B;
}
.map_list ul {
	margin:0px;
	padding:0px;
}
.map_list li {
	font-size:11px;
	list-style:none;
	line-height:18px;
	color:#00468B;
	text-decoration:none;
}
.map_list li a:link, .map_list li a:visited {
	text-decoration:none;
	color:#00468B;
}
.map_list li a:hover {
	color:#00468B;
	text-decoration:underline;
}
.shadow_bigblock {
	background:#fff url(images/shadow_bigblock_bg.jpg) no-repeat left bottom;
	width:380px;
	/*float:left;*/
	height:165px;
	margin-top:20px;
}
.shadow_bigblock_title {
	background:#fff url(images/shadow_bigblock_title_bg.jpg) no-repeat left top;
	width:380px;
	float:left;
	color:#000;
	font-size:11px;
	/*font-weight:bold;
	 text-transform:uppercase; */
	overflow:hidden;
	height:30px;
}
.shadow_bigblock_title_in {
	padding:10px 5px 0px 18px;
	float:left;
	width:auto;
	color:#fff;
}
.shadow_bigblock_content {
	width:auto;
	padding:7px 15px 15px 17px;
	float:left;
	text-align:left;
	font-size:11px;
}
.stock_search_img img {
	border:1px solid #BCDAF5;
}
.feedback {
	padding-bottom:50px;
}
.index_shift_left {
	position:relative;
	left:-19px;
}
.shadow_bigblock_content .infobox .infoBoxContents {
	line-height:20px;
}
.shadow_bigblock_content .infobox {
	width:325px;
}
.shadow_bigblock_content .infobox td {
	/*border-top:1px solid #333;*/
}
.price_box_center {
	border-bottom:1px solid #333;
	border-left:1px solid #333;
}
.price_box_first {
	border-bottom:1px solid #333;
}
.megablock {
	background:#fff url(images/mega_box.jpg) no-repeat left bottom;
	width:580px;
	float:left;/*margin-top:20px;*/
	height:auto;
	position:relative;
	top:-2px;
	left:-18px;
}
.megablock_title {
	background:#fff url(images/mega_box_title.jpg) no-repeat left top;
	width:580px;
	float:left;
	color:#000;
	font-size:11px;
	/*font-weight:bold;
	 text-transform:uppercase; */
	overflow:hidden;
	height:30px;
}
.megablock_title_in {
	padding:10px 5px 0px 18px;
	float:left;
	width:auto;
	color:#fff;
}
.megablock_content {
	width:auto;
	padding:7px 15px 15px 17px;
	float:left;
	text-align:left;
	font-size:11px;
}
.megablock_content table.productListing {
	border:none;
	border-spacing:1px;
	position:relative;
	top:-34px;
	width:535px;
}
*html .megablock_content table.productListing {
	border:none;
	border-spacing:1px;
	position:relative;
	top:-30px;
	width:535px;
}
.megablock_content .productListing-heading {
	background:none;
	color:#FFFFFF;
	font-family:Verdana,Arial,sans-serif;
	font-size:10px;
	font-weight:normal;
}
.megablock_content td.productListing-data {
	/*text-align:left;*/
}
.megablock_content .productListing-gap {
	background:none;
	line-height:10px;
}
.megablock_content tr.productListing-odd, .megablock_content tr.productListing-even {
	background:none;
	/*color:#FFFFFF;
	font-family:Verdana,Arial,sans-serif;
	font-size:10px;
	font-weight:bold;*/
}

/*tr.accountHistory-odd, tr.addressBook-odd, tr.alsoPurchased-odd, tr.payment-odd, tr.productListing-odd, tr.productReviews-odd, tr.upcomingProducts-odd, tr.shippingOptions-odd {stylesheet.css (line 195)
background:#F8F8F9 none repeat scroll 0 0;
}


tr.accountHistory-even, tr.addressBook-even, tr.alsoPurchased-even, tr.payment-even, tr.productListing-even, tr.productReviews-even, tr.upcomingProducts-even, tr.shippingOptions-even {stylesheet.css (line 198)
background:#F8F8F9 none repeat scroll 0 0;
}*/

.tech_arch_links {
	padding:0px;
	margin:0px;
}
.tech_arch_links li {
	list-style-image:none;
	list-style-position:inside;
	list-style-type:disc;
	margin:0;
	padding:0;
	width:100%;
}
.megablock_content a:link, .megablock_content a:visited, .megablock_content:hover {
	font-size:10px;
}
/*new_class*/
.gms_iso{
	display:inline;
	float:left;
	margin-top:220px;
	text-align:center;
	width:87px;
}
.footer_cc{
	float:left;
	margin-left:10px;
}