a:link {
	/*color: #303030;*/
	color: #1969CD;
	text-decoration: none;
}
a:visited {
	/*color: #202020;*/
	color: #1969CD;
	text-decoration: none;
}
a:hover {
	/*color: #1969CD;*/
	color: #405c80;
	text-decoration: none;
}
a:active {
	/*color: #1969CD;*/
	color: #405c80;
	text-decoration: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 16px;
	line-height: 30px;
/*	font-weight: bold; */
	font-weight: normal;
	color: #1C519C;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #787878;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}
/*h2 {
	font-size: 19px;
	line-height: 30px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h3 {
	font-size: 17px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

h4 {
font-family: cursive;	
font-size: 16px;
	line-height: 15px;
	font-weight: bold;
	color: blue;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h5 {
font-family: fantasy;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	color: navy;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}*/
h2 {
margin-top: 15px;
line-height: 22px;
font-weight: normal;
text-align: justify;
font-size: 18px;
color: #000000;
/*color: #050580;*/
font-family: Arial, Helvetica, sans-serif;}

h3 {
margin-top: 15px;
line-height: 20px;
font-weight: normal;
text-align: justify;
font-size: 19px;
color: #000000;
font-family: Calibri,Arial, Helvetica, sans-serif;}

h4 {
font-weight: normal;
line-height: 18px;
text-align: justify;
font-size: 16px;
color: #333399;
font-family: Calibri,Arial, Helvetica, sans-serif;}

h5 {
text-align: justify;
font-size: 13px;
color: #000000;
font-family: Arial, Helvetica, sans-serif;}

h6 {
font-family: sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: teal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

input {
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 0px;
}


/* EDIT By Tonny*/

#menu {
				font-family: Arial, sans-serif;
				font-weight: bold; 
			/*	text-transform: uppercase; */
				margin: 10px 0;
				padding: 0;
				list-style-type: none;
				background-color: #eee;
				background: url(Shoppingcart/img_css/grey_bottom.png);
				font-size: 13px;
				height: 36px;
				border-top: 2px solid #eee;
				border-bottom: 2px solid #ccc;

			}
			#menu li {
				float: left;
				margin: 0;				
			}
			#menu li a {
				text-decoration: none;
				display: block;
				padding: 0 10px;
				line-height: 38px;
				color: #666;
			}
			#menu li a:hover, #menu li.active a {
				/*background-color: #707070;*/
				background: url(Shoppingcart/img_css/grey_hover.png);
				border-bottom: 2px solid #ccc;
				height: 35px;
				color: #fff;
			}
			#menu li.active a {
				/*background-color: #707070;*/
				background: url(Shoppingcart/img_css/grey_active.png);
				border-left: 1px solid #ccc;
				border-bottom: 2px solid #ccc;
				border-right: 1px solid #fff;
				height: 35px;
				color: #fff;
			}
			#menu_wrapper ul {margin-left: 10px;}
	/*	#menu_wrapper {padding: 0 10px 10px 0; background: url(Shoppingcart/img_css/grey.png) no-repeat right;}
			#menu_wrapper div {float: left; height: 60px; width: 10px; background: url(Shoppingcart/img_css/grey.png) no-repeat left;}      */
		
			/* Black Menu */
			#menu_wrapper.black ul {
				border-top: 2px solid #333;
				border-bottom: 2px solid #000;
				background: #333;}
			#menu_wrapper.black a {color: #CCC;}
			#menu_wrapper.black li a:hover, #menu_wrapper.black li.active a {color: #999; background: #555; border-bottom: 2px solid #444;}
			#menu_wrapper.black {background: url(Shoppingcart/img_css/black.png) no-repeat right;}
			#menu_wrapper.black div {background: url(Shoppingcart/img_css/black.png) no-repeat left;}
			
			/* Blue Menu */
			#menu_wrapper.blue ul {
				border-top: 2px solid #356AA0;
				border-bottom: 2px solid #204061;
				background: #356AA0;}
			#menu_wrapper.blue a {color: #fff;}
			#menu_wrapper.blue li a:hover, #menu_wrapper.blue li.active a {color: #90CDFF; background: #3D7BBB; border-bottom: 2px solid #356AA0;}
			#menu_wrapper.blue {background: url(Shoppingcart/img_css/blue.png) no-repeat right;}
			#menu_wrapper.blue div {background: url(Shoppingcart/img_css/blue.png) no-repeat left;}
			
			/* Red Menu */
			#menu_wrapper.red ul {
				border-top: 2px solid #660000;
				border-bottom: 2px solid #450000;
				background: #660000;}
			#menu_wrapper.red a {color: #fff;}
			#menu_wrapper.red li a:hover, #menu_wrapper.red li.active a {color: #F27F84; background: #990000; border-bottom: 2px solid #660000;}
			#menu_wrapper.red {background: url(Shoppingcart/img_css/red.png) no-repeat right;}
			#menu_wrapper.red div {background: url(Shoppingcart/img_css/red.png) no-repeat left;}
			
			/* Orange Menu */
			#menu_wrapper.orange ul {
				border-top: 2px solid #d15600;
				border-bottom: 2px solid #B44500;
				background: #d15600;}
			#menu_wrapper.orange a {color: #fff;}
			#menu_wrapper.orange li a:hover, #menu_wrapper.orange li.active a {color: #FA9B5B; background: #B44500; border-bottom: 2px solid #d15600;}
			#menu_wrapper.orange {background: url(Shoppingcart/img_css/orange.png) no-repeat right;}
			#menu_wrapper.orange div {background: url(Shoppingcart/img_css/orange.png) no-repeat left;}

