@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6
{
	padding:0;	
	margin:0; 
}
h2 {
	font-size: 18px;
	color: #83a4cc;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
}
h3 {
	background-image: url(images/header-bg2-l.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #2e3540;
	font-weight: bold;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 10px;
	display: block;
	padding-bottom: 20px;
	text-align: left;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #485160;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #e1e1e1;
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #e1e1e1;
}
ol li {
	font-size: 11px;
	list-style-type: decimal;
	margin:0 0 0 20px;
}
ul li {
	font-size: 11px;
	list-style-type: disc;
	margin:0 0 0 20px;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	background:#e4b4fe;
	text-align: center;
	position: relative;
}
strike {
	color:#83a4cc;
}		
#header {
	height: 188px;
	width: 800px;
	margin:0 0 0px 0;
	clear: both;	
	background: url(/theme/images/header.jpg) no-repeat;
}
#banner {
	border: 0px dashed #ff0000;
	float:left;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}
#headerWrapper {
	height: 80px;
	display: inline;
}
#companyLogo {
	width:auto;
	height: auto;
	float: left;
	white-space: nowrap;
	display: inline;
}
#content {
	background:#fff;
	width:800px;
	height:auto;
	margin:0;
	padding:0;
}
#gutter {
	float: left;
	width: 10px;
	height: 1px;
}
#col1 {
	/*position:relative;*/
	float: left;
	width: 440px;
	padding-bottom: 10px;
}
#col1   .col1Wrapper {
	margin: 0px;
	padding:0;
}
#col2 {
	position:relative;
	float: left;
	width: 150px;
	margin: 0 0 20px 0px;
}
#col3 {
	position:relative;
	clear:right;
	float: right;
	width: 150px;
	margin-right: 0%;
	margin-bottom: 20px;
	margin-right: 10px;
	border: 0px solid blue;
}
#footer	{
			clear: both;
			height: 55px;
			width: 800px;
			margin:0;
			padding:0;
			color:#666;
			position: relative;
			background-color: #ffffff;
			text-align: center;
			background: url(/theme/images/coloredline.gif) no-repeat;
			background-position:left top;
		}
		#footer a:link {
			color:#83a4cc;
			text-decoration:none;
		}
		#footer a:visited {
			color:#83a4cc;
			text-decoration:none;
		}
		#footer a:active {
			color:#83a4cc;
			text-decoration:none;
		}
		#footer a:hover {
			color: #e67a76;
			text-decoration:none;
		}

		#footerCredit {
		padding:15px 0 0 0;

		}
		
		p
		{
	padding:0px;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
		}
		
		#wrapper 
		{
	width: 800px;
	margin: auto;
	position:relative;
	text-align:left;
	border:0px solid green;
	background:#fff;
		}


