body{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   background: #e5f1fa;
   color: #003366;
   margin:0px; padding:0px;
}
a { color:#004993; text-decoration:none;}
a:hover { color:#003366; text-decoration:underline;}
img{ border:none;}
form{
	margin:0px;
	padding:0px;
	font-size: 11px;
}
p, h1, h2, h3, h4, h5{
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	margin:0px;
	padding-bottom:5px;
}
p{ line-height:16px;}
h4{ font-size:14px;}
.clear {clear:both;}
.left_float {float:left;}
.right_float{float:right;}


/*main section*/
#main_div{
	background-color: #2f72a6;
	margin:0 auto;
	width: 997px;
	background-image: url(../images/main-bg.png);
	background-repeat: repeat-y;
}
#logo{
	float:left;
	width: 50%;
	height: 78px;
}
#title{
	font-size:36px;
	padding-top: 10px;
	font-weight: bold;
	font-family: "Verdana";
	color: #FFFFFF;
}
#tagline{
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #f5f5f5;
}


/*header block*/
#header{
	height:90px;
	position:relative;
	background-image: url(../images/headerBg.png);
	background-repeat: repeat-x;
}
/* top navigation */
#toplink{
	background-image: url(../images/topBg.jpg);
	background-repeat: no-repeat;
	line-height:16px;
	height:20px;
	color: #FFFFFF;
	width: 225px;
	padding: 2px 0px 0px 25px;
	font-weight: bold;
}

#toplink a{
        text-decoration: none;
        color: #FFFFFF;
}
#toplink a:hover{
        text-decoration: underline;
        color: #FFFFFF;
}

/*top navigation*/
.top_navigation{
	height: 33px;
	background-image: url(../images/top-naviBg.png);
	border-bottom: #2f72a6 solid 7px;
	background-color: #3D78A4;
}
.top_navigation div{
	height: 17px;
	float:left;
	padding:7px 20px 7px 20px;
	line-height: 17px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #286A9B;
}
.top_navigation a{ color:#FFFFFF; text-decoration:none;}
.top_navigation a:hover{ color:#FFFFFF; text-decoration:underline;}


/*left section*/
.left {
	float: left;
	width:220px!important;
	width:221px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 7px!important;
	margin-left: 3px;
	background-color: #FFFFFF;
}
#leftNavi{
	background-color: #FFFFFF;
	font-weight: bold;
}
#leftNavi ul{
	margin: 0px;
	padding: 0px;
}
#leftNavi ul li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#leftNavi ul li a{
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #003366;
	background-image: url(../images/aero.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	margin: 0px;
	height: 16px;
}
#leftNavi ul li a:hover{
	color: #FFFFFF;
	background-image: url(../images/leftNavi-over.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
	background-color: #2c639c;
}

.midBlock	{
	background-color: #FFFFFF;
	width: 47.7%;
	display: block;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
}
.midBlock ul{
	margin: 0px;
	padding: 0px;
}
.midBlock ul li{
	list-style-type: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #003366;
	background-image: url(../images/aero.gif);
	background-repeat: no-repeat;
	background-position: 3px 8px;
	line-height: 14px;
}
.midBlock ul li a{color: #003366;
	text-decoration: none;
	padding:0px 5px 0px 0px;
}
.midBlock ul li a:hover{
	color: #003366;
	text-decoration: underline;
}

.innerBlock{
	width: 47.5%;
	display: block;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	float: left;
}
.innerBlock ul{
	margin: 0px;
	padding: 0px;
}
.innerBlock ul li{
	list-style-type: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 18px;
	color: #003366;
	background-image: url(../images/aero.gif);
	background-repeat: no-repeat;
	background-position: 3px 8px;
	line-height: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
}
.innerBlock ul li a{color: #003366;
	text-decoration: none;
	padding:0px 5px 0px 0px;
}
.innerBlock ul li a:hover{
	color: #003366;
	text-decoration: underline;
}
.sitemap	{
	display: block;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFFFFF;
	border: 1px solid #eeeeee;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.sitemap ul{
	margin: 0px;
	padding: 0px;
}
.sitemap ul li{
	list-style-type: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 20px;
	color: #003366;
	background-image: url(../images/aero.gif);
	background-repeat: no-repeat;
	background-position: 3px 8px;
	line-height: 14px;
}
.sitemap ul li a{color: #003366;
	text-decoration: none;
	padding:0px 5px 0px 0px;
}
.sitemap ul li a:hover{
	color: #003366;
	text-decoration: underline;
}