/* start menu bar */			
			
#startmenu {
				font-family: Arial, sans-serif;
				font-weight: bold; 
			/*	text-transform: uppercase; */
				margin: 0px 0;
				padding: 0;
				list-style-type: none;
				background-color: #eee;
				background: url(Shoppingcart/img_css/loginmenu_bg.gif);
				font-size: 13px;
				height: 36px;
				border-top: 2px solid #eee;
				border-bottom: 2px solid #646464;

			}			
			#startmenu li {
				float: left;
				margin: 0;
				margin-left: 10px;
			}
			#startmenu li a {
				text-decoration: none;
				display: block;
				padding: 0 10px;
				line-height: 38px;
				color: #ffffff;
			}
			#startmenu li li a {
				text-decoration: none;
				display: block;
				padding: 0 10px;
				line-height: 22px;
				color: #ffffff;
			}
			#startmenu li a:hover, #startmenu li.active a {
				/*background-color: #707070;*/
				background: url(Shoppingcart/img_css/loginmenu_hover.gif);
				border-top: 1px solid #888;
				border-bottom: 1px solid #bbb;
				height: 35px;
				color: #fff;
			}			
			#startmenu li li a:hover, #startmenu li li.active a {
				/*background-color: #707070;*/
				background: url(Shoppingcart/img_css/loginmenu_hover.gif);
				border-top: 1px solid #888;
				border-bottom: 1px solid #bbb;
				height: 22px;
				color: #fff;
			}
			
/* login menu bar */

#loginmenu {
				font-family: Arial, sans-serif;
				font-weight: bold; 
			/*	text-transform: uppercase; */
				margin: 10px 0;
				padding: 0;
				list-style-type: none;
				background-color: #eee;
				background: url(Shoppingcart/img_css/loginmenu_bg.gif);
				font-size: 13px;
				height: 36px;
				border-top: 2px solid #eee;
				border-bottom: 2px solid #646464;

			}
			#loginmenu li {
				float: left;
				margin: 0;
				margin-left: 10px;
			}
			#loginmenu li a {
				text-decoration: none;
				display: block;
				padding: 0 10px;
				line-height: 38px;
				color: #ffffff;
			}
			#loginmenu li a:hover, #loginmenu li.active a {
				/*background-color: #707070;*/
				background: url(Shoppingcart/img_css/loginmenu_hover.gif);
				border-top: 1px solid #888;
				border-bottom: 1px solid #bbb;
				height: 35px;
				color: #fff;
			}
		