#flash {
	margin-bottom: 5px;
	text-align:center;
}

		
/*** User ***/		
#user {
	color: #2e3540;
	text-decoration: none;
	padding-top: 0px;
	float: left;
	padding-left: 10px;
	display: inline;
}
#user .userText {
	font-size: 12px;
	text-decoration: none;
	float: left;
	/*padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c8cdd5;
	margin-right: 10px;*/
	color: #fff;
}
#user .userName {
	font-weight: bold;
	/*color:#9379f2;*/
	color:#fff;
}
#user .userSeperator {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c8cdd5;
}
#user .userLog {
	font-size: 10px;
	color: #96999f;
	text-decoration: none;
	line-height: 14px;
}
#user   .userLog   a {
	font-size: 10px;
	color: #96999f;
	text-decoration: none;
}
#user .userLog a:hover {
	font-size: 10px;
	color: #83a4cc;
	text-decoration: none;
}
#userCart {
	float: right;
}
#userCart ul {
	margin: 0px;
	padding: 0px;
}
#userCart li {
	display: inline;
	white-space: nowrap;
}
#userCart li a {
	color: #2e3540;
	text-decoration:none;
	font-weight: bold;
	background-image: url(images/userBar-off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	white-space: nowrap;
	margin: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 11px;
	padding-bottom: 10px;
	padding-left: 11px;
}
#userCart #odd {
	color: #2e3540;
	text-decoration:none;
	font-weight: bold;
	background-image: url(images/userBar-off2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	white-space: nowrap;
}
#userCart #odd:hover {
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
	background-image: url(images/userBar-on.gif);
	background-repeat: no-repeat;
	background-position: left top;
	white-space: nowrap;
}
#userCart li a:hover {
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
	background-image: url(images/userBar-on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/*** END User ***/

/*** box ***/
.box {
	margin: 0;
	padding-bottom:20px;
	width:150px;
	border: 0px solid #4f4f4f;
}
.boxHeader {
	height:31px;
	background: url(images/boxCurve1.gif);
	width:150px;
}
.boxHeaderText {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding-top:13px;
	padding-left:10px;
	border:0px dashed #ff0000;
	text-align:center;
}
.boxFooter {
	height:15px;
	width:150px;
	background-image: url(images/boxCurveBottom.gif);
	background-repeat: no-repeat;
}
.boxBody {
	background-color:#eecff6;
	color: #666;
	padding:10px 5px 5px 10px;
	font-weight: normal;
}
.boxBody p {
	background-color:#eecff6;
	color: #666;
	padding-right: 10px;
	font-weight: normal;
}
.boxBody li {
	margin: 0px;
	list-style:none;
	padding: 0px;
	line-height: 24px;
	color: #666;
	border-bottom:1px dashed #cecccc;
}
.boxBody ul {
	border: 0px dashed green;
	margin: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
}

.box a:link  {
	color:#666;
	text-decoration:none;
	height: 25px;
	display: block;
	}
.box a:visited {
	color:#666;
	text-decoration:none;
	height: 25px;
	display: block;
	}
.box a:active {
	color:#666;
	text-decoration:none;
	height: 25px;
	display: block;
	}
.box a:hover {
	color:#e67a76;
	text-decoration:none;
	height: 25px;
	padding-left: 5px;
	background-position: left 6px;
	display: block;
	}
/*** categoryList ***/
.categoryList {
	margin: 0px 0px 20px;
	width:150px;
	border: 0px solid #4f4f4f;
}
.categoryListHeader {
	height:31px;
	background: url(images/boxCurve1.gif);
	width:150px;
}
.categoryListHeaderText {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding-top:13px;
	padding-left:10px;
	border:0px dashed #ff0000;
	text-align:center;
}
.categoryListBody {
	background-color:#eecff6;
	color: #666;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.categoryListFooter {
	height:15px;
	width:150px;
	background-image: url(images/boxCurveBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.categoryList ul{
	border: 0px dashed green;
	margin: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
}
.categoryList li{
	margin: 0px;
	list-style:none;
	padding: 0px;
	line-height: 24px;
	color: #666;
	border-bottom:1px dashed #cecccc;
}
#categoryList_ul_0{
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.categoryList li a  {
	color:#666;
	text-decoration:none;
	height: 25px;
	background-position: left 6px;
	display: block;
	}
.categoryList  li a:hover {
	color:#e67a76;
	text-decoration:none;
	height: 25px;
	padding-left: 5px;
	background-position: left 6px;
	display: block;
	}

/*** newsComponent ***/
.newsComponent {
	margin: 0px 0px 20px;
	width:150px;
	border: 0px solid #4f4f4f;
}	
.newsComponentHeader {
	height:31px;
	background: url(images/boxCurvebear.gif);
	width:150px;
}
.newsComponentHeaderText {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding-top:13px;
	padding-left:10px;
	border:0px dashed #ff0000;
	text-align:center;
}
.newsComponentBody {
	background-color:#eecff6;
	padding-bottom: 5px;
	color: #666;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: normal;
}
.newsComponentFooter {
	height:15px;
	width:150px;
	background-image: url(images/boxCurveBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.newsComponent ul {
	border: 0px dashed green;
	margin: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
}
.newsComponent li {
	margin: 0px;
	list-style:none;
	padding: 0px;
	color: #666;
	border-bottom:1px dashed #cecccc;
}
.newsComponentTitle a:link {
	color:#666;
	text-decoration:none;
	height: auto;
	background-position: left 6px;
	display: block;
}
.newsComponentTitle a:visited {
	color:#666;
	text-decoration:none;
	height: auto;
	background-position: left 6px;
	display: block;
}
.newsComponentTitle a:active {
	color:#666;
	text-decoration:none;
	height: auto;
	background-position: left 6px;
	display: block;
}
.newsComponentTitle a:hover {
	color:#e67a76;
	text-decoration:none;
	height: auto;
	background-position: left 6px;
	display: block;
	}
.newsComponentDate {
	color: #a5aab2;
}
.newsComponent a:link, a:visited, a:active {
	}
/*** newProductsComponent ***/

.newProductsComponent {
	margin: 0;
	padding-bottom:20px;
	width:150px;
	border: 0px solid #4f4f4f;
}	
.newProductsComponentHeader {
	height:31px;
	background: url(images/boxCurvebear.gif);
	width:150px;
}
.newProductsComponentHeaderText {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding-top:13px;
	padding-left:10px;
	border:0px dashed #ff0000;
	text-align:center;
}
.newProductsComponentBody {
	background-color:#eecff6;
	padding-bottom: 5px;
	color: #666;
	padding-right: 10px;
	padding-top: 0px;
	font-weight: normal;

}

.newProductsComponentFooter {
	height:15px;
	width:150px;
	background-image: url(images/boxCurveBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.newProductsComponentGrid {
	margin-top: 0px;
	width: 150px;
	text-align: center;
}
.newProductsComponentProdName {
	font-weight: bold;
	font-size:11px;
	color:#e67a76;
	text-decoration:none;
	text-align: center;
}
.newProductsComponentPrice {
	text-align:center;
}
.newProductsComponentLinks {
	text-align:center;
}
.newProductsComponentGrid a {
	font-size:11px;
	color:#666;
	text-decoration:none;
}
.newProductsComponentLeftColumn {
	text-align:center;
}
.newProductsComponentGrid a:hover{
	font-size:11px;
	color:#e67a76;
	text-decoration:none;
}

/*** bestSellersComponent ***/

.bestSellersComponent {
	margin: 0;
	padding-bottom:20px;
	width:150px;
	border: 0px solid #4f4f4f;
}	
.bestSellersComponentHeader {
	height:31px;
	background: url(images/boxCurvebear.gif);
	width:150px;
}
.bestSellersComponentHeaderText {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding-top:13px;
	padding-left:10px;
	border:0px dashed #ff0000;
	/*letter-spacing: 0px;*/
	text-align:center;
}
.bestSellersComponentBody {
	background-color:#eecff6;
	padding-bottom: 5px;
	color: #666;
	padding-right: 10px;
	padding-top: 0px;
	font-weight: normal;
}
.bestSellersComponentFooter {
	height:15px;
	width:150px;
	background-image: url(images/boxCurveBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bestSellersComponentLeftColumn {
	text-align:center;
}
.bestSellersComponentRightColumn {
	padding:5px 0 10px 0;
}
.bestSellersComponentGrid {
	margin: 0;
	padding:0;
	width: 150px;
}
.bestSellersComponentProdName {
	width:140px;
	padding:0 5px;
	height:auto;
	font-weight: bold;
	font-size:11px;
	color:#e67a76;
	text-decoration:none;
	text-align: center;
}
.bestSellersComponentPrice {
	font-size:11px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
.bestSellersComponentLinks {
	text-decoration: none;
	text-align: center;
}
.bestSellersComponentGrid a {
	font-size:11px;
	color:#666;
	text-decoration:none;
}
.bestSellersComponentGrid a:hover{
	font-size:11px;
	color:#e67a76;
	text-decoration:none;
}


/*** specialsComponent ***/

.specialsComponent {
	margin: 0;
	padding-bottom:10px;
	width:150px;
	border: 0px solid #4f4f4f;
}	
.specialsComponentHeader {
	height:31px;
	background: url(images/boxCurvebear.gif);
	width:150px;
}
.specialsComponentHeaderText {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding-top:13px;
	padding-left:10px;
	border:0px dashed #ff0000;
	/*letter-spacing: 0px;*/
	text-align:center;
}
.specialsComponentBody {
	background-color:#eecff6;
	padding-bottom: 5px;
	color: #666;
	padding-right: 10px;
	padding-top: 0px;
	font-weight: normal;
}
.specialsComponentFooter {
	height:15px;
	width:150px;
	background-image: url(images/boxCurveBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.specialsComponentGrid {

	width: 150px;
	text-align: center;
}
.specialsComponentLeftColumn {
	text-align: center;
}
.specialsComponentProdName {
	font-weight: bold;
	font-size:11px;
	color:#e67a76;
	text-decoration:none;
	text-align: center;
}
.specialsComponentGrid a {
	font-size:11px;
	color:#666;
	text-decoration:none;
}
.specialsComponentGrid a:hover{
	font-size:11px;
	color:#e67a76;
	text-decoration:none;

}

/*** customer account area ***/
.custOrderListSearchResults {
	background:#485160;
	height:30px;
	margin-top:10px;
	padding:3px 3px 0;
	color:white;

}

.custOrderListGrid {
	font-size:11px;
	border: 1px solid #E1E1E1;
}
.custOrderListGridHeader {
	background: #a5aab2;
	color:#fff;
	height:25px;
	font-weight: bold;
	
	
}
.custOrderListGrid td {
	padding:5px;
}


.custShipAddr {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #e1e1e1;
}


/*** search product ***/
.searchResultsGrid {
	text-align:left ;
	width:100%;
}
.searchResultsGrid td {
	text-align:left;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #cecccc;
	text-align: center;
	padding-bottom: 10px;
}
/*.searchResultsGrid .productPictureSmall {
	padding-right: 30px;
}*/
/*.searchResultsGrid td .prodItemName {
	font-size: 12px;
	font-weight:bold;
	color:#2e3540;
	text-align: left;
}*/
/*.searchResultsGrid td .prodItemShortDesc {
	font-size: 11px;
	color:#636363;
	text-align: left;
}*/
/*.searchResultsGrid td .prodItemPrice {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 15px;
}*/
.searchProdGridRow {	
	width:100%;
}
.searchProdGridCol1 {
	float:left;
	width:40%;
}
.searchProdGridCol2 {
	width:60%;
	float:left;
	text-align:left;
	/*clear:left;*/
}

.searchProdGridCol2 .prodItemShortDesc {
	font-size: 11px;
	color:#636363;
	text-align: left;
}
.searchProdGridCol2 .prodItemName {
	font-size: 12px;
	font-weight:bold;
	/*color:#2e3540;*/
	text-align: left;
}




/*** news ***/
.news {

}
.newsHeader {
	display: none;
}
.newsItem {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.newsTitle {
	font-weight: bold;
	font-size: 14px;
	color: #83a4cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.newsTitle a {
	display:none;
}
.newsDate {
	font-size: 10px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1pt;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
.newsContent {
	margin: 0px;
	color: #fff;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;

}

/*** message ***/
.message {
	background: #ffffff;
}	
.msgTitle {
	font-weight: bold;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color: #485160;*/
	color:#83a4cc;

}
.msgDesc {
	color:#b5b5b5;
	margin-bottom: 20px;
}


/*** topBar ***/
#topBar {
	height: 35px;
	border:0px solid red;
	background-image: url(images/topBarBG.gif);
	background-repeat: repeat-x;
	padding-bottom: 4px;

}
#topBarLeft {
	float:left;
	height: 35px;
	width:10px;
	background-image: url(images/topBarLeft.gif);
	background-repeat: no-repeat;
}

#topBarRight {
	float:right;
	height: 35px;
	width:10px;
	background-image: url(images/topBarRight.gif);
	background-repeat: no-repeat;
	width: 10px;
}
#topBar2 {
	height: 35px;
	border:0px solid red;
	background-image: url(images/topBarBG2.gif);
	background-repeat: repeat-x;
	clear: both;

}
#topBarLeft2 {
	float:left;
	height: 35px;
	width:10px;
	background-image: url(images/topBarLeft2.gif);
	background-repeat: no-repeat;
}

#topBarRight2 {
	float:right;
	height: 35px;
	width:10px;
	background-image: url(images/topBarRight2.gif);
	background-repeat: no-repeat;
	width: 10px;
}


#navtop {
	float:right;
	margin:2px 20px 0 0;
	padding:0;
	height:23px;
	border:0px dashed green;
}
#navtop ul{
	margin:0px;
	padding: 0px;
	white-space: nowrap;
}
#navtop li{
	color: #fff;
	vertical-align: middle;
	text-decoration:none;
	list-style:none;
	margin:0px;
	padding: 0px;
	display: inline;
	white-space: nowrap;
	
}

#navtop li a {
	color: #fff;
	text-decoration:none;
	white-space: nowrap;
	margin: 0px;
}
#navtop li a:hover {
	color: #ffffff;
	text-decoration:none;


}
#nav1 {
	padding:0;
	margin:0;
	background: url(/theme/images/nav1.gif) repeat-x;
	height:35px;
	width:100%;
	overflow:hidden;
}


/*******************  **********************/
#navMain {
	position: relative;
	clear:both;
	margin: 0px 0px 0 0px;
	padding: 0 0 10px 0px;
	border:0px dashed green;
	background: url(/theme/images/navMainBG.gif) repeat-x #fff;
	height:35px;
	width:100%;

}
#navMain ul{
	margin:0;
	padding:0;
	/*white-space: nowrap;*/
}
#navMain li{
	list-style:none;
	margin:0px;
	padding:0;
	display: inline;
	white-space: nowrap;
	float:left;
	font-size: 13px;
	color: #fff;
	display:block;
	height:35px;
	display:inline;
}
#navMain li a {
	font-weight:bold;
	padding-top:10px;
	color: #fff;
	display:block;
	width:100px;
	text-align:center;
	text-decoration:none;
	vertical-align:middle;
}
#navMain li a:hover {
	display:block;
	text-decoration:none;
	background:#ffbe89;
	height:25px;

}
#Greet {
	margin:10px 0 0 10px;
	padding:0;
	float:left;
	clear:both;
	border:0px dashed green;
	width:300px;
	height:20px;
	font-size:13px;
	font-family:verdana , arial;
}
#Greet ul{
	margin:0px;
	padding: 0px;
}
#Greet li{
	color: #fff;
	list-style:none;
	margin:0px;
	padding: 0px;
	display: inline;
	white-space: nowrap;
	font-weight: normal;
	
}
#Greet li a {
	color: #fff;
	text-decoration:none;
	font-weight: normal;
	margin: 0px;
	display: inline;
}
#Greet li a:hover {
	color: #ffffff;
	text-decoration:none;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: right top;
}

