/* ==== ==== ==== ==== ==== ==== ==== ==== ====
	Azrul
	Copyright 2009 (c)
	written for - www.webshaper.com.my
	support[at]neowave.com.my

	=============================
	====== Table of content =====
	=============================

	0. Reset and default css
	1. Header part (all id, class in header)
	2. Component part (all component class)
	3. Pages classes
	4. Footer (all id, class in footer)
	5. Misc

	=============================
	===  End table of content  ==
	=============================

 ==== ==== ==== ==== ==== ==== ==== ==== ==== */

/* ================================
   == 0. Reset and default css ====
   ================================ */

/* 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;*/
} 
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}
/* remove active, focus outline in firefox */
a:active, a:focus {
      outline: 0;
}
/* ==== Close Reset CSS ==== */

/* General Class
===================== */
html {
	padding:0;
	margin:0;
	background-color:#808080;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Arial, Georgia, Verdana, Helvetica, sans-serif;


	display:table;
	width:100%;
	background: url(/theme/images/BodyBG_DarkGrey.gif) 0 30px repeat-x;
	/*background-attachment:fixed;*/
	text-align: center;
	position: relative;
	background-color:
}
h2 {
	font-size: 19px;
	color:#2d2e33;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
}
h3 {
	font-size:16px;
	font-weight:bold;
	color:#2c2f34;
	text-transform: capitalize;
	line-height:28px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cecccc;
}
h4 {
	font-size: 14px;
	color: #485160;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-top: 3px;
}
ol li {
	list-style-type: decimal;
	margin-left:25px;
}
ul li {
	list-style-type: disc;
	margin-left:25px;
}
strike {
	color:#000;
	text-decoration: line-through;
}
p {
	padding:0px;
	color: #666;
	margin:0;
}
#gutter {
	float: left;
	width: 10px;
	height: 1px;
}
#wrapper {
	clear:both;
	width: 1000px;
	margin: auto; /*for centering the content*/
	position:relative; /*for centering the content*/
	text-align:left;
	padding:0px 0 0 0 ;
	/*cursor:default;*/
}
#MainContent {
	width:100%;
	height:auto !important;
	height:auto;
	/*background-color:#fff;*/
	/*background:url(/theme/images/MainContent2.gif) left top no-repeat #fff;*/
	padding-top:0px;
	position:relative;
}
#col1 {
	/*position:relative;*/
	padding:0;
	float: left;
	margin-left:0px;
	margin-top:0px;
	/*width: 764px;*/
	width: 550px; 
	color:#666;
	font-family: Arial, Georgia, verdana, Helvetica, sans-serif;
	margin-bottom:0px;
	line-height:1.3;
}
/*
#col1 p {
	margin:0;
	padding:0;
	color:#666;
}
#col1 a {
	margin:0;
	padding:0;
	color:#2f2f2f;
	text-decoration:none;
}
#col1 a:hover {
	margin:0;
	padding:0;
	text-decoration:underline;
	color:#2f2f2f;
}
*/
#col1 .col1Wrapper {
	text-align:left;


	margin: 0px;
	padding: 0px;
	width: auto;
	color:#666;
	/*background-color:#fff;
	border-left:1px solid #d5d5d5;
	border-right:1px solid #d5d5d5;*/
}
#col2 {
	position:relative;
	float: left;
	width: 204px;
	margin: 0px 10px 0px 0px;
	border: 0px solid blue;
	/*background:#f5f5f5;*/
}
#col3 {
	position:relative;
	clear:right;
	float: right;
	margin: 0px 0px 0px 0px;
	width: 204px;
	/*background:#f5f5f5;*/
}
/* ==== close General Class ==== */

/* ================================
    0. Close Reset and default css
   ================================ */

/* ================================
   == 1. Header                ====
   ================================ */
		
#header {
	height:auto;
	height:157px;
	width: auto;
	clear: both;

	margin: auto; /*for centering the content*/
	position:relative; /*for centering the content*/
	text-align:left;
}
#headerWrapper {
	/*height: 80px;*/
	/*display: inline;*/
	height:auto;
	width: 1000px;
	clear: both;

	margin: auto; /*for centering the content*/
	position:relative; /*for centering the content*/
	text-align:left;
	background: url(/theme/images/HeaderWrapper_DarkGrey.jpg) left top no-repeat;
}
#headerWrapper2 {
	height:auto;
	width: 1000px;
	clear: both;

	margin: auto; /*for centering the content*/
	position:relative; /*for centering the content*/
	text-align:left;
}
#Headerline {
	/*border:5px solid #2c2f34;*/
	background-color:#2c2f34;
	height:10px;
	width:100%;
	margin:0;
	padding:0;
	clear:both;
}
#companyLogo {
	clear:both;
	margin:0px;
	width:auto;
	height: 82px;
	float: left;
	white-space: nowrap;
	display: inline;
}
#banner {
	margin:0 0 5px 0;
}

/* Main Navigation
===================== */
#WrapNav {
	height:auto;
	width: 1000px;
	clear: both;

	margin: auto; /*for centering the content*/
	position:relative; /*for centering the content*/
	text-align:left;
}
#nav {
	width:100%;
	margin:0px 0 0 0px;
	clear:both;
	float:left;
	height:auto;
	position:relative;
}
#navMain {
	clear:left;
	margin-top: 0px;
	padding: 0px 0 0px 0px;
	height:44px;
	width:100%;
	background-color:#3c3c3c;
	border-top:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #666;
	font-family: arial, georgia, verdana;
}
#navMainCenter {
	width:100%;
	padding:0;
	/*position:absolute;*/
	height:44px;
}
/*#navMainLeft {
	float:left;
	background: url(/theme/images/NavMainLefth_Blue.gif) 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;
	/*white-space: nowrap;*/
}
#navMain li{
	list-style:none;
	margin:0px 1px 0 0;
	padding:0;
	display: inline-block;
	float:left;
	font-size: 13px;
	color: #000;
	width:auto;
	height:auto;
	text-decoration:none;
}
#navMain li a {
	float:left;
	text-decoration:none;
	height:auto;
	width:auto;
	display:block;
	font-weight:bold;
	color:#a9a9a9;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom:15px;
	padding-left: 20px;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	/*border-right:1px solid #262626;*/
}
#navMain li a:hover {
	display:block;
	text-decoration:none;
	color:#fff;
	background-color:#535353;
	cursor:pointer;
}
#navMain li a span{
	float:left;
	display:block;
	background-image: url(/theme/images/1NavMainRight.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-weight:bold;
	color:#a9a9a9;
	padding-top: 14px;
	padding-right: 48px;
	padding-bottom:14px;
	padding-left: 32px;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-right:0px;

}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navMain a span {float:none;}
/* End IE5-Mac hack */
#navMain a:hover span {
	display:block;
	text-decoration:none;
	color:#fff;
	background-image: url(/theme/images/1NavMainRighth_DarkGrey.gif);
	background-repeat: no-repeat;
	background-position: right top;
	cursor:pointer;
}


#secondNav {
	clear:both;
	width:100%;
	height:58px;
	background: url(/theme/images/SecondNav.gif) left top no-repeat;
	margin:0;
	padding:0;
	font-family: arial, georgia, verdana;
}
.secondNavLinks {
	margin:0px 0 0 0;
	padding:18px 0 0 0;
	height:22px;
	width:100%;
	/*border: 1px solid green;*/
}
/* ==== Close Main Navigation ==== */

/* Top Navigation
===================== */
.TopLink {
	/*float:right;*/
	width:100%;
	clear:both;
	height:29px;
	background-color:#2a2a34;
	border-bottom:1px solid #727378;
	margin:0;
	padding:0;
	font-family: arial, georgia, verdana;
}
.WrapTopLink {
	height:auto;
	width:1000px;
	padding:0;
	clear: both;

	margin: auto; /*for centering the content*/
	position:relative; /*for centering the content*/
	text-align:left;	
}
/* ==== Close Top Navigation ==== */

/* Greet customer
===================== */
#Greet {
	margin:2px 0 0 0px;
	padding:0;
	float:left;
	clear:both;
	border:0px dashed green;
	width:400px;
	line-height:25px;
	font-size:12px;
	font-family: arial, Georgia, verdana ;
	text-align:left;
}
#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: #fff;
	text-decoration:none;
	font-weight: normal;
}
/* ==== Close Greet customer ==== */

