/*** Reset Css **/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	/*background: transparent;*/
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/** /Reset Css **/


h1, h2, h3, h4, h5, h6
{
	padding:0;	
	margin:0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 18px;
	/*color: #2e3540;*/
	color: #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
}
h3 {
	font-size: 12px;
	/*color: #2e3540;*/
	color: #666;
	font-weight: bold;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 0px;
	display: block;
	padding-bottom: 10px;
	text-align: left;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #485160;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-top: 3px;
	/*padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #e1e1e1;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #e1e1e1;*/
}
ol li {
	font-size: 11px;
	list-style-type: decimal;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*background: url(/theme/images/bodyBG.jpg) repeat-x;
	background-position:left 40px;*/
	/*background-attachment:fixed;*/
	text-align: center;
	position: relative;
	background-color:#fff;
	
}
strike {
	/*color: #7988a3;*/
	color:#000;
}		
#header {
	/*min-height: 130px;*/
	height:auto;
	width: 1000px;
	margin:0 0 0px 0;
	clear: both;
	/*background: url(/theme/images/HeaderBg.gif) repeat-x;*/
	background:#fff;
	background-position:bottom;
	margin-bottom:0px
}
#banner {
	border: 0px dashed #ff0000;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#headerWrapper {
	width:100%;
	height:auto;
	display: inline;
}
#companyLogo {
	clear:both;
	margin-top:0px;
	width:auto;
	height: auto;
	float: left;
	white-space: nowrap;
	display: inline;
}
#contentBody {
	width:1000px;
	min-height:350px;
	height:auto !important;
	height:350px;
	padding-top:5px;
}
#gutter {
	float: left;
	width: 10px;
	height: 1px;
}
#col1 {
	/*position:relative;*/
	padding:0;
	float: left;
	margin-left:10px;
	width: 600px; /*because minus both left-right border size */
	font-size:11px;
	color:#000;
	font-family: verdana, Arial, Helvetica, sans-serif;
	/*border-left:1px solid #f1f1f1;
	border-right:1px solid #f1f1f1;
	border-top:1px solid #f1f1f1;
	border-bottom:1px solid #f1f1f1;*/
	margin-bottom:10px;
}
#col1 p {
	margin:0;
	padding:0;
	font-size:11px;
	color:#000;
	font-family: verdana,Arial, Helvetica, sans-serif
}
#col1 a {
	margin:0;
	padding:0;
	/*color:#14b57b;*/
	text-decoration:none;
	font-family: verdana, Arial, Helvetica, sans-serif
}
#col1 a:hover {
	margin:0;
	padding:0;
	text-decoration:underline;
	color:#14b57b;
	font-family: verdana,Arial, Helvetica, sans-serif
}
#col1   .col1Wrapper {
	text-align:left;
	margin: 0px;
	padding-top: 0px;
	/*margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;*/
	padding-bottom:0px;
	width: auto;
}
#col2 {
	position:relative;
	float: left;
	width: 190px;
	margin: 0 0 10px 0px;
	margin-left: 0%;
	border: 0px solid blue;
	/*background:#f5f5f5;*/
}
#col3 {
	position:relative;
	clear:right;
	float: right;
	width: 190px;
	margin-right: 0%;
	margin-bottom: 10px;
	/*background:#f5f5f5;*/
}
#footer	{
	clear: both;
	min-height: 115px;
	height:115px;
	width: 100%;
	margin:0;
	margin-top:10px;
	padding-top:0px;
	color:#000;
	position: relative;
	background-color: #e9e9e9;
	border-top:1px solid #d8d8d8;
	text-align: center;
	/*background: url(/theme/images/footer.png) no-repeat;*/
	background-position:left bottom;
}
#footer p {
	color:#000; 
	text-decoration:none;
}
#footer a:link {
	color:#000; 
	text-decoration:none;
}
#footer a:visited {
	color:#000;
	text-decoration:none;
}
#footer a:active {
	color:#000;
	text-decoration:none;
}
#footer a:hover {
	color: #000;
	text-decoration:underline;
}
#footerCredit {
	/*margin:30px 0 0 0;*/
	padding:10px 10px 0 10px;
	line-height:16px;
	color:#000;
	/*display:none;*/		
}		
p {
	padding:0px;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#wrapper {
	clear:both;
	width: 1000px;
	margin: auto;
	position:relative;
	text-align:left;
	border:0px solid green;
}

#flash {
	margin-bottom: 5px;
}
#firstNav {
	margin:0;
	padding:0;
	width:100%;
	min-height:35px;
	border:0px dashed green;
	position:relative;
	background:#f5f5f5;
	border-top:2px solid #f1f1f1;
}
#firstNavLeft {
	float:left;
	background: url(/theme/images/FirstNavLeft.png) no-repeat;
	width:25px;
	height:46px;
	position:absolute;
}
#firstNavRight {
	float:right;
	background: url(/theme/images/FirstNavRight.png) no-repeat;
	width:25px;
	height:46px;
	position:relative;
}
#firstNavBar {
	/*background: url(/theme/images/firstNavCenter.png) repeat-x;*/
	height:40px;
	width:100%;
	position:relative;
}
#promo {
	padding-left:10px;
	width:800px;
	height:24px;
	margin:0;
	padding:0;
	margin-bottom:10px;
	text-align:center;
	font-family: verdana,arial;
	font-size:12px;
	/*background: #eaeaea;*/
}
#promoCenter {
	width:auto;
	line-height:24px
	/*background: #78b8ee;*/

}		
/*** User ***/		
#user {
	color: #000;
	text-decoration: none;
	padding-top: 0px;
	float: left;
	padding-left: 0px;
	padding-right: 10px;
	display: inline;
	width:auto;
	font-family: arial,helvetica,sans-serif;
	border:0px solid green;
}
#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 .userText a {
	color: #fff;
}
#user .userText a:hover {
	color: #fff;
	text-decoration: underline;
}	