#search {
	clear:right;
	float:right;
	padding-top: 4px;
	position:relative;
	height:35px;

}
#search .form div {
	padding-right: 0px;
	padding-left: 5px;
	float: left;
}
#search .form  div.searchBox  {	
	background-image: url(/theme/images/searchArea.png);
	background-repeat: no-repeat;
	border: 1px none #FFFFFF;
	width: 186px;
	text-indent: 10px;
	padding-top: 3px;
	padding-left: 10px;
	/*color: #2e3540;*/
	color:#666;
	height: 29px;
}
#search .textbox {
	color: #2e3540;
	font-size: 11px;
	border: 1px none;
	margin-top: 3px;
	padding-left: 0;
	background-color: transparent;
	background-image: none;
	line-height: normal;
	float: left;
	height: 16px;
}
#search .searchBtn {
	width: 30px;
	height: 29px;
	text-align: center;
	padding-top: 0px;
	margin-right: 0px;
}
#search .searchBtn2 {
	width: 30px;
	height: 29px;
	text-align: center;
	padding-top: 0px;
	float:right;
}

/*** featuredProducts ***/
.featuredProducts {
	margin: 0;
	padding:0;
}
.featuredProductsHeader {
	height:20px;
	padding-top: 5px;
	padding-bottom: 10px;
	display: block;	
}
.featuredProductsHeaderText h1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/theme/images/headerfeatured.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	width: 440px;
	line-height: 23px;
	text-align:center;
	display: block;
	white-space: nowrap;
}
.featuredProductsBody {
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
}
.featuredProductsGrid {
	border-collapse: separate;
	width: 100%;
	text-align: center;
	border: 0px dashed white;	
}
.featuredProductsGrid  td {
	text-align: center;
	padding-bottom: 10px;
	width:30%;
	vertical-align:bottom;
	padding-top: 10px;
	border-bottom: 1px dashed #cecccc;
}


/*** products ***/


.productPictureSmall {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;	
}
.prodItemName {
	font-size: 12px;
	font-weight:bold;
	color:#83a4cc;
	padding-top:5px;
	padding-bottom:5px;
	text-align: center;
	height: auto;
	overflow: hidden;
	display: block;
}
.prodItemName a {
	color:#e67a76;
	text-decoration:none;
}
.prodItemName a:hover {
	text-decoration:underline;
}
.prodItemShortDesc {
	font-size: 11px;
	color:#666;
	height:15px;
	overflow: hidden;
	height: auto;
	text-align: center;
	display: block;
}
.prodItemPrice {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #b5b5b5;
	padding-top: 5px;
	padding-bottom: 5px;
}
.alternativePrice {
	font-size: 12px;
	text-decoration: underline;
}
.normalPrice {
	font-size: 12px;
	color:#83a4cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.sellingPrice {
	font-size: 12px;
	color: #e67a76;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.currCode {
	font-weight: bold;
	font-size: 12px;
	color:#83a4cc;
}
.qtyDiscountText {
	text-decoration: underline;
	font-size: 11px;
}
.freeShippingText {
	color:#e67a76;
	font-size: 11px;
}
.sku {
	font-size: 1em;
}
.productNavigation {
	color:#b5b5b5;
	text-decoration: none;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cecccc;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	font-weight: bold;
}
.productNavigation  a:link {
	font-weight:bold;
	color:#83a4cc;
	text-decoration:none;
}
.productNavigation a:visited{
	font-weight:bold;
	color:#83a4cc;
	text-decoration:none;
}
.productNavigation a:active {
	font-weight:bold;
	color:#83a4cc;
	text-decoration:none;
}
.productNavigation a:hover {
	font-weight:bold;
	color: #e67a76;
	text-decoration:none;
}
.navCurrText {
	font-weight:bold;
	color: #e67a76;
	text-decoration: none;
}