/* menu1 second bar */			
#menu_s1 {
				font-family: Arial, sans-serif;
				/*font-weight: bold;
				text-transform: uppercase;*/
				margin: 10px 0;
				padding: 0;
				list-style-type: none;
				/*background-color: #eee;*/
				/*background: url(images/grey_bottom.png)*/
				font-size: 13px;
				height: 20px;
				/*border-top: 2px solid #eeeeee;
				border-bottom: 2px solid #ccc;*/
			}
			#menu_s1 li {
				float: left;
				margin: 0;				
			}
			#menu_s1 li a {
				text-decoration: none;
				display: block;
				padding: 0 20px;
				line-height: 20px;
				color: #666;
			}
			#menu_s1 li a:hover, #menu_s1 li.active a {
				/*background-color: #f5f5f5;
				background: url(images/grey_hover.png)
				border-bottom: 2px solid #DDD;*/
				color: #bbb1f4;
			}
			#menu_s1 li.active a{
				color: #573be5;
			}
.title_number{
padding: 5px;
font-size:20px;
font-weight:400;
font-family: Arial;
/*font-family: fantasy;*/
text-align:center;
vertical-align:middle;
}

.title_tr_order{
background-color:#f0f0e0;
}
.title_tr_pob{
background-color:#f0f0e0;
}
.title_tr_line{
background-color:#ffffff;
}

.title_tr_quote{
background-color:#f0f0e0;
}

.design1_img{
	background-image: url('Shoppingcart/picx/sls-btn/sampleartwork.gif');
	background-repeat: no-repeat;
	width: 50px;
	height: 25px;

}

.design2_img{
	background-image: url('Shoppingcart/picx/sls-btn/finalartwork.gif');
	background-repeat: no-repeat;
	width: 50px;
	height: 25px;
}

/* EDIT By Tonny*/

#columnleft {
	float: left;
	width: 180px;
}
#columnmiddlea {
	padding-right: 205px;
	padding-left: 205px;
}
#columnmiddleb {
	padding-left: 205px;
}
#columnright {
	float: right;
	width: 180px;
}
#containera {
	background-color: #FFFFFF;
	width: 950px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#containerb {
	background-color: #FFFFFF;
	/*width: 900px;*/
	width: 950px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	/*padding-top: 10px; */
	padding-top:0px;
	/*padding-right: 25px;*/
	padding-right: 0px;
	padding-bottom: 0px;
	/*padding-bottom:15px;*/
	/*padding-left: 25px;*/
	padding-left: 0px;
}
#containerc {
	background-color: #696969;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#footer {
	font-size: 10px;
	line-height: 40px;
	/*color: #C8D7F0;*/
	/*background-color: #235FC8;*/
	color: #000000;
	background: url(Shoppingcart/img_css/footer_bg.gif);
	width: 900px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
}

#header {
	background-image: url('/logo/111.png');
/*	background-image: url('wp-content/themes/theme666/img/lgo_momentumprint.jpg');  */
	background-repeat: no-repeat;
	width: 100%;	
	height: 56px;
    padding-right: 0px;
	padding-left: 0px;
    margin-top:2px;
	margin-bottom: 2px;
}



#header_001{
	background-image: url('/logo/001.png');
	background-repeat: no-repeat;
	width: 100%;	
	height: 56px;
    padding-right: 0px;
	padding-left: 0px;
    margin-top:2px;
	margin-bottom: 2px;
}

#header_002{
	background-image: url('/logo/002.png');
	background-repeat: no-repeat;
	width: 100%;	
	height: 56px;
    padding-right: 0px;
	padding-left: 0px;
    margin-top:2px;
	margin-bottom: 2px;
}

#header_003{
	background-image: url('/logo/003.png');
	background-repeat: no-repeat;
	width: 100%;	
	height: 56px;
    padding-right: 0px;
	padding-left: 0px;
    margin-top:2px;
	margin-bottom: 2px;
}

#header_00305{
	background-image: url('/logo/00305.png');
	background-repeat: no-repeat;
	width: 100%;	
	height: 56px;
    padding-right: 0px;
	padding-left: 0px;
    margin-top:2px;
	margin-bottom: 2px;
}

#header_006{
	background-image: url('/logo/006.png');
	background-repeat: no-repeat;
	width: 100%;	
	height: 56px;
    padding-right: 0px;
	padding-left: 0px;
    margin-top:2px;
	margin-bottom: 2px;
}

#header_010{
	background-image: url('/logo/010.png');
	background-repeat: no-repeat;
	width: 100%;	
	height: 56px;
    padding-right: 0px;
	padding-left: 0px;
    margin-top:2px;
	margin-bottom: 2px;
}