#user .userName {
	font-weight: bold;
	/*color:#ffaa60;*/
	color: #fff;
	font-size:14px;
	font-family: verdana,arial;
}
#user .userSeperator {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c8cdd5;
}
#user .userLog {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
#user   .userLog   a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;

}
#user .userLog a:hover {
	color: #fff;
	font-size: 14px;
	text-decoration: underline;

}
#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;
	margin-bottom:10px;
	width:190px;
	border: 0px solid #4f4f4f;
}
.boxHeader {
	height:40px;
	background: url(/theme/images/ComponentHeader2.gif) no-repeat;
	/*background-color:#8d8d8d;*/
	background-color:#FC7FBE;
	background-position:10px ;
	width:auto;
	/*border-left:4px solid #14b57b;*/
	border-left:4px solid #F152A1;
}
.boxHeaderText {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding-top:13px;
	margin-left:35px;
	border:0px dashed #ff0000;
	/*letter-spacing: 0px;*/
	text-align:left;
}
.boxBody {
	/*background-color:#fff;*/
	color: #666;
	padding:5px 10px 0px 10px;
	font-weight: normal;
	/*border-top:1px solid #aaabac;
	border-right:1px solid #aaabac;
	border-left:1px solid #aaabac;*/
	font-family: verdana,arial;
}
.boxFooter {
	height:14px;
	width:auto;
	/*background-image: url(/theme/images/componentFooter.gif);*/
	background-repeat: no-repeat;
}
.boxBody p {
	/*background-color:#fff;*/
	color: #000;
	font-weight: normal;
	font-family: verdana,arial;
}
.boxBody ul {
	border: 0px dashed green;
	margin: 0;
	padding:0;
}
.boxBody li {
	margin: 0px;
	list-style:none;
	padding: 0px;
	line-height:24px;
	padding:0px 10px 0 10px;
	color: #000;
	/*border-bottom:1px solid #cccaca;*/
	background: url(/theme/images/listArrow2.gif) 10px 7px no-repeat;
}
.box a:link  {
	color:#000;
	line-height:24px;
	padding:0px 10px 0 20px;
	text-decoration:none;
	display: block;
	}
.box a:visited {
	color:#000;
	text-decoration:none;
	display: block;
	padding:0px 10px 0 20px;
	}
.box a:active {
	color:#000;
	text-decoration:none;
	display: block;
	padding:0px 10px 0 20px;
	display: block;
	}
.box a:hover {
	color:#14b57b;
	text-decoration:underline;
	padding:0px 10px 0 20px;
	/*background-color:#c1b59b;*/
	/*background: url(/theme/images/listArrow2.gif) 0px 7px no-repeat;*/
	display: block;
	}
/*** categoryList ***/
.categoryList {
	margin: 0;
	margin-bottom:10px;
	width:190px;
	border: 0px solid #4f4f4f;
}
.categoryListHeader {
	height:40px;
	background: url(/theme/images/ComponentHeader2.gif) no-repeat;
	/*background-color:#8d8d8d;*/
	/*background-color:#BFC1A4;*/
	background-color:#FC7FBE;
	background-position:10px ;
	width:auto;
	/*border-left:4px solid #14b57b;*/
	border-left:4px solid #F152A1;
}
.categoryListHeaderText {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding-top:13px;
	margin-left:35px;
	border:0px dashed #ff0000;
	text-align:left;
}
.categoryListBody {
	color: #666;
	padding:5px 10px 0px 10px;
	font-weight: normal;
	font-family: verdana,arial;
}
.categoryListFooter {
	height:14px;
	width:auto;
	background-repeat: no-repeat;
}
.categoryList ul{
	border: 0px dashed green;
	margin: 0;
	padding:0;
}
.categoryList li{
	margin: 0px;
	list-style:none;
	padding: 0px;
	min-height: 24px;
	line-height:24px;
	padding:0px 10px 0 10px;
	color: #000;
	background: url(/theme/images/listArrow2.gif) 10px 7px no-repeat;
}
#categoryList_ul_0{
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.categoryList li a  {
	color:#000;
	padding:0px 10px 0 20px;
	text-decoration:none;
	min-height: 24px;
	display: block;

}
.categoryList  li a:hover {
	color:#14b57b;
	text-decoration:underline;
	min-height: 24px;
	padding:0px 10px 0 20px;
	background: url(/theme/images/listArrow2.gif) 0px 7px no-repeat;
	display: block;
}

/*** newsComponent ***/
.newsComponent {
	margin: 0;
	margin-bottom:10px;
	width:190px;
	border: 0px solid #4f4f4f;
}	
.newsComponentHeader {
	height:40px;
	background: url(/theme/images/ComponentHeader2.gif) no-repeat;
	/*background-color:#8d8d8d;*/
	background-color:#3ACCF1;
	background-position:10px ;
	width:auto;
	/*border-left:4px solid #14b57b;*/
	border-left:4px solid #109FC2;
}
.newsComponentHeaderText {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding-top:13px;
	margin-left:35px;
	border:0px dashed #ff0000;
	text-align:left;
}
.newsComponentBody {
	color: #666;
	padding:5px 10px 0px 10px;
	font-weight: normal;
	font-family: verdana,arial;
}
.newsComponentFooter {
	height:14px;
	width:auto;
	background-repeat: no-repeat;
}
.newsComponent ul {
	border: 0px dashed green;
	margin: 0;
	padding:0;
}
.newsComponent li {
	margin: 0px;
	list-style:none;
	padding: 0px;
	min-height: 24px;
	line-height:24px;
	padding:0px 0px 0 10px;
	color: #000;
	background: url(/theme/images/listArrow2.gif) 10px 7px no-repeat;
}
.newsComponentTitle a {
	color:#000;
	padding:0px 10px 0 20px;
	text-decoration:none;
	min-height: 24px;
	display: block;
}

.newsComponentTitle a:hover {
	color:#14b57b;
	text-decoration:underline;
	min-height: 24px;
	padding:0px 10px 0 20px;
	background: url(/theme/images/listArrow2.gif) 0px 7px no-repeat;
	display: block;
}
.newsComponentDate {
	color: #666;
	padding-left:20px;
	border-bottom:1px solid #cecece;
}
.newsComponent a:link, a:visited, a:active {
	}

/*** newProductsComponent ***/

.newProductsComponent {
	margin: 0;
	margin-bottom:10px;
	width:190px;
	border: 0px solid #4f4f4f;
}	
.newProductsComponentHeader {
	height:40px;
	background: url(/theme/images/ComponentHeader2.gif) no-repeat;
	/*background-color:#8d8d8d;*/
	background-color:#FC7FBE;
	background-position:10px ;
	width:auto;
	/*border-left:4px solid #14b57b;*/
	border-left:4px solid #F152A1;
}
.newProductsComponentHeaderText {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding-top:13px;
	margin-left:35px;
	border:0px dashed #ff0000;
	text-align:left;
}
.newProductsComponentBody {
	color: #000;
	padding:5px 10px 0px 10px;
	font-weight: normal;
	font-family: verdana,arial;
}
.newProductsComponentFooter {
	height:14px;
	width:auto;
	background-repeat: no-repeat;
}
.newProductsComponentGrid {
	margin-top: 0px;
	width: 100%;
	text-align: center;
}
.newProductsComponentProdName {
	font-weight: bold;
	font-size:11px;
	/*color:#14b57b;*/
	color:#000;
	text-decoration:none;
	text-align: center;
	padding-bottom:5px;
	padding-top:5px;
}
.newProductsComponentPrice {
	padding-bottom:5px;
	text-align:center;
}
.newProductsComponentLinks {
	text-align:center;
	font-size:10px;
}
.newProductsComponentGrid a {
	color:#14b57b;
	text-decoration:none;
	min-height: 24px;
}
.newProductsComponentGrid a:hover{
	color:#14b57b;
	text-decoration:underline;
	min-height: 24px;
}
.newProductsComponentLeftColumn {
	text-align:center;
}