#cart{
	background-color: #FFFFFF;
	padding-bottom: 0px;
}
#cart ul{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
#cart ul li{
	list-style-type: none;
	margin: 0px;
	padding-bottom:3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	padding-left: 0px;

}
#cart ul li a{
	color: #003366;
}
#cart ul li a:hover{
	color: #003366;
	text-decoration: underline;
}

.right {
	width:757px;
	float:left;
	padding-bottom: 15px;
}

.block_left{
	background-image: url(../images/head-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:33px;
	color: #0b5ca7;
	font-weight: bold;
	font-size: 11px;
}
.block_mid{
	background-image: url(../images/head-mid.jpg);
	background-repeat: repeat-x;
	margin-left:5px;
	padding-left:5px;
	line-height:33px;
	height:33px;
}

.block_02_right{
	background-image: url(../images/head2_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	height:33px;
	color: #0b5ca7;
	font-weight: bold;
}
.block_02_mid{
	background-image: url(../images/head2_mid.png);
	background-repeat: repeat-x;
	padding-left:10px;
	line-height:33px;
	height:33px;
	margin-right: 5px;
}

.block_03_right{
	background-image: url(../images/head3_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	height:33px;
	color: #0b5ca7;
	font-weight: bold;
	font-size: 11px;
}
.block_03_mid{
	background-image: url(../images/head3_mid.png);
	background-repeat: repeat-x;
	padding-left:10px;
	line-height:33px;
	height:33px;
	margin-right: 5px;
}
#guranteedBlock{
	height:143px;
	background-image: url(../images/guranteed-bg.png);
	background-repeat: repeat-x;
	padding: 0px 0px 0px 0px;
}
#guranteedBlock .inner{
	width:610px;
	float:left;
	padding-top: 5px;
}
#guranteedBlock .right{ width:18%; padding:0px;}

#guranteedBlock_02{
	padding: 5px 0px 10px 0px;
	background-color: #316086;
	color: #FFFFFF;
}
#guranteedBlock_02 h1{ 
	font-family:"Trebuchet MS";
	font-size:32px;
	color: #ffffff;
	padding-top: 15px;
	padding: 0px;
	font-weight: normal;
	display:block;
	padding-left: 15px; }

/* footer  */

.footer{
	background-image: url(../images/footBg.png);
	background-repeat: repeat-x;
	background-position: top;
	color:#FFFFFF;
	text-align: center;
	height: 80px;
	padding-top: 2px;
	border-top: #2f72a6 solid 2px;
}
.footer a{
	color:#FFFFFF;
	text-decoration: none;
}
.footer a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}
.copyright_txt{
	line-height:16px;
	padding-top: 15px;
}
.footer_links{
	line-height: 35px;
	font-weight: bold;
	height: 35px;
}


/*others styles*/
.divider{
	height:2px;
	margin:3px 0px 1px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003399;
}
.clear2 {
	background-color: #2F72A6;
	clear:both;
	padding:4px 0px 0px 0px;
}
.clear3 {
clear:both;
background-color: #ffffff;
padding:15px 0px 0px 0px;
}

.clear4 {
	background-color: #2F72A6;
	clear:both;
	padding:4px 0px 0px 0px !important;
	padding:2px 0px 0px 0px;
}
/*headings*/