.viewCatGrid {
	border-collapse: separate;
	background-color: #fff;
	width:100%;
	text-align:center;
}
.viewCatGrid td {
	border-bottom: 1px dashed #cecccc;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	width:30%;
	vertical-align:bottom;
}
.viewCatGridLeftColumn {
	display:block;
	text-align:center;
}
.viewCatGridRightColumn{
	display:block;
	text-align:center;
}
.mainCategoryDetails {
	display:none;
}
.mainCategoryPictureNormal {
	display:none;
}
.catName {
	font-size: 12px;
	font-weight:bold;
	color:#2e3540;
	text-decoration: none;
}
.catShortDesc {

}

/*** viewProd ***/
.viewProd {
	margin-top:30px;
	background: #fff;
}
.viewProd_Buttons {
	/*width:300px;
	height:30px;*/
	clear:both;
	margin-top: 10px;
	/*padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;*/
	vertical-align:middle;

}
.viewProdPicture {
	float:left;
	width: 40%;
	margin-bottom: 10px;
	padding-right: 0;
	text-align: left;
	border: 0px dashed white;
	color:#666;
}
.viewProdPicture p {
	color:#666;
}
.viewProd_prodItemName {
	letter-spacing: -1pt;
	font-size: 24px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;*/
	border-bottom: 1px dashed #cecccc;
	font-weight:bold;
	color:#83a4cc;
	text-align: left;
	display: block;
}
.viewProdInfo {
	float:left;
	/*clear:right;*/
	margin: 0px;
	/*width: 412px;*/
	width: 50%;
	padding: 0px;
	margin-left:10px;
	color:#666;
	position:relative;
}
.viewProd_prodItemLongDescTitle {
	padding-top:10px;
	font-size: 13px;
	font-weight: bold;
	color:#83a4cc;
	text-decoration: none;
	margin:0;	
}
.viewProd_prodItemLongDesc {
	border-top: 1px dashed #cecccc;
	padding:10px 0;
	margin:10px 0px;
	clear:both;
	width:100%;
	color: #666;
}
.viewProd_prodItemLongDesc p {
	width:100%;
	color: #666;
}
.viewProd_prodItemLongDesc strong {
	font-weight: bold;
	color: #2e3540;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.viewProd_prodItemLongDesc h1 {
	background-image: url(images/header-bg-l.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 10px;
	display: block;
	padding-bottom: 20px;
}
.viewProd_prodItemLongDesc a {
	color: #e67a76;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.viewProd_prodItemLongDesc a:hover {
	color: #83a4cc;
	text-decoration: underline;
}
.viewProdPrice {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.viewProdItemDetails {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #666;
	font-size: 11px;
}
.viewProdItemDetails u b {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	color: #666;
	line-height: 24px;
}
.viewProdOptions {
	margin:0 0 10px 0;
}
.viewProdAddToCart {
	margin:0px;
}
.viewProdAddToCart .dropdownlist {
	margin-top: 4px;
	background-color: #e0e2e4;
	font-size: 11px;
	color: #2e3540;
	margin-right: 10px;
	width:50px;
}
.viewProdInfo .dropdownlist {
	margin-top: 4px;
	background-color: #e0e2e4;
	font-size: 11px;
	color: #2e3540;
	margin-right: 10px;
	width:auto;
}
.viewProdEmailFriend {
	margin:0;
}	
.qtyDiscountGrid {	
	border-width: 0px;
	border-style: dashed;
	border-color: blue;
	border-collapse: separate;
	background: #ffffff;
	font-size: 11px;
}
.qtyDiscountGrid th{
	background: #f0f0f0;
}
.multipleProductsGrid {
	border-width: 0px;
	border-style: dashed;
	border-color: blue;
	border-collapse: separate;
	background: #ffffff;
	width:100%;	
	font-size: 11px;
}
.multipleProductsGridHeader {
	background:#f0f0f0;
	font-weight:bold;
}
.multipleProductsGrid td{
	vertical-align:top;
}
.viewProdRelatedGrid {	
	font-size:11px;
	width:100%;
}
.viewProdRelatedGrid td {
	text-align: center;
	padding-right: 5px;
	padding-bottom: 40px;
	padding-left: 5px;
	width:30%;
	vertical-align:bottom;
	padding-top: 10px;
}
.productItemShortDesc {
	font-size: 11px;
	color:#666;
	overflow: hidden;
	height: 45px;
	text-align: center;
	display: block;
}
.imgOptionBlur {
	/*filter:alpha(opacity=25);*/	
	/*opacity:.25;*/
}
.imgOptionFocus {
	/*filter:alpha(opacity=100);*/	
	/*opacity:1.0;*/
}
.OptGrpName {
	font-size:12px;
	font-weight:bold;
}
.tblOptionsLeftColumn {
	width:30%;
}
.tblOptionsRightColumn {
	width:60%;
}
.tblOptions ul, .tblOptions li {
	margin:0px;
	padding:0px;
	list-style:none;
}
.tblOptions li {
	margin:0 0 0 20px;
}

.tblOptionsRightColumn ul, .tblOptionsRightColumn ul li {
	margin:0px;
	padding:0px;
	list-style:none;
}
.tblOptionsRightColumn ul li {
	margin:0 0 0 20px;
}
.OptGrpAttrDesc {
	background:#fff;
}


/*** viewCart ***/
.viewCart {
	background: #ffffff;

}
.viewCartHeader {
	background-color: #fe86a4;
}

.viewCartGrid {
	border-spacing: 2px;
	border-collapse: separate;
	font-size: 12px;
	width: 100%;
	/*border: 1px solid #E1E1E1;*/
	border: 1px solid #cecccc;
	color: #2e3540;
	color:#666;	
}
.viewCartGrid td{
	padding: 5px;
}
.viewCartGridHeader {
	/*height:25;*/
	/*background: #fe86a4;*/
	background: #9a82f3;

	font-weight: bold;
	color:#FFFFFF;
}
.viewCartAddOns {
	border-collapse: separate;
	width:auto;
	text-align: center;
}
.relatedProductsGrid {
	font-size:11px;
	width:100%;
}
.relatedProductsGrid td {
	text-align: center;
	padding-right: 5px;
	padding-bottom: 40px;
	padding-left: 5px;
	width:30%;
	vertical-align:bottom;
	padding-top: 10px;
}
/*** registerLogin ***/
#registerLogin {
	height:100%;
	background: #ffffff;
	color:#666;
}
.registerLoginHeader {
	height:20px;
	background: url(images/textCheckout.gif) no-repeat;
}
.newCustomer p {
	color:#666;	
}	
.newCustomer h2 {
	color:#83a4cc;		
}
.returningCustomer h2 {
	color:#83a4cc;		
}
.returningCustomer p {
	color:#666;	
}
.newCustomer {
	margin:0px 20px 0 0;
	width:100%;
	clear:both;
	float:left;
}
.returningCustomer {
	margin-top:30px;
	width:100%;
	float:left;
}
.divGuestCheckout {
	/*margin-bottom:30px;*/
}
.divGuestCheckout ul {
    	padding:0;
    	margin:0;
}
.divGuestCheckout ul li {
    	padding:0;
    	margin:0;
}
.panelLeft {
	clear:both;
	float:left;
	width:45%;
	margin-top:20px;
	padding:0px 0 10px 0;
}
.panelRight {
	clear:right;
	float:right;
	width:45%;
	margin-top:20px;
	padding:0 0 10px 0;
}
/*** checkout pages ***/
.checkoutHeader {
	height: 20px;
	background: url(images/textCheckout.gif) no-repeat;	
}
#addressRegister {
	background: #ffffff;
}
#addressBilling {
	background: #ffffff;
	border: 0px dashed gray;
}
#addressShipping {
	background: #ffffff;
}
.addressShippingHeader {
	height: 30px;
}

