@charset "UTF-8";
/*
  $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

*/

.authnet{	
	padding: 8px 0px 0px 0px;
    margin-left: 58px;

}

.boxText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
.errorBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	background: #ffb3b5;
	font-weight: bold;
}
.stockWarning {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #cc0033;
}
.productsNotifications {
	background: #f2fff7;
}
.orderEdit {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #70d250;
	text-decoration: underline;
}
BODY {
	background: #ffffff;
	color: #000000;
	margin: 0px;
}
A {
	color: #000000;
	text-decoration: none;
}
A:hover {
	color: #AABBDD;
	text-decoration: underline;
}
FORM {
	display: inline;
}
TR.header {
	background: #ffffff;
}
TR.headerNavigation {
	background: #bbc3d3;
}
TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #bbc3d3;
	color: #ffffff;
	font-weight : bold;
}
A.headerNavigation {
	color: #FFFFFF;
}
A.headerNavigation:hover {
	color: #ffffff;
}
TR.headerError {
	background: #ff0000;
}
TD.headerError {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #ff0000;
	color: #ffffff;
	font-weight : bold;
	text-align : center;
}
TR.headerInfo {
	background: #00ff00;
}
TD.headerInfo {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
TR.footer {
	background: #bbc3d3;
}
TD.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #bbc3d3;
	color: #ffffff;
	font-weight: bold;
}
.infoBox {
	background: #b6b7cb;
}
.infoBoxContents {
	background: #f8f8f9;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
.infoBoxNotice {
	background: #FF8E90;
}
.infoBoxNoticeContents {
	background: #FFE6E6;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
TD.infoBoxHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: #bbc3d3;
	color: #ffffff;
}
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: #b6b7cb;
	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: 20px;
	font-weight: bold;
	color: #9a9a9a;
}
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.main li {
	list-style-type: disc;
	list-style-position: inside;
	display:list-item;
	margin-left:30px
}
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: 12px;
	font-weight: bold;
}
TD.fieldValue {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
TD.tableHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
SPAN.newItemInCart {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ff0000;
}
CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
TEXTAREA {
	width: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
SPAN.greetUser {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #f0a480;
	font-weight: bold;
}
TABLE.formArea {
	background: #f1f9fe;
	border-color: #7b9ebd;
	border-style: solid;
	border-width: 1px;
}
TD.formAreaTitle {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
SPAN.markProductOutOfStock {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	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;
}
.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;
}
/* IMC CSS Document */



html {
	background-color:#ffffff;
}
body {
	color:#595959;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	text-align:center;
}
body > * {
	text-align: left;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	border:none;
	padding:0px;
	margin:0px;
}
ul {
	margin:0;
	padding:0;
}
li {
	list-style:none;
}
p {
	margin:0;
	margin-bottom:10px;
}
.page {
	width:899px;
	margin:0 auto;
}
.header {
	width:899px;
	overflow:hidden;
}
.header .logo {
	width:229px;
	height:137px;
	float:left;
}
.header .right_box {
	width:670px;
	float:right;
}
.header .login {
	height:19px;
	color:#e5e5e5;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin-left:220px;
}
.header .login .left {
	width:47px;
	height:19px;
	float:left;
	background:url(images/login_left.jpg) left no-repeat;
}
.header .login .right {
	width:47px;
	height:19px;
	float:left;
	background:url(images/login_right.jpg) right no-repeat;
}
.header .login .middle {
	height:19px;
	float:left;
	background:url(images/login_middle.jpg) 0 0 repeat-x;
}
.header .login a {
	color:#e5e5e5;
}
.header .slogan {
	width:240px;
	height:44px;
	float:left;
	text-align:center;
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#014d82;
	line-height:20px;
	padding-top:20px;
}
.header .slogan .text_1 {
	font-size:11px;
	font-weight:normal;
}
.header .live_help {
	width:147px;
	height:64px;
	float:right;
}
.main_menu {
	width:670px;
	float:right;
	margin-top:18px;
}
.main_menu .link a {
	width:132px;
	height:29px;
	float:left;
	text-align:center;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background:url(images/main_menu.jpg) 0 0 no-repeat;
	display:block;
	margin-left:2px;
	padding-bottom:8px;
	line-height:29px;
	display:inline;
	font-size:12px;
}
.main_menu .link a:hover {
	text-decoration:none;
	background:url(images/main_menu.jpg) 0 -36px no-repeat;
	font-size:12px;
}
.main {
	width:899px;
	margin-top:2px;
}
.clearfix {
	clear:both;
}
.left_column {
	width:229px;
	float:left;
}
.right_column {
	width:668px;
	float:right;
}
.right_column > table, .right_column > form > table {
	padding: 0 10px
}
.main table.main_table {
	width:650px;
	border:none;
}
.header_image {
	width:229px;
	height:228px;
	overflow:hidden;
}
.banner {
	width:668px;
	height:228px;
	background:url(images/header_banner.jpg) 0 0 no-repeat;
}
.banner .top {
	width:100%;
	height:190px;
	overflow:hidden;
}
.banner .bottom {
	width:648px;
	height:38px;
	overflow:hidden;
	padding-left:20px;
	text-align:center;
}
.banner .text {
	width:280px;
	/width:300px;
	float:left;
	margin:50px 0px 0px 0px;
	padding-left:30px;
	color:#FFFFFF;
	line-height:12px;
	font-size:9px;
	text-align:justify
}
.banner .price {
	font-size:20px;
	color:#FFFFFF;
	text-align:center;
	padding:12px;
	background-color:#276d9d;
	margin:0 40px;

}
.banner .image {
	width:298px;
	height:137px;
	overflow:hidden;
	border:solid 1px #a7c4d7;
	margin-top:15px;
	margin-right:32px;
	float:right;
	display:inline;
}
.box_1 {
	width:229px;
	background-color:#dcdee0;
	margin-top:2px;
	color:#343434;
}
.box_1 .top {
	width:229px;
	height:8px;
	background:url(images/box_1_top.jpg) top no-repeat;
}
.box_1 .bottom {
	width:229px;
	height:8px;
	background:url(images/box_1_bottom.jpg) bottom no-repeat;
}
.box_1 .content {
	width:209px;
	overflow:auto;
	padding:0 10px;
}
.box_1 .title {
	width:100%;
	color:#014e84;
	font-size:15px;
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom:solid 1px #eeeff0;
	text-align:center;
}
.box_1 .cart_buttons {
	width:100%;
	padding-top:8px;
	text-align:center;
}
.box_1 .links {
	width:171px;
	margin:auto;
}
.box_1 .links .image {
	width:169px;
	margin:10px 0;
	border:solid 1px #91a8c8;
}
.button_1 {
	width:117px;
	height:29px;
	border:none;
	background:url(images/button_02.gif) 0 0 no-repeat;
	text-align:center;
	color:#FFFFFF;
	padding-bottom:5px;
	cursor:pointer;
}
.button_2 a {
	width:117px;
	height:30px;
	border:none;
	background:url(images/button_01.gif) 0 0 no-repeat;
	text-align:center;
	color:#015995;
	padding-top:7px;
	margin:0px auto;
	display:block;
	font-size:12px;
}
.button_2 a:hover {
	text-decoration:none;
	font-size:12px;
}
.button_3 {
	width:117px;
	height:29px;
	border:none;
	background:url(images/button_03.gif) 0 0 no-repeat;
	text-align:center;
	color:#FFFFFF;
	padding-bottom:4px;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.menu {
	width:100%;
	padding:10px 0;
	text-align:center;
	font-size:14px;
}
.menu a {
	color:#757575;
}
.add_1 {
	width:668px;
	height:137px;
	overflow:hidden;
	background:url(images/add_01.jpg) 0 0 no-repeat;
}
.add_1 .text {
	width:300px;
	float:left;
	margin-left:210px;
	color:#0a5184;
	line-height:24px;
	padding-top:40px;
	display:inline;
}
.add_1 .buy {
	width:150px;
	float:right;
	padding:92px 0 0 0;
	display:inline;
}
.text_2 {
	font-size:18px;
}
.information {
	width:648px;
	padding:20px 0 20px 20px;
	line-height:22px;
}
.color_1 {
	color:#e80000;
}
.footer {
	width:100%;
	border-top:1px solid #bebebe;
	text-align:center;
	color:#7e4943;
	font-size:11px;
	line-height:20px;
	padding:15px 0;
	clear:both;
}
.footer a {
	color:#8c8c8c;
}
/*** Begin Header Tags SEO ***/

h1 {
	color:#9A9A9A;
	font-family:Verdana, Arial, sans-serif;
	font-size:20px;
	font-weight:bold;
	margin-bottom: 0;
	padding-bottom: 0;
}
h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 0;
	color:#9A9A9A;
}

table.tablemain{
	width:899px;
	margin:0 auto;
	padding:0;
	border:none;
}
table.tablemain td, tr{
	font-size:12px;
}
table .tablemain tr, table .tablemain td{ padding:0;border:none;}

#twitterFollowBadge{ position:absolute; top:135px; right:0;}
/*** End Header Tags SEO ***/

/* Home Page css*/
.newRightCon {width:648px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; line-height:16px;}
.bluehd {font-size:16px; color:#00457c; display:block; padding-bottom:10px; line-height:normal; font-weight:bold;}
.contantBox {background:url(images/gray_dot.jpg) repeat-x bottom; padding:18px 0;}
.newRightCon .clr {clear:both;}
.leftBox {width:241px; float:left; padding:20px 0;}
.grayText {background:#f9f9fa; padding:3px; margin:3px 0 8px 0; color:#074b8d; font-size:11px;}
.rightBox {float:right; width:392px; padding:17px 0;}
.blueClr {color:#025c9a;}
.gradientBlueBox {background:#f3fdff url(images/gradint_blue_bg.jpg) repeat-x center; border:1px solid #a7dee9; padding:8px;}
.botTextCon{border-bottom:1px dotted #025c9a;border-top:1px dotted #025c9a; padding:20px 0;}
.botTextBox {background:#f9fefe; border-bottom:1px solid #d7eff1; padding:7px; margin-bottom:10px;}
.blueBigText {text-align:center; font-size:18px; line-height:normal; padding-top:10px; color:#005d9a;}
.warrentyBox {float:left; width:180px; text-align:center; font-size:11px;}
a.norlink:link, a.norlink:visited {color:#000; text-decoration:underline;}
a.norlink:hover {text-decoration:none;}
.botLast {float:left; width:280px; line-height:22px;}