/*** bestSellersComponent ***/

.bestSellersComponent {
	margin: 0;
	margin-bottom:10px;
	width:190px;
	border: 0px solid #4f4f4f;
}	
.bestSellersComponentHeader {
	height:40px;
	background: url(/theme/images/ComponentHeader2.gif) no-repeat;
	/*background-color:#8d8d8d;*/
	background-color:#3ACCF1;
	background-position:10px ;
	width:auto;
	/*border-left:4px solid #14b57b;*/
	border-left:4px solid #109FC2;
}
.bestSellersComponentHeaderText {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding-top:13px;
	margin-left:35px;
	border:0px dashed #ff0000;
	text-align:left;
}
.bestSellersComponentBody {
	color: #000;
	padding:5px 10px 0px 10px;
	font-weight: normal;
	font-family: verdana,arial;
}
.bestSellersComponentFooter {
	height:14px;
	width:auto;
	background-repeat: no-repeat;
}
.bestSellersComponentGrid {
	margin-top: 0px;
	width: 100%;
	text-align: center;
}
.bestSellersComponentProdName {
	font-weight: bold;
	font-size:11px;
	color:#000;
	text-decoration:none;
	text-align: center;
	padding-bottom:5px;
	padding-top:5px;
}
.bestSellersComponentPrice {
	padding-bottom:5px;
	text-align:center;
}
.bestSellersComponentLinks {
	text-align: center;
	font-size:10px;
}
.bestSellersComponentGrid a {
	color:#14b57b;
	text-decoration:none;
	min-height: 24px;
}
.bestSellersComponentGrid a:hover{
	color:#14b57b;
	text-decoration:underline;
	min-height: 24px;
}
.bestSellersComponentLeftColumn {
	text-align:center;
}

/*** specialsComponent ***/

.specialsComponent {
	margin: 0;
	margin-bottom:10px;
	width:190px;
	border: 0px solid #4f4f4f;
}	
.specialsComponentHeader {
	height:40px;
	background: url(/theme/images/ComponentHeader2.gif) no-repeat;
	/*background-color:#8d8d8d;*/
	background-color:#3ACCF1;
	background-position:10px ;
	width:auto;
	/*border-left:4px solid #14b57b;*/
	border-left:4px solid #109FC2;
}
.specialsComponentHeaderText {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding-top:13px;
	margin-left:35px;
	border:0px dashed #ff0000;
	text-align:left;
}
.specialsComponentBody {
	color: #000;
	padding:5px 10px 0px 10px;
	font-weight: normal;
	font-family: verdana,arial;
}
.specialsComponentFooter {
	height:14px;
	width:auto;
	background-repeat: no-repeat;
}
.specialsComponentGrid {
	margin-top: 0px;
	width: 100%;
	text-align: center;
}
.specialsComponentProdName {
	font-weight: bold;
	font-size:11px;
	color:#000;
	text-decoration:none;
	text-align: center;
	padding-bottom:5px;
	padding-top:5px;
}
.specialsComponentPrice {
	padding-bottom:5px;
	text-align:center;
}
.specialsComponentLinks {
	text-align:center;
	font-size:10px;
}
.specialsComponentGrid a {
	color:#14b57b;
	text-decoration:none;
	min-height: 24px;
}
.specialsComponentGrid a:hover{
	color:#14b57b;
	text-decoration:underline;
	min-height: 24px;
}
.specialsComponentLeftColumn {
	text-align: center;
}

/*** 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-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #e1e1e1;*/
	border-bottom: 1px dashed #cecccc;
	padding-bottom: 10px;
}
/*.searchResultsGrid .productPictureSmall {
	padding-right: 30px;
}*/
.searchResultsGrid td .prodItemName {
	font-size: 12px;
	font-weight:bold;
	color:#14b57b;
	text-align: left;
	height: auto;
	width:350px;
	overflow: hidden;
	display: block;
	padding-bottom:10px;
}
.searchResultsGrid td .prodItemShortDesc {
	font-size: 11px;
	color:#636363;
	text-align: left;
	height:auto;
	padding-bottom:10px;
}
/*.searchResultsGrid td .prodItemPrice {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 10px;
}*/
.searchProdGridRow {	
	width:100%;
}
.searchProdGridCol1 {
	float:left;
	width:40%;
	vertical-align:top;
}
.searchProdGridCol2 {
	width:60%;
	float:left;
	text-align:left;
	/*clear: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:#63a4dd;*/
	color:#14b57b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.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:#14b57b;

}
.msgDesc {
	color:#b5b5b5;
	margin-bottom: 20px;
}
/*** topnav ***/
#topnav {
	/*width:79.5%;*/
	width:100%;
	height:30px;
	/*background:#0a88ba;*/
	/*background:#9b8578;*/
	/*background:#8d8d8d;*/
	/*background: #009966;*/
	/*background:url(/theme/images/navMainBG-Green.gif) repeat-x;*/
	/*background: #ccffcc;*/
	background: #6699CC;
	border-bottom:2px solid #fff;
	/*background:#14b57b;*/
	margin:0;
	padding:0;
	/*border-bottom:2px solid #14b57b;*/
	/*border-bottom:2px solid #339999;*/
	/*border-bottom:2px solid #c1b59b;*/
	/*border-bottom:5px solid #94d1e6;*/
}
#topnavLinks {
	margin-top:7px;
	padding:0;
	float:right;
	clear:right;
	width:430px;
	text-align:right;
}
#topnav ul {
	margin:0;
	padding:0;

}
#topnav li {
	display:inline;
	margin-top:10px;
	padding-left:10px;	
	padding-right:10px;
	list-style:none;
	/*color:#fff;*/
	color: #006699;
}
#topnav li a{
	/*color:#fff;*/
	/*color: #006699;*/
	color: #ffffff;
	text-decoration:none;
	font-size:12px;
	display:block;
	display:inline;

}
#topnav li a:hover{
	/*color:#fff;*/
	color: white;
	text-decoration:underline;
	font-size:12px;	
}