#header_011{
	background-image: url('/logo/011.png');
	background-repeat: no-repeat;
	width: 100%;	
	height: 56px;
    padding-right: 0px;
	padding-left: 0px;
    margin-top:2px;
	margin-bottom: 2px;
}

#header_035{
	background-image: url('/logo/035.png');
	background-repeat: no-repeat;
	width: 100%;	
	height: 56px;
    padding-right: 0px;
	padding-left: 0px;
    margin-top:2px;
	margin-bottom: 2px;
}

#header_050{
	background-image: url('/logo/050.png');
	background-repeat: no-repeat;
	width: 100%;	
	height: 56px;
    padding-right: 0px;
	padding-left: 0px;
    margin-top:2px;
	margin-bottom: 2px;
}


#header_075{
	background-image: url('/logo/075.png');
	background-repeat: no-repeat;
	width: 100%;	
	height: 56px;
    padding-right: 0px;
	padding-left: 0px;
    margin-top:2px;
	margin-bottom: 2px;
}

#header_087{
	background-image: url('/logo/087.png');
	background-repeat: no-repeat;
	width: 100%;	
	height: 56px;
    padding-right: 0px;
	padding-left: 0px;
    margin-top:2px;
	margin-bottom: 2px;
}

#header_088{
	background-image: url('/logo/088.png');
	background-repeat: no-repeat;
	width: 100%;	
	height: 56px;
    padding-right: 0px;
	padding-left: 0px;
    margin-top:2px;
	margin-bottom: 2px;
}

#header_004{
	background-image: url('/logo/004.png');
	background-repeat: no-repeat;
	width: 100%;	
	height: 56px;
    padding-right: 0px;
	padding-left: 0px;
    margin-top:2px;
	margin-bottom: 2px;
}


#header_100{
	background-image: url('/logo/100.png');
	background-repeat: no-repeat;
	width: 100%;	
	height: 56px;
    padding-right: 0px;
	padding-left: 0px;
    margin-top:2px;
	margin-bottom: 2px;
}

#header_111{
	background-image: url('/logo/111.png');
	background-repeat: no-repeat;
	width: 100%;	
	height: 56px;
    padding-right: 0px;
	padding-left: 0px;
    margin-top:2px;
	margin-bottom: 2px;
}

#header_300{
	background-image: url('/logo/300.png');
	background-repeat: no-repeat;
	width: 100%;	
	height: 56px;
    padding-right: 0px;
	padding-left: 0px;
    margin-top:2px;
	margin-bottom: 2px;
}

#header_671{
	background-image: url('/logo/671.png');
	background-repeat: no-repeat;
	width: 100%;	
	height: 56px;
    padding-right: 0px;
	padding-left: 0px;
    margin-top:2px;
	margin-bottom: 2px;
}