/* User Greet class
===================== */	
#user {
	color: #aaacab;
	text-decoration: none;
	padding-top: 0px;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	display: inline;
	width:auto;
	font-family: arial, Georgia, verdana ;
	border:0px solid green;
}
#user .userText {
	font-size: 12px;
	text-decoration: none;
	float: left;
	color: #aaacab;
}
#user .userText a {
	color:#aaacab;
}
#user .userText a:hover {
	color:#fff;
	text-decoration:none;
}	
#user .userName {
	font-weight: bold;
	/*color:#ffaa60;*/
	color:#aaacab;
	font-size:14px;
	font-family: Arial, georgia, verdana;
}
#user .userSeperator {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c8cdd5;
}
#user .userLog {
	color: #838383;
	font-size: 12px;
	text-decoration: none;
}
#user .userLog   a {
	color: #838383;
	font-size: 12px;
	text-decoration: none;
}
#user .userLog a:hover {
	font-size: 12px;
	color:#fff;
	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;
}
/* ==== Close User Greet class ==== */

/* User link navigation
===================== */
.userLinks {
	float:right;
	width:570px;
	clear:right;
	height:auto;
	margin:4px 0 0 0;
	padding:0;
	font-family: arial, georgia, verdana;
}
.userLinks img {
	vertical-align:middle;
}
.userLinksText {
	margin:0;
	padding:0;
	float:right;
	width:570px;
	line-height:22px;
	text-align:right;
}
.userLinksText ul {
	margin:0;
	padding:0;
	display:inline;
	list-style:none;
}
.userLinksText li {
	margin:0 0 0 10px;
	display:inline;
	padding:0px;	
	list-style:none;
	line-height:22px;
	color:#838383;
	font-weight:normal;
}
.userLinksText li a{
	/*filter: alpha(opacity=60);
	opacity: 0.6;*/
	color: #838383;
	text-decoration:none;
	font-size:12px;
}
.userLinksText li a:hover{
	/*filter: alpha(opacity=100);
	opacity: 1;*/
	color: #fff;
	text-decoration:none;
	font-size:12px;	
}
.userAccount a {
	color: #838383;
	text-decoration:none;
	font-size:12px;
	line-height:22px;
	padding:4px 0 3px 0px;
}
.userAccount a:hover {
	color: #fff;
	text-decoration:none;
	font-size:12px;	
}
.userCart a {
	color: #838383;
	text-decoration:none;
	font-size:12px;
	line-height:22px;
	padding:4px 0 3px 0px;
}
.userCart a:hover {
	color: #fff;
	text-decoration:none;
	font-size:12px;	
}
.userCheckout a {
	color: #4f5054;
	text-decoration:none;
	font-size:12px;
	line-height:22px;
	padding:4px 0 3px 0px;
}
.userCheckout a:hover {
	color: #000;
	text-decoration:none;
	font-size:12px;	
}
.userRSS a {
	color: #4f5054;
	text-decoration:none;
	font-size:12px;
	line-height:22px;
	padding:4px 0 3px 0px;
	width:250px;
}
.userRSS a:hover {
	color: #000;
	text-decoration:none;
	font-size:12px;	
}
/* ==== Close User link navigation ==== */

/* Search function
===================== */
#search {
	width:192px;
	float:right;
	clear:right;
	text-align:right;
	margin-top:35px; /*enable this if takeout choose color and delete margin below*/
	/*margin-top:8px;*/
	padding:0px;
	height:auto;
	font-family: georgia, verdana, arial;
	font-size:12px;
	/*background: url(/theme/images/searchID1.png) left top no-repeat;*/
}
#search a {
	text-decoration:none;
	color:#dedede;
	font-family: arial, georgia, verdana;
	font-size:12px;
	vertical-align:middle;
	padding:0;
	margin:0;
}
#search a:hover {
	text-decoration:none;
	color:#fff;
}
#search .form {
	padding:0;
	/*float: left;*/
	text-align:right;
	margin:0;
	/*height:22px;*/
	height:auto;
	width:auto;
	/*background: url(/theme/images/searchBoxpng.png) no-repeat;*/
}
.searchBox {	
	border: 0px solid #666;
	padding:0;
	color:#666;
	height: 22px;
	width:auto;
	margin:0px 0 0 0;
	float:left;
	/*background: url(/theme/images/SearchboxBG.gif) 45px top no-repeat;*/
}
.searchBox .textbox {
	color: #666;
	border: 1px solid #666;
	float: left;
	width:150px;
	height: 16px;
	margin-top:0px;
	padding:4px 3px 0 3px;
	font-size:12px;
	margin-left:0px;
	margin-right:0px;
	/*background-color:transparent;*/
	background-color:#fff;
	font-family:arial, georgia, verdana;
}
#search .searchBtn {
	width: auto;
	height: auto;
	padding:0;
	margin:0;
	float:left;
	margin-left:5px;
}
#search .searchAdvanced {
	clear:both;
	text-align:right;
	margin:5px 0 0 0;
	float:right;
}
/* ==== Close Search function ==== */

/* ================================
   == 1. Close Header          ====
   ================================ */

/* ================================
   == 2. Component part        ====
   ================================ */

/* Box compenent
===================== */
.box {
	width:204px;
	margin-bottom:10px;
}
.boxHeader {
	height:27px;
	background: url(/theme/images/HeaderComponent_DarkGrey.gif) no-repeat;
}
.boxHeaderText {
	color:#fff;
	font-size:13px;
	font-weight:bold;
	font-family:arial;
	padding-top:7px;
	margin-left:10px;
	text-align:left;
}
.boxBody {
	color: #2f2f2f;
	margin:0px 0 0 0 ;
	padding:5px 0px 4px 0px;
	font-weight: normal;
	font-family: arial,georgia,verdana;
	border-left:1px solid #d5d5d5 ;
	border-right:1px solid #d5d5d5 ;
	background-color:#f4f4f4;
	/*background: url(/theme/images/componentBodyBG.gif) repeat-y;*/
}
.boxBodyNewsletter {
	color: #000;
	margin:0px 0 0 0 ;
	padding:5px 10px 15px 10px;
	font-weight: normal;
	font-family: arial,georgia,verdana;
	border-left:1px solid #d5d5d5 ;
	border-right:1px solid #d5d5d5 ;
	background-color:#f4f4f4;
}
.boxFooter {
	height:4px;
	width:204px;
	background: url(/theme/images/ComponentFooter.gif) right top no-repeat;
}
.boxFooterNewsletter {
	height:4px;
	width:auto;
	background-image: url(/theme/images/ComponentFooter.gif);
	background-repeat: no-repeat;
}
.boxBodyNewsletter p {
	padding:10px 0px 5px 0px;
	color: #000;
	font-weight: normal;
	font-family: arial,georgia,verdana;
}
.boxBody ul {
	margin: 0;
	padding-top: 0px;
}
.boxBody li {
	padding:0px;
	list-style:none;
	line-height:25px;
	margin:0px 0px 0 0px;
	color: #2f2f2f;
	font-size:12px;
	/*background: url(/theme/images/liLines.gif) 0 bottom repeat-x;*/
}
.box a {
	color:#2f2f2f;
	padding:0px 10px 0 10px;
	text-decoration:none;
	/*line-height: 25px;*/
	display: block;
}
.box a:hover {
	color:#000;
	text-decoration:none;
	background-color:#ebebeb;	
}
/* ==== Close Box compenent ==== */

/* CategoryList component
===================== */
.categoryList {
	padding-bottom:10px;
	width:204px;
}
.categoryListHeader {
	height:27px;
	background: url(/theme/images/HeaderComponent_DarkGrey.gif) no-repeat;
}
.categoryListHeaderText {
	color:#fff;
	font-size:13px;
	font-weight:bold;
	font-family:arial;
	padding-top:7px;
	margin-left:10px;
	text-align:left;
}
.categoryListBody {
	color: #2f2f2f;
	margin:0px 0 0 0 ;
	padding:5px 0px 4px 0px;
	font-weight: normal;
	font-family: arial,georgia,verdana;
	border-left:1px solid #d5d5d5 ;
	border-right:1px solid #d5d5d5 ;
	background-color:#f4f4f4;
}
.categoryListFooter {
	height:4px;
	background: url(/theme/images/ComponentFooter.gif) left top no-repeat;
	width:204px;
}
.categoryList ul{
	margin: 0;
	padding: 0px;
}
.categoryList li{
	padding:0px;
	list-style:none;
	/*line-height:25px;*/
	margin:0;
	color: #2f2f2f;
	font-size:12px;
}
.categoryList1 {
	padding:0px;
	list-style:none;
	/*line-height:25px;*/
	margin:0px 0px 0 0px;
	color: #2f2f2f;
	font-size:12px;
}
#categoryList_ul_0{
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.categoryLink1 {
	color:#2f2f2f;
	padding:0px 10px 0 10px;
	text-decoration:none;
	line-height: 25px;
	display: block;
}
.categoryLink1:hover {
	color:#000;
	text-decoration:none;
	background-color:#ebebeb;
}
.categoryLink2 {
	color:#2f2f2f;
	padding:0px 10px 0 20px;
	text-decoration:none;
	line-height: 25px;
	display: block;
}
.categoryLink2:hover {
	color:#000;
	text-decoration:none;
	background-color:#ebebeb;
}
/* ==== Close CategoryList component ==== */