.checkoutNav {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.checkoutNav ul{
	margin:0px;
	padding:5px 0;
}
.checkoutNav li{
	list-style:none;
	display:inline;
	color:#83a4cc;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.checkoutNav li img {
	vertical-align: bottom;
}

#shipping {
	background: #ffffff;

}
.shippingHeader {
	background: #fff;
	/*height: 20;*/
}
.shippingHeaderText {	
	font-weight:bold;
	padding:0;
}
.shippingMsgTitle {
	margin-top:10px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #485160;
	text-decoration: none;
}
.shippingMsgBody {
	border:0px solid #666;
	margin:10px 0 0 0;
	color: #636363;
}
.shippingBody {
	background: #ffffff;
}
.shippingButtons {
	text-align:right;
}
.shippingGrid {
	width: 100%;
	font-size: 11px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #e1e1e1;
}
.shippingGridHeader {
	height:25px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #a5aab2;
	font-size: 12px;
	text-decoration: none;
}
.shippingGrid td {
	padding:5px;
}
#orderSummary {
	background:#ffffff;
}
.orderSummaryHeading {
	font-weight: bold;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #485160;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;	
}
.orderSummaryBody {
    	clear:both;
    	width:100%;
    	font-size: 11px;
}
.orderSummaryGrid {
	font-size: 11px;
	width: 100%;
	border: 1px solid #e1e1e1;
}
.orderSummaryGrid  td {
	padding: 5px;
}
.orderSummaryGridHeader {
	height:25px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #485160;
}
.orderSummaryGrid .button {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.orderSummaryGrid .text1 {
	line-height: 24px;
}
.orderSummaryAddr {
	width: 730px;
}
.orderSummaryBillingAddr {
	width:48%;
	float:left;
	margin-right: 15px;
	margin-bottom: 20px;	
}
.orderSummaryShippingAddr {
	width:48%;
	float:left;
	margin-left: 12px;
	margin-bottom: 20px;
}
.payment {
	background: #ffffff;
}
#thankyou {
	background: #ffffff;
}	
#cancelPayment {
	background: #ffffff;
}
#addressBook {
	background: #ffffff;
}
#addressBookGrid {
	font-size: .8em;
}

/*** advanced search ***/
.advancedSearchRow {
	/*height:200;*/

}
.advancedSearchVerticalLeftbar{
	float:left;	
	width: 30%;
	
}
.advancedSearchVerticalRightbar{
	float:left;
}
.advancedSearchGrid {
	border-collapse: separate;
	width:100%;
	text-align: center;
}
.advancedSearchGrid td {
	width: 30%;
	vertical-align:bottom;
	padding-top: 10px;
	border-bottom: 1px dashed #cecccc;
	text-align: center;
	padding-bottom: 10px;
}

/*** browse by custom field ***/
.browseByCustomFieldRow {
	/*height:200;*/
}
.browseByCustomFieldVerticalLeftbar{
	float:left;	
	width: 30%;
}
.browseByCustomFieldVerticalRightbar{
	float:left;
}
.browseByCustomFieldrid{
	border-width: 0px;
	border-style: dashed;
	border-color: blue;
	border-collapse: separate;
	background: #ffffff;
	width:100%;
	font-size:1em;	
}
.browseByCustomFieldForm li {
	list-style:none;
}


/*** best sellers ***/
.bestSellersGridRow {
	/*height:130;*/
	background: #ffffff;
}	
.bestSellersGridVerticalLeftBar {	
	float:left;
	/*width: 150;*/
}
.bestSellersGridVerticalRightBar {
	float:left;
}
.bestSellersGrid {
	border-collapse: separate;
	width:100%;
	text-align: center;
}
.bestSellersGrid td{
	text-align: center;
	padding-right: 5px;
	padding-bottom: 40px;
	padding-left: 5px;
	width: 220px;
	padding-top: 10px;
	border-bottom: 1px dashed #cecccc;
}

/*** new products ***/
.newProductsRow {
	/*height:130;*/
	background: #ffffff;
}	
.newProductsGridVerticalLeftBar {	
	float:left;
	/*width: 150;*/
}
.newProductsGridVerticalRightBar {
	float:left;
	/*width: 300;*/
}
.newProductsGrid {
	border-collapse: separate;
	width:100%;
	text-align: center;
}
.newProductsGrid td {
	text-align: center;
	padding-right: 5px;
	padding-bottom: 40px;
	padding-left: 5px;
	width:30%;
	vertical-align:bottom;
	padding-top: 10px;
	border-bottom: 1px dashed #cecccc;
}
.newProducts td{
	border: 0px dashed gray;
}

/*** specials ***/
.specialsGridRow {
	/*height:130;*/
	background: #ffffff;
}	
.specialsGridVerticalLeftBar {	
	float:left;
	/*width: 150;*/	
}
.specialsGridVerticalRightBar {
	float:left;
}
.specialsGrid {
	border-collapse: separate;
	width:100%;
	text-align: center;
}
.specialsGrid td{
	text-align: center;
	padding-right: 5px;
	padding-bottom: 40px;
	padding-left: 5px;
	width: 220px;
	padding-top: 10px;
	border-bottom: 1px dashed #cecccc;
}

/*** manufacturers ***/
.mfcListingGrid {
	width:100%;	

}
.mfcListingGrid td {
	text-align:center;
	padding-bottom:30px;
}
.mfcItemsGrid {
	width:100%;
}
.mfcItemsGrid td {
	text-align: center;
	padding-right: 5px;
	padding-bottom: 40px;
	padding-left: 5px;
	width:30%;
	vertical-align:bottom;
	padding-top: 10px;
	}
a.mfcName {
	color:#555;
	text-decoration:none;
	font-size:12px;
}
.mfcDesc {
	font-size:11px;

}
/*** CustomeField ***/
.browseByCustomFieldGrid {
	width:100%;
}
.browseByCustomFieldGrid td {
	text-align: center;
	padding-right: 5px;
	padding-bottom: 40px;
	padding-left: 5px;
	width:30%;
	vertical-align:bottom;
	padding-top: 10px;
}

/*** theme ***/
.themeListingGrid {
	width:100%;
	margin-top: 10px;
	margin-bottom: 30px;
}
.themeListingGrid td {
	width:30%;
	vertical-align:bottom;
}
.themeListingGrid div {
	padding: 0px;
	margin: 0px;
}
.themeListingGrid div a {
	color: #83a4cc;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
.themeListingGrid div a:hover {
	color: #e67a76;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	/*background-color: #2e3540;*/
	padding-right: 10px;
	padding-left: 10px;
}
.themeItemsGrid {
	text-align:left ;
}
.themeItemsGrid td {
	text-align:left;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #e1e1e1;
	width:30%;
	vertical-align:bottom;
}
.themeItemsGrid .productPictureSmall {
	padding-right: 30px;
}
.themeItemsGrid td .prodItemName {
	font-size: 12px;
	font-weight:bold;
	color:#2e3540;
	text-align: left;
}
.themeItemsGrid td .prodItemShortDesc {
	font-size: 11px;
	color:#636363;
	text-align: left;
}
.themeItemsGrid td .prodItemPrice {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 15px;
}
/*** pages ***/
.pageHeading {
	height: 25px;
	font-size: 1.2em;
}
.pageContent {
	background-color: #fff;
}
.pageContent ul li {
list-style:disc;
}
.pageContent p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color:#666;
}
.pageHeader {
	margin:0;
	padding:0;
	font-size: 15px;
	font-weight:bold;
	color:#83a4cc;
}
.pageSubHeading {
	height: 25px;
	font-size: 1em;
}	