/*** topBar ***/
#navtop {
	width:100%;
	height:30px;
	float:left;
	margin:0;
	padding:0;
	/*background: url(/theme/images/topbarcenter.png) repeat-x;)/
	border:1px dashed green;
	font-family: verdana,arial;
	font-size:11px;
	background-color:#0a88ba;
}
#navtopLeft {
	float:left;
	background: url(/theme/images/topbarleft.png) no-repeat;
	width:15px;
	height:45px;
}
#navtopCenter {
	float:right;
	margin:0;
	padding:0;
	height:30px;
	width:100%;
	/*background: url(/theme/images/topbarcenter.png) repeat-x;*/
	border:0px dashed green;
	font-family: verdana,arial;
	font-size:11px;
	border:1px dashed green;
}
#navtopRight {
	float:right;
	/*background: url(/theme/images/topbarright.png) no-repeat;*/
	width:auto;
	height:45px;
}
#navtoplink {
	padding:0;
	margin:0;
	font-family: verdana,arial;
	/*vertical-align: middle;*/
	margin-top:15px;

}
#navtoplink ul{
	margin:0px;
	padding: 0px;
	/*white-space: nowrap;*/
}
#navtoplink li{
	color: #fff;
	text-decoration:none;
	list-style:none;
	margin:0px;
	padding: 0px;
	display: inline;
	/*white-space: nowrap;*/
	padding:0px 0 0 0;
	margin-top:0px;
	font-family: verdana,arial;	
}
#navtoplink li a {
	color: #fff;
	text-decoration:none;
	white-space: nowrap;
	margin: 0px;
	padding-top:0px;
	/*display: block;*/
	/*vertical-align: middle;*/
}
#navtoplink li a:hover {
	color: #ffffff;
	text-decoration:none;
	/*display: block;*/
}
#nav1 {
	padding:0;
	margin:0;
	background: url(/theme/images/nav1.gif) repeat-x;
	height:35px;
	width:100%;
	overflow:hidden;
}

#space {
	background: url(/theme/images/contentBG.png) repeat-y;
	width:808px;
	height:5px;
}
/*******************  **********************/
#navMain {
	position: relative;
	clear:both;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0px 0px;
	border:0px dashed #fff;
	height:40px;
	width:100%;
	border:0px dashed #fff;
	font-family: verdana, arial;
	position:relative;
	/*background:url(/theme/images/navMainBG-Green.gif) repeat-x;*/
	/*background: #ccffcc;*/
	/*background-color: #14b57b;*/  /*green ipod*/
	/*background: #d2f6f6;*/
	background: #98CF62;
	/*background: #0BCEFF;*/


}
#navMainCenter {
	width:90%;
	padding:0;
	position:absolute;
	/*border-top:1px solid #bbb;
	border-bottom:1px solid #fff;*/
	/*background: url(/theme/images/navMainCenter.gif) repeat-x;*/
}
#navMainLeft {
	float:left;
	background: url(/theme/images/navMainLeft.png) no-repeat ;
	height:48px;
	width:20px;
	position:absolute;
}
#navMainRight {
	float:right;
	background: url(/theme/images/navMainRight.png) no-repeat ;
	height:48px;
	width:20px;
	position:relative;
}
#navMain ul{
	margin:0;
	padding:0;
}
#navMain li{
	float:left;
	list-style:none;
	margin:0px;
	display: inline;
	/*white-space: nowrap;*/
	font-size: 13px;
	color: #006699;
	display:block;
	/*border-right:1px solid #0cf2b9;*/
	border-right:1px solid #ccc;
}
#navMain li a {
	float:left;
	font-weight:bold;
	/*color: #006699;*/
	color: #ffffff;
	display:block;
	text-align:center;
	text-decoration:none;
	padding-bottom:11px;
	padding-top:13px;
	padding-left:15px;
	padding-right:15px;
	/*border-right:1px solid #0ba781;*/
	border-right:1px solid #fff;

}
#navMain li a:hover {
	display:block;
	text-decoration:none;
	/*background: #0089a4;*/
	background: #09A5D5;
	/*background: url(/theme/images/navMainBG-GreenHover.gif) repeat-x;*/
	color:#fff;
}
#Greet {
	margin:7px 0 0 10px;
	padding:0;
	float:left;
	border:0px dashed green;
	width:400px;
	height:20px;
	font-size:12px;
	font-family:verdana , arial;
}
#Greet ul{
	margin:0px;
	padding: 0px;
}
#Greet li{
	color: #000;
	list-style:none;
	margin:0px;
	padding: 0px;
	display: inline;
	white-space: nowrap;
	font-weight: normal;
	
}
#Greet li a {
	color: #000;
	text-decoration:none;
	font-weight: normal;
	margin: 0px;
	display: inline;
}
#Greet li a:hover {
	color: #000;
	text-decoration:none;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: right top;
}

#search {
	width:265px;
	clear:right;
	float:right;
	margin-top:20px;
	margin-bottom:20px;
	padding:10px;
	position:relative;
	height:25px;
	font-family:Verdana , arial;
	font-size:12px;
	background-color:#fff;
	/*background-color:#dadada;*/
	/*border:2px solid #b0b0b0;*/
}
#search a {
	text-decoration:none;
	color:#000;
	font-family:Verdana , arial;
	font-size:12px;
	/*valign:middle;*/
	padding:0;
	margin:0;

}
#search a:hover {
	text-decoration:underline;
	color:#14b57b;
	font-family:Verdana , arial;
	font-size:12px;
	/*valign:middle;*/
	padding:0;
	margin:0;
}
#search .searchAdvanced {
	float:left;
	margin-top:5px;
	margin-right:0px;
	margin-left:5px;


}
#search .form {
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	/*background: url(/theme/images/searchBoxpng.png) no-repeat;*/

}
.searchBox {
	float:left;
	width:auto;	
	border: 0px solid #666;
	padding-top: 0;
	padding-left: 0;
	color:#666666;
	height: auto;
}
#search .textbox {
	color: #666666;
	font-size: 11px;
	margin-top: 2px;
	padding-left: 5px;
	padding-top: 2px;
	border: 1px solid #666;
	line-height: normal;
	float: left;
	height: 17px;
	font-size:13px;
}
#search .searchBtn {
	width: auto;
	height: auto;
	padding:0;
	margin:0;
	float:left;
}
#search .searchBtn2 {
	/*width: 22px;*/
	width: auto;
	height: 46px;
	padding:0;
	margin:0;
	float:right;
}