/* Cart Component
===================== */
.cartComponent {	
	margin-bottom:10px;
	width:204px;
}
.cartComponentHeader {
	height:27px;
	background: url(/theme/images/HeaderComponent_DarkGrey.gif) no-repeat;
}
.cartComponentHeaderText {
	color:#fff;
	font-size:13px;
	font-weight:bold;
	font-family:arial;
	padding-top:7px;
	margin-left:10px;
	text-align:left;
}
.cartComponentBody {
	color: #000;
	margin:0px 0 0 0 ;
	padding:5px 10px 4px 10px;
	font-weight: normal;
	font-family: arial,georgia,verdana;
	border-left:1px solid #d5d5d5 ;
	border-right:1px solid #d5d5d5 ;
	background-color:#f4f4f4;
}
.cartComponentFooter {
	height:4px;
	width:auto;
	background-image: url(/theme/images/ComponentFooter.gif);
	background-repeat: no-repeat;
}
.cartComponentItems {
	font-size:11px;
	font-weight: bold;
	padding-top: 5px;
}

.cartComponentItems ul {
	padding:0px;
	margin:0px;
}
.cartComponentItems li {
	margin:0;
	padding:0;
}
.cartComponentLinks {
	font-size:11px;
	color:#2f2f2f;
	text-decoration:none;
	line-height: 24px;
}
.cartComponentLinks a {
	font-size:11px;
	color:#2f2f2f;
	text-decoration:none;
	line-height: 24px;
}
.cartComponentLinks a:hover {
	color:#2f2f2f;
	text-decoration:underline;
}
.cartComponentSummary {
	padding-top: 5px;
}
.cartComponent ul {
	padding:0;
	margin:0;
}
.cartComponent li {
	list-style:none;
}
/* ==== Close Cart Component ==== */

/* News component
===================== */
.newsComponent {
	margin-bottom:10px;
	width:204px;
}	
.newsComponentHeader {
	height:27px;
	background: url(/theme/images/HeaderComponent_DarkGrey.gif) no-repeat;
}
.newsComponentHeaderText {
	color:#fff;
	font-size:13px;
	font-weight:bold;
	font-family:arial;
	padding-top:7px;
	margin-left:10px;
	text-align:left;
}
.newsComponentBody {
	color: #2f2f2f;
	margin:0px 0 0 0 ;
	padding:5px 0px 10px 0px;
	font-weight: normal;
	font-family: arial,georgia,verdana;
	border-left:1px solid #d5d5d5 ;
	border-right:1px solid #d5d5d5 ;
	background-color:#f4f4f4;
}
.newsComponentFooter {
	height:4px;
	width:auto;
	background-image: url(/theme/images/ComponentFooter.gif);
	background-repeat: no-repeat;
}
.newsComponent ul {
	border: 0px dashed green;
	margin: 0px;
	padding: 0px;
}
.newsComponent li {
	padding:0px;
	list-style:none;
	line-height:25px;
	margin:0px 0px 0 0px;
	color: #2f2f2f;
	font-size:12px;
}
.newsComponentTitle a {
	color:#2f2f2f;
	padding:0px 10px 0 10px;
	text-decoration:none;
	line-height: 25px;
	display: block;
}

.newsComponentTitle a:hover {
	color:#000;
	text-decoration:none;
	background-color:#ebebeb;
}
.newsComponentDate {
	color: #888;
	padding-left:10px;
	border-bottom:1px solid #e1e1e1;
	font-size:9px;
}
.newsComponent a:link, a:visited, a:active {
	}
/* ==== Close News component ==== */

/* New Products component
===================== */
.newProductsComponent {
	margin-bottom:10px;
	width:204px;
}	
.newProductsComponentHeader {
	height:27px;
	background: url(/theme/images/HeaderComponent_DarkGrey.gif) no-repeat;
}
.newProductsComponentHeaderText {
	color:#fff;
	font-size:13px;
	font-weight:bold;
	font-family:arial;
	padding-top:7px;
	margin-left:10px;
	text-align:left;
}
.newProductsComponentBody {
	color: #2f2f2f;
	margin:0px 0 0 0 ;
	padding:5px 10px 10px 10px;
	font-weight: normal;
	font-family: arial,georgia,verdana;
	border-left:1px solid #d5d5d5 ;
	border-right:1px solid #d5d5d5 ;
	background-color:#f4f4f4;
}
.newProductsComponentFooter {
	height:4px;
	width:auto;
	background-image: url(/theme/images/ComponentFooter.gif);
	background-repeat: no-repeat;
}
.newProductsComponentGrid {
	margin-top: 0px;
	width: 100%;
	text-align: center;
}
.newProductsComponentProdName {
	font-weight: bold;
	font-size:12px;
	color:#000;
	text-decoration:none;
	text-align: center;
	padding-bottom:5px;
	padding-top:5px;
}
.newProductsComponentPrice {
	color: #000;
	padding-bottom:5px;
	text-align:center;
}
.newProductsComponentLinks {
	text-align:center;
	font-size:11px;
	color: #2f2f2f;
}
.newProductsComponentGrid a {
	color: #2f2f2f;
	padding:0px 5px 0 5px;
	text-decoration:none;
	line-height: 24px;
}
.newProductsComponentGrid a:hover{
	color:#000;
	text-decoration:underline;
}
.newProductsComponentLeftColumn {
	text-align:center;
}
/* ==== Close New Products component ==== */

/* Best Sellers component
===================== */
.bestSellersComponent {
	margin-bottom:10px;
	width:204px;
}	
.bestSellersComponentHeader {
	height:27px;
	background: url(/theme/images/HeaderComponent_DarkGrey.gif) no-repeat;
}
.bestSellersComponentHeaderText {
	color:#fff;
	font-size:13px;
	font-weight:bold;
	font-family:arial;
	padding-top:7px;
	margin-left:10px;
	text-align:left;
}
.bestSellersComponentBody {
	color: #2f2f2f;
	margin:0px 0 0 0 ;
	padding:5px 10px 10px 10px;
	font-weight: normal;
	font-family: arial,georgia,verdana;
	border-left:1px solid #d5d5d5 ;
	border-right:1px solid #d5d5d5 ;
	background-color:#f4f4f4;
}
.bestSellersComponentFooter {
	height:4px;
	width:auto;
	background-image: url(/theme/images/ComponentFooter.gif);
	background-repeat: no-repeat;
}
.bestSellersComponentGrid {
	margin-top: 0px;
	width: 100%;
	text-align: center;
}
.bestSellersComponentProdName {
	font-weight: bold;
	font-size:12px;
	color:#000;
	text-decoration:none;
	text-align: center;
	padding-bottom:5px;
	padding-top:5px;
}
.bestSellersComponentPrice {
	color: #000;
	padding-bottom:5px;
	text-align:center;
}
.bestSellersComponentLinks {
	text-align: center;
	font-size:11px;
	color: #2f2f2f;
}
.bestSellersComponentGrid a {
	color: #2f2f2f;
	padding:0px 5px 0 5px;
	text-decoration:none;
	line-height: 24px;
}
.bestSellersComponentGrid a:hover{
	color:#000;
	text-decoration:underline;
}
.bestSellersComponentLeftColumn {
	text-align:center;
}
/* ==== Close Best Sellers component ==== */

/* Specials Component
===================== */
.specialsComponent {
	margin-bottom:10px;
	width:204px;
}	
.specialsComponentHeader {
	height:27px;
	background: url(/theme/images/HeaderComponent_DarkGrey.gif) no-repeat;
}
.specialsComponentHeaderText {
	color:#fff;
	font-size:13px;
	font-weight:bold;
	font-family:arial;
	padding-top:7px;
	margin-left:10px;
	text-align:left;
}
.specialsComponentBody {
	color: #2f2f2f;
	margin:0px 0 0 0 ;
	padding:5px 10px 10px 10px;
	font-weight: normal;
	font-family: arial,georgia,verdana;
	border-left:1px solid #d5d5d5 ;
	border-right:1px solid #d5d5d5 ;
	background-color:#f4f4f4;
}
.specialsComponentFooter {
	height:4px;
	width:auto;
	background-image: url(/theme/images/ComponentFooter.gif);
	background-repeat: no-repeat;
}
.specialsComponentGrid {
	margin-top: 0px;
	width: 100%;
	text-align: center;
}
.specialsComponentProdName {
	font-weight: bold;
	font-size:12px;
	color:#000;
	text-decoration:none;
	text-align: center;
	padding-bottom:5px;
	padding-top:5px;
}
.specialsComponentPrice {
	color: #000;
	padding-bottom:5px;
	text-align:center;
}
.specialsComponentLinks {
	text-align: center;
	font-size:11px;
	color: #2f2f2f;
}
.specialsComponentGrid a {
	color: #2f2f2f;
	padding:0px 5px 0 5px;
	text-decoration:none;
	line-height: 24px;
}
.specialsComponentGrid a:hover{
	color:#000;
	text-decoration:underline;
}
.specialsComponentLeftColumn {
	text-align:center;
}
/* ==== Close Specials Component ==== */