/*** common ***/
.clear {
	clear:both;
}
form {
	margin: 0;
	padding: 0;
}
.button {
	font-size:11px;
	margin-top:5px;
	margin-right: 5px;
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;
}
.dropdownlist {
	margin-top: 4px;
	background-color: #e0e2e4;
	font-size: 11px;
	color: #2e3540;
	margin-right: 10px;
}
.textbox {
	font-size:11px;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.textarea {
	font-size:11px;
	font-family:arial;
}
.warning {
	font-family:tahoma;
	font-size:13px;
	color:red;
}
.labelLeft {
	float:left;
	width: 25%;
	clear: left;
	margin-top: 4px;
	padding-top: 6px;
	font-weight: bold;
	white-space: normal;
	color:#666;
}
.labelRight {
	float:left;
	width:73%;
	margin:2px 0 2px 0;
	white-space: normal;
	color:#666;
}
.imgBorder {
	border-top: 1px solid;
	padding-top:10px;
	border-bottom: 1px solid;
	padding-bottom:10px;
	border-left: 1px solid;
	padding-left:10px;
	border-right: 1px solid;
	padding-right:10px;
	border-color: #cecccc;
	color:#83a4cc;
	margin-bottom:10px;
	margin-top:10px;
}

/*** mfcList component ***/
.mfcComponent {
	margin: 0px 0px 20px;
	width:150px;
	border: 1px solid #4f4f4f;
}
.mfcComponentHeader {
	height:31px;
	background: url(images/boxCurve1.gif);
	width:150px;
}
.mfcComponentHeaderText {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding-top:4px;
	text-align:center;
}
.mfcComponentBody {
	padding-bottom: 5px;
}
/*.mfcComponentFooter {
	font-size:0px;
	height:13px;
	width:190px;
	background-image: url(images/boxCurveBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}*/
.mfcComponent ul {
	border: 0px dashed green;
	margin: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
}
.mfcComponent li {
	margin: 0px;
	list-style:none;
	padding: 0px;
	line-height: 24px;
	color: #fff;
}
.mfcComponent a {
	color:#fff;
	text-decoration:none;
	background-image: url(images/boxLinkBG-off.gif);
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 20px;
	background-position: left 6px;
	display: block;
}	
.mfcComponent a:hover {
	color:#83a4cc;
	text-decoration:none;
	background-image: url(images/boxLinkBG-on.gif);
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 20px;
	background-position: left 6px;
	display: block;
}

/*** themeList ***/
.thmComponent {
	margin: 0px 0px 20px;
	width:150px;
	border: 0px solid #4f4f4f;
}
.thmComponentHeader {
	height:31px;
	background: url(images/boxCurve1.gif);
	width:150px;
}	
.thmComponentHeaderText {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding-top:13px;
	padding-left:10px;
	border:0px dashed #ff0000;
	/*letter-spacing: 0px;*/
	text-align:center;
}
.thmComponentBody {
	background-color:#eecff6;
	color: #666;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.thmComponentFooter {
	height:15px;
	width:150px;
	background-image: url(images/boxCurveBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.thmComponent ul {
	border: 0px dashed green;
	margin: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
}
.thmComponent li {
	margin: 0px;
	list-style:none;
	padding: 0px;
	line-height: 24px;
	color: #666;
	border-bottom:1px dashed #cecccc;
}
.thmComponent a {
	color:#666;
	text-decoration:none;
	/*background-image: url(images/boxLinkBG-off.gif);
	background-repeat: no-repeat;*/
	height: 25px;
	background-position: left 6px;
	display: block;
}	
.thmComponent a:hover {
	color:#e67a76;
	text-decoration:none;
	/*background-image: url(images/boxLinkBG-on.gif);
	background-repeat: no-repeat;*/
	height: 25px;
	padding-left: 5px;
	background-position: left 6px;
	display: block;
}

/*** changePasswordPage ***/
.changePasswordPage {
	background: url();	
	padding:5px;
}

/*** forgetPasswordPage ***/
.forgetPasswordPage {
	background: url(/theme/images/bgscanline.gif);
	background-attachment:fixed;
	padding:5px;
}
.forgetPasswordBody {
	background: url();
	background: url(/theme/images/bgscanline.gif);
	background-attachment:fixed;
	background-color: #fff;	
	padding:5px;
}
.textSmall {
	font-size:11px;
	/*margin-bottom:5;*/
}
.line {
	color:#e1e1e1;
	height:1px;
}

/*** customFieldsList ***/
.customFieldsList {
	margin: 0px 0px 20px;
	width:150px;	
}
.customFieldsListHeader {
	height:31px;
	background: url(images/boxCurve1.gif);
	width:150px;
}
.customFieldsListHeaderText {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding-top:4px;
	/*padding-left:10px;
	border:0px dashed #ff0000;
	letter-spacing: 0px;*/
	text-align:center;
}
.customFieldsListBody {
	padding-bottom: 5px;
	color: #fff;
}	
/*.customFieldsListFooter {
	font-size:0px;
	height:13px;
	width:190px;
	background-image: url(images/boxCurveBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}*/
.customFieldsList ul {
	border: 0px dashed green;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
.customFieldsList li {
	margin: 0px;
	list-style:none;
	padding: 0px;
	line-height: 24px;
	color: #fff;
}
.customFieldsList a:link {
	color:#fff;
	text-decoration:none;
	background-image: url(images/boxLinkBG-off.gif);
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 20px;
	background-position: left 6px;
	display: block;
	}
.customFieldsList a:visited {
	color:#fff;
	text-decoration:none;
	background-image: url(images/boxLinkBG-off.gif);
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 20px;
	background-position: left 6px;
	display: block;
	}
.customFieldsList a:active {
	color:#fff;
	text-decoration:none;
	background-image: url(images/boxLinkBG-off.gif);
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 20px;
	background-position: left 6px;
	display: block;
	}
.customFieldsList a:hover {
	color:#83a4cc;
	text-decoration:none;
	background-image: url(images/boxLinkBG-on.gif);
	background-repeat: no-repeat;
	height: 25px;
	padding-left: 20px;
	background-position: left 6px;
	display: block;
	}

/***/
.labelFieldName {
	width:20%;
	float:left;
}
.labelFieldOptions {
	width:70%;	
	float:left;
}

/*** priceRangeComponent ***/
.priceRangeComponent {
	margin: 0px 0px 20px;
	width:150px;
	border: 0px solid #4f4f4f;
}
.priceRangeComponentHeader {
	height:31px;
	background: url(images/boxCurve1.gif);
	width:150px;
}
.priceRangeComponentHeaderText {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding-top:13px;
	padding-left:10px;
	border:0px dashed #ff0000;
	/*letter-spacing: 0px;*/
	text-align:center;
}
.priceRangeComponentBody {
	background-color:#eecff6;
	color: #666;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
}
.priceRangeComponentFooter {
	height:15px;
	width:150px;
	background-image: url(images/boxCurveBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.priceRangeComponentBody ul {
	border: 0px dashed green;
	margin: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
}
.priceRangeComponentBody li {
	margin: 0px;
	list-style:none;
	padding: 0px;
	line-height: 24px;
	color: #666;
	border-bottom:1px dashed #cecccc;
}	
.priceRangeComponent a {
	color:#666;
	text-decoration:none;
	/*background-image: url(images/boxLinkBG-off.gif);
	background-repeat: no-repeat;*/
	height: 25px;
	background-position: left 6px;
	display: block;
	}
.priceRangeComponent a:hover {
	color:#e67a76;
	text-decoration:none;
	/*background-image: url(images/boxLinkBG-on.gif);
	background-repeat: no-repeat;*/
	height: 25px;
	padding-left: 5px;
	background-position: left 6px;
	display: block;
}

/*** currency component ***/
.currencyComponent {
	margin: 0px 0px 20px;
	width:150px;
	border: 0px solid #4f4f4f;
}
.currencyComponentHeader {
	height:31px;
	background: url(images/boxCurve1.gif);
	width:150px;
}
.currencyComponentHeaderText {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding-top:13px;
	padding-left:10px;
	border:0px dashed #ff0000;
	/*letter-spacing: 0px;*/
	text-align:center;
}
.currencyComponentBody {
	background-color:#eecff6;
	color: #666;
	padding-top: 7px;
	padding-bottom: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.currencyComponentBody form {
	padding: 0px;
	margin: 0px;
}
.currencyComponentBody form .dropdownlist{
	/*width:130px;*/
	width:94%;
	color: #2e3540;
	background-color: #e0e2e4;
	padding: 0px;
}
.currencyComponentFooter {
	height:15px;
	width:150px;
	background-image: url(images/boxCurveBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.signInHeader {		
	/*height:25;*/
	background: url(images/memberAccArea.gif) no-repeat;
}
.separator {
	height:2px;
	background: url(images/separator.gif) repeat-x;
	margin-bottom:0px;
}

DIV.paging {
	text-align: right;
	height:20px;
	background-color: #fff;
	padding-top:5px;
	display: block;
	padding-bottom: 5px;
	clear: both;
	width: auto;
}
DIV.paging ul {
	
}
DIV.paging li {
	text-decoration: none;
	color: #e67a76;
	font-weight: normal;
	padding-right: 2px;
	padding-left: 2px;
	display: inline;
}
DIV.paging li a:link {
	color: #83a4cc;
	text-decoration: none;
	font-weight: normal;
	padding-right: 2px;
	padding-left: 2px;
}
DIV.paging li a:active {
	color: #83a4cc;
	text-decoration: none;
	font-weight: normal;
	padding-right: 2px;
	padding-left: 2px;
}
DIV.paging li a:visited {
	color: #83a4cc;
	text-decoration: none;
	font-weight: normal;
	padding-right: 2px;
	padding-left: 2px;
}
DIV.paging li a:hover {
	text-decoration: none;
	color: #e67a76;
}

/*** addressBook ***/
.addressBookGrid {
	font-size:11px;	
}

/*** cart component ***/
.cartComponent {
	margin: 0px 0px 20px;
	width:150px;
	border: 0px solid #4f4f4f;
}
.cartComponentHeader {
	height:31px;
	background: url(images/boxCurvebear.gif);
	width:150px;
}
.cartComponentHeaderText {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding-top:13px;
	padding-left:10px;
	border:0px dashed #ff0000;
	/*letter-spacing: 0px;*/
	text-align:center;
}
.cartComponentBody {
	background-color:#eecff6;
	padding-bottom: 5px;
	color: #666;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: normal;
}
.cartComponentFooter {
	height:15px;
	width:150px;
	background-image: url(images/boxCurveBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.cartComponentItems {
	font-size:11px;
	font-weight: bold;
	padding-top: 5px;
}
.cartComponentLinks {
	font-size:11px;
	font-weight: normal;
	padding-top: 5px;
}
.cartComponentLinks a {
	font-size:11px;
	font-weight: normal;
	color: #83a4cc;
	padding-right: 5px;
	text-decoration: none;
}
.cartComponentLinks a:hover {
	font-size:11px;
	font-weight: normal;
	color:#83a4cc;
	padding-right: 5px;
	text-decoration: none;
}
.cartComponentSummary {
	padding-top: 5px;
}
.cartComponent ul {
	padding:0;
	margin:0;
}
.cartComponent li {
	list-style:none;
}
.pageContent {
	color:#2e3540;
	background-image: none;
	width: 100%;
	background-color: #fff;
}
.pageHeader h1 {
	font-size: 19px;
	letter-spacing: -0.5px;
	background-color: #fff;
	font-weight:bold;
	/*color: white;*/
	color:#83a4cc;
	height: 20px;
	display: block;
}
.pageSubHeader {
	color:#b5b5b5;
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cecccc;
	padding-left: 1px;
	background-color: #fff;
}
.pageBody {
	margin:0px;
	padding:0;
	background-color: #fff;
	color:#b5b5b5;	
}
.pagebody h3 {
	color:#666;
	display:none;
}
.pageBody a {
	color: #83a4cc;
	font-weight: bold;
	text-decoration: none;
}
.pageBody a:hover {
	color: #e67a76;
	text-decoration: none;
}
.createNewShipAddrBody {
	margin:10px;
}
.editShipAddrBody {
	margin:10px;
}
.changePasswordBody {
	margin:10px;
}
.pageBodySubHeader {
	height:25px;
	padding-top: 20px;
	clear:both;
}
.pageBodySubHeader b {
	color:#83a4cc;
	font-size: 16px;
}
.labelRow {
	padding-bottom:3px;
}

/*** affGetAds ***/
.adsGrid {
	width:100%;
	font-size:11px;
}
.adsGrid td{
	padding:5px;
}
.adsGrid p{
	padding:2px 0;
}
.adsGridHeader {
	padding:3px;
	background:#f0f0f0;
	font-weight:bold;
	font-size:14px;
}

/*** affHome ***/
.affHome{
	margin-top: 10px;
}
.affHome ul {
	margin: 0px;
	padding: 0px;
}
.affHome li {
	background-image: url(images/boxLinkBG-on.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.affHome a {
	font-size:14px;
}
.gridAffBannerImpClicks {
	width:100%;
	font-size:11px;
	border:1px solid silver;	
}
.gridAffBannerImpClicks th {
	background:#f0f0f0;
	height:25px;
}
.gridAffBannerImpClicks td {
	text-align:right;
	height:20px;
}
.affSubMenu {
	width:100%;
	text-align:right;
	height:25px;
	clear: both;
}

/*** misc ***/
.textAlert1 {
	color: #e67a76;
	text-decoration: blink;	
}
.boxWhiteTop {
	display: block;
	background-image: url(images/box-white-top-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.boxWhiteBot {
	display: block;
	background-image: url(images/box-white-bot-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*** footer bar ***/
#footerBar {
	height: 36px;
	border:0px solid red;
	background-image: url(images/footerBarBG.gif);
	background-repeat: repeat-x;
	color: #636363;

}
#footerBarLeft {
	float:left;
	height: 36px;
	width:10px;
	background-image: url(images/footerBarLeft.gif);
	background-repeat: no-repeat;
}
#footerBarRight {
	float:right;
	height: 36px;
	width:10px;
	width: 35px;
}
#footerLinks {
	float: left;
	padding-top: 10px;
}
#footerLinks a {
	color: #83a4cc;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#footerLinks a:hover {
	color: #2e3540;
	text-decoration: underline;
}
/*** Copyright bar ***/
#copyrightBar {
	height: 36px;
	border:0px solid red;
	clear: both;
}
#rssBar {
	float:left;
	width:100px;
	padding-left: 5px;
	padding-top: 10px;
}
#copyright {
	float:right;
	height: 36px;
	width:10px;
	width: 600px;
	padding-top: 10px;
	text-align: right;
}
#copyrightLinks {
	float: left;
	padding-top: 10px;
}
#copyrightBar  a {
	color: #83a4cc;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#copyrightBar  a:hover {
	color: #2e3540;
	text-decoration: underline;
}
/*** Curtomer Home ***/
.custHomeHeader {
	font-size: 16px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 20px;
}
.custHomeMenu {
	font-size: 11px;
	margin-top: 10px;
}
.custHomeMenu ul {
	margin: 0px;
	padding: 0px;
}
.custHomeMenu li {
	background-image: url(images/boxLinkBG-on.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
	padding-left: 20px;
	padding-top: 10px;
}
.text2 {
	color: #636363;
}
.text2 ul {
	font-size: 11px;
}
.text2 li {
	list-style-type: disc;
}
/********************* flash ***********/
			.movie {
				width: 100%;
				height: 100%;
			}
			div.movie {
				/*position: relative;*/
				width: 440px;
				height: 200px;
				text-align: center;
				border: 0px solid #e2e2e2;
				/*margin: 50px auto;*/
			}
/********************* /flash ***********/
/******************** LightBox **********/
#lightbox{	
	position: absolute;
	left: 0; 
	width: 100%; 
	z-index: 100; 
	text-align: center;
	line-height: 0;
}
#lightbox img{ 
	width: auto; 
	height: auto;
}
#lightbox a img{ 
	border: none; 
}
#outerImageContainer { 
	position: relative; 
	background-color: #fff; 
	width: 250px; 
	height: 250px; 
	margin: 0 auto; 
}
#imageContainer { 
	padding: 10px; 
}
#loading { 
	position: absolute; 
	top: 40%; 
	left: 0%; 
	height: 25%; 
	width: 100%; 
	text-align: center; 
	line-height: 0; 
}
#hoverNav { 
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 100%; 
	width: 100%; 
	z-index: 10; 
}
#imageContainer>#hoverNav { 
	left: 0;
}
#hoverNav a{ 
	outline: none;
}
#prevLink, #nextLink { 
	width: 49%; 
	height: 100%; 
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ 
	display: block; 
}
#prevLink { 
	left: 0; 
	float: left;
}
#nextLink { 
	right: 0; 
	float: right;
}
#prevLink:hover, #prevLink:visited:hover { 
	background: url(/theme/images/Lightbox/prevlabel.gif) left 15% no-repeat; 
}
#nextLink:hover, #nextLink:visited:hover { 
	background: url(/theme/images/Lightbox/nextlabel.gif) right 15% no-repeat; 
}
#imageDataContainer { 
	font: 10px Verdana, 
	Helvetica, sans-serif; 
	background-color: #fff; 
	margin: 0 auto; 
	line-height: 1.4em; 
	overflow: auto; 
	width: 100%; 
}
#imageData {	
	padding:0 10px; 
	color: #666; 
}
#imageData #imageDetails { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#imageData #caption { 
	font-weight: bold;	
}
#imageData #numberDisplay { 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#imageData #bottomNavClose { 
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em; 
	outline: none;
}
#overlay { 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 90; 
	width: 100%; 
	height: 500px; 
	background-color: #fe86a4; 
}
/******************** /LightBox **********/
#lipsum {
	color:#333;
}
.viewProdImageSwap {
	margin-top:10px;
	padding:5px;
	width:auto;
	height:auto;
	text-align:center;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px dashed #cecece;*/
}
.viewProdImageSwap ul {
	margin:0;
	padding:0;
}
.viewProdImageSwap li {
	margin:0;
	padding:0;
	width:auto;
	height:auto;
	list-style:none;
	display:inline;	
}