/*** featuredProducts ***/
.featuredProducts {
	margin: 0px;
	padding:0px;
	border: 0px solid #0c3e5d;
	border:1px solid #cecccc;
	/*border-right:1px solid #cecccc;*/
	width:100%;
}
.featuredProductsHeader {
	height:39px;
	background: url(/theme/images/ComponentHeaderFeaturedProd.gif) no-repeat;
	/*background-color:#dadada;*/
	/*background-color:#98CF62 ;*/
	background-color:#FFBB00 ;	
	background-position:13px ;
	width:auto;
	/*border-left:4px solid #14b57b;*/
}
.featuredProductsHeaderText h1 {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding-top:13px;
	margin-left:40px;
	color: #ffffff;
	text-align:left;	
	display: block;
	white-space: nowrap;
	/*background:#cccaca;*/
}
.featuredProductsBody {
	text-align: center;
	padding: 5px 0px 10px 0px;
	/*background: url(/theme/images/bodyBG.jpg)  0px 0px repeat-x;*/
}
.featuredProductsGrid {
	border-collapse: collapse;
	/*border-collapse: separate;*/
	width: 100%;
	text-align: center;
	border: 0px dashed white;	
}
.featuredProductsGrid  td {
	margin:5px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	width: 30%;
	/*border-left:1px solid #cecccc;
	border-right:1px solid #cecccc;*/
	/*border-bottom:1px solid #cecccc;*/
	/*border-top:2px solid #14b57b;*/
	vertical-align:bottom;
	/*background:#14b57b;*/
	/*background: url(/theme/images/FeaturedLines.gif) right top no-repeat;*/
}
/*.featuredProducts .prodItemName {
	float:left;
	clear:both;

}
.featuredProducts .prodItemShortDesc {
	clear:both;
	float:left;
}
.featuredProducts .prodItemPrice {
	clear:both;
	float:left;
} */
/*** 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:#14b57b;*/
	color:#000;

	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
	height:auto;
	width:auto;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.prodItemShortDesc {
	font-size: 11px;
	color:#666666;
	overflow: hidden;
	height: 43px;
	text-align: center;
	display: block;
	padding-bottom:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.prodItemPrice {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#14b57b;
	padding-top: 5px;
	padding-bottom: 10px;
}
.alternativePrice {
	font-size: 12px;
	color: #14b57b;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.normalPrice {
	font-size: 12px;
	/*color:#14b57b;*/
	color:#289ED9 ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.sellingPrice {
	font-size: 12px;
	color:#14b57b;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.currCode {
	font-weight: bold;
	font-size: 12px;
	/*color:#14b57b;*/
	color:#289ED9 ;

}
.qtyDiscountText {
	text-decoration: underline;
	font-size: 11px;
}
.freeShippingText {
	color:#e67a76;
	font-size: 11px;
	padding-top:5px;
	padding-bottom:5px;
}
.sku {
	font-size: 1em;
}
.productNavigation {
	color:#666666;
	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:#666;
	text-decoration:none;
}
.productNavigation a:visited{
	font-weight:bold;
	color:#666;
	text-decoration:none;
}
.productNavigation a:active {
	font-weight:bold;
	color:#14b57b;
	text-decoration:none;
}
.productNavigation a:hover {
	font-weight:bold;
	color:#14b57b;
	text-decoration:underline;
}
.navCurrText {
	font-weight:bold;
	color:#14b57b;
	text-decoration: underline;
}


.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;
	vertical-align:top;
}
.viewCatGridRightColumn{
	display:block;
	text-align:center;
	vertical-align:top;
}
.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;
	padding-top: 10px;
	/*padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;*/
	vertical-align:middle;

}
.viewProdPicture {
	float:left;
	width: 40%;
	margin-bottom: 10px;
	padding-right: 5px;
	text-align: center;
	border: 0px dashed white;
	color:#666666;
}
.viewProdPicture p {
	color:#666666;
}
.viewProd_prodItemName {
	letter-spacing: -1pt;
	font-size: 24px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;*/
	border-bottom: 1px dashed #cecccc;
	font-weight:bold;
	color:#14b57b;
	text-align: left;
	/*width:60%;*/
	height:auto;
}
.viewProdInfo {
	float:left;
	clear:right;
	margin: 0px;
	/*width: 412px;*/
	/*min-width: 00px;*/
	width:55%;
	padding: 0px;
	color:#666666;
	/*border:1px solid #cecccc;
	background:#f8f8f8;*/
}
.viewProd_prodItemLongDescTitle {
	height:27px;
	background: url(/theme/images/ComponentHeader2.gif) no-repeat;
	background-color:#dadada;
	background-position:13px ;
	width:auto;
	border-left:4px solid #14b57b;

	clear:both;
	padding-top:13px;
	padding-left:40px;
	font-size: 12px;
	font-weight: bold;
	color:#000;
	text-decoration: none;
}
.viewProd_prodItemLongDesc {
	border-top: 1px dashed #cecccc;
	padding-top:40px;
	margin-top:40px;
	clear:both;
	width:100%;
	color: #666666;
}
.viewProd_prodItemLongDesc p {
	width:100%;
	color: #666666;
}
.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: #666666;
	font-weight: bold;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 10px;
	display: block;
	padding-bottom: 20px;
}
.viewProd_prodItemLongDesc a {
	color: #ffaa60;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.viewProd_prodItemLongDesc a:hover {
	color:#63a4dd;
	text-decoration: underline;
}
.viewProdPrice {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.viewProdItemDetails {
	padding:5px 10px 10px 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #666666;
	font-size: 11px;
	width:auto;
	border:1px dashed #cecccc;
	background-color:#fbfbfb;
}
.viewProdItemDetails u b {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	color: #666666;
	line-height: 24px;
}
.viewProdOptions {
	margin:0 0 10px 0;
}
.viewProdOptions b {
	text-transform:capitalize;
}
.viewProdOptions .dropdownlist {
	margin-top: 5px;
	background-color: #e0e2e4;
	font-size: 11px;
	color: #2e3540;
	margin-right: 10px;
	width:50px;
}
.viewProdAddToCart {
	margin:0px;
}
.viewProdAddToCart .dropdownlist {
	margin-top: 4px;
	background-color: #e0e2e4;
	font-size: 11px;
	color: #2e3540;
	margin-right: 10px;
	width:100px;
}
.viewProdInfo .dropdownlist {
	margin-top: 4px;
	background-color: #e0e2e4;
	font-size: 11px;
	color: #2e3540;
	margin-right: 10px;
	width:auto !important;
	min-width:100px;
	width:100px;
}
.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;
	line-height:24px;
	margin-bottom:30px;
}
.multipleProductsGridHeader {
	background:#f0f0f0;
	font-weight:bold;
}
.multipleProductsGrid td{
	vertical-align:top;
}
.viewProdRelatedBox {
	border:1px solid #cecccc;
	background: #f8f8f8;
	margin-top:50px;
	margin-bottom:20px;
}
.viewProdRelatedBox h3 {
	padding-top:10px;
	font-size: 13px;
	font-weight: bold;
	color:#14b57b;
	text-decoration: none;
	margin:0;
	border-bottom:1px dashed #cecccc;	
}
.viewProdRelatedGrid {	
	font-size:11px;
	width:100%;
}
.viewProdRelatedGrid td {
	text-align: center;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	width: 30%;
	vertical-align:bottom;
	padding-top: 20px;
}
.productItemShortDesc {
	font-size: 11px;
	color:#666666;
	overflow: hidden;
	height: 43px;
	text-align: center;
	display: block;
	padding-bottom:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tblOptions ul, li {
	margin:0px;
	padding:0px;
	list-style:none;
}
.tblOptions{
	margin:10px 0;

}
.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%;
}
.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:#666666;	
}
.viewCartGrid td{
	padding: 5px;
}
.viewCartGridHeader {
	/*height:25;*/
	/*background: #fe86a4;*/
	/*background:#ffaa60;*/
	background:#14b57b;
	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:#666666;
}
.registerLoginHeader {
	height:20px;
	background: url(images/textCheckout.gif) no-repeat;
}