/* Manufacturer List Component
===================== */
.mfcComponent {
	margin-bottom:10px;
	width:204px;
}
.mfcComponentHeader {
	height:27px;
	background: url(/theme/images/HeaderComponent_DarkGrey.gif) no-repeat;
}
.mfcComponentHeaderText {
	color:#fff;
	font-size:13px;
	font-weight:bold;
	font-family:arial;
	padding-top:7px;
	margin-left:10px;
	text-align:left;
}
.mfcComponentBody {
	color: #2f2f2f;
	margin:0px 0 0 0 ;
	padding:5px 0px 4px 0px;
	font-weight: normal;
	font-family: arial,georgia,verdana;
	border-left:1px solid #d5d5d5 ;
	border-right:1px solid #d5d5d5 ;
	background-color:#f4f4f4;
}
.mfcComponentFooter {
	height:4px;
	width:auto;
	background-image: url(/theme/images/ComponentFooter.gif);
	background-repeat: no-repeat;
}
.mfcComponent ul {
	border: 0px dashed green;
	margin: 0;
	padding:0;
}
.mfcComponent li {
	padding:0px;
	list-style:none;
	line-height:25px;
	margin:0px 0px 0 0px;
	color: #2f2f2f;
	font-size:12px;
}
.mfcComponent a {
	color:#2f2f2f;
	padding:0px 10px 0 10px;
	text-decoration:none;
	line-height: 25px;
	display: block;
}	
.mfcComponent a:hover {
	color:#000;
	text-decoration:none;
	background-color:#ebebeb;
}
/* ==== Close Manufacturer List Component ==== */

/* Theme Component
===================== */
.thmComponent {
	margin-bottom:10px;
	width:204px;
}
.thmComponentHeader {
	height:27px;
	background: url(/theme/images/HeaderComponent_DarkGrey.gif) no-repeat;
}	
.thmComponentHeaderText {
	/*color:#4f5054;*/
	color:#fff;
	font-size:13px;
	font-weight:bold;
	font-family:arial;
	padding-top:7px;
	margin-left:10px;
	text-align:left;
}
.thmComponentBody {
	color: #2f2f2f;
	margin:0px 0 0 0 ;
	padding:5px 0px 4px 0px;
	font-weight: normal;
	font-family: arial,georgia,verdana;
	border-left:1px solid #d5d5d5 ;
	border-right:1px solid #d5d5d5 ;
	background-color:#f4f4f4;
}
.thmComponentFooter {
	height:4px;
	width:auto;
	background-image: url(/theme/images/ComponentFooter.gif);
	background-repeat: no-repeat;
}
.thmComponent ul {
	border: 0px dashed green;
	margin: 0;
	padding:0;
}
.thmComponent li {
	padding:0px;
	list-style:none;
	line-height:25px;
	margin:0px 0px 0 0px;
	color: #2f2f2f;
	font-size:12px;
}
.thmComponent a {
	color:#2f2f2f;
	padding:0px 10px 0 10px;
	text-decoration:none;
	line-height: 25px;
	display: block;
}	
.thmComponent a:hover {
	color:#000;
	text-decoration:none;
	background-color:#ebebeb;
}
/* ==== Close Theme Component ==== */

/* Custom Fields List Component
===================== */
.customFieldsList {
	margin-bottom:10px;
	width:204px;
}
.customFieldsListHeader {
	height:27px;
	background: url(/theme/images/HeaderComponent_DarkGrey.gif) no-repeat;
}
.customFieldsListHeaderText {
	color:#fff;
	font-size:13px;
	font-weight:bold;
	font-family:arial;
	padding-top:7px;
	margin-left:10px;
	text-align:left;
}
.customFieldsListBody {
	color: #2f2f2f;
	margin:0px 0 0 0 ;
	padding:5px 0px 4px 0px;
	font-weight: normal;
	font-family: arial,georgia,verdana;
	border-left:1px solid #d5d5d5 ;
	border-right:1px solid #d5d5d5 ;
	background-color:#f4f4f4;
}
.customFieldsListBody .dropdownlist {
	width:94%;
	color: #666666;
	background-color: #fff;
	padding: 0px;
	text-align:left;
}	
.customFieldsListFooter {
	height:4px;
	width:auto;
	background-image: url(/theme/images/ComponentFooter.gif);
	background-repeat: no-repeat;
}
.customFieldsList ul {
	margin: 0;
	padding:0;
}
.customFieldsList li {
	padding:0px;
	list-style:none;
	line-height:25px;
	margin:0px 0px 0 0px;
	color: #2f2f2f;
	font-size:12px;
}
.customFieldsList a {
	color:#2f2f2f;
	padding:0px 10px 0 10px;
	text-decoration:none;
	line-height: 25px;
	display: block;
}
/*.customFieldsList a:visited {
	color:#fff;
	padding:0px 10px 0 25px;
	text-decoration:none;
	line-height: 25px;
	display: block;
	}
.customFieldsList a:active {
	color:#fff;
	padding:0px 10px 0 25px;
	text-decoration:none;
	line-height: 25px;
	display: block;
	} */
.customFieldsList a:hover {
	color:#000;
	text-decoration:none;
	background-color:#ebebeb;
}
/* ==== Close Custom Fields List Component ==== */

/* Price Range Component
===================== */
.priceRangeComponent {
	margin-bottom:10px;
	width:204px;
}
.priceRangeComponentHeader {
	height:27px;
	background: url(/theme/images/HeaderComponent_DarkGrey.gif) no-repeat;
}
.priceRangeComponentHeaderText {
	color:#fff;
	font-size:13px;
	font-weight:bold;
	font-family:arial;
	padding-top:7px;
	margin-left:10px;
	text-align:left;
}
.priceRangeComponentBody {
	color: #2f2f2f;
	margin:0px 0 0 0 ;
	padding:5px 0px 4px 0px;
	font-weight: normal;
	font-family: arial,georgia,verdana;
	border-left:1px solid #d5d5d5 ;
	border-right:1px solid #d5d5d5 ;
	background-color:#f4f4f4;
}
.priceRangeComponentFooter {
	height:4px;
	width:auto;
	background-image: url(/theme/images/ComponentFooter.gif);
	background-repeat: no-repeat;
}
.priceRangeComponentBody ul {
	margin: 0;
	padding:0;
}
.priceRangeComponentBody li {
	padding:0px;
	list-style:none;
	line-height:25px;
	margin:0px 0px 0 0px;
	color: #2f2f2f;
	font-size:12px;
}	
.priceRangeComponent li a {
	color:#2f2f2f;
	padding:0px 10px 0 10px;
	text-decoration:none;
	line-height: 25px;
	display: block;
}
.priceRangeComponent li a:hover {
	color:#000;
	text-decoration:none;
	background-color:#ebebeb;
}
/* ==== Close Price Range Component ==== */

/* Currency Component
===================== */
.currencyComponent {
	margin-bottom:10px;
	width:204px;
}
.currencyComponentHeader {
	height:27px;
	background: url(/theme/images/HeaderComponent_DarkGrey.gif) no-repeat;
}
.currencyComponentHeaderText {
	color:#fff;
	font-size:13px;
	font-weight:bold;
	font-family:arial;
	padding-top:7px;
	margin-left:10px;
	text-align:left;
}
.currencyComponentBody {
	color: #2f2f2f;
	margin:0px 0 0 0 ;
	padding:5px 10px 4px 10px;
	font-weight: normal;
	font-family: arial,georgia,verdana;
	border-left:1px solid #d5d5d5 ;
	border-right:1px solid #d5d5d5 ;
	background-color:#f4f4f4;
}
.currencyComponentFooter {
	height:4px;
	width:auto;
	background-image: url(/theme/images/ComponentFooter.gif);
	background-repeat: no-repeat;
}
.currencyComponentBody form {
	padding: 0px;
	margin: 0px;
}
.currencyComponentBody form .dropdownlist{
	width:94%;
	color: #000;
	background-color: #fff;
	padding: 0px;
	text-align:left;
}
/* ==== Close Currency component ==== */