#headerdeco {
	background-color: #F03223;
	height: 10px;
	margin-bottom: 50px;
}
#logomomentum {
	float: left;
	clear: left;
}
#logosupport {
	float: right;
}
#logosupport img {
	margin-left: 25px;
}
#mainmenu {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	/*background-color: #1969CD;*/
	background: url(Shoppingcart/img_css/loginmenu_bg.gif);
	width: 930px;
	height: 25px;
	padding: 10px;
	border-top: 2px solid #eee;
	border-bottom: 2px solid #646464;
	/*border-bottom: 1px solid #145AC3;	*/
}
#searchbar {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	/*background-color: #235FC8;*/
	width: 900px;
	height: 15px;
	line-height: 10px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	/*border-top: 1px solid #2D73D7;*/
}
.clearboth {
	clear: both;
	height: 0px;
}
.featurecontainer {
	/*margin-bottom: 15px;*/
	margin-bottom: 15px;
	padding-bottom: 0px;
	/*padding-bottom: 15px;*/
	border-bottom-width: 1px;
	/*border-bottom-style: dashed; */
	border-bottom-color: #B4B4B4;
}
.featureitem {
	font-size: 11px;
	background-image: url('wp-content/themes/theme666/img/icn_arrowblue.gif');
	background-repeat: no-repeat;
	background-position: 2px 3px;
	display: block;
	padding-bottom: 10px;
	/*padding-bottom: 10px;*/
	padding-left: 20px;
}
.featuretitle {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #EB3223;
	display: block;
	margin: 0px;
	padding-bottom: 10px;
	/*padding-bottom: 10px;*/
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.navlistcategory {
	text-transform: uppercase;
	font-size: 11px;
	padding-top: 25px;
}
.navlistcategory a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.navlistcategory a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.navlistcategory a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.navlistcategory a:active {
	color: #CCCCCC;
	text-decoration: underline;
}
.navlistitem {
	font-size: 10px;
}
.navlistitem a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.navlistitem a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.navlistitem a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.navlistitem a:active {
	color: #CCCCCC;
	text-decoration: underline;
}
.navlistset {
	float: left;
	margin-right: 25px;
}
.post {
	/*margin-bottom: 30px;*/
	margin-bottom: 0px;
	/*padding-bottom: 15px;*/
	padding-bottom: 0px;
	border-bottom-width: 1px;
	/*border-bottom-style: dashed;*/
	border-bottom-color: #B4B4B4;
}

.pocontainer {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B4B4B4;
}

.potitle {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #EB3223;
	display: block;
	margin: 0px;
	padding-bottom: 10px;
}

.plinkcontainer {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B4B4B4;
}

.plinktitle {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #EB3223;
	display: block;
	margin: 0px;
	padding-bottom: 10px;
}

.plinkitem {
	font-size: 11px;
	background-image: url('wp-content/themes/theme666/img/icn_arrowgrey.gif');
	background-repeat: no-repeat;
	background-position: 2px 3px;
	display: block;
	padding-bottom: 10px;
	padding-left: 20px;
}
.qlinkcategory {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #555555;
	display: block;
	padding-bottom: 10px;
}
.searchcontainer {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	/*border-bottom-style: dashed;*/
	border-bottom-color: #B4B4B4;
}

.searchtitle {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #EB3223;
	display: block;
	margin: 0px;
	padding-bottom: 10px;	
}

.slinkcontainer {
    margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	/*border-bottom-style: dashed;*/
	border-bottom-color: #B4B4B4;
}

.slinktitle {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #EB3223;
	display: block;
	margin: 0px;
	padding-bottom: 10px;
}

.slinkitem {
	font-size: 11px;
	background-image: url('wp-content/themes/theme666/img/icn_arrowgrey.gif');
	background-repeat: no-repeat;
	background-position: 2px 3px;
	display: block;
	padding-bottom: 10px;
	padding-left: 20px;
}


.qlinkcontainer {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	/*border-bottom-style: dashed;*/
	border-bottom-color: #B4B4B4;
}
.qlinkitem {
	font-size: 12px;
	/*background-image: url('wp-content/themes/theme666/img/icn_arrowgrey.gif');*/
	background-repeat: no-repeat;
	background-position: 2px 3px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	text-decoration: none;
}
/* Addon [ Forms ] ------------------- */
#stereolabels input, #stereolabels textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 144px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#stereolabels input.inside, #stereolabels textarea.inside {
  color: #999999;
}
/* Addon [ Nav ] --------------------- */
#suckerfishnav {
	background: #1969CD;
}
#suckerfishnav, #suckerfishnav ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 25px;
}
#suckerfishnav a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 0px 15px 0px 15px;
}
#suckerfishnav li {
	float: left;
	padding: 0px;
	border-right: 0px solid #FFFFFF;
}
#suckerfishnav ul {
	font-weight: normal;
	line-height: 1px;
	margin: 0px;
	position: absolute;
	left: -999em;
}
#suckerfishnav li li {
	clear: both;
	width: 175px;
	padding: 0px;
	border-bottom: 1px solid #69C3EB;
}
#suckerfishnav li li a {
	font-size: 11px;
	text-transform: capitalize;
	color: #CDE1FA;
	background-image: url('wp-content/themes/theme666/img/icn_arrowwhite.gif');
	background-repeat: no-repeat;
	background-position: 12px 11px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 22px;	
}

#suckerfishnav li ul ul {
	margin: -25px 0 0 175px;
}
#suckerfishnav li li:hover {
	background: #4BAFF0;
}
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
	color: #FFFFFF;
}
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
	color: #FFFFFF;
}
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
	color: #CDE1FA;
}
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
	left: -999em;
}
#suckerfishnav li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
	background: #3791E1;
	left: auto;
}
#suckerfishnav li li:hover ul, #suckerfishnav li li.sfhover ul {
	background: #3791E1;
	border-left: 1px solid #FFFFFF;
	left: auto;
}
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
	background: #3791E1;
}