.newCustomer {
	margin-top:30px;
	width: 100%;	
}
.newCustomer p {
	color:#666666;	
}	
.newCustomer h2 {
	color:#14b57b;
	
}
.returningCustomer {
	margin-top:30px;
	width: 100%;
	color:#666666;
	border:0px solid #cecccc;

}
.returningCustomer h2 {
	color:#14b57b;		
}
.returningCustomer p {
	color:#666666;	
}

/*** 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:#14b57b;
	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 #666666;
	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 {
	margin: 0;
	padding:0;
}
.browseByCustomFieldVerticalLeftbar{
	float:left;	
	width: 30%;
}
.browseByCustomFieldVerticalRightbar{
	float:left;
}
.browseByCustomFieldGrid{
	border-width: 0px;
	border-style: dashed;
	border-color: blue;
	border-collapse: separate;
	background: #ffffff;
	width:100%;
	font-size:1em;	
}
.browseByCustomFieldGrid td {
	width: 30%;
	vertical-align:bottom;
}
.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: 50%;
	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: 50%;
	padding-top: 10px;
	border-bottom: 1px dashed #cecccc;
}

/*** Manufacturers ***/
.mfcListingGrid {
	border-collapse: separate;
	background-color: #fff;
	width:100%;
	text-align:center;

}
.mfcListingGrid td {
	border-bottom: 1px dashed #cecccc;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left:5px;
	padding-right:5px;
	width: 30%;
	vertical-align:bottom;
}
.mfcItemsGrid {
	border-collapse: separate;
	background-color: #fff;
	width:100%;
	text-align:center;
}
.mfcItemsGrid td {
	border-bottom: 1px dashed #cecccc;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left:5px;
	padding-right:5px;
	width:30%;
	vertical-align:bottom;
}
a.mfcName {
	color:#555;
	text-decoration:none;
	font-size:12px;
}
.mfcDesc {
	font-size:11px;

}
/*** CustomeField ***/
.browseByCustomFieldGrid {
	border-collapse: separate;
	width:100%;
	text-align:center;
}
.browseByCustomFieldGrid td {
	border-bottom: 1px dashed #cecccc;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left:5px;
	padding-right:5px;
	width:30%;
	vertical-align:bottom;
}

/*** theme ***/
.themeListingGrid {
	border-collapse: separate;
	background-color: #fff;
	width:100%;
	text-align:center;
}
.themeListingGrid td {
	border-bottom: 1px dashed #cecccc;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 30%;
	vertical-align:bottom;
}
.themeListingGrid div {
	padding: 0px;
	margin: 0px;
}
.themeListingGrid div a {
	color:#63a4dd;
	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: #ffaa60;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	/*background-color: #2e3540;*/
	padding-right: 10px;
	padding-left: 10px;
}
.themeItemsGrid {
	border-collapse: separate;
	width:100%;
	text-align:center;
}
.themeItemsGrid td {
	border-bottom: 1px dashed #cecccc;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	width:30%;
	vertical-align:bottom;
}

/*** pages ***/
.pageHeading {
	height: 25px;
	font-size: 1.2em;
}
.pageContent {
	/*padding-top:5px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:10px;*/
	/*background-color: #fff;*/
}
.pageContent p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color:#666666;
}
.pageHeader {
	margin:0;
	padding:0;
	font-size: 15px;
	font-weight:bold;
	color:#14b57b;
}
.pageSubHeading {
	height: 25px;
	font-size: 1em;
}	

/*** common ***/
.clear {
	clear:both;
}
form {
	margin: 0;
	padding: 0;
}
.button {
	font-size:11px;
	margin-top:5px;
	margin-right: 0px;
	font-weight: bold;
	color: #666666;
	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:#666666;
}
.labelRight {
	float:left;
	width:73%;
	margin:2px 0 2px 0;
	white-space: normal;
	color:#666666;
}
/*.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:#14b57b;
	margin-bottom:10px;
	margin-top:10px;
}*/

/*** mfcList component ***/
.mfcComponent {
	margin: 0;
	margin-bottom:10px;
	width:190px;
}
.mfcComponentHeader {
	height:40px;
	background: url(/theme/images/ComponentHeader2.gif) no-repeat;
	/*background-color:#8d8d8d;*/
	background-color:#FC7FBE;
	background-position:10px ;
	width:auto;
	/*border-left:4px solid #14b57b;*/
	border-left:4px solid #F152A1;
}
.mfcComponentHeaderText {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding-top:13px;
	margin-left:35px;
	border:0px dashed #ff0000;
	text-align:left;
}
.mfcComponentBody {
	color: #666;
	padding:5px 10px 0px 10px;
	font-weight: normal;
	font-family: verdana,arial;
}
.mfcComponentFooter {
	height:14px;
	width:auto;
	background-repeat: no-repeat;
}
.mfcComponent ul {
	border: 0px dashed green;
	margin: 0;
	padding:0;
}
.mfcComponent li {
	margin: 0px;
	list-style:none;
	padding: 0px;
	min-height: 24px;
	line-height:24px;
	padding:0px 10px 0 10px;
	color: #000;
	background: url(/theme/images/listArrow2.gif) 10px 7px no-repeat;

}
.mfcComponent a {
	color:#000;
	padding:0px 10px 0 20px;
	text-decoration:none;
	min-height: 24px;
	display: block;
}	
.mfcComponent a:hover {
	color:#14b57b;
	text-decoration:underline;
	min-height: 24px;
	padding:0px 10px 0 20px;
	background: url(/theme/images/listArrow2.gif) 0px 7px no-repeat;
	display: block;
}