h1#guranteed{
	font-family:"Trebuchet MS";
	font-size:32px;
	color: #326793;
	padding-top: 15px;
	padding: 0px;
	display:block;
	padding-left: 15px;
	font-weight: normal;
}

.head_01{color:#074992;}
.head_01 a{ color:#0033CC;}
.head_01 a:hover{ color:#0033CC;}

.head_02{color:#326793;
	display: block;
	background-color: #EBF3F8;
	padding: 5px 10px 5px 10px;
	margin-left: 15px;
	font-weight: bold;
	margin-right: 15px;
	border: 1px solid #D1E4F0;}
.head_02 h2{font-size: 15px; margin:0px; padding:0px;}
.head_02 h2 a{ color:#0033CC;}
.head_02 h2 a:hover{ color:#0033CC;}

.head_03{
	color:#FFFFFF;
	display: block;
	font-size: 15px;
	padding: 5px 0px 5px 15px;
	background-image: url(../images/head-03.png);
	font-weight: bold;
	border: 1px solid #CCCCCC;
	height: 18px;
}
.head_03 a{ color:#0033CC;}
.head_03 a:hover{ color:#0033CC;}

.head_04{
	color:#003366;
	display: block;
	background-color: #EBF3F8;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	border: 1px solid #D1E4F0;
	position: relative;
	height:20px;
	line-height: 20px;
}
.head_04 h2{font-size: 15px; margin:0px; padding:0px; float:left;}
.head_04 h2 a{ color:#0033CC;}
.head_04 h2 a:hover{ color:#0033CC;}

.head_05{
	color:#326793;
	display: block;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	font-size: 15px;
}

.head_06{
	color:#326793;
	display: block;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	font-size: 15px;
	background-color: #EEF5F9;
	border: 1px solid #CFE0EF;
}

.head_07{
	color:#3C678E;
	display: block;
	padding: 4px 10px 4px 10px;
	font-weight: bold;
	font-size: 14px;
	background-color: #F8F8F8;
	border: 1px solid #DDDDDD;
	margin: 1px 0px 1px 0px;
}
.head_08{
	color:#FFFFFF;
	display: block;
	padding: 7px 10px 7px 10px;
	font-weight: bold;
	font-size: 12px;
	background-color: #447FAB;
}
/*other TAG*/

.guranteed_txt{
	padding:10px 0px 0px 15px;
	font-size: 12px;
}

/*form button*/
.btn_01{
	background-image:url(../images/btn_01.png);
	border:none;
	height:22px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	font-family:Tahoma;
	width:64px;
	text-align:center;
	padding:0px;
	margin: 0px;
	background-color: #26478C;
}
.btn_01 a{ color:#FFFFFF;}
.btn_01 a:hover{ color:#FFFFFF; text-decoration:none;}
.btn_02{
	background-image:url(../images/btn_02.png);
	border:none;
	height:25px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	font-family:Tahoma;
	width:105px;
	text-align:center;
	line-height: 25px;
	display:block;
	background-color: #25468B;
	margin: 0px;
}
.btn_02 a{
	color:#FFFFFF;
	text-decoration: none;
}
.btn_02 a:hover{
	color:#FFFFFF;
	text-decoration: none;
}
.btn_03{
	background-image:url(../images/btn_03.png);
	border:none;
	height:25px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	font-family:Tahoma;
	width:64px;
	text-align:center;
	line-height: 25px;
	display:block;
	background-color: #25468B;
	margin: 0px;
	background-repeat: no-repeat;
}
.btn_03 a{ color:#FFFFFF; text-decoration:none;}
.btn_03 a:hover{ color:#FFFFFF; text-decoration:none;}
.btn_04{
	background-image:url(../images/btn_04.gif);
	border:none;
	height:25px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	font-family:Tahoma;
	width:110px;
	text-align:center;
	line-height: 25px;
	display:block;
	background-color: #FF6600;
	margin: 0px;
	background-repeat: no-repeat;
}
.btn_04 a{ color:#FFFFFF;}
.btn_04 a:hover{ color:#FFFFFF;text-decoration:none;}

.btn_05{
	background-image:url(../images/btn_05.gif);
	border:none;
	height:25px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	font-family:Tahoma;
	width:130px;
	text-align:center;
	line-height: 25px;
	display:block;
	background-color: #FF6600;
	margin: 0px;
	background-repeat: no-repeat;
}
.btn_05 a{ color:#FFFFFF;}
.btn_05 a:hover{ color:#FFFFFF;text-decoration:none;}

.btn_06{
	background-image:url(../images/btn_06.gif);
	border:none;
	height:25px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	font-family:Tahoma;
	width:150px;
	text-align:center;
	line-height: 25px;
	display:block;
	background-color: #FF6600;
	margin: 0px;
	background-repeat: no-repeat;
}
.btn_06 a{ color:#FFFFFF;}
.btn_06 a:hover{ color:#FFFFFF;text-decoration:none;}
.btn_07{
	background-image:url(../images/btn_07.png);
	border:none;
	height:25px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	font-family:Tahoma;
	width:150px;
	text-align:center;
	line-height: 25px;
	display:block;
	background-color: #26478C;
	margin: 0px;
	background-repeat: no-repeat;
}

.btn_08{
	background-image:url(../images/btn_08.png);
	border:none;
	height:25px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	font-family:Tahoma;
	width:150px;
	text-align:center;
	line-height: 25px;
	display:block;
	background-color: #26478C;
	margin: 0px;
	background-repeat: no-repeat;
}

.samples_block{
	margin-bottom: 15px;
	clear: both;
	height: 190px;
}
#download_block{
	display:block;
	padding: 0px 0px 0px 0px;
	position: relative;
}
#download_block div{
	padding: 5px 15px 5px 15px;
	border: #eeeeee solid 1px;
	float: left;
	width: 12%;
}
#download_block h3{
	font-weight:bold;
	font-size: 13px;
	display: block;
	padding: 0px 0px 0px 0px;
	border-bottom:#eeeeee solid 1px;
}
#download_block p{
	padding: 5px 25px 5px 3px;
}

.certification_block{ height:25px;}
.certification_block div{
	height:16px;
	display: block;
	float:left;
	padding: 5px 15px 0px 10px;
}

/*BACKGROUND COLORS*/

.bg_01{
	background-color:#FFFFFF;
	margin-bottom: 5px;
	padding:10px 10px 5px 10px;
}
.bg_02{
	background-color:#f5f5f5;
	margin: 0px 0px 10px 0px;
	border: 1px solid #E5E5E5;
	padding: 0px 0px 10px 0px;
}
.bg_03{
	background-color:#FFFBF5;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	border: 1px solid #FFE8C6;
}
.bg_04{
	background-color:#E6F0F7;
	padding: 10px 10px 10px 10px;
	border: 1px solid #E1EDF4;
}
.bg_05{
	background-color:#FFFFFF;
	margin-bottom: 5px;
	padding:0px 10px 5px 10px;
}
.bg_06{
	background-color:#FFFFFF;
	margin-bottom: 5px;
	padding:0px 10px 0px 10px;
}
.bg_07{
	padding: 0px 0px 10px 0px;
}
.bg_08{
	padding: 10px 0px 5px 0px;
	background-color: #FFFFFF;
}
.bg_09{
	background-color:#FFFFFF;
	margin-bottom: 10px;
	padding: 0px 0px 10px 0px;
}
.bg_10{
	padding: 3px 0px 0px 280px;
}
.tag{
	width: 25%;
	float: right;
	text-align: right;
	padding-top: 3px;
}


/*BREADCRUMB*/
.breadcrumb{
	height:35px;
	padding-left: 15px;
}
.breadcrumb p{
	height:35px;
	float:left;
	padding:0px 5px 0px 0px;
	display: block;
	line-height: 35px;
	color: #20547C;
}

.breadcrumb p a{
	height:25px;
	padding:0px 13px 0px 0px;
	background-image: url(../images/aero.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: inline;
	color: #1A4464;
}

/* SIGNUP FORM*/
.signup_form{}
.signup_form div{ height:28px;}
.signupBlock{padding:7px 0px 8px 0px;height:20px;}
.signupBlock div{float:left;width: 64px;}
.signup{padding:0px 70px 0px 0px;}

/*SEARCH FORM*/
/*for search page*/
#search_block_search{
	height:40px;
	padding: 0px 0px 0px 13px;
	color: #FFFFFF;
	background-color: #21557C;
	border-left:#FFF solid 10px;
	border-right:#FFF solid 10px;
}
#search_block_search a{ color:#FFF; text-decoration:underline;}
#search_block_search a:hover{ color:#FFF; text-decoration:underline;}
#search_block_search .searchForm{
	display: block;
	margin: 0px 0px 0px 0px;
	height: 27px;
	padding: 6px 0px 5px 0px;
	float: left;
	line-height: 25px;
	width: 580px;
}
#search_block_search .searchForm div{ float:left; padding:0px 0px 0px 10px;}
#search_block_search .searchTxtBox{
	height:22px;
	line-height:22px;
	width:250px !important;
	width:270px;
}

#search_block_search #search_txt{
	font-size:32px;
	float: left;
}


/*for home search*/
#search_block{
	height:40px;
	background-image: url(../images/searchBg.jpg);
	background-repeat: repeat-x;
	padding: 0px 0px 0px 13px;
	color: #FFFFFF;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2F72A6;
	border-bottom-color: #2F72A6;
}
#search_block a{ text-decoration:underline; color:#FFFFFF;}
#search_block a:hover{ text-decoration:underline; color:#FFFFFF;}
#search_block_02{
	height:40px;
	padding: 0px 0px 0px 13px;
	color: #0B5CA7;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2F72A6;
	border-bottom-color: #2F72A6;
	background-color: #D0E2F0;
}
.searchForm{
	display: block;
	margin: 0px 0px 0px 0px;
	height: 27px;
	padding: 6px 0px 5px 0px;
	float: left;
	line-height: 25px;
	width: 600px;
}
.searchForm div{ float:left; padding:0px 0px 0px 10px;}
.searchTxtBox{ 
height:22px; line-height:22px; 
width:280px !important;
width:270px;}

#search_txt{
	font-size:32px;
	float: left;
}

.newForm{
	height:25px;
	padding: 5px 0px 2px 0px;
}
.newForm div{ height:25px; display:inline; padding:0px 0px 0px 15px;}
.newFormBtn{ padding:0px 0px 0px 225px;}

.TxtBox{width:193px;}

#rssTag{
	padding:4px 0px 0px 10px!important;
	padding:4px 0px 0px 10px;
	float: left;}

.trashTag{
	margin:-12px 0px 0px 15px;
	float: right;
}

.register{
	padding-left:170px !important;
	padding-left:160px;
	padding-top: 3px;
}

/*block for width*/
.width20{ width:25%; float:left;}

.width30{width:40%;}

.width50{width:70%;}

/*add to cart button*/
.add2cart{
	padding-right:0px!important;
	padding-right:160px;
	padding-bottom: 3px;
	height: 28px;
	margin-bottom: 0px;
	position:relative;
}
.add2cart .btn_04{
	position:absolute;
	right:15px;
}
.add2cart .btn_03{ position:absolute; right:150px;}
.add2cart .btn_06{ position:absolute; right:0px;}
.add2cart .btn_07{ position:absolute; right:170px;}


.blueTxt{
	color:#006699;
	width: 600px;
	padding: 0px 0px 0px 15px;
	line-height:17px;
}
.orangeTxt{
	color: #FF6600;
}
#shortcut{margin: 10px 10px 0px 10px;
	background-color: #DFF4FF;
	padding: 7px;
	color: #003366;
	line-height:18px;}

#valuePack{
	margin: 10px 10px 10px 10px;
	color: #003366;
	background-image: url(../images/value_pack_bg.gif);
	background-repeat: repeat-x;
	border: #dddddd solid 1px;
	padding-bottom: 5px;
}
#valuePackTxt{ float:left; width:615px; line-height:17px;}
.valuePack_head{
	font-size:25px;
	padding: 5px 0px 15px 10px;
	line-height: 30px;
	color: #006699;
	font-family: "Trebuchet MS";
}
.value_pack_tag{
	background-color:#ECF5FF;
	font-weight: bold;
	height: 26px;
	margin: 0px 0px 5px 0px;
	border: 1px solid #D7ECFD;
}
.productPack{
	margin: 10px 10px 0px 10px;
	color: #003366;
	border: #dddddd solid 1px;
	background-color: #FCF8F5;
	padding: 10px;
}
.bdr{
	border:1px solid #CEE1EF;
	margin: 0px 0px 7px 0px;
}
.memberArea{ height:24px; clear:both;}
.memberArea div{ height:24px; float:left;}
.loginLeft{
	width:46%;
	margin: 0px 10px 0px 15px !important;
	margin: 0px 10px 0px 8px;
	float: left;
	background-color: #E6F0F7;
	height: 250px;
}
.loginRight{
	width: 48%;
	float: left;
	background-color: #E6F0F7;
	height: 250px;
}
.newMid{
	width:800px;
	height: 380px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

/*for cart page*/
.cart_block{
	height:30px;
	display: block;
}
.cart_block div{
	height:16px;
	display: block;
	float:left;
	padding: 5px 15px 0px 10px;
}
.cart_block .delete{
	width:45px;
	padding-left: 30px;
	padding-right: 0px;
}
.cart_block .price{
	padding-left: 45px;
	padding-right: 0px;
}
.cart_block .discount{
	color:#FF6600;
	float: right;
	padding-right: 50px;
}
.cart_block .total_price{
	color:#FF6600;
	float: right;
	padding-right: 40px;
}
.update_block{
	height:30px;
	padding: 5px 0px 0px 560px;
	margin: 3px 0px 0px 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #B3CBFF;
	border-bottom-color: #B3CBFF;
}
.update_block div{
	float:left;
	padding: 0px 15px 0px 0px;
	height: 25px;
	line-height: 25px;
}
.update_block .btn_08{ float:left;}

.forCart{
	margin: 0px 10px 0px 10px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
.forCheckout{
	margin: 0px 10px 0px 10px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	height: 350px;
	padding: 0px;
}
.cart_head{ background-color:#EBF3F8; font-weight:bold;}
.quantity_box{ width:25px; height:14px;}

#secure_tag{
	height:49px;
	padding-top: 15px;
	padding-left: 25px;
}
#secure_tag img{
	float:left;
	margin-left: 5px;
}
#logout{
	height:25px;
	padding:0px;
	text-align: right;
}
#advancedSearch{
	padding:0px 10px 0px 10px;
	display: block;
	background-color: #FFFFFF;
}
#searchResults{ padding:10px 15px 10px 7px; font-weight:bold;}
#searchResults ul{
	margin: 0px;
	padding: 0px;
}
#searchResults ul li{
	list-style-type: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 20px;
	color: #003366;
	background-image: url(../images/aero.gif);
	background-repeat: no-repeat;
	background-position: 3px 8px;
	line-height: 14px;
	border-bottom:#f5f5f5 solid 1px;
}
#searchResults ul li a{color: #003366;
	text-decoration: none;
	padding:0px 5px 0px 0px;
}
#searchResults ul li a:hover{
	color: #003366;
	text-decoration: underline;
}
.certification_block .view{ padding-left:100px;}
.cart_block .view{ padding-left:55px;}
.scart { padding-right: 40px;}
.dcart { padding-right: 50px;}
.tcart { padding-right: 40px;}
#error { color: red; }
.reg_input{ width:380px;}