/* Comparison Component
===================== */
.comparisonComponent {
	margin-bottom:10px;
	width:200px;
}   
.comparisonComponentHeader {
	height:40px;
	width:200px;
	background:url(images/componentHeader.png) 0 0 no-repeat;
}
.comparisonComponentHeaderText {
	color:#2c97f3;
	font-size:12px;
	font-weight:bold;
	padding:0;
	margin:0 0 0 20px;
	line-height:40px;
	text-align:left;
}
.comparisonComponentBody {
	color:#666;
	margin:0;
	padding:5px 10px 0 10px;
	font-weight:normal;
	background:#000;
	border-left:1px solid #212121;
	border-right:1px solid #212121;
}
.comparisonComponentAction {
	background:#090909;
	padding:5px 0;
	line-height:13px;
	text-align:center;
}
.comparisonComponentAction a {
	color:#fff;
	text-decoration:none;
}
.comparisonComponentAction a:hover {
	color:#2c97f3;
	text-decoration:underline;
}
.comparisonComponentFooter {
	height:10px;
	width:200px;
	background:url(images/componentFooter.png) 0 0 no-repeat;
}
.comparisonComponent li {
	padding:0;
	list-style:none;
	margin:0;
	font-size:11px;
	line-height:13px;
}
.comparisonComponent ul {
	margin:0;
	padding:0;
}
.compareHeader tr {}
.comparisonComponentItems {
	width:100%;
}
.comparisonComponentGrid {
	width:100%;
	margin:0;
	padding:0;
}
.comparisonComponentGrid td {
	line-height:13px;
	border-bottom:1px solid #1a1a1a;
}
.comparisonComponentGrid a:link, .comparisonComponentGrid a:visited {
	color:#444;
	text-decoration:none;
}
.comparisonComponentGrid a:hover, .comparisonComponentGrid a:active {
	color:#2c97f3;
	text-decoration:none;
}
.compareCell1 {
	width:89%;
	margin:0;
	padding:6px 0;
}
.compareCell1 a {
	margin:0;
	padding:6px 0;
	text-decoration:none;
}
.compareCell2 {
	width:9%;
}
/* ==== Close Comparison Component ==== */