/*** themeList ***/
.thmComponent {
	margin: 0;
	margin-bottom:10px;
	width:190px;
	border: 0px solid #4f4f4f;
}
.thmComponentHeader {
	height:40px;
	background: url(/theme/images/ComponentHeader2.gif) no-repeat;
	/*background-color:#8d8d8d;*/
	background-color:#FC7FBE;
	background-position:10px ;
	width:auto;
	/*border-left:4px solid #14b57b;*/
	border-left:4px solid #F152A1;
}	
.thmComponentHeaderText {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding-top:13px;
	margin-left:35px;
	border:0px dashed #ff0000;
	text-align:left;
}
.thmComponentBody {
	color: #666;
	padding:5px 10px 0px 10px;
	font-weight: normal;
	font-family: verdana,arial;
}
.thmComponentFooter {
	height:14px;
	width:auto;
	background-repeat: no-repeat;
}
.thmComponent ul {
	border: 0px dashed green;
	margin: 0;
	padding:0;
}
.thmComponent li {
	margin: 0px;
	list-style:none;
	padding: 0px;
	min-height: 24px;
	line-height:24px;
	padding:0px 10px 0 10px;
	color: #000;
	background: url(/theme/images/listArrow2.gif) 10px 7px no-repeat;
}
.thmComponent a {
	color:#000;
	padding:0px 10px 0 20px;
	text-decoration:none;
	min-height: 24px;
	display: block;
}	
.thmComponent a:hover {
	color:#14b57b;
	text-decoration:underline;
	min-height: 24px;
	padding:0px 10px 0 20px;
	background: url(/theme/images/listArrow2.gif) 0px 7px no-repeat;
	display: block;
}

/*** changePasswordPage ***/
.changePasswordPage {
	background: url();	
	padding:5px;
}

/*** forgetPasswordPage ***/
.forgetPasswordPage {
	background: url(/theme/images/bgscanline.gif);
	background-attachment:fixed;
	padding:5px;
	text-align:left;
}
.forgetPasswordBody {
	background: url();
	background: url(/theme/images/bgscanline.gif);
	background-attachment:fixed;
	background-color: #fff;	
	padding:5px;
	text-align:left;
}
.textSmall {
	font-size:11px;
	/*margin-bottom:5;*/
}
.line {
	color:#e1e1e1;
	height:1px;
}

/*** customFieldsList ***/
.customFieldsList {
	margin: 0;
	margin-bottom:10px;
	width:190px;
	border: 0px solid #4f4f4f;
}
.customFieldsListHeader {
	height:40px;
	background: url(/theme/images/ComponentHeader2.gif) no-repeat;
	/*background-color:#8d8d8d;*/
	background-color:#FC7FBE;
	background-position:10px ;
	width:auto;
	/*border-left:4px solid #14b57b;*/
	border-left:4px solid #F152A1;
}
.customFieldsListHeaderText {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding-top:13px;
	margin-left:35px;
	border:0px dashed #ff0000;
	text-align:left;
}
.customFieldsListBody {
	color: #666;
	padding:5px 10px 0px 10px;
	font-weight: normal;
	font-family: verdana,arial;
}	
.customFieldsListFooter {
	height:14px;
	width:auto;
	background-repeat: no-repeat;
}
.customFieldsList ul {
	border: 0px dashed green;
	margin: 0;
	padding:0;
}
.customFieldsList li {
	margin: 0px;
	list-style:none;
	padding: 0px;
	min-height: 24px;
	line-height:24px;
	padding:0px 10px 0 10px;
	color: #000;
	background: url(/theme/images/listArrow2.gif) 10px 7px no-repeat;
}
.customFieldsList a:link {
	color:#000;
	padding:0px 10px 0 20px;
	text-decoration:none;
	min-height: 24px;
	display: block;
	}
.customFieldsList a:visited {
	color:#000;
	padding:0px 10px 0 20px;
	text-decoration:none;
	min-height: 24px;
	display: block;
	}
.customFieldsList a:active {
	color:#000;
	padding:0px 10px 0 20px;
	text-decoration:none;
	min-height: 24px;
	display: block;
	}
.customFieldsList a:hover {
	color:#14b57b;
	text-decoration:underline;
	min-height: 24px;
	padding:0px 10px 0 20px;
	background: url(/theme/images/listArrow2.gif) 0px 7px no-repeat;
	display: block;
	}

/***/
.labelFieldName {
	width:20%;
	float:left;
}
.labelFieldOptions {
	width:70%;	
	float:left;
}

/*** priceRangeComponent ***/
.priceRangeComponent {
	margin: 0;
	margin-bottom:10px;
	width:190px;
	border: 0px solid #4f4f4f;
}
.priceRangeComponentHeader {
	height:40px;
	background: url(/theme/images/ComponentHeader2.gif) no-repeat;
	/*background-color:#8d8d8d;*/
	background-color:#FC7FBE;
	background-position:10px ;
	width:auto;
	/*border-left:4px solid #14b57b;*/
	border-left:4px solid #F152A1;
}
.priceRangeComponentHeaderText {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	margin-top:13px;
	margin-left:35px;
	border:0px dashed #ff0000;
	text-align:left;
}
.priceRangeComponentBody {
	color: #666;
	padding:5px 10px 0px 10px;
	font-weight: normal;
	font-family: verdana,arial;
}
.priceRangeComponentFooter {
	height:14px;
	width:auto;
	background-repeat: no-repeat;
}
.priceRangeComponentBody ul {
	border: 0px dashed green;
	margin: 0;
	padding:0;
}
.priceRangeComponentBody li {
	margin: 0px;
	list-style:none;
	padding: 0px;
	min-height: 24px;
	line-height:24px;
	padding:0px 10px 0 10px;
	color: #000;
	background: url(/theme/images/listArrow2.gif) 10px 7px no-repeat;

}	
.priceRangeComponent li a {
	color:#000;
	padding:0px 10px 0 20px;
	text-decoration:none;
	min-height: 24px;
	display: block;
}
.priceRangeComponent li a:hover {
	color:#14b57b;
	text-decoration:underline;
	min-height: 24px;
	padding:0px 10px 0 20px;
	background: url(/theme/images/listArrow2.gif) 0px 7px no-repeat;
	display: block;
}