/* Featured Products Component
===================== */
.featuredProducts {
	margin:0px 0 0 0px;
	padding:0px;
	border: 0px solid #0c3e5d;
	width:100%;
}
.featuredProductsHeader {
	height:27px;
	background: url(/theme/images/FeaturedHeader_DarkGrey.gif) no-repeat;
	width:auto;
}
.featuredProductsHeaderText h1 {
	color:#fff;
	font-size:15px;
	font-weight:bold;
	padding-top:5px;
	margin-left:10px;
	text-align:left;	
	display: block;
	font-family:arial, georgia;
	line-height:20px;
	white-space: nowrap;
}
.featuredProductsBody {
	text-align: center;
	padding: 5px 10px 10px 10px;
	border-left:1px solid #d5d5d5 ;
	border-right:1px solid #d5d5d5 ;
	background-color:#f4f4f4;
}
.featuredProductsFooter {
	height:4px;
	width:auto;
	background-image: url(/theme/images/featuredFooter.gif);
	background-repeat: no-repeat;
}
.featuredProductsGrid {
	/*border-collapse: collapse;*/
	border-collapse: separate;
	width: 100%;
	text-align: center;
	border: 0px dashed white;

}
.featuredProductsGrid table {
	/*border-collapse: collapse;*/
	border-collapse: separate;
	
}
.featuredProductsGrid  tr {
	/*border-bottom:1px dashed #cecccc;*/
}
.featuredProductsGrid  td {
	text-align: center;
	padding: 20px 2px 20px 2px;
	width: 30%;
	vertical-align:bottom;
	/*border: 1px solid #2f2f2f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	margin:0;
}
/*.featuredProductsGrid  td:hover {
	background-color:#ddd;
}*/
.featuredProductsGridHeader {
	float:left;
	background:url(/theme/images/topleft.gif) no-repeat left top;
	display:block;
	text-align:center;
	min-height:28px;
	width:100%;
	/*z-index:10;*/
}
.featuredProductsGridHeader span {
	float:right;
	margin-right:0%;
	padding:10px;
	display:block;
	background-image: url(/theme/images/topright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left:4px;
	min-height:28px;
	width:98.5%;
	margin-right:0px;
	/*z-index:-1;*/
}
.featuredProductsGridHeaderText {
	text-align:center;
	/*padding-top:20px;*/
	width:100%;
	vertical-align:bottom;
}
.featuredProductsGridBody {
	border-left:1px solid #f6dcdd;
	border-right:1px solid #f6dcdd;
	/*border-top:1px solid #f6dcdd;*/
	clear:both;
	width:auto;
}
/* ==== Close Featured Products Component ==== */

/* Comparison Component
===================== */
.comparisonComponent {
    margin: 0px 0px 10px;
    background:#fff;
    width:150px;

}   
.comparisonComponentHeader {
    height:21px;
    background: url(images/boxCurve1.gif);   
    width:150px;
}
.comparisonComponentHeaderText {
    color:#fff;
    font-size:11px;
    font-weight:bold;
    padding-left:10px;
    padding-top:3px;
}
.comparisonComponentBody {
    background:#E8F7FA;
    font-size:11px;
    padding:3px 0 0 0;
}
.comparisonComponentAction{
    background:#B3E5EF;
    font-size:11px;
    padding:3px 0 0 0;
}
.comparisonComponentFooter {
    font-size:0px;
    height:9px;
    width:150px;
    background: url(images/headerCurveBottom.gif) no-repeat;   
}
.comparisonComponent li {
    list-style:none;   
    padding:3px 0 3px 0;
}
.comparisonComponent ul {
    margin:0;
    padding:0 0 0 10px;
}
.comparisonComponent a:link {
    color:#0000EE;
}
.comparisonComponent a:visited {
    color:#0000EE;
}
.comparisonComponent a:hover {
    color:#0000EE;
}
.comparisonComponent a:active {
    color:#0000EE;
}
.compareHeader tr {
    border-bottom:2px solid #000;
}
.compareCell1 {
   
}
.compareCell2 {
   
}
/* ==== Close Comparison Component ==== */

/* ================================
   == 2. Close Component part  ====
   ================================ */

/* ================================
   == 3. Pages Classes         ====
   ================================ */

/* Labelling
===================== */
table.tblPicLabels {
    border-width: 1px 1px 1px 1px;
    border-spacing: 0px;
    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: 0px 0px 0px 0px;
    border-style: none;
    border-color: gray gray gray gray;
    -moz-border-radius: 0px 0px 0px 0px;
}
table.tblPicLabels td {
    border-width: 1px 1px 1px 1px;
    padding: 0px 0px 0px 0px;
    border-style: none none none none;
    border-color: gray gray gray gray;
    -moz-border-radius: 0px 0px 0px 0px;
    text-align:left;
}
/* ==== Close Labelling ==== */

/* Comparison table Page
===================== */
table#tblComparison {
border-spacing: 0px;
border-collapse: collapse;
border-style: none none none none;
border-color: gray gray gray gray;
border-width: 0px 0px 0px 0px;   
}
#tblComparison td, #tblComparison th {
padding: 3px;
border: dotted 1px grey;
}
.comparetblHeader {
    padding:3px;
    background:#FFFFFF;
    font-weight:bold;
    font-size:14px;
}
.compareLabelLeft{
    font-weight:bold;   
    background:#C3DADF;   
}
.compareCellOdd{
    background:#E8F7FA;
}
.compareCellEven{
    background:#EFFCFF;   
}
.comparePrice{
    font-weight:bold;
}
/* ==== Close Comparison table Page ==== */

/* Customer Account Area Page
===================== */
.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;
}
/* ==== Close Customer Account Area Page ==== */

/* Search Result Page
===================== */
.searchResultsGrid {
	text-align:left ;
	width:100%;
}
.searchResultsGrid td {
	text-align:left;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	text-align: center;
}
.searchResultsGrid td .prodItemName {
	text-align: left;
	font-size: 12px;
	font-weight:bold;
	color:#2f2f2f;
	height:30px;
	width:100%;
	display: block;
	font-family:arial, georgia, verdana;
	padding:0px 0 5px 0;
}
.searchResultsGrid td .prodItemShortDesc {
	font-size: 11px;
	color:#636363;
	text-align: left;
	height:auto;
	padding-bottom:10px;
}
.searchProdGridRow {	
	width:100%;
}
.searchProdGridCol1 {
	float:left;
	width:30%;
	vertical-align:top;
}
.searchProdGridCol2 {
	width:60%;
	float:left;
	text-align:left;
	/*clear:left;*/
}
/* ==== Close Search Result Page ==== */