/* ========================================= */
.style1 {color: #003366}
.style2 {color: #FF0000}
.style3 {color: #000066}
.style4 {color: #003366; font-weight: bold; font-size: 16px;}
.style5 {
	color: #003333;
	font-style: italic;
}
.style8 {font-size: 12px}
.style10 {font-size: 12px; font-style: italic; }

.maintabletopbg {background-image: url('img/block_l1.png');
	background-repeat: no-repeat;}

.fullbg {background-image: url('img/block_12.png');
background-repeat: no-repeat;}
	
.maintablebottombg {background-image: url('img/block_lb1.png');
	background-repeat: no-repeat;}

.righttabletopbg1 {background-image: url('img/tbbg1_t.png');
	background-repeat: no-repeat;}

.righttabletopbg2 {background-image: url('img/tbbg2_t.png');
	background-repeat: no-repeat;}	
	
.righttabletopbg3 {background-image: url('img/tbbg3_t.png');
	background-repeat: no-repeat;}	
	
.righttabletopbg4 {background-image: url('img/tbbg4_t.png');
	background-repeat: no-repeat;}	

.righttabletopbg5 {background-image: url('img/tbbg5_t.png');
	background-repeat: no-repeat;}
	
.righttabletopbg6 {background-image: url('img/tbbg6_t.png');
	background-repeat: no-repeat;}

.righttabletopbg7 {background-image: url('img/pharmacy_bg.png');
	background-repeat: no-repeat;}	
	
.righttablemiddlebg {background-image: url('img/tbbg1_m.png');}

.righttablebottombg {background-image: url('img/tbbg1_b.png');
	background-repeat: no-repeat;}

.righttablefont1 {
font-size: 12px;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
text-align: justify;
padding-left: 10px;}

.righttablefont2 {
font-size: 12px;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
text-align: justify;}

.righttablefont3 {
font-size: 12px;
color: #FF0000;
font-family: Arial, Helvetica, sans-serif;
font-style: italic;}

.righttablefont4 {
font-size: 12px;
color: #1969cd;
font-family: Arial, Helvetica, sans-serif;}

.maintablefont1 {
font-weight: normal;
font-size: 15px;
color: #000000;
font-family: Arial, Helvetica, sans-serif;}

.maintablefont2 {
text-align: justify;
font-size: 14px;
color: #050580;
font-family: Arial, Helvetica, sans-serif;}

.maintablefont3 {
text-align: justify;
line-height: 19px;
font-size: 15px;
color: #000000;
font-family: Calibri, Arial, Helvetica, sans-serif;}

.logincentretitle {
font-size: 12px;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
/*text-align: justify;*/
vertical-align: middle;
padding-left: 0px;
padding-top: 0px;}

.logincentretext1{
font-size: 12px;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
/*text-align: justify;*/
padding-left: 10px;}

.logincentretext2{
font-size: 11px;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
/*text-align: justify;*/
padding-left: 0px;}

.bar1{
vertical-align: middle;
color: #FFFFFF;
background-image: url('Shoppingcart/qimages/bar1.jpg');
}

.bar2{
vertical-align: middle;
color: #FFFFFF;
background-image: url('Shoppingcart/qimages/bar2.jpg');
}

.bar3 {
font-size: 12px;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
vertical-align: middle;
}

.bar4{
vertical-align: middle;
color: #000000;
background-image: url('Shoppingcart/pic/table-top-bg.gif');
}

.bar5{
vertical-align: middle;
color: #FFFFFF;
background-image: url('Shoppingcart/qimages/bar5.jpg');
}

.bar6{
vertical-align: middle;
color: #FFFFFF;
background-image: url('Shoppingcart/qimages/bar6.jpg');
}

.AREF{
	background-color: #ffffff;
}

.SREF{
/*	background-color: #9595ff; */
	color:#ff0000;
}

.CREF{
/*	background-color: #ffbdcf; */
    color:#77cc77;
}

.pgrptxt{
	font-size: 14px;
}

#SUM_ALL{
	text-align: right;
	color: #1d24ff;
	font-size: 16px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
}
/* ========================================= */