/* Comparison table Page
===================== */
table#tblComparison {
	border-spacing:0;
	border-collapse:collapse;
}
#tblComparison td {
	padding:3px;
	border:solid 1px #d9dde3;
}
#tblComparison th {
	padding:0;
	margin:0;
	vertical-align:bottom;
	background-color:Transparent;
	text-align:right;
}
#tblComparison tr {
	height:35px;
	vertical-align:top;
}
.comparetblHeader {
	padding:3px;
	font-weight:bold;
	font-size:14px;
}
.compareLabelLeft{
	font-weight:bold;    
	background:#E9F1F3;
	vertical-align:top;		
}
.compareCellOdd{
	background:#fff;
	font-size:11px;	
}
.compareCellEven{
	background:#E9F1F3;
	font-size:11px;	
}
.comparePrice{
	font-weight:bold; 
}
.compare-button{
}
/* ==== Close Comparison table Page ==== */

/* Labelling
===================== */
table.tblPicLabels {
	border-width:1px 1px 1px 1px;
	border-spacing:0;
	border-style:none;
	border-color:gray gray gray gray;
	border-collapse:collapse;
	top:0;
	left:0;
}
table.tblPicLabels th {
	border-width:0px 0px 0px 0px;
	padding:0;
	border-style:none;
	border-color:gray gray gray gray;
}
table.tblPicLabels td {
	border-width:1px 1px 1px 1px;
	padding:0;
	border-style:none none none none;
	border-color:gray gray gray gray;
	text-align:left;
}
/* ==== Close Labelling ==== */