/* News Page
===================== */
.news {
	margin:0;
	padding:0;
}
.newsHeader {
	display: none;
}
.newsItem {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
.newsTitle {
	font-weight: bold;
	font-size: 16px;
	/*color:#63a4dd;*/
	color:#2f2f2f;
	text-decoration:underline;
	font-family: georgia, verdana,arial;
}
.newsDate {
	font-size: 10px;
	color: #666;
	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: #000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;

}
/* ==== Close News Page ==== */

/* System Message/alert
===================== */
.message {
	background: #ffffff;
}	
.msgTitle {
	font-weight: bold;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, georgia, verdana;
	/*color: #485160;*/
	color:#b6443c;

}
.msgDesc {
	color:#666;
	margin-bottom: 20px;
}
/* ==== Close System Message/alert ==== */

/* Thumbnail Product class
===================== */
.picture {
	padding:0;
	margin:0 0 10px 0;
}
.productPictureSmall {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;	
	margin-bottom:10px;
}
.prodItemName {
	font-size: 13px;
	font-weight:bold;
	/*color:#2f2f2f;*/
	color:#333;
	text-align: center;
	line-height:18px;
	width:100%;
	display: block;
	font-family:arial, georgia, verdana;
	padding:0px 0 5px 0;
}
.prodItemShortDesc {
	font-size: 11px;
	color:#666666;
	overflow: hidden;
	height: 43px;
	text-align: center;
	display: block;
	padding:10px 0 5px 0;
	font-family: arial, georgia, verdana;
	width:100%;
}
.prodItemPrice {
	text-align: center;
	font-family: arial, georgia, verdana;
	font-weight: bold;
	color:#333;
	padding-top: 5px;
	padding-bottom: 5px;
}
.alternativePrice {
	font-size: 15px;
	color:#333;
	font-weight:bold;
	font-family: arial, georgia, verdana;
}
.normalPrice {
	font-size: 15px;
	color:#333;
	font-family: arial, georgia, verdana;
	font-weight: bold;
}
.sellingPrice {
	font-size: 15px;
	color:#333;
	font-weight:bold;
	font-family: arial, georgia, verdana;
}
.currCode {
	font-weight: bold;
	font-size: 15px;
	color:#333;
	margin-right:5px;
}
.qtyDiscountText {
	clear:both;
	color: #ffaa60;
	text-decoration: blink;	
	padding-top:1px;
	padding-bottom:5px;
}
.freeShippingText {
	text-decoration: blink;	
	color:#e67a76;
	font-size: 11px;
	padding-top:1px;
	padding-bottom:5px;
}
.sku {
	font-size: 1em;
}
/* ==== Close Thumbnail Product class ==== */

/* Page Navigation, Breadcrumb
===================== */
.productNavigation {
	color:#666666;
	text-decoration: none;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cecccc;
	padding: 2px 0 8px 0;
	font-weight: bold;
}
.productNavigation a:link {
	margin:0 10px 0 10px;
	font-weight:bold;
	color:#2f2f2f;
	text-decoration:none;
}
/*.productNavigation a:visited{
	font-weight:bold;
	color:#666;
	text-decoration:none;
}
.productNavigation a:active {
	font-weight:bold;
	color:#2f2f2f;
	text-decoration:none;
}*/
.productNavigation a:hover {
	font-weight:bold;
	color:#2f2f2f;
	text-decoration:underline;
}
.navCurrText {
	margin:0 0 0 10px;
	font-weight:bold;
	color:#2d2e33;
	text-decoration:none;
}
/* ==== Close Page Navigation, Breadcrumb ==== */

/* View Category Page
===================== */
.viewCatGrid {
	border-collapse: separate;
	width:100%;
	text-align:center;
}
.viewCatGrid td {
	text-align: center;
	padding: 2px 2px 40px 2px;
	width: 30%;
	vertical-align:top;

}
.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 {

}
/* ==== Close View Category Page ==== */

/* View Product Page
===================== */
.viewProd {
	margin-top:30px;
	/*background: #fff;*/
}
.viewProd_Buttons {
	margin:20px 0px 0px 0px;
	float:left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px dashed #cecccc;
	clear:both;
	padding: 10px;
	width:auto;
}
.viewProd_Buttons img {
	vertical-align:middle;
}
.viewProdPicture {
	float:left;
	width: 40%;
	margin-bottom: 10px;
	padding-right: 5px;
	text-align: left;
	border: 0px dashed white;
	color:#666666;
	height:auto;
	text-align:center;
}
.viewProdPicture p {
	color:#666666;
}
.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:0px;
	padding:0px;
}
.viewProdImageSwap li {
	margin:0px;
	padding:0px;
	width:auto;
	height:auto;
	list-style:none;
	display:inline;	
}
.viewProd_prodItemName {
	letter-spacing: -1pt;
	font-size: 24px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;*/
	border-bottom: 1px dashed #cecccc;
	font-weight:bold;
	color:#333;
	text-align: left;
	/*width:60%;*/
	height:auto;
}
.viewProdInfo {
	float:right;
	clear:right;
	margin-bottom: 20px;
	width:55%;
	padding:10px;
	color:#444;
	/*-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #2f2f2f; */
	/*background: url(/theme/images/viewprodinfoBG1.gif) right top no-repeat #fff;*/
}
.viewProd_prodItemLongDescTitle {
	height:45px;
	background: url(/theme/images/LongHeader.png) no-repeat;
	width:auto;
	clear:both;
	text-decoration: none;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding-top:10px;
	padding-left:20px;
	text-align:left;	
	display: block;
	font-family:georgia;
	line-height:18px;
	white-space: nowrap;
}
.viewProd_prodItemLongDesc {
	padding:0px;
	margin:0px 0px 20px 0;
	clear:both;
	width:100%;
	color: #555;
}
.viewProd_prodItemLongDesc p {
	width:100%;
	color: #555;
}
.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: #000;
	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: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size:15px;
}
.viewProdItemDetails {
	padding-top:3px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #444;
	font-size: 13px;
	width:auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px dashed #cecccc;
	background-color:#fbfbfb;
}
.viewProdItemDetails u b {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	color: #444;
	line-height: 24px;
}
.viewProdOptions {
	padding-top:3px;
	padding-left:0px;
	padding-right:10px;
	padding-bottom:10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #444;
	font-size: 13px;
	width:auto;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px dashed #cecccc;
	background-color:#fbfbfb;*/
}
.viewProdOptions b {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	color: #444;
	line-height: 24px;
}
.viewProdOptions .dropdownlist {
	margin-top: 5px;
	background-color: #eeeeee;
	font-size: 11px;
	color: #666;
	margin-right: 10px;
	width:auto;
}
.viewProdAddToCart {
	padding:10px 0 10px 0;
	margin:0;
}
.viewProdAddToCart .dropdownlist {
	margin-top: 50px;
	background-color: #eeeeee;
	font-size: 11px;
	color: #666666;
	margin-right: 10px;
	width:auto;
}
.viewProdInfo .dropdownlist {
	margin-top: 2px;
	background-color: #eeeeee;
	font-size: 11px;
	color: #666;
	margin-right: 10px;
	width:auto;
}
.viewProdEmailFriend {
	margin:0;
}	
.qtyDiscountGrid {	
	border-collapse: separate;
	font-size: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px dashed #cecccc;
	clear:both;
	padding: 5px;
	width:100%;
	margin-bottom:10px;
	background-color:#fbfbfb;
}
.qtyDiscountGrid th{
	padding: 5px;
	background: #f0f0f0;

}
.qtyDiscountGrid td {	
	padding: 5px;
}
.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 {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #f7dce1 ;
	background: #f8f8f8;
	margin-top:50px;
	margin-bottom:20px;
}
.viewProdRelatedBox h3 {
	padding-top:10px;
	padding-left:20px;
	font-size: 13px;
	font-weight: bold;
	color:#ab41b7;
	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: auto;
	text-align: center;
	display: block;
	padding-bottom:10px;
	font-family: Aril, georgia, verdana;
}
.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;
}
/* ==== Close View Product Page ==== */

/* View Cart Page
===================== */
.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 {
	background:#a1a1a1;
	font-weight: bold;
	color:#fff;
}
.viewCartAddOns {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #f7dce1 ;
	background: #f8f8f8;
	margin-top:50px;
	margin-bottom:20px;
}
.viewCartAddOns h2 {
	padding-top:10px;
	padding-left:20px;
	font-size: 13px;
	font-weight: bold;
	color:#ab41b7;
	text-decoration: none;
	margin:0;
	border-bottom:1px dashed #cecccc;	
}
.relatedProductsGrid {
	font-size:11px;
	width:100%;
}
.relatedProductsGrid td {
	text-align: center;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	width: 30%;
	vertical-align:bottom;
	padding-top: 20px;
}
/* ==== Close View Cart Page ==== */

/* Register LogIn
===================== */
#registerLogin {
	height:100%;
	background: #ffffff;
	color:#666666;
}
.registerLoginHeader {
	height:20px;
	background: url(images/textCheckout.gif) no-repeat;
}
.newCustomer p {
	color:#666666;	
}	
.newCustomer h2 {
	color:#2f2f2f;
	
}
.returningCustomer h2 {
	color:#2f2f2f;
}
.returningCustomer p {
	color:#666666;	
}

/* for guest checkout */
.newCustomer {
	margin:10px 20px 0 0;
	width: 45%;
	clear:both;
	float:left;		
}
.returningCustomer {
	margin-top:10px;
	width: 45%;
	float:left;
}

.divGuestCheckout ul {
    padding:0;
    margin:0;
}
.divGuestCheckout ul li {
    padding:0;
    margin:0;
}
/* close for guest checkout */
/* ==== Close Register LogIn ==== */

/* 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:#2f2f2f;
	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: georgia, verdana, arial;
	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;
	border-spacing: 2px;
	border-collapse: separate;
}
.shippingGridHeader {
	height:25px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #a1a1a1;
	font-size: 12px;
	text-decoration: none;
}
.shippingGrid td {
	padding:5px;
}
#orderSummary {
	background:#ffffff;
}
.orderSummaryHeading {
	font-weight: bold;
	background: #fff;
	font-family: Arial, georgia, verdana;
	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;
	border-spacing:2px;
	border-collapse: separate;
}
.orderSummaryGrid  td {
	padding: 5px;
}
.orderSummaryGridHeader {
	height:25px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #a1a1a1;
	text-align:center;
}
.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;
}

/* ==== Close Checkout Pages ==== */

/* Advanced Search Page
===================== */

.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;
	/*border-bottom: 1px dashed #cecccc;*/
	text-align: center;
	padding: 2px;
}
/* ==== Close Advanced Search Page ==== */

/* Browse by custom field page
===================== */
.browseByCustomFieldRow {
	margin: 0;
	padding:0;
}
.browseByCustomFieldVerticalLeftbar{
	float:left;	
	width: 30%;
}
.browseByCustomFieldVerticalRightbar{
	float:left;
}
.browseByCustomFieldGrid{
	border-collapse: separate;
	background: #ffffff;
	width:100%;
}
.browseByCustomFieldGrid td {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left:5px;
	padding-right:5px;
	vertical-align:middle;
	width: 30%;
	vertical-align:bottom;
}
.browseByCustomFieldForm li {
	list-style:none;
}
/* ==== Close Browse by custom field page ==== */

