/* Common tags                 */
/*-----------------------------*/		

body 
{
    font-family:Verdana;
    font-size:small;
    color:#000000;
    margin: 0;
    padding: 0;
	margin-right: 30;
	text-align: left;
 }

A:link      { color: #41519A; text-decoration:none; }
A:visited 	{ color: #41519A; text-decoration:none; }
A:active 	{ color: #41519A;  cursor:hand; text-decoration:none; }
A:hover 	{ color: #B2C3E1;  cursor:hand; text-decoration:"underline"; }
		
A.bodyLink:link     { color: #41519A; text-decoration:none; font-weight:bold; }
A.bodyLink:visited 	{ color: #41519A; text-decoration:none; font-weight:bold; }
A.bodyLink:active 	{ color: #41519A;  cursor:hand; text-decoration:none; font-weight:bold; }
A.bodyLink:hover 	{ color: #B2C3E1;  cursor:hand; text-decoration:"underline"; font-weight:bold; }
		
p
{
	line-height: 1.4em;
}

.title
{    
    font-family: verdana;
    font-size: large;
    font-weight: bold;
    color: #41519A;
 }
 
 .label
 { color: #41519A;}
 
 .textbox
 { color: #41519A;}
	

hr {
	border: 0;
	border-top: 2px solid #41519A;
	height: 2px;
}

img
{
	border-width: 0;
}



.textboxheader
{
	font-weight: bold;
	font-size: x-small;
	color: white;
	font-family: Verdana;
	background-color: #41519A;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 3px;
	
}

.combobox
{
	font-weight: bold;
	font-size: x-small;
	color: #41519A;
	font-family: Verdana;
}


.menutextindent
{
    font-size: x-small;
}

/* Headings                    */
/*-----------------------------*/
h1
{
	font-size: large;
	color: #6B7EBF
}

h2
{
	font-family: Verdana;
	font-size: medium;
	margin-top: 30;
	color: #6B7EBF;
	margin-bottom: -15;
}
	
h3
{
	font-family: Verdana;
	font-size: small;
	margin-bottom: -15;
	color: #6B7EBF;
	padding-left: 15;
}

h1, h2, h3, h4
{
	margin: 0;
	font-family: Verdana;
}
label
{
	font-family: Verdana;
	font-size: small;
	margin-bottom: -15;
	color: #6B7EBF;
	padding-left: 15;
}
/* Tables                      */
/*-----------------------------*/	
table
{
	font-size: 1em;
}

table.header
{
	  background-color:#5B6DB5;
}

td.logo
{
	text-align: left;
	width: 184px;
}

td.title 
	{
		text-align: center;
		font-family: verdana;
		font-size: x-large;
		font-weight: bolder;
		color: #FFFFFF;
	}

td.headerbar 
{
	background-image: url(Images/bar.jpg);
	text-align: right;
	height: 24px;
}

td.menu 
{
	background-color:#41519A;
	width: 184px;
	height: 500px;
	vertical-align: top;
}

td.footer
{
	margin-left: 30;
	font-family: Verdana;
	font-size:xx-small;
	font-weight: normal;
	color: #41519A;
	text-align: right;
}

/** etilize css **/

.fltL{
	float:left;
}

.pad10{
	padding:10px;	
}



.boat_pads_bot, .boat_pads_bot_gray,.boat_pads_top_gray, .boat_pads_top{
	margin: 0px 9px;
	height: 9px;
	font-size:1px;
}

.boat_pads_top{
	background-color:#fff;
}

.boat_pads_top_gray{
	background-color:#ccc;
}

/** White Box */
.bkBotLeft {background: url('../Images/background_lower_left.png') 0 100% no-repeat; width: 100%;}
.bkBotRight {background: url('../Images/background_lower_right.png') 100% 100% no-repeat}
.bkTopLeft {background: url('../Images/background_upper_left.png') 0 0 no-repeat}
.bkTopRight {background: url('../Images/background_upper_right.png') 100% 0 no-repeat}

.bkLeft {padding-left:6px; background: url('../Images/background_left.png') 0 0 repeat-y; background-color:#fff;}
.bkRight {padding-right:6px; background-color:#fff; background: url('../Images/background_right.png') 100% 0 repeat-y;}
.bkBot {background: url('../Images/background_bottom.png') 0 100% repeat-x;}

/** Grey Box */
.bkGBotLeft {background: url('../images/background_grey_lower_left.png') 0 100% no-repeat; width: 100%;}
.bkGBotRight {background: url('../images/background_grey_lower_right.png') 100% 100% no-repeat}
.bkGTopLeft {background: url('../images/background_grey_upper_left.png') 0 0 no-repeat}
.bkGTopRight {background: url('../images/background_grey_upper_right.png') 100% 0 no-repeat}

.bkGLeft {padding-left:6px; background: url('../images/background_grey_left.png') 0 0 repeat-y; background-color:#ccc;}
.bkGRight {padding-right:6px; background-color:#ccc; background: url('../images/background_grey_right.png') 100% 0 repeat-y;}
.bkGBot {background: url('../images/background_grey_bottom.png') 0 100% repeat-x;}

.fpi{
	/**background-image:url('../images/landing_hero_product.png');
	background-repeat: no-repeat;
	background-position: top left;*/
	width:328px;
	height:287px;	
	position: absolute;
	float:left;
	margin-left:112px;
	margin-top:25px;
}


.fpLeft{
	float:left;
	background-image:url('../images/landing_background_left.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width:10px;
	height: 305px;	
}

.fpMid{
	/*float:left;*/
	/* width:952px; */	
	background-image:url('../images/landing_background_mid.gif');
	background-repeat: repeat-x; 
	height: 305px;
}

.fpRight{
	float:right;
	background-image:url('../images/landing_background_right.gif');
	background-repeat: no-repeat;
	background-position: top right;
	width:10px;
	height: 305px;	
}

/** FONTS **/

/**.title{font-family: arial; font-size:18px; line-height:22px; font-weight: bold; color: #333;} **/
.subTitle{font-family: arial; font-size:12px; font-weight: bold; color: #4b4b4b;}
.desc{font-family: arial; font-size:12px; line-height: 18px;}

.ftitle{font-family: arial; font-size:15px; line-height:18px; font-weight: bold; color: #333;}
.fsubTitle{font-family: arial; font-size:12px; font-weight: bold; color: #4b4b4b;}
.fdesc{font-family: arial; font-size:11px; line-height: 16px;color:#595959;}

.linkTxt{
	cursor: pointer;
	color:#336699;
	font-weight: bold;	
}

h2{font-family: arial; font-size:18px; line-height:22px; font-weight: bold; color: #333;}
h3{font-family: arial; font-size:12px; font-weight: bold; color: #4b4b4b;}
h5{font-family: arial; font-size:12px; line-height: 16px;}

h5 a{
	
}


.normTextBlack{
	font: normal normal normal 11px Arial;
	color:#000;
}
	
.headText{
	line-height:22px;
	color:#fff;
	font: normal normal normal 12px Arial;
}

.headTextB{
	line-height:22px;
	color:#fff;
	font: bold normal normal 12px Arial;
}

.a11Black, .a11Blue, .a11BlackB, .a11BlueB, .a12Black, .a12BlackB, .a12Blue, .a12BlueB, .a11Gray, .a11GrayB, .a12Gray, .a12GrayB{
	font-family: arial;
	line-height:22px;	
}

.a11Black, .a11Blue, .a11BlackB, .a11BlueB, .a11Gray, .a11GrayB{
	font-size:11px;
}

.a12Black, .a12BlackB, .a12Blue, .a12Black{
	font-size:12px;
}

.a11BlackB, .a11BlueB, .a12BlackB, .a12BlueB{
	font-weight: bold;
}

.a11Blue, .a11BlueB, .a11Gray, .a11GrayB{
	line-height:18px;	
}

.a11Black{
	line-height:18px;	
}

.a11Black, .a11BlackB, .a12Black, .a12BlackB{
	color: #333;
}

.a11Blue, .a11BlueB, .a12Blue, .a12BlueB{
	color: #336699;
}

.a11Gray, .a11GrayB, .a12Gray, .a12GrayB{
	color:#999;
}

.a12BlackB, .a12BlueB, .a12GrayB{
	font-size:12px;
	font-weight: bold;	
}
.a12BlueB{
	line-height:18px;
}

.a11DGray{	
	font-family: arial;
	font-size:11px;
	line-height:18px;
	color:#666;
}

.horLine{
	border-top:2px solid #ccc;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:8px;
}

.dataSep{
	border-top:2px solid #ccc;
}

.landingFeaturedProducts{
	float:left;
	width:220px;
	padding:4px;
	margin:2px;	
}

.quantity{
	width:32px; 
	height:22px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url("../images/btn_add_cart_0.gif");	 	
}

.filterSelect{
	width:208px;
}

.b{border:1px solid red;}
.bb{border:1px solid blue;}

.filter{
	margin-top:10px;
	width:100%;
}

#filters{
	margin-right:5px;
	width:250px;
	float:left;
}

#searchResultsPage{
	margin:5px;
	margin-top:25px;	
	padding:5px;
	float:left;
	text-align:left;
}

#twoFeatureProducts{
	margin:5px 0px;
	padding:5px;
	border:1px solid #ccc;
	float:left;
	width:676px;
}

#featureSystem{
	padding-top:15px;
	padding-left:470px;
	height:100px;
}
.twoFeatureProducts{
	float:left;
	width:330px;
	overflow:hidden;
	background-color:#fff;
}
.twoFPI{
	float:left;
	width:60px;
	height:60px;
	margin:3px;
	border:1px solid black;
}
.twoFPT{
	padding-left:5px;
	width:250px;
	float:left;
}

#searchResultsContainer{
	padding:5px;
	width:675px;
}
#searchResults{
	width:705px;
	float:left;
}
.paginationTop, .productHeadings, .productResults, .paginationBottom{
	padding:5px;
	margin:5px 0px;
	float:left;
	width:100%;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.productResultImg{
	float:left;
	width:60px;
	height:60px;
	margin:3px;
}
.productResultT{
	padding-left:5px;
	width:310px;
	float:left;
}

#relatedProducts{
	float:left;
	text-align:left;
	width:272px;
}
.relatedProductRS{		
	float:left;
	margin-left:5px;
	width:170px;
}
.productResultImg300{
	float:left;
	width:256px;
	height:256px;
	margin:5px;
}
#categories{
	 padding-left:5px; 
	 padding-bottom:10px;	
	 text-align:left;
}

/* Product Navigation Tabs */

/*TAB0 */
.tab0{	
	cursor: pointer;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	color:#666;
	list-style: none;
}

ul.tab0 li.tab0L
{
	float:left;
	background-image: url("../images/prod_detail_tab_left_0.gif");
	width:6px;
	height:27px;
}

ul.tab0 li.tab0M
{		
	text-align:center;
	float:left;
	background-image: url("../images/prod_detail_tab_middle_0.gif");
	background-repeat: repeat-x;
	height:27px;
	line-height:27px;
	padding:0px 10px;	
}

ul.tab0 li.tab0R
{ 
	float:left;
	background-image: url("../images/prod_detail_tab_right_0.gif");
	width:12px;
	height:27px;
}

/*TAB1 */
.tab1{
	cursor: pointer;	
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	color:#333;
	list-style: none;
}

ul.tab1 li.tab1L
{
	float:left;
	background-image: url("../images/prod_detail_tab_left_1.gif");
	width:6px;
	height:27px;
}

ul.tab1 li.tab1M
{
	text-align:center;
	float:left;
	background-image: url("../images/prod_detail_tab_middle_1.gif");
	background-repeat: repeat-x;
	height:27px;
	line-height:27px;
	padding:0px 10px;
}

ul.tab1 li.tab1R
{ 
	float:left;
	background-image: url("../images/prod_detail_tab_right_1.gif");
	width:12px;
	height:27px;
}			
.navLine{
	border-top:4px solid #bfbfbf;
	clear:both;
	font-size:1px;
}
.b{
	border:1px solid red;
}

.userStatus{
	text-align:right;
	padding-right:27px;
	padding-top:5px;
}
#errorContainer{
	border:1px solid #333;
	margin-top:10px;
	background-color:#f9f9f9;
}
.errorH{
	font-size:14px;
	font-family:arial;
	font-weight:bold;
	padding-left:50px;
	width:200px;
	padding-left:50px;
	font-size:14px;
}
.errorN{	
	font-family:arial;	
	font-size:12px;
	line-height:1.3;
	padding-left:80px;
}
.letterSpace1{
	letter-spacing: 1px;
}

.gBullet{
	color:#999;
	list-style-image:none;
	list-style-position:inside;
	text-indent:-16px;
	padding-left:20px;
	type:disc;
}

.tabData{
	padding-left:20px;
	padding-bottom:10px;
}

/** RC Gallery **/
.rcGallery{	
	font: bold normal normal 12px Arial;
	color:#fff;
	list-style: none;
}

ul.rcGallery li.rcL
{
	padding-right:10px;
	float:left;		
}

ul.rcGallery li.rcM
{	
	float:left;
}

ul.rcGallery li.rcR
{ 
	padding-left:10px;
	float:left;		
}

/** End - RC Gallery**/
.attributeContainer{
	width:100%;		
	float:left;
	border-top:1px solid #ccc;
}
.attribute{	
	clear:left;
	padding:5px 5px;
	text-align:right;
	width:160px;	
	float:left;
}
.attributeValue{	
	padding:7px 5px;
	list-style:inside;
	width:180px;	
	float:left;
	border-left:1px solid #ccc;	
}
.lh18{
	line-height:18px;
}

.lh18{
	line-height:16px;
}

.suggestionsBar{
	margin-top:5px;
	padding:10px;
	font-size:14px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.rcBorderA{
	margin-top:10px;
	float:left;
	border-bottom:1px solid #cacaca;
	border-left:1px solid #a3a3a3;
	border-right:1px solid #a3a3a3;
	border-top:2px solid #a3a3a3;  
	-moz-border-radius: 0.5em; 
	border-radius: 0.5em;	
}
.rcBorderB{
	float:left;
	border-top:1px solid #cacaca;
	border-left:1px solid #cacaca;
	border-right:1px solid #cacaca;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;	
}
.rcBorderC{
	 float:left;
	 border-top:1px solid #f2f2f2;
	 border-left:1px solid #f2f2f2;
	 border-right:1px solid #f2f2f2;
	 padding:3px 12px;
	 -moz-border-radius: 0.3em;
	 border-radius: 0.3em;
}
.rcImg{
	border:1px solid #fff;
	margin:0px 8px;
}

.rcImg:hover{
	border:1px solid #336699;
	margin:0px 8px;
}
.richButtons{
	padding-left:25px;
	padding-top:10px;
	clear:both;
	width:100%;
}
.borderSep{
	float:left;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.cp{
	cursor: pointer;
}
.mBoxes{	
	padding:3px;
	float:left;
	text-align:left;
	position:static; 	
	/*margin-top:2px;*/
	height:100%;
	min-height: 20px;
	border:2px solid #336699;
	clear:both;
	background-color:#fff;
}
.rcButCon{
	float:left;
	position:relative;
	top:0px; 
	left: 0px;	
}
.compHead{
	width:20%;
	border-top:1px solid #ccc;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	padding:5px;
}
.compVal{
	width:20%;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	font-family: arial;
	font-size: 11px;
	line-height:18px;	
	padding:6px;
}
.btnArrow{
	background:transparent url("../images/btn_arrow.gif") no-repeat scroll left bottom;
	display:inline;
	height:5px;
	width:3px;
}
.etilize_content_logo {
	background:transparent url(../images/content_by_etilize.gif) no-repeat scroll left top;
	float:right;
	clear:both;
	height:45px;
	width:230px;
    padding:2px;
}
#content{
	height:100%;
	/*margin:0px 9px;*/
	padding:1px;
	background-color: #fff;	
}
#whiteContainer{
	text-align:left;
	/*width:974px;*/
	margin:40px 15px 15px 15px;
}