/*** currency component ***/
.currencyComponent {
	margin: 0;
	margin-bottom:10px;
	width:190px;
	border: 0px solid #716557;
}
.currencyComponentHeader {
	height:40px;
	background: url(/theme/images/ComponentHeader2.gif) no-repeat;
	/*background-color:#8d8d8d;*/
	background-color:#FC7FBE;
	background-position:10px;
	width:auto;
	/*border-left:4px solid #14b57b;*/
	border-left:4px solid #F152A1;
}
.currencyComponentHeaderText {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding-top:13px;
	margin-left:35px;
	border:0px dashed #ff0000;
	text-align:left;
}
.currencyComponentBody {
	padding:5px 10px 10px 20px;
	font-weight: normal;
	font-family: verdana,arial;
	/*background:#c1b59b;*/
}
.currencyComponentFooter {
	height:14px;
	width:auto;
	display:none;
	/*background-image: url(/theme/images/componentFooter.gif);
	background-repeat: no-repeat;*/
}
.currencyComponentBody form {
	padding: 0px;
	margin: 0px;
}
.currencyComponentBody form .dropdownlist{
	width:94%;
	color: #666666;
	background-color: #dedede;
	padding: 0px;
	text-align:left;
}
/*** /currency component ***/
.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;
	padding-top:5px;
	display: block;
	padding-bottom: 5px;
	clear: both;
	width: auto;
}
DIV.paging ul {
	margin:0;
	padding:0;	
}
DIV.paging li {
	text-decoration: none;
	color: #000;
	font-weight: normal;
	padding-right: 2px;
	padding-left: 2px;
	display: inline;

}
DIV.paging li a:link {
	color:#14b57b;
	text-decoration: none;
	font-weight: normal;
	padding-right: 2px;
	padding-left: 2px;
}
DIV.paging li a:active {
	color:#14b57b;
	text-decoration: none;
	font-weight: normal;
	padding-right: 2px;
	padding-left: 2px;
}
DIV.paging li a:visited {
	color:#14b57b;
	text-decoration: none;
	font-weight: normal;
	padding-right: 2px;
	padding-left: 2px;
}
DIV.paging li a:hover {
	text-decoration: none;
	color: #14b57b;
	text-decoration: underline;
}

/*** addressBook ***/
.addressBookGrid {
	font-size:11px;	
}

/*** cart component ***/
.cartComponent {	
	margin: 0;
	margin-bottom:10px;
	width:190px;
	border: 0px solid #4f4f4f;
}
.cartComponentHeader {
	height:40px;
	background: url(/theme/images/ComponentHeader2.gif) no-repeat;
	/*background-color:#8d8d8d;*/
	background-color:#3ACCF1;
	background-position:10px ;
	width:auto;
	/*border-left:4px solid #14b57b;*/
	border-left:4px solid #109FC2;
}
.cartComponentHeaderText {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding-top:13px;
	margin-left:35px;
	border:0px dashed #ff0000;
	text-align:left;
}
.cartComponentBody {
	color: #666;
	padding:5px 10px 0px 10px;
	font-weight: normal;
	font-family: verdana,arial;
}
.cartComponentFooter {
	height:14px;
	width:auto;
	background-repeat: no-repeat;
}
.cartComponentItems {
	font-size:11px;
	font-weight: bold;
	padding-top: 5px;
}
.cartComponentItems li {
	padding-bottom:5px;
}
.cartComponentLinks {
	font-size:11px;
	color:#14b57b;
	text-decoration:none;
	min-height: 24px;
	padding-bottom:2px;
}
.cartComponentLinks a {
	font-size:11px;
	color:#14b57b;
	text-decoration:none;
	min-height: 24px;
}
.cartComponentLinks a:hover {
	font-size:11px;
	color:#14b57b;
	text-decoration:underline;
	min-height: 24px;
}
.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:#14b57b;
	height: 20px;
	display: block;
}
.pageSubHeader {
	/*color:#b5b5b5;*/
	color:#666666;
	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:#666666;	
}
.pagebody h3 {
	color:#666666;
	display:none;
}
.pageBody a {
	color:#14b57b;
	font-weight: bold;
	text-decoration: none;
}
.pageBody a:hover {
	color: #14b57b;
	text-decoration: underline;
}
.createNewShipAddrBody {
	margin:10px;
}
.editShipAddrBody {
	margin:10px;
}
.changePasswordBody {
	margin:10px;
	text-align:left;
}
.pageBodySubHeader {
	height:25px;
	padding-top: 20px;
	border-bottom: 1px dashed #cecccc;
}
.pageBodySubHeader b {
	color:#14b57b;
	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;
}

/***** Product Map **********/

.productMap {
	margin:0;
	padding:0;
	font-family:verdana,arial;
	color:#666666;
}
.productMap ul {
	margin:30px 0 0 0 ;
	padding:0;
}
.productMap li {
	margin: 0px;
	list-style:none;
	padding: 0px;
	/*min-height: 24px;
	line-height:24px;*/
	color: #666666;
	/*border-bottom:1px solid #cecccc;*/
	background: url(/theme/images/Li.gif) 0px 1px no-repeat;
}
.productMap a {
	color:#666666;
	text-decoration:none;
	min-height: 24px;
	display: block;
	padding-top:0px;
	padding-left:18px;
	/*border-bottom: 1px solid #cecccc;*/
}
.productMap li a {
	color:#666666;
	text-decoration:none;
	min-height: 24px;
	display: block;
	padding-left:18px;
}
.productMap li a:hover {
	color:#14b57b;
	text-decoration:none;
	min-height: 24px;
	padding-left:18px;
	background: url(/theme/images/LiHover.gif) 0px 1px no-repeat;
	display: block;
}
.productMap ul ul {
	margin:10px 0 0 15px ;
	padding:0;
}
.productMap ul ul li {
	margin:10px 0 0 30px ;
	padding:0;
}
/*** misc ***/
.textAlert1 {
	color: #ffaa60;
	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:#63a4dd;
	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:#63a4dd;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#copyrightBar  a:hover {
	color: #2e3540;
	text-decoration: underline;
}
/*** Curtomer Home ***/
.custHomeTopMenu {
	float:right;
	clear:both;
	font-family:verdana,arial;
	font-size: 12px;
	text-decoration: none;
}
.custHomeHeader {
	font-size: 16px;
	font-weight: bold;
	color: #14b57b;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 0px;
}
.custHomeSubHeader {

}
.custHomeMenu {
	font-size: 12px;
	margin-top: 40px;
	font-family: verdana,arial;
}
.custHomeMenu ul {
	margin: 0px;
	padding: 0px;
}
.custHomeMenu li {
	margin: 0px;
	list-style:none;
	padding: 0px;
	color: #666666;
}
.custHomeMenu li a {
	color:#14b57b;
	text-decoration:none;
	/*display: block;*/
	padding-left:18px;

}
.custHomeMenu li a:hover {
	color:#14b57b;
	text-decoration: underline;
	padding-left:18px;
	/*display: block;*/
}
.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: 100%;
				height: 200px;
				text-align: center;
				border: 0px solid #e2e2e2;
				/*background: #000;*/
				/*margin: 50px auto;*/
			}
/********************* /flash ***********/

.viewProdImageSwap {
	margin:0;
	padding:0;
}
.viewProdImageSwap li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