/* Best Seller Page
===================== */
.bestSellersGridRow {
	/*background: #ffffff;*/
}	
.bestSellersGridVerticalLeftBar {	
	float:left;
	/*width: 150;*/
}
.bestSellersGridVerticalRightBar {
	float:left;
}
.bestSellersGrid {
	border-collapse: separate;
	width:100%;
	text-align: center;
}
.bestSellersGrid td{
	text-align: center;
	width: 30%;
	vertical-align:bottom;
	padding:2px 2px 40px 2px;
}
/* ==== Close Best Seller Page ==== */

/* New Products Page
===================== */
.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:2px 2px 40px 2px;
	width: 30%;
	vertical-align:bottom;
	/*border-bottom: 1px dashed #cecccc;*/
}
.newProducts td{
	border: 0px dashed gray;
}
/* ==== Close New Products Page ==== */

/* Specials Page
===================== */
.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:2px;
	padding-left: 5px;
	width: 30%;
	padding:2px 2px 40px 2px;
}
/* ==== Close Specials Page ==== */

/* Manufacture Page
===================== */
.mfcListingGrid {
	border-collapse: separate;
	width:100%;
	text-align:center;

}
.mfcListingGrid td {
	text-align: center;
	padding:2px;
	width:30%;
	vertical-align:bottom;
}
.mfcItemsGrid {
	border-collapse: separate;
	width:100%;
	text-align:center;
}
.mfcItemsGrid td {
	text-align: center;
	padding: 2px;
	width:30%;
	vertical-align:bottom;
}
a.mfcName {
	color:#555;
	text-decoration:none;
	font-size:12px;
}
.mfcDesc {
	font-size:11px;

}
/* ==== Close Manufacture Page ==== */

/* Theme Listing Page
===================== */
.themeListingGrid {
	border-collapse: separate;
	width:100%;
	margin-top:10px;
	text-align:center;
}
.themeListingGrid td {
	text-align: center;
	padding:2px;
	width: 30%;
	vertical-align:bottom;
}
.themeListingGrid div {
	padding: 0;
	margin: 0;
}
.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 {
	text-align: center;
	padding:2px;
	width:30%;
	vertical-align:bottom;
}
/* ==== Close Theme Listing Page ==== */

/* Change Password Page
===================== */
.changePasswordPage {
	background-color:#fff;	
	padding:5px;
	color:#333;
}
.changePasswordBody {
	background-color:#fff;
	background-image:none;	
	padding:5px;
	color:#333;
}
/* ==== Close Change Password Page ==== */

/* Forget Password Page
===================== */
.forgetPasswordPage {
	background: url(/theme/images/bgscanline.gif);
	background-attachment:fixed;
	padding:5px;
	text-align:left;
}
.forgetPasswordBody {
	background-color:#fff;
	background-image:none;	
	padding:5px;
	text-align:left;
}
/* ==== Close Forget Password Page ==== */

/* Paging Number
===================== */
.paging {
	text-align: right;
	height:auto;
	padding-top:5px;
	display: block;
	padding-bottom: 5px;
	clear: both;
	width: auto;
}
.paging ul {
	margin:0;
	padding:0;
	list-style:none;	
}
.paging li {
	list-style:none;
	margin:0;
	padding:0;
	text-decoration: none;
	color: #333;
	font-weight: normal;
	padding-right: 4px;
	padding-left: 4px;
	display: inline;
	line-height:18px;
}
.paging li a:link {
	line-height:18px;
	color:#2f2f2f;
	text-decoration: none;
	font-weight: normal;
	padding-right: 4px;
	padding-left: 4px;
}
.paging li a:active {
	line-height:18px;
	color:#2f2f2f;
	text-decoration: none;
	font-weight: normal;
	padding-right: 4px;
	padding-left: 4px;
}
.paging li a:visited {
	line-height:18px;
	color:#2f2f2f;
	text-decoration: none;
	font-weight: normal;
	padding-right: 4px;
	padding-left: 4px;
}
.paging li a:hover {
	line-height:18px;
	text-decoration: none;
	color:#2f2f2f;
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: underline;
}
/* ==== Close Paging Number ==== */

/* Address Book Page
===================== */
.addressBookGrid {
	font-size:11px;	
}
/* ==== Close Address Book page ==== */

/* Create New Shipping Address Page
===================== */
.createNewShipAddrBody {
	margin:10px;
}
/* ==== Close Create New Shipping Address Page ==== */

/* Edit Shipping Address Page
===================== */
.editShipAddrBody {
	margin:10px;
}
/* ==== Close Edit Shipping Address Page ==== */

/* Affiliate Get Ads Page
===================== */
/*** 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;
}
/* ==== Close Affiliate Get Ads Page ==== */

/* Affiliate Home Page
===================== */
.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;
}
/* ==== Close Affiliate Home Page ==== */

/* Product Map Page
===================== */
.productMap {
	margin:0;
	padding:0;
	font-family: georgia, verdana,arial;
	color:#666666;
}
.productMap ul {
	margin:30px 0 0 0 ;
	padding:0;
}
.productMap li {
	margin: 0px;
	list-style:none;
	padding: 0px;
	color: #666666;
}
.productMap a {
	color:#666666;
	text-decoration:none;
	display: block;
	padding-top:0px;
	padding-left:18px;
}
.productMap li a {
	color:#2f2f2f;
	text-decoration:none;
	line-height: 24px;
	display: block;
	padding-left:18px;
}
.productMap li a:hover {
	color:#2f2f2f;
	text-decoration:none;
	padding-left:18px;
	display: block;
}
.productMap ul ul {
	margin:10px 0 0 15px ;
	padding:0;
}
.productMap ul ul li {
	margin:0px 0 0 30px ;
	padding:0;
}
/* ==== Close Product Map Page ==== */

/* Customer Home Page
===================== */
.custHomeTopMenu {
	float:right;
	clear:both;
	font-family: georgia, verdana,arial;
	font-size: 12px;
	text-decoration: none;
}
.custHomeHeader {
	font-size: 16px;
	font-weight: bold;
	color:#4f5054;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 0px;
}
.custHomeSubHeader {
}
.custHomeMenu {
	font-size: 12px;
	margin-top: 40px;
	font-family: Arial, georgia, verdana;
}
.custHomeMenu ul {
	margin: 0px;
	padding: 0px;
}
.custHomeMenu li {
	margin:0 0 0 0px;
	list-style:disc;
	padding: 0px;
	color: #666666;
	line-height:25px;
	margin-left:20px;
}
.custHomeMenu li a {
	color:#2f2f2f;
	text-decoration:none;
}
.custHomeMenu li a:hover {
	color:#2f2f2f;
	text-decoration: underline;
}
/* ==== Close Customer Home Page ==== */

/* Review Product
===================== */
.review {
	width:auto;
	height:auto;
	clear:both;
	margin-bottom: 20px;
	margin-top: 100px;
	padding:10px;
	color:#444;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #f7dce1 ;
	background: url(/theme/images/viewprodinfoBG.gif) right top no-repeat;
}
.review h3 {
	font-size:16px;
	font-weight:bold;
	color:#ab41b7;
	text-transform: capitalize;
	line-height:28px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cecccc;
}
.reviewBox {
	margin:10px 0 0 0;
	padding:0;
	border-bottom: 1px dashed #cecccc;
	width:100%;
	height:auto;
}
.reviewContent {
	margin:0;
	padding:0;
}
.reviewNumber {
	clear:left;
	float:left;
	text-align:left;
	line-height:24px;
	font-weight:bold;
	font-size:12px;
}
.reviewDate {
	clear:right;
	float:right;
	text-align:right;
	line-height:24px;
	font-weight:bold;
	font-size:12px;
}
.reviewBubbleTop {
	clear:both;
	text-align:center;
	background:url(/theme/images/BubbleTop2.gif) left top no-repeat;
	width:735px;
	height:27px;
}
.reviewBubbleMiddle {
	border-left:1px solid #929292;
	border-right:1px solid #929292;
	background-color:#fbfbfb;
	padding:0px 50px 0px 50px;
	width:633px; /*minus padding & border*/
	height:auto;
	text-align:left;
	text-transform:capitalize;
}
.reviewBubbleBottom {
	clear:both;
	text-align:center;
	background:url(/theme/images/BubbleBottom2.gif) left top no-repeat;
	width:735px;
	height:36px;
}
.reviewInfo {
	clear:both;
	width:100%;
	height:40px;
	background: url(/theme/images/UserPic.gif) left 3px no-repeat;
}
.reviewUser {
	clear:left;
	float:left;
	color:#ab41b7;
	padding:5px 0 0 20px;
	font-weight: bold;
	font-size:12px;
	text-transform:capitalize;
}
.reviewStar {
	clear:right;
	float:right;
	color:#666;
	padding:0 0 0 0px;
	margin:0;
}
.review td {
	padding:10px;
}
/* ==== Close Review Product ==== */

/* Pages General Class
===================== */
.pageHeading {
	height: 25px;
	font-size: 1.2em;
}
.pageSubHeading {
	height: 25px;
	font-size: 1em;
}
.pageHeader h1 {
	font-size: 19px;
	letter-spacing: -0.5px;
	font-weight:bold;
	color:#2d2e33;
	line-height: 20px;
	display: block;
	font-family:arial, georgia;
}
.pageSubHeader {
	font-family:arial, georgia;
	color:#666;
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cecccc;
	padding-left: 0px;
}
.pageBody {
	margin:0px;
	padding:0;
	/*background-color: #fff;*/
	color:#666666;	
}
.pagebody h3 {
	color:#666666;
	display:none;
}
.pageBody a {
	color:#2f2f2f;
	font-weight: bold;
	text-decoration: none;
}
.pageBody a:hover {
	color:#2f2f2f;
	text-decoration: underline;
}
.pageBodySubHeader {
	height:25px;
	padding-top: 20px;
	margin-bottom:5px;
	border-bottom: 1px dashed #cecccc;
}
.pageBodySubHeader b {
	color:#2f2f2f;
	font-size: 16px;
}
.pageContent {
	padding-right:0px;
	padding-left:0px;
	color:#2e3540;
	background-image: none;
	width: 100%;
}
.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:#2f2f2f;
}
.labelRow {
	padding-bottom:3px;
}
.labelLeft {
	float:left;
	width: 25%;
	clear: left;
	margin-top: 4px;
	padding-top: 3px;
	padding-right: 10px;
	font-weight: bold;
	white-space: normal;
	color:#555;
	text-align:left;
}
.labelRight {
	float:left;
	width:73%;
	margin:2px 0 2px 0;
	white-space: normal;
	color:#555;
}
/* ==== Close Pages General Class ==== */

/* ================================
   == 3. Close Pages Classes   ====
   ================================ */

/* ================================
   == 4. Footer                ====
   ================================ */

/* Footer Content
===================== */
#footer	{
	clear: both;
	height:120px;
	width: 100%;
	margin:0px;
	padding:0px;
	color:#b5b5b5;
	position: relative;
	font-family: arial, georgia;
	text-align: center;
	background: url(/theme/images/footerBG.gif) 0 0 #808080 repeat-x;
	cursor:default;		
}
#footerCredit {
	width:1000px;
	padding:30px 0px 0 0px;
	line-height:16px;
	color:#b5b5b5;
	/*border-top:1px solid #ccc;*/

	margin: auto; /*for centering the content*/
	position:relative; /*for centering the content*/
	text-align:left;
}
.footerCreditLink {
	text-align:left;
	margin:0;
}
.footerCreditLink img{
	vertical-align:middle;
}
.footerCreditLink p {
	color:#b5b5b5; 
	text-decoration:none;
}
.footerCreditLink a:link {
	color: #b5b5b5;
	text-decoration:none;
}
.footerCreditLink a:visited {
	color: #b5b5b5;
	text-decoration:none;
}
.footerCreditLink a:active {
	color: #b5b5b5;
	text-decoration:none;
}
.footerCreditLink a:hover {
	color: #fff;
	text-decoration:none;
}
.footerSecondBar {
	clear:both;
	width:auto;
	margin:10px 10px 0 0px;
	height:30px;
	color:#b5b5b5;
}	
.footerSecondBarLeft {
	float:left;
	clear:left;
	width:700px;
	height:auto;
	text-align:left;
}
.footerSecondBarRight {
	float:right;
	clear:right;
	width:200px;
	height:auto;
	text-align:right;
}
.footerSecondBar a{
	color:#b5b5b5; 
	text-decoration:none;
}
.footerSecondBar a:hover {
	color:#fff; 
	text-decoration:none;
}

/* 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;
}
/* ==== Close Footer Content ==== */

/* ================================
   == 4. Close Footer          ====
   ================================ */

/* ================================
   == 5. Misc                  ====
   ================================ */

.panelRight {
	clear:right;
	float:left;
	width:45%;
	margin:40px 0 0 0;
}
.panelLeft {
	clear:both;
	float:left;
	width:100%;
	margin:0;
}
#flash {
	padding-bottom: 0px;
	padding-top: 0px;
	text-align:center;
}
.clear {
	clear:both;
}
form {
	margin: 0;
	padding: 0;
}
.button {
	font-size:11px;
	margin-top:0px;
	margin-right: 0px;
	font-weight: bold;
	color: #333;
	margin-bottom: 0px;
}
.dropdownlist {
	margin-top: 4px;
	background-color: #eeeeee;
	font-size: 11px;
	color: #333;
	margin-right: 10px;
	padding:1px;
	width:auto;
	border:1px solid #838383;
}
.textbox {
	font-size:11px;
	/*margin-top: 4px;*/
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border:1px solid #838383;
	width:auto;
	height:auto;
	padding:2px;
	color:#333;
}
.textarea {
	padding:2px;
	color:#333;
	font-size:11px;
	font-family:arial;
	border:1px solid #838383;
}
.warning {
	font-family:tahoma;
	font-size:13px;
	color:red;
}
.labelFieldName {
	width:20%;
	float:left;
}
.labelFieldOptions {
	width:70%;	
	float:left;
}
.signInHeader {		
	/*height:25;*/
	background: url(images/memberAccArea.gif) no-repeat;
}
.separator {
	height:2px;
	background: url(images/separator.gif) repeat-x;
	margin-bottom:0px;
}
.textSmall {
	font-size:11px;
}
.line {
	color:#e1e1e1;
	height:1px;
}
.text2 {
	color: #636363;
}
.text2 ul {
	font-size: 11px;
}
.text2 li {
	list-style-type: disc;
}
.textAlert1 {
	clear:both;
	color: #ffaa60;
	text-decoration: blink;	
}
.boxCurveTop {
	margin:10px 0 0 0;
	display: block;
	background-image: url(/theme/images/col1BoxTopRight1.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.boxCurveBody {
	margin-top:0px;
	padding:5px 10px;
	background-color:#fff;
	border-left:1px solid #d5d5d5;
	border-right:1px solid #d5d5d5;
	height:auto;
	width:auto;
}
.boxCurveBottom {
	display: block;
	background-image: url(/theme/images/col1BoxBottomRight1.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.LeftSideBox {
	float:left;
	clear:left;
	text-align:left;
	display:block;
	background: url(/theme/images/topLeft2.gif) left top no-repeat;
	width:12px;
	height:auto;
}
.RightSideBox {
	float:right;
	/*clear:right;*/
	margin-left:12px;
	padding-right:12px;
	margin-right:0%;
	text-align:center;
	display:block;
	background: url(/theme/images/topRight2.gif) right top no-repeat;
	/*width:30%;*/
	height:auto;
}
.BoxContentSpan {
	background:url(/theme/images/topLeft2.gif) no-repeat left top;
}
.BoxContentSpan span {
	background:url(/theme/images/topRight2.gif) no-repeat left top;
}
.TopBox {
	clear:both;
	background: url(/theme/images/topRight4.gif) right top no-repeat;
	height:33px;
	width:100%;
	text-align:left;
}
.BoxContent {
	border-left: 1px solid #f7dce1 ;
	border-right: 1px solid #f7dce1 ;
	padding:0 10px 15px 10px;
	height:auto;
}
.BottomBoxClose {
	clear:both;
	background: url(/theme/images/bottomRight2.gif) right top no-repeat;
	height:10px;
	width:100%;
	text-align:left;	
}

/* Colour Changing
===================== */
.chooseColor {
	color:#fff;
	height:22px;
	padding:5px 0 0 0;
	margin:0;
	/*width:400px;*/
	width:400px;
	/*clear: right;*/
	float:right;
	right:0px;
	top:0px;
	/*left:200px;*/
	/*position:absolute;*/
	position:relative;
	text-align:left;
}
#silver, #darkgrey, #violet, #blue, #green, #yellow, #orange, #red, #magenta {
	width:16px;
	height:16px;
	display:block;
	float:right;
	border:2px solid #fff;
	margin:0 0 0 5px;
	text-decoration:none;
}
#silver{background:#c7c7cf;}
#darkgrey{background:#44474e;}
#violet{background:#494196;}
#blue{background:#019bdb;}
#green{background:#89c31f;}
#yellow{background:#ffdd00;}
#orange{background:#f58600;}
#red{background:#d90015;}
#magenta{background:#da2f8d;}
#silver:hover, #darkgrey:hover, #violet:hover, #blue:hover, #green:hover, #yellow:hover, #orange:hover, #red:hover, #magenta:hover {
	text-decoration:none;
	border:2px solid #bbb;
}
.colors {
	width:210px;
	height:auto;
	padding:0;
	margin:0;
	float:right;
	display:inline;
	text-align:right;
}
/* ==== Close Colour Changing ==== */

/* ================================
   == 5. Close Misc            ====
   ================================ */